Source: node-tape Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès , Ross Gammon Build-Depends: debhelper (>= 11) , dpkg-dev (>= 1.17.14) , dh-buildinfo , nodejs (>= 4.7) , node-falafel (>= 2.1.0) , node-concat-stream (>= 1.5) , node-tap (>= 8) , node-js-yaml (>= 3.10.0) , node-tap-parser (>= 3.0) , node-function-bind (>= 1.1.1) , node-lodash-packages (>= 4.0) , node-resolve (>= 1.4.0) , node-glob (>= 7.1.2) , node-deep-equal (>= 1.0.1) , node-resumer , node-defined (>= 1.0.0) , node-minimist (>= 1.2.0) , node-through (>= 2.0) , node-inherits (>= 2.0.3) , node-object-inspect (>= 1.5.0) Standards-Version: 4.1.4 Homepage: https://github.com/substack/tape Vcs-Git: https://salsa.debian.org/js-team/node-tape.git Vcs-Browser: https://salsa.debian.org/js-team/node-tape Package: node-tape Architecture: all Depends: ${misc:Depends} , nodejs (>= 4.7) , node-function-bind (>= 1.1.1) , node-lodash-packages (>= 4.0) , node-resolve (>= 1.4.0) , node-glob (>= 7.1.2) , node-deep-equal (>= 1.0.1) , node-resumer , node-defined (>= 1.0.0) , node-minimist (>= 1.2.0) , node-through (>= 2.0) , node-inherits (>= 2.0.3) , node-object-inspect (>= 1.5.0) 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.