File: control

package info (click to toggle)
node-event-emitter 0.3.5-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 160 kB
  • sloc: javascript: 678; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,051 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
Source: node-event-emitter
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-d <!nocheck>
 , node-es5-ext <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-event-emitter
Vcs-Git: https://salsa.debian.org/js-team/node-event-emitter.git
Homepage: https://github.com/medikoo/event-emitter
Rules-Requires-Root: no

Package: node-event-emitter
Architecture: all
Depends: ${misc:Depends}
 , node-d
 , node-es5-ext
Description: Environment agnostic event emitter
 Event emitter as it sounds is just something that triggers an event to which
 anyone can listen. Different libraries offer different implementations and for
 different purposes, but the basic idea is to provide a framework for issuing
 events and subscribing to them.
 .
 Node.js is an event-based server-side JavaScript engine.