{
  "_from": "pumpify@^2.0.0",
  "_id": "pumpify@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-ieN9HmpFPt4J4U4qnjN4BxrnqpPPXJyp3qFErxfwBtFOec6ewpIHdS2eu3TkmGW6S+RzFGEOGpm5ih/X/onRPQ==",
  "_location": "/pumpify",
  "_phantomChildren": {
    "end-of-stream": "1.4.1",
    "inherits": "2.0.3",
    "stream-shift": "1.0.0",
    "string_decoder": "1.1.1",
    "util-deprecate": "1.0.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pumpify@^2.0.0",
    "name": "pumpify",
    "escapedName": "pumpify",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/@google-cloud/storage",
    "/gcs-resumable-upload"
  ],
  "_resolved": "https://registry.npmjs.org/pumpify/-/pumpify-2.0.0.tgz",
  "_shasum": "975519e5a9890ae0fb4724274e3fec97e43a30b6",
  "_spec": "pumpify@^2.0.0",
  "_where": "D:\\vivek\\tracking\\node_modules\\@google-cloud\\storage",
  "author": {
    "name": "Mathias Buus"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/pumpify/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "duplexify": "^4.1.1",
    "inherits": "^2.0.3",
    "pump": "^3.0.0"
  },
  "deprecated": false,
  "description": "Combine an array of streams into a single duplex stream using pump and duplexify",
  "devDependencies": {
    "tape": "^4.10.2",
    "through2": "^3.0.1"
  },
  "homepage": "https://github.com/mafintosh/pumpify",
  "keywords": [
    "pump",
    "duplexify",
    "duplex",
    "streams",
    "stream",
    "pipeline",
    "combine"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "pumpify",
  "repository": {
    "type": "git",
    "url": "git://github.com/mafintosh/pumpify.git"
  },
  "scripts": {
    "test": "tape test.js"
  },
  "version": "2.0.0"
}
