node-d3-quadtree 1.0.7+~1.0.9-1 source package in Ubuntu

Changelog

node-d3-quadtree (1.0.7+~1.0.9-1) unstable; urgency=medium

  * Team upload
  * Update standards version to 4.6.2, no changes needed.
  * Embed typescript declarations and repack

 -- Yadd <email address hidden>  Sat, 09 Sep 2023 18:55:50 +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-quadtree_1.0.7+~1.0.9-1.dsc 2.5 KiB 28ecd6b36a8afe1268ac722cf6e41674ba04e234c5262a415f07868acfdfe5ac
node-d3-quadtree_1.0.7+~1.0.9.orig-types-d3-quadtree.tar.gz 3.8 KiB 53fb120bc2b78e8eb9363accce8aa88738a70871fd27026d4c42f62d255205ab
node-d3-quadtree_1.0.7+~1.0.9.orig.tar.gz 32.0 KiB 63b2ecc628b8a29b40d946e43912573c28f8680c1b8956dc38e0c2b44fc76fbe
node-d3-quadtree_1.0.7+~1.0.9-1.debian.tar.xz 4.5 KiB 43e0cba15ebf50ab36af5941269f3356abbe23572be36145eac6a4405718afbc

Available diffs

No changes file available.

Binary packages built by this source

node-d3-quadtree: Two-dimensional recursive spatial subdivision

 A quadtree recursively partitions two-dimensional space into squares, dividing
 each square into four equally-sized squares. Each distinct point exists in a
 unique leaf node; coincident points are represented by a linked list.
 .
 Quadtrees can accelerate various spatial operations, such as the Barnes–Hut
 approximation for computing many-body forces, collision detection, and
 searching for nearby points.
 .
 Node.js is an event-based server-side JavaScript engine.