Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81159 views
1
{
2
"name": "ansi-styles",
3
"version": "2.0.1",
4
"description": "ANSI escape codes for styling strings in the terminal",
5
"license": "MIT",
6
"repository": {
7
"type": "git",
8
"url": "https://github.com/sindresorhus/ansi-styles"
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"
30
},
31
"files": [
32
"index.js"
33
],
34
"keywords": [
35
"ansi",
36
"styles",
37
"color",
38
"colour",
39
"colors",
40
"terminal",
41
"console",
42
"cli",
43
"string",
44
"tty",
45
"escape",
46
"formatting",
47
"rgb",
48
"256",
49
"shell",
50
"xterm",
51
"log",
52
"logging",
53
"command-line",
54
"text"
55
],
56
"devDependencies": {
57
"mocha": "*"
58
},
59
"gitHead": "da6541334e1681cb803f891fab8abf4313cc4bc1",
60
"bugs": {
61
"url": "https://github.com/sindresorhus/ansi-styles/issues"
62
},
63
"homepage": "https://github.com/sindresorhus/ansi-styles",
64
"_id": "[email protected]",
65
"_shasum": "b033f57f93e2d28adeb8bc11138fa13da0fd20a3",
66
"_from": "ansi-styles@>=2.0.1 <3.0.0",
67
"_npmVersion": "2.1.16",
68
"_nodeVersion": "0.10.35",
69
"_npmUser": {
70
"name": "jbnicolai",
71
"email": "[email protected]"
72
},
73
"dist": {
74
"shasum": "b033f57f93e2d28adeb8bc11138fa13da0fd20a3",
75
"tarball": "http://registry.npmjs.org/ansi-styles/-/ansi-styles-2.0.1.tgz"
76
},
77
"directories": {},
78
"_resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.0.1.tgz"
79
}
80
81