package.json 1.69 KB
{
  "_from": "stream-events@^1.0.4",
  "_id": "stream-events@1.0.5",
  "_inBundle": false,
  "_integrity": "sha512-E1GUzBSgvct8Jsb3v2X15pjzN1tYebtbLaMg+eBOUOAxgbLoSbT2NS91ckc5lJD1KfLjId+jXJRgo0qnV5Nerg==",
  "_location": "/stream-events",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "stream-events@^1.0.4",
    "name": "stream-events",
    "escapedName": "stream-events",
    "rawSpec": "^1.0.4",
    "saveSpec": null,
    "fetchSpec": "^1.0.4"
  },
  "_requiredBy": [
    "/@google-cloud/speech",
    "/teeny-request"
  ],
  "_resolved": "https://registry.npmjs.org/stream-events/-/stream-events-1.0.5.tgz",
  "_shasum": "bbc898ec4df33a4902d892333d47da9bf1c406d5",
  "_spec": "stream-events@^1.0.4",
  "_where": "C:\\Users\\1000c\\이것저것\\옾소\\Voicoding\\node_modules\\@google-cloud\\speech",
  "author": {
    "name": "Stephen Sawchuk"
  },
  "bugs": {
    "url": "https://github.com/stephenplusplus/stream-events/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "stubs": "^3.0.0"
  },
  "deprecated": false,
  "description": "Get an event when you're being sent data or asked for it.",
  "devDependencies": {
    "duplexify": "^3.2.0"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/stephenplusplus/stream-events",
  "keywords": [
    "stream",
    "events",
    "read",
    "write",
    "duplexify",
    "lazy-stream"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "stream-events",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stephenplusplus/stream-events.git"
  },
  "scripts": {
    "test": "node ./test"
  },
  "types": "index.d.ts",
  "version": "1.0.5"
}