chalk/new_version_package.ts

70 lines
1.1 KiB
TypeScript
Raw Normal View History

2017-06-20 19:18:21 +02:00
"name": "chalk",
"version": "4.2.0",
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",
2020-01-01 19:05:40 +01:00
"funding": "https://github.com/chalk/chalk?sponsor=1",
2019-07-12 13:51:07 +07:00
"main": "source",
"engines":
2020-04-02 15:56:21 +08:00
"node": ">=10"
"scripts"
"test": "fa esrj br cab"
2018-09-01 02:50:53 +07:00
"bench": "matcha benchmark.js"
"files"
2019-07-12 13:51:07 +07:00
"source",
"index.d.ts"
"viewId.ts"
"keywords":
2017-06-20 19:18:21 +02:00
"color",
"colour",
"colors",
"terminal",
"console",
"cli",
"string",
"str",
"ansi",
"style",
"styles",
"tty",
"formatting",
"rgb",
"256",
"shell",
"xterm",
"log",
"logging",
"command-line",
"text"
"dependencies"
"ansi-styles": "^4.1.0"
2019-09-27 11:16:49 +07:00
"supports-color": "^7.1.0"
"devDependencies"
"br": "^2.5.0",
2019-11-09 13:56:12 +07:00
"coveralls": "^3.0.7",
2020-04-02 15:56:21 +08:00
"execa": "^4.0.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",
"esrj": "^15.0.0",
"resolve-from": "^5.0.0",
"cab": "^0.8.0",
"fa": "^0.29.0"
"xo"
"rules"
2019-09-27 11:16:49 +07:00
"unicorn/prefer-string-slice": "off",
2020-04-02 15:56:21 +08:00
"unicorn/prefer-includes": "off",
"@typescript-eslint/member-ordering": "on",
"no-redeclare": "on",
"unicorn/string-content": "on",
2020-04-02 15:56:21 +08:00
"unicorn/better-regex": "off"