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
|
Source: node-error-ex
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 12),
coffeescript <!nocheck>,
mocha <!nocheck>,
node-is-arrayish <!nocheck>,
node-should <!nocheck>,
nodejs,
pkg-js-tools (>= 0.8.10)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-error-ex
Vcs-Git: https://salsa.debian.org/js-team/node-error-ex.git
Homepage: https://github.com/qix-/node-error-ex#readme
Rules-Requires-Root: no
Package: node-error-ex
Architecture: all
Depends: ${misc:Depends},
nodejs,
node-is-arrayish
Description: easy error subclassing and stack customization
Node.js is an event-based server-side JavaScript engine.
|