feat: initial commit

This commit is contained in:
Carlos
2024-08-12 22:57:35 -04:00
commit 6f68ae8259
13140 changed files with 1104801 additions and 0 deletions

26
node_modules/mute-stream/package.json generated vendored Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "mute-stream",
"version": "0.0.7",
"main": "mute.js",
"directories": {
"test": "test"
},
"devDependencies": {
"tap": "^5.4.4"
},
"scripts": {
"test": "tap test/*.js --cov"
},
"repository": {
"type": "git",
"url": "git://github.com/isaacs/mute-stream"
},
"keywords": [
"mute",
"stream",
"pipe"
],
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC",
"description": "Bytes go in, but they don't come out (when muted)."
}