Source: node-when Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Julien Puydt Build-Depends: debhelper-compat (= 13), nodejs Standards-Version: 4.5.0 Rules-Requires-Root: no Homepage: http://cujojs.com Vcs-Git: https://salsa.debian.org/js-team/node-when.git Vcs-Browser: https://salsa.debian.org/js-team/node-when Package: node-when Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, nodejs Description: Async tools and when() implementation for Node.js A lightweight Promises/A+ and when() implementation, plus other async tools. . A when() function is responsible of triggering actions depending on the result of executing asynchronous actions, with submethods to check for any or all results, and handling exceptions. . Promises/A+ is a programming interface for asynchronous operations. . Node.js is an event-based server-side JavaScript engine.