mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
20 lines
376 B
JSON
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"
|
|
]
|
|
} |