useragent-ng
Version:
Fast & effecient user agent string parser. Uses uap-core (Browserscope) data for parsing. Drop-in replacement for useragent
63 lines (62 loc) • 1.37 kB
JSON
{
"name": "useragent-ng",
"version": "2.4.4",
"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",
"pre-commit": "1.2.x",
"semver": "5.5.x"
},
"pre-commit": [
"test",
"build"
],
"scripts": {
"test": "mocha $(find test -name '*.test.js')",
"qa": "mocha --ui exports $(find test -name '*.qa.js')",
"build": "node ./bin/build.js",
"postinstall": "npm run build"
},
"dependencies": {
"lru-cache": "^7.14.0",
"tmp": "^0.2.1",
"uap-core": "^0.16.0",
"yamlparser": "0.0.2"
}
}