1--- 2title: npm-stars 3section: 1 4description: View packages marked as favorites 5--- 6 7### Synopsis 8 9```bash 10npm stars [<user>] 11``` 12 13Note: This command is unaware of workspaces. 14 15### Description 16 17If you have starred a lot of neat things and want to find them again 18quickly this command lets you do just that. 19 20You may also want to see your friend's favorite packages, in this case 21you will most certainly enjoy this command. 22 23### Configuration 24 25#### `registry` 26 27* Default: "https://registry.npmjs.org/" 28* Type: URL 29 30The base URL of the npm registry. 31 32 33 34### See Also 35 36* [npm star](/commands/npm-star) 37* [npm unstar](/commands/npm-unstar) 38* [npm view](/commands/npm-view) 39* [npm whoami](/commands/npm-whoami) 40* [npm adduser](/commands/npm-adduser) 41