slnodejs 6.1.149 → 6.1.162

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.
@@ -23622,7 +23622,7 @@ module.exports={
23622
23622
  "_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz",
23623
23623
  "_shasum": "da37cebd31e79a1367e941b592ed1fbebd58abbb",
23624
23624
  "_spec": "elliptic@^6.5.3",
23625
- "_where": "/var/lib/jenkins/workspace/.OnPremise.Agent.JavaScript_main@2/browser-agent/node_modules/browserify-sign",
23625
+ "_where": "/var/lib/jenkins/workspace/.OnPremise.Agent.JavaScript_main/browser-agent/node_modules/browserify-sign",
23626
23626
  "author": {
23627
23627
  "name": "Fedor Indutny",
23628
23628
  "email": "fedor@indutny.com"
@@ -42711,14 +42711,14 @@ function extend() {
42711
42711
  if (v !== undefined) module.exports = v;
42712
42712
  }
42713
42713
  else if (typeof define === "function" && define.amd) {
42714
- define(["require", "exports", "./state-tracker", "../../common/state-tracker", "./test-state-helper", "./entities/environment-data", "./services/http/http-client", "./services/json/json-client", "./istanbul-to-footprints-convertor", "./istanbul-to-footprints-convertor-v3", "./services/light-backend-proxy", "./footprints-queue-sender", "./watchdog", "./code-coverage-manager", "./browser-agent-instance", "./queues/footprints-items-queue", "./configuration-manager", "./logger/log-factory", "./basic-uuid-generator", "./window-timers-wrapper", "./color-cookie-handler", "./queues/queue", "./delegate", "./services/json/json-client-adapter", "./browser-events-process", "./browser-hits-converter", "./browser-agent-instance-fpv6", "./browser-hits-collector", "./sl-mapping-loader", "./services/json/noop-json-client", "../../common/agent-instance-data", "../../common/agent-events/agent-events-conracts", "../../common/agent-events/cockpit-notifier", "../../common/http/backend-proxy", "../../common/config-process/config-loader", "../../common/footprints-process-v6/relative-path-resolver", "../../common/footprints-process-v6/footprints-buffer", "../../common/footprints-process-v6/index", "../../common/config-process", "../../common/system-date"], factory);
42714
+ define(["require", "exports", "./state-tracker", "../../common/state-tracker-fpv6", "./test-state-helper", "./entities/environment-data", "./services/http/http-client", "./services/json/json-client", "./istanbul-to-footprints-convertor", "./istanbul-to-footprints-convertor-v3", "./services/light-backend-proxy", "./footprints-queue-sender", "./watchdog", "./code-coverage-manager", "./browser-agent-instance", "./queues/footprints-items-queue", "./configuration-manager", "./logger/log-factory", "./basic-uuid-generator", "./window-timers-wrapper", "./color-cookie-handler", "./queues/queue", "./delegate", "./services/json/json-client-adapter", "./browser-events-process", "./browser-hits-converter", "./browser-agent-instance-fpv6", "./browser-hits-collector", "./sl-mapping-loader", "./services/json/noop-json-client", "../../common/agent-instance-data", "../../common/agent-events/agent-events-conracts", "../../common/agent-events/cockpit-notifier", "../../common/http/backend-proxy", "../../common/config-process/config-loader", "../../common/footprints-process-v6/relative-path-resolver", "../../common/footprints-process-v6/footprints-buffer", "../../common/footprints-process-v6/index", "../../common/config-process", "../../common/system-date"], factory);
42715
42715
  }
42716
42716
  })(function (require, exports) {
42717
42717
  "use strict";
42718
42718
  Object.defineProperty(exports, "__esModule", { value: true });
42719
42719
  exports.AgentFactory = void 0;
42720
42720
  var state_tracker_1 = require("./state-tracker");
42721
- var state_tracker_2 = require("../../common/state-tracker");
42721
+ var state_tracker_fpv6_1 = require("../../common/state-tracker-fpv6");
42722
42722
  var test_state_helper_1 = require("./test-state-helper");
42723
42723
  var environment_data_1 = require("./entities/environment-data");
42724
42724
  var http_client_1 = require("./services/http/http-client");
@@ -42945,14 +42945,14 @@ function extend() {
42945
42945
  };
42946
42946
  AgentFactory.createStateTrackerInfra = function (window, configuration, agentInstanceData, agentConfig, backendProxy, configProcess) {
42947
42947
  var watchdog = AgentFactory.createWatchdog(window, configuration, ACTIVE_EXECUTION_WATCHDOG, agentConfig.executionQueryIntervalSecs.value);
42948
- return new state_tracker_2.StateTracker(agentConfig, configProcess, watchdog, backendProxy, this.createLogger('stateTracker', configuration, window));
42948
+ return new state_tracker_fpv6_1.StateTrackerFpv6(agentConfig, configProcess, watchdog, backendProxy, this.createLogger('stateTracker', configuration, window));
42949
42949
  };
42950
42950
  return AgentFactory;
42951
42951
  }());
42952
42952
  exports.AgentFactory = AgentFactory;
42953
42953
  });
42954
42954
 
