node-d3-array 1.2.4-5 source package in Ubuntu

Changelog

node-d3-array (1.2.4-5) unstable; urgency=medium

  * Team upload
  * Multi-Arch: foreign on arch all packages

 -- Bastien Roucariès <email address hidden>  Tue, 14 Sep 2021 11:11:55 +0000

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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-d3-array_1.2.4-5.dsc 2.1 KiB 682ab3b19d2bd9ba4abc939c79ea1fa1dc9933b35b0eb10e26dfe55f7178e87b
node-d3-array_1.2.4.orig.tar.gz 43.3 KiB 7a87cbc304529cdc0dfce181a528513eea053b5a0edcc7a5324829ccbb09e49a
node-d3-array_1.2.4-5.debian.tar.xz 3.4 KiB 9ee91c17d954b55440fb930f260afdd7a8626ae940ea5f6864965a1e04a7e494

Available diffs

No changes file available.

Binary packages built by this source

node-d3-array: Array manipulation, ordering, searching, summarizing, etc

 Data in JavaScript is often represented by an array, and so one tends to
 manipulate arrays when visualizing or analyzing data. Some common forms of
 manipulation include taking a contiguous slice (subset) of an array, filtering
 an array using a predicate function, and mapping an array to a parallel set of
 values using a transform function.
 .
 Before looking at the set of utilities that this module provides, familiarize
 yourself with the powerful array methods built-in to JavaScript.
 .
 Node.js is an event-based server-side JavaScript engine.