File: control

package info (click to toggle)
node-split2 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 112 kB
  • ctags: 8
  • sloc: sh: 4; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 855 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
Source: node-split2
Section: javascript
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.1.0
Homepage: https://github.com/mcollina/split2#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-split2.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-split2.git

Package: node-split2
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-through2 (>= 2.0.2)
Description: split a Text Stream into a Line Stream, using Stream 3
 split2 is a library that breaks up a stream and reassemble it so that each
 line is a chunk. It is totally API compatible with split.
 .
 Node.js is an event-based server-side JavaScript engine.