{
  "_args": [
    [
      "stream-exhaust@1.0.2",
      "/var/www/html/iqecommerce"
    ]
  ],
  "_development": true,
  "_from": "stream-exhaust@1.0.2",
  "_id": "stream-exhaust@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-b/qaq/GlBK5xaq1yrK9/zFcyRSTNxmcZwFLGSTG0mXgZl/4Z6GgiyYOXOvY7N3eEvFRAG1bkDRz5EPGSvPYQlw==",
  "_location": "/stream-exhaust",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "stream-exhaust@1.0.2",
    "name": "stream-exhaust",
    "escapedName": "stream-exhaust",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/async-done"
  ],
  "_resolved": "https://registry.npmjs.org/stream-exhaust/-/stream-exhaust-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "/var/www/html/iqecommerce",
  "author": {
    "name": "Chris Dickinson",
    "email": "chris@neversaw.us"
  },
  "bugs": {
    "url": "https://github.com/chrisdickinson/stream-exhaust.git"
  },
  "description": "Ensure that a stream is flowing data without mutating it",
  "devDependencies": {
    "readable-stream": "^1.0.31",
    "tape": "^2.14.0",
    "through2": "^0.5.1"
  },
  "homepage": "https://github.com/chrisdickinson/stream-exhaust.git",
  "license": "MIT",
  "main": "index.js",
  "name": "stream-exhaust",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chrisdickinson/stream-exhaust.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.0.2"
}
