node-rc 1.1.6-2 source package in Ubuntu

Changelog

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

  * Remove useless debian/tests/require file
  * Use test target in Test-Command

 -- Jérémy Lal <email address hidden>  Mon, 11 Apr 2016 23:37:24 +0200

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
Bionic release universe misc

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-rc_1.1.6-2.dsc 1.9 KiB d5a27a1f16b023eb419b8f178499719f5d7dcc36f160a19ddab5c04609048971
node-rc_1.1.6.orig.tar.gz 6.3 KiB 3703ec2a699bd501b1a673deb65d3659735c871459dfcb6d860f7e6a104702ff
node-rc_1.1.6-2.debian.tar.xz 2.5 KiB d665c10baebf9d9dd332c0775a50f397fe7fcd1be1092727fd494f83c9656a29

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