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
| {
| "_from": "log-symbols@^1.0.2",
| "_id": "log-symbols@1.0.2",
| "_inBundle": false,
| "_integrity": "sha512-mmPrW0Fh2fxOzdBbFv4g1m6pR72haFLPJ2G5SJEELf1y+iaQrDG6cWCPjy54RHYbZAt7X+ls690Kw62AdWXBzQ==",
| "_location": "/listr-update-renderer/log-symbols",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "log-symbols@^1.0.2",
| "name": "log-symbols",
| "escapedName": "log-symbols",
| "rawSpec": "^1.0.2",
| "saveSpec": null,
| "fetchSpec": "^1.0.2"
| },
| "_requiredBy": [
| "/listr-update-renderer"
| ],
| "_resolved": "https://registry.npmmirror.com/log-symbols/-/log-symbols-1.0.2.tgz",
| "_shasum": "376ff7b58ea3086a0f09facc74617eca501e1a18",
| "_spec": "log-symbols@^1.0.2",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\listr-update-renderer",
| "author": {
| "name": "Sindre Sorhus",
| "email": "sindresorhus@gmail.com",
| "url": "http://sindresorhus.com"
| },
| "bugs": {
| "url": "https://github.com/sindresorhus/log-symbols/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "chalk": "^1.0.0"
| },
| "deprecated": false,
| "description": "Colored symbols for various log levels. Example: ✔︎ success",
| "devDependencies": {
| "ava": "0.0.4"
| },
| "engines": {
| "node": ">=0.10.0"
| },
| "files": [
| "index.js"
| ],
| "homepage": "https://github.com/sindresorhus/log-symbols#readme",
| "keywords": [
| "unicode",
| "cli",
| "cmd",
| "command-line",
| "characters",
| "char",
| "symbol",
| "symbols",
| "figure",
| "figures",
| "fallback",
| "win",
| "windows",
| "log",
| "logging",
| "terminal",
| "stdout"
| ],
| "license": "MIT",
| "name": "log-symbols",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/sindresorhus/log-symbols.git"
| },
| "scripts": {
| "test": "node test.js"
| },
| "version": "1.0.2"
| }
|
|