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/lru-cache/package.json generated vendored Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "lru-cache",
"description": "A cache object that deletes the least-recently-used items.",
"version": "4.1.3",
"author": "Isaac Z. Schlueter <i@izs.me>",
"main": "index.js",
"repository": "git://github.com/isaacs/node-lru-cache.git",
"devDependencies": {
"benchmark": "^2.1.4",
"standard": "^5.4.1",
"tap": "^11.1.4"
},
"license": "ISC",
"dependencies": {
"pseudomap": "^1.0.2",
"yallist": "^2.1.2"
},
"files": [
"index.js"
]
}