File: control

package info (click to toggle)
node-split2 4.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 132 kB
  • sloc: javascript: 439; makefile: 2; sh: 2
file content (30 lines) | stat: -rw-r--r-- 972 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-split2
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-callback-stream <!nocheck>
 , node-tap <!nocheck>
 , node-tape
 , node-through2
Standards-Version: 4.6.1
Homepage: https://github.com/mcollina/split2#readme
Vcs-Git: https://salsa.debian.org/js-team/node-split2.git
Vcs-Browser: https://salsa.debian.org/js-team/node-split2
Rules-Requires-Root: no

Package: node-split2
Architecture: all
Depends:
 ${misc:Depends}
 , node-through2
Multi-Arch: foreign
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.