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

16 lines
303 B
JSON

{
"name": "Next.js",
"website": "https://nextjs.org",
"matches": [
{
"search": "headers[x-powered-by]",
"regexp": "^Next\\.js ?([0-9.]+)?",
"offset": 1
}
],
"implies": [
"React",
"webpack",
"Node.js"
]
}