rocket.chat.mqtt
Version:
It's a MQTT Server, using redis to scale horizontally.
51 lines (50 loc) • 1.26 kB
JSON
{
"name": "multistream",
"description": "A stream that emits multiple other streams one after another (streams2)",
"version": "2.1.1",
"author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)",
"bugs": {
"url": "https://github.com/feross/multistream/issues"
},
"dependencies": {
"inherits": "^2.0.1",
"readable-stream": "^2.0.5"
},
"devDependencies": {
"airtap": "0.0.5",
"array-to-stream": "^1.0.0",
"simple-concat": "^1.0.0",
"standard": "*",
"string-to-stream": "^1.0.0",
"tape": "^4.0.0",
"through": "^2.3.4"
},
"homepage": "https://github.com/feross/multistream",
"keywords": [
"combine streams",
"join streams",
"concat streams",
"multiple streams",
"combine",
"join",
"concat",
"multiple",
"file stream",
"append",
"append streams",
"combiner",
"joiner"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/feross/multistream.git"
},
"scripts": {
"test": "standard && npm run test-node && npm run test-browser",
"test-browser": "airtap -- test/*.js",
"test-browser-local": "airtap --local -- test/*.js",
"test-node": "tape test/*.js"
}
}