colorprint
Version:
Print ansi-colored message to stdout/stderr.
45 lines • 1.02 kB
JSON
{
"name": "colorprint",
"version": "6.1.1",
"description": "Print ansi-colored message to stdout/stderr.",
"main": "lib",
"browser": "shim/browser",
"scripts": {
"test": "node ./ci/test.js",
"prepublish": "node ./ci/build.js && ./ci/shim.js"
},
"repository": "okunishinishi/node-colorprint",
"keywords": [
"ansi",
"color",
"console",
"print",
"log"
],
"author": {
"name": "Taka Okunishi",
"url": "http://okunishitaka.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/okunishinishi/node-colorprint/issues"
},
"homepage": "https://github.com/okunishinishi/node-colorprint#readme",
"dependencies": {
"cli-color": "^2.0.0",
"supports-color": "^7.1.0"
},
"devDependencies": {
"ababel": "^6.0.3",
"amocha": "^6.0.0",
"ape-releasing": "^5.0.7",
"ape-tasking": "^4.0.12",
"ape-tmpl": "^6.0.14",
"ape-updating": "^5.0.3",
"coz": "^7.0.19"
},
"engines": {
"node": ">=8",
"npm": ">=5"
}
}