@lmdb/lmdb-win32-x64 2.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/index.js +0 -0
- package/node.abi102.node +0 -0
- package/node.abi108.node +0 -0
- package/node.abi83.node +0 -0
- package/node.abi93.node +0 -0
- package/node.napi.node +0 -0
- package/package.json +21 -0
package/README.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Platform specific binary for lmdb on win32 OS with x64 architecture
|
package/index.js
ADDED
|
File without changes
|
package/node.abi102.node
ADDED
|
Binary file
|
package/node.abi108.node
ADDED
|
Binary file
|
package/node.abi83.node
ADDED
|
Binary file
|
package/node.abi93.node
ADDED
|
Binary file
|
package/node.napi.node
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@lmdb/lmdb-win32-x64",
|
|
3
|
+
"version": "2.4.0",
|
|
4
|
+
"os": [
|
|
5
|
+
"win32"
|
|
6
|
+
],
|
|
7
|
+
"cpu": [
|
|
8
|
+
"x64"
|
|
9
|
+
],
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"author": "Kris Zyp",
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "git+ssh://git@github.com/DoctorEvidence/lmdb-js.git"
|
|
15
|
+
},
|
|
16
|
+
"bugs": {
|
|
17
|
+
"url": "https://github.com/DoctorEvidence/lmdb-js/issues"
|
|
18
|
+
},
|
|
19
|
+
"homepage": "https://github.com/DoctorEvidence/lmdb-js#readme",
|
|
20
|
+
"description": "Platform specific binary for lmdb on win32 OS with x64 architecture"
|
|
21
|
+
}
|