-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.3 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": "barnard59-cube",
"version": "1.4.9",
"description": "Build and check RDF cubes in Linked Data pipelines",
"type": "module",
"main": "index.js",
"scripts": {
"test": "mocha",
"build": "tsc",
"prepack": "npm run build"
},
"repository": {
"type": "git",
"url": "git://github.com/zazuko/barnard59.git",
"directory": "packages/cube"
},
"keywords": [],
"author": "Zazuko GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/zazuko/barnard59/issues"
},
"homepage": "https://github.com/zazuko/barnard59",
"dependencies": {
"barnard59-base": "^2.4.2",
"barnard59-formats": "^4.0.0",
"barnard59-http": "^2.1.0",
"barnard59-rdf": "^3.4.0",
"barnard59-shacl": "^1.4.9",
"barnard59-sparql": "^2.3.0",
"external-merge-sort": "^0.1.5",
"is-graph-pointer": "^2.1.0",
"lodash": "^4.17.21",
"rdf-literal": "^1.3.0",
"readable-stream": "3 - 4",
"through2": "^4.0.2"
},
"devDependencies": {
"@types/clownface": "^2.0.8",
"@rdfjs/to-ntriples": "^3.0.0",
"@types/rdfjs__term-set": "^2.0.9",
"barnard59-env": "^1.2.6",
"chai": "^4.3.7",
"get-stream": "^6.0.1",
"is-stream": "^3.0.0",
"rdf-validate-shacl": "^0.5.5",
"shelljs": "^0.8.5"
},
"mocha": {
"loader": "ts-node/esm"
}
}