node-eventemitter3 4.0.7-3 source package in Ubuntu

Changelog

node-eventemitter3 (4.0.7-3) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-eventemitter3: Add Multi-Arch: foreign.
  * Update standards version to 4.6.1, no changes needed.

  [ Yadd ]
  * Replace /releases by /tags in GitHub urls

 -- Yadd <email address hidden>  Mon, 31 Oct 2022 09:10:24 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-eventemitter3_4.0.7-3.dsc 2.1 KiB c89b408d13287f6a52783658038aea275a62cd2cda7f49955b025904243269ae
node-eventemitter3_4.0.7.orig.tar.gz 13.1 KiB 8031751e7e31bec7ca853453276307ff558226343222a29cd77fb9b12dcc651c
node-eventemitter3_4.0.7-3.debian.tar.xz 2.8 KiB b8ad53b722433522249e979712df578e6767ac3b0f3a6917318b26dc0364c036

Available diffs

No changes file available.

Binary packages built by this source

node-eventemitter3: high performance eventemitter for Node.js

 EventEmitter3 has been micro-optimized for various code paths making this, one
 of, if not the fastest EventEmitter available for Node.js and browsers. The
 module is API compatible with the EventEmitter that ships by default with
 Node.js but there are some slight differences.
 .
 It is a drop in replacement for existing EventEmitters, but just faster.
 The EventEmitter is written in EcmaScript 3 so it will work in the oldest
 browsers and node versions that one might need to support.
 .
 Node.js is an event-based server-side JavaScript engine.