Add jquery-migrate detection (#1975)

This plugins is used a lot by lazy dev who don't want to upgrade.

This commit can be tested [here](https://www.tinyclues.com/)

I also updated two jquery-related links to https.
main
jvoisin 7 years ago committed by Elbert Alias
parent 8c0eff01e0
commit d368a59f4a

@ -11274,7 +11274,16 @@
"/([\\d.]+)/jquery(?:\\.min)?\\.js\\;version:\\1",
"jquery.*\\.js(?:\\?ver(?:sion)?=([\\d.]+))?\\;version:\\1"
],
"website": "http://jquery.com"
"website": "https://jquery.com"
},
"jQuery Migrate": {
"cats": [
"12"
],
"icon": "jQuery.svg",
"implies": "jQuery",
"script": "jquery.migrate(?:-([\\d.]+rc\\d))?.*\\.js(?:\\?ver=([\\d.]+))?\\;version:\\1?\\1:\\2",
"website": "https://github.com/jquery/jquery-migrate"
},
"jQuery Mobile": {
"cats": [
@ -11283,7 +11292,7 @@
"icon": "jQuery Mobile.svg",
"implies": "jQuery",
"script": "jquery\\.mobile(?:-([\\d.]+rc\\d))?.*\\.js(?:\\?ver=([\\d.]+))?\\;version:\\1?\\1:\\2",
"website": "http://jquerymobile.com"
"website": "https://jquerymobile.com"
},
"jQuery Sparklines": {
"cats": [

Loading…
Cancel
Save