2025-09-18 20:28:36 +00:00

25 lines
742 B
JSON

{
"version": "0.284.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.284.0/flow-win64-v0.284.0.zip",
"hash": "e38b629aa98f934aede6fbf028955a531389a1f24664de940f00d605fe11dd62"
}
},
"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"
}
}
}
}