2025-01-03 20:28:15 +00:00

25 lines
742 B
JSON

{
"version": "0.258.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.258.0/flow-win64-v0.258.0.zip",
"hash": "eb04ba4a023390fb8ec66f38f0465482fa2f02c2e5ba229112df23696f706975"
}
},
"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"
}
}
}
}