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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
| {
| "_from": "supports-color@^3.2.3",
| "_id": "supports-color@3.2.3",
| "_inBundle": false,
| "_integrity": "sha512-Jds2VIYDrlp5ui7t8abHN2bjAu4LV/q4N2KivFPpGH0lrka0BMq/33AmECUXlKPcHigkNaqfXRENFju+rlcy+A==",
| "_location": "/svg-baker/supports-color",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "supports-color@^3.2.3",
| "name": "supports-color",
| "escapedName": "supports-color",
| "rawSpec": "^3.2.3",
| "saveSpec": null,
| "fetchSpec": "^3.2.3"
| },
| "_requiredBy": [
| "/svg-baker/postcss"
| ],
| "_resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-3.2.3.tgz",
| "_shasum": "65ac0504b3954171d8a64946b2ae3cbb8a5f54f6",
| "_spec": "supports-color@^3.2.3",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\svg-baker\\node_modules\\postcss",
| "author": {
| "name": "Sindre Sorhus",
| "email": "sindresorhus@gmail.com",
| "url": "sindresorhus.com"
| },
| "browser": "browser.js",
| "bugs": {
| "url": "https://github.com/chalk/supports-color/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "has-flag": "^1.0.0"
| },
| "deprecated": false,
| "description": "Detect whether a terminal supports color",
| "devDependencies": {
| "mocha": "*",
| "require-uncached": "^1.0.2",
| "xo": "*"
| },
| "engines": {
| "node": ">=0.8.0"
| },
| "files": [
| "index.js",
| "browser.js"
| ],
| "homepage": "https://github.com/chalk/supports-color#readme",
| "keywords": [
| "color",
| "colour",
| "colors",
| "terminal",
| "console",
| "cli",
| "ansi",
| "styles",
| "tty",
| "rgb",
| "256",
| "shell",
| "xterm",
| "command-line",
| "support",
| "supports",
| "capability",
| "detect",
| "truecolor",
| "16m",
| "million"
| ],
| "license": "MIT",
| "maintainers": [
| {
| "name": "Sindre Sorhus",
| "email": "sindresorhus@gmail.com",
| "url": "sindresorhus.com"
| },
| {
| "name": "Joshua Boy Nicolai Appelman",
| "email": "joshua@jbna.nl",
| "url": "jbna.nl"
| },
| {
| "name": "JD Ballard",
| "email": "i.am.qix@gmail.com",
| "url": "github.com/qix-"
| }
| ],
| "name": "supports-color",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/chalk/supports-color.git"
| },
| "scripts": {
| "test": "xo && mocha",
| "travis": "mocha"
| },
| "version": "3.2.3",
| "xo": {
| "envs": [
| "node",
| "mocha"
| ]
| }
| }
|
|