3rd-Eden / useragent

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

npm5 permission issue #108

Open xjamundx opened 7 years ago

xjamundx commented 7 years ago

When installed with NPM5 I noticed the permissions on this file do not allow read access: node_modules/useragent/lib/regexps.js

This is similar to the issue that was noted for the array-unique module here: https://github.com/jonschlinkert/array-unique/issues/5

I'm not sure if this is an npm5 bug or actually something that needs to be changed in the repo, but I thought I would report it.