slnodejs 6.1.761 → 6.1.777

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.
@@ -30618,7 +30618,7 @@ module.exports={
30618
30618
  "_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.5.tgz",
30619
30619
  "_shasum": "c715e09f78b6923977610d4c2346d6ce22e6dded",
30620
30620
  "_spec": "elliptic@^6.5.5",
30621
- "_where": "/var/lib/jenkins/workspace/.OnPremise.Agent.JavaScript_main/browser-agent/node_modules/browserify-sign",
30621
+ "_where": "/var/lib/jenkins/workspace/.OnPremise.Agent.JavaScript_main@2/browser-agent/node_modules/browserify-sign",
30622
30622
  "author": {
30623
30623
  "name": "Fedor Indutny",
30624
30624
  "email": "fedor@indutny.com"
@@ -37127,7 +37127,10 @@ module.exports = function inspect_(obj, options, depth, seen) {
37127
37127
  if (typeof window !== 'undefined' && obj === window) {
37128
37128
  return '{ [object Window] }';
37129
37129
  }
37130
- if (obj === global) {
37130
+ if (
37131
+ (typeof globalThis !== 'undefined' && obj === globalThis)
37132
+ || (typeof global !== 'undefined' && obj === global)
37133
+ ) {
37131
37134
  return '{ [object globalThis] }';
37132
37135
  }
37133
37136
  if (!isDate(obj) && !isRegExp(obj)) {
@@ -57132,7 +57135,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
57132
57135
  "use strict";
57133
57136
  Object.defineProperty(exports, "__esModule", { value: true });
57134
57137
  exports.SL_AGENT_TYPE = exports.SL_AGENT_VERSION = void 0;
57135
- exports.SL_AGENT_VERSION = '6.1.761';
57138
+ exports.SL_AGENT_VERSION = '6.1.777';
57136
57139
  exports.SL_AGENT_TYPE = 'browser';
57137
57140
  });
57138
57141
 
@@ -61293,7 +61296,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
61293
61296
  });
61294
61297
 
61295
61298
  }).call(this)}).call(this,require('_process'))
