UNPKG

synced-varhash

Version:

An observ-varhash implementation that is created from and kept in sync with a CRDT set

39 lines 970 B
{ "name": "synced-varhash", "version": "1.1.0", "description": "An observ-varhash implementation that is created from and kept in sync with a CRDT set", "main": "index.js", "scripts": { "test": "node test/all.js", "gendocs": "gendocs > README.md" }, "repository": { "type": "git", "url": "https://github.com/DamonOehlman/synced-varhash.git" }, "keywords": [ "crdt", "observ" ], "author": "Damon Oehlman <damon.oehlman@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/DamonOehlman/synced-varhash/issues" }, "homepage": "https://github.com/DamonOehlman/synced-varhash", "devDependencies": { "crdt": "^3.6.4", "cuid": "^1.2.4", "observ": "^0.2.0", "observ-struct": "^6.0.0", "tape": "^3.5.0", "whisk": "^1.1.0" }, "dependencies": { "cog": "^1.0.0", "observ-unwrap": "^1.1.0", "observ-varhash": "^1.0.4", "omit": "^1.0.0", "xdiff": "^0.2.11" } }