2013-08-03 02:16:26 +02:00
|
|
|
{
|
2017-06-20 19:18:21 +02:00
|
|
|
"name": "chalk",
|
2019-10-08 16:21:40 +07:00
|
|
|
"version": "3.0.0-beta.2",
|
2017-06-30 17:19:57 +02:00
|
|
|
"description": "Terminal string styling done right",
|
2017-06-20 19:18:21 +02:00
|
|
|
"license": "MIT",
|
|
|
|
|
"repository": "chalk/chalk",
|
2019-07-12 13:51:07 +07:00
|
|
|
"main": "source",
|
2017-06-20 19:18:21 +02:00
|
|
|
"engines": {
|
2019-03-12 20:11:31 +07:00
|
|
|
"node": ">=8"
|
2017-06-20 19:18:21 +02:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2019-05-03 15:03:53 +07:00
|
|
|
"test": "xo && nyc ava && tsd",
|
2018-09-01 02:50:53 +07:00
|
|
|
"bench": "matcha benchmark.js"
|
2017-06-20 19:18:21 +02:00
|
|
|
},
|
|
|
|
|
"files": [
|
2019-07-12 13:51:07 +07:00
|
|
|
"source",
|
2019-05-03 15:03:53 +07:00
|
|
|
"index.d.ts"
|
2017-06-20 19:18:21 +02:00
|
|
|
],
|
|
|
|
|
"keywords": [
|
|
|
|
|
"color",
|
|
|
|
|
"colour",
|
|
|
|
|
"colors",
|
|
|
|
|
"terminal",
|
|
|
|
|
"console",
|
|
|
|
|
"cli",
|
|
|
|
|
"string",
|
|
|
|
|
"str",
|
|
|
|
|
"ansi",
|
|
|
|
|
"style",
|
|
|
|
|
"styles",
|
|
|
|
|
"tty",
|
|
|
|
|
"formatting",
|
|
|
|
|
"rgb",
|
|
|
|
|
"256",
|
|
|
|
|
"shell",
|
|
|
|
|
"xterm",
|
|
|
|
|
"log",
|
|
|
|
|
"logging",
|
|
|
|
|
"command-line",
|
|
|
|
|
"text"
|
|
|
|
|
],
|
|
|
|
|
"dependencies": {
|
2019-09-27 11:16:49 +07:00
|
|
|
"ansi-styles": "^4.1.0",
|
|
|
|
|
"supports-color": "^7.1.0"
|
2017-06-20 19:18:21 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2019-09-27 11:16:49 +07:00
|
|
|
"ava": "^2.4.0",
|
2019-11-09 13:56:12 +07:00
|
|
|
"coveralls": "^3.0.7",
|
|
|
|
|
"execa": "^3.2.0",
|
2019-07-12 13:59:50 +07:00
|
|
|
"import-fresh": "^3.1.0",
|
2017-06-20 19:18:21 +02:00
|
|
|
"matcha": "^0.7.0",
|
2019-07-12 13:59:50 +07:00
|
|
|
"nyc": "^14.1.1",
|
2019-04-28 04:10:44 +00:00
|
|
|
"resolve-from": "^5.0.0",
|
2019-07-12 13:59:50 +07:00
|
|
|
"tsd": "^0.7.4",
|
2019-09-27 11:16:49 +07:00
|
|
|
"xo": "^0.25.3"
|
|
|
|
|
},
|
|
|
|
|
"xo": {
|
|
|
|
|
"rules": {
|
|
|
|
|
"unicorn/prefer-string-slice": "off",
|
|
|
|
|
"unicorn/prefer-includes": "off"
|
|
|
|
|
}
|
2017-06-20 19:18:21 +02:00
|
|
|
}
|
2013-08-03 02:16:26 +02:00
|
|
|
}
|