Source: node-raw-body Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 12) , mocha (>= 4) , node-bytes (>= 3.0.0) , node-http-errors , node-iconv-lite , node-unpipe , node-readable-stream , node-safe-buffer , pkg-js-tools (>= 0.9.20~) Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/js-team/node-raw-body Vcs-Git: https://salsa.debian.org/js-team/node-raw-body.git Homepage: https://github.com/stream-utils/raw-body Rules-Requires-Root: no Package: node-raw-body Architecture: all Depends: ${misc:Depends} , nodejs , node-bytes (>= 3.0.0) , node-http-errors , node-iconv-lite , node-unpipe Provides: nodetypes-raw-body (= ${source:Version}) Description: Request body length validation supporting streams - Node.js This module gets the entire buffer of a stream and validates its length against an expected length. A limit can also be set, preventing memory exhaustion. It is useful for parsing request bodies. . Node.js is an event-based server-side javascript engine.