File: control

package info (click to toggle)
node-tape 5.6.1%2B~cs8.20.19-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,484 kB
  • sloc: javascript: 7,443; makefile: 12; sh: 1
file content (62 lines) | stat: -rw-r--r-- 1,913 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
54
55
56
57
58
59
60
61
62
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-compat (= 13)
 , dh-sequence-nodejs
 , node-concat-stream <!nocheck>
 , node-debbundle-es-to-primitive <!nocheck>
 , node-deep-equal (>= 2.0.5~) <!nocheck>
 , node-define-properties <!nocheck>
 , node-defined <!nocheck>
 , node-falafel <!nocheck>
 , node-function-bind <!nocheck>
 , node-glob <!nocheck>
 , node-inherits <!nocheck>
 , node-istanbul <!nocheck>
 , node-js-yaml <!nocheck>
 , node-minimist <!nocheck>
 , node-object-keys <!nocheck>
 , node-object-inspect <!nocheck>
 , node-resolve <!nocheck>
 , node-resumer <!nocheck>
 , node-tap-parser (>> 11.0.2+~cs2.1.4-2~) <!nocheck>
 , node-tap <!nocheck>
 , node-through <!nocheck>
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.