level-2pc
Version:
A two-phase-commit protocol for leveldb.
53 lines (52 loc) • 1.09 kB
JSON
{
"name": "level-2pc",
"version": "6.4.3",
"description": "A two-phase-commit protocol for leveldb.",
"main": "index.js",
"scripts": {
"test": "tape test | faucet"
},
"keywords": [
"leveldb",
"phase",
"two",
"phase",
"commit",
"protocol",
"replication",
"redundancy",
"p2p"
],
"author": "hij1nx",
"homepage": "https://github.com/hij1nx/level-2pc#readme",
"license": "MIT",
"dependencies": {
"debug": "^2.1.1",
"inherits": "^2.0.1",
"level": "^1.3.0",
"level-codec": "^6.1.0",
"level-key": "^1.0.0",
"level-ttl": "^3.1.0",
"multilevel": "^7.0.1",
"reconnect-core": "^1.0.1",
"rpc-stream": "^2.1.2",
"xtend": "~4.0.0"
},
"devDependencies": {
"after": "^0.8.1",
"bytewise-core": "^1.2.3",
"faucet": "0.0.1",
"rimraf": "^2.2.8",
"tape": "^4.2.2"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hij1nx/level-2pc.git"
},
"bugs": {
"url": "https://github.com/hij1nx/level-2pc/issues"
}
}