package.json 2.1 KB

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