slnodejs 6.1.795 → 6.1.807
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 +145 -201
- package/browser-agent/dist/browser-agent-all.min.js +4 -4
- package/browser-agent/package.json +1 -1
- package/package.json +12 -7
- package/tsOutputs/build-scanner/build-diff-process.js +17 -7
- package/tsOutputs/build-scanner/build-diff-process.js.map +1 -1
- package/tsOutputs/build-scanner/entities-mapper.js +2 -0
- package/tsOutputs/build-scanner/entities-mapper.js.map +1 -1
- package/tsOutputs/build-scanner/instrumentation/files-instrumenter.d.ts +2 -1
- package/tsOutputs/build-scanner/instrumentation/files-instrumenter.js.map +1 -1
- package/tsOutputs/build-scanner/instrumentation/process-pool/instrumenter-spawn.js.map +1 -1
- package/tsOutputs/build-scanner/instrumentation/strategies/js-instrumnetation-strategy.d.ts +2 -1
- package/tsOutputs/build-scanner/instrumentation/strategies/js-instrumnetation-strategy.js.map +1 -1
- package/tsOutputs/build-scanner/js_diff/method-signature.js +3 -1
- package/tsOutputs/build-scanner/js_diff/method-signature.js.map +1 -1
- package/tsOutputs/build-scanner/js_diff/sl-mapper.js +32 -3
- package/tsOutputs/build-scanner/js_diff/sl-mapper.js.map +1 -1
- package/tsOutputs/build-scanner/mappings/file-element-utils.js +2 -0
- package/tsOutputs/build-scanner/mappings/file-element-utils.js.map +1 -1
- package/tsOutputs/build-scanner/mappings/file-path-fixer.js +13 -10
- package/tsOutputs/build-scanner/mappings/file-path-fixer.js.map +1 -1
- package/tsOutputs/build-scanner/markup-files-parser.js +1 -0
- package/tsOutputs/build-scanner/markup-files-parser.js.map +1 -1
- package/tsOutputs/build-scanner/scm/scm-file-fixer.js +3 -2
- package/tsOutputs/build-scanner/scm/scm-file-fixer.js.map +1 -1
- package/tsOutputs/cli-parse/cli.js +3 -0
- package/tsOutputs/cli-parse/cli.js.map +1 -1
- package/tsOutputs/cli-parse/constants/constants.js +3 -2
- package/tsOutputs/cli-parse/constants/constants.js.map +1 -1
- package/tsOutputs/cli-parse/contracts.d.ts +2 -0
- package/tsOutputs/cli-parse/contracts.js.map +1 -1
- package/tsOutputs/cli-parse/executors/build-args-dto.js +1 -0
- package/tsOutputs/cli-parse/executors/build-args-dto.js.map +1 -1
- package/tsOutputs/cli-parse/executors/build-executor.js +1 -0
- package/tsOutputs/cli-parse/executors/build-executor.js.map +1 -1
- package/tsOutputs/cli-parse/executors/dry-run/build-mapping-data.js +1 -0
- package/tsOutputs/cli-parse/executors/dry-run/build-mapping-data.js.map +1 -1
- package/tsOutputs/common/agent-events/agent-events-contracts.d.ts +1 -0
- package/tsOutputs/common/agent-events/agent-events-contracts.js +1 -0
- package/tsOutputs/common/agent-events/agent-events-contracts.js.map +1 -1
- package/tsOutputs/common/agent-events/cockpit-notifier.d.ts +1 -0
- package/tsOutputs/common/agent-events/cockpit-notifier.js.map +1 -1
- package/tsOutputs/common/agent-instance-data.d.ts +2 -3
- package/tsOutputs/common/agent-instance-data.js +5 -3
- package/tsOutputs/common/agent-instance-data.js.map +1 -1
- package/tsOutputs/common/config-process/config-loader.js +2 -2
- package/tsOutputs/common/config-process/config-loader.js.map +1 -1
- package/tsOutputs/common/config-process/config-system.d.ts +1 -1
- package/tsOutputs/common/config-process/index.js +2 -2
- package/tsOutputs/common/config-process/index.js.map +1 -1
- package/tsOutputs/common/contracts.d.ts +0 -2
- package/tsOutputs/common/contracts.js.map +1 -1
- package/tsOutputs/common/footprints-process-v6/index.js.map +1 -1
- package/tsOutputs/common/http/backend-proxy-interface.d.ts +6 -1
- package/tsOutputs/common/http/backend-proxy.d.ts +6 -1
- package/tsOutputs/common/http/backend-proxy.js +32 -0
- package/tsOutputs/common/http/backend-proxy.js.map +1 -1
- package/tsOutputs/common/http/contracts.d.ts +38 -0
- package/tsOutputs/common/http/contracts.js.map +1 -1
- package/tsOutputs/common/http/dry-run-proxy.js +19 -0
- package/tsOutputs/common/http/dry-run-proxy.js.map +1 -1
- package/tsOutputs/common/http/sl-routes.d.ts +3 -0
- package/tsOutputs/common/http/sl-routes.js +9 -0
- package/tsOutputs/common/http/sl-routes.js.map +1 -1
- package/tsOutputs/common/ignored-files-handler.d.ts +10 -10
- package/tsOutputs/common/ignored-files-handler.js +5 -5
- package/tsOutputs/common/ignored-files-handler.js.map +1 -1
- package/tsOutputs/common/index.js +30 -0
- package/tsOutputs/common/index.js.map +1 -0
- package/tsOutputs/common/state-tracker-fpv6.js +2 -1
- package/tsOutputs/common/state-tracker-fpv6.js.map +1 -1
- package/tsOutputs/common/state-tracker.d.ts +1 -1
- package/tsOutputs/common/state-tracker.js.map +1 -1
- package/tsOutputs/common/utils/token-data-builder.js +6 -6
- package/tsOutputs/common/utils/token-data-builder.js.map +1 -1
- package/tsOutputs/test-listener/config-process/config-loader.js +2 -2
- package/tsOutputs/test-listener/config-process/config-loader.js.map +1 -1
- package/tsOutputs/test-listener/config-process/index.js +2 -2
- package/tsOutputs/test-listener/config-process/index.js.map +1 -1
- package/tsOutputs/test-listener/factory.d.ts +2 -2
- package/tsOutputs/test-listener/factory.js +5 -5
- package/tsOutputs/test-listener/factory.js.map +1 -1
- package/tsOutputs/test-listener/utils.js +2 -2
- package/tsOutputs/test-listener/utils.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
|
|
30621
|
+
"_where": "/var/lib/jenkins/workspace/.OnPremise.Agent.JavaScript_main/browser-agent/node_modules/browserify-sign",
|
|
30622
30622
|
"author": {
|
|
30623
30623
|
"name": "Fedor Indutny",
|
|
30624
30624
|
"email": "fedor@indutny.com"
|
|
@@ -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.807';
|
|
57139
57139
|
exports.SL_AGENT_TYPE = 'browser';
|
|
57140
57140
|
});
|
|
57141
57141
|
|
|
@@ -60080,6 +60080,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60080
60080
|
(function (AgentTypes) {
|
|
60081
60081
|
AgentTypes["BUILD_SCANNER"] = "BuildScanner";
|
|
60082
60082
|
AgentTypes["TEST_LISTENER"] = "TestListener";
|
|
60083
|
+
AgentTypes["LIGHTWEIGHT_COVERAGE_LISTENER"] = "LightweightCoverageListener";
|
|
60083
60084
|
AgentTypes["BROWSER_AGENT"] = "BrowserAgent";
|
|
60084
60085
|
AgentTypes["SLNODEJS"] = "slnodejs";
|
|
60085
60086
|
})(AgentTypes = exports.AgentTypes || (exports.AgentTypes = {}));
|
|
@@ -61089,12 +61090,14 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61089
61090
|
const fs_1 = require("fs");
|
|
61090
61091
|
const agent_instance_info_builder_1 = require("./agent-events/agent-instance-info-builder");
|
|
61091
61092
|
class AgentInstanceData {
|
|
61092
|
-
constructor(agentType, technology,
|
|
61093
|
+
constructor(agentType, technology, agentVersion) {
|
|
61093
61094
|
this.agentType = agentType;
|
|
61094
61095
|
this.technology = technology;
|
|
61095
|
-
this.
|
|
61096
|
+
this.agentVersion = agentVersion;
|
|
61096
61097
|
this.agentId = uuid();
|
|
61097
|
-
|
|
61098
|
+
if (!agentVersion) {
|
|
61099
|
+
this.agentVersion = this.resolveAgentVersion();
|
|
61100
|
+
}
|
|
61098
61101
|
}
|
|
61099
61102
|
resolveAgentVersion() {
|
|
61100
61103
|
if (this.technology === agent_events_contracts_1.AgentTechnologies.BROWSER) {
|
|
@@ -61129,7 +61132,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61129
61132
|
});
|
|
61130
61133
|
|
|
61131
61134
|
}).call(this)}).call(this,"/tsOutputs/common")
|
|
61132
|
-
},{"./agent-events/agent-events-contracts":476,"./agent-events/agent-instance-info-builder":479,"./utils/files-utils":530,"fs":211,"uuid":
|
|
61135
|
+
},{"./agent-events/agent-events-contracts":476,"./agent-events/agent-instance-info-builder":479,"./utils/files-utils":530,"fs":211,"uuid":707}],490:[function(require,module,exports){
|
|
61133
61136
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
61134
61137
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
61135
61138
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -61217,7 +61220,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61217
61220
|
const config_1 = require("./config");
|
|
61218
61221
|
const sl_env_vars_1 = require("../constants/sl-env-vars");
|
|
61219
61222
|
const fs = require("fs");
|
|
61220
|
-
const
|
|
61223
|
+
const jwt_decode_1 = require("jwt-decode");
|
|
61221
61224
|
const contracts_1 = require("../../cli-parse/contracts");
|
|
61222
61225
|
class ConfigLoader {
|
|
61223
61226
|
constructor(logger) {
|
|
@@ -61267,7 +61270,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61267
61270
|
if (!token)
|
|
61268
61271
|
return null;
|
|
61269
61272
|
try {
|
|
61270
|
-
const tokenData =
|
|
61273
|
+
const tokenData = (0, jwt_decode_1.default)(token);
|
|
61271
61274
|
if (!tokenData['x-sl-server']) {
|
|
61272
61275
|
throw new Error('Token Is Invalid. Doesn\'t Contain Server');
|
|
61273
61276
|
}
|
|
@@ -61296,7 +61299,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61296
61299
|
});
|
|
61297
61300
|
|
|
61298
61301
|
}).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":
|
|
61302
|
+
},{"../../cli-parse/contracts":475,"../constants/sl-env-vars":497,"./config":493,"./config-system":492,"_process":347,"fs":211,"jwt-decode":633}],492:[function(require,module,exports){
|
|
61300
61303
|
(function (process){(function (){
|
|
61301
61304
|
(function (factory) {
|
|
61302
61305
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -61672,7 +61675,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61672
61675
|
const events = require("events");
|
|
61673
61676
|
const config_system_1 = require("./config-system");
|
|
61674
61677
|
const assign = require("object-assign");
|
|
61675
|
-
const
|
|
61678
|
+
const jwt_decode_1 = require("jwt-decode");
|
|
61676
61679
|
class ConfigProcess extends events.EventEmitter {
|
|
61677
61680
|
constructor(cfg, watchdog, backendProxy, logger) {
|
|
61678
61681
|
super();
|
|
@@ -61734,7 +61737,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61734
61737
|
initCfg() {
|
|
61735
61738
|
if (this.cfg.token.hasValue) {
|
|
61736
61739
|
try {
|
|
61737
|
-
const tokenData =
|
|
61740
|
+
const tokenData = (0, jwt_decode_1.default)(this.cfg.token.value);
|
|
61738
61741
|
if (!tokenData['x-sl-server']) {
|
|
61739
61742
|
throw new Error('Token Is Invalid. Doesn\'t Contain Server');
|
|
61740
61743
|
}
|
|
@@ -61773,7 +61776,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61773
61776
|
exports.ConfigProcess = ConfigProcess;
|
|
61774
61777
|
});
|
|
61775
61778
|
|
|
61776
|
-
},{"./config-system":492,"events":263,"jwt-decode":
|
|
61779
|
+
},{"./config-system":492,"events":263,"jwt-decode":633,"object-assign":315}],495:[function(require,module,exports){
|
|
61777
61780
|
(function (factory) {
|
|
61778
61781
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61779
61782
|
var v = factory(require, exports);
|
|
@@ -64372,6 +64375,36 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64372
64375
|
});
|
|
64373
64376
|
});
|
|
64374
64377
|
}
|
|
64378
|
+
submitNycCoverageMap(buildSessionId, map) {
|
|
64379
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
64380
|
+
const url = sl_routes_1.SLRoutes.coverageMap(buildSessionId, 'nyc-sl-mapping');
|
|
64381
|
+
return this.submitPostRequestWithRetries(map, url);
|
|
64382
|
+
});
|
|
64383
|
+
}
|
|
64384
|
+
submitNodeV8CoverageMap(buildSessionId, map) {
|
|
64385
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
64386
|
+
const url = sl_routes_1.SLRoutes.coverageMap(buildSessionId, 'nodev8-sl-mapping');
|
|
64387
|
+
return this.submitPostRequestWithRetries(map, url);
|
|
64388
|
+
});
|
|
64389
|
+
}
|
|
64390
|
+
submitRawCoverageMapEnd(buildSessionId) {
|
|
64391
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
64392
|
+
const url = sl_routes_1.SLRoutes.coverageMapEnd(buildSessionId);
|
|
64393
|
+
return this.submitPostRequestWithRetries({}, url);
|
|
64394
|
+
});
|
|
64395
|
+
}
|
|
64396
|
+
submitNycRawCoverageHits(executionBsid, buildSessionId, testStage, hits) {
|
|
64397
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
64398
|
+
const url = sl_routes_1.SLRoutes.rawCoverageHits(executionBsid, buildSessionId, testStage, 'nyc');
|
|
64399
|
+
return this.submitPostRequestWithRetries(hits, url);
|
|
64400
|
+
});
|
|
64401
|
+
}
|
|
64402
|
+
submitNodeV8RawCoverageHits(executionBsid, buildSessionId, testStage, hits) {
|
|
64403
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
64404
|
+
const url = sl_routes_1.SLRoutes.rawCoverageHits(executionBsid, buildSessionId, testStage, 'nodev8');
|
|
64405
|
+
return this.submitPostRequestWithRetries(hits, url);
|
|
64406
|
+
});
|
|
64407
|
+
}
|
|
64375
64408
|
}
|
|
64376
64409
|
exports.BackendProxy = BackendProxy;
|
|
64377
64410
|
BackendProxy.DEFAULT_HTTP_MAX_ATTEMPTS = 6;
|
|
@@ -64747,7 +64780,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64747
64780
|
});
|
|
64748
64781
|
|
|
64749
64782
|
}).call(this)}).call(this,require('_process'),require("buffer").Buffer)
|
|
64750
|
-
},{"../../common/system-date":527,"../utils/validation-utils":532,"./contracts":518,"./http-verb":521,"_process":347,"buffer":213,"sl-request":
|
|
64783
|
+
},{"../../common/system-date":527,"../utils/validation-utils":532,"./contracts":518,"./http-verb":521,"_process":347,"buffer":213,"sl-request":651,"zlib":210}],521:[function(require,module,exports){
|
|
64751
64784
|
(function (factory) {
|
|
64752
64785
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
64753
64786
|
var v = factory(require, exports);
|
|
@@ -64934,6 +64967,15 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64934
64967
|
return SLRoutes.SLASH + SLRoutes.toUri(SLRoutes.V1) + SLRoutes.toUri(SLRoutes.LAB_IDS) + SLRoutes.toUri(labid) +
|
|
64935
64968
|
SLRoutes.toUri(SLRoutes.BUILD_SESSIONS) + SLRoutes.toUri(SLRoutes.ACTIVE);
|
|
64936
64969
|
}
|
|
64970
|
+
static coverageMap(buildSessionId, type) {
|
|
64971
|
+
return `/v1/agents/raw-coverage-maps/bsid/${SLRoutes.toUri(buildSessionId)}type/${SLRoutes.toUri(type)}version/v1`;
|
|
64972
|
+
}
|
|
64973
|
+
static coverageMapEnd(buildSessionId) {
|
|
64974
|
+
return `/v1/agents/raw-coverage-maps/bsid/${SLRoutes.toUri(buildSessionId)}end`;
|
|
64975
|
+
}
|
|
64976
|
+
static rawCoverageHits(executionBsid, buildSessionId, testStage, type) {
|
|
64977
|
+
return `/v1/agents/raw-coverage-hits/ex-bsid/${SLRoutes.toUri(executionBsid)}app-bsid/${SLRoutes.toUri(buildSessionId)}testStage/${SLRoutes.toUri(testStage)}type/${SLRoutes.toUri(type)}version/v1`;
|
|
64978
|
+
}
|
|
64937
64979
|
static toUri(uri) {
|
|
64938
64980
|
if (uri == null || uri.length == null || uri.length === 0) {
|
|
64939
64981
|
return '';
|
|
@@ -65105,7 +65147,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
65105
65147
|
return testIdentifier == null;
|
|
65106
65148
|
}
|
|
65107
65149
|
checkTestStatusAtServer(async = true) {
|
|
65108
|
-
this.backendProxy.testExecutionV4(this.cfg.labId.value, async, this.getExecutionIdForQuery())
|
|
65150
|
+
this.backendProxy.testExecutionV4(this.cfg.labId.value, async, this.getExecutionIdForQuery())
|
|
65151
|
+
.then((response) => {
|
|
65109
65152
|
this.fireExecutionEvents(response.execution);
|
|
65110
65153
|
this.notifyCockpit(response.execution);
|
|
65111
65154
|
this.currentExecution = response.execution;
|
|
@@ -67217,7 +67260,7 @@ function resolveIds(schema) {
|
|
|
67217
67260
|
return localRefs;
|
|
67218
67261
|
}
|
|
67219
67262
|
|
|
67220
|
-
},{"./schema_obj":542,"./util":544,"fast-deep-equal":597,"json-schema-traverse":629,"uri-js":
|
|
67263
|
+
},{"./schema_obj":542,"./util":544,"fast-deep-equal":597,"json-schema-traverse":629,"uri-js":705}],541:[function(require,module,exports){
|
|
67221
67264
|
'use strict';
|
|
67222
67265
|
|
|
67223
67266
|
var ruleModules = require('../dotjs')
|
|
@@ -71754,7 +71797,7 @@ Reader.prototype._readTag = function (tag) {
|
|
|
71754
71797
|
|
|
71755
71798
|
module.exports = Reader;
|
|
71756
71799
|
|
|
71757
|
-
},{"./errors":577,"./types":580,"assert":172,"safer-buffer":
|
|
71800
|
+
},{"./errors":577,"./types":580,"assert":172,"safer-buffer":650}],580:[function(require,module,exports){
|
|
71758
71801
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
71759
71802
|
|
|
71760
71803
|
|
|
@@ -72111,7 +72154,7 @@ Writer.prototype._ensure = function (len) {
|
|
|
72111
72154
|
|
|
72112
72155
|
module.exports = Writer;
|
|
72113
72156
|
|
|
72114
|
-
},{"./errors":577,"./types":580,"assert":172,"safer-buffer":
|
|
72157
|
+
},{"./errors":577,"./types":580,"assert":172,"safer-buffer":650}],582:[function(require,module,exports){
|
|
72115
72158
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
72116
72159
|
|
|
72117
72160
|
// If you have no idea what ASN.1 or BER is, see this:
|
|
@@ -73603,7 +73646,7 @@ module.exports = {
|
|
|
73603
73646
|
pbkdf: bcrypt_pbkdf
|
|
73604
73647
|
};
|
|
73605
73648
|
|
|
73606
|
-
},{"tweetnacl":
|
|
73649
|
+
},{"tweetnacl":703}],588:[function(require,module,exports){
|
|
73607
73650
|
function Caseless (dict) {
|
|
73608
73651
|
this.dict = dict || {}
|
|
73609
73652
|
}
|
|
@@ -74164,7 +74207,7 @@ exports.ECKey = function(curve, key, isPublic)
|
|
|
74164
74207
|
}
|
|
74165
74208
|
|
|
74166
74209
|
|
|
74167
|
-
},{"./lib/ec.js":593,"./lib/sec.js":594,"crypto":225,"jsbn":628,"safer-buffer":
|
|
74210
|
+
},{"./lib/ec.js":593,"./lib/sec.js":594,"crypto":225,"jsbn":628,"safer-buffer":650}],593:[function(require,module,exports){
|
|
74168
74211
|
// Basic Javascript Elliptic Curve implementation
|
|
74169
74212
|
// Ported loosely from BouncyCastle's Java EC code
|
|
74170
74213
|
// Only Fp curves implemented for now
|
|
@@ -76964,7 +77007,7 @@ module.exports = {
|
|
|
76964
77007
|
};
|
|
76965
77008
|
|
|
76966
77009
|
}).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
|
|
76967
|
-
},{"../../../browser-agent/node_modules/is-buffer/index.js":308,"./utils":624,"assert-plus":583,"crypto":225,"http":406,"jsprim":632,"sshpk":
|
|
77010
|
+
},{"../../../browser-agent/node_modules/is-buffer/index.js":308,"./utils":624,"assert-plus":583,"crypto":225,"http":406,"jsprim":632,"sshpk":687,"util":418}],624:[function(require,module,exports){
|
|
76968
77011
|
// Copyright 2012 Joyent, Inc. All rights reserved.
|
|
76969
77012
|
|
|
76970
77013
|
var assert = require('assert-plus');
|
|
@@ -77078,7 +77121,7 @@ module.exports = {
|
|
|
77078
77121
|
}
|
|
77079
77122
|
};
|
|
77080
77123
|
|
|
77081
|
-
},{"assert-plus":583,"sshpk":
|
|
77124
|
+
},{"assert-plus":583,"sshpk":687,"util":418}],625:[function(require,module,exports){
|
|
77082
77125
|
(function (Buffer){(function (){
|
|
77083
77126
|
// Copyright 2015 Joyent, Inc.
|
|
77084
77127
|
|
|
@@ -77170,7 +77213,7 @@ module.exports = {
|
|
|
77170
77213
|
};
|
|
77171
77214
|
|
|
77172
77215
|
}).call(this)}).call(this,require("buffer").Buffer)
|
|
77173
|
-
},{"./utils":624,"assert-plus":583,"buffer":213,"crypto":225,"sshpk":
|
|
77216
|
+
},{"./utils":624,"assert-plus":583,"buffer":213,"crypto":225,"sshpk":687}],626:[function(require,module,exports){
|
|
77174
77217
|
module.exports = isTypedArray
|
|
77175
77218
|
isTypedArray.strict = isStrictTypedArray
|
|
77176
77219
|
isTypedArray.loose = isLooseTypedArray
|
|
@@ -79731,110 +79774,11 @@ function mergeObjects(provided, overrides, defaults)
|
|
|
79731
79774
|
return (rv);
|
|
79732
79775
|
}
|
|
79733
79776
|
|
|
79734
|
-
},{"assert-plus":583,"extsprintf":596,"json-schema":630,"util":418,"verror":
|
|
79735
|
-
|
|
79736
|
-
* The code was extracted from:
|
|
79737
|
-
* https://github.com/davidchambers/Base64.js
|
|
79738
|
-
*/
|
|
79739
|
-
|
|
79740
|
-
var chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';
|
|
79741
|
-
|
|
79742
|
-
function InvalidCharacterError(message) {
|
|
79743
|
-
this.message = message;
|
|
79744
|
-
}
|
|
79745
|
-
|
|
79746
|
-
InvalidCharacterError.prototype = new Error();
|
|
79747
|
-
InvalidCharacterError.prototype.name = 'InvalidCharacterError';
|
|
79748
|
-
|
|
79749
|
-
function polyfill (input) {
|
|
79750
|
-
var str = String(input).replace(/=+$/, '');
|
|
79751
|
-
if (str.length % 4 == 1) {
|
|
79752
|
-
throw new InvalidCharacterError("'atob' failed: The string to be decoded is not correctly encoded.");
|
|
79753
|
-
}
|
|
79754
|
-
for (
|
|
79755
|
-
// initialize result and counters
|
|
79756
|
-
var bc = 0, bs, buffer, idx = 0, output = '';
|
|
79757
|
-
// get next character
|
|
79758
|
-
buffer = str.charAt(idx++);
|
|
79759
|
-
// character found in table? initialize bit storage and add its ascii value;
|
|
79760
|
-
~buffer && (bs = bc % 4 ? bs * 64 + buffer : buffer,
|
|
79761
|
-
// and if not first of each 4 characters,
|
|
79762
|
-
// convert the first 8 bits to one ascii character
|
|
79763
|
-
bc++ % 4) ? output += String.fromCharCode(255 & bs >> (-2 * bc & 6)) : 0
|
|
79764
|
-
) {
|
|
79765
|
-
// try to find character in table (0-63, not found => -1)
|
|
79766
|
-
buffer = chars.indexOf(buffer);
|
|
79767
|
-
}
|
|
79768
|
-
return output;
|
|
79769
|
-
}
|
|
79770
|
-
|
|
79777
|
+
},{"assert-plus":583,"extsprintf":596,"json-schema":630,"util":418,"verror":712}],633:[function(require,module,exports){
|
|
79778
|
+
"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;
|
|
79771
79779
|
|
|
79772
|
-
module.exports = typeof window !== 'undefined' && window.atob && window.atob.bind(window) || polyfill;
|
|
79773
79780
|
|
|
79774
79781
|
},{}],634:[function(require,module,exports){
|
|
79775
|
-
var atob = require('./atob');
|
|
79776
|
-
|
|
79777
|
-
function b64DecodeUnicode(str) {
|
|
79778
|
-
return decodeURIComponent(atob(str).replace(/(.)/g, function (m, p) {
|
|
79779
|
-
var code = p.charCodeAt(0).toString(16).toUpperCase();
|
|
79780
|
-
if (code.length < 2) {
|
|
79781
|
-
code = '0' + code;
|
|
79782
|
-
}
|
|
79783
|
-
return '%' + code;
|
|
79784
|
-
}));
|
|
79785
|
-
}
|
|
79786
|
-
|
|
79787
|
-
module.exports = function(str) {
|
|
79788
|
-
var output = str.replace(/-/g, "+").replace(/_/g, "/");
|
|
79789
|
-
switch (output.length % 4) {
|
|
79790
|
-
case 0:
|
|
79791
|
-
break;
|
|
79792
|
-
case 2:
|
|
79793
|
-
output += "==";
|
|
79794
|
-
break;
|
|
79795
|
-
case 3:
|
|
79796
|
-
output += "=";
|
|
79797
|
-
break;
|
|
79798
|
-
default:
|
|
79799
|
-
throw "Illegal base64url string!";
|
|
79800
|
-
}
|
|
79801
|
-
|
|
79802
|
-
try{
|
|
79803
|
-
return b64DecodeUnicode(output);
|
|
79804
|
-
} catch (err) {
|
|
79805
|
-
return atob(output);
|
|
79806
|
-
}
|
|
79807
|
-
};
|
|
79808
|
-
|
|
79809
|
-
},{"./atob":633}],635:[function(require,module,exports){
|
|
79810
|
-
'use strict';
|
|
79811
|
-
|
|
79812
|
-
var base64_url_decode = require('./base64_url_decode');
|
|
79813
|
-
|
|
79814
|
-
function InvalidTokenError(message) {
|
|
79815
|
-
this.message = message;
|
|
79816
|
-
}
|
|
79817
|
-
|
|
79818
|
-
InvalidTokenError.prototype = new Error();
|
|
79819
|
-
InvalidTokenError.prototype.name = 'InvalidTokenError';
|
|
79820
|
-
|
|
79821
|
-
module.exports = function (token,options) {
|
|
79822
|
-
if (typeof token !== 'string') {
|
|
79823
|
-
throw new InvalidTokenError('Invalid token specified');
|
|
79824
|
-
}
|
|
79825
|
-
|
|
79826
|
-
options = options || {};
|
|
79827
|
-
var pos = options.header === true ? 0 : 1;
|
|
79828
|
-
try {
|
|
79829
|
-
return JSON.parse(base64_url_decode(token.split('.')[pos]));
|
|
79830
|
-
} catch (e) {
|
|
79831
|
-
throw new InvalidTokenError('Invalid token specified: ' + e.message);
|
|
79832
|
-
}
|
|
79833
|
-
};
|
|
79834
|
-
|
|
79835
|
-
module.exports.InvalidTokenError = InvalidTokenError;
|
|
79836
|
-
|
|
79837
|
-
},{"./base64_url_decode":634}],636:[function(require,module,exports){
|
|
79838
79782
|
module.exports={
|
|
79839
79783
|
"application/1d-interleaved-parityfec": {
|
|
79840
79784
|
"source": "iana"
|
|
@@ -88355,7 +88299,7 @@ module.exports={
|
|
|
88355
88299
|
}
|
|
88356
88300
|
}
|
|
88357
88301
|
|
|
88358
|
-
},{}],
|
|
88302
|
+
},{}],635:[function(require,module,exports){
|
|
88359
88303
|
/*!
|
|
88360
88304
|
* mime-db
|
|
88361
88305
|
* Copyright(c) 2014 Jonathan Ong
|
|
@@ -88369,7 +88313,7 @@ module.exports={
|
|
|
88369
88313
|
|
|
88370
88314
|
module.exports = require('./db.json')
|
|
88371
88315
|
|
|
88372
|
-
},{"./db.json":
|
|
88316
|
+
},{"./db.json":634}],636:[function(require,module,exports){
|
|
88373
88317
|
/*!
|
|
88374
88318
|
* mime-types
|
|
88375
88319
|
* Copyright(c) 2014 Jonathan Ong
|
|
@@ -88559,7 +88503,7 @@ function populateMaps (extensions, types) {
|
|
|
88559
88503
|
})
|
|
88560
88504
|
}
|
|
88561
88505
|
|
|
88562
|
-
},{"mime-db":
|
|
88506
|
+
},{"mime-db":635,"path":339}],637:[function(require,module,exports){
|
|
88563
88507
|
var crypto = require('crypto')
|
|
88564
88508
|
|
|
88565
88509
|
function sha (key, body, algorithm) {
|
|
@@ -88706,7 +88650,7 @@ exports.plaintext = plaintext
|
|
|
88706
88650
|
exports.sign = sign
|
|
88707
88651
|
exports.rfc3986 = rfc3986
|
|
88708
88652
|
exports.generateBase = generateBase
|
|
88709
|
-
},{"crypto":225}],
|
|
88653
|
+
},{"crypto":225}],638:[function(require,module,exports){
|
|
88710
88654
|
(function (process){(function (){
|
|
88711
88655
|
// Generated by CoffeeScript 1.12.2
|
|
88712
88656
|
(function() {
|
|
@@ -88746,7 +88690,7 @@ exports.generateBase = generateBase
|
|
|
88746
88690
|
|
|
88747
88691
|
|
|
88748
88692
|
}).call(this)}).call(this,require('_process'))
|
|
88749
|
-
},{"_process":347}],
|
|
88693
|
+
},{"_process":347}],639:[function(require,module,exports){
|
|
88750
88694
|
module.exports=[
|
|
88751
88695
|
"ac",
|
|
88752
88696
|
"com.ac",
|
|
@@ -98123,7 +98067,7 @@ module.exports=[
|
|
|
98123
98067
|
"virtualserver.io",
|
|
98124
98068
|
"enterprisecloud.nu"
|
|
98125
98069
|
]
|
|
98126
|
-
},{}],
|
|
98070
|
+
},{}],640:[function(require,module,exports){
|
|
98127
98071
|
/*eslint no-var:0, prefer-arrow-callback: 0, object-shorthand: 0 */
|
|
98128
98072
|
'use strict';
|
|
98129
98073
|
|
|
@@ -98394,7 +98338,7 @@ exports.isValid = function (domain) {
|
|
|
98394
98338
|
return Boolean(parsed.domain && parsed.listed);
|
|
98395
98339
|
};
|
|
98396
98340
|
|
|
98397
|
-
},{"./data/rules.json":
|
|
98341
|
+
},{"./data/rules.json":639,"punycode":355}],641:[function(require,module,exports){
|
|
98398
98342
|
'use strict';
|
|
98399
98343
|
|
|
98400
98344
|
/** Highest positive signed 32-bit float value */
|
|
@@ -98839,7 +98783,7 @@ const punycode = {
|
|
|
98839
98783
|
|
|
98840
98784
|
module.exports = punycode;
|
|
98841
98785
|
|
|
98842
|
-
},{}],
|
|
98786
|
+
},{}],642:[function(require,module,exports){
|
|
98843
98787
|
'use strict';
|
|
98844
98788
|
|
|
98845
98789
|
var replace = String.prototype.replace;
|
|
@@ -98859,9 +98803,9 @@ module.exports = {
|
|
|
98859
98803
|
RFC3986: 'RFC3986'
|
|
98860
98804
|
};
|
|
98861
98805
|
|
|
98862
|
-
},{}],
|
|
98806
|
+
},{}],643:[function(require,module,exports){
|
|
98863
98807
|
arguments[4][357][0].apply(exports,arguments)
|
|
98864
|
-
},{"./formats":
|
|
98808
|
+
},{"./formats":642,"./parse":644,"./stringify":645,"dup":357}],644:[function(require,module,exports){
|
|
98865
98809
|
'use strict';
|
|
98866
98810
|
|
|
98867
98811
|
var utils = require('./utils');
|
|
@@ -99038,7 +98982,7 @@ module.exports = function (str, opts) {
|
|
|
99038
98982
|
return utils.compact(obj);
|
|
99039
98983
|
};
|
|
99040
98984
|
|
|
99041
|
-
},{"./utils":
|
|
98985
|
+
},{"./utils":646}],645:[function(require,module,exports){
|
|
99042
98986
|
'use strict';
|
|
99043
98987
|
|
|
99044
98988
|
var utils = require('./utils');
|
|
@@ -99257,7 +99201,7 @@ module.exports = function (object, opts) {
|
|
|
99257
99201
|
return joined.length > 0 ? prefix + joined : '';
|
|
99258
99202
|
};
|
|
99259
99203
|
|
|
99260
|
-
},{"./formats":
|
|
99204
|
+
},{"./formats":642,"./utils":646}],646:[function(require,module,exports){
|
|
99261
99205
|
'use strict';
|
|
99262
99206
|
|
|
99263
99207
|
var has = Object.prototype.hasOwnProperty;
|
|
@@ -99474,7 +99418,7 @@ module.exports = {
|
|
|
99474
99418
|
merge: merge
|
|
99475
99419
|
};
|
|
99476
99420
|
|
|
99477
|
-
},{}],
|
|
99421
|
+
},{}],647:[function(require,module,exports){
|
|
99478
99422
|
'use strict';
|
|
99479
99423
|
|
|
99480
99424
|
var has = Object.prototype.hasOwnProperty
|
|
@@ -99594,7 +99538,7 @@ function querystringify(obj, prefix) {
|
|
|
99594
99538
|
exports.stringify = querystringify;
|
|
99595
99539
|
exports.parse = querystring;
|
|
99596
99540
|
|
|
99597
|
-
},{}],
|
|
99541
|
+
},{}],648:[function(require,module,exports){
|
|
99598
99542
|
'use strict';
|
|
99599
99543
|
|
|
99600
99544
|
/**
|
|
@@ -99634,9 +99578,9 @@ module.exports = function required(port, protocol) {
|
|
|
99634
99578
|
return port !== 0;
|
|
99635
99579
|
};
|
|
99636
99580
|
|
|
99637
|
-
},{}],
|
|
99581
|
+
},{}],649:[function(require,module,exports){
|
|
99638
99582
|
arguments[4][375][0].apply(exports,arguments)
|
|
99639
|
-
},{"buffer":213,"dup":375}],
|
|
99583
|
+
},{"buffer":213,"dup":375}],650:[function(require,module,exports){
|
|
99640
99584
|
(function (process){(function (){
|
|
99641
99585
|
/* eslint-disable node/no-deprecated-api */
|
|
99642
99586
|
|
|
@@ -99717,7 +99661,7 @@ if (!safer.constants) {
|
|
|
99717
99661
|
module.exports = safer
|
|
99718
99662
|
|
|
99719
99663
|
}).call(this)}).call(this,require('_process'))
|
|
99720
|
-
},{"_process":347,"buffer":213}],
|
|
99664
|
+
},{"_process":347,"buffer":213}],651:[function(require,module,exports){
|
|
99721
99665
|
// Copyright 2010-2012 Mikeal Rogers
|
|
99722
99666
|
//
|
|
99723
99667
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -99874,7 +99818,7 @@ Object.defineProperty(request, 'debug', {
|
|
|
99874
99818
|
}
|
|
99875
99819
|
})
|
|
99876
99820
|
|
|
99877
|
-
},{"./lib/cookies":
|
|
99821
|
+
},{"./lib/cookies":653,"./lib/helpers":657,"./request":667,"extend":595}],652:[function(require,module,exports){
|
|
99878
99822
|
'use strict'
|
|
99879
99823
|
|
|
99880
99824
|
var caseless = require('caseless')
|
|
@@ -100043,7 +99987,7 @@ Auth.prototype.onResponse = function (response) {
|
|
|
100043
99987
|
|
|
100044
99988
|
exports.Auth = Auth
|
|
100045
99989
|
|
|
100046
|
-
},{"./helpers":
|
|
99990
|
+
},{"./helpers":657,"caseless":588,"uuid/v4":666}],653:[function(require,module,exports){
|
|
100047
99991
|
'use strict'
|
|
100048
99992
|
|
|
100049
99993
|
var tough = require('tough-cookie')
|
|
@@ -100083,7 +100027,7 @@ exports.jar = function (store) {
|
|
|
100083
100027
|
return new RequestJar(store)
|
|
100084
100028
|
}
|
|
100085
100029
|
|
|
100086
|
-
},{"tough-cookie":
|
|
100030
|
+
},{"tough-cookie":693}],654:[function(require,module,exports){
|
|
100087
100031
|
(function (process){(function (){
|
|
100088
100032
|
'use strict'
|
|
100089
100033
|
|
|
@@ -100166,7 +100110,7 @@ function getProxyFromURI (uri) {
|
|
|
100166
100110
|
module.exports = getProxyFromURI
|
|
100167
100111
|
|
|
100168
100112
|
}).call(this)}).call(this,require('_process'))
|
|
100169
|
-
},{"_process":347}],
|
|
100113
|
+
},{"_process":347}],655:[function(require,module,exports){
|
|
100170
100114
|
'use strict'
|
|
100171
100115
|
|
|
100172
100116
|
var fs = require('fs')
|
|
@@ -100373,7 +100317,7 @@ Har.prototype.options = function (options) {
|
|
|
100373
100317
|
|
|
100374
100318
|
exports.Har = Har
|
|
100375
100319
|
|
|
100376
|
-
},{"extend":595,"fs":211,"har-validator":620,"querystring":363}],
|
|
100320
|
+
},{"extend":595,"fs":211,"har-validator":620,"querystring":363}],656:[function(require,module,exports){
|
|
100377
100321
|
'use strict'
|
|
100378
100322
|
|
|
100379
100323
|
var crypto = require('crypto')
|
|
@@ -100464,7 +100408,7 @@ exports.header = function (uri, method, opts) {
|
|
|
100464
100408
|
return header
|
|
100465
100409
|
}
|
|
100466
100410
|
|
|
100467
|
-
},{"crypto":225}],
|
|
100411
|
+
},{"crypto":225}],657:[function(require,module,exports){
|
|
100468
100412
|
(function (process,setImmediate){(function (){
|
|
100469
100413
|
'use strict'
|
|
100470
100414
|
|
|
@@ -100534,7 +100478,7 @@ exports.version = version
|
|
|
100534
100478
|
exports.defer = defer
|
|
100535
100479
|
|
|
100536
100480
|
}).call(this)}).call(this,require('_process'),require("timers").setImmediate)
|
|
100537
|
-
},{"_process":347,"crypto":225,"json-stringify-safe":631,"safe-buffer":
|
|
100481
|
+
},{"_process":347,"crypto":225,"json-stringify-safe":631,"safe-buffer":649,"timers":412}],658:[function(require,module,exports){
|
|
100538
100482
|
'use strict'
|
|
100539
100483
|
|
|
100540
100484
|
var uuid = require('uuid/v4')
|
|
@@ -100648,7 +100592,7 @@ Multipart.prototype.onRequest = function (options) {
|
|
|
100648
100592
|
|
|
100649
100593
|
exports.Multipart = Multipart
|
|
100650
100594
|
|
|
100651
|
-
},{"combined-stream":589,"isstream":627,"safe-buffer":
|
|
100595
|
+
},{"combined-stream":589,"isstream":627,"safe-buffer":649,"uuid/v4":666}],659:[function(require,module,exports){
|
|
100652
100596
|
'use strict'
|
|
100653
100597
|
|
|
100654
100598
|
var url = require('url')
|
|
@@ -100798,7 +100742,7 @@ OAuth.prototype.onRequest = function (_oauth) {
|
|
|
100798
100742
|
|
|
100799
100743
|
exports.OAuth = OAuth
|
|
100800
100744
|
|
|
100801
|
-
},{"caseless":588,"crypto":225,"oauth-sign":
|
|
100745
|
+
},{"caseless":588,"crypto":225,"oauth-sign":637,"qs":643,"safe-buffer":649,"url":414,"uuid/v4":666}],660:[function(require,module,exports){
|
|
100802
100746
|
'use strict'
|
|
100803
100747
|
|
|
100804
100748
|
var qs = require('qs')
|
|
@@ -100850,7 +100794,7 @@ Querystring.prototype.unescape = querystring.unescape
|
|
|
100850
100794
|
|
|
100851
100795
|
exports.Querystring = Querystring
|
|
100852
100796
|
|
|
100853
|
-
},{"qs":
|
|
100797
|
+
},{"qs":643,"querystring":363}],661:[function(require,module,exports){
|
|
100854
100798
|
'use strict'
|
|
100855
100799
|
|
|
100856
100800
|
var url = require('url')
|
|
@@ -101006,7 +100950,7 @@ Redirect.prototype.onResponse = function (response) {
|
|
|
101006
100950
|
|
|
101007
100951
|
exports.Redirect = Redirect
|
|
101008
100952
|
|
|
101009
|
-
},{"url":414}],
|
|
100953
|
+
},{"url":414}],662:[function(require,module,exports){
|
|
101010
100954
|
'use strict'
|
|
101011
100955
|
|
|
101012
100956
|
var url = require('url')
|
|
@@ -101183,11 +101127,11 @@ Tunnel.defaultProxyHeaderWhiteList = defaultProxyHeaderWhiteList
|
|
|
101183
101127
|
Tunnel.defaultProxyHeaderExclusiveList = defaultProxyHeaderExclusiveList
|
|
101184
101128
|
exports.Tunnel = Tunnel
|
|
101185
101129
|
|
|
101186
|
-
},{"tunnel-agent":
|
|
101130
|
+
},{"tunnel-agent":702,"url":414}],663:[function(require,module,exports){
|
|
101187
101131
|
/* eslint-env browser */
|
|
101188
101132
|
module.exports = typeof self == 'object' ? self.FormData : window.FormData;
|
|
101189
101133
|
|
|
101190
|
-
},{}],
|
|
101134
|
+
},{}],664:[function(require,module,exports){
|
|
101191
101135
|
/**
|
|
101192
101136
|
* Convert array of 16 byte values to UUID string format of the form:
|
|
101193
101137
|
* XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
|
|
@@ -101215,7 +101159,7 @@ function bytesToUuid(buf, offset) {
|
|
|
101215
101159
|
|
|
101216
101160
|
module.exports = bytesToUuid;
|
|
101217
101161
|
|
|
101218
|
-
},{}],
|
|
101162
|
+
},{}],665:[function(require,module,exports){
|
|
101219
101163
|
// Unique ID creation requires a high quality random # generator. In the
|
|
101220
101164
|
// browser this is a little complicated due to unknown quality of Math.random()
|
|
101221
101165
|
// and inconsistent support for the `crypto` API. We do the best we can via
|
|
@@ -101251,7 +101195,7 @@ if (getRandomValues) {
|
|
|
101251
101195
|
};
|
|
101252
101196
|
}
|
|
101253
101197
|
|
|
101254
|
-
},{}],
|
|
101198
|
+
},{}],666:[function(require,module,exports){
|
|
101255
101199
|
var rng = require('./lib/rng');
|
|
101256
101200
|
var bytesToUuid = require('./lib/bytesToUuid');
|
|
101257
101201
|
|
|
@@ -101282,7 +101226,7 @@ function v4(options, buf, offset) {
|
|
|
101282
101226
|
|
|
101283
101227
|
module.exports = v4;
|
|
101284
101228
|
|
|
101285
|
-
},{"./lib/bytesToUuid":
|
|
101229
|
+
},{"./lib/bytesToUuid":664,"./lib/rng":665}],667:[function(require,module,exports){
|
|
101286
101230
|
(function (process){(function (){
|
|
101287
101231
|
'use strict'
|
|
101288
101232
|
|
|
@@ -102839,7 +102783,7 @@ Request.prototype.toJSON = requestToJSON
|
|
|
102839
102783
|
module.exports = Request
|
|
102840
102784
|
|
|
102841
102785
|
}).call(this)}).call(this,require('_process'))
|
|
102842
|
-
},{"./lib/auth":
|
|
102786
|
+
},{"./lib/auth":652,"./lib/cookies":653,"./lib/getProxyFromURI":654,"./lib/har":655,"./lib/hawk":656,"./lib/helpers":657,"./lib/multipart":658,"./lib/oauth":659,"./lib/querystring":660,"./lib/redirect":661,"./lib/tunnel":662,"_process":347,"aws-sign2":584,"aws4":585,"caseless":588,"extend":595,"forever-agent":599,"form-data":663,"http":406,"http-signature":621,"https":304,"is-typedarray":626,"isstream":627,"mime-types":636,"performance-now":638,"safe-buffer":649,"stream":405,"url":414,"util":418,"zlib":210}],668:[function(require,module,exports){
|
|
102843
102787
|
// Copyright 2015 Joyent, Inc.
|
|
102844
102788
|
|
|
102845
102789
|
var Buffer = require('safer-buffer').Buffer;
|
|
@@ -103009,7 +102953,7 @@ module.exports = {
|
|
|
103009
102953
|
curves: curves
|
|
103010
102954
|
};
|
|
103011
102955
|
|
|
103012
|
-
},{"safer-buffer":
|
|
102956
|
+
},{"safer-buffer":650}],669:[function(require,module,exports){
|
|
103013
102957
|
// Copyright 2016 Joyent, Inc.
|
|
103014
102958
|
|
|
103015
102959
|
module.exports = Certificate;
|
|
@@ -103421,7 +103365,7 @@ Certificate._oldVersionDetect = function (obj) {
|
|
|
103421
103365
|
return ([1, 0]);
|
|
103422
103366
|
};
|
|
103423
103367
|
|
|
103424
|
-
},{"./algs":
|
|
103368
|
+
},{"./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":650,"util":418}],670:[function(require,module,exports){
|
|
103425
103369
|
// Copyright 2017 Joyent, Inc.
|
|
103426
103370
|
|
|
103427
103371
|
module.exports = {
|
|
@@ -103820,7 +103764,7 @@ function generateECDSA(curve) {
|
|
|
103820
103764
|
}
|
|
103821
103765
|
}
|
|
103822
103766
|
|
|
103823
|
-
},{"./algs":
|
|
103767
|
+
},{"./algs":668,"./key":688,"./private-key":689,"./utils":692,"assert-plus":583,"crypto":225,"ecc-jsbn":592,"ecc-jsbn/lib/ec":593,"jsbn":628,"safer-buffer":650,"tweetnacl":703}],671:[function(require,module,exports){
|
|
103824
103768
|
// Copyright 2015 Joyent, Inc.
|
|
103825
103769
|
|
|
103826
103770
|
module.exports = {
|
|
@@ -103914,7 +103858,7 @@ Signer.prototype.sign = function () {
|
|
|
103914
103858
|
return (sigObj);
|
|
103915
103859
|
};
|
|
103916
103860
|
|
|
103917
|
-
},{"./signature":
|
|
103861
|
+
},{"./signature":690,"assert-plus":583,"safer-buffer":650,"stream":405,"tweetnacl":703,"util":418}],672:[function(require,module,exports){
|
|
103918
103862
|
// Copyright 2015 Joyent, Inc.
|
|
103919
103863
|
|
|
103920
103864
|
var assert = require('assert-plus');
|
|
@@ -104000,7 +103944,7 @@ module.exports = {
|
|
|
104000
103944
|
CertificateParseError: CertificateParseError
|
|
104001
103945
|
};
|
|
104002
103946
|
|
|
104003
|
-
},{"assert-plus":583,"util":418}],
|
|
103947
|
+
},{"assert-plus":583,"util":418}],673:[function(require,module,exports){
|
|
104004
103948
|
// Copyright 2018 Joyent, Inc.
|
|
104005
103949
|
|
|
104006
103950
|
module.exports = Fingerprint;
|
|
@@ -104222,7 +104166,7 @@ Fingerprint._oldVersionDetect = function (obj) {
|
|
|
104222
104166
|
return ([1, 0]);
|
|
104223
104167
|
};
|
|
104224
104168
|
|
|
104225
|
-
},{"./algs":
|
|
104169
|
+
},{"./algs":668,"./certificate":669,"./errors":672,"./key":688,"./private-key":689,"./utils":692,"assert-plus":583,"crypto":225,"safer-buffer":650}],674:[function(require,module,exports){
|
|
104226
104170
|
// Copyright 2018 Joyent, Inc.
|
|
104227
104171
|
|
|
104228
104172
|
module.exports = {
|
|
@@ -104348,7 +104292,7 @@ function write(key, options) {
|
|
|
104348
104292
|
throw (new Error('"auto" format cannot be used for writing'));
|
|
104349
104293
|
}
|
|
104350
104294
|
|
|
104351
|
-
},{"../key":
|
|
104295
|
+
},{"../key":688,"../private-key":689,"../utils":692,"./dnssec":675,"./pem":677,"./putty":680,"./rfc4253":681,"./ssh":683,"assert-plus":583,"safer-buffer":650}],675:[function(require,module,exports){
|
|
104352
104296
|
// Copyright 2017 Joyent, Inc.
|
|
104353
104297
|
|
|
104354
104298
|
module.exports = {
|
|
@@ -104637,7 +104581,7 @@ function write(key, options) {
|
|
|
104637
104581
|
}
|
|
104638
104582
|
}
|
|
104639
104583
|
|
|
104640
|
-
},{"../dhe":
|
|
104584
|
+
},{"../dhe":670,"../key":688,"../private-key":689,"../ssh-buffer":691,"../utils":692,"assert-plus":583,"safer-buffer":650}],676:[function(require,module,exports){
|
|
104641
104585
|
// Copyright 2017 Joyent, Inc.
|
|
104642
104586
|
|
|
104643
104587
|
module.exports = {
|
|
@@ -104991,7 +104935,7 @@ function getCertType(key) {
|
|
|
104991
104935
|
throw (new Error('Unsupported key type ' + key.type));
|
|
104992
104936
|
}
|
|
104993
104937
|
|
|
104994
|
-
},{"../algs":
|
|
104938
|
+
},{"../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":650}],677:[function(require,module,exports){
|
|
104995
104939
|
// Copyright 2018 Joyent, Inc.
|
|
104996
104940
|
|
|
104997
104941
|
module.exports = {
|
|
@@ -105283,7 +105227,7 @@ function write(key, options, type) {
|
|
|
105283
105227
|
return (buf.slice(0, o));
|
|
105284
105228
|
}
|
|
105285
105229
|
|
|
105286
|
-
},{"../algs":
|
|
105230
|
+
},{"../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":650}],678:[function(require,module,exports){
|
|
105287
105231
|
// Copyright 2015 Joyent, Inc.
|
|
105288
105232
|
|
|
105289
105233
|
module.exports = {
|
|
@@ -105658,7 +105602,7 @@ function writePkcs1EdDSAPublic(der, key) {
|
|
|
105658
105602
|
throw (new Error('Public keys are not supported for EdDSA PKCS#1'));
|
|
105659
105603
|
}
|
|
105660
105604
|
|
|
105661
|
-
},{"../algs":
|
|
105605
|
+
},{"../algs":668,"../key":688,"../private-key":689,"../utils":692,"./pem":677,"./pkcs8":679,"asn1":582,"assert-plus":583,"safer-buffer":650}],679:[function(require,module,exports){
|
|
105662
105606
|
// Copyright 2018 Joyent, Inc.
|
|
105663
105607
|
|
|
105664
105608
|
module.exports = {
|
|
@@ -106303,7 +106247,7 @@ function writePkcs8EdDSAPrivate(key, der) {
|
|
|
106303
106247
|
utils.writeBitString(der, key.part.A.data, asn1.Ber.Context | 1);
|
|
106304
106248
|
}
|
|
106305
106249
|
|
|
106306
|
-
},{"../algs":
|
|
106250
|
+
},{"../algs":668,"../key":688,"../private-key":689,"../utils":692,"./pem":677,"asn1":582,"assert-plus":583,"safer-buffer":650}],680:[function(require,module,exports){
|
|
106307
106251
|
// Copyright 2018 Joyent, Inc.
|
|
106308
106252
|
|
|
106309
106253
|
module.exports = {
|
|
@@ -106499,7 +106443,7 @@ function wrap(txt, len) {
|
|
|
106499
106443
|
return (lines);
|
|
106500
106444
|
}
|
|
106501
106445
|
|
|
106502
|
-
},{"../errors":
|
|
106446
|
+
},{"../errors":672,"../key":688,"../private-key":689,"../ssh-buffer":691,"./rfc4253":681,"assert-plus":583,"crypto":225,"safer-buffer":650}],681:[function(require,module,exports){
|
|
106503
106447
|
// Copyright 2015 Joyent, Inc.
|
|
106504
106448
|
|
|
106505
106449
|
module.exports = {
|
|
@@ -106667,7 +106611,7 @@ function write(key, options) {
|
|
|
106667
106611
|
return (buf.toBuffer());
|
|
106668
106612
|
}
|
|
106669
106613
|
|
|
106670
|
-
},{"../algs":
|
|
106614
|
+
},{"../algs":668,"../key":688,"../private-key":689,"../ssh-buffer":691,"../utils":692,"assert-plus":583,"safer-buffer":650}],682:[function(require,module,exports){
|
|
106671
106615
|
// Copyright 2015 Joyent, Inc.
|
|
106672
106616
|
|
|
106673
106617
|
module.exports = {
|
|
@@ -106931,7 +106875,7 @@ function write(key, options) {
|
|
|
106931
106875
|
return (buf.slice(0, o));
|
|
106932
106876
|
}
|
|
106933
106877
|
|
|
106934
|
-
},{"../algs":
|
|
106878
|
+
},{"../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":650}],683:[function(require,module,exports){
|
|
106935
106879
|
// Copyright 2015 Joyent, Inc.
|
|
106936
106880
|
|
|
106937
106881
|
module.exports = {
|
|
@@ -107048,7 +106992,7 @@ function write(key, options) {
|
|
|
107048
106992
|
return (Buffer.from(parts.join(' ')));
|
|
107049
106993
|
}
|
|
107050
106994
|
|
|
107051
|
-
},{"../key":
|
|
106995
|
+
},{"../key":688,"../private-key":689,"../utils":692,"./rfc4253":681,"./ssh-private":682,"assert-plus":583,"safer-buffer":650}],684:[function(require,module,exports){
|
|
107052
106996
|
// Copyright 2016 Joyent, Inc.
|
|
107053
106997
|
|
|
107054
106998
|
var x509 = require('./x509');
|
|
@@ -107138,7 +107082,7 @@ function write(cert, options) {
|
|
|
107138
107082
|
return (buf.slice(0, o));
|
|
107139
107083
|
}
|
|
107140
107084
|
|
|
107141
|
-
},{"../algs":
|
|
107085
|
+
},{"../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":650}],685:[function(require,module,exports){
|
|
107142
107086
|
// Copyright 2017 Joyent, Inc.
|
|
107143
107087
|
|
|
107144
107088
|
module.exports = {
|
|
@@ -107892,7 +107836,7 @@ function writeBitField(setBits, bitIndex) {
|
|
|
107892
107836
|
return (bits);
|
|
107893
107837
|
}
|
|
107894
107838
|
|
|
107895
|
-
},{"../algs":
|
|
107839
|
+
},{"../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":650}],686:[function(require,module,exports){
|
|
107896
107840
|
// Copyright 2017 Joyent, Inc.
|
|
107897
107841
|
|
|
107898
107842
|
module.exports = Identity;
|
|
@@ -108267,7 +108211,7 @@ Identity._oldVersionDetect = function (obj) {
|
|
|
108267
108211
|
return ([1, 0]);
|
|
108268
108212
|
};
|
|
108269
108213
|
|
|
108270
|
-
},{"./algs":
|
|
108214
|
+
},{"./algs":668,"./errors":672,"./fingerprint":673,"./signature":690,"./utils":692,"asn1":582,"assert-plus":583,"crypto":225,"safer-buffer":650,"util":418}],687:[function(require,module,exports){
|
|
108271
108215
|
// Copyright 2015 Joyent, Inc.
|
|
108272
108216
|
|
|
108273
108217
|
var Key = require('./key');
|
|
@@ -108309,7 +108253,7 @@ module.exports = {
|
|
|
108309
108253
|
CertificateParseError: errs.CertificateParseError
|
|
108310
108254
|
};
|
|
108311
108255
|
|
|
108312
|
-
},{"./certificate":
|
|
108256
|
+
},{"./certificate":669,"./errors":672,"./fingerprint":673,"./identity":686,"./key":688,"./private-key":689,"./signature":690}],688:[function(require,module,exports){
|
|
108313
108257
|
(function (Buffer){(function (){
|
|
108314
108258
|
// Copyright 2018 Joyent, Inc.
|
|
108315
108259
|
|
|
@@ -108607,7 +108551,7 @@ Key._oldVersionDetect = function (obj) {
|
|
|
108607
108551
|
};
|
|
108608
108552
|
|
|
108609
108553
|
}).call(this)}).call(this,{"isBuffer":require("../../../browser-agent/node_modules/is-buffer/index.js")})
|
|
108610
|
-
},{"../../../browser-agent/node_modules/is-buffer/index.js":308,"./algs":
|
|
108554
|
+
},{"../../../browser-agent/node_modules/is-buffer/index.js":308,"./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":683,"./formats/ssh-private":682,"./private-key":689,"./signature":690,"./utils":692,"assert-plus":583,"crypto":225}],689:[function(require,module,exports){
|
|
108611
108555
|
// Copyright 2017 Joyent, Inc.
|
|
108612
108556
|
|
|
108613
108557
|
module.exports = PrivateKey;
|
|
@@ -108856,7 +108800,7 @@ PrivateKey._oldVersionDetect = function (obj) {
|
|
|
108856
108800
|
return ([1, 0]);
|
|
108857
108801
|
};
|
|
108858
108802
|
|
|
108859
|
-
},{"./algs":
|
|
108803
|
+
},{"./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":650,"tweetnacl":703,"util":418}],690:[function(require,module,exports){
|
|
108860
108804
|
// Copyright 2015 Joyent, Inc.
|
|
108861
108805
|
|
|
108862
108806
|
module.exports = Signature;
|
|
@@ -109172,7 +109116,7 @@ Signature._oldVersionDetect = function (obj) {
|
|
|
109172
109116
|
return ([1, 0]);
|
|
109173
109117
|
};
|
|
109174
109118
|
|
|
109175
|
-
},{"./algs":
|
|
109119
|
+
},{"./algs":668,"./errors":672,"./ssh-buffer":691,"./utils":692,"asn1":582,"assert-plus":583,"crypto":225,"safer-buffer":650}],691:[function(require,module,exports){
|
|
109176
109120
|
// Copyright 2015 Joyent, Inc.
|
|
109177
109121
|
|
|
109178
109122
|
module.exports = SSHBuffer;
|
|
@@ -109323,7 +109267,7 @@ SSHBuffer.prototype.write = function (buf) {
|
|
|
109323
109267
|
this._offset += buf.length;
|
|
109324
109268
|
};
|
|
109325
109269
|
|
|
109326
|
-
},{"assert-plus":583,"safer-buffer":
|
|
109270
|
+
},{"assert-plus":583,"safer-buffer":650}],692:[function(require,module,exports){
|
|
109327
109271
|
// Copyright 2015 Joyent, Inc.
|
|
109328
109272
|
|
|
109329
109273
|
module.exports = {
|
|
@@ -109729,7 +109673,7 @@ function opensshCipherInfo(cipher) {
|
|
|
109729
109673
|
return (inf);
|
|
109730
109674
|
}
|
|
109731
109675
|
|
|
109732
|
-
},{"./algs":
|
|
109676
|
+
},{"./algs":668,"./key":688,"./private-key":689,"asn1":582,"assert-plus":583,"crypto":225,"ecc-jsbn/lib/ec":593,"jsbn":628,"safer-buffer":650,"tweetnacl":703}],693:[function(require,module,exports){
|
|
109733
109677
|
/*!
|
|
109734
109678
|
* Copyright (c) 2015-2020, Salesforce.com, Inc.
|
|
109735
109679
|
* All rights reserved.
|
|
@@ -111487,7 +111431,7 @@ exports.canonicalDomain = canonicalDomain;
|
|
|
111487
111431
|
exports.PrefixSecurityEnum = PrefixSecurityEnum;
|
|
111488
111432
|
exports.ParameterError = validators.ParameterError;
|
|
111489
111433
|
|
|
111490
|
-
},{"./memstore":
|
|
111434
|
+
},{"./memstore":694,"./pathMatch":695,"./permuteDomain":696,"./pubsuffix-psl":697,"./store":698,"./utilHelper":699,"./validators.js":700,"./version":701,"punycode/":641,"universalify":704,"url-parse":706}],694:[function(require,module,exports){
|
|
111491
111435
|
/*!
|
|
111492
111436
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
111493
111437
|
* All rights reserved.
|
|
@@ -111731,7 +111675,7 @@ function formatPath(pathName, pathValue) {
|
|
|
111731
111675
|
|
|
111732
111676
|
exports.inspectFallback = inspectFallback;
|
|
111733
111677
|
|
|
111734
|
-
},{"./pathMatch":
|
|
111678
|
+
},{"./pathMatch":695,"./permuteDomain":696,"./store":698,"./utilHelper":699,"universalify":704}],695:[function(require,module,exports){
|
|
111735
111679
|
/*!
|
|
111736
111680
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
111737
111681
|
* All rights reserved.
|
|
@@ -111794,7 +111738,7 @@ function pathMatch(reqPath, cookiePath) {
|
|
|
111794
111738
|
|
|
111795
111739
|
exports.pathMatch = pathMatch;
|
|
111796
111740
|
|
|
111797
|
-
},{}],
|
|
111741
|
+
},{}],696:[function(require,module,exports){
|
|
111798
111742
|
/*!
|
|
111799
111743
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
111800
111744
|
* All rights reserved.
|
|
@@ -111861,7 +111805,7 @@ function permuteDomain(domain, allowSpecialUseDomain) {
|
|
|
111861
111805
|
|
|
111862
111806
|
exports.permuteDomain = permuteDomain;
|
|
111863
111807
|
|
|
111864
|
-
},{"./pubsuffix-psl":
|
|
111808
|
+
},{"./pubsuffix-psl":697}],697:[function(require,module,exports){
|
|
111865
111809
|
/*!
|
|
111866
111810
|
* Copyright (c) 2018, Salesforce.com, Inc.
|
|
111867
111811
|
* All rights reserved.
|
|
@@ -111936,7 +111880,7 @@ function getPublicSuffix(domain, options = {}) {
|
|
|
111936
111880
|
|
|
111937
111881
|
exports.getPublicSuffix = getPublicSuffix;
|
|
111938
111882
|
|
|
111939
|
-
},{"psl":
|
|
111883
|
+
},{"psl":640}],698:[function(require,module,exports){
|
|
111940
111884
|
/*!
|
|
111941
111885
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
111942
111886
|
* All rights reserved.
|
|
@@ -112014,7 +111958,7 @@ class Store {
|
|
|
112014
111958
|
|
|
112015
111959
|
exports.Store = Store;
|
|
112016
111960
|
|
|
112017
|
-
},{}],
|
|
111961
|
+
},{}],699:[function(require,module,exports){
|
|
112018
111962
|
function requireUtil() {
|
|
112019
111963
|
try {
|
|
112020
111964
|
// eslint-disable-next-line no-restricted-modules
|
|
@@ -112055,7 +111999,7 @@ exports.getCustomInspectSymbol = function getCustomInspectSymbol(options = {}) {
|
|
|
112055
111999
|
);
|
|
112056
112000
|
};
|
|
112057
112001
|
|
|
112058
|
-
},{"util":418}],
|
|
112002
|
+
},{"util":418}],700:[function(require,module,exports){
|
|
112059
112003
|
/* ************************************************************************************
|
|
112060
112004
|
Extracted from check-types.js
|
|
112061
112005
|
https://gitlab.com/philbooth/check-types.js
|
|
@@ -112152,11 +112096,11 @@ exports.isString = isString;
|
|
|
112152
112096
|
exports.isObject = isObject;
|
|
112153
112097
|
exports.validate = validate;
|
|
112154
112098
|
|
|
112155
|
-
},{}],
|
|
112099
|
+
},{}],701:[function(require,module,exports){
|
|
112156
112100
|
// generated by genversion
|
|
112157
112101
|
module.exports = '4.1.3'
|
|
112158
112102
|
|
|
112159
|
-
},{}],
|
|
112103
|
+
},{}],702:[function(require,module,exports){
|
|
112160
112104
|
(function (process){(function (){
|
|
112161
112105
|
'use strict'
|
|
112162
112106
|
|
|
@@ -112404,7 +112348,7 @@ if (process.env.NODE_DEBUG && /\btunnel\b/.test(process.env.NODE_DEBUG)) {
|
|
|
112404
112348
|
exports.debug = debug // for test
|
|
112405
112349
|
|
|
112406
112350
|
}).call(this)}).call(this,require('_process'))
|
|
112407
|
-
},{"_process":347,"assert":172,"events":263,"http":406,"https":304,"net":211,"safe-buffer":
|
|
112351
|
+
},{"_process":347,"assert":172,"events":263,"http":406,"https":304,"net":211,"safe-buffer":649,"tls":211,"util":418}],703:[function(require,module,exports){
|
|
112408
112352
|
(function(nacl) {
|
|
112409
112353
|
'use strict';
|
|
112410
112354
|
|
|
@@ -114794,7 +114738,7 @@ nacl.setPRNG = function(fn) {
|
|
|
114794
114738
|
|
|
114795
114739
|
})(typeof module !== 'undefined' && module.exports ? module.exports : (self.nacl = self.nacl || {}));
|
|
114796
114740
|
|
|
114797
|
-
},{"crypto":176}],
|
|
114741
|
+
},{"crypto":176}],704:[function(require,module,exports){
|
|
114798
114742
|
'use strict'
|
|
114799
114743
|
|
|
114800
114744
|
exports.fromCallback = function (fn) {
|
|
@@ -114825,7 +114769,7 @@ exports.fromPromise = function (fn) {
|
|
|
114825
114769
|
}, 'name', { value: fn.name })
|
|
114826
114770
|
}
|
|
114827
114771
|
|
|
114828
|
-
},{}],
|
|
114772
|
+
},{}],705:[function(require,module,exports){
|
|
114829
114773
|
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|
|
114830
114774
|
(function (global, factory) {
|
|
114831
114775
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
|
@@ -116270,7 +116214,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
116270
116214
|
})));
|
|
116271
116215
|
|
|
116272
116216
|
|
|
116273
|
-
},{}],
|
|
116217
|
+
},{}],706:[function(require,module,exports){
|
|
116274
116218
|
(function (global){(function (){
|
|
116275
116219
|
'use strict';
|
|
116276
116220
|
|
|
@@ -116863,7 +116807,7 @@ Url.qs = qs;
|
|
|
116863
116807
|
module.exports = Url;
|
|
116864
116808
|
|
|
116865
116809
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
116866
|
-
},{"querystringify":
|
|
116810
|
+
},{"querystringify":647,"requires-port":648}],707:[function(require,module,exports){
|
|
116867
116811
|
var v1 = require('./v1');
|
|
116868
116812
|
var v4 = require('./v4');
|
|
116869
116813
|
|
|
@@ -116873,7 +116817,7 @@ uuid.v4 = v4;
|
|
|
116873
116817
|
|
|
116874
116818
|
module.exports = uuid;
|
|
116875
116819
|
|
|
116876
|
-
},{"./v1":
|
|
116820
|
+
},{"./v1":710,"./v4":711}],708:[function(require,module,exports){
|
|
116877
116821
|
/**
|
|
116878
116822
|
* Convert array of 16 byte values to UUID string format of the form:
|
|
116879
116823
|
* XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
|
|
@@ -116898,7 +116842,7 @@ function bytesToUuid(buf, offset) {
|
|
|
116898
116842
|
|
|
116899
116843
|
module.exports = bytesToUuid;
|
|
116900
116844
|
|
|
116901
|
-
},{}],
|
|
116845
|
+
},{}],709:[function(require,module,exports){
|
|
116902
116846
|
(function (global){(function (){
|
|
116903
116847
|
// Unique ID creation requires a high quality random # generator. In the
|
|
116904
116848
|
// browser this is a little complicated due to unknown quality of Math.random()
|
|
@@ -116935,7 +116879,7 @@ if (!rng) {
|
|
|
116935
116879
|
module.exports = rng;
|
|
116936
116880
|
|
|
116937
116881
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
116938
|
-
},{}],
|
|
116882
|
+
},{}],710:[function(require,module,exports){
|
|
116939
116883
|
var rng = require('./lib/rng');
|
|
116940
116884
|
var bytesToUuid = require('./lib/bytesToUuid');
|
|
116941
116885
|
|
|
@@ -117037,7 +116981,7 @@ function v1(options, buf, offset) {
|
|
|
117037
116981
|
|
|
117038
116982
|
module.exports = v1;
|
|
117039
116983
|
|
|
117040
|
-
},{"./lib/bytesToUuid":
|
|
116984
|
+
},{"./lib/bytesToUuid":708,"./lib/rng":709}],711:[function(require,module,exports){
|
|
117041
116985
|
var rng = require('./lib/rng');
|
|
117042
116986
|
var bytesToUuid = require('./lib/bytesToUuid');
|
|
117043
116987
|
|
|
@@ -117068,7 +117012,7 @@ function v4(options, buf, offset) {
|
|
|
117068
117012
|
|
|
117069
117013
|
module.exports = v4;
|
|
117070
117014
|
|
|
117071
|
-
},{"./lib/bytesToUuid":
|
|
117015
|
+
},{"./lib/bytesToUuid":708,"./lib/rng":709}],712:[function(require,module,exports){
|
|
117072
117016
|
/*
|
|
117073
117017
|
* verror.js: richer JavaScript errors
|
|
117074
117018
|
*/
|