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