قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-21 22:47:43 +00:00

* Update jQuery to 3.6.1 * update other jquery libs & plugins * updates expected ui files * fix js to position widget preview list * updates expected ui files * updates expected ui files * Update jQuery to 3.6.3 * update expected test files * patch qtip for jquery3 compatibility * update expected test files * submodule updates * update expected test files * increase idle time for ui tests * add changelog * remove no longer needed jquery security patch see https://github.com/jquery/jquery/security/advisories/GHSA-gxr4-xjj5-5px2 * add patch note * update expected test files * more logging for ui test errors * update expected test file * adjust ui tests * update jquery to 3.6.4
29 خطوط
622 B
JSON
Vendored
29 خطوط
622 B
JSON
Vendored
{
|
|
"name": "jquery.scrollTo",
|
|
"description": "Lightweight, cross-browser and highly customizable animated scrolling with jQuery",
|
|
"homepage": "https://github.com/flesler/jquery.scrollTo",
|
|
"main": [
|
|
"./jquery.scrollTo.js"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"demo",
|
|
"tests",
|
|
"CHANGELOG",
|
|
"README.md",
|
|
"composer.json",
|
|
"package.json"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=1.8"
|
|
},
|
|
"keywords": [
|
|
"browser", "animated", "animation", "jquery",
|
|
"scrolling", "scroll", "links", "anchors"
|
|
],
|
|
"author": {
|
|
"name": "Ariel Flesler",
|
|
"web": "https://github.com/flesler/"
|
|
}
|
|
}
|