first commit

This commit is contained in:
2025-12-08 10:52:05 -05:00
commit 50737919fd
935 changed files with 782679 additions and 0 deletions

34
node_modules/tinyrainbow/package.json generated vendored Normal file
View File

@@ -0,0 +1,34 @@
{
"name": "tinyrainbow",
"version": "3.0.3",
"packageManager": "pnpm@9.15.1",
"description": "A small library to print colourful messages.",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"browser": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"files": [
"dist/**"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tinylibs/tinyrainbow.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/tinylibs/tinyrainbow/issues"
},
"homepage": "https://github.com/tinylibs/tinyrainbow#readme",
"keywords": [
"colors",
"tty"
],
"engines": {
"node": ">=14.0.0"
}
}