mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 15:04:45 +00:00
66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
|
{
|
||
|
"_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",
|
||
|
"/split-array-stream"
|
||
|
],
|
||
|
"_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\\jlevi\\Downloads\\tr2022-strategy-master\\tr2022-strategy-master\\data analysis\\functions\\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"
|
||
|
}
|