mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 14:31:02 +00:00
1 line
32 KiB
Plaintext
1 line
32 KiB
Plaintext
{"dependencies":[],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n Object.defineProperty(exports, \"BrowserInfo\", {\n enumerable: true,\n get: function () {\n return BrowserInfo;\n }\n });\n Object.defineProperty(exports, \"NodeInfo\", {\n enumerable: true,\n get: function () {\n return NodeInfo;\n }\n });\n Object.defineProperty(exports, \"SearchBotDeviceInfo\", {\n enumerable: true,\n get: function () {\n return SearchBotDeviceInfo;\n }\n });\n Object.defineProperty(exports, \"BotInfo\", {\n enumerable: true,\n get: function () {\n return BotInfo;\n }\n });\n Object.defineProperty(exports, \"ReactNativeInfo\", {\n enumerable: true,\n get: function () {\n return ReactNativeInfo;\n }\n });\n exports.detect = detect;\n exports.browserName = browserName;\n exports.parseUserAgent = parseUserAgent;\n exports.detectOS = detectOS;\n exports.getNodeVersion = getNodeVersion;\n var __spreadArray = this && this.__spreadArray || function (to, from, pack) {\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\n if (ar || !(i in from)) {\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\n ar[i] = from[i];\n }\n }\n return to.concat(ar || Array.prototype.slice.call(from));\n };\n var BrowserInfo = /** @class */function () {\n function BrowserInfo(name, version, os) {\n this.name = name;\n this.version = version;\n this.os = os;\n this.type = 'browser';\n }\n return BrowserInfo;\n }();\n var NodeInfo = /** @class */function () {\n function NodeInfo(version) {\n this.version = version;\n this.type = 'node';\n this.name = 'node';\n this.os = process.platform;\n }\n return NodeInfo;\n }();\n var SearchBotDeviceInfo = /** @class */function () {\n function SearchBotDeviceInfo(name, version, os, bot) {\n this.name = name;\n this.version = version;\n this.os = os;\n this.bot = bot;\n this.type = 'bot-device';\n }\n return SearchBotDeviceInfo;\n }();\n var BotInfo = /** @class */function () {\n function BotInfo() {\n this.type = 'bot';\n this.bot = true; // NOTE: deprecated test name instead\n this.name = 'bot';\n this.version = null;\n this.os = null;\n }\n return BotInfo;\n }();\n var ReactNativeInfo = /** @class */function () {\n function ReactNativeInfo() {\n this.type = 'react-native';\n this.name = 'react-native';\n this.version = null;\n this.os = null;\n }\n return ReactNativeInfo;\n }();\n // tslint:disable-next-line:max-line-length\n var SEARCHBOX_UA_REGEX = /alexa|bot|crawl(er|ing)|facebookexternalhit|feedburner|google web preview|nagios|postrank|pingdom|slurp|spider|yahoo!|yandex/;\n var SEARCHBOT_OS_REGEX = /(nuhk|curl|Googlebot|Yammybot|Openbot|Slurp|MSNBot|Ask\\ Jeeves\\/Teoma|ia_archiver)/;\n var REQUIRED_VERSION_PARTS = 3;\n var userAgentRules = [['aol', /AOLShield\\/([0-9\\._]+)/], ['edge', /Edge\\/([0-9\\._]+)/], ['edge-ios', /EdgiOS\\/([0-9\\._]+)/], ['yandexbrowser', /YaBrowser\\/([0-9\\._]+)/], ['kakaotalk', /KAKAOTALK\\s([0-9\\.]+)/], ['samsung', /SamsungBrowser\\/([0-9\\.]+)/], ['silk', /\\bSilk\\/([0-9._-]+)\\b/], ['miui', /MiuiBrowser\\/([0-9\\.]+)$/], ['beaker', /BeakerBrowser\\/([0-9\\.]+)/], ['edge-chromium', /EdgA?\\/([0-9\\.]+)/], ['chromium-webview', /(?!Chrom.*OPR)wv\\).*Chrom(?:e|ium)\\/([0-9\\.]+)(:?\\s|$)/], ['chrome', /(?!Chrom.*OPR)Chrom(?:e|ium)\\/([0-9\\.]+)(:?\\s|$)/], ['phantomjs', /PhantomJS\\/([0-9\\.]+)(:?\\s|$)/], ['crios', /CriOS\\/([0-9\\.]+)(:?\\s|$)/], ['firefox', /Firefox\\/([0-9\\.]+)(?:\\s|$)/], ['fxios', /FxiOS\\/([0-9\\.]+)/], ['opera-mini', /Opera Mini.*Version\\/([0-9\\.]+)/], ['opera', /Opera\\/([0-9\\.]+)(?:\\s|$)/], ['opera', /OPR\\/([0-9\\.]+)(:?\\s|$)/], ['pie', /^Microsoft Pocket Internet Explorer\\/(\\d+\\.\\d+)$/], ['pie', /^Mozilla\\/\\d\\.\\d+\\s\\(compatible;\\s(?:MSP?IE|MSInternet Explorer) (\\d+\\.\\d+);.*Windows CE.*\\)$/], ['netfront', /^Mozilla\\/\\d\\.\\d+.*NetFront\\/(\\d.\\d)/], ['ie', /Trident\\/7\\.0.*rv\\:([0-9\\.]+).*\\).*Gecko$/], ['ie', /MSIE\\s([0-9\\.]+);.*Trident\\/[4-7].0/], ['ie', /MSIE\\s(7\\.0)/], ['bb10', /BB10;\\sTouch.*Version\\/([0-9\\.]+)/], ['android', /Android\\s([0-9\\.]+)/], ['ios', /Version\\/([0-9\\._]+).*Mobile.*Safari.*/], ['safari', /Version\\/([0-9\\._]+).*Safari/], ['facebook', /FB[AS]V\\/([0-9\\.]+)/], ['instagram', /Instagram\\s([0-9\\.]+)/], ['ios-webview', /AppleWebKit\\/([0-9\\.]+).*Mobile/], ['ios-webview', /AppleWebKit\\/([0-9\\.]+).*Gecko\\)$/], ['curl', /^curl\\/([0-9\\.]+)$/], ['searchbot', SEARCHBOX_UA_REGEX]];\n var operatingSystemRules = [['iOS', /iP(hone|od|ad)/], ['Android OS', /Android/], ['BlackBerry OS', /BlackBerry|BB10/], ['Windows Mobile', /IEMobile/], ['Amazon OS', /Kindle/], ['Windows 3.11', /Win16/], ['Windows 95', /(Windows 95)|(Win95)|(Windows_95)/], ['Windows 98', /(Windows 98)|(Win98)/], ['Windows 2000', /(Windows NT 5.0)|(Windows 2000)/], ['Windows XP', /(Windows NT 5.1)|(Windows XP)/], ['Windows Server 2003', /(Windows NT 5.2)/], ['Windows Vista', /(Windows NT 6.0)/], ['Windows 7', /(Windows NT 6.1)/], ['Windows 8', /(Windows NT 6.2)/], ['Windows 8.1', /(Windows NT 6.3)/], ['Windows 10', /(Windows NT 10.0)/], ['Windows ME', /Windows ME/], ['Windows CE', /Windows CE|WinCE|Microsoft Pocket Internet Explorer/], ['Open BSD', /OpenBSD/], ['Sun OS', /SunOS/], ['Chrome OS', /CrOS/], ['Linux', /(Linux)|(X11)/], ['Mac OS', /(Mac_PowerPC)|(Macintosh)/], ['QNX', /QNX/], ['BeOS', /BeOS/], ['OS/2', /OS\\/2/]];\n function detect(userAgent) {\n if (!!userAgent) {\n return parseUserAgent(userAgent);\n }\n if (typeof document === 'undefined' && typeof navigator !== 'undefined' && navigator.product === 'ReactNative') {\n return new ReactNativeInfo();\n }\n if (typeof navigator !== 'undefined') {\n return parseUserAgent(navigator.userAgent);\n }\n return getNodeVersion();\n }\n function matchUserAgent(ua) {\n // opted for using reduce here rather than Array#first with a regex.test call\n // this is primarily because using the reduce we only perform the regex\n // execution once rather than once for the test and for the exec again below\n // probably something that needs to be benchmarked though\n return ua !== '' && userAgentRules.reduce(function (matched, _a) {\n var browser = _a[0],\n regex = _a[1];\n if (matched) {\n return matched;\n }\n var uaMatch = regex.exec(ua);\n return !!uaMatch && [browser, uaMatch];\n }, false);\n }\n function browserName(ua) {\n var data = matchUserAgent(ua);\n return data ? data[0] : null;\n }\n function parseUserAgent(ua) {\n var matchedRule = matchUserAgent(ua);\n if (!matchedRule) {\n return null;\n }\n var name = matchedRule[0],\n match = matchedRule[1];\n if (name === 'searchbot') {\n return new BotInfo();\n }\n // Do not use RegExp for split operation as some browser do not support it (See: http://blog.stevenlevithan.com/archives/cross-browser-split)\n var versionParts = match[1] && match[1].split('.').join('_').split('_').slice(0, 3);\n if (versionParts) {\n if (versionParts.length < REQUIRED_VERSION_PARTS) {\n versionParts = __spreadArray(__spreadArray([], versionParts, true), createVersionParts(REQUIRED_VERSION_PARTS - versionParts.length), true);\n }\n } else {\n versionParts = [];\n }\n var version = versionParts.join('.');\n var os = detectOS(ua);\n var searchBotMatch = SEARCHBOT_OS_REGEX.exec(ua);\n if (searchBotMatch && searchBotMatch[1]) {\n return new SearchBotDeviceInfo(name, version, os, searchBotMatch[1]);\n }\n return new BrowserInfo(name, version, os);\n }\n function detectOS(ua) {\n for (var ii = 0, count = operatingSystemRules.length; ii < count; ii++) {\n var _a = operatingSystemRules[ii],\n os = _a[0],\n regex = _a[1];\n var match = regex.exec(ua);\n if (match) {\n return os;\n }\n }\n return null;\n }\n function getNodeVersion() {\n var isNode = typeof process !== 'undefined' && process.version;\n return isNode ? new NodeInfo(process.version.slice(1)) : null;\n }\n function createVersionParts(count) {\n var output = [];\n for (var ii = 0; ii < count; ii++) {\n output.push('0');\n }\n return output;\n }\n});","lineCount":185,"map":[[7,2,19,0,"Object"],[7,8,19,0],[7,9,19,0,"defineProperty"],[7,23,19,0],[7,24,19,0,"exports"],[7,31,19,0],[8,4,19,0,"enumerable"],[8,14,19,0],[9,4,19,0,"get"],[9,7,19,0],[9,18,19,0,"get"],[9,19,19,0],[10,6,19,0],[10,13,19,9,"BrowserInfo"],[10,24,19,20],[11,4,19,20],[12,2,19,20],[13,2,29,0,"Object"],[13,8,29,0],[13,9,29,0,"defineProperty"],[13,23,29,0],[13,24,29,0,"exports"],[13,31,29,0],[14,4,29,0,"enumerable"],[14,14,29,0],[15,4,29,0,"get"],[15,7,29,0],[15,18,29,0,"get"],[15,19,29,0],[16,6,29,0],[16,13,29,9,"NodeInfo"],[16,21,29,17],[17,4,29,17],[18,2,29,17],[19,2,40,0,"Object"],[19,8,40,0],[19,9,40,0,"defineProperty"],[19,23,40,0],[19,24,40,0,"exports"],[19,31,40,0],[20,4,40,0,"enumerable"],[20,14,40,0],[21,4,40,0,"get"],[21,7,40,0],[21,18,40,0,"get"],[21,19,40,0],[22,6,40,0],[22,13,40,9,"SearchBotDeviceInfo"],[22,32,40,28],[23,4,40,28],[24,2,40,28],[25,2,51,0,"Object"],[25,8,51,0],[25,9,51,0,"defineProperty"],[25,23,51,0],[25,24,51,0,"exports"],[25,31,51,0],[26,4,51,0,"enumerable"],[26,14,51,0],[27,4,51,0,"get"],[27,7,51,0],[27,18,51,0,"get"],[27,19,51,0],[28,6,51,0],[28,13,51,9,"BotInfo"],[28,20,51,16],[29,4,51,16],[30,2,51,16],[31,2,61,0,"Object"],[31,8,61,0],[31,9,61,0,"defineProperty"],[31,23,61,0],[31,24,61,0,"exports"],[31,31,61,0],[32,4,61,0,"enumerable"],[32,14,61,0],[33,4,61,0,"get"],[33,7,61,0],[33,18,61,0,"get"],[33,19,61,0],[34,6,61,0],[34,13,61,9,"ReactNativeInfo"],[34,28,61,24],[35,4,61,24],[36,2,61,24],[37,2,134,0,"exports"],[37,9,134,0],[37,10,134,0,"detect"],[37,16,134,0],[37,19,134,0,"detect"],[37,25,134,0],[38,2,163,0,"exports"],[38,9,163,0],[38,10,163,0,"browserName"],[38,21,163,0],[38,24,163,0,"browserName"],[38,35,163,0],[39,2,167,0,"exports"],[39,9,167,0],[39,10,167,0,"parseUserAgent"],[39,24,167,0],[39,27,167,0,"parseUserAgent"],[39,41,167,0],[40,2,194,0,"exports"],[40,9,194,0],[40,10,194,0,"detectOS"],[40,18,194,0],[40,21,194,0,"detectOS"],[40,29,194,0],[41,2,204,0,"exports"],[41,9,204,0],[41,10,204,0,"getNodeVersion"],[41,24,204,0],[41,27,204,0,"getNodeVersion"],[41,41,204,0],[42,2,1,0],[42,6,1,4,"__spreadArray"],[42,19,1,17],[42,22,1,21],[42,26,1,25],[42,30,1,29],[42,34,1,33],[42,35,1,34,"__spreadArray"],[42,48,1,47],[42,52,1,52],[42,62,1,62,"to"],[42,64,1,64],[42,66,1,66,"from"],[42,70,1,70],[42,72,1,72,"pack"],[42,76,1,76],[42,78,1,78],[43,4,2,4],[43,8,2,8,"pack"],[43,12,2,12],[43,16,2,16,"arguments"],[43,25,2,25],[43,26,2,26,"length"],[43,32,2,32],[43,37,2,37],[43,38,2,38],[43,40,2,40],[43,45,2,45],[43,49,2,49,"i"],[43,50,2,50],[43,53,2,53],[43,54,2,54],[43,56,2,56,"l"],[43,57,2,57],[43,60,2,60,"from"],[43,64,2,64],[43,65,2,65,"length"],[43,71,2,71],[43,73,2,73,"ar"],[43,75,2,75],[43,77,2,77,"i"],[43,78,2,78],[43,81,2,81,"l"],[43,82,2,82],[43,84,2,84,"i"],[43,85,2,85],[43,87,2,87],[43,89,2,89],[44,6,3,8],[44,10,3,12,"ar"],[44,12,3,14],[44,16,3,18],[44,18,3,20,"i"],[44,19,3,21],[44,23,3,25,"from"],[44,27,3,29],[44,28,3,30],[44,30,3,32],[45,8,4,12],[45,12,4,16],[45,13,4,17,"ar"],[45,15,4,19],[45,17,4,21,"ar"],[45,19,4,23],[45,22,4,26,"Array"],[45,27,4,31],[45,28,4,32,"prototype"],[45,37,4,41],[45,38,4,42,"slice"],[45,43,4,47],[45,44,4,48,"call"],[45,48,4,52],[45,49,4,53,"from"],[45,53,4,57],[45,55,4,59],[45,56,4,60],[45,58,4,62,"i"],[45,59,4,63],[45,60,4,64],[46,8,5,12,"ar"],[46,10,5,14],[46,11,5,15,"i"],[46,12,5,16],[46,13,5,17],[46,16,5,20,"from"],[46,20,5,24],[46,21,5,25,"i"],[46,22,5,26],[46,23,5,27],[47,6,6,8],[48,4,7,4],[49,4,8,4],[49,11,8,11,"to"],[49,13,8,13],[49,14,8,14,"concat"],[49,20,8,20],[49,21,8,21,"ar"],[49,23,8,23],[49,27,8,27,"Array"],[49,32,8,32],[49,33,8,33,"prototype"],[49,42,8,42],[49,43,8,43,"slice"],[49,48,8,48],[49,49,8,49,"call"],[49,53,8,53],[49,54,8,54,"from"],[49,58,8,58],[49,59,8,59],[49,60,8,60],[50,2,9,0],[50,3,9,1],[51,2,10,0],[51,6,10,4,"BrowserInfo"],[51,17,10,15],[51,20,10,18],[51,33,10,33],[51,45,10,45],[52,4,11,4],[52,13,11,13,"BrowserInfo"],[52,24,11,24,"BrowserInfo"],[52,25,11,25,"name"],[52,29,11,29],[52,31,11,31,"version"],[52,38,11,38],[52,40,11,40,"os"],[52,42,11,42],[52,44,11,44],[53,6,12,8],[53,10,12,12],[53,11,12,13,"name"],[53,15,12,17],[53,18,12,20,"name"],[53,22,12,24],[54,6,13,8],[54,10,13,12],[54,11,13,13,"version"],[54,18,13,20],[54,21,13,23,"version"],[54,28,13,30],[55,6,14,8],[55,10,14,12],[55,11,14,13,"os"],[55,13,14,15],[55,16,14,18,"os"],[55,18,14,20],[56,6,15,8],[56,10,15,12],[56,11,15,13,"type"],[56,15,15,17],[56,18,15,20],[56,27,15,29],[57,4,16,4],[58,4,17,4],[58,11,17,11,"BrowserInfo"],[58,22,17,22],[59,2,18,0],[59,3,18,1],[59,4,18,2],[59,5,18,4],[60,2,20,0],[60,6,20,4,"NodeInfo"],[60,14,20,12],[60,17,20,15],[60,30,20,30],[60,42,20,42],[61,4,21,4],[61,13,21,13,"NodeInfo"],[61,21,21,21,"NodeInfo"],[61,22,21,22,"version"],[61,29,21,29],[61,31,21,31],[62,6,22,8],[62,10,22,12],[62,11,22,13,"version"],[62,18,22,20],[62,21,22,23,"version"],[62,28,22,30],[63,6,23,8],[63,10,23,12],[63,11,23,13,"type"],[63,15,23,17],[63,18,23,20],[63,24,23,26],[64,6,24,8],[64,10,24,12],[64,11,24,13,"name"],[64,15,24,17],[64,18,24,20],[64,24,24,26],[65,6,25,8],[65,10,25,12],[65,11,25,13,"os"],[65,13,25,15],[65,16,25,18,"process"],[65,23,25,25],[65,24,25,26,"platform"],[65,32,25,34],[66,4,26,4],[67,4,27,4],[67,11,27,11,"NodeInfo"],[67,19,27,19],[68,2,28,0],[68,3,28,1],[68,4,28,2],[68,5,28,4],[69,2,30,0],[69,6,30,4,"SearchBotDeviceInfo"],[69,25,30,23],[69,28,30,26],[69,41,30,41],[69,53,30,53],[70,4,31,4],[70,13,31,13,"SearchBotDeviceInfo"],[70,32,31,32,"SearchBotDeviceInfo"],[70,33,31,33,"name"],[70,37,31,37],[70,39,31,39,"version"],[70,46,31,46],[70,48,31,48,"os"],[70,50,31,50],[70,52,31,52,"bot"],[70,55,31,55],[70,57,31,57],[71,6,32,8],[71,10,32,12],[71,11,32,13,"name"],[71,15,32,17],[71,18,32,20,"name"],[71,22,32,24],[72,6,33,8],[72,10,33,12],[72,11,33,13,"version"],[72,18,33,20],[72,21,33,23,"version"],[72,28,33,30],[73,6,34,8],[73,10,34,12],[73,11,34,13,"os"],[73,13,34,15],[73,16,34,18,"os"],[73,18,34,20],[74,6,35,8],[74,10,35,12],[74,11,35,13,"bot"],[74,14,35,16],[74,17,35,19,"bot"],[74,20,35,22],[75,6,36,8],[75,10,36,12],[75,11,36,13,"type"],[75,15,36,17],[75,18,36,20],[75,30,36,32],[76,4,37,4],[77,4,38,4],[77,11,38,11,"SearchBotDeviceInfo"],[77,30,38,30],[78,2,39,0],[78,3,39,1],[78,4,39,2],[78,5,39,4],[79,2,41,0],[79,6,41,4,"BotInfo"],[79,13,41,11],[79,16,41,14],[79,29,41,29],[79,41,41,41],[80,4,42,4],[80,13,42,13,"BotInfo"],[80,20,42,20,"BotInfo"],[80,21,42,20],[80,23,42,23],[81,6,43,8],[81,10,43,12],[81,11,43,13,"type"],[81,15,43,17],[81,18,43,20],[81,23,43,25],[82,6,44,8],[82,10,44,12],[82,11,44,13,"bot"],[82,14,44,16],[82,17,44,19],[82,21,44,23],[82,22,44,24],[82,23,44,25],[83,6,45,8],[83,10,45,12],[83,11,45,13,"name"],[83,15,45,17],[83,18,45,20],[83,23,45,25],[84,6,46,8],[84,10,46,12],[84,11,46,13,"version"],[84,18,46,20],[84,21,46,23],[84,25,46,27],[85,6,47,8],[85,10,47,12],[85,11,47,13,"os"],[85,13,47,15],[85,16,47,18],[85,20,47,22],[86,4,48,4],[87,4,49,4],[87,11,49,11,"BotInfo"],[87,18,49,18],[88,2,50,0],[88,3,50,1],[88,4,50,2],[88,5,50,4],[89,2,52,0],[89,6,52,4,"ReactNativeInfo"],[89,21,52,19],[89,24,52,22],[89,37,52,37],[89,49,52,49],[90,4,53,4],[90,13,53,13,"ReactNativeInfo"],[90,28,53,28,"ReactNativeInfo"],[90,29,53,28],[90,31,53,31],[91,6,54,8],[91,10,54,12],[91,11,54,13,"type"],[91,15,54,17],[91,18,54,20],[91,32,54,34],[92,6,55,8],[92,10,55,12],[92,11,55,13,"name"],[92,15,55,17],[92,18,55,20],[92,32,55,34],[93,6,56,8],[93,10,56,12],[93,11,56,13,"version"],[93,18,56,20],[93,21,56,23],[93,25,56,27],[94,6,57,8],[94,10,57,12],[94,11,57,13,"os"],[94,13,57,15],[94,16,57,18],[94,20,57,22],[95,4,58,4],[96,4,59,4],[96,11,59,11,"ReactNativeInfo"],[96,26,59,26],[97,2,60,0],[97,3,60,1],[97,4,60,2],[97,5,60,4],[98,2,62,0],[99,2,63,0],[99,6,63,4,"SEARCHBOX_UA_REGEX"],[99,24,63,22],[99,27,63,25],[99,153,63,151],[100,2,64,0],[100,6,64,4,"SEARCHBOT_OS_REGEX"],[100,24,64,22],[100,27,64,25],[100,111,64,109],[101,2,65,0],[101,6,65,4,"REQUIRED_VERSION_PARTS"],[101,28,65,26],[101,31,65,29],[101,32,65,30],[102,2,66,0],[102,6,66,4,"userAgentRules"],[102,20,66,18],[102,23,66,21],[102,24,67,4],[102,25,67,5],[102,30,67,10],[102,32,67,12],[102,56,67,36],[102,57,67,37],[102,59,68,4],[102,60,68,5],[102,66,68,11],[102,68,68,13],[102,87,68,32],[102,88,68,33],[102,90,69,4],[102,91,69,5],[102,101,69,15],[102,103,69,17],[102,124,69,38],[102,125,69,39],[102,127,70,4],[102,128,70,5],[102,143,70,20],[102,145,70,22],[102,169,70,46],[102,170,70,47],[102,172,71,4],[102,173,71,5],[102,184,71,16],[102,186,71,18],[102,209,71,41],[102,210,71,42],[102,212,72,4],[102,213,72,5],[102,222,72,14],[102,224,72,16],[102,252,72,44],[102,253,72,45],[102,255,73,4],[102,256,73,5],[102,262,73,11],[102,264,73,13],[102,287,73,36],[102,288,73,37],[102,290,74,4],[102,291,74,5],[102,297,74,11],[102,299,74,13],[102,325,74,39],[102,326,74,40],[102,328,75,4],[102,329,75,5],[102,337,75,13],[102,339,75,15],[102,366,75,42],[102,367,75,43],[102,369,76,4],[102,370,76,5],[102,385,76,20],[102,387,76,22],[102,406,76,41],[102,407,76,42],[102,409,77,4],[102,410,78,8],[102,428,78,26],[102,430,79,8],[102,486,79,64],[102,487,80,5],[102,489,81,4],[102,490,81,5],[102,498,81,13],[102,500,81,15],[102,550,81,65],[102,551,81,66],[102,553,82,4],[102,554,82,5],[102,565,82,16],[102,567,82,18],[102,598,82,49],[102,599,82,50],[102,601,83,4],[102,602,83,5],[102,609,83,12],[102,611,83,14],[102,638,83,41],[102,639,83,42],[102,641,84,4],[102,642,84,5],[102,651,84,14],[102,653,84,16],[102,682,84,45],[102,683,84,46],[102,685,85,4],[102,686,85,5],[102,693,85,12],[102,695,85,14],[102,714,85,33],[102,715,85,34],[102,717,86,4],[102,718,86,5],[102,730,86,17],[102,732,86,19],[102,765,86,52],[102,766,86,53],[102,768,87,4],[102,769,87,5],[102,776,87,12],[102,778,87,14],[102,805,87,41],[102,806,87,42],[102,808,88,4],[102,809,88,5],[102,816,88,12],[102,818,88,14],[102,843,88,39],[102,844,88,40],[102,846,89,4],[102,847,89,5],[102,852,89,10],[102,854,89,12],[102,904,89,62],[102,905,89,63],[102,907,90,4],[102,908,90,5],[102,913,90,10],[102,915,90,12],[102,1010,90,107],[102,1011,90,108],[102,1013,91,4],[102,1014,91,5],[102,1024,91,15],[102,1026,91,17],[102,1064,91,55],[102,1065,91,56],[102,1067,92,4],[102,1068,92,5],[102,1072,92,9],[102,1074,92,11],[102,1117,92,54],[102,1118,92,55],[102,1120,93,4],[102,1121,93,5],[102,1125,93,9],[102,1127,93,11],[102,1164,93,48],[102,1165,93,49],[102,1167,94,4],[102,1168,94,5],[102,1172,94,9],[102,1174,94,11],[102,1188,94,25],[102,1189,94,26],[102,1191,95,4],[102,1192,95,5],[102,1198,95,11],[102,1200,95,13],[102,1235,95,48],[102,1236,95,49],[102,1238,96,4],[102,1239,96,5],[102,1248,96,14],[102,1250,96,16],[102,1271,96,37],[102,1272,96,38],[102,1274,97,4],[102,1275,97,5],[102,1280,97,10],[102,1282,97,12],[102,1322,97,52],[102,1323,97,53],[102,1325,98,4],[102,1326,98,5],[102,1334,98,13],[102,1336,98,15],[102,1366,98,45],[102,1367,98,46],[102,1369,99,4],[102,1370,99,5],[102,1380,99,15],[102,1382,99,17],[102,1403,99,38],[102,1404,99,39],[102,1406,100,4],[102,1407,100,5],[102,1418,100,16],[102,1420,100,18],[102,1443,100,41],[102,1444,100,42],[102,1446,101,4],[102,1447,101,5],[102,1460,101,18],[102,1462,101,20],[102,1495,101,53],[102,1496,101,54],[102,1498,102,4],[102,1499,102,5],[102,1512,102,18],[102,1514,102,20],[102,1549,102,55],[102,1550,102,56],[102,1552,103,4],[102,1553,103,5],[102,1559,103,11],[102,1561,103,13],[102,1581,103,33],[102,1582,103,34],[102,1584,104,4],[102,1585,104,5],[102,1596,104,16],[102,1598,104,18,"SEARCHBOX_UA_REGEX"],[102,1616,104,36],[102,1617,104,37],[102,1618,105,1],[103,2,106,0],[103,6,106,4,"operatingSystemRules"],[103,26,106,24],[103,29,106,27],[103,30,107,4],[103,31,107,5],[103,36,107,10],[103,38,107,12],[103,54,107,28],[103,55,107,29],[103,57,108,4],[103,58,108,5],[103,70,108,17],[103,72,108,19],[103,81,108,28],[103,82,108,29],[103,84,109,4],[103,85,109,5],[103,100,109,20],[103,102,109,22],[103,119,109,39],[103,120,109,40],[103,122,110,4],[103,123,110,5],[103,139,110,21],[103,141,110,23],[103,151,110,33],[103,152,110,34],[103,154,111,4],[103,155,111,5],[103,166,111,16],[103,168,111,18],[103,176,111,26],[103,177,111,27],[103,179,112,4],[103,180,112,5],[103,194,112,19],[103,196,112,21],[103,203,112,28],[103,204,112,29],[103,206,113,4],[103,207,113,5],[103,219,113,17],[103,221,113,19],[103,256,113,54],[103,257,113,55],[103,259,114,4],[103,260,114,5],[103,272,114,17],[103,274,114,19],[103,296,114,41],[103,297,114,42],[103,299,115,4],[103,300,115,5],[103,314,115,19],[103,316,115,21],[103,349,115,54],[103,350,115,55],[103,352,116,4],[103,353,116,5],[103,365,116,17],[103,367,116,19],[103,398,116,50],[103,399,116,51],[103,401,117,4],[103,402,117,5],[103,423,117,26],[103,425,117,28],[103,443,117,46],[103,444,117,47],[103,446,118,4],[103,447,118,5],[103,462,118,20],[103,464,118,22],[103,482,118,40],[103,483,118,41],[103,485,119,4],[103,486,119,5],[103,497,119,16],[103,499,119,18],[103,517,119,36],[103,518,119,37],[103,520,120,4],[103,521,120,5],[103,532,120,16],[103,534,120,18],[103,552,120,36],[103,553,120,37],[103,555,121,4],[103,556,121,5],[103,569,121,18],[103,571,121,20],[103,589,121,38],[103,590,121,39],[103,592,122,4],[103,593,122,5],[103,605,122,17],[103,607,122,19],[103,626,122,38],[103,627,122,39],[103,629,123,4],[103,630,123,5],[103,642,123,17],[103,644,123,19],[103,656,123,31],[103,657,123,32],[103,659,124,4],[103,660,124,5],[103,672,124,17],[103,674,124,19],[103,727,124,72],[103,728,124,73],[103,730,125,4],[103,731,125,5],[103,741,125,15],[103,743,125,17],[103,752,125,26],[103,753,125,27],[103,755,126,4],[103,756,126,5],[103,764,126,13],[103,766,126,15],[103,773,126,22],[103,774,126,23],[103,776,127,4],[103,777,127,5],[103,788,127,16],[103,790,127,18],[103,796,127,24],[103,797,127,25],[103,799,128,4],[103,800,128,5],[103,807,128,12],[103,809,128,14],[103,824,128,29],[103,825,128,30],[103,827,129,4],[103,828,129,5],[103,836,129,13],[103,838,129,15],[103,865,129,42],[103,866,129,43],[103,868,130,4],[103,869,130,5],[103,874,130,10],[103,876,130,12],[103,881,130,17],[103,882,130,18],[103,884,131,4],[103,885,131,5],[103,891,131,11],[103,893,131,13],[103,899,131,19],[103,900,131,20],[103,902,132,4],[103,903,132,5],[103,909,132,11],[103,911,132,13],[103,918,132,20],[103,919,132,21],[103,920,133,1],[104,2,134,7],[104,11,134,16,"detect"],[104,17,134,22,"detect"],[104,18,134,23,"userAgent"],[104,27,134,32],[104,29,134,34],[105,4,135,4],[105,8,135,8],[105,9,135,9],[105,10,135,10,"userAgent"],[105,19,135,19],[105,21,135,21],[106,6,136,8],[106,13,136,15,"parseUserAgent"],[106,27,136,29],[106,28,136,30,"userAgent"],[106,37,136,39],[106,38,136,40],[107,4,137,4],[108,4,138,4],[108,8,138,8],[108,15,138,15,"document"],[108,23,138,23],[108,28,138,28],[108,39,138,39],[108,43,139,8],[108,50,139,15,"navigator"],[108,59,139,24],[108,64,139,29],[108,75,139,40],[108,79,140,8,"navigator"],[108,88,140,17],[108,89,140,18,"product"],[108,96,140,25],[108,101,140,30],[108,114,140,43],[108,116,140,45],[109,6,141,8],[109,13,141,15],[109,17,141,19,"ReactNativeInfo"],[109,32,141,34],[109,33,141,35],[109,34,141,36],[110,4,142,4],[111,4,143,4],[111,8,143,8],[111,15,143,15,"navigator"],[111,24,143,24],[111,29,143,29],[111,40,143,40],[111,42,143,42],[112,6,144,8],[112,13,144,15,"parseUserAgent"],[112,27,144,29],[112,28,144,30,"navigator"],[112,37,144,39],[112,38,144,40,"userAgent"],[112,47,144,49],[112,48,144,50],[113,4,145,4],[114,4,146,4],[114,11,146,11,"getNodeVersion"],[114,25,146,25],[114,26,146,26],[114,27,146,27],[115,2,147,0],[116,2,148,0],[116,11,148,9,"matchUserAgent"],[116,25,148,23,"matchUserAgent"],[116,26,148,24,"ua"],[116,28,148,26],[116,30,148,28],[117,4,149,4],[118,4,150,4],[119,4,151,4],[120,4,152,4],[121,4,153,4],[121,11,153,12,"ua"],[121,13,153,14],[121,18,153,19],[121,20,153,21],[121,24,154,8,"userAgentRules"],[121,38,154,22],[121,39,154,23,"reduce"],[121,45,154,29],[121,46,154,30],[121,56,154,40,"matched"],[121,63,154,47],[121,65,154,49,"_a"],[121,67,154,51],[121,69,154,53],[122,6,155,12],[122,10,155,16,"browser"],[122,17,155,23],[122,20,155,26,"_a"],[122,22,155,28],[122,23,155,29],[122,24,155,30],[122,25,155,31],[123,8,155,33,"regex"],[123,13,155,38],[123,16,155,41,"_a"],[123,18,155,43],[123,19,155,44],[123,20,155,45],[123,21,155,46],[124,6,156,12],[124,10,156,16,"matched"],[124,17,156,23],[124,19,156,25],[125,8,157,16],[125,15,157,23,"matched"],[125,22,157,30],[126,6,158,12],[127,6,159,12],[127,10,159,16,"uaMatch"],[127,17,159,23],[127,20,159,26,"regex"],[127,25,159,31],[127,26,159,32,"exec"],[127,30,159,36],[127,31,159,37,"ua"],[127,33,159,39],[127,34,159,40],[128,6,160,12],[128,13,160,19],[128,14,160,20],[128,15,160,21,"uaMatch"],[128,22,160,28],[128,26,160,32],[128,27,160,33,"browser"],[128,34,160,40],[128,36,160,42,"uaMatch"],[128,43,160,49],[128,44,160,50],[129,4,161,8],[129,5,161,9],[129,7,161,11],[129,12,161,16],[129,13,161,17],[130,2,162,0],[131,2,163,7],[131,11,163,16,"browserName"],[131,22,163,27,"browserName"],[131,23,163,28,"ua"],[131,25,163,30],[131,27,163,32],[132,4,164,4],[132,8,164,8,"data"],[132,12,164,12],[132,15,164,15,"matchUserAgent"],[132,29,164,29],[132,30,164,30,"ua"],[132,32,164,32],[132,33,164,33],[133,4,165,4],[133,11,165,11,"data"],[133,15,165,15],[133,18,165,18,"data"],[133,22,165,22],[133,23,165,23],[133,24,165,24],[133,25,165,25],[133,28,165,28],[133,32,165,32],[134,2,166,0],[135,2,167,7],[135,11,167,16,"parseUserAgent"],[135,25,167,30,"parseUserAgent"],[135,26,167,31,"ua"],[135,28,167,33],[135,30,167,35],[136,4,168,4],[136,8,168,8,"matchedRule"],[136,19,168,19],[136,22,168,22,"matchUserAgent"],[136,36,168,36],[136,37,168,37,"ua"],[136,39,168,39],[136,40,168,40],[137,4,169,4],[137,8,169,8],[137,9,169,9,"matchedRule"],[137,20,169,20],[137,22,169,22],[138,6,170,8],[138,13,170,15],[138,17,170,19],[139,4,171,4],[140,4,172,4],[140,8,172,8,"name"],[140,12,172,12],[140,15,172,15,"matchedRule"],[140,26,172,26],[140,27,172,27],[140,28,172,28],[140,29,172,29],[141,6,172,31,"match"],[141,11,172,36],[141,14,172,39,"matchedRule"],[141,25,172,50],[141,26,172,51],[141,27,172,52],[141,28,172,53],[142,4,173,4],[142,8,173,8,"name"],[142,12,173,12],[142,17,173,17],[142,28,173,28],[142,30,173,30],[143,6,174,8],[143,13,174,15],[143,17,174,19,"BotInfo"],[143,24,174,26],[143,25,174,27],[143,26,174,28],[144,4,175,4],[145,4,176,4],[146,4,177,4],[146,8,177,8,"versionParts"],[146,20,177,20],[146,23,177,23,"match"],[146,28,177,28],[146,29,177,29],[146,30,177,30],[146,31,177,31],[146,35,177,35,"match"],[146,40,177,40],[146,41,177,41],[146,42,177,42],[146,43,177,43],[146,44,177,44,"split"],[146,49,177,49],[146,50,177,50],[146,53,177,53],[146,54,177,54],[146,55,177,55,"join"],[146,59,177,59],[146,60,177,60],[146,63,177,63],[146,64,177,64],[146,65,177,65,"split"],[146,70,177,70],[146,71,177,71],[146,74,177,74],[146,75,177,75],[146,76,177,76,"slice"],[146,81,177,81],[146,82,177,82],[146,83,177,83],[146,85,177,85],[146,86,177,86],[146,87,177,87],[147,4,178,4],[147,8,178,8,"versionParts"],[147,20,178,20],[147,22,178,22],[148,6,179,8],[148,10,179,12,"versionParts"],[148,22,179,24],[148,23,179,25,"length"],[148,29,179,31],[148,32,179,34,"REQUIRED_VERSION_PARTS"],[148,54,179,56],[148,56,179,58],[149,8,180,12,"versionParts"],[149,20,180,24],[149,23,180,27,"__spreadArray"],[149,36,180,40],[149,37,180,41,"__spreadArray"],[149,50,180,54],[149,51,180,55],[149,53,180,57],[149,55,180,59,"versionParts"],[149,67,180,71],[149,69,180,73],[149,73,180,77],[149,74,180,78],[149,76,180,80,"createVersionParts"],[149,94,180,98],[149,95,180,99,"REQUIRED_VERSION_PARTS"],[149,117,180,121],[149,120,180,124,"versionParts"],[149,132,180,136],[149,133,180,137,"length"],[149,139,180,143],[149,140,180,144],[149,142,180,146],[149,146,180,150],[149,147,180,151],[150,6,181,8],[151,4,182,4],[151,5,182,5],[151,11,183,9],[152,6,184,8,"versionParts"],[152,18,184,20],[152,21,184,23],[152,23,184,25],[153,4,185,4],[154,4,186,4],[154,8,186,8,"version"],[154,15,186,15],[154,18,186,18,"versionParts"],[154,30,186,30],[154,31,186,31,"join"],[154,35,186,35],[154,36,186,36],[154,39,186,39],[154,40,186,40],[155,4,187,4],[155,8,187,8,"os"],[155,10,187,10],[155,13,187,13,"detectOS"],[155,21,187,21],[155,22,187,22,"ua"],[155,24,187,24],[155,25,187,25],[156,4,188,4],[156,8,188,8,"searchBotMatch"],[156,22,188,22],[156,25,188,25,"SEARCHBOT_OS_REGEX"],[156,43,188,43],[156,44,188,44,"exec"],[156,48,188,48],[156,49,188,49,"ua"],[156,51,188,51],[156,52,188,52],[157,4,189,4],[157,8,189,8,"searchBotMatch"],[157,22,189,22],[157,26,189,26,"searchBotMatch"],[157,40,189,40],[157,41,189,41],[157,42,189,42],[157,43,189,43],[157,45,189,45],[158,6,190,8],[158,13,190,15],[158,17,190,19,"SearchBotDeviceInfo"],[158,36,190,38],[158,37,190,39,"name"],[158,41,190,43],[158,43,190,45,"version"],[158,50,190,52],[158,52,190,54,"os"],[158,54,190,56],[158,56,190,58,"searchBotMatch"],[158,70,190,72],[158,71,190,73],[158,72,190,74],[158,73,190,75],[158,74,190,76],[159,4,191,4],[160,4,192,4],[160,11,192,11],[160,15,192,15,"BrowserInfo"],[160,26,192,26],[160,27,192,27,"name"],[160,31,192,31],[160,33,192,33,"version"],[160,40,192,40],[160,42,192,42,"os"],[160,44,192,44],[160,45,192,45],[161,2,193,0],[162,2,194,7],[162,11,194,16,"detectOS"],[162,19,194,24,"detectOS"],[162,20,194,25,"ua"],[162,22,194,27],[162,24,194,29],[163,4,195,4],[163,9,195,9],[163,13,195,13,"ii"],[163,15,195,15],[163,18,195,18],[163,19,195,19],[163,21,195,21,"count"],[163,26,195,26],[163,29,195,29,"operatingSystemRules"],[163,49,195,49],[163,50,195,50,"length"],[163,56,195,56],[163,58,195,58,"ii"],[163,60,195,60],[163,63,195,63,"count"],[163,68,195,68],[163,70,195,70,"ii"],[163,72,195,72],[163,74,195,74],[163,76,195,76],[164,6,196,8],[164,10,196,12,"_a"],[164,12,196,14],[164,15,196,17,"operatingSystemRules"],[164,35,196,37],[164,36,196,38,"ii"],[164,38,196,40],[164,39,196,41],[165,8,196,43,"os"],[165,10,196,45],[165,13,196,48,"_a"],[165,15,196,50],[165,16,196,51],[165,17,196,52],[165,18,196,53],[166,8,196,55,"regex"],[166,13,196,60],[166,16,196,63,"_a"],[166,18,196,65],[166,19,196,66],[166,20,196,67],[166,21,196,68],[167,6,197,8],[167,10,197,12,"match"],[167,15,197,17],[167,18,197,20,"regex"],[167,23,197,25],[167,24,197,26,"exec"],[167,28,197,30],[167,29,197,31,"ua"],[167,31,197,33],[167,32,197,34],[168,6,198,8],[168,10,198,12,"match"],[168,15,198,17],[168,17,198,19],[169,8,199,12],[169,15,199,19,"os"],[169,17,199,21],[170,6,200,8],[171,4,201,4],[172,4,202,4],[172,11,202,11],[172,15,202,15],[173,2,203,0],[174,2,204,7],[174,11,204,16,"getNodeVersion"],[174,25,204,30,"getNodeVersion"],[174,26,204,30],[174,28,204,33],[175,4,205,4],[175,8,205,8,"isNode"],[175,14,205,14],[175,17,205,17],[175,24,205,24,"process"],[175,31,205,31],[175,36,205,36],[175,47,205,47],[175,51,205,51,"process"],[175,58,205,58],[175,59,205,59,"version"],[175,66,205,66],[176,4,206,4],[176,11,206,11,"isNode"],[176,17,206,17],[176,20,206,20],[176,24,206,24,"NodeInfo"],[176,32,206,32],[176,33,206,33,"process"],[176,40,206,40],[176,41,206,41,"version"],[176,48,206,48],[176,49,206,49,"slice"],[176,54,206,54],[176,55,206,55],[176,56,206,56],[176,57,206,57],[176,58,206,58],[176,61,206,61],[176,65,206,65],[177,2,207,0],[178,2,208,0],[178,11,208,9,"createVersionParts"],[178,29,208,27,"createVersionParts"],[178,30,208,28,"count"],[178,35,208,33],[178,37,208,35],[179,4,209,4],[179,8,209,8,"output"],[179,14,209,14],[179,17,209,17],[179,19,209,19],[180,4,210,4],[180,9,210,9],[180,13,210,13,"ii"],[180,15,210,15],[180,18,210,18],[180,19,210,19],[180,21,210,21,"ii"],[180,23,210,23],[180,26,210,26,"count"],[180,31,210,31],[180,33,210,33,"ii"],[180,35,210,35],[180,37,210,37],[180,39,210,39],[181,6,211,8,"output"],[181,12,211,14],[181,13,211,15,"push"],[181,17,211,19],[181,18,211,20],[181,21,211,23],[181,22,211,24],[182,4,212,4],[183,4,213,4],[183,11,213,11,"output"],[183,17,213,17],[184,2,214,0],[185,0,214,1],[185,3]],"functionMap":{"names":["<global>","<anonymous>","BrowserInfo","NodeInfo","SearchBotDeviceInfo","BotInfo","ReactNativeInfo","detect","matchUserAgent","userAgentRules.reduce$argument_0","browserName","parseUserAgent","detectOS","getNodeVersion","createVersionParts"],"mappings":"AAA,oDC;CDQ;iCCC;ICC;KDK;CDE;8BCE;IEC;KFK;CDE;yCCE;IGC;KHM;CDE;6BCE;IIC;KJM;CDE;qCCE;IKC;KLK;CDE;OO0E;CPa;AQC;8BCM;SDO;CRC;OUC;CVG;OWC;CX0B;OYC;CZS;OaC;CbG;AcC;CdM"},"hasCjsExports":false},"type":"js/module"}]} |