node-d3-drag 1.2.5-3 source package in Ubuntu

Changelog

node-d3-drag (1.2.5-3) unstable; urgency=medium

  * Team upload

  [ Yadd ]
  * Bump debhelper compatibility level to 13
  * Modernize debian/watch
  * Fix GitHub tags regex
  * Use dh-sequence-nodejs

  [ Debian Janitor ]
  * Update standards version to 4.6.0, no changes needed.

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

 -- Paul Gevers <email address hidden>  Sat, 28 May 2022 20:42:02 +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-drag_1.2.5-3.dsc 1.8 KiB fe18e8ca546edc8683372b7d732e70366d0e3fcc2c717a452894e15f3ba0dfaf
node-d3-drag_1.2.5.orig.tar.gz 220.8 KiB 2f2824f7ea821f17784983fca7a6d0acbc65701bc977bac07e61c7bf5b87aade
node-d3-drag_1.2.5-3.debian.tar.xz 3.6 KiB b3b497d80d063e762ce91ab19c6caf7cce9593c348967825edda113224da708e

Available diffs

No changes file available.

Binary packages built by this source

node-d3-drag: Drag and drop SVG, HTML or Canvas using mouse or touch input

 Drag-and-drop is a popular and easy-to-learn pointing gesture: move the
 pointer to an object, press and hold to grab it, “drag” the object to a new
 location, and release to “drop”.
 .
 D3’s drag behavior provides a convenient but
 flexible abstraction for enabling drag-and-drop interaction on selections. For
 example, you can use d3-drag to facilitate interaction with a force-directed
 graph, or a simulation of colliding circles.
 .
 Node.js is an event-based server-side JavaScript engine.