Source: node-mocha Maintainer: Debian Javascript Maintainers Uploaders: Yadd , Bastien Roucariès Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , gulp , help2man , node-ansi-colors , node-babel-loader , node-babel7 , node-browser-stdout , node-camelcase , node-chalk , node-chokidar , node-date-format , node-debug , node-decamelize , node-del (>= 7) , node-diff , node-escape-string-regexp , node-find-up , node-glob , node-growl , node-he (>= 1.2.0) , node-is-plain-obj , node-is-unicode-supported , node-is-windows , node-js-yaml (>= 3.13.1) , node-minimatch , node-ms , node-nanoid , node-rollup-plugin-node-resolve , node-serialize-javascript , node-strip-json-comments , node-supports-color , node-uglify-js , node-which , node-wide-align (>= 1.1.3) , node-yargs (>= 13.2.2) , node-yargs-parser (>= 13.0.0) , rollup , oxygen-icon-theme , webpack (>= 5.0~) Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/js-team/node-mocha Vcs-Git: https://salsa.debian.org/js-team/node-mocha.git Homepage: https://mochajs.org Rules-Requires-Root: no Package: mocha Architecture: all Depends: ${misc:Depends} , node-ansi-colors , node-browser-stdout , node-camelcase , node-chalk , node-chokidar , node-debug , node-decamelize , node-diff , node-escape-string-regexp , node-find-up , node-glob , node-growl , node-he (>= 1.2.0) , node-is-plain-obj , node-is-unicode-supported , node-js-yaml (>= 3.13.1) , node-minimatch , node-ms , node-nanoid , node-serialize-javascript , node-strip-json-comments , node-supports-color , node-which , node-wide-align (>= 1.1.3) , node-yargs (>= 13.2.2) , node-yargs-parser (>= 13.0.0) , nodejs:any (>= 14) Suggests: chai Breaks: node-typescript-types (<< 20201003-1~) Provides: ${nodejs:Provides} , node-mocha (= ${binary:Version}) Description: simple, flexible, fun test framework - Node.js module Mocha is a feature-rich JavaScript test framework running on Node.js and browser, making asynchronous testing simple and fun. . Mocha tests run serially, allowing for flexible and accurate reporting, while mapping uncaught exceptions to the correct test cases. . Node.js is an event-based server-side JavaScript engine.