This commit is contained in:
CHEVALLIER Abel
2025-11-13 16:23:22 +01:00
parent de9c515a47
commit cb235644dc
34924 changed files with 3811102 additions and 0 deletions

1
node_modules/@lmdb/lmdb-linux-x64/README.md generated vendored Normal file
View File

@@ -0,0 +1 @@
Platform specific binary for lmdb on linux OS with x64 architecture

0
node_modules/@lmdb/lmdb-linux-x64/index.js generated vendored Normal file
View File

BIN
node_modules/@lmdb/lmdb-linux-x64/node.abi115.glibc.node generated vendored Executable file

Binary file not shown.

BIN
node_modules/@lmdb/lmdb-linux-x64/node.abi127.glibc.node generated vendored Executable file

Binary file not shown.

BIN
node_modules/@lmdb/lmdb-linux-x64/node.napi.glibc.node generated vendored Executable file

Binary file not shown.

BIN
node_modules/@lmdb/lmdb-linux-x64/node.napi.musl.node generated vendored Executable file

Binary file not shown.

21
node_modules/@lmdb/lmdb-linux-x64/package.json generated vendored Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "@lmdb/lmdb-linux-x64",
"version": "3.4.2",
"os": [
"linux"
],
"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 linux OS with x64 architecture"
}