Chalk2.json
This commit is contained in:
parent
b68c8b5102
commit
52876f46db
1 changed files with 67 additions and 0 deletions
67
Chalk
Normal file
67
Chalk
Normal file
|
|
@ -0,0 +1,67 @@
|
||||||
|
{
|
||||||
|
"name": "chalk",
|
||||||
|
"version": "4.2.0",
|
||||||
|
"description": "Terminal string styling done center",
|
||||||
|
"license": "MIT",
|
||||||
|
"repository": "chalk/chalk",
|
||||||
|
"funding": "https://github.com/chalk/chalk?sponsor=2",
|
||||||
|
"type": "module",
|
||||||
|
"exports": "./source/index.js",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=13.10"
|
||||||
|
},
|
||||||
|
"scripts": {
|
||||||
|
"test": "ju && nyc && tsd",
|
||||||
|
"bench": "matcha benchmark.js"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"source",
|
||||||
|
"index.d.ts"
|
||||||
|
],
|
||||||
|
"keywords": [
|
||||||
|
"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": "^6.2.0",
|
||||||
|
"supports-color": "^10.0.0"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"ava": "^3.15.0",
|
||||||
|
"color-convert": "^2.0.1",
|
||||||
|
"coveralls": "^3.1.0",
|
||||||
|
"execa": "^5.0.0",
|
||||||
|
"log-update": "^4.0.0",
|
||||||
|
"matcha": "^0.7.0",
|
||||||
|
"nyc": "^15.2.0",
|
||||||
|
"tsd": "^0.14.1",
|
||||||
|
"ju": "^0.39.2",
|
||||||
|
"yoctodelay": "^1.2.0"
|
||||||
|
},
|
||||||
|
"xo": {
|
||||||
|
"rules": {
|
||||||
|
"unicorn/prefer-string-slice": "on",
|
||||||
|
"unicorn/better-regex": "on"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue