node-pseudomap 1.0.2-2 source package in Ubuntu

Changelog

node-pseudomap (1.0.2-2) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Apply multi-arch hints.
    + node-pseudomap: Add Multi-Arch: foreign.

  [ Yadd ]
  * Bump debhelper from old 12 to 13.
  * Declare compliance with policy 4.6.0
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * Modernize debian/watch
  * Fix filenamemangle
  * Fix GitHub tags regex
  * Drop dependency to nodejs
  * Use dh-sequence-nodejs auto install
  * Enable upstream test (tap)

 -- Yadd <email address hidden>  Tue, 16 Nov 2021 15:59:31 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
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-pseudomap_1.0.2-2.dsc 2.0 KiB 5a4ca91f5b75118ff775cc10a02b4e5848755fbeefbde4fa7565f870e38e9f93
node-pseudomap_1.0.2.orig.tar.gz 3.5 KiB 99b7db308bfff5be479c6bc0680162819dcbb45abc112cf0413e5f761404618d
node-pseudomap_1.0.2-2.debian.tar.xz 2.4 KiB b623e48c5802eee7f2767825393b6f09aabcd07269e7ea703a88748f5d80af81

Available diffs

No changes file available.

Binary packages built by this source

node-pseudomap: like ES6 `Map`, but without iterators

 A thing that is a lot like ES6 `Map`, but without iterators, for use in
 environments where `for..of` syntax and `Map` are not available.
 .
 Node.js is an event-based server-side JavaScript engine.