{
  "_args": [
    [
      "pull-sink-through",
      "/home/dominic/c/streamview-links"
    ]
  ],
  "_from": "pull-sink-through@latest",
  "_id": "pull-sink-through@0.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/pull-sink-through",
  "_nodeVersion": "5.6.0",
  "_npmOperationalInternal": {
    "host": "packages-6-west.internal.npmjs.com",
    "tmp": "tmp/pull-sink-through-0.0.0.tgz_1456635663506_0.815580946393311"
  },
  "_npmUser": {
    "email": "dominic.tarr@gmail.com",
    "name": "dominictarr"
  },
  "_npmVersion": "3.6.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "pull-sink-through",
    "raw": "pull-sink-through",
    "rawSpec": "",
    "scope": null,
    "spec": "latest",
    "type": "tag"
  },
  "_requiredBy": [
    "/"
  ],
  "_shasum": "d3c0492f3a80b4ed204af67c4b4f935680fc5b1f",
  "_shrinkwrap": null,
  "_spec": "pull-sink-through",
  "_where": "/home/dominic/c/streamview-links",
  "author": {
    "email": "dominic.tarr@gmail.com",
    "name": "Dominic Tarr",
    "url": "http://dominictarr.com"
  },
  "bugs": {
    "url": "https://github.com/dominictarr/pull-sink-through/issues"
  },
  "dependencies": {},
  "description": "convert a pull-stream sink (that takes a callback) into a through steam that outputs a single item. Useful when you have an api that needs to return a source stream, but may be either a source or an async function.",
  "devDependencies": {
    "pull-stream": "^3.1.0",
    "tape": "^4.4.0"
  },
  "directories": {},
  "dist": {
    "shasum": "d3c0492f3a80b4ed204af67c4b4f935680fc5b1f",
    "tarball": "http://registry.npmjs.org/pull-sink-through/-/pull-sink-through-0.0.0.tgz"
  },
  "gitHead": "876c2a7fd13b6ca9f76b27d96b4e787252d665bf",
  "homepage": "https://github.com/dominictarr/pull-sink-through",
  "license": "MIT",
  "maintainers": [
    {
      "name": "dominictarr",
      "email": "dominic.tarr@gmail.com"
    }
  ],
  "name": "pull-sink-through",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/dominictarr/pull-sink-through.git"
  },
  "scripts": {
    "test": "set -e; for t in test/*.js; do node $t; done"
  },
  "version": "0.0.0"
}
