===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-ua-parser-js-0.7.22+ds/readme.md-247-
node-ua-parser-js-0.7.22+ds/readme.md:248:Although written in vanilla js (which means it doesn't depends on jQuery), this library will automatically detect if jQuery/Zepto is present and create `$.ua` object based on browser's user-agent (although in case you need, `window.UAParser` constructor is still present). To get/set user-agent you can use: `$.ua.get()` / `$.ua.set(uastring)`. 
node-ua-parser-js-0.7.22+ds/readme.md-249-
##############################################
node-ua-parser-js-0.7.22+ds/readme.md-294-* Write a unit test to showcase your feature
node-ua-parser-js-0.7.22+ds/readme.md:295:* Run the test suites to make sure the changes you made didn't break anything `$ npm run test`
node-ua-parser-js-0.7.22+ds/readme.md-296-* Commit and push to your own repository