File: control

package info (click to toggle)
node-stream-combiner2 1.1.1-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: javascript: 66; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 995 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
Source: node-stream-combiner2
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-duplexer2 <!nocheck>
 , node-tape <!nocheck>
 , node-through2 <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-stream-combiner2
Vcs-Git: https://salsa.debian.org/js-team/node-stream-combiner2.git
Homepage: https://github.com/substack/stream-combiner2
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-stream-combiner2
Architecture: all
Depends: ${misc:Depends}
 , node-duplexer2
Multi-Arch: foreign
Description: combine stream using stream3 Node.js API
 This module turns a pipeline into a single stream.
 Combine returns a stream that writes to the first stream  and reads
 from the last stream.
 .
 Node.js is an event-based server-side JavaScript engine.