mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-29 23:31:05 +00:00
1 line
12 KiB
Plaintext
1 line
12 KiB
Plaintext
{"dependencies":[{"name":"./Constants.types","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":57,"index":57}}],"key":"Wdl+AhyCqp62a9CFe5EzEsVXOhQ=","exportNames":["*"]}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n Object.defineProperty(exports, \"__esModule\", {\n value: true\n });\n exports.default = void 0;\n var _Constants = require(_dependencyMap[0], \"./Constants.types\");\n const _sessionId = (Date.now() + '-' + Math.floor(Math.random() * 1000000000)).toString();\n function getBrowserName() {\n if (typeof navigator !== 'undefined' && typeof navigator.userAgent === 'string') {\n const agent = navigator.userAgent.toLowerCase();\n if (agent.includes('edge')) {\n return 'Edge';\n } else if (agent.includes('edg')) {\n return 'Chromium Edge';\n } else if (agent.includes('opr') && 'opr' in window && !!window['opr']) {\n return 'Opera';\n } else if (agent.includes('chrome') && 'chrome' in window && !!window['chrome']) {\n return 'Chrome';\n } else if (agent.includes('trident')) {\n return 'IE';\n } else if (agent.includes('firefox')) {\n return 'Firefox';\n } else if (agent.includes('safari')) {\n return 'Safari';\n }\n }\n return undefined;\n }\n var _default = exports.default = {\n get appOwnership() {\n return null;\n },\n get executionEnvironment() {\n return _Constants.ExecutionEnvironment.Bare;\n },\n get sessionId() {\n return _sessionId;\n },\n get isHeadless() {\n if (typeof navigator === 'undefined') return true;\n return /\\bHeadlessChrome\\//.test(navigator.userAgent);\n },\n get expoVersion() {\n return this.manifest.sdkVersion || null;\n },\n get linkingUri() {\n if (typeof location !== 'undefined') {\n // On native this is `exp://`\n // On web we should use the protocol and hostname (location.origin)\n return location.origin;\n } else {\n return '';\n }\n },\n get expoRuntimeVersion() {\n return this.expoVersion;\n },\n get deviceName() {\n return getBrowserName();\n },\n get systemFonts() {\n // TODO: Bacon: Maybe possible.\n return [];\n },\n get statusBarHeight() {\n return 0;\n },\n get deviceYearClass() {\n // TODO: Bacon: The android version isn't very accurate either, maybe we could try and guess this value.\n return null;\n },\n get manifest() {\n // This is defined by @expo/webpack-config or babel-preset-expo.\n // If your site is bundled with a different config then you may not have access to the app.json automatically.\n return \"{\\\"name\\\":\\\"frontend\\\",\\\"slug\\\":\\\"frontend\\\",\\\"version\\\":\\\"1.0.0\\\",\\\"orientation\\\":\\\"portrait\\\",\\\"icon\\\":\\\"./assets/images/icon.png\\\",\\\"scheme\\\":\\\"frontend\\\",\\\"userInterfaceStyle\\\":\\\"automatic\\\",\\\"newArchEnabled\\\":true,\\\"web\\\":{\\\"bundler\\\":\\\"metro\\\",\\\"output\\\":\\\"static\\\",\\\"favicon\\\":\\\"./assets/images/favicon.png\\\",\\\"shortName\\\":\\\"frontend\\\",\\\"orientation\\\":\\\"portrait\\\",\\\"name\\\":\\\"frontend\\\"},\\\"experiments\\\":{\\\"typedRoutes\\\":true},\\\"sdkVersion\\\":\\\"53.0.0\\\",\\\"platforms\\\":[\\\"ios\\\",\\\"android\\\",\\\"web\\\"],\\\"extra\\\":{\\\"router\\\":{}}}\" || {};\n },\n get manifest2() {\n return null;\n },\n get experienceUrl() {\n if (typeof location !== 'undefined') {\n return location.origin;\n } else {\n return '';\n }\n },\n get debugMode() {\n return __DEV__;\n },\n async getWebViewUserAgentAsync() {\n if (typeof navigator !== 'undefined') {\n return navigator.userAgent;\n } else {\n return null;\n }\n }\n };\n});","lineCount":98,"map":[[6,2,1,0],[6,6,1,0,"_Constants"],[6,16,1,0],[6,19,1,0,"require"],[6,26,1,0],[6,27,1,0,"_dependencyMap"],[6,41,1,0],[7,2,2,0],[7,8,2,6,"_sessionId"],[7,18,2,16],[7,21,2,19],[7,22,2,20,"Date"],[7,26,2,24],[7,27,2,25,"now"],[7,30,2,28],[7,31,2,29],[7,32,2,30],[7,35,2,33],[7,38,2,36],[7,41,2,39,"Math"],[7,45,2,43],[7,46,2,44,"floor"],[7,51,2,49],[7,52,2,50,"Math"],[7,56,2,54],[7,57,2,55,"random"],[7,63,2,61],[7,64,2,62],[7,65,2,63],[7,68,2,66],[7,78,2,76],[7,79,2,77],[7,81,2,79,"toString"],[7,89,2,87],[7,90,2,88],[7,91,2,89],[8,2,3,0],[8,11,3,9,"getBrowserName"],[8,25,3,23,"getBrowserName"],[8,26,3,23],[8,28,3,26],[9,4,4,4],[9,8,4,8],[9,15,4,15,"navigator"],[9,24,4,24],[9,29,4,29],[9,40,4,40],[9,44,4,44],[9,51,4,51,"navigator"],[9,60,4,60],[9,61,4,61,"userAgent"],[9,70,4,70],[9,75,4,75],[9,83,4,83],[9,85,4,85],[10,6,5,8],[10,12,5,14,"agent"],[10,17,5,19],[10,20,5,22,"navigator"],[10,29,5,31],[10,30,5,32,"userAgent"],[10,39,5,41],[10,40,5,42,"toLowerCase"],[10,51,5,53],[10,52,5,54],[10,53,5,55],[11,6,6,8],[11,10,6,12,"agent"],[11,15,6,17],[11,16,6,18,"includes"],[11,24,6,26],[11,25,6,27],[11,31,6,33],[11,32,6,34],[11,34,6,36],[12,8,7,12],[12,15,7,19],[12,21,7,25],[13,6,8,8],[13,7,8,9],[13,13,9,13],[13,17,9,17,"agent"],[13,22,9,22],[13,23,9,23,"includes"],[13,31,9,31],[13,32,9,32],[13,37,9,37],[13,38,9,38],[13,40,9,40],[14,8,10,12],[14,15,10,19],[14,30,10,34],[15,6,11,8],[15,7,11,9],[15,13,12,13],[15,17,12,17,"agent"],[15,22,12,22],[15,23,12,23,"includes"],[15,31,12,31],[15,32,12,32],[15,37,12,37],[15,38,12,38],[15,42,12,42],[15,47,12,47],[15,51,12,51,"window"],[15,57,12,57],[15,61,12,61],[15,62,12,62],[15,63,12,63,"window"],[15,69,12,69],[15,70,12,70],[15,75,12,75],[15,76,12,76],[15,78,12,78],[16,8,13,12],[16,15,13,19],[16,22,13,26],[17,6,14,8],[17,7,14,9],[17,13,15,13],[17,17,15,17,"agent"],[17,22,15,22],[17,23,15,23,"includes"],[17,31,15,31],[17,32,15,32],[17,40,15,40],[17,41,15,41],[17,45,15,45],[17,53,15,53],[17,57,15,57,"window"],[17,63,15,63],[17,67,15,67],[17,68,15,68],[17,69,15,69,"window"],[17,75,15,75],[17,76,15,76],[17,84,15,84],[17,85,15,85],[17,87,15,87],[18,8,16,12],[18,15,16,19],[18,23,16,27],[19,6,17,8],[19,7,17,9],[19,13,18,13],[19,17,18,17,"agent"],[19,22,18,22],[19,23,18,23,"includes"],[19,31,18,31],[19,32,18,32],[19,41,18,41],[19,42,18,42],[19,44,18,44],[20,8,19,12],[20,15,19,19],[20,19,19,23],[21,6,20,8],[21,7,20,9],[21,13,21,13],[21,17,21,17,"agent"],[21,22,21,22],[21,23,21,23,"includes"],[21,31,21,31],[21,32,21,32],[21,41,21,41],[21,42,21,42],[21,44,21,44],[22,8,22,12],[22,15,22,19],[22,24,22,28],[23,6,23,8],[23,7,23,9],[23,13,24,13],[23,17,24,17,"agent"],[23,22,24,22],[23,23,24,23,"includes"],[23,31,24,31],[23,32,24,32],[23,40,24,40],[23,41,24,41],[23,43,24,43],[24,8,25,12],[24,15,25,19],[24,23,25,27],[25,6,26,8],[26,4,27,4],[27,4,28,4],[27,11,28,11,"undefined"],[27,20,28,20],[28,2,29,0],[29,2,29,1],[29,6,29,1,"_default"],[29,14,29,1],[29,17,29,1,"exports"],[29,24,29,1],[29,25,29,1,"default"],[29,32,29,1],[29,35,30,15],[30,4,31,4],[30,8,31,8,"appOwnership"],[30,20,31,20,"appOwnership"],[30,21,31,20],[30,23,31,23],[31,6,32,8],[31,13,32,15],[31,17,32,19],[32,4,33,4],[32,5,33,5],[33,4,34,4],[33,8,34,8,"executionEnvironment"],[33,28,34,28,"executionEnvironment"],[33,29,34,28],[33,31,34,31],[34,6,35,8],[34,13,35,15,"ExecutionEnvironment"],[34,44,35,35],[34,45,35,36,"Bare"],[34,49,35,40],[35,4,36,4],[35,5,36,5],[36,4,37,4],[36,8,37,8,"sessionId"],[36,17,37,17,"sessionId"],[36,18,37,17],[36,20,37,20],[37,6,38,8],[37,13,38,15,"_sessionId"],[37,23,38,25],[38,4,39,4],[38,5,39,5],[39,4,40,4],[39,8,40,8,"isHeadless"],[39,18,40,18,"isHeadless"],[39,19,40,18],[39,21,40,21],[40,6,41,8],[40,10,41,12],[40,17,41,19,"navigator"],[40,26,41,28],[40,31,41,33],[40,42,41,44],[40,44,42,12],[40,51,42,19],[40,55,42,23],[41,6,43,8],[41,13,43,15],[41,33,43,35],[41,34,43,36,"test"],[41,38,43,40],[41,39,43,41,"navigator"],[41,48,43,50],[41,49,43,51,"userAgent"],[41,58,43,60],[41,59,43,61],[42,4,44,4],[42,5,44,5],[43,4,45,4],[43,8,45,8,"expoVersion"],[43,19,45,19,"expoVersion"],[43,20,45,19],[43,22,45,22],[44,6,46,8],[44,13,46,15],[44,17,46,19],[44,18,46,20,"manifest"],[44,26,46,28],[44,27,46,29,"sdkVersion"],[44,37,46,39],[44,41,46,43],[44,45,46,47],[45,4,47,4],[45,5,47,5],[46,4,48,4],[46,8,48,8,"linkingUri"],[46,18,48,18,"linkingUri"],[46,19,48,18],[46,21,48,21],[47,6,49,8],[47,10,49,12],[47,17,49,19,"location"],[47,25,49,27],[47,30,49,32],[47,41,49,43],[47,43,49,45],[48,8,50,12],[49,8,51,12],[50,8,52,12],[50,15,52,19,"location"],[50,23,52,27],[50,24,52,28,"origin"],[50,30,52,34],[51,6,53,8],[51,7,53,9],[51,13,54,13],[52,8,55,12],[52,15,55,19],[52,17,55,21],[53,6,56,8],[54,4,57,4],[54,5,57,5],[55,4,58,4],[55,8,58,8,"expoRuntimeVersion"],[55,26,58,26,"expoRuntimeVersion"],[55,27,58,26],[55,29,58,29],[56,6,59,8],[56,13,59,15],[56,17,59,19],[56,18,59,20,"expoVersion"],[56,29,59,31],[57,4,60,4],[57,5,60,5],[58,4,61,4],[58,8,61,8,"deviceName"],[58,18,61,18,"deviceName"],[58,19,61,18],[58,21,61,21],[59,6,62,8],[59,13,62,15,"getBrowserName"],[59,27,62,29],[59,28,62,30],[59,29,62,31],[60,4,63,4],[60,5,63,5],[61,4,64,4],[61,8,64,8,"systemFonts"],[61,19,64,19,"systemFonts"],[61,20,64,19],[61,22,64,22],[62,6,65,8],[63,6,66,8],[63,13,66,15],[63,15,66,17],[64,4,67,4],[64,5,67,5],[65,4,68,4],[65,8,68,8,"statusBarHeight"],[65,23,68,23,"statusBarHeight"],[65,24,68,23],[65,26,68,26],[66,6,69,8],[66,13,69,15],[66,14,69,16],[67,4,70,4],[67,5,70,5],[68,4,71,4],[68,8,71,8,"deviceYearClass"],[68,23,71,23,"deviceYearClass"],[68,24,71,23],[68,26,71,26],[69,6,72,8],[70,6,73,8],[70,13,73,15],[70,17,73,19],[71,4,74,4],[71,5,74,5],[72,4,75,4],[72,8,75,8,"manifest"],[72,16,75,16,"manifest"],[72,17,75,16],[72,19,75,19],[73,6,76,8],[74,6,77,8],[75,6,78,8],[75,13,78,15],[75,549,78,43],[75,550,78,44],[75,551,78,45],[76,4,79,4],[76,5,79,5],[77,4,80,4],[77,8,80,8,"manifest2"],[77,17,80,17,"manifest2"],[77,18,80,17],[77,20,80,20],[78,6,81,8],[78,13,81,15],[78,17,81,19],[79,4,82,4],[79,5,82,5],[80,4,83,4],[80,8,83,8,"experienceUrl"],[80,21,83,21,"experienceUrl"],[80,22,83,21],[80,24,83,24],[81,6,84,8],[81,10,84,12],[81,17,84,19,"location"],[81,25,84,27],[81,30,84,32],[81,41,84,43],[81,43,84,45],[82,8,85,12],[82,15,85,19,"location"],[82,23,85,27],[82,24,85,28,"origin"],[82,30,85,34],[83,6,86,8],[83,7,86,9],[83,13,87,13],[84,8,88,12],[84,15,88,19],[84,17,88,21],[85,6,89,8],[86,4,90,4],[86,5,90,5],[87,4,91,4],[87,8,91,8,"debugMode"],[87,17,91,17,"debugMode"],[87,18,91,17],[87,20,91,20],[88,6,92,8],[88,13,92,15,"__DEV__"],[88,20,92,22],[89,4,93,4],[89,5,93,5],[90,4,94,4],[90,10,94,10,"getWebViewUserAgentAsync"],[90,34,94,34,"getWebViewUserAgentAsync"],[90,35,94,34],[90,37,94,37],[91,6,95,8],[91,10,95,12],[91,17,95,19,"navigator"],[91,26,95,28],[91,31,95,33],[91,42,95,44],[91,44,95,46],[92,8,96,12],[92,15,96,19,"navigator"],[92,24,96,28],[92,25,96,29,"userAgent"],[92,34,96,38],[93,6,97,8],[93,7,97,9],[93,13,98,13],[94,8,99,12],[94,15,99,19],[94,19,99,23],[95,6,100,8],[96,4,101,4],[97,2,102,0],[97,3,102,1],[98,0,102,1],[98,3]],"functionMap":{"names":["<global>","getBrowserName","default.get__appOwnership","default.get__executionEnvironment","default.get__sessionId","default.get__isHeadless","default.get__expoVersion","default.get__linkingUri","default.get__expoRuntimeVersion","default.get__deviceName","default.get__systemFonts","default.get__statusBarHeight","default.get__deviceYearClass","default.get__manifest","default.get__manifest2","default.get__experienceUrl","default.get__debugMode","default.getWebViewUserAgentAsync"],"mappings":"AAA;ACE;CD0B;IEE;KFE;IGC;KHE;IIC;KJE;IKC;KLI;IMC;KNE;IOC;KPS;IQC;KRE;ISC;KTE;IUC;KVG;IWC;KXE;IYC;KZG;IaC;KbI;IcC;KdE;IeC;KfO;IgBC;KhBE;IiBC;KjBO"}},"type":"js/module"}]} |