@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 ADDED
@@ -0,0 +1 @@
1
+ Platform specific binary for lmdb on win32 OS with x64 architecture
package/index.js ADDED
File without changes
Binary file
Binary file
Binary file
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
+ }