node-async-each 1.0.3-3 source package in Ubuntu

Changelog

node-async-each (1.0.3-3) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 13:58:03 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-async-each_1.0.3-3.dsc 2.0 KiB b5a3b4974b473a1156765dc8750ece439756d838d24960f424c1222cb23ec740
node-async-each_1.0.3.orig.tar.gz 2.2 KiB 7f0aa393df0e9f142f3a0ff7915cb5609edfb8cbf2ac0835714e51c0fccf3334
node-async-each_1.0.3-3.debian.tar.xz 2.5 KiB 490165d82dcc225936a3d29257b099be10d60412eea17f793f8c81dce9f4a335

Available diffs

No changes file available.

Binary packages built by this source

node-async-each: async parallel forEach / map function for JavaScript

 This library allows you to have async parallel forEach / map function without
 having to depend on 30K async libraries.
 .
 This library is a dependency for webpack. Webpack takes code targeted at
 node.js and makes it run in the browser. Node.js comes with API of its own
 that is not available in the browsers. Webpack exposes this code
 to programs that are unaware they are running in a browser.
 .
 Node.js is an event-based server-side JavaScript engine.