21 lines
474 B
JSON
21 lines
474 B
JSON
|
{
|
||
|
"name": "@lmdb/lmdb-win32-x64",
|
||
|
"version": "2.8.5",
|
||
|
"os": [
|
||
|
"win32"
|
||
|
],
|
||
|
"cpu": [
|
||
|
"x64"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"author": "Kris Zyp",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+ssh://git@github.com/kriszyp/lmdb-js.git"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/kriszyp/lmdb-js/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/kriszyp/lmdb-js#readme",
|
||
|
"description": "Platform specific binary for lmdb on win32 OS with x64 architecture"
|
||
|
}
|