| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 | {  "_args": [    [      "webpack-chain@6.5.1",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "webpack-chain@6.5.1",  "_id": "webpack-chain@6.5.1",  "_inBundle": false,  "_integrity": "sha1-TycoTLu2N+PI+970Pu9YjU2GEgY=",  "_location": "/webpack-chain",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "webpack-chain@6.5.1",    "name": "webpack-chain",    "escapedName": "webpack-chain",    "rawSpec": "6.5.1",    "saveSpec": null,    "fetchSpec": "6.5.1"  },  "_requiredBy": [    "/@vue/cli-service"  ],  "_resolved": "https://registry.nlark.com/webpack-chain/download/webpack-chain-6.5.1.tgz",  "_spec": "6.5.1",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Eli Perelman",    "email": "eli@eliperelman.com"  },  "bugs": {    "url": "https://github.com/neutrinojs/webpack-chain/issues"  },  "dependencies": {    "deepmerge": "^1.5.2",    "javascript-stringify": "^2.0.1"  },  "description": "[![NPM version][npm-image]][npm-url] [![NPM downloads][npm-downloads]][npm-url] [![Build Status][travis-image]][travis-url]",  "devDependencies": {    "@types/enhanced-resolve": "^3.0.6",    "@types/tapable": "^1.0.6",    "@types/webpack": "^4.41.21",    "auto-changelog": "^2.2.0",    "eslint": "^7.5.0",    "eslint-config-airbnb-base": "^14.2.0",    "eslint-config-prettier": "^6.11.0",    "eslint-plugin-import": "^2.22.0",    "eslint-plugin-jest": "^23.18.0",    "jest": "^25.3.0",    "prettier": "^2.0.5",    "typescript": "^3.9.7",    "webpack": "^4.43.0"  },  "engines": {    "node": ">=8"  },  "files": [    "src",    "types/*.d.ts"  ],  "homepage": "https://github.com/neutrinojs/webpack-chain#readme",  "keywords": [    "webpack",    "config",    "chain",    "fluent",    "api"  ],  "license": "MPL-2.0",  "main": "src/Config.js",  "name": "webpack-chain",  "repository": {    "type": "git",    "url": "git+https://github.com/neutrinojs/webpack-chain.git"  },  "scripts": {    "changelog": "auto-changelog --remote upstream --commit-limit false",    "fix": "yarn lint:fix && yarn style:fix",    "lint": "eslint --cache --max-warnings 0 --format codeframe .",    "lint:fix": "yarn lint --fix",    "style": "prettier --check .",    "style:fix": "prettier --write .",    "test": "jest",    "test:types": "tsc -p ./types/test/tsconfig.json",    "version": "yarn changelog --package && git add CHANGELOG.md"  },  "typings": "types/index.d.ts",  "version": "6.5.1"}
 |