node-d3-contour 1.3.2+~1.3.3-1 source package in Ubuntu

Changelog

node-d3-contour (1.3.2+~1.3.3-1) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.6.2
  * Drop useless build-dep to nodejs
  * Embed typescript declarations and repack

 -- Yadd <email address hidden>  Mon, 04 Sep 2023 17:09:23 +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-contour_1.3.2+~1.3.3-1.dsc 2.5 KiB bde1cf5c7b1ad5ce6cb8dfeb6123936aef37a9754d98d446ab3d1962696a19e8
node-d3-contour_1.3.2+~1.3.3.orig-types-d3-contour.tar.gz 4.0 KiB 7448ac1af96ab29dce6c1465a250a10c8fd4e557933edd5c87742a7122a971ff
node-d3-contour_1.3.2+~1.3.3.orig.tar.gz 5.7 MiB afc097184aa6842fb930fe7795d926f1d7aeea4ae12eef49bee04fe6f83758fa
node-d3-contour_1.3.2+~1.3.3-1.debian.tar.xz 4.7 KiB 872b62f41a9daca22b603d80c60acdeb2bdd38f2a0844d4e2823d0c76f4137b6

Available diffs

No changes file available.

Binary packages built by this source

node-d3-contour: Compute contour polygons

 This module computes contour polygons by applying marching squares to a
 rectangular array of numeric values.
 .
 Contour polygons are GeoJSON, you can transform and display them using
 standard tools. Contour plots can also visualize continuous functions by
 sampling.
 .
 Contours can also show the estimated density of point clouds, which is
 especially useful to avoid overplotting in large datasets. This library
 implements fast two-dimensional kernel density estimation.
 .
 Node.js is an event-based server-side JavaScript engine.