5 "/opt/source/offload.js"
8 "_from": "unpipe@1.0.0",
11 "_integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=",
12 "_location": "/unpipe",
13 "_phantomChildren": {},
17 "raw": "unpipe@1.0.0",
19 "escapedName": "unpipe",
28 "_resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
30 "_where": "/opt/source/offload.js",
32 "name": "Douglas Christopher Wilson",
33 "email": "doug@somethingdoug.com"
36 "url": "https://github.com/stream-utils/unpipe/issues"
38 "description": "Unpipe a stream from all destinations",
42 "readable-stream": "1.1.13"
53 "homepage": "https://github.com/stream-utils/unpipe#readme",
58 "url": "git+https://github.com/stream-utils/unpipe.git"
61 "test": "mocha --reporter spec --bail --check-leaks test/",
62 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
63 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"