File: control

package info (click to toggle)
node-config 3.3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 820 kB
  • sloc: javascript: 3,463; sh: 26; xml: 13; makefile: 4
file content (35 lines) | stat: -rw-r--r-- 1,207 bytes parent folder | download
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.