UNPKG

1.59 kBJSONView Raw
1{
2 "name": "graphy-dev",
3 "version": "0.0.36",
4 "description": "A comprehensive RDF toolkit including triplestores, intuitive writers, and the fastest JavaScript parsers on the Web",
5 "keywords": [
6 "linked-data",
7 "n-quads",
8 "n-triples",
9 "nq",
10 "nt",
11 "rdf",
12 "rdfjs",
13 "semantic-web",
14 "trig",
15 "ttl",
16 "turtle"
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-dev": "cli.js"
27 },
28 "dependencies": {
29 "@graphy-dev/content.nq.read": "0.0.36",
30 "@graphy-dev/content.nq.scribe": "0.0.36",
31 "@graphy-dev/content.nq.write": "0.0.36",
32 "@graphy-dev/content.nt.read": "0.0.36",
33 "@graphy-dev/content.nt.scribe": "0.0.36",
34 "@graphy-dev/content.nt.write": "0.0.36",
35 "@graphy-dev/content.trig.read": "0.0.36",
36 "@graphy-dev/content.trig.scribe": "0.0.36",
37 "@graphy-dev/content.trig.write": "0.0.36",
38 "@graphy-dev/content.ttl.read": "0.0.36",
39 "@graphy-dev/content.ttl.scribe": "0.0.36",
40 "@graphy-dev/content.ttl.write": "0.0.36",
41 "@graphy-dev/core.class.scribable": "0.0.36",
42 "@graphy-dev/core.class.writable": "0.0.36",
43 "@graphy-dev/core.data.factory": "0.0.36",
44 "@graphy-dev/core.iso.stream": "0.0.36",
45 "@graphy-dev/memory.dataset.fast": "0.0.36",
46 "@graphy-dev/util.dataset.tree": "0.0.36",
47 "big-integer": "^1.6.48",
48 "pegjs": "^0.10.0",
49 "uri-js": "^4.2.2",
50 "yargs": "^15.0.2"
51 },
52 "engines": {
53 "node": ">=8.4.0"
54 }
55}