node-d3-geo 1.12.1+~1.12.4-1 source package in Ubuntu

Changelog

node-d3-geo (1.12.1+~1.12.4-1) unstable; urgency=medium

  * Team upload
  * Update lintian override info format in d/source/lintian-overrides
    on line 2-7
  * Update standards version to 4.6.2, no changes needed
  * Embed typescript declarations
  * New upstream version 1.12.1+~1.12.4

 -- Yadd <email address hidden>  Sat, 09 Sep 2023 17:48:14 +0400

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-d3-geo_1.12.1+~1.12.4-1.dsc 2.4 KiB 52cddca4a3d86d442c0bb45820bbba5ae0f1d755a92536caa4162cfaa399468c
node-d3-geo_1.12.1+~1.12.4.orig-types-d3-geo.tar.gz 15.2 KiB b05735ac6a6e4b38cc20e74342ab86599d54b170808845fb98b4f801a98e33b1
node-d3-geo_1.12.1+~1.12.4.orig.tar.gz 2.9 MiB 33d4f725d863856c9b4aecfc09c11737cdfb919d3cd2359b6efaba42bfc9085a
node-d3-geo_1.12.1+~1.12.4-1.debian.tar.xz 262.3 KiB 1417cf32a31b9ca1c153236d282931a57ca22e4b5e4e944b7824fb2fedb7ffa8

Available diffs

No changes file available.

Binary packages built by this source

node-d3-geo: 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.