Clean up dependencies
All checks were successful
Build and Push / build (push) Successful in 18s

This commit is contained in:
2026-02-16 15:12:59 -05:00
parent d181f77fb2
commit 2f15523a55
14941 changed files with 0 additions and 2078483 deletions

51
node_modules/kleur/package.json generated vendored
View File

@@ -1,51 +0,0 @@
{
"name": "kleur",
"version": "4.1.5",
"repository": "lukeed/kleur",
"description": "The fastest Node.js library for formatting terminal text with ANSI colors~!",
"module": "index.mjs",
"types": "index.d.ts",
"main": "index.js",
"license": "MIT",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.mjs",
"require": "./index.js"
},
"./colors": {
"types": "./colors.d.ts",
"import": "./colors.mjs",
"require": "./colors.js"
}
},
"files": [
"*.d.ts",
"colors.*",
"index.*"
],
"author": {
"name": "Luke Edwards",
"email": "luke.edwards05@gmail.com",
"url": "https://lukeed.com"
},
"scripts": {
"build": "node build",
"test": "uvu -r esm -i utils -i xyz"
},
"engines": {
"node": ">=6"
},
"keywords": [
"ansi",
"cli",
"color",
"colors",
"console",
"terminal"
],
"devDependencies": {
"esm": "3.2.25",
"uvu": "0.3.3"
}
}