node-asynckit 0.4.0-3 source package in Ubuntu

Changelog

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

  * Team upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Xavier Guimard ]
  * Declare compliance with policy 4.5.0
  * Use pkg-js-tools auto install
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Enable upstream test using tape
  * Update lintian overrides

 -- Xavier Guimard <email address hidden>  Wed, 19 Feb 2020 15:11:32 +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
Focal release universe javascript

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-asynckit_0.4.0-3.dsc 2.0 KiB 854f4f64c3f3d52af908ce2b3d3c7953554b984b6d3d5cfbb385dd628d3bb06b
node-asynckit_0.4.0.orig.tar.gz 19.3 KiB 7512bb764eb128d4b0043de0630cacb87f48c3fa6f3a25e22fbfb24bc95a59f1
node-asynckit_0.4.0-3.debian.tar.xz 2.7 KiB 4f49658788ed79b0cc56abe390f2fd93c9acc6c5cdb0f3f9cff5e8648ffa506b

Available diffs

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.