2023-07-12 00:37:31 +00:00

25 lines
746 B
JSON

{
"version": "0.212.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.212.0/flow-win64-v0.212.0.zip",
"hash": "f2a54a55cc5a85b2d0f14e3cab04ecc3887563c3f2d28f235d29deb518fb3e26"
}
},
"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"
}
}
}
}