2025-02-13 00:36:05 +00:00

25 lines
742 B
JSON

{
"version": "0.261.0",
"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.0/flow-win64-v0.261.0.zip",
"hash": "a490ebbc3a32403fae1a738b02e15db3465e8669a37bb4b1fafd936eccb5d30a"
}
},
"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"
}
}
}
}