{"id":13596353,"url":"https://github.com/ua-parser/uap-core","last_synced_at":"2025-05-14T10:11:22.693Z","repository":{"id":14209517,"uuid":"16916235","full_name":"ua-parser/uap-core","owner":"ua-parser","description":"The regex file necessary to build language ports of Browserscope's user agent parser.","archived":false,"fork":false,"pushed_at":"2025-03-20T19:11:19.000Z","size":7382,"stargazers_count":783,"open_issues_count":125,"forks_count":458,"subscribers_count":55,"default_branch":"master","last_synced_at":"2025-04-09T22:09:18.600Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ua-parser.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2014-02-17T14:57:50.000Z","updated_at":"2025-04-01T06:21:49.000Z","dependencies_parsed_at":"2024-02-25T00:31:32.174Z","dependency_job_id":"80d398d8-0063-4e39-adaa-4ca3678aa271","html_url":"https://github.com/ua-parser/uap-core","commit_stats":{"total_commits":893,"total_committers":245,"mean_commits":"3.6448979591836737","dds":0.8421052631578947,"last_synced_commit":"c941f1d2cd528be1d597471e5c502a9dc0eb3ac8"},"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ua-parser%2Fuap-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ua-parser%2Fuap-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ua-parser%2Fuap-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ua-parser%2Fuap-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ua-parser","download_url":"https://codeload.github.com/ua-parser/uap-core/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119294,"owners_count":21050755,"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-08-01T16:02:20.218Z","updated_at":"2025-04-09T22:09:23.461Z","avatar_url":"https://github.com/ua-parser.png","language":"JavaScript","funding_links":["https://opencollective.com/ua-parser"],"categories":["JavaScript"],"sub_categories":[],"readme":"uap-core [![Build Status](https://secure.travis-ci.org/ua-parser/uap-core.svg?branch=master)](https://travis-ci.org/ua-parser/uap-core) [![Backers on Open Collective](https://opencollective.com/ua-parser/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/ua-parser/sponsors/badge.svg)](#sponsors) \n========\n\nThis repository contains the core of [BrowserScope][2]'s original [user agent string parser][3]: data collected over the years by [Steve Souders][4] and numerous other contributors, extracted into a separate [YAML file][5] so as to be reusable _as is_ by implementations in any programming language.\n\nThis repo itself does _not_ contain a parser: only the necessary data to build one. There exists a ref implementation, along with multiple, production-ready implementations in various programming languages.\n\nMaintainers\n-----------\n\n* [Com Menthol](https://github.com/commenthol)\n* [Lindsey Simon](https://github.com/elsigh) ([@elsigh](https://twitter.com/elsigh))\n* [Tobie Langel](https://github.com/tobie) ([@tobie](https://twitter.com/tobie))\n* [Louis Barthonet](https://github.com/lbarthon)\n* [Miguel de Moura](https://github.com/migueldemoura)\n\nCommunication channels\n-----------------------\n\n* \\#ua-parser on freenode \u003circ://chat.freenode.net#ua-parser\u003e\n* [mailing list](https://groups.google.com/forum/#!forum/ua-parser)\n\nContributing Changes to regexes.yaml\n------------------------------------\n\nPlease read the [contributors' guide](CONTRIBUTING.md)\n\n## Credits\n### Contributors\n\nThis project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].\n\u003cimg src=\"https://opencollective.com/ua-parser/contributors.svg?width=890\u0026button=false\" /\u003e\n\n\n### Backers\n\nThank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/ua-parser#backer)]\n\n\u003ca href=\"https://opencollective.com/ua-parser#backers\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/ua-parser/backers.svg?width=890\"\u003e\u003c/a\u003e\n\n\n### Sponsors\n\nSupport this project by becoming a sponsor. Your logo will show up here with a link to your website. [[Become a sponsor](https://opencollective.com/ua-parser#sponsor)]\n\n\u003ca href=\"https://opencollective.com/ua-parser/sponsor/0/website\" target=\"_blank\"\u003e\u003cimg src=\"https://opencollective.com/ua-parser/sponsor/0/avatar.svg\"\u003e\u003c/a\u003e\n\n\n\nLicense\n-------\n\nThe data contained in `regexes.yaml` is Copyright 2009 Google Inc. and available under the [Apache License, Version 2.0][6].\n\n[2]: http://www.browserscope.org\n[3]: http://code.google.com/p/ua-parser/\n[4]: http://stevesouders.com/\n[5]: https://raw.github.com/ua-parser/uap-core/master/regexes.yaml\n[6]: http://www.apache.org/licenses/LICENSE-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fua-parser%2Fuap-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fua-parser%2Fuap-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fua-parser%2Fuap-core/lists"}