{"id":17625152,"url":"https://github.com/neosiae/is-valid-http-url","last_synced_at":"2025-06-16T11:03:44.132Z","repository":{"id":44140176,"uuid":"123618383","full_name":"neosiae/is-valid-http-url","owner":"neosiae","description":"Check whether a string is a valid HTTP URL","archived":false,"fork":false,"pushed_at":"2023-01-04T21:46:46.000Z","size":596,"stargazers_count":7,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-05T14:54:01.112Z","etag":null,"topics":["http","nodejs","uri","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neosiae.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":"2018-03-02T18:56:12.000Z","updated_at":"2023-03-10T08:38:48.000Z","dependencies_parsed_at":"2023-02-02T21:01:15.494Z","dependency_job_id":null,"html_url":"https://github.com/neosiae/is-valid-http-url","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/neosiae%2Fis-valid-http-url","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neosiae%2Fis-valid-http-url/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neosiae%2Fis-valid-http-url/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neosiae%2Fis-valid-http-url/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neosiae","download_url":"https://codeload.github.com/neosiae/is-valid-http-url/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neosiae%2Fis-valid-http-url/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258797949,"owners_count":22759722,"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":["http","nodejs","uri","url","validation"],"created_at":"2024-10-22T22:08:18.899Z","updated_at":"2025-06-16T11:03:44.116Z","avatar_url":"https://github.com/neosiae.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# is-valid-http-url\n\n[![Build Status](https://travis-ci.org/neosiae/is-valid-http-url.svg?branch=master)](https://travis-ci.org/neosiae/is-valid-http-url)\n\nCheck whether a string is a valid HTTP URL\n\nThis module is based on a [gist](https://gist.github.com/dperini/729294) by [Diego Perini](https://github.com/dperini).\n\n## Install\n\nInstall is-valid-http-url using [npm](https://www.npmjs.com):\n\n\u003e npm install --save is-valid-http-url\n\nOr via [yarn](https://yarnpkg.com/en):\n\n\u003e yarn add is-valid-http-url\n\n## Usage\n\n```javascript\nconst isUrl = require(\"is-valid-http-url\");\n\nisUrl(\"http://example.com\"); // true\nisUrl(\"https://www.example.com/foo/?bar=baz\u0026inga=42\u0026quux\"); // true\n\nisUrl(\"example.com\"); // false\nisUrl(\"http://foo.bar?q=Spaces should be encoded\"); // false\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneosiae%2Fis-valid-http-url","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneosiae%2Fis-valid-http-url","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneosiae%2Fis-valid-http-url/lists"}