Source: node-multer
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Xavier Guimard <yadd@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , mocha <!nocheck>
 , node-busboy <!nocheck>
 , node-concat-stream <!nocheck>
 , node-express <!nocheck>
 , node-form-data <!nocheck>
 , node-type-is <!nocheck>
Standards-Version: 4.7.4
Homepage: https://github.com/expressjs/multer#readme
Vcs-Git: https://salsa.debian.org/js-team/node-multer.git
Vcs-Browser: https://salsa.debian.org/js-team/node-multer

Package: node-multer
Architecture: all
Depends: ${misc:Depends}
 , node-busboy
 , node-concat-stream
 , node-type-is
Provides: ${nodejs:Provides}
Description: Node.js middleware for handling multipart/form-data
 node-multer handles multipart/form-data, which is primarily used for
 uploading files. It is written on top of node-busboy for maximum
 efficiency.
