===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-configstore-5.0.1/index.js-19-			path.join(id, 'config.json') :
node-configstore-5.0.1/index.js:20:			path.join('configstore', `${id}.json`);
node-configstore-5.0.1/index.js-21-
##############################################
node-configstore-5.0.1/index.js-42-			if (error.code === 'EACCES') {
node-configstore-5.0.1/index.js:43:				error.message = `${error.message}\n${permissionError}\n`;
node-configstore-5.0.1/index.js-44-			}
##############################################
node-configstore-5.0.1/index.js-64-			if (error.code === 'EACCES') {
node-configstore-5.0.1/index.js:65:				error.message = `${error.message}\n${permissionError}\n`;
node-configstore-5.0.1/index.js-66-			}
##############################################
node-configstore-5.0.1/readme.md-4-
node-configstore-5.0.1/readme.md:5:The config is stored in a JSON file located in `$XDG_CONFIG_HOME` or `~/.config`.<br>
node-configstore-5.0.1/readme.md-6-Example: `~/.config/configstore/some-id.json`
##############################################
node-configstore-5.0.1/readme.md-72-
node-configstore-5.0.1/readme.md:73:Store the config at `$CONFIG/package-name/config.json` instead of the default `$CONFIG/configstore/package-name.json`. This is not recommended as you might end up conflicting with other tools, rendering the "without having to think" idea moot.
node-configstore-5.0.1/readme.md-74-