2 "_from": "unpipe@1.0.0",
5 "_integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=",
6 "_location": "/unpipe",
7 "_phantomChildren": {},
11 "raw": "unpipe@1.0.0",
13 "escapedName": "unpipe",
22 "_resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
23 "_shasum": "b2bf4ee8514aae6165b4817829d21b2ef49904ec",
24 "_spec": "unpipe@1.0.0",
25 "_where": "/home/josuer08/Documents/web/node_modules/raw-body",
27 "name": "Douglas Christopher Wilson",
28 "email": "doug@somethingdoug.com"
31 "url": "https://github.com/stream-utils/unpipe/issues"
33 "bundleDependencies": false,
35 "description": "Unpipe a stream from all destinations",
39 "readable-stream": "1.1.13"
50 "homepage": "https://github.com/stream-utils/unpipe#readme",
55 "url": "git+https://github.com/stream-utils/unpipe.git"
58 "test": "mocha --reporter spec --bail --check-leaks test/",
59 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
60 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"