node-sigmund 1.0.1-1 source package in Ubuntu

Changelog

node-sigmund (1.0.1-1) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.5.0
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Change priority to optional
  * Add debian/gbp.conf
  * Add upstream/metadata
  * New upstream version 1.0.1
  * Use pkg-js-tools auto install
  * Enable upstream test using tap
  * Update VCS fields to salsa

 -- Xavier Guimard <email address hidden>  Sat, 21 Mar 2020 17:59:53 +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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-sigmund_1.0.1-1.dsc 2.0 KiB 316275202a2842a3f9db70df248f433800ba5ec607dc67b400bc3423da576166
node-sigmund_1.0.1.orig.tar.gz 3.8 KiB 1de1a594c51afe080adcfb3e8b7c63d49c47fac25ca5c9ace63f6615823917a3
node-sigmund_1.0.1-1.debian.tar.xz 2.4 KiB d821df3442729c6f8fc33b5ce2e3ed42005281ccd8d3205227897e56ca38c498

Available diffs

No changes file available.

Binary packages built by this source

node-sigmund: Quick and dirty signatures for Objects module for Node.js

 This is like a much faster `deepEquals` comparison, which returns a
 string key suitable for caches and the like.
 The returned key will be as unique and reproducible as calling
 `JSON.stringify` or `util.inspect` on the object, but is much faster.
 .
 Node.js is an event-based server-side javascript engine.