File: control

package info (click to toggle)
node-tap 0.4.13-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 388 kB
  • ctags: 80
  • sloc: makefile: 10; sh: 4
file content (44 lines) | stat: -rw-r--r-- 1,081 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
Source: node-tap
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends:
 debhelper (>= 8)
 , dh-buildinfo
 , help2man
 , node-glob
 , node-nopt
 , node-yamlish
 , node-mkdirp
 , node-slide
 , node-inherits
 , node-diff
 , nodejs
Standards-Version: 3.9.6
Homepage: https://github.com/isaacs/node-tap
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-tap.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-tap.git
XS-Testsuite: autopkgtest

Package: node-tap
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-glob
 , node-nopt
 , node-yamlish
 , node-mkdirp
 , node-slide
 , node-inherits
 , node-diff
Suggests:
 node-runforcover
Description: Test-Anything-Protocol module for Node.js
 Utilities for writing test harnesses complying with TAP output format.
 .
 TAP is a simple text-based interface between testing modules
 implemented in many popular languages.
 .
 Node.js is an event-based server-side JavaScript engine.