package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "watchpack@1.7.4",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "watchpack@1.7.4",
  10. "_id": "watchpack@1.7.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-aWAgTW4MoSJzZPAicljkO1hsi1oKj/RRq/OJQh2PKI2UKL04c2Bs+MBOB+BBABHTXJpf9mCwHN7ANCvYsvY2sg==",
  13. "_location": "/watchpack",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "watchpack@1.7.4",
  19. "name": "watchpack",
  20. "escapedName": "watchpack",
  21. "rawSpec": "1.7.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.7.4"
  24. },
  25. "_requiredBy": [
  26. "/webpack"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.4.tgz",
  29. "_spec": "1.7.4",
  30. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  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.1",
  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. ],
  59. "homepage": "https://github.com/webpack/watchpack",
  60. "license": "MIT",
  61. "main": "./lib/watchpack.js",
  62. "name": "watchpack",
  63. "optionalDependencies": {
  64. "chokidar": "^3.4.1",
  65. "watchpack-chokidar2": "^2.0.0"
  66. },
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/webpack/watchpack.git"
  70. },
  71. "scripts": {
  72. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  73. "lint": "eslint lib",
  74. "precover": "npm run lint",
  75. "pretest": "npm run lint",
  76. "test": "mocha",
  77. "travis": "npm run cover -- --report lcovonly"
  78. },
  79. "version": "1.7.4"
  80. }