@bounded-sh/cli-linux-arm64 0.0.122
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/bounded +0 -0
- package/package.json +28 -0
package/bin/bounded
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@bounded-sh/cli-linux-arm64",
|
|
3
|
+
"version": "0.0.122",
|
|
4
|
+
"description": "Bounded CLI binary (linux-arm64); installed by @bounded-sh/cli, not for direct use",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"author": "Bounded",
|
|
7
|
+
"homepage": "https://bounded.sh/docs/cli",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/poofdotnew/bounded-cli.git"
|
|
11
|
+
},
|
|
12
|
+
"files": [
|
|
13
|
+
"bin/"
|
|
14
|
+
],
|
|
15
|
+
"os": [
|
|
16
|
+
"linux"
|
|
17
|
+
],
|
|
18
|
+
"cpu": [
|
|
19
|
+
"arm64"
|
|
20
|
+
],
|
|
21
|
+
"publishConfig": {
|
|
22
|
+
"access": "public",
|
|
23
|
+
"executableFiles": [
|
|
24
|
+
"bin/bounded"
|
|
25
|
+
]
|
|
26
|
+
},
|
|
27
|
+
"preferUnplugged": true
|
|
28
|
+
}
|