1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: node-when
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Build-Depends: debhelper-compat (= 13), nodejs
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://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:any
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.
|