3rd-Eden / useragent

Useragent parser for Node.js, ported from browserscope.org
MIT License
897 stars 137 forks source link

added major and minor versions to windows #51

Closed juliusrickert closed 10 years ago

juliusrickert commented 10 years ago

imho it's better to provide the windows nt versions than no version

3rd-Eden commented 10 years ago

The RegExps is a compiled file which should not be modified. It uses the currated regexps from the browserscope project to do the parsing. Modification should be done against these files instead; https://raw.githubusercontent.com/tobie/ua-parser/master/regexes.yaml