{"id":15511686,"url":"https://github.com/1000ch/reachable-urls","last_synced_at":"2025-03-15T12:30:26.750Z","repository":{"id":17187397,"uuid":"81213439","full_name":"1000ch/reachable-urls","owner":"1000ch","description":"Check URLs are reachable in text 🕵️","archived":false,"fork":false,"pushed_at":"2024-08-05T07:01:42.000Z","size":2266,"stargazers_count":29,"open_issues_count":7,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-27T01:13:32.650Z","etag":null,"topics":["link","nodejs","reachability","url"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/reachable-urls","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/1000ch.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"1000ch"}},"created_at":"2017-02-07T13:55:01.000Z","updated_at":"2024-09-03T04:53:49.000Z","dependencies_parsed_at":"2024-08-05T08:11:05.884Z","dependency_job_id":null,"html_url":"https://github.com/1000ch/reachable-urls","commit_stats":{"total_commits":111,"total_committers":3,"mean_commits":37.0,"dds":"0.15315315315315314","last_synced_commit":"4fb0c201f7f8a3a0f7dd0a1afdcbb6143272c19f"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1000ch%2Freachable-urls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1000ch%2Freachable-urls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1000ch%2Freachable-urls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1000ch%2Freachable-urls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1000ch","download_url":"https://codeload.github.com/1000ch/reachable-urls/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243730825,"owners_count":20338722,"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":["link","nodejs","reachability","url"],"created_at":"2024-10-02T09:53:10.728Z","updated_at":"2025-03-15T12:30:26.308Z","avatar_url":"https://github.com/1000ch.png","language":"JavaScript","funding_links":["https://github.com/sponsors/1000ch"],"categories":["JavaScript"],"sub_categories":[],"readme":"# reachable-urls [![test](https://github.com/1000ch/reachable-urls/actions/workflows/test.yml/badge.svg)](https://github.com/1000ch/reachable-urls/actions/workflows/test.yml)\n\nCheck URLs are reachable in text.\n\n![screenshot](screenshot.gif)\n\n## Install\n\n```bash\n$ npm install --save reachable-urls\n```\n\n## Usage\n\n### CLI\n\n```bash\nUsage\n  $ reachable-urls [\u003cfile|glob\u003e ...]\n\nOptions\n  --compact       Show only not-reachable URLs\n  --help          Show help\n  --silent        Exit with success always\n  --stdin         Check string from stdin\n  --version       Show version\n```\n\n### JavaScript\n\n```javascript\nimport assert from 'assert';\nimport reachableUrls from 'reachable-urls';\n\nreachableUrls('https://foobarbaz.com https://github.com').then(result =\u003e {\n  assert.deepEqual(result, {\n    'https://github.com': true,\n    'https://foobarbaz.com': false\n  });\n});\n```\n\n## License\n\n[MIT](https://1000ch.mit-license.org) © [Shogo Sensui](https://github.com/1000ch)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1000ch%2Freachable-urls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1000ch%2Freachable-urls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1000ch%2Freachable-urls/lists"}