{"id":16293746,"url":"https://github.com/axetroy/git-url-parse","last_synced_at":"2026-05-08T01:45:46.784Z","repository":{"id":56831318,"uuid":"83660567","full_name":"axetroy/git-url-parse","owner":"axetroy","description":"A high level git url parser for common git providers.","archived":false,"fork":false,"pushed_at":"2020-03-11T03:57:09.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-15T05:15:25.742Z","etag":null,"topics":["dart","git","github","parse","url"],"latest_commit_sha":null,"homepage":"https://pub.dartlang.org/packages/git_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}},"created_at":"2017-03-02T09:36:29.000Z","updated_at":"2017-03-02T09:39:36.000Z","dependencies_parsed_at":"2022-09-09T17:11:37.541Z","dependency_job_id":null,"html_url":"https://github.com/axetroy/git-url-parse","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axetroy%2Fgit-url-parse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axetroy%2Fgit-url-parse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axetroy%2Fgit-url-parse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axetroy%2Fgit-url-parse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axetroy","download_url":"https://codeload.github.com/axetroy/git-url-parse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248027412,"owners_count":21035594,"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":["dart","git","github","parse","url"],"created_at":"2024-10-10T20:12:15.041Z","updated_at":"2026-05-08T01:45:41.739Z","avatar_url":"https://github.com/axetroy.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-url-parse\n\n[![Build Status](https://travis-ci.org/axetroy/git-url-parse.svg?branch=master)](https://travis-ci.org/axetroy/git-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\nA high level git url parser for common git providers.\n\n## Usage\n\n```dart\nimport 'package:git_url_parse/git-url-parse.dart' show gitUrlParse;\n\nvoid main(){\n  Map\u003cString,dynamic\u003e gitUrlInfo = gitUrlParse('https+git@github.com:gpmer/gpm.js.git');\n  \n  print(urlInfo);\n}\n```\n\n```\n# print out\n{\n  \"href\": \"https+git@github.com:gpmer/gpm.js.git\",\n  \"protocols\": [\n    \"https\",\n    \"git\"\n  ],\n  \"protocol\": \"https\",\n  \"port\": 443,\n  \"host\": \"github.com\",\n  \"user\": \"gpmer\",\n  \"password\": \"\",\n  \"origin\": \"https+git@github.com\",\n  \"path\": \"/gpm.js.git\",\n  \"query\": \"\",\n  \"hash\": \"\",\n  \"source\": \"github.com\",\n  \"name\": \"gpm.js\",\n  \"owner\": \"gpmer\",\n  \"full_name\": \"gpmer/gpm.js\"\n}\n```\n\n## Test\n\n```bash\n./TEST\n```\n\n## Contribute\n\n```bash\ngit clone https://github.com/axetroy/git-url-parse.git\ncd ./git-url-parse\npub get\n./TEST\n```\n\n## LICENSE\n\nThe [MIT License](https://github.com/axetroy/git-url-parse/blob/master/LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxetroy%2Fgit-url-parse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxetroy%2Fgit-url-parse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxetroy%2Fgit-url-parse/lists"}