rdf-validation
Version:
Validate RDF/JS objects
42 lines (41 loc) • 1.01 kB
JSON
{
"name": "rdf-validation",
"version": "0.1.1",
"description": "Validate RDF/JS objects",
"type": "module",
"main": "index.js",
"scripts": {
"test": "stricter-standard && c8 --reporter=lcov --reporter=text-summary mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/rdf-ext/rdf-validation.git"
},
"keywords": [
"datatype",
"literal",
"model",
"rdf",
"rdfjs",
"validate",
"validation",
"xsd"
],
"author": "Thomas Bergwinkl <bergi@axolotlfarm.org> (https://www.bergnet.org/people/bergi/card#me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rdf-ext/rdf-validation/issues"
},
"homepage": "https://github.com/rdf-ext/rdf-validation",
"dependencies": {
"@rdfjs/data-model": "^2.0.1",
"@rdfjs/namespace": "^2.0.0",
"@rdfjs/term-map": "^2.0.0",
"@rdfjs/to-ntriples": "^3.0.1"
},
"devDependencies": {
"c8": "^10.1.2",
"mocha": "^10.2.0",
"stricter-standard": "^0.3.0"
}
}