wishthis/node_modules/pump/package.json

25 lines
530 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "pump",
"version": "2.0.1",
"repository": "git://github.com/mafintosh/pump.git",
"license": "MIT",
"description": "pipe streams together and close all of them if one of them closes",
2022-01-21 08:28:41 +00:00
"browser": {
"fs": false
},
"keywords": [
"streams",
"pipe",
"destroy",
"callback"
],
2022-04-08 10:55:35 +00:00
"author": "Mathias Buus Madsen <mathiasbuus@gmail.com>",
"dependencies": {
"end-of-stream": "^1.1.0",
"once": "^1.3.1"
2022-01-21 08:28:41 +00:00
},
"scripts": {
"test": "node test-browser.js && node test-node.js"
2022-04-08 10:55:35 +00:00
}
2022-01-21 08:28:41 +00:00
}