rdf-validate-datatype
Version:
Validate literal value of an RDF term based on its datatype.
57 lines (56 loc) • 1.48 kB
JSON
{
"name": "rdf-validate-datatype",
"version": "0.2.2",
"type": "module",
"description": "Validate literal value of an RDF term based on its datatype.",
"main": "index.js",
"scripts": {
"prepack": "tsc",
"lint": "eslint . --ignore-path .gitignore",
"test": "mocha",
"release": "changeset publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zazuko/rdf-validate-datatype.git"
},
"keywords": [
"rdf",
"validation",
"datatype"
],
"author": "Martin Maillard <martin.maillard@zazuko.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zazuko/rdf-validate-datatype/issues"
},
"homepage": "https://github.com/zazuko/rdf-validate-datatype#readme",
"dependencies": {
"@rdfjs/term-map": "^2.0.0",
"@tpluscode/rdf-ns-builders": "3 - 5"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@rdfjs/data-model": "^2.0.1",
"@rdfjs/types": "^1.1.0",
"@tpluscode/eslint-config": "^0.4.4",
"@types/mocha": "^10.0.1",
"@types/rdfjs__data-model": "^2.0.4",
"@types/rdfjs__term-map": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"c8": "^8.0.1",
"eslint-import-resolver-typescript": "^3.6.0",
"mocha": "^11",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"files": [
"**/*.js",
"**/*.d.ts"
],
"mocha": {
"extension": "ts",
"loader": "ts-node/esm"
}
}