1
|
{
|
2
|
"name": "strip-ansi",
|
3
|
"version": "3.0.1",
|
4
|
"description": "Strip ANSI escape codes",
|
5
|
"license": "MIT",
|
6
|
"repository": "chalk/strip-ansi",
|
7
|
"author": {
|
8
|
"name": "Sindre Sorhus",
|
9
|
"email": "sindresorhus@gmail.com",
|
10
|
"url": "sindresorhus.com"
|
11
|
},
|
12
|
"maintainers": [
|
13
|
"Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)",
|
14
|
"Joshua Boy Nicolai Appelman <joshua@jbna.nl> (jbna.nl)",
|
15
|
"JD Ballard <i.am.qix@gmail.com> (github.com/qix-)"
|
16
|
],
|
17
|
"engines": {
|
18
|
"node": ">=0.10.0"
|
19
|
},
|
20
|
"scripts": {
|
21
|
"test": "xo && ava"
|
22
|
},
|
23
|
"files": [
|
24
|
"index.js"
|
25
|
],
|
26
|
"keywords": [
|
27
|
"strip",
|
28
|
"trim",
|
29
|
"remove",
|
30
|
"ansi",
|
31
|
"styles",
|
32
|
"color",
|
33
|
"colour",
|
34
|
"colors",
|
35
|
"terminal",
|
36
|
"console",
|
37
|
"string",
|
38
|
"tty",
|
39
|
"escape",
|
40
|
"formatting",
|
41
|
"rgb",
|
42
|
"256",
|
43
|
"shell",
|
44
|
"xterm",
|
45
|
"log",
|
46
|
"logging",
|
47
|
"command-line",
|
48
|
"text"
|
49
|
],
|
50
|
"dependencies": {
|
51
|
"ansi-regex": "^2.0.0"
|
52
|
},
|
53
|
"devDependencies": {
|
54
|
"ava": "*",
|
55
|
"xo": "*"
|
56
|
}
|
57
|
}
|