1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
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>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, help2man
, node-mkdirp <!nocheck>
, node-rimraf <!nocheck>
, node-tape <!nocheck>
, node-xtend <!nocheck>
, nodejs (>= 14) <!nocheck>
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.
|