{"id":22487087,"url":"https://github.com/wieringen/tinyscrollbar","last_synced_at":"2025-04-16T15:49:46.489Z","repository":{"id":7384993,"uuid":"8713144","full_name":"wieringen/tinyscrollbar","owner":"wieringen","description":"A lightweight cross browser javascript scrollbar.","archived":false,"fork":false,"pushed_at":"2021-02-08T02:14:59.000Z","size":306,"stargazers_count":398,"open_issues_count":27,"forks_count":202,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-04-06T21:17:06.769Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://baijs.com/tinyscrollbar","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wieringen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-11T20:57:52.000Z","updated_at":"2024-05-30T16:41:34.000Z","dependencies_parsed_at":"2022-08-19T14:00:28.322Z","dependency_job_id":null,"html_url":"https://github.com/wieringen/tinyscrollbar","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieringen%2Ftinyscrollbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieringen%2Ftinyscrollbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieringen%2Ftinyscrollbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wieringen%2Ftinyscrollbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wieringen","download_url":"https://codeload.github.com/wieringen/tinyscrollbar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249256919,"owners_count":21239079,"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-12-06T17:15:52.368Z","updated_at":"2025-04-16T15:49:46.467Z","avatar_url":"https://github.com/wieringen.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","13. 页面交互"],"sub_categories":["13.19 滚动条(Scrollbar) ###","13.19 滚动条(Scrollbar)"],"readme":"[tinyscrollbar](http://baijs.com/tinyscrollbar) [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![NPM version][npm-image]][npm-url]\n==================================================\n\n** HELP MAINTAINER NEEDED!! **\n\nEnvironments in which to use tinyscrollbar\n--------------------------------------\n\n- Browser support differs between the jQuery plugin and the plain Javascript microlib. Specifically, the plain Javascript microlib does not support legacy browsers such as IE6-8. Use the jQuery plugin release if support for those browsers is required.\n- Tinyscrollbar can also be used in Node, browser extensions, and other non-browser environments.\n\nWhat you need to build your own version of tinyscrollbar\n--------------------------------------\n\nIn order to build tinyscrollbar, you need to have Node.js/npm, and git 1.7 or later installed.\n\n\nHow to build your own tinyscrollbar\n----------------------------\n\nFirst, clone a copy of the main tinyscrollbar git repo by running:\n\n```bash\ngit clone git://github.com/wieringen/tinyscrollbar.git\n```\n\nInstall the grunt-cli package so that you will have the correct version of grunt available from any project that needs it. This should be done as a global install:\n\n```bash\nnpm install -g grunt-cli\n```\n\nEnter the tinyscrollbar directory and install the Node dependencies, this time *without* specifying a global install:\n\n```bash\ncd tinyscrollbar \u0026\u0026 npm install\n```\n\nMake sure you have `grunt` installed by testing:\n\n```bash\ngrunt -version\n```\n\nThen, to get a complete, minified (w/ Uglify.js), linted (w/ JSHint) version of tinyscrollbar, type the following:\n\n```bash\ngrunt\n```\n\nThe build version of tinyscrollbar will be put in the `dist/` subdirectory, along with the minified copy and associated map file.\n\n\nQuestions?\n----------\n\nIf you have any questions, please feel free to email [me](mailto:wieringen@gmail.com).\n\n[travis-image]: https://travis-ci.org/wieringen/tinyscrollbar.svg?branch=master\n[travis-url]: https://travis-ci.org/wieringen/tinyscrollbar\n\n[coveralls-image]: https://img.shields.io/coveralls/wieringen/tinyscrollbar/master.svg\n[coveralls-url]: https://coveralls.io/r/wieringen/tinyscrollbar?branch=master\n\n[npm-image]: https://badge.fury.io/js/tinyscrollbar.png\n[npm-url]: http://badge.fury.io/js/tinyscrollbar\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwieringen%2Ftinyscrollbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwieringen%2Ftinyscrollbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwieringen%2Ftinyscrollbar/lists"}