21 lines
483 B
JSON
21 lines
483 B
JSON
|
|
{
|
||
|
|
"name": "@lmdb/lmdb-darwin-arm64",
|
||
|
|
"version": "3.4.2",
|
||
|
|
"os": [
|
||
|
|
"darwin"
|
||
|
|
],
|
||
|
|
"cpu": [
|
||
|
|
"arm64"
|
||
|
|
],
|
||
|
|
"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 darwin OS with arm64 architecture"
|
||
|
|
}
|