@bjornpagen/bumbledb-linux-arm64 0.18.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.
Files changed (3) hide show
  1. package/LICENSE +12 -0
  2. package/bumbledb.node +0 -0
  3. package/package.json +28 -0
package/LICENSE ADDED
@@ -0,0 +1,12 @@
1
+ Copyright © 2026 Bjorn Pagen <11238136+bjornpagen@users.noreply.github.com>
2
+
3
+ Permission to use, copy, modify, and/or distribute this software for any
4
+ purpose with or without fee is hereby granted.
5
+
6
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
7
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
8
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
9
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
10
+ 10|LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
11
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
12
+ PERFORMANCE OF THIS SOFTWARE.
package/bumbledb.node ADDED
Binary file
package/package.json ADDED
@@ -0,0 +1,28 @@
1
+ {
2
+ "name": "@bjornpagen/bumbledb-linux-arm64",
3
+ "version": "0.18.0",
4
+ "description": "Prebuilt linux-arm64 native binary for @bjornpagen/bumbledb (amazonlinux:2023, glibc 2.34)",
5
+ "os": [
6
+ "linux"
7
+ ],
8
+ "cpu": [
9
+ "arm64"
10
+ ],
11
+ "main": "bumbledb.node",
12
+ "files": [
13
+ "bumbledb.node"
14
+ ],
15
+ "author": "Bjorn Pagen",
16
+ "license": "0BSD",
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "git+https://github.com/bjornpagen/bumbledb.git",
20
+ "directory": "ts/npm/linux-arm64"
21
+ },
22
+ "engines": {
23
+ "node": ">=24"
24
+ },
25
+ "publishConfig": {
26
+ "access": "public"
27
+ }
28
+ }