Initial commit

This commit is contained in:
pasketti
2026-04-05 16:14:49 -04:00
commit ebee3a5534
14059 changed files with 2588797 additions and 0 deletions

17
node_modules/colour/package.json generated vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "colour",
"description": "A cored, fixed, documented and optimized version of the popular `colors.js`: Get colors in your node.js console like what...",
"version": "0.7.1",
"author": "Daniel Wirtz <dcode@dcode.io>",
"repository": {
"type": "git",
"url": "https://github.com/dcodeIO/colour.js.git"
},
"engines": {
"node": ">=0.8"
},
"dependencies": {},
"devDependencies": {},
"main": "./colour.min.js",
"license": "MIT"
}