Source: node-npmrc Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Marcelo Jorge Vieira Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , help2man , node-mkdirp , node-rimraf , node-tape , node-xtend , nodejs (>= 14) Standards-Version: 4.6.0 Homepage: https://github.com/deoxxa/npmrc Vcs-Git: https://salsa.debian.org/js-team/node-npmrc.git Vcs-Browser: https://salsa.debian.org/js-team/node-npmrc Testsuite: autopkgtest-pkg-nodejs Rules-Requires-Root: no Package: node-npmrc Architecture: all Depends: ${misc:Depends} , nodejs:any Suggests: npm Multi-Arch: foreign Description: Switch between different .npmrc files If you use a private npm registry, you know the pain of switching between a bunch of different .npmrc files and manually managing symlinks. Let that be a problem no more! npmrc is here to save the day, by making it dead simple to switch out your .npmrc with a specific named version. It also tries to protect you from your own stupid self by making sure you don't accidentally overwrite an .npmrc that you actually want to keep.