{
  "_from": "ternary-stream@^1.2.0",
  "_id": "ternary-stream@1.2.3",
  "_inBundle": false,
  "_integrity": "sha1-8Zafg4R/lkImG8FC4X7iAKrag/0=",
  "_location": "/ternary-stream",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "inherits": "2.0.3",
    "isarray": "0.0.1",
    "string_decoder": "0.10.31",
    "xtend": "4.0.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ternary-stream@^1.2.0",
    "name": "ternary-stream",
    "escapedName": "ternary-stream",
    "rawSpec": "^1.2.0",
    "saveSpec": null,
    "fetchSpec": "^1.2.0"
  },
  "_requiredBy": [
    "/gulp-if"
  ],
  "_resolved": "https://registry.npmjs.org/ternary-stream/-/ternary-stream-1.2.3.tgz",
  "_shasum": "f1969f83847f9642261bc142e17ee200aada83fd",
  "_spec": "ternary-stream@^1.2.0",
  "_where": "/home/codegama/repo/shopygen/gentack/source_code/gentack-website-base/node_modules/gulp-if",
  "author": {
    "name": "Rob Richardson",
    "url": "http://robrich.org/"
  },
  "bugs": {
    "url": "https://github.com/robrich/ternary-stream/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "duplexer2": "~0.0.2",
    "fork-stream": "~0.0.4",
    "merge-stream": "~0.1.6",
    "through2": "~0.6.3"
  },
  "deprecated": false,
  "description": "Fork stream based on passed condition, and collect down-stream",
  "devDependencies": {
    "jshint": "^2.5.10",
    "mocha": "^2.0.1",
    "should": "^4.2.1"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "homepage": "https://github.com/robrich/ternary-stream",
  "keywords": [
    "conditional",
    "if",
    "ternary",
    "stream"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/robrich/ternary-stream/raw/master/LICENSE"
    }
  ],
  "main": "./index.js",
  "name": "ternary-stream",
  "repository": {
    "type": "git",
    "url": "git://github.com/robrich/ternary-stream.git"
  },
  "scripts": {
    "test": "mocha && jshint ./index.js && jshint ./test/."
  },
  "version": "1.2.3"
}
