slnodejs 6.1.774 → 6.1.781
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.
- package/browser-agent/dist/browser-agent-all.js +108 -106
- package/browser-agent/dist/browser-agent-all.min.js +3 -3
- package/browser-agent/package.json +1 -1
- package/package.json +3 -2
- package/tsOutputs/cli-parse/cli.js +2 -0
- package/tsOutputs/cli-parse/cli.js.map +1 -1
- package/tsOutputs/cli-parse/executors/base-executor.js +8 -0
- package/tsOutputs/cli-parse/executors/base-executor.js.map +1 -1
- package/tsOutputs/cli-parse/preloader.js +117 -0
- package/tsOutputs/cli-parse/preloader.js.map +1 -0
- package/tsOutputs/common/constants/sl-env-vars.d.ts +2 -0
- package/tsOutputs/common/constants/sl-env-vars.js +3 -0
- package/tsOutputs/common/constants/sl-env-vars.js.map +1 -1
- package/tsOutputs/common/contracts.d.ts +1 -0
- package/tsOutputs/common/contracts.js.map +1 -1
|
@@ -57135,7 +57135,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57135
57135
|
"use strict";
|
|
57136
57136
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57137
57137
|
exports.SL_AGENT_TYPE = exports.SL_AGENT_VERSION = void 0;
|
|
57138
|
-
exports.SL_AGENT_VERSION = '6.1.
|
|
57138
|
+
exports.SL_AGENT_VERSION = '6.1.781';
|
|
57139
57139
|
exports.SL_AGENT_TYPE = 'browser';
|
|
57140
57140
|
});
|
|
57141
57141
|
|
|
@@ -61296,7 +61296,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61296
61296
|
});
|
|
61297
61297
|
|
|
61298
61298
|
}).call(this)}).call(this,require('_process'))
|
|
61299
|
-
},{"../../cli-parse/contracts":475,"../constants/sl-env-vars":497,"./config":493,"./config-system":492,"_process":347,"fs":211,"jwt-decode":
|
|
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){
|
|
61300
61300
|
(function (process){(function (){
|
|
61301
61301
|
(function (factory) {
|
|
61302
61302
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -61773,7 +61773,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61773
61773
|
exports.ConfigProcess = ConfigProcess;
|
|
61774
61774
|
});
|
|
61775
61775
|
|
|
61776
|
-
},{"./config-system":492,"events":263,"jwt-decode":
|
|
61776
|
+
},{"./config-system":492,"events":263,"jwt-decode":635,"object-assign":315}],495:[function(require,module,exports){
|
|
61777
61777
|
(function (factory) {
|
|
61778
61778
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61779
61779
|
var v = factory(require, exports);
|
|
@@ -61868,6 +61868,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61868
61868
|
}
|
|
61869
61869
|
static isUseNewUniqueId() { return env_var_parsing_1.EnvVarParsing.parseBoolean(SlEnvVars.NEW_UNIQUE_ID); }
|
|
61870
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); }
|
|
61871
61872
|
static enableFootprintsV6() {
|
|
61872
61873
|
return env_var_parsing_1.EnvVarParsing.parseBoolean(SlEnvVars.ENABLE_FOOTPRINTS_V6);
|
|
61873
61874
|
}
|
|
@@ -61925,6 +61926,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61925
61926
|
SlEnvVars.USE_OTEL_AGENT = 'SL_useOtelAgent';
|
|
61926
61927
|
SlEnvVars.USE_SL_MAPPING = 'SL_useSlMapping';
|
|
61927
61928
|
SlEnvVars.SL_USE_SPAWN_WRAP = 'SL_useSpawnWrap';
|
|
61929
|
+
SlEnvVars.BE_CONTROLLED_VERSIONS = 'SL_beControlledVersions';
|
|
61928
61930
|
SlEnvVars.CIA = (_a = class {
|
|
61929
61931
|
static getFileExtensions() {
|
|
61930
61932
|
return process.env[SlEnvVars.CIA.FILE_EXTENSIONS];
|
|
@@ -64745,7 +64747,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64745
64747
|
});
|
|
64746
64748
|
|
|
64747
64749
|
}).call(this)}).call(this,require('_process'),require("buffer").Buffer)
|
|
64748
|
-
},{"../../common/system-date":527,"../utils/validation-utils":532,"./contracts":518,"./http-verb":521,"_process":347,"buffer":213,"sl-request":
|
|
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){
|
|
64749
64751
|
(function (factory) {
|
|
64750
64752
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
64751
64753
|
var v = factory(require, exports);
|
|
@@ -67215,7 +67217,7 @@ function resolveIds(schema) {
|
|
|
67215
67217
|
return localRefs;
|
|
67216
67218
|
}
|
|
67217
67219
|
|
|
67218
|
-
},{"./schema_obj":542,"./util":544,"fast-deep-equal":597,"json-schema-traverse":
|
|
67220
|
+
},{"./schema_obj":542,"./util":544,"fast-deep-equal":597,"json-schema-traverse":629,"uri-js":707}],541:[function(require,module,exports){
|
|
67219
67221
|
'use strict';
|
|
67220
67222
|
|
|
67221
67223
|
var ruleModules = require('../dotjs')
|
|
@@ -71752,7 +71754,7 @@ Reader.prototype._readTag = function (tag) {
|
|
|
71752
71754
|
|
|
71753
71755
|
module.exports = Reader;
|
|
71754
71756
|
|
|
71755
|
-
},{"./errors":577,"./types":580,"assert":172,"safer-buffer":
|
|
71757
|
+
},{"./errors":577,"./types":580,"assert":172,"safer-buffer":652}],580:[function(require,module,exports){
|
|
71756
71758
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
71757
71759
|
|
|
71758
71760
|
|
|
@@ -72109,7 +72111,7 @@ Writer.prototype._ensure = function (len) {
|
|
|
72109
72111
|
|
|
72110
72112
|
module.exports = Writer;
|
|
72111
72113
|
|
|
72112
|
-
},{"./errors":577,"./types":580,"assert":172,"safer-buffer":
|
|
72114
|
+
},{"./errors":577,"./types":580,"assert":172,"safer-buffer":652}],582:[function(require,module,exports){
|
|
72113
72115
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
72114
72116
|
|
|
72115
72117
|
// If you have no idea what ASN.1 or BER is, see this:
|
|
@@ -74162,7 +74164,7 @@ exports.ECKey = function(curve, key, isPublic)
|
|
|
74162
74164
|
}
|
|
74163
74165
|
|
|
74164
74166
|
|
|
74165
|
-
},{"./lib/ec.js":593,"./lib/sec.js":594,"crypto":225,"jsbn":
|
|
74167
|
+
},{"./lib/ec.js":593,"./lib/sec.js":594,"crypto":225,"jsbn":628,"safer-buffer":652}],593:[function(require,module,exports){
|
|
74166
74168
|
// Basic Javascript Elliptic Curve implementation
|
|
74167
74169
|
// Ported loosely from BouncyCastle's Java EC code
|
|
74168
74170
|
// Only Fp curves implemented for now
|
|
@@ -74725,7 +74727,7 @@ var exports = {
|
|
|
74725
74727
|
|
|
74726
74728
|
module.exports = exports
|
|
74727
74729
|
|
|
74728
|
-
},{"jsbn":
|
|
74730
|
+
},{"jsbn":628}],594:[function(require,module,exports){
|
|
74729
74731
|
// Named EC curves
|
|
74730
74732
|
|
|
74731
74733
|
// Requires ec.js, jsbn.js, and jsbn2.js
|
|
@@ -74897,7 +74899,7 @@ module.exports = {
|
|
|
74897
74899
|
"secp256r1":secp256r1
|
|
74898
74900
|
}
|
|
74899
74901
|
|
|
74900
|
-
},{"./ec.js":593,"jsbn":
|
|
74902
|
+
},{"./ec.js":593,"jsbn":628}],595:[function(require,module,exports){
|
|
74901
74903
|
'use strict';
|
|
74902
74904
|
|
|
74903
74905
|
var hasOwn = Object.prototype.hasOwnProperty;
|
|
@@ -75453,10 +75455,6 @@ function createConnectionSSL (port, host, options) {
|
|
|
75453
75455
|
}
|
|
75454
75456
|
|
|
75455
75457
|
},{"http":406,"https":304,"net":211,"tls":211,"util":418}],600:[function(require,module,exports){
|
|
75456
|
-
/* eslint-env browser */
|
|
75457
|
-
module.exports = typeof self == 'object' ? self.FormData : window.FormData;
|
|
75458
|
-
|
|
75459
|
-
},{}],601:[function(require,module,exports){
|
|
75460
75458
|
module.exports={
|
|
75461
75459
|
"$id": "afterRequest.json#",
|
|
75462
75460
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75488,7 +75486,7 @@ module.exports={
|
|
|
75488
75486
|
}
|
|
75489
75487
|
}
|
|
75490
75488
|
|
|
75491
|
-
},{}],
|
|
75489
|
+
},{}],601:[function(require,module,exports){
|
|
75492
75490
|
module.exports={
|
|
75493
75491
|
"$id": "beforeRequest.json#",
|
|
75494
75492
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75520,7 +75518,7 @@ module.exports={
|
|
|
75520
75518
|
}
|
|
75521
75519
|
}
|
|
75522
75520
|
|
|
75523
|
-
},{}],
|
|
75521
|
+
},{}],602:[function(require,module,exports){
|
|
75524
75522
|
module.exports={
|
|
75525
75523
|
"$id": "browser.json#",
|
|
75526
75524
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75542,7 +75540,7 @@ module.exports={
|
|
|
75542
75540
|
}
|
|
75543
75541
|
}
|
|
75544
75542
|
|
|
75545
|
-
},{}],
|
|
75543
|
+
},{}],603:[function(require,module,exports){
|
|
75546
75544
|
module.exports={
|
|
75547
75545
|
"$id": "cache.json#",
|
|
75548
75546
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75565,7 +75563,7 @@ module.exports={
|
|
|
75565
75563
|
}
|
|
75566
75564
|
}
|
|
75567
75565
|
|
|
75568
|
-
},{}],
|
|
75566
|
+
},{}],604:[function(require,module,exports){
|
|
75569
75567
|
module.exports={
|
|
75570
75568
|
"$id": "content.json#",
|
|
75571
75569
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75596,7 +75594,7 @@ module.exports={
|
|
|
75596
75594
|
}
|
|
75597
75595
|
}
|
|
75598
75596
|
|
|
75599
|
-
},{}],
|
|
75597
|
+
},{}],605:[function(require,module,exports){
|
|
75600
75598
|
module.exports={
|
|
75601
75599
|
"$id": "cookie.json#",
|
|
75602
75600
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75634,7 +75632,7 @@ module.exports={
|
|
|
75634
75632
|
}
|
|
75635
75633
|
}
|
|
75636
75634
|
|
|
75637
|
-
},{}],
|
|
75635
|
+
},{}],606:[function(require,module,exports){
|
|
75638
75636
|
module.exports={
|
|
75639
75637
|
"$id": "creator.json#",
|
|
75640
75638
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75656,7 +75654,7 @@ module.exports={
|
|
|
75656
75654
|
}
|
|
75657
75655
|
}
|
|
75658
75656
|
|
|
75659
|
-
},{}],
|
|
75657
|
+
},{}],607:[function(require,module,exports){
|
|
75660
75658
|
module.exports={
|
|
75661
75659
|
"$id": "entry.json#",
|
|
75662
75660
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75711,7 +75709,7 @@ module.exports={
|
|
|
75711
75709
|
}
|
|
75712
75710
|
}
|
|
75713
75711
|
|
|
75714
|
-
},{}],
|
|
75712
|
+
},{}],608:[function(require,module,exports){
|
|
75715
75713
|
module.exports={
|
|
75716
75714
|
"$id": "har.json#",
|
|
75717
75715
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75726,7 +75724,7 @@ module.exports={
|
|
|
75726
75724
|
}
|
|
75727
75725
|
}
|
|
75728
75726
|
|
|
75729
|
-
},{}],
|
|
75727
|
+
},{}],609:[function(require,module,exports){
|
|
75730
75728
|
module.exports={
|
|
75731
75729
|
"$id": "header.json#",
|
|
75732
75730
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75748,7 +75746,7 @@ module.exports={
|
|
|
75748
75746
|
}
|
|
75749
75747
|
}
|
|
75750
75748
|
|
|
75751
|
-
},{}],
|
|
75749
|
+
},{}],610:[function(require,module,exports){
|
|
75752
75750
|
'use strict'
|
|
75753
75751
|
|
|
75754
75752
|
module.exports = {
|
|
@@ -75772,7 +75770,7 @@ module.exports = {
|
|
|
75772
75770
|
timings: require('./timings.json')
|
|
75773
75771
|
}
|
|
75774
75772
|
|
|
75775
|
-
},{"./afterRequest.json":
|
|
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){
|
|
75776
75774
|
module.exports={
|
|
75777
75775
|
"$id": "log.json#",
|
|
75778
75776
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75810,7 +75808,7 @@ module.exports={
|
|
|
75810
75808
|
}
|
|
75811
75809
|
}
|
|
75812
75810
|
|
|
75813
|
-
},{}],
|
|
75811
|
+
},{}],612:[function(require,module,exports){
|
|
75814
75812
|
module.exports={
|
|
75815
75813
|
"$id": "page.json#",
|
|
75816
75814
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75844,7 +75842,7 @@ module.exports={
|
|
|
75844
75842
|
}
|
|
75845
75843
|
}
|
|
75846
75844
|
|
|
75847
|
-
},{}],
|
|
75845
|
+
},{}],613:[function(require,module,exports){
|
|
75848
75846
|
module.exports={
|
|
75849
75847
|
"$id": "pageTimings.json#",
|
|
75850
75848
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75864,7 +75862,7 @@ module.exports={
|
|
|
75864
75862
|
}
|
|
75865
75863
|
}
|
|
75866
75864
|
|
|
75867
|
-
},{}],
|
|
75865
|
+
},{}],614:[function(require,module,exports){
|
|
75868
75866
|
module.exports={
|
|
75869
75867
|
"$id": "postData.json#",
|
|
75870
75868
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75909,7 +75907,7 @@ module.exports={
|
|
|
75909
75907
|
}
|
|
75910
75908
|
}
|
|
75911
75909
|
|
|
75912
|
-
},{}],
|
|
75910
|
+
},{}],615:[function(require,module,exports){
|
|
75913
75911
|
module.exports={
|
|
75914
75912
|
"$id": "query.json#",
|
|
75915
75913
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75931,7 +75929,7 @@ module.exports={
|
|
|
75931
75929
|
}
|
|
75932
75930
|
}
|
|
75933
75931
|
|
|
75934
|
-
},{}],
|
|
75932
|
+
},{}],616:[function(require,module,exports){
|
|
75935
75933
|
module.exports={
|
|
75936
75934
|
"$id": "request.json#",
|
|
75937
75935
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75990,7 +75988,7 @@ module.exports={
|
|
|
75990
75988
|
}
|
|
75991
75989
|
}
|
|
75992
75990
|
|
|
75993
|
-
},{}],
|
|
75991
|
+
},{}],617:[function(require,module,exports){
|
|
75994
75992
|
module.exports={
|
|
75995
75993
|
"$id": "response.json#",
|
|
75996
75994
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -76046,7 +76044,7 @@ module.exports={
|
|
|
76046
76044
|
}
|
|
76047
76045
|
}
|
|
76048
76046
|
|
|
76049
|
-
},{}],
|
|
76047
|
+
},{}],618:[function(require,module,exports){
|
|
76050
76048
|
module.exports={
|
|
76051
76049
|
"$id": "timings.json#",
|
|
76052
76050
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -76090,7 +76088,7 @@ module.exports={
|
|
|
76090
76088
|
}
|
|
76091
76089
|
}
|
|
76092
76090
|
|
|
76093
|
-
},{}],
|
|
76091
|
+
},{}],619:[function(require,module,exports){
|
|
76094
76092
|
function HARError (errors) {
|
|
76095
76093
|
var message = 'validation failed'
|
|
76096
76094
|
|
|
@@ -76109,7 +76107,7 @@ HARError.prototype = Error.prototype
|
|
|
76109
76107
|
|
|
76110
76108
|
module.exports = HARError
|
|
76111
76109
|
|
|
76112
|
-
},{}],
|
|
76110
|
+
},{}],620:[function(require,module,exports){
|
|
76113
76111
|
var Ajv = require('ajv')
|
|
76114
76112
|
var HARError = require('./error')
|
|
76115
76113
|
var schemas = require('har-schema')
|
|
@@ -76213,7 +76211,7 @@ exports.timings = function (data) {
|
|
|
76213
76211
|
return validate('timings', data)
|
|
76214
76212
|
}
|
|
76215
76213
|
|
|
76216
|
-
},{"./error":
|
|
76214
|
+
},{"./error":619,"ajv":534,"ajv/lib/refs/json-schema-draft-06.json":575,"har-schema":610}],621:[function(require,module,exports){
|
|
76217
76215
|
// Copyright 2015 Joyent, Inc.
|
|
76218
76216
|
|
|
76219
76217
|
var parser = require('./parser');
|
|
@@ -76244,7 +76242,7 @@ module.exports = {
|
|
|
76244
76242
|
verifyHMAC: verify.verifyHMAC
|
|
76245
76243
|
};
|
|
76246
76244
|
|
|
76247
|
-
},{"./parser":
|
|
76245
|
+
},{"./parser":622,"./signer":623,"./utils":624,"./verify":625}],622:[function(require,module,exports){
|
|
76248
76246
|
// Copyright 2012 Joyent, Inc. All rights reserved.
|
|
76249
76247
|
|
|
76250
76248
|
var assert = require('assert-plus');
|
|
@@ -76561,7 +76559,7 @@ module.exports = {
|
|
|
76561
76559
|
|
|
76562
76560
|
};
|
|
76563
76561
|
|
|
76564
|
-
},{"./utils":
|
|
76562
|
+
},{"./utils":624,"assert-plus":583,"util":418}],623:[function(require,module,exports){
|
|
76565
76563
|
(function (Buffer){(function (){
|
|
76566
76564
|
// Copyright 2012 Joyent, Inc. All rights reserved.
|
|
76567
76565
|
|
|
@@ -76966,7 +76964,7 @@ module.exports = {
|
|
|
76966
76964
|
};
|
|
76967
76965
|
|
|
76968
76966
|
}).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
|
|
76969
|
-
},{"../../../browser-agent/node_modules/is-buffer/index.js":308,"./utils":
|
|
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){
|
|
76970
76968
|
// Copyright 2012 Joyent, Inc. All rights reserved.
|
|
76971
76969
|
|
|
76972
76970
|
var assert = require('assert-plus');
|
|
@@ -77080,7 +77078,7 @@ module.exports = {
|
|
|
77080
77078
|
}
|
|
77081
77079
|
};
|
|
77082
77080
|
|
|
77083
|
-
},{"assert-plus":583,"sshpk":689,"util":418}],
|
|
77081
|
+
},{"assert-plus":583,"sshpk":689,"util":418}],625:[function(require,module,exports){
|
|
77084
77082
|
(function (Buffer){(function (){
|
|
77085
77083
|
// Copyright 2015 Joyent, Inc.
|
|
77086
77084
|
|
|
@@ -77172,7 +77170,7 @@ module.exports = {
|
|
|
77172
77170
|
};
|
|
77173
77171
|
|
|
77174
77172
|
}).call(this)}).call(this,require("buffer").Buffer)
|
|
77175
|
-
},{"./utils":
|
|
77173
|
+
},{"./utils":624,"assert-plus":583,"buffer":213,"crypto":225,"sshpk":689}],626:[function(require,module,exports){
|
|
77176
77174
|
module.exports = isTypedArray
|
|
77177
77175
|
isTypedArray.strict = isStrictTypedArray
|
|
77178
77176
|
isTypedArray.loose = isLooseTypedArray
|
|
@@ -77215,7 +77213,7 @@ function isLooseTypedArray(arr) {
|
|
|
77215
77213
|
return names[toString.call(arr)]
|
|
77216
77214
|
}
|
|
77217
77215
|
|
|
77218
|
-
},{}],
|
|
77216
|
+
},{}],627:[function(require,module,exports){
|
|
77219
77217
|
var stream = require('stream')
|
|
77220
77218
|
|
|
77221
77219
|
|
|
@@ -77244,7 +77242,7 @@ module.exports.isReadable = isReadable
|
|
|
77244
77242
|
module.exports.isWritable = isWritable
|
|
77245
77243
|
module.exports.isDuplex = isDuplex
|
|
77246
77244
|
|
|
77247
|
-
},{"stream":405}],
|
|
77245
|
+
},{"stream":405}],628:[function(require,module,exports){
|
|
77248
77246
|
(function(){
|
|
77249
77247
|
|
|
77250
77248
|
// Copyright (c) 2005 Tom Wu
|
|
@@ -78603,7 +78601,7 @@ module.exports.isDuplex = isDuplex
|
|
|
78603
78601
|
|
|
78604
78602
|
}).call(this);
|
|
78605
78603
|
|
|
78606
|
-
},{}],
|
|
78604
|
+
},{}],629:[function(require,module,exports){
|
|
78607
78605
|
'use strict';
|
|
78608
78606
|
|
|
78609
78607
|
var traverse = module.exports = function (schema, opts, cb) {
|
|
@@ -78694,7 +78692,7 @@ function escapeJsonPtr(str) {
|
|
|
78694
78692
|
return str.replace(/~/g, '~0').replace(/\//g, '~1');
|
|
78695
78693
|
}
|
|
78696
78694
|
|
|
78697
|
-
},{}],
|
|
78695
|
+
},{}],630:[function(require,module,exports){
|
|
78698
78696
|
/**
|
|
78699
78697
|
* JSONSchema Validator - Validates JavaScript objects using JSON Schemas
|
|
78700
78698
|
* (http://www.json.com/json-schema-proposal/)
|
|
@@ -78967,7 +78965,7 @@ exports.mustBeValid = function(result){
|
|
|
78967
78965
|
return exports;
|
|
78968
78966
|
}));
|
|
78969
78967
|
|
|
78970
|
-
},{}],
|
|
78968
|
+
},{}],631:[function(require,module,exports){
|
|
78971
78969
|
exports = module.exports = stringify
|
|
78972
78970
|
exports.getSerialize = serializer
|
|
78973
78971
|
|
|
@@ -78996,7 +78994,7 @@ function serializer(replacer, cycleReplacer) {
|
|
|
78996
78994
|
}
|
|
78997
78995
|
}
|
|
78998
78996
|
|
|
78999
|
-
},{}],
|
|
78997
|
+
},{}],632:[function(require,module,exports){
|
|
79000
78998
|
/*
|
|
79001
78999
|
* lib/jsprim.js: utilities for primitive JavaScript types
|
|
79002
79000
|
*/
|
|
@@ -79733,7 +79731,7 @@ function mergeObjects(provided, overrides, defaults)
|
|
|
79733
79731
|
return (rv);
|
|
79734
79732
|
}
|
|
79735
79733
|
|
|
79736
|
-
},{"assert-plus":583,"extsprintf":596,"json-schema":
|
|
79734
|
+
},{"assert-plus":583,"extsprintf":596,"json-schema":630,"util":418,"verror":714}],633:[function(require,module,exports){
|
|
79737
79735
|
/**
|
|
79738
79736
|
* The code was extracted from:
|
|
79739
79737
|
* https://github.com/davidchambers/Base64.js
|
|
@@ -79773,7 +79771,7 @@ function polyfill (input) {
|
|
|
79773
79771
|
|
|
79774
79772
|
module.exports = typeof window !== 'undefined' && window.atob && window.atob.bind(window) || polyfill;
|
|
79775
79773
|
|
|
79776
|
-
},{}],
|
|
79774
|
+
},{}],634:[function(require,module,exports){
|
|
79777
79775
|
var atob = require('./atob');
|
|
79778
79776
|
|
|
79779
79777
|
function b64DecodeUnicode(str) {
|
|
@@ -79808,7 +79806,7 @@ module.exports = function(str) {
|
|
|
79808
79806
|
}
|
|
79809
79807
|
};
|
|
79810
79808
|
|
|
79811
|
-
},{"./atob":
|
|
79809
|
+
},{"./atob":633}],635:[function(require,module,exports){
|
|
79812
79810
|
'use strict';
|
|
79813
79811
|
|
|
79814
79812
|
var base64_url_decode = require('./base64_url_decode');
|
|
@@ -79836,7 +79834,7 @@ module.exports = function (token,options) {
|
|
|
79836
79834
|
|
|
79837
79835
|
module.exports.InvalidTokenError = InvalidTokenError;
|
|
79838
79836
|
|
|
79839
|
-
},{"./base64_url_decode":
|
|
79837
|
+
},{"./base64_url_decode":634}],636:[function(require,module,exports){
|
|
79840
79838
|
module.exports={
|
|
79841
79839
|
"application/1d-interleaved-parityfec": {
|
|
79842
79840
|
"source": "iana"
|
|
@@ -88357,7 +88355,7 @@ module.exports={
|
|
|
88357
88355
|
}
|
|
88358
88356
|
}
|
|
88359
88357
|
|
|
88360
|
-
},{}],
|
|
88358
|
+
},{}],637:[function(require,module,exports){
|
|
88361
88359
|
/*!
|
|
88362
88360
|
* mime-db
|
|
88363
88361
|
* Copyright(c) 2014 Jonathan Ong
|
|
@@ -88371,7 +88369,7 @@ module.exports={
|
|
|
88371
88369
|
|
|
88372
88370
|
module.exports = require('./db.json')
|
|
88373
88371
|
|
|
88374
|
-
},{"./db.json":
|
|
88372
|
+
},{"./db.json":636}],638:[function(require,module,exports){
|
|
88375
88373
|
/*!
|
|
88376
88374
|
* mime-types
|
|
88377
88375
|
* Copyright(c) 2014 Jonathan Ong
|
|
@@ -88561,7 +88559,7 @@ function populateMaps (extensions, types) {
|
|
|
88561
88559
|
})
|
|
88562
88560
|
}
|
|
88563
88561
|
|
|
88564
|
-
},{"mime-db":
|
|
88562
|
+
},{"mime-db":637,"path":339}],639:[function(require,module,exports){
|
|
88565
88563
|
var crypto = require('crypto')
|
|
88566
88564
|
|
|
88567
88565
|
function sha (key, body, algorithm) {
|
|
@@ -88708,7 +88706,7 @@ exports.plaintext = plaintext
|
|
|
88708
88706
|
exports.sign = sign
|
|
88709
88707
|
exports.rfc3986 = rfc3986
|
|
88710
88708
|
exports.generateBase = generateBase
|
|
88711
|
-
},{"crypto":225}],
|
|
88709
|
+
},{"crypto":225}],640:[function(require,module,exports){
|
|
88712
88710
|
(function (process){(function (){
|
|
88713
88711
|
// Generated by CoffeeScript 1.12.2
|
|
88714
88712
|
(function() {
|
|
@@ -88748,7 +88746,7 @@ exports.generateBase = generateBase
|
|
|
88748
88746
|
|
|
88749
88747
|
|
|
88750
88748
|
}).call(this)}).call(this,require('_process'))
|
|
88751
|
-
},{"_process":347}],
|
|
88749
|
+
},{"_process":347}],641:[function(require,module,exports){
|
|
88752
88750
|
module.exports=[
|
|
88753
88751
|
"ac",
|
|
88754
88752
|
"com.ac",
|
|
@@ -98125,7 +98123,7 @@ module.exports=[
|
|
|
98125
98123
|
"virtualserver.io",
|
|
98126
98124
|
"enterprisecloud.nu"
|
|
98127
98125
|
]
|
|
98128
|
-
},{}],
|
|
98126
|
+
},{}],642:[function(require,module,exports){
|
|
98129
98127
|
/*eslint no-var:0, prefer-arrow-callback: 0, object-shorthand: 0 */
|
|
98130
98128
|
'use strict';
|
|
98131
98129
|
|
|
@@ -98396,7 +98394,7 @@ exports.isValid = function (domain) {
|
|
|
98396
98394
|
return Boolean(parsed.domain && parsed.listed);
|
|
98397
98395
|
};
|
|
98398
98396
|
|
|
98399
|
-
},{"./data/rules.json":
|
|
98397
|
+
},{"./data/rules.json":641,"punycode":355}],643:[function(require,module,exports){
|
|
98400
98398
|
'use strict';
|
|
98401
98399
|
|
|
98402
98400
|
/** Highest positive signed 32-bit float value */
|
|
@@ -98841,7 +98839,7 @@ const punycode = {
|
|
|
98841
98839
|
|
|
98842
98840
|
module.exports = punycode;
|
|
98843
98841
|
|
|
98844
|
-
},{}],
|
|
98842
|
+
},{}],644:[function(require,module,exports){
|
|
98845
98843
|
'use strict';
|
|
98846
98844
|
|
|
98847
98845
|
var replace = String.prototype.replace;
|
|
@@ -98861,9 +98859,9 @@ module.exports = {
|
|
|
98861
98859
|
RFC3986: 'RFC3986'
|
|
98862
98860
|
};
|
|
98863
98861
|
|
|
98864
|
-
},{}],
|
|
98862
|
+
},{}],645:[function(require,module,exports){
|
|
98865
98863
|
arguments[4][357][0].apply(exports,arguments)
|
|
98866
|
-
},{"./formats":
|
|
98864
|
+
},{"./formats":644,"./parse":646,"./stringify":647,"dup":357}],646:[function(require,module,exports){
|
|
98867
98865
|
'use strict';
|
|
98868
98866
|
|
|
98869
98867
|
var utils = require('./utils');
|
|
@@ -99040,7 +99038,7 @@ module.exports = function (str, opts) {
|
|
|
99040
99038
|
return utils.compact(obj);
|
|
99041
99039
|
};
|
|
99042
99040
|
|
|
99043
|
-
},{"./utils":
|
|
99041
|
+
},{"./utils":648}],647:[function(require,module,exports){
|
|
99044
99042
|
'use strict';
|
|
99045
99043
|
|
|
99046
99044
|
var utils = require('./utils');
|
|
@@ -99259,7 +99257,7 @@ module.exports = function (object, opts) {
|
|
|
99259
99257
|
return joined.length > 0 ? prefix + joined : '';
|
|
99260
99258
|
};
|
|
99261
99259
|
|
|
99262
|
-
},{"./formats":
|
|
99260
|
+
},{"./formats":644,"./utils":648}],648:[function(require,module,exports){
|
|
99263
99261
|
'use strict';
|
|
99264
99262
|
|
|
99265
99263
|
var has = Object.prototype.hasOwnProperty;
|
|
@@ -99476,7 +99474,7 @@ module.exports = {
|
|
|
99476
99474
|
merge: merge
|
|
99477
99475
|
};
|
|
99478
99476
|
|
|
99479
|
-
},{}],
|
|
99477
|
+
},{}],649:[function(require,module,exports){
|
|
99480
99478
|
'use strict';
|
|
99481
99479
|
|
|
99482
99480
|
var has = Object.prototype.hasOwnProperty
|
|
@@ -99596,7 +99594,7 @@ function querystringify(obj, prefix) {
|
|
|
99596
99594
|
exports.stringify = querystringify;
|
|
99597
99595
|
exports.parse = querystring;
|
|
99598
99596
|
|
|
99599
|
-
},{}],
|
|
99597
|
+
},{}],650:[function(require,module,exports){
|
|
99600
99598
|
'use strict';
|
|
99601
99599
|
|
|
99602
99600
|
/**
|
|
@@ -99636,9 +99634,9 @@ module.exports = function required(port, protocol) {
|
|
|
99636
99634
|
return port !== 0;
|
|
99637
99635
|
};
|
|
99638
99636
|
|
|
99639
|
-
},{}],
|
|
99637
|
+
},{}],651:[function(require,module,exports){
|
|
99640
99638
|
arguments[4][375][0].apply(exports,arguments)
|
|
99641
|
-
},{"buffer":213,"dup":375}],
|
|
99639
|
+
},{"buffer":213,"dup":375}],652:[function(require,module,exports){
|
|
99642
99640
|
(function (process){(function (){
|
|
99643
99641
|
/* eslint-disable node/no-deprecated-api */
|
|
99644
99642
|
|
|
@@ -99719,7 +99717,7 @@ if (!safer.constants) {
|
|
|
99719
99717
|
module.exports = safer
|
|
99720
99718
|
|
|
99721
99719
|
}).call(this)}).call(this,require('_process'))
|
|
99722
|
-
},{"_process":347,"buffer":213}],
|
|
99720
|
+
},{"_process":347,"buffer":213}],653:[function(require,module,exports){
|
|
99723
99721
|
// Copyright 2010-2012 Mikeal Rogers
|
|
99724
99722
|
//
|
|
99725
99723
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -99876,7 +99874,7 @@ Object.defineProperty(request, 'debug', {
|
|
|
99876
99874
|
}
|
|
99877
99875
|
})
|
|
99878
99876
|
|
|
99879
|
-
},{"./lib/cookies":
|
|
99877
|
+
},{"./lib/cookies":655,"./lib/helpers":659,"./request":669,"extend":595}],654:[function(require,module,exports){
|
|
99880
99878
|
'use strict'
|
|
99881
99879
|
|
|
99882
99880
|
var caseless = require('caseless')
|
|
@@ -100045,7 +100043,7 @@ Auth.prototype.onResponse = function (response) {
|
|
|
100045
100043
|
|
|
100046
100044
|
exports.Auth = Auth
|
|
100047
100045
|
|
|
100048
|
-
},{"./helpers":
|
|
100046
|
+
},{"./helpers":659,"caseless":588,"uuid/v4":668}],655:[function(require,module,exports){
|
|
100049
100047
|
'use strict'
|
|
100050
100048
|
|
|
100051
100049
|
var tough = require('tough-cookie')
|
|
@@ -100085,7 +100083,7 @@ exports.jar = function (store) {
|
|
|
100085
100083
|
return new RequestJar(store)
|
|
100086
100084
|
}
|
|
100087
100085
|
|
|
100088
|
-
},{"tough-cookie":695}],
|
|
100086
|
+
},{"tough-cookie":695}],656:[function(require,module,exports){
|
|
100089
100087
|
(function (process){(function (){
|
|
100090
100088
|
'use strict'
|
|
100091
100089
|
|
|
@@ -100168,7 +100166,7 @@ function getProxyFromURI (uri) {
|
|
|
100168
100166
|
module.exports = getProxyFromURI
|
|
100169
100167
|
|
|
100170
100168
|
}).call(this)}).call(this,require('_process'))
|
|
100171
|
-
},{"_process":347}],
|
|
100169
|
+
},{"_process":347}],657:[function(require,module,exports){
|
|
100172
100170
|
'use strict'
|
|
100173
100171
|
|
|
100174
100172
|
var fs = require('fs')
|
|
@@ -100375,7 +100373,7 @@ Har.prototype.options = function (options) {
|
|
|
100375
100373
|
|
|
100376
100374
|
exports.Har = Har
|
|
100377
100375
|
|
|
100378
|
-
},{"extend":595,"fs":211,"har-validator":
|
|
100376
|
+
},{"extend":595,"fs":211,"har-validator":620,"querystring":363}],658:[function(require,module,exports){
|
|
100379
100377
|
'use strict'
|
|
100380
100378
|
|
|
100381
100379
|
var crypto = require('crypto')
|
|
@@ -100466,7 +100464,7 @@ exports.header = function (uri, method, opts) {
|
|
|
100466
100464
|
return header
|
|
100467
100465
|
}
|
|
100468
100466
|
|
|
100469
|
-
},{"crypto":225}],
|
|
100467
|
+
},{"crypto":225}],659:[function(require,module,exports){
|
|
100470
100468
|
(function (process,setImmediate){(function (){
|
|
100471
100469
|
'use strict'
|
|
100472
100470
|
|
|
@@ -100536,7 +100534,7 @@ exports.version = version
|
|
|
100536
100534
|
exports.defer = defer
|
|
100537
100535
|
|
|
100538
100536
|
}).call(this)}).call(this,require('_process'),require("timers").setImmediate)
|
|
100539
|
-
},{"_process":347,"crypto":225,"json-stringify-safe":
|
|
100537
|
+
},{"_process":347,"crypto":225,"json-stringify-safe":631,"safe-buffer":651,"timers":412}],660:[function(require,module,exports){
|
|
100540
100538
|
'use strict'
|
|
100541
100539
|
|
|
100542
100540
|
var uuid = require('uuid/v4')
|
|
@@ -100650,7 +100648,7 @@ Multipart.prototype.onRequest = function (options) {
|
|
|
100650
100648
|
|
|
100651
100649
|
exports.Multipart = Multipart
|
|
100652
100650
|
|
|
100653
|
-
},{"combined-stream":589,"isstream":
|
|
100651
|
+
},{"combined-stream":589,"isstream":627,"safe-buffer":651,"uuid/v4":668}],661:[function(require,module,exports){
|
|
100654
100652
|
'use strict'
|
|
100655
100653
|
|
|
100656
100654
|
var url = require('url')
|
|
@@ -100800,7 +100798,7 @@ OAuth.prototype.onRequest = function (_oauth) {
|
|
|
100800
100798
|
|
|
100801
100799
|
exports.OAuth = OAuth
|
|
100802
100800
|
|
|
100803
|
-
},{"caseless":588,"crypto":225,"oauth-sign":
|
|
100801
|
+
},{"caseless":588,"crypto":225,"oauth-sign":639,"qs":645,"safe-buffer":651,"url":414,"uuid/v4":668}],662:[function(require,module,exports){
|
|
100804
100802
|
'use strict'
|
|
100805
100803
|
|
|
100806
100804
|
var qs = require('qs')
|
|
@@ -100852,7 +100850,7 @@ Querystring.prototype.unescape = querystring.unescape
|
|
|
100852
100850
|
|
|
100853
100851
|
exports.Querystring = Querystring
|
|
100854
100852
|
|
|
100855
|
-
},{"qs":
|
|
100853
|
+
},{"qs":645,"querystring":363}],663:[function(require,module,exports){
|
|
100856
100854
|
'use strict'
|
|
100857
100855
|
|
|
100858
100856
|
var url = require('url')
|
|
@@ -101008,7 +101006,7 @@ Redirect.prototype.onResponse = function (response) {
|
|
|
101008
101006
|
|
|
101009
101007
|
exports.Redirect = Redirect
|
|
101010
101008
|
|
|
101011
|
-
},{"url":414}],
|
|
101009
|
+
},{"url":414}],664:[function(require,module,exports){
|
|
101012
101010
|
'use strict'
|
|
101013
101011
|
|
|
101014
101012
|
var url = require('url')
|
|
@@ -101185,7 +101183,11 @@ Tunnel.defaultProxyHeaderWhiteList = defaultProxyHeaderWhiteList
|
|
|
101185
101183
|
Tunnel.defaultProxyHeaderExclusiveList = defaultProxyHeaderExclusiveList
|
|
101186
101184
|
exports.Tunnel = Tunnel
|
|
101187
101185
|
|
|
101188
|
-
},{"tunnel-agent":704,"url":414}],
|
|
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){
|
|
101189
101191
|
/**
|
|
101190
101192
|
* Convert array of 16 byte values to UUID string format of the form:
|
|
101191
101193
|
* XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
|
|
@@ -102837,7 +102839,7 @@ Request.prototype.toJSON = requestToJSON
|
|
|
102837
102839
|
module.exports = Request
|
|
102838
102840
|
|
|
102839
102841
|
}).call(this)}).call(this,require('_process'))
|
|
102840
|
-
},{"./lib/auth":
|
|
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){
|
|
102841
102843
|
// Copyright 2015 Joyent, Inc.
|
|
102842
102844
|
|
|
102843
102845
|
var Buffer = require('safer-buffer').Buffer;
|
|
@@ -103007,7 +103009,7 @@ module.exports = {
|
|
|
103007
103009
|
curves: curves
|
|
103008
103010
|
};
|
|
103009
103011
|
|
|
103010
|
-
},{"safer-buffer":
|
|
103012
|
+
},{"safer-buffer":652}],671:[function(require,module,exports){
|
|
103011
103013
|
// Copyright 2016 Joyent, Inc.
|
|
103012
103014
|
|
|
103013
103015
|
module.exports = Certificate;
|
|
@@ -103419,7 +103421,7 @@ Certificate._oldVersionDetect = function (obj) {
|
|
|
103419
103421
|
return ([1, 0]);
|
|
103420
103422
|
};
|
|
103421
103423
|
|
|
103422
|
-
},{"./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":
|
|
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){
|
|
103423
103425
|
// Copyright 2017 Joyent, Inc.
|
|
103424
103426
|
|
|
103425
103427
|
module.exports = {
|
|
@@ -103818,7 +103820,7 @@ function generateECDSA(curve) {
|
|
|
103818
103820
|
}
|
|
103819
103821
|
}
|
|
103820
103822
|
|
|
103821
|
-
},{"./algs":670,"./key":690,"./private-key":691,"./utils":694,"assert-plus":583,"crypto":225,"ecc-jsbn":592,"ecc-jsbn/lib/ec":593,"jsbn":
|
|
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){
|
|
103822
103824
|
// Copyright 2015 Joyent, Inc.
|
|
103823
103825
|
|
|
103824
103826
|
module.exports = {
|
|
@@ -103912,7 +103914,7 @@ Signer.prototype.sign = function () {
|
|
|
103912
103914
|
return (sigObj);
|
|
103913
103915
|
};
|
|
103914
103916
|
|
|
103915
|
-
},{"./signature":692,"assert-plus":583,"safer-buffer":
|
|
103917
|
+
},{"./signature":692,"assert-plus":583,"safer-buffer":652,"stream":405,"tweetnacl":705,"util":418}],674:[function(require,module,exports){
|
|
103916
103918
|
// Copyright 2015 Joyent, Inc.
|
|
103917
103919
|
|
|
103918
103920
|
var assert = require('assert-plus');
|
|
@@ -104220,7 +104222,7 @@ Fingerprint._oldVersionDetect = function (obj) {
|
|
|
104220
104222
|
return ([1, 0]);
|
|
104221
104223
|
};
|
|
104222
104224
|
|
|
104223
|
-
},{"./algs":670,"./certificate":671,"./errors":674,"./key":690,"./private-key":691,"./utils":694,"assert-plus":583,"crypto":225,"safer-buffer":
|
|
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){
|
|
104224
104226
|
// Copyright 2018 Joyent, Inc.
|
|
104225
104227
|
|
|
104226
104228
|
module.exports = {
|
|
@@ -104346,7 +104348,7 @@ function write(key, options) {
|
|
|
104346
104348
|
throw (new Error('"auto" format cannot be used for writing'));
|
|
104347
104349
|
}
|
|
104348
104350
|
|
|
104349
|
-
},{"../key":690,"../private-key":691,"../utils":694,"./dnssec":677,"./pem":679,"./putty":682,"./rfc4253":683,"./ssh":685,"assert-plus":583,"safer-buffer":
|
|
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){
|
|
104350
104352
|
// Copyright 2017 Joyent, Inc.
|
|
104351
104353
|
|
|
104352
104354
|
module.exports = {
|
|
@@ -104635,7 +104637,7 @@ function write(key, options) {
|
|
|
104635
104637
|
}
|
|
104636
104638
|
}
|
|
104637
104639
|
|
|
104638
|
-
},{"../dhe":672,"../key":690,"../private-key":691,"../ssh-buffer":693,"../utils":694,"assert-plus":583,"safer-buffer":
|
|
104640
|
+
},{"../dhe":672,"../key":690,"../private-key":691,"../ssh-buffer":693,"../utils":694,"assert-plus":583,"safer-buffer":652}],678:[function(require,module,exports){
|
|
104639
104641
|
// Copyright 2017 Joyent, Inc.
|
|
104640
104642
|
|
|
104641
104643
|
module.exports = {
|
|
@@ -104989,7 +104991,7 @@ function getCertType(key) {
|
|
|
104989
104991
|
throw (new Error('Unsupported key type ' + key.type));
|
|
104990
104992
|
}
|
|
104991
104993
|
|
|
104992
|
-
},{"../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":
|
|
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){
|
|
104993
104995
|
// Copyright 2018 Joyent, Inc.
|
|
104994
104996
|
|
|
104995
104997
|
module.exports = {
|
|
@@ -105281,7 +105283,7 @@ function write(key, options, type) {
|
|
|
105281
105283
|
return (buf.slice(0, o));
|
|
105282
105284
|
}
|
|
105283
105285
|
|
|
105284
|
-
},{"../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":
|
|
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){
|
|
105285
105287
|
// Copyright 2015 Joyent, Inc.
|
|
105286
105288
|
|
|
105287
105289
|
module.exports = {
|
|
@@ -105656,7 +105658,7 @@ function writePkcs1EdDSAPublic(der, key) {
|
|
|
105656
105658
|
throw (new Error('Public keys are not supported for EdDSA PKCS#1'));
|
|
105657
105659
|
}
|
|
105658
105660
|
|
|
105659
|
-
},{"../algs":670,"../key":690,"../private-key":691,"../utils":694,"./pem":679,"./pkcs8":681,"asn1":582,"assert-plus":583,"safer-buffer":
|
|
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){
|
|
105660
105662
|
// Copyright 2018 Joyent, Inc.
|
|
105661
105663
|
|
|
105662
105664
|
module.exports = {
|
|
@@ -106301,7 +106303,7 @@ function writePkcs8EdDSAPrivate(key, der) {
|
|
|
106301
106303
|
utils.writeBitString(der, key.part.A.data, asn1.Ber.Context | 1);
|
|
106302
106304
|
}
|
|
106303
106305
|
|
|
106304
|
-
},{"../algs":670,"../key":690,"../private-key":691,"../utils":694,"./pem":679,"asn1":582,"assert-plus":583,"safer-buffer":
|
|
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){
|
|
106305
106307
|
// Copyright 2018 Joyent, Inc.
|
|
106306
106308
|
|
|
106307
106309
|
module.exports = {
|
|
@@ -106497,7 +106499,7 @@ function wrap(txt, len) {
|
|
|
106497
106499
|
return (lines);
|
|
106498
106500
|
}
|
|
106499
106501
|
|
|
106500
|
-
},{"../errors":674,"../key":690,"../private-key":691,"../ssh-buffer":693,"./rfc4253":683,"assert-plus":583,"crypto":225,"safer-buffer":
|
|
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){
|
|
106501
106503
|
// Copyright 2015 Joyent, Inc.
|
|
106502
106504
|
|
|
106503
106505
|
module.exports = {
|
|
@@ -106665,7 +106667,7 @@ function write(key, options) {
|
|
|
106665
106667
|
return (buf.toBuffer());
|
|
106666
106668
|
}
|
|
106667
106669
|
|
|
106668
|
-
},{"../algs":670,"../key":690,"../private-key":691,"../ssh-buffer":693,"../utils":694,"assert-plus":583,"safer-buffer":
|
|
106670
|
+
},{"../algs":670,"../key":690,"../private-key":691,"../ssh-buffer":693,"../utils":694,"assert-plus":583,"safer-buffer":652}],684:[function(require,module,exports){
|
|
106669
106671
|
// Copyright 2015 Joyent, Inc.
|
|
106670
106672
|
|
|
106671
106673
|
module.exports = {
|
|
@@ -106929,7 +106931,7 @@ function write(key, options) {
|
|
|
106929
106931
|
return (buf.slice(0, o));
|
|
106930
106932
|
}
|
|
106931
106933
|
|
|
106932
|
-
},{"../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":
|
|
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){
|
|
106933
106935
|
// Copyright 2015 Joyent, Inc.
|
|
106934
106936
|
|
|
106935
106937
|
module.exports = {
|
|
@@ -107046,7 +107048,7 @@ function write(key, options) {
|
|
|
107046
107048
|
return (Buffer.from(parts.join(' ')));
|
|
107047
107049
|
}
|
|
107048
107050
|
|
|
107049
|
-
},{"../key":690,"../private-key":691,"../utils":694,"./rfc4253":683,"./ssh-private":684,"assert-plus":583,"safer-buffer":
|
|
107051
|
+
},{"../key":690,"../private-key":691,"../utils":694,"./rfc4253":683,"./ssh-private":684,"assert-plus":583,"safer-buffer":652}],686:[function(require,module,exports){
|
|
107050
107052
|
// Copyright 2016 Joyent, Inc.
|
|
107051
107053
|
|
|
107052
107054
|
var x509 = require('./x509');
|
|
@@ -107136,7 +107138,7 @@ function write(cert, options) {
|
|
|
107136
107138
|
return (buf.slice(0, o));
|
|
107137
107139
|
}
|
|
107138
107140
|
|
|
107139
|
-
},{"../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":
|
|
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){
|
|
107140
107142
|
// Copyright 2017 Joyent, Inc.
|
|
107141
107143
|
|
|
107142
107144
|
module.exports = {
|
|
@@ -107890,7 +107892,7 @@ function writeBitField(setBits, bitIndex) {
|
|
|
107890
107892
|
return (bits);
|
|
107891
107893
|
}
|
|
107892
107894
|
|
|
107893
|
-
},{"../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":
|
|
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){
|
|
107894
107896
|
// Copyright 2017 Joyent, Inc.
|
|
107895
107897
|
|
|
107896
107898
|
module.exports = Identity;
|
|
@@ -108265,7 +108267,7 @@ Identity._oldVersionDetect = function (obj) {
|
|
|
108265
108267
|
return ([1, 0]);
|
|
108266
108268
|
};
|
|
108267
108269
|
|
|
108268
|
-
},{"./algs":670,"./errors":674,"./fingerprint":675,"./signature":692,"./utils":694,"asn1":582,"assert-plus":583,"crypto":225,"safer-buffer":
|
|
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){
|
|
108269
108271
|
// Copyright 2015 Joyent, Inc.
|
|
108270
108272
|
|
|
108271
108273
|
var Key = require('./key');
|
|
@@ -108854,7 +108856,7 @@ PrivateKey._oldVersionDetect = function (obj) {
|
|
|
108854
108856
|
return ([1, 0]);
|
|
108855
108857
|
};
|
|
108856
108858
|
|
|
108857
|
-
},{"./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":
|
|
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){
|
|
108858
108860
|
// Copyright 2015 Joyent, Inc.
|
|
108859
108861
|
|
|
108860
108862
|
module.exports = Signature;
|
|
@@ -109170,7 +109172,7 @@ Signature._oldVersionDetect = function (obj) {
|
|
|
109170
109172
|
return ([1, 0]);
|
|
109171
109173
|
};
|
|
109172
109174
|
|
|
109173
|
-
},{"./algs":670,"./errors":674,"./ssh-buffer":693,"./utils":694,"asn1":582,"assert-plus":583,"crypto":225,"safer-buffer":
|
|
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){
|
|
109174
109176
|
// Copyright 2015 Joyent, Inc.
|
|
109175
109177
|
|
|
109176
109178
|
module.exports = SSHBuffer;
|
|
@@ -109321,7 +109323,7 @@ SSHBuffer.prototype.write = function (buf) {
|
|
|
109321
109323
|
this._offset += buf.length;
|
|
109322
109324
|
};
|
|
109323
109325
|
|
|
109324
|
-
},{"assert-plus":583,"safer-buffer":
|
|
109326
|
+
},{"assert-plus":583,"safer-buffer":652}],694:[function(require,module,exports){
|
|
109325
109327
|
// Copyright 2015 Joyent, Inc.
|
|
109326
109328
|
|
|
109327
109329
|
module.exports = {
|
|
@@ -109727,7 +109729,7 @@ function opensshCipherInfo(cipher) {
|
|
|
109727
109729
|
return (inf);
|
|
109728
109730
|
}
|
|
109729
109731
|
|
|
109730
|
-
},{"./algs":670,"./key":690,"./private-key":691,"asn1":582,"assert-plus":583,"crypto":225,"ecc-jsbn/lib/ec":593,"jsbn":
|
|
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){
|
|
109731
109733
|
/*!
|
|
109732
109734
|
* Copyright (c) 2015-2020, Salesforce.com, Inc.
|
|
109733
109735
|
* All rights reserved.
|
|
@@ -111485,7 +111487,7 @@ exports.canonicalDomain = canonicalDomain;
|
|
|
111485
111487
|
exports.PrefixSecurityEnum = PrefixSecurityEnum;
|
|
111486
111488
|
exports.ParameterError = validators.ParameterError;
|
|
111487
111489
|
|
|
111488
|
-
},{"./memstore":696,"./pathMatch":697,"./permuteDomain":698,"./pubsuffix-psl":699,"./store":700,"./utilHelper":701,"./validators.js":702,"./version":703,"punycode/":
|
|
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){
|
|
111489
111491
|
/*!
|
|
111490
111492
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
111491
111493
|
* All rights reserved.
|
|
@@ -111934,7 +111936,7 @@ function getPublicSuffix(domain, options = {}) {
|
|
|
111934
111936
|
|
|
111935
111937
|
exports.getPublicSuffix = getPublicSuffix;
|
|
111936
111938
|
|
|
111937
|
-
},{"psl":
|
|
111939
|
+
},{"psl":642}],700:[function(require,module,exports){
|
|
111938
111940
|
/*!
|
|
111939
111941
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
111940
111942
|
* All rights reserved.
|
|
@@ -112402,7 +112404,7 @@ if (process.env.NODE_DEBUG && /\btunnel\b/.test(process.env.NODE_DEBUG)) {
|
|
|
112402
112404
|
exports.debug = debug // for test
|
|
112403
112405
|
|
|
112404
112406
|
}).call(this)}).call(this,require('_process'))
|
|
112405
|
-
},{"_process":347,"assert":172,"events":263,"http":406,"https":304,"net":211,"safe-buffer":
|
|
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){
|
|
112406
112408
|
(function(nacl) {
|
|
112407
112409
|
'use strict';
|
|
112408
112410
|
|
|
@@ -116861,7 +116863,7 @@ Url.qs = qs;
|
|
|
116861
116863
|
module.exports = Url;
|
|
116862
116864
|
|
|
116863
116865
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
116864
|
-
},{"querystringify":
|
|
116866
|
+
},{"querystringify":649,"requires-port":650}],709:[function(require,module,exports){
|
|
116865
116867
|
var v1 = require('./v1');
|
|
116866
116868
|
var v4 = require('./v4');
|
|
116867
116869
|
|