@brechtvdv/event-stream-client
Version:
Syncs an entire TREE collection, but only emits the objects, does not store them.
39 lines (38 loc) • 990 B
JSON
{
"name": "@brechtvdv/event-stream-client",
"version": "0.0.5",
"description": "Syncs an entire TREE collection, but only emits the objects, does not store them. ",
"main": "lib/sync.js",
"bin": "bin/cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TREEcg/event-stream-client.git"
},
"keywords": [
"event",
"stream",
"TREE",
"hypermedia",
"Web",
"API"
],
"author": "Brecht Van de Vyvere",
"license": "MIT",
"bugs": {
"url": "https://github.com/TREEcg/event-stream-client/issues"
},
"homepage": "https://github.com/TREEcg/event-stream-client#readme",
"dependencies": {
"cacheable-request": "^7.0.1",
"commander": "^6.2.0",
"follow-redirects": "^1.13.0",
"http-cache-semantics": "^4.1.0",
"js-priority-queue": "^0.1.5",
"n3": "^1.6.4",
"rdf-parse": "^1.6.0",
"streamify-string": "^1.0.1"
}
}