@brashkie/signalis-core-linux-x64-gnu 0.1.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,11 @@
1
+ # `@brashkie/signalis-core-linux-x64-gnu`
2
+
3
+ Platform-specific binary for [`@brashkie/signalis-core`](https://www.npmjs.com/package/@brashkie/signalis-core).
4
+
5
+ This is the **linux x64 (glibc)** 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,39 @@
1
+ {
2
+ "name": "@brashkie/signalis-core-linux-x64-gnu",
3
+ "version": "0.1.0",
4
+ "cpu": [
5
+ "x64"
6
+ ],
7
+ "main": "signalis-core.linux-x64-gnu.node",
8
+ "files": [
9
+ "signalis-core.linux-x64-gnu.node"
10
+ ],
11
+ "description": "Native bindings for @brashkie/signalis-core (linux x64)",
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
+ "linux"
35
+ ],
36
+ "libc": [
37
+ "glibc"
38
+ ]
39
+ }
Binary file