UNPKG

1.75 kBJSONView Raw
1{
2 "name": "graphy",
3 "version": "4.3.1",
4 "description": "A comprehensive RDF toolkit including triplestores, intuitive writers, and the fastest JavaScript parsers on the Web",
5 "keywords": [
6 "rdf",
7 "rdfjs",
8 "linked-data",
9 "semantic-web",
10 "turtle",
11 "ttl",
12 "trig",
13 "n-triples",
14 "nt",
15 "n-quads",
16 "nq"
17 ],
18 "repository": "blake-regalia/graphy.js",
19 "license": "ISC",
20 "author": {
21 "name": "Blake Regalia",
22 "email": "blake.regalia@gmail.com"
23 },
24 "main": "api.js",
25 "bin": {
26 "graphy": "cli.js"
27 },
28 "dependencies": {
29 "@graphy/content.nq.read": "4.3.1",
30 "@graphy/content.nq.scan": "4.3.1",
31 "@graphy/content.nq.scribe": "4.3.1",
32 "@graphy/content.nq.write": "4.3.1",
33 "@graphy/content.nt.read": "4.3.1",
34 "@graphy/content.nt.scan": "4.3.1",
35 "@graphy/content.nt.scribe": "4.3.1",
36 "@graphy/content.nt.write": "4.3.1",
37 "@graphy/content.trig.read": "4.3.1",
38 "@graphy/content.trig.scribe": "4.3.1",
39 "@graphy/content.trig.write": "4.3.1",
40 "@graphy/content.ttl.read": "4.3.1",
41 "@graphy/content.ttl.scribe": "4.3.1",
42 "@graphy/content.ttl.write": "4.3.1",
43 "@graphy/content.xml.scribe": "4.3.1",
44 "@graphy/core.class.scribable": "4.3.1",
45 "@graphy/core.class.writable": "4.3.1",
46 "@graphy/core.data.factory": "4.3.1",
47 "@graphy/core.iso.stream": "4.3.1",
48 "@graphy/core.iso.threads": "4.3.1",
49 "@graphy/memory.dataset.fast": "4.3.1",
50 "@graphy/util.dataset.tree": "4.3.1",
51 "big-integer": "^1.6.48",
52 "bkit": "^2.1.3",
53 "chalk": "^4.0.0",
54 "pegjs": "^0.10.0",
55 "readable-stream": "^3.6.0",
56 "uri-js": "^4.2.2",
57 "uuid": "^7.0.3",
58 "yargs": "^15.3.1"
59 },
60 "engines": {
61 "node": ">=8.4.0"
62 }
63}
\No newline at end of file