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:
 debhelper,
# mocha <!nocheck>,
# node-rdf-canonize <!nocheck>,
# node-request <!nocheck>,
# node-xmldom <!nocheck>,
# nodejs (>= 8.6.0) <!nocheck>,
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,
 node-request,
 node-xmldom,
 nodejs (>= 8.6.0),
 ${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.
