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

72 lines
1.6 KiB
JSON
Raw Normal View History

2020-03-03 20:30:50 +00:00
{
"_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"
}