Source: node-async Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jonas Smedegaard Build-Depends: debhelper, node-uglify, nodeunit, Standards-Version: 4.1.3 Homepage: https://github.com/caolan/async Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-async.git Vcs-Browser: https://anonscm.debian.org/git/pkg-javascript/node-async.git Package: libjs-async Architecture: all Depends: ${misc:Depends}, Recommends: javascript-common, Description: functions and patterns for asynchronous code - web browsers Async is a utility module which provides straight-forward, powerful functions for working with asynchronous Javascript. . Async provides around 20 functions that include the usual 'functional' suspects (map, reduce, filter, forEach…) as well as some common patterns for asynchronous control flow (parallel, series, waterfall…). All these functions assume you follow the Node convention of providing a single callback as the last argument of your async function. . This provides async for use directly in web browsers. Package: node-async Architecture: all Depends: ${misc:Depends}, libjs-async, nodejs Description: functions and patterns for asynchronous code - Node.js Async is a utility module which provides straight-forward, powerful functions for working with asynchronous Javascript. . Async provides around 20 functions that include the usual 'functional' suspects (map, reduce, filter, forEach…) as well as some common patterns for asynchronous control flow (parallel, series, waterfall…). All these functions assume you follow the Node convention of providing a single callback as the last argument of your async function. . This provides async for use with Node.js - an event-based server-side JavaScript engine.