-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.43 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "shacl-engine",
"version": "1.0.1",
"description": "A fast RDF/JS SHACL engine",
"type": "module",
"main": "index.js",
"scripts": {
"test": "stricter-standard && c8 --reporter=lcov --reporter=text-summary mocha --delay"
},
"repository": {
"type": "git",
"url": "https://github.com/rdf-ext/shacl-engine.git"
},
"keywords": [
"rdf",
"rdfjs",
"shacl"
],
"author": "Thomas Bergwinkl <[email protected]> (https://www.bergnet.org/people/bergi/card#me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rdf-ext/shacl-engine/issues"
},
"homepage": "https://github.com/rdf-ext/shacl-engine",
"dependencies": {
"@comunica/bindings-factory": "^3.1.0",
"@comunica/query-sparql-rdfjs-lite": "^3.1.2",
"@rdfjs/namespace": "^2.0.0",
"@rdfjs/term-map": "^2.0.0",
"@rdfjs/term-set": "^2.0.1",
"@rdfjs/to-ntriples": "^3.0.1",
"grapoi": "^1.1.1",
"lodash": "^4.17.21",
"rdf-literal": "^1.3.1",
"rdf-validation": "^0.1.0",
"readable-stream": "^4.5.1"
},
"devDependencies": {
"@rdfjs/data-model": "^2.0.1",
"@rdfjs/dataset": "^2.0.1",
"@rdfjs/environment": "^1.0.0",
"@rdfjs/normalize": "^2.0.0",
"@rdfjs/parser-n3": "^2.0.1",
"@rdfjs/traverser": "^0.1.1",
"c8": "^10.1.2",
"mocha": "^10.2.0",
"rdf-test": "^0.1.0",
"rdf-utils-fs": "^3.0.0",
"stream-chunks": "^1.0.0",
"stricter-standard": "^0.3.1"
}
}