mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 03:01:04 +00:00
1 line
5.8 KiB
Plaintext
1 line
5.8 KiB
Plaintext
{"dependencies":[{"name":"./lib/bytesToUuid","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":44,"index":44}}],"key":"Adv/QtGJyBcWM7qosrbwSJ0p9bA=","exportNames":["*"],"imports":1}},{"name":"./uuid.types","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":45},"end":{"line":2,"column":53,"index":98}}],"key":"ShnVy+zJjUvhB99WMorBhtzZ4s0=","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 function _interopDefault(e) {\n return e && e.__esModule ? e : {\n default: e\n };\n }\n Object.defineProperty(exports, \"default\", {\n enumerable: true,\n get: function () {\n return _default;\n }\n });\n var _libBytesToUuid = require(_dependencyMap[0], \"./lib/bytesToUuid\");\n var bytesToUuid = _interopDefault(_libBytesToUuid);\n var _uuidTypes = require(_dependencyMap[1], \"./uuid.types\");\n function uuidv4() {\n var _globalThis$expo;\n var nativeUuidv4 = globalThis == null || (_globalThis$expo = globalThis.expo) == null ? void 0 : _globalThis$expo.uuidv4;\n if (!nativeUuidv4) {\n throw Error(\"Native UUID version 4 generator implementation wasn't found in `expo-modules-core`\");\n }\n return nativeUuidv4();\n }\n function uuidv5(name, namespace) {\n var _globalThis$expo2;\n var parsedNamespace = Array.isArray(namespace) && namespace.length === 16 ? (0, bytesToUuid.default)(namespace) : namespace;\n\n // If parsed namespace is still an array it means that it wasn't valid\n if (Array.isArray(parsedNamespace)) {\n throw new Error('`namespace` must be a valid UUID string or an Array of 16 byte values');\n }\n var nativeUuidv5 = globalThis == null || (_globalThis$expo2 = globalThis.expo) == null ? void 0 : _globalThis$expo2.uuidv5;\n if (!nativeUuidv5) {\n throw Error(\"Native UUID type 5 generator implementation wasn't found in `expo-modules-core`\");\n }\n return nativeUuidv5(name, parsedNamespace);\n }\n var uuid = {\n v4: uuidv4,\n v5: uuidv5,\n namespace: _uuidTypes.Uuidv5Namespace\n };\n var _default = uuid;\n});","lineCount":49,"map":[[12,2,39,0,"Object"],[12,8,39,0],[12,9,39,0,"defineProperty"],[12,23,39,0],[12,24,39,0,"exports"],[12,31,39,0],[13,4,39,0,"enumerable"],[13,14,39,0],[14,4,39,0,"get"],[14,7,39,0],[14,18,39,0,"get"],[14,19,39,0],[15,6,39,0],[15,13,39,0,"_default"],[15,21,39,0],[16,4,39,0],[17,2,39,0],[18,2,1,0],[18,6,1,0,"_libBytesToUuid"],[18,21,1,0],[18,24,1,0,"require"],[18,31,1,0],[18,32,1,0,"_dependencyMap"],[18,46,1,0],[19,2,1,0],[19,6,1,0,"bytesToUuid"],[19,17,1,0],[19,20,1,0,"_interopDefault"],[19,35,1,0],[19,36,1,0,"_libBytesToUuid"],[19,51,1,0],[20,2,2,0],[20,6,2,0,"_uuidTypes"],[20,16,2,0],[20,19,2,0,"require"],[20,26,2,0],[20,27,2,0,"_dependencyMap"],[20,41,2,0],[21,2,4,0],[21,11,4,9,"uuidv4"],[21,17,4,15,"uuidv4"],[21,18,4,15],[21,20,4,26],[22,4,4,26],[22,8,4,26,"_globalThis$expo"],[22,24,4,26],[23,4,5,2],[23,8,5,8,"nativeUuidv4"],[23,20,5,20],[23,23,5,23,"globalThis"],[23,33,5,33],[23,46,5,33,"_globalThis$expo"],[23,62,5,33],[23,65,5,23,"globalThis"],[23,75,5,33],[23,76,5,35,"expo"],[23,80,5,39],[23,101,5,23,"_globalThis$expo"],[23,117,5,23],[23,118,5,41,"uuidv4"],[23,124,5,47],[24,4,7,2],[24,8,7,6],[24,9,7,7,"nativeUuidv4"],[24,21,7,19],[24,23,7,21],[25,6,8,4],[25,12,8,10,"Error"],[25,17,8,15],[25,18,9,6],[25,102,10,4],[25,103,10,5],[26,4,11,2],[27,4,13,2],[27,11,13,9,"nativeUuidv4"],[27,23,13,21],[27,24,13,22],[27,25,13,23],[28,2,14,0],[29,2,16,0],[29,11,16,9,"uuidv5"],[29,17,16,15,"uuidv5"],[29,18,16,16,"name"],[29,22,16,28],[29,24,16,30,"namespace"],[29,33,16,58],[29,35,16,60],[30,4,16,60],[30,8,16,60,"_globalThis$expo2"],[30,25,16,60],[31,4,17,2],[31,8,17,8,"parsedNamespace"],[31,23,17,23],[31,26,18,4,"Array"],[31,31,18,9],[31,32,18,10,"isArray"],[31,39,18,17],[31,40,18,18,"namespace"],[31,49,18,27],[31,50,18,28],[31,54,18,32,"namespace"],[31,63,18,41],[31,64,18,42,"length"],[31,70,18,48],[31,75,18,53],[31,77,18,55],[31,80,18,58],[31,84,18,58,"bytesToUuid"],[31,95,18,69],[31,96,18,69,"default"],[31,103,18,69],[31,105,18,70,"namespace"],[31,114,18,79],[31,115,18,80],[31,118,18,83,"namespace"],[31,127,18,92],[33,4,20,2],[34,4,21,2],[34,8,21,6,"Array"],[34,13,21,11],[34,14,21,12,"isArray"],[34,21,21,19],[34,22,21,20,"parsedNamespace"],[34,37,21,35],[34,38,21,36],[34,40,21,38],[35,6,22,4],[35,12,22,10],[35,16,22,14,"Error"],[35,21,22,19],[35,22,22,20],[35,93,22,91],[35,94,22,92],[36,4,23,2],[37,4,25,2],[37,8,25,8,"nativeUuidv5"],[37,20,25,20],[37,23,25,23,"globalThis"],[37,33,25,33],[37,46,25,33,"_globalThis$expo2"],[37,63,25,33],[37,66,25,23,"globalThis"],[37,76,25,33],[37,77,25,35,"expo"],[37,81,25,39],[37,102,25,23,"_globalThis$expo2"],[37,119,25,23],[37,120,25,41,"uuidv5"],[37,126,25,47],[38,4,27,2],[38,8,27,6],[38,9,27,7,"nativeUuidv5"],[38,21,27,19],[38,23,27,21],[39,6,28,4],[39,12,28,10,"Error"],[39,17,28,15],[39,18,28,16],[39,99,28,97],[39,100,28,98],[40,4,29,2],[41,4,31,2],[41,11,31,9,"nativeUuidv5"],[41,23,31,21],[41,24,31,22,"name"],[41,28,31,26],[41,30,31,28,"parsedNamespace"],[41,45,31,43],[41,46,31,44],[42,2,32,0],[43,2,34,0],[43,6,34,6,"uuid"],[43,10,34,16],[43,13,34,19],[44,4,35,2,"v4"],[44,6,35,4],[44,8,35,6,"uuidv4"],[44,14,35,12],[45,4,36,2,"v5"],[45,6,36,4],[45,8,36,6,"uuidv5"],[45,14,36,12],[46,4,37,2,"namespace"],[46,13,37,11],[46,15,37,13,"Uuidv5Namespace"],[46,25,37,28],[46,26,37,28,"Uuidv5Namespace"],[47,2,38,0],[47,3,38,1],[48,2,39,0],[48,6,39,0,"_default"],[48,14,39,0],[48,17,39,15,"uuid"],[48,21,39,19],[49,0,39,20],[49,3]],"functionMap":{"names":["<global>","uuidv4","uuidv5"],"mappings":"AAA;ACG;CDU;AEE;CFgB"},"hasCjsExports":false},"type":"js/module"}]} |