{"id":16293868,"url":"https://github.com/axetroy/url-parse","last_synced_at":"2026-05-04T07:38:47.911Z","repository":{"id":145997529,"uuid":"83652653","full_name":"axetroy/url-parse","owner":"axetroy","description":"An advanced url parser supporting git urls too.","archived":false,"fork":false,"pushed_at":"2020-03-14T08:59:13.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T11:14:18.889Z","etag":null,"topics":["dart","dartlang","git","parser","url"],"latest_commit_sha":null,"homepage":"https://pub.dartlang.org/packages/url_parse","language":"Dart","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/axetroy.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":"2017-03-02T08:17:34.000Z","updated_at":"2017-03-02T08:37:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"ca827e0b-1048-4a9c-8ba5-b3e0e1917819","html_url":"https://github.com/axetroy/url-parse","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/axetroy/url-parse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axetroy%2Furl-parse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axetroy%2Furl-parse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axetroy%2Furl-parse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axetroy%2Furl-parse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axetroy","download_url":"https://codeload.github.com/axetroy/url-parse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axetroy%2Furl-parse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32599408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"online","status_checked_at":"2026-05-04T02:00:06.625Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["dart","dartlang","git","parser","url"],"created_at":"2024-10-10T20:12:37.785Z","updated_at":"2026-05-04T07:38:47.894Z","avatar_url":"https://github.com/axetroy.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# url-parse\n\n[![Build Status](https://travis-ci.org/axetroy/url-parse.svg?branch=master)](https://travis-ci.org/axetroy/url-parse)\n![License](https://img.shields.io/badge/license-MIT-green.svg)\n![Dart](https://img.shields.io/badge/dart-%3E=1.2.0-blue.svg?style=flat-square)\n\nAn advanced url parser supporting git urls too.\n\n## Usage\n\n```dart\nimport 'package:url_parse/url-parse.dart' show urlParse;\n\nvoid main(){\n  Map\u003cString,dynamic\u003e httpUrlInfo = urlParse('https://www.google.com');\n  Map\u003cString,dynamic\u003e gitUrlInfo = urlParse('git+https@github.com:axetroy/protocols.git');\n  \n  print(httpUrlInfo);\n  print(urlInfo);\n}\n```\n\n## Test\n\n```bash\n./TEST\n```\n\n## Contribute\n\n```bash\ngit clone https://github.com/axetroy/url-parse.git \u0026\u0026 cd ./url-parse\npub get\n./TEST\n```\n\n## LICENSE\n\nThe [MIT License](https://github.com/axetroy/url-parse/blob/master/LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxetroy%2Furl-parse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxetroy%2Furl-parse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxetroy%2Furl-parse/lists"}