2025-01-17 00:35:33 +00:00

25 lines
742 B
JSON

{
"version": "0.259.1",
"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.259.1/flow-win64-v0.259.1.zip",
"hash": "6336d011faf91b496a54e5e6ef9b7500b930d03f4052be0d7f342dfa67ef0e32"
}
},
"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"
}
}
}
}