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

Changelog

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

  * Team Upload.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Nilesh Patra ]
  * Build with babel7
  * Switch to pkg-js-tools auto-install
  * Bump standards version to 4.5.0
  * compat version: 13
  * Add "Rules-Requires-Root:no"

 -- Nilesh Patra <email address hidden>  Sun, 10 May 2020 16:40:35 +0530

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

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-es6-error_4.1.1-2.dsc 2.0 KiB d0c103797112ff82e28d258b51f1518c28ef650e32246e29c8337684069c7b78
node-es6-error_4.1.1.orig.tar.gz 19.1 KiB d328897bd271b54a817fbfc600ede787f24ad36077ede93e358c01ee83801c41
node-es6-error_4.1.1-2.debian.tar.xz 2.6 KiB bbd65dda6dfaba027016a5fe2b0e010c67171291c09dafe9753b37311bd63db0

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.