Source: node-form-data Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal Section: javascript Priority: optional Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-asynckit , node-combined-stream , node-formidable , node-mime-types Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/js-team/node-form-data Vcs-Git: https://salsa.debian.org/js-team/node-form-data.git Homepage: https://github.com/felixge/node-form-data Rules-Requires-Root: no Package: node-form-data Architecture: all Depends: ${misc:Depends} , node-asynckit , node-combined-stream , node-mime-types Description: Create multipart/form-data streams module for Node.js node-form-data can be used to submit forms and file uploads to other web applications. . The API of this module is inspired by the w3c XMLHttpRequest specification. . Node.js is an event-based server-side javascript engine.