===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-expand-brackets-4.0.0/.verb.md-55-- `[:lower:]`: Lowercase letters (`[a-z]`)
node-expand-brackets-4.0.0/.verb.md:56:- `[:punct:]`: Punctuation and symbols. (`[!"#$%&'()*+, -./:;<=>?@ [\]^_``{|}~]`)
node-expand-brackets-4.0.0/.verb.md-57-- `[:upper:]`: Uppercase letters (`[A-Z]`)
##############################################
node-expand-brackets-4.0.0/README.md-205-* `[:lower:]`: Lowercase letters (`[a-z]`)
node-expand-brackets-4.0.0/README.md:206:* `[:punct:]`: Punctuation and symbols. (`[!"#$%&'()*+, -./:;<=>?@ [\]^_``{|}~]`)
node-expand-brackets-4.0.0/README.md-207-* `[:upper:]`: Uppercase letters (`[A-Z]`)
##############################################
node-expand-brackets-4.0.0/index.js-67-    if (opts.failglob === true) {
node-expand-brackets-4.0.0/index.js:68:      throw new Error(`no matches found for "${pattern}"`);
node-expand-brackets-4.0.0/index.js-69-    }