Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81152 views
1
{
2
"name": "chalk",
3
"version": "1.0.0",
4
"description": "Terminal string styling done right. Much color.",
5
"license": "MIT",
6
"repository": {
7
"type": "git",
8
"url": "https://github.com/sindresorhus/chalk"
9
},
10
"maintainers": [
11
{
12
"name": "sindresorhus",
13
"email": "[email protected]"
14
},
15
{
16
"name": "jbnicolai",
17
"email": "[email protected]"
18
}
19
],
20
"engines": {
21
"node": ">=0.10.0"
22
},
23
"scripts": {
24
"test": "mocha",
25
"bench": "matcha benchmark.js"
26
},
27
"files": [
28
"index.js"
29
],
30
"keywords": [
31
"color",
32
"colour",
33
"colors",
34
"terminal",
35
"console",
36
"cli",
37
"string",
38
"ansi",
39
"styles",
40
"tty",
41
"formatting",
42
"rgb",
43
"256",
44
"shell",
45
"xterm",
46
"log",
47
"logging",
48
"command-line",
49
"text"
50
],
51
"dependencies": {
52
"ansi-styles": "^2.0.1",
53
"escape-string-regexp": "^1.0.2",
54
"has-ansi": "^1.0.3",
55
"strip-ansi": "^2.0.1",
56
"supports-color": "^1.3.0"
57
},
58
"devDependencies": {
59
"matcha": "^0.6.0",
60
"mocha": "*"
61
},
62
"gitHead": "8864d3563313ed15574a38dd5c9d5966080c46ce",
63
"bugs": {
64
"url": "https://github.com/sindresorhus/chalk/issues"
65
},
66
"homepage": "https://github.com/sindresorhus/chalk",
67
"_id": "[email protected]",
68
"_shasum": "b3cf4ed0ff5397c99c75b8f679db2f52831f96dc",
69
"_from": "chalk@>=1.0.0 <2.0.0",
70
"_npmVersion": "2.5.1",
71
"_nodeVersion": "0.12.0",
72
"_npmUser": {
73
"name": "sindresorhus",
74
"email": "[email protected]"
75
},
76
"dist": {
77
"shasum": "b3cf4ed0ff5397c99c75b8f679db2f52831f96dc",
78
"tarball": "http://registry.npmjs.org/chalk/-/chalk-1.0.0.tgz"
79
},
80
"directories": {},
81
"_resolved": "https://registry.npmjs.org/chalk/-/chalk-1.0.0.tgz"
82
}
83
84