node-async 0.8.0-6 source package in Ubuntu

Changelog

node-async (0.8.0-6) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-async: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 10:06:48 +0000

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
Noble release universe web
Mantic release universe web
Lunar release universe web

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-async_0.8.0-6.dsc 2.0 KiB 1014ca8f0883f7c87cd21f6b291b849f2a5822dd9303cc20feee31d6a1f84089
node-async_0.8.0.orig.tar.gz 43.4 KiB 7a1bb43027f3bb120b95990ec03034064d256a8449bdd13b1e9aa3cfd8da6e73
node-async_0.8.0-6.debian.tar.xz 5.8 KiB b9784a8416454d99640bf2203785da0d51e3c5b911514bbb5fa3ab4b83fe7441

Available diffs

No changes file available.

Binary packages built by this source

libjs-async: 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.

node-async: 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.