edge-useragent
Version:
High performance user agent string parser for modern environments. Part of the Edge Platform.
63 lines (62 loc) • 1.37 kB
JSON
{
"name": "edge-useragent",
"version": "4.0.0-alpha.5",
"description": "High performance user agent string parser for modern environments. Part of the Edge Platform.",
"main": "lib/index.cjs.js",
"module": "lib/index.esm.js",
"keywords": [
"agent",
"browser",
"browserscope",
"os",
"parse",
"parser",
"ua",
"ua-parse",
"ua-parser",
"user agent",
"user",
"user-agent",
"useragent",
"version"
],
"engines": {
"node": ">=6.0.0",
"yarn": ">=1.0.0",
"npm": ">=4.0.0"
},
"files": [
"bin/",
"docs/",
"lib/"
],
"author": {
"name": "Sebastian Software",
"email": "s.werner@sebastian-software.de",
"url": "https://www.sebastian-software.de"
},
"license": "Apache-2.0",
"dependencies": {
"lru-cache": "4.1.3",
"tmp": "0.0.x"
},
"devDependencies": {
"babel-preset-edge": "4.2.1",
"eslint": "4.19.1",
"mocha": "5.2.0",
"prepublish": "1.7.0",
"request": "2.87.0",
"rimraf": "*",
"semver": "5.5.x",
"should": "*",
"yamlparser": "0.0.x"
},
"scripts": {
"lint": "eslint src/",
"test": "mocha test/*.test.js",
"qa": "mocha --ui exports test/*.qa.js",
"update": "babel-node ./bin/update.js && babel-node ./bin/testfiles.js",
"build": "rimraf lib && prepublish",
"prepack": "npm run build"
}
}