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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Source: node-rdf-canonize
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
brotli,
debhelper-compat (= 12),
# mocha <!nocheck>,
node-babel7,
node-babel-loader (>= 8),
node-core-js (>= 3),
node-node-forge,
node-semver,
nodejs (>= 6),
node-webpack-merge,
pigz,
webpack (>= 4),
Standards-Version: 4.5.1
Homepage: https://github.com/digitalbazaar/rdf-canonize
Vcs-Browser: https://salsa.debian.org/js-team/node-rdf-canonize
Vcs-Git: https://salsa.debian.org/js-team/node-rdf-canonize.git
Rules-Requires-Root: no
Package: node-rdf-canonize
Architecture: all
Depends:
node-semver,
nodejs (>= 6),
${misc:Depends},
Recommends:
node-rdf-canonize-native,
Description: RDF Dataset Normalization Algorithm - Node library
This library is an implementation
of the RDF Dataset Normalization Algorithm in JavaScript.
.
RDF Dataset Normalization is a standardized method
to normalize RDF datasets,
needed to ease determining differences,
to identify using cryptographic hash,
and to digitally sign for later verification.
.
Resource Description Framework (RDF)
is a standard model for data interchange on the Web.
.
This package contains rdf-canonize usable with Node.
Package: libjs-rdf-canonize
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Recommends:
javascript-common,
Description: RDF Dataset Normalization Algorithm - browser library
This library is an implementation
of the RDF Dataset Normalization Algorithm in JavaScript.
.
RDF Dataset Normalization is a standardized method
to normalize RDF datasets,
needed to ease determining differences,
to identify using cryptographic hash,
and to digitally sign for later verification.
.
Resource Description Framework (RDF)
is a standard model for data interchange on the Web.
.
This package contains rdf-canonize usable directly in web browsers.
|