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

23
node_modules/is-stream-ended/package.json generated vendored Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "is-stream-ended",
"version": "0.1.4",
"description": "Check if a stream has ended",
"main": "index.js",
"types": "index.d.ts",
"dependencies": {},
"devDependencies": {
"mocha": "^2.2.5",
"through2": "^2.0.3"
},
"files": [
"index.js",
"index.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/stephenplusplus/is-stream-ended.git"
},
"author": "Stephen Sawchuk <sawchuk@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/stephenplusplus/is-stream-ended#readme"
}