package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. {
  2. "_from": "watchpack@^2.5.1",
  3. "_id": "watchpack@2.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Zn5uXdcFNIA1+1Ei5McRd+iRzfhENPCe7LeABkJtNulSxjma+l7ltNx55BWZkRlwRnpOgHqxnjyaDgJnNXnqzg==",
  6. "_location": "/watchpack",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "watchpack@^2.5.1",
  12. "name": "watchpack",
  13. "escapedName": "watchpack",
  14. "rawSpec": "^2.5.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.5.1"
  17. },
  18. "_requiredBy": [
  19. "/vue-loader",
  20. "/webpack"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/watchpack/-/watchpack-2.5.1.tgz",
  23. "_shasum": "dd38b601f669e0cbf567cb802e75cead82cde102",
  24. "_spec": "watchpack@^2.5.1",
  25. "_where": "E:\\git\\2021项目\\安科院大屏\\node_modules\\webpack",
  26. "author": {
  27. "name": "Tobias Koppers @sokra"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/webpack/watchpack/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "glob-to-regexp": "^0.4.1",
  35. "graceful-fs": "^4.1.2"
  36. },
  37. "deprecated": false,
  38. "description": "Wrapper library for directory and file watching.",
  39. "devDependencies": {
  40. "@eslint/js": "^9.28.0",
  41. "@eslint/markdown": "^7.5.1",
  42. "@stylistic/eslint-plugin": "^5.6.1",
  43. "@types/glob-to-regexp": "^0.4.4",
  44. "@types/graceful-fs": "^4.1.9",
  45. "@types/jest": "^27.5.1",
  46. "@types/node": "^24.10.4",
  47. "eslint": "^9.39.2",
  48. "eslint-config-prettier": "^10.1.8",
  49. "eslint-config-webpack": "^4.7.3",
  50. "eslint-plugin-import": "^2.32.0",
  51. "eslint-plugin-jest": "^29.5.0",
  52. "eslint-plugin-jsdoc": "^61.5.0",
  53. "eslint-plugin-n": "^17.23.1",
  54. "eslint-plugin-prettier": "^5.5.4",
  55. "eslint-plugin-unicorn": "^62.0.0",
  56. "globals": "^16.5.0",
  57. "jest": "^27.5.1",
  58. "prettier": "^3.7.4",
  59. "rimraf": "^2.6.2",
  60. "typescript": "^5.9.3",
  61. "write-file-atomic": "^3.0.1"
  62. },
  63. "directories": {
  64. "test": "test"
  65. },
  66. "engines": {
  67. "node": ">=10.13.0"
  68. },
  69. "files": [
  70. "lib/",
  71. "types/"
  72. ],
  73. "homepage": "https://github.com/webpack/watchpack",
  74. "license": "MIT",
  75. "main": "lib/index.js",
  76. "name": "watchpack",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/webpack/watchpack.git"
  80. },
  81. "scripts": {
  82. "fix": "npm run fix:code && npm run fix:declarations",
  83. "fix:code": "npm run lint:code -- --fix",
  84. "fix:declarations": "tsc --noEmit false --declaration --emitDeclarationOnly --outDir types && npm run fmt -- ./types",
  85. "fmt": "npm run fmt:base -- --log-level warn --write",
  86. "fmt:base": "prettier --cache --ignore-unknown .",
  87. "fmt:check": "npm run fmt:base -- --check",
  88. "lint": "npm run lint:code && npm run lint:types && npm run lint:types-test && npm run lint:declarations && npm run fmt:check",
  89. "lint:code": "eslint --cache .",
  90. "lint:declarations": "npm run fix:declarations && git diff --exit-code ./types",
  91. "lint:types": "tsc",
  92. "lint:types-test": "tsc -p tsconfig.types.test.json",
  93. "pretest": "npm run lint",
  94. "test": "npm run test:coverage",
  95. "test:base": "jest --runInBand",
  96. "test:coverage": "npm run test:base -- --collectCoverageFrom=\"lib/**/*.js\" --coverage",
  97. "test:only": "npm run test:base",
  98. "test:watch": "npm run test:base -- --watch"
  99. },
  100. "types": "types/index.js",
  101. "version": "2.5.1"
  102. }