{"version":3,"file":"atob-1ZRfdKZ2.js","sources":["../../node_modules/atob/browser-atob.js"],"sourcesContent":["(function (w) {\n \"use strict\";\n\n function findBest(atobNative) {\n // normal window\n if ('function' === typeof atobNative) { return atobNative; }\n\n\n // browserify (web worker)\n if ('function' === typeof Buffer) {\n return function atobBrowserify(a) {\n //!! Deliberately using an API that's deprecated in node.js because\n //!! this file is for browsers and we expect them to cope with it.\n //!! Discussion: github.com/node-browser-compat/atob/pull/9\n return new Buffer(a, 'base64').toString('binary');\n };\n }\n\n // ios web worker with base64js\n if ('object' === typeof w.base64js) {\n // bufferToBinaryString\n // https://git.coolaj86.com/coolaj86/unibabel.js/blob/master/index.js#L50\n return function atobWebWorker_iOS(a) {\n var buf = w.base64js.b64ToByteArray(a);\n return Array.prototype.map.call(buf, function (ch) {\n return String.fromCharCode(ch);\n }).join('');\n };\n }\n\n\t\treturn function () {\n\t\t\t// ios web worker without base64js\n\t\t\tthrow new Error(\"You're probably in an old browser or an iOS webworker.\" +\n\t\t\t\t\" It might help to include beatgammit's base64-js.\");\n };\n }\n\n var atobBest = findBest(w.atob);\n w.atob = atobBest;\n\n if ((typeof module === 'object') && module && module.exports) {\n module.exports = atobBest;\n }\n}(window));\n"],"names":["w","findBest","atobNative","a","buf","ch","atobBest","module"],"mappings":"uYAAC,SAAUA,EAAG,CAGZ,SAASC,EAASC,EAAY,CAE5B,OAAmB,OAAOA,GAAtB,WAA2CA,EAI5B,OAAO,QAAtB,WACK,SAAwBC,EAAG,CACxC;AACA;AACA;AACQ,OAAO,IAAI,OAAOA,EAAG,QAAQ,EAAE,SAAS,QAAQ,CACjD,EAIc,OAAOH,EAAE,UAAtB,SAGK,SAA2BG,EAAG,CACnC,IAAIC,EAAMJ,EAAE,SAAS,eAAeG,CAAC,EACrC,OAAO,MAAM,UAAU,IAAI,KAAKC,EAAK,SAAUC,EAAI,CACjD,OAAO,OAAO,aAAaA,CAAE,CACvC,CAAS,EAAE,KAAK,EAAE,CACX,EAGE,UAAY,CAElB,MAAM,IAAI,MAAM,yGACoC,CAClD,EAGH,IAAIC,EAAWL,EAASD,EAAE,IAAI,EAC9BA,EAAE,KAAOM,EAE2BC,GAAUA,EAAO,UACnDA,EAAA,QAAiBD,EAEpB,GAAC,MAAM","x_google_ignoreList":[0]}