Source: node-es6-error Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , chai , dh-sequence-nodejs , node-babel7 , node-babel-plugin-add-module-exports , mocha Standards-Version: 4.6.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:any Multi-Arch: foreign 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.