-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
67 lines (67 loc) · 1.64 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "colors-cli",
"version": "1.0.33",
"description": "Terminal string styling done right",
"homepage": "https://jaywcjlove.github.io/colors-cli/",
"funding": "https://jaywcjlove.github.io/#/sponsor",
"main": "lib/index.js",
"exports": {
".": "./lib/index.js",
"./index": "./lib/index.js",
"./color": "./lib/color.js",
"./lib/color.js": "./lib/color.js",
"./color-name": "./lib/color-name.js",
"./color-name.js": "./lib/color-name.js",
"./lib/color-name.js.js": "./lib/color-name.js",
"./color-safe": "./lib/color-safe.js",
"./color-safe.js": "./lib/color-safe.js",
"./lib/color-safe.js.js": "./lib/color-safe.js",
"./styles-name": "./lib/styles-name.js",
"./styles-name.js": "./lib/styles-name.js",
"./lib/styles-name.js.js": "./lib/styles-name.js",
"./safe": "./safe.js",
"./safe.js": "./safe.js",
"./toxic.js": "./toxic.js",
"./toxic": "./toxic.js"
},
"directories": {
"test": "test"
},
"bin": {
"colors": "./bin/colors"
},
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/colors-cli.git"
},
"scripts": {
"test": "node ./test/safe.test.js & node ./test/group.test.js && node ./test/toxic.test.js && node ./test/256.test.js"
},
"keywords": [
"256color",
"color",
"colors",
"colors-cli",
"terminal",
"ansi",
"console",
"colour",
"cli",
"string",
"str",
"style",
"styles",
"tty",
"formatting",
"rgb",
"256",
"shell",
"xterm",
"log",
"logging",
"command-line",
"text"
],
"author": "kenny wang <wowohoo@qq.com>",
"license": "MIT"
}