{"id":20393052,"url":"https://github.com/aichbauer/node-is-git-remote","last_synced_at":"2026-04-10T23:12:12.521Z","repository":{"id":25385751,"uuid":"103863424","full_name":"aichbauer/node-is-git-remote","owner":"aichbauer","description":"Check if a git remote repository exists","archived":false,"fork":false,"pushed_at":"2022-12-06T22:06:18.000Z","size":1451,"stargazers_count":0,"open_issues_count":14,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-04T20:40:52.414Z","etag":null,"topics":["check","git","is-git","nodejs","remote"],"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/aichbauer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2017-09-17T21:31:13.000Z","updated_at":"2020-04-03T22:57:03.000Z","dependencies_parsed_at":"2023-01-14T02:39:17.938Z","dependency_job_id":null,"html_url":"https://github.com/aichbauer/node-is-git-remote","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fnode-is-git-remote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fnode-is-git-remote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fnode-is-git-remote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aichbauer%2Fnode-is-git-remote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aichbauer","download_url":"https://codeload.github.com/aichbauer/node-is-git-remote/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241942488,"owners_count":20046350,"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":["check","git","is-git","nodejs","remote"],"created_at":"2024-11-15T03:47:09.536Z","updated_at":"2025-10-23T21:30:11.985Z","avatar_url":"https://github.com/aichbauer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# is-git-remote\n\n\u003e Check if a git remote repository exists\n\n[![Build Status](https://travis-ci.org/aichbauer/node-is-git-remote.svg?branch=master)](https://travis-ci.org/aichbauer/node-is-git-remote)\n[![Build status](https://ci.appveyor.com/api/projects/status/eatqdfs3a7uhniti?svg=true)](https://ci.appveyor.com/project/aichbauer/node-is-git-remote)\n[![codecov](https://codecov.io/gh/aichbauer/node-is-git-remote/branch/master/graph/badge.svg)](https://codecov.io/gh/aichbauer/node-is-git-remote)\n\n## Installation\n\n```sh\n$ npm i is-git-remote --save\n```\n\nor\n\n```sh\n$ yarn add is-git-remote\n```\n\n## Usage\n\n```js\nconst isGitRemote = require('is-git-remote'); // import isGitRemote from 'is-git-remote'\n\nisGitRemote('www.github.com/username/repo-that-exists'); // =\u003e true\n\nisGitRemote('https://www.github.com/username/repo-that-exists'); // =\u003e true\n\nisGitRemote('username/repo-that-exists', 'bitbucket.com'); // =\u003e true\n\n// automatically checks github if no host is provided\nisGitRemote('username/repo-that-not-exists'); // =\u003e false\n```\n\n## LICENSE\n\nMIT © Lukas Aichbauer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faichbauer%2Fnode-is-git-remote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faichbauer%2Fnode-is-git-remote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faichbauer%2Fnode-is-git-remote/lists"}