Files
dns-server/node_modules/enhanced-resolve/package.json
T
Alex Yang f627244b8f 更新
2026-03-30 01:04:46 +08:00

111 lines
3.7 KiB
JSON

{
"_from": "enhanced-resolve@^5.20.0",
"_id": "enhanced-resolve@5.20.1",
"_inBundle": false,
"_integrity": "sha512-Qohcme7V1inbAfvjItgw0EaxVX5q2rdVEZHRBrEQdRZTssLDGsL8Lwrznl8oQ/6kuTJONLaDcGjkNP247XEhcA==",
"_location": "/enhanced-resolve",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "enhanced-resolve@^5.20.0",
"name": "enhanced-resolve",
"escapedName": "enhanced-resolve",
"rawSpec": "^5.20.0",
"saveSpec": null,
"fetchSpec": "^5.20.0"
},
"_requiredBy": [
"/webpack"
],
"_resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.20.1.tgz",
"_shasum": "eeeb3966bea62c348c40a0cc9e7912e2557d0be0",
"_spec": "enhanced-resolve@^5.20.0",
"_where": "/root/dns/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.3.0"
},
"deprecated": false,
"description": "Offers a async require.resolve function. It's highly configurable.",
"devDependencies": {
"@changesets/cli": "^2.30.0",
"@changesets/get-github-info": "^0.8.0",
"@types/graceful-fs": "^4.1.6",
"@types/jest": "^30.0.0",
"@types/node": "^24.10.4",
"cspell": "^9.4.0",
"eslint": "^9.39.2",
"eslint-config-webpack": "^4.9.0",
"husky": "^9.1.7",
"jest": "^30.3.0",
"lint-staged": "^16.2.7",
"memfs": "^4.56.11",
"prettier": "^3.7.4",
"prettier-2": "npm:prettier@^2",
"tooling": "github:webpack/tooling#v1.25.0",
"typescript": "^5.9.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": "npm run fix:code && npm run fix:special",
"fix:code": "npm run lint:code -- --fix",
"fix:special": "node node_modules/tooling/inherit-types --write && node node_modules/tooling/generate-types --write",
"fmt": "npm run fmt:base -- --loglevel warn --write",
"fmt:base": "node_modules/prettier/bin/prettier.cjs --cache --ignore-unknown .",
"fmt:check": "npm run fmt:base -- --check",
"lint": "npm run lint:code && npm run lint:types && npm run lint:types-test && npm run lint:special && npm run fmt:check && npm run lint:spellcheck",
"lint:code": "eslint --cache .",
"lint:special": "node node_modules/tooling/inherit-types && node node_modules/tooling/generate-types",
"lint:spellcheck": "cspell --cache --no-must-find-files --quiet \"**/*.*\"",
"lint:types": "tsc",
"lint:types-test": "tsc -p tsconfig.types.test.json",
"prepare": "husky",
"pretest": "npm run lint",
"release": "changeset publish",
"test": "npm run test:coverage",
"test:coverage": "npm run test:only -- --collectCoverageFrom=\"lib/**/*.js\" --coverage",
"test:only": "jest",
"test:watch": "npm run test:only -- --watch",
"type-report": "rimraf coverage && npm run cover:types && npm run cover:report && open-cli coverage/lcov-report/index.html",
"version": "changeset version"
},
"types": "types.d.ts",
"version": "5.20.1"
}