File: control

package info (click to toggle)
node-callback-stream 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 96 kB
  • ctags: 4
  • sloc: sh: 4; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,151 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-callback-stream
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
Standards-Version: 4.0.0
Homepage: https://github.com/mcollina/callback-stream#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-callback-stream.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-callback-stream.git

Package: node-callback-stream
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-inherits (>= 2.0.1)
 , node-readable-stream (>= 1.0.0)
Description: pipeable stream that calls your callback
 callback-stream a safe variant of the concat-stream package that will always
 return an array. It does everything callback-stream does, minus the
 concatenation. In fact, it just callbacks you with an array containing your
 good stuff. It is based on the Stream 2 API, but it also works on node v0.8.
 It also support Stream 3, which is bundled with node v0.12 and iojs.
 .
 Node.js is an event-based server-side JavaScript engine.