Source: node-split2 Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Ying-Chun Liu (PaulLiu) Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 12) , dh-buildinfo , node-callback-stream , node-tap , node-tape , node-through2 (>= 2.0.2) , nodejs , pkg-js-tools (>= 0.8.8) Standards-Version: 4.4.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 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.