%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream
{
"name": "piwik/device-detector",
"type": "library",
"description": "The Universal Device Detection library, that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, media players, mobile apps, feed readers, libraries, etc), operating systems, devices, brands and models.",
"keywords": ["useragent","parser","devicedetection"],
"homepage": "https://matomo.org",
"license": "LGPL-3.0-or-later",
"authors": [
{
"name": "The Matomo Team",
"email": "hello@matomo.org",
"homepage": "https://matomo.org/team/"
}
],
"support": {
"forum": "http://forum.matomo.org/",
"issues": "https://github.com/matomo-org/device-detector/issues",
"wiki": "https://dev.matomo.org/",
"source": "https://github.com/matomo-org/piwik"
},
"autoload": {
"psr-4": { "DeviceDetector\\": "" },
"exclude-from-classmap": ["Tests/"]
},
"require": {
"php": ">=5.5",
"mustangostang/spyc": "*"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36",
"fabpot/php-cs-fixer": "~1.7",
"psr/cache": "^1.0",
"psr/simple-cache": "^1.0",
"matthiasmullie/scrapbook": "@stable"
},
"suggest": {
"doctrine/cache": "Can directly be used for caching purpose",
"ext-yaml": "Necessary for using the Pecl YAML parser"
},
"archive": {
"exclude": ["/autoload.php"]
}
}