File: control

package info (click to toggle)
node-duplexer3 1.0.0%2B~0.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 172 kB
  • sloc: javascript: 196; makefile: 7
file content (34 lines) | stat: -rw-r--r-- 1,197 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
31
32
33
34
Source: node-duplexer3
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Tushar Agey <agey.tushar3@gmail.com>
 , Yadd <yadd@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-rollup-plugin-node-resolve
 , node-tap <!nocheck>
 , rollup
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-duplexer3
Vcs-Git: https://salsa.debian.org/js-team/node-duplexer3.git
Homepage: https://github.com/floatdrop/duplexer3
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-duplexer3
Architecture: all
Depends: ${misc:Depends}
Replaces: node-duplexer2
Breaks: node-duplexer2 (<< 0.1.4-2)
Provides: node-duplexer2 (= ${source:Version})
 , ${nodejs:Provides}
Multi-Arch: foreign
Description: Like duplexer but using streams3
 This is a reimplementation of duplexer using the Streams3 API
 which is standard in Node as of v4. Everything largely works the same
 Duplexer takes a writable stream and a readable stream and makes them
 appear as a readable writable stream.
 .
 Node.js is an event-based server-side JavaScript engine.