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

20 lines
376 B
JSON

{
"name": "Nuxt.js",
"website": "https://nuxtjs.org",
"matches": [
{
"regexp": "<div [^>]*id=\"__nuxt\""
},
{
"regexp": "<script [^>]*>window\\.__NUXT__"
},
{
"search": "script",
"regexp": "/_nuxt/"
}
],
"implies": [
"Vue.js",
"Node.js"
]
}