2022-03-17 00:32:25 +00:00

25 lines
746 B
JSON

{
"version": "0.174.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.174.0/flow-win64-v0.174.0.zip",
"hash": "20c511d33365cea70eee08114bb796349c4244da7e7f2e744b3e82c0636d5f78"
}
},
"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"
}
}
}
}