node-p-map 3.0.0-1 source package in Ubuntu

Changelog

node-p-map (3.0.0-1) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.4.1
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Add upstream/metadata
  * New upstream version 3.0.0
  * Use pkg-js-tools auto install
  * Embed component: aggregate-error, clean-stack
  * Patch test to use tape instead of ava
  * Embed convert-hrtime, delay, in-range, random-int and time-span for test
    only
  * Update copyright
  * Enable upstream test using pkg-js-tools
  * Update VCS fields to salsa

 -- Xavier Guimard <email address hidden>  Tue, 24 Dec 2019 12:07:07 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-p-map_3.0.0-1.dsc 2.6 KiB c9898e010abf29abca544d33cd9536fcde7c284a3697e33b6c095370b97b943f
node-p-map_3.0.0.orig-aggregate-error.tar.gz 3.5 KiB 32c38254458cece73229b8038cf446467de9d72029e156dd76d764e4bfe2ba41
node-p-map_3.0.0.orig-clean-stack.tar.gz 3.7 KiB a4c7d27c8e70a068e14514b9ef316a9bfc4f3aeb4be51bac778c20d2938a21c8
node-p-map_3.0.0.orig.tar.gz 4.9 KiB c622da1ec50c5e261b594e1b3438bdc463f8e0de1ecd4a57cc3fec511f126a8c
node-p-map_3.0.0-1.debian.tar.xz 7.4 KiB cb766a26411396c259c0a8a11bce62d66c8489ac4277ab5a73b504aef6ef95de

Available diffs

No changes file available.

Binary packages built by this source

node-p-map: Map over promises concurrently

 Useful when you need to run promise-returning & async functions multiple times
 with different inputs concurrently.
 .
 Node.js is an event-based server-side JavaScript engine.