===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-set-value-3.0.1/debian/tests/node_modules/snapdragon-lexer/index.js-688-      const val = last.match ? last.match[0] : last[this.options.value || 'value'];
node-set-value-3.0.1/debian/tests/node_modules/snapdragon-lexer/index.js:689:      this.error(new Error(`unclosed: "${val}"`));
node-set-value-3.0.1/debian/tests/node_modules/snapdragon-lexer/index.js-690-    }
node-set-value-3.0.1/debian/tests/node_modules/snapdragon-lexer/index.js-691-    if (this.string) {
node-set-value-3.0.1/debian/tests/node_modules/snapdragon-lexer/index.js:692:      this.error(new Error(`unmatched input: "${this.string.slice(0, 10)}"`));
node-set-value-3.0.1/debian/tests/node_modules/snapdragon-lexer/index.js-693-    }