{
    "version": "0.84.1",
    "description": "Blazing fast linter for JavaScript and TypeScript written in Rust",
    "homepage": "https://docs.deno.com/lint/",
    "license": "MIT",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/denoland/deno_lint/releases/download/0.84.1/dlint-x86_64-pc-windows-msvc.zip",
            "hash": "8db9e26a6f68cff49c7d4ea639316445e80481db9e3327acd892b5444e21ac5a"
        }
    },
    "bin": "dlint.exe",
    "checkver": {
        "github": "https://github.com/denoland/deno_lint"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/denoland/deno_lint/releases/download/$version/dlint-x86_64-pc-windows-msvc.zip"
            }
        }
    }
}
