Source: node-p-map Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , node-escape-string-regexp , node-indent-string , node-tape , dh-sequence-nodejs Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/js-team/node-p-map Vcs-Git: https://salsa.debian.org/js-team/node-p-map.git Homepage: https://github.com/sindresorhus/p-map#readme Rules-Requires-Root: no Package: node-p-map Architecture: all Depends: ${misc:Depends} , node-escape-string-regexp , node-indent-string , nodejs Description: Map over promises concurrently Useful when you need to run promise-returning & async functions multiple times with different inputs concurrently. . Node.js is an event-based server-side JavaScript engine.