node-configstore

load and save config without having to think about where and how
  https://github.com/yeoman/configstore#readme
  0
  no reviews



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.