package.json 1.65 KB
{
  "_from": "is-stream-ended@^0.1.4",
  "_id": "is-stream-ended@0.1.4",
  "_inBundle": false,
  "_integrity": "sha512-xj0XPvmr7bQFTvirqnFr50o0hQIh6ZItDqloxt5aJrR4NQsYeSsyFQERYGCAzfindAcnKjINnwEEgLx4IqVzQw==",
  "_location": "/is-stream-ended",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-stream-ended@^0.1.4",
    "name": "is-stream-ended",
    "escapedName": "is-stream-ended",
    "rawSpec": "^0.1.4",
    "saveSpec": null,
    "fetchSpec": "^0.1.4"
  },
  "_requiredBy": [
    "/google-gax"
  ],
  "_resolved": "https://registry.npmjs.org/is-stream-ended/-/is-stream-ended-0.1.4.tgz",
  "_shasum": "f50224e95e06bce0e356d440a4827cd35b267eda",
  "_spec": "is-stream-ended@^0.1.4",
  "_where": "C:\\Users\\1000c\\이것저것\\옾소\\Voicoding\\node_modules\\google-gax",
  "author": {
    "name": "Stephen Sawchuk",
    "email": "sawchuk@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/stephenplusplus/is-stream-ended/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Check if a stream has ended",
  "devDependencies": {
    "mocha": "^2.2.5",
    "through2": "^2.0.3"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "homepage": "https://github.com/stephenplusplus/is-stream-ended#readme",
  "keywords": [
    "stream",
    "end",
    "ended",
    "consumed",
    "complete"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "is-stream-ended",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stephenplusplus/is-stream-ended.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "types": "index.d.ts",
  "version": "0.1.4"
}