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
|
Source: node-queue-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-rollup-plugin-node-resolve,
node-types-node,
node-typescript,
rollup,
ts-jest <!nocheck>,
Standards-Version: 4.7.3
Homepage: https://github.com/joelvoss/queue-lit
Vcs-Git: https://salsa.debian.org/js-team/node-queue-lit.git
Vcs-Browser: https://salsa.debian.org/js-team/node-queue-lit
Package: node-queue-lit
Architecture: all
Depends:
${misc:Depends},
Description: tiny queue data structure
Iterable queue data structure with constant time complexity O(1) vs.
Array#shift() which has linear time complexity O(n).
.
Node.js is an event-based server-side JavaScript engine.
|