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
|
Source: node-check-error
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@alioth-lists.debian.net>
Uploaders: Julien Puydt <jpuydt@debian.org>
Build-Depends: debhelper-compat (= 13)
, mocha <!nocheck>
, node-assertion-error <!nocheck>
, pkg-js-tools (>= 0.9.35~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-check-error
Vcs-Git: https://salsa.debian.org/js-team/node-check-error.git
Homepage: https://github.com/chaijs/check-error
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-check-error
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
, nodejs
Description: Node.js module for error handling
This module helps to retrieve an Error's information such as its message
or constructor name, but also check whether two Errors are compatible based
on various data.
.
Node.js is an event-based server-side JavaScript engine.
|