Source: node-asynckit
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Aditya Neralkar <adityaneralkar@gmail.com>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
Standards-Version: 3.9.8
Homepage: https://github.com/alexindigo/asynckit#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-asynckit.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-asynckit.git

Package: node-asynckit
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: Minimal async jobs utility library, with streams support
 Runs iterator over provided array sequentially. Stores output in the `result`
 array on the matching positions. In unlikely event of an error from one of
 the jobs, will not proceed to the rest of the items in the list
 and return error along with salvaged data to the main callback function.
 .
 Node.js is an event-based server-side JavaScript engine.
