{
  "_args": [
    [
      "stream-spigot@2.1.2",
      "/var/www/html"
    ]
  ],
  "_from": "stream-spigot@2.1.2",
  "_id": "stream-spigot@2.1.2",
  "_inBundle": false,
  "_integrity": "sha1-feFF6Bn43Q20UJDRPc9zqO08wDU=",
  "_location": "/stream-spigot",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "inherits": "2.0.3"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "stream-spigot@2.1.2",
    "name": "stream-spigot",
    "escapedName": "stream-spigot",
    "rawSpec": "2.1.2",
    "saveSpec": null,
    "fetchSpec": "2.1.2"
  },
  "_requiredBy": [
    "/sharkdown"
  ],
  "_resolved": "https://registry.npmjs.org/stream-spigot/-/stream-spigot-2.1.2.tgz",
  "_spec": "2.1.2",
  "_where": "/var/www/html",
  "author": {
    "name": "Bryce B. Baril"
  },
  "bugs": {
    "url": "https://github.com/brycebaril/node-stream-spigot/issues"
  },
  "dependencies": {
    "readable-stream": "~1.1.0"
  },
  "description": "A readable stream generator, useful for testing or converting simple functions into Readable streams.",
  "devDependencies": {
    "concat-stream": "~1.0.0",
    "tap": "~0.4.3"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/brycebaril/node-stream-spigot#readme",
  "keywords": [
    "streams2",
    "testing",
    "readable"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "stream-spigot",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brycebaril/node-stream-spigot.git"
  },
  "scripts": {
    "test": "tap test/"
  },
  "version": "2.1.2"
}
