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

20
node_modules/has-unicode/package.json generated vendored Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "has-unicode",
"version": "2.0.1",
"description": "Try to guess if your terminal supports unicode",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/iarna/has-unicode"
},
"files": [
"index.js"
],
"author": "Rebecca Turner <me@re-becca.org>",
"license": "ISC",
"homepage": "https://github.com/iarna/has-unicode",
"devDependencies": {
"require-inject": "^1.3.0",
"tap": "^2.3.1"
}
}