Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81172 views
1
{
2
"name": "ansi-regex",
3
"version": "1.1.1",
4
"description": "Regular expression for matching ANSI escape codes",
5
"license": "MIT",
6
"repository": {
7
"type": "git",
8
"url": "https://github.com/sindresorhus/ansi-regex"
9
},
10
"author": {
11
"name": "Sindre Sorhus",
12
"email": "[email protected]",
13
"url": "http://sindresorhus.com"
14
},
15
"maintainers": [
16
{
17
"name": "sindresorhus",
18
"email": "[email protected]"
19
},
20
{
21
"name": "jbnicolai",
22
"email": "[email protected]"
23
}
24
],
25
"engines": {
26
"node": ">=0.10.0"
27
},
28
"scripts": {
29
"test": "mocha test/test.js",
30
"view-supported": "node test/viewCodes.js"
31
},
32
"files": [
33
"index.js"
34
],
35
"keywords": [
36
"ansi",
37
"styles",
38
"color",
39
"colour",
40
"colors",
41
"terminal",
42
"console",
43
"cli",
44
"string",
45
"tty",
46
"escape",
47
"formatting",
48
"rgb",
49
"256",
50
"shell",
51
"xterm",
52
"command-line",
53
"text",
54
"regex",
55
"regexp",
56
"re",
57
"match",
58
"test",
59
"find",
60
"pattern"
61
],
62
"devDependencies": {
63
"mocha": "*"
64
},
65
"gitHead": "47fb974630af70998157b30fad6eb5e5bd7c7cd6",
66
"bugs": {
67
"url": "https://github.com/sindresorhus/ansi-regex/issues"
68
},
69
"homepage": "https://github.com/sindresorhus/ansi-regex",
70
"_id": "[email protected]",
71
"_shasum": "41c847194646375e6a1a5d10c3ca054ef9fc980d",
72
"_from": "ansi-regex@>=1.1.0 <2.0.0",
73
"_npmVersion": "2.1.16",
74
"_nodeVersion": "0.10.35",
75
"_npmUser": {
76
"name": "jbnicolai",
77
"email": "[email protected]"
78
},
79
"dist": {
80
"shasum": "41c847194646375e6a1a5d10c3ca054ef9fc980d",
81
"tarball": "http://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz"
82
},
83
"directories": {},
84
"_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-1.1.1.tgz"
85
}
86
87