2024-07-30 04:28:18 +00:00

25 lines
742 B
JSON

{
"version": "0.242.1",
"description": "A static type checker for JavaScript code",
"homepage": "https://flow.org/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/facebook/flow/releases/download/v0.242.1/flow-win64-v0.242.1.zip",
"hash": "303f92db7f90702cc98e7f1d70dd82ee55af0ff1e0431b0396274cff93699b62"
}
},
"extract_dir": "flow",
"bin": "flow.exe",
"checkver": {
"github": "https://github.com/facebook/flow"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/facebook/flow/releases/download/v$version/flow-win64-v$version.zip"
}
}
}
}