Files
OneForAll-mirror/data/rules/wappalyzer/jquery ui.json
T
2020-07-29 00:02:06 +08:00

21 lines
483 B
JSON

{
"name": "jQuery UI",
"website": "http://jqueryui.com",
"matches": [
{
"search": "script",
"regexp": "jquery-ui[.-]([\\d.]*\\d)[^/]*\\.js",
"offset": 1
},
{
"search": "script",
"regexp": "([\\d.]+)/jquery-ui(?:\\.min)?\\.js",
"offset": 1
},
{
"search": "script",
"regexp": "jquery-ui.*\\.js"
}
],
"implies": "jQuery"
}