UNPKG

@rdfjs/dataset

Version:

An indexed implementation of the RDF/JS Dataset

36 lines (35 loc) 901 B
{ "name": "@rdfjs/dataset", "version": "2.0.2", "description": "An indexed implementation of the RDF/JS Dataset", "type": "module", "main": "index.js", "scripts": { "test": "stricter-standard && c8 --reporter=lcov --reporter=text mocha" }, "bin": { "rdfjs-dataset-test": "./bin/test.js" }, "repository": { "type": "git", "url": "https://github.com/rdfjs-base/dataset.git" }, "keywords": [ "dataset", "rdf", "rdfjs" ], "author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)", "license": "MIT", "bugs": { "url": "https://github.com/rdfjs-base/dataset/issues" }, "homepage": "https://github.com/rdfjs-base/dataset", "devDependencies": { "@rdfjs/data-model": "^2.0.1", "@rdfjs/namespace": "^2.0.1", "c8": "^9.1.0", "mocha": "^10.3.0", "stricter-standard": "^0.3.0" } }