2025-04-11 20:28:35 +00:00

25 lines
742 B
JSON

{
"version": "0.267.0",
"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.267.0/flow-win64-v0.267.0.zip",
"hash": "77e9df838eeb3acfed6161fc11c121ef6a67f44aecb6c14c77dc13f716660e25"
}
},
"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"
}
}
}
}