Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/20/460ea3acb91bfa13f88f4ab4f5123b8fb1033938c781ca5c1de0a70d4a851f8ada09e4
T
2025-11-08 18:17:03 +00:00

1 line
6.8 KiB
Plaintext

{"dependencies":[{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":79,"index":79}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"./environment/browser","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":81},"end":{"line":8,"column":31,"index":201}}],"key":"4jLi2oL77AuNgQ8OVF8xZurKgiA=","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 _reactNative = require(_dependencyMap[0], \"react-native\");\n var _environmentBrowser = require(_dependencyMap[1], \"./environment/browser\");\n if (__DEV__ && typeof \"android\" === 'undefined') {\n console.warn(`The global process.env.EXPO_OS is not defined. This should be inlined by babel-preset-expo during transformation.`);\n }\n var nativeSelect = typeof window !== 'undefined' ? _reactNative.Platform.select :\n // process.env.EXPO_OS is injected by `babel-preset-expo` and available in both client and `react-server` environments.\n // Opt to use the env var when possible, and fallback to the React Native Platform module when it's not (arbitrary bundlers and transformers).\n function select(specifics) {\n if (!\"android\") return undefined;\n if (specifics.hasOwnProperty(\"android\")) {\n return specifics[\"android\"];\n } else if (true && specifics.hasOwnProperty('native')) {\n return specifics.native;\n } else if (specifics.hasOwnProperty('default')) {\n return specifics.default;\n }\n // do nothing...\n return undefined;\n };\n var Platform = {\n /**\n * Denotes the currently running platform.\n * Can be one of ios, android, web.\n */\n OS: \"android\" || _reactNative.Platform.OS,\n /**\n * Returns the value with the matching platform.\n * Object keys can be any of ios, android, native, web, default.\n *\n * @ios ios, native, default\n * @android android, native, default\n * @web web, default\n */\n select: nativeSelect,\n /**\n * Denotes if the DOM API is available in the current environment.\n * The DOM is not available in native React runtimes and Node.js.\n */\n isDOMAvailable: _environmentBrowser.isDOMAvailable,\n /**\n * Denotes if the current environment can attach event listeners\n * to the window. This will return false in native React\n * runtimes and Node.js.\n */\n canUseEventListeners: _environmentBrowser.canUseEventListeners,\n /**\n * Denotes if the current environment can inspect properties of the\n * screen on which the current window is being rendered. This will\n * return false in native React runtimes and Node.js.\n */\n canUseViewport: _environmentBrowser.canUseViewport,\n /**\n * If the JavaScript is being executed in a remote JavaScript environment.\n * When `true`, synchronous native invocations cannot be executed.\n */\n isAsyncDebugging: _environmentBrowser.isAsyncDebugging\n };\n var _default = Platform;\n});","lineCount":72,"map":[[7,2,77,0,"Object"],[7,8,77,0],[7,9,77,0,"defineProperty"],[7,23,77,0],[7,24,77,0,"exports"],[7,31,77,0],[8,4,77,0,"enumerable"],[8,14,77,0],[9,4,77,0,"get"],[9,7,77,0],[9,18,77,0,"get"],[9,19,77,0],[10,6,77,0],[10,13,77,0,"_default"],[10,21,77,0],[11,4,77,0],[12,2,77,0],[13,2,1,0],[13,6,1,0,"_reactNative"],[13,18,1,0],[13,21,1,0,"require"],[13,28,1,0],[13,29,1,0,"_dependencyMap"],[13,43,1,0],[14,2,3,0],[14,6,3,0,"_environmentBrowser"],[14,25,3,0],[14,28,3,0,"require"],[14,35,3,0],[14,36,3,0,"_dependencyMap"],[14,50,3,0],[15,2,14,0],[15,6,14,4,"__DEV__"],[15,13,14,11],[15,17,14,15],[15,33,14,41],[15,38,14,46],[15,49,14,57],[15,51,14,59],[16,4,15,2,"console"],[16,11,15,9],[16,12,15,10,"warn"],[16,16,15,14],[16,17,16,4],[16,132,17,2],[16,133,17,3],[17,2,18,0],[18,2,20,0],[18,6,20,6,"nativeSelect"],[18,18,20,18],[18,21,21,2],[18,28,21,9,"window"],[18,34,21,15],[18,39,21,20],[18,50,21,31],[18,53,22,6,"ReactNativePlatform"],[18,65,22,25],[18,66,22,25,"Platform"],[18,74,22,25],[18,75,22,26,"select"],[18,81,22,32],[19,2,23,6],[20,2,24,6],[21,2,25,6],[21,11,25,15,"select"],[21,17,25,21,"select"],[21,18,25,25,"specifics"],[21,27,25,78],[21,29,25,95],[22,4,26,8],[22,8,26,12],[22,18,26,32],[22,20,26,34],[22,27,26,41,"undefined"],[22,36,26,50],[23,4,27,8],[23,8,27,12,"specifics"],[23,17,27,21],[23,18,27,22,"hasOwnProperty"],[23,32,27,36],[23,42,27,56],[23,43,27,57],[23,45,27,59],[24,6,28,10],[24,13,28,17,"specifics"],[24,22,28,26],[24,33,28,71],[25,4,29,8],[25,5,29,9],[25,11,29,15],[25,15,29,19],[25,23,29,52,"specifics"],[25,32,29,61],[25,33,29,62,"hasOwnProperty"],[25,47,29,76],[25,48,29,77],[25,56,29,85],[25,57,29,86],[25,59,29,88],[26,6,30,10],[26,13,30,17,"specifics"],[26,22,30,26],[26,23,30,27,"native"],[26,29,30,33],[27,4,31,8],[27,5,31,9],[27,11,31,15],[27,15,31,19,"specifics"],[27,24,31,28],[27,25,31,29,"hasOwnProperty"],[27,39,31,43],[27,40,31,44],[27,49,31,53],[27,50,31,54],[27,52,31,56],[28,6,32,10],[28,13,32,17,"specifics"],[28,22,32,26],[28,23,32,27,"default"],[28,30,32,34],[29,4,33,8],[30,4,34,8],[31,4,35,8],[31,11,35,15,"undefined"],[31,20,35,24],[32,2,36,6],[32,3,36,7],[33,2,38,0],[33,6,38,6,"Platform"],[33,14,38,14],[33,17,38,17],[34,4,39,2],[35,0,40,0],[36,0,41,0],[37,0,42,0],[38,4,43,2,"OS"],[38,6,43,4],[38,8,43,6],[38,21,43,29,"ReactNativePlatform"],[38,33,43,48],[38,34,43,48,"Platform"],[38,42,43,48],[38,43,43,49,"OS"],[38,45,43,51],[39,4,44,2],[40,0,45,0],[41,0,46,0],[42,0,47,0],[43,0,48,0],[44,0,49,0],[45,0,50,0],[46,0,51,0],[47,4,52,2,"select"],[47,10,52,8],[47,12,52,10,"nativeSelect"],[47,24,52,40],[48,4,53,2],[49,0,54,0],[50,0,55,0],[51,0,56,0],[52,4,57,2,"isDOMAvailable"],[52,18,57,16],[52,20,57,2,"isDOMAvailable"],[52,39,57,16],[52,40,57,16,"isDOMAvailable"],[52,54,57,16],[53,4,58,2],[54,0,59,0],[55,0,60,0],[56,0,61,0],[57,0,62,0],[58,4,63,2,"canUseEventListeners"],[58,24,63,22],[58,26,63,2,"canUseEventListeners"],[58,45,63,22],[58,46,63,22,"canUseEventListeners"],[58,66,63,22],[59,4,64,2],[60,0,65,0],[61,0,66,0],[62,0,67,0],[63,0,68,0],[64,4,69,2,"canUseViewport"],[64,18,69,16],[64,20,69,2,"canUseViewport"],[64,39,69,16],[64,40,69,16,"canUseViewport"],[64,54,69,16],[65,4,70,2],[66,0,71,0],[67,0,72,0],[68,0,73,0],[69,4,74,2,"isAsyncDebugging"],[69,20,74,18],[69,22,74,2,"isAsyncDebugging"],[69,41,74,18],[69,42,74,18,"isAsyncDebugging"],[70,2,75,0],[70,3,75,1],[71,2,77,0],[71,6,77,0,"_default"],[71,14,77,0],[71,17,77,15,"Platform"],[71,25,77,23],[72,0,77,24],[72,3]],"functionMap":{"names":["<global>","select"],"mappings":"AAA;MCwB;ODW"},"hasCjsExports":false},"type":"js/module"}]}