node-queue 6.0.2-1
Package Information
| Description | asynchronous function queue with adjustable concurrency queue is a well-tested, dependency-light implementation of a FIFO job queue for asynchronous work. Jobs are plain functions taking a callback; the number of jobs allowed to run at once is controlled by a concurrency setting that can be changed while the queue is running, and jobs may also be added before the queue is started. Workers can report results or errors either through the callback or by returning a promise, and the queue emits start, end, success and error events so that progress can be tracked. Node.js is an event-based server-side JavaScript engine. |
|---|---|
| Maintainer | Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org> |
| Changed By | Emfox Zhou <emfox@debian.org> |
| Sponsor | emfox@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/js-team/node-queue.git (browse) |
| Closes | #1148783 |
| Tracker | https://tracker.debian.org/pkg/node-queue |
| Uploaded | 2 hours ago |
New Package Report
.changes
| Date | Wed, 23 Sep 2026 21:30:00 +0800 |
|---|---|
| Source | node-queue |
| Version | 6.0.2-1 |
| Changed-By | Emfox Zhou |
| Architecture | source all |
| Distribution | unstable |
Changelog
node-queue (6.0.2-1) unstable; urgency=medium . * Initial release. (Closes: #1148783)
.dsc
| Package-List | node-queue deb javascript optional arch=all |
|---|---|
| Section | javascript |
| Priority | optional |
| Component | main |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: queue Source: https://github.com/jessetane/queue Files: * Copyright: 2014 Jesse Tane <jesse.tane@gmail.com> License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.