{"id":13432626,"url":"https://github.com/jaysalvat/vegas","last_synced_at":"2025-05-14T12:10:44.677Z","repository":{"id":43083621,"uuid":"1644480","full_name":"jaysalvat/vegas","owner":"jaysalvat","description":"Vegas is a jQuery/Zepto plugin to add beautiful backgrounds and Slideshows to DOM elements.","archived":false,"fork":false,"pushed_at":"2024-07-30T17:26:27.000Z","size":84345,"stargazers_count":1802,"open_issues_count":20,"forks_count":455,"subscribers_count":81,"default_branch":"master","last_synced_at":"2025-05-09T03:41:28.425Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://vegas.jaysalvat.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jaysalvat.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-04-21T08:32:02.000Z","updated_at":"2025-04-11T09:55:13.000Z","dependencies_parsed_at":"2024-09-30T14:00:52.708Z","dependency_job_id":"23b649e0-4b22-43ad-96c2-d836714ea7a6","html_url":"https://github.com/jaysalvat/vegas","commit_stats":{"total_commits":210,"total_committers":16,"mean_commits":13.125,"dds":"0.17142857142857137","last_synced_commit":"a749e724fbeb5cd1b13272a2784c7c2945dc138a"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaysalvat%2Fvegas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaysalvat%2Fvegas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaysalvat%2Fvegas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaysalvat%2Fvegas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaysalvat","download_url":"https://codeload.github.com/jaysalvat/vegas/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254140760,"owners_count":22021219,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T02:01:14.380Z","updated_at":"2025-05-14T12:10:44.640Z","avatar_url":"https://github.com/jaysalvat.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Sliders","Sliders [🔝](#readme)","UI","Uncategorized","幻灯片"],"sub_categories":["Runner","Uncategorized","运行器","运行器e2e测试"],"readme":"Vegas – Backgrounds and Slideshows\n==================================\n\n[![NPM version](https://badge.fury.io/js/vegas.svg)](https://badge.fury.io/js/vegas)\n[![Bower version](https://badge.fury.io/bo/vegas.svg)](https://badge.fury.io/bo/vegas)\n\nVegas is a [jQuery](https://jquery.com)/[Zepto](https://zeptojs.com) plugin \nto add beautiful backgrounds and Slideshows to DOM elements.\n\n**Important note:** Vegas 2 is not a drop-in replacement for version 1.x. It's a brand new plugin.\n\n#### Install\n\nDownload the [last version](https://jaysalvat.github.io/vegas/releases/latest/vegas.zip).\n\nOr use [Bower](https://bower.io/):\n\n    bower install vegas\n\nOr use [NPM](https://www.npmjs.org/):\n\n    npm install vegas\n\n#### Get started\n\nFirst, include either [jQuery](https://jquery.com) or [Zepto](https://zeptojs.com).\n\nThen...\n\n    $(function() {\n        $('body').vegas({\n            slides: [\n                { src: 'img1.jpg' },\n                { src: 'img2.jpg' },\n                { src: 'img3.jpg' }\n            ]\n        });\n    });\n\n### Official website\nhttps://vegas.jaysalvat.com/\n\n### Sin City demo\nhttps://vegas.jaysalvat.com/demo/\n\n### Documentation\nhttps://vegas.jaysalvat.com/documentation/\n\n#### Looking for Vegas v1?\n\nThe [Vegas v1 website](http://v1.vegas.jaysalvat.com) is still available but this version is not maintained anymore.\n\nContributing\n------------\n\nPlease don't edit files in the `dist` directory as they are generated via [Gulp](https://gulpjs.com). \nYou'll find source code in the `src` directory!\n\nInstall dependencies.\n\n    npm install\n\nRun watch task before editing code. \n\n    gulp watch\n\nRegarding code style like indentation and whitespace, **follow the conventions you see used in the source already.**\n\nLicense\n-------\n\n**The MIT License (MIT)**\n\nCopyright 2024 Jay Salvat\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaysalvat%2Fvegas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaysalvat%2Fvegas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaysalvat%2Fvegas/lists"}