El .npmrc
a plusieurs entrées comme celle-ci :
//registry.npmjs.org/:_authToken=<sometoken>
//my.privateregistry.com/:_authToken=<sometoken>
Il peut aussi y avoir des entrées complètement différentes dans .npmrc
.
Comment puis-je analyser <sometoken>
utiliser un script bash pour un registre particulier en spécifiant son URL comme suit registry.npmjs.org
comme paramètre pour un script bash ?