File: control

package info (click to toggle)
node-ordered-read-streams 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 124 kB
  • sloc: makefile: 6; sh: 2
file content (30 lines) | stat: -rw-r--r-- 1,047 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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 (>= 9)
 , dh-buildinfo
 , nodejs (>= 10)
 , mocha
 , node-through2
 , node-mississippi
 , node-is-stream (>= 1.0.1)
Standards-Version: 4.3.0
Homepage: https://github.com/armed/ordered-read-streams#readme
Vcs-Git: https://salsa.debian.org/js-team/node-ordered-read-streams.git
Vcs-Browser: https://salsa.debian.org/js-team/node-ordered-read-streams

Package: node-ordered-read-streams
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 10)
 , node-is-stream (>= 1.0.1)
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.