2010-06-20 17:34:13 -04:00
|
|
|
{
|
|
|
|
|
"name": "colors",
|
2014-10-01 13:00:33 +02:00
|
|
|
"description": "get colors in your node.js console",
|
2019-09-22 16:36:30 -07:00
|
|
|
"version": "1.4.0",
|
2010-06-20 17:34:13 -04:00
|
|
|
"author": "Marak Squires",
|
2018-07-22 15:04:17 -07:00
|
|
|
"contributors": [
|
2018-12-09 17:34:27 -08:00
|
|
|
{
|
|
|
|
|
"name": "DABH",
|
|
|
|
|
"url": "https://github.com/DABH"
|
|
|
|
|
}
|
|
|
|
|
],
|
2011-11-30 15:53:59 +01:00
|
|
|
"homepage": "https://github.com/Marak/colors.js",
|
|
|
|
|
"bugs": "https://github.com/Marak/colors.js/issues",
|
2018-04-30 14:59:34 -07:00
|
|
|
"keywords": [
|
|
|
|
|
"ansi",
|
|
|
|
|
"terminal",
|
|
|
|
|
"colors"
|
|
|
|
|
],
|
2010-06-20 17:34:13 -04:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2011-03-14 21:23:06 -07:00
|
|
|
"url": "http://github.com/Marak/colors.js.git"
|
2010-06-20 17:34:13 -04:00
|
|
|
},
|
2014-10-01 13:00:33 +02:00
|
|
|
"license": "MIT",
|
2014-09-30 22:41:24 +02:00
|
|
|
"scripts": {
|
2018-04-30 14:59:34 -07:00
|
|
|
"lint": "eslint . --fix",
|
|
|
|
|
"test": "node tests/basic-test.js && node tests/safe-test.js"
|
2014-09-30 22:41:24 +02:00
|
|
|
},
|
2011-09-25 11:12:12 +02:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=0.1.90"
|
|
|
|
|
},
|
2015-08-25 14:54:25 -07:00
|
|
|
"main": "lib/index.js",
|
2015-01-24 16:55:56 +01:00
|
|
|
"files": [
|
|
|
|
|
"examples",
|
|
|
|
|
"lib",
|
|
|
|
|
"LICENSE",
|
|
|
|
|
"safe.js",
|
2018-03-11 22:51:05 -07:00
|
|
|
"themes",
|
|
|
|
|
"index.d.ts",
|
|
|
|
|
"safe.d.ts"
|
2018-04-30 14:59:34 -07:00
|
|
|
],
|
|
|
|
|
"devDependencies": {
|
2018-07-22 14:44:06 -07:00
|
|
|
"eslint": "^5.2.0",
|
2018-12-09 17:34:27 -08:00
|
|
|
"eslint-config-google": "^0.11.0"
|
2018-04-30 14:59:34 -07:00
|
|
|
}
|
2010-07-22 18:11:17 +00:00
|
|
|
}
|