执行过npm install命令的vue-element-admin源码
康凯
2022-05-20 aa4c235a8ca67ea8b731f90c951a465e92c0a865
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
{
  "_from": "webpack-log@^2.0.0",
  "_id": "webpack-log@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==",
  "_location": "/webpack-log",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "webpack-log@^2.0.0",
    "name": "webpack-log",
    "escapedName": "webpack-log",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/copy-webpack-plugin",
    "/webpack-dev-middleware",
    "/webpack-dev-server"
  ],
  "_resolved": "https://registry.npmmirror.com/webpack-log/-/webpack-log-2.0.0.tgz",
  "_shasum": "5b7928e0637593f119d32f6227c1e0ac31e1b47f",
  "_spec": "webpack-log@^2.0.0",
  "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\copy-webpack-plugin",
  "author": {
    "name": "Andrew Powell",
    "email": "andrew@shellscape.org"
  },
  "bugs": {
    "url": "https://github.com/webpack-contrib/webpack-log/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "ansi-colors": "^3.0.0",
    "uuid": "^3.3.2"
  },
  "deprecated": false,
  "description": "A common logger for the webpack ecosystem",
  "devDependencies": {
    "assert": "^1.4.1",
    "eslint": "^5.4.0",
    "eslint-config-webpack": "^1.2.5",
    "eslint-plugin-import": "^2.14.0",
    "mocha": "^5.2.0",
    "nyc": "^12.0.2",
    "sinon": "^6.1.5",
    "standard-version": "^4.4.0",
    "strip-ansi": "^4.0.0"
  },
  "engines": {
    "node": ">= 6"
  },
  "files": [
    "src"
  ],
  "homepage": "https://github.com/webpack-contrib/webpack-log#readme",
  "issues": "https://github.com/webpack-contrib/webpack-log/issues",
  "license": "MIT",
  "main": "src/index.js",
  "name": "webpack-log",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webpack-contrib/webpack-log.git"
  },
  "scripts": {
    "lint": "eslint src test",
    "release": "standard-version",
    "test": "nyc --reporter lcovonly mocha --full-trace --check-leaks"
  },
  "version": "2.0.0"
}