mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 13:41:21 +00:00
17 lines
593 B
JSON
17 lines
593 B
JSON
{
|
|
"version": "0.112.0",
|
|
"description": "A static type checker for JavaScript code.",
|
|
"license": "MIT",
|
|
"url": "https://github.com/facebook/flow/releases/download/v0.112.0/flow-win64-v0.112.0.zip",
|
|
"homepage": "https://flowtype.org/",
|
|
"hash": "0e22059aa663c40ff39b1ac93d39968c5883615e50e00023d295830ae162a1a0",
|
|
"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"
|
|
}
|
|
}
|