sapegin/package-repo-url

Parse more repository types

Open

#13 opened on Sep 25, 2022

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (0 forks)github user discovery
help wanted

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (PR metrics pending)

Description

As seen on the NPM docs there are more repository types:

{
  "repository": "npm/npm",
  "repository": "github:user/repo",
  "repository": "gist:11081aaa281",
  "repository": "bitbucket:user/repo",
  "repository": "gitlab:user/repo"
}

The first one is supported, but linked to GitHub, which should be NPM I think.

Contributor guide