File: control

package info (click to toggle)
node-multiparty 4.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,300 kB
  • sloc: javascript: 2,156; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,362 bytes parent folder | download | duplicates (2)
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
39
40
41
42
Source: node-multiparty
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 (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-fd-slicer (>= 1.0.0) <!nocheck>
 , node-findit2 <!nocheck>
 , node-http-errors <!nocheck>
 , node-mkdirp (>= 1) <!nocheck>
 , node-pend <!nocheck>
 , node-safe-buffer <!nocheck>
 , node-superagent <!nocheck>
 , node-require-all (>= 3.0.0) <!nocheck>
 , node-rimraf <!nocheck>
 , node-uid-safe (>= 2.1.5) <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-multiparty
Vcs-Git: https://salsa.debian.org/js-team/node-multiparty.git
Homepage: https://github.com/andrewrk/node-multiparty
Rules-Requires-Root: no

Package: node-multiparty
Architecture: all
Depends:
 ${misc:Depends}
 , node-fd-slicer
 , node-http-errors
 , node-safe-buffer
 , node-uid-safe (>= 2.1.5)
Description: Multipart/form-data parser for Node.js
 node-multiparty is a well-tested multipart/form-data parser for
 requests sent by HTTP clients. Files uploads are properly handled
 as streams, and are not written to disk by default.
 .
 This module is a fork of node-formidable.
 .
 Node.js is an event-based server-side javascript engine.