File: control

package info (click to toggle)
node-retape 0.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 100 kB
  • sloc: sh: 23; makefile: 12
file content (33 lines) | stat: -rw-r--r-- 999 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
Source: node-retape
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends:
 debhelper (>= 11)
 , dpkg-dev (>= 1.17.14)
 , dh-buildinfo
 , nodejs (>= 6)
 , node-tape (>= 0.1.5)  <!nocheck>
 , node-tap (>= 10) <!nocheck>
 , node-test (>> 0.6.0-3~)  <!nocheck>
Standards-Version: 4.1.4
Homepage: https://github.com/Gozala/retape
Vcs-Git: https://salsa.debian.org/js-team/node-retape.git
Vcs-Browser: https://salsa.debian.org/js-team/node-retape

Package: node-retape
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 4.7)
 , node-tape (>= 0.1.5)
 , node-test (>> 0.6.0-3~)
Description: CommonJS test to tape adapter
 This module  allow one to use node-tape module for running commonJS
 test suite (node-test).
 .
 You can also mix with this module, commonJS test suite
 and node-tape test suite.
 .
 Node.js is an event-based server-side JavaScript engine.