package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "watchpack@1.7.2",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "watchpack@1.7.2",
  10. "_id": "watchpack@1.7.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ymVbbQP40MFTp+cNMvpyBpBtygHnPzPkHqoIwRRj/0B8KhqQwV8LaKjtbaxF2lK4vl8zN9wCxS46IFCU5K4W0g==",
  13. "_location": "/watchpack",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "watchpack@1.7.2",
  19. "name": "watchpack",
  20. "escapedName": "watchpack",
  21. "rawSpec": "1.7.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.7.2"
  24. },
  25. "_requiredBy": [
  26. "/webpack"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.2.tgz",
  29. "_spec": "1.7.2",
  30. "_where": "E:\\item\\newItem\\admin",
  31. "author": {
  32. "name": "Tobias Koppers @sokra"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/webpack/watchpack/issues"
  36. },
  37. "dependencies": {
  38. "chokidar": "^3.4.0",
  39. "graceful-fs": "^4.1.2",
  40. "neo-async": "^2.5.0",
  41. "watchpack-chokidar2": "^2.0.0"
  42. },
  43. "description": "Wrapper library for directory and file watching.",
  44. "devDependencies": {
  45. "codecov.io": "^0.1.6",
  46. "coveralls": "^3.0.0",
  47. "eslint": "^4.18.1",
  48. "istanbul": "^0.4.3",
  49. "mocha": "^5.0.1",
  50. "rimraf": "^2.6.2",
  51. "should": "^8.3.1"
  52. },
  53. "directories": {
  54. "test": "test"
  55. },
  56. "files": [
  57. "lib/",
  58. "chokidar2"
  59. ],
  60. "homepage": "https://github.com/webpack/watchpack",
  61. "license": "MIT",
  62. "main": "./lib/watchpack.js",
  63. "name": "watchpack",
  64. "optionalDependencies": {
  65. "chokidar": "^3.4.0",
  66. "watchpack-chokidar2": "^2.0.0"
  67. },
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/webpack/watchpack.git"
  71. },
  72. "scripts": {
  73. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  74. "lint": "eslint lib",
  75. "precover": "npm run lint",
  76. "pretest": "npm run lint",
  77. "test": "mocha",
  78. "travis": "npm run cover -- --report lcovonly"
  79. },
  80. "version": "1.7.2"
  81. }