{"id":20251868,"url":"https://github.com/osdevisnot/vanillajs","last_synced_at":"2025-03-03T16:41:20.286Z","repository":{"id":44145745,"uuid":"180098516","full_name":"osdevisnot/vanillajs","owner":"osdevisnot","description":"high quality, evergreen vanilla javascript utilities.","archived":false,"fork":false,"pushed_at":"2023-01-05T00:58:00.000Z","size":2029,"stargazers_count":1,"open_issues_count":15,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-14T02:47:40.453Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/osdevisnot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-08T07:56:41.000Z","updated_at":"2019-11-19T02:11:53.000Z","dependencies_parsed_at":"2023-02-03T03:01:52.896Z","dependency_job_id":null,"html_url":"https://github.com/osdevisnot/vanillajs","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osdevisnot%2Fvanillajs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osdevisnot%2Fvanillajs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osdevisnot%2Fvanillajs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osdevisnot%2Fvanillajs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osdevisnot","download_url":"https://codeload.github.com/osdevisnot/vanillajs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241702645,"owners_count":20006015,"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-11-14T10:13:27.270Z","updated_at":"2025-03-03T16:41:20.267Z","avatar_url":"https://github.com/osdevisnot.png","language":"TypeScript","readme":"# vanillajs\n\ntiny, evergreen, vanilla js utilities\n\n[![Build Status](https://travis-ci.org/osdevisnot/vanillajs.svg?branch=master)](https://travis-ci.org/osdevisnot/vanillajs)\n[![Coverage Status](https://coveralls.io/repos/github/osdevisnot/vanillajs/badge.svg?branch=master)](https://coveralls.io/github/osdevisnot/vanillajs?branch=master)\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\n## packages overview\n\n| Package                                | NPM Version                                                          | Size                                                                                                                                                                                  | Description                         |\n| -------------------------------------- | -------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- |\n| [@vanillajs/emitter](packages/emitter) | ![npm (scoped)](https://img.shields.io/npm/v/@vanillajs/emitter.svg) | [![The Brotli size of @vanillajs/emitter](http://img.badgesize.io/https://unpkg.com/@vanillajs/emitter?compression=brotli\u0026label=Brotli%20Size)](https://unpkg.com/@vanillajs/emitter) | a tiny, vanillajs event emitter.    |\n| [@vanillajs/fetch](packages/fetch)     | ![npm (scoped)](https://img.shields.io/npm/v/@vanillajs/fetch.svg)   | [![The Brotli size of @vanillajs/fetch](http://img.badgesize.io/https://unpkg.com/@vanillajs/fetch?compression=brotli\u0026label=Brotli%20Size)](https://unpkg.com/@vanillajs/fetch)       | a tiny, vanillajs fetch wrapper.    |\n| [@vanillajs/hash](packages/hash)       | ![npm (scoped)](https://img.shields.io/npm/v/@vanillajs/hash.svg)    | [![The Brotli size of @vanillajs/hash](http://img.badgesize.io/https://unpkg.com/@vanillajs/hash?compression=brotli\u0026label=Brotli%20Size)](https://unpkg.com/@vanillajs/hash)          | a tiny, vanillajs string hash.      |\n| [@vanillajs/object](packages/object)   | ![npm (scoped)](https://img.shields.io/npm/v/@vanillajs/object.svg)  | [![The Brotli size of @vanillajs/object](http://img.badgesize.io/https://unpkg.com/@vanillajs/object?compression=brotli\u0026label=Brotli%20Size)](https://unpkg.com/@vanillajs/object)    | tiny, vanillajs object utilities.   |\n| [@vanillajs/router](packages/router)   | ![npm (scoped)](https://img.shields.io/npm/v/@vanillajs/router.svg)  | [![The Brotli size of @vanillajs/router](http://img.badgesize.io/https://unpkg.com/@vanillajs/router?compression=brotli\u0026label=Brotli%20Size)](https://unpkg.com/@vanillajs/router)    | a tiny, vanilla JS URL Router.      |\n| [@vanillajs/store](packages/store)     | ![npm (scoped)](https://img.shields.io/npm/v/@vanillajs/store.svg)   | [![The Brotli size of @vanillajs/store](http://img.badgesize.io/https://unpkg.com/@vanillajs/store?compression=brotli\u0026label=Brotli%20Size)](https://unpkg.com/@vanillajs/store)       | a tiny, vanilla JS State Container. |\n\n## License\n\n**@vanillajs** is licensed under the [MIT License](http://opensource.org/licenses/MIT).\n\nDocumentation is licensed under [Creative Common License](http://creativecommons.org/licenses/by/4.0/).\n\nCreated with ♥ by [@osdevisnot](https://github.com/osdevisnot) and [all contributors](https://github.com/osdevisnot/vanillajs/graphs/contributors).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosdevisnot%2Fvanillajs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosdevisnot%2Fvanillajs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosdevisnot%2Fvanillajs/lists"}