@plattar/plattar-ar-adapter 1.150.1 → 1.154.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -154,7 +154,7 @@ class ModelAR extends launcher_ar_1.LauncherAR {
154
154
  }
155
155
  exports.ModelAR = ModelAR;
156
156
 
157
- },{"../util/util":15,"../viewers/quicklook-viewer":18,"../viewers/reality-viewer":19,"../viewers/scene-viewer":20,"./launcher-ar":1,"@plattar/plattar-analytics":39,"@plattar/plattar-api":43}],3:[function(require,module,exports){
157
+ },{"../util/util":15,"../viewers/quicklook-viewer":18,"../viewers/reality-viewer":19,"../viewers/scene-viewer":20,"./launcher-ar":1,"@plattar/plattar-analytics":40,"@plattar/plattar-api":44}],3:[function(require,module,exports){
158
158
  "use strict";
159
159
  var __importDefault = (this && this.__importDefault) || function (mod) {
160
160
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -345,7 +345,7 @@ class ProductAR extends launcher_ar_1.LauncherAR {
345
345
  }
346
346
  exports.ProductAR = ProductAR;
347
347
 
348
- },{"../util/util":15,"../viewers/quicklook-viewer":18,"../viewers/reality-viewer":19,"../viewers/scene-viewer":20,"./launcher-ar":1,"@plattar/plattar-analytics":39,"@plattar/plattar-api":43}],4:[function(require,module,exports){
348
+ },{"../util/util":15,"../viewers/quicklook-viewer":18,"../viewers/reality-viewer":19,"../viewers/scene-viewer":20,"./launcher-ar":1,"@plattar/plattar-analytics":40,"@plattar/plattar-api":44}],4:[function(require,module,exports){
349
349
  "use strict";
350
350
  var __importDefault = (this && this.__importDefault) || function (mod) {
351
351
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -490,7 +490,7 @@ class RawAR extends launcher_ar_1.LauncherAR {
490
490
  }
491
491
  exports.RawAR = RawAR;
492
492
 
493
- },{"../util/util":15,"../viewers/quicklook-viewer":18,"../viewers/reality-viewer":19,"../viewers/scene-viewer":20,"./launcher-ar":1,"@plattar/plattar-analytics":39,"@plattar/plattar-api":43}],5:[function(require,module,exports){
493
+ },{"../util/util":15,"../viewers/quicklook-viewer":18,"../viewers/reality-viewer":19,"../viewers/scene-viewer":20,"./launcher-ar":1,"@plattar/plattar-analytics":40,"@plattar/plattar-api":44}],5:[function(require,module,exports){
494
494
  "use strict";
495
495
  var __importDefault = (this && this.__importDefault) || function (mod) {
496
496
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -691,7 +691,7 @@ class SceneAR extends launcher_ar_1.LauncherAR {
691
691
  }
692
692
  exports.SceneAR = SceneAR;
693
693
 
694
- },{"../util/util":15,"../viewers/quicklook-viewer":18,"../viewers/reality-viewer":19,"../viewers/scene-viewer":20,"./launcher-ar":1,"@plattar/plattar-analytics":39,"@plattar/plattar-api":43,"@plattar/plattar-services":114}],6:[function(require,module,exports){
694
+ },{"../util/util":15,"../viewers/quicklook-viewer":18,"../viewers/reality-viewer":19,"../viewers/scene-viewer":20,"./launcher-ar":1,"@plattar/plattar-analytics":40,"@plattar/plattar-api":44,"@plattar/plattar-services":115}],6:[function(require,module,exports){
695
695
  "use strict";
696
696
  Object.defineProperty(exports, "__esModule", { value: true });
697
697
  exports.SceneProductAR = void 0;
@@ -741,7 +741,7 @@ class SceneProductAR extends product_ar_1.ProductAR {
741
741
  }
742
742
  exports.SceneProductAR = SceneProductAR;
743
743
 
744
- },{"../util/util":15,"./product-ar":3,"@plattar/plattar-api":43}],7:[function(require,module,exports){
744
+ },{"../util/util":15,"./product-ar":3,"@plattar/plattar-api":44}],7:[function(require,module,exports){
745
745
  "use strict";
746
746
  Object.defineProperty(exports, "__esModule", { value: true });
747
747
  exports.ConfiguratorController = void 0;
@@ -974,7 +974,7 @@ class ConfiguratorController extends plattar_controller_1.PlattarController {
974
974
  }
975
975
  exports.ConfiguratorController = ConfiguratorController;
976
976
 
977
- },{"../../ar/raw-ar":4,"../../ar/scene-ar":5,"../../ar/scene-product-ar":6,"../../util/configurator-state":14,"../../util/util":15,"./plattar-controller":8,"@plattar/plattar-api":43,"@plattar/plattar-services":114}],8:[function(require,module,exports){
977
+ },{"../../ar/raw-ar":4,"../../ar/scene-ar":5,"../../ar/scene-product-ar":6,"../../util/configurator-state":14,"../../util/util":15,"./plattar-controller":8,"@plattar/plattar-api":44,"@plattar/plattar-services":115}],8:[function(require,module,exports){
978
978
  "use strict";
979
979
  Object.defineProperty(exports, "__esModule", { value: true });
980
980
  exports.PlattarController = exports.ControllerState = void 0;
@@ -984,7 +984,7 @@ var ControllerState;
984
984
  ControllerState[ControllerState["None"] = 0] = "None";
985
985
  ControllerState[ControllerState["Renderer"] = 1] = "Renderer";
986
986
  ControllerState[ControllerState["QRCode"] = 2] = "QRCode";
987
- })(ControllerState = exports.ControllerState || (exports.ControllerState = {}));
987
+ })(ControllerState || (exports.ControllerState = ControllerState = {}));
988
988
  /**
989
989
  * All Plattar Controllers are derived from the same interface
990
990
  */
@@ -1128,7 +1128,7 @@ class PlattarController {
1128
1128
  }
1129
1129
  exports.PlattarController = PlattarController;
1130
1130
 
1131
- },{"@plattar/plattar-api":43}],9:[function(require,module,exports){
1131
+ },{"@plattar/plattar-api":44}],9:[function(require,module,exports){
1132
1132
  "use strict";
1133
1133
  Object.defineProperty(exports, "__esModule", { value: true });
1134
1134
  exports.ProductController = void 0;
@@ -1280,7 +1280,7 @@ class ProductController extends plattar_controller_1.PlattarController {
1280
1280
  }
1281
1281
  exports.ProductController = ProductController;
1282
1282
 
1283
- },{"../../ar/product-ar":3,"../../util/util":15,"./plattar-controller":8,"@plattar/plattar-api":43}],10:[function(require,module,exports){
1283
+ },{"../../ar/product-ar":3,"../../util/util":15,"./plattar-controller":8,"@plattar/plattar-api":44}],10:[function(require,module,exports){
1284
1284
  "use strict";
1285
1285
  Object.defineProperty(exports, "__esModule", { value: true });
1286
1286
  exports.ViewerController = void 0;
@@ -1475,7 +1475,7 @@ class ViewerController extends plattar_controller_1.PlattarController {
1475
1475
  }
1476
1476
  exports.ViewerController = ViewerController;
1477
1477
 
1478
- },{"../../ar/product-ar":3,"../../ar/scene-ar":5,"../../ar/scene-product-ar":6,"../../util/configurator-state":14,"../../util/util":15,"./plattar-controller":8,"@plattar/plattar-api":43}],11:[function(require,module,exports){
1478
+ },{"../../ar/product-ar":3,"../../ar/scene-ar":5,"../../ar/scene-product-ar":6,"../../util/configurator-state":14,"../../util/util":15,"./plattar-controller":8,"@plattar/plattar-api":44}],11:[function(require,module,exports){
1479
1479
  "use strict";
1480
1480
  Object.defineProperty(exports, "__esModule", { value: true });
1481
1481
  exports.VTOController = void 0;
@@ -1723,7 +1723,7 @@ class VTOController extends plattar_controller_1.PlattarController {
1723
1723
  }
1724
1724
  exports.VTOController = VTOController;
1725
1725
 
1726
- },{"../..":13,"../../ar/raw-ar":4,"../../util/util":15,"./plattar-controller":8,"@plattar/plattar-api":43,"@plattar/plattar-services":114}],12:[function(require,module,exports){
1726
+ },{"../..":13,"../../ar/raw-ar":4,"../../util/util":15,"./plattar-controller":8,"@plattar/plattar-api":44,"@plattar/plattar-services":115}],12:[function(require,module,exports){
1727
1727
  "use strict";
1728
1728
  Object.defineProperty(exports, "__esModule", { value: true });
1729
1729
  const plattar_api_1 = require("@plattar/plattar-api");
@@ -1881,7 +1881,7 @@ class PlattarEmbed extends HTMLElement {
1881
1881
  }
1882
1882
  exports.default = PlattarEmbed;
1883
1883
 
1884
- },{"./controllers/configurator-controller":7,"./controllers/product-controller":9,"./controllers/viewer-controller":10,"./controllers/vto-controller":11,"@plattar/plattar-api":43}],13:[function(require,module,exports){
1884
+ },{"./controllers/configurator-controller":7,"./controllers/product-controller":9,"./controllers/viewer-controller":10,"./controllers/vto-controller":11,"@plattar/plattar-api":44}],13:[function(require,module,exports){
1885
1885
  "use strict";
1886
1886
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
1887
1887
  if (k2 === undefined) k2 = k;
@@ -1939,7 +1939,7 @@ if (customElements) {
1939
1939
  }
1940
1940
  console.log("using @plattar/plattar-ar-adapter v" + version_1.default);
1941
1941
 
1942
- },{"./ar/launcher-ar":1,"./ar/model-ar":2,"./ar/product-ar":3,"./ar/raw-ar":4,"./ar/scene-ar":5,"./ar/scene-product-ar":6,"./embed/plattar-embed":12,"./util/configurator-state":14,"./util/util":15,"./version":16,"@plattar/plattar-qrcode":109,"@plattar/plattar-web":129}],14:[function(require,module,exports){
1942
+ },{"./ar/launcher-ar":1,"./ar/model-ar":2,"./ar/product-ar":3,"./ar/raw-ar":4,"./ar/scene-ar":5,"./ar/scene-product-ar":6,"./embed/plattar-embed":12,"./util/configurator-state":14,"./util/util":15,"./version":16,"@plattar/plattar-qrcode":110,"@plattar/plattar-web":130}],14:[function(require,module,exports){
1943
1943
  "use strict";
1944
1944
  Object.defineProperty(exports, "__esModule", { value: true });
1945
1945
  exports.ConfiguratorState = void 0;
@@ -2164,7 +2164,7 @@ class ConfiguratorState {
2164
2164
  }
2165
2165
  exports.ConfiguratorState = ConfiguratorState;
2166
2166
 
2167
- },{"@plattar/plattar-api":43}],15:[function(require,module,exports){
2167
+ },{"@plattar/plattar-api":44}],15:[function(require,module,exports){
2168
2168
  "use strict";
2169
2169
  Object.defineProperty(exports, "__esModule", { value: true });
2170
2170
  exports.Util = void 0;
@@ -2241,7 +2241,7 @@ exports.Util = Util;
2241
2241
  },{}],16:[function(require,module,exports){
2242
2242
  "use strict";
2243
2243
  Object.defineProperty(exports, "__esModule", { value: true });
2244
- exports.default = "1.150.1";
2244
+ exports.default = "1.154.1";
2245
2245
 
2246
2246
  },{}],17:[function(require,module,exports){
2247
2247
  "use strict";
@@ -2421,7 +2421,7 @@ module.exports = {
2421
2421
  memory: GlobalEventHandler.instance().memoryInstance,
2422
2422
  version: Version
2423
2423
  }
2424
- },{"./memory/memory.js":22,"./messenger/global-event-handler.js":29,"./messenger/messenger.js":30,"./version":35}],22:[function(require,module,exports){
2424
+ },{"./memory/memory.js":22,"./messenger/global-event-handler.js":30,"./messenger/messenger.js":31,"./version":36}],22:[function(require,module,exports){
2425
2425
  const PermanentMemory = require("./permanent-memory");
2426
2426
  const TemporaryMemory = require("./temporary-memory");
2427
2427
 
@@ -2884,7 +2884,95 @@ class WrappedLocalFunction {
2884
2884
  }
2885
2885
 
2886
2886
  module.exports = WrappedLocalFunction;
2887
- },{"../util/util.js":34}],29:[function(require,module,exports){
2887
+ },{"../util/util.js":35}],29:[function(require,module,exports){
2888
+ const Util = require("./util/util");
2889
+
2890
+ class FunctionObserver {
2891
+ constructor() {
2892
+ this._observers = new Map();
2893
+ }
2894
+
2895
+ /**
2896
+ * Adds a new callback/listener using the provided function name
2897
+ * and a callback function
2898
+ */
2899
+ subscribe(functionName, callback) {
2900
+ if (!functionName || !Util.isFunction(callback)) {
2901
+ return () => { };
2902
+ }
2903
+
2904
+ // grab an instance of the observer to add the function into
2905
+ const observers = this._observers;
2906
+
2907
+ let list = observers.get(functionName);
2908
+
2909
+ if (!list) {
2910
+ list = [];
2911
+ observers.set(functionName, list);
2912
+ }
2913
+
2914
+ list.push(callback);
2915
+
2916
+ return () => {
2917
+ return this.unsubscribe(functionName, callback);
2918
+ };
2919
+ }
2920
+
2921
+ /**
2922
+ * Removes an existing callback from the provided function name if it exists
2923
+ */
2924
+ unsubscribe(functionName, callback) {
2925
+ if (!functionName || !Util.isFunction(callback)) {
2926
+ return false;
2927
+ }
2928
+
2929
+ const observers = this._observers;
2930
+
2931
+ const list = observers.get(functionName);
2932
+
2933
+ // search and remove function from the list if it exists
2934
+ if (list) {
2935
+ const index = list.indexOf(callback);
2936
+
2937
+ if (index > -1) {
2938
+ list.splice(index, 1);
2939
+
2940
+ return true;
2941
+ }
2942
+ }
2943
+
2944
+ return false;
2945
+ }
2946
+
2947
+ /**
2948
+ * Called by an external unit in order to execute all callbacks
2949
+ * belonging to the provided function
2950
+ */
2951
+ call(functionName, data) {
2952
+ if (!functionName || !data) {
2953
+ return;
2954
+ }
2955
+
2956
+ const observers = this._observers;
2957
+
2958
+ const list = observers.get(functionName);
2959
+
2960
+ // search and remove function from the list if it exists
2961
+ if (list && list.length > 0) {
2962
+ list.forEach((observer) => {
2963
+ try {
2964
+ if (observer) {
2965
+ observer(data);
2966
+ }
2967
+ }
2968
+ catch (e) {/*silent*/ }
2969
+ });
2970
+ }
2971
+ }
2972
+ }
2973
+
2974
+ module.exports = FunctionObserver;
2975
+ },{"./util/util":35}],30:[function(require,module,exports){
2888
2976
  const RemoteInterface = require("./remote-interface.js");
2889
2977
 
2890
2978
  /**
@@ -2969,13 +3057,14 @@ GlobalEventHandler.instance = () => {
2969
3057
  };
2970
3058
 
2971
3059
  module.exports = GlobalEventHandler;
2972
- },{"./remote-interface.js":31}],30:[function(require,module,exports){
3060
+ },{"./remote-interface.js":32}],31:[function(require,module,exports){
2973
3061
  const CurrentFunctionList = require("./current/current-function-list");
2974
3062
  const RemoteInterface = require("./remote-interface");
2975
3063
  const RemoteFunctionList = require("./remote/remote-function-list");
2976
3064
  const Util = require("./util/util.js");
2977
3065
  const GlobalEventHandler = require("./global-event-handler.js");
2978
3066
  const Broadcaster = require("./broadcaster.js");
3067
+ const FunctionObserver = require("./function-observer.js");
2979
3068
 
2980
3069
  /**
2981
3070
  * Messenger is a singleton that allows calling functions in multiple
@@ -2989,6 +3078,9 @@ class Messenger {
2989
3078
  // ensure the parent stack does not target itself
2990
3079
  this._parentStack = RemoteInterface.default();
2991
3080
 
3081
+ // allows listening for function calls and returns
3082
+ this._functionObserver = new FunctionObserver();
3083
+
2992
3084
  // allow adding local functions immedietly
2993
3085
  this._currentFunctionList = new CurrentFunctionList();
2994
3086
 
@@ -3037,10 +3129,12 @@ class Messenger {
3037
3129
  case "self": return target._currentFunctionList;
3038
3130
  case "broadcast": return target._broadcaster;
3039
3131
  case "addChild":
3132
+ case "observer":
3040
3133
  case "_setup":
3041
3134
  case "_registerListeners":
3042
3135
  case "_id":
3043
3136
  case "_broadcaster":
3137
+ case "_functionObserver":
3044
3138
  case "_callbacks":
3045
3139
  case "_parentStack": return target[prop];
3046
3140
  default:
@@ -3060,6 +3154,13 @@ class Messenger {
3060
3154
  });
3061
3155
  }
3062
3156
 
3157
+ /**
3158
+ * Returns the FunctionObserver allowing adding observers to function calls
3159
+ */
3160
+ get observer() {
3161
+ return this._functionObserver;
3162
+ }
3163
+
3063
3164
  /**
3064
3165
  * This will forcefully add a provided node as a child
3065
3166
  * The node must be stup via messenger-framework propagation
@@ -3106,7 +3207,7 @@ class Messenger {
3106
3207
  }
3107
3208
 
3108
3209
  // initialise the child iframe as a messenger pipe
3109
- this[iframeID] = new RemoteFunctionList(iframeID);
3210
+ this[iframeID] = new RemoteFunctionList(iframeID, this._functionObserver);
3110
3211
  this[iframeID].setup(new RemoteInterface(src.source, src.origin));
3111
3212
 
3112
3213
  // add the interface to the broadcaster
@@ -3150,7 +3251,7 @@ class Messenger {
3150
3251
  }
3151
3252
 
3152
3253
  // initialise the child iframe as a messenger pipe
3153
- this[iframeID] = new RemoteFunctionList(iframeID);
3254
+ this[iframeID] = new RemoteFunctionList(iframeID, this._functionObserver);
3154
3255
  this[iframeID].setup(new RemoteInterface(src.source, src.origin));
3155
3256
 
3156
3257
  // add the interface to the broadcaster
@@ -3180,7 +3281,7 @@ class Messenger {
3180
3281
  GlobalEventHandler.instance().listen("__messenger__parent_init", (src, data) => {
3181
3282
  const iframeID = "parent";
3182
3283
 
3183
- this[iframeID] = new RemoteFunctionList(iframeID);
3284
+ this[iframeID] = new RemoteFunctionList(iframeID, this._functionObserver);
3184
3285
  this[iframeID].setup(new RemoteInterface(src.source, src.origin));
3185
3286
 
3186
3287
  const callbacks = this._callbacks;
@@ -3211,7 +3312,7 @@ class Messenger {
3211
3312
  GlobalEventHandler.instance().listen("__messenger__parent_init_inv", (src, data) => {
3212
3313
  const iframeID = "parent";
3213
3314
 
3214
- this[iframeID] = new RemoteFunctionList(iframeID);
3315
+ this[iframeID] = new RemoteFunctionList(iframeID, this._functionObserver);
3215
3316
  this[iframeID].setup(new RemoteInterface(src.source, src.origin));
3216
3317
 
3217
3318
  const callbacks = this._callbacks;
@@ -3268,7 +3369,7 @@ class Messenger {
3268
3369
  }
3269
3370
 
3270
3371
  module.exports = Messenger;
3271
- },{"./broadcaster.js":26,"./current/current-function-list":27,"./global-event-handler.js":29,"./remote-interface":31,"./remote/remote-function-list":32,"./util/util.js":34}],31:[function(require,module,exports){
3372
+ },{"./broadcaster.js":26,"./current/current-function-list":27,"./function-observer.js":29,"./global-event-handler.js":30,"./remote-interface":32,"./remote/remote-function-list":33,"./util/util.js":35}],32:[function(require,module,exports){
3272
3373
  /**
3273
3374
  * Provides a single useful interface for performing remote function calls
3274
3375
  */
@@ -3327,14 +3428,14 @@ class RemoteInterface {
3327
3428
  }
3328
3429
 
3329
3430
  module.exports = RemoteInterface;
3330
- },{}],32:[function(require,module,exports){
3431
+ },{}],33:[function(require,module,exports){
3331
3432
  const WrappedFunction = require("./wrapped-remote-function");
3332
3433
 
3333
3434
  class RemoteFunctionList {
3334
- constructor(remoteName) {
3435
+ constructor(remoteName, functionObserver) {
3335
3436
 
3336
3437
  this._remoteInterface = undefined;
3337
-
3438
+ this._functionObserver = functionObserver;
3338
3439
  this._remoteName = remoteName;
3339
3440
 
3340
3441
  return new Proxy(this, {
@@ -3359,6 +3460,7 @@ class RemoteFunctionList {
3359
3460
  case "setup":
3360
3461
  case "isValid":
3361
3462
  case "_remoteInterface":
3463
+ case "_functionObserver":
3362
3464
  case "name":
3363
3465
  case "_remoteName":
3364
3466
  return target[prop];
@@ -3368,7 +3470,7 @@ class RemoteFunctionList {
3368
3470
 
3369
3471
  // on first access, we create a WrappedValue type
3370
3472
  if (!target[prop]) {
3371
- target[prop] = new WrappedFunction(prop, target._remoteInterface);
3473
+ target[prop] = new WrappedFunction(prop, target._remoteInterface, target._functionObserver);
3372
3474
  }
3373
3475
 
3374
3476
  // return an anonymous function that executes for this variable
@@ -3406,7 +3508,7 @@ class RemoteFunctionList {
3406
3508
  }
3407
3509
 
3408
3510
  module.exports = RemoteFunctionList;
3409
- },{"./wrapped-remote-function":33}],33:[function(require,module,exports){
3511
+ },{"./wrapped-remote-function":34}],34:[function(require,module,exports){
3410
3512
  const Util = require("../util/util.js");
3411
3513
  const GlobalEventHandler = require("../global-event-handler.js");
3412
3514
 
@@ -3416,9 +3518,10 @@ const GlobalEventHandler = require("../global-event-handler.js");
3416
3518
  * function calls.
3417
3519
  */
3418
3520
  class WrappedRemoteFunction {
3419
- constructor(funcName, remoteInterface) {
3521
+ constructor(funcName, remoteInterface, functionObserver) {
3420
3522
  this._funcName = funcName;
3421
3523
  this._remoteInterface = remoteInterface;
3524
+ this._functionObserver = functionObserver;
3422
3525
 
3423
3526
  this._callInstances = {};
3424
3527
 
@@ -3444,9 +3547,23 @@ class WrappedRemoteFunction {
3444
3547
 
3445
3548
  // perform the promise callbacks
3446
3549
  if (data.function_status === "success") {
3550
+ // execute the observers
3551
+ this._functionObserver.call(this._funcName, {
3552
+ type: "return",
3553
+ state: "success",
3554
+ data: data.function_args
3555
+ });
3556
+
3447
3557
  promise.accept(data.function_args);
3448
3558
  }
3449
3559
  else {
3560
+ // execute the observers
3561
+ this._functionObserver.call(this._funcName, {
3562
+ type: "return",
3563
+ state: "exception",
3564
+ data: new Error(data.function_args)
3565
+ });
3566
+
3450
3567
  promise.reject(new Error(data.function_args));
3451
3568
  }
3452
3569
  });
@@ -3482,12 +3599,19 @@ class WrappedRemoteFunction {
3482
3599
  function_name: this._funcName,
3483
3600
  function_args: args
3484
3601
  });
3602
+
3603
+ // execute the observers
3604
+ this._functionObserver.call(this._funcName, {
3605
+ type: "call",
3606
+ state: "success",
3607
+ data: args
3608
+ });
3485
3609
  });
3486
3610
  }
3487
3611
  }
3488
3612
 
3489
3613
  module.exports = WrappedRemoteFunction;
3490
- },{"../global-event-handler.js":29,"../util/util.js":34}],34:[function(require,module,exports){
3614
+ },{"../global-event-handler.js":30,"../util/util.js":35}],35:[function(require,module,exports){
3491
3615
  class Util {
3492
3616
 
3493
3617
  /**
@@ -3510,13 +3634,20 @@ class Util {
3510
3634
  static isError(e) {
3511
3635
  return e && e.stack && e.message && typeof e.stack === "string" && typeof e.message === "string";
3512
3636
  }
3637
+
3638
+ /**
3639
+ * checks if the provided object is a type of Function object
3640
+ */
3641
+ static isFunction(obj) {
3642
+ return obj && obj instanceof Function;
3643
+ }
3513
3644
  }
3514
3645
 
3515
3646
  module.exports = Util;
3516
- },{}],35:[function(require,module,exports){
3517
- module.exports = "1.113.6";
3518
-
3519
3647
  },{}],36:[function(require,module,exports){
3648
+ module.exports = "1.153.3";
3649
+
3650
+ },{}],37:[function(require,module,exports){
3520
3651
  "use strict";
3521
3652
  Object.defineProperty(exports, "__esModule", { value: true });
3522
3653
  exports.AnalyticsData = void 0;
@@ -3569,7 +3700,7 @@ class AnalyticsData {
3569
3700
  }
3570
3701
  exports.AnalyticsData = AnalyticsData;
3571
3702
 
3572
- },{"../util/util":41}],37:[function(require,module,exports){
3703
+ },{"../util/util":42}],38:[function(require,module,exports){
3573
3704
  "use strict";
3574
3705
  var __importDefault = (this && this.__importDefault) || function (mod) {
3575
3706
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -3616,38 +3747,44 @@ class Analytics {
3616
3747
  if (!query) {
3617
3748
  return reject(new Error("Analytics.query() - provided query was null"));
3618
3749
  }
3619
- const url = this.origin === "dev" ? "http://localhost:9000/2015-03-31/functions/function/invocations" : "https://oyywgrj9ki.execute-api.ap-southeast-2.amazonaws.com/main/analytics";
3750
+ const url = this.origin === "dev" ? "https://localhost:3008/v3/read" : "https://analytics.plattar.com/v3/read";
3620
3751
  const data = {
3621
- type: "read",
3622
- application_id: this._applicationID,
3623
- event: this.event,
3624
- data: query
3752
+ data: {
3753
+ attributes: {
3754
+ application_id: this._applicationID,
3755
+ event: this.event,
3756
+ query: query
3757
+ }
3758
+ }
3625
3759
  };
3626
3760
  basic_http_1.default.exec("POST", url, data).then((result) => {
3627
- accept(((result && result.results) ? result.results : {}));
3761
+ accept(result ? result : {});
3628
3762
  }).catch(reject);
3629
3763
  });
3630
3764
  }
3631
3765
  write() {
3632
3766
  return new Promise((accept, reject) => {
3633
3767
  const data = this._data;
3634
- const url = this.origin === "dev" ? "http://localhost:9000/2015-03-31/functions/function/invocations" : "https://oyywgrj9ki.execute-api.ap-southeast-2.amazonaws.com/main/analytics";
3768
+ const url = this.origin === "dev" ? "https://localhost:3008/v3/write" : "https://analytics.plattar.com/v3/write";
3635
3769
  data.push("applicationId", this._applicationID);
3636
3770
  const sendData = {
3637
- type: "write",
3638
- application_id: this._applicationID,
3639
- origin: this.origin,
3640
- event: this.event,
3641
- data: data.data
3771
+ data: {
3772
+ attributes: {
3773
+ application_id: this._applicationID,
3774
+ event: this.event,
3775
+ origin: this.origin,
3776
+ fields: data.data
3777
+ }
3778
+ }
3642
3779
  };
3643
3780
  if (this.isBeacon === false) {
3644
3781
  basic_http_1.default.exec("POST", url, sendData).then((result) => {
3645
- accept(((result && result.results) ? result.results : {}));
3782
+ accept(result ? result : {});
3646
3783
  }).catch(reject);
3647
3784
  }
3648
3785
  else {
3649
3786
  basic_http_1.default.execBeacon(url, sendData).then((result) => {
3650
- accept(((result && result.results) ? result.results : {}));
3787
+ accept(result ? result : {});
3651
3788
  }).catch(reject);
3652
3789
  }
3653
3790
  this.googleAnalytics.write(this.event, this.data);
@@ -3662,7 +3799,7 @@ class Analytics {
3662
3799
  }
3663
3800
  exports.Analytics = Analytics;
3664
3801
 
3665
- },{"../util/basic-http":40,"./analytics-data":36,"./google/google-analytics":38}],38:[function(require,module,exports){
3802
+ },{"../util/basic-http":41,"./analytics-data":37,"./google/google-analytics":39}],39:[function(require,module,exports){
3666
3803
  "use strict";
3667
3804
  Object.defineProperty(exports, "__esModule", { value: true });
3668
3805
  exports.GoogleAnalytics = void 0;
@@ -3734,7 +3871,7 @@ class GoogleAnalytics {
3734
3871
  }
3735
3872
  exports.GoogleAnalytics = GoogleAnalytics;
3736
3873
 
3737
- },{}],39:[function(require,module,exports){
3874
+ },{}],40:[function(require,module,exports){
3738
3875
  "use strict";
3739
3876
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3740
3877
  if (k2 === undefined) k2 = k;
@@ -3772,7 +3909,7 @@ Object.defineProperty(exports, "AnalyticsData", { enumerable: true, get: functio
3772
3909
  const version_1 = __importDefault(require("./version"));
3773
3910
  console.log("using @plattar/plattar-analytics v" + version_1.default);
3774
3911
 
3775
- },{"./analytics/analytics":37,"./analytics/analytics-data":36,"./version":42}],40:[function(require,module,exports){
3912
+ },{"./analytics/analytics":38,"./analytics/analytics-data":37,"./version":43}],41:[function(require,module,exports){
3776
3913
  "use strict";
3777
3914
  Object.defineProperty(exports, "__esModule", { value: true });
3778
3915
  /**
@@ -3838,7 +3975,7 @@ class BasicHTTP {
3838
3975
  }
3839
3976
  exports.default = BasicHTTP;
3840
3977
 
3841
- },{}],41:[function(require,module,exports){
3978
+ },{}],42:[function(require,module,exports){
3842
3979
  "use strict";
3843
3980
  Object.defineProperty(exports, "__esModule", { value: true });
3844
3981
  exports.Util = void 0;
@@ -3864,12 +4001,12 @@ class Util {
3864
4001
  }
3865
4002
  exports.Util = Util;
3866
4003
 
3867
- },{}],42:[function(require,module,exports){
4004
+ },{}],43:[function(require,module,exports){
3868
4005
  "use strict";
3869
4006
  Object.defineProperty(exports, "__esModule", { value: true });
3870
- exports.default = "1.149.1";
4007
+ exports.default = "1.152.2";
3871
4008
 
3872
- },{}],43:[function(require,module,exports){
4009
+ },{}],44:[function(require,module,exports){
3873
4010
  "use strict";
3874
4011
  const Server = require("./server/plattar-server.js");
3875
4012
  const Util = require("./util/plattar-util.js");
@@ -4024,7 +4161,7 @@ module.exports = {
4024
4161
  version: Version
4025
4162
  };
4026
4163
 
4027
- },{"./server/plattar-server.js":45,"./types/application.js":46,"./types/content-pipeline/brief.js":47,"./types/content-pipeline/comment-brief.js":48,"./types/content-pipeline/comment-quote.js":49,"./types/content-pipeline/comment-solution.js":50,"./types/content-pipeline/folder.js":51,"./types/content-pipeline/pipeline-user.js":52,"./types/content-pipeline/quote.js":53,"./types/content-pipeline/rating.js":54,"./types/content-pipeline/solution.js":55,"./types/file/file-audio.js":56,"./types/file/file-base.js":57,"./types/file/file-image.js":58,"./types/file/file-model.js":59,"./types/file/file-script.js":60,"./types/file/file-video.js":61,"./types/misc/application-build.js":65,"./types/misc/asset-library.js":66,"./types/misc/async-job.js":67,"./types/misc/script-event.js":68,"./types/misc/tag.js":69,"./types/page/card-base.js":70,"./types/page/card-button.js":71,"./types/page/card-html.js":72,"./types/page/card-iframe.js":73,"./types/page/card-image.js":74,"./types/page/card-map.js":75,"./types/page/card-paragraph.js":76,"./types/page/card-row.js":77,"./types/page/card-slider.js":78,"./types/page/card-title.js":79,"./types/page/card-video.js":80,"./types/page/card-youtube.js":81,"./types/page/page.js":82,"./types/product/product-annotation.js":83,"./types/product/product-base.js":84,"./types/product/product-variation.js":85,"./types/product/product.js":86,"./types/scene/scene-annotation.js":87,"./types/scene/scene-audio.js":88,"./types/scene/scene-base.js":89,"./types/scene/scene-button.js":90,"./types/scene/scene-camera.js":91,"./types/scene/scene-carousel.js":92,"./types/scene/scene-image.js":93,"./types/scene/scene-model.js":94,"./types/scene/scene-panorama.js":95,"./types/scene/scene-poller.js":96,"./types/scene/scene-product.js":97,"./types/scene/scene-script.js":98,"./types/scene/scene-shadow.js":99,"./types/scene/scene-video.js":100,"./types/scene/scene-volumetric.js":101,"./types/scene/scene-youtube.js":102,"./types/scene/scene.js":103,"./types/trigger/trigger-image.js":104,"./util/plattar-util.js":105,"./version":106}],44:[function(require,module,exports){
4164
+ },{"./server/plattar-server.js":46,"./types/application.js":47,"./types/content-pipeline/brief.js":48,"./types/content-pipeline/comment-brief.js":49,"./types/content-pipeline/comment-quote.js":50,"./types/content-pipeline/comment-solution.js":51,"./types/content-pipeline/folder.js":52,"./types/content-pipeline/pipeline-user.js":53,"./types/content-pipeline/quote.js":54,"./types/content-pipeline/rating.js":55,"./types/content-pipeline/solution.js":56,"./types/file/file-audio.js":57,"./types/file/file-base.js":58,"./types/file/file-image.js":59,"./types/file/file-model.js":60,"./types/file/file-script.js":61,"./types/file/file-video.js":62,"./types/misc/application-build.js":66,"./types/misc/asset-library.js":67,"./types/misc/async-job.js":68,"./types/misc/script-event.js":69,"./types/misc/tag.js":70,"./types/page/card-base.js":71,"./types/page/card-button.js":72,"./types/page/card-html.js":73,"./types/page/card-iframe.js":74,"./types/page/card-image.js":75,"./types/page/card-map.js":76,"./types/page/card-paragraph.js":77,"./types/page/card-row.js":78,"./types/page/card-slider.js":79,"./types/page/card-title.js":80,"./types/page/card-video.js":81,"./types/page/card-youtube.js":82,"./types/page/page.js":83,"./types/product/product-annotation.js":84,"./types/product/product-base.js":85,"./types/product/product-variation.js":86,"./types/product/product.js":87,"./types/scene/scene-annotation.js":88,"./types/scene/scene-audio.js":89,"./types/scene/scene-base.js":90,"./types/scene/scene-button.js":91,"./types/scene/scene-camera.js":92,"./types/scene/scene-carousel.js":93,"./types/scene/scene-image.js":94,"./types/scene/scene-model.js":95,"./types/scene/scene-panorama.js":96,"./types/scene/scene-poller.js":97,"./types/scene/scene-product.js":98,"./types/scene/scene-script.js":99,"./types/scene/scene-shadow.js":100,"./types/scene/scene-video.js":101,"./types/scene/scene-volumetric.js":102,"./types/scene/scene-youtube.js":103,"./types/scene/scene.js":104,"./types/trigger/trigger-image.js":105,"./util/plattar-util.js":106,"./version":107}],45:[function(require,module,exports){
4028
4165
  const fetch = require("node-fetch");
4029
4166
 
4030
4167
  class PlattarQuery {
@@ -4516,7 +4653,7 @@ PlattarQuery._DeleteGlobalCachedObject = (obj) => {
4516
4653
  };
4517
4654
 
4518
4655
  module.exports = PlattarQuery;
4519
- },{"../util/plattar-util.js":105,"node-fetch":135}],45:[function(require,module,exports){
4656
+ },{"../util/plattar-util.js":106,"node-fetch":133}],46:[function(require,module,exports){
4520
4657
  (function (process){(function (){
4521
4658
  const fetch = require("node-fetch");
4522
4659
 
@@ -4534,6 +4671,14 @@ class PlattarServer {
4534
4671
  return this._serverLocation.type === "production";
4535
4672
  }
4536
4673
 
4674
+ get review() {
4675
+ return PlattarServer.match("review");
4676
+ }
4677
+
4678
+ get isReview() {
4679
+ return this._serverLocation.type === "review";
4680
+ }
4681
+
4537
4682
  get staging() {
4538
4683
  return PlattarServer.match("staging");
4539
4684
  }
@@ -4673,6 +4818,18 @@ PlattarServer.match = (serverName) => {
4673
4818
  analytics: "https://c.plattar.space/api/v2/analytics",
4674
4819
  type: "production"
4675
4820
  }
4821
+ case "review.plattar.com":
4822
+ case "review":
4823
+ case "qa":
4824
+ return {
4825
+ base: "https://review.plattar.com/",
4826
+ api_read: "https://review-api.plattar.com/v3/",
4827
+ api_write: "https://review-api.plattar.com/v3/",
4828
+ cdn: "https://cdn.plattar.com/",
4829
+ cdn_image: "https://images.plattar.com/",
4830
+ analytics: "https://c.plattar.space/api/v2/analytics",
4831
+ type: "review"
4832
+ }
4676
4833
  case "dev":
4677
4834
  case "developer":
4678
4835
  case "development":
@@ -4721,7 +4878,7 @@ PlattarServer.location = () => {
4721
4878
 
4722
4879
  module.exports = PlattarServer;
4723
4880
  }).call(this)}).call(this,require('_process'))
4724
- },{"_process":137,"node-fetch":135}],46:[function(require,module,exports){
4881
+ },{"_process":135,"node-fetch":133}],47:[function(require,module,exports){
4725
4882
  const PlattarBase = require("./interfaces/plattar-base.js");
4726
4883
 
4727
4884
  class Application extends PlattarBase {
@@ -4731,7 +4888,7 @@ class Application extends PlattarBase {
4731
4888
  }
4732
4889
 
4733
4890
  module.exports = Application;
4734
- },{"./interfaces/plattar-base.js":62}],47:[function(require,module,exports){
4891
+ },{"./interfaces/plattar-base.js":63}],48:[function(require,module,exports){
4735
4892
  const PlattarBase = require("../interfaces/plattar-base");
4736
4893
 
4737
4894
  class Brief extends PlattarBase {
@@ -4741,7 +4898,7 @@ class Brief extends PlattarBase {
4741
4898
  }
4742
4899
 
4743
4900
  module.exports = Brief;
4744
- },{"../interfaces/plattar-base":62}],48:[function(require,module,exports){
4901
+ },{"../interfaces/plattar-base":63}],49:[function(require,module,exports){
4745
4902
  const PlattarBase = require("../interfaces/plattar-base");
4746
4903
 
4747
4904
  class CommentBrief extends PlattarBase {
@@ -4751,7 +4908,7 @@ class CommentBrief extends PlattarBase {
4751
4908
  }
4752
4909
 
4753
4910
  module.exports = CommentBrief;
4754
- },{"../interfaces/plattar-base":62}],49:[function(require,module,exports){
4911
+ },{"../interfaces/plattar-base":63}],50:[function(require,module,exports){
4755
4912
  const PlattarBase = require("../interfaces/plattar-base");
4756
4913
 
4757
4914
  class CommentQuote extends PlattarBase {
@@ -4761,7 +4918,7 @@ class CommentQuote extends PlattarBase {
4761
4918
  }
4762
4919
 
4763
4920
  module.exports = CommentQuote;
4764
- },{"../interfaces/plattar-base":62}],50:[function(require,module,exports){
4921
+ },{"../interfaces/plattar-base":63}],51:[function(require,module,exports){
4765
4922
  const PlattarBase = require("../interfaces/plattar-base");
4766
4923
 
4767
4924
  class CommentSolution extends PlattarBase {
@@ -4771,7 +4928,7 @@ class CommentSolution extends PlattarBase {
4771
4928
  }
4772
4929
 
4773
4930
  module.exports = CommentSolution;
4774
- },{"../interfaces/plattar-base":62}],51:[function(require,module,exports){
4931
+ },{"../interfaces/plattar-base":63}],52:[function(require,module,exports){
4775
4932
  const PlattarBase = require("../interfaces/plattar-base");
4776
4933
 
4777
4934
  class Folder extends PlattarBase {
@@ -4781,7 +4938,7 @@ class Folder extends PlattarBase {
4781
4938
  }
4782
4939
 
4783
4940
  module.exports = Folder;
4784
- },{"../interfaces/plattar-base":62}],52:[function(require,module,exports){
4941
+ },{"../interfaces/plattar-base":63}],53:[function(require,module,exports){
4785
4942
  const PlattarBase = require("../interfaces/plattar-base");
4786
4943
 
4787
4944
  class PipelineUser extends PlattarBase {
@@ -4791,7 +4948,7 @@ class PipelineUser extends PlattarBase {
4791
4948
  }
4792
4949
 
4793
4950
  module.exports = PipelineUser;
4794
- },{"../interfaces/plattar-base":62}],53:[function(require,module,exports){
4951
+ },{"../interfaces/plattar-base":63}],54:[function(require,module,exports){
4795
4952
  const PlattarBase = require("../interfaces/plattar-base");
4796
4953
 
4797
4954
  class Quote extends PlattarBase {
@@ -4801,7 +4958,7 @@ class Quote extends PlattarBase {
4801
4958
  }
4802
4959
 
4803
4960
  module.exports = Quote;
4804
- },{"../interfaces/plattar-base":62}],54:[function(require,module,exports){
4961
+ },{"../interfaces/plattar-base":63}],55:[function(require,module,exports){
4805
4962
  const PlattarBase = require("../interfaces/plattar-base");
4806
4963
 
4807
4964
  class Rating extends PlattarBase {
@@ -4811,7 +4968,7 @@ class Rating extends PlattarBase {
4811
4968
  }
4812
4969
 
4813
4970
  module.exports = Rating;
4814
- },{"../interfaces/plattar-base":62}],55:[function(require,module,exports){
4971
+ },{"../interfaces/plattar-base":63}],56:[function(require,module,exports){
4815
4972
  const PlattarBase = require("../interfaces/plattar-base");
4816
4973
 
4817
4974
  class Solution extends PlattarBase {
@@ -4821,7 +4978,7 @@ class Solution extends PlattarBase {
4821
4978
  }
4822
4979
 
4823
4980
  module.exports = Solution;
4824
- },{"../interfaces/plattar-base":62}],56:[function(require,module,exports){
4981
+ },{"../interfaces/plattar-base":63}],57:[function(require,module,exports){
4825
4982
  const FileBase = require("./file-base.js");
4826
4983
 
4827
4984
  class FileAudio extends FileBase {
@@ -4831,7 +4988,7 @@ class FileAudio extends FileBase {
4831
4988
  }
4832
4989
 
4833
4990
  module.exports = FileAudio;
4834
- },{"./file-base.js":57}],57:[function(require,module,exports){
4991
+ },{"./file-base.js":58}],58:[function(require,module,exports){
4835
4992
  const PlattarBase = require("../interfaces/plattar-base.js");
4836
4993
  const Server = require("../../server/plattar-server.js");
4837
4994
 
@@ -4891,7 +5048,7 @@ class FileBase extends PlattarBase {
4891
5048
  }
4892
5049
 
4893
5050
  module.exports = FileBase;
4894
- },{"../../server/plattar-server.js":45,"../interfaces/plattar-base.js":62,"./file-audio.js":56,"./file-image.js":58,"./file-model.js":59,"./file-video.js":61}],58:[function(require,module,exports){
5051
+ },{"../../server/plattar-server.js":46,"../interfaces/plattar-base.js":63,"./file-audio.js":57,"./file-image.js":59,"./file-model.js":60,"./file-video.js":62}],59:[function(require,module,exports){
4895
5052
  const FileBase = require("./file-base.js");
4896
5053
 
4897
5054
  class FileImage extends FileBase {
@@ -4901,7 +5058,7 @@ class FileImage extends FileBase {
4901
5058
  }
4902
5059
 
4903
5060
  module.exports = FileImage;
4904
- },{"./file-base.js":57}],59:[function(require,module,exports){
5061
+ },{"./file-base.js":58}],60:[function(require,module,exports){
4905
5062
  const FileBase = require("./file-base.js");
4906
5063
 
4907
5064
  class FileModel extends FileBase {
@@ -4911,7 +5068,7 @@ class FileModel extends FileBase {
4911
5068
  }
4912
5069
 
4913
5070
  module.exports = FileModel;
4914
- },{"./file-base.js":57}],60:[function(require,module,exports){
5071
+ },{"./file-base.js":58}],61:[function(require,module,exports){
4915
5072
  const FileBase = require("./file-base.js");
4916
5073
 
4917
5074
  class FileScript extends FileBase {
@@ -4921,7 +5078,7 @@ class FileScript extends FileBase {
4921
5078
  }
4922
5079
 
4923
5080
  module.exports = FileScript;
4924
- },{"./file-base.js":57}],61:[function(require,module,exports){
5081
+ },{"./file-base.js":58}],62:[function(require,module,exports){
4925
5082
  const FileBase = require("./file-base.js");
4926
5083
 
4927
5084
  class FileVideo extends FileBase {
@@ -4931,7 +5088,7 @@ class FileVideo extends FileBase {
4931
5088
  }
4932
5089
 
4933
5090
  module.exports = FileVideo;
4934
- },{"./file-base.js":57}],62:[function(require,module,exports){
5091
+ },{"./file-base.js":58}],63:[function(require,module,exports){
4935
5092
  const PlattarObject = require("./plattar-object.js");
4936
5093
  const Server = require("../../server/plattar-server.js");
4937
5094
 
@@ -4946,7 +5103,7 @@ class PlattarBase extends PlattarObject {
4946
5103
  }
4947
5104
 
4948
5105
  module.exports = PlattarBase;
4949
- },{"../../server/plattar-server.js":45,"./plattar-object.js":64}],63:[function(require,module,exports){
5106
+ },{"../../server/plattar-server.js":46,"./plattar-object.js":65}],64:[function(require,module,exports){
4950
5107
  /**
4951
5108
  * Handles the list of relationships for the provided object
4952
5109
  */
@@ -5067,7 +5224,7 @@ class PlattarObjectRelations {
5067
5224
  }
5068
5225
 
5069
5226
  module.exports = PlattarObjectRelations;
5070
- },{"../../util/plattar-util.js":105}],64:[function(require,module,exports){
5227
+ },{"../../util/plattar-util.js":106}],65:[function(require,module,exports){
5071
5228
  const PlattarQuery = require("../../server/plattar-query.js");
5072
5229
  const PlattarObjectRelations = require("./plattar-object-relations.js");
5073
5230
 
@@ -5210,7 +5367,7 @@ class PlattarObject {
5210
5367
  }
5211
5368
 
5212
5369
  module.exports = PlattarObject;
5213
- },{"../../server/plattar-query.js":44,"./plattar-object-relations.js":63}],65:[function(require,module,exports){
5370
+ },{"../../server/plattar-query.js":45,"./plattar-object-relations.js":64}],66:[function(require,module,exports){
5214
5371
  const PlattarBase = require("../interfaces/plattar-base.js");
5215
5372
 
5216
5373
  class ApplicationBuild extends PlattarBase {
@@ -5220,7 +5377,7 @@ class ApplicationBuild extends PlattarBase {
5220
5377
  }
5221
5378
 
5222
5379
  module.exports = ApplicationBuild;
5223
- },{"../interfaces/plattar-base.js":62}],66:[function(require,module,exports){
5380
+ },{"../interfaces/plattar-base.js":63}],67:[function(require,module,exports){
5224
5381
  const PlattarBase = require("../interfaces/plattar-base.js");
5225
5382
 
5226
5383
  class AssetLibrary extends PlattarBase {
@@ -5230,7 +5387,7 @@ class AssetLibrary extends PlattarBase {
5230
5387
  }
5231
5388
 
5232
5389
  module.exports = AssetLibrary;
5233
- },{"../interfaces/plattar-base.js":62}],67:[function(require,module,exports){
5390
+ },{"../interfaces/plattar-base.js":63}],68:[function(require,module,exports){
5234
5391
  const PlattarBase = require("../interfaces/plattar-base.js");
5235
5392
 
5236
5393
  class AsyncJob extends PlattarBase {
@@ -5244,7 +5401,7 @@ class AsyncJob extends PlattarBase {
5244
5401
  }
5245
5402
 
5246
5403
  module.exports = AsyncJob;
5247
- },{"../interfaces/plattar-base.js":62}],68:[function(require,module,exports){
5404
+ },{"../interfaces/plattar-base.js":63}],69:[function(require,module,exports){
5248
5405
  const PlattarBase = require("../interfaces/plattar-base.js");
5249
5406
 
5250
5407
  class ScriptEvent extends PlattarBase {
@@ -5254,7 +5411,7 @@ class ScriptEvent extends PlattarBase {
5254
5411
  }
5255
5412
 
5256
5413
  module.exports = ScriptEvent;
5257
- },{"../interfaces/plattar-base.js":62}],69:[function(require,module,exports){
5414
+ },{"../interfaces/plattar-base.js":63}],70:[function(require,module,exports){
5258
5415
  const PlattarBase = require("../interfaces/plattar-base.js");
5259
5416
 
5260
5417
  class Tag extends PlattarBase {
@@ -5264,7 +5421,7 @@ class Tag extends PlattarBase {
5264
5421
  }
5265
5422
 
5266
5423
  module.exports = Tag;
5267
- },{"../interfaces/plattar-base.js":62}],70:[function(require,module,exports){
5424
+ },{"../interfaces/plattar-base.js":63}],71:[function(require,module,exports){
5268
5425
  const PlattarBase = require("../interfaces/plattar-base.js");
5269
5426
  const Server = require("../../server/plattar-server.js");
5270
5427
 
@@ -5295,7 +5452,7 @@ class CardBase extends PlattarBase {
5295
5452
  }
5296
5453
 
5297
5454
  module.exports = CardBase;
5298
- },{"../../server/plattar-server.js":45,"../interfaces/plattar-base.js":62,"./card-button.js":71,"./card-html.js":72,"./card-iframe.js":73,"./card-image.js":74,"./card-map.js":75,"./card-paragraph.js":76,"./card-row.js":77,"./card-slider.js":78,"./card-title.js":79,"./card-video.js":80,"./card-youtube.js":81}],71:[function(require,module,exports){
5455
+ },{"../../server/plattar-server.js":46,"../interfaces/plattar-base.js":63,"./card-button.js":72,"./card-html.js":73,"./card-iframe.js":74,"./card-image.js":75,"./card-map.js":76,"./card-paragraph.js":77,"./card-row.js":78,"./card-slider.js":79,"./card-title.js":80,"./card-video.js":81,"./card-youtube.js":82}],72:[function(require,module,exports){
5299
5456
  const CardBase = require("./card-base.js");
5300
5457
 
5301
5458
  class CardButton extends CardBase {
@@ -5305,7 +5462,7 @@ class CardButton extends CardBase {
5305
5462
  }
5306
5463
 
5307
5464
  module.exports = CardButton;
5308
- },{"./card-base.js":70}],72:[function(require,module,exports){
5465
+ },{"./card-base.js":71}],73:[function(require,module,exports){
5309
5466
  const CardBase = require("./card-base.js");
5310
5467
 
5311
5468
  class CardHTML extends CardBase {
@@ -5315,7 +5472,7 @@ class CardHTML extends CardBase {
5315
5472
  }
5316
5473
 
5317
5474
  module.exports = CardHTML;
5318
- },{"./card-base.js":70}],73:[function(require,module,exports){
5475
+ },{"./card-base.js":71}],74:[function(require,module,exports){
5319
5476
  const CardBase = require("./card-base.js");
5320
5477
 
5321
5478
  class CardIFrame extends CardBase {
@@ -5325,7 +5482,7 @@ class CardIFrame extends CardBase {
5325
5482
  }
5326
5483
 
5327
5484
  module.exports = CardIFrame;
5328
- },{"./card-base.js":70}],74:[function(require,module,exports){
5485
+ },{"./card-base.js":71}],75:[function(require,module,exports){
5329
5486
  const CardBase = require("./card-base.js");
5330
5487
 
5331
5488
  class CardImage extends CardBase {
@@ -5335,7 +5492,7 @@ class CardImage extends CardBase {
5335
5492
  }
5336
5493
 
5337
5494
  module.exports = CardImage;
5338
- },{"./card-base.js":70}],75:[function(require,module,exports){
5495
+ },{"./card-base.js":71}],76:[function(require,module,exports){
5339
5496
  const CardBase = require("./card-base.js");
5340
5497
 
5341
5498
  class CardMap extends CardBase {
@@ -5345,7 +5502,7 @@ class CardMap extends CardBase {
5345
5502
  }
5346
5503
 
5347
5504
  module.exports = CardMap;
5348
- },{"./card-base.js":70}],76:[function(require,module,exports){
5505
+ },{"./card-base.js":71}],77:[function(require,module,exports){
5349
5506
  const CardBase = require("./card-base.js");
5350
5507
 
5351
5508
  class CardParagraph extends CardBase {
@@ -5355,7 +5512,7 @@ class CardParagraph extends CardBase {
5355
5512
  }
5356
5513
 
5357
5514
  module.exports = CardParagraph;
5358
- },{"./card-base.js":70}],77:[function(require,module,exports){
5515
+ },{"./card-base.js":71}],78:[function(require,module,exports){
5359
5516
  const CardBase = require("./card-base.js");
5360
5517
 
5361
5518
  class CardRow extends CardBase {
@@ -5365,7 +5522,7 @@ class CardRow extends CardBase {
5365
5522
  }
5366
5523
 
5367
5524
  module.exports = CardRow;
5368
- },{"./card-base.js":70}],78:[function(require,module,exports){
5525
+ },{"./card-base.js":71}],79:[function(require,module,exports){
5369
5526
  const CardBase = require("./card-base.js");
5370
5527
 
5371
5528
  class CardSlider extends CardBase {
@@ -5375,7 +5532,7 @@ class CardSlider extends CardBase {
5375
5532
  }
5376
5533
 
5377
5534
  module.exports = CardSlider;
5378
- },{"./card-base.js":70}],79:[function(require,module,exports){
5535
+ },{"./card-base.js":71}],80:[function(require,module,exports){
5379
5536
  const CardBase = require("./card-base.js");
5380
5537
 
5381
5538
  class CardTitle extends CardBase {
@@ -5385,7 +5542,7 @@ class CardTitle extends CardBase {
5385
5542
  }
5386
5543
 
5387
5544
  module.exports = CardTitle;
5388
- },{"./card-base.js":70}],80:[function(require,module,exports){
5545
+ },{"./card-base.js":71}],81:[function(require,module,exports){
5389
5546
  const CardBase = require("./card-base.js");
5390
5547
 
5391
5548
  class CardVideo extends CardBase {
@@ -5395,7 +5552,7 @@ class CardVideo extends CardBase {
5395
5552
  }
5396
5553
 
5397
5554
  module.exports = CardVideo;
5398
- },{"./card-base.js":70}],81:[function(require,module,exports){
5555
+ },{"./card-base.js":71}],82:[function(require,module,exports){
5399
5556
  const CardBase = require("./card-base.js");
5400
5557
 
5401
5558
  class CardYoutube extends CardBase {
@@ -5405,7 +5562,7 @@ class CardYoutube extends CardBase {
5405
5562
  }
5406
5563
 
5407
5564
  module.exports = CardYoutube;
5408
- },{"./card-base.js":70}],82:[function(require,module,exports){
5565
+ },{"./card-base.js":71}],83:[function(require,module,exports){
5409
5566
  const PlattarBase = require("../interfaces/plattar-base.js");
5410
5567
 
5411
5568
  class Page extends PlattarBase {
@@ -5415,7 +5572,7 @@ class Page extends PlattarBase {
5415
5572
  }
5416
5573
 
5417
5574
  module.exports = Page;
5418
- },{"../interfaces/plattar-base.js":62}],83:[function(require,module,exports){
5575
+ },{"../interfaces/plattar-base.js":63}],84:[function(require,module,exports){
5419
5576
  const ProductBase = require("./product-base.js");
5420
5577
 
5421
5578
  class ProductAnnotation extends ProductBase {
@@ -5425,7 +5582,7 @@ class ProductAnnotation extends ProductBase {
5425
5582
  }
5426
5583
 
5427
5584
  module.exports = ProductAnnotation;
5428
- },{"./product-base.js":84}],84:[function(require,module,exports){
5585
+ },{"./product-base.js":85}],85:[function(require,module,exports){
5429
5586
  const PlattarBase = require("../interfaces/plattar-base.js");
5430
5587
  const Server = require("../../server/plattar-server.js");
5431
5588
 
@@ -5447,7 +5604,7 @@ class ProductBase extends PlattarBase {
5447
5604
  }
5448
5605
 
5449
5606
  module.exports = ProductBase;
5450
- },{"../../server/plattar-server.js":45,"../interfaces/plattar-base.js":62,"./product-annotation.js":83,"./product-variation.js":85}],85:[function(require,module,exports){
5607
+ },{"../../server/plattar-server.js":46,"../interfaces/plattar-base.js":63,"./product-annotation.js":84,"./product-variation.js":86}],86:[function(require,module,exports){
5451
5608
  const ProductBase = require("./product-base.js");
5452
5609
 
5453
5610
  class ProductVariation extends ProductBase {
@@ -5457,7 +5614,7 @@ class ProductVariation extends ProductBase {
5457
5614
  }
5458
5615
 
5459
5616
  module.exports = ProductVariation;
5460
- },{"./product-base.js":84}],86:[function(require,module,exports){
5617
+ },{"./product-base.js":85}],87:[function(require,module,exports){
5461
5618
  const PlattarBase = require("../interfaces/plattar-base.js");
5462
5619
 
5463
5620
  class Product extends PlattarBase {
@@ -5467,7 +5624,7 @@ class Product extends PlattarBase {
5467
5624
  }
5468
5625
 
5469
5626
  module.exports = Product;
5470
- },{"../interfaces/plattar-base.js":62}],87:[function(require,module,exports){
5627
+ },{"../interfaces/plattar-base.js":63}],88:[function(require,module,exports){
5471
5628
  const SceneBase = require("./scene-base.js");
5472
5629
 
5473
5630
  class SceneAnnotation extends SceneBase {
@@ -5477,7 +5634,7 @@ class SceneAnnotation extends SceneBase {
5477
5634
  }
5478
5635
 
5479
5636
  module.exports = SceneAnnotation;
5480
- },{"./scene-base.js":89}],88:[function(require,module,exports){
5637
+ },{"./scene-base.js":90}],89:[function(require,module,exports){
5481
5638
  const SceneBase = require("./scene-base.js");
5482
5639
 
5483
5640
  class SceneAudio extends SceneBase {
@@ -5487,7 +5644,7 @@ class SceneAudio extends SceneBase {
5487
5644
  }
5488
5645
 
5489
5646
  module.exports = SceneAudio;
5490
- },{"./scene-base.js":89}],89:[function(require,module,exports){
5647
+ },{"./scene-base.js":90}],90:[function(require,module,exports){
5491
5648
  const PlattarBase = require("../interfaces/plattar-base.js");
5492
5649
  const Server = require("../../server/plattar-server.js");
5493
5650
 
@@ -5521,7 +5678,7 @@ class SceneBase extends PlattarBase {
5521
5678
  }
5522
5679
 
5523
5680
  module.exports = SceneBase;
5524
- },{"../../server/plattar-server.js":45,"../interfaces/plattar-base.js":62,"./scene-annotation.js":87,"./scene-audio.js":88,"./scene-button.js":90,"./scene-camera.js":91,"./scene-carousel.js":92,"./scene-image.js":93,"./scene-model.js":94,"./scene-panorama.js":95,"./scene-poller.js":96,"./scene-product.js":97,"./scene-shadow.js":99,"./scene-video.js":100,"./scene-volumetric.js":101,"./scene-youtube.js":102}],90:[function(require,module,exports){
5681
+ },{"../../server/plattar-server.js":46,"../interfaces/plattar-base.js":63,"./scene-annotation.js":88,"./scene-audio.js":89,"./scene-button.js":91,"./scene-camera.js":92,"./scene-carousel.js":93,"./scene-image.js":94,"./scene-model.js":95,"./scene-panorama.js":96,"./scene-poller.js":97,"./scene-product.js":98,"./scene-shadow.js":100,"./scene-video.js":101,"./scene-volumetric.js":102,"./scene-youtube.js":103}],91:[function(require,module,exports){
5525
5682
  const SceneBase = require("./scene-base.js");
5526
5683
 
5527
5684
  class SceneButton extends SceneBase {
@@ -5531,7 +5688,7 @@ class SceneButton extends SceneBase {
5531
5688
  }
5532
5689
 
5533
5690
  module.exports = SceneButton;
5534
- },{"./scene-base.js":89}],91:[function(require,module,exports){
5691
+ },{"./scene-base.js":90}],92:[function(require,module,exports){
5535
5692
  const SceneBase = require("./scene-base.js");
5536
5693
 
5537
5694
  class SceneCamera extends SceneBase {
@@ -5541,7 +5698,7 @@ class SceneCamera extends SceneBase {
5541
5698
  }
5542
5699
 
5543
5700
  module.exports = SceneCamera;
5544
- },{"./scene-base.js":89}],92:[function(require,module,exports){
5701
+ },{"./scene-base.js":90}],93:[function(require,module,exports){
5545
5702
  const SceneBase = require("./scene-base.js");
5546
5703
 
5547
5704
  class SceneCarousel extends SceneBase {
@@ -5551,7 +5708,7 @@ class SceneCarousel extends SceneBase {
5551
5708
  }
5552
5709
 
5553
5710
  module.exports = SceneCarousel;
5554
- },{"./scene-base.js":89}],93:[function(require,module,exports){
5711
+ },{"./scene-base.js":90}],94:[function(require,module,exports){
5555
5712
  const SceneBase = require("./scene-base.js");
5556
5713
 
5557
5714
  class SceneImage extends SceneBase {
@@ -5561,7 +5718,7 @@ class SceneImage extends SceneBase {
5561
5718
  }
5562
5719
 
5563
5720
  module.exports = SceneImage;
5564
- },{"./scene-base.js":89}],94:[function(require,module,exports){
5721
+ },{"./scene-base.js":90}],95:[function(require,module,exports){
5565
5722
  const SceneBase = require("./scene-base.js");
5566
5723
 
5567
5724
  class SceneModel extends SceneBase {
@@ -5571,7 +5728,7 @@ class SceneModel extends SceneBase {
5571
5728
  }
5572
5729
 
5573
5730
  module.exports = SceneModel;
5574
- },{"./scene-base.js":89}],95:[function(require,module,exports){
5731
+ },{"./scene-base.js":90}],96:[function(require,module,exports){
5575
5732
  const SceneBase = require("./scene-base.js");
5576
5733
 
5577
5734
  class ScenePanorama extends SceneBase {
@@ -5581,7 +5738,7 @@ class ScenePanorama extends SceneBase {
5581
5738
  }
5582
5739
 
5583
5740
  module.exports = ScenePanorama;
5584
- },{"./scene-base.js":89}],96:[function(require,module,exports){
5741
+ },{"./scene-base.js":90}],97:[function(require,module,exports){
5585
5742
  const SceneBase = require("./scene-base.js");
5586
5743
 
5587
5744
  class ScenePoller extends SceneBase {
@@ -5591,7 +5748,7 @@ class ScenePoller extends SceneBase {
5591
5748
  }
5592
5749
 
5593
5750
  module.exports = ScenePoller;
5594
- },{"./scene-base.js":89}],97:[function(require,module,exports){
5751
+ },{"./scene-base.js":90}],98:[function(require,module,exports){
5595
5752
  const SceneBase = require("./scene-base.js");
5596
5753
 
5597
5754
  class SceneProduct extends SceneBase {
@@ -5601,7 +5758,7 @@ class SceneProduct extends SceneBase {
5601
5758
  }
5602
5759
 
5603
5760
  module.exports = SceneProduct;
5604
- },{"./scene-base.js":89}],98:[function(require,module,exports){
5761
+ },{"./scene-base.js":90}],99:[function(require,module,exports){
5605
5762
  const SceneBase = require("./scene-base.js");
5606
5763
 
5607
5764
  class SceneScript extends SceneBase {
@@ -5611,7 +5768,7 @@ class SceneScript extends SceneBase {
5611
5768
  }
5612
5769
 
5613
5770
  module.exports = SceneScript;
5614
- },{"./scene-base.js":89}],99:[function(require,module,exports){
5771
+ },{"./scene-base.js":90}],100:[function(require,module,exports){
5615
5772
  const SceneBase = require("./scene-base.js");
5616
5773
 
5617
5774
  class SceneShadow extends SceneBase {
@@ -5621,7 +5778,7 @@ class SceneShadow extends SceneBase {
5621
5778
  }
5622
5779
 
5623
5780
  module.exports = SceneShadow;
5624
- },{"./scene-base.js":89}],100:[function(require,module,exports){
5781
+ },{"./scene-base.js":90}],101:[function(require,module,exports){
5625
5782
  const SceneBase = require("./scene-base.js");
5626
5783
 
5627
5784
  class SceneVideo extends SceneBase {
@@ -5631,7 +5788,7 @@ class SceneVideo extends SceneBase {
5631
5788
  }
5632
5789
 
5633
5790
  module.exports = SceneVideo;
5634
- },{"./scene-base.js":89}],101:[function(require,module,exports){
5791
+ },{"./scene-base.js":90}],102:[function(require,module,exports){
5635
5792
  const SceneBase = require("./scene-base.js");
5636
5793
 
5637
5794
  class SceneVolumetric extends SceneBase {
@@ -5641,7 +5798,7 @@ class SceneVolumetric extends SceneBase {
5641
5798
  }
5642
5799
 
5643
5800
  module.exports = SceneVolumetric;
5644
- },{"./scene-base.js":89}],102:[function(require,module,exports){
5801
+ },{"./scene-base.js":90}],103:[function(require,module,exports){
5645
5802
  const SceneBase = require("./scene-base.js");
5646
5803
 
5647
5804
  class SceneYoutube extends SceneBase {
@@ -5651,7 +5808,7 @@ class SceneYoutube extends SceneBase {
5651
5808
  }
5652
5809
 
5653
5810
  module.exports = SceneYoutube;
5654
- },{"./scene-base.js":89}],103:[function(require,module,exports){
5811
+ },{"./scene-base.js":90}],104:[function(require,module,exports){
5655
5812
  const PlattarBase = require("../interfaces/plattar-base.js");
5656
5813
 
5657
5814
  class Scene extends PlattarBase {
@@ -5661,7 +5818,7 @@ class Scene extends PlattarBase {
5661
5818
  }
5662
5819
 
5663
5820
  module.exports = Scene;
5664
- },{"../interfaces/plattar-base.js":62}],104:[function(require,module,exports){
5821
+ },{"../interfaces/plattar-base.js":63}],105:[function(require,module,exports){
5665
5822
  const PlattarBase = require("../interfaces/plattar-base.js");
5666
5823
 
5667
5824
  class TriggerImage extends PlattarBase {
@@ -5671,7 +5828,7 @@ class TriggerImage extends PlattarBase {
5671
5828
  }
5672
5829
 
5673
5830
  module.exports = TriggerImage;
5674
- },{"../interfaces/plattar-base.js":62}],105:[function(require,module,exports){
5831
+ },{"../interfaces/plattar-base.js":63}],106:[function(require,module,exports){
5675
5832
  const Application = require("../types/application.js");
5676
5833
 
5677
5834
  // import Scene types and its children
@@ -5898,11 +6055,10 @@ PlattarUtil.match = (type) => {
5898
6055
 
5899
6056
 
5900
6057
  module.exports = PlattarUtil;
5901
- },{"../types/application.js":46,"../types/content-pipeline/brief.js":47,"../types/content-pipeline/comment-brief.js":48,"../types/content-pipeline/comment-quote.js":49,"../types/content-pipeline/comment-solution.js":50,"../types/content-pipeline/folder.js":51,"../types/content-pipeline/pipeline-user.js":52,"../types/content-pipeline/quote.js":53,"../types/content-pipeline/rating.js":54,"../types/content-pipeline/solution.js":55,"../types/file/file-audio.js":56,"../types/file/file-image.js":58,"../types/file/file-model.js":59,"../types/file/file-script.js":60,"../types/file/file-video.js":61,"../types/interfaces/plattar-object.js":64,"../types/misc/application-build.js":65,"../types/misc/asset-library":66,"../types/misc/async-job.js":67,"../types/misc/script-event.js":68,"../types/misc/tag.js":69,"../types/page/card-button.js":71,"../types/page/card-html.js":72,"../types/page/card-iframe.js":73,"../types/page/card-image.js":74,"../types/page/card-map.js":75,"../types/page/card-paragraph.js":76,"../types/page/card-row.js":77,"../types/page/card-slider.js":78,"../types/page/card-title.js":79,"../types/page/card-video.js":80,"../types/page/card-youtube.js":81,"../types/page/page.js":82,"../types/product/product-annotation.js":83,"../types/product/product-variation.js":85,"../types/product/product.js":86,"../types/scene/scene-annotation.js":87,"../types/scene/scene-audio.js":88,"../types/scene/scene-button.js":90,"../types/scene/scene-camera.js":91,"../types/scene/scene-carousel.js":92,"../types/scene/scene-image.js":93,"../types/scene/scene-model.js":94,"../types/scene/scene-panorama.js":95,"../types/scene/scene-poller.js":96,"../types/scene/scene-product.js":97,"../types/scene/scene-script.js":98,"../types/scene/scene-shadow.js":99,"../types/scene/scene-video.js":100,"../types/scene/scene-volumetric.js":101,"../types/scene/scene-youtube.js":102,"../types/scene/scene.js":103,"../types/trigger/trigger-image.js":104}],106:[function(require,module,exports){
5902
- module.exports = "1.148.1";
6058
+ },{"../types/application.js":47,"../types/content-pipeline/brief.js":48,"../types/content-pipeline/comment-brief.js":49,"../types/content-pipeline/comment-quote.js":50,"../types/content-pipeline/comment-solution.js":51,"../types/content-pipeline/folder.js":52,"../types/content-pipeline/pipeline-user.js":53,"../types/content-pipeline/quote.js":54,"../types/content-pipeline/rating.js":55,"../types/content-pipeline/solution.js":56,"../types/file/file-audio.js":57,"../types/file/file-image.js":59,"../types/file/file-model.js":60,"../types/file/file-script.js":61,"../types/file/file-video.js":62,"../types/interfaces/plattar-object.js":65,"../types/misc/application-build.js":66,"../types/misc/asset-library":67,"../types/misc/async-job.js":68,"../types/misc/script-event.js":69,"../types/misc/tag.js":70,"../types/page/card-button.js":72,"../types/page/card-html.js":73,"../types/page/card-iframe.js":74,"../types/page/card-image.js":75,"../types/page/card-map.js":76,"../types/page/card-paragraph.js":77,"../types/page/card-row.js":78,"../types/page/card-slider.js":79,"../types/page/card-title.js":80,"../types/page/card-video.js":81,"../types/page/card-youtube.js":82,"../types/page/page.js":83,"../types/product/product-annotation.js":84,"../types/product/product-variation.js":86,"../types/product/product.js":87,"../types/scene/scene-annotation.js":88,"../types/scene/scene-audio.js":89,"../types/scene/scene-button.js":91,"../types/scene/scene-camera.js":92,"../types/scene/scene-carousel.js":93,"../types/scene/scene-image.js":94,"../types/scene/scene-model.js":95,"../types/scene/scene-panorama.js":96,"../types/scene/scene-poller.js":97,"../types/scene/scene-product.js":98,"../types/scene/scene-script.js":99,"../types/scene/scene-shadow.js":100,"../types/scene/scene-video.js":101,"../types/scene/scene-volumetric.js":102,"../types/scene/scene-youtube.js":103,"../types/scene/scene.js":104,"../types/trigger/trigger-image.js":105}],107:[function(require,module,exports){
6059
+ module.exports = "1.154.1";
5903
6060
 
5904
- },{}],107:[function(require,module,exports){
5905
- (function (Buffer){(function (){
6061
+ },{}],108:[function(require,module,exports){
5906
6062
  const QRCodeStyling = require("qr-code-styling");
5907
6063
  const hash = require("object-hash");
5908
6064
 
@@ -6147,7 +6303,7 @@ class BaseElement extends HTMLElement {
6147
6303
  }
6148
6304
 
6149
6305
  try {
6150
- const b64Link = new Buffer(url).toString("base64");
6306
+ const b64Link = btoa(url);
6151
6307
 
6152
6308
  fetch("https://c.plattar.com/shorten", {
6153
6309
  cache: "no-store",
@@ -6183,8 +6339,7 @@ class BaseElement extends HTMLElement {
6183
6339
  }
6184
6340
 
6185
6341
  module.exports = BaseElement;
6186
- }).call(this)}).call(this,require("buffer").Buffer)
6187
- },{"buffer":133,"object-hash":136,"qr-code-styling":138}],108:[function(require,module,exports){
6342
+ },{"object-hash":134,"qr-code-styling":136}],109:[function(require,module,exports){
6188
6343
  const BaseElement = require("./base/base-element.js");
6189
6344
 
6190
6345
  class QRCodeElement extends BaseElement {
@@ -6194,7 +6349,7 @@ class QRCodeElement extends BaseElement {
6194
6349
  }
6195
6350
 
6196
6351
  module.exports = QRCodeElement;
6197
- },{"./base/base-element.js":107}],109:[function(require,module,exports){
6352
+ },{"./base/base-element.js":108}],110:[function(require,module,exports){
6198
6353
  "use strict";
6199
6354
  const QRCodeElement = require("./elements/qrcode-element.js");
6200
6355
  const Version = require("./version");
@@ -6210,10 +6365,10 @@ console.log("using @plattar/plattar-qrcode v" + Version);
6210
6365
  module.exports = {
6211
6366
  version: Version
6212
6367
  };
6213
- },{"./elements/qrcode-element.js":108,"./version":110}],110:[function(require,module,exports){
6214
- module.exports = "1.150.1";
6368
+ },{"./elements/qrcode-element.js":109,"./version":111}],111:[function(require,module,exports){
6369
+ module.exports = "1.150.2";
6215
6370
 
6216
- },{}],111:[function(require,module,exports){
6371
+ },{}],112:[function(require,module,exports){
6217
6372
  "use strict";
6218
6373
  var __importDefault = (this && this.__importDefault) || function (mod) {
6219
6374
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -6370,7 +6525,7 @@ class Configurator {
6370
6525
  }
6371
6526
  exports.Configurator = Configurator;
6372
6527
 
6373
- },{"./remote-request":113,"@plattar/plattar-api":43,"object-hash":116}],112:[function(require,module,exports){
6528
+ },{"./remote-request":114,"@plattar/plattar-api":44,"object-hash":117}],113:[function(require,module,exports){
6374
6529
  "use strict";
6375
6530
  var __importDefault = (this && this.__importDefault) || function (mod) {
6376
6531
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -6434,7 +6589,7 @@ class ModelConverter {
6434
6589
  }
6435
6590
  exports.ModelConverter = ModelConverter;
6436
6591
 
6437
- },{"./remote-request":113,"@plattar/plattar-api":43,"object-hash":116}],113:[function(require,module,exports){
6592
+ },{"./remote-request":114,"@plattar/plattar-api":44,"object-hash":117}],114:[function(require,module,exports){
6438
6593
  "use strict";
6439
6594
  var __importDefault = (this && this.__importDefault) || function (mod) {
6440
6595
  return (mod && mod.__esModule) ? mod : { "default": mod };
@@ -6502,7 +6657,7 @@ class RemoteRequest {
6502
6657
  }
6503
6658
  exports.RemoteRequest = RemoteRequest;
6504
6659
 
6505
- },{"node-fetch":135}],114:[function(require,module,exports){
6660
+ },{"node-fetch":133}],115:[function(require,module,exports){
6506
6661
  "use strict";
6507
6662
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6508
6663
  if (k2 === undefined) k2 = k;
@@ -6536,18 +6691,19 @@ exports.version = __importStar(require("./version"));
6536
6691
  const version_1 = __importDefault(require("./version"));
6537
6692
  console.log("using @plattar/plattar-services v" + version_1.default);
6538
6693
 
6539
- },{"./core/configurator":111,"./core/model-converter":112,"./version":115}],115:[function(require,module,exports){
6694
+ },{"./core/configurator":112,"./core/model-converter":113,"./version":116}],116:[function(require,module,exports){
6540
6695
  "use strict";
6541
6696
  Object.defineProperty(exports, "__esModule", { value: true });
6542
6697
  exports.default = "1.120.1";
6543
6698
 
6544
- },{}],116:[function(require,module,exports){
6699
+ },{}],117:[function(require,module,exports){
6545
6700
  (function (global){(function (){
6546
6701
  !function(e){var t;"object"==typeof exports?module.exports=e():"function"==typeof define&&define.amd?define(e):("undefined"!=typeof window?t=window:"undefined"!=typeof global?t=global:"undefined"!=typeof self&&(t=self),t.objectHash=e())}(function(){return function o(i,u,a){function s(n,e){if(!u[n]){if(!i[n]){var t="function"==typeof require&&require;if(!e&&t)return t(n,!0);if(f)return f(n,!0);throw new Error("Cannot find module '"+n+"'")}var r=u[n]={exports:{}};i[n][0].call(r.exports,function(e){var t=i[n][1][e];return s(t||e)},r,r.exports,o,i,u,a)}return u[n].exports}for(var f="function"==typeof require&&require,e=0;e<a.length;e++)s(a[e]);return s}({1:[function(w,b,m){(function(e,t,f,n,r,o,i,u,a){"use strict";var s=w("crypto");function c(e,t){return function(e,t){var n;n="passthrough"!==t.algorithm?s.createHash(t.algorithm):new y;void 0===n.write&&(n.write=n.update,n.end=n.update);g(t,n).dispatch(e),n.update||n.end("");if(n.digest)return n.digest("buffer"===t.encoding?void 0:t.encoding);var r=n.read();return"buffer"!==t.encoding?r.toString(t.encoding):r}(e,t=h(e,t))}(m=b.exports=c).sha1=function(e){return c(e)},m.keys=function(e){return c(e,{excludeValues:!0,algorithm:"sha1",encoding:"hex"})},m.MD5=function(e){return c(e,{algorithm:"md5",encoding:"hex"})},m.keysMD5=function(e){return c(e,{algorithm:"md5",encoding:"hex",excludeValues:!0})};var l=s.getHashes?s.getHashes().slice():["sha1","md5"];l.push("passthrough");var d=["buffer","hex","binary","base64"];function h(e,t){t=t||{};var n={};if(n.algorithm=t.algorithm||"sha1",n.encoding=t.encoding||"hex",n.excludeValues=!!t.excludeValues,n.algorithm=n.algorithm.toLowerCase(),n.encoding=n.encoding.toLowerCase(),n.ignoreUnknown=!0===t.ignoreUnknown,n.respectType=!1!==t.respectType,n.respectFunctionNames=!1!==t.respectFunctionNames,n.respectFunctionProperties=!1!==t.respectFunctionProperties,n.unorderedArrays=!0===t.unorderedArrays,n.unorderedSets=!1!==t.unorderedSets,n.unorderedObjects=!1!==t.unorderedObjects,n.replacer=t.replacer||void 0,n.excludeKeys=t.excludeKeys||void 0,void 0===e)throw new Error("Object argument required.");for(var r=0;r<l.length;++r)l[r].toLowerCase()===n.algorithm.toLowerCase()&&(n.algorithm=l[r]);if(-1===l.indexOf(n.algorithm))throw new Error('Algorithm "'+n.algorithm+'" not supported. supported values: '+l.join(", "));if(-1===d.indexOf(n.encoding)&&"passthrough"!==n.algorithm)throw new Error('Encoding "'+n.encoding+'" not supported. supported values: '+d.join(", "));return n}function p(e){if("function"==typeof e){return null!=/^function\s+\w*\s*\(\s*\)\s*{\s+\[native code\]\s+}$/i.exec(Function.prototype.toString.call(e))}}function g(u,t,a){a=a||[];function s(e){return t.update?t.update(e,"utf8"):t.write(e,"utf8")}return{dispatch:function(e){return u.replacer&&(e=u.replacer(e)),this["_"+(null===e?"null":typeof e)](e)},_object:function(t){var e=Object.prototype.toString.call(t),n=/\[object (.*)\]/i.exec(e);n=(n=n?n[1]:"unknown:["+e+"]").toLowerCase();var r;if(0<=(r=a.indexOf(t)))return this.dispatch("[CIRCULAR:"+r+"]");if(a.push(t),void 0!==f&&f.isBuffer&&f.isBuffer(t))return s("buffer:"),s(t);if("object"===n||"function"===n||"asyncfunction"===n){var o=Object.keys(t);u.unorderedObjects&&(o=o.sort()),!1===u.respectType||p(t)||o.splice(0,0,"prototype","__proto__","constructor"),u.excludeKeys&&(o=o.filter(function(e){return!u.excludeKeys(e)})),s("object:"+o.length+":");var i=this;return o.forEach(function(e){i.dispatch(e),s(":"),u.excludeValues||i.dispatch(t[e]),s(",")})}if(!this["_"+n]){if(u.ignoreUnknown)return s("["+n+"]");throw new Error('Unknown object type "'+n+'"')}this["_"+n](t)},_array:function(e,t){t=void 0!==t?t:!1!==u.unorderedArrays;var n=this;if(s("array:"+e.length+":"),!t||e.length<=1)return e.forEach(function(e){return n.dispatch(e)});var r=[],o=e.map(function(e){var t=new y,n=a.slice();return g(u,t,n).dispatch(e),r=r.concat(n.slice(a.length)),t.read().toString()});return a=a.concat(r),o.sort(),this._array(o,!1)},_date:function(e){return s("date:"+e.toJSON())},_symbol:function(e){return s("symbol:"+e.toString())},_error:function(e){return s("error:"+e.toString())},_boolean:function(e){return s("bool:"+e.toString())},_string:function(e){s("string:"+e.length+":"),s(e.toString())},_function:function(e){s("fn:"),p(e)?this.dispatch("[native]"):this.dispatch(e.toString()),!1!==u.respectFunctionNames&&this.dispatch("function-name:"+String(e.name)),u.respectFunctionProperties&&this._object(e)},_number:function(e){return s("number:"+e.toString())},_xml:function(e){return s("xml:"+e.toString())},_null:function(){return s("Null")},_undefined:function(){return s("Undefined")},_regexp:function(e){return s("regex:"+e.toString())},_uint8array:function(e){return s("uint8array:"),this.dispatch(Array.prototype.slice.call(e))},_uint8clampedarray:function(e){return s("uint8clampedarray:"),this.dispatch(Array.prototype.slice.call(e))},_int8array:function(e){return s("uint8array:"),this.dispatch(Array.prototype.slice.call(e))},_uint16array:function(e){return s("uint16array:"),this.dispatch(Array.prototype.slice.call(e))},_int16array:function(e){return s("uint16array:"),this.dispatch(Array.prototype.slice.call(e))},_uint32array:function(e){return s("uint32array:"),this.dispatch(Array.prototype.slice.call(e))},_int32array:function(e){return s("uint32array:"),this.dispatch(Array.prototype.slice.call(e))},_float32array:function(e){return s("float32array:"),this.dispatch(Array.prototype.slice.call(e))},_float64array:function(e){return s("float64array:"),this.dispatch(Array.prototype.slice.call(e))},_arraybuffer:function(e){return s("arraybuffer:"),this.dispatch(new Uint8Array(e))},_url:function(e){return s("url:"+e.toString())},_map:function(e){s("map:");var t=Array.from(e);return this._array(t,!1!==u.unorderedSets)},_set:function(e){s("set:");var t=Array.from(e);return this._array(t,!1!==u.unorderedSets)},_file:function(e){return s("file:"),this.dispatch([e.name,e.size,e.type,e.lastModfied])},_blob:function(){if(u.ignoreUnknown)return s("[blob]");throw Error('Hashing Blob objects is currently not supported\n(see https://github.com/puleos/object-hash/issues/26)\nUse "options.replacer" or "options.ignoreUnknown"\n')},_domwindow:function(){return s("domwindow")},_bigint:function(e){return s("bigint:"+e.toString())},_process:function(){return s("process")},_timer:function(){return s("timer")},_pipe:function(){return s("pipe")},_tcp:function(){return s("tcp")},_udp:function(){return s("udp")},_tty:function(){return s("tty")},_statwatcher:function(){return s("statwatcher")},_securecontext:function(){return s("securecontext")},_connection:function(){return s("connection")},_zlib:function(){return s("zlib")},_context:function(){return s("context")},_nodescript:function(){return s("nodescript")},_httpparser:function(){return s("httpparser")},_dataview:function(){return s("dataview")},_signal:function(){return s("signal")},_fsevent:function(){return s("fsevent")},_tlswrap:function(){return s("tlswrap")}}}function y(){return{buf:"",write:function(e){this.buf+=e},end:function(e){this.buf+=e},read:function(){return this.buf}}}m.writeToStream=function(e,t,n){return void 0===n&&(n=t,t={}),g(t=h(e,t),n).dispatch(e)}}).call(this,w("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},w("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/fake_7eac155c.js","/")},{buffer:3,crypto:5,lYpoI2:10}],2:[function(e,t,f){(function(e,t,n,r,o,i,u,a,s){!function(e){"use strict";var f="undefined"!=typeof Uint8Array?Uint8Array:Array,n="+".charCodeAt(0),r="/".charCodeAt(0),o="0".charCodeAt(0),i="a".charCodeAt(0),u="A".charCodeAt(0),a="-".charCodeAt(0),s="_".charCodeAt(0);function c(e){var t=e.charCodeAt(0);return t===n||t===a?62:t===r||t===s?63:t<o?-1:t<o+10?t-o+26+26:t<u+26?t-u:t<i+26?t-i+26:void 0}e.toByteArray=function(e){var t,n;if(0<e.length%4)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.length,o="="===e.charAt(r-2)?2:"="===e.charAt(r-1)?1:0,i=new f(3*e.length/4-o),u=0<o?e.length-4:e.length,a=0;function s(e){i[a++]=e}for(t=0;t<u;t+=4,0)s((16711680&(n=c(e.charAt(t))<<18|c(e.charAt(t+1))<<12|c(e.charAt(t+2))<<6|c(e.charAt(t+3))))>>16),s((65280&n)>>8),s(255&n);return 2==o?s(255&(n=c(e.charAt(t))<<2|c(e.charAt(t+1))>>4)):1==o&&(s((n=c(e.charAt(t))<<10|c(e.charAt(t+1))<<4|c(e.charAt(t+2))>>2)>>8&255),s(255&n)),i},e.fromByteArray=function(e){var t,n,r,o,i=e.length%3,u="";function a(e){return"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e)}for(t=0,r=e.length-i;t<r;t+=3)n=(e[t]<<16)+(e[t+1]<<8)+e[t+2],u+=a((o=n)>>18&63)+a(o>>12&63)+a(o>>6&63)+a(63&o);switch(i){case 1:u+=a((n=e[e.length-1])>>2),u+=a(n<<4&63),u+="==";break;case 2:u+=a((n=(e[e.length-2]<<8)+e[e.length-1])>>10),u+=a(n>>4&63),u+=a(n<<2&63),u+="="}return u}}(void 0===f?this.base64js={}:f)}).call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/base64-js/lib/b64.js","/node_modules/gulp-browserify/node_modules/base64-js/lib")},{buffer:3,lYpoI2:10}],3:[function(O,e,H){(function(e,t,g,n,r,o,i,u,a){var s=O("base64-js"),f=O("ieee754");function g(e,t,n){if(!(this instanceof g))return new g(e,t,n);var r,o,i,u,a,s=typeof e;if("base64"===t&&"string"==s)for(e=(r=e).trim?r.trim():r.replace(/^\s+|\s+$/g,"");e.length%4!=0;)e+="=";if("number"==s)o=x(e);else if("string"==s)o=g.byteLength(e,t);else{if("object"!=s)throw new Error("First argument needs to be a number, array or string.");o=x(e.length)}if(g._useTypedArrays?i=g._augment(new Uint8Array(o)):((i=this).length=o,i._isBuffer=!0),g._useTypedArrays&&"number"==typeof e.byteLength)i._set(e);else if(S(a=e)||g.isBuffer(a)||a&&"object"==typeof a&&"number"==typeof a.length)for(u=0;u<o;u++)g.isBuffer(e)?i[u]=e.readUInt8(u):i[u]=e[u];else if("string"==s)i.write(e,0,t);else if("number"==s&&!g._useTypedArrays&&!n)for(u=0;u<o;u++)i[u]=0;return i}function y(e,t,n,r){return g._charsWritten=T(function(e){for(var t=[],n=0;n<e.length;n++)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function w(e,t,n,r){return g._charsWritten=T(function(e){for(var t,n,r,o=[],i=0;i<e.length;i++)t=e.charCodeAt(i),n=t>>8,r=t%256,o.push(r),o.push(n);return o}(t),e,n,r)}function c(e,t,n){var r="";n=Math.min(e.length,n);for(var o=t;o<n;o++)r+=String.fromCharCode(e[o]);return r}function l(e,t,n,r){r||(D("boolean"==typeof n,"missing or invalid endian"),D(null!=t,"missing offset"),D(t+1<e.length,"Trying to read beyond buffer length"));var o,i=e.length;if(!(i<=t))return n?(o=e[t],t+1<i&&(o|=e[t+1]<<8)):(o=e[t]<<8,t+1<i&&(o|=e[t+1])),o}function d(e,t,n,r){r||(D("boolean"==typeof n,"missing or invalid endian"),D(null!=t,"missing offset"),D(t+3<e.length,"Trying to read beyond buffer length"));var o,i=e.length;if(!(i<=t))return n?(t+2<i&&(o=e[t+2]<<16),t+1<i&&(o|=e[t+1]<<8),o|=e[t],t+3<i&&(o+=e[t+3]<<24>>>0)):(t+1<i&&(o=e[t+1]<<16),t+2<i&&(o|=e[t+2]<<8),t+3<i&&(o|=e[t+3]),o+=e[t]<<24>>>0),o}function h(e,t,n,r){if(r||(D("boolean"==typeof n,"missing or invalid endian"),D(null!=t,"missing offset"),D(t+1<e.length,"Trying to read beyond buffer length")),!(e.length<=t)){var o=l(e,t,n,!0);return 32768&o?-1*(65535-o+1):o}}function p(e,t,n,r){if(r||(D("boolean"==typeof n,"missing or invalid endian"),D(null!=t,"missing offset"),D(t+3<e.length,"Trying to read beyond buffer length")),!(e.length<=t)){var o=d(e,t,n,!0);return 2147483648&o?-1*(4294967295-o+1):o}}function b(e,t,n,r){return r||(D("boolean"==typeof n,"missing or invalid endian"),D(t+3<e.length,"Trying to read beyond buffer length")),f.read(e,t,n,23,4)}function m(e,t,n,r){return r||(D("boolean"==typeof n,"missing or invalid endian"),D(t+7<e.length,"Trying to read beyond buffer length")),f.read(e,t,n,52,8)}function v(e,t,n,r,o){o||(D(null!=t,"missing value"),D("boolean"==typeof r,"missing or invalid endian"),D(null!=n,"missing offset"),D(n+1<e.length,"trying to write beyond buffer length"),N(t,65535));var i=e.length;if(!(i<=n))for(var u=0,a=Math.min(i-n,2);u<a;u++)e[n+u]=(t&255<<8*(r?u:1-u))>>>8*(r?u:1-u)}function _(e,t,n,r,o){o||(D(null!=t,"missing value"),D("boolean"==typeof r,"missing or invalid endian"),D(null!=n,"missing offset"),D(n+3<e.length,"trying to write beyond buffer length"),N(t,4294967295));var i=e.length;if(!(i<=n))for(var u=0,a=Math.min(i-n,4);u<a;u++)e[n+u]=t>>>8*(r?u:3-u)&255}function E(e,t,n,r,o){o||(D(null!=t,"missing value"),D("boolean"==typeof r,"missing or invalid endian"),D(null!=n,"missing offset"),D(n+1<e.length,"Trying to write beyond buffer length"),Y(t,32767,-32768)),e.length<=n||v(e,0<=t?t:65535+t+1,n,r,o)}function I(e,t,n,r,o){o||(D(null!=t,"missing value"),D("boolean"==typeof r,"missing or invalid endian"),D(null!=n,"missing offset"),D(n+3<e.length,"Trying to write beyond buffer length"),Y(t,2147483647,-2147483648)),e.length<=n||_(e,0<=t?t:4294967295+t+1,n,r,o)}function A(e,t,n,r,o){o||(D(null!=t,"missing value"),D("boolean"==typeof r,"missing or invalid endian"),D(null!=n,"missing offset"),D(n+3<e.length,"Trying to write beyond buffer length"),F(t,34028234663852886e22,-34028234663852886e22)),e.length<=n||f.write(e,t,n,r,23,4)}function B(e,t,n,r,o){o||(D(null!=t,"missing value"),D("boolean"==typeof r,"missing or invalid endian"),D(null!=n,"missing offset"),D(n+7<e.length,"Trying to write beyond buffer length"),F(t,17976931348623157e292,-17976931348623157e292)),e.length<=n||f.write(e,t,n,r,52,8)}H.Buffer=g,H.SlowBuffer=g,H.INSPECT_MAX_BYTES=50,g.poolSize=8192,g._useTypedArrays=function(){try{var e=new ArrayBuffer(0),t=new Uint8Array(e);return t.foo=function(){return 42},42===t.foo()&&"function"==typeof t.subarray}catch(e){return!1}}(),g.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"raw":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},g.isBuffer=function(e){return!(null==e||!e._isBuffer)},g.byteLength=function(e,t){var n;switch(e+="",t||"utf8"){case"hex":n=e.length/2;break;case"utf8":case"utf-8":n=C(e).length;break;case"ascii":case"binary":case"raw":n=e.length;break;case"base64":n=k(e).length;break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":n=2*e.length;break;default:throw new Error("Unknown encoding")}return n},g.concat=function(e,t){if(D(S(e),"Usage: Buffer.concat(list, [totalLength])\nlist should be an Array."),0===e.length)return new g(0);if(1===e.length)return e[0];if("number"!=typeof t)for(o=t=0;o<e.length;o++)t+=e[o].length;for(var n=new g(t),r=0,o=0;o<e.length;o++){var i=e[o];i.copy(n,r),r+=i.length}return n},g.prototype.write=function(e,t,n,r){var o;isFinite(t)?isFinite(n)||(r=n,n=void 0):(o=r,r=t,t=n,n=o),t=Number(t)||0;var i,u,a,s,f,c,l,d,h,p=this.length-t;switch((!n||p<(n=Number(n)))&&(n=p),r=String(r||"utf8").toLowerCase()){case"hex":i=function(e,t,n,r){n=Number(n)||0;var o=e.length-n;(!r||o<(r=Number(r)))&&(r=o);var i=t.length;D(i%2==0,"Invalid hex string"),i/2<r&&(r=i/2);for(var u=0;u<r;u++){var a=parseInt(t.substr(2*u,2),16);D(!isNaN(a),"Invalid hex string"),e[n+u]=a}return g._charsWritten=2*u,u}(this,e,t,n);break;case"utf8":case"utf-8":c=this,l=e,d=t,h=n,i=g._charsWritten=T(C(l),c,d,h);break;case"ascii":case"binary":i=y(this,e,t,n);break;case"base64":u=this,a=e,s=t,f=n,i=g._charsWritten=T(k(a),u,s,f);break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":i=w(this,e,t,n);break;default:throw new Error("Unknown encoding")}return i},g.prototype.toString=function(e,t,n){var r,o,i,u,a=this;if(e=String(e||"utf8").toLowerCase(),t=Number(t)||0,(n=void 0!==n?Number(n):n=a.length)===t)return"";switch(e){case"hex":r=function(e,t,n){var r=e.length;(!t||t<0)&&(t=0);(!n||n<0||r<n)&&(n=r);for(var o="",i=t;i<n;i++)o+=j(e[i]);return o}(a,t,n);break;case"utf8":case"utf-8":r=function(e,t,n){var r="",o="";n=Math.min(e.length,n);for(var i=t;i<n;i++)e[i]<=127?(r+=M(o)+String.fromCharCode(e[i]),o=""):o+="%"+e[i].toString(16);return r+M(o)}(a,t,n);break;case"ascii":case"binary":r=c(a,t,n);break;case"base64":o=a,u=n,r=0===(i=t)&&u===o.length?s.fromByteArray(o):s.fromByteArray(o.slice(i,u));break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":r=function(e,t,n){for(var r=e.slice(t,n),o="",i=0;i<r.length;i+=2)o+=String.fromCharCode(r[i]+256*r[i+1]);return o}(a,t,n);break;default:throw new Error("Unknown encoding")}return r},g.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}},g.prototype.copy=function(e,t,n,r){if(n=n||0,r||0===r||(r=this.length),t=t||0,r!==n&&0!==e.length&&0!==this.length){D(n<=r,"sourceEnd < sourceStart"),D(0<=t&&t<e.length,"targetStart out of bounds"),D(0<=n&&n<this.length,"sourceStart out of bounds"),D(0<=r&&r<=this.length,"sourceEnd out of bounds"),r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);var o=r-n;if(o<100||!g._useTypedArrays)for(var i=0;i<o;i++)e[i+t]=this[i+n];else e._set(this.subarray(n,n+o),t)}},g.prototype.slice=function(e,t){var n=this.length;if(e=U(e,n,0),t=U(t,n,n),g._useTypedArrays)return g._augment(this.subarray(e,t));for(var r=t-e,o=new g(r,void 0,!0),i=0;i<r;i++)o[i]=this[i+e];return o},g.prototype.get=function(e){return console.log(".get() is deprecated. Access using array indexes instead."),this.readUInt8(e)},g.prototype.set=function(e,t){return console.log(".set() is deprecated. Access using array indexes instead."),this.writeUInt8(e,t)},g.prototype.readUInt8=function(e,t){if(t||(D(null!=e,"missing offset"),D(e<this.length,"Trying to read beyond buffer length")),!(e>=this.length))return this[e]},g.prototype.readUInt16LE=function(e,t){return l(this,e,!0,t)},g.prototype.readUInt16BE=function(e,t){return l(this,e,!1,t)},g.prototype.readUInt32LE=function(e,t){return d(this,e,!0,t)},g.prototype.readUInt32BE=function(e,t){return d(this,e,!1,t)},g.prototype.readInt8=function(e,t){if(t||(D(null!=e,"missing offset"),D(e<this.length,"Trying to read beyond buffer length")),!(e>=this.length))return 128&this[e]?-1*(255-this[e]+1):this[e]},g.prototype.readInt16LE=function(e,t){return h(this,e,!0,t)},g.prototype.readInt16BE=function(e,t){return h(this,e,!1,t)},g.prototype.readInt32LE=function(e,t){return p(this,e,!0,t)},g.prototype.readInt32BE=function(e,t){return p(this,e,!1,t)},g.prototype.readFloatLE=function(e,t){return b(this,e,!0,t)},g.prototype.readFloatBE=function(e,t){return b(this,e,!1,t)},g.prototype.readDoubleLE=function(e,t){return m(this,e,!0,t)},g.prototype.readDoubleBE=function(e,t){return m(this,e,!1,t)},g.prototype.writeUInt8=function(e,t,n){n||(D(null!=e,"missing value"),D(null!=t,"missing offset"),D(t<this.length,"trying to write beyond buffer length"),N(e,255)),t>=this.length||(this[t]=e)},g.prototype.writeUInt16LE=function(e,t,n){v(this,e,t,!0,n)},g.prototype.writeUInt16BE=function(e,t,n){v(this,e,t,!1,n)},g.prototype.writeUInt32LE=function(e,t,n){_(this,e,t,!0,n)},g.prototype.writeUInt32BE=function(e,t,n){_(this,e,t,!1,n)},g.prototype.writeInt8=function(e,t,n){n||(D(null!=e,"missing value"),D(null!=t,"missing offset"),D(t<this.length,"Trying to write beyond buffer length"),Y(e,127,-128)),t>=this.length||(0<=e?this.writeUInt8(e,t,n):this.writeUInt8(255+e+1,t,n))},g.prototype.writeInt16LE=function(e,t,n){E(this,e,t,!0,n)},g.prototype.writeInt16BE=function(e,t,n){E(this,e,t,!1,n)},g.prototype.writeInt32LE=function(e,t,n){I(this,e,t,!0,n)},g.prototype.writeInt32BE=function(e,t,n){I(this,e,t,!1,n)},g.prototype.writeFloatLE=function(e,t,n){A(this,e,t,!0,n)},g.prototype.writeFloatBE=function(e,t,n){A(this,e,t,!1,n)},g.prototype.writeDoubleLE=function(e,t,n){B(this,e,t,!0,n)},g.prototype.writeDoubleBE=function(e,t,n){B(this,e,t,!1,n)},g.prototype.fill=function(e,t,n){if(e=e||0,t=t||0,n=n||this.length,"string"==typeof e&&(e=e.charCodeAt(0)),D("number"==typeof e&&!isNaN(e),"value is not a number"),D(t<=n,"end < start"),n!==t&&0!==this.length){D(0<=t&&t<this.length,"start out of bounds"),D(0<=n&&n<=this.length,"end out of bounds");for(var r=t;r<n;r++)this[r]=e}},g.prototype.inspect=function(){for(var e=[],t=this.length,n=0;n<t;n++)if(e[n]=j(this[n]),n===H.INSPECT_MAX_BYTES){e[n+1]="...";break}return"<Buffer "+e.join(" ")+">"},g.prototype.toArrayBuffer=function(){if("undefined"==typeof Uint8Array)throw new Error("Buffer.toArrayBuffer not supported in this browser");if(g._useTypedArrays)return new g(this).buffer;for(var e=new Uint8Array(this.length),t=0,n=e.length;t<n;t+=1)e[t]=this[t];return e.buffer};var L=g.prototype;function U(e,t,n){return"number"!=typeof e?n:t<=(e=~~e)?t:0<=e||0<=(e+=t)?e:0}function x(e){return(e=~~Math.ceil(+e))<0?0:e}function S(e){return(Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)})(e)}function j(e){return e<16?"0"+e.toString(16):e.toString(16)}function C(e){for(var t=[],n=0;n<e.length;n++){var r=e.charCodeAt(n);if(r<=127)t.push(e.charCodeAt(n));else{var o=n;55296<=r&&r<=57343&&n++;for(var i=encodeURIComponent(e.slice(o,n+1)).substr(1).split("%"),u=0;u<i.length;u++)t.push(parseInt(i[u],16))}}return t}function k(e){return s.toByteArray(e)}function T(e,t,n,r){for(var o=0;o<r&&!(o+n>=t.length||o>=e.length);o++)t[o+n]=e[o];return o}function M(e){try{return decodeURIComponent(e)}catch(e){return String.fromCharCode(65533)}}function N(e,t){D("number"==typeof e,"cannot write a non-number as a number"),D(0<=e,"specified a negative value for writing an unsigned value"),D(e<=t,"value is larger than maximum value for type"),D(Math.floor(e)===e,"value has a fractional component")}function Y(e,t,n){D("number"==typeof e,"cannot write a non-number as a number"),D(e<=t,"value larger than maximum allowed value"),D(n<=e,"value smaller than minimum allowed value"),D(Math.floor(e)===e,"value has a fractional component")}function F(e,t,n){D("number"==typeof e,"cannot write a non-number as a number"),D(e<=t,"value larger than maximum allowed value"),D(n<=e,"value smaller than minimum allowed value")}function D(e,t){if(!e)throw new Error(t||"Failed assertion")}g._augment=function(e){return e._isBuffer=!0,e._get=e.get,e._set=e.set,e.get=L.get,e.set=L.set,e.write=L.write,e.toString=L.toString,e.toLocaleString=L.toString,e.toJSON=L.toJSON,e.copy=L.copy,e.slice=L.slice,e.readUInt8=L.readUInt8,e.readUInt16LE=L.readUInt16LE,e.readUInt16BE=L.readUInt16BE,e.readUInt32LE=L.readUInt32LE,e.readUInt32BE=L.readUInt32BE,e.readInt8=L.readInt8,e.readInt16LE=L.readInt16LE,e.readInt16BE=L.readInt16BE,e.readInt32LE=L.readInt32LE,e.readInt32BE=L.readInt32BE,e.readFloatLE=L.readFloatLE,e.readFloatBE=L.readFloatBE,e.readDoubleLE=L.readDoubleLE,e.readDoubleBE=L.readDoubleBE,e.writeUInt8=L.writeUInt8,e.writeUInt16LE=L.writeUInt16LE,e.writeUInt16BE=L.writeUInt16BE,e.writeUInt32LE=L.writeUInt32LE,e.writeUInt32BE=L.writeUInt32BE,e.writeInt8=L.writeInt8,e.writeInt16LE=L.writeInt16LE,e.writeInt16BE=L.writeInt16BE,e.writeInt32LE=L.writeInt32LE,e.writeInt32BE=L.writeInt32BE,e.writeFloatLE=L.writeFloatLE,e.writeFloatBE=L.writeFloatBE,e.writeDoubleLE=L.writeDoubleLE,e.writeDoubleBE=L.writeDoubleBE,e.fill=L.fill,e.inspect=L.inspect,e.toArrayBuffer=L.toArrayBuffer,e}}).call(this,O("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},O("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/buffer/index.js","/node_modules/gulp-browserify/node_modules/buffer")},{"base64-js":2,buffer:3,ieee754:11,lYpoI2:10}],4:[function(l,d,e){(function(e,t,u,n,r,o,i,a,s){var u=l("buffer").Buffer,f=4,c=new u(f);c.fill(0);d.exports={hash:function(e,t,n,r){return u.isBuffer(e)||(e=new u(e)),function(e,t,n){for(var r=new u(t),o=n?r.writeInt32BE:r.writeInt32LE,i=0;i<e.length;i++)o.call(r,e[i],4*i,!0);return r}(t(function(e,t){var n;e.length%f!=0&&(n=e.length+(f-e.length%f),e=u.concat([e,c],n));for(var r=[],o=t?e.readInt32BE:e.readInt32LE,i=0;i<e.length;i+=f)r.push(o.call(e,i));return r}(e,r),8*e.length),n,r)}}}).call(this,l("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},l("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/helpers.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{buffer:3,lYpoI2:10}],5:[function(w,e,b){(function(e,t,a,n,r,o,i,u,s){var a=w("buffer").Buffer,f=w("./sha"),c=w("./sha256"),l=w("./rng"),d={sha1:f,sha256:c,md5:w("./md5")},h=64,p=new a(h);function g(e,r){var o=d[e=e||"sha1"],i=[];return o||y("algorithm:",e,"is not yet supported"),{update:function(e){return a.isBuffer(e)||(e=new a(e)),i.push(e),e.length,this},digest:function(e){var t=a.concat(i),n=r?function(e,t,n){a.isBuffer(t)||(t=new a(t)),a.isBuffer(n)||(n=new a(n)),t.length>h?t=e(t):t.length<h&&(t=a.concat([t,p],h));for(var r=new a(h),o=new a(h),i=0;i<h;i++)r[i]=54^t[i],o[i]=92^t[i];var u=e(a.concat([r,n]));return e(a.concat([o,u]))}(o,r,t):o(t);return i=null,e?n.toString(e):n}}}function y(){var e=[].slice.call(arguments).join(" ");throw new Error([e,"we accept pull requests","http://github.com/dominictarr/crypto-browserify"].join("\n"))}p.fill(0),b.createHash=function(e){return g(e)},b.createHmac=g,b.randomBytes=function(e,t){if(!t||!t.call)return new a(l(e));try{t.call(this,void 0,new a(l(e)))}catch(e){t(e)}},function(e,t){for(var n in e)t(e[n],n)}(["createCredentials","createCipher","createCipheriv","createDecipher","createDecipheriv","createSign","createVerify","createDiffieHellman","pbkdf2"],function(e){b[e]=function(){y("sorry,",e,"is not implemented yet")}})}).call(this,w("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},w("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/index.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./md5":6,"./rng":7,"./sha":8,"./sha256":9,buffer:3,lYpoI2:10}],6:[function(w,b,e){(function(e,t,n,r,o,i,u,a,s){var f=w("./helpers");function c(e,t){e[t>>5]|=128<<t%32,e[14+(t+64>>>9<<4)]=t;for(var n=1732584193,r=-271733879,o=-1732584194,i=271733878,u=0;u<e.length;u+=16){var a=n,s=r,f=o,c=i,n=d(n,r,o,i,e[u+0],7,-680876936),i=d(i,n,r,o,e[u+1],12,-389564586),o=d(o,i,n,r,e[u+2],17,606105819),r=d(r,o,i,n,e[u+3],22,-1044525330);n=d(n,r,o,i,e[u+4],7,-176418897),i=d(i,n,r,o,e[u+5],12,1200080426),o=d(o,i,n,r,e[u+6],17,-1473231341),r=d(r,o,i,n,e[u+7],22,-45705983),n=d(n,r,o,i,e[u+8],7,1770035416),i=d(i,n,r,o,e[u+9],12,-1958414417),o=d(o,i,n,r,e[u+10],17,-42063),r=d(r,o,i,n,e[u+11],22,-1990404162),n=d(n,r,o,i,e[u+12],7,1804603682),i=d(i,n,r,o,e[u+13],12,-40341101),o=d(o,i,n,r,e[u+14],17,-1502002290),n=h(n,r=d(r,o,i,n,e[u+15],22,1236535329),o,i,e[u+1],5,-165796510),i=h(i,n,r,o,e[u+6],9,-1069501632),o=h(o,i,n,r,e[u+11],14,643717713),r=h(r,o,i,n,e[u+0],20,-373897302),n=h(n,r,o,i,e[u+5],5,-701558691),i=h(i,n,r,o,e[u+10],9,38016083),o=h(o,i,n,r,e[u+15],14,-660478335),r=h(r,o,i,n,e[u+4],20,-405537848),n=h(n,r,o,i,e[u+9],5,568446438),i=h(i,n,r,o,e[u+14],9,-1019803690),o=h(o,i,n,r,e[u+3],14,-187363961),r=h(r,o,i,n,e[u+8],20,1163531501),n=h(n,r,o,i,e[u+13],5,-1444681467),i=h(i,n,r,o,e[u+2],9,-51403784),o=h(o,i,n,r,e[u+7],14,1735328473),n=p(n,r=h(r,o,i,n,e[u+12],20,-1926607734),o,i,e[u+5],4,-378558),i=p(i,n,r,o,e[u+8],11,-2022574463),o=p(o,i,n,r,e[u+11],16,1839030562),r=p(r,o,i,n,e[u+14],23,-35309556),n=p(n,r,o,i,e[u+1],4,-1530992060),i=p(i,n,r,o,e[u+4],11,1272893353),o=p(o,i,n,r,e[u+7],16,-155497632),r=p(r,o,i,n,e[u+10],23,-1094730640),n=p(n,r,o,i,e[u+13],4,681279174),i=p(i,n,r,o,e[u+0],11,-358537222),o=p(o,i,n,r,e[u+3],16,-722521979),r=p(r,o,i,n,e[u+6],23,76029189),n=p(n,r,o,i,e[u+9],4,-640364487),i=p(i,n,r,o,e[u+12],11,-421815835),o=p(o,i,n,r,e[u+15],16,530742520),n=g(n,r=p(r,o,i,n,e[u+2],23,-995338651),o,i,e[u+0],6,-198630844),i=g(i,n,r,o,e[u+7],10,1126891415),o=g(o,i,n,r,e[u+14],15,-1416354905),r=g(r,o,i,n,e[u+5],21,-57434055),n=g(n,r,o,i,e[u+12],6,1700485571),i=g(i,n,r,o,e[u+3],10,-1894986606),o=g(o,i,n,r,e[u+10],15,-1051523),r=g(r,o,i,n,e[u+1],21,-2054922799),n=g(n,r,o,i,e[u+8],6,1873313359),i=g(i,n,r,o,e[u+15],10,-30611744),o=g(o,i,n,r,e[u+6],15,-1560198380),r=g(r,o,i,n,e[u+13],21,1309151649),n=g(n,r,o,i,e[u+4],6,-145523070),i=g(i,n,r,o,e[u+11],10,-1120210379),o=g(o,i,n,r,e[u+2],15,718787259),r=g(r,o,i,n,e[u+9],21,-343485551),n=y(n,a),r=y(r,s),o=y(o,f),i=y(i,c)}return Array(n,r,o,i)}function l(e,t,n,r,o,i){return y((u=y(y(t,e),y(r,i)))<<(a=o)|u>>>32-a,n);var u,a}function d(e,t,n,r,o,i,u){return l(t&n|~t&r,e,t,o,i,u)}function h(e,t,n,r,o,i,u){return l(t&r|n&~r,e,t,o,i,u)}function p(e,t,n,r,o,i,u){return l(t^n^r,e,t,o,i,u)}function g(e,t,n,r,o,i,u){return l(n^(t|~r),e,t,o,i,u)}function y(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}b.exports=function(e){return f.hash(e,c,16)}}).call(this,w("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},w("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/md5.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:10}],7:[function(e,l,t){(function(e,t,n,r,o,i,u,a,s){var f,c;c=function(e){for(var t,n=new Array(e),r=0;r<e;r++)0==(3&r)&&(t=4294967296*Math.random()),n[r]=t>>>((3&r)<<3)&255;return n},l.exports=f||c}).call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/rng.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{buffer:3,lYpoI2:10}],8:[function(l,d,e){(function(e,t,n,r,o,i,u,a,s){var f=l("./helpers");function c(e,t){e[t>>5]|=128<<24-t%32,e[15+(t+64>>9<<4)]=t;for(var n,r,o,i,u,a=Array(80),s=1732584193,f=-271733879,c=-1732584194,l=271733878,d=-1009589776,h=0;h<e.length;h+=16){for(var p=s,g=f,y=c,w=l,b=d,m=0;m<80;m++){a[m]=m<16?e[h+m]:E(a[m-3]^a[m-8]^a[m-14]^a[m-16],1);var v=_(_(E(s,5),(o=f,i=c,u=l,(r=m)<20?o&i|~o&u:!(r<40)&&r<60?o&i|o&u|i&u:o^i^u)),_(_(d,a[m]),(n=m)<20?1518500249:n<40?1859775393:n<60?-1894007588:-899497514)),d=l,l=c,c=E(f,30),f=s,s=v}s=_(s,p),f=_(f,g),c=_(c,y),l=_(l,w),d=_(d,b)}return Array(s,f,c,l,d)}function _(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function E(e,t){return e<<t|e>>>32-t}d.exports=function(e){return f.hash(e,c,20,!0)}}).call(this,l("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},l("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/sha.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:10}],9:[function(l,d,e){(function(e,t,n,r,o,i,u,a,s){function B(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function L(e,t){return e>>>t|e<<32-t}function f(e,t){var n,r,o,i,u,a,s,f,c,l,d=new Array(1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298),h=new Array(1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225),p=new Array(64);e[t>>5]|=128<<24-t%32,e[15+(t+64>>9<<4)]=t;for(var g,y,w,b,m,v,_,E,I=0;I<e.length;I+=16){n=h[0],r=h[1],o=h[2],i=h[3],u=h[4],a=h[5],s=h[6],f=h[7];for(var A=0;A<64;A++)p[A]=A<16?e[A+I]:B(B(B((E=p[A-2],L(E,17)^L(E,19)^E>>>10),p[A-7]),(_=p[A-15],L(_,7)^L(_,18)^_>>>3)),p[A-16]),c=B(B(B(B(f,L(v=u,6)^L(v,11)^L(v,25)),(m=u)&a^~m&s),d[A]),p[A]),l=B(L(b=n,2)^L(b,13)^L(b,22),(g=n)&(y=r)^g&(w=o)^y&w),f=s,s=a,a=u,u=B(i,c),i=o,o=r,r=n,n=B(c,l);h[0]=B(n,h[0]),h[1]=B(r,h[1]),h[2]=B(o,h[2]),h[3]=B(i,h[3]),h[4]=B(u,h[4]),h[5]=B(a,h[5]),h[6]=B(s,h[6]),h[7]=B(f,h[7])}return h}var c=l("./helpers");d.exports=function(e){return c.hash(e,f,32,!0)}}).call(this,l("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},l("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/sha256.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:10}],10:[function(e,c,t){(function(e,t,n,r,o,i,u,a,s){function f(){}(e=c.exports={}).nextTick=function(){var e="undefined"!=typeof window&&window.setImmediate,t="undefined"!=typeof window&&window.postMessage&&window.addEventListener;if(e)return function(e){return window.setImmediate(e)};if(t){var n=[];return window.addEventListener("message",function(e){var t=e.source;t!==window&&null!==t||"process-tick"!==e.data||(e.stopPropagation(),0<n.length&&n.shift()())},!0),function(e){n.push(e),window.postMessage("process-tick","*")}}return function(e){setTimeout(e,0)}}(),e.title="browser",e.browser=!0,e.env={},e.argv=[],e.on=f,e.addListener=f,e.once=f,e.off=f,e.removeListener=f,e.removeAllListeners=f,e.emit=f,e.binding=function(e){throw new Error("process.binding is not supported")},e.cwd=function(){return"/"},e.chdir=function(e){throw new Error("process.chdir is not supported")}}).call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/process/browser.js","/node_modules/gulp-browserify/node_modules/process")},{buffer:3,lYpoI2:10}],11:[function(e,t,f){(function(e,t,n,r,o,i,u,a,s){f.read=function(e,t,n,r,o){var i,u,a=8*o-r-1,s=(1<<a)-1,f=s>>1,c=-7,l=n?o-1:0,d=n?-1:1,h=e[t+l];for(l+=d,i=h&(1<<-c)-1,h>>=-c,c+=a;0<c;i=256*i+e[t+l],l+=d,c-=8);for(u=i&(1<<-c)-1,i>>=-c,c+=r;0<c;u=256*u+e[t+l],l+=d,c-=8);if(0===i)i=1-f;else{if(i===s)return u?NaN:1/0*(h?-1:1);u+=Math.pow(2,r),i-=f}return(h?-1:1)*u*Math.pow(2,i-r)},f.write=function(e,t,n,r,o,i){var u,a,s,f=8*i-o-1,c=(1<<f)-1,l=c>>1,d=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,h=r?0:i-1,p=r?1:-1,g=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(a=isNaN(t)?1:0,u=c):(u=Math.floor(Math.log(t)/Math.LN2),t*(s=Math.pow(2,-u))<1&&(u--,s*=2),2<=(t+=1<=u+l?d/s:d*Math.pow(2,1-l))*s&&(u++,s/=2),c<=u+l?(a=0,u=c):1<=u+l?(a=(t*s-1)*Math.pow(2,o),u+=l):(a=t*Math.pow(2,l-1)*Math.pow(2,o),u=0));8<=o;e[n+h]=255&a,h+=p,a/=256,o-=8);for(u=u<<o|a,f+=o;0<f;e[n+h]=255&u,h+=p,u/=256,f-=8);e[n+h-p]|=128*g}}).call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/ieee754/index.js","/node_modules/ieee754")},{buffer:3,lYpoI2:10}]},{},[1])(1)});
6547
6702
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
6548
- },{}],117:[function(require,module,exports){
6703
+ },{}],118:[function(require,module,exports){
6549
6704
  const Util = require("../../util/util");
6550
6705
  const ElementController = require("../controllers/element-controller");
6706
+ const { messenger } = require("@plattar/context-messenger");
6551
6707
 
6552
6708
  class BaseElement extends HTMLElement {
6553
6709
  constructor() {
@@ -6568,16 +6724,20 @@ class BaseElement extends HTMLElement {
6568
6724
  throw new Error("set BaseElement.onready - cannot use as element not connected");
6569
6725
  }
6570
6726
 
6727
+ get messengerInstance() {
6728
+ return messenger;
6729
+ }
6730
+
6571
6731
  get messenger() {
6572
6732
  return this._controller ? this._controller.messenger : undefined;
6573
6733
  }
6574
6734
 
6575
6735
  get context() {
6576
- return this._controller ? this._controller.context : undefined;
6736
+ return this.messengerInstance.self;
6577
6737
  }
6578
6738
 
6579
6739
  get parent() {
6580
- return this._controller ? this._controller.parent : undefined;
6740
+ return this.messengerInstance.parent;
6581
6741
  }
6582
6742
 
6583
6743
  get element() {
@@ -6627,6 +6787,24 @@ class BaseElement extends HTMLElement {
6627
6787
  return false;
6628
6788
  }
6629
6789
 
6790
+ usesOptionalAttribute(key) {
6791
+ const attr = this.optionalAttributes;
6792
+
6793
+ const length = attr.length;
6794
+
6795
+ for (let i = 0; i < length; i++) {
6796
+ if (attr[i].key === key) {
6797
+ return true;
6798
+ }
6799
+ }
6800
+
6801
+ return false;
6802
+ }
6803
+
6804
+ usesAttribute(key) {
6805
+ return this.usesCoreAttribute(key) || this.usesOptionalAttribute(key);
6806
+ }
6807
+
6630
6808
  get optionalAttributes() {
6631
6809
  return [];
6632
6810
  }
@@ -6691,7 +6869,7 @@ class BaseElement extends HTMLElement {
6691
6869
  }
6692
6870
 
6693
6871
  module.exports = BaseElement;
6694
- },{"../../util/util":130,"../controllers/element-controller":119}],118:[function(require,module,exports){
6872
+ },{"../../util/util":131,"../controllers/element-controller":120,"@plattar/context-messenger":21}],119:[function(require,module,exports){
6695
6873
  const BaseElement = require("./base/base-element.js");
6696
6874
 
6697
6875
  class ConfiguratorElement extends BaseElement {
@@ -6729,7 +6907,7 @@ class ConfiguratorElement extends BaseElement {
6729
6907
  }
6730
6908
 
6731
6909
  module.exports = ConfiguratorElement;
6732
- },{"./base/base-element.js":117}],119:[function(require,module,exports){
6910
+ },{"./base/base-element.js":118}],120:[function(require,module,exports){
6733
6911
  const Util = require("../../util/util.js");
6734
6912
  const { messenger } = require("@plattar/context-messenger");
6735
6913
  const IFrameController = require("./iframe-controller.js");
@@ -6741,7 +6919,7 @@ class ElementController {
6741
6919
  // observe the changes in scene-id
6742
6920
  const callback = (mutationsList) => {
6743
6921
  for (const mutation of mutationsList) {
6744
- if (mutation.type === 'attributes' && element.usesCoreAttribute(mutation.attributeName)) {
6922
+ if (mutation.type === 'attributes' && element.usesAttribute(mutation.attributeName)) {
6745
6923
  if (element.hasAllCoreAttributes) {
6746
6924
  this._load();
6747
6925
  }
@@ -6826,7 +7004,7 @@ class ElementController {
6826
7004
  }
6827
7005
 
6828
7006
  module.exports = ElementController;
6829
- },{"../../util/util.js":130,"./iframe-controller.js":120,"@plattar/context-messenger":21}],120:[function(require,module,exports){
7007
+ },{"../../util/util.js":131,"./iframe-controller.js":121,"@plattar/context-messenger":21}],121:[function(require,module,exports){
6830
7008
  const Util = require("../../util/util.js");
6831
7009
 
6832
7010
  class IFrameController {
@@ -6928,7 +7106,7 @@ class IFrameController {
6928
7106
  }
6929
7107
 
6930
7108
  module.exports = IFrameController;
6931
- },{"../../util/util.js":130}],121:[function(require,module,exports){
7109
+ },{"../../util/util.js":131}],122:[function(require,module,exports){
6932
7110
  const BaseElement = require("./base/base-element.js");
6933
7111
 
6934
7112
  class EditorElement extends BaseElement {
@@ -6946,7 +7124,7 @@ class EditorElement extends BaseElement {
6946
7124
  }
6947
7125
 
6948
7126
  module.exports = EditorElement;
6949
- },{"./base/base-element.js":117}],122:[function(require,module,exports){
7127
+ },{"./base/base-element.js":118}],123:[function(require,module,exports){
6950
7128
  const BaseElement = require("./base/base-element.js");
6951
7129
 
6952
7130
  class EWallElement extends BaseElement {
@@ -6983,7 +7161,7 @@ class EWallElement extends BaseElement {
6983
7161
  }
6984
7162
 
6985
7163
  module.exports = EWallElement;
6986
- },{"./base/base-element.js":117}],123:[function(require,module,exports){
7164
+ },{"./base/base-element.js":118}],124:[function(require,module,exports){
6987
7165
  const BaseElement = require("./base/base-element.js");
6988
7166
 
6989
7167
  class FaceARElement extends BaseElement {
@@ -7020,7 +7198,7 @@ class FaceARElement extends BaseElement {
7020
7198
  }
7021
7199
 
7022
7200
  module.exports = FaceARElement;
7023
- },{"./base/base-element.js":117}],124:[function(require,module,exports){
7201
+ },{"./base/base-element.js":118}],125:[function(require,module,exports){
7024
7202
  const BaseElement = require("./base/base-element.js");
7025
7203
 
7026
7204
  class ModelElement extends BaseElement {
@@ -7037,22 +7215,25 @@ class ModelElement extends BaseElement {
7037
7215
  }
7038
7216
 
7039
7217
  get coreAttributes() {
7040
- return [{
7041
- key: "model-id",
7042
- map: "model_id"
7043
- }];
7218
+ return [];
7044
7219
  }
7045
7220
 
7046
7221
  get optionalAttributes() {
7047
7222
  return [{
7048
7223
  key: "mode",
7049
7224
  map: "mode"
7225
+ }, {
7226
+ key: "capture-id",
7227
+ map: "capture_id"
7228
+ }, {
7229
+ key: "model-id",
7230
+ map: "model_id"
7050
7231
  }];
7051
7232
  }
7052
7233
  }
7053
7234
 
7054
7235
  module.exports = ModelElement;
7055
- },{"./base/base-element.js":117}],125:[function(require,module,exports){
7236
+ },{"./base/base-element.js":118}],126:[function(require,module,exports){
7056
7237
  const BaseElement = require("./base/base-element.js");
7057
7238
 
7058
7239
  class ProductElement extends BaseElement {
@@ -7090,7 +7271,7 @@ class ProductElement extends BaseElement {
7090
7271
  }
7091
7272
 
7092
7273
  module.exports = ProductElement;
7093
- },{"./base/base-element.js":117}],126:[function(require,module,exports){
7274
+ },{"./base/base-element.js":118}],127:[function(require,module,exports){
7094
7275
  const BaseElement = require("./base/base-element.js");
7095
7276
 
7096
7277
  class StudioElement extends BaseElement {
@@ -7108,7 +7289,7 @@ class StudioElement extends BaseElement {
7108
7289
  }
7109
7290
 
7110
7291
  module.exports = StudioElement;
7111
- },{"./base/base-element.js":117}],127:[function(require,module,exports){
7292
+ },{"./base/base-element.js":118}],128:[function(require,module,exports){
7112
7293
  const BaseElement = require("./base/base-element.js");
7113
7294
 
7114
7295
  class ViewerElement extends BaseElement {
@@ -7142,7 +7323,7 @@ class ViewerElement extends BaseElement {
7142
7323
  }
7143
7324
 
7144
7325
  module.exports = ViewerElement;
7145
- },{"./base/base-element.js":117}],128:[function(require,module,exports){
7326
+ },{"./base/base-element.js":118}],129:[function(require,module,exports){
7146
7327
  const BaseElement = require("./base/base-element.js");
7147
7328
 
7148
7329
  class WebXRElement extends BaseElement {
@@ -7160,7 +7341,7 @@ class WebXRElement extends BaseElement {
7160
7341
  }
7161
7342
 
7162
7343
  module.exports = WebXRElement;
7163
- },{"./base/base-element.js":117}],129:[function(require,module,exports){
7344
+ },{"./base/base-element.js":118}],130:[function(require,module,exports){
7164
7345
  "use strict";
7165
7346
  const WebXRElement = require("./elements/webxr-element.js");
7166
7347
  const ViewerElement = require("./elements/viewer-element.js");
@@ -7214,7 +7395,7 @@ console.log("using @plattar/plattar-web v" + Version);
7214
7395
  module.exports = {
7215
7396
  version: Version
7216
7397
  };
7217
- },{"./elements/configurator-element.js":118,"./elements/editor-element.js":121,"./elements/ewall-element.js":122,"./elements/facear-element.js":123,"./elements/model-element.js":124,"./elements/product-element.js":125,"./elements/studio-element.js":126,"./elements/viewer-element.js":127,"./elements/webxr-element.js":128,"./version":131}],130:[function(require,module,exports){
7398
+ },{"./elements/configurator-element.js":119,"./elements/editor-element.js":122,"./elements/ewall-element.js":123,"./elements/facear-element.js":124,"./elements/model-element.js":125,"./elements/product-element.js":126,"./elements/studio-element.js":127,"./elements/viewer-element.js":128,"./elements/webxr-element.js":129,"./version":132}],131:[function(require,module,exports){
7218
7399
  class Util {
7219
7400
  static getServerLocation(server) {
7220
7401
  switch (server) {
@@ -7271,2030 +7452,10 @@ class Util {
7271
7452
  }
7272
7453
 
7273
7454
  module.exports = Util;
7274
- },{}],131:[function(require,module,exports){
7275
- module.exports = "1.135.2";
7276
-
7277
7455
  },{}],132:[function(require,module,exports){
7278
- 'use strict'
7279
-
7280
- exports.byteLength = byteLength
7281
- exports.toByteArray = toByteArray
7282
- exports.fromByteArray = fromByteArray
7283
-
7284
- var lookup = []
7285
- var revLookup = []
7286
- var Arr = typeof Uint8Array !== 'undefined' ? Uint8Array : Array
7287
-
7288
- var code = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'
7289
- for (var i = 0, len = code.length; i < len; ++i) {
7290
- lookup[i] = code[i]
7291
- revLookup[code.charCodeAt(i)] = i
7292
- }
7293
-
7294
- // Support decoding URL-safe base64 strings, as Node.js does.
7295
- // See: https://en.wikipedia.org/wiki/Base64#URL_applications
7296
- revLookup['-'.charCodeAt(0)] = 62
7297
- revLookup['_'.charCodeAt(0)] = 63
7298
-
7299
- function getLens (b64) {
7300
- var len = b64.length
7301
-
7302
- if (len % 4 > 0) {
7303
- throw new Error('Invalid string. Length must be a multiple of 4')
7304
- }
7305
-
7306
- // Trim off extra bytes after placeholder bytes are found
7307
- // See: https://github.com/beatgammit/base64-js/issues/42
7308
- var validLen = b64.indexOf('=')
7309
- if (validLen === -1) validLen = len
7310
-
7311
- var placeHoldersLen = validLen === len
7312
- ? 0
7313
- : 4 - (validLen % 4)
7314
-
7315
- return [validLen, placeHoldersLen]
7316
- }
7317
-
7318
- // base64 is 4/3 + up to two characters of the original data
7319
- function byteLength (b64) {
7320
- var lens = getLens(b64)
7321
- var validLen = lens[0]
7322
- var placeHoldersLen = lens[1]
7323
- return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen
7324
- }
7325
-
7326
- function _byteLength (b64, validLen, placeHoldersLen) {
7327
- return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen
7328
- }
7329
-
7330
- function toByteArray (b64) {
7331
- var tmp
7332
- var lens = getLens(b64)
7333
- var validLen = lens[0]
7334
- var placeHoldersLen = lens[1]
7335
-
7336
- var arr = new Arr(_byteLength(b64, validLen, placeHoldersLen))
7337
-
7338
- var curByte = 0
7339
-
7340
- // if there are placeholders, only get up to the last complete 4 chars
7341
- var len = placeHoldersLen > 0
7342
- ? validLen - 4
7343
- : validLen
7344
-
7345
- var i
7346
- for (i = 0; i < len; i += 4) {
7347
- tmp =
7348
- (revLookup[b64.charCodeAt(i)] << 18) |
7349
- (revLookup[b64.charCodeAt(i + 1)] << 12) |
7350
- (revLookup[b64.charCodeAt(i + 2)] << 6) |
7351
- revLookup[b64.charCodeAt(i + 3)]
7352
- arr[curByte++] = (tmp >> 16) & 0xFF
7353
- arr[curByte++] = (tmp >> 8) & 0xFF
7354
- arr[curByte++] = tmp & 0xFF
7355
- }
7356
-
7357
- if (placeHoldersLen === 2) {
7358
- tmp =
7359
- (revLookup[b64.charCodeAt(i)] << 2) |
7360
- (revLookup[b64.charCodeAt(i + 1)] >> 4)
7361
- arr[curByte++] = tmp & 0xFF
7362
- }
7363
-
7364
- if (placeHoldersLen === 1) {
7365
- tmp =
7366
- (revLookup[b64.charCodeAt(i)] << 10) |
7367
- (revLookup[b64.charCodeAt(i + 1)] << 4) |
7368
- (revLookup[b64.charCodeAt(i + 2)] >> 2)
7369
- arr[curByte++] = (tmp >> 8) & 0xFF
7370
- arr[curByte++] = tmp & 0xFF
7371
- }
7372
-
7373
- return arr
7374
- }
7375
-
7376
- function tripletToBase64 (num) {
7377
- return lookup[num >> 18 & 0x3F] +
7378
- lookup[num >> 12 & 0x3F] +
7379
- lookup[num >> 6 & 0x3F] +
7380
- lookup[num & 0x3F]
7381
- }
7382
-
7383
- function encodeChunk (uint8, start, end) {
7384
- var tmp
7385
- var output = []
7386
- for (var i = start; i < end; i += 3) {
7387
- tmp =
7388
- ((uint8[i] << 16) & 0xFF0000) +
7389
- ((uint8[i + 1] << 8) & 0xFF00) +
7390
- (uint8[i + 2] & 0xFF)
7391
- output.push(tripletToBase64(tmp))
7392
- }
7393
- return output.join('')
7394
- }
7395
-
7396
- function fromByteArray (uint8) {
7397
- var tmp
7398
- var len = uint8.length
7399
- var extraBytes = len % 3 // if we have 1 byte left, pad 2 bytes
7400
- var parts = []
7401
- var maxChunkLength = 16383 // must be multiple of 3
7402
-
7403
- // go through the array every three bytes, we'll deal with trailing stuff later
7404
- for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) {
7405
- parts.push(encodeChunk(uint8, i, (i + maxChunkLength) > len2 ? len2 : (i + maxChunkLength)))
7406
- }
7407
-
7408
- // pad the end with zeros, but make sure to not forget the extra bytes
7409
- if (extraBytes === 1) {
7410
- tmp = uint8[len - 1]
7411
- parts.push(
7412
- lookup[tmp >> 2] +
7413
- lookup[(tmp << 4) & 0x3F] +
7414
- '=='
7415
- )
7416
- } else if (extraBytes === 2) {
7417
- tmp = (uint8[len - 2] << 8) + uint8[len - 1]
7418
- parts.push(
7419
- lookup[tmp >> 10] +
7420
- lookup[(tmp >> 4) & 0x3F] +
7421
- lookup[(tmp << 2) & 0x3F] +
7422
- '='
7423
- )
7424
- }
7425
-
7426
- return parts.join('')
7427
- }
7456
+ module.exports = "1.154.2";
7428
7457
 
7429
7458
  },{}],133:[function(require,module,exports){
7430
- (function (Buffer){(function (){
7431
- /*!
7432
- * The buffer module from node.js, for the browser.
7433
- *
7434
- * @author Feross Aboukhadijeh <https://feross.org>
7435
- * @license MIT
7436
- */
7437
- /* eslint-disable no-proto */
7438
-
7439
- 'use strict'
7440
-
7441
- var base64 = require('base64-js')
7442
- var ieee754 = require('ieee754')
7443
-
7444
- exports.Buffer = Buffer
7445
- exports.SlowBuffer = SlowBuffer
7446
- exports.INSPECT_MAX_BYTES = 50
7447
-
7448
- var K_MAX_LENGTH = 0x7fffffff
7449
- exports.kMaxLength = K_MAX_LENGTH
7450
-
7451
- /**
7452
- * If `Buffer.TYPED_ARRAY_SUPPORT`:
7453
- * === true Use Uint8Array implementation (fastest)
7454
- * === false Print warning and recommend using `buffer` v4.x which has an Object
7455
- * implementation (most compatible, even IE6)
7456
- *
7457
- * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+,
7458
- * Opera 11.6+, iOS 4.2+.
7459
- *
7460
- * We report that the browser does not support typed arrays if the are not subclassable
7461
- * using __proto__. Firefox 4-29 lacks support for adding new properties to `Uint8Array`
7462
- * (See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438). IE 10 lacks support
7463
- * for __proto__ and has a buggy typed array implementation.
7464
- */
7465
- Buffer.TYPED_ARRAY_SUPPORT = typedArraySupport()
7466
-
7467
- if (!Buffer.TYPED_ARRAY_SUPPORT && typeof console !== 'undefined' &&
7468
- typeof console.error === 'function') {
7469
- console.error(
7470
- 'This browser lacks typed array (Uint8Array) support which is required by ' +
7471
- '`buffer` v5.x. Use `buffer` v4.x if you require old browser support.'
7472
- )
7473
- }
7474
-
7475
- function typedArraySupport () {
7476
- // Can typed array instances can be augmented?
7477
- try {
7478
- var arr = new Uint8Array(1)
7479
- arr.__proto__ = { __proto__: Uint8Array.prototype, foo: function () { return 42 } }
7480
- return arr.foo() === 42
7481
- } catch (e) {
7482
- return false
7483
- }
7484
- }
7485
-
7486
- Object.defineProperty(Buffer.prototype, 'parent', {
7487
- enumerable: true,
7488
- get: function () {
7489
- if (!Buffer.isBuffer(this)) return undefined
7490
- return this.buffer
7491
- }
7492
- })
7493
-
7494
- Object.defineProperty(Buffer.prototype, 'offset', {
7495
- enumerable: true,
7496
- get: function () {
7497
- if (!Buffer.isBuffer(this)) return undefined
7498
- return this.byteOffset
7499
- }
7500
- })
7501
-
7502
- function createBuffer (length) {
7503
- if (length > K_MAX_LENGTH) {
7504
- throw new RangeError('The value "' + length + '" is invalid for option "size"')
7505
- }
7506
- // Return an augmented `Uint8Array` instance
7507
- var buf = new Uint8Array(length)
7508
- buf.__proto__ = Buffer.prototype
7509
- return buf
7510
- }
7511
-
7512
- /**
7513
- * The Buffer constructor returns instances of `Uint8Array` that have their
7514
- * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of
7515
- * `Uint8Array`, so the returned instances will have all the node `Buffer` methods
7516
- * and the `Uint8Array` methods. Square bracket notation works as expected -- it
7517
- * returns a single octet.
7518
- *
7519
- * The `Uint8Array` prototype remains unmodified.
7520
- */
7521
-
7522
- function Buffer (arg, encodingOrOffset, length) {
7523
- // Common case.
7524
- if (typeof arg === 'number') {
7525
- if (typeof encodingOrOffset === 'string') {
7526
- throw new TypeError(
7527
- 'The "string" argument must be of type string. Received type number'
7528
- )
7529
- }
7530
- return allocUnsafe(arg)
7531
- }
7532
- return from(arg, encodingOrOffset, length)
7533
- }
7534
-
7535
- // Fix subarray() in ES2016. See: https://github.com/feross/buffer/pull/97
7536
- if (typeof Symbol !== 'undefined' && Symbol.species != null &&
7537
- Buffer[Symbol.species] === Buffer) {
7538
- Object.defineProperty(Buffer, Symbol.species, {
7539
- value: null,
7540
- configurable: true,
7541
- enumerable: false,
7542
- writable: false
7543
- })
7544
- }
7545
-
7546
- Buffer.poolSize = 8192 // not used by this implementation
7547
-
7548
- function from (value, encodingOrOffset, length) {
7549
- if (typeof value === 'string') {
7550
- return fromString(value, encodingOrOffset)
7551
- }
7552
-
7553
- if (ArrayBuffer.isView(value)) {
7554
- return fromArrayLike(value)
7555
- }
7556
-
7557
- if (value == null) {
7558
- throw TypeError(
7559
- 'The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' +
7560
- 'or Array-like Object. Received type ' + (typeof value)
7561
- )
7562
- }
7563
-
7564
- if (isInstance(value, ArrayBuffer) ||
7565
- (value && isInstance(value.buffer, ArrayBuffer))) {
7566
- return fromArrayBuffer(value, encodingOrOffset, length)
7567
- }
7568
-
7569
- if (typeof value === 'number') {
7570
- throw new TypeError(
7571
- 'The "value" argument must not be of type number. Received type number'
7572
- )
7573
- }
7574
-
7575
- var valueOf = value.valueOf && value.valueOf()
7576
- if (valueOf != null && valueOf !== value) {
7577
- return Buffer.from(valueOf, encodingOrOffset, length)
7578
- }
7579
-
7580
- var b = fromObject(value)
7581
- if (b) return b
7582
-
7583
- if (typeof Symbol !== 'undefined' && Symbol.toPrimitive != null &&
7584
- typeof value[Symbol.toPrimitive] === 'function') {
7585
- return Buffer.from(
7586
- value[Symbol.toPrimitive]('string'), encodingOrOffset, length
7587
- )
7588
- }
7589
-
7590
- throw new TypeError(
7591
- 'The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' +
7592
- 'or Array-like Object. Received type ' + (typeof value)
7593
- )
7594
- }
7595
-
7596
- /**
7597
- * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError
7598
- * if value is a number.
7599
- * Buffer.from(str[, encoding])
7600
- * Buffer.from(array)
7601
- * Buffer.from(buffer)
7602
- * Buffer.from(arrayBuffer[, byteOffset[, length]])
7603
- **/
7604
- Buffer.from = function (value, encodingOrOffset, length) {
7605
- return from(value, encodingOrOffset, length)
7606
- }
7607
-
7608
- // Note: Change prototype *after* Buffer.from is defined to workaround Chrome bug:
7609
- // https://github.com/feross/buffer/pull/148
7610
- Buffer.prototype.__proto__ = Uint8Array.prototype
7611
- Buffer.__proto__ = Uint8Array
7612
-
7613
- function assertSize (size) {
7614
- if (typeof size !== 'number') {
7615
- throw new TypeError('"size" argument must be of type number')
7616
- } else if (size < 0) {
7617
- throw new RangeError('The value "' + size + '" is invalid for option "size"')
7618
- }
7619
- }
7620
-
7621
- function alloc (size, fill, encoding) {
7622
- assertSize(size)
7623
- if (size <= 0) {
7624
- return createBuffer(size)
7625
- }
7626
- if (fill !== undefined) {
7627
- // Only pay attention to encoding if it's a string. This
7628
- // prevents accidentally sending in a number that would
7629
- // be interpretted as a start offset.
7630
- return typeof encoding === 'string'
7631
- ? createBuffer(size).fill(fill, encoding)
7632
- : createBuffer(size).fill(fill)
7633
- }
7634
- return createBuffer(size)
7635
- }
7636
-
7637
- /**
7638
- * Creates a new filled Buffer instance.
7639
- * alloc(size[, fill[, encoding]])
7640
- **/
7641
- Buffer.alloc = function (size, fill, encoding) {
7642
- return alloc(size, fill, encoding)
7643
- }
7644
-
7645
- function allocUnsafe (size) {
7646
- assertSize(size)
7647
- return createBuffer(size < 0 ? 0 : checked(size) | 0)
7648
- }
7649
-
7650
- /**
7651
- * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance.
7652
- * */
7653
- Buffer.allocUnsafe = function (size) {
7654
- return allocUnsafe(size)
7655
- }
7656
- /**
7657
- * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance.
7658
- */
7659
- Buffer.allocUnsafeSlow = function (size) {
7660
- return allocUnsafe(size)
7661
- }
7662
-
7663
- function fromString (string, encoding) {
7664
- if (typeof encoding !== 'string' || encoding === '') {
7665
- encoding = 'utf8'
7666
- }
7667
-
7668
- if (!Buffer.isEncoding(encoding)) {
7669
- throw new TypeError('Unknown encoding: ' + encoding)
7670
- }
7671
-
7672
- var length = byteLength(string, encoding) | 0
7673
- var buf = createBuffer(length)
7674
-
7675
- var actual = buf.write(string, encoding)
7676
-
7677
- if (actual !== length) {
7678
- // Writing a hex string, for example, that contains invalid characters will
7679
- // cause everything after the first invalid character to be ignored. (e.g.
7680
- // 'abxxcd' will be treated as 'ab')
7681
- buf = buf.slice(0, actual)
7682
- }
7683
-
7684
- return buf
7685
- }
7686
-
7687
- function fromArrayLike (array) {
7688
- var length = array.length < 0 ? 0 : checked(array.length) | 0
7689
- var buf = createBuffer(length)
7690
- for (var i = 0; i < length; i += 1) {
7691
- buf[i] = array[i] & 255
7692
- }
7693
- return buf
7694
- }
7695
-
7696
- function fromArrayBuffer (array, byteOffset, length) {
7697
- if (byteOffset < 0 || array.byteLength < byteOffset) {
7698
- throw new RangeError('"offset" is outside of buffer bounds')
7699
- }
7700
-
7701
- if (array.byteLength < byteOffset + (length || 0)) {
7702
- throw new RangeError('"length" is outside of buffer bounds')
7703
- }
7704
-
7705
- var buf
7706
- if (byteOffset === undefined && length === undefined) {
7707
- buf = new Uint8Array(array)
7708
- } else if (length === undefined) {
7709
- buf = new Uint8Array(array, byteOffset)
7710
- } else {
7711
- buf = new Uint8Array(array, byteOffset, length)
7712
- }
7713
-
7714
- // Return an augmented `Uint8Array` instance
7715
- buf.__proto__ = Buffer.prototype
7716
- return buf
7717
- }
7718
-
7719
- function fromObject (obj) {
7720
- if (Buffer.isBuffer(obj)) {
7721
- var len = checked(obj.length) | 0
7722
- var buf = createBuffer(len)
7723
-
7724
- if (buf.length === 0) {
7725
- return buf
7726
- }
7727
-
7728
- obj.copy(buf, 0, 0, len)
7729
- return buf
7730
- }
7731
-
7732
- if (obj.length !== undefined) {
7733
- if (typeof obj.length !== 'number' || numberIsNaN(obj.length)) {
7734
- return createBuffer(0)
7735
- }
7736
- return fromArrayLike(obj)
7737
- }
7738
-
7739
- if (obj.type === 'Buffer' && Array.isArray(obj.data)) {
7740
- return fromArrayLike(obj.data)
7741
- }
7742
- }
7743
-
7744
- function checked (length) {
7745
- // Note: cannot use `length < K_MAX_LENGTH` here because that fails when
7746
- // length is NaN (which is otherwise coerced to zero.)
7747
- if (length >= K_MAX_LENGTH) {
7748
- throw new RangeError('Attempt to allocate Buffer larger than maximum ' +
7749
- 'size: 0x' + K_MAX_LENGTH.toString(16) + ' bytes')
7750
- }
7751
- return length | 0
7752
- }
7753
-
7754
- function SlowBuffer (length) {
7755
- if (+length != length) { // eslint-disable-line eqeqeq
7756
- length = 0
7757
- }
7758
- return Buffer.alloc(+length)
7759
- }
7760
-
7761
- Buffer.isBuffer = function isBuffer (b) {
7762
- return b != null && b._isBuffer === true &&
7763
- b !== Buffer.prototype // so Buffer.isBuffer(Buffer.prototype) will be false
7764
- }
7765
-
7766
- Buffer.compare = function compare (a, b) {
7767
- if (isInstance(a, Uint8Array)) a = Buffer.from(a, a.offset, a.byteLength)
7768
- if (isInstance(b, Uint8Array)) b = Buffer.from(b, b.offset, b.byteLength)
7769
- if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) {
7770
- throw new TypeError(
7771
- 'The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array'
7772
- )
7773
- }
7774
-
7775
- if (a === b) return 0
7776
-
7777
- var x = a.length
7778
- var y = b.length
7779
-
7780
- for (var i = 0, len = Math.min(x, y); i < len; ++i) {
7781
- if (a[i] !== b[i]) {
7782
- x = a[i]
7783
- y = b[i]
7784
- break
7785
- }
7786
- }
7787
-
7788
- if (x < y) return -1
7789
- if (y < x) return 1
7790
- return 0
7791
- }
7792
-
7793
- Buffer.isEncoding = function isEncoding (encoding) {
7794
- switch (String(encoding).toLowerCase()) {
7795
- case 'hex':
7796
- case 'utf8':
7797
- case 'utf-8':
7798
- case 'ascii':
7799
- case 'latin1':
7800
- case 'binary':
7801
- case 'base64':
7802
- case 'ucs2':
7803
- case 'ucs-2':
7804
- case 'utf16le':
7805
- case 'utf-16le':
7806
- return true
7807
- default:
7808
- return false
7809
- }
7810
- }
7811
-
7812
- Buffer.concat = function concat (list, length) {
7813
- if (!Array.isArray(list)) {
7814
- throw new TypeError('"list" argument must be an Array of Buffers')
7815
- }
7816
-
7817
- if (list.length === 0) {
7818
- return Buffer.alloc(0)
7819
- }
7820
-
7821
- var i
7822
- if (length === undefined) {
7823
- length = 0
7824
- for (i = 0; i < list.length; ++i) {
7825
- length += list[i].length
7826
- }
7827
- }
7828
-
7829
- var buffer = Buffer.allocUnsafe(length)
7830
- var pos = 0
7831
- for (i = 0; i < list.length; ++i) {
7832
- var buf = list[i]
7833
- if (isInstance(buf, Uint8Array)) {
7834
- buf = Buffer.from(buf)
7835
- }
7836
- if (!Buffer.isBuffer(buf)) {
7837
- throw new TypeError('"list" argument must be an Array of Buffers')
7838
- }
7839
- buf.copy(buffer, pos)
7840
- pos += buf.length
7841
- }
7842
- return buffer
7843
- }
7844
-
7845
- function byteLength (string, encoding) {
7846
- if (Buffer.isBuffer(string)) {
7847
- return string.length
7848
- }
7849
- if (ArrayBuffer.isView(string) || isInstance(string, ArrayBuffer)) {
7850
- return string.byteLength
7851
- }
7852
- if (typeof string !== 'string') {
7853
- throw new TypeError(
7854
- 'The "string" argument must be one of type string, Buffer, or ArrayBuffer. ' +
7855
- 'Received type ' + typeof string
7856
- )
7857
- }
7858
-
7859
- var len = string.length
7860
- var mustMatch = (arguments.length > 2 && arguments[2] === true)
7861
- if (!mustMatch && len === 0) return 0
7862
-
7863
- // Use a for loop to avoid recursion
7864
- var loweredCase = false
7865
- for (;;) {
7866
- switch (encoding) {
7867
- case 'ascii':
7868
- case 'latin1':
7869
- case 'binary':
7870
- return len
7871
- case 'utf8':
7872
- case 'utf-8':
7873
- return utf8ToBytes(string).length
7874
- case 'ucs2':
7875
- case 'ucs-2':
7876
- case 'utf16le':
7877
- case 'utf-16le':
7878
- return len * 2
7879
- case 'hex':
7880
- return len >>> 1
7881
- case 'base64':
7882
- return base64ToBytes(string).length
7883
- default:
7884
- if (loweredCase) {
7885
- return mustMatch ? -1 : utf8ToBytes(string).length // assume utf8
7886
- }
7887
- encoding = ('' + encoding).toLowerCase()
7888
- loweredCase = true
7889
- }
7890
- }
7891
- }
7892
- Buffer.byteLength = byteLength
7893
-
7894
- function slowToString (encoding, start, end) {
7895
- var loweredCase = false
7896
-
7897
- // No need to verify that "this.length <= MAX_UINT32" since it's a read-only
7898
- // property of a typed array.
7899
-
7900
- // This behaves neither like String nor Uint8Array in that we set start/end
7901
- // to their upper/lower bounds if the value passed is out of range.
7902
- // undefined is handled specially as per ECMA-262 6th Edition,
7903
- // Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization.
7904
- if (start === undefined || start < 0) {
7905
- start = 0
7906
- }
7907
- // Return early if start > this.length. Done here to prevent potential uint32
7908
- // coercion fail below.
7909
- if (start > this.length) {
7910
- return ''
7911
- }
7912
-
7913
- if (end === undefined || end > this.length) {
7914
- end = this.length
7915
- }
7916
-
7917
- if (end <= 0) {
7918
- return ''
7919
- }
7920
-
7921
- // Force coersion to uint32. This will also coerce falsey/NaN values to 0.
7922
- end >>>= 0
7923
- start >>>= 0
7924
-
7925
- if (end <= start) {
7926
- return ''
7927
- }
7928
-
7929
- if (!encoding) encoding = 'utf8'
7930
-
7931
- while (true) {
7932
- switch (encoding) {
7933
- case 'hex':
7934
- return hexSlice(this, start, end)
7935
-
7936
- case 'utf8':
7937
- case 'utf-8':
7938
- return utf8Slice(this, start, end)
7939
-
7940
- case 'ascii':
7941
- return asciiSlice(this, start, end)
7942
-
7943
- case 'latin1':
7944
- case 'binary':
7945
- return latin1Slice(this, start, end)
7946
-
7947
- case 'base64':
7948
- return base64Slice(this, start, end)
7949
-
7950
- case 'ucs2':
7951
- case 'ucs-2':
7952
- case 'utf16le':
7953
- case 'utf-16le':
7954
- return utf16leSlice(this, start, end)
7955
-
7956
- default:
7957
- if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)
7958
- encoding = (encoding + '').toLowerCase()
7959
- loweredCase = true
7960
- }
7961
- }
7962
- }
7963
-
7964
- // This property is used by `Buffer.isBuffer` (and the `is-buffer` npm package)
7965
- // to detect a Buffer instance. It's not possible to use `instanceof Buffer`
7966
- // reliably in a browserify context because there could be multiple different
7967
- // copies of the 'buffer' package in use. This method works even for Buffer
7968
- // instances that were created from another copy of the `buffer` package.
7969
- // See: https://github.com/feross/buffer/issues/154
7970
- Buffer.prototype._isBuffer = true
7971
-
7972
- function swap (b, n, m) {
7973
- var i = b[n]
7974
- b[n] = b[m]
7975
- b[m] = i
7976
- }
7977
-
7978
- Buffer.prototype.swap16 = function swap16 () {
7979
- var len = this.length
7980
- if (len % 2 !== 0) {
7981
- throw new RangeError('Buffer size must be a multiple of 16-bits')
7982
- }
7983
- for (var i = 0; i < len; i += 2) {
7984
- swap(this, i, i + 1)
7985
- }
7986
- return this
7987
- }
7988
-
7989
- Buffer.prototype.swap32 = function swap32 () {
7990
- var len = this.length
7991
- if (len % 4 !== 0) {
7992
- throw new RangeError('Buffer size must be a multiple of 32-bits')
7993
- }
7994
- for (var i = 0; i < len; i += 4) {
7995
- swap(this, i, i + 3)
7996
- swap(this, i + 1, i + 2)
7997
- }
7998
- return this
7999
- }
8000
-
8001
- Buffer.prototype.swap64 = function swap64 () {
8002
- var len = this.length
8003
- if (len % 8 !== 0) {
8004
- throw new RangeError('Buffer size must be a multiple of 64-bits')
8005
- }
8006
- for (var i = 0; i < len; i += 8) {
8007
- swap(this, i, i + 7)
8008
- swap(this, i + 1, i + 6)
8009
- swap(this, i + 2, i + 5)
8010
- swap(this, i + 3, i + 4)
8011
- }
8012
- return this
8013
- }
8014
-
8015
- Buffer.prototype.toString = function toString () {
8016
- var length = this.length
8017
- if (length === 0) return ''
8018
- if (arguments.length === 0) return utf8Slice(this, 0, length)
8019
- return slowToString.apply(this, arguments)
8020
- }
8021
-
8022
- Buffer.prototype.toLocaleString = Buffer.prototype.toString
8023
-
8024
- Buffer.prototype.equals = function equals (b) {
8025
- if (!Buffer.isBuffer(b)) throw new TypeError('Argument must be a Buffer')
8026
- if (this === b) return true
8027
- return Buffer.compare(this, b) === 0
8028
- }
8029
-
8030
- Buffer.prototype.inspect = function inspect () {
8031
- var str = ''
8032
- var max = exports.INSPECT_MAX_BYTES
8033
- str = this.toString('hex', 0, max).replace(/(.{2})/g, '$1 ').trim()
8034
- if (this.length > max) str += ' ... '
8035
- return '<Buffer ' + str + '>'
8036
- }
8037
-
8038
- Buffer.prototype.compare = function compare (target, start, end, thisStart, thisEnd) {
8039
- if (isInstance(target, Uint8Array)) {
8040
- target = Buffer.from(target, target.offset, target.byteLength)
8041
- }
8042
- if (!Buffer.isBuffer(target)) {
8043
- throw new TypeError(
8044
- 'The "target" argument must be one of type Buffer or Uint8Array. ' +
8045
- 'Received type ' + (typeof target)
8046
- )
8047
- }
8048
-
8049
- if (start === undefined) {
8050
- start = 0
8051
- }
8052
- if (end === undefined) {
8053
- end = target ? target.length : 0
8054
- }
8055
- if (thisStart === undefined) {
8056
- thisStart = 0
8057
- }
8058
- if (thisEnd === undefined) {
8059
- thisEnd = this.length
8060
- }
8061
-
8062
- if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) {
8063
- throw new RangeError('out of range index')
8064
- }
8065
-
8066
- if (thisStart >= thisEnd && start >= end) {
8067
- return 0
8068
- }
8069
- if (thisStart >= thisEnd) {
8070
- return -1
8071
- }
8072
- if (start >= end) {
8073
- return 1
8074
- }
8075
-
8076
- start >>>= 0
8077
- end >>>= 0
8078
- thisStart >>>= 0
8079
- thisEnd >>>= 0
8080
-
8081
- if (this === target) return 0
8082
-
8083
- var x = thisEnd - thisStart
8084
- var y = end - start
8085
- var len = Math.min(x, y)
8086
-
8087
- var thisCopy = this.slice(thisStart, thisEnd)
8088
- var targetCopy = target.slice(start, end)
8089
-
8090
- for (var i = 0; i < len; ++i) {
8091
- if (thisCopy[i] !== targetCopy[i]) {
8092
- x = thisCopy[i]
8093
- y = targetCopy[i]
8094
- break
8095
- }
8096
- }
8097
-
8098
- if (x < y) return -1
8099
- if (y < x) return 1
8100
- return 0
8101
- }
8102
-
8103
- // Finds either the first index of `val` in `buffer` at offset >= `byteOffset`,
8104
- // OR the last index of `val` in `buffer` at offset <= `byteOffset`.
8105
- //
8106
- // Arguments:
8107
- // - buffer - a Buffer to search
8108
- // - val - a string, Buffer, or number
8109
- // - byteOffset - an index into `buffer`; will be clamped to an int32
8110
- // - encoding - an optional encoding, relevant is val is a string
8111
- // - dir - true for indexOf, false for lastIndexOf
8112
- function bidirectionalIndexOf (buffer, val, byteOffset, encoding, dir) {
8113
- // Empty buffer means no match
8114
- if (buffer.length === 0) return -1
8115
-
8116
- // Normalize byteOffset
8117
- if (typeof byteOffset === 'string') {
8118
- encoding = byteOffset
8119
- byteOffset = 0
8120
- } else if (byteOffset > 0x7fffffff) {
8121
- byteOffset = 0x7fffffff
8122
- } else if (byteOffset < -0x80000000) {
8123
- byteOffset = -0x80000000
8124
- }
8125
- byteOffset = +byteOffset // Coerce to Number.
8126
- if (numberIsNaN(byteOffset)) {
8127
- // byteOffset: it it's undefined, null, NaN, "foo", etc, search whole buffer
8128
- byteOffset = dir ? 0 : (buffer.length - 1)
8129
- }
8130
-
8131
- // Normalize byteOffset: negative offsets start from the end of the buffer
8132
- if (byteOffset < 0) byteOffset = buffer.length + byteOffset
8133
- if (byteOffset >= buffer.length) {
8134
- if (dir) return -1
8135
- else byteOffset = buffer.length - 1
8136
- } else if (byteOffset < 0) {
8137
- if (dir) byteOffset = 0
8138
- else return -1
8139
- }
8140
-
8141
- // Normalize val
8142
- if (typeof val === 'string') {
8143
- val = Buffer.from(val, encoding)
8144
- }
8145
-
8146
- // Finally, search either indexOf (if dir is true) or lastIndexOf
8147
- if (Buffer.isBuffer(val)) {
8148
- // Special case: looking for empty string/buffer always fails
8149
- if (val.length === 0) {
8150
- return -1
8151
- }
8152
- return arrayIndexOf(buffer, val, byteOffset, encoding, dir)
8153
- } else if (typeof val === 'number') {
8154
- val = val & 0xFF // Search for a byte value [0-255]
8155
- if (typeof Uint8Array.prototype.indexOf === 'function') {
8156
- if (dir) {
8157
- return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset)
8158
- } else {
8159
- return Uint8Array.prototype.lastIndexOf.call(buffer, val, byteOffset)
8160
- }
8161
- }
8162
- return arrayIndexOf(buffer, [ val ], byteOffset, encoding, dir)
8163
- }
8164
-
8165
- throw new TypeError('val must be string, number or Buffer')
8166
- }
8167
-
8168
- function arrayIndexOf (arr, val, byteOffset, encoding, dir) {
8169
- var indexSize = 1
8170
- var arrLength = arr.length
8171
- var valLength = val.length
8172
-
8173
- if (encoding !== undefined) {
8174
- encoding = String(encoding).toLowerCase()
8175
- if (encoding === 'ucs2' || encoding === 'ucs-2' ||
8176
- encoding === 'utf16le' || encoding === 'utf-16le') {
8177
- if (arr.length < 2 || val.length < 2) {
8178
- return -1
8179
- }
8180
- indexSize = 2
8181
- arrLength /= 2
8182
- valLength /= 2
8183
- byteOffset /= 2
8184
- }
8185
- }
8186
-
8187
- function read (buf, i) {
8188
- if (indexSize === 1) {
8189
- return buf[i]
8190
- } else {
8191
- return buf.readUInt16BE(i * indexSize)
8192
- }
8193
- }
8194
-
8195
- var i
8196
- if (dir) {
8197
- var foundIndex = -1
8198
- for (i = byteOffset; i < arrLength; i++) {
8199
- if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) {
8200
- if (foundIndex === -1) foundIndex = i
8201
- if (i - foundIndex + 1 === valLength) return foundIndex * indexSize
8202
- } else {
8203
- if (foundIndex !== -1) i -= i - foundIndex
8204
- foundIndex = -1
8205
- }
8206
- }
8207
- } else {
8208
- if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength
8209
- for (i = byteOffset; i >= 0; i--) {
8210
- var found = true
8211
- for (var j = 0; j < valLength; j++) {
8212
- if (read(arr, i + j) !== read(val, j)) {
8213
- found = false
8214
- break
8215
- }
8216
- }
8217
- if (found) return i
8218
- }
8219
- }
8220
-
8221
- return -1
8222
- }
8223
-
8224
- Buffer.prototype.includes = function includes (val, byteOffset, encoding) {
8225
- return this.indexOf(val, byteOffset, encoding) !== -1
8226
- }
8227
-
8228
- Buffer.prototype.indexOf = function indexOf (val, byteOffset, encoding) {
8229
- return bidirectionalIndexOf(this, val, byteOffset, encoding, true)
8230
- }
8231
-
8232
- Buffer.prototype.lastIndexOf = function lastIndexOf (val, byteOffset, encoding) {
8233
- return bidirectionalIndexOf(this, val, byteOffset, encoding, false)
8234
- }
8235
-
8236
- function hexWrite (buf, string, offset, length) {
8237
- offset = Number(offset) || 0
8238
- var remaining = buf.length - offset
8239
- if (!length) {
8240
- length = remaining
8241
- } else {
8242
- length = Number(length)
8243
- if (length > remaining) {
8244
- length = remaining
8245
- }
8246
- }
8247
-
8248
- var strLen = string.length
8249
-
8250
- if (length > strLen / 2) {
8251
- length = strLen / 2
8252
- }
8253
- for (var i = 0; i < length; ++i) {
8254
- var parsed = parseInt(string.substr(i * 2, 2), 16)
8255
- if (numberIsNaN(parsed)) return i
8256
- buf[offset + i] = parsed
8257
- }
8258
- return i
8259
- }
8260
-
8261
- function utf8Write (buf, string, offset, length) {
8262
- return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length)
8263
- }
8264
-
8265
- function asciiWrite (buf, string, offset, length) {
8266
- return blitBuffer(asciiToBytes(string), buf, offset, length)
8267
- }
8268
-
8269
- function latin1Write (buf, string, offset, length) {
8270
- return asciiWrite(buf, string, offset, length)
8271
- }
8272
-
8273
- function base64Write (buf, string, offset, length) {
8274
- return blitBuffer(base64ToBytes(string), buf, offset, length)
8275
- }
8276
-
8277
- function ucs2Write (buf, string, offset, length) {
8278
- return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length)
8279
- }
8280
-
8281
- Buffer.prototype.write = function write (string, offset, length, encoding) {
8282
- // Buffer#write(string)
8283
- if (offset === undefined) {
8284
- encoding = 'utf8'
8285
- length = this.length
8286
- offset = 0
8287
- // Buffer#write(string, encoding)
8288
- } else if (length === undefined && typeof offset === 'string') {
8289
- encoding = offset
8290
- length = this.length
8291
- offset = 0
8292
- // Buffer#write(string, offset[, length][, encoding])
8293
- } else if (isFinite(offset)) {
8294
- offset = offset >>> 0
8295
- if (isFinite(length)) {
8296
- length = length >>> 0
8297
- if (encoding === undefined) encoding = 'utf8'
8298
- } else {
8299
- encoding = length
8300
- length = undefined
8301
- }
8302
- } else {
8303
- throw new Error(
8304
- 'Buffer.write(string, encoding, offset[, length]) is no longer supported'
8305
- )
8306
- }
8307
-
8308
- var remaining = this.length - offset
8309
- if (length === undefined || length > remaining) length = remaining
8310
-
8311
- if ((string.length > 0 && (length < 0 || offset < 0)) || offset > this.length) {
8312
- throw new RangeError('Attempt to write outside buffer bounds')
8313
- }
8314
-
8315
- if (!encoding) encoding = 'utf8'
8316
-
8317
- var loweredCase = false
8318
- for (;;) {
8319
- switch (encoding) {
8320
- case 'hex':
8321
- return hexWrite(this, string, offset, length)
8322
-
8323
- case 'utf8':
8324
- case 'utf-8':
8325
- return utf8Write(this, string, offset, length)
8326
-
8327
- case 'ascii':
8328
- return asciiWrite(this, string, offset, length)
8329
-
8330
- case 'latin1':
8331
- case 'binary':
8332
- return latin1Write(this, string, offset, length)
8333
-
8334
- case 'base64':
8335
- // Warning: maxLength not taken into account in base64Write
8336
- return base64Write(this, string, offset, length)
8337
-
8338
- case 'ucs2':
8339
- case 'ucs-2':
8340
- case 'utf16le':
8341
- case 'utf-16le':
8342
- return ucs2Write(this, string, offset, length)
8343
-
8344
- default:
8345
- if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding)
8346
- encoding = ('' + encoding).toLowerCase()
8347
- loweredCase = true
8348
- }
8349
- }
8350
- }
8351
-
8352
- Buffer.prototype.toJSON = function toJSON () {
8353
- return {
8354
- type: 'Buffer',
8355
- data: Array.prototype.slice.call(this._arr || this, 0)
8356
- }
8357
- }
8358
-
8359
- function base64Slice (buf, start, end) {
8360
- if (start === 0 && end === buf.length) {
8361
- return base64.fromByteArray(buf)
8362
- } else {
8363
- return base64.fromByteArray(buf.slice(start, end))
8364
- }
8365
- }
8366
-
8367
- function utf8Slice (buf, start, end) {
8368
- end = Math.min(buf.length, end)
8369
- var res = []
8370
-
8371
- var i = start
8372
- while (i < end) {
8373
- var firstByte = buf[i]
8374
- var codePoint = null
8375
- var bytesPerSequence = (firstByte > 0xEF) ? 4
8376
- : (firstByte > 0xDF) ? 3
8377
- : (firstByte > 0xBF) ? 2
8378
- : 1
8379
-
8380
- if (i + bytesPerSequence <= end) {
8381
- var secondByte, thirdByte, fourthByte, tempCodePoint
8382
-
8383
- switch (bytesPerSequence) {
8384
- case 1:
8385
- if (firstByte < 0x80) {
8386
- codePoint = firstByte
8387
- }
8388
- break
8389
- case 2:
8390
- secondByte = buf[i + 1]
8391
- if ((secondByte & 0xC0) === 0x80) {
8392
- tempCodePoint = (firstByte & 0x1F) << 0x6 | (secondByte & 0x3F)
8393
- if (tempCodePoint > 0x7F) {
8394
- codePoint = tempCodePoint
8395
- }
8396
- }
8397
- break
8398
- case 3:
8399
- secondByte = buf[i + 1]
8400
- thirdByte = buf[i + 2]
8401
- if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) {
8402
- tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | (thirdByte & 0x3F)
8403
- if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) {
8404
- codePoint = tempCodePoint
8405
- }
8406
- }
8407
- break
8408
- case 4:
8409
- secondByte = buf[i + 1]
8410
- thirdByte = buf[i + 2]
8411
- fourthByte = buf[i + 3]
8412
- if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) {
8413
- tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | (fourthByte & 0x3F)
8414
- if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) {
8415
- codePoint = tempCodePoint
8416
- }
8417
- }
8418
- }
8419
- }
8420
-
8421
- if (codePoint === null) {
8422
- // we did not generate a valid codePoint so insert a
8423
- // replacement char (U+FFFD) and advance only 1 byte
8424
- codePoint = 0xFFFD
8425
- bytesPerSequence = 1
8426
- } else if (codePoint > 0xFFFF) {
8427
- // encode to utf16 (surrogate pair dance)
8428
- codePoint -= 0x10000
8429
- res.push(codePoint >>> 10 & 0x3FF | 0xD800)
8430
- codePoint = 0xDC00 | codePoint & 0x3FF
8431
- }
8432
-
8433
- res.push(codePoint)
8434
- i += bytesPerSequence
8435
- }
8436
-
8437
- return decodeCodePointsArray(res)
8438
- }
8439
-
8440
- // Based on http://stackoverflow.com/a/22747272/680742, the browser with
8441
- // the lowest limit is Chrome, with 0x10000 args.
8442
- // We go 1 magnitude less, for safety
8443
- var MAX_ARGUMENTS_LENGTH = 0x1000
8444
-
8445
- function decodeCodePointsArray (codePoints) {
8446
- var len = codePoints.length
8447
- if (len <= MAX_ARGUMENTS_LENGTH) {
8448
- return String.fromCharCode.apply(String, codePoints) // avoid extra slice()
8449
- }
8450
-
8451
- // Decode in chunks to avoid "call stack size exceeded".
8452
- var res = ''
8453
- var i = 0
8454
- while (i < len) {
8455
- res += String.fromCharCode.apply(
8456
- String,
8457
- codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH)
8458
- )
8459
- }
8460
- return res
8461
- }
8462
-
8463
- function asciiSlice (buf, start, end) {
8464
- var ret = ''
8465
- end = Math.min(buf.length, end)
8466
-
8467
- for (var i = start; i < end; ++i) {
8468
- ret += String.fromCharCode(buf[i] & 0x7F)
8469
- }
8470
- return ret
8471
- }
8472
-
8473
- function latin1Slice (buf, start, end) {
8474
- var ret = ''
8475
- end = Math.min(buf.length, end)
8476
-
8477
- for (var i = start; i < end; ++i) {
8478
- ret += String.fromCharCode(buf[i])
8479
- }
8480
- return ret
8481
- }
8482
-
8483
- function hexSlice (buf, start, end) {
8484
- var len = buf.length
8485
-
8486
- if (!start || start < 0) start = 0
8487
- if (!end || end < 0 || end > len) end = len
8488
-
8489
- var out = ''
8490
- for (var i = start; i < end; ++i) {
8491
- out += toHex(buf[i])
8492
- }
8493
- return out
8494
- }
8495
-
8496
- function utf16leSlice (buf, start, end) {
8497
- var bytes = buf.slice(start, end)
8498
- var res = ''
8499
- for (var i = 0; i < bytes.length; i += 2) {
8500
- res += String.fromCharCode(bytes[i] + (bytes[i + 1] * 256))
8501
- }
8502
- return res
8503
- }
8504
-
8505
- Buffer.prototype.slice = function slice (start, end) {
8506
- var len = this.length
8507
- start = ~~start
8508
- end = end === undefined ? len : ~~end
8509
-
8510
- if (start < 0) {
8511
- start += len
8512
- if (start < 0) start = 0
8513
- } else if (start > len) {
8514
- start = len
8515
- }
8516
-
8517
- if (end < 0) {
8518
- end += len
8519
- if (end < 0) end = 0
8520
- } else if (end > len) {
8521
- end = len
8522
- }
8523
-
8524
- if (end < start) end = start
8525
-
8526
- var newBuf = this.subarray(start, end)
8527
- // Return an augmented `Uint8Array` instance
8528
- newBuf.__proto__ = Buffer.prototype
8529
- return newBuf
8530
- }
8531
-
8532
- /*
8533
- * Need to make sure that buffer isn't trying to write out of bounds.
8534
- */
8535
- function checkOffset (offset, ext, length) {
8536
- if ((offset % 1) !== 0 || offset < 0) throw new RangeError('offset is not uint')
8537
- if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length')
8538
- }
8539
-
8540
- Buffer.prototype.readUIntLE = function readUIntLE (offset, byteLength, noAssert) {
8541
- offset = offset >>> 0
8542
- byteLength = byteLength >>> 0
8543
- if (!noAssert) checkOffset(offset, byteLength, this.length)
8544
-
8545
- var val = this[offset]
8546
- var mul = 1
8547
- var i = 0
8548
- while (++i < byteLength && (mul *= 0x100)) {
8549
- val += this[offset + i] * mul
8550
- }
8551
-
8552
- return val
8553
- }
8554
-
8555
- Buffer.prototype.readUIntBE = function readUIntBE (offset, byteLength, noAssert) {
8556
- offset = offset >>> 0
8557
- byteLength = byteLength >>> 0
8558
- if (!noAssert) {
8559
- checkOffset(offset, byteLength, this.length)
8560
- }
8561
-
8562
- var val = this[offset + --byteLength]
8563
- var mul = 1
8564
- while (byteLength > 0 && (mul *= 0x100)) {
8565
- val += this[offset + --byteLength] * mul
8566
- }
8567
-
8568
- return val
8569
- }
8570
-
8571
- Buffer.prototype.readUInt8 = function readUInt8 (offset, noAssert) {
8572
- offset = offset >>> 0
8573
- if (!noAssert) checkOffset(offset, 1, this.length)
8574
- return this[offset]
8575
- }
8576
-
8577
- Buffer.prototype.readUInt16LE = function readUInt16LE (offset, noAssert) {
8578
- offset = offset >>> 0
8579
- if (!noAssert) checkOffset(offset, 2, this.length)
8580
- return this[offset] | (this[offset + 1] << 8)
8581
- }
8582
-
8583
- Buffer.prototype.readUInt16BE = function readUInt16BE (offset, noAssert) {
8584
- offset = offset >>> 0
8585
- if (!noAssert) checkOffset(offset, 2, this.length)
8586
- return (this[offset] << 8) | this[offset + 1]
8587
- }
8588
-
8589
- Buffer.prototype.readUInt32LE = function readUInt32LE (offset, noAssert) {
8590
- offset = offset >>> 0
8591
- if (!noAssert) checkOffset(offset, 4, this.length)
8592
-
8593
- return ((this[offset]) |
8594
- (this[offset + 1] << 8) |
8595
- (this[offset + 2] << 16)) +
8596
- (this[offset + 3] * 0x1000000)
8597
- }
8598
-
8599
- Buffer.prototype.readUInt32BE = function readUInt32BE (offset, noAssert) {
8600
- offset = offset >>> 0
8601
- if (!noAssert) checkOffset(offset, 4, this.length)
8602
-
8603
- return (this[offset] * 0x1000000) +
8604
- ((this[offset + 1] << 16) |
8605
- (this[offset + 2] << 8) |
8606
- this[offset + 3])
8607
- }
8608
-
8609
- Buffer.prototype.readIntLE = function readIntLE (offset, byteLength, noAssert) {
8610
- offset = offset >>> 0
8611
- byteLength = byteLength >>> 0
8612
- if (!noAssert) checkOffset(offset, byteLength, this.length)
8613
-
8614
- var val = this[offset]
8615
- var mul = 1
8616
- var i = 0
8617
- while (++i < byteLength && (mul *= 0x100)) {
8618
- val += this[offset + i] * mul
8619
- }
8620
- mul *= 0x80
8621
-
8622
- if (val >= mul) val -= Math.pow(2, 8 * byteLength)
8623
-
8624
- return val
8625
- }
8626
-
8627
- Buffer.prototype.readIntBE = function readIntBE (offset, byteLength, noAssert) {
8628
- offset = offset >>> 0
8629
- byteLength = byteLength >>> 0
8630
- if (!noAssert) checkOffset(offset, byteLength, this.length)
8631
-
8632
- var i = byteLength
8633
- var mul = 1
8634
- var val = this[offset + --i]
8635
- while (i > 0 && (mul *= 0x100)) {
8636
- val += this[offset + --i] * mul
8637
- }
8638
- mul *= 0x80
8639
-
8640
- if (val >= mul) val -= Math.pow(2, 8 * byteLength)
8641
-
8642
- return val
8643
- }
8644
-
8645
- Buffer.prototype.readInt8 = function readInt8 (offset, noAssert) {
8646
- offset = offset >>> 0
8647
- if (!noAssert) checkOffset(offset, 1, this.length)
8648
- if (!(this[offset] & 0x80)) return (this[offset])
8649
- return ((0xff - this[offset] + 1) * -1)
8650
- }
8651
-
8652
- Buffer.prototype.readInt16LE = function readInt16LE (offset, noAssert) {
8653
- offset = offset >>> 0
8654
- if (!noAssert) checkOffset(offset, 2, this.length)
8655
- var val = this[offset] | (this[offset + 1] << 8)
8656
- return (val & 0x8000) ? val | 0xFFFF0000 : val
8657
- }
8658
-
8659
- Buffer.prototype.readInt16BE = function readInt16BE (offset, noAssert) {
8660
- offset = offset >>> 0
8661
- if (!noAssert) checkOffset(offset, 2, this.length)
8662
- var val = this[offset + 1] | (this[offset] << 8)
8663
- return (val & 0x8000) ? val | 0xFFFF0000 : val
8664
- }
8665
-
8666
- Buffer.prototype.readInt32LE = function readInt32LE (offset, noAssert) {
8667
- offset = offset >>> 0
8668
- if (!noAssert) checkOffset(offset, 4, this.length)
8669
-
8670
- return (this[offset]) |
8671
- (this[offset + 1] << 8) |
8672
- (this[offset + 2] << 16) |
8673
- (this[offset + 3] << 24)
8674
- }
8675
-
8676
- Buffer.prototype.readInt32BE = function readInt32BE (offset, noAssert) {
8677
- offset = offset >>> 0
8678
- if (!noAssert) checkOffset(offset, 4, this.length)
8679
-
8680
- return (this[offset] << 24) |
8681
- (this[offset + 1] << 16) |
8682
- (this[offset + 2] << 8) |
8683
- (this[offset + 3])
8684
- }
8685
-
8686
- Buffer.prototype.readFloatLE = function readFloatLE (offset, noAssert) {
8687
- offset = offset >>> 0
8688
- if (!noAssert) checkOffset(offset, 4, this.length)
8689
- return ieee754.read(this, offset, true, 23, 4)
8690
- }
8691
-
8692
- Buffer.prototype.readFloatBE = function readFloatBE (offset, noAssert) {
8693
- offset = offset >>> 0
8694
- if (!noAssert) checkOffset(offset, 4, this.length)
8695
- return ieee754.read(this, offset, false, 23, 4)
8696
- }
8697
-
8698
- Buffer.prototype.readDoubleLE = function readDoubleLE (offset, noAssert) {
8699
- offset = offset >>> 0
8700
- if (!noAssert) checkOffset(offset, 8, this.length)
8701
- return ieee754.read(this, offset, true, 52, 8)
8702
- }
8703
-
8704
- Buffer.prototype.readDoubleBE = function readDoubleBE (offset, noAssert) {
8705
- offset = offset >>> 0
8706
- if (!noAssert) checkOffset(offset, 8, this.length)
8707
- return ieee754.read(this, offset, false, 52, 8)
8708
- }
8709
-
8710
- function checkInt (buf, value, offset, ext, max, min) {
8711
- if (!Buffer.isBuffer(buf)) throw new TypeError('"buffer" argument must be a Buffer instance')
8712
- if (value > max || value < min) throw new RangeError('"value" argument is out of bounds')
8713
- if (offset + ext > buf.length) throw new RangeError('Index out of range')
8714
- }
8715
-
8716
- Buffer.prototype.writeUIntLE = function writeUIntLE (value, offset, byteLength, noAssert) {
8717
- value = +value
8718
- offset = offset >>> 0
8719
- byteLength = byteLength >>> 0
8720
- if (!noAssert) {
8721
- var maxBytes = Math.pow(2, 8 * byteLength) - 1
8722
- checkInt(this, value, offset, byteLength, maxBytes, 0)
8723
- }
8724
-
8725
- var mul = 1
8726
- var i = 0
8727
- this[offset] = value & 0xFF
8728
- while (++i < byteLength && (mul *= 0x100)) {
8729
- this[offset + i] = (value / mul) & 0xFF
8730
- }
8731
-
8732
- return offset + byteLength
8733
- }
8734
-
8735
- Buffer.prototype.writeUIntBE = function writeUIntBE (value, offset, byteLength, noAssert) {
8736
- value = +value
8737
- offset = offset >>> 0
8738
- byteLength = byteLength >>> 0
8739
- if (!noAssert) {
8740
- var maxBytes = Math.pow(2, 8 * byteLength) - 1
8741
- checkInt(this, value, offset, byteLength, maxBytes, 0)
8742
- }
8743
-
8744
- var i = byteLength - 1
8745
- var mul = 1
8746
- this[offset + i] = value & 0xFF
8747
- while (--i >= 0 && (mul *= 0x100)) {
8748
- this[offset + i] = (value / mul) & 0xFF
8749
- }
8750
-
8751
- return offset + byteLength
8752
- }
8753
-
8754
- Buffer.prototype.writeUInt8 = function writeUInt8 (value, offset, noAssert) {
8755
- value = +value
8756
- offset = offset >>> 0
8757
- if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0)
8758
- this[offset] = (value & 0xff)
8759
- return offset + 1
8760
- }
8761
-
8762
- Buffer.prototype.writeUInt16LE = function writeUInt16LE (value, offset, noAssert) {
8763
- value = +value
8764
- offset = offset >>> 0
8765
- if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)
8766
- this[offset] = (value & 0xff)
8767
- this[offset + 1] = (value >>> 8)
8768
- return offset + 2
8769
- }
8770
-
8771
- Buffer.prototype.writeUInt16BE = function writeUInt16BE (value, offset, noAssert) {
8772
- value = +value
8773
- offset = offset >>> 0
8774
- if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0)
8775
- this[offset] = (value >>> 8)
8776
- this[offset + 1] = (value & 0xff)
8777
- return offset + 2
8778
- }
8779
-
8780
- Buffer.prototype.writeUInt32LE = function writeUInt32LE (value, offset, noAssert) {
8781
- value = +value
8782
- offset = offset >>> 0
8783
- if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)
8784
- this[offset + 3] = (value >>> 24)
8785
- this[offset + 2] = (value >>> 16)
8786
- this[offset + 1] = (value >>> 8)
8787
- this[offset] = (value & 0xff)
8788
- return offset + 4
8789
- }
8790
-
8791
- Buffer.prototype.writeUInt32BE = function writeUInt32BE (value, offset, noAssert) {
8792
- value = +value
8793
- offset = offset >>> 0
8794
- if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0)
8795
- this[offset] = (value >>> 24)
8796
- this[offset + 1] = (value >>> 16)
8797
- this[offset + 2] = (value >>> 8)
8798
- this[offset + 3] = (value & 0xff)
8799
- return offset + 4
8800
- }
8801
-
8802
- Buffer.prototype.writeIntLE = function writeIntLE (value, offset, byteLength, noAssert) {
8803
- value = +value
8804
- offset = offset >>> 0
8805
- if (!noAssert) {
8806
- var limit = Math.pow(2, (8 * byteLength) - 1)
8807
-
8808
- checkInt(this, value, offset, byteLength, limit - 1, -limit)
8809
- }
8810
-
8811
- var i = 0
8812
- var mul = 1
8813
- var sub = 0
8814
- this[offset] = value & 0xFF
8815
- while (++i < byteLength && (mul *= 0x100)) {
8816
- if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) {
8817
- sub = 1
8818
- }
8819
- this[offset + i] = ((value / mul) >> 0) - sub & 0xFF
8820
- }
8821
-
8822
- return offset + byteLength
8823
- }
8824
-
8825
- Buffer.prototype.writeIntBE = function writeIntBE (value, offset, byteLength, noAssert) {
8826
- value = +value
8827
- offset = offset >>> 0
8828
- if (!noAssert) {
8829
- var limit = Math.pow(2, (8 * byteLength) - 1)
8830
-
8831
- checkInt(this, value, offset, byteLength, limit - 1, -limit)
8832
- }
8833
-
8834
- var i = byteLength - 1
8835
- var mul = 1
8836
- var sub = 0
8837
- this[offset + i] = value & 0xFF
8838
- while (--i >= 0 && (mul *= 0x100)) {
8839
- if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) {
8840
- sub = 1
8841
- }
8842
- this[offset + i] = ((value / mul) >> 0) - sub & 0xFF
8843
- }
8844
-
8845
- return offset + byteLength
8846
- }
8847
-
8848
- Buffer.prototype.writeInt8 = function writeInt8 (value, offset, noAssert) {
8849
- value = +value
8850
- offset = offset >>> 0
8851
- if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80)
8852
- if (value < 0) value = 0xff + value + 1
8853
- this[offset] = (value & 0xff)
8854
- return offset + 1
8855
- }
8856
-
8857
- Buffer.prototype.writeInt16LE = function writeInt16LE (value, offset, noAssert) {
8858
- value = +value
8859
- offset = offset >>> 0
8860
- if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)
8861
- this[offset] = (value & 0xff)
8862
- this[offset + 1] = (value >>> 8)
8863
- return offset + 2
8864
- }
8865
-
8866
- Buffer.prototype.writeInt16BE = function writeInt16BE (value, offset, noAssert) {
8867
- value = +value
8868
- offset = offset >>> 0
8869
- if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000)
8870
- this[offset] = (value >>> 8)
8871
- this[offset + 1] = (value & 0xff)
8872
- return offset + 2
8873
- }
8874
-
8875
- Buffer.prototype.writeInt32LE = function writeInt32LE (value, offset, noAssert) {
8876
- value = +value
8877
- offset = offset >>> 0
8878
- if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)
8879
- this[offset] = (value & 0xff)
8880
- this[offset + 1] = (value >>> 8)
8881
- this[offset + 2] = (value >>> 16)
8882
- this[offset + 3] = (value >>> 24)
8883
- return offset + 4
8884
- }
8885
-
8886
- Buffer.prototype.writeInt32BE = function writeInt32BE (value, offset, noAssert) {
8887
- value = +value
8888
- offset = offset >>> 0
8889
- if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000)
8890
- if (value < 0) value = 0xffffffff + value + 1
8891
- this[offset] = (value >>> 24)
8892
- this[offset + 1] = (value >>> 16)
8893
- this[offset + 2] = (value >>> 8)
8894
- this[offset + 3] = (value & 0xff)
8895
- return offset + 4
8896
- }
8897
-
8898
- function checkIEEE754 (buf, value, offset, ext, max, min) {
8899
- if (offset + ext > buf.length) throw new RangeError('Index out of range')
8900
- if (offset < 0) throw new RangeError('Index out of range')
8901
- }
8902
-
8903
- function writeFloat (buf, value, offset, littleEndian, noAssert) {
8904
- value = +value
8905
- offset = offset >>> 0
8906
- if (!noAssert) {
8907
- checkIEEE754(buf, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38)
8908
- }
8909
- ieee754.write(buf, value, offset, littleEndian, 23, 4)
8910
- return offset + 4
8911
- }
8912
-
8913
- Buffer.prototype.writeFloatLE = function writeFloatLE (value, offset, noAssert) {
8914
- return writeFloat(this, value, offset, true, noAssert)
8915
- }
8916
-
8917
- Buffer.prototype.writeFloatBE = function writeFloatBE (value, offset, noAssert) {
8918
- return writeFloat(this, value, offset, false, noAssert)
8919
- }
8920
-
8921
- function writeDouble (buf, value, offset, littleEndian, noAssert) {
8922
- value = +value
8923
- offset = offset >>> 0
8924
- if (!noAssert) {
8925
- checkIEEE754(buf, value, offset, 8, 1.7976931348623157E+308, -1.7976931348623157E+308)
8926
- }
8927
- ieee754.write(buf, value, offset, littleEndian, 52, 8)
8928
- return offset + 8
8929
- }
8930
-
8931
- Buffer.prototype.writeDoubleLE = function writeDoubleLE (value, offset, noAssert) {
8932
- return writeDouble(this, value, offset, true, noAssert)
8933
- }
8934
-
8935
- Buffer.prototype.writeDoubleBE = function writeDoubleBE (value, offset, noAssert) {
8936
- return writeDouble(this, value, offset, false, noAssert)
8937
- }
8938
-
8939
- // copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length)
8940
- Buffer.prototype.copy = function copy (target, targetStart, start, end) {
8941
- if (!Buffer.isBuffer(target)) throw new TypeError('argument should be a Buffer')
8942
- if (!start) start = 0
8943
- if (!end && end !== 0) end = this.length
8944
- if (targetStart >= target.length) targetStart = target.length
8945
- if (!targetStart) targetStart = 0
8946
- if (end > 0 && end < start) end = start
8947
-
8948
- // Copy 0 bytes; we're done
8949
- if (end === start) return 0
8950
- if (target.length === 0 || this.length === 0) return 0
8951
-
8952
- // Fatal error conditions
8953
- if (targetStart < 0) {
8954
- throw new RangeError('targetStart out of bounds')
8955
- }
8956
- if (start < 0 || start >= this.length) throw new RangeError('Index out of range')
8957
- if (end < 0) throw new RangeError('sourceEnd out of bounds')
8958
-
8959
- // Are we oob?
8960
- if (end > this.length) end = this.length
8961
- if (target.length - targetStart < end - start) {
8962
- end = target.length - targetStart + start
8963
- }
8964
-
8965
- var len = end - start
8966
-
8967
- if (this === target && typeof Uint8Array.prototype.copyWithin === 'function') {
8968
- // Use built-in when available, missing from IE11
8969
- this.copyWithin(targetStart, start, end)
8970
- } else if (this === target && start < targetStart && targetStart < end) {
8971
- // descending copy from end
8972
- for (var i = len - 1; i >= 0; --i) {
8973
- target[i + targetStart] = this[i + start]
8974
- }
8975
- } else {
8976
- Uint8Array.prototype.set.call(
8977
- target,
8978
- this.subarray(start, end),
8979
- targetStart
8980
- )
8981
- }
8982
-
8983
- return len
8984
- }
8985
-
8986
- // Usage:
8987
- // buffer.fill(number[, offset[, end]])
8988
- // buffer.fill(buffer[, offset[, end]])
8989
- // buffer.fill(string[, offset[, end]][, encoding])
8990
- Buffer.prototype.fill = function fill (val, start, end, encoding) {
8991
- // Handle string cases:
8992
- if (typeof val === 'string') {
8993
- if (typeof start === 'string') {
8994
- encoding = start
8995
- start = 0
8996
- end = this.length
8997
- } else if (typeof end === 'string') {
8998
- encoding = end
8999
- end = this.length
9000
- }
9001
- if (encoding !== undefined && typeof encoding !== 'string') {
9002
- throw new TypeError('encoding must be a string')
9003
- }
9004
- if (typeof encoding === 'string' && !Buffer.isEncoding(encoding)) {
9005
- throw new TypeError('Unknown encoding: ' + encoding)
9006
- }
9007
- if (val.length === 1) {
9008
- var code = val.charCodeAt(0)
9009
- if ((encoding === 'utf8' && code < 128) ||
9010
- encoding === 'latin1') {
9011
- // Fast path: If `val` fits into a single byte, use that numeric value.
9012
- val = code
9013
- }
9014
- }
9015
- } else if (typeof val === 'number') {
9016
- val = val & 255
9017
- }
9018
-
9019
- // Invalid ranges are not set to a default, so can range check early.
9020
- if (start < 0 || this.length < start || this.length < end) {
9021
- throw new RangeError('Out of range index')
9022
- }
9023
-
9024
- if (end <= start) {
9025
- return this
9026
- }
9027
-
9028
- start = start >>> 0
9029
- end = end === undefined ? this.length : end >>> 0
9030
-
9031
- if (!val) val = 0
9032
-
9033
- var i
9034
- if (typeof val === 'number') {
9035
- for (i = start; i < end; ++i) {
9036
- this[i] = val
9037
- }
9038
- } else {
9039
- var bytes = Buffer.isBuffer(val)
9040
- ? val
9041
- : Buffer.from(val, encoding)
9042
- var len = bytes.length
9043
- if (len === 0) {
9044
- throw new TypeError('The value "' + val +
9045
- '" is invalid for argument "value"')
9046
- }
9047
- for (i = 0; i < end - start; ++i) {
9048
- this[i + start] = bytes[i % len]
9049
- }
9050
- }
9051
-
9052
- return this
9053
- }
9054
-
9055
- // HELPER FUNCTIONS
9056
- // ================
9057
-
9058
- var INVALID_BASE64_RE = /[^+/0-9A-Za-z-_]/g
9059
-
9060
- function base64clean (str) {
9061
- // Node takes equal signs as end of the Base64 encoding
9062
- str = str.split('=')[0]
9063
- // Node strips out invalid characters like \n and \t from the string, base64-js does not
9064
- str = str.trim().replace(INVALID_BASE64_RE, '')
9065
- // Node converts strings with length < 2 to ''
9066
- if (str.length < 2) return ''
9067
- // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not
9068
- while (str.length % 4 !== 0) {
9069
- str = str + '='
9070
- }
9071
- return str
9072
- }
9073
-
9074
- function toHex (n) {
9075
- if (n < 16) return '0' + n.toString(16)
9076
- return n.toString(16)
9077
- }
9078
-
9079
- function utf8ToBytes (string, units) {
9080
- units = units || Infinity
9081
- var codePoint
9082
- var length = string.length
9083
- var leadSurrogate = null
9084
- var bytes = []
9085
-
9086
- for (var i = 0; i < length; ++i) {
9087
- codePoint = string.charCodeAt(i)
9088
-
9089
- // is surrogate component
9090
- if (codePoint > 0xD7FF && codePoint < 0xE000) {
9091
- // last char was a lead
9092
- if (!leadSurrogate) {
9093
- // no lead yet
9094
- if (codePoint > 0xDBFF) {
9095
- // unexpected trail
9096
- if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)
9097
- continue
9098
- } else if (i + 1 === length) {
9099
- // unpaired lead
9100
- if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)
9101
- continue
9102
- }
9103
-
9104
- // valid lead
9105
- leadSurrogate = codePoint
9106
-
9107
- continue
9108
- }
9109
-
9110
- // 2 leads in a row
9111
- if (codePoint < 0xDC00) {
9112
- if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)
9113
- leadSurrogate = codePoint
9114
- continue
9115
- }
9116
-
9117
- // valid surrogate pair
9118
- codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000
9119
- } else if (leadSurrogate) {
9120
- // valid bmp char, but last char was a lead
9121
- if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)
9122
- }
9123
-
9124
- leadSurrogate = null
9125
-
9126
- // encode utf8
9127
- if (codePoint < 0x80) {
9128
- if ((units -= 1) < 0) break
9129
- bytes.push(codePoint)
9130
- } else if (codePoint < 0x800) {
9131
- if ((units -= 2) < 0) break
9132
- bytes.push(
9133
- codePoint >> 0x6 | 0xC0,
9134
- codePoint & 0x3F | 0x80
9135
- )
9136
- } else if (codePoint < 0x10000) {
9137
- if ((units -= 3) < 0) break
9138
- bytes.push(
9139
- codePoint >> 0xC | 0xE0,
9140
- codePoint >> 0x6 & 0x3F | 0x80,
9141
- codePoint & 0x3F | 0x80
9142
- )
9143
- } else if (codePoint < 0x110000) {
9144
- if ((units -= 4) < 0) break
9145
- bytes.push(
9146
- codePoint >> 0x12 | 0xF0,
9147
- codePoint >> 0xC & 0x3F | 0x80,
9148
- codePoint >> 0x6 & 0x3F | 0x80,
9149
- codePoint & 0x3F | 0x80
9150
- )
9151
- } else {
9152
- throw new Error('Invalid code point')
9153
- }
9154
- }
9155
-
9156
- return bytes
9157
- }
9158
-
9159
- function asciiToBytes (str) {
9160
- var byteArray = []
9161
- for (var i = 0; i < str.length; ++i) {
9162
- // Node's code seems to be doing this and not & 0x7F..
9163
- byteArray.push(str.charCodeAt(i) & 0xFF)
9164
- }
9165
- return byteArray
9166
- }
9167
-
9168
- function utf16leToBytes (str, units) {
9169
- var c, hi, lo
9170
- var byteArray = []
9171
- for (var i = 0; i < str.length; ++i) {
9172
- if ((units -= 2) < 0) break
9173
-
9174
- c = str.charCodeAt(i)
9175
- hi = c >> 8
9176
- lo = c % 256
9177
- byteArray.push(lo)
9178
- byteArray.push(hi)
9179
- }
9180
-
9181
- return byteArray
9182
- }
9183
-
9184
- function base64ToBytes (str) {
9185
- return base64.toByteArray(base64clean(str))
9186
- }
9187
-
9188
- function blitBuffer (src, dst, offset, length) {
9189
- for (var i = 0; i < length; ++i) {
9190
- if ((i + offset >= dst.length) || (i >= src.length)) break
9191
- dst[i + offset] = src[i]
9192
- }
9193
- return i
9194
- }
9195
-
9196
- // ArrayBuffer or Uint8Array objects from other contexts (i.e. iframes) do not pass
9197
- // the `instanceof` check but they should be treated as of that type.
9198
- // See: https://github.com/feross/buffer/issues/166
9199
- function isInstance (obj, type) {
9200
- return obj instanceof type ||
9201
- (obj != null && obj.constructor != null && obj.constructor.name != null &&
9202
- obj.constructor.name === type.name)
9203
- }
9204
- function numberIsNaN (obj) {
9205
- // For IE11 support
9206
- return obj !== obj // eslint-disable-line no-self-compare
9207
- }
9208
-
9209
- }).call(this)}).call(this,require("buffer").Buffer)
9210
- },{"base64-js":132,"buffer":133,"ieee754":134}],134:[function(require,module,exports){
9211
- /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
9212
- exports.read = function (buffer, offset, isLE, mLen, nBytes) {
9213
- var e, m
9214
- var eLen = (nBytes * 8) - mLen - 1
9215
- var eMax = (1 << eLen) - 1
9216
- var eBias = eMax >> 1
9217
- var nBits = -7
9218
- var i = isLE ? (nBytes - 1) : 0
9219
- var d = isLE ? -1 : 1
9220
- var s = buffer[offset + i]
9221
-
9222
- i += d
9223
-
9224
- e = s & ((1 << (-nBits)) - 1)
9225
- s >>= (-nBits)
9226
- nBits += eLen
9227
- for (; nBits > 0; e = (e * 256) + buffer[offset + i], i += d, nBits -= 8) {}
9228
-
9229
- m = e & ((1 << (-nBits)) - 1)
9230
- e >>= (-nBits)
9231
- nBits += mLen
9232
- for (; nBits > 0; m = (m * 256) + buffer[offset + i], i += d, nBits -= 8) {}
9233
-
9234
- if (e === 0) {
9235
- e = 1 - eBias
9236
- } else if (e === eMax) {
9237
- return m ? NaN : ((s ? -1 : 1) * Infinity)
9238
- } else {
9239
- m = m + Math.pow(2, mLen)
9240
- e = e - eBias
9241
- }
9242
- return (s ? -1 : 1) * m * Math.pow(2, e - mLen)
9243
- }
9244
-
9245
- exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
9246
- var e, m, c
9247
- var eLen = (nBytes * 8) - mLen - 1
9248
- var eMax = (1 << eLen) - 1
9249
- var eBias = eMax >> 1
9250
- var rt = (mLen === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0)
9251
- var i = isLE ? 0 : (nBytes - 1)
9252
- var d = isLE ? 1 : -1
9253
- var s = value < 0 || (value === 0 && 1 / value < 0) ? 1 : 0
9254
-
9255
- value = Math.abs(value)
9256
-
9257
- if (isNaN(value) || value === Infinity) {
9258
- m = isNaN(value) ? 1 : 0
9259
- e = eMax
9260
- } else {
9261
- e = Math.floor(Math.log(value) / Math.LN2)
9262
- if (value * (c = Math.pow(2, -e)) < 1) {
9263
- e--
9264
- c *= 2
9265
- }
9266
- if (e + eBias >= 1) {
9267
- value += rt / c
9268
- } else {
9269
- value += rt * Math.pow(2, 1 - eBias)
9270
- }
9271
- if (value * c >= 2) {
9272
- e++
9273
- c /= 2
9274
- }
9275
-
9276
- if (e + eBias >= eMax) {
9277
- m = 0
9278
- e = eMax
9279
- } else if (e + eBias >= 1) {
9280
- m = ((value * c) - 1) * Math.pow(2, mLen)
9281
- e = e + eBias
9282
- } else {
9283
- m = value * Math.pow(2, eBias - 1) * Math.pow(2, mLen)
9284
- e = 0
9285
- }
9286
- }
9287
-
9288
- for (; mLen >= 8; buffer[offset + i] = m & 0xff, i += d, m /= 256, mLen -= 8) {}
9289
-
9290
- e = (e << mLen) | m
9291
- eLen += mLen
9292
- for (; eLen > 0; buffer[offset + i] = e & 0xff, i += d, e /= 256, eLen -= 8) {}
9293
-
9294
- buffer[offset + i - d] |= s * 128
9295
- }
9296
-
9297
- },{}],135:[function(require,module,exports){
9298
7459
  (function (global){(function (){
9299
7460
  "use strict";
9300
7461
 
@@ -9323,11 +7484,11 @@ exports.Request = globalObject.Request;
9323
7484
  exports.Response = globalObject.Response;
9324
7485
 
9325
7486
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
9326
- },{}],136:[function(require,module,exports){
7487
+ },{}],134:[function(require,module,exports){
9327
7488
  (function (global){(function (){
9328
7489
  !function(e){var t;"object"==typeof exports?module.exports=e():"function"==typeof define&&define.amd?define(e):("undefined"!=typeof window?t=window:"undefined"!=typeof global?t=global:"undefined"!=typeof self&&(t=self),t.objectHash=e())}(function(){return function r(o,i,u){function s(n,e){if(!i[n]){if(!o[n]){var t="function"==typeof require&&require;if(!e&&t)return t(n,!0);if(a)return a(n,!0);throw new Error("Cannot find module '"+n+"'")}e=i[n]={exports:{}};o[n][0].call(e.exports,function(e){var t=o[n][1][e];return s(t||e)},e,e.exports,r,o,i,u)}return i[n].exports}for(var a="function"==typeof require&&require,e=0;e<u.length;e++)s(u[e]);return s}({1:[function(w,b,m){!function(e,n,s,c,d,h,p,g,y){"use strict";var r=w("crypto");function t(e,t){t=u(e,t);var n;return void 0===(n="passthrough"!==t.algorithm?r.createHash(t.algorithm):new l).write&&(n.write=n.update,n.end=n.update),f(t,n).dispatch(e),n.update||n.end(""),n.digest?n.digest("buffer"===t.encoding?void 0:t.encoding):(e=n.read(),"buffer"!==t.encoding?e.toString(t.encoding):e)}(m=b.exports=t).sha1=function(e){return t(e)},m.keys=function(e){return t(e,{excludeValues:!0,algorithm:"sha1",encoding:"hex"})},m.MD5=function(e){return t(e,{algorithm:"md5",encoding:"hex"})},m.keysMD5=function(e){return t(e,{algorithm:"md5",encoding:"hex",excludeValues:!0})};var o=r.getHashes?r.getHashes().slice():["sha1","md5"],i=(o.push("passthrough"),["buffer","hex","binary","base64"]);function u(e,t){var n={};if(n.algorithm=(t=t||{}).algorithm||"sha1",n.encoding=t.encoding||"hex",n.excludeValues=!!t.excludeValues,n.algorithm=n.algorithm.toLowerCase(),n.encoding=n.encoding.toLowerCase(),n.ignoreUnknown=!0===t.ignoreUnknown,n.respectType=!1!==t.respectType,n.respectFunctionNames=!1!==t.respectFunctionNames,n.respectFunctionProperties=!1!==t.respectFunctionProperties,n.unorderedArrays=!0===t.unorderedArrays,n.unorderedSets=!1!==t.unorderedSets,n.unorderedObjects=!1!==t.unorderedObjects,n.replacer=t.replacer||void 0,n.excludeKeys=t.excludeKeys||void 0,void 0===e)throw new Error("Object argument required.");for(var r=0;r<o.length;++r)o[r].toLowerCase()===n.algorithm.toLowerCase()&&(n.algorithm=o[r]);if(-1===o.indexOf(n.algorithm))throw new Error('Algorithm "'+n.algorithm+'" not supported. supported values: '+o.join(", "));if(-1===i.indexOf(n.encoding)&&"passthrough"!==n.algorithm)throw new Error('Encoding "'+n.encoding+'" not supported. supported values: '+i.join(", "));return n}function a(e){if("function"==typeof e)return null!=/^function\s+\w*\s*\(\s*\)\s*{\s+\[native code\]\s+}$/i.exec(Function.prototype.toString.call(e))}function f(o,t,i){i=i||[];function u(e){return t.update?t.update(e,"utf8"):t.write(e,"utf8")}return{dispatch:function(e){return this["_"+(null===(e=o.replacer?o.replacer(e):e)?"null":typeof e)](e)},_object:function(t){var n,e=Object.prototype.toString.call(t),r=/\[object (.*)\]/i.exec(e);r=(r=r?r[1]:"unknown:["+e+"]").toLowerCase();if(0<=(e=i.indexOf(t)))return this.dispatch("[CIRCULAR:"+e+"]");if(i.push(t),void 0!==s&&s.isBuffer&&s.isBuffer(t))return u("buffer:"),u(t);if("object"===r||"function"===r||"asyncfunction"===r)return e=Object.keys(t),o.unorderedObjects&&(e=e.sort()),!1===o.respectType||a(t)||e.splice(0,0,"prototype","__proto__","constructor"),o.excludeKeys&&(e=e.filter(function(e){return!o.excludeKeys(e)})),u("object:"+e.length+":"),n=this,e.forEach(function(e){n.dispatch(e),u(":"),o.excludeValues||n.dispatch(t[e]),u(",")});if(!this["_"+r]){if(o.ignoreUnknown)return u("["+r+"]");throw new Error('Unknown object type "'+r+'"')}this["_"+r](t)},_array:function(e,t){t=void 0!==t?t:!1!==o.unorderedArrays;var n=this;if(u("array:"+e.length+":"),!t||e.length<=1)return e.forEach(function(e){return n.dispatch(e)});var r=[],t=e.map(function(e){var t=new l,n=i.slice();return f(o,t,n).dispatch(e),r=r.concat(n.slice(i.length)),t.read().toString()});return i=i.concat(r),t.sort(),this._array(t,!1)},_date:function(e){return u("date:"+e.toJSON())},_symbol:function(e){return u("symbol:"+e.toString())},_error:function(e){return u("error:"+e.toString())},_boolean:function(e){return u("bool:"+e.toString())},_string:function(e){u("string:"+e.length+":"),u(e.toString())},_function:function(e){u("fn:"),a(e)?this.dispatch("[native]"):this.dispatch(e.toString()),!1!==o.respectFunctionNames&&this.dispatch("function-name:"+String(e.name)),o.respectFunctionProperties&&this._object(e)},_number:function(e){return u("number:"+e.toString())},_xml:function(e){return u("xml:"+e.toString())},_null:function(){return u("Null")},_undefined:function(){return u("Undefined")},_regexp:function(e){return u("regex:"+e.toString())},_uint8array:function(e){return u("uint8array:"),this.dispatch(Array.prototype.slice.call(e))},_uint8clampedarray:function(e){return u("uint8clampedarray:"),this.dispatch(Array.prototype.slice.call(e))},_int8array:function(e){return u("int8array:"),this.dispatch(Array.prototype.slice.call(e))},_uint16array:function(e){return u("uint16array:"),this.dispatch(Array.prototype.slice.call(e))},_int16array:function(e){return u("int16array:"),this.dispatch(Array.prototype.slice.call(e))},_uint32array:function(e){return u("uint32array:"),this.dispatch(Array.prototype.slice.call(e))},_int32array:function(e){return u("int32array:"),this.dispatch(Array.prototype.slice.call(e))},_float32array:function(e){return u("float32array:"),this.dispatch(Array.prototype.slice.call(e))},_float64array:function(e){return u("float64array:"),this.dispatch(Array.prototype.slice.call(e))},_arraybuffer:function(e){return u("arraybuffer:"),this.dispatch(new Uint8Array(e))},_url:function(e){return u("url:"+e.toString())},_map:function(e){u("map:");e=Array.from(e);return this._array(e,!1!==o.unorderedSets)},_set:function(e){u("set:");e=Array.from(e);return this._array(e,!1!==o.unorderedSets)},_file:function(e){return u("file:"),this.dispatch([e.name,e.size,e.type,e.lastModfied])},_blob:function(){if(o.ignoreUnknown)return u("[blob]");throw Error('Hashing Blob objects is currently not supported\n(see https://github.com/puleos/object-hash/issues/26)\nUse "options.replacer" or "options.ignoreUnknown"\n')},_domwindow:function(){return u("domwindow")},_bigint:function(e){return u("bigint:"+e.toString())},_process:function(){return u("process")},_timer:function(){return u("timer")},_pipe:function(){return u("pipe")},_tcp:function(){return u("tcp")},_udp:function(){return u("udp")},_tty:function(){return u("tty")},_statwatcher:function(){return u("statwatcher")},_securecontext:function(){return u("securecontext")},_connection:function(){return u("connection")},_zlib:function(){return u("zlib")},_context:function(){return u("context")},_nodescript:function(){return u("nodescript")},_httpparser:function(){return u("httpparser")},_dataview:function(){return u("dataview")},_signal:function(){return u("signal")},_fsevent:function(){return u("fsevent")},_tlswrap:function(){return u("tlswrap")}}}function l(){return{buf:"",write:function(e){this.buf+=e},end:function(e){this.buf+=e},read:function(){return this.buf}}}m.writeToStream=function(e,t,n){return void 0===n&&(n=t,t={}),f(t=u(e,t),n).dispatch(e)}}.call(this,w("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},w("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/fake_9a5aa49d.js","/")},{buffer:3,crypto:5,lYpoI2:11}],2:[function(e,t,f){!function(e,t,n,r,o,i,u,s,a){!function(e){"use strict";var a="undefined"!=typeof Uint8Array?Uint8Array:Array,t="+".charCodeAt(0),n="/".charCodeAt(0),r="0".charCodeAt(0),o="a".charCodeAt(0),i="A".charCodeAt(0),u="-".charCodeAt(0),s="_".charCodeAt(0);function f(e){e=e.charCodeAt(0);return e===t||e===u?62:e===n||e===s?63:e<r?-1:e<r+10?e-r+26+26:e<i+26?e-i:e<o+26?e-o+26:void 0}e.toByteArray=function(e){var t,n;if(0<e.length%4)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.length,r="="===e.charAt(r-2)?2:"="===e.charAt(r-1)?1:0,o=new a(3*e.length/4-r),i=0<r?e.length-4:e.length,u=0;function s(e){o[u++]=e}for(t=0;t<i;t+=4,0)s((16711680&(n=f(e.charAt(t))<<18|f(e.charAt(t+1))<<12|f(e.charAt(t+2))<<6|f(e.charAt(t+3))))>>16),s((65280&n)>>8),s(255&n);return 2==r?s(255&(n=f(e.charAt(t))<<2|f(e.charAt(t+1))>>4)):1==r&&(s((n=f(e.charAt(t))<<10|f(e.charAt(t+1))<<4|f(e.charAt(t+2))>>2)>>8&255),s(255&n)),o},e.fromByteArray=function(e){var t,n,r,o,i=e.length%3,u="";function s(e){return"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e)}for(t=0,r=e.length-i;t<r;t+=3)n=(e[t]<<16)+(e[t+1]<<8)+e[t+2],u+=s((o=n)>>18&63)+s(o>>12&63)+s(o>>6&63)+s(63&o);switch(i){case 1:u=(u+=s((n=e[e.length-1])>>2))+s(n<<4&63)+"==";break;case 2:u=(u=(u+=s((n=(e[e.length-2]<<8)+e[e.length-1])>>10))+s(n>>4&63))+s(n<<2&63)+"="}return u}}(void 0===f?this.base64js={}:f)}.call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/base64-js/lib/b64.js","/node_modules/gulp-browserify/node_modules/base64-js/lib")},{buffer:3,lYpoI2:11}],3:[function(O,e,H){!function(e,n,f,r,h,p,g,y,w){var a=O("base64-js"),i=O("ieee754");function f(e,t,n){if(!(this instanceof f))return new f(e,t,n);var r,o,i,u,s=typeof e;if("base64"===t&&"string"==s)for(e=(u=e).trim?u.trim():u.replace(/^\s+|\s+$/g,"");e.length%4!=0;)e+="=";if("number"==s)r=j(e);else if("string"==s)r=f.byteLength(e,t);else{if("object"!=s)throw new Error("First argument needs to be a number, array or string.");r=j(e.length)}if(f._useTypedArrays?o=f._augment(new Uint8Array(r)):((o=this).length=r,o._isBuffer=!0),f._useTypedArrays&&"number"==typeof e.byteLength)o._set(e);else if(C(u=e)||f.isBuffer(u)||u&&"object"==typeof u&&"number"==typeof u.length)for(i=0;i<r;i++)f.isBuffer(e)?o[i]=e.readUInt8(i):o[i]=e[i];else if("string"==s)o.write(e,0,t);else if("number"==s&&!f._useTypedArrays&&!n)for(i=0;i<r;i++)o[i]=0;return o}function b(e,t,n,r){return f._charsWritten=c(function(e){for(var t=[],n=0;n<e.length;n++)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function m(e,t,n,r){return f._charsWritten=c(function(e){for(var t,n,r=[],o=0;o<e.length;o++)n=e.charCodeAt(o),t=n>>8,n=n%256,r.push(n),r.push(t);return r}(t),e,n,r)}function v(e,t,n){var r="";n=Math.min(e.length,n);for(var o=t;o<n;o++)r+=String.fromCharCode(e[o]);return r}function o(e,t,n,r){r||(d("boolean"==typeof n,"missing or invalid endian"),d(null!=t,"missing offset"),d(t+1<e.length,"Trying to read beyond buffer length"));var o,r=e.length;if(!(r<=t))return n?(o=e[t],t+1<r&&(o|=e[t+1]<<8)):(o=e[t]<<8,t+1<r&&(o|=e[t+1])),o}function u(e,t,n,r){r||(d("boolean"==typeof n,"missing or invalid endian"),d(null!=t,"missing offset"),d(t+3<e.length,"Trying to read beyond buffer length"));var o,r=e.length;if(!(r<=t))return n?(t+2<r&&(o=e[t+2]<<16),t+1<r&&(o|=e[t+1]<<8),o|=e[t],t+3<r&&(o+=e[t+3]<<24>>>0)):(t+1<r&&(o=e[t+1]<<16),t+2<r&&(o|=e[t+2]<<8),t+3<r&&(o|=e[t+3]),o+=e[t]<<24>>>0),o}function _(e,t,n,r){if(r||(d("boolean"==typeof n,"missing or invalid endian"),d(null!=t,"missing offset"),d(t+1<e.length,"Trying to read beyond buffer length")),!(e.length<=t))return r=o(e,t,n,!0),32768&r?-1*(65535-r+1):r}function E(e,t,n,r){if(r||(d("boolean"==typeof n,"missing or invalid endian"),d(null!=t,"missing offset"),d(t+3<e.length,"Trying to read beyond buffer length")),!(e.length<=t))return r=u(e,t,n,!0),2147483648&r?-1*(4294967295-r+1):r}function I(e,t,n,r){return r||(d("boolean"==typeof n,"missing or invalid endian"),d(t+3<e.length,"Trying to read beyond buffer length")),i.read(e,t,n,23,4)}function A(e,t,n,r){return r||(d("boolean"==typeof n,"missing or invalid endian"),d(t+7<e.length,"Trying to read beyond buffer length")),i.read(e,t,n,52,8)}function s(e,t,n,r,o){o||(d(null!=t,"missing value"),d("boolean"==typeof r,"missing or invalid endian"),d(null!=n,"missing offset"),d(n+1<e.length,"trying to write beyond buffer length"),Y(t,65535));o=e.length;if(!(o<=n))for(var i=0,u=Math.min(o-n,2);i<u;i++)e[n+i]=(t&255<<8*(r?i:1-i))>>>8*(r?i:1-i)}function l(e,t,n,r,o){o||(d(null!=t,"missing value"),d("boolean"==typeof r,"missing or invalid endian"),d(null!=n,"missing offset"),d(n+3<e.length,"trying to write beyond buffer length"),Y(t,4294967295));o=e.length;if(!(o<=n))for(var i=0,u=Math.min(o-n,4);i<u;i++)e[n+i]=t>>>8*(r?i:3-i)&255}function B(e,t,n,r,o){o||(d(null!=t,"missing value"),d("boolean"==typeof r,"missing or invalid endian"),d(null!=n,"missing offset"),d(n+1<e.length,"Trying to write beyond buffer length"),F(t,32767,-32768)),e.length<=n||s(e,0<=t?t:65535+t+1,n,r,o)}function L(e,t,n,r,o){o||(d(null!=t,"missing value"),d("boolean"==typeof r,"missing or invalid endian"),d(null!=n,"missing offset"),d(n+3<e.length,"Trying to write beyond buffer length"),F(t,2147483647,-2147483648)),e.length<=n||l(e,0<=t?t:4294967295+t+1,n,r,o)}function U(e,t,n,r,o){o||(d(null!=t,"missing value"),d("boolean"==typeof r,"missing or invalid endian"),d(null!=n,"missing offset"),d(n+3<e.length,"Trying to write beyond buffer length"),D(t,34028234663852886e22,-34028234663852886e22)),e.length<=n||i.write(e,t,n,r,23,4)}function x(e,t,n,r,o){o||(d(null!=t,"missing value"),d("boolean"==typeof r,"missing or invalid endian"),d(null!=n,"missing offset"),d(n+7<e.length,"Trying to write beyond buffer length"),D(t,17976931348623157e292,-17976931348623157e292)),e.length<=n||i.write(e,t,n,r,52,8)}H.Buffer=f,H.SlowBuffer=f,H.INSPECT_MAX_BYTES=50,f.poolSize=8192,f._useTypedArrays=function(){try{var e=new ArrayBuffer(0),t=new Uint8Array(e);return t.foo=function(){return 42},42===t.foo()&&"function"==typeof t.subarray}catch(e){return!1}}(),f.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"raw":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},f.isBuffer=function(e){return!(null==e||!e._isBuffer)},f.byteLength=function(e,t){var n;switch(e+="",t||"utf8"){case"hex":n=e.length/2;break;case"utf8":case"utf-8":n=T(e).length;break;case"ascii":case"binary":case"raw":n=e.length;break;case"base64":n=M(e).length;break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":n=2*e.length;break;default:throw new Error("Unknown encoding")}return n},f.concat=function(e,t){if(d(C(e),"Usage: Buffer.concat(list, [totalLength])\nlist should be an Array."),0===e.length)return new f(0);if(1===e.length)return e[0];if("number"!=typeof t)for(o=t=0;o<e.length;o++)t+=e[o].length;for(var n=new f(t),r=0,o=0;o<e.length;o++){var i=e[o];i.copy(n,r),r+=i.length}return n},f.prototype.write=function(e,t,n,r){isFinite(t)?isFinite(n)||(r=n,n=void 0):(a=r,r=t,t=n,n=a),t=Number(t)||0;var o,i,u,s,a=this.length-t;switch((!n||a<(n=Number(n)))&&(n=a),r=String(r||"utf8").toLowerCase()){case"hex":o=function(e,t,n,r){n=Number(n)||0;var o=e.length-n;(!r||o<(r=Number(r)))&&(r=o),d((o=t.length)%2==0,"Invalid hex string"),o/2<r&&(r=o/2);for(var i=0;i<r;i++){var u=parseInt(t.substr(2*i,2),16);d(!isNaN(u),"Invalid hex string"),e[n+i]=u}return f._charsWritten=2*i,i}(this,e,t,n);break;case"utf8":case"utf-8":i=this,u=t,s=n,o=f._charsWritten=c(T(e),i,u,s);break;case"ascii":case"binary":o=b(this,e,t,n);break;case"base64":i=this,u=t,s=n,o=f._charsWritten=c(M(e),i,u,s);break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":o=m(this,e,t,n);break;default:throw new Error("Unknown encoding")}return o},f.prototype.toString=function(e,t,n){var r,o,i,u,s=this;if(e=String(e||"utf8").toLowerCase(),t=Number(t)||0,(n=void 0!==n?Number(n):s.length)===t)return"";switch(e){case"hex":r=function(e,t,n){var r=e.length;(!t||t<0)&&(t=0);(!n||n<0||r<n)&&(n=r);for(var o="",i=t;i<n;i++)o+=k(e[i]);return o}(s,t,n);break;case"utf8":case"utf-8":r=function(e,t,n){var r="",o="";n=Math.min(e.length,n);for(var i=t;i<n;i++)e[i]<=127?(r+=N(o)+String.fromCharCode(e[i]),o=""):o+="%"+e[i].toString(16);return r+N(o)}(s,t,n);break;case"ascii":case"binary":r=v(s,t,n);break;case"base64":o=s,u=n,r=0===(i=t)&&u===o.length?a.fromByteArray(o):a.fromByteArray(o.slice(i,u));break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":r=function(e,t,n){for(var r=e.slice(t,n),o="",i=0;i<r.length;i+=2)o+=String.fromCharCode(r[i]+256*r[i+1]);return o}(s,t,n);break;default:throw new Error("Unknown encoding")}return r},f.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}},f.prototype.copy=function(e,t,n,r){if(t=t||0,(r=r||0===r?r:this.length)!==(n=n||0)&&0!==e.length&&0!==this.length){d(n<=r,"sourceEnd < sourceStart"),d(0<=t&&t<e.length,"targetStart out of bounds"),d(0<=n&&n<this.length,"sourceStart out of bounds"),d(0<=r&&r<=this.length,"sourceEnd out of bounds"),r>this.length&&(r=this.length);var o=(r=e.length-t<r-n?e.length-t+n:r)-n;if(o<100||!f._useTypedArrays)for(var i=0;i<o;i++)e[i+t]=this[i+n];else e._set(this.subarray(n,n+o),t)}},f.prototype.slice=function(e,t){var n=this.length;if(e=S(e,n,0),t=S(t,n,n),f._useTypedArrays)return f._augment(this.subarray(e,t));for(var r=t-e,o=new f(r,void 0,!0),i=0;i<r;i++)o[i]=this[i+e];return o},f.prototype.get=function(e){return console.log(".get() is deprecated. Access using array indexes instead."),this.readUInt8(e)},f.prototype.set=function(e,t){return console.log(".set() is deprecated. Access using array indexes instead."),this.writeUInt8(e,t)},f.prototype.readUInt8=function(e,t){if(t||(d(null!=e,"missing offset"),d(e<this.length,"Trying to read beyond buffer length")),!(e>=this.length))return this[e]},f.prototype.readUInt16LE=function(e,t){return o(this,e,!0,t)},f.prototype.readUInt16BE=function(e,t){return o(this,e,!1,t)},f.prototype.readUInt32LE=function(e,t){return u(this,e,!0,t)},f.prototype.readUInt32BE=function(e,t){return u(this,e,!1,t)},f.prototype.readInt8=function(e,t){if(t||(d(null!=e,"missing offset"),d(e<this.length,"Trying to read beyond buffer length")),!(e>=this.length))return 128&this[e]?-1*(255-this[e]+1):this[e]},f.prototype.readInt16LE=function(e,t){return _(this,e,!0,t)},f.prototype.readInt16BE=function(e,t){return _(this,e,!1,t)},f.prototype.readInt32LE=function(e,t){return E(this,e,!0,t)},f.prototype.readInt32BE=function(e,t){return E(this,e,!1,t)},f.prototype.readFloatLE=function(e,t){return I(this,e,!0,t)},f.prototype.readFloatBE=function(e,t){return I(this,e,!1,t)},f.prototype.readDoubleLE=function(e,t){return A(this,e,!0,t)},f.prototype.readDoubleBE=function(e,t){return A(this,e,!1,t)},f.prototype.writeUInt8=function(e,t,n){n||(d(null!=e,"missing value"),d(null!=t,"missing offset"),d(t<this.length,"trying to write beyond buffer length"),Y(e,255)),t>=this.length||(this[t]=e)},f.prototype.writeUInt16LE=function(e,t,n){s(this,e,t,!0,n)},f.prototype.writeUInt16BE=function(e,t,n){s(this,e,t,!1,n)},f.prototype.writeUInt32LE=function(e,t,n){l(this,e,t,!0,n)},f.prototype.writeUInt32BE=function(e,t,n){l(this,e,t,!1,n)},f.prototype.writeInt8=function(e,t,n){n||(d(null!=e,"missing value"),d(null!=t,"missing offset"),d(t<this.length,"Trying to write beyond buffer length"),F(e,127,-128)),t>=this.length||(0<=e?this.writeUInt8(e,t,n):this.writeUInt8(255+e+1,t,n))},f.prototype.writeInt16LE=function(e,t,n){B(this,e,t,!0,n)},f.prototype.writeInt16BE=function(e,t,n){B(this,e,t,!1,n)},f.prototype.writeInt32LE=function(e,t,n){L(this,e,t,!0,n)},f.prototype.writeInt32BE=function(e,t,n){L(this,e,t,!1,n)},f.prototype.writeFloatLE=function(e,t,n){U(this,e,t,!0,n)},f.prototype.writeFloatBE=function(e,t,n){U(this,e,t,!1,n)},f.prototype.writeDoubleLE=function(e,t,n){x(this,e,t,!0,n)},f.prototype.writeDoubleBE=function(e,t,n){x(this,e,t,!1,n)},f.prototype.fill=function(e,t,n){if(t=t||0,n=n||this.length,d("number"==typeof(e="string"==typeof(e=e||0)?e.charCodeAt(0):e)&&!isNaN(e),"value is not a number"),d(t<=n,"end < start"),n!==t&&0!==this.length){d(0<=t&&t<this.length,"start out of bounds"),d(0<=n&&n<=this.length,"end out of bounds");for(var r=t;r<n;r++)this[r]=e}},f.prototype.inspect=function(){for(var e=[],t=this.length,n=0;n<t;n++)if(e[n]=k(this[n]),n===H.INSPECT_MAX_BYTES){e[n+1]="...";break}return"<Buffer "+e.join(" ")+">"},f.prototype.toArrayBuffer=function(){if("undefined"==typeof Uint8Array)throw new Error("Buffer.toArrayBuffer not supported in this browser");if(f._useTypedArrays)return new f(this).buffer;for(var e=new Uint8Array(this.length),t=0,n=e.length;t<n;t+=1)e[t]=this[t];return e.buffer};var t=f.prototype;function S(e,t,n){return"number"!=typeof e?n:t<=(e=~~e)?t:0<=e||0<=(e+=t)?e:0}function j(e){return(e=~~Math.ceil(+e))<0?0:e}function C(e){return(Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)})(e)}function k(e){return e<16?"0"+e.toString(16):e.toString(16)}function T(e){for(var t=[],n=0;n<e.length;n++){var r=e.charCodeAt(n);if(r<=127)t.push(e.charCodeAt(n));else for(var o=n,i=(55296<=r&&r<=57343&&n++,encodeURIComponent(e.slice(o,n+1)).substr(1).split("%")),u=0;u<i.length;u++)t.push(parseInt(i[u],16))}return t}function M(e){return a.toByteArray(e)}function c(e,t,n,r){for(var o=0;o<r&&!(o+n>=t.length||o>=e.length);o++)t[o+n]=e[o];return o}function N(e){try{return decodeURIComponent(e)}catch(e){return String.fromCharCode(65533)}}function Y(e,t){d("number"==typeof e,"cannot write a non-number as a number"),d(0<=e,"specified a negative value for writing an unsigned value"),d(e<=t,"value is larger than maximum value for type"),d(Math.floor(e)===e,"value has a fractional component")}function F(e,t,n){d("number"==typeof e,"cannot write a non-number as a number"),d(e<=t,"value larger than maximum allowed value"),d(n<=e,"value smaller than minimum allowed value"),d(Math.floor(e)===e,"value has a fractional component")}function D(e,t,n){d("number"==typeof e,"cannot write a non-number as a number"),d(e<=t,"value larger than maximum allowed value"),d(n<=e,"value smaller than minimum allowed value")}function d(e,t){if(!e)throw new Error(t||"Failed assertion")}f._augment=function(e){return e._isBuffer=!0,e._get=e.get,e._set=e.set,e.get=t.get,e.set=t.set,e.write=t.write,e.toString=t.toString,e.toLocaleString=t.toString,e.toJSON=t.toJSON,e.copy=t.copy,e.slice=t.slice,e.readUInt8=t.readUInt8,e.readUInt16LE=t.readUInt16LE,e.readUInt16BE=t.readUInt16BE,e.readUInt32LE=t.readUInt32LE,e.readUInt32BE=t.readUInt32BE,e.readInt8=t.readInt8,e.readInt16LE=t.readInt16LE,e.readInt16BE=t.readInt16BE,e.readInt32LE=t.readInt32LE,e.readInt32BE=t.readInt32BE,e.readFloatLE=t.readFloatLE,e.readFloatBE=t.readFloatBE,e.readDoubleLE=t.readDoubleLE,e.readDoubleBE=t.readDoubleBE,e.writeUInt8=t.writeUInt8,e.writeUInt16LE=t.writeUInt16LE,e.writeUInt16BE=t.writeUInt16BE,e.writeUInt32LE=t.writeUInt32LE,e.writeUInt32BE=t.writeUInt32BE,e.writeInt8=t.writeInt8,e.writeInt16LE=t.writeInt16LE,e.writeInt16BE=t.writeInt16BE,e.writeInt32LE=t.writeInt32LE,e.writeInt32BE=t.writeInt32BE,e.writeFloatLE=t.writeFloatLE,e.writeFloatBE=t.writeFloatBE,e.writeDoubleLE=t.writeDoubleLE,e.writeDoubleBE=t.writeDoubleBE,e.fill=t.fill,e.inspect=t.inspect,e.toArrayBuffer=t.toArrayBuffer,e}}.call(this,O("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},O("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/buffer/index.js","/node_modules/gulp-browserify/node_modules/buffer")},{"base64-js":2,buffer:3,ieee754:10,lYpoI2:11}],4:[function(c,d,e){!function(e,t,a,n,r,o,i,u,s){var a=c("buffer").Buffer,f=4,l=new a(f);l.fill(0);d.exports={hash:function(e,t,n,r){for(var o=t(function(e,t){e.length%f!=0&&(n=e.length+(f-e.length%f),e=a.concat([e,l],n));for(var n,r=[],o=t?e.readInt32BE:e.readInt32LE,i=0;i<e.length;i+=f)r.push(o.call(e,i));return r}(e=a.isBuffer(e)?e:new a(e),r),8*e.length),t=r,i=new a(n),u=t?i.writeInt32BE:i.writeInt32LE,s=0;s<o.length;s++)u.call(i,o[s],4*s,!0);return i}}}.call(this,c("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},c("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/helpers.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{buffer:3,lYpoI2:11}],5:[function(v,e,_){!function(l,c,u,d,h,p,g,y,w){var u=v("buffer").Buffer,e=v("./sha"),t=v("./sha256"),n=v("./rng"),b={sha1:e,sha256:t,md5:v("./md5")},s=64,a=new u(s);function r(e,n){var r=b[e=e||"sha1"],o=[];return r||i("algorithm:",e,"is not yet supported"),{update:function(e){return u.isBuffer(e)||(e=new u(e)),o.push(e),e.length,this},digest:function(e){var t=u.concat(o),t=n?function(e,t,n){u.isBuffer(t)||(t=new u(t)),u.isBuffer(n)||(n=new u(n)),t.length>s?t=e(t):t.length<s&&(t=u.concat([t,a],s));for(var r=new u(s),o=new u(s),i=0;i<s;i++)r[i]=54^t[i],o[i]=92^t[i];return n=e(u.concat([r,n])),e(u.concat([o,n]))}(r,n,t):r(t);return o=null,e?t.toString(e):t}}}function i(){var e=[].slice.call(arguments).join(" ");throw new Error([e,"we accept pull requests","http://github.com/dominictarr/crypto-browserify"].join("\n"))}a.fill(0),_.createHash=function(e){return r(e)},_.createHmac=r,_.randomBytes=function(e,t){if(!t||!t.call)return new u(n(e));try{t.call(this,void 0,new u(n(e)))}catch(e){t(e)}};var o,f=["createCredentials","createCipher","createCipheriv","createDecipher","createDecipheriv","createSign","createVerify","createDiffieHellman","pbkdf2"],m=function(e){_[e]=function(){i("sorry,",e,"is not implemented yet")}};for(o in f)m(f[o],o)}.call(this,v("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},v("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/index.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./md5":6,"./rng":7,"./sha":8,"./sha256":9,buffer:3,lYpoI2:11}],6:[function(w,b,e){!function(e,r,o,i,u,a,f,l,y){var t=w("./helpers");function n(e,t){e[t>>5]|=128<<t%32,e[14+(t+64>>>9<<4)]=t;for(var n=1732584193,r=-271733879,o=-1732584194,i=271733878,u=0;u<e.length;u+=16){var s=n,a=r,f=o,l=i,n=c(n,r,o,i,e[u+0],7,-680876936),i=c(i,n,r,o,e[u+1],12,-389564586),o=c(o,i,n,r,e[u+2],17,606105819),r=c(r,o,i,n,e[u+3],22,-1044525330);n=c(n,r,o,i,e[u+4],7,-176418897),i=c(i,n,r,o,e[u+5],12,1200080426),o=c(o,i,n,r,e[u+6],17,-1473231341),r=c(r,o,i,n,e[u+7],22,-45705983),n=c(n,r,o,i,e[u+8],7,1770035416),i=c(i,n,r,o,e[u+9],12,-1958414417),o=c(o,i,n,r,e[u+10],17,-42063),r=c(r,o,i,n,e[u+11],22,-1990404162),n=c(n,r,o,i,e[u+12],7,1804603682),i=c(i,n,r,o,e[u+13],12,-40341101),o=c(o,i,n,r,e[u+14],17,-1502002290),n=d(n,r=c(r,o,i,n,e[u+15],22,1236535329),o,i,e[u+1],5,-165796510),i=d(i,n,r,o,e[u+6],9,-1069501632),o=d(o,i,n,r,e[u+11],14,643717713),r=d(r,o,i,n,e[u+0],20,-373897302),n=d(n,r,o,i,e[u+5],5,-701558691),i=d(i,n,r,o,e[u+10],9,38016083),o=d(o,i,n,r,e[u+15],14,-660478335),r=d(r,o,i,n,e[u+4],20,-405537848),n=d(n,r,o,i,e[u+9],5,568446438),i=d(i,n,r,o,e[u+14],9,-1019803690),o=d(o,i,n,r,e[u+3],14,-187363961),r=d(r,o,i,n,e[u+8],20,1163531501),n=d(n,r,o,i,e[u+13],5,-1444681467),i=d(i,n,r,o,e[u+2],9,-51403784),o=d(o,i,n,r,e[u+7],14,1735328473),n=h(n,r=d(r,o,i,n,e[u+12],20,-1926607734),o,i,e[u+5],4,-378558),i=h(i,n,r,o,e[u+8],11,-2022574463),o=h(o,i,n,r,e[u+11],16,1839030562),r=h(r,o,i,n,e[u+14],23,-35309556),n=h(n,r,o,i,e[u+1],4,-1530992060),i=h(i,n,r,o,e[u+4],11,1272893353),o=h(o,i,n,r,e[u+7],16,-155497632),r=h(r,o,i,n,e[u+10],23,-1094730640),n=h(n,r,o,i,e[u+13],4,681279174),i=h(i,n,r,o,e[u+0],11,-358537222),o=h(o,i,n,r,e[u+3],16,-722521979),r=h(r,o,i,n,e[u+6],23,76029189),n=h(n,r,o,i,e[u+9],4,-640364487),i=h(i,n,r,o,e[u+12],11,-421815835),o=h(o,i,n,r,e[u+15],16,530742520),n=p(n,r=h(r,o,i,n,e[u+2],23,-995338651),o,i,e[u+0],6,-198630844),i=p(i,n,r,o,e[u+7],10,1126891415),o=p(o,i,n,r,e[u+14],15,-1416354905),r=p(r,o,i,n,e[u+5],21,-57434055),n=p(n,r,o,i,e[u+12],6,1700485571),i=p(i,n,r,o,e[u+3],10,-1894986606),o=p(o,i,n,r,e[u+10],15,-1051523),r=p(r,o,i,n,e[u+1],21,-2054922799),n=p(n,r,o,i,e[u+8],6,1873313359),i=p(i,n,r,o,e[u+15],10,-30611744),o=p(o,i,n,r,e[u+6],15,-1560198380),r=p(r,o,i,n,e[u+13],21,1309151649),n=p(n,r,o,i,e[u+4],6,-145523070),i=p(i,n,r,o,e[u+11],10,-1120210379),o=p(o,i,n,r,e[u+2],15,718787259),r=p(r,o,i,n,e[u+9],21,-343485551),n=g(n,s),r=g(r,a),o=g(o,f),i=g(i,l)}return Array(n,r,o,i)}function s(e,t,n,r,o,i){return g((t=g(g(t,e),g(r,i)))<<o|t>>>32-o,n)}function c(e,t,n,r,o,i,u){return s(t&n|~t&r,e,t,o,i,u)}function d(e,t,n,r,o,i,u){return s(t&r|n&~r,e,t,o,i,u)}function h(e,t,n,r,o,i,u){return s(t^n^r,e,t,o,i,u)}function p(e,t,n,r,o,i,u){return s(n^(t|~r),e,t,o,i,u)}function g(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}b.exports=function(e){return t.hash(e,n,16)}}.call(this,w("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},w("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/md5.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:11}],7:[function(e,l,t){!function(e,t,n,r,o,i,u,s,f){var a;l.exports=a||function(e){for(var t,n=new Array(e),r=0;r<e;r++)0==(3&r)&&(t=4294967296*Math.random()),n[r]=t>>>((3&r)<<3)&255;return n}}.call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/rng.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{buffer:3,lYpoI2:11}],8:[function(c,d,e){!function(e,t,n,r,o,s,a,f,l){var i=c("./helpers");function u(l,c){l[c>>5]|=128<<24-c%32,l[15+(c+64>>9<<4)]=c;for(var e,t,n,r=Array(80),o=1732584193,i=-271733879,u=-1732584194,s=271733878,d=-1009589776,h=0;h<l.length;h+=16){for(var p=o,g=i,y=u,w=s,b=d,a=0;a<80;a++){r[a]=a<16?l[h+a]:v(r[a-3]^r[a-8]^r[a-14]^r[a-16],1);var f=m(m(v(o,5),(f=i,t=u,n=s,(e=a)<20?f&t|~f&n:!(e<40)&&e<60?f&t|f&n|t&n:f^t^n)),m(m(d,r[a]),(e=a)<20?1518500249:e<40?1859775393:e<60?-1894007588:-899497514)),d=s,s=u,u=v(i,30),i=o,o=f}o=m(o,p),i=m(i,g),u=m(u,y),s=m(s,w),d=m(d,b)}return Array(o,i,u,s,d)}function m(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function v(e,t){return e<<t|e>>>32-t}d.exports=function(e){return i.hash(e,u,20,!0)}}.call(this,c("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},c("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/sha.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:11}],9:[function(c,d,e){!function(e,t,n,r,u,s,a,f,l){function b(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function o(e,l){var c,d=new Array(1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298),t=new Array(1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225),n=new Array(64);e[l>>5]|=128<<24-l%32,e[15+(l+64>>9<<4)]=l;for(var r,o,h=0;h<e.length;h+=16){for(var i=t[0],u=t[1],s=t[2],p=t[3],a=t[4],g=t[5],y=t[6],w=t[7],f=0;f<64;f++)n[f]=f<16?e[f+h]:b(b(b((o=n[f-2],m(o,17)^m(o,19)^v(o,10)),n[f-7]),(o=n[f-15],m(o,7)^m(o,18)^v(o,3))),n[f-16]),c=b(b(b(b(w,m(o=a,6)^m(o,11)^m(o,25)),a&g^~a&y),d[f]),n[f]),r=b(m(r=i,2)^m(r,13)^m(r,22),i&u^i&s^u&s),w=y,y=g,g=a,a=b(p,c),p=s,s=u,u=i,i=b(c,r);t[0]=b(i,t[0]),t[1]=b(u,t[1]),t[2]=b(s,t[2]),t[3]=b(p,t[3]),t[4]=b(a,t[4]),t[5]=b(g,t[5]),t[6]=b(y,t[6]),t[7]=b(w,t[7])}return t}var i=c("./helpers"),m=function(e,t){return e>>>t|e<<32-t},v=function(e,t){return e>>>t};d.exports=function(e){return i.hash(e,o,32,!0)}}.call(this,c("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},c("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/sha256.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:11}],10:[function(e,t,f){!function(e,t,n,r,o,i,u,s,a){f.read=function(e,t,n,r,o){var i,u,l=8*o-r-1,c=(1<<l)-1,d=c>>1,s=-7,a=n?o-1:0,f=n?-1:1,o=e[t+a];for(a+=f,i=o&(1<<-s)-1,o>>=-s,s+=l;0<s;i=256*i+e[t+a],a+=f,s-=8);for(u=i&(1<<-s)-1,i>>=-s,s+=r;0<s;u=256*u+e[t+a],a+=f,s-=8);if(0===i)i=1-d;else{if(i===c)return u?NaN:1/0*(o?-1:1);u+=Math.pow(2,r),i-=d}return(o?-1:1)*u*Math.pow(2,i-r)},f.write=function(e,t,l,n,r,c){var o,i,u=8*c-r-1,s=(1<<u)-1,a=s>>1,d=23===r?Math.pow(2,-24)-Math.pow(2,-77):0,f=n?0:c-1,h=n?1:-1,c=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(i=isNaN(t)?1:0,o=s):(o=Math.floor(Math.log(t)/Math.LN2),t*(n=Math.pow(2,-o))<1&&(o--,n*=2),2<=(t+=1<=o+a?d/n:d*Math.pow(2,1-a))*n&&(o++,n/=2),s<=o+a?(i=0,o=s):1<=o+a?(i=(t*n-1)*Math.pow(2,r),o+=a):(i=t*Math.pow(2,a-1)*Math.pow(2,r),o=0));8<=r;e[l+f]=255&i,f+=h,i/=256,r-=8);for(o=o<<r|i,u+=r;0<u;e[l+f]=255&o,f+=h,o/=256,u-=8);e[l+f-h]|=128*c}}.call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/ieee754/index.js","/node_modules/gulp-browserify/node_modules/ieee754")},{buffer:3,lYpoI2:11}],11:[function(e,h,t){!function(e,t,n,r,o,f,l,c,d){var i,u,s;function a(){}(e=h.exports={}).nextTick=(u="undefined"!=typeof window&&window.setImmediate,s="undefined"!=typeof window&&window.postMessage&&window.addEventListener,u?function(e){return window.setImmediate(e)}:s?(i=[],window.addEventListener("message",function(e){var t=e.source;t!==window&&null!==t||"process-tick"!==e.data||(e.stopPropagation(),0<i.length&&i.shift()())},!0),function(e){i.push(e),window.postMessage("process-tick","*")}):function(e){setTimeout(e,0)}),e.title="browser",e.browser=!0,e.env={},e.argv=[],e.on=a,e.addListener=a,e.once=a,e.off=a,e.removeListener=a,e.removeAllListeners=a,e.emit=a,e.binding=function(e){throw new Error("process.binding is not supported")},e.cwd=function(){return"/"},e.chdir=function(e){throw new Error("process.chdir is not supported")}}.call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/process/browser.js","/node_modules/gulp-browserify/node_modules/process")},{buffer:3,lYpoI2:11}]},{},[1])(1)});
9329
7490
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
9330
- },{}],137:[function(require,module,exports){
7491
+ },{}],135:[function(require,module,exports){
9331
7492
  // shim for using process in browser
9332
7493
  var process = module.exports = {};
9333
7494
 
@@ -9513,7 +7674,7 @@ process.chdir = function (dir) {
9513
7674
  };
9514
7675
  process.umask = function() { return 0; };
9515
7676
 
9516
- },{}],138:[function(require,module,exports){
7677
+ },{}],136:[function(require,module,exports){
9517
7678
  !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.QRCodeStyling=e():t.QRCodeStyling=e()}(self,(function(){return(()=>{var t={192:(t,e)=>{var r,n,o=function(){var t=function(t,e){var r=t,n=a[e],o=null,i=0,u=null,v=[],w={},m=function(t,e){o=function(t){for(var e=new Array(t),r=0;r<t;r+=1){e[r]=new Array(t);for(var n=0;n<t;n+=1)e[r][n]=null}return e}(i=4*r+17),b(0,0),b(i-7,0),b(0,i-7),x(),_(),M(t,e),r>=7&&S(t),null==u&&(u=A(r,n,v)),C(u,e)},b=function(t,e){for(var r=-1;r<=7;r+=1)if(!(t+r<=-1||i<=t+r))for(var n=-1;n<=7;n+=1)e+n<=-1||i<=e+n||(o[t+r][e+n]=0<=r&&r<=6&&(0==n||6==n)||0<=n&&n<=6&&(0==r||6==r)||2<=r&&r<=4&&2<=n&&n<=4)},_=function(){for(var t=8;t<i-8;t+=1)null==o[t][6]&&(o[t][6]=t%2==0);for(var e=8;e<i-8;e+=1)null==o[6][e]&&(o[6][e]=e%2==0)},x=function(){for(var t=s.getPatternPosition(r),e=0;e<t.length;e+=1)for(var n=0;n<t.length;n+=1){var i=t[e],a=t[n];if(null==o[i][a])for(var u=-2;u<=2;u+=1)for(var h=-2;h<=2;h+=1)o[i+u][a+h]=-2==u||2==u||-2==h||2==h||0==u&&0==h}},S=function(t){for(var e=s.getBCHTypeNumber(r),n=0;n<18;n+=1){var a=!t&&1==(e>>n&1);o[Math.floor(n/3)][n%3+i-8-3]=a}for(n=0;n<18;n+=1)a=!t&&1==(e>>n&1),o[n%3+i-8-3][Math.floor(n/3)]=a},M=function(t,e){for(var r=n<<3|e,a=s.getBCHTypeInfo(r),u=0;u<15;u+=1){var h=!t&&1==(a>>u&1);u<6?o[u][8]=h:u<8?o[u+1][8]=h:o[i-15+u][8]=h}for(u=0;u<15;u+=1)h=!t&&1==(a>>u&1),u<8?o[8][i-u-1]=h:u<9?o[8][15-u-1+1]=h:o[8][15-u-1]=h;o[i-8][8]=!t},C=function(t,e){for(var r=-1,n=i-1,a=7,u=0,h=s.getMaskFunction(e),c=i-1;c>0;c-=2)for(6==c&&(c-=1);;){for(var l=0;l<2;l+=1)if(null==o[n][c-l]){var d=!1;u<t.length&&(d=1==(t[u]>>>a&1)),h(n,c-l)&&(d=!d),o[n][c-l]=d,-1==(a-=1)&&(u+=1,a=7)}if((n+=r)<0||i<=n){n-=r,r=-r;break}}},A=function(t,e,r){for(var n=c.getRSBlocks(t,e),o=l(),i=0;i<r.length;i+=1){var a=r[i];o.put(a.getMode(),4),o.put(a.getLength(),s.getLengthInBits(a.getMode(),t)),a.write(o)}var u=0;for(i=0;i<n.length;i+=1)u+=n[i].dataCount;if(o.getLengthInBits()>8*u)throw"code length overflow. ("+o.getLengthInBits()+">"+8*u+")";for(o.getLengthInBits()+4<=8*u&&o.put(0,4);o.getLengthInBits()%8!=0;)o.putBit(!1);for(;!(o.getLengthInBits()>=8*u||(o.put(236,8),o.getLengthInBits()>=8*u));)o.put(17,8);return function(t,e){for(var r=0,n=0,o=0,i=new Array(e.length),a=new Array(e.length),u=0;u<e.length;u+=1){var c=e[u].dataCount,l=e[u].totalCount-c;n=Math.max(n,c),o=Math.max(o,l),i[u]=new Array(c);for(var d=0;d<i[u].length;d+=1)i[u][d]=255&t.getBuffer()[d+r];r+=c;var f=s.getErrorCorrectPolynomial(l),g=h(i[u],f.getLength()-1).mod(f);for(a[u]=new Array(f.getLength()-1),d=0;d<a[u].length;d+=1){var p=d+g.getLength()-a[u].length;a[u][d]=p>=0?g.getAt(p):0}}var v=0;for(d=0;d<e.length;d+=1)v+=e[d].totalCount;var w=new Array(v),y=0;for(d=0;d<n;d+=1)for(u=0;u<e.length;u+=1)d<i[u].length&&(w[y]=i[u][d],y+=1);for(d=0;d<o;d+=1)for(u=0;u<e.length;u+=1)d<a[u].length&&(w[y]=a[u][d],y+=1);return w}(o,n)};w.addData=function(t,e){var r=null;switch(e=e||"Byte"){case"Numeric":r=d(t);break;case"Alphanumeric":r=f(t);break;case"Byte":r=g(t);break;case"Kanji":r=p(t);break;default:throw"mode:"+e}v.push(r),u=null},w.isDark=function(t,e){if(t<0||i<=t||e<0||i<=e)throw t+","+e;return o[t][e]},w.getModuleCount=function(){return i},w.make=function(){if(r<1){for(var t=1;t<40;t++){for(var e=c.getRSBlocks(t,n),o=l(),i=0;i<v.length;i++){var a=v[i];o.put(a.getMode(),4),o.put(a.getLength(),s.getLengthInBits(a.getMode(),t)),a.write(o)}var u=0;for(i=0;i<e.length;i++)u+=e[i].dataCount;if(o.getLengthInBits()<=8*u)break}r=t}m(!1,function(){for(var t=0,e=0,r=0;r<8;r+=1){m(!0,r);var n=s.getLostPoint(w);(0==r||t>n)&&(t=n,e=r)}return e}())},w.createTableTag=function(t,e){t=t||2;var r="";r+='<table style="',r+=" border-width: 0px; border-style: none;",r+=" border-collapse: collapse;",r+=" padding: 0px; margin: "+(e=void 0===e?4*t:e)+"px;",r+='">',r+="<tbody>";for(var n=0;n<w.getModuleCount();n+=1){r+="<tr>";for(var o=0;o<w.getModuleCount();o+=1)r+='<td style="',r+=" border-width: 0px; border-style: none;",r+=" border-collapse: collapse;",r+=" padding: 0px; margin: 0px;",r+=" width: "+t+"px;",r+=" height: "+t+"px;",r+=" background-color: ",r+=w.isDark(n,o)?"#000000":"#ffffff",r+=";",r+='"/>';r+="</tr>"}return(r+="</tbody>")+"</table>"},w.createSvgTag=function(t,e,r,n){var o={};"object"==typeof arguments[0]&&(t=(o=arguments[0]).cellSize,e=o.margin,r=o.alt,n=o.title),t=t||2,e=void 0===e?4*t:e,(r="string"==typeof r?{text:r}:r||{}).text=r.text||null,r.id=r.text?r.id||"qrcode-description":null,(n="string"==typeof n?{text:n}:n||{}).text=n.text||null,n.id=n.text?n.id||"qrcode-title":null;var i,a,s,u,h=w.getModuleCount()*t+2*e,c="";for(u="l"+t+",0 0,"+t+" -"+t+",0 0,-"+t+"z ",c+='<svg version="1.1" xmlns="http://www.w3.org/2000/svg"',c+=o.scalable?"":' width="'+h+'px" height="'+h+'px"',c+=' viewBox="0 0 '+h+" "+h+'" ',c+=' preserveAspectRatio="xMinYMin meet"',c+=n.text||r.text?' role="img" aria-labelledby="'+k([n.id,r.id].join(" ").trim())+'"':"",c+=">",c+=n.text?'<title id="'+k(n.id)+'">'+k(n.text)+"</title>":"",c+=r.text?'<description id="'+k(r.id)+'">'+k(r.text)+"</description>":"",c+='<rect width="100%" height="100%" fill="white" cx="0" cy="0"/>',c+='<path d="',a=0;a<w.getModuleCount();a+=1)for(s=a*t+e,i=0;i<w.getModuleCount();i+=1)w.isDark(a,i)&&(c+="M"+(i*t+e)+","+s+u);return(c+='" stroke="transparent" fill="black"/>')+"</svg>"},w.createDataURL=function(t,e){t=t||2,e=void 0===e?4*t:e;var r=w.getModuleCount()*t+2*e,n=e,o=r-e;return y(r,r,(function(e,r){if(n<=e&&e<o&&n<=r&&r<o){var i=Math.floor((e-n)/t),a=Math.floor((r-n)/t);return w.isDark(a,i)?0:1}return 1}))},w.createImgTag=function(t,e,r){t=t||2,e=void 0===e?4*t:e;var n=w.getModuleCount()*t+2*e,o="";return o+="<img",o+=' src="',o+=w.createDataURL(t,e),o+='"',o+=' width="',o+=n,o+='"',o+=' height="',o+=n,o+='"',r&&(o+=' alt="',o+=k(r),o+='"'),o+"/>"};var k=function(t){for(var e="",r=0;r<t.length;r+=1){var n=t.charAt(r);switch(n){case"<":e+="&lt;";break;case">":e+="&gt;";break;case"&":e+="&amp;";break;case'"':e+="&quot;";break;default:e+=n}}return e};return w.createASCII=function(t,e){if((t=t||1)<2)return function(t){t=void 0===t?2:t;var e,r,n,o,i,a=1*w.getModuleCount()+2*t,s=t,u=a-t,h={"██":"█","█ ":"▀"," █":"▄"," ":" "},c={"██":"▀","█ ":"▀"," █":" "," ":" "},l="";for(e=0;e<a;e+=2){for(n=Math.floor((e-s)/1),o=Math.floor((e+1-s)/1),r=0;r<a;r+=1)i="█",s<=r&&r<u&&s<=e&&e<u&&w.isDark(n,Math.floor((r-s)/1))&&(i=" "),s<=r&&r<u&&s<=e+1&&e+1<u&&w.isDark(o,Math.floor((r-s)/1))?i+=" ":i+="█",l+=t<1&&e+1>=u?c[i]:h[i];l+="\n"}return a%2&&t>0?l.substring(0,l.length-a-1)+Array(a+1).join("▀"):l.substring(0,l.length-1)}(e);t-=1,e=void 0===e?2*t:e;var r,n,o,i,a=w.getModuleCount()*t+2*e,s=e,u=a-e,h=Array(t+1).join("██"),c=Array(t+1).join(" "),l="",d="";for(r=0;r<a;r+=1){for(o=Math.floor((r-s)/t),d="",n=0;n<a;n+=1)i=1,s<=n&&n<u&&s<=r&&r<u&&w.isDark(o,Math.floor((n-s)/t))&&(i=0),d+=i?h:c;for(o=0;o<t;o+=1)l+=d+"\n"}return l.substring(0,l.length-1)},w.renderTo2dContext=function(t,e){e=e||2;for(var r=w.getModuleCount(),n=0;n<r;n++)for(var o=0;o<r;o++)t.fillStyle=w.isDark(n,o)?"black":"white",t.fillRect(n*e,o*e,e,e)},w};t.stringToBytes=(t.stringToBytesFuncs={default:function(t){for(var e=[],r=0;r<t.length;r+=1){var n=t.charCodeAt(r);e.push(255&n)}return e}}).default,t.createStringToBytes=function(t,e){var r=function(){for(var r=w(t),n=function(){var t=r.read();if(-1==t)throw"eof";return t},o=0,i={};;){var a=r.read();if(-1==a)break;var s=n(),u=n()<<8|n();i[String.fromCharCode(a<<8|s)]=u,o+=1}if(o!=e)throw o+" != "+e;return i}(),n="?".charCodeAt(0);return function(t){for(var e=[],o=0;o<t.length;o+=1){var i=t.charCodeAt(o);if(i<128)e.push(i);else{var a=r[t.charAt(o)];"number"==typeof a?(255&a)==a?e.push(a):(e.push(a>>>8),e.push(255&a)):e.push(n)}}return e}};var e,r,n,o,i,a={L:1,M:0,Q:3,H:2},s=(e=[[],[6,18],[6,22],[6,26],[6,30],[6,34],[6,22,38],[6,24,42],[6,26,46],[6,28,50],[6,30,54],[6,32,58],[6,34,62],[6,26,46,66],[6,26,48,70],[6,26,50,74],[6,30,54,78],[6,30,56,82],[6,30,58,86],[6,34,62,90],[6,28,50,72,94],[6,26,50,74,98],[6,30,54,78,102],[6,28,54,80,106],[6,32,58,84,110],[6,30,58,86,114],[6,34,62,90,118],[6,26,50,74,98,122],[6,30,54,78,102,126],[6,26,52,78,104,130],[6,30,56,82,108,134],[6,34,60,86,112,138],[6,30,58,86,114,142],[6,34,62,90,118,146],[6,30,54,78,102,126,150],[6,24,50,76,102,128,154],[6,28,54,80,106,132,158],[6,32,58,84,110,136,162],[6,26,54,82,110,138,166],[6,30,58,86,114,142,170]],r=1335,n=7973,i=function(t){for(var e=0;0!=t;)e+=1,t>>>=1;return e},(o={}).getBCHTypeInfo=function(t){for(var e=t<<10;i(e)-i(r)>=0;)e^=r<<i(e)-i(r);return 21522^(t<<10|e)},o.getBCHTypeNumber=function(t){for(var e=t<<12;i(e)-i(n)>=0;)e^=n<<i(e)-i(n);return t<<12|e},o.getPatternPosition=function(t){return e[t-1]},o.getMaskFunction=function(t){switch(t){case 0:return function(t,e){return(t+e)%2==0};case 1:return function(t,e){return t%2==0};case 2:return function(t,e){return e%3==0};case 3:return function(t,e){return(t+e)%3==0};case 4:return function(t,e){return(Math.floor(t/2)+Math.floor(e/3))%2==0};case 5:return function(t,e){return t*e%2+t*e%3==0};case 6:return function(t,e){return(t*e%2+t*e%3)%2==0};case 7:return function(t,e){return(t*e%3+(t+e)%2)%2==0};default:throw"bad maskPattern:"+t}},o.getErrorCorrectPolynomial=function(t){for(var e=h([1],0),r=0;r<t;r+=1)e=e.multiply(h([1,u.gexp(r)],0));return e},o.getLengthInBits=function(t,e){if(1<=e&&e<10)switch(t){case 1:return 10;case 2:return 9;case 4:case 8:return 8;default:throw"mode:"+t}else if(e<27)switch(t){case 1:return 12;case 2:return 11;case 4:return 16;case 8:return 10;default:throw"mode:"+t}else{if(!(e<41))throw"type:"+e;switch(t){case 1:return 14;case 2:return 13;case 4:return 16;case 8:return 12;default:throw"mode:"+t}}},o.getLostPoint=function(t){for(var e=t.getModuleCount(),r=0,n=0;n<e;n+=1)for(var o=0;o<e;o+=1){for(var i=0,a=t.isDark(n,o),s=-1;s<=1;s+=1)if(!(n+s<0||e<=n+s))for(var u=-1;u<=1;u+=1)o+u<0||e<=o+u||0==s&&0==u||a==t.isDark(n+s,o+u)&&(i+=1);i>5&&(r+=3+i-5)}for(n=0;n<e-1;n+=1)for(o=0;o<e-1;o+=1){var h=0;t.isDark(n,o)&&(h+=1),t.isDark(n+1,o)&&(h+=1),t.isDark(n,o+1)&&(h+=1),t.isDark(n+1,o+1)&&(h+=1),0!=h&&4!=h||(r+=3)}for(n=0;n<e;n+=1)for(o=0;o<e-6;o+=1)t.isDark(n,o)&&!t.isDark(n,o+1)&&t.isDark(n,o+2)&&t.isDark(n,o+3)&&t.isDark(n,o+4)&&!t.isDark(n,o+5)&&t.isDark(n,o+6)&&(r+=40);for(o=0;o<e;o+=1)for(n=0;n<e-6;n+=1)t.isDark(n,o)&&!t.isDark(n+1,o)&&t.isDark(n+2,o)&&t.isDark(n+3,o)&&t.isDark(n+4,o)&&!t.isDark(n+5,o)&&t.isDark(n+6,o)&&(r+=40);var c=0;for(o=0;o<e;o+=1)for(n=0;n<e;n+=1)t.isDark(n,o)&&(c+=1);return r+Math.abs(100*c/e/e-50)/5*10},o),u=function(){for(var t=new Array(256),e=new Array(256),r=0;r<8;r+=1)t[r]=1<<r;for(r=8;r<256;r+=1)t[r]=t[r-4]^t[r-5]^t[r-6]^t[r-8];for(r=0;r<255;r+=1)e[t[r]]=r;return{glog:function(t){if(t<1)throw"glog("+t+")";return e[t]},gexp:function(e){for(;e<0;)e+=255;for(;e>=256;)e-=255;return t[e]}}}();function h(t,e){if(void 0===t.length)throw t.length+"/"+e;var r=function(){for(var r=0;r<t.length&&0==t[r];)r+=1;for(var n=new Array(t.length-r+e),o=0;o<t.length-r;o+=1)n[o]=t[o+r];return n}(),n={getAt:function(t){return r[t]},getLength:function(){return r.length},multiply:function(t){for(var e=new Array(n.getLength()+t.getLength()-1),r=0;r<n.getLength();r+=1)for(var o=0;o<t.getLength();o+=1)e[r+o]^=u.gexp(u.glog(n.getAt(r))+u.glog(t.getAt(o)));return h(e,0)},mod:function(t){if(n.getLength()-t.getLength()<0)return n;for(var e=u.glog(n.getAt(0))-u.glog(t.getAt(0)),r=new Array(n.getLength()),o=0;o<n.getLength();o+=1)r[o]=n.getAt(o);for(o=0;o<t.getLength();o+=1)r[o]^=u.gexp(u.glog(t.getAt(o))+e);return h(r,0).mod(t)}};return n}var c=function(){var t=[[1,26,19],[1,26,16],[1,26,13],[1,26,9],[1,44,34],[1,44,28],[1,44,22],[1,44,16],[1,70,55],[1,70,44],[2,35,17],[2,35,13],[1,100,80],[2,50,32],[2,50,24],[4,25,9],[1,134,108],[2,67,43],[2,33,15,2,34,16],[2,33,11,2,34,12],[2,86,68],[4,43,27],[4,43,19],[4,43,15],[2,98,78],[4,49,31],[2,32,14,4,33,15],[4,39,13,1,40,14],[2,121,97],[2,60,38,2,61,39],[4,40,18,2,41,19],[4,40,14,2,41,15],[2,146,116],[3,58,36,2,59,37],[4,36,16,4,37,17],[4,36,12,4,37,13],[2,86,68,2,87,69],[4,69,43,1,70,44],[6,43,19,2,44,20],[6,43,15,2,44,16],[4,101,81],[1,80,50,4,81,51],[4,50,22,4,51,23],[3,36,12,8,37,13],[2,116,92,2,117,93],[6,58,36,2,59,37],[4,46,20,6,47,21],[7,42,14,4,43,15],[4,133,107],[8,59,37,1,60,38],[8,44,20,4,45,21],[12,33,11,4,34,12],[3,145,115,1,146,116],[4,64,40,5,65,41],[11,36,16,5,37,17],[11,36,12,5,37,13],[5,109,87,1,110,88],[5,65,41,5,66,42],[5,54,24,7,55,25],[11,36,12,7,37,13],[5,122,98,1,123,99],[7,73,45,3,74,46],[15,43,19,2,44,20],[3,45,15,13,46,16],[1,135,107,5,136,108],[10,74,46,1,75,47],[1,50,22,15,51,23],[2,42,14,17,43,15],[5,150,120,1,151,121],[9,69,43,4,70,44],[17,50,22,1,51,23],[2,42,14,19,43,15],[3,141,113,4,142,114],[3,70,44,11,71,45],[17,47,21,4,48,22],[9,39,13,16,40,14],[3,135,107,5,136,108],[3,67,41,13,68,42],[15,54,24,5,55,25],[15,43,15,10,44,16],[4,144,116,4,145,117],[17,68,42],[17,50,22,6,51,23],[19,46,16,6,47,17],[2,139,111,7,140,112],[17,74,46],[7,54,24,16,55,25],[34,37,13],[4,151,121,5,152,122],[4,75,47,14,76,48],[11,54,24,14,55,25],[16,45,15,14,46,16],[6,147,117,4,148,118],[6,73,45,14,74,46],[11,54,24,16,55,25],[30,46,16,2,47,17],[8,132,106,4,133,107],[8,75,47,13,76,48],[7,54,24,22,55,25],[22,45,15,13,46,16],[10,142,114,2,143,115],[19,74,46,4,75,47],[28,50,22,6,51,23],[33,46,16,4,47,17],[8,152,122,4,153,123],[22,73,45,3,74,46],[8,53,23,26,54,24],[12,45,15,28,46,16],[3,147,117,10,148,118],[3,73,45,23,74,46],[4,54,24,31,55,25],[11,45,15,31,46,16],[7,146,116,7,147,117],[21,73,45,7,74,46],[1,53,23,37,54,24],[19,45,15,26,46,16],[5,145,115,10,146,116],[19,75,47,10,76,48],[15,54,24,25,55,25],[23,45,15,25,46,16],[13,145,115,3,146,116],[2,74,46,29,75,47],[42,54,24,1,55,25],[23,45,15,28,46,16],[17,145,115],[10,74,46,23,75,47],[10,54,24,35,55,25],[19,45,15,35,46,16],[17,145,115,1,146,116],[14,74,46,21,75,47],[29,54,24,19,55,25],[11,45,15,46,46,16],[13,145,115,6,146,116],[14,74,46,23,75,47],[44,54,24,7,55,25],[59,46,16,1,47,17],[12,151,121,7,152,122],[12,75,47,26,76,48],[39,54,24,14,55,25],[22,45,15,41,46,16],[6,151,121,14,152,122],[6,75,47,34,76,48],[46,54,24,10,55,25],[2,45,15,64,46,16],[17,152,122,4,153,123],[29,74,46,14,75,47],[49,54,24,10,55,25],[24,45,15,46,46,16],[4,152,122,18,153,123],[13,74,46,32,75,47],[48,54,24,14,55,25],[42,45,15,32,46,16],[20,147,117,4,148,118],[40,75,47,7,76,48],[43,54,24,22,55,25],[10,45,15,67,46,16],[19,148,118,6,149,119],[18,75,47,31,76,48],[34,54,24,34,55,25],[20,45,15,61,46,16]],e=function(t,e){var r={};return r.totalCount=t,r.dataCount=e,r},r={getRSBlocks:function(r,n){var o=function(e,r){switch(r){case a.L:return t[4*(e-1)+0];case a.M:return t[4*(e-1)+1];case a.Q:return t[4*(e-1)+2];case a.H:return t[4*(e-1)+3];default:return}}(r,n);if(void 0===o)throw"bad rs block @ typeNumber:"+r+"/errorCorrectionLevel:"+n;for(var i=o.length/3,s=[],u=0;u<i;u+=1)for(var h=o[3*u+0],c=o[3*u+1],l=o[3*u+2],d=0;d<h;d+=1)s.push(e(c,l));return s}};return r}(),l=function(){var t=[],e=0,r={getBuffer:function(){return t},getAt:function(e){var r=Math.floor(e/8);return 1==(t[r]>>>7-e%8&1)},put:function(t,e){for(var n=0;n<e;n+=1)r.putBit(1==(t>>>e-n-1&1))},getLengthInBits:function(){return e},putBit:function(r){var n=Math.floor(e/8);t.length<=n&&t.push(0),r&&(t[n]|=128>>>e%8),e+=1}};return r},d=function(t){var e=t,r={getMode:function(){return 1},getLength:function(t){return e.length},write:function(t){for(var r=e,o=0;o+2<r.length;)t.put(n(r.substring(o,o+3)),10),o+=3;o<r.length&&(r.length-o==1?t.put(n(r.substring(o,o+1)),4):r.length-o==2&&t.put(n(r.substring(o,o+2)),7))}},n=function(t){for(var e=0,r=0;r<t.length;r+=1)e=10*e+o(t.charAt(r));return e},o=function(t){if("0"<=t&&t<="9")return t.charCodeAt(0)-"0".charCodeAt(0);throw"illegal char :"+t};return r},f=function(t){var e=t,r={getMode:function(){return 2},getLength:function(t){return e.length},write:function(t){for(var r=e,o=0;o+1<r.length;)t.put(45*n(r.charAt(o))+n(r.charAt(o+1)),11),o+=2;o<r.length&&t.put(n(r.charAt(o)),6)}},n=function(t){if("0"<=t&&t<="9")return t.charCodeAt(0)-"0".charCodeAt(0);if("A"<=t&&t<="Z")return t.charCodeAt(0)-"A".charCodeAt(0)+10;switch(t){case" ":return 36;case"$":return 37;case"%":return 38;case"*":return 39;case"+":return 40;case"-":return 41;case".":return 42;case"/":return 43;case":":return 44;default:throw"illegal char :"+t}};return r},g=function(e){var r=t.stringToBytes(e);return{getMode:function(){return 4},getLength:function(t){return r.length},write:function(t){for(var e=0;e<r.length;e+=1)t.put(r[e],8)}}},p=function(e){var r=t.stringToBytesFuncs.SJIS;if(!r)throw"sjis not supported.";!function(t,e){var n=r("友");if(2!=n.length||38726!=(n[0]<<8|n[1]))throw"sjis not supported."}();var n=r(e);return{getMode:function(){return 8},getLength:function(t){return~~(n.length/2)},write:function(t){for(var e=n,r=0;r+1<e.length;){var o=(255&e[r])<<8|255&e[r+1];if(33088<=o&&o<=40956)o-=33088;else{if(!(57408<=o&&o<=60351))throw"illegal char at "+(r+1)+"/"+o;o-=49472}o=192*(o>>>8&255)+(255&o),t.put(o,13),r+=2}if(r<e.length)throw"illegal char at "+(r+1)}}},v=function(){var t=[],e={writeByte:function(e){t.push(255&e)},writeShort:function(t){e.writeByte(t),e.writeByte(t>>>8)},writeBytes:function(t,r,n){r=r||0,n=n||t.length;for(var o=0;o<n;o+=1)e.writeByte(t[o+r])},writeString:function(t){for(var r=0;r<t.length;r+=1)e.writeByte(t.charCodeAt(r))},toByteArray:function(){return t},toString:function(){var e="";e+="[";for(var r=0;r<t.length;r+=1)r>0&&(e+=","),e+=t[r];return e+"]"}};return e},w=function(t){var e=t,r=0,n=0,o=0,i={read:function(){for(;o<8;){if(r>=e.length){if(0==o)return-1;throw"unexpected end of file./"+o}var t=e.charAt(r);if(r+=1,"="==t)return o=0,-1;t.match(/^\s$/)||(n=n<<6|a(t.charCodeAt(0)),o+=6)}var i=n>>>o-8&255;return o-=8,i}},a=function(t){if(65<=t&&t<=90)return t-65;if(97<=t&&t<=122)return t-97+26;if(48<=t&&t<=57)return t-48+52;if(43==t)return 62;if(47==t)return 63;throw"c:"+t};return i},y=function(t,e,r){for(var n=function(t,e){var r=t,n=e,o=new Array(t*e),i={setPixel:function(t,e,n){o[e*r+t]=n},write:function(t){t.writeString("GIF87a"),t.writeShort(r),t.writeShort(n),t.writeByte(128),t.writeByte(0),t.writeByte(0),t.writeByte(0),t.writeByte(0),t.writeByte(0),t.writeByte(255),t.writeByte(255),t.writeByte(255),t.writeString(","),t.writeShort(0),t.writeShort(0),t.writeShort(r),t.writeShort(n),t.writeByte(0);var e=a(2);t.writeByte(2);for(var o=0;e.length-o>255;)t.writeByte(255),t.writeBytes(e,o,255),o+=255;t.writeByte(e.length-o),t.writeBytes(e,o,e.length-o),t.writeByte(0),t.writeString(";")}},a=function(t){for(var e=1<<t,r=1+(1<<t),n=t+1,i=s(),a=0;a<e;a+=1)i.add(String.fromCharCode(a));i.add(String.fromCharCode(e)),i.add(String.fromCharCode(r));var u,h,c,l=v(),d=(u=l,h=0,c=0,{write:function(t,e){if(t>>>e!=0)throw"length over";for(;h+e>=8;)u.writeByte(255&(t<<h|c)),e-=8-h,t>>>=8-h,c=0,h=0;c|=t<<h,h+=e},flush:function(){h>0&&u.writeByte(c)}});d.write(e,n);var f=0,g=String.fromCharCode(o[f]);for(f+=1;f<o.length;){var p=String.fromCharCode(o[f]);f+=1,i.contains(g+p)?g+=p:(d.write(i.indexOf(g),n),i.size()<4095&&(i.size()==1<<n&&(n+=1),i.add(g+p)),g=p)}return d.write(i.indexOf(g),n),d.write(r,n),d.flush(),l.toByteArray()},s=function(){var t={},e=0,r={add:function(n){if(r.contains(n))throw"dup key:"+n;t[n]=e,e+=1},size:function(){return e},indexOf:function(e){return t[e]},contains:function(e){return void 0!==t[e]}};return r};return i}(t,e),o=0;o<e;o+=1)for(var i=0;i<t;i+=1)n.setPixel(i,o,r(i,o));var a=v();n.write(a);for(var s=function(){var t=0,e=0,r=0,n="",o={},i=function(t){n+=String.fromCharCode(a(63&t))},a=function(t){if(t<0);else{if(t<26)return 65+t;if(t<52)return t-26+97;if(t<62)return t-52+48;if(62==t)return 43;if(63==t)return 47}throw"n:"+t};return o.writeByte=function(n){for(t=t<<8|255&n,e+=8,r+=1;e>=6;)i(t>>>e-6),e-=6},o.flush=function(){if(e>0&&(i(t<<6-e),t=0,e=0),r%3!=0)for(var o=3-r%3,a=0;a<o;a+=1)n+="="},o.toString=function(){return n},o}(),u=a.toByteArray(),h=0;h<u.length;h+=1)s.writeByte(u[h]);return s.flush(),"data:image/gif;base64,"+s};return t}();o.stringToBytesFuncs["UTF-8"]=function(t){return function(t){for(var e=[],r=0;r<t.length;r++){var n=t.charCodeAt(r);n<128?e.push(n):n<2048?e.push(192|n>>6,128|63&n):n<55296||n>=57344?e.push(224|n>>12,128|n>>6&63,128|63&n):(r++,n=65536+((1023&n)<<10|1023&t.charCodeAt(r)),e.push(240|n>>18,128|n>>12&63,128|n>>6&63,128|63&n))}return e}(t)},void 0===(n="function"==typeof(r=function(){return o})?r.apply(e,[]):r)||(t.exports=n)},676:(t,e,r)=>{"use strict";r.d(e,{default:()=>q});var n=function(){return(n=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var o in e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)},o=function(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;var n=Array(t),o=0;for(e=0;e<r;e++)for(var i=arguments[e],a=0,s=i.length;a<s;a++,o++)n[o]=i[a];return n},i=function(t){return!!t&&"object"==typeof t&&!Array.isArray(t)};function a(t){for(var e=[],r=1;r<arguments.length;r++)e[r-1]=arguments[r];if(!e.length)return t;var s=e.shift();return void 0!==s&&i(t)&&i(s)?(t=n({},t),Object.keys(s).forEach((function(e){var r=t[e],n=s[e];Array.isArray(r)&&Array.isArray(n)?t[e]=n:i(r)&&i(n)?t[e]=a(Object.assign({},r),n):t[e]=n})),a.apply(void 0,o([t],e))):t}function s(t,e){var r=document.createElement("a");r.download=e,r.href=t,document.body.appendChild(r),r.click(),document.body.removeChild(r)}function u(t){return e=this,r=void 0,o=function(){return function(t,e){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}}(this,(function(e){return[2,new Promise((function(e){var r=new XMLHttpRequest;r.onload=function(){var t=new FileReader;t.onloadend=function(){e(t.result)},t.readAsDataURL(r.response)},r.open("GET",t),r.responseType="blob",r.send()}))]}))},new((n=void 0)||(n=Promise))((function(t,i){function a(t){try{u(o.next(t))}catch(t){i(t)}}function s(t){try{u(o.throw(t))}catch(t){i(t)}}function u(e){var r;e.done?t(e.value):(r=e.value,r instanceof n?r:new n((function(t){t(r)}))).then(a,s)}u((o=o.apply(e,r||[])).next())}));var e,r,n,o}const h={L:.07,M:.15,Q:.25,H:.3};var c=function(){return(c=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var o in e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};const l=function(){function t(t){var e=t.svg,r=t.type;this._svg=e,this._type=r}return t.prototype.draw=function(t,e,r,n){var o;switch(this._type){case"dots":o=this._drawDot;break;case"classy":o=this._drawClassy;break;case"classy-rounded":o=this._drawClassyRounded;break;case"rounded":o=this._drawRounded;break;case"extra-rounded":o=this._drawExtraRounded;break;case"square":default:o=this._drawSquare}o.call(this,{x:t,y:e,size:r,getNeighbor:n})},t.prototype._rotateFigure=function(t){var e,r=t.x,n=t.y,o=t.size,i=t.rotation,a=void 0===i?0:i,s=r+o/2,u=n+o/2;(0,t.draw)(),null===(e=this._element)||void 0===e||e.setAttribute("transform","rotate("+180*a/Math.PI+","+s+","+u+")")},t.prototype._basicDot=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(c(c({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","circle"),e._element.setAttribute("cx",String(n+r/2)),e._element.setAttribute("cy",String(o+r/2)),e._element.setAttribute("r",String(r/2))}}))},t.prototype._basicSquare=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(c(c({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","rect"),e._element.setAttribute("x",String(n)),e._element.setAttribute("y",String(o)),e._element.setAttribute("width",String(r)),e._element.setAttribute("height",String(r))}}))},t.prototype._basicSideRounded=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(c(c({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("d","M "+n+" "+o+"v "+r+"h "+r/2+"a "+r/2+" "+r/2+", 0, 0, 0, 0 "+-r)}}))},t.prototype._basicCornerRounded=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(c(c({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("d","M "+n+" "+o+"v "+r+"h "+r+"v "+-r/2+"a "+r/2+" "+r/2+", 0, 0, 0, "+-r/2+" "+-r/2)}}))},t.prototype._basicCornerExtraRounded=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(c(c({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("d","M "+n+" "+o+"v "+r+"h "+r+"a "+r+" "+r+", 0, 0, 0, "+-r+" "+-r)}}))},t.prototype._basicCornersRounded=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(c(c({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("d","M "+n+" "+o+"v "+r/2+"a "+r/2+" "+r/2+", 0, 0, 0, "+r/2+" "+r/2+"h "+r/2+"v "+-r/2+"a "+r/2+" "+r/2+", 0, 0, 0, "+-r/2+" "+-r/2)}}))},t.prototype._drawDot=function(t){var e=t.x,r=t.y,n=t.size;this._basicDot({x:e,y:r,size:n,rotation:0})},t.prototype._drawSquare=function(t){var e=t.x,r=t.y,n=t.size;this._basicSquare({x:e,y:r,size:n,rotation:0})},t.prototype._drawRounded=function(t){var e=t.x,r=t.y,n=t.size,o=t.getNeighbor,i=o?+o(-1,0):0,a=o?+o(1,0):0,s=o?+o(0,-1):0,u=o?+o(0,1):0,h=i+a+s+u;if(0!==h)if(h>2||i&&a||s&&u)this._basicSquare({x:e,y:r,size:n,rotation:0});else{if(2===h){var c=0;return i&&s?c=Math.PI/2:s&&a?c=Math.PI:a&&u&&(c=-Math.PI/2),void this._basicCornerRounded({x:e,y:r,size:n,rotation:c})}if(1===h)return c=0,s?c=Math.PI/2:a?c=Math.PI:u&&(c=-Math.PI/2),void this._basicSideRounded({x:e,y:r,size:n,rotation:c})}else this._basicDot({x:e,y:r,size:n,rotation:0})},t.prototype._drawExtraRounded=function(t){var e=t.x,r=t.y,n=t.size,o=t.getNeighbor,i=o?+o(-1,0):0,a=o?+o(1,0):0,s=o?+o(0,-1):0,u=o?+o(0,1):0,h=i+a+s+u;if(0!==h)if(h>2||i&&a||s&&u)this._basicSquare({x:e,y:r,size:n,rotation:0});else{if(2===h){var c=0;return i&&s?c=Math.PI/2:s&&a?c=Math.PI:a&&u&&(c=-Math.PI/2),void this._basicCornerExtraRounded({x:e,y:r,size:n,rotation:c})}if(1===h)return c=0,s?c=Math.PI/2:a?c=Math.PI:u&&(c=-Math.PI/2),void this._basicSideRounded({x:e,y:r,size:n,rotation:c})}else this._basicDot({x:e,y:r,size:n,rotation:0})},t.prototype._drawClassy=function(t){var e=t.x,r=t.y,n=t.size,o=t.getNeighbor,i=o?+o(-1,0):0,a=o?+o(1,0):0,s=o?+o(0,-1):0,u=o?+o(0,1):0;0!==i+a+s+u?i||s?a||u?this._basicSquare({x:e,y:r,size:n,rotation:0}):this._basicCornerRounded({x:e,y:r,size:n,rotation:Math.PI/2}):this._basicCornerRounded({x:e,y:r,size:n,rotation:-Math.PI/2}):this._basicCornersRounded({x:e,y:r,size:n,rotation:Math.PI/2})},t.prototype._drawClassyRounded=function(t){var e=t.x,r=t.y,n=t.size,o=t.getNeighbor,i=o?+o(-1,0):0,a=o?+o(1,0):0,s=o?+o(0,-1):0,u=o?+o(0,1):0;0!==i+a+s+u?i||s?a||u?this._basicSquare({x:e,y:r,size:n,rotation:0}):this._basicCornerExtraRounded({x:e,y:r,size:n,rotation:Math.PI/2}):this._basicCornerExtraRounded({x:e,y:r,size:n,rotation:-Math.PI/2}):this._basicCornersRounded({x:e,y:r,size:n,rotation:Math.PI/2})},t}();var d=function(){return(d=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var o in e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};const f=function(){function t(t){var e=t.svg,r=t.type;this._svg=e,this._type=r}return t.prototype.draw=function(t,e,r,n){var o;switch(this._type){case"square":o=this._drawSquare;break;case"extra-rounded":o=this._drawExtraRounded;break;case"dot":default:o=this._drawDot}o.call(this,{x:t,y:e,size:r,rotation:n})},t.prototype._rotateFigure=function(t){var e,r=t.x,n=t.y,o=t.size,i=t.rotation,a=void 0===i?0:i,s=r+o/2,u=n+o/2;(0,t.draw)(),null===(e=this._element)||void 0===e||e.setAttribute("transform","rotate("+180*a/Math.PI+","+s+","+u+")")},t.prototype._basicDot=function(t){var e=this,r=t.size,n=t.x,o=t.y,i=r/7;this._rotateFigure(d(d({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("clip-rule","evenodd"),e._element.setAttribute("d","M "+(n+r/2)+" "+o+"a "+r/2+" "+r/2+" 0 1 0 0.1 0zm 0 "+i+"a "+(r/2-i)+" "+(r/2-i)+" 0 1 1 -0.1 0Z")}}))},t.prototype._basicSquare=function(t){var e=this,r=t.size,n=t.x,o=t.y,i=r/7;this._rotateFigure(d(d({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("clip-rule","evenodd"),e._element.setAttribute("d","M "+n+" "+o+"v "+r+"h "+r+"v "+-r+"zM "+(n+i)+" "+(o+i)+"h "+(r-2*i)+"v "+(r-2*i)+"h "+(2*i-r)+"z")}}))},t.prototype._basicExtraRounded=function(t){var e=this,r=t.size,n=t.x,o=t.y,i=r/7;this._rotateFigure(d(d({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("clip-rule","evenodd"),e._element.setAttribute("d","M "+n+" "+(o+2.5*i)+"v "+2*i+"a "+2.5*i+" "+2.5*i+", 0, 0, 0, "+2.5*i+" "+2.5*i+"h "+2*i+"a "+2.5*i+" "+2.5*i+", 0, 0, 0, "+2.5*i+" "+2.5*-i+"v "+-2*i+"a "+2.5*i+" "+2.5*i+", 0, 0, 0, "+2.5*-i+" "+2.5*-i+"h "+-2*i+"a "+2.5*i+" "+2.5*i+", 0, 0, 0, "+2.5*-i+" "+2.5*i+"M "+(n+2.5*i)+" "+(o+i)+"h "+2*i+"a "+1.5*i+" "+1.5*i+", 0, 0, 1, "+1.5*i+" "+1.5*i+"v "+2*i+"a "+1.5*i+" "+1.5*i+", 0, 0, 1, "+1.5*-i+" "+1.5*i+"h "+-2*i+"a "+1.5*i+" "+1.5*i+", 0, 0, 1, "+1.5*-i+" "+1.5*-i+"v "+-2*i+"a "+1.5*i+" "+1.5*i+", 0, 0, 1, "+1.5*i+" "+1.5*-i)}}))},t.prototype._drawDot=function(t){var e=t.x,r=t.y,n=t.size,o=t.rotation;this._basicDot({x:e,y:r,size:n,rotation:o})},t.prototype._drawSquare=function(t){var e=t.x,r=t.y,n=t.size,o=t.rotation;this._basicSquare({x:e,y:r,size:n,rotation:o})},t.prototype._drawExtraRounded=function(t){var e=t.x,r=t.y,n=t.size,o=t.rotation;this._basicExtraRounded({x:e,y:r,size:n,rotation:o})},t}();var g=function(){return(g=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var o in e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};const p=function(){function t(t){var e=t.svg,r=t.type;this._svg=e,this._type=r}return t.prototype.draw=function(t,e,r,n){var o;switch(this._type){case"square":o=this._drawSquare;break;case"dot":default:o=this._drawDot}o.call(this,{x:t,y:e,size:r,rotation:n})},t.prototype._rotateFigure=function(t){var e,r=t.x,n=t.y,o=t.size,i=t.rotation,a=void 0===i?0:i,s=r+o/2,u=n+o/2;(0,t.draw)(),null===(e=this._element)||void 0===e||e.setAttribute("transform","rotate("+180*a/Math.PI+","+s+","+u+")")},t.prototype._basicDot=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(g(g({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","circle"),e._element.setAttribute("cx",String(n+r/2)),e._element.setAttribute("cy",String(o+r/2)),e._element.setAttribute("r",String(r/2))}}))},t.prototype._basicSquare=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(g(g({},t),{draw:function(){e._element=document.createElementNS("http://www.w3.org/2000/svg","rect"),e._element.setAttribute("x",String(n)),e._element.setAttribute("y",String(o)),e._element.setAttribute("width",String(r)),e._element.setAttribute("height",String(r))}}))},t.prototype._drawDot=function(t){var e=t.x,r=t.y,n=t.size,o=t.rotation;this._basicDot({x:e,y:r,size:n,rotation:o})},t.prototype._drawSquare=function(t){var e=t.x,r=t.y,n=t.size,o=t.rotation;this._basicSquare({x:e,y:r,size:n,rotation:o})},t}(),v="circle";var w=function(t,e,r,n){return new(r||(r=Promise))((function(o,i){function a(t){try{u(n.next(t))}catch(t){i(t)}}function s(t){try{u(n.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof r?e:new r((function(t){t(e)}))).then(a,s)}u((n=n.apply(t,e||[])).next())}))},y=function(t,e){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},m=[[1,1,1,1,1,1,1],[1,0,0,0,0,0,1],[1,0,0,0,0,0,1],[1,0,0,0,0,0,1],[1,0,0,0,0,0,1],[1,0,0,0,0,0,1],[1,1,1,1,1,1,1]],b=[[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,1,1,1,0,0],[0,0,1,1,1,0,0],[0,0,1,1,1,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0]];const _=function(){function t(t){this._element=document.createElementNS("http://www.w3.org/2000/svg","svg"),this._element.setAttribute("width",String(t.width)),this._element.setAttribute("height",String(t.height)),this._defs=document.createElementNS("http://www.w3.org/2000/svg","defs"),this._element.appendChild(this._defs),this._options=t}return Object.defineProperty(t.prototype,"width",{get:function(){return this._options.width},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"height",{get:function(){return this._options.height},enumerable:!1,configurable:!0}),t.prototype.getElement=function(){return this._element},t.prototype.drawQR=function(t){return w(this,void 0,void 0,(function(){var e,r,n,o,i,a,s,u,c,l,d=this;return y(this,(function(f){switch(f.label){case 0:return e=t.getModuleCount(),r=Math.min(this._options.width,this._options.height)-2*this._options.margin,n=this._options.shape===v?r/Math.sqrt(2):r,o=Math.floor(n/e),i={hideXDots:0,hideYDots:0,width:0,height:0},this._qr=t,this._options.image?[4,this.loadImage()]:[3,2];case 1:if(f.sent(),!this._image)return[2];a=this._options,s=a.imageOptions,u=a.qrOptions,c=s.imageSize*h[u.errorCorrectionLevel],l=Math.floor(c*e*e),i=function(t){var e=t.originalHeight,r=t.originalWidth,n=t.maxHiddenDots,o=t.maxHiddenAxisDots,i=t.dotSize,a={x:0,y:0},s={x:0,y:0};if(e<=0||r<=0||n<=0||i<=0)return{height:0,width:0,hideYDots:0,hideXDots:0};var u=e/r;return a.x=Math.floor(Math.sqrt(n/u)),a.x<=0&&(a.x=1),o&&o<a.x&&(a.x=o),a.x%2==0&&a.x--,s.x=a.x*i,a.y=1+2*Math.ceil((a.x*u-1)/2),s.y=Math.round(s.x*u),(a.y*a.x>n||o&&o<a.y)&&(o&&o<a.y?(a.y=o,a.y%2==0&&a.x--):a.y-=2,s.y=a.y*i,a.x=1+2*Math.ceil((a.y/u-1)/2),s.x=Math.round(s.y/u)),{height:s.y,width:s.x,hideYDots:a.y,hideXDots:a.x}}({originalWidth:this._image.width,originalHeight:this._image.height,maxHiddenDots:l,maxHiddenAxisDots:e-14,dotSize:o}),f.label=2;case 2:return this.drawBackground(),this.drawDots((function(t,r){var n,o,a,s,u,h;return!(d._options.imageOptions.hideBackgroundDots&&t>=(e-i.hideXDots)/2&&t<(e+i.hideXDots)/2&&r>=(e-i.hideYDots)/2&&r<(e+i.hideYDots)/2||(null===(n=m[t])||void 0===n?void 0:n[r])||(null===(o=m[t-e+7])||void 0===o?void 0:o[r])||(null===(a=m[t])||void 0===a?void 0:a[r-e+7])||(null===(s=b[t])||void 0===s?void 0:s[r])||(null===(u=b[t-e+7])||void 0===u?void 0:u[r])||(null===(h=b[t])||void 0===h?void 0:h[r-e+7]))})),this.drawCorners(),this._options.image?[4,this.drawImage({width:i.width,height:i.height,count:e,dotSize:o})]:[3,4];case 3:f.sent(),f.label=4;case 4:return[2]}}))}))},t.prototype.drawBackground=function(){var t,e,r,n=this._element,o=this._options;if(n){var i=null===(t=o.backgroundOptions)||void 0===t?void 0:t.gradient,a=null===(e=o.backgroundOptions)||void 0===e?void 0:e.color;if((i||a)&&this._createColor({options:i,color:a,additionalRotation:0,x:0,y:0,height:o.height,width:o.width,name:"background-color"}),null===(r=o.backgroundOptions)||void 0===r?void 0:r.round){var s=Math.min(o.width,o.height),u=document.createElementNS("http://www.w3.org/2000/svg","rect");this._backgroundClipPath=document.createElementNS("http://www.w3.org/2000/svg","clipPath"),this._backgroundClipPath.setAttribute("id","clip-path-background-color"),this._defs.appendChild(this._backgroundClipPath),u.setAttribute("x",String((o.width-s)/2)),u.setAttribute("y",String((o.height-s)/2)),u.setAttribute("width",String(s)),u.setAttribute("height",String(s)),u.setAttribute("rx",String(s/2*o.backgroundOptions.round)),this._backgroundClipPath.appendChild(u)}}},t.prototype.drawDots=function(t){var e,r,n=this;if(!this._qr)throw"QR code is not defined";var o=this._options,i=this._qr.getModuleCount();if(i>o.width||i>o.height)throw"The canvas is too small.";var a=Math.min(o.width,o.height)-2*o.margin,s=o.shape===v?a/Math.sqrt(2):a,u=Math.floor(s/i),h=Math.floor((o.width-i*u)/2),c=Math.floor((o.height-i*u)/2),d=new l({svg:this._element,type:o.dotsOptions.type});this._dotsClipPath=document.createElementNS("http://www.w3.org/2000/svg","clipPath"),this._dotsClipPath.setAttribute("id","clip-path-dot-color"),this._defs.appendChild(this._dotsClipPath),this._createColor({options:null===(e=o.dotsOptions)||void 0===e?void 0:e.gradient,color:o.dotsOptions.color,additionalRotation:0,x:0,y:0,height:o.height,width:o.width,name:"dot-color"});for(var f=function(e){for(var o=function(o){return t&&!t(e,o)?"continue":(null===(r=g._qr)||void 0===r?void 0:r.isDark(e,o))?(d.draw(h+e*u,c+o*u,u,(function(r,a){return!(e+r<0||o+a<0||e+r>=i||o+a>=i)&&!(t&&!t(e+r,o+a))&&!!n._qr&&n._qr.isDark(e+r,o+a)})),void(d._element&&g._dotsClipPath&&g._dotsClipPath.appendChild(d._element))):"continue"},a=0;a<i;a++)o(a)},g=this,p=0;p<i;p++)f(p);if(o.shape===v){var w=Math.floor((a/u-i)/2),y=i+2*w,m=h-w*u,b=c-w*u,_=[],x=Math.floor(y/2);for(p=0;p<y;p++){_[p]=[];for(var S=0;S<y;S++)p>=w-1&&p<=y-w&&S>=w-1&&S<=y-w||Math.sqrt((p-x)*(p-x)+(S-x)*(S-x))>x?_[p][S]=0:_[p][S]=this._qr.isDark(S-2*w<0?S:S>=i?S-2*w:S-w,p-2*w<0?p:p>=i?p-2*w:p-w)?1:0}var M=function(t){for(var e=function(e){if(!_[t][e])return"continue";d.draw(m+t*u,b+e*u,u,(function(r,n){var o;return!!(null===(o=_[t+r])||void 0===o?void 0:o[e+n])})),d._element&&C._dotsClipPath&&C._dotsClipPath.appendChild(d._element)},r=0;r<y;r++)e(r)},C=this;for(p=0;p<y;p++)M(p)}},t.prototype.drawCorners=function(){var t=this;if(!this._qr)throw"QR code is not defined";var e=this._element,r=this._options;if(!e)throw"Element code is not defined";var n=this._qr.getModuleCount(),o=Math.min(r.width,r.height)-2*r.margin,i=r.shape===v?o/Math.sqrt(2):o,a=Math.floor(i/n),s=7*a,u=3*a,h=Math.floor((r.width-n*a)/2),c=Math.floor((r.height-n*a)/2);[[0,0,0],[1,0,Math.PI/2],[0,1,-Math.PI/2]].forEach((function(e){var o,i,d,g,v,w,y,_,x,S,M,C,A=e[0],k=e[1],O=e[2],D=h+A*a*(n-7),P=c+k*a*(n-7),z=t._dotsClipPath,B=t._dotsClipPath;if(((null===(o=r.cornersSquareOptions)||void 0===o?void 0:o.gradient)||(null===(i=r.cornersSquareOptions)||void 0===i?void 0:i.color))&&((z=document.createElementNS("http://www.w3.org/2000/svg","clipPath")).setAttribute("id","clip-path-corners-square-color-"+A+"-"+k),t._defs.appendChild(z),t._cornersSquareClipPath=t._cornersDotClipPath=B=z,t._createColor({options:null===(d=r.cornersSquareOptions)||void 0===d?void 0:d.gradient,color:null===(g=r.cornersSquareOptions)||void 0===g?void 0:g.color,additionalRotation:O,x:D,y:P,height:s,width:s,name:"corners-square-color-"+A+"-"+k})),null===(v=r.cornersSquareOptions)||void 0===v?void 0:v.type){var q=new f({svg:t._element,type:r.cornersSquareOptions.type});q.draw(D,P,s,O),q._element&&z&&z.appendChild(q._element)}else for(var I=new l({svg:t._element,type:r.dotsOptions.type}),E=function(t){for(var e=function(e){if(!(null===(w=m[t])||void 0===w?void 0:w[e]))return"continue";I.draw(D+t*a,P+e*a,a,(function(r,n){var o;return!!(null===(o=m[t+r])||void 0===o?void 0:o[e+n])})),I._element&&z&&z.appendChild(I._element)},r=0;r<m[t].length;r++)e(r)},L=0;L<m.length;L++)E(L);if(((null===(y=r.cornersDotOptions)||void 0===y?void 0:y.gradient)||(null===(_=r.cornersDotOptions)||void 0===_?void 0:_.color))&&((B=document.createElementNS("http://www.w3.org/2000/svg","clipPath")).setAttribute("id","clip-path-corners-dot-color-"+A+"-"+k),t._defs.appendChild(B),t._cornersDotClipPath=B,t._createColor({options:null===(x=r.cornersDotOptions)||void 0===x?void 0:x.gradient,color:null===(S=r.cornersDotOptions)||void 0===S?void 0:S.color,additionalRotation:O,x:D+2*a,y:P+2*a,height:u,width:u,name:"corners-dot-color-"+A+"-"+k})),null===(M=r.cornersDotOptions)||void 0===M?void 0:M.type){var R=new p({svg:t._element,type:r.cornersDotOptions.type});R.draw(D+2*a,P+2*a,u,O),R._element&&B&&B.appendChild(R._element)}else{I=new l({svg:t._element,type:r.dotsOptions.type});var N=function(t){for(var e=function(e){if(!(null===(C=b[t])||void 0===C?void 0:C[e]))return"continue";I.draw(D+t*a,P+e*a,a,(function(r,n){var o;return!!(null===(o=b[t+r])||void 0===o?void 0:o[e+n])})),I._element&&B&&B.appendChild(I._element)},r=0;r<b[t].length;r++)e(r)};for(L=0;L<b.length;L++)N(L)}}))},t.prototype.loadImage=function(){var t=this;return new Promise((function(e,r){var n=t._options,o=new Image;if(!n.image)return r("Image is not defined");"string"==typeof n.imageOptions.crossOrigin&&(o.crossOrigin=n.imageOptions.crossOrigin),t._image=o,o.onload=function(){e()},o.src=n.image}))},t.prototype.drawImage=function(t){var e=t.width,r=t.height,n=t.count,o=t.dotSize;return w(this,void 0,void 0,(function(){var t,i,a,s,h,c,l,d,f;return y(this,(function(g){switch(g.label){case 0:return t=this._options,i=Math.floor((t.width-n*o)/2),a=Math.floor((t.height-n*o)/2),s=i+t.imageOptions.margin+(n*o-e)/2,h=a+t.imageOptions.margin+(n*o-r)/2,c=e-2*t.imageOptions.margin,l=r-2*t.imageOptions.margin,(d=document.createElementNS("http://www.w3.org/2000/svg","image")).setAttribute("x",String(s)),d.setAttribute("y",String(h)),d.setAttribute("width",c+"px"),d.setAttribute("height",l+"px"),[4,u(t.image||"")];case 1:return f=g.sent(),d.setAttribute("href",f||""),this._element.appendChild(d),[2]}}))}))},t.prototype._createColor=function(t){var e=t.options,r=t.color,n=t.additionalRotation,o=t.x,i=t.y,a=t.height,s=t.width,u=t.name,h=s>a?s:a,c=document.createElementNS("http://www.w3.org/2000/svg","rect");if(c.setAttribute("x",String(o)),c.setAttribute("y",String(i)),c.setAttribute("height",String(a)),c.setAttribute("width",String(s)),c.setAttribute("clip-path","url('#clip-path-"+u+"')"),e){var l;if("radial"===e.type)(l=document.createElementNS("http://www.w3.org/2000/svg","radialGradient")).setAttribute("id",u),l.setAttribute("gradientUnits","userSpaceOnUse"),l.setAttribute("fx",String(o+s/2)),l.setAttribute("fy",String(i+a/2)),l.setAttribute("cx",String(o+s/2)),l.setAttribute("cy",String(i+a/2)),l.setAttribute("r",String(h/2));else{var d=((e.rotation||0)+n)%(2*Math.PI),f=(d+2*Math.PI)%(2*Math.PI),g=o+s/2,p=i+a/2,v=o+s/2,w=i+a/2;f>=0&&f<=.25*Math.PI||f>1.75*Math.PI&&f<=2*Math.PI?(g-=s/2,p-=a/2*Math.tan(d),v+=s/2,w+=a/2*Math.tan(d)):f>.25*Math.PI&&f<=.75*Math.PI?(p-=a/2,g-=s/2/Math.tan(d),w+=a/2,v+=s/2/Math.tan(d)):f>.75*Math.PI&&f<=1.25*Math.PI?(g+=s/2,p+=a/2*Math.tan(d),v-=s/2,w-=a/2*Math.tan(d)):f>1.25*Math.PI&&f<=1.75*Math.PI&&(p+=a/2,g+=s/2/Math.tan(d),w-=a/2,v-=s/2/Math.tan(d)),(l=document.createElementNS("http://www.w3.org/2000/svg","linearGradient")).setAttribute("id",u),l.setAttribute("gradientUnits","userSpaceOnUse"),l.setAttribute("x1",String(Math.round(g))),l.setAttribute("y1",String(Math.round(p))),l.setAttribute("x2",String(Math.round(v))),l.setAttribute("y2",String(Math.round(w)))}e.colorStops.forEach((function(t){var e=t.offset,r=t.color,n=document.createElementNS("http://www.w3.org/2000/svg","stop");n.setAttribute("offset",100*e+"%"),n.setAttribute("stop-color",r),l.appendChild(n)})),c.setAttribute("fill","url('#"+u+"')"),this._defs.appendChild(l)}else r&&c.setAttribute("fill",r);this._element.appendChild(c)},t}(),x="canvas";for(var S={},M=0;M<=40;M++)S[M]=M;const C={type:x,shape:"square",width:300,height:300,data:"",margin:0,qrOptions:{typeNumber:S[0],mode:void 0,errorCorrectionLevel:"Q"},imageOptions:{hideBackgroundDots:!0,imageSize:.4,crossOrigin:void 0,margin:0},dotsOptions:{type:"square",color:"#000"},backgroundOptions:{round:0,color:"#fff"}};var A=function(){return(A=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var o in e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};function k(t){var e=A({},t);if(!e.colorStops||!e.colorStops.length)throw"Field 'colorStops' is required in gradient";return e.rotation?e.rotation=Number(e.rotation):e.rotation=0,e.colorStops=e.colorStops.map((function(t){return A(A({},t),{offset:Number(t.offset)})})),e}function O(t){var e=A({},t);return e.width=Number(e.width),e.height=Number(e.height),e.margin=Number(e.margin),e.imageOptions=A(A({},e.imageOptions),{hideBackgroundDots:Boolean(e.imageOptions.hideBackgroundDots),imageSize:Number(e.imageOptions.imageSize),margin:Number(e.imageOptions.margin)}),e.margin>Math.min(e.width,e.height)&&(e.margin=Math.min(e.width,e.height)),e.dotsOptions=A({},e.dotsOptions),e.dotsOptions.gradient&&(e.dotsOptions.gradient=k(e.dotsOptions.gradient)),e.cornersSquareOptions&&(e.cornersSquareOptions=A({},e.cornersSquareOptions),e.cornersSquareOptions.gradient&&(e.cornersSquareOptions.gradient=k(e.cornersSquareOptions.gradient))),e.cornersDotOptions&&(e.cornersDotOptions=A({},e.cornersDotOptions),e.cornersDotOptions.gradient&&(e.cornersDotOptions.gradient=k(e.cornersDotOptions.gradient))),e.backgroundOptions&&(e.backgroundOptions=A({},e.backgroundOptions),e.backgroundOptions.gradient&&(e.backgroundOptions.gradient=k(e.backgroundOptions.gradient))),e}var D=r(192),P=r.n(D),z=function(t,e,r,n){return new(r||(r=Promise))((function(o,i){function a(t){try{u(n.next(t))}catch(t){i(t)}}function s(t){try{u(n.throw(t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof r?e:new r((function(t){t(e)}))).then(a,s)}u((n=n.apply(t,e||[])).next())}))},B=function(t,e){var r,n,o,i,a={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n.return:i[0]?n.throw||((o=n.return)&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};const q=function(){function t(t){this._options=t?O(a(C,t)):C,this.update()}return t._clearContainer=function(t){t&&(t.innerHTML="")},t.prototype._setupSvg=function(){var t=this;if(this._qr){var e=new _(this._options);this._svg=e.getElement(),this._svgDrawingPromise=e.drawQR(this._qr).then((function(){var r;t._svg&&(null===(r=t._extension)||void 0===r||r.call(t,e.getElement(),t._options))}))}},t.prototype._setupCanvas=function(){var t,e=this;this._qr&&(this._canvas=document.createElement("canvas"),this._canvas.width=this._options.width,this._canvas.height=this._options.height,this._setupSvg(),this._canvasDrawingPromise=null===(t=this._svgDrawingPromise)||void 0===t?void 0:t.then((function(){if(e._svg){var t=e._svg,r=(new XMLSerializer).serializeToString(t),n="data:image/svg+xml;base64,"+btoa(r),o=new Image;return new Promise((function(t){o.onload=function(){var r,n;null===(n=null===(r=e._canvas)||void 0===r?void 0:r.getContext("2d"))||void 0===n||n.drawImage(o,0,0),t()},o.src=n}))}})))},t.prototype._getElement=function(t){return void 0===t&&(t="png"),z(this,void 0,void 0,(function(){return B(this,(function(e){switch(e.label){case 0:if(!this._qr)throw"QR code is empty";return"svg"!==t.toLowerCase()?[3,2]:(this._svg&&this._svgDrawingPromise||this._setupSvg(),[4,this._svgDrawingPromise]);case 1:return e.sent(),[2,this._svg];case 2:return this._canvas&&this._canvasDrawingPromise||this._setupCanvas(),[4,this._canvasDrawingPromise];case 3:return e.sent(),[2,this._canvas]}}))}))},t.prototype.update=function(e){t._clearContainer(this._container),this._options=e?O(a(this._options,e)):this._options,this._options.data&&(this._qr=P()(this._options.qrOptions.typeNumber,this._options.qrOptions.errorCorrectionLevel),this._qr.addData(this._options.data,this._options.qrOptions.mode||function(t){switch(!0){case/^[0-9]*$/.test(t):return"Numeric";case/^[0-9A-Z $%*+\-./:]*$/.test(t):return"Alphanumeric";default:return"Byte"}}(this._options.data)),this._qr.make(),this._options.type===x?this._setupCanvas():this._setupSvg(),this.append(this._container))},t.prototype.append=function(t){if(t){if("function"!=typeof t.appendChild)throw"Container should be a single DOM node";this._options.type===x?this._canvas&&t.appendChild(this._canvas):this._svg&&t.appendChild(this._svg),this._container=t}},t.prototype.applyExtension=function(t){if(!t)throw"Extension function should be defined.";this._extension=t,this.update()},t.prototype.deleteExtension=function(){this._extension=void 0,this.update()},t.prototype.getRawData=function(t){return void 0===t&&(t="png"),z(this,void 0,void 0,(function(){var e,r,n;return B(this,(function(o){switch(o.label){case 0:if(!this._qr)throw"QR code is empty";return[4,this._getElement(t)];case 1:return(e=o.sent())?"svg"===t.toLowerCase()?(r=new XMLSerializer,n=r.serializeToString(e),[2,new Blob(['<?xml version="1.0" standalone="no"?>\r\n'+n],{type:"image/svg+xml"})]):[2,new Promise((function(r){return e.toBlob(r,"image/"+t,1)}))]:[2,null]}}))}))},t.prototype.download=function(t){return z(this,void 0,void 0,(function(){var e,r,n,o,i;return B(this,(function(a){switch(a.label){case 0:if(!this._qr)throw"QR code is empty";return e="png",r="qr","string"==typeof t?(e=t,console.warn("Extension is deprecated as argument for 'download' method, please pass object { name: '...', extension: '...' } as argument")):"object"==typeof t&&null!==t&&(t.name&&(r=t.name),t.extension&&(e=t.extension)),[4,this._getElement(e)];case 1:return(n=a.sent())?("svg"===e.toLowerCase()?(o=new XMLSerializer,i='<?xml version="1.0" standalone="no"?>\r\n'+(i=o.serializeToString(n)),s("data:image/svg+xml;charset=utf-8,"+encodeURIComponent(i),r+".svg")):s(n.toDataURL("image/"+e),r+"."+e),[2]):[2]}}))}))},t}()}},e={};function r(n){if(e[n])return e[n].exports;var o=e[n]={exports:{}};return t[n](o,o.exports,r),o.exports}return r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r(676)})().default}));
9518
7679
 
9519
7680
  },{}]},{},[13])(13)