quaff-lod
Version:
a streaming LOD worker
38 lines (37 loc) • 862 B
JSON
{
"name": "quaff-lod",
"version": "1.1.1",
"description": "a streaming LOD worker",
"main": "index.js",
"scripts": {
"dev": "nodemon --watch src/quaff-lod-worker.js -x 'npx browserify src/quaff-lod-worker.js -o quaff-lod-worker-bundle.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smurp/quaff-lod.git"
},
"keywords": [
"lod",
"json-ld",
"TriG",
"Turtle",
"N-Quads",
"nq",
"ttl",
"Worker",
"streaming"
],
"author": "Shawn Murphy",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/smurp/quaff-lod/issues"
},
"homepage": "https://github.com/smurp/quaff-lod#readme",
"devDependencies": {
"browserify": "^16.2.3",
"jsonld-streaming-parser": "1.1.0",
"n3": "1.1.1",
"nodemon": "^1.19.1",
"rdfxml-streaming-parser": "1.2.4"
}
}