You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

81 lines
2.0 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "watchpack@2.4.2",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "watchpack@2.4.2",
  10. "_id": "watchpack@2.4.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==",
  13. "_location": "/watchpack",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "watchpack@2.4.2",
  19. "name": "watchpack",
  20. "escapedName": "watchpack",
  21. "rawSpec": "2.4.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.4.2"
  24. },
  25. "_requiredBy": [
  26. "/vue-loader",
  27. "/webpack"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/watchpack/-/watchpack-2.4.2.tgz",
  30. "_spec": "2.4.2",
  31. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  32. "author": {
  33. "name": "Tobias Koppers @sokra"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/webpack/watchpack/issues"
  37. },
  38. "dependencies": {
  39. "glob-to-regexp": "^0.4.1",
  40. "graceful-fs": "^4.1.2"
  41. },
  42. "description": "Wrapper library for directory and file watching.",
  43. "devDependencies": {
  44. "coveralls": "^3.0.0",
  45. "eslint": "^5.11.1",
  46. "eslint-config-prettier": "^4.3.0",
  47. "eslint-plugin-prettier": "^3.1.0",
  48. "istanbul": "^0.4.3",
  49. "mocha": "^5.0.1",
  50. "prettier": "^1.11.0",
  51. "rimraf": "^2.6.2",
  52. "should": "^8.3.1",
  53. "write-file-atomic": "^3.0.1"
  54. },
  55. "directories": {
  56. "test": "test"
  57. },
  58. "engines": {
  59. "node": ">=10.13.0"
  60. },
  61. "files": [
  62. "lib/"
  63. ],
  64. "homepage": "https://github.com/webpack/watchpack",
  65. "license": "MIT",
  66. "main": "./lib/watchpack.js",
  67. "name": "watchpack",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/webpack/watchpack.git"
  71. },
  72. "scripts": {
  73. "lint": "eslint lib",
  74. "pretest": "yarn lint",
  75. "pretty-files": "prettier \"lib/**.*\" \"test/**/*.js\" --write",
  76. "test": "mocha",
  77. "test:coverage": "istanbul cover node_modules/mocha/bin/_mocha",
  78. "test:only": "mocha"
  79. },
  80. "version": "2.4.2"
  81. }