@graphy/core.class.scribable
Version:
Serialize RDF fast
33 lines (32 loc) • 599 B
JSON
{
"name": "@graphy/core.class.scribable",
"version": "4.3.7",
"description": "Serialize RDF fast",
"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.data.factory": "^4.3.7",
"@graphy/core.iso.stream": "^4.3.7"
},
"engines": {
"node": ">=8.4.0"
}
}