@rivetkit/rivetkit-native-linux-arm64-musl 2.2.1-pr.4600.4f36c20
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 +3 -0
- package/package.json +22 -0
- package/rivetkit-native.linux-arm64-musl.node +0 -0
package/README.md
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@rivetkit/rivetkit-native-linux-arm64-musl",
|
|
3
|
+
"version": "2.2.1-pr.4600.4f36c20",
|
|
4
|
+
"os": [
|
|
5
|
+
"linux"
|
|
6
|
+
],
|
|
7
|
+
"cpu": [
|
|
8
|
+
"arm64"
|
|
9
|
+
],
|
|
10
|
+
"main": "rivetkit-native.linux-arm64-musl.node",
|
|
11
|
+
"files": [
|
|
12
|
+
"rivetkit-native.linux-arm64-musl.node"
|
|
13
|
+
],
|
|
14
|
+
"description": "Native N-API addon for RivetKit providing envoy client and SQLite access",
|
|
15
|
+
"license": "Apache-2.0",
|
|
16
|
+
"engines": {
|
|
17
|
+
"node": ">= 20.0.0"
|
|
18
|
+
},
|
|
19
|
+
"libc": [
|
|
20
|
+
"musl"
|
|
21
|
+
]
|
|
22
|
+
}
|
|
Binary file
|