package.json 2.0 KB

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