forked from orbit-oss/chalk
55 lines
994 B
JSON
55 lines
994 B
JSON
{
|
|
"name": "chalk",
|
|
"version": "0.3.0",
|
|
"description": "Terminal string styling done right",
|
|
"keywords": [
|
|
"color",
|
|
"colour",
|
|
"colors",
|
|
"terminal",
|
|
"console",
|
|
"cli",
|
|
"string",
|
|
"ansi",
|
|
"styles",
|
|
"tty",
|
|
"formatting",
|
|
"rgb",
|
|
"256",
|
|
"shell",
|
|
"xterm",
|
|
"log",
|
|
"logging",
|
|
"command-line",
|
|
"text"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/chalk",
|
|
"bugs": "https://github.com/sindresorhus/chalk/issues",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "http://sindresorhus.com"
|
|
},
|
|
"files": [
|
|
"chalk.js"
|
|
],
|
|
"main": "chalk",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/sindresorhus/chalk.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"dependencies": {
|
|
"has-color": "~0.1.0",
|
|
"ansi-styles": "~0.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~1.12.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.8.0"
|
|
}
|
|
}
|