node-es6-error 4.1.1-5 source package in Ubuntu

Changelog

node-es6-error (4.1.1-5) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 15:00:24 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
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-es6-error_4.1.1-5.dsc 2.1 KiB 6ed8ea0360a8253ce59a7c4e40aaadec91e432c3cf2b8377f40ac6e2a5dd1316
node-es6-error_4.1.1.orig.tar.gz 19.1 KiB d328897bd271b54a817fbfc600ede787f24ad36077ede93e358c01ee83801c41
node-es6-error_4.1.1-5.debian.tar.xz 4.6 KiB 790948e303a4ca3534dac2b23b176dc4c52cb9b3fe0783358c9f64d7ee91d619

Available diffs

No changes file available.

Binary packages built by this source

node-es6-error: Easily-extendable error for use with ES6 classes

 This module allows one to extend Error for inheritance and type checking,
 without adding Error.captureStackTrace(this, this.constructor.name) to the
 constructor or easily get the proper name to print from console.log.
 .
 Node.js is an event-based server-side JavaScript engine.