summaryrefslogtreecommitdiff
path: root/debian/control
blob: d3070dc3894fa79b777a67e9c37ec5844fff7c96 (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
35
Source: node-d3-geo
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 (= 13),
               node-d3-array,
               nodejs,
               dh-sequence-nodejs,
               rollup,
               node-rollup-plugin-terser,
               node-tape (>= 4.11~) <!nocheck>,
               node-babel7 <!nocheck>
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-d3-geo
Vcs-Git: https://salsa.debian.org/js-team/node-d3-geo.git
Homepage: https://d3js.org/d3-geo/
Rules-Requires-Root: no

Package: node-d3-geo
Architecture: all
Depends: node-d3-array,
         nodejs,
         ${misc:Depends},
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.