{
"name": "@oxlint/binding-linux-x64-musl",
"version": "1.71.0",
"cpu": [
"x64"
],
"main": "oxlint.linux-x64-musl.node",
"files": [
"oxlint.linux-x64-musl.node"
],
"description": "Linter for the JavaScript Oxidation Compiler",
"keywords": [
"eslint",
"javascript",
"linter",
"oxc",
"oxlint",
"typescript"
],
"author": "Boshen and oxc contributors",
"homepage": "https://oxc.rs/docs/guide/usage/linter",
"license": "MIT",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oxc-project/oxc",
"directory": "npm/oxlint"
},
"bugs": "https://github.com/oxc-project/oxc/issues",
"os": [
"linux"
],
"libc": [
"musl"
]
}