node-d3-array 3.1.1+~cs5.0.5-1 source package in Ubuntu

Changelog

node-d3-array (3.1.1+~cs5.0.5-1) unstable; urgency=medium

  * Team upload
  * Update standards version to 4.6.0, no changes needed
  * Add debian/gbp.conf
  * Use dh-sequence-nodejs instead of pkg-js-tools
  * Drop dependency to nodejs
  * Embed typescript declarations and internmap
  * New upstream version 3.1.1+~cs5.0.5
  * Build commonjs files using mjs2cjs
  * Update test
  * Update test
  * Add lintian overrides
  * Update copyright

 -- Yadd <email address hidden>  Mon, 21 Feb 2022 02:03:37 +0100

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-d3-array_3.1.1+~cs5.0.5-1.dsc 2.8 KiB b19b48659f9e501b323af2d061415e2adb2171afbc849bcabcf8b5e8fda504af
node-d3-array_3.1.1+~cs5.0.5.orig-internmap.tar.gz 27.9 KiB ec4e2c88a5cc89f712515d498c6cd83a174521e69e12b8fd4da5ac47699a418c
node-d3-array_3.1.1+~cs5.0.5.orig-types-d3-array.tar.gz 9.0 KiB 6ae561667176e4207a3e22976c34b6918e047c090e2ab7df0b9b7404f1680854
node-d3-array_3.1.1+~cs5.0.5.orig.tar.gz 88.7 KiB 5cafacc2ab114b1f876caf2c03141bf6406b6ac9f1ca1bb09ead1d4bf4ddd605
node-d3-array_3.1.1+~cs5.0.5-1.debian.tar.xz 4.8 KiB 2016e01f2faa61a74dc500f39091fa38ba1486fe4f4f91b5857fcbdd6c20e6f7

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.