File: control

package info (click to toggle)
node-events 3.3.0%2B~3.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 284 kB
  • sloc: javascript: 1,574; makefile: 16
file content (36 lines) | stat: -rw-r--r-- 1,109 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
36
Source: node-events
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-debbundle-es-to-primitive <!nocheck>
 , node-tape <!nocheck>
 , terser
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-events
Vcs-Git: https://salsa.debian.org/js-team/node-events.git
Homepage: https://github.com/Gozala/events
Rules-Requires-Root: no

Package: node-events
Architecture: all
Depends: ${misc:Depends}
 , libjs-events
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: Node.js events module to embed by web packers
 "events" implements the Node.js events module for environments that do not
 have it, like browsers.
 .
 This module is used by web packers.

Package: libjs-events
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Recommends: javascript-common
Description: Node.js events module for browsers
 Implements the Node.js events module in browsers.