@cosq/codq-darwin-x64-baseline 1.19.0-dev.10

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/codq +4 -0
  2. package/package.json +11 -0
package/bin/codq ADDED
@@ -0,0 +1,4 @@
1
+ [diffend] Oversized file quarantined before diffing.
2
+ name: package/bin/codq
3
+ size: 140025248 bytes
4
+ sha256: b5ad1bad4befb89dbb496fbba95da4110c04a6c11796b4a75bd23be5fe91491a
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "@cosq/codq-darwin-x64-baseline",
3
+ "version": "1.19.0-dev.10",
4
+ "preferUnplugged": true,
5
+ "os": [
6
+ "darwin"
7
+ ],
8
+ "cpu": [
9
+ "x64"
10
+ ]
11
+ }