@planx.machina.at/tunnel-darwin-arm64 0.0.0-PLACEHOLDER

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,5 @@
1
+ # @planx.machina.at/tunnel-darwin-arm64
2
+
3
+ Prebuilt platform-specific NAPI binary for [`@planx.machina.at/tunnel`](https://github.com/nontangent/x_x_machina/tree/develop/projects/@planx.machina.at/tunnel).
4
+
5
+ This package is automatically selected via `optionalDependencies` of `@planx.machina.at/network` based on the host `os` / `cpu` / `libc`.
package/package.json ADDED
@@ -0,0 +1,25 @@
1
+ {
2
+ "name": "@planx.machina.at/tunnel-darwin-arm64",
3
+ "version": "0.0.0-PLACEHOLDER",
4
+ "description": "Prebuilt planx-tunnel NAPI binary for darwin-arm64",
5
+ "main": "planx-tunnel.darwin-arm64.node",
6
+ "license": "MIT",
7
+ "os": [
8
+ "darwin"
9
+ ],
10
+ "cpu": [
11
+ "arm64"
12
+ ],
13
+ "files": [
14
+ "planx-tunnel.darwin-arm64.node",
15
+ "README.md"
16
+ ],
17
+ "engines": {
18
+ "node": ">= 20"
19
+ },
20
+ "homepage": "https://github.com/nontangent/x_x_machina/tree/develop/projects/@planx.machina.at/tunnel",
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "https://github.com/nontangent/x_x_machina.git"
24
+ }
25
+ }
Binary file