1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: node-sigmund
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
debhelper-compat (= 12)
, node-tap <!nocheck>
, pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-sigmund
Vcs-Git: https://salsa.debian.org/js-team/node-sigmund.git
Homepage: https://github.com/isaacs/sigmund
Rules-Requires-Root: no
Package: node-sigmund
Architecture: all
Depends:
${misc:Depends}
, nodejs
Description: 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.
|