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 34 35
|
Source: node-config
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 13),
dh-sequence-nodejs,
node-json5 <!nocheck>,
node-js-yaml <!nocheck>,
node-typescript <!nocheck>,
node-vows <!nocheck>,
ts-node <!nocheck>,
Standards-Version: 4.6.1
Homepage: https://github.com/lorenwest/node-config
Vcs-Git: https://salsa.debian.org/js-team/node-config.git
Vcs-Browser: https://salsa.debian.org/js-team/node-config
Rules-Requires-Root: no
Package: node-config
Architecture: all
Depends:
node-json5 (>= 2.1.1),
${misc:Depends},
Description: configuration control for production Node deployments
Node-config organizes hierarchical configurations for application deployments.
.
It allows defining a set of default parameters, and extend them for different
deployment environments (development, qa, staging, production, etc.).
.
Configurations are stored in configuration files within an application, and can
be overridden and extended by environment variables, command line parameters,
or external sources.
|