Source: node-stream-meter Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Joseph Nahmias , Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13), dh-nodejs, dh-sequence-nodejs, node-concat-stream , node-readable-stream , node-stream-spigot , node-tape , 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.