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 44 45 46 47 48 49 50 51 52 53 54
|
Source: node-tape
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>, Ross Gammon <rosco2@ubuntu.com>
Build-Depends:
debhelper (>= 11)
, dpkg-dev (>= 1.17.14)
, dh-buildinfo
, nodejs (>= 4.7)
, node-falafel (>= 2.1.0) <!nocheck>
, node-concat-stream (>= 1.5) <!nocheck>
, node-tap (>= 8) <!nocheck>
, node-js-yaml (>= 3.10.0) <!nocheck>
, node-tap-parser (>= 3.0) <!nocheck>
, node-function-bind (>= 1.1.1) <!nocheck>
, node-lodash-packages (>= 4.0) <!nocheck>
, node-resolve (>= 1.4.0) <!nocheck>
, node-glob (>= 7.1.2) <!nocheck>
, node-deep-equal (>= 1.0.1) <!nocheck>
, node-resumer <!nocheck>
, node-defined (>= 1.0.0) <!nocheck>
, node-minimist (>= 1.2.0) <!nocheck>
, node-through (>= 2.0) <!nocheck>
, node-inherits (>= 2.0.3) <!nocheck>
, node-object-inspect (>= 1.5.0) <!nocheck>
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.
|