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 70 71 72 73 74
|
Source: node-jsonld
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,
# mocha <!nocheck>,
node-babel-cli,
node-babel-loader,
node-babel-plugin-transform-object-rest-spread,
node-babel-plugin-transform-runtime,
node-babel-preset-env,
node-core-js,
node-node-forge,
node-rdf-canonize (>= 1.0.2),
node-semver,
# node-request <!nocheck>,
node-webpack-merge,
# node-xmldom <!nocheck>,
nodejs (>= 6),
node-core-js,
node-webpack-merge,
pigz,
webpack,
Standards-Version: 4.3.0
Homepage: https://github.com/digitalbazaar/jsonld.js
Vcs-Browser: https://salsa.debian.org/js-team/node-jsonld
Vcs-Git: https://salsa.debian.org/js-team/node-jsonld.git
Rules-Requires-Root: no
Package: node-jsonld
Architecture: all
Depends:
node-rdf-canonize (>= 1.0.2),
node-request,
node-semver,
node-xmldom,
nodejs (>= 6),
${misc:Depends},
Description: JSON-LD processor - Node library
This library is an implementation
of the JSON-LD specification in JavaScript.
.
JavaScript Object Notation for Linked Data (JSON-LD)
is a method of encoding Linked Data using JSON.
.
Linked Data is a method of publishing structured data
so that it can be interlinked
and become more useful through semantic queries.
.
This package contains jsonld usable with Node.
Package: libjs-jsonld
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Recommends:
javascript-common,
Description: JSON-LD processor - browser library
This library is an implementation
of the JSON-LD specification in JavaScript.
.
JavaScript Object Notation for Linked Data (JSON-LD)
is a method of encoding Linked Data using JSON.
.
Linked Data is a method of publishing structured data
so that it can be interlinked
and become more useful through semantic queries.
.
This package contains jsonld directly usable in web browsers.
|