Source: node-stream-meter
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-concat-stream <!nocheck>,
 node-readable-stream <!nocheck>,
 node-stream-spigot <!nocheck>,
 node-tape <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/brycebaril/node-stream-meter
Vcs-Git: https://salsa.debian.org/js-team/node-stream-meter.git
Vcs-Browser: https://salsa.debian.org/js-team/node-stream-meter

Package: node-stream-meter
Architecture: all
Depends:
 node-readable-stream,
 ${misc:Depends},
Description: streams2 passthrough meter with limit
 The meter counts bytes passed through a stream, and if given a max byte
 limit will abort the stream when it is exceeded. This is useful for
 capping your hyperquest or http/https clients or servers content size.
 .
 Note that it will complete whatever frame it aborted in, so the size
 streamed will still be >= size but no more than size + highWaterMark.
 .
 Node.js is an event-based server-side JavaScript engine.
