node-assert-plus 1.0.0-1 source package in Ubuntu

Changelog

node-assert-plus (1.0.0-1) unstable; urgency=low

  * Initial release (Closes: #850139)

 -- Saurabh Agrawal <email address hidden>  Wed, 04 Jan 2017 10:27:35 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-assert-plus_1.0.0-1.dsc 2.0 KiB e56ed728b4d05cd5d5669faec39497ac99e95a738195a822e9933e4920c97084
node-assert-plus_1.0.0.orig.tar.gz 8.7 KiB d20d505d91a1f131ce88f963ed2e784e6e8451207528406a81ef52ab5a019420
node-assert-plus_1.0.0-1.debian.tar.xz 2.2 KiB a4576b2a2bcc93412aa79e464cbe666432f91b8c3031fd162d6a34c850302ed5

No changes file available.

Binary packages built by this source

node-assert-plus: 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.