slnodejs 6.1.822 → 6.1.835
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 +107 -106
- package/browser-agent/dist/browser-agent-all.min.js +4 -4
- package/browser-agent/package.json +1 -1
- package/package.json +1 -2
- package/tsOutputs/common/agent-events/agent-instance-info-builder.js +2 -1
- package/tsOutputs/common/agent-events/agent-instance-info-builder.js.map +1 -1
|
@@ -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"
|
|
@@ -57138,7 +57138,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57138
57138
|
"use strict";
|
|
57139
57139
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57140
57140
|
exports.SL_AGENT_TYPE = exports.SL_AGENT_VERSION = void 0;
|
|
57141
|
-
exports.SL_AGENT_VERSION = '6.1.
|
|
57141
|
+
exports.SL_AGENT_VERSION = '6.1.835';
|
|
57142
57142
|
exports.SL_AGENT_TYPE = 'browser';
|
|
57143
57143
|
});
|
|
57144
57144
|
|
|
@@ -60433,6 +60433,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60433
60433
|
exports.AgentInstanceInfoBuilder = void 0;
|
|
60434
60434
|
const sensitive_data_filter_1 = require("./sensitive-data-filter");
|
|
60435
60435
|
const SEALIGHTS_ENV_VAR_PREFIX = 'SL_';
|
|
60436
|
+
const SEALIGHTS_CYPRESS_ENV_VAR_PREFIX = 'CYPRESS_SL_';
|
|
60436
60437
|
const CI_ENV_VARS = new Set([
|
|
60437
60438
|
'build_number',
|
|
60438
60439
|
'build_id',
|
|
@@ -60615,7 +60616,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60615
60616
|
extractSealightsEnvVars() {
|
|
60616
60617
|
const slEnvVars = {};
|
|
60617
60618
|
Object.keys(process.env).forEach(key => {
|
|
60618
|
-
if (key.indexOf(SEALIGHTS_ENV_VAR_PREFIX) === 0 || key === 'NODE_OPTIONS' || key === 'PATH' || CI_ENV_VARS.has(key.toLowerCase())) {
|
|
60619
|
+
if (key.indexOf(SEALIGHTS_ENV_VAR_PREFIX) === 0 || key.indexOf(SEALIGHTS_CYPRESS_ENV_VAR_PREFIX) === 0 || key === 'NODE_OPTIONS' || key === 'PATH' || CI_ENV_VARS.has(key.toLowerCase())) {
|
|
60619
60620
|
slEnvVars[key] = (0, sensitive_data_filter_1.isSensitive)(key, process.env[key], this.logger) ?
|
|
60620
60621
|
AgentInstanceInfoBuilder.SECRET_VALUE_PLACEHOLDER : process.env[key];
|
|
60621
60622
|
}
|
|
@@ -61302,7 +61303,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61302
61303
|
});
|
|
61303
61304
|
|
|
61304
61305
|
}).call(this)}).call(this,require('_process'))
|
|
61305
|
-
},{"../../cli-parse/contracts":475,"../constants/sl-env-vars":497,"./config":493,"./config-system":492,"_process":347,"fs":211,"jwt-decode":
|
|
61306
|
+
},{"../../cli-parse/contracts":475,"../constants/sl-env-vars":497,"./config":493,"./config-system":492,"_process":347,"fs":211,"jwt-decode":634}],492:[function(require,module,exports){
|
|
61306
61307
|
(function (process){(function (){
|
|
61307
61308
|
(function (factory) {
|
|
61308
61309
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -61779,7 +61780,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61779
61780
|
exports.ConfigProcess = ConfigProcess;
|
|
61780
61781
|
});
|
|
61781
61782
|
|
|
61782
|
-
},{"./config-system":492,"events":263,"jwt-decode":
|
|
61783
|
+
},{"./config-system":492,"events":263,"jwt-decode":634,"object-assign":315}],495:[function(require,module,exports){
|
|
61783
61784
|
(function (factory) {
|
|
61784
61785
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61785
61786
|
var v = factory(require, exports);
|
|
@@ -64783,7 +64784,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64783
64784
|
});
|
|
64784
64785
|
|
|
64785
64786
|
}).call(this)}).call(this,require('_process'),require("buffer").Buffer)
|
|
64786
|
-
},{"../../common/system-date":527,"../utils/validation-utils":532,"./contracts":518,"./http-verb":521,"_process":347,"buffer":213,"sl-request":
|
|
64787
|
+
},{"../../common/system-date":527,"../utils/validation-utils":532,"./contracts":518,"./http-verb":521,"_process":347,"buffer":213,"sl-request":652,"zlib":210}],521:[function(require,module,exports){
|
|
64787
64788
|
(function (factory) {
|
|
64788
64789
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
64789
64790
|
var v = factory(require, exports);
|
|
@@ -67263,7 +67264,7 @@ function resolveIds(schema) {
|
|
|
67263
67264
|
return localRefs;
|
|
67264
67265
|
}
|
|
67265
67266
|
|
|
67266
|
-
},{"./schema_obj":542,"./util":544,"fast-deep-equal":597,"json-schema-traverse":
|
|
67267
|
+
},{"./schema_obj":542,"./util":544,"fast-deep-equal":597,"json-schema-traverse":630,"uri-js":705}],541:[function(require,module,exports){
|
|
67267
67268
|
'use strict';
|
|
67268
67269
|
|
|
67269
67270
|
var ruleModules = require('../dotjs')
|
|
@@ -71800,7 +71801,7 @@ Reader.prototype._readTag = function (tag) {
|
|
|
71800
71801
|
|
|
71801
71802
|
module.exports = Reader;
|
|
71802
71803
|
|
|
71803
|
-
},{"./errors":577,"./types":580,"assert":172,"safer-buffer":
|
|
71804
|
+
},{"./errors":577,"./types":580,"assert":172,"safer-buffer":651}],580:[function(require,module,exports){
|
|
71804
71805
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
71805
71806
|
|
|
71806
71807
|
|
|
@@ -72157,7 +72158,7 @@ Writer.prototype._ensure = function (len) {
|
|
|
72157
72158
|
|
|
72158
72159
|
module.exports = Writer;
|
|
72159
72160
|
|
|
72160
|
-
},{"./errors":577,"./types":580,"assert":172,"safer-buffer":
|
|
72161
|
+
},{"./errors":577,"./types":580,"assert":172,"safer-buffer":651}],582:[function(require,module,exports){
|
|
72161
72162
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
72162
72163
|
|
|
72163
72164
|
// If you have no idea what ASN.1 or BER is, see this:
|
|
@@ -74210,7 +74211,7 @@ exports.ECKey = function(curve, key, isPublic)
|
|
|
74210
74211
|
}
|
|
74211
74212
|
|
|
74212
74213
|
|
|
74213
|
-
},{"./lib/ec.js":593,"./lib/sec.js":594,"crypto":225,"jsbn":
|
|
74214
|
+
},{"./lib/ec.js":593,"./lib/sec.js":594,"crypto":225,"jsbn":629,"safer-buffer":651}],593:[function(require,module,exports){
|
|
74214
74215
|
// Basic Javascript Elliptic Curve implementation
|
|
74215
74216
|
// Ported loosely from BouncyCastle's Java EC code
|
|
74216
74217
|
// Only Fp curves implemented for now
|
|
@@ -74773,7 +74774,7 @@ var exports = {
|
|
|
74773
74774
|
|
|
74774
74775
|
module.exports = exports
|
|
74775
74776
|
|
|
74776
|
-
},{"jsbn":
|
|
74777
|
+
},{"jsbn":629}],594:[function(require,module,exports){
|
|
74777
74778
|
// Named EC curves
|
|
74778
74779
|
|
|
74779
74780
|
// Requires ec.js, jsbn.js, and jsbn2.js
|
|
@@ -74945,7 +74946,7 @@ module.exports = {
|
|
|
74945
74946
|
"secp256r1":secp256r1
|
|
74946
74947
|
}
|
|
74947
74948
|
|
|
74948
|
-
},{"./ec.js":593,"jsbn":
|
|
74949
|
+
},{"./ec.js":593,"jsbn":629}],595:[function(require,module,exports){
|
|
74949
74950
|
'use strict';
|
|
74950
74951
|
|
|
74951
74952
|
var hasOwn = Object.prototype.hasOwnProperty;
|
|
@@ -75501,6 +75502,10 @@ function createConnectionSSL (port, host, options) {
|
|
|
75501
75502
|
}
|
|
75502
75503
|
|
|
75503
75504
|
},{"http":406,"https":304,"net":211,"tls":211,"util":418}],600:[function(require,module,exports){
|
|
75505
|
+
/* eslint-env browser */
|
|
75506
|
+
module.exports = typeof self == 'object' ? self.FormData : window.FormData;
|
|
75507
|
+
|
|
75508
|
+
},{}],601:[function(require,module,exports){
|
|
75504
75509
|
module.exports={
|
|
75505
75510
|
"$id": "afterRequest.json#",
|
|
75506
75511
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75532,7 +75537,7 @@ module.exports={
|
|
|
75532
75537
|
}
|
|
75533
75538
|
}
|
|
75534
75539
|
|
|
75535
|
-
},{}],
|
|
75540
|
+
},{}],602:[function(require,module,exports){
|
|
75536
75541
|
module.exports={
|
|
75537
75542
|
"$id": "beforeRequest.json#",
|
|
75538
75543
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75564,7 +75569,7 @@ module.exports={
|
|
|
75564
75569
|
}
|
|
75565
75570
|
}
|
|
75566
75571
|
|
|
75567
|
-
},{}],
|
|
75572
|
+
},{}],603:[function(require,module,exports){
|
|
75568
75573
|
module.exports={
|
|
75569
75574
|
"$id": "browser.json#",
|
|
75570
75575
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75586,7 +75591,7 @@ module.exports={
|
|
|
75586
75591
|
}
|
|
75587
75592
|
}
|
|
75588
75593
|
|
|
75589
|
-
},{}],
|
|
75594
|
+
},{}],604:[function(require,module,exports){
|
|
75590
75595
|
module.exports={
|
|
75591
75596
|
"$id": "cache.json#",
|
|
75592
75597
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75609,7 +75614,7 @@ module.exports={
|
|
|
75609
75614
|
}
|
|
75610
75615
|
}
|
|
75611
75616
|
|
|
75612
|
-
},{}],
|
|
75617
|
+
},{}],605:[function(require,module,exports){
|
|
75613
75618
|
module.exports={
|
|
75614
75619
|
"$id": "content.json#",
|
|
75615
75620
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75640,7 +75645,7 @@ module.exports={
|
|
|
75640
75645
|
}
|
|
75641
75646
|
}
|
|
75642
75647
|
|
|
75643
|
-
},{}],
|
|
75648
|
+
},{}],606:[function(require,module,exports){
|
|
75644
75649
|
module.exports={
|
|
75645
75650
|
"$id": "cookie.json#",
|
|
75646
75651
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75678,7 +75683,7 @@ module.exports={
|
|
|
75678
75683
|
}
|
|
75679
75684
|
}
|
|
75680
75685
|
|
|
75681
|
-
},{}],
|
|
75686
|
+
},{}],607:[function(require,module,exports){
|
|
75682
75687
|
module.exports={
|
|
75683
75688
|
"$id": "creator.json#",
|
|
75684
75689
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75700,7 +75705,7 @@ module.exports={
|
|
|
75700
75705
|
}
|
|
75701
75706
|
}
|
|
75702
75707
|
|
|
75703
|
-
},{}],
|
|
75708
|
+
},{}],608:[function(require,module,exports){
|
|
75704
75709
|
module.exports={
|
|
75705
75710
|
"$id": "entry.json#",
|
|
75706
75711
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75755,7 +75760,7 @@ module.exports={
|
|
|
75755
75760
|
}
|
|
75756
75761
|
}
|
|
75757
75762
|
|
|
75758
|
-
},{}],
|
|
75763
|
+
},{}],609:[function(require,module,exports){
|
|
75759
75764
|
module.exports={
|
|
75760
75765
|
"$id": "har.json#",
|
|
75761
75766
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75770,7 +75775,7 @@ module.exports={
|
|
|
75770
75775
|
}
|
|
75771
75776
|
}
|
|
75772
75777
|
|
|
75773
|
-
},{}],
|
|
75778
|
+
},{}],610:[function(require,module,exports){
|
|
75774
75779
|
module.exports={
|
|
75775
75780
|
"$id": "header.json#",
|
|
75776
75781
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75792,7 +75797,7 @@ module.exports={
|
|
|
75792
75797
|
}
|
|
75793
75798
|
}
|
|
75794
75799
|
|
|
75795
|
-
},{}],
|
|
75800
|
+
},{}],611:[function(require,module,exports){
|
|
75796
75801
|
'use strict'
|
|
75797
75802
|
|
|
75798
75803
|
module.exports = {
|
|
@@ -75816,7 +75821,7 @@ module.exports = {
|
|
|
75816
75821
|
timings: require('./timings.json')
|
|
75817
75822
|
}
|
|
75818
75823
|
|
|
75819
|
-
},{"./afterRequest.json":
|
|
75824
|
+
},{"./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){
|
|
75820
75825
|
module.exports={
|
|
75821
75826
|
"$id": "log.json#",
|
|
75822
75827
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75854,7 +75859,7 @@ module.exports={
|
|
|
75854
75859
|
}
|
|
75855
75860
|
}
|
|
75856
75861
|
|
|
75857
|
-
},{}],
|
|
75862
|
+
},{}],613:[function(require,module,exports){
|
|
75858
75863
|
module.exports={
|
|
75859
75864
|
"$id": "page.json#",
|
|
75860
75865
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75888,7 +75893,7 @@ module.exports={
|
|
|
75888
75893
|
}
|
|
75889
75894
|
}
|
|
75890
75895
|
|
|
75891
|
-
},{}],
|
|
75896
|
+
},{}],614:[function(require,module,exports){
|
|
75892
75897
|
module.exports={
|
|
75893
75898
|
"$id": "pageTimings.json#",
|
|
75894
75899
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75908,7 +75913,7 @@ module.exports={
|
|
|
75908
75913
|
}
|
|
75909
75914
|
}
|
|
75910
75915
|
|
|
75911
|
-
},{}],
|
|
75916
|
+
},{}],615:[function(require,module,exports){
|
|
75912
75917
|
module.exports={
|
|
75913
75918
|
"$id": "postData.json#",
|
|
75914
75919
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75953,7 +75958,7 @@ module.exports={
|
|
|
75953
75958
|
}
|
|
75954
75959
|
}
|
|
75955
75960
|
|
|
75956
|
-
},{}],
|
|
75961
|
+
},{}],616:[function(require,module,exports){
|
|
75957
75962
|
module.exports={
|
|
75958
75963
|
"$id": "query.json#",
|
|
75959
75964
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -75975,7 +75980,7 @@ module.exports={
|
|
|
75975
75980
|
}
|
|
75976
75981
|
}
|
|
75977
75982
|
|
|
75978
|
-
},{}],
|
|
75983
|
+
},{}],617:[function(require,module,exports){
|
|
75979
75984
|
module.exports={
|
|
75980
75985
|
"$id": "request.json#",
|
|
75981
75986
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -76034,7 +76039,7 @@ module.exports={
|
|
|
76034
76039
|
}
|
|
76035
76040
|
}
|
|
76036
76041
|
|
|
76037
|
-
},{}],
|
|
76042
|
+
},{}],618:[function(require,module,exports){
|
|
76038
76043
|
module.exports={
|
|
76039
76044
|
"$id": "response.json#",
|
|
76040
76045
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -76090,7 +76095,7 @@ module.exports={
|
|
|
76090
76095
|
}
|
|
76091
76096
|
}
|
|
76092
76097
|
|
|
76093
|
-
},{}],
|
|
76098
|
+
},{}],619:[function(require,module,exports){
|
|
76094
76099
|
module.exports={
|
|
76095
76100
|
"$id": "timings.json#",
|
|
76096
76101
|
"$schema": "http://json-schema.org/draft-06/schema#",
|
|
@@ -76134,7 +76139,7 @@ module.exports={
|
|
|
76134
76139
|
}
|
|
76135
76140
|
}
|
|
76136
76141
|
|
|
76137
|
-
},{}],
|
|
76142
|
+
},{}],620:[function(require,module,exports){
|
|
76138
76143
|
function HARError (errors) {
|
|
76139
76144
|
var message = 'validation failed'
|
|
76140
76145
|
|
|
@@ -76153,7 +76158,7 @@ HARError.prototype = Error.prototype
|
|
|
76153
76158
|
|
|
76154
76159
|
module.exports = HARError
|
|
76155
76160
|
|
|
76156
|
-
},{}],
|
|
76161
|
+
},{}],621:[function(require,module,exports){
|
|
76157
76162
|
var Ajv = require('ajv')
|
|
76158
76163
|
var HARError = require('./error')
|
|
76159
76164
|
var schemas = require('har-schema')
|
|
@@ -76257,7 +76262,7 @@ exports.timings = function (data) {
|
|
|
76257
76262
|
return validate('timings', data)
|
|
76258
76263
|
}
|
|
76259
76264
|
|
|
76260
|
-
},{"./error":
|
|
76265
|
+
},{"./error":620,"ajv":534,"ajv/lib/refs/json-schema-draft-06.json":575,"har-schema":611}],622:[function(require,module,exports){
|
|
76261
76266
|
// Copyright 2015 Joyent, Inc.
|
|
76262
76267
|
|
|
76263
76268
|
var parser = require('./parser');
|
|
@@ -76288,7 +76293,7 @@ module.exports = {
|
|
|
76288
76293
|
verifyHMAC: verify.verifyHMAC
|
|
76289
76294
|
};
|
|
76290
76295
|
|
|
76291
|
-
},{"./parser":
|
|
76296
|
+
},{"./parser":623,"./signer":624,"./utils":625,"./verify":626}],623:[function(require,module,exports){
|
|
76292
76297
|
// Copyright 2012 Joyent, Inc. All rights reserved.
|
|
76293
76298
|
|
|
76294
76299
|
var assert = require('assert-plus');
|
|
@@ -76605,7 +76610,7 @@ module.exports = {
|
|
|
76605
76610
|
|
|
76606
76611
|
};
|
|
76607
76612
|
|
|
76608
|
-
},{"./utils":
|
|
76613
|
+
},{"./utils":625,"assert-plus":583,"util":418}],624:[function(require,module,exports){
|
|
76609
76614
|
(function (Buffer){(function (){
|
|
76610
76615
|
// Copyright 2012 Joyent, Inc. All rights reserved.
|
|
76611
76616
|
|
|
@@ -77010,7 +77015,7 @@ module.exports = {
|
|
|
77010
77015
|
};
|
|
77011
77016
|
|
|
77012
77017
|
}).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
|
|
77013
|
-
},{"../../../browser-agent/node_modules/is-buffer/index.js":308,"./utils":
|
|
77018
|
+
},{"../../../browser-agent/node_modules/is-buffer/index.js":308,"./utils":625,"assert-plus":583,"crypto":225,"http":406,"jsprim":633,"sshpk":687,"util":418}],625:[function(require,module,exports){
|
|
77014
77019
|
// Copyright 2012 Joyent, Inc. All rights reserved.
|
|
77015
77020
|
|
|
77016
77021
|
var assert = require('assert-plus');
|
|
@@ -77124,7 +77129,7 @@ module.exports = {
|
|
|
77124
77129
|
}
|
|
77125
77130
|
};
|
|
77126
77131
|
|
|
77127
|
-
},{"assert-plus":583,"sshpk":687,"util":418}],
|
|
77132
|
+
},{"assert-plus":583,"sshpk":687,"util":418}],626:[function(require,module,exports){
|
|
77128
77133
|
(function (Buffer){(function (){
|
|
77129
77134
|
// Copyright 2015 Joyent, Inc.
|
|
77130
77135
|
|
|
@@ -77216,7 +77221,7 @@ module.exports = {
|
|
|
77216
77221
|
};
|
|
77217
77222
|
|
|
77218
77223
|
}).call(this)}).call(this,require("buffer").Buffer)
|
|
77219
|
-
},{"./utils":
|
|
77224
|
+
},{"./utils":625,"assert-plus":583,"buffer":213,"crypto":225,"sshpk":687}],627:[function(require,module,exports){
|
|
77220
77225
|
module.exports = isTypedArray
|
|
77221
77226
|
isTypedArray.strict = isStrictTypedArray
|
|
77222
77227
|
isTypedArray.loose = isLooseTypedArray
|
|
@@ -77259,7 +77264,7 @@ function isLooseTypedArray(arr) {
|
|
|
77259
77264
|
return names[toString.call(arr)]
|
|
77260
77265
|
}
|
|
77261
77266
|
|
|
77262
|
-
},{}],
|
|
77267
|
+
},{}],628:[function(require,module,exports){
|
|
77263
77268
|
var stream = require('stream')
|
|
77264
77269
|
|
|
77265
77270
|
|
|
@@ -77288,7 +77293,7 @@ module.exports.isReadable = isReadable
|
|
|
77288
77293
|
module.exports.isWritable = isWritable
|
|
77289
77294
|
module.exports.isDuplex = isDuplex
|
|
77290
77295
|
|
|
77291
|
-
},{"stream":405}],
|
|
77296
|
+
},{"stream":405}],629:[function(require,module,exports){
|
|
77292
77297
|
(function(){
|
|
77293
77298
|
|
|
77294
77299
|
// Copyright (c) 2005 Tom Wu
|
|
@@ -78647,7 +78652,7 @@ module.exports.isDuplex = isDuplex
|
|
|
78647
78652
|
|
|
78648
78653
|
}).call(this);
|
|
78649
78654
|
|
|
78650
|
-
},{}],
|
|
78655
|
+
},{}],630:[function(require,module,exports){
|
|
78651
78656
|
'use strict';
|
|
78652
78657
|
|
|
78653
78658
|
var traverse = module.exports = function (schema, opts, cb) {
|
|
@@ -78738,7 +78743,7 @@ function escapeJsonPtr(str) {
|
|
|
78738
78743
|
return str.replace(/~/g, '~0').replace(/\//g, '~1');
|
|
78739
78744
|
}
|
|
78740
78745
|
|
|
78741
|
-
},{}],
|
|
78746
|
+
},{}],631:[function(require,module,exports){
|
|
78742
78747
|
/**
|
|
78743
78748
|
* JSONSchema Validator - Validates JavaScript objects using JSON Schemas
|
|
78744
78749
|
* (http://www.json.com/json-schema-proposal/)
|
|
@@ -79011,7 +79016,7 @@ exports.mustBeValid = function(result){
|
|
|
79011
79016
|
return exports;
|
|
79012
79017
|
}));
|
|
79013
79018
|
|
|
79014
|
-
},{}],
|
|
79019
|
+
},{}],632:[function(require,module,exports){
|
|
79015
79020
|
exports = module.exports = stringify
|
|
79016
79021
|
exports.getSerialize = serializer
|
|
79017
79022
|
|
|
@@ -79040,7 +79045,7 @@ function serializer(replacer, cycleReplacer) {
|
|
|
79040
79045
|
}
|
|
79041
79046
|
}
|
|
79042
79047
|
|
|
79043
|
-
},{}],
|
|
79048
|
+
},{}],633:[function(require,module,exports){
|
|
79044
79049
|
/*
|
|
79045
79050
|
* lib/jsprim.js: utilities for primitive JavaScript types
|
|
79046
79051
|
*/
|
|
@@ -79777,11 +79782,11 @@ function mergeObjects(provided, overrides, defaults)
|
|
|
79777
79782
|
return (rv);
|
|
79778
79783
|
}
|
|
79779
79784
|
|
|
79780
|
-
},{"assert-plus":583,"extsprintf":596,"json-schema":
|
|
79785
|
+
},{"assert-plus":583,"extsprintf":596,"json-schema":631,"util":418,"verror":712}],634:[function(require,module,exports){
|
|
79781
79786
|
"use strict";function e(e){this.message=e}e.prototype=new Error,e.prototype.name="InvalidCharacterError";var r="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(r){var t=String(r).replace(/=+$/,"");if(t.length%4==1)throw new e("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,o,a=0,i=0,c="";o=t.charAt(i++);~o&&(n=a%4?64*n+o:o,a++%4)?c+=String.fromCharCode(255&n>>(-2*a&6)):0)o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(o);return c};function t(e){var t=e.replace(/-/g,"+").replace(/_/g,"/");switch(t.length%4){case 0:break;case 2:t+="==";break;case 3:t+="=";break;default:throw"Illegal base64url string!"}try{return function(e){return decodeURIComponent(r(e).replace(/(.)/g,(function(e,r){var t=r.charCodeAt(0).toString(16).toUpperCase();return t.length<2&&(t="0"+t),"%"+t})))}(t)}catch(e){return r(t)}}function n(e){this.message=e}function o(e,r){if("string"!=typeof e)throw new n("Invalid token specified");var o=!0===(r=r||{}).header?0:1;try{return JSON.parse(t(e.split(".")[o]))}catch(e){throw new n("Invalid token specified: "+e.message)}}n.prototype=new Error,n.prototype.name="InvalidTokenError";const a=o;a.default=o,a.InvalidTokenError=n,module.exports=a;
|
|
79782
79787
|
|
|
79783
79788
|
|
|
79784
|
-
},{}],
|
|
79789
|
+
},{}],635:[function(require,module,exports){
|
|
79785
79790
|
module.exports={
|
|
79786
79791
|
"application/1d-interleaved-parityfec": {
|
|
79787
79792
|
"source": "iana"
|
|
@@ -88302,7 +88307,7 @@ module.exports={
|
|
|
88302
88307
|
}
|
|
88303
88308
|
}
|
|
88304
88309
|
|
|
88305
|
-
},{}],
|
|
88310
|
+
},{}],636:[function(require,module,exports){
|
|
88306
88311
|
/*!
|
|
88307
88312
|
* mime-db
|
|
88308
88313
|
* Copyright(c) 2014 Jonathan Ong
|
|
@@ -88316,7 +88321,7 @@ module.exports={
|
|
|
88316
88321
|
|
|
88317
88322
|
module.exports = require('./db.json')
|
|
88318
88323
|
|
|
88319
|
-
},{"./db.json":
|
|
88324
|
+
},{"./db.json":635}],637:[function(require,module,exports){
|
|
88320
88325
|
/*!
|
|
88321
88326
|
* mime-types
|
|
88322
88327
|
* Copyright(c) 2014 Jonathan Ong
|
|
@@ -88506,7 +88511,7 @@ function populateMaps (extensions, types) {
|
|
|
88506
88511
|
})
|
|
88507
88512
|
}
|
|
88508
88513
|
|
|
88509
|
-
},{"mime-db":
|
|
88514
|
+
},{"mime-db":636,"path":339}],638:[function(require,module,exports){
|
|
88510
88515
|
var crypto = require('crypto')
|
|
88511
88516
|
|
|
88512
88517
|
function sha (key, body, algorithm) {
|
|
@@ -88653,7 +88658,7 @@ exports.plaintext = plaintext
|
|
|
88653
88658
|
exports.sign = sign
|
|
88654
88659
|
exports.rfc3986 = rfc3986
|
|
88655
88660
|
exports.generateBase = generateBase
|
|
88656
|
-
},{"crypto":225}],
|
|
88661
|
+
},{"crypto":225}],639:[function(require,module,exports){
|
|
88657
88662
|
(function (process){(function (){
|
|
88658
88663
|
// Generated by CoffeeScript 1.12.2
|
|
88659
88664
|
(function() {
|
|
@@ -88693,7 +88698,7 @@ exports.generateBase = generateBase
|
|
|
88693
88698
|
|
|
88694
88699
|
|
|
88695
88700
|
}).call(this)}).call(this,require('_process'))
|
|
88696
|
-
},{"_process":347}],
|
|
88701
|
+
},{"_process":347}],640:[function(require,module,exports){
|
|
88697
88702
|
module.exports=[
|
|
88698
88703
|
"ac",
|
|
88699
88704
|
"com.ac",
|
|
@@ -98070,7 +98075,7 @@ module.exports=[
|
|
|
98070
98075
|
"virtualserver.io",
|
|
98071
98076
|
"enterprisecloud.nu"
|
|
98072
98077
|
]
|
|
98073
|
-
},{}],
|
|
98078
|
+
},{}],641:[function(require,module,exports){
|
|
98074
98079
|
/*eslint no-var:0, prefer-arrow-callback: 0, object-shorthand: 0 */
|
|
98075
98080
|
'use strict';
|
|
98076
98081
|
|
|
@@ -98341,7 +98346,7 @@ exports.isValid = function (domain) {
|
|
|
98341
98346
|
return Boolean(parsed.domain && parsed.listed);
|
|
98342
98347
|
};
|
|
98343
98348
|
|
|
98344
|
-
},{"./data/rules.json":
|
|
98349
|
+
},{"./data/rules.json":640,"punycode":355}],642:[function(require,module,exports){
|
|
98345
98350
|
'use strict';
|
|
98346
98351
|
|
|
98347
98352
|
/** Highest positive signed 32-bit float value */
|
|
@@ -98786,7 +98791,7 @@ const punycode = {
|
|
|
98786
98791
|
|
|
98787
98792
|
module.exports = punycode;
|
|
98788
98793
|
|
|
98789
|
-
},{}],
|
|
98794
|
+
},{}],643:[function(require,module,exports){
|
|
98790
98795
|
'use strict';
|
|
98791
98796
|
|
|
98792
98797
|
var replace = String.prototype.replace;
|
|
@@ -98806,9 +98811,9 @@ module.exports = {
|
|
|
98806
98811
|
RFC3986: 'RFC3986'
|
|
98807
98812
|
};
|
|
98808
98813
|
|
|
98809
|
-
},{}],
|
|
98814
|
+
},{}],644:[function(require,module,exports){
|
|
98810
98815
|
arguments[4][357][0].apply(exports,arguments)
|
|
98811
|
-
},{"./formats":
|
|
98816
|
+
},{"./formats":643,"./parse":645,"./stringify":646,"dup":357}],645:[function(require,module,exports){
|
|
98812
98817
|
'use strict';
|
|
98813
98818
|
|
|
98814
98819
|
var utils = require('./utils');
|
|
@@ -98985,7 +98990,7 @@ module.exports = function (str, opts) {
|
|
|
98985
98990
|
return utils.compact(obj);
|
|
98986
98991
|
};
|
|
98987
98992
|
|
|
98988
|
-
},{"./utils":
|
|
98993
|
+
},{"./utils":647}],646:[function(require,module,exports){
|
|
98989
98994
|
'use strict';
|
|
98990
98995
|
|
|
98991
98996
|
var utils = require('./utils');
|
|
@@ -99204,7 +99209,7 @@ module.exports = function (object, opts) {
|
|
|
99204
99209
|
return joined.length > 0 ? prefix + joined : '';
|
|
99205
99210
|
};
|
|
99206
99211
|
|
|
99207
|
-
},{"./formats":
|
|
99212
|
+
},{"./formats":643,"./utils":647}],647:[function(require,module,exports){
|
|
99208
99213
|
'use strict';
|
|
99209
99214
|
|
|
99210
99215
|
var has = Object.prototype.hasOwnProperty;
|
|
@@ -99421,7 +99426,7 @@ module.exports = {
|
|
|
99421
99426
|
merge: merge
|
|
99422
99427
|
};
|
|
99423
99428
|
|
|
99424
|
-
},{}],
|
|
99429
|
+
},{}],648:[function(require,module,exports){
|
|
99425
99430
|
'use strict';
|
|
99426
99431
|
|
|
99427
99432
|
var has = Object.prototype.hasOwnProperty
|
|
@@ -99541,7 +99546,7 @@ function querystringify(obj, prefix) {
|
|
|
99541
99546
|
exports.stringify = querystringify;
|
|
99542
99547
|
exports.parse = querystring;
|
|
99543
99548
|
|
|
99544
|
-
},{}],
|
|
99549
|
+
},{}],649:[function(require,module,exports){
|
|
99545
99550
|
'use strict';
|
|
99546
99551
|
|
|
99547
99552
|
/**
|
|
@@ -99581,9 +99586,9 @@ module.exports = function required(port, protocol) {
|
|
|
99581
99586
|
return port !== 0;
|
|
99582
99587
|
};
|
|
99583
99588
|
|
|
99584
|
-
},{}],
|
|
99589
|
+
},{}],650:[function(require,module,exports){
|
|
99585
99590
|
arguments[4][375][0].apply(exports,arguments)
|
|
99586
|
-
},{"buffer":213,"dup":375}],
|
|
99591
|
+
},{"buffer":213,"dup":375}],651:[function(require,module,exports){
|
|
99587
99592
|
(function (process){(function (){
|
|
99588
99593
|
/* eslint-disable node/no-deprecated-api */
|
|
99589
99594
|
|
|
@@ -99664,7 +99669,7 @@ if (!safer.constants) {
|
|
|
99664
99669
|
module.exports = safer
|
|
99665
99670
|
|
|
99666
99671
|
}).call(this)}).call(this,require('_process'))
|
|
99667
|
-
},{"_process":347,"buffer":213}],
|
|
99672
|
+
},{"_process":347,"buffer":213}],652:[function(require,module,exports){
|
|
99668
99673
|
// Copyright 2010-2012 Mikeal Rogers
|
|
99669
99674
|
//
|
|
99670
99675
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -99821,7 +99826,7 @@ Object.defineProperty(request, 'debug', {
|
|
|
99821
99826
|
}
|
|
99822
99827
|
})
|
|
99823
99828
|
|
|
99824
|
-
},{"./lib/cookies":
|
|
99829
|
+
},{"./lib/cookies":654,"./lib/helpers":658,"./request":667,"extend":595}],653:[function(require,module,exports){
|
|
99825
99830
|
'use strict'
|
|
99826
99831
|
|
|
99827
99832
|
var caseless = require('caseless')
|
|
@@ -99990,7 +99995,7 @@ Auth.prototype.onResponse = function (response) {
|
|
|
99990
99995
|
|
|
99991
99996
|
exports.Auth = Auth
|
|
99992
99997
|
|
|
99993
|
-
},{"./helpers":
|
|
99998
|
+
},{"./helpers":658,"caseless":588,"uuid/v4":666}],654:[function(require,module,exports){
|
|
99994
99999
|
'use strict'
|
|
99995
100000
|
|
|
99996
100001
|
var tough = require('tough-cookie')
|
|
@@ -100030,7 +100035,7 @@ exports.jar = function (store) {
|
|
|
100030
100035
|
return new RequestJar(store)
|
|
100031
100036
|
}
|
|
100032
100037
|
|
|
100033
|
-
},{"tough-cookie":693}],
|
|
100038
|
+
},{"tough-cookie":693}],655:[function(require,module,exports){
|
|
100034
100039
|
(function (process){(function (){
|
|
100035
100040
|
'use strict'
|
|
100036
100041
|
|
|
@@ -100113,7 +100118,7 @@ function getProxyFromURI (uri) {
|
|
|
100113
100118
|
module.exports = getProxyFromURI
|
|
100114
100119
|
|
|
100115
100120
|
}).call(this)}).call(this,require('_process'))
|
|
100116
|
-
},{"_process":347}],
|
|
100121
|
+
},{"_process":347}],656:[function(require,module,exports){
|
|
100117
100122
|
'use strict'
|
|
100118
100123
|
|
|
100119
100124
|
var fs = require('fs')
|
|
@@ -100320,7 +100325,7 @@ Har.prototype.options = function (options) {
|
|
|
100320
100325
|
|
|
100321
100326
|
exports.Har = Har
|
|
100322
100327
|
|
|
100323
|
-
},{"extend":595,"fs":211,"har-validator":
|
|
100328
|
+
},{"extend":595,"fs":211,"har-validator":621,"querystring":363}],657:[function(require,module,exports){
|
|
100324
100329
|
'use strict'
|
|
100325
100330
|
|
|
100326
100331
|
var crypto = require('crypto')
|
|
@@ -100411,7 +100416,7 @@ exports.header = function (uri, method, opts) {
|
|
|
100411
100416
|
return header
|
|
100412
100417
|
}
|
|
100413
100418
|
|
|
100414
|
-
},{"crypto":225}],
|
|
100419
|
+
},{"crypto":225}],658:[function(require,module,exports){
|
|
100415
100420
|
(function (process,setImmediate){(function (){
|
|
100416
100421
|
'use strict'
|
|
100417
100422
|
|
|
@@ -100481,7 +100486,7 @@ exports.version = version
|
|
|
100481
100486
|
exports.defer = defer
|
|
100482
100487
|
|
|
100483
100488
|
}).call(this)}).call(this,require('_process'),require("timers").setImmediate)
|
|
100484
|
-
},{"_process":347,"crypto":225,"json-stringify-safe":
|
|
100489
|
+
},{"_process":347,"crypto":225,"json-stringify-safe":632,"safe-buffer":650,"timers":412}],659:[function(require,module,exports){
|
|
100485
100490
|
'use strict'
|
|
100486
100491
|
|
|
100487
100492
|
var uuid = require('uuid/v4')
|
|
@@ -100595,7 +100600,7 @@ Multipart.prototype.onRequest = function (options) {
|
|
|
100595
100600
|
|
|
100596
100601
|
exports.Multipart = Multipart
|
|
100597
100602
|
|
|
100598
|
-
},{"combined-stream":589,"isstream":
|
|
100603
|
+
},{"combined-stream":589,"isstream":628,"safe-buffer":650,"uuid/v4":666}],660:[function(require,module,exports){
|
|
100599
100604
|
'use strict'
|
|
100600
100605
|
|
|
100601
100606
|
var url = require('url')
|
|
@@ -100745,7 +100750,7 @@ OAuth.prototype.onRequest = function (_oauth) {
|
|
|
100745
100750
|
|
|
100746
100751
|
exports.OAuth = OAuth
|
|
100747
100752
|
|
|
100748
|
-
},{"caseless":588,"crypto":225,"oauth-sign":
|
|
100753
|
+
},{"caseless":588,"crypto":225,"oauth-sign":638,"qs":644,"safe-buffer":650,"url":414,"uuid/v4":666}],661:[function(require,module,exports){
|
|
100749
100754
|
'use strict'
|
|
100750
100755
|
|
|
100751
100756
|
var qs = require('qs')
|
|
@@ -100797,7 +100802,7 @@ Querystring.prototype.unescape = querystring.unescape
|
|
|
100797
100802
|
|
|
100798
100803
|
exports.Querystring = Querystring
|
|
100799
100804
|
|
|
100800
|
-
},{"qs":
|
|
100805
|
+
},{"qs":644,"querystring":363}],662:[function(require,module,exports){
|
|
100801
100806
|
'use strict'
|
|
100802
100807
|
|
|
100803
100808
|
var url = require('url')
|
|
@@ -100953,7 +100958,7 @@ Redirect.prototype.onResponse = function (response) {
|
|
|
100953
100958
|
|
|
100954
100959
|
exports.Redirect = Redirect
|
|
100955
100960
|
|
|
100956
|
-
},{"url":414}],
|
|
100961
|
+
},{"url":414}],663:[function(require,module,exports){
|
|
100957
100962
|
'use strict'
|
|
100958
100963
|
|
|
100959
100964
|
var url = require('url')
|
|
@@ -101130,11 +101135,7 @@ Tunnel.defaultProxyHeaderWhiteList = defaultProxyHeaderWhiteList
|
|
|
101130
101135
|
Tunnel.defaultProxyHeaderExclusiveList = defaultProxyHeaderExclusiveList
|
|
101131
101136
|
exports.Tunnel = Tunnel
|
|
101132
101137
|
|
|
101133
|
-
},{"tunnel-agent":702,"url":414}],
|
|
101134
|
-
/* eslint-env browser */
|
|
101135
|
-
module.exports = typeof self == 'object' ? self.FormData : window.FormData;
|
|
101136
|
-
|
|
101137
|
-
},{}],664:[function(require,module,exports){
|
|
101138
|
+
},{"tunnel-agent":702,"url":414}],664:[function(require,module,exports){
|
|
101138
101139
|
/**
|
|
101139
101140
|
* Convert array of 16 byte values to UUID string format of the form:
|
|
101140
101141
|
* XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
|
|
@@ -102786,7 +102787,7 @@ Request.prototype.toJSON = requestToJSON
|
|
|
102786
102787
|
module.exports = Request
|
|
102787
102788
|
|
|
102788
102789
|
}).call(this)}).call(this,require('_process'))
|
|
102789
|
-
},{"./lib/auth":
|
|
102790
|
+
},{"./lib/auth":653,"./lib/cookies":654,"./lib/getProxyFromURI":655,"./lib/har":656,"./lib/hawk":657,"./lib/helpers":658,"./lib/multipart":659,"./lib/oauth":660,"./lib/querystring":661,"./lib/redirect":662,"./lib/tunnel":663,"_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":637,"performance-now":639,"safe-buffer":650,"stream":405,"url":414,"util":418,"zlib":210}],668:[function(require,module,exports){
|
|
102790
102791
|
// Copyright 2015 Joyent, Inc.
|
|
102791
102792
|
|
|
102792
102793
|
var Buffer = require('safer-buffer').Buffer;
|
|
@@ -102956,7 +102957,7 @@ module.exports = {
|
|
|
102956
102957
|
curves: curves
|
|
102957
102958
|
};
|
|
102958
102959
|
|
|
102959
|
-
},{"safer-buffer":
|
|
102960
|
+
},{"safer-buffer":651}],669:[function(require,module,exports){
|
|
102960
102961
|
// Copyright 2016 Joyent, Inc.
|
|
102961
102962
|
|
|
102962
102963
|
module.exports = Certificate;
|
|
@@ -103368,7 +103369,7 @@ Certificate._oldVersionDetect = function (obj) {
|
|
|
103368
103369
|
return ([1, 0]);
|
|
103369
103370
|
};
|
|
103370
103371
|
|
|
103371
|
-
},{"./algs":668,"./errors":672,"./fingerprint":673,"./formats/openssh-cert":676,"./formats/x509":685,"./formats/x509-pem":684,"./identity":686,"./key":688,"./private-key":689,"./signature":690,"./utils":692,"assert-plus":583,"crypto":225,"safer-buffer":
|
|
103372
|
+
},{"./algs":668,"./errors":672,"./fingerprint":673,"./formats/openssh-cert":676,"./formats/x509":685,"./formats/x509-pem":684,"./identity":686,"./key":688,"./private-key":689,"./signature":690,"./utils":692,"assert-plus":583,"crypto":225,"safer-buffer":651,"util":418}],670:[function(require,module,exports){
|
|
103372
103373
|
// Copyright 2017 Joyent, Inc.
|
|
103373
103374
|
|
|
103374
103375
|
module.exports = {
|
|
@@ -103767,7 +103768,7 @@ function generateECDSA(curve) {
|
|
|
103767
103768
|
}
|
|
103768
103769
|
}
|
|
103769
103770
|
|
|
103770
|
-
},{"./algs":668,"./key":688,"./private-key":689,"./utils":692,"assert-plus":583,"crypto":225,"ecc-jsbn":592,"ecc-jsbn/lib/ec":593,"jsbn":
|
|
103771
|
+
},{"./algs":668,"./key":688,"./private-key":689,"./utils":692,"assert-plus":583,"crypto":225,"ecc-jsbn":592,"ecc-jsbn/lib/ec":593,"jsbn":629,"safer-buffer":651,"tweetnacl":703}],671:[function(require,module,exports){
|
|
103771
103772
|
// Copyright 2015 Joyent, Inc.
|
|
103772
103773
|
|
|
103773
103774
|
module.exports = {
|
|
@@ -103861,7 +103862,7 @@ Signer.prototype.sign = function () {
|
|
|
103861
103862
|
return (sigObj);
|
|
103862
103863
|
};
|
|
103863
103864
|
|
|
103864
|
-
},{"./signature":690,"assert-plus":583,"safer-buffer":
|
|
103865
|
+
},{"./signature":690,"assert-plus":583,"safer-buffer":651,"stream":405,"tweetnacl":703,"util":418}],672:[function(require,module,exports){
|
|
103865
103866
|
// Copyright 2015 Joyent, Inc.
|
|
103866
103867
|
|
|
103867
103868
|
var assert = require('assert-plus');
|
|
@@ -104169,7 +104170,7 @@ Fingerprint._oldVersionDetect = function (obj) {
|
|
|
104169
104170
|
return ([1, 0]);
|
|
104170
104171
|
};
|
|
104171
104172
|
|
|
104172
|
-
},{"./algs":668,"./certificate":669,"./errors":672,"./key":688,"./private-key":689,"./utils":692,"assert-plus":583,"crypto":225,"safer-buffer":
|
|
104173
|
+
},{"./algs":668,"./certificate":669,"./errors":672,"./key":688,"./private-key":689,"./utils":692,"assert-plus":583,"crypto":225,"safer-buffer":651}],674:[function(require,module,exports){
|
|
104173
104174
|
// Copyright 2018 Joyent, Inc.
|
|
104174
104175
|
|
|
104175
104176
|
module.exports = {
|
|
@@ -104295,7 +104296,7 @@ function write(key, options) {
|
|
|
104295
104296
|
throw (new Error('"auto" format cannot be used for writing'));
|
|
104296
104297
|
}
|
|
104297
104298
|
|
|
104298
|
-
},{"../key":688,"../private-key":689,"../utils":692,"./dnssec":675,"./pem":677,"./putty":680,"./rfc4253":681,"./ssh":683,"assert-plus":583,"safer-buffer":
|
|
104299
|
+
},{"../key":688,"../private-key":689,"../utils":692,"./dnssec":675,"./pem":677,"./putty":680,"./rfc4253":681,"./ssh":683,"assert-plus":583,"safer-buffer":651}],675:[function(require,module,exports){
|
|
104299
104300
|
// Copyright 2017 Joyent, Inc.
|
|
104300
104301
|
|
|
104301
104302
|
module.exports = {
|
|
@@ -104584,7 +104585,7 @@ function write(key, options) {
|
|
|
104584
104585
|
}
|
|
104585
104586
|
}
|
|
104586
104587
|
|
|
104587
|
-
},{"../dhe":670,"../key":688,"../private-key":689,"../ssh-buffer":691,"../utils":692,"assert-plus":583,"safer-buffer":
|
|
104588
|
+
},{"../dhe":670,"../key":688,"../private-key":689,"../ssh-buffer":691,"../utils":692,"assert-plus":583,"safer-buffer":651}],676:[function(require,module,exports){
|
|
104588
104589
|
// Copyright 2017 Joyent, Inc.
|
|
104589
104590
|
|
|
104590
104591
|
module.exports = {
|
|
@@ -104938,7 +104939,7 @@ function getCertType(key) {
|
|
|
104938
104939
|
throw (new Error('Unsupported key type ' + key.type));
|
|
104939
104940
|
}
|
|
104940
104941
|
|
|
104941
|
-
},{"../algs":668,"../certificate":669,"../identity":686,"../key":688,"../private-key":689,"../signature":690,"../ssh-buffer":691,"../utils":692,"./rfc4253":681,"assert-plus":583,"crypto":225,"safer-buffer":
|
|
104942
|
+
},{"../algs":668,"../certificate":669,"../identity":686,"../key":688,"../private-key":689,"../signature":690,"../ssh-buffer":691,"../utils":692,"./rfc4253":681,"assert-plus":583,"crypto":225,"safer-buffer":651}],677:[function(require,module,exports){
|
|
104942
104943
|
// Copyright 2018 Joyent, Inc.
|
|
104943
104944
|
|
|
104944
104945
|
module.exports = {
|
|
@@ -105230,7 +105231,7 @@ function write(key, options, type) {
|
|
|
105230
105231
|
return (buf.slice(0, o));
|
|
105231
105232
|
}
|
|
105232
105233
|
|
|
105233
|
-
},{"../algs":668,"../errors":672,"../key":688,"../private-key":689,"../utils":692,"./pkcs1":678,"./pkcs8":679,"./rfc4253":681,"./ssh-private":682,"asn1":582,"assert-plus":583,"crypto":225,"safer-buffer":
|
|
105234
|
+
},{"../algs":668,"../errors":672,"../key":688,"../private-key":689,"../utils":692,"./pkcs1":678,"./pkcs8":679,"./rfc4253":681,"./ssh-private":682,"asn1":582,"assert-plus":583,"crypto":225,"safer-buffer":651}],678:[function(require,module,exports){
|
|
105234
105235
|
// Copyright 2015 Joyent, Inc.
|
|
105235
105236
|
|
|
105236
105237
|
module.exports = {
|
|
@@ -105605,7 +105606,7 @@ function writePkcs1EdDSAPublic(der, key) {
|
|
|
105605
105606
|
throw (new Error('Public keys are not supported for EdDSA PKCS#1'));
|
|
105606
105607
|
}
|
|
105607
105608
|
|
|
105608
|
-
},{"../algs":668,"../key":688,"../private-key":689,"../utils":692,"./pem":677,"./pkcs8":679,"asn1":582,"assert-plus":583,"safer-buffer":
|
|
105609
|
+
},{"../algs":668,"../key":688,"../private-key":689,"../utils":692,"./pem":677,"./pkcs8":679,"asn1":582,"assert-plus":583,"safer-buffer":651}],679:[function(require,module,exports){
|
|
105609
105610
|
// Copyright 2018 Joyent, Inc.
|
|
105610
105611
|
|
|
105611
105612
|
module.exports = {
|
|
@@ -106250,7 +106251,7 @@ function writePkcs8EdDSAPrivate(key, der) {
|
|
|
106250
106251
|
utils.writeBitString(der, key.part.A.data, asn1.Ber.Context | 1);
|
|
106251
106252
|
}
|
|
106252
106253
|
|
|
106253
|
-
},{"../algs":668,"../key":688,"../private-key":689,"../utils":692,"./pem":677,"asn1":582,"assert-plus":583,"safer-buffer":
|
|
106254
|
+
},{"../algs":668,"../key":688,"../private-key":689,"../utils":692,"./pem":677,"asn1":582,"assert-plus":583,"safer-buffer":651}],680:[function(require,module,exports){
|
|
106254
106255
|
// Copyright 2018 Joyent, Inc.
|
|
106255
106256
|
|
|
106256
106257
|
module.exports = {
|
|
@@ -106446,7 +106447,7 @@ function wrap(txt, len) {
|
|
|
106446
106447
|
return (lines);
|
|
106447
106448
|
}
|
|
106448
106449
|
|
|
106449
|
-
},{"../errors":672,"../key":688,"../private-key":689,"../ssh-buffer":691,"./rfc4253":681,"assert-plus":583,"crypto":225,"safer-buffer":
|
|
106450
|
+
},{"../errors":672,"../key":688,"../private-key":689,"../ssh-buffer":691,"./rfc4253":681,"assert-plus":583,"crypto":225,"safer-buffer":651}],681:[function(require,module,exports){
|
|
106450
106451
|
// Copyright 2015 Joyent, Inc.
|
|
106451
106452
|
|
|
106452
106453
|
module.exports = {
|
|
@@ -106614,7 +106615,7 @@ function write(key, options) {
|
|
|
106614
106615
|
return (buf.toBuffer());
|
|
106615
106616
|
}
|
|
106616
106617
|
|
|
106617
|
-
},{"../algs":668,"../key":688,"../private-key":689,"../ssh-buffer":691,"../utils":692,"assert-plus":583,"safer-buffer":
|
|
106618
|
+
},{"../algs":668,"../key":688,"../private-key":689,"../ssh-buffer":691,"../utils":692,"assert-plus":583,"safer-buffer":651}],682:[function(require,module,exports){
|
|
106618
106619
|
// Copyright 2015 Joyent, Inc.
|
|
106619
106620
|
|
|
106620
106621
|
module.exports = {
|
|
@@ -106878,7 +106879,7 @@ function write(key, options) {
|
|
|
106878
106879
|
return (buf.slice(0, o));
|
|
106879
106880
|
}
|
|
106880
106881
|
|
|
106881
|
-
},{"../algs":668,"../errors":672,"../key":688,"../private-key":689,"../ssh-buffer":691,"../utils":692,"./pem":677,"./rfc4253":681,"asn1":582,"assert-plus":583,"bcrypt-pbkdf":587,"crypto":225,"safer-buffer":
|
|
106882
|
+
},{"../algs":668,"../errors":672,"../key":688,"../private-key":689,"../ssh-buffer":691,"../utils":692,"./pem":677,"./rfc4253":681,"asn1":582,"assert-plus":583,"bcrypt-pbkdf":587,"crypto":225,"safer-buffer":651}],683:[function(require,module,exports){
|
|
106882
106883
|
// Copyright 2015 Joyent, Inc.
|
|
106883
106884
|
|
|
106884
106885
|
module.exports = {
|
|
@@ -106995,7 +106996,7 @@ function write(key, options) {
|
|
|
106995
106996
|
return (Buffer.from(parts.join(' ')));
|
|
106996
106997
|
}
|
|
106997
106998
|
|
|
106998
|
-
},{"../key":688,"../private-key":689,"../utils":692,"./rfc4253":681,"./ssh-private":682,"assert-plus":583,"safer-buffer":
|
|
106999
|
+
},{"../key":688,"../private-key":689,"../utils":692,"./rfc4253":681,"./ssh-private":682,"assert-plus":583,"safer-buffer":651}],684:[function(require,module,exports){
|
|
106999
107000
|
// Copyright 2016 Joyent, Inc.
|
|
107000
107001
|
|
|
107001
107002
|
var x509 = require('./x509');
|
|
@@ -107085,7 +107086,7 @@ function write(cert, options) {
|
|
|
107085
107086
|
return (buf.slice(0, o));
|
|
107086
107087
|
}
|
|
107087
107088
|
|
|
107088
|
-
},{"../algs":668,"../certificate":669,"../identity":686,"../key":688,"../private-key":689,"../signature":690,"../utils":692,"./pem":677,"./x509":685,"asn1":582,"assert-plus":583,"safer-buffer":
|
|
107089
|
+
},{"../algs":668,"../certificate":669,"../identity":686,"../key":688,"../private-key":689,"../signature":690,"../utils":692,"./pem":677,"./x509":685,"asn1":582,"assert-plus":583,"safer-buffer":651}],685:[function(require,module,exports){
|
|
107089
107090
|
// Copyright 2017 Joyent, Inc.
|
|
107090
107091
|
|
|
107091
107092
|
module.exports = {
|
|
@@ -107839,7 +107840,7 @@ function writeBitField(setBits, bitIndex) {
|
|
|
107839
107840
|
return (bits);
|
|
107840
107841
|
}
|
|
107841
107842
|
|
|
107842
|
-
},{"../algs":668,"../certificate":669,"../identity":686,"../key":688,"../private-key":689,"../signature":690,"../utils":692,"./pem":677,"./pkcs8":679,"asn1":582,"assert-plus":583,"safer-buffer":
|
|
107843
|
+
},{"../algs":668,"../certificate":669,"../identity":686,"../key":688,"../private-key":689,"../signature":690,"../utils":692,"./pem":677,"./pkcs8":679,"asn1":582,"assert-plus":583,"safer-buffer":651}],686:[function(require,module,exports){
|
|
107843
107844
|
// Copyright 2017 Joyent, Inc.
|
|
107844
107845
|
|
|
107845
107846
|
module.exports = Identity;
|
|
@@ -108214,7 +108215,7 @@ Identity._oldVersionDetect = function (obj) {
|
|
|
108214
108215
|
return ([1, 0]);
|
|
108215
108216
|
};
|
|
108216
108217
|
|
|
108217
|
-
},{"./algs":668,"./errors":672,"./fingerprint":673,"./signature":690,"./utils":692,"asn1":582,"assert-plus":583,"crypto":225,"safer-buffer":
|
|
108218
|
+
},{"./algs":668,"./errors":672,"./fingerprint":673,"./signature":690,"./utils":692,"asn1":582,"assert-plus":583,"crypto":225,"safer-buffer":651,"util":418}],687:[function(require,module,exports){
|
|
108218
108219
|
// Copyright 2015 Joyent, Inc.
|
|
108219
108220
|
|
|
108220
108221
|
var Key = require('./key');
|
|
@@ -108803,7 +108804,7 @@ PrivateKey._oldVersionDetect = function (obj) {
|
|
|
108803
108804
|
return ([1, 0]);
|
|
108804
108805
|
};
|
|
108805
108806
|
|
|
108806
|
-
},{"./algs":668,"./dhe":670,"./ed-compat":671,"./errors":672,"./fingerprint":673,"./formats/auto":674,"./formats/dnssec":675,"./formats/pem":677,"./formats/pkcs1":678,"./formats/pkcs8":679,"./formats/putty":680,"./formats/rfc4253":681,"./formats/ssh-private":682,"./key":688,"./signature":690,"./utils":692,"assert-plus":583,"crypto":225,"safer-buffer":
|
|
108807
|
+
},{"./algs":668,"./dhe":670,"./ed-compat":671,"./errors":672,"./fingerprint":673,"./formats/auto":674,"./formats/dnssec":675,"./formats/pem":677,"./formats/pkcs1":678,"./formats/pkcs8":679,"./formats/putty":680,"./formats/rfc4253":681,"./formats/ssh-private":682,"./key":688,"./signature":690,"./utils":692,"assert-plus":583,"crypto":225,"safer-buffer":651,"tweetnacl":703,"util":418}],690:[function(require,module,exports){
|
|
108807
108808
|
// Copyright 2015 Joyent, Inc.
|
|
108808
108809
|
|
|
108809
108810
|
module.exports = Signature;
|
|
@@ -109119,7 +109120,7 @@ Signature._oldVersionDetect = function (obj) {
|
|
|
109119
109120
|
return ([1, 0]);
|
|
109120
109121
|
};
|
|
109121
109122
|
|
|
109122
|
-
},{"./algs":668,"./errors":672,"./ssh-buffer":691,"./utils":692,"asn1":582,"assert-plus":583,"crypto":225,"safer-buffer":
|
|
109123
|
+
},{"./algs":668,"./errors":672,"./ssh-buffer":691,"./utils":692,"asn1":582,"assert-plus":583,"crypto":225,"safer-buffer":651}],691:[function(require,module,exports){
|
|
109123
109124
|
// Copyright 2015 Joyent, Inc.
|
|
109124
109125
|
|
|
109125
109126
|
module.exports = SSHBuffer;
|
|
@@ -109270,7 +109271,7 @@ SSHBuffer.prototype.write = function (buf) {
|
|
|
109270
109271
|
this._offset += buf.length;
|
|
109271
109272
|
};
|
|
109272
109273
|
|
|
109273
|
-
},{"assert-plus":583,"safer-buffer":
|
|
109274
|
+
},{"assert-plus":583,"safer-buffer":651}],692:[function(require,module,exports){
|
|
109274
109275
|
// Copyright 2015 Joyent, Inc.
|
|
109275
109276
|
|
|
109276
109277
|
module.exports = {
|
|
@@ -109676,7 +109677,7 @@ function opensshCipherInfo(cipher) {
|
|
|
109676
109677
|
return (inf);
|
|
109677
109678
|
}
|
|
109678
109679
|
|
|
109679
|
-
},{"./algs":668,"./key":688,"./private-key":689,"asn1":582,"assert-plus":583,"crypto":225,"ecc-jsbn/lib/ec":593,"jsbn":
|
|
109680
|
+
},{"./algs":668,"./key":688,"./private-key":689,"asn1":582,"assert-plus":583,"crypto":225,"ecc-jsbn/lib/ec":593,"jsbn":629,"safer-buffer":651,"tweetnacl":703}],693:[function(require,module,exports){
|
|
109680
109681
|
/*!
|
|
109681
109682
|
* Copyright (c) 2015-2020, Salesforce.com, Inc.
|
|
109682
109683
|
* All rights reserved.
|
|
@@ -111434,7 +111435,7 @@ exports.canonicalDomain = canonicalDomain;
|
|
|
111434
111435
|
exports.PrefixSecurityEnum = PrefixSecurityEnum;
|
|
111435
111436
|
exports.ParameterError = validators.ParameterError;
|
|
111436
111437
|
|
|
111437
|
-
},{"./memstore":694,"./pathMatch":695,"./permuteDomain":696,"./pubsuffix-psl":697,"./store":698,"./utilHelper":699,"./validators.js":700,"./version":701,"punycode/":
|
|
111438
|
+
},{"./memstore":694,"./pathMatch":695,"./permuteDomain":696,"./pubsuffix-psl":697,"./store":698,"./utilHelper":699,"./validators.js":700,"./version":701,"punycode/":642,"universalify":704,"url-parse":706}],694:[function(require,module,exports){
|
|
111438
111439
|
/*!
|
|
111439
111440
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
111440
111441
|
* All rights reserved.
|
|
@@ -111883,7 +111884,7 @@ function getPublicSuffix(domain, options = {}) {
|
|
|
111883
111884
|
|
|
111884
111885
|
exports.getPublicSuffix = getPublicSuffix;
|
|
111885
111886
|
|
|
111886
|
-
},{"psl":
|
|
111887
|
+
},{"psl":641}],698:[function(require,module,exports){
|
|
111887
111888
|
/*!
|
|
111888
111889
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
111889
111890
|
* All rights reserved.
|
|
@@ -112351,7 +112352,7 @@ if (process.env.NODE_DEBUG && /\btunnel\b/.test(process.env.NODE_DEBUG)) {
|
|
|
112351
112352
|
exports.debug = debug // for test
|
|
112352
112353
|
|
|
112353
112354
|
}).call(this)}).call(this,require('_process'))
|
|
112354
|
-
},{"_process":347,"assert":172,"events":263,"http":406,"https":304,"net":211,"safe-buffer":
|
|
112355
|
+
},{"_process":347,"assert":172,"events":263,"http":406,"https":304,"net":211,"safe-buffer":650,"tls":211,"util":418}],703:[function(require,module,exports){
|
|
112355
112356
|
(function(nacl) {
|
|
112356
112357
|
'use strict';
|
|
112357
112358
|
|
|
@@ -116810,7 +116811,7 @@ Url.qs = qs;
|
|
|
116810
116811
|
module.exports = Url;
|
|
116811
116812
|
|
|
116812
116813
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
116813
|
-
},{"querystringify":
|
|
116814
|
+
},{"querystringify":648,"requires-port":649}],707:[function(require,module,exports){
|
|
116814
116815
|
var v1 = require('./v1');
|
|
116815
116816
|
var v4 = require('./v4');
|
|
116816
116817
|
|