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
|
Source: node-tap-parser
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>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, help2man <!nodoc>
, node-minipass
, node-yallist
, node-yaml (>= 2.0.1~)
, dh-nodejs
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-tap-parser
Vcs-Git: https://salsa.debian.org/js-team/node-tap-parser.git
Homepage: https://github.com/substack/tap-parser
Rules-Requires-Root: no
Package: node-tap-parser
Architecture: all
Depends: ${misc:Depends}
, node-minipass
, node-yallist
, node-yaml (>= 2.0.1~)
, nodejs:any
Provides: ${nodejs:Provides}
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.
|