123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- {
- "_args": [
- [
- "enhanced-resolve@5.15.0",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_development": true,
- "_from": "enhanced-resolve@5.15.0",
- "_id": "enhanced-resolve@5.15.0",
- "_inBundle": false,
- "_integrity": "sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==",
- "_location": "/enhanced-resolve",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "enhanced-resolve@5.15.0",
- "name": "enhanced-resolve",
- "escapedName": "enhanced-resolve",
- "rawSpec": "5.15.0",
- "saveSpec": null,
- "fetchSpec": "5.15.0"
- },
- "_requiredBy": [
- "/webpack"
- ],
- "_resolved": "https://registry.npmmirror.com/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz",
- "_spec": "5.15.0",
- "_where": "/Users/mac/projects/mime/mine",
- "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/graceful-fs": "^4.1.6",
- "@types/jest": "^27.5.1",
- "@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",
- "jest": "^27.5.1",
- "lint-staged": "^10.4.0",
- "memfs": "^3.2.0",
- "prettier": "^2.1.2",
- "tooling": "github:webpack/tooling#v1.14.0",
- "typescript": "^5.0.4"
- },
- "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.15.0"
- }
|