2023-06-15 20:25:02 +00:00

25 lines
746 B
JSON

{
"version": "0.209.0",
"description": "A static type checker for JavaScript code",
"homepage": "https://flowtype.org/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/facebook/flow/releases/download/v0.209.0/flow-win64-v0.209.0.zip",
"hash": "4f4c1faea25f538f3fbb88b2f4705b33bc7bf3597b761ea89a8b521713609b8a"
}
},
"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"
}
}
}
}