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 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: node-assume
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
Harley Swick <fancycade@protonmail.com>,
Andrius Merkys <merkys@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-nodejs,
mocha <!nocheck>,
node-deep-eql <!nocheck>,
node-fn-name <!nocheck>,
node-object-inspect,
node-propget <!nocheck>,
node-pruddy-error <!nocheck>,
Standards-Version: 4.7.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.
|