2024-06-27 00:34:10 +00:00

25 lines
742 B
JSON

{
"version": "0.238.2",
"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.238.2/flow-win64-v0.238.2.zip",
"hash": "aa562553dbcb5dfef39d1520702b84a507cb6e68e693e9e4c0332ce1f7b8cd35"
}
},
"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"
}
}
}
}