| Current Path : /home/emeraadmin/www/node_modules/npm/node_modules/mute-stream/ |
| Current File : /home/emeraadmin/www/node_modules/npm/node_modules/mute-stream/package.json |
{
"_id": "mute-stream@1.0.0",
"_inBundle": true,
"_location": "/npm/mute-stream",
"_phantomChildren": {},
"_requiredBy": [
"/npm/read"
],
"author": {
"name": "GitHub Inc."
},
"bugs": {
"url": "https://github.com/npm/mute-stream/issues"
},
"description": "Bytes go in, but they don't come out (when muted).",
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.11.0",
"tap": "^16.3.0"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},
"files": [
"bin/",
"lib/"
],
"homepage": "https://github.com/npm/mute-stream#readme",
"keywords": [
"mute",
"stream",
"pipe"
],
"license": "ISC",
"main": "lib/index.js",
"name": "mute-stream",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/mute-stream.git"
},
"scripts": {
"lint": "eslint \"**/*.js\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
},
"tap": {
"statements": 70,
"branches": 60,
"functions": 81,
"lines": 70,
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.11.0"
},
"version": "1.0.0"
}