Source: node-pixl-config Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Joseph Nahmias , Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13), dh-nodejs, dh-sequence-nodejs, node-pixl-args , node-pixl-class , node-pixl-tools , Standards-Version: 4.7.4 Homepage: https://github.com/jhuckaby/pixl-config Vcs-Git: https://salsa.debian.org/js-team/node-pixl-config.git Vcs-Browser: https://salsa.debian.org/js-team/node-pixl-config Package: node-pixl-config Architecture: all Multi-Arch: foreign Depends: node-pixl-args, node-pixl-class, node-pixl-tools, ${misc:Depends}, Description: simple JSON config file loader for Node.js This module provides a simple interface to your application's JSON configuration file on disk. It will load and parse the file, and can automatically reload it when it changes (and emit an event when this happens). Command-line arguments are automatically merged in with your config (uses pixl-args), and treated as overrides. . Node.js is an event-based server-side JavaScript engine.