node-d3-quadtree 1.0.6-2 source package in Ubuntu

Changelog

node-d3-quadtree (1.0.6-2) unstable; urgency=medium

  * Reupload to unstable
  * Make build reproducible
  * Bump Standards-Version to 4.4.0 (no changes needed)

 -- Pirate Praveen <email address hidden>  Mon, 08 Jul 2019 15:07:38 +0530

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

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-d3-quadtree_1.0.6-2.dsc 2.1 KiB 201db3111e966f99a34e0f6de98f3c4f6e54c2d4fefe2142e98bbe651eed8449
node-d3-quadtree_1.0.6.orig.tar.gz 22.3 KiB e2d1afce29dc3595d4859960b96849bd8dd24520c11c29640b33f99f943e8379
node-d3-quadtree_1.0.6-2.debian.tar.xz 3.5 KiB ca27baac7d88d3a7c82f0a65ac0bdac89601181977b233302fc6f69e5aaabb92

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.