Source: node-slide Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal Build-Depends: debhelper (>= 11) Standards-Version: 4.2.1 Homepage: https://github.com/isaacs/slide-flow-control Vcs-Git: https://salsa.debian.org/js-team/node-slide.git Vcs-Browser: https://salsa.debian.org/js-team/node-slide Package: node-slide Architecture: all Depends: ${misc:Depends} , nodejs Description: Simple chain and asyncMap flow control module for Node.js The flow control module used by npm, for chaining functions with a clean and concise style, without the need for lots of inlined callbacks functions. Results are optionally filled in an array given as argument. . node-slide also provides an asyncMap function. . Node.js is an event-based server-side javascript engine.