node-rc 1.2.8-2 source package in Ubuntu

Changelog

node-rc (1.2.8-2) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 13
  * Fix GitHub tags regex
  * Use dh-sequence-nodejs instead of pkg-js-tools
  * Update standards version to 4.6.1, no changes needed.
  * Fix filenamemangle

 -- Yadd <email address hidden>  Tue, 20 Sep 2022 17:25:40 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-rc_1.2.8-2.dsc 1.9 KiB 82f6579c381c1e801d95a66cec12d1204c6f8a3060ceb595f9f88da4fa5e6408
node-rc_1.2.8.orig.tar.gz 7.0 KiB 03a5fae485203eb424dd3e9b1c4cf9ce3d04c03b154cb4fb6604497815cae93b
node-rc_1.2.8-2.debian.tar.xz 3.8 KiB d4e5f60715795bccec2d7f2dc81eb392b4405de317132c9d9aef024aa928ed7c

Available diffs

No changes file available.

Binary packages built by this source

node-rc: find, load, flatten json or ini application configuration

 This Node.js module finds and loads configuration files in the usual
 places, loads them, and flatten them in that order:
  - command line arguments (parsed by minimist)
  - environment variables prefixed with $appname_
  - config file path given as `--config` argument
  - .rc in parents folders, in home, or /etc
  - .config/$appname or .config/$appname/config in home
  - /etc/$appname/config
 It is also possible to set a custom command-line options parser
 or a custom configuration file parser.
 .
 Node.js is an event-based server-side JavaScript engine