node-form-data 3.0.0-4 source package in Ubuntu

Changelog

node-form-data (3.0.0-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.5.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Sep 2021 09:39:26 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-form-data_3.0.0-4.dsc 2.1 KiB 0c2338a56a6635976dae36a32442894754bfd41d03d5719ee8d738f8b669ff90
node-form-data_3.0.0.orig.tar.gz 44.9 KiB bef37a9bfefa290114c77a2ac03a924785df4f3bef5680686ca756656f72e216
node-form-data_3.0.0-4.debian.tar.xz 8.8 KiB 7d0fd162432a75e11fed0b02aa691a01fbf3a9c1e7718fcc4ddea0bb1fe557e5

Available diffs

No changes file available.

Binary packages built by this source

node-form-data: 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.