Package: wnpp Severity: wishlist Owner: Paolo Greppi <paolo.gre...@libpf.com> X-Debbugs-CC: debian-devel@lists.debian.org
* Package name : node-run-async Version : 2.3.0 Upstream Author : Simon Boudrias <ad...@simonboudrias.com> * URL : https://github.com/sboudrias/run-async#readme * License : Expat Programming Lang: JavaScript Description : Run function synchronously or asynchronously Node.js module to run a function either synchronously or asynchronously using a series of common patterns. This is useful for library author accepting sync or async functions as parameter. runAsync will always run them as an async method, and normalize the multiple signature. . Node.js is an event-based server-side JavaScript engine.