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

21 lines
501 B
JSON

{
"name": "jQuery",
"website": "https://jquery.com",
"matches": [
{
"search": "script",
"regexp": "jquery[.-]([\\d.]*\\d)[^/]*\\.js",
"offset": 1
},
{
"search": "script",
"regexp": "/([\\d.]+)/jquery(?:\\.min)?\\.js",
"offset": 1
},
{
"search": "script",
"regexp": "jquery.*\\.js(?:\\?ver(?:sion)?=([\\d.]+))?",
"offset": 1
}
]
}