mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-09 17:01:24 +00:00
17 lines
593 B
JSON
17 lines
593 B
JSON
{
|
|
"version": "0.125.1",
|
|
"description": "A static type checker for JavaScript code.",
|
|
"license": "MIT",
|
|
"url": "https://github.com/facebook/flow/releases/download/v0.125.1/flow-win64-v0.125.1.zip",
|
|
"homepage": "https://flowtype.org/",
|
|
"hash": "f96dcf5c6ef27a87130665b60df409e08eb022842472898edb6f612012b35487",
|
|
"bin": "flow.exe",
|
|
"extract_dir": "flow",
|
|
"checkver": {
|
|
"github": "https://github.com/facebook/flow"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/facebook/flow/releases/download/v$version/flow-win64-v$version.zip"
|
|
}
|
|
}
|