Package: node-async-each Version: 1.0.3 Revision: 1.1 ### BuildDepends: << fink (>= 0.32) << Depends: << nodejs << ### Source: mirror:debian:/pool/main/n/%n/%n_%v.orig.tar.gz Source-Checksum: SHA256(7f0aa393df0e9f142f3a0ff7915cb5609edfb8cbf2ac0835714e51c0fccf3334) SourceDirectory: async-each-%v Source2: mirror:debian:pool/main/n/%n/%n_%v-1.debian.tar.xz Source2-Checksum: SHA256(b371413e43768dd8c3635902052e19034fb55037e2e537ae61c36647beb63a0f) Source2ExtractDir: async-each-%v ### DocFiles: README.md ### CompileScript: << echo << InstallScript: << install -d -m0755 %i/share/nodejs/async-each install -m0644 index.js %i/share/nodejs/async-each/ install -m0644 package.json %i/share/nodejs/async-each/ << ### Description: Async parallel forEach/map function DescDetail: << 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. << ### License: Public Domain Homepage: https://github.com/paulmillr/async-each/ Maintainer: Justin F. Hallett