node-form-data 2.5.1-1 source package in Ubuntu

Changelog

node-form-data (2.5.1-1) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.4.1
  * New upstream version 2.5.1
  * Enable part of upstream test

 -- Xavier Guimard <email address hidden>  Sun, 20 Oct 2019 13:02:31 +0200

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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-form-data_2.5.1-1.dsc 2.1 KiB 8e1a8ce2c6072634d41ea97a612ed925ac803079b429525da46ccf20cbc7d42a
node-form-data_2.5.1.orig.tar.gz 44.6 KiB 2fadd96173deb97e3382ebbe18ae18d48bbb16441b3a81b179417f0e5e802314
node-form-data_2.5.1-1.debian.tar.xz 8.7 KiB 362548b9de8f3cc5b79a3c7ce821f96d0bbe39aa80940ce45e61a7ae942de222

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.