node-d3-collection 1.0.7-4 source package in Ubuntu

Changelog

node-d3-collection (1.0.7-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.0, no changes needed.

  [ Paul Gevers ]
  * Drop dependency on nodejs (Closes: #1009946)

 -- Paul Gevers <email address hidden>  Tue, 17 May 2022 21:06:05 +0200

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

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-d3-collection_1.0.7-4.dsc 1.9 KiB 51289ef3b44e60e4718a3166d53fe50a269b7475a060fd42e5132eeff02bcc06
node-d3-collection_1.0.7.orig.tar.gz 22.5 KiB b64880da79f81620ffb9f2c4b1d312e8e8aa14b2bf69f3a6cb1343b1b327c4ac
node-d3-collection_1.0.7-4.debian.tar.xz 3.2 KiB 6798113297c683d98747fc0536591d4febacab21b50babb6a582fbfebad5ccdb

Available diffs

No changes file available.

Binary packages built by this source

node-d3-collection: Handy data structures for elements keyed by string

 A common data type in JavaScript is the *associative array*, or more simply
 the *object*, which has a set of named properties. The standard mechanism for
 iterating over the keys (or property names) in an associative array is the
 for…in loop. However, note that the iteration order is undefined.
 .
 D3 provides several methods for converting associative arrays to standard
 arrays with numeric indexes.
 .
 Node.js is an event-based server-side JavaScript engine.