{
  "_from": "ternary-stream@^2.0.1",
  "_id": "ternary-stream@2.1.1",
  "_inBundle": false,
  "_integrity": "sha512-j6ei9hxSoyGlqTmoMjOm+QNvUKDOIY6bNl4Uh1lhBvl6yjPW2iLqxDUYyfDPZknQ4KdRziFl+ec99iT4l7g0cw==",
  "_location": "/ternary-stream",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ternary-stream@^2.0.1",
    "name": "ternary-stream",
    "escapedName": "ternary-stream",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/gulp-if"
  ],
  "_resolved": "https://registry.npmjs.org/ternary-stream/-/ternary-stream-2.1.1.tgz",
  "_shasum": "4ad64b98668d796a085af2c493885a435a8a8bfc",
  "_spec": "ternary-stream@^2.0.1",
  "_where": "C:\\xamp71\\htdocs\\pincodes\\pintaxi\\node_modules\\gulp-if",
  "author": {
    "name": "Rob Richardson",
    "url": "http://robrich.org/"
  },
  "bugs": {
    "url": "https://github.com/robrich/ternary-stream/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "duplexify": "^3.5.0",
    "fork-stream": "^0.0.4",
    "merge-stream": "^1.0.0",
    "through2": "^2.0.1"
  },
  "deprecated": false,
  "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"
}
