mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 11:20:19 +00:00
68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
|
{
|
||
|
"_from": "stream-events@^1.0.1",
|
||
|
"_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.1",
|
||
|
"name": "stream-events",
|
||
|
"escapedName": "stream-events",
|
||
|
"rawSpec": "^1.0.1",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^1.0.1"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@google-cloud/storage",
|
||
|
"/gcs-resumable-upload",
|
||
|
"/teeny-request"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/stream-events/-/stream-events-1.0.5.tgz",
|
||
|
"_shasum": "bbc898ec4df33a4902d892333d47da9bf1c406d5",
|
||
|
"_spec": "stream-events@^1.0.1",
|
||
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\FutoX-Musix\\node_modules\\@google-cloud\\storage",
|
||
|
"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"
|
||
|
}
|