===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-bunyan-2.0.4+~cs4.4.2/CHANGES.md-27-  Previous to this version the 'bunyan' CLI was not escaping a given argument
node-bunyan-2.0.4+~cs4.4.2/CHANGES.md:28:  to the '-p' option before executing `ps -A -o pid,command | grep '$ARG'`
node-bunyan-2.0.4+~cs4.4.2/CHANGES.md-29-  which could lead to unintended execution.
##############################################
node-bunyan-2.0.4+~cs4.4.2/Makefile-37-	@echo version is: $(shell node -e 'console.log(require("./package.json").version)')
node-bunyan-2.0.4+~cs4.4.2/Makefile:38:	[[ `node -e 'console.log(require("./package.json").version)'` == `grep '^## ' CHANGES.md | head -2 | tail -1 | awk '{print $$2}'` ]]
node-bunyan-2.0.4+~cs4.4.2/Makefile-39-	@echo Version check ok.
##############################################
node-bunyan-2.0.4+~cs4.4.2/Makefile-109-test7:
node-bunyan-2.0.4+~cs4.4.2/Makefile:110:	@echo "# Test node 7.x (with node `$(NODEOPT)/node-7/bin/node --version`)"
node-bunyan-2.0.4+~cs4.4.2/Makefile-111-	@$(NODEOPT)/node-7/bin/node --version | grep '^v7\.'
##############################################
node-bunyan-2.0.4+~cs4.4.2/Makefile-114-test6:
node-bunyan-2.0.4+~cs4.4.2/Makefile:115:	@echo "# Test node 6.x (with node `$(NODEOPT)/node-6/bin/node --version`)"
node-bunyan-2.0.4+~cs4.4.2/Makefile-116-	@$(NODEOPT)/node-6/bin/node --version | grep '^v6\.'
##############################################
node-bunyan-2.0.4+~cs4.4.2/Makefile-119-test4:
node-bunyan-2.0.4+~cs4.4.2/Makefile:120:	@echo "# Test node 4.x (with node `$(NODEOPT)/node-4/bin/node --version`)"
node-bunyan-2.0.4+~cs4.4.2/Makefile-121-	@$(NODEOPT)/node-4/bin/node --version | grep '^v4\.'
##############################################
node-bunyan-2.0.4+~cs4.4.2/Makefile-124-test012:
node-bunyan-2.0.4+~cs4.4.2/Makefile:125:	@echo "# Test node 0.12.x (with node `$(NODEOPT)/node-0.12/bin/node --version`)"
node-bunyan-2.0.4+~cs4.4.2/Makefile-126-	@$(NODEOPT)/node-0.12/bin/node --version | grep '^v0\.12\.'
##############################################
node-bunyan-2.0.4+~cs4.4.2/Makefile-129-test010:
node-bunyan-2.0.4+~cs4.4.2/Makefile:130:	@echo "# Test node 0.10.x (with node `$(NODEOPT)/node-0.10/bin/node --version`)"
node-bunyan-2.0.4+~cs4.4.2/Makefile-131-	@$(NODEOPT)/node-0.10/bin/node --version | grep '^v0\.10\.'
##############################################
node-bunyan-2.0.4+~cs4.4.2/exeunt/Makefile-22-	@echo version is: $(shell cat package.json | json version)
node-bunyan-2.0.4+~cs4.4.2/exeunt/Makefile:23:	[[ `cat package.json | json version` == `grep '^## ' CHANGES.md | head -2 | tail -1 | awk '{print $$2}'` ]]
node-bunyan-2.0.4+~cs4.4.2/exeunt/Makefile-24-