mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-05-30 14:31:02 +00:00
1 line
3.7 KiB
Plaintext
1 line
3.7 KiB
Plaintext
{"dependencies":[{"name":"@babel/runtime/helpers/asyncToGenerator","data":{"asyncType":null,"isESMImport":false,"locs":[],"key":"YisBBiy2Xm9DEVdFebZ2nbgAHBo=","exportNames":["*"],"imports":1}},{"name":"./hasher.js","data":{"asyncType":null,"isESMImport":false,"locs":[{"start":{"line":5,"column":13,"index":92},"end":{"line":5,"column":35,"index":114}}],"key":"S+rukV+6coFPIbzN4kC8Ag71enI=","exportNames":["*"],"imports":1}}],"output":[{"data":{"code":"__d(function (global, require, _$$_IMPORT_DEFAULT, _$$_IMPORT_ALL, module, exports, _dependencyMap) {\n 'use strict';\n\n var _asyncToGenerator = require(_dependencyMap[0], \"@babel/runtime/helpers/asyncToGenerator\").default;\n Object.defineProperty(exports, '__esModule', {\n value: true\n });\n var hasher = require(_dependencyMap[1], \"./hasher.js\");\n var sha = function sha(name) {\n return /*#__PURE__*/function () {\n var _ref = _asyncToGenerator(function* (data) {\n return new Uint8Array(yield crypto.subtle.digest(name, data));\n });\n return function (_x) {\n return _ref.apply(this, arguments);\n };\n }();\n };\n var sha256 = hasher.from({\n name: 'sha2-256',\n code: 18,\n encode: sha('SHA-256')\n });\n var sha512 = hasher.from({\n name: 'sha2-512',\n code: 19,\n encode: sha('SHA-512')\n });\n exports.sha256 = sha256;\n exports.sha512 = sha512;\n});","lineCount":31,"map":[[2,2,1,0],[2,14,1,12],[4,2,1,13],[4,6,1,13,"_asyncToGenerator"],[4,23,1,13],[4,26,1,13,"require"],[4,33,1,13],[4,34,1,13,"_dependencyMap"],[4,48,1,13],[4,96,1,13,"default"],[4,103,1,13],[5,2,3,0,"Object"],[5,8,3,6],[5,9,3,7,"defineProperty"],[5,23,3,21],[5,24,3,22,"exports"],[5,31,3,29],[5,33,3,31],[5,45,3,43],[5,47,3,45],[6,4,3,47,"value"],[6,9,3,52],[6,11,3,54],[7,2,3,59],[7,3,3,60],[7,4,3,61],[8,2,5,0],[8,6,5,4,"hasher"],[8,12,5,10],[8,15,5,13,"require"],[8,22,5,20],[8,23,5,20,"_dependencyMap"],[8,37,5,20],[8,55,5,34],[8,56,5,35],[9,2,7,0],[9,6,7,6,"sha"],[9,9,7,9],[9,12,7,12],[9,21,7,6,"sha"],[9,24,7,9,"sha"],[9,25,7,12,"name"],[9,29,7,16],[10,4,7,16],[11,6,7,16],[11,10,7,16,"_ref"],[11,14,7,16],[11,17,7,16,"_asyncToGenerator"],[11,34,7,16],[11,35,7,20],[11,46,7,26,"data"],[11,50,7,30],[12,8,7,30],[12,15,7,34],[12,19,7,38,"Uint8Array"],[12,29,7,48],[12,36,7,55,"crypto"],[12,42,7,61],[12,43,7,62,"subtle"],[12,49,7,68],[12,50,7,69,"digest"],[12,56,7,75],[12,57,7,76,"name"],[12,61,7,80],[12,63,7,82,"data"],[12,67,7,86],[12,68,7,87],[12,69,7,88],[13,6,7,88],[14,6,7,88],[14,23,7,88,"_x"],[14,25,7,88],[15,8,7,88],[15,15,7,88,"_ref"],[15,19,7,88],[15,20,7,88,"apply"],[15,25,7,88],[15,32,7,88,"arguments"],[15,41,7,88],[16,6,7,88],[17,4,7,88],[18,2,7,88],[19,2,8,0],[19,6,8,6,"sha256"],[19,12,8,12],[19,15,8,15,"hasher"],[19,21,8,21],[19,22,8,22,"from"],[19,26,8,26],[19,27,8,27],[20,4,9,2,"name"],[20,8,9,6],[20,10,9,8],[20,20,9,18],[21,4,10,2,"code"],[21,8,10,6],[21,10,10,8],[21,12,10,10],[22,4,11,2,"encode"],[22,10,11,8],[22,12,11,10,"sha"],[22,15,11,13],[22,16,11,14],[22,25,11,23],[23,2,12,0],[23,3,12,1],[23,4,12,2],[24,2,13,0],[24,6,13,6,"sha512"],[24,12,13,12],[24,15,13,15,"hasher"],[24,21,13,21],[24,22,13,22,"from"],[24,26,13,26],[24,27,13,27],[25,4,14,2,"name"],[25,8,14,6],[25,10,14,8],[25,20,14,18],[26,4,15,2,"code"],[26,8,15,6],[26,10,15,8],[26,12,15,10],[27,4,16,2,"encode"],[27,10,16,8],[27,12,16,10,"sha"],[27,15,16,13],[27,16,16,14],[27,25,16,23],[28,2,17,0],[28,3,17,1],[28,4,17,2],[29,2,19,0,"exports"],[29,9,19,7],[29,10,19,8,"sha256"],[29,16,19,14],[29,19,19,17,"sha256"],[29,25,19,23],[30,2,20,0,"exports"],[30,9,20,7],[30,10,20,8,"sha512"],[30,16,20,14],[30,19,20,17,"sha512"],[30,25,20,23],[31,0,20,24],[31,3]],"functionMap":{"names":["<global>","sha","<anonymous>"],"mappings":"AAA;YCM,QC,oEF"},"hasCjsExports":true},"type":"js/module"}]} |