1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 10:51:56 +00:00
musix-oss/node_modules/is-stream-ended/package.json

69 lines
1.6 KiB
JSON
Raw Normal View History

2020-03-03 20:30:50 +00:00
{
"_args": [
[
"is-stream-ended@0.1.4",
"C:\\Users\\matia\\Musix"
]
],
"_from": "is-stream-ended@0.1.4",
"_id": "is-stream-ended@0.1.4",
"_inBundle": false,
"_integrity": "sha512-xj0XPvmr7bQFTvirqnFr50o0hQIh6ZItDqloxt5aJrR4NQsYeSsyFQERYGCAzfindAcnKjINnwEEgLx4IqVzQw==",
"_location": "/is-stream-ended",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"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",
"_spec": "0.1.4",
"_where": "C:\\Users\\matia\\Musix",
"author": {
"name": "Stephen Sawchuk",
"email": "sawchuk@gmail.com"
},
"bugs": {
"url": "https://github.com/stephenplusplus/is-stream-ended/issues"
},
"dependencies": {},
"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"
}