node-d3-dispatch 1.0.6-3 source package in Ubuntu

Changelog

node-d3-dispatch (1.0.6-3) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

  [ Paul Gevers ]
  * Drop dependency on nodejs (Closes: #1009949)

 -- Paul Gevers <email address hidden>  Sat, 28 May 2022 20:39:18 +0200

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-d3-dispatch_1.0.6-3.dsc 1.8 KiB 15eb2b2efe0e1ed861ed3b3f8fcbfd2c2ebde469d999d1fe87aa69d0e1a57543
node-d3-dispatch_1.0.6.orig.tar.gz 25.9 KiB 907591839e4175db8e6ac64e323bc1d9d7d4ff36a6d9bb4068caa6b5a50c796e
node-d3-dispatch_1.0.6-3.debian.tar.xz 3.5 KiB 06429a8705ce3830247adc7bcc1aba17f2a80e0c093117b11c086fcaeb3c5fbb

Available diffs

No changes file available.

Binary packages built by this source

node-d3-dispatch: Register named callbacks and call them with arguments

 Dispatching is a convenient mechanism for separating concerns with
 loosely-coupled code: register named callbacks and then call them with
 arbitrary arguments. A variety of D3 components, such as d3-request, use this
 mechanism to emit events to listeners. Think of this like Node’s EventEmitter,
 except every listener has a well-defined name so it’s easy to remove or
 replace them.
 .
 Node.js is an event-based server-side JavaScript engine.