{ "version": "1.21.4.1", "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.1-win64.zip", "hash": "6fb021da2518f8ec47089bd35587100529e390970b7d678814a13324a7cfcec4", "extract_dir": "openresty-1.21.4.1-win64" }, "32bit": { "url": "https://openresty.org/download/openresty-1.21.4.1-win32.zip", "hash": "2b8c9c246dec503a62fb496a3f651b4a079f81a66bdddacb093fa47bad2d99b7", "extract_dir": "openresty-1.21.4.1-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" } } } }