===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-growl-1.10.5/lib/growl.js-195-        flag = flag || 'icon';
node-growl-1.10.5/lib/growl.js:196:        args.push(`--${flag}`, image);
node-growl-1.10.5/lib/growl.js-197-        break;
##############################################
node-growl-1.10.5/lib/growl.js-220-  if (options.priority) {
node-growl-1.10.5/lib/growl.js:221:    const priority = `${options.priority}`;
node-growl-1.10.5/lib/growl.js-222-    const checkindexOf = cmd.priority.range.indexOf(priority);
##############################################
node-growl-1.10.5/lib/growl.js-286-      const message = options.title
node-growl-1.10.5/lib/growl.js:287:        ? `${options.title}: ${msg}`
node-growl-1.10.5/lib/growl.js-288-        : msg;
node-growl-1.10.5/lib/growl.js:289:      let command = customCmd.replace(/(^|[^%])%s/g, `$1${message}`);
node-growl-1.10.5/lib/growl.js-290-      const splitCmd = command.split(' ');
##############################################
node-growl-1.10.5/lib/growl.js-311-  const now = new Date();
node-growl-1.10.5/lib/growl.js:312:  const timestamp = `${now.getHours()}:${now.getMinutes()}:${now.getSeconds()}.${now.getMilliseconds()}`
node-growl-1.10.5/lib/growl.js-313-
node-growl-1.10.5/lib/growl.js:314:  stderr += `[${timestamp}][node-growl] : Executed command '${cmdToExec}' with arguments '${args}'\n[stderr] : `;
node-growl-1.10.5/lib/growl.js-315-