File: control

package info (click to toggle)
node-verror 1.10.1%2B~1.10.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 288 kB
  • sloc: javascript: 1,093; makefile: 16
file content (36 lines) | stat: -rw-r--r-- 1,193 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
35
36
Source: node-verror
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-assert-plus <!nocheck>
 , node-core-util-is <!nocheck>
 , node-extsprintf <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-verror
Vcs-Git: https://salsa.debian.org/js-team/node-verror.git
Homepage: https://github.com/davepacheco/node-verror
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-verror
Architecture: all
Depends: ${misc:Depends}
 , node-assert-plus
 , node-core-util-is
 , node-extsprintf
 , nodejs:any
Provides: ${nodejs:Provides}
Description: rich JavaScript errors
 This module provides several classes in support of Joyent's Best Practices
 for Error Handling in Node.js.
 .
 The error classes here support:
  * printf-style arguments for the message
  * chains of causes
  * properties to provide extra information about the error
  * creating your own subclasses that support all of these
 .
 Node.js is an event-based server-side JavaScript engine.