Source: node-tape Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès , Ross Gammon Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-concat-stream , node-debbundle-es-to-primitive , node-deep-equal (>= 2.0.5~) , node-define-properties , node-defined , node-falafel , node-function-bind , node-glob , node-inherits , node-istanbul , node-js-yaml , node-minimist , node-object-keys , node-object-inspect , node-resolve , node-resumer , node-tap-parser , node-tap , node-through Standards-Version: 4.6.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/ljharb/tape Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-tape Architecture: all Depends: ${misc:Depends} , node-debbundle-es-to-primitive , node-deep-equal (>= 2.0.5~) , node-define-properties , node-defined , node-es-abstract , node-function-bind , node-glob , node-inherits , node-istanbul , node-minimatch , node-minimist , node-object-keys , node-object-inspect , node-resolve , node-resumer , node-through , nodejs:any Provides: ${nodejs:Provides} 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.