setup-maven/node_modules/pump/package.json

25 lines
530 B
JSON
Raw Normal View History

2019-12-07 13:09:20 +00:00
{
2022-10-10 09:17:09 +00:00
"name": "pump",
"version": "3.0.0",
"repository": "git://github.com/mafintosh/pump.git",
"license": "MIT",
"description": "pipe streams together and close all of them if one of them closes",
2019-12-07 13:09:20 +00:00
"browser": {
"fs": false
},
"keywords": [
"streams",
"pipe",
"destroy",
"callback"
],
2022-10-10 09:17:09 +00:00
"author": "Mathias Buus Madsen <mathiasbuus@gmail.com>",
"dependencies": {
"end-of-stream": "^1.1.0",
"once": "^1.3.1"
2019-12-07 13:09:20 +00:00
},
"scripts": {
"test": "node test-browser.js && node test-node.js"
2022-10-10 09:17:09 +00:00
}
2019-12-07 13:09:20 +00:00
}