skydive-cli-linux-arm64 0.0.0 → 0.5.0-beta.33
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 +5 -0
- package/bin/skydive +0 -0
- package/package.json +23 -1
package/README.md
ADDED
package/bin/skydive
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1 +1,23 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"name": "skydive-cli-linux-arm64",
|
|
3
|
+
"version": "0.5.0-beta.33",
|
|
4
|
+
"description": "Skydive CLI prebuilt binary for linux/arm64. Installed automatically as an optional dependency of skydive-cli; do not install directly.",
|
|
5
|
+
"homepage": "https://skydive.com",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"os": [
|
|
8
|
+
"linux"
|
|
9
|
+
],
|
|
10
|
+
"cpu": [
|
|
11
|
+
"arm64"
|
|
12
|
+
],
|
|
13
|
+
"exports": {
|
|
14
|
+
"./bin": "./bin/skydive"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"bin"
|
|
18
|
+
],
|
|
19
|
+
"publishConfig": {
|
|
20
|
+
"access": "public",
|
|
21
|
+
"registry": "https://registry.npmjs.org"
|
|
22
|
+
}
|
|
23
|
+
}
|