mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
43 lines
866 B
JSON
43 lines
866 B
JSON
{
|
|
"name": "UAParser.js",
|
|
"filename": "ua-parser.min.js",
|
|
"version": "0.7.3",
|
|
"description": "Lightweight JavaScript-based user-agent string parser",
|
|
"homepage": "http://github.com/faisalman/ua-parser-js",
|
|
"keywords": [
|
|
"user-agent",
|
|
"parser",
|
|
"browser",
|
|
"engine",
|
|
"os",
|
|
"device",
|
|
"cpu"
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/faisalman/ua-parser-js.git"
|
|
}
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "GPLv2",
|
|
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
|
|
},
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://www.opensource.org/licenses/mit-license.php"
|
|
}
|
|
],
|
|
"author": "Faisal Salman <fyzlman@gmail.com> (http://faisalman.com)",
|
|
"npmName": "ua-parser-js",
|
|
"npmFileMap": [
|
|
{
|
|
"basePath": "/src/",
|
|
"files": [
|
|
"*.js"
|
|
]
|
|
}
|
|
]
|
|
}
|