| { |
| "author": { |
| "email": "mathiasbuus@gmail.com", |
| "name": "Mathias Buus Madsen" |
| }, |
| "browser": { |
| "fs": false |
| }, |
| "bugs": { |
| "url": "https://github.com/mafintosh/pump/issues" |
| }, |
| "bundleDependencies": false, |
| "dependencies": { |
| "end-of-stream": "^1.1.0", |
| "once": "^1.3.1" |
| }, |
| "deprecated": false, |
| "description": "pipe streams together and close all of them if one of them closes", |
| "homepage": "https://github.com/mafintosh/pump#readme", |
| "keywords": [ |
| "streams", |
| "pipe", |
| "destroy", |
| "callback" |
| ], |
| "license": "MIT", |
| "name": "pump", |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/mafintosh/pump.git" |
| }, |
| "scripts": { |
| "test": "node test-browser.js && node test-node.js" |
| }, |
| "version": "3.0.0" |
| } |