package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_from": "enhanced-resolve@^5.17.4",
  3. "_id": "enhanced-resolve@5.18.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LgQMM4WXU3QI+SYgEc2liRgznaD5ojbmY3sb8LxyguVkIg5FxdpTkvk72te2R38/TGKxH634oLxXRGY6d7AP+Q==",
  6. "_location": "/enhanced-resolve",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "enhanced-resolve@^5.17.4",
  12. "name": "enhanced-resolve",
  13. "escapedName": "enhanced-resolve",
  14. "rawSpec": "^5.17.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.17.4"
  17. },
  18. "_requiredBy": [
  19. "/webpack"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.18.4.tgz",
  22. "_shasum": "c22d33055f3952035ce6a144ce092447c525f828",
  23. "_spec": "enhanced-resolve@^5.17.4",
  24. "_where": "E:\\2023\\5\\myjadmin\\node_modules\\webpack",
  25. "author": {
  26. "name": "Tobias Koppers @sokra"
  27. },
  28. "browser": {
  29. "process": "./lib/util/process-browser.js",
  30. "module": "./lib/util/module-browser.js"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/webpack/enhanced-resolve/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "graceful-fs": "^4.2.4",
  38. "tapable": "^2.2.0"
  39. },
  40. "deprecated": false,
  41. "description": "Offers a async require.resolve function. It's highly configurable.",
  42. "devDependencies": {
  43. "@eslint/js": "^9.28.0",
  44. "@eslint/markdown": "^7.1.0",
  45. "@stylistic/eslint-plugin": "^5.2.2",
  46. "@types/graceful-fs": "^4.1.6",
  47. "@types/jest": "^27.5.1",
  48. "@types/node": "^24.0.3",
  49. "cspell": "4.2.8",
  50. "eslint": "^9.28.0",
  51. "eslint-config-prettier": "^10.1.5",
  52. "eslint-config-webpack": "^4.1.2",
  53. "eslint-plugin-import": "^2.31.0",
  54. "eslint-plugin-jest": "^29.0.1",
  55. "eslint-plugin-jsdoc": "^52.0.2",
  56. "eslint-plugin-n": "^17.19.0",
  57. "eslint-plugin-prettier": "^5.4.1",
  58. "eslint-plugin-unicorn": "^60.0.0",
  59. "globals": "^16.2.0",
  60. "husky": "^6.0.0",
  61. "jest": "^27.5.1",
  62. "lint-staged": "^10.4.0",
  63. "memfs": "^3.2.0",
  64. "prettier": "^3.5.3",
  65. "prettier-2": "npm:prettier@^2",
  66. "tooling": "github:webpack/tooling#v1.24.0",
  67. "typescript": "^5.8.3"
  68. },
  69. "engines": {
  70. "node": ">=10.13.0"
  71. },
  72. "files": [
  73. "lib",
  74. "types.d.ts",
  75. "LICENSE"
  76. ],
  77. "homepage": "http://github.com/webpack/enhanced-resolve",
  78. "license": "MIT",
  79. "lint-staged": {
  80. "*.{js,cjs,mjs}": [
  81. "eslint --cache --fix"
  82. ],
  83. "*": [
  84. "prettier --cache --write --ignore-unknown",
  85. "cspell --cache --no-must-find-files"
  86. ]
  87. },
  88. "main": "lib/index.js",
  89. "name": "enhanced-resolve",
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/webpack/enhanced-resolve.git"
  93. },
  94. "scripts": {
  95. "fix": "yarn fix:code && yarn fix:special",
  96. "fix:code": "yarn lint:code --fix",
  97. "fix:special": "node node_modules/tooling/inherit-types --write && node node_modules/tooling/generate-types --write",
  98. "fmt": "yarn fmt:base --loglevel warn --write",
  99. "fmt:base": "node_modules/prettier/bin/prettier.cjs --cache --ignore-unknown .",
  100. "fmt:check": "yarn fmt:base --check",
  101. "lint": "yarn lint:code && yarn lint:types && yarn lint:types-test && yarn lint:special && yarn fmt:check && yarn lint:spellcheck",
  102. "lint:code": "eslint --cache .",
  103. "lint:special": "node node_modules/tooling/lockfile-lint && node node_modules/tooling/inherit-types && node node_modules/tooling/generate-types",
  104. "lint:spellcheck": "cspell --no-must-find-files \"**/*.*\"",
  105. "lint:types": "tsc",
  106. "lint:types-test": "tsc -p tsconfig.types.test.json",
  107. "prepare": "husky install",
  108. "pretest": "yarn lint",
  109. "test": "yarn test:coverage",
  110. "test:coverage": "yarn test:only --collectCoverageFrom=\"lib/**/*.js\" --coverage",
  111. "test:only": "jest",
  112. "test:watch": "yarn test:only --watch",
  113. "type-report": "rimraf coverage && yarn cover:types && yarn cover:report && open-cli coverage/lcov-report/index.html"
  114. },
  115. "types": "types.d.ts",
  116. "version": "5.18.4"
  117. }