{
  "name": "@oxc-parser/binding-linux-x64-gnu",
  "version": "0.70.0",
  "cpu": [
    "x64"
  ],
  "main": "parser.linux-x64-gnu.node",
  "files": [
    "parser.linux-x64-gnu.node"
  ],
  "description": "Oxc Parser Node API",
  "keywords": [
    "oxc",
    "parser"
  ],
  "author": "Boshen and oxc contributors",
  "homepage": "https://oxc.rs",
  "license": "MIT",
  "engines": {
    "node": ">=14.0.0"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/oxc-project/oxc.git",
    "directory": "napi/parser"
  },
  "bugs": "https://github.com/oxc-project/oxc/issues",
  "os": [
    "linux"
  ],
  "libc": [
    "glibc"
  ]
}