{"id":17882432,"url":"https://github.com/craigmc08/url-validate","last_synced_at":"2025-04-03T02:13:34.420Z","repository":{"id":57387671,"uuid":"109143153","full_name":"craigmc08/url-validate","owner":"craigmc08","description":"Validates URLs.","archived":false,"fork":false,"pushed_at":"2017-11-02T10:32:50.000Z","size":8,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-08T16:15:57.743Z","etag":null,"topics":["url","url-validation"],"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/craigmc08.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":"2017-11-01T14:41:16.000Z","updated_at":"2018-04-22T22:57:27.000Z","dependencies_parsed_at":"2022-09-26T16:50:58.289Z","dependency_job_id":null,"html_url":"https://github.com/craigmc08/url-validate","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craigmc08%2Furl-validate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craigmc08%2Furl-validate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craigmc08%2Furl-validate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/craigmc08%2Furl-validate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/craigmc08","download_url":"https://codeload.github.com/craigmc08/url-validate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246922246,"owners_count":20855345,"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","url-validation"],"created_at":"2024-10-28T12:55:34.079Z","updated_at":"2025-04-03T02:13:34.393Z","avatar_url":"https://github.com/craigmc08.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# url-validate\nValidates URLS.\n\n### Example\n```js\nconst validateURL = require('url-validate');\n\nvalidateURL('https://google.com');\n// Returns true\n\nvalidateURL('google.com');\n// Returns true\n\nvalidateURL('192.168.1.1');\n// Returns true\n```\nDoes not support ports (such as `google.com:8080`), yet.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcraigmc08%2Furl-validate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcraigmc08%2Furl-validate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcraigmc08%2Furl-validate/lists"}