ScoopInstaller_Main/bucket/deno-lint.json
2026-01-31 04:47:15 +00:00

27 lines
844 B
JSON

{
"version": "0.83.0",
"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.83.0/dlint-x86_64-pc-windows-msvc.zip",
"hash": "e6d117e47710c968b60fbf46a05471f34278a9900585986e4a9f5e276cc6ae12"
}
},
"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"
}
}
}
}