node-verror 1.10.1+~1.10.5-2 source package in Ubuntu

Changelog

node-verror (1.10.1+~1.10.5-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-verror: Add :any qualifier for nodejs dependency.

 -- Jelmer Vernooij <email address hidden>  Thu, 08 Dec 2022 00:53:26 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-verror_1.10.1+~1.10.5-2.dsc 2.4 KiB 38ae9edb7417f34bb2659f83366d1d9f54fa1f55a377b84dc1eb93d5ac7706fc
node-verror_1.10.1+~1.10.5.orig-types-verror.tar.gz 2.5 KiB eedc351aed61708b29c67b354ae8f1f9a3bfccb90cd219ad3ffc39a5a27804a5
node-verror_1.10.1+~1.10.5.orig.tar.gz 25.0 KiB 85e1b749250c6cf185792b85c8be8a07d386ba2c4a34376764b0d5b72c7d34d5
node-verror_1.10.1+~1.10.5-2.debian.tar.xz 3.1 KiB 440189bb6f27792f234be5677bbb2cbbb49c01a71ae3673433c98c1b54cdcb8b

No changes file available.

Binary packages built by this source

node-verror: 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.