You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

106 lines
3.5 KiB

{
"_args": [
[
"enhanced-resolve@5.18.0",
"D:\\IDEAproject\\frontend\\Front-end logistics"
]
],
"_development": true,
"_from": "enhanced-resolve@5.18.0",
"_id": "enhanced-resolve@5.18.0",
"_inBundle": false,
"_integrity": "sha512-0/r0MySGYG8YqlayBZ6MuCfECmHFdJ5qyPh8s8wa5Hnm6SaFLSK1VYCbj+NKp090Nm1caZhD+QTnmxO7esYGyQ==",
"_location": "/enhanced-resolve",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "enhanced-resolve@5.18.0",
"name": "enhanced-resolve",
"escapedName": "enhanced-resolve",
"rawSpec": "5.18.0",
"saveSpec": null,
"fetchSpec": "5.18.0"
},
"_requiredBy": [
"/webpack"
],
"_resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.18.0.tgz",
"_spec": "5.18.0",
"_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
"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"
},
"dependencies": {
"graceful-fs": "^4.2.4",
"tapable": "^2.2.0"
},
"description": "Offers a async require.resolve function. It's highly configurable.",
"devDependencies": {
"@types/graceful-fs": "^4.1.6",
"@types/jest": "^27.5.1",
"@types/node": "20.9.5",
"cspell": "4.2.8",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-jsdoc": "^30.5.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^6.0.0",
"jest": "^27.5.1",
"lint-staged": "^10.4.0",
"memfs": "^3.2.0",
"prettier": "^2.1.2",
"tooling": "github:webpack/tooling#v1.23.1",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=10.13.0"
},
"files": [
"lib",
"types.d.ts",
"LICENSE"
],
"homepage": "http://github.com/webpack/enhanced-resolve",
"license": "MIT",
"lint-staged": {
"*": "cspell --no-must-find-files",
"*.js": "eslint --cache"
},
"main": "lib/index.js",
"name": "enhanced-resolve",
"repository": {
"type": "git",
"url": "git://github.com/webpack/enhanced-resolve.git"
},
"scripts": {
"code-lint": "eslint --cache lib test",
"code-lint-fix": "eslint --cache lib test --fix",
"fix": "yarn run code-lint-fix && yarn run special-lint-fix",
"lint": "yarn run code-lint && yarn run type-lint && yarn typings-test && yarn run special-lint && yarn run spelling",
"precover": "yarn lint",
"prepare": "husky install",
"pretest": "yarn lint",
"pretty": "prettier --loglevel warn --write \"lib/**/*.{js,json}\" \"test/*.js\"",
"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",
"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",
"spelling": "cspell \"**\"",
"test": "yarn test:coverage",
"test:coverage": "yarn test:only -- --collectCoverageFrom=\"lib/**/*.js\" --coverage",
"test:only": "jest",
"test:watch": "yarn test:only -- --watch",
"type-lint": "tsc",
"type-report": "rimraf coverage && yarn cover:types && yarn cover:report && open-cli coverage/lcov-report/index.html",
"typings-test": "tsc -p tsconfig.types.test.json"
},
"types": "types.d.ts",
"version": "5.18.0"
}