extract-cbd-shape
Version:
Extract an entity based on CBD and a SHACL shape
52 lines (51 loc) • 1.39 kB
JSON
{
"name": "extract-cbd-shape",
"version": "0.1.14",
"description": "Extract an entity based on CBD and a SHACL shape",
"main": "dist/lib/extract-cbd-shape.js",
"types": "dist/lib/extract-cbd-shape.d.ts",
"scripts": {
"test": "mocha",
"build": "tsc",
"data": "npm run build && node ./perf/outband-setup.js",
"bench": "npm run build && node ./perf/perftest-inband.js && node ./perf/perftest-inband-percent.js && node ./perf/perftest-outband.js "
},
"keywords": [
"CBD",
"RDF",
"SHACL",
"RDF-JS"
],
"author": "Pieter Colpaert",
"license": "MIT",
"dependencies": {
"@treecg/types": "^0.4.6",
"debug": "^4.4.1",
"jsdom": "^26.1.0",
"n3": "^1.25.2",
"rdf-data-factory": "^2.0.2",
"rdf-dereference": "4.x",
"rdf-stores": "^2.1.1"
},
"devDependencies": {
"@rdfjs/types": "*",
"@types/benchmark": "^2.1.5",
"@types/chai": "^5.2.2",
"@types/debug": "^4.1.12",
"@types/mocha": "^10.0.10",
"@types/n3": "^1.24.2",
"@types/pako": "^2.0.3",
"@types/sinon": "^17.0.4",
"benchmark": "^2.1.4",
"chai": "^5.2.0",
"js-base64": "^3.7.7",
"mocha": "^11.4.0",
"pako": "^2.1.0",
"rollup": "^4.41.0",
"rollup-plugin-polyfill-node": "^0.13.0",
"sinon": "^20.0.0",
"systeminformation": "^5.25.11",
"ts-node": "^10.9.2",
"typescript": "5.8.3"
}
}