node-are-we-there-yet 3.0.0+~1.1.0-1 source package in Ubuntu

Changelog

node-are-we-there-yet (3.0.0+~1.1.0-1) unstable; urgency=medium

  * Team upload
  * Fix filenamemangle
  * Embed typescript declarations
  * New upstream version 3.0.0+~1.1.0
  * Update copyright
  * Drop useless patch

 -- Yadd <email address hidden>  Sat, 12 Feb 2022 08:14:22 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-are-we-there-yet_3.0.0+~1.1.0-1.dsc 2.6 KiB 5f74be27e1beb24f71580422b10c2de80d609b26e9a6944c93c0dc2b0d4a77bf
node-are-we-there-yet_3.0.0+~1.1.0.orig-types-are-we-there-yet.tar.gz 2.1 KiB 87888944c5c7d261f4ecb5a52e428fa7ad212cec4fd724831a625e8072d2e9eb
node-are-we-there-yet_3.0.0+~1.1.0.orig.tar.gz 10.7 KiB df3a83912c082b5e60ad03393d2c49b3180e1286450ec3f1f778677612132d66
node-are-we-there-yet_3.0.0+~1.1.0-1.debian.tar.xz 3.2 KiB 9beafc9885a370b802bc8c6db606a34ea35bf8af6987d755bdc32626e1c641f4

Available diffs

No changes file available.

Binary packages built by this source

node-are-we-there-yet: Keep track of the overall completion of many disparate processes

 Track complex hierarchies of asynchronous task completion statuses. This is
 intended to give you a way of recording and reporting the progress of the big
 recursive fan-out and gather type workflows that are so common in async.
 .
 What you do with this completion data is up to you, but the most common use
 case is to feed it to one of the many progress bar modules.
 .
 Node.js is an event-based server-side JavaScript engine.