Source: node-d3-drag Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-d3-dispatch , node-d3-selection , node-rollup-plugin-terser , node-tape , rollup Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/js-team/node-d3-drag Vcs-Git: https://salsa.debian.org/js-team/node-d3-drag.git Homepage: https://d3js.org/d3-drag/ Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-d3-drag Architecture: all Depends: node-d3-dispatch , node-d3-selection , ${misc:Depends} Provides: ${nodejs:Provides} Multi-Arch: foreign Description: 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.