CoolFace
Apppublic

strong-tie/inbound-calls

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
package.json26 linesDownload Raw Back to combined-stream
1{2  "author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",3  "name": "combined-stream",4  "description": "A stream that emits multiple other streams one after another.",5  "version": "1.0.8",6  "homepage": "https://github.com/felixge/node-combined-stream",7  "repository": {8    "type": "git",9    "url": "git://github.com/felixge/node-combined-stream.git"10  },11  "main": "./lib/combined_stream",12  "scripts": {13    "test": "node test/run.js"14  },15  "engines": {16    "node": ">= 0.8"17  },18  "dependencies": {19    "delayed-stream": "~1.0.0"20  },21  "devDependencies": {22    "far": "~0.0.7"23  },24  "license": "MIT"25}26