2025-09-27 16:28:28 +00:00

25 lines
742 B
JSON

{
"version": "0.287.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.287.0/flow-win64-v0.287.0.zip",
"hash": "d806a7974c146ed94f39c576fbab7d17c351feecbfca2f72ca86ac11a8e2e3ba"
}
},
"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"
}
}
}
}