package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "enhanced-resolve@^5.16.0",
  3. "_id": "enhanced-resolve@5.16.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw==",
  6. "_location": "/enhanced-resolve",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "enhanced-resolve@^5.16.0",
  12. "name": "enhanced-resolve",
  13. "escapedName": "enhanced-resolve",
  14. "rawSpec": "^5.16.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^5.16.0"
  17. },
  18. "_requiredBy": [
  19. "/webpack"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.16.1.tgz",
  22. "_shasum": "e8bc63d51b826d6f1cbc0a150ecb5a8b0c62e567",
  23. "_spec": "enhanced-resolve@^5.16.0",
  24. "_where": "/Users/ben/Desktop/app/be/be-ytb/js/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. "@types/graceful-fs": "^4.1.6",
  44. "@types/jest": "^27.5.1",
  45. "@types/node": "20.9.5",
  46. "cspell": "4.2.8",
  47. "eslint": "^7.9.0",
  48. "eslint-config-prettier": "^6.11.0",
  49. "eslint-plugin-jsdoc": "^30.5.1",
  50. "eslint-plugin-node": "^11.1.0",
  51. "eslint-plugin-prettier": "^3.1.4",
  52. "husky": "^6.0.0",
  53. "jest": "^27.5.1",
  54. "lint-staged": "^10.4.0",
  55. "memfs": "^3.2.0",
  56. "prettier": "^2.1.2",
  57. "tooling": "github:webpack/tooling#v1.23.1",
  58. "typescript": "^5.3.3"
  59. },
  60. "engines": {
  61. "node": ">=10.13.0"
  62. },
  63. "files": [
  64. "lib",
  65. "types.d.ts",
  66. "LICENSE"
  67. ],
  68. "homepage": "http://github.com/webpack/enhanced-resolve",
  69. "license": "MIT",
  70. "lint-staged": {
  71. "*": "cspell --no-must-find-files",
  72. "*.js": "eslint --cache"
  73. },
  74. "main": "lib/index.js",
  75. "name": "enhanced-resolve",
  76. "repository": {
  77. "type": "git",
  78. "url": "git://github.com/webpack/enhanced-resolve.git"
  79. },
  80. "scripts": {
  81. "code-lint": "eslint --cache lib test",
  82. "code-lint-fix": "eslint --cache lib test --fix",
  83. "fix": "yarn run code-lint-fix && yarn run special-lint-fix",
  84. "lint": "yarn run code-lint && yarn run type-lint && yarn typings-test && yarn run special-lint && yarn run spelling",
  85. "precover": "yarn lint",
  86. "prepare": "husky install",
  87. "pretest": "yarn lint",
  88. "pretty": "prettier --loglevel warn --write \"lib/**/*.{js,json}\" \"test/*.js\"",
  89. "special-lint": "node node_modules/tooling/lockfile-lint && node node_modules/tooling/inherit-types && node node_modules/tooling/format-file-header && node node_modules/tooling/generate-types",
  90. "special-lint-fix": "node node_modules/tooling/inherit-types --write && node node_modules/tooling/format-file-header --write && node node_modules/tooling/generate-types --write",
  91. "spelling": "cspell \"**\"",
  92. "test": "yarn test:coverage",
  93. "test:coverage": "yarn test:only -- --collectCoverageFrom=\"lib/**/*.js\" --coverage",
  94. "test:only": "jest",
  95. "test:watch": "yarn test:only -- --watch",
  96. "type-lint": "tsc",
  97. "type-report": "rimraf coverage && yarn cover:types && yarn cover:report && open-cli coverage/lcov-report/index.html",
  98. "typings-test": "tsc -p tsconfig.types.test.json"
  99. },
  100. "types": "types.d.ts",
  101. "version": "5.16.1"
  102. }