Source: node-lilconfig
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
Standards-Version: 4.7.4
Homepage: https://github.com/antonk52/lilconfig#readme
Vcs-Git: https://salsa.debian.org/js-team/node-lilconfig.git
Vcs-Browser: https://salsa.debian.org/js-team/node-lilconfig


Package: node-lilconfig
Architecture: all
Depends:
 ${misc:Depends}
 ,
Multi-Arch: foreign
Description: lightweight config loader for Node.js
 Lilconfig is a small, flexible utility that searches for
 and loads configuration files in a variety of formats,
 making it easy for tools to discover user‑defined settings
 without enforcing a specific file type or location.
 .
 It walks up directory trees, checks common config filenames, and
 returns parsed results, giving developers a simple,
 predictable way to integrate configuration discovery into
 their own modules
 .
 Node.js is an event-based server-side JavaScript engine.
