basebee
Version:
Basebee is a powerful key-value store built on top of Autobase and Hyperbee, designed to efficiently manage data with customizable key/value encodings, prefix-based key organization, and batch operations. It integrates stream-based APIs for handling key-v
45 lines (44 loc) • 1.41 kB
JSON
{
"name": "basebee",
"version": "0.0.34",
"description": "Basebee is a powerful key-value store built on top of Autobase and Hyperbee, designed to efficiently manage data with customizable key/value encodings, prefix-based key organization, and batch operations. It integrates stream-based APIs for handling key-value ranges, history, and real-time data watching, making it versatile and suitable for a wide range of use cases.",
"type": "module",
"homepage": "https://github.com/zacharygriffee/basebee#readme",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "brittle ./test.js",
"bundle": "node ./bundle.js"
},
"keywords": [
"key-value store",
"autobase",
"hyperbee",
"streams",
"prefix",
"batch",
"alpha"
],
"dependencies": {
"autobase": "^6.5.5",
"b4a": "^1.6.6",
"compact-encoding": "^2.15.0",
"delegates": "^1.0.0",
"hyperbee": "^2.20.1",
"hypercore-id-encoding": "^1.3.0",
"streamx": "^2.20.1",
"sub-encoder": "^2.1.3",
"tiny-emitter": "^2.1.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-terser": "^0.4.4",
"bring-your-own-storage-utilities": "^0.0.22",
"brittle": "^3.7.0",
"corestore": "^6.18.4",
"duplex-through": "^1.0.2",
"localdrive": "^1.12.1",
"not-secret-stream": "^1.0.0",
"random-access-memory": "^6.2.1"
}
}