node-sigmund 1.0.0-1 source package in Ubuntu

Changelog

node-sigmund (1.0.0-1) unstable; urgency=low


  * Initial release (Closes: #703755)

 -- Jérémy Lal <email address hidden>  Sat, 23 Mar 2013 09:39:48 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc
Xenial release universe misc
Trusty release universe misc

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
node-sigmund_1.0.0-1.dsc 1.9 KiB cc2fa1285dd83081b8647c00d5159b597aeb58483cd8e84ae9021b4a717ae1a6
node-sigmund_1.0.0.orig.tar.gz 4.1 KiB cc7366cb4c859e056674d3fd9a30660325af6b24da5b2ce652ad005680fc3271
node-sigmund_1.0.0-1.debian.tar.gz 2.0 KiB 1727022a805eb064ce44918b8f0136f09f09699db579c06e3c89acea16360356

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.