XylotrechusZ
XylotrechusZ Shell
: /opt/alt/alt-nodejs16/root/usr/lib/node_modules/npm/node_modules.bundled/mute-stream/ [ drwxr-xr-x ]
{
"name": "mute-stream",
"version": "0.0.8",
"main": "mute.js",
"directories": {
"test": "test"
},
"devDependencies": {
"tap": "^12.1.1"
},
"scripts": {
"test": "tap test/*.js --cov"
},
"repository": {
"type": "git",
"url": "git://github.com/isaacs/mute-stream"
},
"keywords": [
"mute",
"stream",
"pipe"
],
"author": "Isaac Z. Schlueter <[email protected]> (http://blog.izs.me/)",
"license": "ISC",
"description": "Bytes go in, but they don't come out (when muted).",
"files": [
"mute.js"
]
}