{ "version": "1.21.4.2", "description": "Dynamic web platform based on NGINX and LuaJIT.", "homepage": "https://openresty.org", "license": "BSD-2-Clause", "notes": [ "Use '-p $PWD' to specify current directory when running OpenResty.", "(Alternately, see documentation by running 'scoop home openresty'.)", "'resty' and 'restydoc' command-line utilities require 'perl'" ], "suggest": { "Perl": "perl" }, "architecture": { "64bit": { "url": "https://openresty.org/download/openresty-1.21.4.2-win64.zip", "hash": "a9fd099a252da83f09a02938ff37887864f9dbae0c10b091758409f82f7f9a18", "extract_dir": "openresty-1.21.4.2-win64" }, "32bit": { "url": "https://openresty.org/download/openresty-1.21.4.2-win32.zip", "hash": "42294399442d137f85608802d4d8343dff8e945e927521ba438444f47afde9a2", "extract_dir": "openresty-1.21.4.2-win32" } }, "bin": [ [ "nginx.exe", "openresty" ], "resty.bat", "restydoc.bat", "restydoc-index.bat" ], "persist": [ "conf", "html", "logs" ], "checkver": { "url": "https://openresty.org/en/download.html", "regex": "openresty-([\\d.]+)-win" }, "autoupdate": { "architecture": { "64bit": { "url": "https://openresty.org/download/openresty-$version-win64.zip", "extract_dir": "openresty-$version-win64" }, "32bit": { "url": "https://openresty.org/download/openresty-$version-win32.zip", "extract_dir": "openresty-$version-win32" } } } }