File: control

package info (click to toggle)
node-tap-parser 7.0.0%2Bds1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,932 kB
  • sloc: makefile: 74; sh: 27
file content (35 lines) | stat: -rw-r--r-- 1,115 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
Source: node-tap-parser
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>,
 Bastien Roucariès <rouca@debian.org>
Build-Depends:
 debhelper (>= 11)
 , dh-buildinfo
 , help2man <!nodoc>
 , nodejs (>= 6.11.2~)
 , dpkg-dev (>= 1.17.14)
 , node-js-yaml (>= 3.2.7) <!nocheck>
 , node-glob (>= 7.0.5) <!nocheck>
 , node-tap (>= 8) <!nocheck>
Standards-Version: 4.1.4
Homepage: https://github.com/substack/tap-parser
Vcs-Git: https://salsa.debian.org/js-team/node-tap-parser.git
Vcs-Browser: https://salsa.debian.org/js-team/node-tap-parser

Package: node-tap-parser
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 6.11.2~)
 , node-js-yaml (>= 3.2.7)
Description: Test anything protocol stream parser - Node.js module
 This module parses tap-formatted input as a stream of JavaScript
 objects.
 .
 It is mainly used to extend tap reporters in various test setups.
 .
 This package also include leaf package node-events-to-array.
 .
 Node.js is an event-based server-side JavaScript engine.