11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "name": "mute-stream",
31cb0ef41Sopenharmony_ci  "version": "1.0.0",
41cb0ef41Sopenharmony_ci  "main": "lib/index.js",
51cb0ef41Sopenharmony_ci  "devDependencies": {
61cb0ef41Sopenharmony_ci    "@npmcli/eslint-config": "^4.0.0",
71cb0ef41Sopenharmony_ci    "@npmcli/template-oss": "4.11.0",
81cb0ef41Sopenharmony_ci    "tap": "^16.3.0"
91cb0ef41Sopenharmony_ci  },
101cb0ef41Sopenharmony_ci  "scripts": {
111cb0ef41Sopenharmony_ci    "test": "tap",
121cb0ef41Sopenharmony_ci    "lint": "eslint \"**/*.js\"",
131cb0ef41Sopenharmony_ci    "postlint": "template-oss-check",
141cb0ef41Sopenharmony_ci    "template-oss-apply": "template-oss-apply --force",
151cb0ef41Sopenharmony_ci    "lintfix": "npm run lint -- --fix",
161cb0ef41Sopenharmony_ci    "snap": "tap",
171cb0ef41Sopenharmony_ci    "posttest": "npm run lint"
181cb0ef41Sopenharmony_ci  },
191cb0ef41Sopenharmony_ci  "repository": {
201cb0ef41Sopenharmony_ci    "type": "git",
211cb0ef41Sopenharmony_ci    "url": "https://github.com/npm/mute-stream.git"
221cb0ef41Sopenharmony_ci  },
231cb0ef41Sopenharmony_ci  "keywords": [
241cb0ef41Sopenharmony_ci    "mute",
251cb0ef41Sopenharmony_ci    "stream",
261cb0ef41Sopenharmony_ci    "pipe"
271cb0ef41Sopenharmony_ci  ],
281cb0ef41Sopenharmony_ci  "author": "GitHub Inc.",
291cb0ef41Sopenharmony_ci  "license": "ISC",
301cb0ef41Sopenharmony_ci  "description": "Bytes go in, but they don't come out (when muted).",
311cb0ef41Sopenharmony_ci  "files": [
321cb0ef41Sopenharmony_ci    "bin/",
331cb0ef41Sopenharmony_ci    "lib/"
341cb0ef41Sopenharmony_ci  ],
351cb0ef41Sopenharmony_ci  "tap": {
361cb0ef41Sopenharmony_ci    "statements": 70,
371cb0ef41Sopenharmony_ci    "branches": 60,
381cb0ef41Sopenharmony_ci    "functions": 81,
391cb0ef41Sopenharmony_ci    "lines": 70,
401cb0ef41Sopenharmony_ci    "nyc-arg": [
411cb0ef41Sopenharmony_ci      "--exclude",
421cb0ef41Sopenharmony_ci      "tap-snapshots/**"
431cb0ef41Sopenharmony_ci    ]
441cb0ef41Sopenharmony_ci  },
451cb0ef41Sopenharmony_ci  "engines": {
461cb0ef41Sopenharmony_ci    "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
471cb0ef41Sopenharmony_ci  },
481cb0ef41Sopenharmony_ci  "templateOSS": {
491cb0ef41Sopenharmony_ci    "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
501cb0ef41Sopenharmony_ci    "version": "4.11.0"
511cb0ef41Sopenharmony_ci  }
521cb0ef41Sopenharmony_ci}
53