package.json 1.6 KB
{
  "_from": "pumpify@^2.0.0",
  "_id": "pumpify@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-m7KOje7jZxrmutanlkS1daj1dS6z6BgslzOXmcSEpIlCxM3VJH7lG5QLeck/6hgF6F4crFf01UtQmNsJfweTAw==",
  "_location": "/pumpify",
  "_phantomChildren": {},
  "_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/speech"
  ],
  "_resolved": "https://registry.npmjs.org/pumpify/-/pumpify-2.0.1.tgz",
  "_shasum": "abfc7b5a621307c728b551decbbefb51f0e4aa1e",
  "_spec": "pumpify@^2.0.0",
  "_where": "C:\\Users\\1000c\\이것저것\\옾소\\Voicoding\\node_modules\\@google-cloud\\speech",
  "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.1"
}