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.
 
 
 
 

104 lines
3.4 KiB

{
"_args": [
[
"enhanced-resolve@5.9.1",
"/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui"
]
],
"_development": true,
"_from": "enhanced-resolve@5.9.1",
"_id": "enhanced-resolve@5.9.1",
"_inBundle": false,
"_integrity": "sha512-jdyZMwCQ5Oj4c5+BTnkxPgDZO/BJzh/ADDmKebayyzNwjVX1AFCeGkOfxNx0mHi2+8BKC5VxUYiw3TIvoT7vhw==",
"_location": "/enhanced-resolve",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "enhanced-resolve@5.9.1",
"name": "enhanced-resolve",
"escapedName": "enhanced-resolve",
"rawSpec": "5.9.1",
"saveSpec": null,
"fetchSpec": "5.9.1"
},
"_requiredBy": [
"/webpack"
],
"_resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.9.1.tgz",
"_spec": "5.9.1",
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui",
"author": {
"name": "Tobias Koppers @sokra"
},
"browser": {
"pnpapi": false,
"process": "./lib/util/process-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/mocha": "^8.0.3",
"@types/node": "^14.11.1",
"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",
"lint-staged": "^10.4.0",
"memfs": "^3.2.0",
"mocha": "^8.1.3",
"nyc": "^15.1.0",
"prettier": "^2.1.2",
"should": "^13.2.3",
"tooling": "github:webpack/tooling#v1.14.0",
"typescript": "^4.2.0-beta"
},
"engines": {
"node": ">=10.13.0"
},
"files": [
"lib",
"types.d.ts",
"LICENSE"
],
"homepage": "http://github.com/webpack/enhanced-resolve",
"license": "MIT",
"lint-staged": {
"*.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",
"cover": "nyc --reporter=html node node_modules/mocha/bin/_mocha --full-trace --check-leaks",
"cover:ci": "nyc --reporter=lcovonly node node_modules/mocha/bin/_mocha --full-trace --check-leaks",
"fix": "yarn run code-lint-fix && yarn run special-lint-fix",
"lint": "yarn run code-lint && yarn run type-lint && 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": "mocha --full-trace --check-leaks",
"test:only": "mocha --full-trace --check-leaks",
"type-lint": "tsc"
},
"types": "types.d.ts",
"version": "5.9.1"
}