mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 22:41:02 +00:00
1 line
5.6 KiB
Plaintext
1 line
5.6 KiB
Plaintext
{"dependencies":[{"name":"@polkadot/x-bigint","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":1,"column":0,"index":0},"end":{"line":1,"column":44,"index":44}}],"key":"Xafw1y4jIaVcNbHtayie8UfNWW8=","exportNames":["*"],"imports":1}},{"name":"../hex/toBigInt.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":2,"column":0,"index":45},"end":{"line":2,"column":49,"index":94}}],"key":"zxgbLQwIDoEOtsn9X8+448kIWAU=","exportNames":["*"],"imports":1}},{"name":"../is/bn.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":3,"column":0,"index":95},"end":{"line":3,"column":35,"index":130}}],"key":"qj7L3CeiL9bmOHiXjxF6mKizxig=","exportNames":["*"],"imports":1}},{"name":"../is/hex.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":4,"column":0,"index":131},"end":{"line":4,"column":37,"index":168}}],"key":"FRvNFhyKsGuWVMufkKejTO9l7S0=","exportNames":["*"],"imports":1}},{"name":"../is/toBigInt.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":5,"column":0,"index":169},"end":{"line":5,"column":47,"index":216}}],"key":"N/toHvrdiOQdWVOVcFrzRFTwbic=","exportNames":["*"],"imports":1}},{"name":"../is/toBn.js","data":{"asyncType":null,"isESMImport":true,"locs":[{"start":{"line":6,"column":0,"index":217},"end":{"line":6,"column":39,"index":256}}],"key":"9jxmCO7ndQCy3Q4BXgj6sT6fwro=","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.nToBigInt = nToBigInt;\n var _polkadotXBigint = require(_dependencyMap[0], \"@polkadot/x-bigint\");\n var _hexToBigIntJs = require(_dependencyMap[1], \"../hex/toBigInt.js\");\n var _isBnJs = require(_dependencyMap[2], \"../is/bn.js\");\n var _isHexJs = require(_dependencyMap[3], \"../is/hex.js\");\n var _isToBigIntJs = require(_dependencyMap[4], \"../is/toBigInt.js\");\n var _isToBnJs = require(_dependencyMap[5], \"../is/toBn.js\");\n /**\n * @name nToBigInt\n * @summary Creates a bigInt value from a BN, bigint, string (base 10 or hex) or number input.\n */\n function nToBigInt(value) {\n return typeof value === 'bigint' ? value : !value ? (0, _polkadotXBigint.BigInt)(0) : (0, _isHexJs.isHex)(value) ? (0, _hexToBigIntJs.hexToBigInt)(value.toString()) : (0, _isBnJs.isBn)(value) ? (0, _polkadotXBigint.BigInt)(value.toString()) : (0, _isToBigIntJs.isToBigInt)(value) ? value.toBigInt() : (0, _isToBnJs.isToBn)(value) ? (0, _polkadotXBigint.BigInt)(value.toBn().toString()) : (0, _polkadotXBigint.BigInt)(value);\n }\n});","lineCount":21,"map":[[7,2,11,0,"exports"],[7,9,11,0],[7,10,11,0,"nToBigInt"],[7,19,11,0],[7,22,11,0,"nToBigInt"],[7,31,11,0],[8,2,1,0],[8,6,1,0,"_polkadotXBigint"],[8,22,1,0],[8,25,1,0,"require"],[8,32,1,0],[8,33,1,0,"_dependencyMap"],[8,47,1,0],[9,2,2,0],[9,6,2,0,"_hexToBigIntJs"],[9,20,2,0],[9,23,2,0,"require"],[9,30,2,0],[9,31,2,0,"_dependencyMap"],[9,45,2,0],[10,2,3,0],[10,6,3,0,"_isBnJs"],[10,13,3,0],[10,16,3,0,"require"],[10,23,3,0],[10,24,3,0,"_dependencyMap"],[10,38,3,0],[11,2,4,0],[11,6,4,0,"_isHexJs"],[11,14,4,0],[11,17,4,0,"require"],[11,24,4,0],[11,25,4,0,"_dependencyMap"],[11,39,4,0],[12,2,5,0],[12,6,5,0,"_isToBigIntJs"],[12,19,5,0],[12,22,5,0,"require"],[12,29,5,0],[12,30,5,0,"_dependencyMap"],[12,44,5,0],[13,2,6,0],[13,6,6,0,"_isToBnJs"],[13,15,6,0],[13,18,6,0,"require"],[13,25,6,0],[13,26,6,0,"_dependencyMap"],[13,40,6,0],[14,2,7,0],[15,0,8,0],[16,0,9,0],[17,0,10,0],[18,2,11,7],[18,11,11,16,"nToBigInt"],[18,20,11,25,"nToBigInt"],[18,21,11,26,"value"],[18,26,11,31],[18,28,11,33],[19,4,12,4],[19,11,12,11],[19,18,12,18,"value"],[19,23,12,23],[19,28,12,28],[19,36,12,36],[19,39,13,10,"value"],[19,44,13,15],[19,47,14,10],[19,48,14,11,"value"],[19,53,14,16],[19,56,15,14],[19,60,15,14,"BigInt"],[19,76,15,20],[19,77,15,20,"BigInt"],[19,83,15,20],[19,85,15,21],[19,86,15,22],[19,87,15,23],[19,90,16,14],[19,94,16,14,"isHex"],[19,102,16,19],[19,103,16,19,"isHex"],[19,108,16,19],[19,110,16,20,"value"],[19,115,16,25],[19,116,16,26],[19,119,17,18],[19,123,17,18,"hexToBigInt"],[19,137,17,29],[19,138,17,29,"hexToBigInt"],[19,149,17,29],[19,151,17,30,"value"],[19,156,17,35],[19,157,17,36,"toString"],[19,165,17,44],[19,166,17,45],[19,167,17,46],[19,168,17,47],[19,171,18,18],[19,175,18,18,"isBn"],[19,182,18,22],[19,183,18,22,"isBn"],[19,187,18,22],[19,189,18,23,"value"],[19,194,18,28],[19,195,18,29],[19,198,19,22],[19,202,19,22,"BigInt"],[19,218,19,28],[19,219,19,28,"BigInt"],[19,225,19,28],[19,227,19,29,"value"],[19,232,19,34],[19,233,19,35,"toString"],[19,241,19,43],[19,242,19,44],[19,243,19,45],[19,244,19,46],[19,247,20,22],[19,251,20,22,"isToBigInt"],[19,264,20,32],[19,265,20,32,"isToBigInt"],[19,275,20,32],[19,277,20,33,"value"],[19,282,20,38],[19,283,20,39],[19,286,21,26,"value"],[19,291,21,31],[19,292,21,32,"toBigInt"],[19,300,21,40],[19,301,21,41],[19,302,21,42],[19,305,22,26],[19,309,22,26,"isToBn"],[19,318,22,32],[19,319,22,32,"isToBn"],[19,325,22,32],[19,327,22,33,"value"],[19,332,22,38],[19,333,22,39],[19,336,23,30],[19,340,23,30,"BigInt"],[19,356,23,36],[19,357,23,36,"BigInt"],[19,363,23,36],[19,365,23,37,"value"],[19,370,23,42],[19,371,23,43,"toBn"],[19,375,23,47],[19,376,23,48],[19,377,23,49],[19,378,23,50,"toString"],[19,386,23,58],[19,387,23,59],[19,388,23,60],[19,389,23,61],[19,392,24,30],[19,396,24,30,"BigInt"],[19,412,24,36],[19,413,24,36,"BigInt"],[19,419,24,36],[19,421,24,37,"value"],[19,426,24,42],[19,427,24,43],[20,2,25,0],[21,0,25,1],[21,3]],"functionMap":{"names":["<global>","nToBigInt"],"mappings":"AAA;OCU;CDc"},"hasCjsExports":false},"type":"js/module"}]} |