Files
pezkuwi-mobile-app/frontend/.metro-cache/cache/65/a89b9c8173b8bafe31ec4c3967b0ceef2c66cdd0e07a7340d15eb796f7851ccb8821ad
T
2025-11-08 10:06:45 +00:00

1 line
5.6 KiB
Plaintext

{"dependencies":[{"name":"react-native","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":43,"index":43}}],"key":"KyzuX10g6ixS9UfynhmjlvCIG3g=","exportNames":["*"],"imports":1}},{"name":"whatwg-url-without-unicode","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":44},"end":{"line":2,"column":60,"index":104}}],"key":"A+MCbLw/itdoI4zIyjSMR6P1C2g=","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, \"URL\", {\n enumerable: true,\n get: function () {\n return URL;\n }\n });\n var _reactNative = require(_dependencyMap[0], \"react-native\");\n var _whatwgUrlWithoutUnicode = require(_dependencyMap[1], \"whatwg-url-without-unicode\");\n var BLOB_URL_PREFIX = null;\n var BlobModule = _reactNative.NativeModules.BlobModule;\n if (BlobModule && typeof BlobModule.BLOB_URI_SCHEME === 'string') {\n BLOB_URL_PREFIX = BlobModule.BLOB_URI_SCHEME + ':';\n if (typeof BlobModule.BLOB_URI_HOST === 'string') {\n BLOB_URL_PREFIX += `//${BlobModule.BLOB_URI_HOST}/`;\n }\n }\n\n /**\n * To allow Blobs be accessed via `content://` URIs,\n * you need to register `BlobProvider` as a ContentProvider in your app's `AndroidManifest.xml`:\n *\n * ```xml\n * <manifest>\n * <application>\n * <provider\n * android:name=\"com.facebook.react.modules.blob.BlobProvider\"\n * android:authorities=\"@string/blob_provider_authority\"\n * android:exported=\"false\"\n * />\n * </application>\n * </manifest>\n * ```\n * And then define the `blob_provider_authority` string in `res/values/strings.xml`.\n * Use a dotted name that's entirely unique to your app:\n *\n * ```xml\n * <resources>\n * <string name=\"blob_provider_authority\">your.app.package.blobs</string>\n * </resources>\n * ```\n */\n\n _whatwgUrlWithoutUnicode.URL.createObjectURL = function createObjectURL(blob) {\n if (BLOB_URL_PREFIX === null) {\n throw new Error('Cannot create URL for blob!');\n }\n return `${BLOB_URL_PREFIX}${blob.data.blobId}?offset=${blob.data.offset}&size=${blob.size}`;\n };\n _whatwgUrlWithoutUnicode.URL.revokeObjectURL = function revokeObjectURL(url) {\n // Do nothing.\n };\n var URL = _whatwgUrlWithoutUnicode.URL;\n});","lineCount":59,"map":[[7,2,51,0,"Object"],[7,8,51,0],[7,9,51,0,"defineProperty"],[7,23,51,0],[7,24,51,0,"exports"],[7,31,51,0],[8,4,51,0,"enumerable"],[8,14,51,0],[9,4,51,0,"get"],[9,7,51,0],[9,18,51,0,"get"],[9,19,51,0],[10,6,51,0],[10,13,51,0,"URL"],[10,16,51,0],[11,4,51,0],[12,2,51,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,2,0],[14,6,2,0,"_whatwgUrlWithoutUnicode"],[14,30,2,0],[14,33,2,0,"require"],[14,40,2,0],[14,41,2,0,"_dependencyMap"],[14,55,2,0],[15,2,4,0],[15,6,4,4,"BLOB_URL_PREFIX"],[15,21,4,19],[15,24,4,22],[15,28,4,26],[16,2,6,0],[16,6,6,7,"BlobModule"],[16,16,6,17],[16,19,6,21,"NativeModules"],[16,31,6,34],[16,32,6,34,"NativeModules"],[16,45,6,34],[16,46,6,7,"BlobModule"],[16,56,6,17],[17,2,8,0],[17,6,8,4,"BlobModule"],[17,16,8,14],[17,20,8,18],[17,27,8,25,"BlobModule"],[17,37,8,35],[17,38,8,36,"BLOB_URI_SCHEME"],[17,53,8,51],[17,58,8,56],[17,66,8,64],[17,68,8,66],[18,4,9,2,"BLOB_URL_PREFIX"],[18,19,9,17],[18,22,9,20,"BlobModule"],[18,32,9,30],[18,33,9,31,"BLOB_URI_SCHEME"],[18,48,9,46],[18,51,9,49],[18,54,9,52],[19,4,10,2],[19,8,10,6],[19,15,10,13,"BlobModule"],[19,25,10,23],[19,26,10,24,"BLOB_URI_HOST"],[19,39,10,37],[19,44,10,42],[19,52,10,50],[19,54,10,52],[20,6,11,4,"BLOB_URL_PREFIX"],[20,21,11,19],[20,25,11,23],[20,30,11,28,"BlobModule"],[20,40,11,38],[20,41,11,39,"BLOB_URI_HOST"],[20,54,11,52],[20,57,11,55],[21,4,12,2],[22,2,13,0],[24,2,15,0],[25,0,16,0],[26,0,17,0],[27,0,18,0],[28,0,19,0],[29,0,20,0],[30,0,21,0],[31,0,22,0],[32,0,23,0],[33,0,24,0],[34,0,25,0],[35,0,26,0],[36,0,27,0],[37,0,28,0],[38,0,29,0],[39,0,30,0],[40,0,31,0],[41,0,32,0],[42,0,33,0],[43,0,34,0],[44,0,35,0],[45,0,36,0],[46,0,37,0],[47,0,38,0],[49,2,40,0,"whatwgUrl"],[49,26,40,9],[49,27,40,9,"URL"],[49,30,40,9],[49,31,40,10,"createObjectURL"],[49,46,40,25],[49,49,40,28],[49,58,40,37,"createObjectURL"],[49,73,40,52,"createObjectURL"],[49,74,40,53,"blob"],[49,78,40,57],[49,80,40,59],[50,4,41,2],[50,8,41,6,"BLOB_URL_PREFIX"],[50,23,41,21],[50,28,41,26],[50,32,41,30],[50,34,41,32],[51,6,42,4],[51,12,42,10],[51,16,42,14,"Error"],[51,21,42,19],[51,22,42,20],[51,51,42,49],[51,52,42,50],[52,4,43,2],[53,4,44,2],[53,11,44,9],[53,14,44,12,"BLOB_URL_PREFIX"],[53,29,44,27],[53,32,44,30,"blob"],[53,36,44,34],[53,37,44,35,"data"],[53,41,44,39],[53,42,44,40,"blobId"],[53,48,44,46],[53,59,44,57,"blob"],[53,63,44,61],[53,64,44,62,"data"],[53,68,44,66],[53,69,44,67,"offset"],[53,75,44,73],[53,84,44,82,"blob"],[53,88,44,86],[53,89,44,87,"size"],[53,93,44,91],[53,95,44,93],[54,2,45,0],[54,3,45,1],[55,2,47,0,"whatwgUrl"],[55,26,47,9],[55,27,47,9,"URL"],[55,30,47,9],[55,31,47,10,"revokeObjectURL"],[55,46,47,25],[55,49,47,28],[55,58,47,37,"revokeObjectURL"],[55,73,47,52,"revokeObjectURL"],[55,74,47,53,"url"],[55,77,47,56],[55,79,47,58],[56,4,48,2],[57,2,48,2],[57,3,49,1],[58,2,51,7],[58,6,51,13,"URL"],[58,9,51,16],[58,12,51,19,"whatwgUrl"],[58,36,51,28],[58,37,51,28,"URL"],[58,40,51,28],[59,0,51,29],[59,3]],"functionMap":{"names":["<global>","createObjectURL","revokeObjectURL"],"mappings":"AAA;4BCuC;CDK;4BEE;CFE"},"hasCjsExports":false},"type":"js/module"}]}