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

Changelog

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

  * Team upload
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.4.0
  * Switch install to pkg-js-tools

 -- Xavier Guimard <email address hidden>  Sat, 03 Aug 2019 15:43:02 +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

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-form-data_2.3.2-4.dsc 2.1 KiB 52c792789a626478f0b96caf2fa1f5f3173269912736e7ffccabac6c3c59a658
node-form-data_2.3.2.orig.tar.gz 38.1 KiB 32f20944f152847a9fd1d4d3194953d5b521ca931a7de0a5489c8db12df04116
node-form-data_2.3.2-4.debian.tar.xz 2.4 KiB 65250c38df2316fe1f198fc4541cb5c7794982925d58014aea056d632be244c0

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.