1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
| {
| "_from": "webpack-chain@^6.4.0",
| "_id": "webpack-chain@6.5.1",
| "_inBundle": false,
| "_integrity": "sha512-7doO/SRtLu8q5WM0s7vPKPWX580qhi0/yBHkOxNkv50f6qB76Zy9o2wRTrrPULqYTvQlVHuvbA8v+G5ayuUDsA==",
| "_location": "/webpack-chain",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "webpack-chain@^6.4.0",
| "name": "webpack-chain",
| "escapedName": "webpack-chain",
| "rawSpec": "^6.4.0",
| "saveSpec": null,
| "fetchSpec": "^6.4.0"
| },
| "_requiredBy": [
| "/@vue/cli-service"
| ],
| "_resolved": "https://registry.npmmirror.com/webpack-chain/-/webpack-chain-6.5.1.tgz",
| "_shasum": "4f27284cbbb637e3c8fbdef43eef588d4d861206",
| "_spec": "webpack-chain@^6.4.0",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\@vue\\cli-service",
| "author": {
| "name": "Eli Perelman",
| "email": "eli@eliperelman.com"
| },
| "bugs": {
| "url": "https://github.com/neutrinojs/webpack-chain/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "deepmerge": "^1.5.2",
| "javascript-stringify": "^2.0.1"
| },
| "deprecated": false,
| "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"
| }
|
|