mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 10:01:02 +00:00
1 line
4.8 KiB
Plaintext
1 line
4.8 KiB
Plaintext
{"dependencies":[{"name":"@polkadot/x-bigint","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":4,"column":19,"index":238},"end":{"line":4,"column":48,"index":267}}],"key":"vYT44QPz4/mwSlaWVHyJIDa5mP4=","exportNames":["*"],"imports":1}},{"name":"@polkadot/x-global","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":19,"index":288},"end":{"line":5,"column":48,"index":317}}],"key":"sI2Je+yhs93Vtk4SM5jfVQCI0Wc=","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 exports.hasProcess = exports.hasBuffer = exports.hasWasm = exports.hasEsm = exports.hasDirname = exports.hasCjs = exports.hasBigInt = void 0;\n var x_bigint_1 = require(_dependencyMap[0], \"@polkadot/x-bigint\");\n var x_global_1 = require(_dependencyMap[1], \"@polkadot/x-global\");\n /** true if the environment has proper BigInt support */\n exports.hasBigInt = typeof x_bigint_1.BigInt === 'function' && typeof x_bigint_1.BigInt.asIntN === 'function';\n /** true if the environment is CJS */\n exports.hasCjs = typeof require === 'function' && typeof module !== 'undefined';\n /** true if the environment has __dirname available */\n exports.hasDirname = typeof __dirname !== 'undefined';\n /** true if the environment is ESM */\n exports.hasEsm = !exports.hasCjs;\n /** true if the environment has WebAssembly available */\n exports.hasWasm = typeof WebAssembly !== 'undefined';\n /** true if the environment has support for Buffer (typically Node.js) */\n exports.hasBuffer = typeof x_global_1.xglobal.Buffer === 'function' && typeof x_global_1.xglobal.Buffer.isBuffer === 'function';\n /** true if the environment has process available (typically Node.js) */\n exports.hasProcess = typeof x_global_1.xglobal.process === 'object';\n});","lineCount":24,"map":[[2,2,1,0],[2,14,1,12],[4,2,2,0,"Object"],[4,8,2,6],[4,9,2,7,"defineProperty"],[4,23,2,21],[4,24,2,22,"exports"],[4,31,2,29],[4,33,2,31],[4,45,2,43],[4,47,2,45],[5,4,2,47,"value"],[5,9,2,52],[5,11,2,54],[6,2,2,59],[6,3,2,60],[6,4,2,61],[7,2,3,0,"exports"],[7,9,3,7],[7,10,3,8,"hasProcess"],[7,20,3,18],[7,23,3,21,"exports"],[7,30,3,28],[7,31,3,29,"hasBuffer"],[7,40,3,38],[7,43,3,41,"exports"],[7,50,3,48],[7,51,3,49,"hasWasm"],[7,58,3,56],[7,61,3,59,"exports"],[7,68,3,66],[7,69,3,67,"hasEsm"],[7,75,3,73],[7,78,3,76,"exports"],[7,85,3,83],[7,86,3,84,"hasDirname"],[7,96,3,94],[7,99,3,97,"exports"],[7,106,3,104],[7,107,3,105,"hasCjs"],[7,113,3,111],[7,116,3,114,"exports"],[7,123,3,121],[7,124,3,122,"hasBigInt"],[7,133,3,131],[7,136,3,134],[7,141,3,139],[7,142,3,140],[8,2,4,0],[8,6,4,6,"x_bigint_1"],[8,16,4,16],[8,19,4,19,"require"],[8,26,4,26],[8,27,4,26,"_dependencyMap"],[8,41,4,26],[8,66,4,47],[8,67,4,48],[9,2,5,0],[9,6,5,6,"x_global_1"],[9,16,5,16],[9,19,5,19,"require"],[9,26,5,26],[9,27,5,26,"_dependencyMap"],[9,41,5,26],[9,66,5,47],[9,67,5,48],[10,2,6,0],[11,2,7,0,"exports"],[11,9,7,7],[11,10,7,8,"hasBigInt"],[11,19,7,17],[11,22,7,20],[11,29,7,27,"x_bigint_1"],[11,39,7,37],[11,40,7,38,"BigInt"],[11,46,7,44],[11,51,7,49],[11,61,7,59],[11,65,7,63],[11,72,7,70,"x_bigint_1"],[11,82,7,80],[11,83,7,81,"BigInt"],[11,89,7,87],[11,90,7,88,"asIntN"],[11,96,7,94],[11,101,7,99],[11,111,7,109],[12,2,8,0],[13,2,9,0,"exports"],[13,9,9,7],[13,10,9,8,"hasCjs"],[13,16,9,14],[13,19,9,17],[13,26,9,24,"require"],[13,33,9,31],[13,38,9,36],[13,48,9,46],[13,52,9,50],[13,59,9,57,"module"],[13,65,9,63],[13,70,9,68],[13,81,9,79],[14,2,10,0],[15,2,11,0,"exports"],[15,9,11,7],[15,10,11,8,"hasDirname"],[15,20,11,18],[15,23,11,21],[15,30,11,28,"__dirname"],[15,39,11,37],[15,44,11,42],[15,55,11,53],[16,2,12,0],[17,2,13,0,"exports"],[17,9,13,7],[17,10,13,8,"hasEsm"],[17,16,13,14],[17,19,13,17],[17,20,13,18,"exports"],[17,27,13,25],[17,28,13,26,"hasCjs"],[17,34,13,32],[18,2,14,0],[19,2,15,0,"exports"],[19,9,15,7],[19,10,15,8,"hasWasm"],[19,17,15,15],[19,20,15,18],[19,27,15,25,"WebAssembly"],[19,38,15,36],[19,43,15,41],[19,54,15,52],[20,2,16,0],[21,2,17,0,"exports"],[21,9,17,7],[21,10,17,8,"hasBuffer"],[21,19,17,17],[21,22,17,20],[21,29,17,27,"x_global_1"],[21,39,17,37],[21,40,17,38,"xglobal"],[21,47,17,45],[21,48,17,46,"Buffer"],[21,54,17,52],[21,59,17,57],[21,69,17,67],[21,73,17,71],[21,80,17,78,"x_global_1"],[21,90,17,88],[21,91,17,89,"xglobal"],[21,98,17,96],[21,99,17,97,"Buffer"],[21,105,17,103],[21,106,17,104,"isBuffer"],[21,114,17,112],[21,119,17,117],[21,129,17,127],[22,2,18,0],[23,2,19,0,"exports"],[23,9,19,7],[23,10,19,8,"hasProcess"],[23,20,19,18],[23,23,19,21],[23,30,19,28,"x_global_1"],[23,40,19,38],[23,41,19,39,"xglobal"],[23,48,19,46],[23,49,19,47,"process"],[23,56,19,54],[23,61,19,59],[23,69,19,67],[24,0,19,68],[24,3]],"functionMap":{"names":["<global>"],"mappings":"AAA"},"hasCjsExports":true},"type":"js/module"}]} |