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

21
node_modules/wide-align/package.json generated vendored Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "wide-align",
"version": "1.1.3",
"description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.",
"main": "align.js",
"author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/iarna/wide-align"
},
"dependencies": {
"string-width": "^1.0.2 || 2"
},
"devDependencies": {
"tap": "10 || 11 || 12"
},
"files": [
"align.js"
]
}