Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80681 views
1
{
2
"name": "supports-color",
3
"version": "1.3.1",
4
"description": "Detect whether a terminal supports color",
5
"license": "MIT",
6
"repository": {
7
"type": "git",
8
"url": "https://github.com/sindresorhus/supports-color"
9
},
10
"author": {
11
"name": "Sindre Sorhus",
12
"email": "[email protected]",
13
"url": "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
"bin": {
26
"supports-color": "cli.js"
27
},
28
"engines": {
29
"node": ">=0.8.0"
30
},
31
"scripts": {
32
"test": "mocha"
33
},
34
"files": [
35
"index.js",
36
"cli.js"
37
],
38
"keywords": [
39
"cli",
40
"bin",
41
"color",
42
"colour",
43
"colors",
44
"terminal",
45
"console",
46
"cli",
47
"ansi",
48
"styles",
49
"tty",
50
"rgb",
51
"256",
52
"shell",
53
"xterm",
54
"command-line",
55
"support",
56
"supports",
57
"capability",
58
"detect"
59
],
60
"devDependencies": {
61
"mocha": "*",
62
"require-uncached": "^1.0.2"
63
},
64
"gitHead": "09f1b4c336cee7269b4c8b3a8880054a23fcb35e",
65
"bugs": {
66
"url": "https://github.com/sindresorhus/supports-color/issues"
67
},
68
"homepage": "https://github.com/sindresorhus/supports-color",
69
"_id": "[email protected]",
70
"_shasum": "15758df09d8ff3b4acc307539fabe27095e1042d",
71
"_from": "supports-color@>=1.3.0 <1.4.0",
72
"_npmVersion": "2.5.1",
73
"_nodeVersion": "0.12.0",
74
"_npmUser": {
75
"name": "sindresorhus",
76
"email": "[email protected]"
77
},
78
"dist": {
79
"shasum": "15758df09d8ff3b4acc307539fabe27095e1042d",
80
"tarball": "http://registry.npmjs.org/supports-color/-/supports-color-1.3.1.tgz"
81
},
82
"directories": {},
83
"_resolved": "https://registry.npmjs.org/supports-color/-/supports-color-1.3.1.tgz"
84
}
85
86