Source: node-run-async Maintainer: Debian Javascript Maintainers Uploaders: Paolo Greppi Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , mocha , node-is-promise Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/js-team/node-run-async Vcs-Git: https://salsa.debian.org/js-team/node-run-async.git Homepage: https://github.com/sboudrias/run-async Rules-Requires-Root: no Package: node-run-async Architecture: all Depends: ${misc:Depends} , node-is-promise 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.