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

21 lines
432 B
JSON

{
"name": "Gatsby",
"website": "https://www.gatsbyjs.org/",
"matches": [
{
"regexp": "<div id=\"___gatsby\">"
},
{
"regexp": "<style id=\"gatsby-inlined-css\">"
},
{
"search": "meta[generator]",
"regexp": "^Gatsby(?: ([0-9.]+))?$",
"offset": 1
}
],
"implies": [
"React",
"webpack"
]
}