Source: node-d3-array Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Build-Depends: debhelper (>= 11) , nodejs , node-tape , node-seedrandom , rollup Standards-Version: 4.1.3 Homepage: https://d3js.org/d3-array/ Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-d3-array.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-d3-array.git Package: node-d3-array Architecture: all Depends: ${misc:Depends} , nodejs Description: 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.