hyperjsondb
Version:
A proxymised Json database using hyperdb, to store key-value flat objects
34 lines (33 loc) • 710 B
JSON
{
"name": "hyperjsondb",
"version": "1.1.52",
"description": "A proxymised Json database using hyperdb, to store key-value flat objects",
"main": "hyperjsondb.js",
"dependencies": {
"fast-json-patch": "^2.0.7",
"flat": "^4.1.0",
"hyperdb": "^3.5.0",
"proxymise": "^1.0.2",
"to-json-schema": "^0.2.0"
},
"devDependencies": {
"standard": "^12.0.1",
"tap-spec": "^5.0.0",
"tape": "^4.9.1"
},
"scripts": {
"test": "tape test.js | tap-spec"
},
"keywords": [
"json",
"database",
"hyperdb",
"hypercore",
"flat",
"fast-json-patch",
"patch",
"proxymise"
],
"author": "Javi Santos <mail@javisantos.com>",
"license": "MIT"
}