@brashkie/signalis-core-android-arm64 0.3.1
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 +11 -0
- package/package.json +36 -0
- package/signalis-core.android-arm64.node +0 -0
package/README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# `@brashkie/signalis-core-android-arm64`
|
|
2
|
+
|
|
3
|
+
Platform-specific binary for [`@brashkie/signalis-core`](https://www.npmjs.com/package/@brashkie/signalis-core).
|
|
4
|
+
|
|
5
|
+
This is the **android arm64** binary build.
|
|
6
|
+
|
|
7
|
+
You should not install this package directly. Install `@brashkie/signalis-core` instead — npm will install this sub-package automatically based on your platform.
|
|
8
|
+
|
|
9
|
+
## License
|
|
10
|
+
|
|
11
|
+
Apache-2.0
|
package/package.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@brashkie/signalis-core-android-arm64",
|
|
3
|
+
"version": "0.3.1",
|
|
4
|
+
"cpu": [
|
|
5
|
+
"arm64"
|
|
6
|
+
],
|
|
7
|
+
"main": "signalis-core.android-arm64.node",
|
|
8
|
+
"files": [
|
|
9
|
+
"signalis-core.android-arm64.node"
|
|
10
|
+
],
|
|
11
|
+
"description": "Native bindings for @brashkie/signalis-core (android arm64)",
|
|
12
|
+
"keywords": [
|
|
13
|
+
"cryptography",
|
|
14
|
+
"signal-protocol",
|
|
15
|
+
"curve25519",
|
|
16
|
+
"aes-gcm",
|
|
17
|
+
"rust",
|
|
18
|
+
"napi"
|
|
19
|
+
],
|
|
20
|
+
"author": "Brashkie (Hepein)",
|
|
21
|
+
"license": "Apache-2.0",
|
|
22
|
+
"homepage": "https://github.com/Brashkie/signalis-core#readme",
|
|
23
|
+
"repository": {
|
|
24
|
+
"type": "git",
|
|
25
|
+
"url": "https://github.com/Brashkie/signalis-core.git"
|
|
26
|
+
},
|
|
27
|
+
"bugs": {
|
|
28
|
+
"url": "https://github.com/Brashkie/signalis-core/issues"
|
|
29
|
+
},
|
|
30
|
+
"engines": {
|
|
31
|
+
"node": ">= 18"
|
|
32
|
+
},
|
|
33
|
+
"os": [
|
|
34
|
+
"android"
|
|
35
|
+
]
|
|
36
|
+
}
|
|
Binary file
|