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