{ "_from": "enhanced-resolve@^5.17.4", "_id": "enhanced-resolve@5.18.4", "_inBundle": false, "_integrity": "sha512-LgQMM4WXU3QI+SYgEc2liRgznaD5ojbmY3sb8LxyguVkIg5FxdpTkvk72te2R38/TGKxH634oLxXRGY6d7AP+Q==", "_location": "/enhanced-resolve", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "enhanced-resolve@^5.17.4", "name": "enhanced-resolve", "escapedName": "enhanced-resolve", "rawSpec": "^5.17.4", "saveSpec": null, "fetchSpec": "^5.17.4" }, "_requiredBy": [ "/webpack" ], "_resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.18.4.tgz", "_shasum": "c22d33055f3952035ce6a144ce092447c525f828", "_spec": "enhanced-resolve@^5.17.4", "_where": "E:\\2023\\5\\myjadmin\\node_modules\\webpack", "author": { "name": "Tobias Koppers @sokra" }, "browser": { "process": "./lib/util/process-browser.js", "module": "./lib/util/module-browser.js" }, "bugs": { "url": "https://github.com/webpack/enhanced-resolve/issues" }, "bundleDependencies": false, "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" }, "deprecated": false, "description": "Offers a async require.resolve function. It's highly configurable.", "devDependencies": { "@eslint/js": "^9.28.0", "@eslint/markdown": "^7.1.0", "@stylistic/eslint-plugin": "^5.2.2", "@types/graceful-fs": "^4.1.6", "@types/jest": "^27.5.1", "@types/node": "^24.0.3", "cspell": "4.2.8", "eslint": "^9.28.0", "eslint-config-prettier": "^10.1.5", "eslint-config-webpack": "^4.1.2", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "^29.0.1", "eslint-plugin-jsdoc": "^52.0.2", "eslint-plugin-n": "^17.19.0", "eslint-plugin-prettier": "^5.4.1", "eslint-plugin-unicorn": "^60.0.0", "globals": "^16.2.0", "husky": "^6.0.0", "jest": "^27.5.1", "lint-staged": "^10.4.0", "memfs": "^3.2.0", "prettier": "^3.5.3", "prettier-2": "npm:prettier@^2", "tooling": "github:webpack/tooling#v1.24.0", "typescript": "^5.8.3" }, "engines": { "node": ">=10.13.0" }, "files": [ "lib", "types.d.ts", "LICENSE" ], "homepage": "http://github.com/webpack/enhanced-resolve", "license": "MIT", "lint-staged": { "*.{js,cjs,mjs}": [ "eslint --cache --fix" ], "*": [ "prettier --cache --write --ignore-unknown", "cspell --cache --no-must-find-files" ] }, "main": "lib/index.js", "name": "enhanced-resolve", "repository": { "type": "git", "url": "git://github.com/webpack/enhanced-resolve.git" }, "scripts": { "fix": "yarn fix:code && yarn fix:special", "fix:code": "yarn lint:code --fix", "fix:special": "node node_modules/tooling/inherit-types --write && node node_modules/tooling/generate-types --write", "fmt": "yarn fmt:base --loglevel warn --write", "fmt:base": "node_modules/prettier/bin/prettier.cjs --cache --ignore-unknown .", "fmt:check": "yarn fmt:base --check", "lint": "yarn lint:code && yarn lint:types && yarn lint:types-test && yarn lint:special && yarn fmt:check && yarn lint:spellcheck", "lint:code": "eslint --cache .", "lint:special": "node node_modules/tooling/lockfile-lint && node node_modules/tooling/inherit-types && node node_modules/tooling/generate-types", "lint:spellcheck": "cspell --no-must-find-files \"**/*.*\"", "lint:types": "tsc", "lint:types-test": "tsc -p tsconfig.types.test.json", "prepare": "husky install", "pretest": "yarn lint", "test": "yarn test:coverage", "test:coverage": "yarn test:only --collectCoverageFrom=\"lib/**/*.js\" --coverage", "test:only": "jest", "test:watch": "yarn test:only --watch", "type-report": "rimraf coverage && yarn cover:types && yarn cover:report && open-cli coverage/lcov-report/index.html" }, "types": "types.d.ts", "version": "5.18.4" }