11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "name": "minipass-pipeline",
31cb0ef41Sopenharmony_ci  "version": "1.2.4",
41cb0ef41Sopenharmony_ci  "description": "create a pipeline of streams using Minipass",
51cb0ef41Sopenharmony_ci  "author": "Isaac Z. Schlueter <i@izs.me> (https://izs.me)",
61cb0ef41Sopenharmony_ci  "license": "ISC",
71cb0ef41Sopenharmony_ci  "scripts": {
81cb0ef41Sopenharmony_ci    "test": "tap",
91cb0ef41Sopenharmony_ci    "snap": "tap",
101cb0ef41Sopenharmony_ci    "preversion": "npm test",
111cb0ef41Sopenharmony_ci    "postversion": "npm publish",
121cb0ef41Sopenharmony_ci    "postpublish": "git push origin --follow-tags"
131cb0ef41Sopenharmony_ci  },
141cb0ef41Sopenharmony_ci  "tap": {
151cb0ef41Sopenharmony_ci    "check-coverage": true
161cb0ef41Sopenharmony_ci  },
171cb0ef41Sopenharmony_ci  "devDependencies": {
181cb0ef41Sopenharmony_ci    "tap": "^14.6.9"
191cb0ef41Sopenharmony_ci  },
201cb0ef41Sopenharmony_ci  "dependencies": {
211cb0ef41Sopenharmony_ci    "minipass": "^3.0.0"
221cb0ef41Sopenharmony_ci  },
231cb0ef41Sopenharmony_ci  "files": [
241cb0ef41Sopenharmony_ci    "index.js"
251cb0ef41Sopenharmony_ci  ],
261cb0ef41Sopenharmony_ci  "engines": {
271cb0ef41Sopenharmony_ci    "node": ">=8"
281cb0ef41Sopenharmony_ci  }
291cb0ef41Sopenharmony_ci}
30