Package: node-split Version: 1.0.1 Revision: 1.1 ### BuildDepends: << fink (>= 0.32) << Depends: << node-through << ### Source: mirror:debian:/pool/main/n/%n/%n_%v.orig.tar.gz Source-Checksum: SHA256(361fde6e392d0479f0e3f1f4eba3722e81cc26f6220662e11fb23a47bd52d86b) SourceDirectory: split-%v Source2: mirror:debian:pool/main/n/%n/%n_%v-1.debian.tar.xz Source2-Checksum: SHA256(fe58940b8c65ed677941488fcb2e5249bd6dbbe0ecbed918fb550a6b568e3c48) Source2ExtractDir: split-%v ### DocFiles: readme.markdown LICENCE examples ### CompileScript: << echo << InstallScript: << install -d -m0755 %i/share/nodejs/split install -m0644 index.js %i/share/nodejs/split/ install -m0644 package.json %i/share/nodejs/split/ << ### Description: Split a Text Stream into a Line Stream DescDetail: << This Node.js module breaks up a stream and reassembles it so that each line is a chunk passed to the stream data event. It accepts the same arguments as String.split: a string or a regular expression - the optional limit parameter being ignored. . Node.js is an event-based server-side JavaScript engine. << ### License: BSD Homepage: https://github.com/dominictarr/split Maintainer: Justin F. Hallett