node-npmrc 1.1.1-3 source package in Ubuntu

Changelog

node-npmrc (1.1.1-3) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Apply multi-arch hints. + node-npmrc: Add Multi-Arch: foreign.

  [ Yadd ]
  * Fix version for help2man (Closes: #949579)
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.0, no changes needed.
  * Use dh-sequence-nodejs instead of pkg-js-tools
  * Update nodejs dependency to nodejs:any
  * Fix test for nodejs >= 14
  * Update autopkgtest: pkg-js-autopkgtest is now able to launch "require"
    test here

 -- Yadd <email address hidden>  Wed, 23 Mar 2022 09:48:45 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-npmrc_1.1.1-3.dsc 2.1 KiB 9b9441076615c1c68a13d213d163d942125fee1cfd92d830eba8a52be2bed8de
node-npmrc_1.1.1.orig.tar.gz 6.4 KiB 776536136a1b7cd3696bb9c8449529652c8a94b9aa37764d95225e840956c7cf
node-npmrc_1.1.1-3.debian.tar.xz 3.5 KiB f4d27efa0438c97d47ba3234e51b865dca42527a22537976c03cc3926ec83b11

Available diffs

No changes file available.

Binary packages built by this source

node-npmrc: 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.