@graphy/content.trig.write
Version:
RDF TriG content writer for dynamic and stylized output
34 lines (33 loc) • 668 B
JSON
{
"name": "@graphy/content.trig.write",
"version": "4.3.7",
"description": "RDF TriG content writer for dynamic and stylized output",
"keywords": [
"rdf",
"rdfjs",
"linked-data",
"semantic-web",
"turtle",
"ttl",
"trig",
"n-triples",
"nt",
"n-quads",
"nq"
],
"repository": "blake-regalia/graphy.js",
"license": "ISC",
"author": {
"name": "Blake Regalia",
"email": "blake.regalia@gmail.com"
},
"main": "main.js",
"dependencies": {
"@graphy/core.class.writable": "^4.3.7",
"@graphy/core.data.factory": "^4.3.7",
"big-integer": "^1.6.48"
},
"engines": {
"node": ">=8.4.0"
}
}