{
  "name": "@oxlint/binding-linux-arm64-gnu",
  "version": "1.56.0",
  "cpu": [
    "arm64"
  ],
  "main": "oxlint.linux-arm64-gnu.node",
  "files": [
    "oxlint.linux-arm64-gnu.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": [
    "glibc"
  ]
}