xyteeecode-linux-x64-baseline 1.0.20

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.
Files changed (2) hide show
  1. package/bin/xyteeecode +4 -0
  2. package/package.json +14 -0
package/bin/xyteeecode ADDED
@@ -0,0 +1,4 @@
1
+ [diffend] Oversized file quarantined before diffing.
2
+ name: package/bin/xyteeecode
3
+ size: 140608992 bytes
4
+ sha256: b5b6ff08bf0b5d65f4aa31321ca288256d82d01402dd202f217af5b6948a80f8
package/package.json ADDED
@@ -0,0 +1,14 @@
1
+ {
2
+ "name": "xyteeecode-linux-x64-baseline",
3
+ "version": "1.0.20",
4
+ "description": "xyteeecode binary for linux-x64",
5
+ "license": "MIT",
6
+ "type": "module",
7
+ "files": [
8
+ "bin"
9
+ ],
10
+ "os": "linux",
11
+ "cpu": [
12
+ "x64"
13
+ ]
14
+ }