UNPKG

@rdfjs/tree

Version:

Tree structure for a set of RDF/JS Quads

39 lines (38 loc) 982 B
{ "name": "@rdfjs/tree", "version": "0.2.1", "description": "Tree structure for a set of RDF/JS Quads", "type": "module", "main": "index.js", "scripts": { "test": "stricter-standard && c8 --reporter=lcov --reporter=text-summary mocha" }, "repository": { "type": "git", "url": "https://github.com/rdfjs-base/tree.git" }, "keywords": [ "rdf", "rdfjs", "tree" ], "author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)", "license": "MIT", "bugs": { "url": "https://github.com/rdfjs-base/tree/issues" }, "homepage": "https://github.com/rdfjs-base/tree", "dependencies": { "@rdfjs/namespace": "^2.0.0", "@rdfjs/term-map": "^2.0.0", "@rdfjs/term-set": "^2.0.1" }, "devDependencies": { "@rdfjs/to-ntriples": "^2.0.0", "c8": "^7.12.0", "mocha": "^10.2.0", "rdf-utils-fs": "^2.3.0", "stream-chunks": "^1.0.0", "stricter-standard": "^0.2.0" } }