Source: node-fast-stream-to-buffer
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Joseph Nahmias <jello@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13),
 dh-nodejs,
 dh-sequence-nodejs,
 node-end-of-stream <!nocheck>,
 node-tape <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/watson/fast-stream-to-buffer#readme
Vcs-Git: https://salsa.debian.org/js-team/node-fast-stream-to-buffer.git
Vcs-Browser: https://salsa.debian.org/js-team/node-fast-stream-to-buffer

Package: node-fast-stream-to-buffer
Architecture: all
Depends:
 node-end-of-stream,
 ${misc:Depends},
Description: consume a stream of data into a binary Buffer
 Consume a stream of data into a binary Buffer as efficiently as possible.
 Can accept a callback function which will be passed an error or a buffer
 containing the content of the stream.
 .
 Node.js is an event-based server-side JavaScript engine.
