Source: node-configstore Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-dot-prop (>= 7.2.0-3~) , node-graceful-fs , node-make-dir , node-tape , node-unique-string , node-write-file-atomic , node-xdg-basedir , rollup , terser Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-configstore Vcs-Git: https://salsa.debian.org/js-team/node-configstore.git Homepage: https://github.com/yeoman/configstore#readme Rules-Requires-Root: no Package: node-configstore Architecture: all Depends: ${misc:Depends} , node-dot-prop (>= 7) , node-graceful-fs , node-make-dir , node-unique-string , node-write-file-atomic , node-xdg-basedir Description: load and save config without having to think about where and how Easily load and persist config without having to think about where and how . Config is stored in a JSON file located in $XDG_CONFIG_HOME or ~/.config. Example: ~/.config/configstore/some-id.json . Node.js is an event-based server-side JavaScript engine.