mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 18:01:02 +00:00
1 line
2.9 KiB
Plaintext
1 line
2.9 KiB
Plaintext
{"dependencies":[],"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.HARDENED = void 0;\n exports.hdValidatePath = hdValidatePath;\n exports.HARDENED = 0x80000000;\n function hdValidatePath(path) {\n if (!path.startsWith('m/')) {\n return false;\n }\n var parts = path.split('/').slice(1);\n for (var p of parts) {\n var n = /^\\d+'?$/.test(p) ? parseInt(p.replace(/'$/, ''), 10) : Number.NaN;\n if (isNaN(n) || n >= exports.HARDENED || n < 0) {\n return false;\n }\n }\n return true;\n }\n});","lineCount":23,"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,"HARDENED"],[7,18,3,16],[7,21,3,19],[7,26,3,24],[7,27,3,25],[8,2,4,0,"exports"],[8,9,4,7],[8,10,4,8,"hdValidatePath"],[8,24,4,22],[8,27,4,25,"hdValidatePath"],[8,41,4,39],[9,2,5,0,"exports"],[9,9,5,7],[9,10,5,8,"HARDENED"],[9,18,5,16],[9,21,5,19],[9,31,5,29],[10,2,6,0],[10,11,6,9,"hdValidatePath"],[10,25,6,23,"hdValidatePath"],[10,26,6,24,"path"],[10,30,6,28],[10,32,6,30],[11,4,7,4],[11,8,7,8],[11,9,7,9,"path"],[11,13,7,13],[11,14,7,14,"startsWith"],[11,24,7,24],[11,25,7,25],[11,29,7,29],[11,30,7,30],[11,32,7,32],[12,6,8,8],[12,13,8,15],[12,18,8,20],[13,4,9,4],[14,4,10,4],[14,8,10,10,"parts"],[14,13,10,15],[14,16,10,18,"path"],[14,20,10,22],[14,21,10,23,"split"],[14,26,10,28],[14,27,10,29],[14,30,10,32],[14,31,10,33],[14,32,10,34,"slice"],[14,37,10,39],[14,38,10,40],[14,39,10,41],[14,40,10,42],[15,4,11,4],[15,9,11,9],[15,13,11,15,"p"],[15,14,11,16],[15,18,11,20,"parts"],[15,23,11,25],[15,25,11,27],[16,6,12,8],[16,10,12,14,"n"],[16,11,12,15],[16,14,12,18],[16,23,12,27],[16,24,12,28,"test"],[16,28,12,32],[16,29,12,33,"p"],[16,30,12,34],[16,31,12,35],[16,34,13,14,"parseInt"],[16,42,13,22],[16,43,13,23,"p"],[16,44,13,24],[16,45,13,25,"replace"],[16,52,13,32],[16,53,13,33],[16,57,13,37],[16,59,13,39],[16,61,13,41],[16,62,13,42],[16,64,13,44],[16,66,13,46],[16,67,13,47],[16,70,14,14,"Number"],[16,76,14,20],[16,77,14,21,"NaN"],[16,80,14,24],[17,6,15,8],[17,10,15,12,"isNaN"],[17,15,15,17],[17,16,15,18,"n"],[17,17,15,19],[17,18,15,20],[17,22,15,25,"n"],[17,23,15,26],[17,27,15,30,"exports"],[17,34,15,37],[17,35,15,38,"HARDENED"],[17,43,15,47],[17,47,15,52,"n"],[17,48,15,53],[17,51,15,56],[17,52,15,58],[17,54,15,60],[18,8,16,12],[18,15,16,19],[18,20,16,24],[19,6,17,8],[20,4,18,4],[21,4,19,4],[21,11,19,11],[21,15,19,15],[22,2,20,0],[23,0,20,1],[23,3]],"functionMap":{"names":["<global>","hdValidatePath"],"mappings":"AAA;ACK;CDc"},"hasCjsExports":true},"type":"js/module"}]} |