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

Changelog

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

  * Team upload
  * Declare compliance with policy 4.6.1
  * New upstream version 3.0.1+~1.1.0

 -- Yadd <email address hidden>  Tue, 16 Aug 2022 12:21:59 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-are-we-there-yet_3.0.1+~1.1.0-1.dsc 2.6 KiB 74eeb99f5eae3584897faab28c622a9294059221a89162d35256b52a438a1b99
node-are-we-there-yet_3.0.1+~1.1.0.orig-types-are-we-there-yet.tar.gz 2.1 KiB 87888944c5c7d261f4ecb5a52e428fa7ad212cec4fd724831a625e8072d2e9eb
node-are-we-there-yet_3.0.1+~1.1.0.orig.tar.gz 11.1 KiB d94334181f26ac3d2bcebedcc10f2837b25935e9f286a50e7a668493044089f3
node-are-we-there-yet_3.0.1+~1.1.0-1.debian.tar.xz 3.3 KiB fabab2632be855fd5f3491764a6e0b97c55f309685b394648c79cb2c254c15a8

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.