2023-12-18 13:12:25 +08:00
|
|
|
{
|
2024-01-16 21:26:16 +08:00
|
|
|
"_from": "enhanced-resolve@^4.5.0",
|
|
|
|
"_id": "enhanced-resolve@4.5.0",
|
2023-12-18 13:12:25 +08:00
|
|
|
"_inBundle": false,
|
2024-01-16 21:26:16 +08:00
|
|
|
"_integrity": "sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==",
|
2023-12-18 13:12:25 +08:00
|
|
|
"_location": "/enhanced-resolve",
|
2024-01-16 21:26:16 +08:00
|
|
|
"_phantomChildren": {
|
|
|
|
"core-util-is": "1.0.3",
|
|
|
|
"errno": "0.1.8",
|
|
|
|
"inherits": "2.0.4",
|
|
|
|
"process-nextick-args": "2.0.1",
|
|
|
|
"safe-buffer": "5.1.2",
|
|
|
|
"util-deprecate": "1.0.2"
|
|
|
|
},
|
2023-12-18 13:12:25 +08:00
|
|
|
"_requested": {
|
2024-01-16 21:26:16 +08:00
|
|
|
"type": "range",
|
2023-12-18 13:12:25 +08:00
|
|
|
"registry": true,
|
2024-01-16 21:26:16 +08:00
|
|
|
"raw": "enhanced-resolve@^4.5.0",
|
2023-12-18 13:12:25 +08:00
|
|
|
"name": "enhanced-resolve",
|
|
|
|
"escapedName": "enhanced-resolve",
|
2024-01-16 21:26:16 +08:00
|
|
|
"rawSpec": "^4.5.0",
|
2023-12-18 13:12:25 +08:00
|
|
|
"saveSpec": null,
|
2024-01-16 21:26:16 +08:00
|
|
|
"fetchSpec": "^4.5.0"
|
2023-12-18 13:12:25 +08:00
|
|
|
},
|
|
|
|
"_requiredBy": [
|
|
|
|
"/webpack"
|
|
|
|
],
|
2024-01-16 21:26:16 +08:00
|
|
|
"_resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz",
|
|
|
|
"_shasum": "2f3cfd84dbe3b487f18f2db2ef1e064a571ca5ec",
|
|
|
|
"_spec": "enhanced-resolve@^4.5.0",
|
|
|
|
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\webpack",
|
2023-12-18 13:12:25 +08:00
|
|
|
"author": {
|
|
|
|
"name": "Tobias Koppers @sokra"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/webpack/enhanced-resolve/issues"
|
|
|
|
},
|
2024-01-16 21:26:16 +08:00
|
|
|
"bundleDependencies": false,
|
2023-12-18 13:12:25 +08:00
|
|
|
"dependencies": {
|
|
|
|
"graceful-fs": "^4.1.2",
|
2024-01-16 21:26:16 +08:00
|
|
|
"memory-fs": "^0.5.0",
|
2023-12-18 13:12:25 +08:00
|
|
|
"tapable": "^1.0.0"
|
|
|
|
},
|
2024-01-16 21:26:16 +08:00
|
|
|
"deprecated": false,
|
2023-12-18 13:12:25 +08:00
|
|
|
"description": "Offers a async require.resolve function. It's highly configurable.",
|
|
|
|
"devDependencies": {
|
|
|
|
"codecov.io": "^0.1.6",
|
|
|
|
"coveralls": "^2.11.6",
|
2024-01-16 21:26:16 +08:00
|
|
|
"eslint": "^5.9.0",
|
|
|
|
"eslint-config-prettier": "^3.3.0",
|
|
|
|
"eslint-plugin-node": "^8.0.0",
|
|
|
|
"eslint-plugin-prettier": "^3.0.0",
|
|
|
|
"husky": "^1.2.0",
|
2023-12-18 13:12:25 +08:00
|
|
|
"istanbul": "^0.4.1",
|
2024-01-16 21:26:16 +08:00
|
|
|
"lint-staged": "^8.1.0",
|
2023-12-18 13:12:25 +08:00
|
|
|
"mocha": "^2.3.4",
|
2024-01-16 21:26:16 +08:00
|
|
|
"prettier": "^1.15.2",
|
2023-12-18 13:12:25 +08:00
|
|
|
"should": "^8.0.2"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=6.9.0"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"lib",
|
|
|
|
"LICENSE"
|
|
|
|
],
|
|
|
|
"homepage": "http://github.com/webpack/enhanced-resolve",
|
2024-01-16 21:26:16 +08:00
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "lint-staged"
|
|
|
|
}
|
|
|
|
},
|
2023-12-18 13:12:25 +08:00
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "http://www.opensource.org/licenses/mit-license.php"
|
|
|
|
}
|
|
|
|
],
|
2024-01-16 21:26:16 +08:00
|
|
|
"lint-staged": {
|
|
|
|
"*.js": [
|
|
|
|
"eslint --cache"
|
|
|
|
]
|
|
|
|
},
|
2023-12-18 13:12:25 +08:00
|
|
|
"main": "lib/node.js",
|
|
|
|
"name": "enhanced-resolve",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/webpack/enhanced-resolve.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"cover": "istanbul cover node_modules/mocha/bin/_mocha",
|
|
|
|
"lint": "eslint lib test",
|
2024-01-16 21:26:16 +08:00
|
|
|
"precover": "yarn lint",
|
|
|
|
"pretest": "yarn lint",
|
|
|
|
"pretty": "prettier --loglevel warn --write \"{lib,test}/**/*.{js,json}\"",
|
2023-12-18 13:12:25 +08:00
|
|
|
"test": "mocha --full-trace --check-leaks",
|
2024-01-16 21:26:16 +08:00
|
|
|
"travis": "yarn cover --report lcovonly"
|
2023-12-18 13:12:25 +08:00
|
|
|
},
|
2024-01-16 21:26:16 +08:00
|
|
|
"version": "4.5.0"
|
2023-12-18 13:12:25 +08:00
|
|
|
}
|