UNPKG

useragent-ng

Version:

Fast & effecient user agent string parser. Uses uap-core (Browserscope) data for parsing. Drop-in replacement for useragent

58 lines (57 loc) 1.29 kB
{ "name": "useragent-ng", "version": "2.4.5", "description": "Fast & effecient user agent string parser. Uses uap-core (Browserscope) data for parsing. Drop-in replacement for useragent", "author": "Arnout Kazemier & Andrew Schmadel", "main": "./index.js", "keywords": [ "agent", "browser", "browserscope", "os", "parse", "parser", "ua", "ua-parse", "ua-parser", "user agent", "user", "user-agent", "useragent", "version" ], "maintainers": [ { "name": "Arnout Kazemier", "email": "info@3rd-Eden.com", "web": "http://www.3rd-Eden.com" }, { "name": "Andrew Schmadel", "email": "schmod-dev@gmail.com" } ], "license": "MIT", "repository": { "type": "git", "url": "http://github.com/schmod/useragent-ng.git" }, "types": "index.d.s", "devDependencies": { "assume": "^2.3.0", "mocha": "^10.0.0", "semver": "^5.5.0" }, "scripts": { "test": "mocha $(find test -name '*.test.js')", "qa": "mocha --ui exports $(find test -name '*.qa.js')", "build": "./bin/build.js", "postinstall": "./bin/build.js" }, "dependencies": { "lru-cache": "^7.14.0", "tmp": "^0.2.3", "uap-core": "^0.18.0", "yamlparser": "0.0.2" } }