Gazebo_simulation-Frontend/node_modules/b64u-lite/bundle/b64u-lite.mjs.map
2020-12-21 10:29:31 -05:00

1 line
2.6 KiB
Plaintext

{"version":3,"file":"b64u-lite.mjs","sources":["../index.mjs","../node_modules/b64-lite/dist/b64-lite.mjs"],"sourcesContent":["import { atob, btoa, toBase64, fromBase64, toBuffer as toBuffer64 } from 'b64-lite'\n\nexport function toBinaryString(b64u) {\n return atob(b64u\n .replace(/-/g, '+')\n .replace(/_/g, '/'))\n}\n\nexport function fromBinaryString(binaryString, padding) {\n return btoa(binaryString)\n .replace(/\\+/g, '-')\n .replace(/\\//g, '_')\n .replace(/=/g, padding ? '=' : '')\n}\n\nexport function toBase64Url(input, padding) {\n return toBase64(input)\n .replace(/\\+/g, '-')\n .replace(/\\//g, '_')\n .replace(/=/g, padding ? '=' : '')\n}\n\nexport function fromBase64Url(b64u) {\n return fromBase64(b64u\n .replace(/-/g, '+')\n .replace(/_/g, '/'))\n}\n\nexport function toBuffer(b64u) {\n return toBuffer64(b64u\n .replace(/-/g, '+')\n .replace(/_/g, '/'))\n}\n","function n(n){return window.atob(n)}function o(n){return window.btoa(n)}function t(n){if(\"string\"==typeof n)return window.btoa(unescape(encodeURIComponent(n)));for(var o=new Uint8Array(n),t=\"\",e=0;e<o.byteLength;e++)t+=String.fromCharCode(o[e]);return window.btoa(t)}function e(n){return decodeURIComponent(escape(window.atob(n)))}function r(n){for(var o=window.atob(n),t=new Uint8Array(o.length),e=0;e<o.length;e++)t[e]=o.charCodeAt(e);return t}export{n as atob,o as btoa,t as toBase64,e as fromBase64,r as toBuffer};\n//# sourceMappingURL=b64-lite.mjs.map\n"],"names":["toBinaryString","b64u","n","window","atob","replace","fromBinaryString","binaryString","padding","btoa","toBase64Url","input","unescape","encodeURIComponent","o","Uint8Array","t","e","byteLength","String","fromCharCode","toBase64","fromBase64Url","decodeURIComponent","escape","toBuffer","length","charCodeAt","toBuffer64"],"mappings":"AAEO,SAASA,EAAeC,UCF/B,SAAWC,GAAG,OAAOC,OAAOC,KAAKF,GDGxBE,CAAKH,EACTI,QAAQ,KAAM,KACdA,QAAQ,KAAM,MAGZ,SAASC,EAAiBC,EAAcC,UCRAN,EDSjCK,ECT2CJ,OAAOM,KAAKP,IDUhEG,QAAQ,MAAO,KACfA,QAAQ,MAAO,KACfA,QAAQ,KAAMG,EAAU,IAAM,ICZC,IAAWN,EDexC,SAASQ,EAAYC,EAAOH,UCfqC,SAAWN,GAAG,GAAG,iBAAiBA,EAAE,OAAOC,OAAOM,KAAKG,SAASC,mBAAmBX,KAAK,IAAI,IAAIY,EAAE,IAAIC,WAAWb,GAAGc,EAAE,GAAGC,EAAE,EAAEA,EAAEH,EAAEI,WAAWD,IAAID,GAAGG,OAAOC,aAAaN,EAAEG,IAAI,OAAOd,OAAOM,KAAKO,GDgB/PK,CAASV,GACbN,QAAQ,MAAO,KACfA,QAAQ,MAAO,KACfA,QAAQ,KAAMG,EAAU,IAAM,IAG5B,SAASc,EAAcrB,UCtBwPC,EDuBlQD,EACfI,QAAQ,KAAM,KACdA,QAAQ,KAAM,KCzB6QkB,mBAAmBC,OAAOrB,OAAOC,KAAKF,KAA3D,IAAWA,ED4B/Q,SAASuB,EAASxB,UC5BkT,SAAWC,GAAG,IAAI,IAAIY,EAAEX,OAAOC,KAAKF,GAAGc,EAAE,IAAID,WAAWD,EAAEY,QAAQT,EAAE,EAAEA,EAAEH,EAAEY,OAAOT,IAAID,EAAEC,GAAGH,EAAEa,WAAWV,GAAG,OAAOD,ED6BnbY,CAAW3B,EACfI,QAAQ,KAAM,KACdA,QAAQ,KAAM"}