Files
Xes 73154ae174
Behat tests 1.11.x 🐞 / PHP 7.4 Test on ubuntu-latest (push) Canceled after 0s
PHP-CS-Fixer / composer_install (7.4) (push) Canceled after 0s
Chamilo 1.11.40 (ZIP oficial v1.11.40)
Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip
sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439
Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
2026-08-06 17:59:45 +02:00

41 lines
1.4 KiB
JSON

{
"name": "jscroll",
"version": "2.2.4",
"title": "jScroll - jQuery Plugin for Infinite Scrolling / Auto-Paging",
"author": {
"name": "Philip KLauzinski",
"url": "http://klauzinski.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
{
"type": "GPL-2.0",
"url": "http://opensource.org/licenses/GPL-2.0"
}
],
"dependencies": {
"jquery": ">=1.4.3"
},
"description": "jScroll is a jQuery plugin allowing you to effortlessly implement infinite scrolling, lazy loading, or whatever catchy phrase you may know it as, within a web page or web/HTML5 application. jScroll allows you to initiate an auto-paged AJAX fetch triggered by scrolling within a fixed-height div, or from scrolling the window object. A real-world example of this behavior is your Facebook News Feed, which automatically loads content as you scroll down and reach the end of the page.",
"keywords": [
"infinite-scrolling",
"lazy-loading",
"auto-paging",
"infinite",
"scroll",
"scrolling",
"lazy",
"auto",
"loading",
"paging",
"ajax",
"html5"
],
"homepage": "http://jscroll.com",
"demo": "http://jscroll.com/#examples",
"docs": "http://jscroll.com",
"bugs": "https://github.com/pklauzinski/jscroll/issues"
}