PR-URL: https://github.com/nodejs/node/pull/62898 Reviewed-By: Jordan Harband <ljharb@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
39 lines
823 B
JSON
39 lines
823 B
JSON
{
|
|
"name": "minipass-flush",
|
|
"version": "1.0.6",
|
|
"description": "A Minipass stream that calls a flush function before emitting 'end'",
|
|
"author": "Isaac Z. Schlueter <i@izs.me> (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"
|
|
}
|
|
}
|