11cb0ef41Sopenharmony_ci{
21cb0ef41Sopenharmony_ci  "name": "minipass-flush",
31cb0ef41Sopenharmony_ci  "version": "1.0.5",
41cb0ef41Sopenharmony_ci  "description": "A Minipass stream that calls a flush function before emitting 'end'",
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  "main": "index.js",
271cb0ef41Sopenharmony_ci  "repository": {
281cb0ef41Sopenharmony_ci    "type": "git",
291cb0ef41Sopenharmony_ci    "url": "git+https://github.com/isaacs/minipass-flush.git"
301cb0ef41Sopenharmony_ci  },
311cb0ef41Sopenharmony_ci  "keywords": [
321cb0ef41Sopenharmony_ci    "minipass",
331cb0ef41Sopenharmony_ci    "flush",
341cb0ef41Sopenharmony_ci    "stream"
351cb0ef41Sopenharmony_ci  ],
361cb0ef41Sopenharmony_ci  "engines": {
371cb0ef41Sopenharmony_ci    "node": ">= 8"
381cb0ef41Sopenharmony_ci  }
391cb0ef41Sopenharmony_ci}
40