node-are-we-there-yet 1.1.5-2 source package in Ubuntu

Changelog

node-are-we-there-yet (1.1.5-2) unstable; urgency=medium

  * Team upload

  [ lintian-brush ]
  * Bump debhelper from old 12 to 13.

  [ Yadd ]
  * Declare compliance with policy 4.6.0
  * Modernize debian/watch
  * Fix GitHub tags regex
  * Use dh-sequence-nodejs
  * Drop dependency to nodejs

 -- Yadd <email address hidden>  Fri, 20 Aug 2021 17:27:11 +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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-are-we-there-yet_1.1.5-2.dsc 2.1 KiB a9af906b8056d41b19b7166cd7dedbec1c06fb95faaaef5332c1acc4bd9b6586
node-are-we-there-yet_1.1.5.orig.tar.gz 35.8 KiB b1780bd49bb7609f8fdae0ae3900758a0b96c129ddfb038ea096b6e4921715ba
node-are-we-there-yet_1.1.5-2.debian.tar.xz 2.7 KiB 4270af207555838cc9413c1f2903f71c8726b42c2621278273335c269570393a

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.