File: control

package info (click to toggle)
node-multiparty 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,156 kB
  • ctags: 202
  • sloc: makefile: 4
file content (36 lines) | stat: -rw-r--r-- 1,156 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
Source: node-multiparty
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>, Andrew Kelley <superjoe30@gmail.com>
Build-Depends:
 debhelper (>= 8.0.0)
 , dh-buildinfo
 , node-findit2
 , node-mkdirp (>= 0.3.5)
 , node-pend (>= 1.1.1)
 , node-superagent (>= 0.18.0)
 , node-rimraf (>= 2.2.2)
 , node-request (>= 2.26.1)
 , node-fd-slicer
 , nodejs
Standards-Version: 3.9.6
Homepage: https://github.com/andrewrk/node-multiparty
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-multiparty.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-multiparty.git
XS-Testsuite: autopkgtest

Package: node-multiparty
Architecture: all
Depends:
 ${misc:Depends}
 , node-fd-slicer
 , nodejs
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.