@imunitic/synapse-darwin-arm64 0.0.1-test.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/bin/synapse +0 -0
- package/bin/synapse-hook +0 -0
- package/package.json +15 -0
package/bin/synapse
ADDED
|
Binary file
|
package/bin/synapse-hook
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@imunitic/synapse-darwin-arm64",
|
|
3
|
+
"version": "0.0.1-test.0",
|
|
4
|
+
"description": "Compiled synapse/synapse-hook binaries for darwin/arm64. An optionalDependency of @imunitic/synapse -- never installed directly.",
|
|
5
|
+
"os": [
|
|
6
|
+
"darwin"
|
|
7
|
+
],
|
|
8
|
+
"cpu": [
|
|
9
|
+
"arm64"
|
|
10
|
+
],
|
|
11
|
+
"files": [
|
|
12
|
+
"bin"
|
|
13
|
+
],
|
|
14
|
+
"license": "SEE LICENSE IN LICENSE"
|
|
15
|
+
}
|