add all files

This commit is contained in:
Rucus
2026-02-17 09:29:34 -06:00
parent b8c8d67c67
commit 782d203799
21925 changed files with 2433086 additions and 0 deletions

27
node_modules/block-stream/package.json generated vendored Normal file
View File

@@ -0,0 +1,27 @@
{
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"name": "block-stream",
"description": "a stream of blocks",
"version": "0.0.9",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/block-stream.git"
},
"engines": {
"node": "0.4 || >=0.5.8"
},
"main": "block-stream.js",
"dependencies": {
"inherits": "~2.0.0"
},
"devDependencies": {
"tap": "^5.7.1"
},
"scripts": {
"test": "tap test/*.js --cov"
},
"license": "ISC",
"files": [
"block-stream.js"
]
}