-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
89 lines (89 loc) · 2.71 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "@graphy/super-repo",
"version": "4.3.7",
"devVersion": "0.0.42",
"description": "A collection of RDF libraries for JavaScript developers that focus on performance and usability",
"keywords": [
"semantic-web",
"rdf",
"linked-data",
"n-quads",
"n-triples",
"nq",
"nt",
"rdfjs",
"trig",
"ttl",
"turtle",
"rdf/xml",
"streaming",
"parser",
"serializer"
],
"engines": {
"node": ">=8.4.0"
},
"license": "ISC",
"author": {
"name": "Blake Regalia",
"email": "[email protected]"
},
"repository": "blake-regalia/graphy.js",
"scripts": {
"build": "npx emk local.*",
"test": "npm run build && npx emk build/cache/specs/** && npx emk test.*",
"coverage": "npx nyc --reporter=html --reporter=text mocha test/package"
},
"dependencies": {
"big-integer": "^1.6.48",
"bkit": "^2.1.3",
"chalk": "^4.1.0",
"pegjs": "^0.10.0",
"readable-stream": "^3.6.0",
"uri-js": "^4.4.0",
"yargs": "^15.4.1"
},
"devDependencies": {
"@graphy-stable/content.nq.read": "npm:@graphy/content.nq.read@^4.1.0",
"@graphy-stable/content.nq.write": "npm:@graphy/content.nq.write@^4.1.0",
"@graphy-stable/content.nt.read": "npm:@graphy/content.nt.read@^4.1.0",
"@graphy-stable/content.nt.write": "npm:@graphy/content.nt.write@^4.1.0",
"@graphy-stable/content.trig.read": "npm:@graphy/content.trig.read@^4.1.0",
"@graphy-stable/content.trig.write": "npm:@graphy/content.trig.write@^4.1.0",
"@graphy-stable/content.ttl.read": "npm:@graphy/content.ttl.read@^4.1.0",
"@graphy-stable/content.ttl.write": "npm:@graphy/content.ttl.write@^4.1.0",
"@graphy-stable/core.data.factory": "npm:@graphy/core.data.factory@^4.1.0",
"@graphy-stable/memory.dataset.fast": "npm:@graphy/memory.dataset.fast@^4.1.0",
"@rdfjs/data-model": "^1.1.2",
"JSONStream": "^1.3.5",
"browserify": "^16.5.1",
"canvas": "^2.6.1",
"chai": "^4.2.0",
"chai-iterator": "^3.0.2",
"chai-string": "^1.5.0",
"chart.js": "^2.9.3",
"chartjs-node-canvas": "^3.0.6",
"detective": "^5.2.0",
"emk": "^1.7.2",
"eslint": "^6.8.0",
"eslint-plugin-chai-expect": "^2.2.0",
"eslint-plugin-chai-friendly": "^0.5.0",
"eslint-plugin-jmacs": "^1.4.0",
"geckodriver": "^1.20.0",
"jmacs": "1.4.0",
"jsdom": "^16.4.0",
"lambduh": "^3.1.0",
"mocha": "^7.2.0",
"mocha-chrome": "^2.2.0",
"mocha-webdriver-runner": "^0.6.3",
"n3": "^1.6.2",
"nyc": "^15.1.0",
"pug-cli": "^1.0.0-alpha6",
"rdf-test-suite": "^1.13.4",
"rdfxml-streaming-parser": "^1.3.6",
"request": "^2.88.2",
"sort-package-json": "^1.44.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}