Source: node-ordered-read-streams
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-is-stream <!nocheck>
 , node-mississippi <!nocheck>
 , node-through2 <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-ordered-read-streams
Vcs-Git: https://salsa.debian.org/js-team/node-ordered-read-streams.git
Homepage: https://github.com/armed/ordered-read-streams
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-ordered-read-streams
Architecture: all
Depends: ${misc:Depends}
 , node-is-stream
Description: combines array of streams into one read stream in strict order
 `ordered-read-streams` handles all data/errors from input streams in parallel,
 but emits data/errors in strict order in which streams are passed to
 constructor. This is `objectMode = true` stream.
 .
 Node.js is an event-based server-side JavaScript engine.
