File: control

package info (click to toggle)
node-promise-retry 2.0.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 156 kB
  • sloc: javascript: 284; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,133 bytes parent folder | download
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
33
34
Source: node-promise-retry
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-err-code (>= 2.0.0) <!nocheck>
 , node-retry (>= 0.10.0) <!nocheck>
# , node-sleep-promise
 , node-expect.js <!nocheck>
 , mocha <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-promise-retry
Vcs-Git: https://salsa.debian.org/js-team/node-promise-retry.git
Homepage: https://github.com/IndigoUnited/node-promise-retry#readme
Rules-Requires-Root: no

Package: node-promise-retry
Architecture: all
Depends:
 ${misc:Depends}
 , node-err-code (>= 2.0.0)
 , node-retry (>= 0.10.0)
Multi-Arch: foreign
Description: Retries a function that returns a promise
 Leverage the power of the retry module to the promises world.
 .
 Calls fn until the returned promise ends up fulfilled or rejected with an
 error different than a retry error.
 .
 Node.js is an event-based server-side JavaScript engine.