61296
- },{"../../cli-parse/contracts":475,"../constants/sl-env-vars":497,"./config":493,"./config-system":492,"_process":347,"fs":211,"jwt-decode":636}],492:[function(require,module,exports){
61299
+ },{"../../cli-parse/contracts":475,"../constants/sl-env-vars":497,"./config":493,"./config-system":492,"_process":347,"fs":211,"jwt-decode":635}],492:[function(require,module,exports){
61297
61300
  (function (process){(function (){
61298
61301
  (function (factory) {
61299
61302
  if (typeof module === "object" && typeof module.exports === "object") {
@@ -61770,7 +61773,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
61770
61773
  exports.ConfigProcess = ConfigProcess;
61771
61774
  });
61772
61775
 
61773
- },{"./config-system":492,"events":263,"jwt-decode":636,"object-assign":315}],495:[function(require,module,exports){
61776
+ },{"./config-system":492,"events":263,"jwt-decode":635,"object-assign":315}],495:[function(require,module,exports){
61774
61777
  (function (factory) {
61775
61778
  if (typeof module === "object" && typeof module.exports === "object") {
61776
61779
  var v = factory(require, exports);
@@ -61865,6 +61868,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
61865
61868
  }
61866
61869
  static isUseNewUniqueId() { return env_var_parsing_1.EnvVarParsing.parseBoolean(SlEnvVars.NEW_UNIQUE_ID); }
61867
61870
  static isUseIstanbul() { return env_var_parsing_1.EnvVarParsing.parseBoolean(SlEnvVars.USE_ISTANBUL); }
61871
+ static isBeControlledVersions() { return env_var_parsing_1.EnvVarParsing.parseBoolean(SlEnvVars.BE_CONTROLLED_VERSIONS); }
61868
61872
  static enableFootprintsV6() {
61869
61873
  return env_var_parsing_1.EnvVarParsing.parseBoolean(SlEnvVars.ENABLE_FOOTPRINTS_V6);
61870
61874
  }
@@ -61922,6 +61926,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
61922
61926
  SlEnvVars.USE_OTEL_AGENT = 'SL_useOtelAgent';
61923
61927
  SlEnvVars.USE_SL_MAPPING = 'SL_useSlMapping';
61924
61928
  SlEnvVars.SL_USE_SPAWN_WRAP = 'SL_useSpawnWrap';
61929
+ SlEnvVars.BE_CONTROLLED_VERSIONS = 'SL_beControlledVersions';
61925
61930
  SlEnvVars.CIA = (_a = class {
61926
61931
  static getFileExtensions() {
61927
61932
  return process.env[SlEnvVars.CIA.FILE_EXTENSIONS];
@@ -64742,7 +64747,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
64742
64747
  });
64743
64748
 
64744
64749
  }).call(this)}).call(this,require('_process'),require("buffer").Buffer)
64745
- },{"../../common/system-date":527,"../utils/validation-utils":532,"./contracts":518,"./http-verb":521,"_process":347,"buffer":213,"sl-request":654,"zlib":210}],521:[function(require,module,exports){
64750
+ },{"../../common/system-date":527,"../utils/validation-utils":532,"./contracts":518,"./http-verb":521,"_process":347,"buffer":213,"sl-request":653,"zlib":210}],521:[function(require,module,exports){
64746
64751
  (function (factory) {
64747
64752
  if (typeof module === "object" && typeof module.exports === "object") {
64748
64753
  var v = factory(require, exports);
@@ -67212,7 +67217,7 @@ function resolveIds(schema) {
67212
67217
  return localRefs;
67213
67218
  }
67214
67219
 
67215
- },{"./schema_obj":542,"./util":544,"fast-deep-equal":597,"json-schema-traverse":630,"uri-js":707}],541:[function(require,module,exports){
67220
+ },{"./schema_obj":542,"./util":544,"fast-deep-equal":597,"json-schema-traverse":629,"uri-js":707}],541:[function(require,module,exports){
67216
67221
  'use strict';
67217
67222
 
67218
67223
  var ruleModules = require('../dotjs')
@@ -71749,7 +71754,7 @@ Reader.prototype._readTag = function (tag) {
71749
71754
 
71750
71755
  module.exports = Reader;
71751
71756
 
71752
- },{"./errors":577,"./types":580,"assert":172,"safer-buffer":653}],580:[function(require,module,exports){
71757
+ },{"./errors":577,"./types":580,"assert":172,"safer-buffer":652}],580:[function(require,module,exports){
71753
71758
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
71754
71759
 
71755
71760
 
@@ -72106,7 +72111,7 @@ Writer.prototype._ensure = function (len) {
72106
72111
 
72107
72112
  module.exports = Writer;
72108
72113
 
72109
- },{"./errors":577,"./types":580,"assert":172,"safer-buffer":653}],582:[function(require,module,exports){
72114
+ },{"./errors":577,"./types":580,"assert":172,"safer-buffer":652}],582:[function(require,module,exports){
72110
72115
  // Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
72111
72116
 
72112
72117
  // If you have no idea what ASN.1 or BER is, see this:
@@ -74159,7 +74164,7 @@ exports.ECKey = function(curve, key, isPublic)
74159
74164
  }
74160
74165
 
74161
74166
 
74162
- },{"./lib/ec.js":593,"./lib/sec.js":594,"crypto":225,"jsbn":629,"safer-buffer":653}],593:[function(require,module,exports){
74167
+ },{"./lib/ec.js":593,"./lib/sec.js":594,"crypto":225,"jsbn":628,"safer-buffer":652}],593:[function(require,module,exports){
74163
74168
  // Basic Javascript Elliptic Curve implementation
74164
74169
  // Ported loosely from BouncyCastle's Java EC code
74165
74170
  // Only Fp curves implemented for now
@@ -74722,7 +74727,7 @@ var exports = {
74722
74727
 
74723
74728
  module.exports = exports
74724
74729
 
74725
- },{"jsbn":629}],594:[function(require,module,exports){
74730
+ },{"jsbn":628}],594:[function(require,module,exports){
74726
74731
  // Named EC curves
74727
74732
 
74728
74733
  // Requires ec.js, jsbn.js, and jsbn2.js
@@ -74894,7 +74899,7 @@ module.exports = {
74894
74899
  "secp256r1":secp256r1
74895
74900
  }
74896
74901
 
74897
- },{"./ec.js":593,"jsbn":629}],595:[function(require,module,exports){
74902
+ },{"./ec.js":593,"jsbn":628}],595:[function(require,module,exports){
74898
74903
  'use strict';
74899
74904
 
74900
74905
  var hasOwn = Object.prototype.hasOwnProperty;
@@ -75450,10 +75455,6 @@ function createConnectionSSL (port, host, options) {
75450
75455
  }
75451
75456
 
75452
75457
  },{"http":406,"https":304,"net":211,"tls":211,"util":418}],600:[function(require,module,exports){
75453
- /* eslint-env browser */
75454
- module.exports = typeof self == 'object' ? self.FormData : window.FormData;
75455
-
75456
- },{}],601:[function(require,module,exports){
75457
75458
  module.exports={
75458
75459
  "$id": "afterRequest.json#",
75459
75460
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -75485,7 +75486,7 @@ module.exports={
75485
75486
  }
75486
75487
  }
75487
75488
 
75488
- },{}],602:[function(require,module,exports){
75489
+ },{}],601:[function(require,module,exports){
75489
75490
  module.exports={
75490
75491
  "$id": "beforeRequest.json#",
75491
75492
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -75517,7 +75518,7 @@ module.exports={
75517
75518
  }
75518
75519
  }
75519
75520
 
75520
- },{}],603:[function(require,module,exports){
75521
+ },{}],602:[function(require,module,exports){
75521
75522
  module.exports={
75522
75523
  "$id": "browser.json#",
75523
75524
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -75539,7 +75540,7 @@ module.exports={
75539
75540
  }
75540
75541
  }
75541
75542
 
75542
- },{}],604:[function(require,module,exports){
75543
+ },{}],603:[function(require,module,exports){
75543
75544
  module.exports={
75544
75545
  "$id": "cache.json#",
75545
75546
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -75562,7 +75563,7 @@ module.exports={
75562
75563
  }
75563
75564
  }
75564
75565
 
75565
- },{}],605:[function(require,module,exports){
75566
+ },{}],604:[function(require,module,exports){
75566
75567
  module.exports={
75567
75568
  "$id": "content.json#",
75568
75569
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -75593,7 +75594,7 @@ module.exports={
75593
75594
  }
75594
75595
  }
75595
75596
 
75596
- },{}],606:[function(require,module,exports){
75597
+ },{}],605:[function(require,module,exports){
75597
75598
  module.exports={
75598
75599
  "$id": "cookie.json#",
75599
75600
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -75631,7 +75632,7 @@ module.exports={
75631
75632
  }
75632
75633
  }
75633
75634
 
75634
- },{}],607:[function(require,module,exports){
75635
+ },{}],606:[function(require,module,exports){
75635
75636
  module.exports={
75636
75637
  "$id": "creator.json#",
75637
75638
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -75653,7 +75654,7 @@ module.exports={
75653
75654
  }
75654
75655
  }
75655
75656
 
75656
- },{}],608:[function(require,module,exports){
75657
+ },{}],607:[function(require,module,exports){
75657
75658
  module.exports={
75658
75659
  "$id": "entry.json#",
75659
75660
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -75708,7 +75709,7 @@ module.exports={
75708
75709
  }
75709
75710
  }
75710
75711
 
75711
- },{}],609:[function(require,module,exports){
75712
+ },{}],608:[function(require,module,exports){
75712
75713
  module.exports={
75713
75714
  "$id": "har.json#",
75714
75715
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -75723,7 +75724,7 @@ module.exports={
75723
75724
  }
75724
75725
  }
75725
75726
 
75726
- },{}],610:[function(require,module,exports){
75727
+ },{}],609:[function(require,module,exports){
75727
75728
  module.exports={
75728
75729
  "$id": "header.json#",
75729
75730
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -75745,7 +75746,7 @@ module.exports={
75745
75746
  }
75746
75747
  }
75747
75748
 
75748
- },{}],611:[function(require,module,exports){
75749
+ },{}],610:[function(require,module,exports){
75749
75750
  'use strict'
75750
75751
 
75751
75752
  module.exports = {
@@ -75769,7 +75770,7 @@ module.exports = {
75769
75770
  timings: require('./timings.json')
75770
75771
  }
75771
75772
 
75772
- },{"./afterRequest.json":601,"./beforeRequest.json":602,"./browser.json":603,"./cache.json":604,"./content.json":605,"./cookie.json":606,"./creator.json":607,"./entry.json":608,"./har.json":609,"./header.json":610,"./log.json":612,"./page.json":613,"./pageTimings.json":614,"./postData.json":615,"./query.json":616,"./request.json":617,"./response.json":618,"./timings.json":619}],612:[function(require,module,exports){
75773
+ },{"./afterRequest.json":600,"./beforeRequest.json":601,"./browser.json":602,"./cache.json":603,"./content.json":604,"./cookie.json":605,"./creator.json":606,"./entry.json":607,"./har.json":608,"./header.json":609,"./log.json":611,"./page.json":612,"./pageTimings.json":613,"./postData.json":614,"./query.json":615,"./request.json":616,"./response.json":617,"./timings.json":618}],611:[function(require,module,exports){
75773
75774
  module.exports={
75774
75775
  "$id": "log.json#",
75775
75776
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -75807,7 +75808,7 @@ module.exports={
75807
75808
  }
75808
75809
  }
75809
75810
 
75810
- },{}],613:[function(require,module,exports){
75811
+ },{}],612:[function(require,module,exports){
75811
75812
  module.exports={
75812
75813
  "$id": "page.json#",
75813
75814
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -75841,7 +75842,7 @@ module.exports={
75841
75842
  }
75842
75843
  }
75843
75844
 
75844
- },{}],614:[function(require,module,exports){
75845
+ },{}],613:[function(require,module,exports){
75845
75846
  module.exports={
75846
75847
  "$id": "pageTimings.json#",
75847
75848
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -75861,7 +75862,7 @@ module.exports={
75861
75862
  }
75862
75863
  }
75863
75864
 
75864
- },{}],615:[function(require,module,exports){
75865
+ },{}],614:[function(require,module,exports){
75865
75866
  module.exports={
75866
75867
  "$id": "postData.json#",
75867
75868
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -75906,7 +75907,7 @@ module.exports={
75906
75907
  }
75907
75908
  }
75908
75909
 
75909
- },{}],616:[function(require,module,exports){
75910
+ },{}],615:[function(require,module,exports){
75910
75911
  module.exports={
75911
75912
  "$id": "query.json#",
75912
75913
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -75928,7 +75929,7 @@ module.exports={
75928
75929
  }
75929
75930
  }
75930
75931
 
75931
- },{}],617:[function(require,module,exports){
75932
+ },{}],616:[function(require,module,exports){
75932
75933
  module.exports={
75933
75934
  "$id": "request.json#",
75934
75935
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -75987,7 +75988,7 @@ module.exports={
75987
75988
  }
75988
75989
  }
75989
75990
 
75990
- },{}],618:[function(require,module,exports){
75991
+ },{}],617:[function(require,module,exports){
75991
75992
  module.exports={
75992
75993
  "$id": "response.json#",
75993
75994
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -76043,7 +76044,7 @@ module.exports={
76043
76044
  }
76044
76045
  }
76045
76046
 
76046
- },{}],619:[function(require,module,exports){
76047
+ },{}],618:[function(require,module,exports){
76047
76048
  module.exports={
76048
76049
  "$id": "timings.json#",
76049
76050
  "$schema": "http://json-schema.org/draft-06/schema#",
@@ -76087,7 +76088,7 @@ module.exports={
76087
76088
  }
76088
76089
  }
76089
76090
 
76090
- },{}],620:[function(require,module,exports){
76091
+ },{}],619:[function(require,module,exports){
76091
76092
  function HARError (errors) {
76092
76093
  var message = 'validation failed'
76093
76094
 
@@ -76106,7 +76107,7 @@ HARError.prototype = Error.prototype
76106
76107
 
76107
76108
  module.exports = HARError
76108
76109
 
76109
- },{}],621:[function(require,module,exports){
76110
+ },{}],620:[function(require,module,exports){
76110
76111
  var Ajv = require('ajv')
76111
76112
  var HARError = require('./error')
76112
76113
  var schemas = require('har-schema')
@@ -76210,7 +76211,7 @@ exports.timings = function (data) {
76210
76211
  return validate('timings', data)
76211
76212
  }
76212
76213
 
76213
- },{"./error":620,"ajv":534,"ajv/lib/refs/json-schema-draft-06.json":575,"har-schema":611}],622:[function(require,module,exports){
76214
+ },{"./error":619,"ajv":534,"ajv/lib/refs/json-schema-draft-06.json":575,"har-schema":610}],621:[function(require,module,exports){
76214
76215
  // Copyright 2015 Joyent, Inc.
76215
76216
 
76216
76217
  var parser = require('./parser');
@@ -76241,7 +76242,7 @@ module.exports = {
76241
76242
  verifyHMAC: verify.verifyHMAC
76242
76243
  };
76243
76244
 
76244
- },{"./parser":623,"./signer":624,"./utils":625,"./verify":626}],623:[function(require,module,exports){
76245
+ },{"./parser":622,"./signer":623,"./utils":624,"./verify":625}],622:[function(require,module,exports){
76245
76246
  // Copyright 2012 Joyent, Inc. All rights reserved.
76246
76247
 
76247
76248
  var assert = require('assert-plus');
@@ -76558,7 +76559,7 @@ module.exports = {
76558
76559
 
76559
76560
  };
76560
76561
 
76561
- },{"./utils":625,"assert-plus":583,"util":418}],624:[function(require,module,exports){
76562
+ },{"./utils":624,"assert-plus":583,"util":418}],623:[function(require,module,exports){
76562
76563
  (function (Buffer){(function (){
76563
76564
  // Copyright 2012 Joyent, Inc. All rights reserved.
76564
76565
 
@@ -76963,7 +76964,7 @@ module.exports = {
76963
76964
  };
76964
76965
 
76965
76966
  }).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
76966
- },{"../../../browser-agent/node_modules/is-buffer/index.js":308,"./utils":625,"assert-plus":583,"crypto":225,"http":406,"jsprim":633,"sshpk":689,"util":418}],625:[function(require,module,exports){
76967
+ },{"../../../browser-agent/node_modules/is-buffer/index.js":308,"./utils":624,"assert-plus":583,"crypto":225,"http":406,"jsprim":632,"sshpk":689,"util":418}],624:[function(require,module,exports){
76967
76968
  // Copyright 2012 Joyent, Inc. All rights reserved.
76968
76969
 
76969
76970
  var assert = require('assert-plus');
@@ -77077,7 +77078,7 @@ module.exports = {
77077
77078
  }
77078
77079
  };
77079
77080
 
77080
- },{"assert-plus":583,"sshpk":689,"util":418}],626:[function(require,module,exports){
77081
+ },{"assert-plus":583,"sshpk":689,"util":418}],625:[function(require,module,exports){
77081
77082
  (function (Buffer){(function (){
77082
77083
  // Copyright 2015 Joyent, Inc.
77083
77084
 
@@ -77169,7 +77170,7 @@ module.exports = {
77169
77170
  };
77170
77171
 
77171
77172
  }).call(this)}).call(this,require("buffer").Buffer)
77172
- },{"./utils":625,"assert-plus":583,"buffer":213,"crypto":225,"sshpk":689}],627:[function(require,module,exports){
77173
+ },{"./utils":624,"assert-plus":583,"buffer":213,"crypto":225,"sshpk":689}],626:[function(require,module,exports){
77173
77174
  module.exports = isTypedArray
77174
77175
  isTypedArray.strict = isStrictTypedArray
77175
77176
  isTypedArray.loose = isLooseTypedArray
@@ -77212,7 +77213,7 @@ function isLooseTypedArray(arr) {
77212
77213
  return names[toString.call(arr)]
77213
77214
  }
77214
77215
 
77215
- },{}],628:[function(require,module,exports){
77216
+ },{}],627:[function(require,module,exports){
77216
77217
  var stream = require('stream')
77217
77218
 
77218
77219
 
@@ -77241,7 +77242,7 @@ module.exports.isReadable = isReadable
77241
77242
  module.exports.isWritable = isWritable
77242
77243
  module.exports.isDuplex = isDuplex
77243
77244
 
77244
- },{"stream":405}],629:[function(require,module,exports){
77245
+ },{"stream":405}],628:[function(require,module,exports){
77245
77246
  (function(){
77246
77247
 
77247
77248
  // Copyright (c) 2005 Tom Wu
@@ -78600,7 +78601,7 @@ module.exports.isDuplex = isDuplex
78600
78601
 
78601
78602
  }).call(this);
78602
78603
 
78603
- },{}],630:[function(require,module,exports){
78604
+ },{}],629:[function(require,module,exports){
78604
78605
  'use strict';
78605
78606
 
78606
78607
  var traverse = module.exports = function (schema, opts, cb) {
@@ -78691,7 +78692,7 @@ function escapeJsonPtr(str) {
78691
78692
  return str.replace(/~/g, '~0').replace(/\//g, '~1');
78692
78693
  }
78693
78694
 
78694
- },{}],631:[function(require,module,exports){
78695
+ },{}],630:[function(require,module,exports){
78695
78696
  /**
78696
78697
  * JSONSchema Validator - Validates JavaScript objects using JSON Schemas
78697
78698
  * (http://www.json.com/json-schema-proposal/)
@@ -78964,7 +78965,7 @@ exports.mustBeValid = function(result){
78964
78965
  return exports;
78965
78966
  }));
78966
78967
 
78967
- },{}],632:[function(require,module,exports){
78968
+ },{}],631:[function(require,module,exports){
78968
78969
  exports = module.exports = stringify
78969
78970
  exports.getSerialize = serializer
78970
78971
 
@@ -78993,7 +78994,7 @@ function serializer(replacer, cycleReplacer) {
78993
78994
  }
78994
78995
  }
78995
78996
 
78996
- },{}],633:[function(require,module,exports){
78997
+ },{}],632:[function(require,module,exports){
78997
78998
  /*
78998
78999
  * lib/jsprim.js: utilities for primitive JavaScript types
78999
79000
  */
@@ -79730,7 +79731,7 @@ function mergeObjects(provided, overrides, defaults)
79730
79731
  return (rv);
79731
79732
  }
79732
79733
 
79733
- },{"assert-plus":583,"extsprintf":596,"json-schema":631,"util":418,"verror":714}],634:[function(require,module,exports){
79734
+ },{"assert-plus":583,"extsprintf":596,"json-schema":630,"util":418,"verror":714}],633:[function(require,module,exports){
79734
79735
  /**
79735
79736
  * The code was extracted from:
79736
79737
  * https://github.com/davidchambers/Base64.js
@@ -79770,7 +79771,7 @@ function polyfill (input) {
79770
79771
 
79771
79772
  module.exports = typeof window !== 'undefined' && window.atob && window.atob.bind(window) || polyfill;
79772
79773
 
79773
- },{}],635:[function(require,module,exports){
79774
+ },{}],634:[function(require,module,exports){
79774
79775
  var atob = require('./atob');
79775
79776
 
79776
79777
  function b64DecodeUnicode(str) {
@@ -79805,7 +79806,7 @@ module.exports = function(str) {
79805
79806
  }
79806
79807
  };
79807
79808
 
79808
- },{"./atob":634}],636:[function(require,module,exports){
79809
+ },{"./atob":633}],635:[function(require,module,exports){
79809
79810
  'use strict';
79810
79811
 
79811
79812
  var base64_url_decode = require('./base64_url_decode');
@@ -79833,7 +79834,7 @@ module.exports = function (token,options) {
79833
79834
 
79834
79835
  module.exports.InvalidTokenError = InvalidTokenError;
79835
79836
 
79836
- },{"./base64_url_decode":635}],637:[function(require,module,exports){
79837
+ },{"./base64_url_decode":634}],636:[function(require,module,exports){
79837
79838
  module.exports={
79838
79839
  "application/1d-interleaved-parityfec": {
79839
79840
  "source": "iana"
@@ -88354,7 +88355,7 @@ module.exports={
88354
88355
  }
88355
88356
  }
88356
88357
 
88357
- },{}],638:[function(require,module,exports){
88358
+ },{}],637:[function(require,module,exports){
88358
88359
  /*!
88359
88360
  * mime-db
88360
88361
  * Copyright(c) 2014 Jonathan Ong
@@ -88368,7 +88369,7 @@ module.exports={
88368
88369
 
88369
88370
  module.exports = require('./db.json')
88370
88371
 
88371
- },{"./db.json":637}],639:[function(require,module,exports){
88372
+ },{"./db.json":636}],638:[function(require,module,exports){
88372
88373
  /*!
88373
88374
  * mime-types
88374
88375
  * Copyright(c) 2014 Jonathan Ong
@@ -88558,7 +88559,7 @@ function populateMaps (extensions, types) {
88558
88559
  })
88559
88560
  }
88560
88561
 
88561
- },{"mime-db":638,"path":339}],640:[function(require,module,exports){
88562
+ },{"mime-db":637,"path":339}],639:[function(require,module,exports){
88562
88563
  var crypto = require('crypto')
88563
88564
 
88564
88565
  function sha (key, body, algorithm) {
@@ -88705,7 +88706,7 @@ exports.plaintext = plaintext
88705
88706
  exports.sign = sign
88706
88707
  exports.rfc3986 = rfc3986
88707
88708
  exports.generateBase = generateBase
88708
- },{"crypto":225}],641:[function(require,module,exports){
88709
+ },{"crypto":225}],640:[function(require,module,exports){
88709
88710
  (function (process){(function (){
88710
88711
  // Generated by CoffeeScript 1.12.2
88711
88712
  (function() {
@@ -88745,7 +88746,7 @@ exports.generateBase = generateBase
88745
88746
 
88746
88747
 
88747
88748
  }).call(this)}).call(this,require('_process'))
88748
- },{"_process":347}],642:[function(require,module,exports){
88749
+ },{"_process":347}],641:[function(require,module,exports){
88749
88750
  module.exports=[
88750
88751
  "ac",
88751
88752
  "com.ac",
@@ -98122,7 +98123,7 @@ module.exports=[
98122
98123
  "virtualserver.io",
98123
98124
  "enterprisecloud.nu"
98124
98125
  ]
98125
- },{}],643:[function(require,module,exports){
98126
+ },{}],642:[function(require,module,exports){
98126
98127
  /*eslint no-var:0, prefer-arrow-callback: 0, object-shorthand: 0 */
98127
98128
  'use strict';
98128
98129
 
@@ -98393,7 +98394,7 @@ exports.isValid = function (domain) {
98393
98394
  return Boolean(parsed.domain && parsed.listed);
98394
98395
  };
98395
98396
 
98396
- },{"./data/rules.json":642,"punycode":355}],644:[function(require,module,exports){
98397
+ },{"./data/rules.json":641,"punycode":355}],643:[function(require,module,exports){
98397
98398
  'use strict';
98398
98399
 
98399
98400
  /** Highest positive signed 32-bit float value */
@@ -98838,7 +98839,7 @@ const punycode = {
98838
98839
 
98839
98840
  module.exports = punycode;
98840
98841
 
98841
- },{}],645:[function(require,module,exports){
98842
+ },{}],644:[function(require,module,exports){
98842
98843
  'use strict';
98843
98844
 
98844
98845
  var replace = String.prototype.replace;
@@ -98858,9 +98859,9 @@ module.exports = {
98858
98859
  RFC3986: 'RFC3986'
98859
98860
  };
98860
98861
 
98861
- },{}],646:[function(require,module,exports){
98862
+ },{}],645:[function(require,module,exports){
98862
98863
  arguments[4][357][0].apply(exports,arguments)
98863
- },{"./formats":645,"./parse":647,"./stringify":648,"dup":357}],647:[function(require,module,exports){
98864
+ },{"./formats":644,"./parse":646,"./stringify":647,"dup":357}],646:[function(require,module,exports){
98864
98865
  'use strict';
98865
98866
 
98866
98867
  var utils = require('./utils');
@@ -99037,7 +99038,7 @@ module.exports = function (str, opts) {
99037
99038
  return utils.compact(obj);
99038
99039
  };
99039
99040
 
99040
- },{"./utils":649}],648:[function(require,module,exports){
99041
+ },{"./utils":648}],647:[function(require,module,exports){
99041
99042
  'use strict';
99042
99043
 
99043
99044
  var utils = require('./utils');
@@ -99256,7 +99257,7 @@ module.exports = function (object, opts) {
99256
99257
  return joined.length > 0 ? prefix + joined : '';
99257
99258
  };
99258
99259
 
99259
- },{"./formats":645,"./utils":649}],649:[function(require,module,exports){
99260
+ },{"./formats":644,"./utils":648}],648:[function(require,module,exports){
99260
99261
  'use strict';
99261
99262
 
99262
99263
  var has = Object.prototype.hasOwnProperty;
@@ -99473,7 +99474,7 @@ module.exports = {
99473
99474
  merge: merge
99474
99475
  };
99475
99476
 
99476
- },{}],650:[function(require,module,exports){
99477
+ },{}],649:[function(require,module,exports){
99477
99478
  'use strict';
99478
99479
 
99479
99480
  var has = Object.prototype.hasOwnProperty
@@ -99593,7 +99594,7 @@ function querystringify(obj, prefix) {
99593
99594
  exports.stringify = querystringify;
99594
99595
  exports.parse = querystring;
99595
99596
 
99596
- },{}],651:[function(require,module,exports){
99597
+ },{}],650:[function(require,module,exports){
99597
99598
  'use strict';
99598
99599
 
99599
99600
  /**
@@ -99633,9 +99634,9 @@ module.exports = function required(port, protocol) {
99633
99634
  return port !== 0;
99634
99635
  };
99635
99636
 
99636
- },{}],652:[function(require,module,exports){
99637
+ },{}],651:[function(require,module,exports){
99637
99638
  arguments[4][375][0].apply(exports,arguments)
99638
- },{"buffer":213,"dup":375}],653:[function(require,module,exports){
99639
+ },{"buffer":213,"dup":375}],652:[function(require,module,exports){
99639
99640
  (function (process){(function (){
99640
99641
  /* eslint-disable node/no-deprecated-api */
99641
99642
 
@@ -99716,7 +99717,7 @@ if (!safer.constants) {
99716
99717
  module.exports = safer
99717
99718
 
99718
99719
  }).call(this)}).call(this,require('_process'))
99719
- },{"_process":347,"buffer":213}],654:[function(require,module,exports){
99720
+ },{"_process":347,"buffer":213}],653:[function(require,module,exports){
99720
99721
  // Copyright 2010-2012 Mikeal Rogers
99721
99722
  //
99722
99723
  // Licensed under the Apache License, Version 2.0 (the "License");
@@ -99873,7 +99874,7 @@ Object.defineProperty(request, 'debug', {
99873
99874
  }
99874
99875
  })
99875
99876
 
99876
- },{"./lib/cookies":656,"./lib/helpers":660,"./request":669,"extend":595}],655:[function(require,module,exports){
99877
+ },{"./lib/cookies":655,"./lib/helpers":659,"./request":669,"extend":595}],654:[function(require,module,exports){
99877
99878
  'use strict'
99878
99879
 
99879
99880
  var caseless = require('caseless')
@@ -100042,7 +100043,7 @@ Auth.prototype.onResponse = function (response) {
100042
100043
 
100043
100044
  exports.Auth = Auth
100044
100045
 
100045
- },{"./helpers":660,"caseless":588,"uuid/v4":668}],656:[function(require,module,exports){
100046
+ },{"./helpers":659,"caseless":588,"uuid/v4":668}],655:[function(require,module,exports){
100046
100047
  'use strict'
100047
100048
 
100048
100049
  var tough = require('tough-cookie')
@@ -100082,7 +100083,7 @@ exports.jar = function (store) {
100082
100083
  return new RequestJar(store)
100083
100084
  }
100084
100085
 
100085
- },{"tough-cookie":695}],657:[function(require,module,exports){
100086
+ },{"tough-cookie":695}],656:[function(require,module,exports){
100086
100087
  (function (process){(function (){
100087
100088
  'use strict'
100088
100089
 
@@ -100165,7 +100166,7 @@ function getProxyFromURI (uri) {
100165
100166
  module.exports = getProxyFromURI
100166
100167
 
100167
100168
  }).call(this)}).call(this,require('_process'))
100168
- },{"_process":347}],658:[function(require,module,exports){
100169
+ },{"_process":347}],657:[function(require,module,exports){
100169
100170
  'use strict'
100170
100171
 
100171
100172
  var fs = require('fs')
@@ -100372,7 +100373,7 @@ Har.prototype.options = function (options) {
100372
100373
 
100373
100374
  exports.Har = Har
100374
100375
 
100375
- },{"extend":595,"fs":211,"har-validator":621,"querystring":363}],659:[function(require,module,exports){
100376
+ },{"extend":595,"fs":211,"har-validator":620,"querystring":363}],658:[function(require,module,exports){
100376
100377
  'use strict'
100377
100378
 
100378
100379
  var crypto = require('crypto')
@@ -100463,7 +100464,7 @@ exports.header = function (uri, method, opts) {
100463
100464
  return header
100464
100465
  }
100465
100466
 
100466
- },{"crypto":225}],660:[function(require,module,exports){
100467
+ },{"crypto":225}],659:[function(require,module,exports){
100467
100468
  (function (process,setImmediate){(function (){
100468
100469
  'use strict'
100469
100470
 
@@ -100533,7 +100534,7 @@ exports.version = version
100533
100534
  exports.defer = defer
100534
100535
 
100535
100536
  }).call(this)}).call(this,require('_process'),require("timers").setImmediate)
100536
- },{"_process":347,"crypto":225,"json-stringify-safe":632,"safe-buffer":652,"timers":412}],661:[function(require,module,exports){
100537
+ },{"_process":347,"crypto":225,"json-stringify-safe":631,"safe-buffer":651,"timers":412}],660:[function(require,module,exports){
100537
100538
  'use strict'
100538
100539
 
100539
100540
  var uuid = require('uuid/v4')
@@ -100647,7 +100648,7 @@ Multipart.prototype.onRequest = function (options) {
100647
100648
 
100648
100649
  exports.Multipart = Multipart
100649
100650
 
100650
- },{"combined-stream":589,"isstream":628,"safe-buffer":652,"uuid/v4":668}],662:[function(require,module,exports){
100651
+ },{"combined-stream":589,"isstream":627,"safe-buffer":651,"uuid/v4":668}],661:[function(require,module,exports){
100651
100652
  'use strict'
100652
100653
 
100653
100654
  var url = require('url')
@@ -100797,7 +100798,7 @@ OAuth.prototype.onRequest = function (_oauth) {
100797
100798
 
100798
100799
  exports.OAuth = OAuth
100799
100800
 
100800
- },{"caseless":588,"crypto":225,"oauth-sign":640,"qs":646,"safe-buffer":652,"url":414,"uuid/v4":668}],663:[function(require,module,exports){
100801
+ },{"caseless":588,"crypto":225,"oauth-sign":639,"qs":645,"safe-buffer":651,"url":414,"uuid/v4":668}],662:[function(require,module,exports){
100801
100802
  'use strict'
100802
100803
 
100803
100804
  var qs = require('qs')
@@ -100849,7 +100850,7 @@ Querystring.prototype.unescape = querystring.unescape
100849
100850
 
100850
100851
  exports.Querystring = Querystring
100851
100852
 
100852
- },{"qs":646,"querystring":363}],664:[function(require,module,exports){
100853
+ },{"qs":645,"querystring":363}],663:[function(require,module,exports){
100853
100854
  'use strict'
100854
100855
 
100855
100856
  var url = require('url')
@@ -101005,7 +101006,7 @@ Redirect.prototype.onResponse = function (response) {
101005
101006
 
101006
101007
  exports.Redirect = Redirect
101007
101008
 
101008
- },{"url":414}],665:[function(require,module,exports){
101009
+ },{"url":414}],664:[function(require,module,exports){
101009
101010
  'use strict'
101010
101011
 
101011
101012
  var url = require('url')
@@ -101182,7 +101183,11 @@ Tunnel.defaultProxyHeaderWhiteList = defaultProxyHeaderWhiteList
101182
101183
  Tunnel.defaultProxyHeaderExclusiveList = defaultProxyHeaderExclusiveList
101183
101184
  exports.Tunnel = Tunnel
101184
101185
 
101185
- },{"tunnel-agent":704,"url":414}],666:[function(require,module,exports){
101186
+ },{"tunnel-agent":704,"url":414}],665:[function(require,module,exports){
101187
+ /* eslint-env browser */
101188
+ module.exports = typeof self == 'object' ? self.FormData : window.FormData;
101189
+
101190
+ },{}],666:[function(require,module,exports){
101186
101191
  /**
101187
101192
  * Convert array of 16 byte values to UUID string format of the form:
101188
101193
  * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
@@ -102834,7 +102839,7 @@ Request.prototype.toJSON = requestToJSON
102834
102839
  module.exports = Request
102835
102840
 
102836
102841
  }).call(this)}).call(this,require('_process'))
102837
- },{"./lib/auth":655,"./lib/cookies":656,"./lib/getProxyFromURI":657,"./lib/har":658,"./lib/hawk":659,"./lib/helpers":660,"./lib/multipart":661,"./lib/oauth":662,"./lib/querystring":663,"./lib/redirect":664,"./lib/tunnel":665,"_process":347,"aws-sign2":584,"aws4":585,"caseless":588,"extend":595,"forever-agent":599,"form-data":600,"http":406,"http-signature":622,"https":304,"is-typedarray":627,"isstream":628,"mime-types":639,"performance-now":641,"safe-buffer":652,"stream":405,"url":414,"util":418,"zlib":210}],670:[function(require,module,exports){
102842
+ },{"./lib/auth":654,"./lib/cookies":655,"./lib/getProxyFromURI":656,"./lib/har":657,"./lib/hawk":658,"./lib/helpers":659,"./lib/multipart":660,"./lib/oauth":661,"./lib/querystring":662,"./lib/redirect":663,"./lib/tunnel":664,"_process":347,"aws-sign2":584,"aws4":585,"caseless":588,"extend":595,"forever-agent":599,"form-data":665,"http":406,"http-signature":621,"https":304,"is-typedarray":626,"isstream":627,"mime-types":638,"performance-now":640,"safe-buffer":651,"stream":405,"url":414,"util":418,"zlib":210}],670:[function(require,module,exports){
102838
102843
  // Copyright 2015 Joyent, Inc.
102839
102844
 
102840
102845
  var Buffer = require('safer-buffer').Buffer;
@@ -103004,7 +103009,7 @@ module.exports = {
103004
103009
  curves: curves
103005
103010
  };
103006
103011
 
103007
- },{"safer-buffer":653}],671:[function(require,module,exports){
103012
+ },{"safer-buffer":652}],671:[function(require,module,exports){
103008
103013
  // Copyright 2016 Joyent, Inc.
103009
103014
 
103010
103015
  module.exports = Certificate;
@@ -103416,7 +103421,7 @@ Certificate._oldVersionDetect = function (obj) {
103416
103421
  return ([1, 0]);
103417
103422
  };
103418
103423
 
103419
- },{"./algs":670,"./errors":674,"./fingerprint":675,"./formats/openssh-cert":678,"./formats/x509":687,"./formats/x509-pem":686,"./identity":688,"./key":690,"./private-key":691,"./signature":692,"./utils":694,"assert-plus":583,"crypto":225,"safer-buffer":653,"util":418}],672:[function(require,module,exports){
103424
+ },{"./algs":670,"./errors":674,"./fingerprint":675,"./formats/openssh-cert":678,"./formats/x509":687,"./formats/x509-pem":686,"./identity":688,"./key":690,"./private-key":691,"./signature":692,"./utils":694,"assert-plus":583,"crypto":225,"safer-buffer":652,"util":418}],672:[function(require,module,exports){
103420
103425
  // Copyright 2017 Joyent, Inc.
103421
103426
 
103422
103427
  module.exports = {
@@ -103815,7 +103820,7 @@ function generateECDSA(curve) {
103815
103820
  }
103816
103821
  }
103817
103822
 
103818
- },{"./algs":670,"./key":690,"./private-key":691,"./utils":694,"assert-plus":583,"crypto":225,"ecc-jsbn":592,"ecc-jsbn/lib/ec":593,"jsbn":629,"safer-buffer":653,"tweetnacl":705}],673:[function(require,module,exports){
103823
+ },{"./algs":670,"./key":690,"./private-key":691,"./utils":694,"assert-plus":583,"crypto":225,"ecc-jsbn":592,"ecc-jsbn/lib/ec":593,"jsbn":628,"safer-buffer":652,"tweetnacl":705}],673:[function(require,module,exports){
103819
103824
  // Copyright 2015 Joyent, Inc.
103820
103825
 
103821
103826
  module.exports = {
@@ -103909,7 +103914,7 @@ Signer.prototype.sign = function () {
103909
103914
  return (sigObj);
103910
103915
  };
103911
103916
 
103912
- },{"./signature":692,"assert-plus":583,"safer-buffer":653,"stream":405,"tweetnacl":705,"util":418}],674:[function(require,module,exports){
103917
+ },{"./signature":692,"assert-plus":583,"safer-buffer":652,"stream":405,"tweetnacl":705,"util":418}],674:[function(require,module,exports){
103913
103918
  // Copyright 2015 Joyent, Inc.
103914
103919
 
103915
103920
  var assert = require('assert-plus');
@@ -104217,7 +104222,7 @@ Fingerprint._oldVersionDetect = function (obj) {
104217
104222
  return ([1, 0]);
104218
104223
  };
104219
104224
 
104220
- },{"./algs":670,"./certificate":671,"./errors":674,"./key":690,"./private-key":691,"./utils":694,"assert-plus":583,"crypto":225,"safer-buffer":653}],676:[function(require,module,exports){
104225
+ },{"./algs":670,"./certificate":671,"./errors":674,"./key":690,"./private-key":691,"./utils":694,"assert-plus":583,"crypto":225,"safer-buffer":652}],676:[function(require,module,exports){
104221
104226
  // Copyright 2018 Joyent, Inc.
104222
104227
 
104223
104228
  module.exports = {
@@ -104343,7 +104348,7 @@ function write(key, options) {
104343
104348
  throw (new Error('"auto" format cannot be used for writing'));
104344
104349
  }
104345
104350
 
104346
- },{"../key":690,"../private-key":691,"../utils":694,"./dnssec":677,"./pem":679,"./putty":682,"./rfc4253":683,"./ssh":685,"assert-plus":583,"safer-buffer":653}],677:[function(require,module,exports){
104351
+ },{"../key":690,"../private-key":691,"../utils":694,"./dnssec":677,"./pem":679,"./putty":682,"./rfc4253":683,"./ssh":685,"assert-plus":583,"safer-buffer":652}],677:[function(require,module,exports){
104347
104352
  // Copyright 2017 Joyent, Inc.
104348
104353
 
104349
104354
  module.exports = {
@@ -104632,7 +104637,7 @@ function write(key, options) {
104632
104637
  }
104633
104638
  }
104634
104639
 
104635
- },{"../dhe":672,"../key":690,"../private-key":691,"../ssh-buffer":693,"../utils":694,"assert-plus":583,"safer-buffer":653}],678:[function(require,module,exports){
104640
+ },{"../dhe":672,"../key":690,"../private-key":691,"../ssh-buffer":693,"../utils":694,"assert-plus":583,"safer-buffer":652}],678:[function(require,module,exports){
104636
104641
  // Copyright 2017 Joyent, Inc.
104637
104642
 
104638
104643
  module.exports = {
@@ -104986,7 +104991,7 @@ function getCertType(key) {
104986
104991
  throw (new Error('Unsupported key type ' + key.type));
104987
104992
  }
104988
104993
 
104989
- },{"../algs":670,"../certificate":671,"../identity":688,"../key":690,"../private-key":691,"../signature":692,"../ssh-buffer":693,"../utils":694,"./rfc4253":683,"assert-plus":583,"crypto":225,"safer-buffer":653}],679:[function(require,module,exports){
104994
+ },{"../algs":670,"../certificate":671,"../identity":688,"../key":690,"../private-key":691,"../signature":692,"../ssh-buffer":693,"../utils":694,"./rfc4253":683,"assert-plus":583,"crypto":225,"safer-buffer":652}],679:[function(require,module,exports){
104990
104995
  // Copyright 2018 Joyent, Inc.
104991
104996
 
104992
104997
  module.exports = {
@@ -105278,7 +105283,7 @@ function write(key, options, type) {
105278
105283
  return (buf.slice(0, o));
105279
105284
  }
105280
105285
 
105281
- },{"../algs":670,"../errors":674,"../key":690,"../private-key":691,"../utils":694,"./pkcs1":680,"./pkcs8":681,"./rfc4253":683,"./ssh-private":684,"asn1":582,"assert-plus":583,"crypto":225,"safer-buffer":653}],680:[function(require,module,exports){
105286
+ },{"../algs":670,"../errors":674,"../key":690,"../private-key":691,"../utils":694,"./pkcs1":680,"./pkcs8":681,"./rfc4253":683,"./ssh-private":684,"asn1":582,"assert-plus":583,"crypto":225,"safer-buffer":652}],680:[function(require,module,exports){
105282
105287
  // Copyright 2015 Joyent, Inc.
105283
105288
 
105284
105289
  module.exports = {
@@ -105653,7 +105658,7 @@ function writePkcs1EdDSAPublic(der, key) {
105653
105658
  throw (new Error('Public keys are not supported for EdDSA PKCS#1'));
105654
105659
  }
105655
105660
 
105656
- },{"../algs":670,"../key":690,"../private-key":691,"../utils":694,"./pem":679,"./pkcs8":681,"asn1":582,"assert-plus":583,"safer-buffer":653}],681:[function(require,module,exports){
105661
+ },{"../algs":670,"../key":690,"../private-key":691,"../utils":694,"./pem":679,"./pkcs8":681,"asn1":582,"assert-plus":583,"safer-buffer":652}],681:[function(require,module,exports){
105657
105662
  // Copyright 2018 Joyent, Inc.
105658
105663
 
105659
105664
  module.exports = {
@@ -106298,7 +106303,7 @@ function writePkcs8EdDSAPrivate(key, der) {
106298
106303
  utils.writeBitString(der, key.part.A.data, asn1.Ber.Context | 1);
106299
106304
  }
106300
106305
 
106301
- },{"../algs":670,"../key":690,"../private-key":691,"../utils":694,"./pem":679,"asn1":582,"assert-plus":583,"safer-buffer":653}],682:[function(require,module,exports){
106306
+ },{"../algs":670,"../key":690,"../private-key":691,"../utils":694,"./pem":679,"asn1":582,"assert-plus":583,"safer-buffer":652}],682:[function(require,module,exports){
106302
106307
  // Copyright 2018 Joyent, Inc.
106303
106308
 
106304
106309
  module.exports = {
@@ -106494,7 +106499,7 @@ function wrap(txt, len) {
106494
106499
  return (lines);
106495
106500
  }
106496
106501
 
106497
- },{"../errors":674,"../key":690,"../private-key":691,"../ssh-buffer":693,"./rfc4253":683,"assert-plus":583,"crypto":225,"safer-buffer":653}],683:[function(require,module,exports){
106502
+ },{"../errors":674,"../key":690,"../private-key":691,"../ssh-buffer":693,"./rfc4253":683,"assert-plus":583,"crypto":225,"safer-buffer":652}],683:[function(require,module,exports){
106498
106503
  // Copyright 2015 Joyent, Inc.
106499
106504
 
106500
106505
  module.exports = {
@@ -106662,7 +106667,7 @@ function write(key, options) {
106662
106667
  return (buf.toBuffer());
106663
106668
  }
106664
106669
 
106665
- },{"../algs":670,"../key":690,"../private-key":691,"../ssh-buffer":693,"../utils":694,"assert-plus":583,"safer-buffer":653}],684:[function(require,module,exports){
106670
+ },{"../algs":670,"../key":690,"../private-key":691,"../ssh-buffer":693,"../utils":694,"assert-plus":583,"safer-buffer":652}],684:[function(require,module,exports){
106666
106671
  // Copyright 2015 Joyent, Inc.
106667
106672
 
106668
106673
  module.exports = {
@@ -106926,7 +106931,7 @@ function write(key, options) {
106926
106931
  return (buf.slice(0, o));
106927
106932
  }
106928
106933
 
106929
- },{"../algs":670,"../errors":674,"../key":690,"../private-key":691,"../ssh-buffer":693,"../utils":694,"./pem":679,"./rfc4253":683,"asn1":582,"assert-plus":583,"bcrypt-pbkdf":587,"crypto":225,"safer-buffer":653}],685:[function(require,module,exports){
106934
+ },{"../algs":670,"../errors":674,"../key":690,"../private-key":691,"../ssh-buffer":693,"../utils":694,"./pem":679,"./rfc4253":683,"asn1":582,"assert-plus":583,"bcrypt-pbkdf":587,"crypto":225,"safer-buffer":652}],685:[function(require,module,exports){
106930
106935
  // Copyright 2015 Joyent, Inc.
106931
106936
 
106932
106937
  module.exports = {
@@ -107043,7 +107048,7 @@ function write(key, options) {
107043
107048
  return (Buffer.from(parts.join(' ')));
107044
107049
  }
107045
107050
 
107046
- },{"../key":690,"../private-key":691,"../utils":694,"./rfc4253":683,"./ssh-private":684,"assert-plus":583,"safer-buffer":653}],686:[function(require,module,exports){
107051
+ },{"../key":690,"../private-key":691,"../utils":694,"./rfc4253":683,"./ssh-private":684,"assert-plus":583,"safer-buffer":652}],686:[function(require,module,exports){
107047
107052
  // Copyright 2016 Joyent, Inc.
107048
107053
 
107049
107054
  var x509 = require('./x509');
@@ -107133,7 +107138,7 @@ function write(cert, options) {
107133
107138
  return (buf.slice(0, o));
107134
107139
  }
107135
107140
 
107136
- },{"../algs":670,"../certificate":671,"../identity":688,"../key":690,"../private-key":691,"../signature":692,"../utils":694,"./pem":679,"./x509":687,"asn1":582,"assert-plus":583,"safer-buffer":653}],687:[function(require,module,exports){
107141
+ },{"../algs":670,"../certificate":671,"../identity":688,"../key":690,"../private-key":691,"../signature":692,"../utils":694,"./pem":679,"./x509":687,"asn1":582,"assert-plus":583,"safer-buffer":652}],687:[function(require,module,exports){
107137
107142
  // Copyright 2017 Joyent, Inc.
107138
107143
 
107139
107144
  module.exports = {
@@ -107887,7 +107892,7 @@ function writeBitField(setBits, bitIndex) {
107887
107892
  return (bits);
107888
107893
  }
107889
107894
 
107890
- },{"../algs":670,"../certificate":671,"../identity":688,"../key":690,"../private-key":691,"../signature":692,"../utils":694,"./pem":679,"./pkcs8":681,"asn1":582,"assert-plus":583,"safer-buffer":653}],688:[function(require,module,exports){
107895
+ },{"../algs":670,"../certificate":671,"../identity":688,"../key":690,"../private-key":691,"../signature":692,"../utils":694,"./pem":679,"./pkcs8":681,"asn1":582,"assert-plus":583,"safer-buffer":652}],688:[function(require,module,exports){
107891
107896
  // Copyright 2017 Joyent, Inc.
107892
107897
 
107893
107898
  module.exports = Identity;
@@ -108262,7 +108267,7 @@ Identity._oldVersionDetect = function (obj) {
108262
108267
  return ([1, 0]);
108263
108268
  };
108264
108269
 
108265
- },{"./algs":670,"./errors":674,"./fingerprint":675,"./signature":692,"./utils":694,"asn1":582,"assert-plus":583,"crypto":225,"safer-buffer":653,"util":418}],689:[function(require,module,exports){
108270
+ },{"./algs":670,"./errors":674,"./fingerprint":675,"./signature":692,"./utils":694,"asn1":582,"assert-plus":583,"crypto":225,"safer-buffer":652,"util":418}],689:[function(require,module,exports){
108266
108271
  // Copyright 2015 Joyent, Inc.
108267
108272
 
108268
108273
  var Key = require('./key');
@@ -108851,7 +108856,7 @@ PrivateKey._oldVersionDetect = function (obj) {
108851
108856
  return ([1, 0]);
108852
108857
  };
108853
108858
 
108854
- },{"./algs":670,"./dhe":672,"./ed-compat":673,"./errors":674,"./fingerprint":675,"./formats/auto":676,"./formats/dnssec":677,"./formats/pem":679,"./formats/pkcs1":680,"./formats/pkcs8":681,"./formats/putty":682,"./formats/rfc4253":683,"./formats/ssh-private":684,"./key":690,"./signature":692,"./utils":694,"assert-plus":583,"crypto":225,"safer-buffer":653,"tweetnacl":705,"util":418}],692:[function(require,module,exports){
108859
+ },{"./algs":670,"./dhe":672,"./ed-compat":673,"./errors":674,"./fingerprint":675,"./formats/auto":676,"./formats/dnssec":677,"./formats/pem":679,"./formats/pkcs1":680,"./formats/pkcs8":681,"./formats/putty":682,"./formats/rfc4253":683,"./formats/ssh-private":684,"./key":690,"./signature":692,"./utils":694,"assert-plus":583,"crypto":225,"safer-buffer":652,"tweetnacl":705,"util":418}],692:[function(require,module,exports){
108855
108860
  // Copyright 2015 Joyent, Inc.
108856
108861
 
108857
108862
  module.exports = Signature;
@@ -109167,7 +109172,7 @@ Signature._oldVersionDetect = function (obj) {
109167
109172
  return ([1, 0]);
109168
109173
  };
109169
109174
 
109170
- },{"./algs":670,"./errors":674,"./ssh-buffer":693,"./utils":694,"asn1":582,"assert-plus":583,"crypto":225,"safer-buffer":653}],693:[function(require,module,exports){
109175
+ },{"./algs":670,"./errors":674,"./ssh-buffer":693,"./utils":694,"asn1":582,"assert-plus":583,"crypto":225,"safer-buffer":652}],693:[function(require,module,exports){
109171
109176
  // Copyright 2015 Joyent, Inc.
109172
109177
 
109173
109178
  module.exports = SSHBuffer;
@@ -109318,7 +109323,7 @@ SSHBuffer.prototype.write = function (buf) {
109318
109323
  this._offset += buf.length;
109319
109324
  };
109320
109325
 
109321
- },{"assert-plus":583,"safer-buffer":653}],694:[function(require,module,exports){
109326
+ },{"assert-plus":583,"safer-buffer":652}],694:[function(require,module,exports){
109322
109327
  // Copyright 2015 Joyent, Inc.
109323
109328
 
109324
109329
  module.exports = {
@@ -109724,7 +109729,7 @@ function opensshCipherInfo(cipher) {
109724
109729
  return (inf);
109725
109730
  }
109726
109731
 
109727
- },{"./algs":670,"./key":690,"./private-key":691,"asn1":582,"assert-plus":583,"crypto":225,"ecc-jsbn/lib/ec":593,"jsbn":629,"safer-buffer":653,"tweetnacl":705}],695:[function(require,module,exports){
109732
+ },{"./algs":670,"./key":690,"./private-key":691,"asn1":582,"assert-plus":583,"crypto":225,"ecc-jsbn/lib/ec":593,"jsbn":628,"safer-buffer":652,"tweetnacl":705}],695:[function(require,module,exports){
109728
109733
  /*!
109729
109734
  * Copyright (c) 2015-2020, Salesforce.com, Inc.
109730
109735
  * All rights reserved.
@@ -111482,7 +111487,7 @@ exports.canonicalDomain = canonicalDomain;
111482
111487
  exports.PrefixSecurityEnum = PrefixSecurityEnum;
111483
111488
  exports.ParameterError = validators.ParameterError;
111484
111489
 
111485
- },{"./memstore":696,"./pathMatch":697,"./permuteDomain":698,"./pubsuffix-psl":699,"./store":700,"./utilHelper":701,"./validators.js":702,"./version":703,"punycode/":644,"universalify":706,"url-parse":708}],696:[function(require,module,exports){
111490
+ },{"./memstore":696,"./pathMatch":697,"./permuteDomain":698,"./pubsuffix-psl":699,"./store":700,"./utilHelper":701,"./validators.js":702,"./version":703,"punycode/":643,"universalify":706,"url-parse":708}],696:[function(require,module,exports){
111486
111491
  /*!
111487
111492
  * Copyright (c) 2015, Salesforce.com, Inc.
111488
111493
  * All rights reserved.
@@ -111931,7 +111936,7 @@ function getPublicSuffix(domain, options = {}) {
111931
111936
 
111932
111937
  exports.getPublicSuffix = getPublicSuffix;
111933
111938
 
111934
- },{"psl":643}],700:[function(require,module,exports){
111939
+ },{"psl":642}],700:[function(require,module,exports){
111935
111940
  /*!
111936
111941
  * Copyright (c) 2015, Salesforce.com, Inc.
111937
111942
  * All rights reserved.
@@ -112399,7 +112404,7 @@ if (process.env.NODE_DEBUG && /\btunnel\b/.test(process.env.NODE_DEBUG)) {
112399
112404
  exports.debug = debug // for test
112400
112405
 
112401
112406
  }).call(this)}).call(this,require('_process'))
112402
- },{"_process":347,"assert":172,"events":263,"http":406,"https":304,"net":211,"safe-buffer":652,"tls":211,"util":418}],705:[function(require,module,exports){
112407
+ },{"_process":347,"assert":172,"events":263,"http":406,"https":304,"net":211,"safe-buffer":651,"tls":211,"util":418}],705:[function(require,module,exports){
112403
112408
  (function(nacl) {
112404
112409
  'use strict';
112405
112410
 
@@ -116858,7 +116863,7 @@ Url.qs = qs;
116858
116863
  module.exports = Url;
116859
116864
 
116860
116865
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
116861
- },{"querystringify":650,"requires-port":651}],709:[function(require,module,exports){
116866
+ },{"querystringify":649,"requires-port":650}],709:[function(require,module,exports){
116862
116867
  var v1 = require('./v1');
116863
116868
  var v4 = require('./v4');
116864
116869