slnodejs 6.1.798 → 6.1.810
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 +146 -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/api.d.ts +1 -1
- package/tsOutputs/api.js +10 -2
- 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/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/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"
|
|
@@ -45350,6 +45350,7 @@ var parseValues = function parseQueryStringValues(str, options) {
|
|
|
45350
45350
|
var obj = { __proto__: null };
|
|
45351
45351
|
|
|
45352
45352
|
var cleanStr = options.ignoreQueryPrefix ? str.replace(/^\?/, '') : str;
|
|
45353
|
+
cleanStr = cleanStr.replace(/%5B/gi, '[').replace(/%5D/gi, ']');
|
|
45353
45354
|
var limit = options.parameterLimit === Infinity ? undefined : options.parameterLimit;
|
|
45354
45355
|
var parts = cleanStr.split(options.delimiter, limit);
|
|
45355
45356
|
var skipIndex = -1; // Keep track of where the utf8 sentinel was found
|
|
@@ -57135,7 +57136,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
57135
57136
|
"use strict";
|
|
57136
57137
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
57137
57138
|
exports.SL_AGENT_TYPE = exports.SL_AGENT_VERSION = void 0;
|
|
57138
|
-
exports.SL_AGENT_VERSION = '6.1.
|
|
57139
|
+
exports.SL_AGENT_VERSION = '6.1.810';
|
|
57139
57140
|
exports.SL_AGENT_TYPE = 'browser';
|
|
57140
57141
|
});
|
|
57141
57142
|
|
|
@@ -60080,6 +60081,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
60080
60081
|
(function (AgentTypes) {
|
|
60081
60082
|
AgentTypes["BUILD_SCANNER"] = "BuildScanner";
|
|
60082
60083
|
AgentTypes["TEST_LISTENER"] = "TestListener";
|
|
60084
|
+
AgentTypes["LIGHTWEIGHT_COVERAGE_LISTENER"] = "LightweightCoverageListener";
|
|
60083
60085
|
AgentTypes["BROWSER_AGENT"] = "BrowserAgent";
|
|
60084
60086
|
AgentTypes["SLNODEJS"] = "slnodejs";
|
|
60085
60087
|
})(AgentTypes = exports.AgentTypes || (exports.AgentTypes = {}));
|
|
@@ -61089,12 +61091,14 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61089
61091
|
const fs_1 = require("fs");
|
|
61090
61092
|
const agent_instance_info_builder_1 = require("./agent-events/agent-instance-info-builder");
|
|
61091
61093
|
class AgentInstanceData {
|
|
61092
|
-
constructor(agentType, technology,
|
|
61094
|
+
constructor(agentType, technology, agentVersion) {
|
|
61093
61095
|
this.agentType = agentType;
|
|
61094
61096
|
this.technology = technology;
|
|
61095
|
-
this.
|
|
61097
|
+
this.agentVersion = agentVersion;
|
|
61096
61098
|
this.agentId = uuid();
|
|
61097
|
-
|
|
61099
|
+
if (!agentVersion) {
|
|
61100
|
+
this.agentVersion = this.resolveAgentVersion();
|
|
61101
|
+
}
|
|
61098
61102
|
}
|
|
61099
61103
|
resolveAgentVersion() {
|
|
61100
61104
|
if (this.technology === agent_events_contracts_1.AgentTechnologies.BROWSER) {
|
|
@@ -61129,7 +61133,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61129
61133
|
});
|
|
61130
61134
|
|
|
61131
61135
|
}).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":
|
|
61136
|
+
},{"./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
61137
|
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
61134
61138
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
61135
61139
|
return new (P || (P = Promise))(function (resolve, reject) {
|
|
@@ -61217,7 +61221,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61217
61221
|
const config_1 = require("./config");
|
|
61218
61222
|
const sl_env_vars_1 = require("../constants/sl-env-vars");
|
|
61219
61223
|
const fs = require("fs");
|
|
61220
|
-
const
|
|
61224
|
+
const jwt_decode_1 = require("jwt-decode");
|
|
61221
61225
|
const contracts_1 = require("../../cli-parse/contracts");
|
|
61222
61226
|
class ConfigLoader {
|
|
61223
61227
|
constructor(logger) {
|
|
@@ -61267,7 +61271,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61267
61271
|
if (!token)
|
|
61268
61272
|
return null;
|
|
61269
61273
|
try {
|
|
61270
|
-
const tokenData =
|
|
61274
|
+
const tokenData = (0, jwt_decode_1.default)(token);
|
|
61271
61275
|
if (!tokenData['x-sl-server']) {
|
|
61272
61276
|
throw new Error('Token Is Invalid. Doesn\'t Contain Server');
|
|
61273
61277
|
}
|
|
@@ -61296,7 +61300,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61296
61300
|
});
|
|
61297
61301
|
|
|
61298
61302
|
}).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":
|
|
61303
|
+
},{"../../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
61304
|
(function (process){(function (){
|
|
61301
61305
|
(function (factory) {
|
|
61302
61306
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
@@ -61672,7 +61676,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61672
61676
|
const events = require("events");
|
|
61673
61677
|
const config_system_1 = require("./config-system");
|
|
61674
61678
|
const assign = require("object-assign");
|
|
61675
|
-
const
|
|
61679
|
+
const jwt_decode_1 = require("jwt-decode");
|
|
61676
61680
|
class ConfigProcess extends events.EventEmitter {
|
|
61677
61681
|
constructor(cfg, watchdog, backendProxy, logger) {
|
|
61678
61682
|
super();
|
|
@@ -61734,7 +61738,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61734
61738
|
initCfg() {
|
|
61735
61739
|
if (this.cfg.token.hasValue) {
|
|
61736
61740
|
try {
|
|
61737
|
-
const tokenData =
|
|
61741
|
+
const tokenData = (0, jwt_decode_1.default)(this.cfg.token.value);
|
|
61738
61742
|
if (!tokenData['x-sl-server']) {
|
|
61739
61743
|
throw new Error('Token Is Invalid. Doesn\'t Contain Server');
|
|
61740
61744
|
}
|
|
@@ -61773,7 +61777,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
61773
61777
|
exports.ConfigProcess = ConfigProcess;
|
|
61774
61778
|
});
|
|
61775
61779
|
|
|
61776
|
-
},{"./config-system":492,"events":263,"jwt-decode":
|
|
61780
|
+
},{"./config-system":492,"events":263,"jwt-decode":633,"object-assign":315}],495:[function(require,module,exports){
|
|
61777
61781
|
(function (factory) {
|
|
61778
61782
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
61779
61783
|
var v = factory(require, exports);
|
|
@@ -64372,6 +64376,36 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64372
64376
|
});
|
|
64373
64377
|
});
|
|
64374
64378
|
}
|
|
64379
|
+
submitNycCoverageMap(buildSessionId, map) {
|
|
64380
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
64381
|
+
const url = sl_routes_1.SLRoutes.coverageMap(buildSessionId, 'nyc-sl-mapping');
|
|
64382
|
+
return this.submitPostRequestWithRetries(map, url);
|
|
64383
|
+
});
|
|
64384
|
+
}
|
|
64385
|
+
submitNodeV8CoverageMap(buildSessionId, map) {
|
|
64386
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
64387
|
+
const url = sl_routes_1.SLRoutes.coverageMap(buildSessionId, 'nodev8-sl-mapping');
|
|
64388
|
+
return this.submitPostRequestWithRetries(map, url);
|
|
64389
|
+
});
|
|
64390
|
+
}
|
|
64391
|
+
submitRawCoverageMapEnd(buildSessionId) {
|
|
64392
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
64393
|
+
const url = sl_routes_1.SLRoutes.coverageMapEnd(buildSessionId);
|
|
64394
|
+
return this.submitPostRequestWithRetries({}, url);
|
|
64395
|
+
});
|
|
64396
|
+
}
|
|
64397
|
+
submitNycRawCoverageHits(executionBsid, buildSessionId, testStage, hits) {
|
|
64398
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
64399
|
+
const url = sl_routes_1.SLRoutes.rawCoverageHits(executionBsid, buildSessionId, testStage, 'nyc');
|
|
64400
|
+
return this.submitPostRequestWithRetries(hits, url);
|
|
64401
|
+
});
|
|
64402
|
+
}
|
|
64403
|
+
submitNodeV8RawCoverageHits(executionBsid, buildSessionId, testStage, hits) {
|
|
64404
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
64405
|
+
const url = sl_routes_1.SLRoutes.rawCoverageHits(executionBsid, buildSessionId, testStage, 'nodev8');
|
|
64406
|
+
return this.submitPostRequestWithRetries(hits, url);
|
|
64407
|
+
});
|
|
64408
|
+
}
|
|
64375
64409
|
}
|
|
64376
64410
|
exports.BackendProxy = BackendProxy;
|
|
64377
64411
|
BackendProxy.DEFAULT_HTTP_MAX_ATTEMPTS = 6;
|
|
@@ -64747,7 +64781,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64747
64781
|
});
|
|
64748
64782
|
|
|
64749
64783
|
}).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":
|
|
64784
|
+
},{"../../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
64785
|
(function (factory) {
|
|
64752
64786
|
if (typeof module === "object" && typeof module.exports === "object") {
|
|
64753
64787
|
var v = factory(require, exports);
|
|
@@ -64934,6 +64968,15 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
64934
64968
|
return SLRoutes.SLASH + SLRoutes.toUri(SLRoutes.V1) + SLRoutes.toUri(SLRoutes.LAB_IDS) + SLRoutes.toUri(labid) +
|
|
64935
64969
|
SLRoutes.toUri(SLRoutes.BUILD_SESSIONS) + SLRoutes.toUri(SLRoutes.ACTIVE);
|
|
64936
64970
|
}
|
|
64971
|
+
static coverageMap(buildSessionId, type) {
|
|
64972
|
+
return `/v1/agents/raw-coverage-maps/bsid/${SLRoutes.toUri(buildSessionId)}type/${SLRoutes.toUri(type)}version/v1`;
|
|
64973
|
+
}
|
|
64974
|
+
static coverageMapEnd(buildSessionId) {
|
|
64975
|
+
return `/v1/agents/raw-coverage-maps/bsid/${SLRoutes.toUri(buildSessionId)}end`;
|
|
64976
|
+
}
|
|
64977
|
+
static rawCoverageHits(executionBsid, buildSessionId, testStage, type) {
|
|
64978
|
+
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`;
|
|
64979
|
+
}
|
|
64937
64980
|
static toUri(uri) {
|
|
64938
64981
|
if (uri == null || uri.length == null || uri.length === 0) {
|
|
64939
64982
|
return '';
|
|
@@ -65105,7 +65148,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
65105
65148
|
return testIdentifier == null;
|
|
65106
65149
|
}
|
|
65107
65150
|
checkTestStatusAtServer(async = true) {
|
|
65108
|
-
this.backendProxy.testExecutionV4(this.cfg.labId.value, async, this.getExecutionIdForQuery())
|
|
65151
|
+
this.backendProxy.testExecutionV4(this.cfg.labId.value, async, this.getExecutionIdForQuery())
|
|
65152
|
+
.then((response) => {
|
|
65109
65153
|
this.fireExecutionEvents(response.execution);
|
|
65110
65154
|
this.notifyCockpit(response.execution);
|
|
65111
65155
|
this.currentExecution = response.execution;
|
|
@@ -67217,7 +67261,7 @@ function resolveIds(schema) {
|
|
|
67217
67261
|
return localRefs;
|
|
67218
67262
|
}
|
|
67219
67263
|
|
|
67220
|
-
},{"./schema_obj":542,"./util":544,"fast-deep-equal":597,"json-schema-traverse":629,"uri-js":
|
|
67264
|
+
},{"./schema_obj":542,"./util":544,"fast-deep-equal":597,"json-schema-traverse":629,"uri-js":705}],541:[function(require,module,exports){
|
|
67221
67265
|
'use strict';
|
|
67222
67266
|
|
|
67223
67267
|
var ruleModules = require('../dotjs')
|
|
@@ -71754,7 +71798,7 @@ Reader.prototype._readTag = function (tag) {
|
|
|
71754
71798
|
|
|
71755
71799
|
module.exports = Reader;
|
|
71756
71800
|
|
|
71757
|
-
},{"./errors":577,"./types":580,"assert":172,"safer-buffer":
|
|
71801
|
+
},{"./errors":577,"./types":580,"assert":172,"safer-buffer":650}],580:[function(require,module,exports){
|
|
71758
71802
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
71759
71803
|
|
|
71760
71804
|
|
|
@@ -72111,7 +72155,7 @@ Writer.prototype._ensure = function (len) {
|
|
|
72111
72155
|
|
|
72112
72156
|
module.exports = Writer;
|
|
72113
72157
|
|
|
72114
|
-
},{"./errors":577,"./types":580,"assert":172,"safer-buffer":
|
|
72158
|
+
},{"./errors":577,"./types":580,"assert":172,"safer-buffer":650}],582:[function(require,module,exports){
|
|
72115
72159
|
// Copyright 2011 Mark Cavage <mcavage@gmail.com> All rights reserved.
|
|
72116
72160
|
|
|
72117
72161
|
// If you have no idea what ASN.1 or BER is, see this:
|
|
@@ -73603,7 +73647,7 @@ module.exports = {
|
|
|
73603
73647
|
pbkdf: bcrypt_pbkdf
|
|
73604
73648
|
};
|
|
73605
73649
|
|
|
73606
|
-
},{"tweetnacl":
|
|
73650
|
+
},{"tweetnacl":703}],588:[function(require,module,exports){
|
|
73607
73651
|
function Caseless (dict) {
|
|
73608
73652
|
this.dict = dict || {}
|
|
73609
73653
|
}
|
|
@@ -74164,7 +74208,7 @@ exports.ECKey = function(curve, key, isPublic)
|
|
|
74164
74208
|
}
|
|
74165
74209
|
|
|
74166
74210
|
|
|
74167
|
-
},{"./lib/ec.js":593,"./lib/sec.js":594,"crypto":225,"jsbn":628,"safer-buffer":
|
|
74211
|
+
},{"./lib/ec.js":593,"./lib/sec.js":594,"crypto":225,"jsbn":628,"safer-buffer":650}],593:[function(require,module,exports){
|
|
74168
74212
|
// Basic Javascript Elliptic Curve implementation
|
|
74169
74213
|
// Ported loosely from BouncyCastle's Java EC code
|
|
74170
74214
|
// Only Fp curves implemented for now
|
|
@@ -76964,7 +77008,7 @@ module.exports = {
|
|
|
76964
77008
|
};
|
|
76965
77009
|
|
|
76966
77010
|
}).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":
|
|
77011
|
+
},{"../../../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
77012
|
// Copyright 2012 Joyent, Inc. All rights reserved.
|
|
76969
77013
|
|
|
76970
77014
|
var assert = require('assert-plus');
|
|
@@ -77078,7 +77122,7 @@ module.exports = {
|
|
|
77078
77122
|
}
|
|
77079
77123
|
};
|
|
77080
77124
|
|
|
77081
|
-
},{"assert-plus":583,"sshpk":
|
|
77125
|
+
},{"assert-plus":583,"sshpk":687,"util":418}],625:[function(require,module,exports){
|
|
77082
77126
|
(function (Buffer){(function (){
|
|
77083
77127
|
// Copyright 2015 Joyent, Inc.
|
|
77084
77128
|
|
|
@@ -77170,7 +77214,7 @@ module.exports = {
|
|
|
77170
77214
|
};
|
|
77171
77215
|
|
|
77172
77216
|
}).call(this)}).call(this,require("buffer").Buffer)
|
|
77173
|
-
},{"./utils":624,"assert-plus":583,"buffer":213,"crypto":225,"sshpk":
|
|
77217
|
+
},{"./utils":624,"assert-plus":583,"buffer":213,"crypto":225,"sshpk":687}],626:[function(require,module,exports){
|
|
77174
77218
|
module.exports = isTypedArray
|
|
77175
77219
|
isTypedArray.strict = isStrictTypedArray
|
|
77176
77220
|
isTypedArray.loose = isLooseTypedArray
|
|
@@ -79731,110 +79775,11 @@ function mergeObjects(provided, overrides, defaults)
|
|
|
79731
79775
|
return (rv);
|
|
79732
79776
|
}
|
|
79733
79777
|
|
|
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
|
-
|
|
79778
|
+
},{"assert-plus":583,"extsprintf":596,"json-schema":630,"util":418,"verror":712}],633:[function(require,module,exports){
|
|
79779
|
+
"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
79780
|
|
|
79772
|
-
module.exports = typeof window !== 'undefined' && window.atob && window.atob.bind(window) || polyfill;
|
|
79773
79781
|
|
|
79774
79782
|
},{}],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
79783
|
module.exports={
|
|
79839
79784
|
"application/1d-interleaved-parityfec": {
|
|
79840
79785
|
"source": "iana"
|
|
@@ -88355,7 +88300,7 @@ module.exports={
|
|
|
88355
88300
|
}
|
|
88356
88301
|
}
|
|
88357
88302
|
|
|
88358
|
-
},{}],
|
|
88303
|
+
},{}],635:[function(require,module,exports){
|
|
88359
88304
|
/*!
|
|
88360
88305
|
* mime-db
|
|
88361
88306
|
* Copyright(c) 2014 Jonathan Ong
|
|
@@ -88369,7 +88314,7 @@ module.exports={
|
|
|
88369
88314
|
|
|
88370
88315
|
module.exports = require('./db.json')
|
|
88371
88316
|
|
|
88372
|
-
},{"./db.json":
|
|
88317
|
+
},{"./db.json":634}],636:[function(require,module,exports){
|
|
88373
88318
|
/*!
|
|
88374
88319
|
* mime-types
|
|
88375
88320
|
* Copyright(c) 2014 Jonathan Ong
|
|
@@ -88559,7 +88504,7 @@ function populateMaps (extensions, types) {
|
|
|
88559
88504
|
})
|
|
88560
88505
|
}
|
|
88561
88506
|
|
|
88562
|
-
},{"mime-db":
|
|
88507
|
+
},{"mime-db":635,"path":339}],637:[function(require,module,exports){
|
|
88563
88508
|
var crypto = require('crypto')
|
|
88564
88509
|
|
|
88565
88510
|
function sha (key, body, algorithm) {
|
|
@@ -88706,7 +88651,7 @@ exports.plaintext = plaintext
|
|
|
88706
88651
|
exports.sign = sign
|
|
88707
88652
|
exports.rfc3986 = rfc3986
|
|
88708
88653
|
exports.generateBase = generateBase
|
|
88709
|
-
},{"crypto":225}],
|
|
88654
|
+
},{"crypto":225}],638:[function(require,module,exports){
|
|
88710
88655
|
(function (process){(function (){
|
|
88711
88656
|
// Generated by CoffeeScript 1.12.2
|
|
88712
88657
|
(function() {
|
|
@@ -88746,7 +88691,7 @@ exports.generateBase = generateBase
|
|
|
88746
88691
|
|
|
88747
88692
|
|
|
88748
88693
|
}).call(this)}).call(this,require('_process'))
|
|
88749
|
-
},{"_process":347}],
|
|
88694
|
+
},{"_process":347}],639:[function(require,module,exports){
|
|
88750
88695
|
module.exports=[
|
|
88751
88696
|
"ac",
|
|
88752
88697
|
"com.ac",
|
|
@@ -98123,7 +98068,7 @@ module.exports=[
|
|
|
98123
98068
|
"virtualserver.io",
|
|
98124
98069
|
"enterprisecloud.nu"
|
|
98125
98070
|
]
|
|
98126
|
-
},{}],
|
|
98071
|
+
},{}],640:[function(require,module,exports){
|
|
98127
98072
|
/*eslint no-var:0, prefer-arrow-callback: 0, object-shorthand: 0 */
|
|
98128
98073
|
'use strict';
|
|
98129
98074
|
|
|
@@ -98394,7 +98339,7 @@ exports.isValid = function (domain) {
|
|
|
98394
98339
|
return Boolean(parsed.domain && parsed.listed);
|
|
98395
98340
|
};
|
|
98396
98341
|
|
|
98397
|
-
},{"./data/rules.json":
|
|
98342
|
+
},{"./data/rules.json":639,"punycode":355}],641:[function(require,module,exports){
|
|
98398
98343
|
'use strict';
|
|
98399
98344
|
|
|
98400
98345
|
/** Highest positive signed 32-bit float value */
|
|
@@ -98839,7 +98784,7 @@ const punycode = {
|
|
|
98839
98784
|
|
|
98840
98785
|
module.exports = punycode;
|
|
98841
98786
|
|
|
98842
|
-
},{}],
|
|
98787
|
+
},{}],642:[function(require,module,exports){
|
|
98843
98788
|
'use strict';
|
|
98844
98789
|
|
|
98845
98790
|
var replace = String.prototype.replace;
|
|
@@ -98859,9 +98804,9 @@ module.exports = {
|
|
|
98859
98804
|
RFC3986: 'RFC3986'
|
|
98860
98805
|
};
|
|
98861
98806
|
|
|
98862
|
-
},{}],
|
|
98807
|
+
},{}],643:[function(require,module,exports){
|
|
98863
98808
|
arguments[4][357][0].apply(exports,arguments)
|
|
98864
|
-
},{"./formats":
|
|
98809
|
+
},{"./formats":642,"./parse":644,"./stringify":645,"dup":357}],644:[function(require,module,exports){
|
|
98865
98810
|
'use strict';
|
|
98866
98811
|
|
|
98867
98812
|
var utils = require('./utils');
|
|
@@ -99038,7 +98983,7 @@ module.exports = function (str, opts) {
|
|
|
99038
98983
|
return utils.compact(obj);
|
|
99039
98984
|
};
|
|
99040
98985
|
|
|
99041
|
-
},{"./utils":
|
|
98986
|
+
},{"./utils":646}],645:[function(require,module,exports){
|
|
99042
98987
|
'use strict';
|
|
99043
98988
|
|
|
99044
98989
|
var utils = require('./utils');
|
|
@@ -99257,7 +99202,7 @@ module.exports = function (object, opts) {
|
|
|
99257
99202
|
return joined.length > 0 ? prefix + joined : '';
|
|
99258
99203
|
};
|
|
99259
99204
|
|
|
99260
|
-
},{"./formats":
|
|
99205
|
+
},{"./formats":642,"./utils":646}],646:[function(require,module,exports){
|
|
99261
99206
|
'use strict';
|
|
99262
99207
|
|
|
99263
99208
|
var has = Object.prototype.hasOwnProperty;
|
|
@@ -99474,7 +99419,7 @@ module.exports = {
|
|
|
99474
99419
|
merge: merge
|
|
99475
99420
|
};
|
|
99476
99421
|
|
|
99477
|
-
},{}],
|
|
99422
|
+
},{}],647:[function(require,module,exports){
|
|
99478
99423
|
'use strict';
|
|
99479
99424
|
|
|
99480
99425
|
var has = Object.prototype.hasOwnProperty
|
|
@@ -99594,7 +99539,7 @@ function querystringify(obj, prefix) {
|
|
|
99594
99539
|
exports.stringify = querystringify;
|
|
99595
99540
|
exports.parse = querystring;
|
|
99596
99541
|
|
|
99597
|
-
},{}],
|
|
99542
|
+
},{}],648:[function(require,module,exports){
|
|
99598
99543
|
'use strict';
|
|
99599
99544
|
|
|
99600
99545
|
/**
|
|
@@ -99634,9 +99579,9 @@ module.exports = function required(port, protocol) {
|
|
|
99634
99579
|
return port !== 0;
|
|
99635
99580
|
};
|
|
99636
99581
|
|
|
99637
|
-
},{}],
|
|
99582
|
+
},{}],649:[function(require,module,exports){
|
|
99638
99583
|
arguments[4][375][0].apply(exports,arguments)
|
|
99639
|
-
},{"buffer":213,"dup":375}],
|
|
99584
|
+
},{"buffer":213,"dup":375}],650:[function(require,module,exports){
|
|
99640
99585
|
(function (process){(function (){
|
|
99641
99586
|
/* eslint-disable node/no-deprecated-api */
|
|
99642
99587
|
|
|
@@ -99717,7 +99662,7 @@ if (!safer.constants) {
|
|
|
99717
99662
|
module.exports = safer
|
|
99718
99663
|
|
|
99719
99664
|
}).call(this)}).call(this,require('_process'))
|
|
99720
|
-
},{"_process":347,"buffer":213}],
|
|
99665
|
+
},{"_process":347,"buffer":213}],651:[function(require,module,exports){
|
|
99721
99666
|
// Copyright 2010-2012 Mikeal Rogers
|
|
99722
99667
|
//
|
|
99723
99668
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
|
@@ -99874,7 +99819,7 @@ Object.defineProperty(request, 'debug', {
|
|
|
99874
99819
|
}
|
|
99875
99820
|
})
|
|
99876
99821
|
|
|
99877
|
-
},{"./lib/cookies":
|
|
99822
|
+
},{"./lib/cookies":653,"./lib/helpers":657,"./request":667,"extend":595}],652:[function(require,module,exports){
|
|
99878
99823
|
'use strict'
|
|
99879
99824
|
|
|
99880
99825
|
var caseless = require('caseless')
|
|
@@ -100043,7 +99988,7 @@ Auth.prototype.onResponse = function (response) {
|
|
|
100043
99988
|
|
|
100044
99989
|
exports.Auth = Auth
|
|
100045
99990
|
|
|
100046
|
-
},{"./helpers":
|
|
99991
|
+
},{"./helpers":657,"caseless":588,"uuid/v4":666}],653:[function(require,module,exports){
|
|
100047
99992
|
'use strict'
|
|
100048
99993
|
|
|
100049
99994
|
var tough = require('tough-cookie')
|
|
@@ -100083,7 +100028,7 @@ exports.jar = function (store) {
|
|
|
100083
100028
|
return new RequestJar(store)
|
|
100084
100029
|
}
|
|
100085
100030
|
|
|
100086
|
-
},{"tough-cookie":
|
|
100031
|
+
},{"tough-cookie":693}],654:[function(require,module,exports){
|
|
100087
100032
|
(function (process){(function (){
|
|
100088
100033
|
'use strict'
|
|
100089
100034
|
|
|
@@ -100166,7 +100111,7 @@ function getProxyFromURI (uri) {
|
|
|
100166
100111
|
module.exports = getProxyFromURI
|
|
100167
100112
|
|
|
100168
100113
|
}).call(this)}).call(this,require('_process'))
|
|
100169
|
-
},{"_process":347}],
|
|
100114
|
+
},{"_process":347}],655:[function(require,module,exports){
|
|
100170
100115
|
'use strict'
|
|
100171
100116
|
|
|
100172
100117
|
var fs = require('fs')
|
|
@@ -100373,7 +100318,7 @@ Har.prototype.options = function (options) {
|
|
|
100373
100318
|
|
|
100374
100319
|
exports.Har = Har
|
|
100375
100320
|
|
|
100376
|
-
},{"extend":595,"fs":211,"har-validator":620,"querystring":363}],
|
|
100321
|
+
},{"extend":595,"fs":211,"har-validator":620,"querystring":363}],656:[function(require,module,exports){
|
|
100377
100322
|
'use strict'
|
|
100378
100323
|
|
|
100379
100324
|
var crypto = require('crypto')
|
|
@@ -100464,7 +100409,7 @@ exports.header = function (uri, method, opts) {
|
|
|
100464
100409
|
return header
|
|
100465
100410
|
}
|
|
100466
100411
|
|
|
100467
|
-
},{"crypto":225}],
|
|
100412
|
+
},{"crypto":225}],657:[function(require,module,exports){
|
|
100468
100413
|
(function (process,setImmediate){(function (){
|
|
100469
100414
|
'use strict'
|
|
100470
100415
|
|
|
@@ -100534,7 +100479,7 @@ exports.version = version
|
|
|
100534
100479
|
exports.defer = defer
|
|
100535
100480
|
|
|
100536
100481
|
}).call(this)}).call(this,require('_process'),require("timers").setImmediate)
|
|
100537
|
-
},{"_process":347,"crypto":225,"json-stringify-safe":631,"safe-buffer":
|
|
100482
|
+
},{"_process":347,"crypto":225,"json-stringify-safe":631,"safe-buffer":649,"timers":412}],658:[function(require,module,exports){
|
|
100538
100483
|
'use strict'
|
|
100539
100484
|
|
|
100540
100485
|
var uuid = require('uuid/v4')
|
|
@@ -100648,7 +100593,7 @@ Multipart.prototype.onRequest = function (options) {
|
|
|
100648
100593
|
|
|
100649
100594
|
exports.Multipart = Multipart
|
|
100650
100595
|
|
|
100651
|
-
},{"combined-stream":589,"isstream":627,"safe-buffer":
|
|
100596
|
+
},{"combined-stream":589,"isstream":627,"safe-buffer":649,"uuid/v4":666}],659:[function(require,module,exports){
|
|
100652
100597
|
'use strict'
|
|
100653
100598
|
|
|
100654
100599
|
var url = require('url')
|
|
@@ -100798,7 +100743,7 @@ OAuth.prototype.onRequest = function (_oauth) {
|
|
|
100798
100743
|
|
|
100799
100744
|
exports.OAuth = OAuth
|
|
100800
100745
|
|
|
100801
|
-
},{"caseless":588,"crypto":225,"oauth-sign":
|
|
100746
|
+
},{"caseless":588,"crypto":225,"oauth-sign":637,"qs":643,"safe-buffer":649,"url":414,"uuid/v4":666}],660:[function(require,module,exports){
|
|
100802
100747
|
'use strict'
|
|
100803
100748
|
|
|
100804
100749
|
var qs = require('qs')
|
|
@@ -100850,7 +100795,7 @@ Querystring.prototype.unescape = querystring.unescape
|
|
|
100850
100795
|
|
|
100851
100796
|
exports.Querystring = Querystring
|
|
100852
100797
|
|
|
100853
|
-
},{"qs":
|
|
100798
|
+
},{"qs":643,"querystring":363}],661:[function(require,module,exports){
|
|
100854
100799
|
'use strict'
|
|
100855
100800
|
|
|
100856
100801
|
var url = require('url')
|
|
@@ -101006,7 +100951,7 @@ Redirect.prototype.onResponse = function (response) {
|
|
|
101006
100951
|
|
|
101007
100952
|
exports.Redirect = Redirect
|
|
101008
100953
|
|
|
101009
|
-
},{"url":414}],
|
|
100954
|
+
},{"url":414}],662:[function(require,module,exports){
|
|
101010
100955
|
'use strict'
|
|
101011
100956
|
|
|
101012
100957
|
var url = require('url')
|
|
@@ -101183,11 +101128,11 @@ Tunnel.defaultProxyHeaderWhiteList = defaultProxyHeaderWhiteList
|
|
|
101183
101128
|
Tunnel.defaultProxyHeaderExclusiveList = defaultProxyHeaderExclusiveList
|
|
101184
101129
|
exports.Tunnel = Tunnel
|
|
101185
101130
|
|
|
101186
|
-
},{"tunnel-agent":
|
|
101131
|
+
},{"tunnel-agent":702,"url":414}],663:[function(require,module,exports){
|
|
101187
101132
|
/* eslint-env browser */
|
|
101188
101133
|
module.exports = typeof self == 'object' ? self.FormData : window.FormData;
|
|
101189
101134
|
|
|
101190
|
-
},{}],
|
|
101135
|
+
},{}],664:[function(require,module,exports){
|
|
101191
101136
|
/**
|
|
101192
101137
|
* Convert array of 16 byte values to UUID string format of the form:
|
|
101193
101138
|
* XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
|
|
@@ -101215,7 +101160,7 @@ function bytesToUuid(buf, offset) {
|
|
|
101215
101160
|
|
|
101216
101161
|
module.exports = bytesToUuid;
|
|
101217
101162
|
|
|
101218
|
-
},{}],
|
|
101163
|
+
},{}],665:[function(require,module,exports){
|
|
101219
101164
|
// Unique ID creation requires a high quality random # generator. In the
|
|
101220
101165
|
// browser this is a little complicated due to unknown quality of Math.random()
|
|
101221
101166
|
// and inconsistent support for the `crypto` API. We do the best we can via
|
|
@@ -101251,7 +101196,7 @@ if (getRandomValues) {
|
|
|
101251
101196
|
};
|
|
101252
101197
|
}
|
|
101253
101198
|
|
|
101254
|
-
},{}],
|
|
101199
|
+
},{}],666:[function(require,module,exports){
|
|
101255
101200
|
var rng = require('./lib/rng');
|
|
101256
101201
|
var bytesToUuid = require('./lib/bytesToUuid');
|
|
101257
101202
|
|
|
@@ -101282,7 +101227,7 @@ function v4(options, buf, offset) {
|
|
|
101282
101227
|
|
|
101283
101228
|
module.exports = v4;
|
|
101284
101229
|
|
|
101285
|
-
},{"./lib/bytesToUuid":
|
|
101230
|
+
},{"./lib/bytesToUuid":664,"./lib/rng":665}],667:[function(require,module,exports){
|
|
101286
101231
|
(function (process){(function (){
|
|
101287
101232
|
'use strict'
|
|
101288
101233
|
|
|
@@ -102839,7 +102784,7 @@ Request.prototype.toJSON = requestToJSON
|
|
|
102839
102784
|
module.exports = Request
|
|
102840
102785
|
|
|
102841
102786
|
}).call(this)}).call(this,require('_process'))
|
|
102842
|
-
},{"./lib/auth":
|
|
102787
|
+
},{"./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
102788
|
// Copyright 2015 Joyent, Inc.
|
|
102844
102789
|
|
|
102845
102790
|
var Buffer = require('safer-buffer').Buffer;
|
|
@@ -103009,7 +102954,7 @@ module.exports = {
|
|
|
103009
102954
|
curves: curves
|
|
103010
102955
|
};
|
|
103011
102956
|
|
|
103012
|
-
},{"safer-buffer":
|
|
102957
|
+
},{"safer-buffer":650}],669:[function(require,module,exports){
|
|
103013
102958
|
// Copyright 2016 Joyent, Inc.
|
|
103014
102959
|
|
|
103015
102960
|
module.exports = Certificate;
|
|
@@ -103421,7 +103366,7 @@ Certificate._oldVersionDetect = function (obj) {
|
|
|
103421
103366
|
return ([1, 0]);
|
|
103422
103367
|
};
|
|
103423
103368
|
|
|
103424
|
-
},{"./algs":
|
|
103369
|
+
},{"./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
103370
|
// Copyright 2017 Joyent, Inc.
|
|
103426
103371
|
|
|
103427
103372
|
module.exports = {
|
|
@@ -103820,7 +103765,7 @@ function generateECDSA(curve) {
|
|
|
103820
103765
|
}
|
|
103821
103766
|
}
|
|
103822
103767
|
|
|
103823
|
-
},{"./algs":
|
|
103768
|
+
},{"./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
103769
|
// Copyright 2015 Joyent, Inc.
|
|
103825
103770
|
|
|
103826
103771
|
module.exports = {
|
|
@@ -103914,7 +103859,7 @@ Signer.prototype.sign = function () {
|
|
|
103914
103859
|
return (sigObj);
|
|
103915
103860
|
};
|
|
103916
103861
|
|
|
103917
|
-
},{"./signature":
|
|
103862
|
+
},{"./signature":690,"assert-plus":583,"safer-buffer":650,"stream":405,"tweetnacl":703,"util":418}],672:[function(require,module,exports){
|
|
103918
103863
|
// Copyright 2015 Joyent, Inc.
|
|
103919
103864
|
|
|
103920
103865
|
var assert = require('assert-plus');
|
|
@@ -104000,7 +103945,7 @@ module.exports = {
|
|
|
104000
103945
|
CertificateParseError: CertificateParseError
|
|
104001
103946
|
};
|
|
104002
103947
|
|
|
104003
|
-
},{"assert-plus":583,"util":418}],
|
|
103948
|
+
},{"assert-plus":583,"util":418}],673:[function(require,module,exports){
|
|
104004
103949
|
// Copyright 2018 Joyent, Inc.
|
|
104005
103950
|
|
|
104006
103951
|
module.exports = Fingerprint;
|
|
@@ -104222,7 +104167,7 @@ Fingerprint._oldVersionDetect = function (obj) {
|
|
|
104222
104167
|
return ([1, 0]);
|
|
104223
104168
|
};
|
|
104224
104169
|
|
|
104225
|
-
},{"./algs":
|
|
104170
|
+
},{"./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
104171
|
// Copyright 2018 Joyent, Inc.
|
|
104227
104172
|
|
|
104228
104173
|
module.exports = {
|
|
@@ -104348,7 +104293,7 @@ function write(key, options) {
|
|
|
104348
104293
|
throw (new Error('"auto" format cannot be used for writing'));
|
|
104349
104294
|
}
|
|
104350
104295
|
|
|
104351
|
-
},{"../key":
|
|
104296
|
+
},{"../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
104297
|
// Copyright 2017 Joyent, Inc.
|
|
104353
104298
|
|
|
104354
104299
|
module.exports = {
|
|
@@ -104637,7 +104582,7 @@ function write(key, options) {
|
|
|
104637
104582
|
}
|
|
104638
104583
|
}
|
|
104639
104584
|
|
|
104640
|
-
},{"../dhe":
|
|
104585
|
+
},{"../dhe":670,"../key":688,"../private-key":689,"../ssh-buffer":691,"../utils":692,"assert-plus":583,"safer-buffer":650}],676:[function(require,module,exports){
|
|
104641
104586
|
// Copyright 2017 Joyent, Inc.
|
|
104642
104587
|
|
|
104643
104588
|
module.exports = {
|
|
@@ -104991,7 +104936,7 @@ function getCertType(key) {
|
|
|
104991
104936
|
throw (new Error('Unsupported key type ' + key.type));
|
|
104992
104937
|
}
|
|
104993
104938
|
|
|
104994
|
-
},{"../algs":
|
|
104939
|
+
},{"../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
104940
|
// Copyright 2018 Joyent, Inc.
|
|
104996
104941
|
|
|
104997
104942
|
module.exports = {
|
|
@@ -105283,7 +105228,7 @@ function write(key, options, type) {
|
|
|
105283
105228
|
return (buf.slice(0, o));
|
|
105284
105229
|
}
|
|
105285
105230
|
|
|
105286
|
-
},{"../algs":
|
|
105231
|
+
},{"../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
105232
|
// Copyright 2015 Joyent, Inc.
|
|
105288
105233
|
|
|
105289
105234
|
module.exports = {
|
|
@@ -105658,7 +105603,7 @@ function writePkcs1EdDSAPublic(der, key) {
|
|
|
105658
105603
|
throw (new Error('Public keys are not supported for EdDSA PKCS#1'));
|
|
105659
105604
|
}
|
|
105660
105605
|
|
|
105661
|
-
},{"../algs":
|
|
105606
|
+
},{"../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
105607
|
// Copyright 2018 Joyent, Inc.
|
|
105663
105608
|
|
|
105664
105609
|
module.exports = {
|
|
@@ -106303,7 +106248,7 @@ function writePkcs8EdDSAPrivate(key, der) {
|
|
|
106303
106248
|
utils.writeBitString(der, key.part.A.data, asn1.Ber.Context | 1);
|
|
106304
106249
|
}
|
|
106305
106250
|
|
|
106306
|
-
},{"../algs":
|
|
106251
|
+
},{"../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
106252
|
// Copyright 2018 Joyent, Inc.
|
|
106308
106253
|
|
|
106309
106254
|
module.exports = {
|
|
@@ -106499,7 +106444,7 @@ function wrap(txt, len) {
|
|
|
106499
106444
|
return (lines);
|
|
106500
106445
|
}
|
|
106501
106446
|
|
|
106502
|
-
},{"../errors":
|
|
106447
|
+
},{"../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
106448
|
// Copyright 2015 Joyent, Inc.
|
|
106504
106449
|
|
|
106505
106450
|
module.exports = {
|
|
@@ -106667,7 +106612,7 @@ function write(key, options) {
|
|
|
106667
106612
|
return (buf.toBuffer());
|
|
106668
106613
|
}
|
|
106669
106614
|
|
|
106670
|
-
},{"../algs":
|
|
106615
|
+
},{"../algs":668,"../key":688,"../private-key":689,"../ssh-buffer":691,"../utils":692,"assert-plus":583,"safer-buffer":650}],682:[function(require,module,exports){
|
|
106671
106616
|
// Copyright 2015 Joyent, Inc.
|
|
106672
106617
|
|
|
106673
106618
|
module.exports = {
|
|
@@ -106931,7 +106876,7 @@ function write(key, options) {
|
|
|
106931
106876
|
return (buf.slice(0, o));
|
|
106932
106877
|
}
|
|
106933
106878
|
|
|
106934
|
-
},{"../algs":
|
|
106879
|
+
},{"../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
106880
|
// Copyright 2015 Joyent, Inc.
|
|
106936
106881
|
|
|
106937
106882
|
module.exports = {
|
|
@@ -107048,7 +106993,7 @@ function write(key, options) {
|
|
|
107048
106993
|
return (Buffer.from(parts.join(' ')));
|
|
107049
106994
|
}
|
|
107050
106995
|
|
|
107051
|
-
},{"../key":
|
|
106996
|
+
},{"../key":688,"../private-key":689,"../utils":692,"./rfc4253":681,"./ssh-private":682,"assert-plus":583,"safer-buffer":650}],684:[function(require,module,exports){
|
|
107052
106997
|
// Copyright 2016 Joyent, Inc.
|
|
107053
106998
|
|
|
107054
106999
|
var x509 = require('./x509');
|
|
@@ -107138,7 +107083,7 @@ function write(cert, options) {
|
|
|
107138
107083
|
return (buf.slice(0, o));
|
|
107139
107084
|
}
|
|
107140
107085
|
|
|
107141
|
-
},{"../algs":
|
|
107086
|
+
},{"../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
107087
|
// Copyright 2017 Joyent, Inc.
|
|
107143
107088
|
|
|
107144
107089
|
module.exports = {
|
|
@@ -107892,7 +107837,7 @@ function writeBitField(setBits, bitIndex) {
|
|
|
107892
107837
|
return (bits);
|
|
107893
107838
|
}
|
|
107894
107839
|
|
|
107895
|
-
},{"../algs":
|
|
107840
|
+
},{"../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
107841
|
// Copyright 2017 Joyent, Inc.
|
|
107897
107842
|
|
|
107898
107843
|
module.exports = Identity;
|
|
@@ -108267,7 +108212,7 @@ Identity._oldVersionDetect = function (obj) {
|
|
|
108267
108212
|
return ([1, 0]);
|
|
108268
108213
|
};
|
|
108269
108214
|
|
|
108270
|
-
},{"./algs":
|
|
108215
|
+
},{"./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
108216
|
// Copyright 2015 Joyent, Inc.
|
|
108272
108217
|
|
|
108273
108218
|
var Key = require('./key');
|
|
@@ -108309,7 +108254,7 @@ module.exports = {
|
|
|
108309
108254
|
CertificateParseError: errs.CertificateParseError
|
|
108310
108255
|
};
|
|
108311
108256
|
|
|
108312
|
-
},{"./certificate":
|
|
108257
|
+
},{"./certificate":669,"./errors":672,"./fingerprint":673,"./identity":686,"./key":688,"./private-key":689,"./signature":690}],688:[function(require,module,exports){
|
|
108313
108258
|
(function (Buffer){(function (){
|
|
108314
108259
|
// Copyright 2018 Joyent, Inc.
|
|
108315
108260
|
|
|
@@ -108607,7 +108552,7 @@ Key._oldVersionDetect = function (obj) {
|
|
|
108607
108552
|
};
|
|
108608
108553
|
|
|
108609
108554
|
}).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":
|
|
108555
|
+
},{"../../../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
108556
|
// Copyright 2017 Joyent, Inc.
|
|
108612
108557
|
|
|
108613
108558
|
module.exports = PrivateKey;
|
|
@@ -108856,7 +108801,7 @@ PrivateKey._oldVersionDetect = function (obj) {
|
|
|
108856
108801
|
return ([1, 0]);
|
|
108857
108802
|
};
|
|
108858
108803
|
|
|
108859
|
-
},{"./algs":
|
|
108804
|
+
},{"./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
108805
|
// Copyright 2015 Joyent, Inc.
|
|
108861
108806
|
|
|
108862
108807
|
module.exports = Signature;
|
|
@@ -109172,7 +109117,7 @@ Signature._oldVersionDetect = function (obj) {
|
|
|
109172
109117
|
return ([1, 0]);
|
|
109173
109118
|
};
|
|
109174
109119
|
|
|
109175
|
-
},{"./algs":
|
|
109120
|
+
},{"./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
109121
|
// Copyright 2015 Joyent, Inc.
|
|
109177
109122
|
|
|
109178
109123
|
module.exports = SSHBuffer;
|
|
@@ -109323,7 +109268,7 @@ SSHBuffer.prototype.write = function (buf) {
|
|
|
109323
109268
|
this._offset += buf.length;
|
|
109324
109269
|
};
|
|
109325
109270
|
|
|
109326
|
-
},{"assert-plus":583,"safer-buffer":
|
|
109271
|
+
},{"assert-plus":583,"safer-buffer":650}],692:[function(require,module,exports){
|
|
109327
109272
|
// Copyright 2015 Joyent, Inc.
|
|
109328
109273
|
|
|
109329
109274
|
module.exports = {
|
|
@@ -109729,7 +109674,7 @@ function opensshCipherInfo(cipher) {
|
|
|
109729
109674
|
return (inf);
|
|
109730
109675
|
}
|
|
109731
109676
|
|
|
109732
|
-
},{"./algs":
|
|
109677
|
+
},{"./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
109678
|
/*!
|
|
109734
109679
|
* Copyright (c) 2015-2020, Salesforce.com, Inc.
|
|
109735
109680
|
* All rights reserved.
|
|
@@ -111487,7 +111432,7 @@ exports.canonicalDomain = canonicalDomain;
|
|
|
111487
111432
|
exports.PrefixSecurityEnum = PrefixSecurityEnum;
|
|
111488
111433
|
exports.ParameterError = validators.ParameterError;
|
|
111489
111434
|
|
|
111490
|
-
},{"./memstore":
|
|
111435
|
+
},{"./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
111436
|
/*!
|
|
111492
111437
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
111493
111438
|
* All rights reserved.
|
|
@@ -111731,7 +111676,7 @@ function formatPath(pathName, pathValue) {
|
|
|
111731
111676
|
|
|
111732
111677
|
exports.inspectFallback = inspectFallback;
|
|
111733
111678
|
|
|
111734
|
-
},{"./pathMatch":
|
|
111679
|
+
},{"./pathMatch":695,"./permuteDomain":696,"./store":698,"./utilHelper":699,"universalify":704}],695:[function(require,module,exports){
|
|
111735
111680
|
/*!
|
|
111736
111681
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
111737
111682
|
* All rights reserved.
|
|
@@ -111794,7 +111739,7 @@ function pathMatch(reqPath, cookiePath) {
|
|
|
111794
111739
|
|
|
111795
111740
|
exports.pathMatch = pathMatch;
|
|
111796
111741
|
|
|
111797
|
-
},{}],
|
|
111742
|
+
},{}],696:[function(require,module,exports){
|
|
111798
111743
|
/*!
|
|
111799
111744
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
111800
111745
|
* All rights reserved.
|
|
@@ -111861,7 +111806,7 @@ function permuteDomain(domain, allowSpecialUseDomain) {
|
|
|
111861
111806
|
|
|
111862
111807
|
exports.permuteDomain = permuteDomain;
|
|
111863
111808
|
|
|
111864
|
-
},{"./pubsuffix-psl":
|
|
111809
|
+
},{"./pubsuffix-psl":697}],697:[function(require,module,exports){
|
|
111865
111810
|
/*!
|
|
111866
111811
|
* Copyright (c) 2018, Salesforce.com, Inc.
|
|
111867
111812
|
* All rights reserved.
|
|
@@ -111936,7 +111881,7 @@ function getPublicSuffix(domain, options = {}) {
|
|
|
111936
111881
|
|
|
111937
111882
|
exports.getPublicSuffix = getPublicSuffix;
|
|
111938
111883
|
|
|
111939
|
-
},{"psl":
|
|
111884
|
+
},{"psl":640}],698:[function(require,module,exports){
|
|
111940
111885
|
/*!
|
|
111941
111886
|
* Copyright (c) 2015, Salesforce.com, Inc.
|
|
111942
111887
|
* All rights reserved.
|
|
@@ -112014,7 +111959,7 @@ class Store {
|
|
|
112014
111959
|
|
|
112015
111960
|
exports.Store = Store;
|
|
112016
111961
|
|
|
112017
|
-
},{}],
|
|
111962
|
+
},{}],699:[function(require,module,exports){
|
|
112018
111963
|
function requireUtil() {
|
|
112019
111964
|
try {
|
|
112020
111965
|
// eslint-disable-next-line no-restricted-modules
|
|
@@ -112055,7 +112000,7 @@ exports.getCustomInspectSymbol = function getCustomInspectSymbol(options = {}) {
|
|
|
112055
112000
|
);
|
|
112056
112001
|
};
|
|
112057
112002
|
|
|
112058
|
-
},{"util":418}],
|
|
112003
|
+
},{"util":418}],700:[function(require,module,exports){
|
|
112059
112004
|
/* ************************************************************************************
|
|
112060
112005
|
Extracted from check-types.js
|
|
112061
112006
|
https://gitlab.com/philbooth/check-types.js
|
|
@@ -112152,11 +112097,11 @@ exports.isString = isString;
|
|
|
112152
112097
|
exports.isObject = isObject;
|
|
112153
112098
|
exports.validate = validate;
|
|
112154
112099
|
|
|
112155
|
-
},{}],
|
|
112100
|
+
},{}],701:[function(require,module,exports){
|
|
112156
112101
|
// generated by genversion
|
|
112157
112102
|
module.exports = '4.1.3'
|
|
112158
112103
|
|
|
112159
|
-
},{}],
|
|
112104
|
+
},{}],702:[function(require,module,exports){
|
|
112160
112105
|
(function (process){(function (){
|
|
112161
112106
|
'use strict'
|
|
112162
112107
|
|
|
@@ -112404,7 +112349,7 @@ if (process.env.NODE_DEBUG && /\btunnel\b/.test(process.env.NODE_DEBUG)) {
|
|
|
112404
112349
|
exports.debug = debug // for test
|
|
112405
112350
|
|
|
112406
112351
|
}).call(this)}).call(this,require('_process'))
|
|
112407
|
-
},{"_process":347,"assert":172,"events":263,"http":406,"https":304,"net":211,"safe-buffer":
|
|
112352
|
+
},{"_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
112353
|
(function(nacl) {
|
|
112409
112354
|
'use strict';
|
|
112410
112355
|
|
|
@@ -114794,7 +114739,7 @@ nacl.setPRNG = function(fn) {
|
|
|
114794
114739
|
|
|
114795
114740
|
})(typeof module !== 'undefined' && module.exports ? module.exports : (self.nacl = self.nacl || {}));
|
|
114796
114741
|
|
|
114797
|
-
},{"crypto":176}],
|
|
114742
|
+
},{"crypto":176}],704:[function(require,module,exports){
|
|
114798
114743
|
'use strict'
|
|
114799
114744
|
|
|
114800
114745
|
exports.fromCallback = function (fn) {
|
|
@@ -114825,7 +114770,7 @@ exports.fromPromise = function (fn) {
|
|
|
114825
114770
|
}, 'name', { value: fn.name })
|
|
114826
114771
|
}
|
|
114827
114772
|
|
|
114828
|
-
},{}],
|
|
114773
|
+
},{}],705:[function(require,module,exports){
|
|
114829
114774
|
/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|
|
114830
114775
|
(function (global, factory) {
|
|
114831
114776
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
|
@@ -116270,7 +116215,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
116270
116215
|
})));
|
|
116271
116216
|
|
|
116272
116217
|
|
|
116273
|
-
},{}],
|
|
116218
|
+
},{}],706:[function(require,module,exports){
|
|
116274
116219
|
(function (global){(function (){
|
|
116275
116220
|
'use strict';
|
|
116276
116221
|
|
|
@@ -116863,7 +116808,7 @@ Url.qs = qs;
|
|
|
116863
116808
|
module.exports = Url;
|
|
116864
116809
|
|
|
116865
116810
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
116866
|
-
},{"querystringify":
|
|
116811
|
+
},{"querystringify":647,"requires-port":648}],707:[function(require,module,exports){
|
|
116867
116812
|
var v1 = require('./v1');
|
|
116868
116813
|
var v4 = require('./v4');
|
|
116869
116814
|
|
|
@@ -116873,7 +116818,7 @@ uuid.v4 = v4;
|
|
|
116873
116818
|
|
|
116874
116819
|
module.exports = uuid;
|
|
116875
116820
|
|
|
116876
|
-
},{"./v1":
|
|
116821
|
+
},{"./v1":710,"./v4":711}],708:[function(require,module,exports){
|
|
116877
116822
|
/**
|
|
116878
116823
|
* Convert array of 16 byte values to UUID string format of the form:
|
|
116879
116824
|
* XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
|
|
@@ -116898,7 +116843,7 @@ function bytesToUuid(buf, offset) {
|
|
|
116898
116843
|
|
|
116899
116844
|
module.exports = bytesToUuid;
|
|
116900
116845
|
|
|
116901
|
-
},{}],
|
|
116846
|
+
},{}],709:[function(require,module,exports){
|
|
116902
116847
|
(function (global){(function (){
|
|
116903
116848
|
// Unique ID creation requires a high quality random # generator. In the
|
|
116904
116849
|
// browser this is a little complicated due to unknown quality of Math.random()
|
|
@@ -116935,7 +116880,7 @@ if (!rng) {
|
|
|
116935
116880
|
module.exports = rng;
|
|
116936
116881
|
|
|
116937
116882
|
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
116938
|
-
},{}],
|
|
116883
|
+
},{}],710:[function(require,module,exports){
|
|
116939
116884
|
var rng = require('./lib/rng');
|
|
116940
116885
|
var bytesToUuid = require('./lib/bytesToUuid');
|
|
116941
116886
|
|
|
@@ -117037,7 +116982,7 @@ function v1(options, buf, offset) {
|
|
|
117037
116982
|
|
|
117038
116983
|
module.exports = v1;
|
|
117039
116984
|
|
|
117040
|
-
},{"./lib/bytesToUuid":
|
|
116985
|
+
},{"./lib/bytesToUuid":708,"./lib/rng":709}],711:[function(require,module,exports){
|
|
117041
116986
|
var rng = require('./lib/rng');
|
|
117042
116987
|
var bytesToUuid = require('./lib/bytesToUuid');
|
|
117043
116988
|
|
|
@@ -117068,7 +117013,7 @@ function v4(options, buf, offset) {
|
|
|
117068
117013
|
|
|
117069
117014
|
module.exports = v4;
|
|
117070
117015
|
|
|
117071
|
-
},{"./lib/bytesToUuid":
|
|
117016
|
+
},{"./lib/bytesToUuid":708,"./lib/rng":709}],712:[function(require,module,exports){
|
|
117072
117017
|
/*
|
|
117073
117018
|
* verror.js: richer JavaScript errors
|
|
117074
117019
|
*/
|