mg-dbx-bdb
Version:
High speed Synchronous and Asynchronous access to Berkeley DB and LMDB from Node.js.
44 lines (43 loc) • 982 B
JSON
{
"author": "Chris Munt <cmunt@mgateway.com> (http://www.gateway.com/)",
"name": "mg-dbx-bdb",
"description": "High speed Synchronous and Asynchronous access to Berkeley DB and LMDB from Node.js.",
"version": "1.3.13",
"maintainers": "Chris Munt <cmunt@mgateway.com>",
"homepage": "https://github.com/chrisemunt/mg-dbx-bdb",
"repository": {
"type": "git",
"url": "git+https://github.com/chrisemunt/mg-dbx-bdb.git"
},
"bugs": {
"url": "https://github.com/chrisemunt/mg-dbx-bdb/issues"
},
"os": [
"linux",
"darwin",
"win32"
],
"keywords": [
"nosql",
"berkeley",
"berkeleydb",
"bdb",
"lmdb",
"btree",
"m",
"mumps"
],
"scripts": {
"install": "node-gyp rebuild",
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "./build/Release/mg-dbx-bdb",
"license": "Apache-2.0",
"engines": {
"node": ">=10.0.x"
},
"gypfile": true,
"directories": {
"doc": "doc"
}
}