File: control

package info (click to toggle)
node-tap-parser 7.0.0%2Bds1-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,944 kB
  • sloc: makefile: 58; sh: 24
file content (21 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: node-events-to-array
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends:
 debhelper (>= 10)
 , dh-buildinfo
 , nodejs (>= 6)
Standards-Version: 4.1.0
Homepage: https://github.com/isaacs/events-to-array

Package: node-events-to-array
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: Put a bunch of emitted events in an array, for testing.
 This modules is a dependency of tap-parser
 .
 Node.js is an event-based server-side JavaScript engine.