{"id":19824744,"url":"https://github.com/stephangeorg/url-exists-deep","last_synced_at":"2025-05-01T13:31:41.733Z","repository":{"id":12285787,"uuid":"71449928","full_name":"StephanGeorg/url-exists-deep","owner":"StephanGeorg","description":"A deeper determination if a url exists.","archived":false,"fork":false,"pushed_at":"2023-02-12T12:18:06.000Z","size":721,"stargazers_count":5,"open_issues_count":6,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-21T15:10:02.425Z","etag":null,"topics":["url","validate"],"latest_commit_sha":null,"homepage":"","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/StephanGeorg.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-20T10:00:27.000Z","updated_at":"2025-03-22T14:05:05.000Z","dependencies_parsed_at":"2023-02-18T03:45:57.167Z","dependency_job_id":null,"html_url":"https://github.com/StephanGeorg/url-exists-deep","commit_stats":{"total_commits":62,"total_committers":4,"mean_commits":15.5,"dds":"0.17741935483870963","last_synced_commit":"47ec25a5fa00ffe5ab18f34d3929678c7b105f4a"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanGeorg%2Furl-exists-deep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanGeorg%2Furl-exists-deep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanGeorg%2Furl-exists-deep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StephanGeorg%2Furl-exists-deep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StephanGeorg","download_url":"https://codeload.github.com/StephanGeorg/url-exists-deep/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251881712,"owners_count":21659146,"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":["url","validate"],"created_at":"2024-11-12T11:05:45.295Z","updated_at":"2025-05-01T13:31:41.480Z","avatar_url":"https://github.com/StephanGeorg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# url-exists-deep [![npm version](https://badge.fury.io/js/url-exists-deep.svg)](https://badge.fury.io/js/url-exists-deep) ![Node CI](https://github.com/StephanGeorg/url-exists-deep/workflows/Node%20CI/badge.svg?branch=master\u0026event=push)\n\nA deeper determination if an URL exists.\n\nIt tests for:\n\n+ Domain available and accessible\n+ Url available and accessible\n+ Redirect available and accessible\n\nurl-exists-deep was developed for performance and accuracy. To check whether a url\nexists and is publicly accessible or not a HEAD request is sent, because this is much faster then a GET.\nMost hosts are responding correct. If the host responses with a 403 Forbidden a GET\nrequest with User-Agent and Accept header is sent.  \n\n## Installation\n\n```\n\u003e npm i url-exists-deep\n```\n\n## Usage\n\n```javascript\nimport urlExists from 'url-exists-deep';\n\n```\n\n```javascript\nconst url = 'https://www.google.com';\nconst exists = await urlExists(url);\n```\n\n\n## Result\n\nReturns ``false`` if url does not exists or ``` object ``` with url information.\n\nMakes a deeper determination if a url exists or not. To reduce false negative\nresponses.\n\n### Rewrites 301\n\nIf ```url``` redirects with 301 url-exists-deep follows the redirect and returns\nthe destination url if exists.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephangeorg%2Furl-exists-deep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephangeorg%2Furl-exists-deep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephangeorg%2Furl-exists-deep/lists"}