File: control

package info (click to toggle)
node-tad 3.1.1%2B~cs11.22.49-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,400 kB
  • sloc: javascript: 25,549; makefile: 6
file content (50 lines) | stat: -rw-r--r-- 1,432 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
Source: node-tad
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-builtin-modules <!nocheck>
 , node-d <!nocheck>
 , node-duration <!nocheck>
 , node-es5-ext <!nocheck>
 , node-es6-iterator <!nocheck>
 , node-es6-set <!nocheck>
 , node-es6-symbol <!nocheck>
 , node-es6-weak-map <!nocheck>
 , node-event-emitter <!nocheck>
 , node-ignore <!nocheck>
 , node-is-promise <!nocheck>
 , node-minimatch <!nocheck>
 , node-optimist <!nocheck>
 , node-test <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/js-team/node-tad
Vcs-Git: https://salsa.debian.org/js-team/node-tad.git
Homepage: https://github.com/medikoo/tad#readme
Rules-Requires-Root: no

Package: tad
Architecture: all
Depends: ${misc:Depends}
 , node-builtin-modules
 , node-d
 , node-duration
 , node-es5-ext
 , node-es6-iterator
 , node-es6-set
 , node-es6-symbol
 , node-es6-weak-map
 , node-event-emitter
 , node-ignore
 , node-is-promise
 , node-minimatch
 , node-optimist
 , node-test
 , nodejs:any
Provides: ${nodejs:Provides}
Description: Javascript test suite with minimal hassle
 TAD is a Javascript test suite that allow writing tests with minimal hassle.
 It locates test file and provide tested module for test functions.