2024-02-25 04:27:00 +00:00

25 lines
742 B
JSON

{
"version": "0.229.2",
"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.229.2/flow-win64-v0.229.2.zip",
"hash": "b539b238dd0fcce72723c39522c3674de27ec5efca9fc0004d895cf6d067c79e"
}
},
"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"
}
}
}
}