{"id":13582871,"url":"https://github.com/watson/http-traceroute","last_synced_at":"2025-07-16T12:34:57.528Z","repository":{"id":57268403,"uuid":"50581104","full_name":"watson/http-traceroute","owner":"watson","description":"A command line tool for following and showing HTTP redirects for a given URL","archived":false,"fork":false,"pushed_at":"2020-03-28T12:08:50.000Z","size":55,"stargazers_count":60,"open_issues_count":4,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-01T20:03:26.227Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/watson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-28T12:23:14.000Z","updated_at":"2024-08-22T08:08:14.000Z","dependencies_parsed_at":"2022-09-02T05:41:04.336Z","dependency_job_id":null,"html_url":"https://github.com/watson/http-traceroute","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/watson/http-traceroute","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watson%2Fhttp-traceroute","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watson%2Fhttp-traceroute/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watson%2Fhttp-traceroute/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watson%2Fhttp-traceroute/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/watson","download_url":"https://codeload.github.com/watson/http-traceroute/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/watson%2Fhttp-traceroute/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265509549,"owners_count":23779378,"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-01T15:03:05.441Z","updated_at":"2025-07-16T12:34:57.458Z","avatar_url":"https://github.com/watson.png","language":"JavaScript","readme":"# http-traceroute\n\nA command line tool for following and showing HTTP redirects for a given\nURL. Similar to the `traceroute` unix tool.\n\n![screen shot 2016-02-22 at 12 43 13](https://cloud.githubusercontent.com/assets/10602/13217317/ec317342-d961-11e5-9810-9773569387e0.png)\n\n[![Build status](https://travis-ci.org/watson/http-traceroute.svg?branch=master)](https://travis-ci.org/watson/http-traceroute)\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)\n\n## Installation\n\nInstall globally as a CLI:\n\n```\nnpm install http-traceroute -g\n```\n\nInstall as a module:\n\n```\nnpm install --save http-traceroute\n```\n\n## CLI Usage\n\n```\nhttp-traceroute [url]\n```\n\n## Module Usage\n\n```js\nvar TraceRoute = require('http-traceroute')\n```\n\n```js\nvar trace = new TraceRoute('https://github.com')\n\ntrace.on('readable', function () {\n  var hop = null\n  while (hop = this.read()) {\n    console.log(hop)\n  }\n})\n\ntrace.on('error', function () {})\ntrace.on('end', function () {})\n```\n\n## License\n\nMIT\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwatson%2Fhttp-traceroute","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwatson%2Fhttp-traceroute","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwatson%2Fhttp-traceroute/lists"}