You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
861 B
47 lines
861 B
2 years ago
|
{
|
||
|
"name": "colors-cli",
|
||
|
"version": "1.0.28",
|
||
|
"description": "Terminal string styling done right",
|
||
|
"main": "lib/index.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"
|
||
|
}
|