Source: node-p-limit Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Nikhil Gawande Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs (>= 0.14.11~) , node-rollup-plugin-node-resolve , node-tape , rollup Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-p-limit Vcs-Git: https://salsa.debian.org/js-team/node-p-limit.git Homepage: https://github.com/sindresorhus/p-limit Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-p-limit Architecture: all Depends: ${misc:Depends} Provides: ${nodejs:Provides} Multi-Arch: foreign Description: run multiple promise-returning & async functions This library allows running multiple promise-returning & async functions with limited concurrency . This is a dependency for AVA, a futuristic test runner. . Node.js is an event-based server-side JavaScript engine.