A [W3C HTML JSON forms spec](http://www.w3.org/TR/html-json-forms/) compliant field appender (for lack of a better name). Useful for people implementing `application/x-www-form-urlencoded` and `multipart/form-data` parsers.
A library to create readable "multipart/form-data" in node and the browser.
Stub TypeScript definitions entry for form-data, which provides its own types definitions
Static export of platform-specific metadata for unicode emojis. 🗝️
Middleware for handling `multipart/form-data` for koa.
A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.
A javascript/nodejs multipart/form-data parser which operates on raw data.
A simple multipart/form-data parser to use with ReadableStreams
A Streams2-compatible drop-in replacement for the `form-data` module.
A module to create readable `"multipart/form-data"` isomorphically in node and the browser.
Middleware for parsing FormData from request bodies
multipart/form-data POST request maker for nodejs