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

@@ -0,0 +1,24 @@
{
"name": "minipass",
"version": "2.3.4",
"description": "minimal implementation of a PassThrough stream",
"main": "index.js",
"dependencies": {
"safe-buffer": "^5.1.2",
"yallist": "^3.0.0"
},
"devDependencies": {
"end-of-stream": "^1.4.0",
"tap": "^12.0.1",
"through2": "^2.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/minipass.git"
},
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC",
"files": [
"index.js"
]
}