UNPKG

find-node-modules

Version:

Return an array of all parent node_modules directories

25 lines (17 loc) 377 B
--- section: cli-commands title: npm-whoami description: Display npm username --- # npm-whoami(1) ## Display npm username ### Synopsis ```bash npm whoami [--registry <registry>] ``` ### Description Print the `username` config to standard output. ### See Also * [npm config](/cli-commands/config) * [npmrc](/configuring-npm/npmrc) * [npm adduser](/cli-commands/adduser)