UNPKG

tentacoli

Version:

All the ways for doing requests/streams multiplexing over a single stream

71 lines (70 loc) 1.86 kB
{ "name": "tentacoli", "version": "1.0.0", "description": "All the ways for doing requests/streams multiplexing over a single stream", "main": "tentacoli.js", "scripts": { "browser": "webpack --config webpack.config.js examples/echo-client.js examples/build.js && node echo-server.js", "browser-test": "zuul --server echo-server.js --local 8080 --ui tape -- test.js test-browser.js", "test": "standard && tape test.js | faucet", "clean": "rm examples/build.js &> /dev/null || echo nothing to clean" }, "precommit": [ "clean", "test" ], "repository": { "type": "git", "url": "git+https://github.com/mcollina/tentacoli.git" }, "keywords": [ "multiplexing", "multiplex", "multi", "request", "stream" ], "author": "Matteo Collina <hello@matteocollina.com>", "license": "MIT", "bugs": { "url": "https://github.com/mcollina/tentacoli/issues" }, "homepage": "https://github.com/mcollina/tentacoli#readme", "devDependencies": { "brfs": "^1.4.3", "browserify": "^14.4.0", "callback-stream": "^1.1.0", "fastbench": "^1.0.1", "fastparallel": "^2.3.0", "faucet": "0.0.1", "from2": "^2.3.0", "minimist": "^1.2.0", "msgpack5": "^3.5.0", "pre-commit": "^1.2.2", "safe-buffer": "^5.1.1", "standard": "^10.0.3", "tape": "^4.8.0", "through2": "^2.0.3", "transform-loader": "^0.2.4", "webpack": "^3.5.5", "websocket-stream": "^5.0.1", "zuul": "^3.11.1" }, "dependencies": { "fastq": "^1.5.0", "inherits": "^2.0.3", "multiplex": "^6.7.0", "net-object-stream": "^2.1.0", "protocol-buffers": "^3.2.1", "pump": "^1.0.2", "readable-stream": "^2.3.3", "reusify": "^1.0.2", "shallow-copy": "0.0.1", "uuid": "^3.1.0" }, "browserify": { "transform": [ "brfs" ] } }