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

24
node_modules/aproba/package.json generated vendored Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "aproba",
"version": "1.2.0",
"description": "A ridiculously light-weight argument validator (now browser friendly)",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"standard": "^10.0.3",
"tap": "^10.0.2"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "https://github.com/iarna/aproba"
},
"author": "Rebecca Turner <me@re-becca.org>",
"license": "ISC",
"homepage": "https://github.com/iarna/aproba"
}