ran-boilerplate
Version:
React . Apollo (GraphQL) . Next.js Toolkit
61 lines (60 loc) • 1.58 kB
JSON
{
"_from": "is-stream-ended@^0.1.0",
"_id": "is-stream-ended@0.1.3",
"_inBundle": false,
"_integrity": "sha1-oEc7Jnx1ZjVIa+7cfjNE5UnRUqw=",
"_location": "/is-stream-ended",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-stream-ended@^0.1.0",
"name": "is-stream-ended",
"escapedName": "is-stream-ended",
"rawSpec": "^0.1.0",
"saveSpec": null,
"fetchSpec": "^0.1.0"
},
"_requiredBy": [
"/google-gax",
"/split-array-stream"
],
"_resolved": "https://registry.npmjs.org/is-stream-ended/-/is-stream-ended-0.1.3.tgz",
"_shasum": "a0473b267c756635486beedc7e3344e549d152ac",
"_spec": "is-stream-ended@^0.1.0",
"_where": "/Users/ilker.guller/Projects/ran/functions/node_modules/split-array-stream",
"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"
},
"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"
},
"version": "0.1.3"
}