Source: node-npmrc
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Marcelo Jorge Vieira <metal@debian.org>
#Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 12)
 , help2man
 , node-tape <!nocheck>
 , node-rimraf <!nocheck>
 , node-mkdirp <!nocheck>
 , node-xtend <!nocheck>
 , pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.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
Rules-Requires-Root: no

Package: node-npmrc
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Suggests: npm
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.
