Source: node-assert-plus
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Saurabh Agrawal <saurabhagrawal1483@gmail.com>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
Standards-Version: 3.9.8
Homepage: https://github.com/mcavage/node-assert-plus#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-assert-plus.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-assert-plus.git

Package: node-assert-plus
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: small wrapper over nodejs' assert module with two extra features
 This library is a super small wrapper over node's assert module that has two
 things:
 (1) the ability to disable assertions with the environment variable
 NODE_NDEBUG, and
 (2) some API wrappers for argument testing. Like assert.string(myArg, 'myArg')
 .
 Node.js is an event-based server-side JavaScript engine.
