===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-sane-4.1.0+~cs14.16.37/src/watchexec_client.js-15-    return arr.map(str => {
node-sane-4.1.0+~cs14.16.37/src/watchexec_client.js:16:      return `${prefixes[i]} ${str}`;
node-sane-4.1.0+~cs14.16.37/src/watchexec_client.js-17-    });
##############################################
node-sane-4.1.0+~cs14.16.37/test/watchexec_watcher-test.js-77-    };
node-sane-4.1.0+~cs14.16.37/test/watchexec_watcher-test.js:78:    this.mock.receive(this.makeBuffer(`create ${__filename}`));
node-sane-4.1.0+~cs14.16.37/test/watchexec_watcher-test.js-79-  });
##############################################
node-sane-4.1.0+~cs14.16.37/test/watchexec_watcher-test.js-87-    };
node-sane-4.1.0+~cs14.16.37/test/watchexec_watcher-test.js:88:    this.mock.receive(this.makeBuffer(`write ${__filename}`));
node-sane-4.1.0+~cs14.16.37/test/watchexec_watcher-test.js-89-  });
##############################################
node-sane-4.1.0+~cs14.16.37/test/watchexec_watcher-test.js-97-    };
node-sane-4.1.0+~cs14.16.37/test/watchexec_watcher-test.js:98:    this.mock.receive(this.makeBuffer(`rename ${__filename}`));
node-sane-4.1.0+~cs14.16.37/test/watchexec_watcher-test.js-99-  });
##############################################
node-sane-4.1.0+~cs14.16.37/test/watchexec_watcher-test.js-107-    };
node-sane-4.1.0+~cs14.16.37/test/watchexec_watcher-test.js:108:    this.mock.receive(this.makeBuffer(`remove ${__filename}`));
node-sane-4.1.0+~cs14.16.37/test/watchexec_watcher-test.js-109-  });
##############################################
node-sane-4.1.0+~cs14.16.37/exec-sh/README.md-20-  - `execSh("bash")`
node-sane-4.1.0+~cs14.16.37/exec-sh/README.md:21:  - `execsh("echo -n Say: && read i && echo Said:$i")`
node-sane-4.1.0+~cs14.16.37/exec-sh/README.md-22-- stdout and stderr are passed to callback when available
##############################################
node-sane-4.1.0+~cs14.16.37/rsvp/lib/rsvp/defer.js-3-/**
node-sane-4.1.0+~cs14.16.37/rsvp/lib/rsvp/defer.js:4:  `defer` returns an object similar to jQuery's `$.Deferred`.
node-sane-4.1.0+~cs14.16.37/rsvp/lib/rsvp/defer.js:5:  `defer` should be used when porting over code reliant on `$.Deferred`'s
node-sane-4.1.0+~cs14.16.37/rsvp/lib/rsvp/defer.js-6-  interface. New code should use the `Promise` constructor instead.
##############################################
node-sane-4.1.0+~cs14.16.37/rsvp/testem.js-6-    Mocha: {
node-sane-4.1.0+~cs14.16.37/rsvp/testem.js:7:      "command": `./node_modules/.bin/mocha ${process.env.EMBER_CLI_TEST_OUTPUT}/test/browserify.js -R tap`,
node-sane-4.1.0+~cs14.16.37/rsvp/testem.js-8-      "protocol": "tap"