mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 06:31:03 +00:00
1 line
9.7 KiB
Plaintext
1 line
9.7 KiB
Plaintext
{"dependencies":[{"name":"./module/index.ts","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":59},"end":{"line":2,"column":57,"index":116}}],"key":"wTjUeecuFEIOpSb34+eHmvdk9YI=","exportNames":["*"],"imports":1}},{"name":"fast-text-encoding","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":5,"column":0,"index":154},"end":{"line":5,"column":28,"index":182}}],"key":"TbFBkbYMZX5a7XRAKkEjRMyZCL4=","exportNames":["*"],"imports":1}},{"name":"react-native-get-random-values","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":8,"column":0,"index":219},"end":{"line":8,"column":40,"index":259}}],"key":"3kc6sqkMNpp2bAHRSje4HY23hC8=","exportNames":["*"],"imports":1}},{"name":"react-native-url-polyfill/auto","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":11,"column":0,"index":279},"end":{"line":11,"column":40,"index":319}}],"key":"FjDCbK7LcT49IdUkzoo8Fm4C4ig=","exportNames":["*"],"imports":1}},{"name":"buffer","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":15,"column":18,"index":395},"end":{"line":15,"column":35,"index":412}}],"key":"kYC7RadcB7k9ZEYd5zOmBbv1F14=","exportNames":["*"],"imports":1}},{"name":"react-native","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":38,"column":21,"index":919},"end":{"line":38,"column":44,"index":942}},{"start":{"line":47,"column":22,"index":1176},"end":{"line":47,"column":45,"index":1199}}],"key":"lGv6jwyWtmgghjjYvCX5yhM2Jt0=","exportNames":["*"],"imports":2,"isOptional":true}},{"name":"@react-native-community/netinfo","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":56,"column":21,"index":1433},"end":{"line":56,"column":63,"index":1475}}],"key":"Zomg6+Z8htEczJKguQZd5aZSuSw=","exportNames":["*"],"imports":1,"isOptional":true}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n \"use strict\";\n\n var _moduleIndexTs = require(_dependencyMap[0], \"./module/index.ts\");\n require(_dependencyMap[1], \"fast-text-encoding\");\n require(_dependencyMap[2], \"react-native-get-random-values\");\n require(_dependencyMap[3], \"react-native-url-polyfill/auto\");\n /* eslint-disable @typescript-eslint/no-require-imports */\n\n // Polyfill TextEncode / TextDecode\n\n // Polyfill crypto.getRandomvalues\n\n // Polyfill URL()\n\n // Polyfill Buffer\n if (typeof Buffer === \"undefined\") {\n global.Buffer = require(_dependencyMap[4], \"buffer\").Buffer;\n }\n\n // Polyfill btoa\n if (typeof btoa === \"undefined\") {\n global.btoa = function (str) {\n return Buffer.alloc(str.length, str, \"binary\").toString(\"base64\");\n };\n }\n\n // Polyfill atob\n if (typeof atob === \"undefined\") {\n global.atob = function (b64Encoded) {\n return Buffer.alloc(Buffer.from(b64Encoded, \"base64\").length, Buffer.from(b64Encoded, \"base64\"), \"binary\").toString(\"binary\");\n };\n }\n if (typeof global?.Linking === \"undefined\") {\n try {\n global.Linking = require(_dependencyMap[5], \"react-native\").Linking;\n } catch (e) {\n // eslint-disable-next-line no-console\n console.error(\"react-native-compat: react-native.Linking is not available\");\n }\n }\n if (typeof global?.Platform === \"undefined\") {\n try {\n global.Platform = require(_dependencyMap[5], \"react-native\").Platform;\n } catch (e) {\n // eslint-disable-next-line no-console\n console.error(\"react-native-compat: react-native.Platform is not available\");\n }\n }\n if (typeof global?.NetInfo === \"undefined\") {\n try {\n global.NetInfo = require(_dependencyMap[6], \"@react-native-community/netinfo\");\n } catch (e) {\n // eslint-disable-next-line no-console\n console.error(\"react-native-compat: @react-native-community/netinfo is not available\");\n }\n }\n if (typeof global?.Application === \"undefined\") {\n try {\n const module = (0, _moduleIndexTs.getApplicationModule)();\n if (typeof module.getConstants === \"function\") {\n global.Application = {\n ...module.getConstants(),\n isAppInstalled: module.isAppInstalled\n };\n } else {\n global.Application = module;\n }\n } catch (e) {\n // eslint-disable-next-line no-console\n console.error(\"react-native-compat: Application module is not available\");\n }\n }\n});","lineCount":74,"map":[[4,2,2,0],[4,6,2,0,"_moduleIndexTs"],[4,20,2,0],[4,23,2,0,"require"],[4,30,2,0],[4,31,2,0,"_dependencyMap"],[4,45,2,0],[5,2,5,0,"require"],[5,9,5,0],[5,10,5,0,"_dependencyMap"],[5,24,5,0],[6,2,8,0,"require"],[6,9,8,0],[6,10,8,0,"_dependencyMap"],[6,24,8,0],[7,2,11,0,"require"],[7,9,11,0],[7,10,11,0,"_dependencyMap"],[7,24,11,0],[8,2,1,0],[10,2,4,0],[12,2,7,0],[14,2,10,0],[16,2,13,0],[17,2,14,0],[17,6,14,4],[17,13,14,11,"Buffer"],[17,19,14,17],[17,24,14,22],[17,35,14,33],[17,37,14,35],[18,4,15,2,"global"],[18,10,15,8],[18,11,15,9,"Buffer"],[18,17,15,15],[18,20,15,18,"require"],[18,27,15,25],[18,28,15,25,"_dependencyMap"],[18,42,15,25],[18,55,15,34],[18,56,15,35],[18,57,15,36,"Buffer"],[18,63,15,42],[19,2,16,0],[21,2,18,0],[22,2,19,0],[22,6,19,4],[22,13,19,11,"btoa"],[22,17,19,15],[22,22,19,20],[22,33,19,31],[22,35,19,33],[23,4,20,2,"global"],[23,10,20,8],[23,11,20,9,"btoa"],[23,15,20,13],[23,18,20,16],[23,28,20,26,"str"],[23,31,20,29],[23,33,20,31],[24,6,21,4],[24,13,21,11,"Buffer"],[24,19,21,17],[24,20,21,18,"alloc"],[24,25,21,23],[24,26,21,24,"str"],[24,29,21,27],[24,30,21,28,"length"],[24,36,21,34],[24,38,21,36,"str"],[24,41,21,39],[24,43,21,41],[24,51,21,49],[24,52,21,50],[24,53,21,51,"toString"],[24,61,21,59],[24,62,21,60],[24,70,21,68],[24,71,21,69],[25,4,22,2],[25,5,22,3],[26,2,23,0],[28,2,25,0],[29,2,26,0],[29,6,26,4],[29,13,26,11,"atob"],[29,17,26,15],[29,22,26,20],[29,33,26,31],[29,35,26,33],[30,4,27,2,"global"],[30,10,27,8],[30,11,27,9,"atob"],[30,15,27,13],[30,18,27,16],[30,28,27,26,"b64Encoded"],[30,38,27,36],[30,40,27,38],[31,6,28,4],[31,13,28,11,"Buffer"],[31,19,28,17],[31,20,28,18,"alloc"],[31,25,28,23],[31,26,29,6,"Buffer"],[31,32,29,12],[31,33,29,13,"from"],[31,37,29,17],[31,38,29,18,"b64Encoded"],[31,48,29,28],[31,50,29,30],[31,58,29,38],[31,59,29,39],[31,60,29,40,"length"],[31,66,29,46],[31,68,30,6,"Buffer"],[31,74,30,12],[31,75,30,13,"from"],[31,79,30,17],[31,80,30,18,"b64Encoded"],[31,90,30,28],[31,92,30,30],[31,100,30,38],[31,101,30,39],[31,103,31,6],[31,111,32,4],[31,112,32,5],[31,113,32,6,"toString"],[31,121,32,14],[31,122,32,15],[31,130,32,23],[31,131,32,24],[32,4,33,2],[32,5,33,3],[33,2,34,0],[34,2,36,0],[34,6,36,4],[34,13,36,11,"global"],[34,19,36,17],[34,21,36,19,"Linking"],[34,28,36,26],[34,33,36,31],[34,44,36,42],[34,46,36,44],[35,4,37,2],[35,8,37,6],[36,6,38,4,"global"],[36,12,38,10],[36,13,38,11,"Linking"],[36,20,38,18],[36,23,38,21,"require"],[36,30,38,28],[36,31,38,28,"_dependencyMap"],[36,45,38,28],[36,64,38,43],[36,65,38,44],[36,66,38,45,"Linking"],[36,73,38,52],[37,4,39,2],[37,5,39,3],[37,6,39,4],[37,13,39,11,"e"],[37,14,39,12],[37,16,39,14],[38,6,40,4],[39,6,41,4,"console"],[39,13,41,11],[39,14,41,12,"error"],[39,19,41,17],[39,20,41,18],[39,80,41,78],[39,81,41,79],[40,4,42,2],[41,2,43,0],[42,2,45,0],[42,6,45,4],[42,13,45,11,"global"],[42,19,45,17],[42,21,45,19,"Platform"],[42,29,45,27],[42,34,45,32],[42,45,45,43],[42,47,45,45],[43,4,46,2],[43,8,46,6],[44,6,47,4,"global"],[44,12,47,10],[44,13,47,11,"Platform"],[44,21,47,19],[44,24,47,22,"require"],[44,31,47,29],[44,32,47,29,"_dependencyMap"],[44,46,47,29],[44,65,47,44],[44,66,47,45],[44,67,47,46,"Platform"],[44,75,47,54],[45,4,48,2],[45,5,48,3],[45,6,48,4],[45,13,48,11,"e"],[45,14,48,12],[45,16,48,14],[46,6,49,4],[47,6,50,4,"console"],[47,13,50,11],[47,14,50,12,"error"],[47,19,50,17],[47,20,50,18],[47,81,50,79],[47,82,50,80],[48,4,51,2],[49,2,52,0],[50,2,54,0],[50,6,54,4],[50,13,54,11,"global"],[50,19,54,17],[50,21,54,19,"NetInfo"],[50,28,54,26],[50,33,54,31],[50,44,54,42],[50,46,54,44],[51,4,55,2],[51,8,55,6],[52,6,56,4,"global"],[52,12,56,10],[52,13,56,11,"NetInfo"],[52,20,56,18],[52,23,56,21,"require"],[52,30,56,28],[52,31,56,28,"_dependencyMap"],[52,45,56,28],[52,83,56,62],[52,84,56,63],[53,4,57,2],[53,5,57,3],[53,6,57,4],[53,13,57,11,"e"],[53,14,57,12],[53,16,57,14],[54,6,58,4],[55,6,59,4,"console"],[55,13,59,11],[55,14,59,12,"error"],[55,19,59,17],[55,20,59,18],[55,91,59,89],[55,92,59,90],[56,4,60,2],[57,2,61,0],[58,2,63,0],[58,6,63,4],[58,13,63,11,"global"],[58,19,63,17],[58,21,63,19,"Application"],[58,32,63,30],[58,37,63,35],[58,48,63,46],[58,50,63,48],[59,4,64,2],[59,8,64,6],[60,6,65,4],[60,12,65,10,"module"],[60,18,65,16],[60,21,65,19],[60,25,65,19,"getApplicationModule"],[60,39,65,39],[60,40,65,39,"getApplicationModule"],[60,60,65,39],[60,62,65,40],[60,63,65,41],[61,6,66,4],[61,10,66,8],[61,17,66,15,"module"],[61,23,66,21],[61,24,66,22,"getConstants"],[61,36,66,34],[61,41,66,39],[61,51,66,49],[61,53,66,51],[62,8,67,6,"global"],[62,14,67,12],[62,15,67,13,"Application"],[62,26,67,24],[62,29,67,27],[63,10,68,8],[63,13,68,11,"module"],[63,19,68,17],[63,20,68,18,"getConstants"],[63,32,68,30],[63,33,68,31],[63,34,68,32],[64,10,69,8,"isAppInstalled"],[64,24,69,22],[64,26,69,24,"module"],[64,32,69,30],[64,33,69,31,"isAppInstalled"],[65,8,70,6],[65,9,70,7],[66,6,71,4],[66,7,71,5],[66,13,71,11],[67,8,72,6,"global"],[67,14,72,12],[67,15,72,13,"Application"],[67,26,72,24],[67,29,72,27,"module"],[67,35,72,33],[68,6,73,4],[69,4,74,2],[69,5,74,3],[69,6,74,4],[69,13,74,11,"e"],[69,14,74,12],[69,16,74,14],[70,6,75,4],[71,6,76,4,"console"],[71,13,76,11],[71,14,76,12,"error"],[71,19,76,17],[71,20,76,18],[71,78,76,76],[71,79,76,77],[72,4,77,2],[73,2,78,0],[74,0,78,1],[74,3]],"functionMap":{"names":["<global>","global.btoa","global.atob"],"mappings":"AAA;gBCmB;GDE;gBEK;GFM"},"hasCjsExports":false},"type":"js/module"}]} |