{"id":28515991,"url":"https://github.com/thybag/urlparse","last_synced_at":"2025-07-05T17:31:03.410Z","repository":{"id":66565902,"uuid":"1991254","full_name":"thybag/UrlParse","owner":"thybag","description":"A simple JavaScript URL Parsing Utility","archived":false,"fork":false,"pushed_at":"2011-10-07T17:29:49.000Z","size":95,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-09T03:37:41.049Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thybag.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-07-03T14:29:57.000Z","updated_at":"2019-07-14T17:18:34.000Z","dependencies_parsed_at":"2023-02-20T06:35:23.264Z","dependency_job_id":null,"html_url":"https://github.com/thybag/UrlParse","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thybag/UrlParse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thybag%2FUrlParse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thybag%2FUrlParse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thybag%2FUrlParse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thybag%2FUrlParse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thybag","download_url":"https://codeload.github.com/thybag/UrlParse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thybag%2FUrlParse/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263778348,"owners_count":23509977,"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":"2025-06-09T03:31:37.418Z","updated_at":"2025-07-05T17:31:03.405Z","avatar_url":"https://github.com/thybag.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"UrlParse - A simple URL parser for JavaScript\n---------------------\nUrlParse aims to make extracting the part of a URL your interested in a more straightforward proccess.\n\nTo try it out use the demo.htm packaged alongside the urlParse.js code.\n\n**Tested in:**\n\n * Chrome\n * Firefox\n * IE 9\n\n**Usage Examples:**\n\n     //Example 1\n     var test = urlParse(\"http://www.sub.domain.com:1337/test/sample.php?queryArg1=Hello\u0026queryArg2=Goodby\");\n     alert(test.getQueryParam('queryArg2')); // \"goodbye\"\n     alert(test.getPort()); // \"1337\"\n     alert(test.getHost()); // \"www.sub.domain.com\"\n     alert(test.getPath()); // \"/test/sample.php\"\n     //Example 2\n     alert(urlParse(\"http://test.com:17/?a=Cake\u0026b=Cheese\").getQueryParam('a')); // \"Cake\"","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthybag%2Furlparse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthybag%2Furlparse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthybag%2Furlparse/lists"}