UNPKG

rdf-utils-dataset

Version:
36 lines (35 loc) 855 B
{ "name": "rdf-utils-dataset", "version": "2.0.1", "type": "module", "description": "RDFJS Dataset utils", "main": "index.js", "scripts": { "test": "stricter-standard && c8 --reporter=lcov --reporter=text-summary mocha" }, "repository": { "type": "git", "url": "https://github.com/rdf-ext/rdf-utils-dataset.git" }, "keywords": [ "rdf", "rdfjs", "rdf-ext", "dataset", "utils" ], "author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)", "license": "MIT", "bugs": { "url": "https://github.com/rdf-ext/rdf-utils-dataset/issues" }, "homepage": "https://github.com/rdf-ext/rdf-utils-dataset", "dependencies": { "rdf-ext": "^2.5.1" }, "devDependencies": { "c8": "^9.1.0", "mocha": "^10.4.0", "stricter-standard": "^0.3.1" } }