node-asynckit 0.4.0-2 source package in Ubuntu

Changelog

node-asynckit (0.4.0-2) unstable; urgency=medium

  * Team upload
  * Reupload to unstable
  * Use salsa.debian.org in Vcs-* fields
  * Bump debhelper compatibility level to 11
  * Bump Standards-Version to 4.2.1 (no changes needed)
  * Change section to javascript

 -- Pirate Praveen <email address hidden>  Wed, 19 Sep 2018 14:57:47 +0530

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

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-asynckit_0.4.0-2.dsc 2.0 KiB f502f19044bb99994410e3e1832c4e1f84163af72179da792cbf5bb480032e4f
node-asynckit_0.4.0.orig.tar.gz 19.3 KiB 7512bb764eb128d4b0043de0630cacb87f48c3fa6f3a25e22fbfb24bc95a59f1
node-asynckit_0.4.0-2.debian.tar.xz 2.3 KiB 88e583c1c5cf1e25069dbf80d15509df9a49838ff5fc4e81f7a58407c25b04d1

No changes file available.

Binary packages built by this source

node-asynckit: Minimal async jobs utility library, with streams support

 Runs iterator over provided array sequentially. Stores output in the `result`
 array on the matching positions. In unlikely event of an error from one of
 the jobs, will not proceed to the rest of the items in the list
 and return error along with salvaged data to the main callback function.
 .
 Node.js is an event-based server-side JavaScript engine.