package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "watch-size@2.0.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_from": "watch-size@2.0.0",
  9. "_id": "watch-size@2.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-M92R89dNoTPWyCD+HuUEDdhaDnh9jxPGOwlDc0u51jAgmjUvzqaEMynXSr3BaWs+QdHYk4KzibPy1TFtjLmOZQ==",
  12. "_location": "/watch-size",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "watch-size@2.0.0",
  18. "name": "watch-size",
  19. "escapedName": "watch-size",
  20. "rawSpec": "2.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.0"
  23. },
  24. "_requiredBy": [
  25. "/@riophae/vue-treeselect"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/watch-size/-/watch-size-2.0.0.tgz",
  28. "_spec": "2.0.0",
  29. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  30. "author": {
  31. "name": "Jonathan Neal",
  32. "email": "jonathantneal@hotmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jonathantneal/watch-size/issues"
  36. },
  37. "description": "Watch the size changes of a DOM element",
  38. "devDependencies": {
  39. "babel-core": "^6.26.3",
  40. "babel-eslint": "^8.2.6",
  41. "babel-preset-env": "^1.7.0",
  42. "eslint": "^5.2.0",
  43. "eslint-config-dev": "^2.0.0",
  44. "pre-commit": "^1.2.2",
  45. "rollup": "^0.63.4",
  46. "rollup-plugin-babel": "^3.0.7",
  47. "rollup-plugin-uglify-es": "0.0.1"
  48. },
  49. "eslintConfig": {
  50. "extends": "dev",
  51. "parser": "babel-eslint"
  52. },
  53. "files": [
  54. "index.cjs.js",
  55. "index.es.mjs"
  56. ],
  57. "homepage": "https://github.com/jonathantneal/watch-size#readme",
  58. "keywords": [
  59. "dark",
  60. "mode",
  61. "modes",
  62. "light",
  63. "interface",
  64. "css",
  65. "media",
  66. "query",
  67. "queries"
  68. ],
  69. "license": "CC0-1.0",
  70. "main": "index.cjs.js",
  71. "module": "index.es.mjs",
  72. "name": "watch-size",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/jonathantneal/watch-size.git"
  76. },
  77. "scripts": {
  78. "prepublishOnly": "npm test",
  79. "pretest": "rollup -c .rollup.js --silent",
  80. "test": "echo 'Running tests...'; npm run test:js",
  81. "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet"
  82. },
  83. "version": "2.0.0"
  84. }