===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-jsonstream-1.3.5/readme.markdown-43-
node-jsonstream-1.3.5/readme.markdown:44:If you want to have keys emitted, you can prefix your `*` operator with `$`: `obj.$*` - in this case the data passed to the stream is an object with a `key` holding the key and a `value` property holding the data.
node-jsonstream-1.3.5/readme.markdown-45-
##############################################
node-jsonstream-1.3.5/test/run.js-8-    return
node-jsonstream-1.3.5/test/run.js:9:  console.log(`*** ${file} ***`)
node-jsonstream-1.3.5/test/run.js-10-  var result = spawnSync(process.argv0, [file], { stdio: 'inherit', cwd: __dirname} )