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

19
node_modules/pseudomap/package.json generated vendored Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "pseudomap",
"version": "1.0.2",
"description": "A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.",
"main": "map.js",
"directories": {
"test": "test"
},
"devDependencies": {
"tap": "^2.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/pseudomap.git"
},
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC",
"homepage": "https://github.com/isaacs/pseudomap#readme"
}