Files
med-notes/.pnpm-store/v10/files/16/3bee626aef8f66dd51f87aa2055c841dc26f9343bf5642074f41bc6cf17af8d145459db4311f0e19bbccaff6713d3abaf1f2a63eec55d50fe7f2440de7fdc4
2025-05-09 05:30:08 +02:00

25 lines
530 B
Plaintext

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