File: control

package info (click to toggle)
node-raw-body 2.4.1-2%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 160 kB
  • sloc: javascript: 898; sh: 12; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,274 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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)
 , mocha (>= 4) <!nocheck>
 , node-bytes (>= 3.0.0) <!nocheck>
 , node-http-errors <!nocheck>
 , node-iconv-lite <!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-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.