{ "_from": "drop-stream@^0.1.1", "_id": "drop-stream@0.1.1", "_inBundle": false, "_integrity": "sha1-SDeBV7wRW3sa3eStPOQzdCOW5Lc=", "_location": "/drop-stream", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "drop-stream@^0.1.1", "name": "drop-stream", "escapedName": "drop-stream", "rawSpec": "^0.1.1", "saveSpec": null, "fetchSpec": "^0.1.1" }, "_requiredBy": [ "/mumble-client" ], "_resolved": "https://registry.npmjs.org/drop-stream/-/drop-stream-0.1.1.tgz", "_shasum": "48378157bc115b7b1adde4ad3ce433742396e4b7", "_spec": "drop-stream@^0.1.1", "_where": "/home/safemobile/LINX/linx-simulator2/node_modules/mumble-client", "author": { "name": "Michael Mayer", "email": "michael@schnittstabil.de", "url": "https://github.com/schnittstabil" }, "bugs": { "url": "https://github.com/schnittstabil/drop-stream/issues" }, "bundleDependencies": false, "dependencies": { "readable-stream": "^1.0.27-1" }, "deprecated": false, "description": "A Duplex stream which discards all chunks passed through", "devDependencies": { "coveralls": "^2.11.0", "gulp": "^3.8.5", "gulp-istanbul": "^0.2.0", "gulp-jscs": "^0.6.0", "gulp-jshint": "^1.6.4", "gulp-mocha": "^0.4.1" }, "engines": { "node": "^0.11 || ^0.10" }, "files": [ "index.js" ], "homepage": "https://github.com/schnittstabil/drop-stream", "keywords": [ "passthrough", "stream", "drop", "clean", "discard", "duplex", "gulpfriendly" ], "license": "MIT", "main": "index.js", "name": "drop-stream", "repository": { "type": "git", "url": "git+https://github.com/schnittstabil/drop-stream.git" }, "scripts": { "test": "./node_modules/gulp/bin/gulp.js && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" }, "version": "0.1.1", "warnings": [ { "code": "ENOTSUP", "required": { "node": "^0.11 || ^0.10" }, "pkgid": "drop-stream@0.1.1" } ] }