mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-25 20:37:48 +08:00
25 lines
752 B
JSON
25 lines
752 B
JSON
{
|
|
"name": "JQuery",
|
|
"author": "Andrew Horton, Eric Sesterhenn, Janosch Maier @Phylu",
|
|
"version": "0.5",
|
|
"description": "A fast, concise, JavaScript that simplifies how to traverse HTML documents, handle events, perform animations, and add AJAX.",
|
|
"website": "http://jquery.com/",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:<script [^>]*jquery)"
|
|
},
|
|
{
|
|
"offset": 1,
|
|
"regexp": "(?-mix:jquery(\\.min)?\\.js\\?ver=([0-9\\.]+)['\"])"
|
|
},
|
|
{
|
|
"offset": 0,
|
|
"regexp": "(?-mix:jquery\\/([0-9\\.]+)\\/jquery(\\.min)?\\.js)"
|
|
},
|
|
{
|
|
"offset": 0,
|
|
"regexp": "(?-mix:jquery-([0-9\\.]+)(\\.min)?\\.js)"
|
|
}
|
|
]
|
|
}
|