@biomejs/cli-darwin-x64 1.7.2 → 1.7.4-nightly.125f34b
Sign up to get free protection for your applications and to get access to all the features.
- package/biome +0 -0
- package/package.json +20 -1
package/biome
CHANGED
Binary file
|
package/package.json
CHANGED
@@ -1 +1,20 @@
|
|
1
|
-
{
|
1
|
+
{
|
2
|
+
"name": "@biomejs/cli-darwin-x64",
|
3
|
+
"version": "1.7.4-nightly.125f34b",
|
4
|
+
"license": "MIT OR Apache-2.0",
|
5
|
+
"repository": {
|
6
|
+
"type": "git",
|
7
|
+
"url": "https://github.com/biomejs/biome.git",
|
8
|
+
"directory": "packages/@biomejs/biome"
|
9
|
+
},
|
10
|
+
"engines": {
|
11
|
+
"node": ">=14.21.3"
|
12
|
+
},
|
13
|
+
"homepage": "https://biomejs.dev",
|
14
|
+
"os": [
|
15
|
+
"darwin"
|
16
|
+
],
|
17
|
+
"cpu": [
|
18
|
+
"x64"
|
19
|
+
]
|
20
|
+
}
|