/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
deps/npm/node_modules/minipass-flush/package.json
39 строк
823 B
npm CLI robot
deps: upgrade npm to 11.13.0
27 апр 2026, 17:15
Не верифицирован
27 апр 2026, 17:15
19f9098
Код
Авторство
О чём код?
{ "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" } }