42955
- },{"../../common/agent-events/agent-events-conracts":289,"../../common/agent-events/cockpit-notifier":294,"../../common/agent-instance-data":299,"../../common/config-process":303,"../../common/config-process/config-loader":300,"../../common/footprints-process-v6/footprints-buffer":317,"../../common/footprints-process-v6/index":320,"../../common/footprints-process-v6/relative-path-resolver":322,"../../common/http/backend-proxy":324,"../../common/state-tracker":331,"../../common/system-date":332,"./basic-uuid-generator":248,"./browser-agent-instance":250,"./browser-agent-instance-fpv6":249,"./browser-events-process":252,"./browser-hits-collector":253,"./browser-hits-converter":254,"./code-coverage-manager":255,"./color-cookie-handler":256,"./configuration-manager":258,"./delegate":261,"./entities/environment-data":264,"./footprints-queue-sender":267,"./istanbul-to-footprints-convertor":269,"./istanbul-to-footprints-convertor-v3":268,"./logger/log-factory":272,"./queues/footprints-items-queue":274,"./queues/queue":275,"./services/http/http-client":276,"./services/json/json-client":280,"./services/json/json-client-adapter":279,"./services/json/noop-json-client":281,"./services/light-backend-proxy":282,"./sl-mapping-loader":283,"./state-tracker":284,"./test-state-helper":285,"./watchdog":287,"./window-timers-wrapper":288}],248:[function(require,module,exports){
42955
+ },{"../../common/agent-events/agent-events-conracts":289,"../../common/agent-events/cockpit-notifier":294,"../../common/agent-instance-data":299,"../../common/config-process":303,"../../common/config-process/config-loader":300,"../../common/footprints-process-v6/footprints-buffer":317,"../../common/footprints-process-v6/index":320,"../../common/footprints-process-v6/relative-path-resolver":322,"../../common/http/backend-proxy":324,"../../common/state-tracker-fpv6":331,"../../common/system-date":333,"./basic-uuid-generator":248,"./browser-agent-instance":250,"./browser-agent-instance-fpv6":249,"./browser-events-process":252,"./browser-hits-collector":253,"./browser-hits-converter":254,"./code-coverage-manager":255,"./color-cookie-handler":256,"./configuration-manager":258,"./delegate":261,"./entities/environment-data":264,"./footprints-queue-sender":267,"./istanbul-to-footprints-convertor":269,"./istanbul-to-footprints-convertor-v3":268,"./logger/log-factory":272,"./queues/footprints-items-queue":274,"./queues/queue":275,"./services/http/http-client":276,"./services/json/json-client":280,"./services/json/json-client-adapter":279,"./services/json/noop-json-client":281,"./services/light-backend-proxy":282,"./sl-mapping-loader":283,"./state-tracker":284,"./test-state-helper":285,"./watchdog":287,"./window-timers-wrapper":288}],248:[function(require,module,exports){
42956
42956
  (function (factory) {
42957
42957
  if (typeof module === "object" && typeof module.exports === "object") {
42958
42958
  var v = factory(require, exports);
@@ -44405,7 +44405,7 @@ var __extends = (this && this.__extends) || (function () {
44405
44405
  exports.FootprintsQueueSender = FootprintsQueueSender;
44406
44406
  });
44407
44407
 
44408
- },{"../../common/agent-events/cockpit-notifier":294,"../../common/system-date":332,"./entities/footprints-item-data":265}],268:[function(require,module,exports){
44408
+ },{"../../common/agent-events/cockpit-notifier":294,"../../common/system-date":333,"./entities/footprints-item-data":265}],268:[function(require,module,exports){
44409
44409
  (function (factory) {
44410
44410
  if (typeof module === "object" && typeof module.exports === "object") {
44411
44411
  var v = factory(require, exports);
@@ -44664,7 +44664,7 @@ var __extends = (this && this.__extends) || (function () {
44664
44664
  exports.IstanbulToFootprintsConvertorV3 = IstanbulToFootprintsConvertorV3;
44665
44665
  });
44666
44666
 
44667
- },{"../../common/footprints-process-v6/location-formatter":321,"../../common/footprints-process/collection-interval":323,"../../common/system-date":332,"./logger/log-factory":272}],269:[function(require,module,exports){
44667
+ },{"../../common/footprints-process-v6/location-formatter":321,"../../common/footprints-process/collection-interval":323,"../../common/system-date":333,"./logger/log-factory":272}],269:[function(require,module,exports){
44668
44668
  (function (factory) {
44669
44669
  if (typeof module === "object" && typeof module.exports === "object") {
44670
44670
  var v = factory(require, exports);
@@ -44847,7 +44847,7 @@ var __extends = (this && this.__extends) || (function () {
44847
44847
  exports.KarmaHandler = KarmaHandler;
44848
44848
  });
44849
44849
 
44850
- },{"../../common/events-process/events-contracts":312,"../../common/events-process/events-creator":313,"../../common/utils/validation-utils":336,"./browser-agent-instance":250}],271:[function(require,module,exports){
44850
+ },{"../../common/events-process/events-contracts":312,"../../common/events-process/events-creator":313,"../../common/utils/validation-utils":337,"./browser-agent-instance":250}],271:[function(require,module,exports){
44851
44851
  (function (factory) {
44852
44852
  if (typeof module === "object" && typeof module.exports === "object") {
44853
44853
  var v = factory(require, exports);
@@ -45042,7 +45042,7 @@ var __extends = (this && this.__extends) || (function () {
45042
45042
  exports.ConsoleLogger = ConsoleLogger;
45043
45043
  });
45044
45044
 
45045
- },{"../../../common/system-date":332,"../configuration-override":259}],272:[function(require,module,exports){
45045
+ },{"../../../common/system-date":333,"../configuration-override":259}],272:[function(require,module,exports){
45046
45046
  (function (factory) {
45047
45047
  if (typeof module === "object" && typeof module.exports === "object") {
45048
45048
  var v = factory(require, exports);
@@ -45217,7 +45217,7 @@ var __extends = (this && this.__extends) || (function () {
45217
45217
  exports.FootprintsItemsQueue = FootprintsItemsQueue;
45218
45218
  });
45219
45219
 
45220
- },{"../../../common/system-date":332,"../delegate":261,"../entities/footprints-item-data":265}],275:[function(require,module,exports){
45220
+ },{"../../../common/system-date":333,"../delegate":261,"../entities/footprints-item-data":265}],275:[function(require,module,exports){
45221
45221
  (function (factory) {
45222
45222
  if (typeof module === "object" && typeof module.exports === "object") {
45223
45223
  var v = factory(require, exports);
@@ -45289,7 +45289,7 @@ var __extends = (this && this.__extends) || (function () {
45289
45289
  exports.Queue = Queue;
45290
45290
  });
45291
45291
 
45292
- },{"../../../common/utils/validation-utils":336}],276:[function(require,module,exports){
45292
+ },{"../../../common/utils/validation-utils":337}],276:[function(require,module,exports){
45293
45293
  (function (factory) {
45294
45294
  if (typeof module === "object" && typeof module.exports === "object") {
45295
45295
  var v = factory(require, exports);
@@ -45452,7 +45452,7 @@ var __extends = (this && this.__extends) || (function () {
45452
45452
  exports.JsonClientAdapter = JsonClientAdapter;
45453
45453
  });
45454
45454
 
45455
- },{"../../../../common/utils/validation-utils":336}],280:[function(require,module,exports){
45455
+ },{"../../../../common/utils/validation-utils":337}],280:[function(require,module,exports){
45456
45456
  (function (factory) {
45457
45457
  if (typeof module === "object" && typeof module.exports === "object") {
45458
45458
  var v = factory(require, exports);
@@ -46010,7 +46010,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
46010
46010
  this.alarm.fire();
46011
46011
  }
46012
46012
  catch (e) {
46013
- this.logger.error('Alarm caught an exception: %s', e);
46013
+ this.logger.error('Alarm caught an exception: ', e);
46014
46014
  }
46015
46015
  if (this.options.autoReset) {
46016
46016
  this.context.reset();
@@ -46209,6 +46209,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
46209
46209
  if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
46210
46210
  }
46211
46211
  };
46212
+ var __spreadArrays = (this && this.__spreadArrays) || function () {
46213
+ for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
46214
+ for (var r = Array(s), k = 0, i = 0; i < il; i++)
46215
+ for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
46216
+ r[k] = a[j];
46217
+ return r;
46218
+ };
46212
46219
  (function (factory) {
46213
46220
  if (typeof module === "object" && typeof module.exports === "object") {
46214
46221
  var v = factory(require, exports);
@@ -46232,7 +46239,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
46232
46239
  var watchdog_1 = require("../watchdog");
46233
46240
  var system_date_1 = require("../system-date");
46234
46241
  var AgentEventsController = (function () {
46235
- function AgentEventsController(agentConfig, agentInstanceData, logger, backendProxy, tool) {
46242
+ function AgentEventsController(agentConfig, agentInstanceData, logger, backendProxy, tool, tags) {
46236
46243
  validation_utils_1.ValidationUtils.verifyNotNullOrEmpty(agentConfig, 'agentConfig');
46237
46244
  validation_utils_1.ValidationUtils.verifyNotNullOrEmpty(agentInstanceData, 'agentInstanceData');
46238
46245
  validation_utils_1.ValidationUtils.verifyNotNullOrEmpty(logger, 'logger');
@@ -46241,6 +46248,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
46241
46248
  this._agentInstanceData = agentInstanceData;
46242
46249
  this.shutDownRetries = 0;
46243
46250
  this.backendProxy = backendProxy || this.createBackendProxy();
46251
+ this.addTags(tags);
46244
46252
  this.addTool(tool);
46245
46253
  this.initWatchdog();
46246
46254
  this.submittedEventsMap = new Map();
@@ -46337,13 +46345,13 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
46337
46345
  });
46338
46346
  };
46339
46347
  AgentEventsController.prototype.submitPingEvent = function () {
46340
- return this.submitEvent(agent_events_conracts_1.AgentEventCode.AGENT_PING);
46348
+ return this.submitEvent(agent_events_conracts_1.AgentEventCode.AGENT_PING, { agentInfo: { labId: this.agentConfig.labId.value } });
46341
46349
  };
46342
- AgentEventsController.prototype.submitEvent = function (code) {
46350
+ AgentEventsController.prototype.submitEvent = function (code, data) {
46343
46351
  var _this = this;
46344
46352
  this.submittedEventsMap.set(code, true);
46345
46353
  this._logger.debug("About to send event with code '" + code + "', current time: " + system_date_1.getSystemDateValueOf());
46346
- var event = this.buildEvent(code);
46354
+ var event = this.buildEvent(code, data);
46347
46355
  this.submitAgentEventRequest(event).then(function () {
46348
46356
  return _this._logger.debug("Event with code '" + code + "' submitted successfully");
46349
46357
  });
@@ -46414,7 +46422,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
46414
46422
  configurable: true
46415
46423
  });
46416
46424
  AgentEventsController.prototype.resolveTags = function () {
46417
- return [];
46425
+ return this._tags || [];
46426
+ };
46427
+ AgentEventsController.prototype.addTags = function (tags) {
46428
+ if (!tags)
46429
+ return;
46430
+ this._tags = __spreadArrays(this._tags || [], tags || []);
46418
46431
  };
46419
46432
  AgentEventsController.prototype.addTool = function (tollInfo) {
46420
46433
  if (!tollInfo)
@@ -46472,7 +46485,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
46472
46485
  })(StartRequestStatus || (StartRequestStatus = {}));
46473
46486
  });
46474
46487
 
46475
- },{"../http/backend-proxy":324,"../system-date":332,"../utils/validation-utils":336,"../watchdog":337,"./agent-events-conracts":289,"./agent-instance-info-builder":291,"./agent-start-info-builder":292,"./ci-info-builder":293,"./machine-info-builder":296,"./nodejs-env-info-builder":297}],291:[function(require,module,exports){
46488
+ },{"../http/backend-proxy":324,"../system-date":333,"../utils/validation-utils":337,"../watchdog":338,"./agent-events-conracts":289,"./agent-instance-info-builder":291,"./agent-start-info-builder":292,"./ci-info-builder":293,"./machine-info-builder":296,"./nodejs-env-info-builder":297}],291:[function(require,module,exports){
46476
46489
  (function (process){(function (){
46477
46490
  (function (factory) {
46478
46491
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -46681,12 +46694,12 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
46681
46694
  var CockpitNotifier = (function () {
46682
46695
  function CockpitNotifier() {
46683
46696
  }
46684
- CockpitNotifier.notifyStart = function (agentConfig, agentInstanceData, logger, packageJsonFile, backendProxy, tool) {
46697
+ CockpitNotifier.notifyStart = function (agentConfig, agentInstanceData, logger, packageJsonFile, backendProxy, tool, tags) {
46685
46698
  return __awaiter(this, void 0, void 0, function () {
46686
46699
  return __generator(this, function (_a) {
46687
46700
  switch (_a.label) {
46688
46701
  case 0:
46689
- CockpitNotifier.controller = new agent_events_controller_1.AgentEventsController(agentConfig, agentInstanceData, logger, backendProxy, tool);
46702
+ CockpitNotifier.controller = new agent_events_controller_1.AgentEventsController(agentConfig, agentInstanceData, logger, backendProxy, tool, tags);
46690
46703
  return [4, CockpitNotifier.controller.submitAgentStartedEvent(packageJsonFile)];
46691
46704
  case 1:
46692
46705
  _a.sent();
@@ -46845,7 +46858,7 @@ var __extends = (this && this.__extends) || (function () {
46845
46858
  });
46846
46859
 
46847
46860
  }).call(this)}).call(this,require('_process'))
46848
- },{"../system-date":332,"_process":179,"os":154}],297:[function(require,module,exports){
46861
+ },{"../system-date":333,"_process":179,"os":154}],297:[function(require,module,exports){
46849
46862
  (function (process){(function (){
46850
46863
  (function (factory) {
46851
46864
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -46997,7 +47010,7 @@ var __extends = (this && this.__extends) || (function () {
46997
47010
  });
46998
47011
 
46999
47012
  }).call(this)}).call(this,"/tsOutputs/common")
47000
- },{"./agent-events/agent-events-conracts":289,"./agent-events/agent-instance-info-builder":291,"./utils/files-utils":333,"fs":69,"uuid":506}],300:[function(require,module,exports){
47013
+ },{"./agent-events/agent-events-conracts":289,"./agent-events/agent-instance-info-builder":291,"./utils/files-utils":334,"fs":69,"uuid":507}],300:[function(require,module,exports){
47001
47014
  (function (process){(function (){
47002
47015
  (function (factory) {
47003
47016
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -47085,7 +47098,7 @@ var __extends = (this && this.__extends) || (function () {
47085
47098
  });
47086
47099
 
47087
47100
  }).call(this)}).call(this,require('_process'))
47088
- },{"./config":302,"./config-system":301,"_process":179,"fs":69,"jwt-decode":440}],301:[function(require,module,exports){
47101
+ },{"./config":302,"./config-system":301,"_process":179,"fs":69,"jwt-decode":441}],301:[function(require,module,exports){
47089
47102
  (function (process){(function (){
47090
47103
  (function (factory) {
47091
47104
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -47612,7 +47625,7 @@ var __extends = (this && this.__extends) || (function () {
47612
47625
  exports.ConfigProcess = ConfigProcess;
47613
47626
  });
47614
47627
 
47615
- },{"./config-system":301,"events":110,"jwt-decode":440,"object-assign":153}],304:[function(require,module,exports){
47628
+ },{"./config-system":301,"events":110,"jwt-decode":441,"object-assign":153}],304:[function(require,module,exports){
47616
47629
  (function (factory) {
47617
47630
  if (typeof module === "object" && typeof module.exports === "object") {
47618
47631
  var v = factory(require, exports);
@@ -47780,7 +47793,7 @@ var __extends = (this && this.__extends) || (function () {
47780
47793
  });
47781
47794
 
47782
47795
  }).call(this)}).call(this,require('_process'))
47783
- },{"../utils/parsing-utils":334,"_process":179}],306:[function(require,module,exports){
47796
+ },{"../utils/parsing-utils":335,"_process":179}],306:[function(require,module,exports){
47784
47797
  (function (factory) {
47785
47798
  if (typeof module === "object" && typeof module.exports === "object") {
47786
47799
  var v = factory(require, exports);
@@ -47970,7 +47983,7 @@ var __extends = (this && this.__extends) || (function () {
47970
47983
  exports.FileElement = FileElement;
47971
47984
  });
47972
47985
 
47973
- },{"../utils/validation-utils":336}],308:[function(require,module,exports){
47986
+ },{"../utils/validation-utils":337}],308:[function(require,module,exports){
47974
47987
  var __extends = (this && this.__extends) || (function () {
47975
47988
  var extendStatics = function (d, b) {
47976
47989
  extendStatics = Object.setPrototypeOf ||
@@ -48114,7 +48127,7 @@ var __extends = (this && this.__extends) || (function () {
48114
48127
  }
48115
48128
  });
48116
48129
 
48117
- },{"../system-date":332,"../utils/files-utils":333,"./istanbul-unique-id-converter":308,"path":171}],310:[function(require,module,exports){
48130
+ },{"../system-date":333,"../utils/files-utils":334,"./istanbul-unique-id-converter":308,"path":171}],310:[function(require,module,exports){
48118
48131
  (function (factory) {
48119
48132
  if (typeof module === "object" && typeof module.exports === "object") {
48120
48133
  var v = factory(require, exports);
@@ -48306,7 +48319,7 @@ var __extends = (this && this.__extends) || (function () {
48306
48319
  exports.OriginalModuleLoader = OriginalModuleLoader;
48307
48320
  });
48308
48321
 
48309
- },{"../source-maps-utils":330,"../utils/files-utils":333,"../utils/validation-utils":336}],311:[function(require,module,exports){
48322
+ },{"../source-maps-utils":330,"../utils/files-utils":334,"../utils/validation-utils":337}],311:[function(require,module,exports){
48310
48323
  (function (factory) {
48311
48324
  if (typeof module === "object" && typeof module.exports === "object") {
48312
48325
  var v = factory(require, exports);
@@ -48623,7 +48636,7 @@ var __assign = (this && this.__assign) || function () {
48623
48636
  exports.EventsCreator = EventsCreator;
48624
48637
  });
48625
48638
 
48626
- },{"../system-date":332,"./events-contracts":312}],314:[function(require,module,exports){
48639
+ },{"../system-date":333,"./events-contracts":312}],314:[function(require,module,exports){
48627
48640
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
48628
48641
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
48629
48642
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -48900,7 +48913,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
48900
48913
  exports.EventsProcess = EventsProcess;
48901
48914
  });
48902
48915
 
48903
- },{"../system-date":332,"../utils/validation-utils":336}],315:[function(require,module,exports){
48916
+ },{"../system-date":333,"../utils/validation-utils":337}],315:[function(require,module,exports){
48904
48917
  var __extends = (this && this.__extends) || (function () {
48905
48918
  var extendStatics = function (d, b) {
48906
48919
  extendStatics = Object.setPrototypeOf ||
@@ -48972,7 +48985,7 @@ var __extends = (this && this.__extends) || (function () {
48972
48985
  exports.BaseBrowserHitsConverter = BaseBrowserHitsConverter;
48973
48986
  });
48974
48987
 
48975
- },{"../../common/footprints-process-v6/hits-converter":319,"../utils/files-utils":333,"./location-formatter":321}],316:[function(require,module,exports){
48988
+ },{"../../common/footprints-process-v6/hits-converter":319,"../utils/files-utils":334,"./location-formatter":321}],316:[function(require,module,exports){
48976
48989
  (function (factory) {
48977
48990
  if (typeof module === "object" && typeof module.exports === "object") {
48978
48991
  var v = factory(require, exports);
@@ -49751,7 +49764,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
49751
49764
  exports.FootprintsProcess = FootprintsProcess;
49752
49765
  });
49753
49766
 
49754
- },{"../agent-events/agent-events-conracts":289,"../agent-events/cockpit-notifier":294,"../footprints-process/collection-interval":323,"../state-tracker":331,"./footprints-buffer":317}],321:[function(require,module,exports){
49767
+ },{"../agent-events/agent-events-conracts":289,"../agent-events/cockpit-notifier":294,"../footprints-process/collection-interval":323,"../state-tracker":332,"./footprints-buffer":317}],321:[function(require,module,exports){
49755
49768
  (function (factory) {
49756
49769
  if (typeof module === "object" && typeof module.exports === "object") {
49757
49770
  var v = factory(require, exports);
@@ -49866,7 +49879,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
49866
49879
  exports.CollectionInterval = CollectionInterval;
49867
49880
  });
49868
49881
 
49869
- },{"../system-date":332}],324:[function(require,module,exports){
49882
+ },{"../system-date":333}],324:[function(require,module,exports){
49870
49883
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
49871
49884
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
49872
49885
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -50285,7 +50298,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
50285
50298
  exports.BackendProxy = BackendProxy;
50286
50299
  });
50287
50300
 
50288
- },{"../constants/constants":304,"../constants/sl-env-vars":305,"../utils/timer-utils":335,"../utils/validation-utils":336,"./contracts":325,"./entities-mapper":326,"./http-client":327,"./sl-routes":329}],325:[function(require,module,exports){
50301
+ },{"../constants/constants":304,"../constants/sl-env-vars":305,"../utils/timer-utils":336,"../utils/validation-utils":337,"./contracts":325,"./entities-mapper":326,"./http-client":327,"./sl-routes":329}],325:[function(require,module,exports){
50289
50302
  var __extends = (this && this.__extends) || (function () {
50290
50303
  var extendStatics = function (d, b) {
50291
50304
  extendStatics = Object.setPrototypeOf ||
@@ -50453,7 +50466,7 @@ var __extends = (this && this.__extends) || (function () {
50453
50466
  })(ContentType = exports.ContentType || (exports.ContentType = {}));
50454
50467
  });
50455
50468
 
50456
- },{"../system-date":332}],326:[function(require,module,exports){
50469
+ },{"../system-date":333}],326:[function(require,module,exports){
50457
50470
  (function (factory) {
50458
50471
  if (typeof module === "object" && typeof module.exports === "object") {
50459
50472
  var v = factory(require, exports);
@@ -50685,7 +50698,7 @@ var __extends = (this && this.__extends) || (function () {
50685
50698
  });
50686
50699
 
50687
50700
  }).call(this)}).call(this,require('_process'),require("buffer").Buffer)
50688
- },{"../constants/sl-env-vars":305,"../utils/validation-utils":336,"./contracts":325,"./http-verb":328,"_process":179,"buffer":71,"request":453,"uuid/v1":509,"zlib":68}],328:[function(require,module,exports){
50701
+ },{"../constants/sl-env-vars":305,"../utils/validation-utils":337,"./contracts":325,"./http-verb":328,"_process":179,"buffer":71,"request":454,"uuid/v1":510,"zlib":68}],328:[function(require,module,exports){
50689
50702
  (function (factory) {
50690
50703
  if (typeof module === "object" && typeof module.exports === "object") {
50691
50704
  var v = factory(require, exports);
@@ -50931,7 +50944,7 @@ var __extends = (this && this.__extends) || (function () {
50931
50944
  exports.SLRoutes = SLRoutes;
50932
50945
  });
50933
50946
 
50934
- },{"../constants/constants":304,"../utils/validation-utils":336}],330:[function(require,module,exports){
50947
+ },{"../constants/constants":304,"../utils/validation-utils":337}],330:[function(require,module,exports){
50935
50948
  (function (factory) {
50936
50949
  if (typeof module === "object" && typeof module.exports === "object") {
50937
50950
  var v = factory(require, exports);
@@ -50995,6 +51008,59 @@ var __extends = (this && this.__extends) || (function () {
50995
51008
  d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
50996
51009
  };
50997
51010
  })();
51011
+ (function (factory) {
51012
+ if (typeof module === "object" && typeof module.exports === "object") {
51013
+ var v = factory(require, exports);
51014
+ if (v !== undefined) module.exports = v;
51015
+ }
51016
+ else if (typeof define === "function" && define.amd) {
51017
+ define(["require", "exports", "./state-tracker"], factory);
51018
+ }
51019
+ })(function (require, exports) {
51020
+ "use strict";
51021
+ Object.defineProperty(exports, "__esModule", { value: true });
51022
+ exports.StateTrackerFpv6 = void 0;
51023
+ var state_tracker_1 = require("./state-tracker");
51024
+ var StateTrackerFpv6 = (function (_super) {
51025
+ __extends(StateTrackerFpv6, _super);
51026
+ function StateTrackerFpv6() {
51027
+ return _super !== null && _super.apply(this, arguments) || this;
51028
+ }
51029
+ StateTrackerFpv6.prototype.switchToAnonFootprints = function () {
51030
+ };
51031
+ StateTrackerFpv6.prototype.isAnonymousColor = function (testIdentifier) {
51032
+ return testIdentifier == null;
51033
+ };
51034
+ StateTrackerFpv6.prototype.checkTestStatusAtServer = function (async) {
51035
+ var _this = this;
51036
+ if (async === void 0) { async = true; }
51037
+ this.backendProxy.testExecutionV4(this.cfg.labId.value, async, this.getExecutionIdForQuery()).then(function (response) {
51038
+ _this.fireExecutionEvents(response.execution);
51039
+ _this.notifyCockpit(response.execution);
51040
+ _this.currentExecution = response.execution;
51041
+ }).catch(function (err) {
51042
+ _this.logger.warn("Error while checking test execution status " + err);
51043
+ });
51044
+ };
51045
+ return StateTrackerFpv6;
51046
+ }(state_tracker_1.StateTracker));
51047
+ exports.StateTrackerFpv6 = StateTrackerFpv6;
51048
+ });
51049
+
51050
+ },{"./state-tracker":332}],332:[function(require,module,exports){
51051
+ var __extends = (this && this.__extends) || (function () {
51052
+ var extendStatics = function (d, b) {
51053
+ extendStatics = Object.setPrototypeOf ||
51054
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
51055
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
51056
+ return extendStatics(d, b);
51057
+ };
51058
+ return function (d, b) {
51059
+ extendStatics(d, b);
51060
+ function __() { this.constructor = d; }
51061
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
51062
+ };
51063
+ })();
50998
51064
  var __assign = (this && this.__assign) || function () {
50999
51065
  __assign = Object.assign || function(t) {
51000
51066
  for (var s, i = 1, n = arguments.length; i < n; i++) {
@@ -51288,7 +51354,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
51288
51354
  exports.StateTracker = StateTracker;
51289
51355
  });
51290
51356
 
51291
- },{"./agent-events/agent-events-conracts":289,"./agent-events/cockpit-notifier":294,"./constants/sl-env-vars":305,"./utils/validation-utils":336,"events":110}],332:[function(require,module,exports){
51357
+ },{"./agent-events/agent-events-conracts":289,"./agent-events/cockpit-notifier":294,"./constants/sl-env-vars":305,"./utils/validation-utils":337,"events":110}],333:[function(require,module,exports){
51292
51358
  (function (factory) {
51293
51359
  if (typeof module === "object" && typeof module.exports === "object") {
51294
51360
  var v = factory(require, exports);
@@ -51314,7 +51380,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
51314
51380
  exports.getSystemDateValueOf = getSystemDateValueOf;
51315
51381
  });
51316
51382
 
51317
- },{}],333:[function(require,module,exports){
51383
+ },{}],334:[function(require,module,exports){
51318
51384
  (function (factory) {
51319
51385
  if (typeof module === "object" && typeof module.exports === "object") {
51320
51386
  var v = factory(require, exports);
@@ -51371,7 +51437,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
51371
51437
  exports.FilesUtils = FilesUtils;
51372
51438
  });
51373
51439
 
51374
- },{"fs":69,"path":171}],334:[function(require,module,exports){
51440
+ },{"fs":69,"path":171}],335:[function(require,module,exports){
51375
51441
  (function (process){(function (){
51376
51442
  (function (factory) {
51377
51443
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -51414,7 +51480,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
51414
51480
  });
51415
51481
 
51416
51482
  }).call(this)}).call(this,require('_process'))
51417
- },{"_process":179}],335:[function(require,module,exports){
51483
+ },{"_process":179}],336:[function(require,module,exports){
51418
51484
  (function (factory) {
51419
51485
  if (typeof module === "object" && typeof module.exports === "object") {
51420
51486
  var v = factory(require, exports);
@@ -51438,7 +51504,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
51438
51504
  exports.TimerUtils = TimerUtils;
51439
51505
  });
51440
51506
 
51441
- },{}],336:[function(require,module,exports){
51507
+ },{}],337:[function(require,module,exports){
51442
51508
  (function (factory) {
51443
51509
  if (typeof module === "object" && typeof module.exports === "object") {
51444
51510
  var v = factory(require, exports);
@@ -51468,7 +51534,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
51468
51534
  exports.ValidationUtils = ValidationUtils;
51469
51535
  });
51470
51536
 
51471
- },{"../constants/constants":304}],337:[function(require,module,exports){
51537
+ },{"../constants/constants":304}],338:[function(require,module,exports){
51472
51538
  var __extends = (this && this.__extends) || (function () {
51473
51539
  var extendStatics = function (d, b) {
51474
51540
  extendStatics = Object.setPrototypeOf ||
@@ -51589,7 +51655,7 @@ var __extends = (this && this.__extends) || (function () {
51589
51655
  exports.Watchdog = Watchdog;
51590
51656
  });
51591
51657
 
51592
- },{"events":110}],338:[function(require,module,exports){
51658
+ },{"events":110}],339:[function(require,module,exports){
51593
51659
  'use strict';
51594
51660
 
51595
51661
  var compileSchema = require('./compile')
@@ -52097,7 +52163,7 @@ function setLogger(self) {
52097
52163
 
52098
52164
  function noop() {}
52099
52165
 
52100
- },{"./cache":339,"./compile":343,"./compile/async":340,"./compile/error_classes":341,"./compile/formats":342,"./compile/resolve":344,"./compile/rules":345,"./compile/schema_obj":346,"./compile/util":348,"./data":349,"./keyword":377,"./refs/data.json":378,"./refs/json-schema-draft-07.json":380,"fast-json-stable-stringify":402}],339:[function(require,module,exports){
52166
+ },{"./cache":340,"./compile":344,"./compile/async":341,"./compile/error_classes":342,"./compile/formats":343,"./compile/resolve":345,"./compile/rules":346,"./compile/schema_obj":347,"./compile/util":349,"./data":350,"./keyword":378,"./refs/data.json":379,"./refs/json-schema-draft-07.json":381,"fast-json-stable-stringify":403}],340:[function(require,module,exports){
52101
52167
  'use strict';
52102
52168
 
52103
52169
 
@@ -52125,7 +52191,7 @@ Cache.prototype.clear = function Cache_clear() {
52125
52191
  this._cache = {};
52126
52192
  };
52127
52193
 
52128
- },{}],340:[function(require,module,exports){
52194
+ },{}],341:[function(require,module,exports){
52129
52195
  'use strict';
52130
52196
 
52131
52197
  var MissingRefError = require('./error_classes').MissingRef;
@@ -52217,7 +52283,7 @@ function compileAsync(schema, meta, callback) {
52217
52283
  }
52218
52284
  }
52219
52285
 
52220
- },{"./error_classes":341}],341:[function(require,module,exports){
52286
+ },{"./error_classes":342}],342:[function(require,module,exports){
52221
52287
  'use strict';
52222
52288
 
52223
52289
  var resolve = require('./resolve');
@@ -52253,7 +52319,7 @@ function errorSubclass(Subclass) {
52253
52319
  return Subclass;
52254
52320
  }
52255
52321
 
52256
- },{"./resolve":344}],342:[function(require,module,exports){
52322
+ },{"./resolve":345}],343:[function(require,module,exports){
52257
52323
  'use strict';
52258
52324
 
52259
52325
  var util = require('./util');
@@ -52397,7 +52463,7 @@ function regex(str) {
52397
52463
  }
52398
52464
  }
52399
52465
 
52400
- },{"./util":348}],343:[function(require,module,exports){
52466
+ },{"./util":349}],344:[function(require,module,exports){
52401
52467
  'use strict';
52402
52468
 
52403
52469
  var resolve = require('./resolve')
@@ -52786,7 +52852,7 @@ function vars(arr, statement) {
52786
52852
  return code;
52787
52853
  }
52788
52854
 
52789
- },{"../dotjs/validate":376,"./error_classes":341,"./resolve":344,"./util":348,"fast-deep-equal":401,"fast-json-stable-stringify":402}],344:[function(require,module,exports){
52855
+ },{"../dotjs/validate":377,"./error_classes":342,"./resolve":345,"./util":349,"fast-deep-equal":402,"fast-json-stable-stringify":403}],345:[function(require,module,exports){
52790
52856
  'use strict';
52791
52857
 
52792
52858
  var URI = require('uri-js')
@@ -53058,7 +53124,7 @@ function resolveIds(schema) {
53058
53124
  return localRefs;
53059
53125
  }
53060
53126
 
53061
- },{"./schema_obj":346,"./util":348,"fast-deep-equal":401,"json-schema-traverse":434,"uri-js":505}],345:[function(require,module,exports){
53127
+ },{"./schema_obj":347,"./util":349,"fast-deep-equal":402,"json-schema-traverse":435,"uri-js":506}],346:[function(require,module,exports){
53062
53128
  'use strict';
53063
53129
 
53064
53130
  var ruleModules = require('../dotjs')
@@ -53126,7 +53192,7 @@ module.exports = function rules() {
53126
53192
  return RULES;
53127
53193
  };
53128
53194
 
53129
- },{"../dotjs":365,"./util":348}],346:[function(require,module,exports){
53195
+ },{"../dotjs":366,"./util":349}],347:[function(require,module,exports){
53130
53196
  'use strict';
53131
53197
 
53132
53198
  var util = require('./util');
@@ -53137,7 +53203,7 @@ function SchemaObject(obj) {
53137
53203
  util.copy(obj, this);
53138
53204
  }
53139
53205
 
53140
- },{"./util":348}],347:[function(require,module,exports){
53206
+ },{"./util":349}],348:[function(require,module,exports){
53141
53207
  'use strict';
53142
53208
 
53143
53209
  // https://mathiasbynens.be/notes/javascript-encoding
@@ -53159,7 +53225,7 @@ module.exports = function ucs2length(str) {
53159
53225
  return length;
53160
53226
  };
53161
53227
 
53162
- },{}],348:[function(require,module,exports){
53228
+ },{}],349:[function(require,module,exports){
53163
53229
  'use strict';
53164
53230
 
53165
53231
 
@@ -53400,7 +53466,7 @@ function unescapeJsonPointer(str) {
53400
53466
  return str.replace(/~1/g, '/').replace(/~0/g, '~');
53401
53467
  }
53402
53468
 
53403
- },{"./ucs2length":347,"fast-deep-equal":401}],349:[function(require,module,exports){
53469
+ },{"./ucs2length":348,"fast-deep-equal":402}],350:[function(require,module,exports){
53404
53470
  'use strict';
53405
53471
 
53406
53472
  var KEYWORDS = [
@@ -53451,7 +53517,7 @@ module.exports = function (metaSchema, keywordsJsonPointers) {
53451
53517
  return metaSchema;
53452
53518
  };
53453
53519
 
53454
- },{}],350:[function(require,module,exports){
53520
+ },{}],351:[function(require,module,exports){
53455
53521
  'use strict';
53456
53522
 
53457
53523
  var metaSchema = require('./refs/json-schema-draft-07.json');
@@ -53490,7 +53556,7 @@ module.exports = {
53490
53556
  }
53491
53557
  };
53492
53558
 
53493
- },{"./refs/json-schema-draft-07.json":380}],351:[function(require,module,exports){
53559
+ },{"./refs/json-schema-draft-07.json":381}],352:[function(require,module,exports){
53494
53560
  'use strict';
53495
53561
  module.exports = function generate__limit(it, $keyword, $ruleType) {
53496
53562
  var out = ' ';
@@ -53655,7 +53721,7 @@ module.exports = function generate__limit(it, $keyword, $ruleType) {
53655
53721
  return out;
53656
53722
  }
53657
53723
 
53658
- },{}],352:[function(require,module,exports){
53724
+ },{}],353:[function(require,module,exports){
53659
53725
  'use strict';
53660
53726
  module.exports = function generate__limitItems(it, $keyword, $ruleType) {
53661
53727
  var out = ' ';
@@ -53737,7 +53803,7 @@ module.exports = function generate__limitItems(it, $keyword, $ruleType) {
53737
53803
  return out;
53738
53804
  }
53739
53805
 
53740
- },{}],353:[function(require,module,exports){
53806
+ },{}],354:[function(require,module,exports){
53741
53807
  'use strict';
53742
53808
  module.exports = function generate__limitLength(it, $keyword, $ruleType) {
53743
53809
  var out = ' ';
@@ -53824,7 +53890,7 @@ module.exports = function generate__limitLength(it, $keyword, $ruleType) {
53824
53890
  return out;
53825
53891
  }
53826
53892
 
53827
- },{}],354:[function(require,module,exports){
53893
+ },{}],355:[function(require,module,exports){
53828
53894
  'use strict';
53829
53895
  module.exports = function generate__limitProperties(it, $keyword, $ruleType) {
53830
53896
  var out = ' ';
@@ -53906,7 +53972,7 @@ module.exports = function generate__limitProperties(it, $keyword, $ruleType) {
53906
53972
  return out;
53907
53973
  }
53908
53974
 
53909
- },{}],355:[function(require,module,exports){
53975
+ },{}],356:[function(require,module,exports){
53910
53976
  'use strict';
53911
53977
  module.exports = function generate_allOf(it, $keyword, $ruleType) {
53912
53978
  var out = ' ';
@@ -53950,7 +54016,7 @@ module.exports = function generate_allOf(it, $keyword, $ruleType) {
53950
54016
  return out;
53951
54017
  }
53952
54018
 
53953
- },{}],356:[function(require,module,exports){
54019
+ },{}],357:[function(require,module,exports){
53954
54020
  'use strict';
53955
54021
  module.exports = function generate_anyOf(it, $keyword, $ruleType) {
53956
54022
  var out = ' ';
@@ -54025,7 +54091,7 @@ module.exports = function generate_anyOf(it, $keyword, $ruleType) {
54025
54091
  return out;
54026
54092
  }
54027
54093
 
54028
- },{}],357:[function(require,module,exports){
54094
+ },{}],358:[function(require,module,exports){
54029
54095
  'use strict';
54030
54096
  module.exports = function generate_comment(it, $keyword, $ruleType) {
54031
54097
  var out = ' ';
@@ -54041,7 +54107,7 @@ module.exports = function generate_comment(it, $keyword, $ruleType) {
54041
54107
  return out;
54042
54108
  }
54043
54109
 
54044
- },{}],358:[function(require,module,exports){
54110
+ },{}],359:[function(require,module,exports){
54045
54111
  'use strict';
54046
54112
  module.exports = function generate_const(it, $keyword, $ruleType) {
54047
54113
  var out = ' ';
@@ -54099,7 +54165,7 @@ module.exports = function generate_const(it, $keyword, $ruleType) {
54099
54165
  return out;
54100
54166
  }
54101
54167
 
54102
- },{}],359:[function(require,module,exports){
54168
+ },{}],360:[function(require,module,exports){
54103
54169
  'use strict';
54104
54170
  module.exports = function generate_contains(it, $keyword, $ruleType) {
54105
54171
  var out = ' ';
@@ -54182,7 +54248,7 @@ module.exports = function generate_contains(it, $keyword, $ruleType) {
54182
54248
  return out;
54183
54249
  }
54184
54250
 
54185
- },{}],360:[function(require,module,exports){
54251
+ },{}],361:[function(require,module,exports){
54186
54252
  'use strict';
54187
54253
  module.exports = function generate_custom(it, $keyword, $ruleType) {
54188
54254
  var out = ' ';
@@ -54412,7 +54478,7 @@ module.exports = function generate_custom(it, $keyword, $ruleType) {
54412
54478
  return out;
54413
54479
  }
54414
54480
 
54415
- },{}],361:[function(require,module,exports){
54481
+ },{}],362:[function(require,module,exports){
54416
54482
  'use strict';
54417
54483
  module.exports = function generate_dependencies(it, $keyword, $ruleType) {
54418
54484
  var out = ' ';
@@ -54582,7 +54648,7 @@ module.exports = function generate_dependencies(it, $keyword, $ruleType) {
54582
54648
  return out;
54583
54649
  }
54584
54650
 
54585
- },{}],362:[function(require,module,exports){
54651
+ },{}],363:[function(require,module,exports){
54586
54652
  'use strict';
54587
54653
  module.exports = function generate_enum(it, $keyword, $ruleType) {
54588
54654
  var out = ' ';
@@ -54650,7 +54716,7 @@ module.exports = function generate_enum(it, $keyword, $ruleType) {
54650
54716
  return out;
54651
54717
  }
54652
54718
 
54653
- },{}],363:[function(require,module,exports){
54719
+ },{}],364:[function(require,module,exports){
54654
54720
  'use strict';
54655
54721
  module.exports = function generate_format(it, $keyword, $ruleType) {
54656
54722
  var out = ' ';
@@ -54802,7 +54868,7 @@ module.exports = function generate_format(it, $keyword, $ruleType) {
54802
54868
  return out;
54803
54869
  }
54804
54870
 
54805
- },{}],364:[function(require,module,exports){
54871
+ },{}],365:[function(require,module,exports){
54806
54872
  'use strict';
54807
54873
  module.exports = function generate_if(it, $keyword, $ruleType) {
54808
54874
  var out = ' ';
@@ -54907,7 +54973,7 @@ module.exports = function generate_if(it, $keyword, $ruleType) {
54907
54973
  return out;
54908
54974
  }
54909
54975
 
54910
- },{}],365:[function(require,module,exports){
54976
+ },{}],366:[function(require,module,exports){
54911
54977
  'use strict';
54912
54978
 
54913
54979
  //all requires must be explicit because browserify won't work with dynamic requires
@@ -54942,7 +55008,7 @@ module.exports = {
54942
55008
  validate: require('./validate')
54943
55009
  };
54944
55010
 
54945
- },{"./_limit":351,"./_limitItems":352,"./_limitLength":353,"./_limitProperties":354,"./allOf":355,"./anyOf":356,"./comment":357,"./const":358,"./contains":359,"./dependencies":361,"./enum":362,"./format":363,"./if":364,"./items":366,"./multipleOf":367,"./not":368,"./oneOf":369,"./pattern":370,"./properties":371,"./propertyNames":372,"./ref":373,"./required":374,"./uniqueItems":375,"./validate":376}],366:[function(require,module,exports){
55011
+ },{"./_limit":352,"./_limitItems":353,"./_limitLength":354,"./_limitProperties":355,"./allOf":356,"./anyOf":357,"./comment":358,"./const":359,"./contains":360,"./dependencies":362,"./enum":363,"./format":364,"./if":365,"./items":367,"./multipleOf":368,"./not":369,"./oneOf":370,"./pattern":371,"./properties":372,"./propertyNames":373,"./ref":374,"./required":375,"./uniqueItems":376,"./validate":377}],367:[function(require,module,exports){
54946
55012
  'use strict';
54947
55013
  module.exports = function generate_items(it, $keyword, $ruleType) {
54948
55014
  var out = ' ';
@@ -55084,7 +55150,7 @@ module.exports = function generate_items(it, $keyword, $ruleType) {
55084
55150
  return out;
55085
55151
  }
55086
55152
 
55087
- },{}],367:[function(require,module,exports){
55153
+ },{}],368:[function(require,module,exports){
55088
55154
  'use strict';
55089
55155
  module.exports = function generate_multipleOf(it, $keyword, $ruleType) {
55090
55156
  var out = ' ';
@@ -55166,7 +55232,7 @@ module.exports = function generate_multipleOf(it, $keyword, $ruleType) {
55166
55232
  return out;
55167
55233
  }
55168
55234
 
55169
- },{}],368:[function(require,module,exports){
55235
+ },{}],369:[function(require,module,exports){
55170
55236
  'use strict';
55171
55237
  module.exports = function generate_not(it, $keyword, $ruleType) {
55172
55238
  var out = ' ';
@@ -55252,7 +55318,7 @@ module.exports = function generate_not(it, $keyword, $ruleType) {
55252
55318
  return out;
55253
55319
  }
55254
55320
 
55255
- },{}],369:[function(require,module,exports){
55321
+ },{}],370:[function(require,module,exports){
55256
55322
  'use strict';
55257
55323
  module.exports = function generate_oneOf(it, $keyword, $ruleType) {
55258
55324
  var out = ' ';
@@ -55327,7 +55393,7 @@ module.exports = function generate_oneOf(it, $keyword, $ruleType) {
55327
55393
  return out;
55328
55394
  }
55329
55395
 
55330
- },{}],370:[function(require,module,exports){
55396
+ },{}],371:[function(require,module,exports){
55331
55397
  'use strict';
55332
55398
  module.exports = function generate_pattern(it, $keyword, $ruleType) {
55333
55399
  var out = ' ';
@@ -55404,7 +55470,7 @@ module.exports = function generate_pattern(it, $keyword, $ruleType) {
55404
55470
  return out;
55405
55471
  }
55406
55472
 
55407
- },{}],371:[function(require,module,exports){
55473
+ },{}],372:[function(require,module,exports){
55408
55474
  'use strict';
55409
55475
  module.exports = function generate_properties(it, $keyword, $ruleType) {
55410
55476
  var out = ' ';
@@ -55741,7 +55807,7 @@ module.exports = function generate_properties(it, $keyword, $ruleType) {
55741
55807
  return out;
55742
55808
  }
55743
55809
 
55744
- },{}],372:[function(require,module,exports){
55810
+ },{}],373:[function(require,module,exports){
55745
55811
  'use strict';
55746
55812
  module.exports = function generate_propertyNames(it, $keyword, $ruleType) {
55747
55813
  var out = ' ';
@@ -55824,7 +55890,7 @@ module.exports = function generate_propertyNames(it, $keyword, $ruleType) {
55824
55890
  return out;
55825
55891
  }
55826
55892
 
55827
- },{}],373:[function(require,module,exports){
55893
+ },{}],374:[function(require,module,exports){
55828
55894
  'use strict';
55829
55895
  module.exports = function generate_ref(it, $keyword, $ruleType) {
55830
55896
  var out = ' ';
@@ -55950,7 +56016,7 @@ module.exports = function generate_ref(it, $keyword, $ruleType) {
55950
56016
  return out;
55951
56017
  }
55952
56018
 
55953
- },{}],374:[function(require,module,exports){
56019
+ },{}],375:[function(require,module,exports){
55954
56020
  'use strict';
55955
56021
  module.exports = function generate_required(it, $keyword, $ruleType) {
55956
56022
  var out = ' ';
@@ -56222,7 +56288,7 @@ module.exports = function generate_required(it, $keyword, $ruleType) {
56222
56288
  return out;
56223
56289
  }
56224
56290
 
56225
- },{}],375:[function(require,module,exports){
56291
+ },{}],376:[function(require,module,exports){
56226
56292
  'use strict';
56227
56293
  module.exports = function generate_uniqueItems(it, $keyword, $ruleType) {
56228
56294
  var out = ' ';
@@ -56310,7 +56376,7 @@ module.exports = function generate_uniqueItems(it, $keyword, $ruleType) {
56310
56376
  return out;
56311
56377
  }
56312
56378
 
56313
- },{}],376:[function(require,module,exports){
56379
+ },{}],377:[function(require,module,exports){
56314
56380
  'use strict';
56315
56381
  module.exports = function generate_validate(it, $keyword, $ruleType) {
56316
56382
  var out = '';
@@ -56794,7 +56860,7 @@ module.exports = function generate_validate(it, $keyword, $ruleType) {
56794
56860
  return out;
56795
56861
  }
56796
56862
 
56797
- },{}],377:[function(require,module,exports){
56863
+ },{}],378:[function(require,module,exports){
56798
56864
  'use strict';
56799
56865
 
56800
56866
  var IDENTIFIER = /^[a-z_$][a-z0-9_$-]*$/i;
@@ -56942,7 +57008,7 @@ function validateKeyword(definition, throwError) {
56942
57008
  return false;
56943
57009
  }
56944
57010
 
56945
- },{"./definition_schema":350,"./dotjs/custom":360}],378:[function(require,module,exports){
57011
+ },{"./definition_schema":351,"./dotjs/custom":361}],379:[function(require,module,exports){
56946
57012
  module.exports={
56947
57013
  "$schema": "http://json-schema.org/draft-07/schema#",
56948
57014
  "$id": "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
@@ -56961,7 +57027,7 @@ module.exports={
56961
57027
  "additionalProperties": false
56962
57028
  }
56963
57029
 
56964
- },{}],379:[function(require,module,exports){
57030
+ },{}],380:[function(require,module,exports){
56965
57031
  module.exports={
56966
57032
  "$schema": "http://json-schema.org/draft-06/schema#",
56967
57033
  "$id": "http://json-schema.org/draft-06/schema#",
@@ -57117,7 +57183,7 @@ module.exports={
57117
57183
  "default": {}
57118
57184
  }
57119
57185
 
57120
- },{}],380:[function(require,module,exports){
57186
+ },{}],381:[function(require,module,exports){
57121
57187
  module.exports={
57122
57188
  "$schema": "http://json-schema.org/draft-07/schema#",
57123
57189
  "$id": "http://json-schema.org/draft-07/schema#",
@@ -57287,7 +57353,7 @@ module.exports={
57287
57353
  "default": true
57288
57354
  }
57289
57355
 
57290
- },{}],381:[function(require,module,exports){
57356
+ },{}],382:[function(require,module,exports){
57291
57357
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
57292
57358
 
57293
57359
 
@@ -57302,7 +57368,7 @@ module.exports = {
57302
57368
 
57303
57369
  };
57304
57370
 
57305
- },{}],382:[function(require,module,exports){
57371
+ },{}],383:[function(require,module,exports){
57306
57372
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
57307
57373
 
57308
57374
  var errors = require('./errors');
@@ -57331,7 +57397,7 @@ for (var e in errors) {
57331
57397
  module.exports[e] = errors[e];
57332
57398
  }
57333
57399
 
57334
- },{"./errors":381,"./reader":383,"./types":384,"./writer":385}],383:[function(require,module,exports){
57400
+ },{"./errors":382,"./reader":384,"./types":385,"./writer":386}],384:[function(require,module,exports){
57335
57401
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
57336
57402
 
57337
57403
  var assert = require('assert');
@@ -57595,7 +57661,7 @@ Reader.prototype._readTag = function (tag) {
57595
57661
 
57596
57662
  module.exports = Reader;
57597
57663
 
57598
- },{"./errors":381,"./types":384,"assert":16,"safer-buffer":470}],384:[function(require,module,exports){
57664
+ },{"./errors":382,"./types":385,"assert":16,"safer-buffer":471}],385:[function(require,module,exports){
57599
57665
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
57600
57666
 
57601
57667
 
@@ -57633,7 +57699,7 @@ module.exports = {
57633
57699
  Context: 128
57634
57700
  };
57635
57701
 
57636
- },{}],385:[function(require,module,exports){
57702
+ },{}],386:[function(require,module,exports){
57637
57703
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
57638
57704
 
57639
57705
  var assert = require('assert');
@@ -57952,7 +58018,7 @@ Writer.prototype._ensure = function (len) {
57952
58018
 
57953
58019
  module.exports = Writer;
57954
58020
 
57955
- },{"./errors":381,"./types":384,"assert":16,"safer-buffer":470}],386:[function(require,module,exports){
58021
+ },{"./errors":382,"./types":385,"assert":16,"safer-buffer":471}],387:[function(require,module,exports){
57956
58022
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
57957
58023
 
57958
58024
  // If you have no idea what ASN.1 or BER is, see this:
@@ -57974,7 +58040,7 @@ module.exports = {
57974
58040
 
57975
58041
  };
57976
58042
 
57977
- },{"./ber/index":382}],387:[function(require,module,exports){
58043
+ },{"./ber/index":383}],388:[function(require,module,exports){
57978
58044
  (function (Buffer,process){(function (){
57979
58045
  // Copyright (c) 2012, Mark Cavage. All rights reserved.
57980
58046
  // Copyright 2015 Joyent, Inc.
@@ -58189,7 +58255,7 @@ function _setExports(ndebug) {
58189
58255
  module.exports = _setExports(process.env.NODE_NDEBUG);
58190
58256
 
58191
58257
  }).call(this)}).call(this,{"isBuffer":require("../../browser-agent/node_modules/is-buffer/index.js")},require('_process'))
58192
- },{"../../browser-agent/node_modules/is-buffer/index.js":146,"_process":179,"assert":16,"stream":229,"util":243}],388:[function(require,module,exports){
58258
+ },{"../../browser-agent/node_modules/is-buffer/index.js":146,"_process":179,"assert":16,"stream":229,"util":243}],389:[function(require,module,exports){
58193
58259
 
58194
58260
  /*!
58195
58261
  * Copyright 2010 LearnBoost <dev@learnboost.com>
@@ -58403,7 +58469,7 @@ function canonicalizeResource (resource) {
58403
58469
  }
58404
58470
  module.exports.canonicalizeResource = canonicalizeResource
58405
58471
 
58406
- },{"crypto":81,"url":238}],389:[function(require,module,exports){
58472
+ },{"crypto":81,"url":238}],390:[function(require,module,exports){
58407
58473
  (function (process,Buffer){(function (){
58408
58474
  var aws4 = exports,
58409
58475
  url = require('url'),
@@ -58780,7 +58846,7 @@ aws4.sign = function(request, credentials) {
58780
58846
  }
58781
58847
 
58782
58848
  }).call(this)}).call(this,require('_process'),require("buffer").Buffer)
58783
- },{"./lru":390,"_process":179,"buffer":71,"crypto":81,"querystring":190,"url":238}],390:[function(require,module,exports){
58849
+ },{"./lru":391,"_process":179,"buffer":71,"crypto":81,"querystring":190,"url":238}],391:[function(require,module,exports){
58784
58850
  module.exports = function(size) {
58785
58851
  return new LruCache(size)
58786
58852
  }
@@ -58878,7 +58944,7 @@ function DoublyLinkedNode(key, val) {
58878
58944
  this.next = null
58879
58945
  }
58880
58946
 
58881
- },{}],391:[function(require,module,exports){
58947
+ },{}],392:[function(require,module,exports){
58882
58948
  'use strict';
58883
58949
 
58884
58950
  var crypto_hash_sha512 = require('tweetnacl').lowlevel.crypto_hash;
@@ -59436,7 +59502,7 @@ module.exports = {
59436
59502
  pbkdf: bcrypt_pbkdf
59437
59503
  };
59438
59504
 
59439
- },{"tweetnacl":504}],392:[function(require,module,exports){
59505
+ },{"tweetnacl":505}],393:[function(require,module,exports){
59440
59506
  function Caseless (dict) {
59441
59507
  this.dict = dict || {}
59442
59508
  }
@@ -59505,7 +59571,7 @@ module.exports.httpify = function (resp, headers) {
59505
59571
  return c
59506
59572
  }
59507
59573
 
59508
- },{}],393:[function(require,module,exports){
59574
+ },{}],394:[function(require,module,exports){
59509
59575
  (function (Buffer){(function (){
59510
59576
  var util = require('util');
59511
59577
  var Stream = require('stream').Stream;
@@ -59717,7 +59783,7 @@ CombinedStream.prototype._emitError = function(err) {
59717
59783
  };
59718
59784
 
59719
59785
  }).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
59720
- },{"../../../browser-agent/node_modules/is-buffer/index.js":146,"delayed-stream":395,"stream":229,"util":243}],394:[function(require,module,exports){
59786
+ },{"../../../browser-agent/node_modules/is-buffer/index.js":146,"delayed-stream":396,"stream":229,"util":243}],395:[function(require,module,exports){
59721
59787
  (function (Buffer){(function (){
59722
59788
  // Copyright Joyent, Inc. and other Node contributors.
59723
59789
  //
@@ -59828,7 +59894,7 @@ function objectToString(o) {
59828
59894
  }
59829
59895
 
59830
59896
  }).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
59831
- },{"../../../browser-agent/node_modules/is-buffer/index.js":146}],395:[function(require,module,exports){
59897
+ },{"../../../browser-agent/node_modules/is-buffer/index.js":146}],396:[function(require,module,exports){
59832
59898
  var Stream = require('stream').Stream;
59833
59899
  var util = require('util');
59834
59900
 
@@ -59937,7 +60003,7 @@ DelayedStream.prototype._checkIfMaxDataSizeExceeded = function() {
59937
60003
  this.emit('error', new Error(message));
59938
60004
  };
59939
60005
 
59940
- },{"stream":229,"util":243}],396:[function(require,module,exports){
60006
+ },{"stream":229,"util":243}],397:[function(require,module,exports){
59941
60007
  var crypto = require("crypto");
59942
60008
  var BigInteger = require("jsbn").BigInteger;
59943
60009
  var ECPointFp = require("./lib/ec.js").ECPointFp;
@@ -59997,7 +60063,7 @@ exports.ECKey = function(curve, key, isPublic)
59997
60063
  }
59998
60064
 
59999
60065
 
60000
- },{"./lib/ec.js":397,"./lib/sec.js":398,"crypto":81,"jsbn":433,"safer-buffer":470}],397:[function(require,module,exports){
60066
+ },{"./lib/ec.js":398,"./lib/sec.js":399,"crypto":81,"jsbn":434,"safer-buffer":471}],398:[function(require,module,exports){
60001
60067
  // Basic Javascript Elliptic Curve implementation
60002
60068
  // Ported loosely from BouncyCastle's Java EC code
60003
60069
  // Only Fp curves implemented for now
@@ -60560,7 +60626,7 @@ var exports = {
60560
60626
 
60561
60627
  module.exports = exports
60562
60628
 
60563
- },{"jsbn":433}],398:[function(require,module,exports){
60629
+ },{"jsbn":434}],399:[function(require,module,exports){
60564
60630
  // Named EC curves
60565
60631
 
60566
60632
  // Requires ec.js, jsbn.js, and jsbn2.js
@@ -60732,7 +60798,7 @@ module.exports = {
60732
60798
  "secp256r1":secp256r1
60733
60799
  }
60734
60800
 
60735
- },{"./ec.js":397,"jsbn":433}],399:[function(require,module,exports){
60801
+ },{"./ec.js":398,"jsbn":434}],400:[function(require,module,exports){
60736
60802
  'use strict';
60737
60803
 
60738
60804
  var hasOwn = Object.prototype.hasOwnProperty;
@@ -60851,7 +60917,7 @@ module.exports = function extend() {
60851
60917
  return target;
60852
60918
  };
60853
60919
 
60854
- },{}],400:[function(require,module,exports){
60920
+ },{}],401:[function(require,module,exports){
60855
60921
  (function (process){(function (){
60856
60922
  /*
60857
60923
  * extsprintf.js: extended POSIX-style sprintf
@@ -61038,7 +61104,7 @@ function dumpException(ex)
61038
61104
  }
61039
61105
 
61040
61106
  }).call(this)}).call(this,require('_process'))
61041
- },{"_process":179,"assert":16,"util":243}],401:[function(require,module,exports){
61107
+ },{"_process":179,"assert":16,"util":243}],402:[function(require,module,exports){
61042
61108
  'use strict';
61043
61109
 
61044
61110
  // do not edit .js files directly - edit src/index.jst
@@ -61086,7 +61152,7 @@ module.exports = function equal(a, b) {
61086
61152
  return a!==a && b!==b;
61087
61153
  };
61088
61154
 
61089
- },{}],402:[function(require,module,exports){
61155
+ },{}],403:[function(require,module,exports){
61090
61156
  'use strict';
61091
61157
 
61092
61158
  module.exports = function (data, opts) {
@@ -61147,7 +61213,7 @@ module.exports = function (data, opts) {
61147
61213
  })(data);
61148
61214
  };
61149
61215
 
61150
- },{}],403:[function(require,module,exports){
61216
+ },{}],404:[function(require,module,exports){
61151
61217
  module.exports = ForeverAgent
61152
61218
  ForeverAgent.SSL = ForeverAgentSSL
61153
61219
 
@@ -61287,11 +61353,11 @@ function createConnectionSSL (port, host, options) {
61287
61353
  return tls.connect(options);
61288
61354
  }
61289
61355
 
61290
- },{"http":230,"https":142,"net":69,"tls":69,"util":243}],404:[function(require,module,exports){
61356
+ },{"http":230,"https":142,"net":69,"tls":69,"util":243}],405:[function(require,module,exports){
61291
61357
  /* eslint-env browser */
61292
61358
  module.exports = typeof self == 'object' ? self.FormData : window.FormData;
61293
61359
 
61294
- },{}],405:[function(require,module,exports){
61360
+ },{}],406:[function(require,module,exports){
61295
61361
  module.exports={
61296
61362
  "$id": "afterRequest.json#",
61297
61363
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61323,7 +61389,7 @@ module.exports={
61323
61389
  }
61324
61390
  }
61325
61391
 
61326
- },{}],406:[function(require,module,exports){
61392
+ },{}],407:[function(require,module,exports){
61327
61393
  module.exports={
61328
61394
  "$id": "beforeRequest.json#",
61329
61395
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61355,7 +61421,7 @@ module.exports={
61355
61421
  }
61356
61422
  }
61357
61423
 
61358
- },{}],407:[function(require,module,exports){
61424
+ },{}],408:[function(require,module,exports){
61359
61425
  module.exports={
61360
61426
  "$id": "browser.json#",
61361
61427
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61377,7 +61443,7 @@ module.exports={
61377
61443
  }
61378
61444
  }
61379
61445
 
61380
- },{}],408:[function(require,module,exports){
61446
+ },{}],409:[function(require,module,exports){
61381
61447
  module.exports={
61382
61448
  "$id": "cache.json#",
61383
61449
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61400,7 +61466,7 @@ module.exports={
61400
61466
  }
61401
61467
  }
61402
61468
 
61403
- },{}],409:[function(require,module,exports){
61469
+ },{}],410:[function(require,module,exports){
61404
61470
  module.exports={
61405
61471
  "$id": "content.json#",
61406
61472
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61431,7 +61497,7 @@ module.exports={
61431
61497
  }
61432
61498
  }
61433
61499
 
61434
- },{}],410:[function(require,module,exports){
61500
+ },{}],411:[function(require,module,exports){
61435
61501
  module.exports={
61436
61502
  "$id": "cookie.json#",
61437
61503
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61469,7 +61535,7 @@ module.exports={
61469
61535
  }
61470
61536
  }
61471
61537
 
61472
- },{}],411:[function(require,module,exports){
61538
+ },{}],412:[function(require,module,exports){
61473
61539
  module.exports={
61474
61540
  "$id": "creator.json#",
61475
61541
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61491,7 +61557,7 @@ module.exports={
61491
61557
  }
61492
61558
  }
61493
61559
 
61494
- },{}],412:[function(require,module,exports){
61560
+ },{}],413:[function(require,module,exports){
61495
61561
  module.exports={
61496
61562
  "$id": "entry.json#",
61497
61563
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61546,7 +61612,7 @@ module.exports={
61546
61612
  }
61547
61613
  }
61548
61614
 
61549
- },{}],413:[function(require,module,exports){
61615
+ },{}],414:[function(require,module,exports){
61550
61616
  module.exports={
61551
61617
  "$id": "har.json#",
61552
61618
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61561,7 +61627,7 @@ module.exports={
61561
61627
  }
61562
61628
  }
61563
61629
 
61564
- },{}],414:[function(require,module,exports){
61630
+ },{}],415:[function(require,module,exports){
61565
61631
  module.exports={
61566
61632
  "$id": "header.json#",
61567
61633
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61583,7 +61649,7 @@ module.exports={
61583
61649
  }
61584
61650
  }
61585
61651
 
61586
- },{}],415:[function(require,module,exports){
61652
+ },{}],416:[function(require,module,exports){
61587
61653
  'use strict'
61588
61654
 
61589
61655
  module.exports = {
@@ -61607,7 +61673,7 @@ module.exports = {
61607
61673
  timings: require('./timings.json')
61608
61674
  }
61609
61675
 
61610
- },{"./afterRequest.json":405,"./beforeRequest.json":406,"./browser.json":407,"./cache.json":408,"./content.json":409,"./cookie.json":410,"./creator.json":411,"./entry.json":412,"./har.json":413,"./header.json":414,"./log.json":416,"./page.json":417,"./pageTimings.json":418,"./postData.json":419,"./query.json":420,"./request.json":421,"./response.json":422,"./timings.json":423}],416:[function(require,module,exports){
61676
+ },{"./afterRequest.json":406,"./beforeRequest.json":407,"./browser.json":408,"./cache.json":409,"./content.json":410,"./cookie.json":411,"./creator.json":412,"./entry.json":413,"./har.json":414,"./header.json":415,"./log.json":417,"./page.json":418,"./pageTimings.json":419,"./postData.json":420,"./query.json":421,"./request.json":422,"./response.json":423,"./timings.json":424}],417:[function(require,module,exports){
61611
61677
  module.exports={
61612
61678
  "$id": "log.json#",
61613
61679
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61645,7 +61711,7 @@ module.exports={
61645
61711
  }
61646
61712
  }
61647
61713
 
61648
- },{}],417:[function(require,module,exports){
61714
+ },{}],418:[function(require,module,exports){
61649
61715
  module.exports={
61650
61716
  "$id": "page.json#",
61651
61717
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61679,7 +61745,7 @@ module.exports={
61679
61745
  }
61680
61746
  }
61681
61747
 
61682
- },{}],418:[function(require,module,exports){
61748
+ },{}],419:[function(require,module,exports){
61683
61749
  module.exports={
61684
61750
  "$id": "pageTimings.json#",
61685
61751
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61699,7 +61765,7 @@ module.exports={
61699
61765
  }
61700
61766
  }
61701
61767
 
61702
- },{}],419:[function(require,module,exports){
61768
+ },{}],420:[function(require,module,exports){
61703
61769
  module.exports={
61704
61770
  "$id": "postData.json#",
61705
61771
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61744,7 +61810,7 @@ module.exports={
61744
61810
  }
61745
61811
  }
61746
61812
 
61747
- },{}],420:[function(require,module,exports){
61813
+ },{}],421:[function(require,module,exports){
61748
61814
  module.exports={
61749
61815
  "$id": "query.json#",
61750
61816
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61766,7 +61832,7 @@ module.exports={
61766
61832
  }
61767
61833
  }
61768
61834
 
61769
- },{}],421:[function(require,module,exports){
61835
+ },{}],422:[function(require,module,exports){
61770
61836
  module.exports={
61771
61837
  "$id": "request.json#",
61772
61838
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61825,7 +61891,7 @@ module.exports={
61825
61891
  }
61826
61892
  }
61827
61893
 
61828
- },{}],422:[function(require,module,exports){
61894
+ },{}],423:[function(require,module,exports){
61829
61895
  module.exports={
61830
61896
  "$id": "response.json#",
61831
61897
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61881,7 +61947,7 @@ module.exports={
61881
61947
  }
61882
61948
  }
61883
61949
 
61884
- },{}],423:[function(require,module,exports){
61950
+ },{}],424:[function(require,module,exports){
61885
61951
  module.exports={
61886
61952
  "$id": "timings.json#",
61887
61953
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -61925,7 +61991,7 @@ module.exports={
61925
61991
  }
61926
61992
  }
61927
61993
 
61928
- },{}],424:[function(require,module,exports){
61994
+ },{}],425:[function(require,module,exports){
61929
61995
  function HARError (errors) {
61930
61996
  var message = 'validation failed'
61931
61997
 
@@ -61944,7 +62010,7 @@ HARError.prototype = Error.prototype
61944
62010
 
61945
62011
  module.exports = HARError
61946
62012
 
61947
- },{}],425:[function(require,module,exports){
62013
+ },{}],426:[function(require,module,exports){
61948
62014
  var Ajv = require('ajv')
61949
62015
  var HARError = require('./error')
61950
62016
  var schemas = require('har-schema')
@@ -62048,7 +62114,7 @@ exports.timings = function (data) {
62048
62114
  return validate('timings', data)
62049
62115
  }
62050
62116
 
62051
- },{"./error":424,"ajv":338,"ajv/lib/refs/json-schema-draft-06.json":379,"har-schema":415}],426:[function(require,module,exports){
62117
+ },{"./error":425,"ajv":339,"ajv/lib/refs/json-schema-draft-06.json":380,"har-schema":416}],427:[function(require,module,exports){
62052
62118
  // Copyright 2015 Joyent, Inc.
62053
62119
 
62054
62120
  var parser = require('./parser');
@@ -62079,7 +62145,7 @@ module.exports = {
62079
62145
  verifyHMAC: verify.verifyHMAC
62080
62146
  };
62081
62147
 
62082
- },{"./parser":427,"./signer":428,"./utils":429,"./verify":430}],427:[function(require,module,exports){
62148
+ },{"./parser":428,"./signer":429,"./utils":430,"./verify":431}],428:[function(require,module,exports){
62083
62149
  // Copyright 2012 Joyent, Inc. All rights reserved.
62084
62150
 
62085
62151
  var assert = require('assert-plus');
@@ -62396,7 +62462,7 @@ module.exports = {
62396
62462
 
62397
62463
  };
62398
62464
 
62399
- },{"./utils":429,"assert-plus":387,"util":243}],428:[function(require,module,exports){
62465
+ },{"./utils":430,"assert-plus":388,"util":243}],429:[function(require,module,exports){
62400
62466
  (function (Buffer){(function (){
62401
62467
  // Copyright 2012 Joyent, Inc. All rights reserved.
62402
62468
 
@@ -62801,7 +62867,7 @@ module.exports = {
62801
62867
  };
62802
62868
 
62803
62869
  }).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
62804
- },{"../../../browser-agent/node_modules/is-buffer/index.js":146,"./utils":429,"assert-plus":387,"crypto":81,"http":230,"jsprim":437,"sshpk":490,"util":243}],429:[function(require,module,exports){
62870
+ },{"../../../browser-agent/node_modules/is-buffer/index.js":146,"./utils":430,"assert-plus":388,"crypto":81,"http":230,"jsprim":438,"sshpk":491,"util":243}],430:[function(require,module,exports){
62805
62871
  // Copyright 2012 Joyent, Inc. All rights reserved.
62806
62872
 
62807
62873
  var assert = require('assert-plus');
@@ -62915,7 +62981,7 @@ module.exports = {
62915
62981
  }
62916
62982
  };
62917
62983
 
62918
- },{"assert-plus":387,"sshpk":490,"util":243}],430:[function(require,module,exports){
62984
+ },{"assert-plus":388,"sshpk":491,"util":243}],431:[function(require,module,exports){
62919
62985
  (function (Buffer){(function (){
62920
62986
  // Copyright 2015 Joyent, Inc.
62921
62987
 
@@ -63007,7 +63073,7 @@ module.exports = {
63007
63073
  };
63008
63074
 
63009
63075
  }).call(this)}).call(this,require("buffer").Buffer)
63010
- },{"./utils":429,"assert-plus":387,"buffer":71,"crypto":81,"sshpk":490}],431:[function(require,module,exports){
63076
+ },{"./utils":430,"assert-plus":388,"buffer":71,"crypto":81,"sshpk":491}],432:[function(require,module,exports){
63011
63077
  module.exports = isTypedArray
63012
63078
  isTypedArray.strict = isStrictTypedArray
63013
63079
  isTypedArray.loose = isLooseTypedArray
@@ -63050,7 +63116,7 @@ function isLooseTypedArray(arr) {
63050
63116
  return names[toString.call(arr)]
63051
63117
  }
63052
63118
 
63053
- },{}],432:[function(require,module,exports){
63119
+ },{}],433:[function(require,module,exports){
63054
63120
  var stream = require('stream')
63055
63121
 
63056
63122
 
@@ -63079,7 +63145,7 @@ module.exports.isReadable = isReadable
63079
63145
  module.exports.isWritable = isWritable
63080
63146
  module.exports.isDuplex = isDuplex
63081
63147
 
63082
- },{"stream":229}],433:[function(require,module,exports){
63148
+ },{"stream":229}],434:[function(require,module,exports){
63083
63149
  (function(){
63084
63150
 
63085
63151
  // Copyright (c) 2005 Tom Wu
@@ -64438,7 +64504,7 @@ module.exports.isDuplex = isDuplex
64438
64504
 
64439
64505
  }).call(this);
64440
64506
 
64441
- },{}],434:[function(require,module,exports){
64507
+ },{}],435:[function(require,module,exports){
64442
64508
  'use strict';
64443
64509
 
64444
64510
  var traverse = module.exports = function (schema, opts, cb) {
@@ -64529,7 +64595,7 @@ function escapeJsonPtr(str) {
64529
64595
  return str.replace(/~/g, '~0').replace(/\//g, '~1');
64530
64596
  }
64531
64597
 
64532
- },{}],435:[function(require,module,exports){
64598
+ },{}],436:[function(require,module,exports){
64533
64599
  /**
64534
64600
  * JSONSchema Validator - Validates JavaScript objects using JSON Schemas
64535
64601
  * (http://www.json.com/json-schema-proposal/)
@@ -64802,7 +64868,7 @@ exports.mustBeValid = function(result){
64802
64868
  return exports;
64803
64869
  }));
64804
64870
 
64805
- },{}],436:[function(require,module,exports){
64871
+ },{}],437:[function(require,module,exports){
64806
64872
  exports = module.exports = stringify
64807
64873
  exports.getSerialize = serializer
64808
64874
 
@@ -64831,7 +64897,7 @@ function serializer(replacer, cycleReplacer) {
64831
64897
  }
64832
64898
  }
64833
64899
 
64834
- },{}],437:[function(require,module,exports){
64900
+ },{}],438:[function(require,module,exports){
64835
64901
  /*
64836
64902
  * lib/jsprim.js: utilities for primitive JavaScript types
64837
64903
  */
@@ -65568,7 +65634,7 @@ function mergeObjects(provided, overrides, defaults)
65568
65634
  return (rv);
65569
65635
  }
65570
65636
 
65571
- },{"assert-plus":387,"extsprintf":400,"json-schema":435,"util":243,"verror":511}],438:[function(require,module,exports){
65637
+ },{"assert-plus":388,"extsprintf":401,"json-schema":436,"util":243,"verror":512}],439:[function(require,module,exports){
65572
65638
  /**
65573
65639
  * The code was extracted from:
65574
65640
  * https://github.com/davidchambers/Base64.js
@@ -65608,7 +65674,7 @@ function polyfill (input) {
65608
65674
 
65609
65675
  module.exports = typeof window !== 'undefined' && window.atob && window.atob.bind(window) || polyfill;
65610
65676
 
65611
- },{}],439:[function(require,module,exports){
65677
+ },{}],440:[function(require,module,exports){
65612
65678
  var atob = require('./atob');
65613
65679
 
65614
65680
  function b64DecodeUnicode(str) {
@@ -65643,7 +65709,7 @@ module.exports = function(str) {
65643
65709
  }
65644
65710
  };
65645
65711
 
65646
- },{"./atob":438}],440:[function(require,module,exports){
65712
+ },{"./atob":439}],441:[function(require,module,exports){
65647
65713
  'use strict';
65648
65714
 
65649
65715
  var base64_url_decode = require('./base64_url_decode');
@@ -65671,7 +65737,7 @@ module.exports = function (token,options) {
65671
65737
 
65672
65738
  module.exports.InvalidTokenError = InvalidTokenError;
65673
65739
 
65674
- },{"./base64_url_decode":439}],441:[function(require,module,exports){
65740
+ },{"./base64_url_decode":440}],442:[function(require,module,exports){
65675
65741
  module.exports={
65676
65742
  "application/1d-interleaved-parityfec": {
65677
65743
  "source": "iana"
@@ -65924,6 +65990,10 @@ module.exports={
65924
65990
  "application/cfw": {
65925
65991
  "source": "iana"
65926
65992
  },
65993
+ "application/city+json": {
65994
+ "source": "iana",
65995
+ "compressible": true
65996
+ },
65927
65997
  "application/clr": {
65928
65998
  "source": "iana"
65929
65999
  },
@@ -65967,7 +66037,8 @@ module.exports={
65967
66037
  },
65968
66038
  "application/cpl+xml": {
65969
66039
  "source": "iana",
65970
- "compressible": true
66040
+ "compressible": true,
66041
+ "extensions": ["cpl"]
65971
66042
  },
65972
66043
  "application/csrattrs": {
65973
66044
  "source": "iana"
@@ -66002,6 +66073,11 @@ module.exports={
66002
66073
  "compressible": true,
66003
66074
  "extensions": ["mpd"]
66004
66075
  },
66076
+ "application/dash-patch+xml": {
66077
+ "source": "iana",
66078
+ "compressible": true,
66079
+ "extensions": ["mpp"]
66080
+ },
66005
66081
  "application/dashdelta": {
66006
66082
  "source": "iana"
66007
66083
  },
@@ -66542,7 +66618,8 @@ module.exports={
66542
66618
  },
66543
66619
  "application/media-policy-dataset+xml": {
66544
66620
  "source": "iana",
66545
- "compressible": true
66621
+ "compressible": true,
66622
+ "extensions": ["mpf"]
66546
66623
  },
66547
66624
  "application/media_control+xml": {
66548
66625
  "source": "iana",
@@ -66698,6 +66775,9 @@ module.exports={
66698
66775
  "application/oauth-authz-req+jwt": {
66699
66776
  "source": "iana"
66700
66777
  },
66778
+ "application/oblivious-dns-message": {
66779
+ "source": "iana"
66780
+ },
66701
66781
  "application/ocsp-request": {
66702
66782
  "source": "iana"
66703
66783
  },
@@ -66790,7 +66870,8 @@ module.exports={
66790
66870
  "extensions": ["pgp"]
66791
66871
  },
66792
66872
  "application/pgp-keys": {
66793
- "source": "iana"
66873
+ "source": "iana",
66874
+ "extensions": ["asc"]
66794
66875
  },
66795
66876
  "application/pgp-signature": {
66796
66877
  "source": "iana",
@@ -68321,6 +68402,10 @@ module.exports={
68321
68402
  "application/vnd.ecip.rlp": {
68322
68403
  "source": "iana"
68323
68404
  },
68405
+ "application/vnd.eclipse.ditto+json": {
68406
+ "source": "iana",
68407
+ "compressible": true
68408
+ },
68324
68409
  "application/vnd.ecowin.chart": {
68325
68410
  "source": "iana",
68326
68411
  "extensions": ["mag"]
@@ -68478,6 +68563,10 @@ module.exports={
68478
68563
  "application/vnd.etsi.tsl.der": {
68479
68564
  "source": "iana"
68480
68565
  },
68566
+ "application/vnd.eu.kasparian.car+json": {
68567
+ "source": "iana",
68568
+ "compressible": true
68569
+ },
68481
68570
  "application/vnd.eudora.data": {
68482
68571
  "source": "iana"
68483
68572
  },
@@ -68508,6 +68597,10 @@ module.exports={
68508
68597
  "application/vnd.f-secure.mobile": {
68509
68598
  "source": "iana"
68510
68599
  },
68600
+ "application/vnd.familysearch.gedcom+zip": {
68601
+ "source": "iana",
68602
+ "compressible": false
68603
+ },
68511
68604
  "application/vnd.fastcopy-disk-image": {
68512
68605
  "source": "iana"
68513
68606
  },
@@ -68798,6 +68891,16 @@ module.exports={
68798
68891
  "source": "iana",
68799
68892
  "extensions": ["les"]
68800
68893
  },
68894
+ "application/vnd.hl7cda+xml": {
68895
+ "source": "iana",
68896
+ "charset": "UTF-8",
68897
+ "compressible": true
68898
+ },
68899
+ "application/vnd.hl7v2+xml": {
68900
+ "source": "iana",
68901
+ "charset": "UTF-8",
68902
+ "compressible": true
68903
+ },
68801
68904
  "application/vnd.hp-hpgl": {
68802
68905
  "source": "iana",
68803
68906
  "extensions": ["hpgl"]
@@ -69211,6 +69314,10 @@ module.exports={
69211
69314
  "source": "iana",
69212
69315
  "compressible": true
69213
69316
  },
69317
+ "application/vnd.maxar.archive.3tz+zip": {
69318
+ "source": "iana",
69319
+ "compressible": false
69320
+ },
69214
69321
  "application/vnd.maxmind.maxmind-db": {
69215
69322
  "source": "iana"
69216
69323
  },
@@ -70831,6 +70938,10 @@ module.exports={
70831
70938
  "source": "iana",
70832
70939
  "compressible": true
70833
70940
  },
70941
+ "application/vnd.syft+json": {
70942
+ "source": "iana",
70943
+ "compressible": true
70944
+ },
70834
70945
  "application/vnd.symbian.install": {
70835
70946
  "source": "apache",
70836
70947
  "extensions": ["sis","sisx"]
@@ -71221,7 +71332,8 @@ module.exports={
71221
71332
  },
71222
71333
  "application/watcherinfo+xml": {
71223
71334
  "source": "iana",
71224
- "compressible": true
71335
+ "compressible": true,
71336
+ "extensions": ["wif"]
71225
71337
  },
71226
71338
  "application/webpush-options+json": {
71227
71339
  "source": "iana",
@@ -72641,10 +72753,12 @@ module.exports={
72641
72753
  "extensions": ["apng"]
72642
72754
  },
72643
72755
  "image/avci": {
72644
- "source": "iana"
72756
+ "source": "iana",
72757
+ "extensions": ["avci"]
72645
72758
  },
72646
72759
  "image/avcs": {
72647
- "source": "iana"
72760
+ "source": "iana",
72761
+ "extensions": ["avcs"]
72648
72762
  },
72649
72763
  "image/avif": {
72650
72764
  "source": "iana",
@@ -74144,10 +74258,11 @@ module.exports={
74144
74258
  }
74145
74259
  }
74146
74260
 
74147
- },{}],442:[function(require,module,exports){
74261
+ },{}],443:[function(require,module,exports){
74148
74262
  /*!
74149
74263
  * mime-db
74150
74264
  * Copyright(c) 2014 Jonathan Ong
74265
+ * Copyright(c) 2015-2022 Douglas Christopher Wilson
74151
74266
  * MIT Licensed
74152
74267
  */
74153
74268
 
@@ -74157,7 +74272,7 @@ module.exports={
74157
74272
 
74158
74273
  module.exports = require('./db.json')
74159
74274
 
74160
- },{"./db.json":441}],443:[function(require,module,exports){
74275
+ },{"./db.json":442}],444:[function(require,module,exports){
74161
74276
  /*!
74162
74277
  * mime-types
74163
74278
  * Copyright(c) 2014 Jonathan Ong
@@ -74347,7 +74462,7 @@ function populateMaps (extensions, types) {
74347
74462
  })
74348
74463
  }
74349
74464
 
74350
- },{"mime-db":442,"path":171}],444:[function(require,module,exports){
74465
+ },{"mime-db":443,"path":171}],445:[function(require,module,exports){
74351
74466
  var crypto = require('crypto')
74352
74467
 
74353
74468
  function sha (key, body, algorithm) {
@@ -74494,7 +74609,7 @@ exports.plaintext = plaintext
74494
74609
  exports.sign = sign
74495
74610
  exports.rfc3986 = rfc3986
74496
74611
  exports.generateBase = generateBase
74497
- },{"crypto":81}],445:[function(require,module,exports){
74612
+ },{"crypto":81}],446:[function(require,module,exports){
74498
74613
  (function (process){(function (){
74499
74614
  // Generated by CoffeeScript 1.12.2
74500
74615
  (function() {
@@ -74534,7 +74649,7 @@ exports.generateBase = generateBase
74534
74649
 
74535
74650
 
74536
74651
  }).call(this)}).call(this,require('_process'))
74537
- },{"_process":179}],446:[function(require,module,exports){
74652
+ },{"_process":179}],447:[function(require,module,exports){
74538
74653
  module.exports=[
74539
74654
  "ac",
74540
74655
  "com.ac",
@@ -83369,7 +83484,7 @@ module.exports=[
83369
83484
  "virtualserver.io",
83370
83485
  "enterprisecloud.nu"
83371
83486
  ]
83372
- },{}],447:[function(require,module,exports){
83487
+ },{}],448:[function(require,module,exports){
83373
83488
  /*eslint no-var:0, prefer-arrow-callback: 0, object-shorthand: 0 */
83374
83489
  'use strict';
83375
83490
 
@@ -83640,7 +83755,7 @@ exports.isValid = function (domain) {
83640
83755
  return Boolean(parsed.domain && parsed.listed);
83641
83756
  };
83642
83757
 
83643
- },{"./data/rules.json":446,"punycode":187}],448:[function(require,module,exports){
83758
+ },{"./data/rules.json":447,"punycode":187}],449:[function(require,module,exports){
83644
83759
  'use strict';
83645
83760
 
83646
83761
  var replace = String.prototype.replace;
@@ -83660,7 +83775,7 @@ module.exports = {
83660
83775
  RFC3986: 'RFC3986'
83661
83776
  };
83662
83777
 
83663
- },{}],449:[function(require,module,exports){
83778
+ },{}],450:[function(require,module,exports){
83664
83779
  'use strict';
83665
83780
 
83666
83781
  var stringify = require('./stringify');
@@ -83673,7 +83788,7 @@ module.exports = {
83673
83788
  stringify: stringify
83674
83789
  };
83675
83790
 
83676
- },{"./formats":448,"./parse":450,"./stringify":451}],450:[function(require,module,exports){
83791
+ },{"./formats":449,"./parse":451,"./stringify":452}],451:[function(require,module,exports){
83677
83792
  'use strict';
83678
83793
 
83679
83794
  var utils = require('./utils');
@@ -83850,7 +83965,7 @@ module.exports = function (str, opts) {
83850
83965
  return utils.compact(obj);
83851
83966
  };
83852
83967
 
83853
- },{"./utils":452}],451:[function(require,module,exports){
83968
+ },{"./utils":453}],452:[function(require,module,exports){
83854
83969
  'use strict';
83855
83970
 
83856
83971
  var utils = require('./utils');
@@ -84069,7 +84184,7 @@ module.exports = function (object, opts) {
84069
84184
  return joined.length > 0 ? prefix + joined : '';
84070
84185
  };
84071
84186
 
84072
- },{"./formats":448,"./utils":452}],452:[function(require,module,exports){
84187
+ },{"./formats":449,"./utils":453}],453:[function(require,module,exports){
84073
84188
  'use strict';
84074
84189
 
84075
84190
  var has = Object.prototype.hasOwnProperty;
@@ -84286,7 +84401,7 @@ module.exports = {
84286
84401
  merge: merge
84287
84402
  };
84288
84403
 
84289
- },{}],453:[function(require,module,exports){
84404
+ },{}],454:[function(require,module,exports){
84290
84405
  // Copyright 2010-2012 Mikeal Rogers
84291
84406
  //
84292
84407
  // Licensed under the Apache License, Version 2.0 (the "License");
@@ -84443,7 +84558,7 @@ Object.defineProperty(request, 'debug', {
84443
84558
  }
84444
84559
  })
84445
84560
 
84446
- },{"./lib/cookies":455,"./lib/helpers":459,"./request":468,"extend":399}],454:[function(require,module,exports){
84561
+ },{"./lib/cookies":456,"./lib/helpers":460,"./request":469,"extend":400}],455:[function(require,module,exports){
84447
84562
  'use strict'
84448
84563
 
84449
84564
  var caseless = require('caseless')
@@ -84612,7 +84727,7 @@ Auth.prototype.onResponse = function (response) {
84612
84727
 
84613
84728
  exports.Auth = Auth
84614
84729
 
84615
- },{"./helpers":459,"caseless":392,"uuid/v4":467}],455:[function(require,module,exports){
84730
+ },{"./helpers":460,"caseless":393,"uuid/v4":468}],456:[function(require,module,exports){
84616
84731
  'use strict'
84617
84732
 
84618
84733
  var tough = require('tough-cookie')
@@ -84652,7 +84767,7 @@ exports.jar = function (store) {
84652
84767
  return new RequestJar(store)
84653
84768
  }
84654
84769
 
84655
- },{"tough-cookie":496}],456:[function(require,module,exports){
84770
+ },{"tough-cookie":497}],457:[function(require,module,exports){
84656
84771
  (function (process){(function (){
84657
84772
  'use strict'
84658
84773
 
@@ -84735,7 +84850,7 @@ function getProxyFromURI (uri) {
84735
84850
  module.exports = getProxyFromURI
84736
84851
 
84737
84852
  }).call(this)}).call(this,require('_process'))
84738
- },{"_process":179}],457:[function(require,module,exports){
84853
+ },{"_process":179}],458:[function(require,module,exports){
84739
84854
  'use strict'
84740
84855
 
84741
84856
  var fs = require('fs')
@@ -84942,7 +85057,7 @@ Har.prototype.options = function (options) {
84942
85057
 
84943
85058
  exports.Har = Har
84944
85059
 
84945
- },{"extend":399,"fs":69,"har-validator":425,"querystring":190}],458:[function(require,module,exports){
85060
+ },{"extend":400,"fs":69,"har-validator":426,"querystring":190}],459:[function(require,module,exports){
84946
85061
  'use strict'
84947
85062
 
84948
85063
  var crypto = require('crypto')
@@ -85033,7 +85148,7 @@ exports.header = function (uri, method, opts) {
85033
85148
  return header
85034
85149
  }
85035
85150
 
85036
- },{"crypto":81}],459:[function(require,module,exports){
85151
+ },{"crypto":81}],460:[function(require,module,exports){
85037
85152
  (function (process,setImmediate){(function (){
85038
85153
  'use strict'
85039
85154
 
@@ -85103,7 +85218,7 @@ exports.version = version
85103
85218
  exports.defer = defer
85104
85219
 
85105
85220
  }).call(this)}).call(this,require('_process'),require("timers").setImmediate)
85106
- },{"_process":179,"crypto":81,"json-stringify-safe":436,"safe-buffer":469,"timers":236}],460:[function(require,module,exports){
85221
+ },{"_process":179,"crypto":81,"json-stringify-safe":437,"safe-buffer":470,"timers":236}],461:[function(require,module,exports){
85107
85222
  'use strict'
85108
85223
 
85109
85224
  var uuid = require('uuid/v4')
@@ -85217,7 +85332,7 @@ Multipart.prototype.onRequest = function (options) {
85217
85332
 
85218
85333
  exports.Multipart = Multipart
85219
85334
 
85220
- },{"combined-stream":393,"isstream":432,"safe-buffer":469,"uuid/v4":467}],461:[function(require,module,exports){
85335
+ },{"combined-stream":394,"isstream":433,"safe-buffer":470,"uuid/v4":468}],462:[function(require,module,exports){
85221
85336
  'use strict'
85222
85337
 
85223
85338
  var url = require('url')
@@ -85367,7 +85482,7 @@ OAuth.prototype.onRequest = function (_oauth) {
85367
85482
 
85368
85483
  exports.OAuth = OAuth
85369
85484
 
85370
- },{"caseless":392,"crypto":81,"oauth-sign":444,"qs":449,"safe-buffer":469,"url":238,"uuid/v4":467}],462:[function(require,module,exports){
85485
+ },{"caseless":393,"crypto":81,"oauth-sign":445,"qs":450,"safe-buffer":470,"url":238,"uuid/v4":468}],463:[function(require,module,exports){
85371
85486
  'use strict'
85372
85487
 
85373
85488
  var qs = require('qs')
@@ -85419,7 +85534,7 @@ Querystring.prototype.unescape = querystring.unescape
85419
85534
 
85420
85535
  exports.Querystring = Querystring
85421
85536
 
85422
- },{"qs":449,"querystring":190}],463:[function(require,module,exports){
85537
+ },{"qs":450,"querystring":190}],464:[function(require,module,exports){
85423
85538
  'use strict'
85424
85539
 
85425
85540
  var url = require('url')
@@ -85575,7 +85690,7 @@ Redirect.prototype.onResponse = function (response) {
85575
85690
 
85576
85691
  exports.Redirect = Redirect
85577
85692
 
85578
- },{"url":238}],464:[function(require,module,exports){
85693
+ },{"url":238}],465:[function(require,module,exports){
85579
85694
  'use strict'
85580
85695
 
85581
85696
  var url = require('url')
@@ -85752,7 +85867,7 @@ Tunnel.defaultProxyHeaderWhiteList = defaultProxyHeaderWhiteList
85752
85867
  Tunnel.defaultProxyHeaderExclusiveList = defaultProxyHeaderExclusiveList
85753
85868
  exports.Tunnel = Tunnel
85754
85869
 
85755
- },{"tunnel-agent":503,"url":238}],465:[function(require,module,exports){
85870
+ },{"tunnel-agent":504,"url":238}],466:[function(require,module,exports){
85756
85871
  /**
85757
85872
  * Convert array of 16 byte values to UUID string format of the form:
85758
85873
  * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
@@ -85780,7 +85895,7 @@ function bytesToUuid(buf, offset) {
85780
85895
 
85781
85896
  module.exports = bytesToUuid;
85782
85897
 
85783
- },{}],466:[function(require,module,exports){
85898
+ },{}],467:[function(require,module,exports){
85784
85899
  // Unique ID creation requires a high quality random # generator. In the
85785
85900
  // browser this is a little complicated due to unknown quality of Math.random()
85786
85901
  // and inconsistent support for the `crypto` API. We do the best we can via
@@ -85816,7 +85931,7 @@ if (getRandomValues) {
85816
85931
  };
85817
85932
  }
85818
85933
 
85819
- },{}],467:[function(require,module,exports){
85934
+ },{}],468:[function(require,module,exports){
85820
85935
  var rng = require('./lib/rng');
85821
85936
  var bytesToUuid = require('./lib/bytesToUuid');
85822
85937
 
@@ -85847,7 +85962,7 @@ function v4(options, buf, offset) {
85847
85962
 
85848
85963
  module.exports = v4;
85849
85964
 
85850
- },{"./lib/bytesToUuid":465,"./lib/rng":466}],468:[function(require,module,exports){
85965
+ },{"./lib/bytesToUuid":466,"./lib/rng":467}],469:[function(require,module,exports){
85851
85966
  (function (process){(function (){
85852
85967
  'use strict'
85853
85968
 
@@ -87404,9 +87519,9 @@ Request.prototype.toJSON = requestToJSON
87404
87519
  module.exports = Request
87405
87520
 
87406
87521
  }).call(this)}).call(this,require('_process'))
87407
- },{"./lib/auth":454,"./lib/cookies":455,"./lib/getProxyFromURI":456,"./lib/har":457,"./lib/hawk":458,"./lib/helpers":459,"./lib/multipart":460,"./lib/oauth":461,"./lib/querystring":462,"./lib/redirect":463,"./lib/tunnel":464,"_process":179,"aws-sign2":388,"aws4":389,"caseless":392,"extend":399,"forever-agent":403,"form-data":404,"http":230,"http-signature":426,"https":142,"is-typedarray":431,"isstream":432,"mime-types":443,"performance-now":445,"safe-buffer":469,"stream":229,"url":238,"util":243,"zlib":68}],469:[function(require,module,exports){
87522
+ },{"./lib/auth":455,"./lib/cookies":456,"./lib/getProxyFromURI":457,"./lib/har":458,"./lib/hawk":459,"./lib/helpers":460,"./lib/multipart":461,"./lib/oauth":462,"./lib/querystring":463,"./lib/redirect":464,"./lib/tunnel":465,"_process":179,"aws-sign2":389,"aws4":390,"caseless":393,"extend":400,"forever-agent":404,"form-data":405,"http":230,"http-signature":427,"https":142,"is-typedarray":432,"isstream":433,"mime-types":444,"performance-now":446,"safe-buffer":470,"stream":229,"url":238,"util":243,"zlib":68}],470:[function(require,module,exports){
87408
87523
  arguments[4][202][0].apply(exports,arguments)
87409
- },{"buffer":71,"dup":202}],470:[function(require,module,exports){
87524
+ },{"buffer":71,"dup":202}],471:[function(require,module,exports){
87410
87525
  (function (process){(function (){
87411
87526
  /* eslint-disable node/no-deprecated-api */
87412
87527
 
@@ -87487,7 +87602,7 @@ if (!safer.constants) {
87487
87602
  module.exports = safer
87488
87603
 
87489
87604
  }).call(this)}).call(this,require('_process'))
87490
- },{"_process":179,"buffer":71}],471:[function(require,module,exports){
87605
+ },{"_process":179,"buffer":71}],472:[function(require,module,exports){
87491
87606
  // Copyright 2015 Joyent, Inc.
87492
87607
 
87493
87608
  var Buffer = require('safer-buffer').Buffer;
@@ -87657,7 +87772,7 @@ module.exports = {
87657
87772
  curves: curves
87658
87773
  };
87659
87774
 
87660
- },{"safer-buffer":470}],472:[function(require,module,exports){
87775
+ },{"safer-buffer":471}],473:[function(require,module,exports){
87661
87776
  // Copyright 2016 Joyent, Inc.
87662
87777
 
87663
87778
  module.exports = Certificate;
@@ -88069,7 +88184,7 @@ Certificate._oldVersionDetect = function (obj) {
88069
88184
  return ([1, 0]);
88070
88185
  };
88071
88186
 
88072
- },{"./algs":471,"./errors":475,"./fingerprint":476,"./formats/openssh-cert":479,"./formats/x509":488,"./formats/x509-pem":487,"./identity":489,"./key":491,"./private-key":492,"./signature":493,"./utils":495,"assert-plus":387,"crypto":81,"safer-buffer":470,"util":243}],473:[function(require,module,exports){
88187
+ },{"./algs":472,"./errors":476,"./fingerprint":477,"./formats/openssh-cert":480,"./formats/x509":489,"./formats/x509-pem":488,"./identity":490,"./key":492,"./private-key":493,"./signature":494,"./utils":496,"assert-plus":388,"crypto":81,"safer-buffer":471,"util":243}],474:[function(require,module,exports){
88073
88188
  // Copyright 2017 Joyent, Inc.
88074
88189
 
88075
88190
  module.exports = {
@@ -88468,7 +88583,7 @@ function generateECDSA(curve) {
88468
88583
  }
88469
88584
  }
88470
88585
 
88471
- },{"./algs":471,"./key":491,"./private-key":492,"./utils":495,"assert-plus":387,"crypto":81,"ecc-jsbn":396,"ecc-jsbn/lib/ec":397,"jsbn":433,"safer-buffer":470,"tweetnacl":504}],474:[function(require,module,exports){
88586
+ },{"./algs":472,"./key":492,"./private-key":493,"./utils":496,"assert-plus":388,"crypto":81,"ecc-jsbn":397,"ecc-jsbn/lib/ec":398,"jsbn":434,"safer-buffer":471,"tweetnacl":505}],475:[function(require,module,exports){
88472
88587
  // Copyright 2015 Joyent, Inc.
88473
88588
 
88474
88589
  module.exports = {
@@ -88562,7 +88677,7 @@ Signer.prototype.sign = function () {
88562
88677
  return (sigObj);
88563
88678
  };
88564
88679
 
88565
- },{"./signature":493,"assert-plus":387,"safer-buffer":470,"stream":229,"tweetnacl":504,"util":243}],475:[function(require,module,exports){
88680
+ },{"./signature":494,"assert-plus":388,"safer-buffer":471,"stream":229,"tweetnacl":505,"util":243}],476:[function(require,module,exports){
88566
88681
  // Copyright 2015 Joyent, Inc.
88567
88682
 
88568
88683
  var assert = require('assert-plus');
@@ -88648,7 +88763,7 @@ module.exports = {
88648
88763
  CertificateParseError: CertificateParseError
88649
88764
  };
88650
88765
 
88651
- },{"assert-plus":387,"util":243}],476:[function(require,module,exports){
88766
+ },{"assert-plus":388,"util":243}],477:[function(require,module,exports){
88652
88767
  // Copyright 2018 Joyent, Inc.
88653
88768
 
88654
88769
  module.exports = Fingerprint;
@@ -88870,7 +88985,7 @@ Fingerprint._oldVersionDetect = function (obj) {
88870
88985
  return ([1, 0]);
88871
88986
  };
88872
88987
 
88873
- },{"./algs":471,"./certificate":472,"./errors":475,"./key":491,"./private-key":492,"./utils":495,"assert-plus":387,"crypto":81,"safer-buffer":470}],477:[function(require,module,exports){
88988
+ },{"./algs":472,"./certificate":473,"./errors":476,"./key":492,"./private-key":493,"./utils":496,"assert-plus":388,"crypto":81,"safer-buffer":471}],478:[function(require,module,exports){
88874
88989
  // Copyright 2018 Joyent, Inc.
88875
88990
 
88876
88991
  module.exports = {
@@ -88996,7 +89111,7 @@ function write(key, options) {
88996
89111
  throw (new Error('"auto" format cannot be used for writing'));
88997
89112
  }
88998
89113
 
88999
- },{"../key":491,"../private-key":492,"../utils":495,"./dnssec":478,"./pem":480,"./putty":483,"./rfc4253":484,"./ssh":486,"assert-plus":387,"safer-buffer":470}],478:[function(require,module,exports){
89114
+ },{"../key":492,"../private-key":493,"../utils":496,"./dnssec":479,"./pem":481,"./putty":484,"./rfc4253":485,"./ssh":487,"assert-plus":388,"safer-buffer":471}],479:[function(require,module,exports){
89000
89115
  // Copyright 2017 Joyent, Inc.
89001
89116
 
89002
89117
  module.exports = {
@@ -89285,7 +89400,7 @@ function write(key, options) {
89285
89400
  }
89286
89401
  }
89287
89402
 
89288
- },{"../dhe":473,"../key":491,"../private-key":492,"../ssh-buffer":494,"../utils":495,"assert-plus":387,"safer-buffer":470}],479:[function(require,module,exports){
89403
+ },{"../dhe":474,"../key":492,"../private-key":493,"../ssh-buffer":495,"../utils":496,"assert-plus":388,"safer-buffer":471}],480:[function(require,module,exports){
89289
89404
  // Copyright 2017 Joyent, Inc.
89290
89405
 
89291
89406
  module.exports = {
@@ -89639,7 +89754,7 @@ function getCertType(key) {
89639
89754
  throw (new Error('Unsupported key type ' + key.type));
89640
89755
  }
89641
89756
 
89642
- },{"../algs":471,"../certificate":472,"../identity":489,"../key":491,"../private-key":492,"../signature":493,"../ssh-buffer":494,"../utils":495,"./rfc4253":484,"assert-plus":387,"crypto":81,"safer-buffer":470}],480:[function(require,module,exports){
89757
+ },{"../algs":472,"../certificate":473,"../identity":490,"../key":492,"../private-key":493,"../signature":494,"../ssh-buffer":495,"../utils":496,"./rfc4253":485,"assert-plus":388,"crypto":81,"safer-buffer":471}],481:[function(require,module,exports){
89643
89758
  // Copyright 2018 Joyent, Inc.
89644
89759
 
89645
89760
  module.exports = {
@@ -89931,7 +90046,7 @@ function write(key, options, type) {
89931
90046
  return (buf.slice(0, o));
89932
90047
  }
89933
90048
 
89934
- },{"../algs":471,"../errors":475,"../key":491,"../private-key":492,"../utils":495,"./pkcs1":481,"./pkcs8":482,"./rfc4253":484,"./ssh-private":485,"asn1":386,"assert-plus":387,"crypto":81,"safer-buffer":470}],481:[function(require,module,exports){
90049
+ },{"../algs":472,"../errors":476,"../key":492,"../private-key":493,"../utils":496,"./pkcs1":482,"./pkcs8":483,"./rfc4253":485,"./ssh-private":486,"asn1":387,"assert-plus":388,"crypto":81,"safer-buffer":471}],482:[function(require,module,exports){
89935
90050
  // Copyright 2015 Joyent, Inc.
89936
90051
 
89937
90052
  module.exports = {
@@ -90306,7 +90421,7 @@ function writePkcs1EdDSAPublic(der, key) {
90306
90421
  throw (new Error('Public keys are not supported for EdDSA PKCS#1'));
90307
90422
  }
90308
90423
 
90309
- },{"../algs":471,"../key":491,"../private-key":492,"../utils":495,"./pem":480,"./pkcs8":482,"asn1":386,"assert-plus":387,"safer-buffer":470}],482:[function(require,module,exports){
90424
+ },{"../algs":472,"../key":492,"../private-key":493,"../utils":496,"./pem":481,"./pkcs8":483,"asn1":387,"assert-plus":388,"safer-buffer":471}],483:[function(require,module,exports){
90310
90425
  // Copyright 2018 Joyent, Inc.
90311
90426
 
90312
90427
  module.exports = {
@@ -90939,7 +91054,7 @@ function writePkcs8EdDSAPrivate(key, der) {
90939
91054
  der.endSequence();
90940
91055
  }
90941
91056
 
90942
- },{"../algs":471,"../key":491,"../private-key":492,"../utils":495,"./pem":480,"asn1":386,"assert-plus":387,"safer-buffer":470}],483:[function(require,module,exports){
91057
+ },{"../algs":472,"../key":492,"../private-key":493,"../utils":496,"./pem":481,"asn1":387,"assert-plus":388,"safer-buffer":471}],484:[function(require,module,exports){
90943
91058
  // Copyright 2018 Joyent, Inc.
90944
91059
 
90945
91060
  module.exports = {
@@ -91135,7 +91250,7 @@ function wrap(txt, len) {
91135
91250
  return (lines);
91136
91251
  }
91137
91252
 
91138
- },{"../errors":475,"../key":491,"../private-key":492,"../ssh-buffer":494,"./rfc4253":484,"assert-plus":387,"crypto":81,"safer-buffer":470}],484:[function(require,module,exports){
91253
+ },{"../errors":476,"../key":492,"../private-key":493,"../ssh-buffer":495,"./rfc4253":485,"assert-plus":388,"crypto":81,"safer-buffer":471}],485:[function(require,module,exports){
91139
91254
  // Copyright 2015 Joyent, Inc.
91140
91255
 
91141
91256
  module.exports = {
@@ -91303,7 +91418,7 @@ function write(key, options) {
91303
91418
  return (buf.toBuffer());
91304
91419
  }
91305
91420
 
91306
- },{"../algs":471,"../key":491,"../private-key":492,"../ssh-buffer":494,"../utils":495,"assert-plus":387,"safer-buffer":470}],485:[function(require,module,exports){
91421
+ },{"../algs":472,"../key":492,"../private-key":493,"../ssh-buffer":495,"../utils":496,"assert-plus":388,"safer-buffer":471}],486:[function(require,module,exports){
91307
91422
  // Copyright 2015 Joyent, Inc.
91308
91423
 
91309
91424
  module.exports = {
@@ -91567,7 +91682,7 @@ function write(key, options) {
91567
91682
  return (buf.slice(0, o));
91568
91683
  }
91569
91684
 
91570
- },{"../algs":471,"../errors":475,"../key":491,"../private-key":492,"../ssh-buffer":494,"../utils":495,"./pem":480,"./rfc4253":484,"asn1":386,"assert-plus":387,"bcrypt-pbkdf":391,"crypto":81,"safer-buffer":470}],486:[function(require,module,exports){
91685
+ },{"../algs":472,"../errors":476,"../key":492,"../private-key":493,"../ssh-buffer":495,"../utils":496,"./pem":481,"./rfc4253":485,"asn1":387,"assert-plus":388,"bcrypt-pbkdf":392,"crypto":81,"safer-buffer":471}],487:[function(require,module,exports){
91571
91686
  // Copyright 2015 Joyent, Inc.
91572
91687
 
91573
91688
  module.exports = {
@@ -91684,7 +91799,7 @@ function write(key, options) {
91684
91799
  return (Buffer.from(parts.join(' ')));
91685
91800
  }
91686
91801
 
91687
- },{"../key":491,"../private-key":492,"../utils":495,"./rfc4253":484,"./ssh-private":485,"assert-plus":387,"safer-buffer":470}],487:[function(require,module,exports){
91802
+ },{"../key":492,"../private-key":493,"../utils":496,"./rfc4253":485,"./ssh-private":486,"assert-plus":388,"safer-buffer":471}],488:[function(require,module,exports){
91688
91803
  // Copyright 2016 Joyent, Inc.
91689
91804
 
91690
91805
  var x509 = require('./x509');
@@ -91774,7 +91889,7 @@ function write(cert, options) {
91774
91889
  return (buf.slice(0, o));
91775
91890
  }
91776
91891
 
91777
- },{"../algs":471,"../certificate":472,"../identity":489,"../key":491,"../private-key":492,"../signature":493,"../utils":495,"./pem":480,"./x509":488,"asn1":386,"assert-plus":387,"safer-buffer":470}],488:[function(require,module,exports){
91892
+ },{"../algs":472,"../certificate":473,"../identity":490,"../key":492,"../private-key":493,"../signature":494,"../utils":496,"./pem":481,"./x509":489,"asn1":387,"assert-plus":388,"safer-buffer":471}],489:[function(require,module,exports){
91778
91893
  // Copyright 2017 Joyent, Inc.
91779
91894
 
91780
91895
  module.exports = {
@@ -92528,7 +92643,7 @@ function writeBitField(setBits, bitIndex) {
92528
92643
  return (bits);
92529
92644
  }
92530
92645
 
92531
- },{"../algs":471,"../certificate":472,"../identity":489,"../key":491,"../private-key":492,"../signature":493,"../utils":495,"./pem":480,"./pkcs8":482,"asn1":386,"assert-plus":387,"safer-buffer":470}],489:[function(require,module,exports){
92646
+ },{"../algs":472,"../certificate":473,"../identity":490,"../key":492,"../private-key":493,"../signature":494,"../utils":496,"./pem":481,"./pkcs8":483,"asn1":387,"assert-plus":388,"safer-buffer":471}],490:[function(require,module,exports){
92532
92647
  // Copyright 2017 Joyent, Inc.
92533
92648
 
92534
92649
  module.exports = Identity;
@@ -92903,7 +93018,7 @@ Identity._oldVersionDetect = function (obj) {
92903
93018
  return ([1, 0]);
92904
93019
  };
92905
93020
 
92906
- },{"./algs":471,"./errors":475,"./fingerprint":476,"./signature":493,"./utils":495,"asn1":386,"assert-plus":387,"crypto":81,"safer-buffer":470,"util":243}],490:[function(require,module,exports){
93021
+ },{"./algs":472,"./errors":476,"./fingerprint":477,"./signature":494,"./utils":496,"asn1":387,"assert-plus":388,"crypto":81,"safer-buffer":471,"util":243}],491:[function(require,module,exports){
92907
93022
  // Copyright 2015 Joyent, Inc.
92908
93023
 
92909
93024
  var Key = require('./key');
@@ -92945,7 +93060,7 @@ module.exports = {
92945
93060
  CertificateParseError: errs.CertificateParseError
92946
93061
  };
92947
93062
 
92948
- },{"./certificate":472,"./errors":475,"./fingerprint":476,"./identity":489,"./key":491,"./private-key":492,"./signature":493}],491:[function(require,module,exports){
93063
+ },{"./certificate":473,"./errors":476,"./fingerprint":477,"./identity":490,"./key":492,"./private-key":493,"./signature":494}],492:[function(require,module,exports){
92949
93064
  (function (Buffer){(function (){
92950
93065
  // Copyright 2018 Joyent, Inc.
92951
93066
 
@@ -93243,7 +93358,7 @@ Key._oldVersionDetect = function (obj) {
93243
93358
  };
93244
93359
 
93245
93360
  }).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
93246
- },{"../../../browser-agent/node_modules/is-buffer/index.js":146,"./algs":471,"./dhe":473,"./ed-compat":474,"./errors":475,"./fingerprint":476,"./formats/auto":477,"./formats/dnssec":478,"./formats/pem":480,"./formats/pkcs1":481,"./formats/pkcs8":482,"./formats/putty":483,"./formats/rfc4253":484,"./formats/ssh":486,"./formats/ssh-private":485,"./private-key":492,"./signature":493,"./utils":495,"assert-plus":387,"crypto":81}],492:[function(require,module,exports){
93361
+ },{"../../../browser-agent/node_modules/is-buffer/index.js":146,"./algs":472,"./dhe":474,"./ed-compat":475,"./errors":476,"./fingerprint":477,"./formats/auto":478,"./formats/dnssec":479,"./formats/pem":481,"./formats/pkcs1":482,"./formats/pkcs8":483,"./formats/putty":484,"./formats/rfc4253":485,"./formats/ssh":487,"./formats/ssh-private":486,"./private-key":493,"./signature":494,"./utils":496,"assert-plus":388,"crypto":81}],493:[function(require,module,exports){
93247
93362
  // Copyright 2017 Joyent, Inc.
93248
93363
 
93249
93364
  module.exports = PrivateKey;
@@ -93492,7 +93607,7 @@ PrivateKey._oldVersionDetect = function (obj) {
93492
93607
  return ([1, 0]);
93493
93608
  };
93494
93609
 
93495
- },{"./algs":471,"./dhe":473,"./ed-compat":474,"./errors":475,"./fingerprint":476,"./formats/auto":477,"./formats/dnssec":478,"./formats/pem":480,"./formats/pkcs1":481,"./formats/pkcs8":482,"./formats/putty":483,"./formats/rfc4253":484,"./formats/ssh-private":485,"./key":491,"./signature":493,"./utils":495,"assert-plus":387,"crypto":81,"safer-buffer":470,"tweetnacl":504,"util":243}],493:[function(require,module,exports){
93610
+ },{"./algs":472,"./dhe":474,"./ed-compat":475,"./errors":476,"./fingerprint":477,"./formats/auto":478,"./formats/dnssec":479,"./formats/pem":481,"./formats/pkcs1":482,"./formats/pkcs8":483,"./formats/putty":484,"./formats/rfc4253":485,"./formats/ssh-private":486,"./key":492,"./signature":494,"./utils":496,"assert-plus":388,"crypto":81,"safer-buffer":471,"tweetnacl":505,"util":243}],494:[function(require,module,exports){
93496
93611
  // Copyright 2015 Joyent, Inc.
93497
93612
 
93498
93613
  module.exports = Signature;
@@ -93808,7 +93923,7 @@ Signature._oldVersionDetect = function (obj) {
93808
93923
  return ([1, 0]);
93809
93924
  };
93810
93925
 
93811
- },{"./algs":471,"./errors":475,"./ssh-buffer":494,"./utils":495,"asn1":386,"assert-plus":387,"crypto":81,"safer-buffer":470}],494:[function(require,module,exports){
93926
+ },{"./algs":472,"./errors":476,"./ssh-buffer":495,"./utils":496,"asn1":387,"assert-plus":388,"crypto":81,"safer-buffer":471}],495:[function(require,module,exports){
93812
93927
  // Copyright 2015 Joyent, Inc.
93813
93928
 
93814
93929
  module.exports = SSHBuffer;
@@ -93959,7 +94074,7 @@ SSHBuffer.prototype.write = function (buf) {
93959
94074
  this._offset += buf.length;
93960
94075
  };
93961
94076
 
93962
- },{"assert-plus":387,"safer-buffer":470}],495:[function(require,module,exports){
94077
+ },{"assert-plus":388,"safer-buffer":471}],496:[function(require,module,exports){
93963
94078
  // Copyright 2015 Joyent, Inc.
93964
94079
 
93965
94080
  module.exports = {
@@ -94365,7 +94480,7 @@ function opensshCipherInfo(cipher) {
94365
94480
  return (inf);
94366
94481
  }
94367
94482
 
94368
- },{"./algs":471,"./key":491,"./private-key":492,"asn1":386,"assert-plus":387,"crypto":81,"ecc-jsbn/lib/ec":397,"jsbn":433,"safer-buffer":470,"tweetnacl":504}],496:[function(require,module,exports){
94483
+ },{"./algs":472,"./key":492,"./private-key":493,"asn1":387,"assert-plus":388,"crypto":81,"ecc-jsbn/lib/ec":398,"jsbn":434,"safer-buffer":471,"tweetnacl":505}],497:[function(require,module,exports){
94369
94484
  /*!
94370
94485
  * Copyright (c) 2015, Salesforce.com, Inc.
94371
94486
  * All rights reserved.
@@ -95849,7 +95964,7 @@ exports.permuteDomain = require('./permuteDomain').permuteDomain;
95849
95964
  exports.permutePath = permutePath;
95850
95965
  exports.canonicalDomain = canonicalDomain;
95851
95966
 
95852
- },{"./memstore":497,"./pathMatch":498,"./permuteDomain":499,"./pubsuffix-psl":500,"./store":501,"./version":502,"net":69,"punycode":187,"url":238,"util":243}],497:[function(require,module,exports){
95967
+ },{"./memstore":498,"./pathMatch":499,"./permuteDomain":500,"./pubsuffix-psl":501,"./store":502,"./version":503,"net":69,"punycode":187,"url":238,"util":243}],498:[function(require,module,exports){
95853
95968
  /*!
95854
95969
  * Copyright (c) 2015, Salesforce.com, Inc.
95855
95970
  * All rights reserved.
@@ -96032,7 +96147,7 @@ MemoryCookieStore.prototype.getAllCookies = function(cb) {
96032
96147
  cb(null, cookies);
96033
96148
  };
96034
96149
 
96035
- },{"./pathMatch":498,"./permuteDomain":499,"./store":501,"util":243}],498:[function(require,module,exports){
96150
+ },{"./pathMatch":499,"./permuteDomain":500,"./store":502,"util":243}],499:[function(require,module,exports){
96036
96151
  /*!
96037
96152
  * Copyright (c) 2015, Salesforce.com, Inc.
96038
96153
  * All rights reserved.
@@ -96095,7 +96210,7 @@ function pathMatch (reqPath, cookiePath) {
96095
96210
 
96096
96211
  exports.pathMatch = pathMatch;
96097
96212
 
96098
- },{}],499:[function(require,module,exports){
96213
+ },{}],500:[function(require,module,exports){
96099
96214
  /*!
96100
96215
  * Copyright (c) 2015, Salesforce.com, Inc.
96101
96216
  * All rights reserved.
@@ -96153,7 +96268,7 @@ function permuteDomain (domain) {
96153
96268
 
96154
96269
  exports.permuteDomain = permuteDomain;
96155
96270
 
96156
- },{"./pubsuffix-psl":500}],500:[function(require,module,exports){
96271
+ },{"./pubsuffix-psl":501}],501:[function(require,module,exports){
96157
96272
  /*!
96158
96273
  * Copyright (c) 2018, Salesforce.com, Inc.
96159
96274
  * All rights reserved.
@@ -96193,7 +96308,7 @@ function getPublicSuffix(domain) {
96193
96308
 
96194
96309
  exports.getPublicSuffix = getPublicSuffix;
96195
96310
 
96196
- },{"psl":447}],501:[function(require,module,exports){
96311
+ },{"psl":448}],502:[function(require,module,exports){
96197
96312
  /*!
96198
96313
  * Copyright (c) 2015, Salesforce.com, Inc.
96199
96314
  * All rights reserved.
@@ -96270,11 +96385,11 @@ Store.prototype.getAllCookies = function(cb) {
96270
96385
  throw new Error('getAllCookies is not implemented (therefore jar cannot be serialized)');
96271
96386
  };
96272
96387
 
96273
- },{}],502:[function(require,module,exports){
96388
+ },{}],503:[function(require,module,exports){
96274
96389
  // generated by genversion
96275
96390
  module.exports = '2.5.0'
96276
96391
 
96277
- },{}],503:[function(require,module,exports){
96392
+ },{}],504:[function(require,module,exports){
96278
96393
  (function (process){(function (){
96279
96394
  'use strict'
96280
96395
 
@@ -96522,7 +96637,7 @@ if (process.env.NODE_DEBUG && /\btunnel\b/.test(process.env.NODE_DEBUG)) {
96522
96637
  exports.debug = debug // for test
96523
96638
 
96524
96639
  }).call(this)}).call(this,require('_process'))
96525
- },{"_process":179,"assert":16,"events":110,"http":230,"https":142,"net":69,"safe-buffer":469,"tls":69,"util":243}],504:[function(require,module,exports){
96640
+ },{"_process":179,"assert":16,"events":110,"http":230,"https":142,"net":69,"safe-buffer":470,"tls":69,"util":243}],505:[function(require,module,exports){
96526
96641
  (function(nacl) {
96527
96642
  'use strict';
96528
96643
 
@@ -98912,7 +99027,7 @@ nacl.setPRNG = function(fn) {
98912
99027
 
98913
99028
  })(typeof module !== 'undefined' && module.exports ? module.exports : (self.nacl = self.nacl || {}));
98914
99029
 
98915
- },{"crypto":23}],505:[function(require,module,exports){
99030
+ },{"crypto":23}],506:[function(require,module,exports){
98916
99031
  /** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
98917
99032
  (function (global, factory) {
98918
99033
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
@@ -100357,7 +100472,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
100357
100472
  })));
100358
100473
 
100359
100474
 
100360
- },{}],506:[function(require,module,exports){
100475
+ },{}],507:[function(require,module,exports){
100361
100476
  var v1 = require('./v1');
100362
100477
  var v4 = require('./v4');
100363
100478
 
@@ -100367,7 +100482,7 @@ uuid.v4 = v4;
100367
100482
 
100368
100483
  module.exports = uuid;
100369
100484
 
100370
- },{"./v1":509,"./v4":510}],507:[function(require,module,exports){
100485
+ },{"./v1":510,"./v4":511}],508:[function(require,module,exports){
100371
100486
  /**
100372
100487
  * Convert array of 16 byte values to UUID string format of the form:
100373
100488
  * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
@@ -100392,7 +100507,7 @@ function bytesToUuid(buf, offset) {
100392
100507
 
100393
100508
  module.exports = bytesToUuid;
100394
100509
 
100395
- },{}],508:[function(require,module,exports){
100510
+ },{}],509:[function(require,module,exports){
100396
100511
  (function (global){(function (){
100397
100512
  // Unique ID creation requires a high quality random # generator. In the
100398
100513
  // browser this is a little complicated due to unknown quality of Math.random()
@@ -100429,7 +100544,7 @@ if (!rng) {
100429
100544
  module.exports = rng;
100430
100545
 
100431
100546
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
100432
- },{}],509:[function(require,module,exports){
100547
+ },{}],510:[function(require,module,exports){
100433
100548
  var rng = require('./lib/rng');
100434
100549
  var bytesToUuid = require('./lib/bytesToUuid');
100435
100550
 
@@ -100531,7 +100646,7 @@ function v1(options, buf, offset) {
100531
100646
 
100532
100647
  module.exports = v1;
100533
100648
 
100534
- },{"./lib/bytesToUuid":507,"./lib/rng":508}],510:[function(require,module,exports){
100649
+ },{"./lib/bytesToUuid":508,"./lib/rng":509}],511:[function(require,module,exports){
100535
100650
  var rng = require('./lib/rng');
100536
100651
  var bytesToUuid = require('./lib/bytesToUuid');
100537
100652
 
@@ -100562,7 +100677,7 @@ function v4(options, buf, offset) {
100562
100677
 
100563
100678
  module.exports = v4;
100564
100679
 
100565
- },{"./lib/bytesToUuid":507,"./lib/rng":508}],511:[function(require,module,exports){
100680
+ },{"./lib/bytesToUuid":508,"./lib/rng":509}],512:[function(require,module,exports){
100566
100681
  /*
100567
100682
  * verror.js: richer JavaScript errors
100568
100683
  */
@@ -101015,4 +101130,4 @@ WError.prototype.cause = function we_cause(c)
101015
101130
  return (this.jse_cause);
101016
101131
  };
101017
101132
 
101018
- },{"assert-plus":387,"core-util-is":394,"extsprintf":400,"util":243}]},{},[246]);
101133
+ },{"assert-plus":388,"core-util-is":395,"extsprintf":401,"util":243}]},{},[246]);