node-async-each 1.0.1-1 source package in Ubuntu

Changelog

node-async-each (1.0.1-1) unstable; urgency=low

  * Initial release (Closes: #853058)

 -- Nikhil Gawande <email address hidden>  Sat, 04 Feb 2017 07:23:08 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-async-each_1.0.1-1.dsc 2.0 KiB 162c457d6487d261640eca5c742a1d0ece3987a21646e561eb37b16ae65faecc
node-async-each_1.0.1.orig.tar.gz 2.1 KiB 4c2af817cab9f0bd3b53bb5ee0205bc2f4d695dc6741f0bad692b694f8aaa433
node-async-each_1.0.1-1.debian.tar.xz 2.1 KiB e10e537fe69069ffcc712fe5b157a8f6f6b0ef81a85bdc490d8c5ec0c1a8a3fa

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.