itclocks
Version:
An implementation of Interval Tree Clocks in TypeScript
30 lines (29 loc) • 654 B
JSON
{
"name": "itclocks",
"version": "1.0.0-rc.6",
"description": "An implementation of Interval Tree Clocks in TypeScript",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/ggabriel96/itc4ts.git"
},
"keywords": [
"causality",
"event",
"ordering",
"time",
"clock",
"tree",
"distributed computing",
"typescript"
],
"author": "Gabriel Batista Galli",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/ggabriel96/itc4ts/issues"
},
"homepage": "https://github.com/ggabriel96/itc4ts#readme"
}