Source: node-assert Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Sruthi Chandran Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs (>= 0.14.5~) , dh-nodejs , node-babel7 , node-object-assign , node-tape , node-util (>= 0.12~) 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