===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-posix-character-classes-0.1.0/.verb.md-23-| `[:print:]`  | `[[:graph] ]`          | graphic characters and space |
node-posix-character-classes-0.1.0/.verb.md:24:| `[:punct:]`  | ``[-!"#$%&\'()\*+,./:;<=>?@[\]^_`{|}~]`` | all punctuation characters (all graphic characters except letters and digits) |
node-posix-character-classes-0.1.0/.verb.md-25-| `[:space:]`  | `[ \t\n\r\f\v]`        | all blank (whitespace) characters, including spaces, tabs, new lines, carriage returns, form feeds, and vertical tabs |
##############################################
node-posix-character-classes-0.1.0/README.md-35-| `[:print:]` | `[[:graph] ]` | graphic characters and space |
node-posix-character-classes-0.1.0/README.md:36:| `[:punct:]` | ``[-!"#$%&'()*+,./:;<=>?@[]^_`{ | }~]`` | all punctuation characters (all graphic characters except letters and digits) |
node-posix-character-classes-0.1.0/README.md-37-| `[:space:]` | `[ \t\n\r\f\v]` | all blank (whitespace) characters, including spaces, tabs, new lines, carriage returns, form feeds, and vertical tabs |