mirror of
https://github.com/biomejs/biome.git
synced 2025-12-23 08:21:13 +00:00
Some checks failed
Benchmarks Configuration / Bench (push) Waiting to run
Benchmarks CSS / Bench (push) Waiting to run
Benchmarks GraphQL / Bench (push) Waiting to run
Benchmarks JS / Bench (push) Waiting to run
Benchmarks JSON / Bench (push) Waiting to run
Benchmarks Module Graph / Bench (push) Waiting to run
Lint rule docs / Validate rules documentation (push) Waiting to run
Repository dispatch on main / Build @biomejs/wasm-web (push) Waiting to run
Repository dispatch on main / Repository dispatch (push) Blocked by required conditions
Benchmarks Manifests / Bench (push) Has been cancelled
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
26 lines
467 B
JSON
26 lines
467 B
JSON
{
|
|
"name": "@biomejs/cli-linux-arm64",
|
|
"version": "2.3.3",
|
|
"license": "MIT OR Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/biomejs/biome.git",
|
|
"directory": "packages/@biomejs/biome/cli-linux-arm64"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.21.3"
|
|
},
|
|
"homepage": "https://biomejs.dev",
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"libc": [
|
|
"glibc"
|
|
],
|
|
"publishConfig": {
|
|
"provenance": true
|
|
}
|
|
}
|