2024-10-18 00:35:33 +00:00

25 lines
742 B
JSON

{
"version": "0.250.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.250.0/flow-win64-v0.250.0.zip",
"hash": "d4cf322d2270ed6c71d25470985ce467588544f8a2046e13b2ae763a6b164c68"
}
},
"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"
}
}
}
}