Source: node-tape Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès , Ross Gammon Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-concat-stream , node-deep-equal , node-defined , node-falafel , node-function-bind (>= 1.1.1) , node-glob (>= 7.1.2) , node-inherits (>= 2.0.3) , node-js-yaml (>= 3.10.0) , node-lodash-packages , node-minimist , node-object-inspect (>= 1.5.0) , node-resolve (>= 1.4.0) , node-resumer , node-tap (>= 8) , node-tap-parser , node-through Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/js-team/node-tape Vcs-Git: https://salsa.debian.org/js-team/node-tape.git Homepage: https://github.com/substack/tape Rules-Requires-Root: no Package: node-tape Architecture: all Depends: ${misc:Depends} , node-deep-equal , node-defined , node-function-bind (>= 1.1.1) , node-glob (>= 7.1.2) , node-inherits (>= 2.0.3) , node-lodash-packages , node-minimist , node-object-inspect (>= 1.5.0) , node-resolve (>= 1.4.0) , node-resumer , node-through , nodejs (>= 4.7) Description: tap-producing test harness for node and browsers Tape is a tap-producing test harness for node and browsers requiring only a few line of code. It can be used for unit and integration testing. . Tests are written in pure javascript, so tests could be run using Node.js. . Node.js is an event-based server-side JavaScript engine.