File: control

package info (click to toggle)
node-end-of-stream 1.4.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 92 kB
  • sloc: makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,076 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
Source: node-end-of-stream
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 12)
 , node-once <!nocheck>
 , node-tape <!nocheck>
 , nodejs (>= 6)
 , pkg-js-tools (>= 0.9.12~)
Standards-Version: 4.4.0
Homepage: https://github.com/mafintosh/end-of-stream
Vcs-Git: https://salsa.debian.org/js-team/node-end-of-stream.git
Vcs-Browser: https://salsa.debian.org/js-team/node-end-of-stream

Package: node-end-of-stream
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 6)
 , node-once (>= 1.4.0)
Description: Invoke a callback when a stream has completed or failed
 end-of-stream is a Node.js module which calls a callback when a readable,
 writable, or duplex stream has completed or failed.
 .
 Pass a stream and a callback to end-of-stream. Both legacy streams and
 streams2 are supported.
 .
 Node.js is an event-based server-side JavaScript engine.