Source: node-are-we-there-yet Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-delegates , node-readable-stream , node-tap Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/js-team/node-are-we-there-yet Vcs-Git: https://salsa.debian.org/js-team/node-are-we-there-yet.git Homepage: https://github.com/iarna/are-we-there-yet Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-are-we-there-yet Architecture: all Depends: ${misc:Depends} , node-delegates , node-readable-stream Provides: ${nodejs:Provides} Description: 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.