{"id":18080849,"url":"https://github.com/pdehaan/strip-utm","last_synced_at":"2025-08-19T02:36:39.384Z","repository":{"id":26704579,"uuid":"30161701","full_name":"pdehaan/strip-utm","owner":"pdehaan","description":"Removes utm tracking codes from a URL query string.","archived":false,"fork":false,"pushed_at":"2015-02-01T22:52:51.000Z","size":136,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-02T00:07:41.445Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pdehaan.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":"2015-02-01T22:09:01.000Z","updated_at":"2024-04-14T23:43:03.000Z","dependencies_parsed_at":"2022-06-27T17:19:32.241Z","dependency_job_id":null,"html_url":"https://github.com/pdehaan/strip-utm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pdehaan/strip-utm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdehaan%2Fstrip-utm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdehaan%2Fstrip-utm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdehaan%2Fstrip-utm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdehaan%2Fstrip-utm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pdehaan","download_url":"https://codeload.github.com/pdehaan/strip-utm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pdehaan%2Fstrip-utm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271090990,"owners_count":24697705,"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","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"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":[],"created_at":"2024-10-31T13:10:48.512Z","updated_at":"2025-08-19T02:36:39.329Z","avatar_url":"https://github.com/pdehaan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# strip-utm\n\nRemoves utm tracking codes from a URL query string.\n\n## Installation\n\n```sh\n$ npm install strip-utm --save\n```\n\n## Usage\n\n```js\nvar stripUtm = require('./strip-utm');\n\nvar theUrl = 'http://example.com/?utm_campaign=RSS-Feedburner-All-Partial\u0026utm_cid=RSS-Feedburner-All-Partial\u0026utm_medium=feed\u0026utm_source=feedly\u0026utm_reader=feedly\u0026z=last\u0026m=middle\u0026a=first\u0026t=upper-middle';\n\nconsole.log(stripUtm(theUrl));\n```\n\n### Output:\n\n```\nhttp://example.com/?a=first\u0026m=middle\u0026t=upper-middle\u0026z=last\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdehaan%2Fstrip-utm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpdehaan%2Fstrip-utm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpdehaan%2Fstrip-utm/lists"}