{ "name": "minipass-flush", "version": "1.0.6", "description": "A Minipass stream that calls a flush function before emitting 'end'", "author": "Isaac Z. Schlueter (https://izs.me)", "license": "BlueOak-1.0.0", "scripts": { "test": "tap", "snap": "tap", "preversion": "npm test", "postversion": "npm publish", "postpublish": "git push origin --follow-tags" }, "tap": { "check-coverage": true }, "devDependencies": { "tap": "^15.1.6" }, "dependencies": { "minipass": "^7.1.3" }, "files": [ "index.js" ], "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/isaacs/minipass-flush.git" }, "keywords": [ "minipass", "flush", "stream" ], "engines": { "node": ">=16 || 14 >=14.17" } }