UNPKG

ordered-read-streams

Version:

Combines array of streams into one Readable stream in strict order.

54 lines (53 loc) 1.11 kB
{ "name": "ordered-read-streams", "version": "2.0.0", "description": "Combines array of streams into one Readable stream in strict order.", "author": "Gulp Team <team@gulpjs.com> (https://gulpjs.com/)", "contributors": [ "Blaine Bublitz <blaine.bublitz@gmail.com>", "Artem Medeu <artem.medeusheyev@gmail.com>" ], "repository": "gulpjs/ordered-read-streams", "license": "MIT", "engines": { "node": ">= 10.13.0" }, "files": [ "LICENSE", "index.js" ], "scripts": { "lint": "eslint .", "pretest": "npm run lint", "test": "nyc mocha --async-only" }, "dependencies": { "streamx": "^2.12.5" }, "devDependencies": { "eslint": "^7.32.0", "eslint-config-gulp": "^5.0.1", "eslint-plugin-node": "^11.1.0", "expect": "^27.4.2", "mocha": "^8.4.0", "nyc": "^15.1.0", "readable-stream": "^3.6.0" }, "nyc": { "reporter": [ "lcov", "text-summary" ] }, "prettier": { "singleQuote": true }, "keywords": [ "streams", "ordered", "group", "combine", "streamx", "readable" ] }