package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "watchpack@1.7.5",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "watchpack@1.7.5",
  10. "_id": "watchpack@1.7.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-EmfmxV4Lm1vkTCAjrtVDeiwmxFM=",
  13. "_location": "/watchpack",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "watchpack@1.7.5",
  19. "name": "watchpack",
  20. "escapedName": "watchpack",
  21. "rawSpec": "1.7.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.7.5"
  24. },
  25. "_requiredBy": [
  26. "/webpack"
  27. ],
  28. "_resolved": "https://registry.nlark.com/watchpack/download/watchpack-1.7.5.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fwatchpack%2Fdownload%2Fwatchpack-1.7.5.tgz",
  29. "_spec": "1.7.5",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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.1"
  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.1"
  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.5"
  80. }