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 29 30 31
|
Source: node-assert
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs (>= 0.14.5~)
, dh-nodejs
, node-babel7
, node-object-assign <!nocheck>
, node-tape <!nocheck>
, node-util (>= 0.12~) <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-assert
Vcs-Git: https://salsa.debian.org/js-team/node-assert.git
Homepage: https://github.com/defunctzombie/commonjs-assert
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-assert
Architecture: all
Depends: node-object-assign
, node-util (>= 0.12~)
, ${misc:Depends}
Provides: ${nodejs:Provides}
Description: simple assertion library for javascript
This module is used for writing unit tests for your applications, you can
access it with require('assert').
.
The API is derived from the commonjs 1.0 unit testing spec and the node.js
assert module
|