@rdfjs/data-model
Version:
A basic implementation of the RDF/JS Data Model
34 lines (33 loc) • 851 B
JSON
{
"name": "@rdfjs/data-model",
"version": "2.1.0",
"description": "A basic implementation of the RDF/JS Data Model",
"type": "module",
"main": "index.js",
"scripts": {
"test": "stricter-standard && c8 --reporter=lcov --reporter=text mocha"
},
"bin": {
"rdfjs-data-model-test": "./bin/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rdfjs-base/data-model.git"
},
"keywords": [
"data-model",
"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/data-model/issues"
},
"homepage": "https://github.com/rdfjs-base/data-model",
"devDependencies": {
"c8": "^10.0.0",
"mocha": "^11.0.1",
"stricter-standard": "^0.3.0"
}
}