1{
2  "name": "mute-stream",
3  "version": "1.0.0",
4  "main": "lib/index.js",
5  "devDependencies": {
6    "@npmcli/eslint-config": "^4.0.0",
7    "@npmcli/template-oss": "4.11.0",
8    "tap": "^16.3.0"
9  },
10  "scripts": {
11    "test": "tap",
12    "lint": "eslint \"**/*.js\"",
13    "postlint": "template-oss-check",
14    "template-oss-apply": "template-oss-apply --force",
15    "lintfix": "npm run lint -- --fix",
16    "snap": "tap",
17    "posttest": "npm run lint"
18  },
19  "repository": {
20    "type": "git",
21    "url": "https://github.com/npm/mute-stream.git"
22  },
23  "keywords": [
24    "mute",
25    "stream",
26    "pipe"
27  ],
28  "author": "GitHub Inc.",
29  "license": "ISC",
30  "description": "Bytes go in, but they don't come out (when muted).",
31  "files": [
32    "bin/",
33    "lib/"
34  ],
35  "tap": {
36    "statements": 70,
37    "branches": 60,
38    "functions": 81,
39    "lines": 70,
40    "nyc-arg": [
41      "--exclude",
42      "tap-snapshots/**"
43    ]
44  },
45  "engines": {
46    "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
47  },
48  "templateOSS": {
49    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
50    "version": "4.11.0"
51  }
52}
53