===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-postcss-filter-plugins-2.0.2/src/__tests__/index.js-56-test('should warn if plugin exists, with a custom message', t => {
node-postcss-filter-plugins-2.0.2/src/__tests__/index.js:57:    const template = ({postcssPlugin}) => `Uh-oh: ${postcssPlugin}`;
node-postcss-filter-plugins-2.0.2/src/__tests__/index.js-58-    const plugins = [
##############################################
node-postcss-filter-plugins-2.0.2/src/index.js-4-export default postcss.plugin('postcss-filter-plugins', ({
node-postcss-filter-plugins-2.0.2/src/index.js:5:    template = ({postcssPlugin}) => `Found duplicate plugin: ${postcssPlugin}`,
node-postcss-filter-plugins-2.0.2/src/index.js-6-    silent = false,