node-d3-collection 1.0.7+~1.0.10-1 source package in Ubuntu

Changelog

node-d3-collection (1.0.7+~1.0.10-1) unstable; urgency=medium

  * Team upload
  * Declare compliance with policy 4.6.2
  * Embed typescript declarations and repack
  * New upstream version 1.0.7+~1.0.10

 -- Yadd <email address hidden>  Mon, 04 Sep 2023 16:56:48 +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-collection_1.0.7+~1.0.10-1.dsc 2.5 KiB fcaab03cc092c03c8bdd96da075b21f6172d781f1bd93b3e3746e23ae6d58749
node-d3-collection_1.0.7+~1.0.10.orig-types-d3-collection.tar.gz 5.9 KiB 3b0399e179f4268d6ea0c40533408d290d8ed5fa893033907c2c6002aa73ad88
node-d3-collection_1.0.7+~1.0.10.orig.tar.gz 22.5 KiB b64880da79f81620ffb9f2c4b1d312e8e8aa14b2bf69f3a6cb1343b1b327c4ac
node-d3-collection_1.0.7+~1.0.10-1.debian.tar.xz 4.5 KiB f2e3fb50d38db35e8efefe46a9578df78b6e37ee65f1a1bf7566058d57d14f11

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.