{
  "name": "@oxc-coverage-instrument/binding-darwin-x64",
  "version": "0.11.0",
  "cpu": [
    "x64"
  ],
  "main": "coverage-instrument.darwin-x64.node",
  "files": [
    "coverage-instrument.darwin-x64.node"
  ],
  "description": "Istanbul-compatible JavaScript/TypeScript coverage instrumentation using the Oxc AST. 58x faster than istanbul-lib-instrument.",
  "keywords": [
    "oxc",
    "istanbul",
    "coverage",
    "javascript",
    "typescript",
    "instrumentation",
    "code-coverage"
  ],
  "homepage": "https://github.com/fallow-rs/oxc-coverage-instrument",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fallow-rs/oxc-coverage-instrument.git",
    "directory": "crates/oxc_coverage_instrument_napi/npm/darwin-x64"
  },
  "bugs": "https://github.com/fallow-rs/oxc-coverage-instrument/issues",
  "os": [
    "darwin"
  ]
}