Codebase list node-d3-shape / 26306f9 debian / control
26306f9

Tree @26306f9 (Download .tar.gz)

control @26306f9

0c64463
 
 
b81bc22
 
 
0c64463
b5924c2
b81bc22
 
ea1dedd
b81bc22
e5260c1
26306f9
e72eecd
2dbd1b9
b81bc22
 
 
0c64463
 
 
 
 
b81bc22
0c64463
44802cc
 
 
 
 
0c64463
44802cc
0c64463
 
Source: node-d3-shape
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 12)
 , node-d3-path
 , node-d3-polygon
 , node-tape
 , pkg-js-tools (>= 0.9.20~)
 , rollup
 , node-rollup-plugin-terser
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-d3-shape
Vcs-Git: https://salsa.debian.org/js-team/node-d3-shape.git
Homepage: https://d3js.org/d3-shape/
Rules-Requires-Root: no

Package: node-d3-shape
Architecture: all
Depends:
 ${misc:Depends}
 , node-d3-path
 , nodejs
Description: Graphical primitives for visualization, such as lines and areas
 Visualizations typically consist of discrete graphical marks, such as symbols,
 arcs, lines and areas. While the rectangles of a bar chart may be easy enough
 to generate directly using SVG or Canvas, other shapes are complex, such as
 rounded annular sectors and centripetal Catmull–Rom splines.
 .
 This module provides a variety of shape generators for your convenience.
 .
 Node.js is an event-based server-side JavaScript engine.