{
  "name": "ternary-stream",
  "description": "Fork stream based on passed condition, and collect down-stream",
  "version": "2.1.1",
  "homepage": "https://github.com/robrich/ternary-stream",
  "repository": "git://github.com/robrich/ternary-stream.git",
  "author": "Rob Richardson (http://robrich.org/)",
  "main": "./index.js",
  "keywords": [
    "conditional",
    "if",
    "ternary",
    "stream"
  ],
  "dependencies": {
    "duplexify": "^3.5.0",
    "fork-stream": "^0.0.4",
    "merge-stream": "^1.0.0",
    "through2": "^2.0.1"
  },
  "devDependencies": {
    "jshint": "^2.9.4",
    "mocha": "^3.1.2",
    "should": "^11.1.1"
  },
  "scripts": {
    "test": "mocha && jshint ."
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "license": "MIT"

,"_resolved": "https://registry.npmjs.org/ternary-stream/-/ternary-stream-2.1.1.tgz"
,"_integrity": "sha512-j6ei9hxSoyGlqTmoMjOm+QNvUKDOIY6bNl4Uh1lhBvl6yjPW2iLqxDUYyfDPZknQ4KdRziFl+ec99iT4l7g0cw=="
,"_from": "ternary-stream@2.1.1"
}