mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
422 B
JSON
19 lines
422 B
JSON
{
|
|
"name": "Vue.js",
|
|
"website": "https://vuejs.org",
|
|
"matches": [
|
|
{
|
|
"regexp": "<[^>]+\\sdata-v(?:ue)?-"
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "vue[.-]([\\d.]*\\d)[^/]*\\.js",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "(?:/([\\d.]+))?/vue(?:\\.min)?\\.js",
|
|
"offset": 1
|
|
}
|
|
]
|
|
} |