1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: node-es6-error
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
, chai <!nocheck>
, dh-sequence-nodejs
, node-babel7
, node-babel-plugin-add-module-exports
, mocha <!nocheck>
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.
|