maitxn/version-bump-tar
@reggi/path-to-regexp
dependabot/npm_and_yarn/main/copy-to-clipboard-4.0.2
dependabot/npm_and_yarn/main/eslint-10.4.0
dependabot/npm_and_yarn/main/npmcli/eslint-config-7.0.0
dependabot/npm_and_yarn/main/proc-log-7.0.0
dependabot/npm_and_yarn/npm_and_yarn-826852524d
dependabot/npm_and_yarn/npm_and_yarn-ab9a7f4bc2
deprecate-totp-2fa
dhei/classic-tokens
gat-bypass-2fa-docs
jpg619/fix-accessibility-content-flow
jpg619/version-bump-tar-2
kartykp/gat-bypass-2fa-docs
kartykp/upgrade-path-to-regex
main
maitxn/version-bump-tar
patch-1
reggi/cache-based-on-version
reggi/dev-engines
reggi/fix-transform-prettier
reggi/overrides
update-search-sensitivity
| 1 | --- |
| 2 | title: npm-stars |
| 3 | section: 1 |
| 4 | description: View packages marked as favorites |
| 5 | github_repo: npm/cli |
| 6 | github_branch: release/v9 |
| 7 | github_path: docs/lib/content/commands/npm-stars.md |
| 8 | redirect_from: |
| 9 | - /cli-documentation/v9/cli-commands/npm-stars |
| 10 | - /cli-documentation/v9/cli-commands/stars |
| 11 | - /cli-documentation/v9/commands/npm-stars |
| 12 | - /cli-documentation/v9/commands/stars |
| 13 | - /cli-documentation/v9/npm-stars |
| 14 | - /cli-documentation/v9/stars |
| 15 | - /cli/v9/cli-commands/npm-stars |
| 16 | - /cli/v9/cli-commands/stars |
| 17 | - /cli/v9/commands/stars |
| 18 | - /cli/v9/npm-stars |
| 19 | - /cli/v9/stars |
| 20 | --- |
| 21 | |
| 22 | ### Synopsis |
| 23 | |
| 24 | ```bash |
| 25 | npm stars [<user>] |
| 26 | ``` |
| 27 | |
| 28 | Note: This command is unaware of workspaces. |
| 29 | |
| 30 | ### Description |
| 31 | |
| 32 | If you have starred a lot of neat things and want to find them again quickly this command lets you do just that. |
| 33 | |
| 34 | You may also want to see your friend's favorite packages, in this case you will most certainly enjoy this command. |
| 35 | |
| 36 | ### Configuration |
| 37 | |
| 38 | #### `registry` |
| 39 | |
| 40 | - Default: "https://registry.npmjs.org/" |
| 41 | - Type: URL |
| 42 | |
| 43 | The base URL of the npm registry. |
| 44 | |
| 45 | ### See Also |
| 46 | |
| 47 | - [npm star](/cli/v9/commands/npm-star) |
| 48 | - [npm unstar](/cli/v9/commands/npm-unstar) |
| 49 | - [npm view](/cli/v9/commands/npm-view) |
| 50 | - [npm whoami](/cli/v9/commands/npm-whoami) |
| 51 | - [npm adduser](/cli/v9/commands/npm-adduser) |