2025-02-14 00:36:10 +00:00

25 lines
742 B
JSON

{
"version": "0.261.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.261.1/flow-win64-v0.261.1.zip",
"hash": "5587313fe9533efdb42011520a2beab552d938c18d7667d0f5a6512a5525a5a0"
}
},
"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"
}
}
}
}