node-are-we-there-yet 1.1.4-1 source package in Ubuntu

Changelog

node-are-we-there-yet (1.1.4-1) unstable; urgency=low

  * Initial release (Closes: #861643)

 -- Pirate Praveen <email address hidden>  Tue, 02 May 2017 14:23:42 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-are-we-there-yet_1.1.4-1.dsc 2.1 KiB febb3a6f8d6a7842626942bbb4232c5ef2787a988239068164579ea62c4045fb
node-are-we-there-yet_1.1.4.orig.tar.gz 6.9 KiB 1595fb4942bda1f869d14c7c96d4bd7a35446544b594b3b903d44acd395dc9c7
node-are-we-there-yet_1.1.4-1.debian.tar.xz 2.2 KiB 8b9c089ee9a04cdcc53d9b80d930e4ca71cac607701fa8d36258db75a57e3ad5

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.