1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: node-plimit-lit
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
Joseph Nahmias <jello@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 13),
dh-nodejs,
dh-sequence-nodejs,
jest <!nocheck>,
node-queue-lit,
node-rollup-plugin-node-resolve,
node-types-node,
node-typescript,
rollup,
ts-jest <!nocheck>,
Standards-Version: 4.7.3
Homepage: https://github.com/joelvoss/plimit-lit
Vcs-Git: https://salsa.debian.org/js-team/node-plimit-lit.git
Vcs-Browser: https://salsa.debian.org/js-team/node-plimit-lit
Package: node-plimit-lit
Architecture: all
Depends:
node-queue-lit,
${misc:Depends},
Description: run promise-returning & async functions with limited concurrency
helper when using async or promise programming and you
do not have great concurrency.
.
Node.js is an event-based server-side JavaScript engine.
|