2024-09-05 12:31:41 +00:00

25 lines
742 B
JSON

{
"version": "0.245.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.245.2/flow-win64-v0.245.2.zip",
"hash": "da8c5eae36f3ea7935ae6b98b21f50df4c24582e3508ede4ba1a3235150238ff"
}
},
"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"
}
}
}
}