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

10 lines
215 B
JSON

{
"name": "RxJS",
"website": "http://reactivex.io",
"matches": [
{
"search": "script",
"regexp": "rx(?:\\.\\w+)?(?:\\.compat|\\.global)?(?:\\.min)?\\.js"
}
]
}