File: control

package info (click to toggle)
node-multipipe 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 116 kB
  • ctags: 19
  • sloc: makefile: 7; sh: 2
file content (30 lines) | stat: -rw-r--r-- 929 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
Source: node-multipipe
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
 , mocha
 , node-through2
 , node-duplexer2 (>= 0.1.2)
 , node-object-assign (>= 4.1.0)
Standards-Version: 3.9.8
Homepage: https://github.com/juliangruber/multipipe#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-multipipe.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-multipipe.git

Package: node-multipipe
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-duplexer2 (>= 0.1.2)
 , node-object-assign (>= 4.1.0)
Description: pipe streams with centralized error handling
 A better `Stream#pipe` that creates duplex streams and lets you handle errors
 in one place.
 .
 Node.js is an event-based server-side JavaScript engine.