Source: node-raw-body
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 12)
 , node-mocha (>= 4) <!nocheck>
 , node-bytes (>= 3.0.0) <!nocheck>
 , node-http-errors <!nocheck>
 , node-iconv <!nocheck>
 , node-request <!nocheck>
 , node-unpipe <!nocheck>
 , node-readable-stream <!nocheck>
 , node-safe-buffer <!nocheck>
 , 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
 , 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.
