summaryrefslogtreecommitdiff
path: root/debian/control
blob: ae0ebb1f861a69ab001571a3f5128ea520953800 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: node-d3-geo
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper-compat (= 12)
 , nodejs
 , pkg-js-tools (>=0.9.16~)
 , rollup
 , uglifyjs.terser
 , node-d3-array (>= 1)
Standards-Version: 4.4.1
Homepage: https://d3js.org/d3-geo/
Vcs-Git: https://salsa.debian.org/js-team/node-d3-geo.git
Vcs-Browser: https://salsa.debian.org/js-team/node-d3-geo
Testsuite: autopkgtest-pkg-nodejs

Package: node-d3-geo
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-d3-array (>= 1)
Description: Shapes and calculators for spherical coordinates
 The edges of a spherical polygon are geodesics (segments of great circles),
 not straight lines. Projected to the plane, geodesics are curves in all map
 projections except gnomonic, and thus accurate projection requires
 interpolation along each arc.
 .
 D3 uses adaptive sampling inspired by a popular line simplification method to
 balance accuracy and performance.
 .
 Node.js is an event-based server-side JavaScript engine.