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

Changelog

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

  * Team upload

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.

  [ Xavier Guimard ]
  * Declare compliance with policy 4.5.0
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * Use pkg-js-tools auto test & install
  * New upstream version 1.1.5

 -- Xavier Guimard <email address hidden>  Tue, 18 Feb 2020 21:28:34 +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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-are-we-there-yet_1.1.5-1.dsc 2.2 KiB 57457ad5ac83a59c58f050539f3038d18e2cf9d8f5b9ec9b5da05ef126c9d54c
node-are-we-there-yet_1.1.5.orig.tar.gz 35.8 KiB b1780bd49bb7609f8fdae0ae3900758a0b96c129ddfb038ea096b6e4921715ba
node-are-we-there-yet_1.1.5-1.debian.tar.xz 2.6 KiB f7dfd33f625758cca90172beb71b23e492001e6d6ad5d60821976eb81eed0b1a

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.