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)