{ "_args": [ [ "ternary-stream@2.1.1", "F:\\laragon\\www\\wishthis" ] ], "_from": "ternary-stream@2.1.1", "_id": "ternary-stream@2.1.1", "_inBundle": false, "_integrity": "sha512-j6ei9hxSoyGlqTmoMjOm+QNvUKDOIY6bNl4Uh1lhBvl6yjPW2iLqxDUYyfDPZknQ4KdRziFl+ec99iT4l7g0cw==", "_location": "/ternary-stream", "_phantomChildren": { "readable-stream": "2.3.7", "xtend": "4.0.2" }, "_requested": { "type": "version", "registry": true, "raw": "ternary-stream@2.1.1", "name": "ternary-stream", "escapedName": "ternary-stream", "rawSpec": "2.1.1", "saveSpec": null, "fetchSpec": "2.1.1" }, "_requiredBy": [ "/gulp-if" ], "_resolved": "https://registry.npmjs.org/ternary-stream/-/ternary-stream-2.1.1.tgz", "_spec": "2.1.1", "_where": "F:\\laragon\\www\\wishthis", "author": { "name": "Rob Richardson", "url": "http://robrich.org/" }, "bugs": { "url": "https://github.com/robrich/ternary-stream/issues" }, "dependencies": { "duplexify": "^3.5.0", "fork-stream": "^0.0.4", "merge-stream": "^1.0.0", "through2": "^2.0.1" }, "description": "Fork stream based on passed condition, and collect down-stream", "devDependencies": { "jshint": "^2.9.4", "mocha": "^3.1.2", "should": "^11.1.1" }, "engines": { "node": ">= 0.10.0" }, "homepage": "https://github.com/robrich/ternary-stream", "keywords": [ "conditional", "if", "ternary", "stream" ], "license": "MIT", "main": "./index.js", "name": "ternary-stream", "repository": { "type": "git", "url": "git://github.com/robrich/ternary-stream.git" }, "scripts": { "test": "mocha && jshint ." }, "version": "2.1.1" }