Are
npm config set <key> <value>
and
npm set <key> <value>
synonymous?
Configuration of npm init with both of this commands, add init configuration to /home/.npmrc
npm config set init.author.name 'Some One'
npm set init.author.email 'some@one.com