File: control

package info (click to toggle)
node-tape 4.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 680 kB
  • sloc: javascript: 3,824; makefile: 12; sh: 1
file content (53 lines) | stat: -rw-r--r-- 1,745 bytes parent folder | download
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
Source: node-tape
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>,
 Ross Gammon <rosco2@ubuntu.com>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-concat-stream <!nocheck>
 , node-deep-equal <!nocheck>
 , node-defined <!nocheck>
 , node-falafel <!nocheck>
 , node-function-bind (>= 1.1.1) <!nocheck>
 , node-glob (>= 7.1.2) <!nocheck>
 , node-inherits (>= 2.0.3) <!nocheck>
 , node-js-yaml (>= 3.10.0) <!nocheck>
 , node-lodash-packages <!nocheck>
 , node-minimist <!nocheck>
 , node-object-inspect (>= 1.5.0) <!nocheck>
 , node-resolve (>= 1.4.0) <!nocheck>
 , node-resumer <!nocheck>
 , node-tap (>= 8) <!nocheck>
 , node-tap-parser <!nocheck>
 , node-through <!nocheck>
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.