1
|
{
|
2
|
"name": "ansi-regex",
|
3
|
"version": "2.1.1",
|
4
|
"description": "Regular expression for matching ANSI escape codes",
|
5
|
"license": "MIT",
|
6
|
"repository": "chalk/ansi-regex",
|
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 Appelman <jappelman@xebia.com> (jbnicolai.com)",
|
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 --verbose",
|
22
|
"view-supported": "node fixtures/view-codes.js"
|
23
|
},
|
24
|
"files": [
|
25
|
"index.js"
|
26
|
],
|
27
|
"keywords": [
|
28
|
"ansi",
|
29
|
"styles",
|
30
|
"color",
|
31
|
"colour",
|
32
|
"colors",
|
33
|
"terminal",
|
34
|
"console",
|
35
|
"cli",
|
36
|
"string",
|
37
|
"tty",
|
38
|
"escape",
|
39
|
"formatting",
|
40
|
"rgb",
|
41
|
"256",
|
42
|
"shell",
|
43
|
"xterm",
|
44
|
"command-line",
|
45
|
"text",
|
46
|
"regex",
|
47
|
"regexp",
|
48
|
"re",
|
49
|
"match",
|
50
|
"test",
|
51
|
"find",
|
52
|
"pattern"
|
53
|
],
|
54
|
"devDependencies": {
|
55
|
"ava": "0.17.0",
|
56
|
"xo": "0.16.0"
|
57
|
},
|
58
|
"xo": {
|
59
|
"rules": {
|
60
|
"guard-for-in": 0,
|
61
|
"no-loop-func": 0
|
62
|
}
|
63
|
}
|
64
|
}
|