node-d3-drag 1.2.3-2 source package in Ubuntu

Changelog

node-d3-drag (1.2.3-2) unstable; urgency=medium

  * Reupload to unstable
  * Make build reproducible

 -- Pirate Praveen <email address hidden>  Mon, 08 Jul 2019 12:08:45 +0530

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

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-d3-drag_1.2.3-2.dsc 2.0 KiB 2c85eedef598e6b1ef0702f4cd77c9b7d003c63ee29bc4408b1e6fd11908a773
node-d3-drag_1.2.3.orig.tar.gz 211.4 KiB 4c43b73ad398c5680c3e2a359e21d5cec6fafcf88c075bf1ea5df0292d906b4b
node-d3-drag_1.2.3-2.debian.tar.xz 3.3 KiB 895df9fe1b76a9ee7251a0bfaa6260df0fd21d2ae4de304c123b511d32385a3b

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.