File: control

package info (click to toggle)
node-ordered-read-streams 1.0.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 124 kB
  • sloc: javascript: 207; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,115 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
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
Multi-Arch: foreign
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.