aboutsummaryrefslogtreecommitdiff
path: root/node_modules/chalk/package.json
diff options
context:
space:
mode:
authorScoots Dash <contact@minteck.org>2022-04-23 14:12:30 +0000
committerScoots Dash <contact@minteck.org>2022-04-23 14:12:30 +0000
commita927497b43cbe1438f3d7478932f3f7d03ea347c (patch)
tree0a3c88978b4294fb30afad58daa86c46fbedc2f6 /node_modules/chalk/package.json
parentba5fa694351774f2684c1aefdc215da5c6f39ba6 (diff)
parentf0db5bbbcd623812a391862d217519afafe197c6 (diff)
downloadtwilight-a927497b43cbe1438f3d7478932f3f7d03ea347c.tar.gz
twilight-a927497b43cbe1438f3d7478932f3f7d03ea347c.tar.bz2
twilight-a927497b43cbe1438f3d7478932f3f7d03ea347c.zip
Merge branch 'deprecation' into 'trunk'HEADtrunk
Disable the Twilight Package Manager See merge request minteck/twilight!1
Diffstat (limited to 'node_modules/chalk/package.json')
-rw-r--r--node_modules/chalk/package.json77
1 files changed, 0 insertions, 77 deletions
diff --git a/node_modules/chalk/package.json b/node_modules/chalk/package.json
deleted file mode 100644
index f693c87..0000000
--- a/node_modules/chalk/package.json
+++ /dev/null
@@ -1,77 +0,0 @@
-{
- "name": "chalk",
- "version": "5.0.0",
- "description": "Terminal string styling done right",
- "license": "MIT",
- "repository": "chalk/chalk",
- "funding": "https://github.com/chalk/chalk?sponsor=1",
- "type": "module",
- "exports": "./source/index.js",
- "imports": {
- "#ansi-styles": "./source/vendor/ansi-styles/index.js",
- "#supports-color": {
- "node": "./source/vendor/supports-color/index.js",
- "default": "./source/vendor/supports-color/browser.js"
- }
- },
- "types": "./source/index.d.ts",
- "engines": {
- "node": "^12.17.0 || ^14.13 || >=16.0.0"
- },
- "scripts": {
- "test": "xo && c8 ava && tsd",
- "bench": "matcha benchmark.js"
- },
- "files": [
- "source",
- "!source/index.test-d.ts"
- ],
- "keywords": [
- "color",
- "colour",
- "colors",
- "terminal",
- "console",
- "cli",
- "string",
- "ansi",
- "style",
- "styles",
- "tty",
- "formatting",
- "rgb",
- "256",
- "shell",
- "xterm",
- "log",
- "logging",
- "command-line",
- "text"
- ],
- "devDependencies": {
- "@types/node": "^16.11.10",
- "ava": "^3.15.0",
- "c8": "^7.10.0",
- "color-convert": "^2.0.1",
- "execa": "^6.0.0",
- "log-update": "^5.0.0",
- "matcha": "^0.7.0",
- "tsd": "^0.19.0",
- "xo": "^0.47.0",
- "yoctodelay": "^2.0.0"
- },
- "xo": {
- "rules": {
- "unicorn/prefer-string-slice": "off"
- }
- },
- "c8": {
- "reporter": [
- "text",
- "lcov"
- ],
- "exclude": [
- "source/vendor"
- ]
- }
-}