Searching for packages
You can search for packages on GitHub and narrow the results using search qualifiers.
GitHub Package Registry is available with GitHub Free, GitHub Pro, GitHub Free for organizations, GitHub Team, GitHub Enterprise Cloud, and GitHub One. GitHub Package Registry is not available for private repositories owned by accounts using legacy per-repository plans. For more information, see "GitHub's products."
Neste artigo
- About searching for packages
- Searching within a user's or organization's packages
- Filtering by package visibility
Were you able to find what you were looking for?
Thank you! Your feedback has been submitted.
Anyone can search for packages they have access to.
About searching for packages
You can search for packages globally across all of GitHub, or search for packages within a particular organization. Para obter mais informações, consulte "Sobre a pesquisa no GitHub".
Dicas:
- Para obter uma lista de sintaxes de pesquisa que podem ser adicionadas a qualquer qualificador de pesquisa para melhorar ainda mais os resultados, consulte "Entender a sintaxe de pesquisa".
- Use aspas em termos de pesquisa com várias palavras. Por exemplo, se quiser pesquisar problemas com a etiqueta "In progress," pesquise
label:"in progress". A pesquisa não faz distinção entre maiúsculas e minúsculas.
Searching within a user's or organization's packages
To find packages owned by a certain user or organization, use the user or org qualifier.
| Qualificador | Exemplo |
|---|---|
user:USERNAME | user:codertocat matches packages owned by @codertocat |
org:ORGNAME | org:github matches packages owned by the GitHub organization |
Filtering by package visibility
To filter your search by whether a package is public or private, use the is qualifier.
| Qualificador | Exemplo |
|---|---|
is:public | is:public angular matches public packages that contain the word "angular" |
is:private | is:private php matches private packages that contain the word "php" |
Were you able to find what you were looking for?
Thank you! Your feedback has been submitted.

