Source: node-assume Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Harley Swick , Andrius Merkys , Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, mocha , node-deep-eql , node-fn-name , node-object-inspect, node-propget , node-pruddy-error , Standards-Version: 4.6.0 Homepage: https://github.com/bigpipe/assume#readme Vcs-Git: https://salsa.debian.org/js-team/node-assume.git Vcs-Browser: https://salsa.debian.org/js-team/node-assume Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-assume Architecture: all Depends: ${misc:Depends}, node-deep-eql, node-fn-name, node-is-buffer, node-object-inspect, node-propget (>= 1.1.0), node-pruddy-error (>= 2.0.2), Description: Expect-like assertions that work in node and the browser Assume is an expect inspired assertion library who's sole purpose is to create a working and human readable assert library for browsers and node. The library is designed to work with different assertion styles. . Assume is written with client and server-side Javascript in mind and uses commonjs module system to export itself. . This package is used as a build dependency for other Debian packages. Specifically it is used in the testing phase of the build process.