File: control

package info (click to toggle)
node-combined-stream 1.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 212 kB
  • sloc: makefile: 14; sh: 14
file content (24 lines) | stat: -rw-r--r-- 813 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
Source: node-combined-stream
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends:
 debhelper (>= 11~)
 , nodejs
 , node-delayed-stream <!nocheck>
Standards-Version: 4.3.0
Homepage: https://github.com/felixge/node-combined-stream
Vcs-Git: https://salsa.debian.org/js-team/node-combined-stream.git
Vcs-Browser: https://salsa.debian.org/js-team/node-combined-stream

Package: node-combined-stream
Architecture: all
Depends: ${misc:Depends}
 , nodejs
 , node-delayed-stream
Description: Append streams one after another - module for Node.js
 node-combined-stream can be used to append multiple streams one
 after another.
 .
 Node.js is an event-based server-side javascript engine.