package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "watchpack@1.6.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "watchpack@1.6.1",
  10. "_id": "watchpack@1.6.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-+IF9hfUFOrYOOaKyfaI7h7dquUIOgyEMoQMLA7OP5FxegKA2+XdXThAZ9TU2kucfhDH7rfMHs1oPYziVGWRnZA==",
  13. "_location": "/watchpack",
  14. "_phantomChildren": {
  15. "anymatch": "2.0.0",
  16. "async-each": "1.0.1",
  17. "bindings": "1.5.0",
  18. "braces": "2.3.2",
  19. "glob-parent": "3.1.0",
  20. "graceful-fs": "4.1.11",
  21. "inherits": "2.0.3",
  22. "is-binary-path": "1.0.1",
  23. "is-glob": "4.0.0",
  24. "micromatch": "3.1.10",
  25. "path-is-absolute": "1.0.1",
  26. "readable-stream": "2.3.6"
  27. },
  28. "_requested": {
  29. "type": "version",
  30. "registry": true,
  31. "raw": "watchpack@1.6.1",
  32. "name": "watchpack",
  33. "escapedName": "watchpack",
  34. "rawSpec": "1.6.1",
  35. "saveSpec": null,
  36. "fetchSpec": "1.6.1"
  37. },
  38. "_requiredBy": [
  39. "/webpack"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.1.tgz",
  42. "_spec": "1.6.1",
  43. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  44. "author": {
  45. "name": "Tobias Koppers @sokra"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/webpack/watchpack/issues"
  49. },
  50. "dependencies": {
  51. "chokidar": "^2.1.8",
  52. "graceful-fs": "^4.1.2",
  53. "neo-async": "^2.5.0"
  54. },
  55. "description": "Wrapper library for directory and file watching.",
  56. "devDependencies": {
  57. "codecov.io": "^0.1.6",
  58. "coveralls": "^3.0.0",
  59. "eslint": "^4.18.1",
  60. "istanbul": "^0.4.3",
  61. "mocha": "^5.0.1",
  62. "rimraf": "^2.6.2",
  63. "should": "^8.3.1"
  64. },
  65. "directories": {
  66. "test": "test"
  67. },
  68. "files": [
  69. "lib/"
  70. ],
  71. "homepage": "https://github.com/webpack/watchpack",
  72. "license": "MIT",
  73. "main": "./lib/watchpack.js",
  74. "name": "watchpack",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/webpack/watchpack.git"
  78. },
  79. "scripts": {
  80. "cover": "istanbul cover node_modules/mocha/bin/_mocha",
  81. "lint": "eslint lib",
  82. "precover": "npm run lint",
  83. "pretest": "npm run lint",
  84. "test": "mocha",
  85. "travis": "npm run cover -- --report lcovonly"
  86. },
  87. "version": "1.6.1"
  88. }