File: control

package info (click to toggle)
node-concat-stream 2.0.0%2B~2.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: javascript: 355; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,064 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
Source: node-concat-stream
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ross Gammon <rosco2@ubuntu.com>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-inherits <!nocheck>
 , node-readable-stream <!nocheck>
 , node-tape <!nocheck>
 , node-typedarray <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-concat-stream
Vcs-Git: https://salsa.debian.org/js-team/node-concat-stream.git
Homepage: https://github.com/maxogden/concat-stream
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-concat-stream
Architecture: all
Depends: ${misc:Depends}
 , node-inherits
 , node-readable-stream
 , node-typedarray
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: writable stream that concatenates strings
 Node-concat-stream creates a writable stream that concatenates strings
 or binary data and calls a callback with the result.
 .
 Node.js is an event-based server-side JavaScript engine.