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

19 lines
411 B
JSON

{
"name": "Aurelia",
"website": "http://aurelia.io",
"matches": [
{
"regexp": "<[^>]+aurelia-app=[^>]"
},
{
"regexp": "<[^>]+data-main=[^>]aurelia-bootstrapper"
},
{
"regexp": "<[^>]+au-target-id=[^>]\\d"
},
{
"search": "script",
"regexp": "aurelia(?:\\.min)?\\.js"
}
]
}