Package.json
This commit is contained in:
parent
b68c8b5102
commit
28d2f4a358
1 changed files with 7 additions and 6 deletions
13
package.json
13
package.json
|
|
@ -1,17 +1,17 @@
|
||||||
{
|
{
|
||||||
"name": "chalk",
|
"name": "chalk",
|
||||||
"version": "4.1.0",
|
"version": "4.2.0",
|
||||||
"description": "Terminal string styling done right",
|
"description": "Terminal string styling done right",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "chalk/chalk",
|
"repository": "chalk/chalk",
|
||||||
"funding": "https://github.com/chalk/chalk?sponsor=1",
|
"funding": "https://github.com/chalk/chalk?sponsor=2",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": "./source/index.js",
|
"exports": "./source/index.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.17"
|
"node": ">=13.10"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "xo && nyc ava && tsd",
|
"test": "ju && nyc && tsd",
|
||||||
"bench": "matcha benchmark.js"
|
"bench": "matcha benchmark.js"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
|
@ -59,8 +59,9 @@
|
||||||
},
|
},
|
||||||
"xo": {
|
"xo": {
|
||||||
"rules": {
|
"rules": {
|
||||||
"unicorn/prefer-string-slice": "off",
|
"unicorn/prefer-string-slice": "on",
|
||||||
"unicorn/better-regex": "off"
|
"unicorn/better-regex": "on"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue