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
| {
| "_from": "slice-ansi@0.0.4",
| "_id": "slice-ansi@0.0.4",
| "_inBundle": false,
| "_integrity": "sha512-up04hB2hR92PgjpyU3y/eg91yIBILyjVY26NvvciY3EVVPjybkMszMpXQ9QAkcS3I5rtJBDLoTxxg+qvW8c7rw==",
| "_location": "/cli-truncate/slice-ansi",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "slice-ansi@0.0.4",
| "name": "slice-ansi",
| "escapedName": "slice-ansi",
| "rawSpec": "0.0.4",
| "saveSpec": null,
| "fetchSpec": "0.0.4"
| },
| "_requiredBy": [
| "/cli-truncate"
| ],
| "_resolved": "https://registry.npmmirror.com/slice-ansi/-/slice-ansi-0.0.4.tgz",
| "_shasum": "edbf8903f66f7ce2f8eafd6ceed65e264c831b35",
| "_spec": "slice-ansi@0.0.4",
| "_where": "D:\\源码\\vue-element-admin-master\\node_modules\\cli-truncate",
| "author": {
| "name": "David Caccavella",
| "email": "threedeecee@gmail.com"
| },
| "bugs": {
| "url": "https://github.com/chalk/slice-ansi/issues"
| },
| "bundleDependencies": false,
| "dependencies": {},
| "deprecated": false,
| "description": "Slice a string with ANSI escape codes",
| "devDependencies": {
| "ava": "^0.2.0",
| "chalk": "^1.1.1",
| "strip-ansi": "^3.0.0",
| "xo": "*"
| },
| "engines": {
| "node": ">=0.10.0"
| },
| "files": [
| "index.js"
| ],
| "homepage": "https://github.com/chalk/slice-ansi#readme",
| "keywords": [
| "slice",
| "string",
| "ansi",
| "styles",
| "color",
| "colour",
| "colors",
| "terminal",
| "console",
| "cli",
| "tty",
| "escape",
| "formatting",
| "rgb",
| "256",
| "shell",
| "xterm",
| "log",
| "logging",
| "command-line",
| "text"
| ],
| "license": "MIT",
| "maintainers": [
| {
| "name": "David Caccavella",
| "email": "threedeecee@gmail.com",
| "url": "github.com/dthree"
| },
| {
| "name": "Sindre Sorhus",
| "email": "sindresorhus@gmail.com",
| "url": "sindresorhus.com"
| },
| {
| "name": "Joshua Appelman",
| "email": "jappelman@xebia.com",
| "url": "jbnicolai.com"
| },
| {
| "name": "JD Ballard",
| "email": "i.am.qix@gmail.com",
| "url": "github.com/qix-"
| }
| ],
| "name": "slice-ansi",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/chalk/slice-ansi.git"
| },
| "scripts": {
| "test": "node test.js && xo"
| },
| "version": "0.0.4"
| }
|
|