File: control

package info (click to toggle)
node-jsonld 8.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,056 kB
  • sloc: javascript: 17,272; makefile: 14; sh: 4
file content (67 lines) | stat: -rw-r--r-- 1,879 bytes parent folder | download
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
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-compat (= 13),
# mocha <!nocheck>,
 node-canonicalize,
 node-core-js (>= 3.0.0),
# node-digitalbazaar-http-client,
 node-lru-cache,
 node-node-forge,
 node-rdf-canonize (>= 3.4),
 node-rollup-plugin-commonjs,
 node-rollup-plugin-json,
 node-rollup-plugin-node-resolve,
 pigz,
 rollup,
Standards-Version: 4.6.2
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-digitalbazaar-http-client,
 node-canonicalize,
 node-lru-cache,
 node-rdf-canonize (>= 3.4),
 ${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.