Source: node-es6-error Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , nodejs , node-babel7 , pkg-js-tools (>= 0.9.35~) Standards-Version: 4.5.0 Homepage: https://github.com/bjyoungblood/es6-error Vcs-Git: https://salsa.debian.org/js-team/node-es6-error.git Vcs-Browser: https://salsa.debian.org/js-team/node-es6-error Rules-Requires-Root: no Package: node-es6-error Architecture: all Depends: ${misc:Depends} , nodejs Description: 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.