File: control

package info (click to toggle)
node-loud-rejection 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 128 kB
  • sloc: makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,014 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
Source: node-loud-rejection
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>,
           Utkarsh Gupta <guptautkarsh2102@gmail.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 12),
 nodejs,
 node-currently-unhandled,
 node-signal-exit,
 pkg-js-tools (>= 0.9.12~)
Standards-Version: 4.4.1
Homepage: https://github.com/sindresorhus/loud-rejection
Vcs-Git: https://salsa.debian.org/js-team/node-loud-rejection.git
Vcs-Browser: https://salsa.debian.org/js-team/node-loud-rejection
Rules-Requires-Root: no

Package: node-loud-rejection
Architecture: all
Depends:
 ${misc:Depends},
 node-currently-unhandled,
 node-signal-exit,
 nodejs
Description: make unhandled promise rejections fail loudly
 This library can be used to make unhandled promise rejections fail loudly
 instead of the default silent fail.
 .
 Node.js is an event-based server-side JavaScript engine.