UNPKG

oc-mux-demux

Version:

Multiplexing-demultiplexing of several object streams inside single object

29 lines (28 loc) 660 B
{ "name": "oc-mux-demux", "version": "0.0.2", "description": "Multiplexing-demultiplexing of several object streams inside single object", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/yunware/oc-mux-demux" }, "keywords": [ "mux-demux", "multiplexing", "demultiplexing", "stream" ], "author": "yunware", "license": "OC", "bugs": { "url": "https://github.com/yunware/oc-mux-demux/issues" }, "homepage": "https://github.com/yunware/oc-mux-demux", "dependencies": { "through2": "^0.6.3" } }