{
  "name": "@oxc-coverage-instrument/binding-win32-x64-msvc",
  "version": "0.11.0",
  "cpu": [
    "x64"
  ],
  "main": "coverage-instrument.win32-x64-msvc.node",
  "files": [
    "coverage-instrument.win32-x64-msvc.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/win32-x64-msvc"
  },
  "bugs": "https://github.com/fallow-rs/oxc-coverage-instrument/issues",
  "os": [
    "win32"
  ]
}