mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 11:20:19 +00:00
72 lines
1.6 KiB
JSON
72 lines
1.6 KiB
JSON
|
{
|
||
|
"_args": [
|
||
|
[
|
||
|
"stream-events@1.0.5",
|
||
|
"C:\\Users\\matia\\Musix"
|
||
|
]
|
||
|
],
|
||
|
"_from": "stream-events@1.0.5",
|
||
|
"_id": "stream-events@1.0.5",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-E1GUzBSgvct8Jsb3v2X15pjzN1tYebtbLaMg+eBOUOAxgbLoSbT2NS91ckc5lJD1KfLjId+jXJRgo0qnV5Nerg==",
|
||
|
"_location": "/stream-events",
|
||
|
"_optional": true,
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "version",
|
||
|
"registry": true,
|
||
|
"raw": "stream-events@1.0.5",
|
||
|
"name": "stream-events",
|
||
|
"escapedName": "stream-events",
|
||
|
"rawSpec": "1.0.5",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "1.0.5"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@google-cloud/storage",
|
||
|
"/gcs-resumable-upload",
|
||
|
"/teeny-request"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/stream-events/-/stream-events-1.0.5.tgz",
|
||
|
"_spec": "1.0.5",
|
||
|
"_where": "C:\\Users\\matia\\Musix",
|
||
|
"author": {
|
||
|
"name": "Stephen Sawchuk"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/stephenplusplus/stream-events/issues"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"stubs": "^3.0.0"
|
||
|
},
|
||
|
"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"
|
||
|
}
|