File: control

package info (click to toggle)
node-es6-error 4.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 208 kB
  • sloc: makefile: 7
file content (28 lines) | stat: -rw-r--r-- 972 bytes parent folder | download
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
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)
 , 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.