Source: node-tap-parser Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal , Bastien Roucariès Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , dh-nodejs , help2man , node-minipass , node-yallist , node-yaml (>= 2.3.4+~cs0.4.0-1~) , node-minipass (>> 3.3.6+~cs9.4.19-3~) , node-tap (>> 16.3.7+ds1+~cs50.9.19-5~) , ts-node , node-typescript Standards-Version: 4.7.2 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 Package: node-tap-parser Architecture: all Depends: ${misc:Depends} , node-minipass (>> 3.3.6+~cs9.4.19-3~) , node-yallist , node-yaml (>= 2.3.4+~cs0.4.0-1~) , nodejs:any Multi-Arch: foreign Breaks: node-tap (<< 16.3.7+ds1+~cs50.9.19-5~) , node-tap-mocha-reporter (<< 5.0.3+~2.0.2-3~) 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.