Source: node-d3-brush
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 11)
 , nodejs
 , pkg-js-tools
 , node-tape
 , rollup
 , uglifyjs.terser
 , node-d3-drag (>= 1)
 , node-d3-interpolate (>= 1)
 , node-d3-dispatch (>= 1)
 , node-d3-selection (>= 1)
 , node-d3-transition (>= 1)
Standards-Version: 4.3.0
Homepage: https://d3js.org/d3-brush/
Vcs-Git: https://salsa.debian.org/js-team/node-d3-brush.git
Vcs-Browser: https://salsa.debian.org/js-team/node-d3-brush
Testsuite: autopkgtest-pkg-nodejs

Package: node-d3-brush
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-d3-drag (>= 1)
 , node-d3-interpolate (>= 1)
 , node-d3-dispatch (>= 1)
 , node-d3-selection (>= 1)
 , node-d3-transition (>= 1)
Description: Select a one- or two-dimensional region using the mouse or touch
 Brushing is the interactive specification a one- or two-dimensional selected
 region using a pointing gesture, such as by clicking and dragging the mouse.
 .
 The d3-brush module implements brushing for mouse and touch events using SVG.
 .
 Node.js is an event-based server-side JavaScript engine.
