node-d3-delaunay 6.0.4+~cs19.0.3-2 source package in Ubuntu

Changelog

node-d3-delaunay (6.0.4+~cs19.0.3-2) unstable; urgency=medium

  * Source-only upload

 -- Yadd <email address hidden>  Tue, 10 Oct 2023 09:14:58 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-d3-delaunay_6.0.4+~cs19.0.3-2.dsc 3.5 KiB e67db3fa760063992a4dc87fd38ed37c725aa126d4e34b43a9f2ac96632e3650
node-d3-delaunay_6.0.4+~cs19.0.3.orig-delaunator.tar.gz 280.3 KiB 21b0eda57e24c290d728465679dc5b9865276b8ca3f03500a2177cb1ca25d5a1
node-d3-delaunay_6.0.4+~cs19.0.3.orig-robust-predicates.tar.gz 473.5 KiB ac22403c15eba85f923edac512378b57b463ff639e4e9b87a3a644e0623ca0b9
node-d3-delaunay_6.0.4+~cs19.0.3.orig-types-d3-delaunay.tar.gz 4.0 KiB 3401b05637bac39bc70d42c5259c32077768b6b65ef48aa6a8cb1997777fb83a
node-d3-delaunay_6.0.4+~cs19.0.3.orig-types-delaunator.tar.gz 2.3 KiB c3810a3054c6e100990f6db5a1af6df103999aa172cda1dbb00c985122c86189
node-d3-delaunay_6.0.4+~cs19.0.3.orig.tar.gz 3.5 MiB 5feb4a3fb29ee9d919f25b2835c3f5e0c71e02a8aff9c64ad550ad9feb00559b
node-d3-delaunay_6.0.4+~cs19.0.3-2.debian.tar.xz 4.0 KiB c6bb986e0f9c8ab21505a22c2ca3f8236f97cb243a237e93c079db05c21f8f57

No changes file available.

Binary packages built by this source

node-d3-delaunay: Node.js fast library for computing the Voronoi diagram

 node-d3-delaunay is a fast library for computing the Voronoi diagram of a set
 of two-dimensional points. It is based on included node-delaunator, a fast
 library for computing the Delaunay triangulation using sweep algorithms.
 The Voronoi diagram is constructed by connecting the circumcenters of
 adjacent triangles in the Delaunay triangulation.