package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "watchpack@1.7.5",
  3. "_id": "watchpack@1.7.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9P3MWk6SrKjHsGkLT2KHXdQ/9SNkyoJbabxnKOoJepsvJjJG8uYTR3yTPxPQvNDI3w4Nz1xnE0TLHK4RIVe/MQ==",
  6. "_location": "/watchpack",
  7. "_phantomChildren": {
  8. "is-glob": "4.0.1",
  9. "normalize-path": "3.0.0",
  10. "picomatch": "2.3.1"
  11. },
  12. "_requested": {
  13. "type": "version",
  14. "registry": true,
  15. "raw": "watchpack@1.7.5",
  16. "name": "watchpack",
  17. "escapedName": "watchpack",
  18. "rawSpec": "1.7.5",
  19. "saveSpec": null,
  20. "fetchSpec": "1.7.5"
  21. },
  22. "_requiredBy": [
  23. "/webpack"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.7.5.tgz",
  26. "_shasum": "1267e6c55e0b9b5be44c2023aed5437a2c26c453",
  27. "_spec": "watchpack@1.7.5",
  28. "_where": "/Users/lihai/jolijoli/pad_spa/node_modules/webpack",
  29. "author": {
  30. "name": "Tobias Koppers @sokra"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/webpack/watchpack/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "chokidar": "^3.4.1",
  38. "graceful-fs": "^4.1.2",
  39. "neo-async": "^2.5.0",
  40. "watchpack-chokidar2": "^2.0.1"
  41. },
  42. "deprecated": false,
  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. }