node-d3-drag 1.2.5+~1.2.5-1 source package in Ubuntu

Changelog

node-d3-drag (1.2.5+~1.2.5-1) unstable; urgency=medium

  * Team upload
  * Update standards version to 4.6.2, no changes needed.
  * Embed typescript declarations and repack

 -- Yadd <email address hidden>  Sat, 09 Sep 2023 17:18:32 +0400

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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-d3-drag_1.2.5+~1.2.5-1.dsc 2.4 KiB 1366631b7d6450a4246802a5e9cbb89d3655e4ccb090c96d09455d53cf8cb234
node-d3-drag_1.2.5+~1.2.5.orig-types-d3-drag.tar.gz 5.8 KiB 46d3eac42482ef5dcd5ddb3b492c25117a42ad288a533b0343d2a7450c56bd43
node-d3-drag_1.2.5+~1.2.5.orig.tar.gz 220.8 KiB 2f2824f7ea821f17784983fca7a6d0acbc65701bc977bac07e61c7bf5b87aade
node-d3-drag_1.2.5+~1.2.5-1.debian.tar.xz 4.5 KiB edef1cd9f25a6529dbab51e75cddc55154693d0f395909aae85fe0b6753ce818

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.