{ "name": "ordered-read-streams", "version": "0.1.0", "description": "Combines array of streams into one read stream in strict order", "main": "index.js", "scripts": { "test": "jshint *.js test/*.js && mocha -R spec" }, "repository": { "type": "git", "url": "git://github.com/armed/ordered-read-streams.git" }, "author": "Artem Medeusheyev <artem.medeusheyev@gmail.com>", "license": "MIT", "devDependencies": { "should": "~3.0.1", "mocha": "~1.17.0", "through2": "~0.4.0", "jshint": "~2.4.1", "pre-commit": "0.0.4" }, "__npminstall_done": "Tue Sep 18 2018 11:17:40 GMT+0800 (GMT+08:00)", "_from": "ordered-read-streams@0.1.0", "_resolved": "http://registry.npm.taobao.org/ordered-read-streams/download/ordered-read-streams-0.1.0.tgz" }