Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/52/8ddd01df3fb12a29305c99182eeb8f47951ae3a0b489c3210e2669b22805b4d8a699d1
T
2025-11-09 02:38:01 +00:00

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":["*"],"imports":1}}],"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, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _ConstantsTypes = 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 = {\n get appOwnership() {\n return null;\n },\n get executionEnvironment() {\n return _ConstantsTypes.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\\\":\\\"pezkuwi-mobile-app\\\",\\\"slug\\\":\\\"pezkuwi-mobile-app\\\",\\\"version\\\":\\\"1.0.0\\\",\\\"orientation\\\":\\\"portrait\\\",\\\"icon\\\":\\\"./assets/icon.png\\\",\\\"userInterfaceStyle\\\":\\\"light\\\",\\\"newArchEnabled\\\":true,\\\"extra\\\":{\\\"backendUrl\\\":\\\"https://kurdish-id.preview.emergentagent.com\\\"},\\\"splash\\\":{\\\"image\\\":\\\"./assets/splash-icon.png\\\",\\\"resizeMode\\\":\\\"contain\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\"},\\\"web\\\":{\\\"favicon\\\":\\\"./assets/favicon.png\\\",\\\"shortName\\\":\\\"pezkuwi-mobile-app\\\",\\\"orientation\\\":\\\"portrait\\\",\\\"backgroundColor\\\":\\\"#ffffff\\\",\\\"name\\\":\\\"pezkuwi-mobile-app\\\"},\\\"sdkVersion\\\":\\\"54.0.0\\\",\\\"platforms\\\":[\\\"ios\\\",\\\"android\\\",\\\"web\\\"]}\" || {};\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":105,"map":[[7,2,30,0,"Object"],[7,8,30,0],[7,9,30,0,"defineProperty"],[7,23,30,0],[7,24,30,0,"exports"],[7,31,30,0],[8,4,30,0,"enumerable"],[8,14,30,0],[9,4,30,0,"get"],[9,7,30,0],[9,18,30,0,"get"],[9,19,30,0],[10,6,30,0],[10,13,30,0,"_default"],[10,21,30,0],[11,4,30,0],[12,2,30,0],[13,2,1,0],[13,6,1,0,"_ConstantsTypes"],[13,21,1,0],[13,24,1,0,"require"],[13,31,1,0],[13,32,1,0,"_dependencyMap"],[13,46,1,0],[14,2,2,0],[14,8,2,6,"_sessionId"],[14,18,2,16],[14,21,2,19],[14,22,2,20,"Date"],[14,26,2,24],[14,27,2,25,"now"],[14,30,2,28],[14,31,2,29],[14,32,2,30],[14,35,2,33],[14,38,2,36],[14,41,2,39,"Math"],[14,45,2,43],[14,46,2,44,"floor"],[14,51,2,49],[14,52,2,50,"Math"],[14,56,2,54],[14,57,2,55,"random"],[14,63,2,61],[14,64,2,62],[14,65,2,63],[14,68,2,66],[14,78,2,76],[14,79,2,77],[14,81,2,79,"toString"],[14,89,2,87],[14,90,2,88],[14,91,2,89],[15,2,3,0],[15,11,3,9,"getBrowserName"],[15,25,3,23,"getBrowserName"],[15,26,3,23],[15,28,3,26],[16,4,4,4],[16,8,4,8],[16,15,4,15,"navigator"],[16,24,4,24],[16,29,4,29],[16,40,4,40],[16,44,4,44],[16,51,4,51,"navigator"],[16,60,4,60],[16,61,4,61,"userAgent"],[16,70,4,70],[16,75,4,75],[16,83,4,83],[16,85,4,85],[17,6,5,8],[17,12,5,14,"agent"],[17,17,5,19],[17,20,5,22,"navigator"],[17,29,5,31],[17,30,5,32,"userAgent"],[17,39,5,41],[17,40,5,42,"toLowerCase"],[17,51,5,53],[17,52,5,54],[17,53,5,55],[18,6,6,8],[18,10,6,12,"agent"],[18,15,6,17],[18,16,6,18,"includes"],[18,24,6,26],[18,25,6,27],[18,31,6,33],[18,32,6,34],[18,34,6,36],[19,8,7,12],[19,15,7,19],[19,21,7,25],[20,6,8,8],[20,7,8,9],[20,13,9,13],[20,17,9,17,"agent"],[20,22,9,22],[20,23,9,23,"includes"],[20,31,9,31],[20,32,9,32],[20,37,9,37],[20,38,9,38],[20,40,9,40],[21,8,10,12],[21,15,10,19],[21,30,10,34],[22,6,11,8],[22,7,11,9],[22,13,12,13],[22,17,12,17,"agent"],[22,22,12,22],[22,23,12,23,"includes"],[22,31,12,31],[22,32,12,32],[22,37,12,37],[22,38,12,38],[22,42,12,42],[22,47,12,47],[22,51,12,51,"window"],[22,57,12,57],[22,61,12,61],[22,62,12,62],[22,63,12,63,"window"],[22,69,12,69],[22,70,12,70],[22,75,12,75],[22,76,12,76],[22,78,12,78],[23,8,13,12],[23,15,13,19],[23,22,13,26],[24,6,14,8],[24,7,14,9],[24,13,15,13],[24,17,15,17,"agent"],[24,22,15,22],[24,23,15,23,"includes"],[24,31,15,31],[24,32,15,32],[24,40,15,40],[24,41,15,41],[24,45,15,45],[24,53,15,53],[24,57,15,57,"window"],[24,63,15,63],[24,67,15,67],[24,68,15,68],[24,69,15,69,"window"],[24,75,15,75],[24,76,15,76],[24,84,15,84],[24,85,15,85],[24,87,15,87],[25,8,16,12],[25,15,16,19],[25,23,16,27],[26,6,17,8],[26,7,17,9],[26,13,18,13],[26,17,18,17,"agent"],[26,22,18,22],[26,23,18,23,"includes"],[26,31,18,31],[26,32,18,32],[26,41,18,41],[26,42,18,42],[26,44,18,44],[27,8,19,12],[27,15,19,19],[27,19,19,23],[28,6,20,8],[28,7,20,9],[28,13,21,13],[28,17,21,17,"agent"],[28,22,21,22],[28,23,21,23,"includes"],[28,31,21,31],[28,32,21,32],[28,41,21,41],[28,42,21,42],[28,44,21,44],[29,8,22,12],[29,15,22,19],[29,24,22,28],[30,6,23,8],[30,7,23,9],[30,13,24,13],[30,17,24,17,"agent"],[30,22,24,22],[30,23,24,23,"includes"],[30,31,24,31],[30,32,24,32],[30,40,24,40],[30,41,24,41],[30,43,24,43],[31,8,25,12],[31,15,25,19],[31,23,25,27],[32,6,26,8],[33,4,27,4],[34,4,28,4],[34,11,28,11,"undefined"],[34,20,28,20],[35,2,29,0],[36,2,30,0],[36,6,30,0,"_default"],[36,14,30,0],[36,17,30,15],[37,4,31,4],[37,8,31,8,"appOwnership"],[37,20,31,20,"appOwnership"],[37,21,31,20],[37,23,31,23],[38,6,32,8],[38,13,32,15],[38,17,32,19],[39,4,33,4],[39,5,33,5],[40,4,34,4],[40,8,34,8,"executionEnvironment"],[40,28,34,28,"executionEnvironment"],[40,29,34,28],[40,31,34,31],[41,6,35,8],[41,13,35,15,"ExecutionEnvironment"],[41,28,35,35],[41,29,35,35,"ExecutionEnvironment"],[41,49,35,35],[41,50,35,36,"Bare"],[41,54,35,40],[42,4,36,4],[42,5,36,5],[43,4,37,4],[43,8,37,8,"sessionId"],[43,17,37,17,"sessionId"],[43,18,37,17],[43,20,37,20],[44,6,38,8],[44,13,38,15,"_sessionId"],[44,23,38,25],[45,4,39,4],[45,5,39,5],[46,4,40,4],[46,8,40,8,"isHeadless"],[46,18,40,18,"isHeadless"],[46,19,40,18],[46,21,40,21],[47,6,41,8],[47,10,41,12],[47,17,41,19,"navigator"],[47,26,41,28],[47,31,41,33],[47,42,41,44],[47,44,42,12],[47,51,42,19],[47,55,42,23],[48,6,43,8],[48,13,43,15],[48,33,43,35],[48,34,43,36,"test"],[48,38,43,40],[48,39,43,41,"navigator"],[48,48,43,50],[48,49,43,51,"userAgent"],[48,58,43,60],[48,59,43,61],[49,4,44,4],[49,5,44,5],[50,4,45,4],[50,8,45,8,"expoVersion"],[50,19,45,19,"expoVersion"],[50,20,45,19],[50,22,45,22],[51,6,46,8],[51,13,46,15],[51,17,46,19],[51,18,46,20,"manifest"],[51,26,46,28],[51,27,46,29,"sdkVersion"],[51,37,46,39],[51,41,46,43],[51,45,46,47],[52,4,47,4],[52,5,47,5],[53,4,48,4],[53,8,48,8,"linkingUri"],[53,18,48,18,"linkingUri"],[53,19,48,18],[53,21,48,21],[54,6,49,8],[54,10,49,12],[54,17,49,19,"location"],[54,25,49,27],[54,30,49,32],[54,41,49,43],[54,43,49,45],[55,8,50,12],[56,8,51,12],[57,8,52,12],[57,15,52,19,"location"],[57,23,52,27],[57,24,52,28,"origin"],[57,30,52,34],[58,6,53,8],[58,7,53,9],[58,13,54,13],[59,8,55,12],[59,15,55,19],[59,17,55,21],[60,6,56,8],[61,4,57,4],[61,5,57,5],[62,4,58,4],[62,8,58,8,"expoRuntimeVersion"],[62,26,58,26,"expoRuntimeVersion"],[62,27,58,26],[62,29,58,29],[63,6,59,8],[63,13,59,15],[63,17,59,19],[63,18,59,20,"expoVersion"],[63,29,59,31],[64,4,60,4],[64,5,60,5],[65,4,61,4],[65,8,61,8,"deviceName"],[65,18,61,18,"deviceName"],[65,19,61,18],[65,21,61,21],[66,6,62,8],[66,13,62,15,"getBrowserName"],[66,27,62,29],[66,28,62,30],[66,29,62,31],[67,4,63,4],[67,5,63,5],[68,4,64,4],[68,8,64,8,"systemFonts"],[68,19,64,19,"systemFonts"],[68,20,64,19],[68,22,64,22],[69,6,65,8],[70,6,66,8],[70,13,66,15],[70,15,66,17],[71,4,67,4],[71,5,67,5],[72,4,68,4],[72,8,68,8,"statusBarHeight"],[72,23,68,23,"statusBarHeight"],[72,24,68,23],[72,26,68,26],[73,6,69,8],[73,13,69,15],[73,14,69,16],[74,4,70,4],[74,5,70,5],[75,4,71,4],[75,8,71,8,"deviceYearClass"],[75,23,71,23,"deviceYearClass"],[75,24,71,23],[75,26,71,26],[76,6,72,8],[77,6,73,8],[77,13,73,15],[77,17,73,19],[78,4,74,4],[78,5,74,5],[79,4,75,4],[79,8,75,8,"manifest"],[79,16,75,16,"manifest"],[79,17,75,16],[79,19,75,19],[80,6,76,8],[81,6,77,8],[82,6,78,8],[82,13,78,15],[82,664,78,43],[82,665,78,44],[82,666,78,45],[83,4,79,4],[83,5,79,5],[84,4,80,4],[84,8,80,8,"manifest2"],[84,17,80,17,"manifest2"],[84,18,80,17],[84,20,80,20],[85,6,81,8],[85,13,81,15],[85,17,81,19],[86,4,82,4],[86,5,82,5],[87,4,83,4],[87,8,83,8,"experienceUrl"],[87,21,83,21,"experienceUrl"],[87,22,83,21],[87,24,83,24],[88,6,84,8],[88,10,84,12],[88,17,84,19,"location"],[88,25,84,27],[88,30,84,32],[88,41,84,43],[88,43,84,45],[89,8,85,12],[89,15,85,19,"location"],[89,23,85,27],[89,24,85,28,"origin"],[89,30,85,34],[90,6,86,8],[90,7,86,9],[90,13,87,13],[91,8,88,12],[91,15,88,19],[91,17,88,21],[92,6,89,8],[93,4,90,4],[93,5,90,5],[94,4,91,4],[94,8,91,8,"debugMode"],[94,17,91,17,"debugMode"],[94,18,91,17],[94,20,91,20],[95,6,92,8],[95,13,92,15,"__DEV__"],[95,20,92,22],[96,4,93,4],[96,5,93,5],[97,4,94,4],[97,10,94,10,"getWebViewUserAgentAsync"],[97,34,94,34,"getWebViewUserAgentAsync"],[97,35,94,34],[97,37,94,37],[98,6,95,8],[98,10,95,12],[98,17,95,19,"navigator"],[98,26,95,28],[98,31,95,33],[98,42,95,44],[98,44,95,46],[99,8,96,12],[99,15,96,19,"navigator"],[99,24,96,28],[99,25,96,29,"userAgent"],[99,34,96,38],[100,6,97,8],[100,7,97,9],[100,13,98,13],[101,8,99,12],[101,15,99,19],[101,19,99,23],[102,6,100,8],[103,4,101,4],[104,2,102,0],[104,3,102,1],[105,0,102,2],[105,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"},"hasCjsExports":false},"type":"js/module"}]}