mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
21 lines
483 B
JSON
21 lines
483 B
JSON
{
|
|
"name": "jQuery UI",
|
|
"website": "http://jqueryui.com",
|
|
"matches": [
|
|
{
|
|
"search": "script",
|
|
"regexp": "jquery-ui[.-]([\\d.]*\\d)[^/]*\\.js",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "([\\d.]+)/jquery-ui(?:\\.min)?\\.js",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "script",
|
|
"regexp": "jquery-ui.*\\.js"
|
|
}
|
|
],
|
|
"implies": "jQuery"
|
|
} |