59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
|
{
|
||
|
"name": "colors",
|
||
|
"description": "get colors in your node.js console",
|
||
|
"version": "1.1.2",
|
||
|
"author": {
|
||
|
"name": "Marak Squires"
|
||
|
},
|
||
|
"homepage": "https://github.com/Marak/colors.js",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/Marak/colors.js/issues"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"ansi",
|
||
|
"terminal",
|
||
|
"colors"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "http://github.com/Marak/colors.js.git"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"scripts": {
|
||
|
"test": "node tests/basic-test.js && node tests/safe-test.js"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=0.1.90"
|
||
|
},
|
||
|
"main": "lib",
|
||
|
"files": [
|
||
|
"examples",
|
||
|
"lib",
|
||
|
"LICENSE",
|
||
|
"safe.js",
|
||
|
"themes"
|
||
|
],
|
||
|
"gitHead": "8bf2ad9fa695dcb30b7e9fd83691b139fd6655c4",
|
||
|
"_id": "colors@1.1.2",
|
||
|
"_shasum": "168a4701756b6a7f51a12ce0c97bfa28c084ed63",
|
||
|
"_from": "colors@",
|
||
|
"_npmVersion": "2.1.8",
|
||
|
"_nodeVersion": "0.11.13",
|
||
|
"_npmUser": {
|
||
|
"name": "marak",
|
||
|
"email": "marak.squires@gmail.com"
|
||
|
},
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "marak",
|
||
|
"email": "marak.squires@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"dist": {
|
||
|
"shasum": "168a4701756b6a7f51a12ce0c97bfa28c084ed63",
|
||
|
"tarball": "http://registry.npmjs.org/colors/-/colors-1.1.2.tgz"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"_resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz"
|
||
|
}
|