Gazebo_simulation-Frontend/node_modules/b64u-lite/dist/b64u-lite.js.map

1 line
1.3 KiB
Plaintext
Raw Normal View History

2020-12-21 11:29:31 -04:00
{"version":3,"file":"b64u-lite.js","sources":["../index.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"],"names":["b64u","atob","replace","binaryString","padding","btoa","input","toBase64","fromBase64","toBuffer64"],"mappings":"iDAEO,SAAwBA,UACtBC,OAAKD,EACTE,QAAQ,KAAM,KACdA,QAAQ,KAAM,gCAGZ,SAA0BC,EAAcC,UACtCC,OAAKF,GACTD,QAAQ,MAAO,KACfA,QAAQ,MAAO,KACfA,QAAQ,KAAME,EAAU,IAAM,yBAG5B,SAAqBE,EAAOF,UAC1BG,WAASD,GACbJ,QAAQ,MAAO,KACfA,QAAQ,MAAO,KACfA,QAAQ,KAAME,EAAU,IAAM,2BAG5B,SAAuBJ,UACrBQ,aAAWR,EACfE,QAAQ,KAAM,KACdA,QAAQ,KAAM,wBAGZ,SAAkBF,UAChBS,WAAWT,EACfE,QAAQ,KAAM,KACdA,QAAQ,KAAM"}