z-schema 4.0.2 → 4.1.0
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/dist/ZSchema-browser-min.js +1 -1
- package/dist/ZSchema-browser-min.js.map +1 -1
- package/dist/ZSchema-browser-test.js +324 -267
- package/dist/ZSchema-browser.js +134 -114
- package/package.json +1 -1
- package/src/JsonValidation.js +3 -3
- package/src/Report.js +1 -0
|
@@ -2471,7 +2471,7 @@ function numberIsNaN (obj) {
|
|
|
2471
2471
|
}
|
|
2472
2472
|
|
|
2473
2473
|
}).call(this,require("buffer").Buffer)
|
|
2474
|
-
},{"base64-js":1,"buffer":4,"ieee754":
|
|
2474
|
+
},{"base64-js":1,"buffer":4,"ieee754":62}],5:[function(require,module,exports){
|
|
2475
2475
|
module.exports = {
|
|
2476
2476
|
"100": "Continue",
|
|
2477
2477
|
"101": "Switching Protocols",
|
|
@@ -2542,7 +2542,7 @@ require('../modules/es6.symbol');
|
|
|
2542
2542
|
require('../modules/es6.object.to-string');
|
|
2543
2543
|
module.exports = require('../modules/_core').Symbol;
|
|
2544
2544
|
|
|
2545
|
-
},{"../modules/_core":12,"../modules/es6.object.to-string":
|
|
2545
|
+
},{"../modules/_core":12,"../modules/es6.object.to-string":57,"../modules/es6.symbol":58}],7:[function(require,module,exports){
|
|
2546
2546
|
module.exports = function (it) {
|
|
2547
2547
|
if (typeof it != 'function') throw TypeError(it + ' is not a function!');
|
|
2548
2548
|
return it;
|
|
@@ -2605,7 +2605,7 @@ module.exports = function (it) {
|
|
|
2605
2605
|
: (B = cof(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : B;
|
|
2606
2606
|
};
|
|
2607
2607
|
|
|
2608
|
-
},{"./_cof":11,"./_wks":
|
|
2608
|
+
},{"./_cof":11,"./_wks":56}],11:[function(require,module,exports){
|
|
2609
2609
|
var toString = {}.toString;
|
|
2610
2610
|
|
|
2611
2611
|
module.exports = function (it) {
|
|
@@ -2613,7 +2613,7 @@ module.exports = function (it) {
|
|
|
2613
2613
|
};
|
|
2614
2614
|
|
|
2615
2615
|
},{}],12:[function(require,module,exports){
|
|
2616
|
-
var core = module.exports = { version: '2.6.
|
|
2616
|
+
var core = module.exports = { version: '2.6.9' };
|
|
2617
2617
|
if (typeof __e == 'number') __e = core; // eslint-disable-line no-undef
|
|
2618
2618
|
|
|
2619
2619
|
},{}],13:[function(require,module,exports){
|
|
@@ -2851,7 +2851,7 @@ var meta = module.exports = {
|
|
|
2851
2851
|
onFreeze: onFreeze
|
|
2852
2852
|
};
|
|
2853
2853
|
|
|
2854
|
-
},{"./_fails":20,"./_has":23,"./_is-object":29,"./_object-dp":33,"./_uid":
|
|
2854
|
+
},{"./_fails":20,"./_has":23,"./_is-object":29,"./_object-dp":33,"./_uid":53}],32:[function(require,module,exports){
|
|
2855
2855
|
// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
|
|
2856
2856
|
var anObject = require('./_an-object');
|
|
2857
2857
|
var dPs = require('./_object-dps');
|
|
@@ -2912,7 +2912,7 @@ exports.f = require('./_descriptors') ? Object.defineProperty : function defineP
|
|
|
2912
2912
|
return O;
|
|
2913
2913
|
};
|
|
2914
2914
|
|
|
2915
|
-
},{"./_an-object":8,"./_descriptors":15,"./_ie8-dom-define":26,"./_to-primitive":
|
|
2915
|
+
},{"./_an-object":8,"./_descriptors":15,"./_ie8-dom-define":26,"./_to-primitive":52}],34:[function(require,module,exports){
|
|
2916
2916
|
var dP = require('./_object-dp');
|
|
2917
2917
|
var anObject = require('./_an-object');
|
|
2918
2918
|
var getKeys = require('./_object-keys');
|
|
@@ -2945,7 +2945,7 @@ exports.f = require('./_descriptors') ? gOPD : function getOwnPropertyDescriptor
|
|
|
2945
2945
|
if (has(O, P)) return createDesc(!pIE.f.call(O, P), O[P]);
|
|
2946
2946
|
};
|
|
2947
2947
|
|
|
2948
|
-
},{"./_descriptors":15,"./_has":23,"./_ie8-dom-define":26,"./_object-pie":41,"./_property-desc":42,"./_to-iobject":49,"./_to-primitive":
|
|
2948
|
+
},{"./_descriptors":15,"./_has":23,"./_ie8-dom-define":26,"./_object-pie":41,"./_property-desc":42,"./_to-iobject":49,"./_to-primitive":52}],36:[function(require,module,exports){
|
|
2949
2949
|
// fallback for IE11 buggy Object.getOwnPropertyNames with iframe and window
|
|
2950
2950
|
var toIObject = require('./_to-iobject');
|
|
2951
2951
|
var gOPN = require('./_object-gopn').f;
|
|
@@ -3052,7 +3052,7 @@ require('./_core').inspectSource = function (it) {
|
|
|
3052
3052
|
return typeof this == 'function' && this[SRC] || $toString.call(this);
|
|
3053
3053
|
});
|
|
3054
3054
|
|
|
3055
|
-
},{"./_core":12,"./_function-to-string":21,"./_global":22,"./_has":23,"./_hide":24,"./_uid":
|
|
3055
|
+
},{"./_core":12,"./_function-to-string":21,"./_global":22,"./_has":23,"./_hide":24,"./_uid":53}],44:[function(require,module,exports){
|
|
3056
3056
|
var def = require('./_object-dp').f;
|
|
3057
3057
|
var has = require('./_has');
|
|
3058
3058
|
var TAG = require('./_wks')('toStringTag');
|
|
@@ -3061,14 +3061,14 @@ module.exports = function (it, tag, stat) {
|
|
|
3061
3061
|
if (it && !has(it = stat ? it : it.prototype, TAG)) def(it, TAG, { configurable: true, value: tag });
|
|
3062
3062
|
};
|
|
3063
3063
|
|
|
3064
|
-
},{"./_has":23,"./_object-dp":33,"./_wks":
|
|
3064
|
+
},{"./_has":23,"./_object-dp":33,"./_wks":56}],45:[function(require,module,exports){
|
|
3065
3065
|
var shared = require('./_shared')('keys');
|
|
3066
3066
|
var uid = require('./_uid');
|
|
3067
3067
|
module.exports = function (key) {
|
|
3068
3068
|
return shared[key] || (shared[key] = uid(key));
|
|
3069
3069
|
};
|
|
3070
3070
|
|
|
3071
|
-
},{"./_shared":46,"./_uid":
|
|
3071
|
+
},{"./_shared":46,"./_uid":53}],46:[function(require,module,exports){
|
|
3072
3072
|
var core = require('./_core');
|
|
3073
3073
|
var global = require('./_global');
|
|
3074
3074
|
var SHARED = '__core-js_shared__';
|
|
@@ -3116,6 +3116,13 @@ module.exports = function (it) {
|
|
|
3116
3116
|
};
|
|
3117
3117
|
|
|
3118
3118
|
},{"./_to-integer":48}],51:[function(require,module,exports){
|
|
3119
|
+
// 7.1.13 ToObject(argument)
|
|
3120
|
+
var defined = require('./_defined');
|
|
3121
|
+
module.exports = function (it) {
|
|
3122
|
+
return Object(defined(it));
|
|
3123
|
+
};
|
|
3124
|
+
|
|
3125
|
+
},{"./_defined":14}],52:[function(require,module,exports){
|
|
3119
3126
|
// 7.1.1 ToPrimitive(input [, PreferredType])
|
|
3120
3127
|
var isObject = require('./_is-object');
|
|
3121
3128
|
// instead of the ES6 spec version, we didn't implement @@toPrimitive case
|
|
@@ -3129,14 +3136,14 @@ module.exports = function (it, S) {
|
|
|
3129
3136
|
throw TypeError("Can't convert object to primitive value");
|
|
3130
3137
|
};
|
|
3131
3138
|
|
|
3132
|
-
},{"./_is-object":29}],
|
|
3139
|
+
},{"./_is-object":29}],53:[function(require,module,exports){
|
|
3133
3140
|
var id = 0;
|
|
3134
3141
|
var px = Math.random();
|
|
3135
3142
|
module.exports = function (key) {
|
|
3136
3143
|
return 'Symbol('.concat(key === undefined ? '' : key, ')_', (++id + px).toString(36));
|
|
3137
3144
|
};
|
|
3138
3145
|
|
|
3139
|
-
},{}],
|
|
3146
|
+
},{}],54:[function(require,module,exports){
|
|
3140
3147
|
var global = require('./_global');
|
|
3141
3148
|
var core = require('./_core');
|
|
3142
3149
|
var LIBRARY = require('./_library');
|
|
@@ -3147,10 +3154,10 @@ module.exports = function (name) {
|
|
|
3147
3154
|
if (name.charAt(0) != '_' && !(name in $Symbol)) defineProperty($Symbol, name, { value: wksExt.f(name) });
|
|
3148
3155
|
};
|
|
3149
3156
|
|
|
3150
|
-
},{"./_core":12,"./_global":22,"./_library":30,"./_object-dp":33,"./_wks-ext":
|
|
3157
|
+
},{"./_core":12,"./_global":22,"./_library":30,"./_object-dp":33,"./_wks-ext":55}],55:[function(require,module,exports){
|
|
3151
3158
|
exports.f = require('./_wks');
|
|
3152
3159
|
|
|
3153
|
-
},{"./_wks":
|
|
3160
|
+
},{"./_wks":56}],56:[function(require,module,exports){
|
|
3154
3161
|
var store = require('./_shared')('wks');
|
|
3155
3162
|
var uid = require('./_uid');
|
|
3156
3163
|
var Symbol = require('./_global').Symbol;
|
|
@@ -3163,7 +3170,7 @@ var $exports = module.exports = function (name) {
|
|
|
3163
3170
|
|
|
3164
3171
|
$exports.store = store;
|
|
3165
3172
|
|
|
3166
|
-
},{"./_global":22,"./_shared":46,"./_uid":
|
|
3173
|
+
},{"./_global":22,"./_shared":46,"./_uid":53}],57:[function(require,module,exports){
|
|
3167
3174
|
'use strict';
|
|
3168
3175
|
// 19.1.3.6 Object.prototype.toString()
|
|
3169
3176
|
var classof = require('./_classof');
|
|
@@ -3175,7 +3182,7 @@ if (test + '' != '[object z]') {
|
|
|
3175
3182
|
}, true);
|
|
3176
3183
|
}
|
|
3177
3184
|
|
|
3178
|
-
},{"./_classof":10,"./_redefine":43,"./_wks":
|
|
3185
|
+
},{"./_classof":10,"./_redefine":43,"./_wks":56}],58:[function(require,module,exports){
|
|
3179
3186
|
'use strict';
|
|
3180
3187
|
// ECMAScript 6 symbols shim
|
|
3181
3188
|
var global = require('./_global');
|
|
@@ -3195,12 +3202,14 @@ var enumKeys = require('./_enum-keys');
|
|
|
3195
3202
|
var isArray = require('./_is-array');
|
|
3196
3203
|
var anObject = require('./_an-object');
|
|
3197
3204
|
var isObject = require('./_is-object');
|
|
3205
|
+
var toObject = require('./_to-object');
|
|
3198
3206
|
var toIObject = require('./_to-iobject');
|
|
3199
3207
|
var toPrimitive = require('./_to-primitive');
|
|
3200
3208
|
var createDesc = require('./_property-desc');
|
|
3201
3209
|
var _create = require('./_object-create');
|
|
3202
3210
|
var gOPNExt = require('./_object-gopn-ext');
|
|
3203
3211
|
var $GOPD = require('./_object-gopd');
|
|
3212
|
+
var $GOPS = require('./_object-gops');
|
|
3204
3213
|
var $DP = require('./_object-dp');
|
|
3205
3214
|
var $keys = require('./_object-keys');
|
|
3206
3215
|
var gOPD = $GOPD.f;
|
|
@@ -3217,7 +3226,7 @@ var SymbolRegistry = shared('symbol-registry');
|
|
|
3217
3226
|
var AllSymbols = shared('symbols');
|
|
3218
3227
|
var OPSymbols = shared('op-symbols');
|
|
3219
3228
|
var ObjectProto = Object[PROTOTYPE];
|
|
3220
|
-
var USE_NATIVE = typeof $Symbol == 'function';
|
|
3229
|
+
var USE_NATIVE = typeof $Symbol == 'function' && !!$GOPS.f;
|
|
3221
3230
|
var QObject = global.QObject;
|
|
3222
3231
|
// Don't use setters in Qt Script, https://github.com/zloirock/core-js/issues/173
|
|
3223
3232
|
var setter = !QObject || !QObject[PROTOTYPE] || !QObject[PROTOTYPE].findChild;
|
|
@@ -3327,7 +3336,7 @@ if (!USE_NATIVE) {
|
|
|
3327
3336
|
$DP.f = $defineProperty;
|
|
3328
3337
|
require('./_object-gopn').f = gOPNExt.f = $getOwnPropertyNames;
|
|
3329
3338
|
require('./_object-pie').f = $propertyIsEnumerable;
|
|
3330
|
-
|
|
3339
|
+
$GOPS.f = $getOwnPropertySymbols;
|
|
3331
3340
|
|
|
3332
3341
|
if (DESCRIPTORS && !require('./_library')) {
|
|
3333
3342
|
redefine(ObjectProto, 'propertyIsEnumerable', $propertyIsEnumerable, true);
|
|
@@ -3378,6 +3387,16 @@ $export($export.S + $export.F * !USE_NATIVE, 'Object', {
|
|
|
3378
3387
|
getOwnPropertySymbols: $getOwnPropertySymbols
|
|
3379
3388
|
});
|
|
3380
3389
|
|
|
3390
|
+
// Chrome 38 and 39 `Object.getOwnPropertySymbols` fails on primitives
|
|
3391
|
+
// https://bugs.chromium.org/p/v8/issues/detail?id=3443
|
|
3392
|
+
var FAILS_ON_PRIMITIVES = $fails(function () { $GOPS.f(1); });
|
|
3393
|
+
|
|
3394
|
+
$export($export.S + $export.F * FAILS_ON_PRIMITIVES, 'Object', {
|
|
3395
|
+
getOwnPropertySymbols: function getOwnPropertySymbols(it) {
|
|
3396
|
+
return $GOPS.f(toObject(it));
|
|
3397
|
+
}
|
|
3398
|
+
});
|
|
3399
|
+
|
|
3381
3400
|
// 24.3.2 JSON.stringify(value [, replacer [, space]])
|
|
3382
3401
|
$JSON && $export($export.S + $export.F * (!USE_NATIVE || $fails(function () {
|
|
3383
3402
|
var S = $Symbol();
|
|
@@ -3411,7 +3430,7 @@ setToStringTag(Math, 'Math', true);
|
|
|
3411
3430
|
// 24.3.3 JSON[@@toStringTag]
|
|
3412
3431
|
setToStringTag(global.JSON, 'JSON', true);
|
|
3413
3432
|
|
|
3414
|
-
},{"./_an-object":8,"./_descriptors":15,"./_enum-keys":18,"./_export":19,"./_fails":20,"./_global":22,"./_has":23,"./_hide":24,"./_is-array":28,"./_is-object":29,"./_library":30,"./_meta":31,"./_object-create":32,"./_object-dp":33,"./_object-gopd":35,"./_object-gopn":37,"./_object-gopn-ext":36,"./_object-gops":38,"./_object-keys":40,"./_object-pie":41,"./_property-desc":42,"./_redefine":43,"./_set-to-string-tag":44,"./_shared":46,"./_to-iobject":49,"./_to-
|
|
3433
|
+
},{"./_an-object":8,"./_descriptors":15,"./_enum-keys":18,"./_export":19,"./_fails":20,"./_global":22,"./_has":23,"./_hide":24,"./_is-array":28,"./_is-object":29,"./_library":30,"./_meta":31,"./_object-create":32,"./_object-dp":33,"./_object-gopd":35,"./_object-gopn":37,"./_object-gopn-ext":36,"./_object-gops":38,"./_object-keys":40,"./_object-pie":41,"./_property-desc":42,"./_redefine":43,"./_set-to-string-tag":44,"./_shared":46,"./_to-iobject":49,"./_to-object":51,"./_to-primitive":52,"./_uid":53,"./_wks":56,"./_wks-define":54,"./_wks-ext":55}],59:[function(require,module,exports){
|
|
3415
3434
|
(function (Buffer){
|
|
3416
3435
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
3417
3436
|
//
|
|
@@ -3522,7 +3541,7 @@ function objectToString(o) {
|
|
|
3522
3541
|
}
|
|
3523
3542
|
|
|
3524
3543
|
}).call(this,{"isBuffer":require("../../is-buffer/index.js")})
|
|
3525
|
-
},{"../../is-buffer/index.js":
|
|
3544
|
+
},{"../../is-buffer/index.js":64}],60:[function(require,module,exports){
|
|
3526
3545
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
3527
3546
|
//
|
|
3528
3547
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -4047,7 +4066,7 @@ function functionBindPolyfill(context) {
|
|
|
4047
4066
|
};
|
|
4048
4067
|
}
|
|
4049
4068
|
|
|
4050
|
-
},{}],
|
|
4069
|
+
},{}],61:[function(require,module,exports){
|
|
4051
4070
|
var http = require('http')
|
|
4052
4071
|
var url = require('url')
|
|
4053
4072
|
|
|
@@ -4080,7 +4099,7 @@ function validateParams (params) {
|
|
|
4080
4099
|
return params
|
|
4081
4100
|
}
|
|
4082
4101
|
|
|
4083
|
-
},{"http":
|
|
4102
|
+
},{"http":84,"url":90}],62:[function(require,module,exports){
|
|
4084
4103
|
exports.read = function (buffer, offset, isLE, mLen, nBytes) {
|
|
4085
4104
|
var e, m
|
|
4086
4105
|
var eLen = (nBytes * 8) - mLen - 1
|
|
@@ -4166,7 +4185,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
|
|
|
4166
4185
|
buffer[offset + i - d] |= s * 128
|
|
4167
4186
|
}
|
|
4168
4187
|
|
|
4169
|
-
},{}],
|
|
4188
|
+
},{}],63:[function(require,module,exports){
|
|
4170
4189
|
if (typeof Object.create === 'function') {
|
|
4171
4190
|
// implementation from standard node.js 'util' module
|
|
4172
4191
|
module.exports = function inherits(ctor, superCtor) {
|
|
@@ -4191,7 +4210,7 @@ if (typeof Object.create === 'function') {
|
|
|
4191
4210
|
}
|
|
4192
4211
|
}
|
|
4193
4212
|
|
|
4194
|
-
},{}],
|
|
4213
|
+
},{}],64:[function(require,module,exports){
|
|
4195
4214
|
/*!
|
|
4196
4215
|
* Determine if an object is a Buffer
|
|
4197
4216
|
*
|
|
@@ -4214,14 +4233,14 @@ function isSlowBuffer (obj) {
|
|
|
4214
4233
|
return typeof obj.readFloatLE === 'function' && typeof obj.slice === 'function' && isBuffer(obj.slice(0, 0))
|
|
4215
4234
|
}
|
|
4216
4235
|
|
|
4217
|
-
},{}],
|
|
4236
|
+
},{}],65:[function(require,module,exports){
|
|
4218
4237
|
var toString = {}.toString;
|
|
4219
4238
|
|
|
4220
4239
|
module.exports = Array.isArray || function (arr) {
|
|
4221
4240
|
return toString.call(arr) == '[object Array]';
|
|
4222
4241
|
};
|
|
4223
4242
|
|
|
4224
|
-
},{}],
|
|
4243
|
+
},{}],66:[function(require,module,exports){
|
|
4225
4244
|
(function (global){
|
|
4226
4245
|
/**
|
|
4227
4246
|
* lodash (Custom Build) <https://lodash.com/>
|
|
@@ -5156,7 +5175,7 @@ function get(object, path, defaultValue) {
|
|
|
5156
5175
|
module.exports = get;
|
|
5157
5176
|
|
|
5158
5177
|
}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
5159
|
-
},{}],
|
|
5178
|
+
},{}],67:[function(require,module,exports){
|
|
5160
5179
|
(function (global){
|
|
5161
5180
|
/**
|
|
5162
5181
|
* Lodash (Custom Build) <https://lodash.com/>
|
|
@@ -7008,7 +7027,7 @@ function stubFalse() {
|
|
|
7008
7027
|
module.exports = isEqual;
|
|
7009
7028
|
|
|
7010
7029
|
}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
7011
|
-
},{}],
|
|
7030
|
+
},{}],68:[function(require,module,exports){
|
|
7012
7031
|
(function (process){
|
|
7013
7032
|
'use strict';
|
|
7014
7033
|
|
|
@@ -7056,7 +7075,7 @@ function nextTick(fn, arg1, arg2, arg3) {
|
|
|
7056
7075
|
|
|
7057
7076
|
|
|
7058
7077
|
}).call(this,require('_process'))
|
|
7059
|
-
},{"_process":
|
|
7078
|
+
},{"_process":69}],69:[function(require,module,exports){
|
|
7060
7079
|
// shim for using process in browser
|
|
7061
7080
|
var process = module.exports = {};
|
|
7062
7081
|
|
|
@@ -7242,7 +7261,7 @@ process.chdir = function (dir) {
|
|
|
7242
7261
|
};
|
|
7243
7262
|
process.umask = function() { return 0; };
|
|
7244
7263
|
|
|
7245
|
-
},{}],
|
|
7264
|
+
},{}],70:[function(require,module,exports){
|
|
7246
7265
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
7247
7266
|
//
|
|
7248
7267
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -7328,7 +7347,7 @@ var isArray = Array.isArray || function (xs) {
|
|
|
7328
7347
|
return Object.prototype.toString.call(xs) === '[object Array]';
|
|
7329
7348
|
};
|
|
7330
7349
|
|
|
7331
|
-
},{}],
|
|
7350
|
+
},{}],71:[function(require,module,exports){
|
|
7332
7351
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
7333
7352
|
//
|
|
7334
7353
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -7415,13 +7434,13 @@ var objectKeys = Object.keys || function (obj) {
|
|
|
7415
7434
|
return res;
|
|
7416
7435
|
};
|
|
7417
7436
|
|
|
7418
|
-
},{}],
|
|
7437
|
+
},{}],72:[function(require,module,exports){
|
|
7419
7438
|
'use strict';
|
|
7420
7439
|
|
|
7421
7440
|
exports.decode = exports.parse = require('./decode');
|
|
7422
7441
|
exports.encode = exports.stringify = require('./encode');
|
|
7423
7442
|
|
|
7424
|
-
},{"./decode":
|
|
7443
|
+
},{"./decode":70,"./encode":71}],73:[function(require,module,exports){
|
|
7425
7444
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
7426
7445
|
//
|
|
7427
7446
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -7553,7 +7572,7 @@ Duplex.prototype._destroy = function (err, cb) {
|
|
|
7553
7572
|
|
|
7554
7573
|
pna.nextTick(cb, err);
|
|
7555
7574
|
};
|
|
7556
|
-
},{"./_stream_readable":
|
|
7575
|
+
},{"./_stream_readable":75,"./_stream_writable":77,"core-util-is":59,"inherits":63,"process-nextick-args":68}],74:[function(require,module,exports){
|
|
7557
7576
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
7558
7577
|
//
|
|
7559
7578
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -7601,7 +7620,7 @@ function PassThrough(options) {
|
|
|
7601
7620
|
PassThrough.prototype._transform = function (chunk, encoding, cb) {
|
|
7602
7621
|
cb(null, chunk);
|
|
7603
7622
|
};
|
|
7604
|
-
},{"./_stream_transform":
|
|
7623
|
+
},{"./_stream_transform":76,"core-util-is":59,"inherits":63}],75:[function(require,module,exports){
|
|
7605
7624
|
(function (process,global){
|
|
7606
7625
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
7607
7626
|
//
|
|
@@ -8623,7 +8642,7 @@ function indexOf(xs, x) {
|
|
|
8623
8642
|
return -1;
|
|
8624
8643
|
}
|
|
8625
8644
|
}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
8626
|
-
},{"./_stream_duplex":
|
|
8645
|
+
},{"./_stream_duplex":73,"./internal/streams/BufferList":78,"./internal/streams/destroy":79,"./internal/streams/stream":80,"_process":69,"core-util-is":59,"events":60,"inherits":63,"isarray":65,"process-nextick-args":68,"safe-buffer":83,"string_decoder/":81,"util":2}],76:[function(require,module,exports){
|
|
8627
8646
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
8628
8647
|
//
|
|
8629
8648
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -8838,7 +8857,7 @@ function done(stream, er, data) {
|
|
|
8838
8857
|
|
|
8839
8858
|
return stream.push(null);
|
|
8840
8859
|
}
|
|
8841
|
-
},{"./_stream_duplex":
|
|
8860
|
+
},{"./_stream_duplex":73,"core-util-is":59,"inherits":63}],77:[function(require,module,exports){
|
|
8842
8861
|
(function (process,global,setImmediate){
|
|
8843
8862
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
8844
8863
|
//
|
|
@@ -9528,7 +9547,7 @@ Writable.prototype._destroy = function (err, cb) {
|
|
|
9528
9547
|
cb(err);
|
|
9529
9548
|
};
|
|
9530
9549
|
}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {},require("timers").setImmediate)
|
|
9531
|
-
},{"./_stream_duplex":
|
|
9550
|
+
},{"./_stream_duplex":73,"./internal/streams/destroy":79,"./internal/streams/stream":80,"_process":69,"core-util-is":59,"inherits":63,"process-nextick-args":68,"safe-buffer":83,"timers":88,"util-deprecate":92}],78:[function(require,module,exports){
|
|
9532
9551
|
'use strict';
|
|
9533
9552
|
|
|
9534
9553
|
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
|
|
@@ -9608,7 +9627,7 @@ if (util && util.inspect && util.inspect.custom) {
|
|
|
9608
9627
|
return this.constructor.name + ' ' + obj;
|
|
9609
9628
|
};
|
|
9610
9629
|
}
|
|
9611
|
-
},{"safe-buffer":
|
|
9630
|
+
},{"safe-buffer":83,"util":2}],79:[function(require,module,exports){
|
|
9612
9631
|
'use strict';
|
|
9613
9632
|
|
|
9614
9633
|
/*<replacement>*/
|
|
@@ -9683,10 +9702,10 @@ module.exports = {
|
|
|
9683
9702
|
destroy: destroy,
|
|
9684
9703
|
undestroy: undestroy
|
|
9685
9704
|
};
|
|
9686
|
-
},{"process-nextick-args":
|
|
9705
|
+
},{"process-nextick-args":68}],80:[function(require,module,exports){
|
|
9687
9706
|
module.exports = require('events').EventEmitter;
|
|
9688
9707
|
|
|
9689
|
-
},{"events":
|
|
9708
|
+
},{"events":60}],81:[function(require,module,exports){
|
|
9690
9709
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
9691
9710
|
//
|
|
9692
9711
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -9983,7 +10002,7 @@ function simpleWrite(buf) {
|
|
|
9983
10002
|
function simpleEnd(buf) {
|
|
9984
10003
|
return buf && buf.length ? this.write(buf) : '';
|
|
9985
10004
|
}
|
|
9986
|
-
},{"safe-buffer":
|
|
10005
|
+
},{"safe-buffer":83}],82:[function(require,module,exports){
|
|
9987
10006
|
exports = module.exports = require('./lib/_stream_readable.js');
|
|
9988
10007
|
exports.Stream = exports;
|
|
9989
10008
|
exports.Readable = exports;
|
|
@@ -9992,7 +10011,7 @@ exports.Duplex = require('./lib/_stream_duplex.js');
|
|
|
9992
10011
|
exports.Transform = require('./lib/_stream_transform.js');
|
|
9993
10012
|
exports.PassThrough = require('./lib/_stream_passthrough.js');
|
|
9994
10013
|
|
|
9995
|
-
},{"./lib/_stream_duplex.js":
|
|
10014
|
+
},{"./lib/_stream_duplex.js":73,"./lib/_stream_passthrough.js":74,"./lib/_stream_readable.js":75,"./lib/_stream_transform.js":76,"./lib/_stream_writable.js":77}],83:[function(require,module,exports){
|
|
9996
10015
|
/* eslint-disable node/no-deprecated-api */
|
|
9997
10016
|
var buffer = require('buffer')
|
|
9998
10017
|
var Buffer = buffer.Buffer
|
|
@@ -10056,7 +10075,7 @@ SafeBuffer.allocUnsafeSlow = function (size) {
|
|
|
10056
10075
|
return buffer.SlowBuffer(size)
|
|
10057
10076
|
}
|
|
10058
10077
|
|
|
10059
|
-
},{"buffer":4}],
|
|
10078
|
+
},{"buffer":4}],84:[function(require,module,exports){
|
|
10060
10079
|
(function (global){
|
|
10061
10080
|
var ClientRequest = require('./lib/request')
|
|
10062
10081
|
var response = require('./lib/response')
|
|
@@ -10144,7 +10163,7 @@ http.METHODS = [
|
|
|
10144
10163
|
'UNSUBSCRIBE'
|
|
10145
10164
|
]
|
|
10146
10165
|
}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
10147
|
-
},{"./lib/request":
|
|
10166
|
+
},{"./lib/request":86,"./lib/response":87,"builtin-status-codes":5,"url":90,"xtend":171}],85:[function(require,module,exports){
|
|
10148
10167
|
(function (global){
|
|
10149
10168
|
exports.fetch = isFunction(global.fetch) && isFunction(global.ReadableStream)
|
|
10150
10169
|
|
|
@@ -10221,7 +10240,7 @@ function isFunction (value) {
|
|
|
10221
10240
|
xhr = null // Help gc
|
|
10222
10241
|
|
|
10223
10242
|
}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
10224
|
-
},{}],
|
|
10243
|
+
},{}],86:[function(require,module,exports){
|
|
10225
10244
|
(function (process,global,Buffer){
|
|
10226
10245
|
var capability = require('./capability')
|
|
10227
10246
|
var inherits = require('inherits')
|
|
@@ -10552,7 +10571,7 @@ var unsafeHeaders = [
|
|
|
10552
10571
|
]
|
|
10553
10572
|
|
|
10554
10573
|
}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {},require("buffer").Buffer)
|
|
10555
|
-
},{"./capability":
|
|
10574
|
+
},{"./capability":85,"./response":87,"_process":69,"buffer":4,"inherits":63,"readable-stream":82,"to-arraybuffer":89}],87:[function(require,module,exports){
|
|
10556
10575
|
(function (process,global,Buffer){
|
|
10557
10576
|
var capability = require('./capability')
|
|
10558
10577
|
var inherits = require('inherits')
|
|
@@ -10780,7 +10799,7 @@ IncomingMessage.prototype._onXHRProgress = function () {
|
|
|
10780
10799
|
}
|
|
10781
10800
|
|
|
10782
10801
|
}).call(this,require('_process'),typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {},require("buffer").Buffer)
|
|
10783
|
-
},{"./capability":
|
|
10802
|
+
},{"./capability":85,"_process":69,"buffer":4,"inherits":63,"readable-stream":82}],88:[function(require,module,exports){
|
|
10784
10803
|
(function (setImmediate,clearImmediate){
|
|
10785
10804
|
var nextTick = require('process/browser.js').nextTick;
|
|
10786
10805
|
var apply = Function.prototype.apply;
|
|
@@ -10859,7 +10878,7 @@ exports.clearImmediate = typeof clearImmediate === "function" ? clearImmediate :
|
|
|
10859
10878
|
delete immediateIds[id];
|
|
10860
10879
|
};
|
|
10861
10880
|
}).call(this,require("timers").setImmediate,require("timers").clearImmediate)
|
|
10862
|
-
},{"process/browser.js":
|
|
10881
|
+
},{"process/browser.js":69,"timers":88}],89:[function(require,module,exports){
|
|
10863
10882
|
var Buffer = require('buffer').Buffer
|
|
10864
10883
|
|
|
10865
10884
|
module.exports = function (buf) {
|
|
@@ -10888,7 +10907,7 @@ module.exports = function (buf) {
|
|
|
10888
10907
|
}
|
|
10889
10908
|
}
|
|
10890
10909
|
|
|
10891
|
-
},{"buffer":4}],
|
|
10910
|
+
},{"buffer":4}],90:[function(require,module,exports){
|
|
10892
10911
|
// Copyright Joyent, Inc. and other Node contributors.
|
|
10893
10912
|
//
|
|
10894
10913
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
|
@@ -11622,7 +11641,7 @@ Url.prototype.parseHost = function() {
|
|
|
11622
11641
|
if (host) this.hostname = host;
|
|
11623
11642
|
};
|
|
11624
11643
|
|
|
11625
|
-
},{"./util":
|
|
11644
|
+
},{"./util":91,"punycode":3,"querystring":72}],91:[function(require,module,exports){
|
|
11626
11645
|
'use strict';
|
|
11627
11646
|
|
|
11628
11647
|
module.exports = {
|
|
@@ -11640,7 +11659,7 @@ module.exports = {
|
|
|
11640
11659
|
}
|
|
11641
11660
|
};
|
|
11642
11661
|
|
|
11643
|
-
},{}],
|
|
11662
|
+
},{}],92:[function(require,module,exports){
|
|
11644
11663
|
(function (global){
|
|
11645
11664
|
|
|
11646
11665
|
/**
|
|
@@ -11711,7 +11730,7 @@ function config (name) {
|
|
|
11711
11730
|
}
|
|
11712
11731
|
|
|
11713
11732
|
}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
|
|
11714
|
-
},{}],
|
|
11733
|
+
},{}],93:[function(require,module,exports){
|
|
11715
11734
|
"use strict";
|
|
11716
11735
|
|
|
11717
11736
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -11955,7 +11974,7 @@ var _default = validator;
|
|
|
11955
11974
|
exports.default = _default;
|
|
11956
11975
|
module.exports = exports.default;
|
|
11957
11976
|
module.exports.default = exports.default;
|
|
11958
|
-
},{"./lib/blacklist":
|
|
11977
|
+
},{"./lib/blacklist":95,"./lib/contains":96,"./lib/equals":97,"./lib/escape":98,"./lib/isAfter":99,"./lib/isAlpha":100,"./lib/isAlphanumeric":101,"./lib/isAscii":102,"./lib/isBase64":103,"./lib/isBefore":104,"./lib/isBoolean":105,"./lib/isByteLength":106,"./lib/isCreditCard":107,"./lib/isCurrency":108,"./lib/isDataURI":109,"./lib/isDecimal":110,"./lib/isDivisibleBy":111,"./lib/isEmail":112,"./lib/isEmpty":113,"./lib/isFQDN":114,"./lib/isFloat":115,"./lib/isFullWidth":116,"./lib/isHalfWidth":117,"./lib/isHash":118,"./lib/isHexColor":119,"./lib/isHexadecimal":120,"./lib/isIP":121,"./lib/isIPRange":122,"./lib/isISBN":123,"./lib/isISIN":124,"./lib/isISO31661Alpha2":125,"./lib/isISO31661Alpha3":126,"./lib/isISO8601":127,"./lib/isISRC":128,"./lib/isISSN":129,"./lib/isIdentityCard":130,"./lib/isIn":131,"./lib/isInt":132,"./lib/isJSON":133,"./lib/isJWT":134,"./lib/isLatLong":135,"./lib/isLength":136,"./lib/isLowercase":137,"./lib/isMACAddress":138,"./lib/isMD5":139,"./lib/isMagnetURI":140,"./lib/isMimeType":141,"./lib/isMobilePhone":142,"./lib/isMongoId":143,"./lib/isMultibyte":144,"./lib/isNumeric":145,"./lib/isPort":146,"./lib/isPostalCode":147,"./lib/isRFC3339":148,"./lib/isSurrogatePair":149,"./lib/isURL":150,"./lib/isUUID":151,"./lib/isUppercase":152,"./lib/isVariableWidth":153,"./lib/isWhitelisted":154,"./lib/ltrim":155,"./lib/matches":156,"./lib/normalizeEmail":157,"./lib/rtrim":158,"./lib/stripLow":159,"./lib/toBoolean":160,"./lib/toDate":161,"./lib/toFloat":162,"./lib/toInt":163,"./lib/trim":164,"./lib/unescape":165,"./lib/util/toString":169,"./lib/whitelist":170}],94:[function(require,module,exports){
|
|
11959
11978
|
"use strict";
|
|
11960
11979
|
|
|
11961
11980
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12065,7 +12084,7 @@ decimal['pt-BR'] = decimal['pt-PT']; // see #862
|
|
|
12065
12084
|
alpha['pl-Pl'] = alpha['pl-PL'];
|
|
12066
12085
|
alphanumeric['pl-Pl'] = alphanumeric['pl-PL'];
|
|
12067
12086
|
decimal['pl-Pl'] = decimal['pl-PL'];
|
|
12068
|
-
},{}],
|
|
12087
|
+
},{}],95:[function(require,module,exports){
|
|
12069
12088
|
"use strict";
|
|
12070
12089
|
|
|
12071
12090
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12084,7 +12103,7 @@ function blacklist(str, chars) {
|
|
|
12084
12103
|
|
|
12085
12104
|
module.exports = exports.default;
|
|
12086
12105
|
module.exports.default = exports.default;
|
|
12087
|
-
},{"./util/assertString":
|
|
12106
|
+
},{"./util/assertString":166}],96:[function(require,module,exports){
|
|
12088
12107
|
"use strict";
|
|
12089
12108
|
|
|
12090
12109
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12105,7 +12124,7 @@ function contains(str, elem) {
|
|
|
12105
12124
|
|
|
12106
12125
|
module.exports = exports.default;
|
|
12107
12126
|
module.exports.default = exports.default;
|
|
12108
|
-
},{"./util/assertString":
|
|
12127
|
+
},{"./util/assertString":166,"./util/toString":169}],97:[function(require,module,exports){
|
|
12109
12128
|
"use strict";
|
|
12110
12129
|
|
|
12111
12130
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12124,7 +12143,7 @@ function equals(str, comparison) {
|
|
|
12124
12143
|
|
|
12125
12144
|
module.exports = exports.default;
|
|
12126
12145
|
module.exports.default = exports.default;
|
|
12127
|
-
},{"./util/assertString":
|
|
12146
|
+
},{"./util/assertString":166}],98:[function(require,module,exports){
|
|
12128
12147
|
"use strict";
|
|
12129
12148
|
|
|
12130
12149
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12143,7 +12162,7 @@ function escape(str) {
|
|
|
12143
12162
|
|
|
12144
12163
|
module.exports = exports.default;
|
|
12145
12164
|
module.exports.default = exports.default;
|
|
12146
|
-
},{"./util/assertString":
|
|
12165
|
+
},{"./util/assertString":166}],99:[function(require,module,exports){
|
|
12147
12166
|
"use strict";
|
|
12148
12167
|
|
|
12149
12168
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12167,7 +12186,7 @@ function isAfter(str) {
|
|
|
12167
12186
|
|
|
12168
12187
|
module.exports = exports.default;
|
|
12169
12188
|
module.exports.default = exports.default;
|
|
12170
|
-
},{"./toDate":
|
|
12189
|
+
},{"./toDate":161,"./util/assertString":166}],100:[function(require,module,exports){
|
|
12171
12190
|
"use strict";
|
|
12172
12191
|
|
|
12173
12192
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12195,7 +12214,7 @@ function isAlpha(str) {
|
|
|
12195
12214
|
|
|
12196
12215
|
var locales = Object.keys(_alpha.alpha);
|
|
12197
12216
|
exports.locales = locales;
|
|
12198
|
-
},{"./alpha":
|
|
12217
|
+
},{"./alpha":94,"./util/assertString":166}],101:[function(require,module,exports){
|
|
12199
12218
|
"use strict";
|
|
12200
12219
|
|
|
12201
12220
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12223,7 +12242,7 @@ function isAlphanumeric(str) {
|
|
|
12223
12242
|
|
|
12224
12243
|
var locales = Object.keys(_alpha.alphanumeric);
|
|
12225
12244
|
exports.locales = locales;
|
|
12226
|
-
},{"./alpha":
|
|
12245
|
+
},{"./alpha":94,"./util/assertString":166}],102:[function(require,module,exports){
|
|
12227
12246
|
"use strict";
|
|
12228
12247
|
|
|
12229
12248
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12246,7 +12265,7 @@ function isAscii(str) {
|
|
|
12246
12265
|
|
|
12247
12266
|
module.exports = exports.default;
|
|
12248
12267
|
module.exports.default = exports.default;
|
|
12249
|
-
},{"./util/assertString":
|
|
12268
|
+
},{"./util/assertString":166}],103:[function(require,module,exports){
|
|
12250
12269
|
"use strict";
|
|
12251
12270
|
|
|
12252
12271
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12274,7 +12293,7 @@ function isBase64(str) {
|
|
|
12274
12293
|
|
|
12275
12294
|
module.exports = exports.default;
|
|
12276
12295
|
module.exports.default = exports.default;
|
|
12277
|
-
},{"./util/assertString":
|
|
12296
|
+
},{"./util/assertString":166}],104:[function(require,module,exports){
|
|
12278
12297
|
"use strict";
|
|
12279
12298
|
|
|
12280
12299
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12298,7 +12317,7 @@ function isBefore(str) {
|
|
|
12298
12317
|
|
|
12299
12318
|
module.exports = exports.default;
|
|
12300
12319
|
module.exports.default = exports.default;
|
|
12301
|
-
},{"./toDate":
|
|
12320
|
+
},{"./toDate":161,"./util/assertString":166}],105:[function(require,module,exports){
|
|
12302
12321
|
"use strict";
|
|
12303
12322
|
|
|
12304
12323
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12317,7 +12336,7 @@ function isBoolean(str) {
|
|
|
12317
12336
|
|
|
12318
12337
|
module.exports = exports.default;
|
|
12319
12338
|
module.exports.default = exports.default;
|
|
12320
|
-
},{"./util/assertString":
|
|
12339
|
+
},{"./util/assertString":166}],106:[function(require,module,exports){
|
|
12321
12340
|
"use strict";
|
|
12322
12341
|
|
|
12323
12342
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12352,7 +12371,7 @@ function isByteLength(str, options) {
|
|
|
12352
12371
|
|
|
12353
12372
|
module.exports = exports.default;
|
|
12354
12373
|
module.exports.default = exports.default;
|
|
12355
|
-
},{"./util/assertString":
|
|
12374
|
+
},{"./util/assertString":166}],107:[function(require,module,exports){
|
|
12356
12375
|
"use strict";
|
|
12357
12376
|
|
|
12358
12377
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12405,7 +12424,7 @@ function isCreditCard(str) {
|
|
|
12405
12424
|
|
|
12406
12425
|
module.exports = exports.default;
|
|
12407
12426
|
module.exports.default = exports.default;
|
|
12408
|
-
},{"./util/assertString":
|
|
12427
|
+
},{"./util/assertString":166}],108:[function(require,module,exports){
|
|
12409
12428
|
"use strict";
|
|
12410
12429
|
|
|
12411
12430
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12495,7 +12514,7 @@ function isCurrency(str, options) {
|
|
|
12495
12514
|
|
|
12496
12515
|
module.exports = exports.default;
|
|
12497
12516
|
module.exports.default = exports.default;
|
|
12498
|
-
},{"./util/assertString":
|
|
12517
|
+
},{"./util/assertString":166,"./util/merge":168}],109:[function(require,module,exports){
|
|
12499
12518
|
"use strict";
|
|
12500
12519
|
|
|
12501
12520
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12550,7 +12569,7 @@ function isDataURI(str) {
|
|
|
12550
12569
|
|
|
12551
12570
|
module.exports = exports.default;
|
|
12552
12571
|
module.exports.default = exports.default;
|
|
12553
|
-
},{"./util/assertString":
|
|
12572
|
+
},{"./util/assertString":166}],110:[function(require,module,exports){
|
|
12554
12573
|
"use strict";
|
|
12555
12574
|
|
|
12556
12575
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12593,7 +12612,7 @@ function isDecimal(str, options) {
|
|
|
12593
12612
|
|
|
12594
12613
|
module.exports = exports.default;
|
|
12595
12614
|
module.exports.default = exports.default;
|
|
12596
|
-
},{"./alpha":
|
|
12615
|
+
},{"./alpha":94,"./util/assertString":166,"./util/includes":167,"./util/merge":168}],111:[function(require,module,exports){
|
|
12597
12616
|
"use strict";
|
|
12598
12617
|
|
|
12599
12618
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12614,7 +12633,7 @@ function isDivisibleBy(str, num) {
|
|
|
12614
12633
|
|
|
12615
12634
|
module.exports = exports.default;
|
|
12616
12635
|
module.exports.default = exports.default;
|
|
12617
|
-
},{"./toFloat":
|
|
12636
|
+
},{"./toFloat":162,"./util/assertString":166}],112:[function(require,module,exports){
|
|
12618
12637
|
"use strict";
|
|
12619
12638
|
|
|
12620
12639
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12748,7 +12767,7 @@ function isEmail(str, options) {
|
|
|
12748
12767
|
|
|
12749
12768
|
module.exports = exports.default;
|
|
12750
12769
|
module.exports.default = exports.default;
|
|
12751
|
-
},{"./isByteLength":
|
|
12770
|
+
},{"./isByteLength":106,"./isFQDN":114,"./isIP":121,"./util/assertString":166,"./util/merge":168}],113:[function(require,module,exports){
|
|
12752
12771
|
"use strict";
|
|
12753
12772
|
|
|
12754
12773
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12774,7 +12793,7 @@ function isEmpty(str, options) {
|
|
|
12774
12793
|
|
|
12775
12794
|
module.exports = exports.default;
|
|
12776
12795
|
module.exports.default = exports.default;
|
|
12777
|
-
},{"./util/assertString":
|
|
12796
|
+
},{"./util/assertString":166,"./util/merge":168}],114:[function(require,module,exports){
|
|
12778
12797
|
"use strict";
|
|
12779
12798
|
|
|
12780
12799
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12850,7 +12869,7 @@ function isFQDN(str, options) {
|
|
|
12850
12869
|
|
|
12851
12870
|
module.exports = exports.default;
|
|
12852
12871
|
module.exports.default = exports.default;
|
|
12853
|
-
},{"./util/assertString":
|
|
12872
|
+
},{"./util/assertString":166,"./util/merge":168}],115:[function(require,module,exports){
|
|
12854
12873
|
"use strict";
|
|
12855
12874
|
|
|
12856
12875
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12880,7 +12899,7 @@ function isFloat(str, options) {
|
|
|
12880
12899
|
|
|
12881
12900
|
var locales = Object.keys(_alpha.decimal);
|
|
12882
12901
|
exports.locales = locales;
|
|
12883
|
-
},{"./alpha":
|
|
12902
|
+
},{"./alpha":94,"./util/assertString":166}],116:[function(require,module,exports){
|
|
12884
12903
|
"use strict";
|
|
12885
12904
|
|
|
12886
12905
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12900,7 +12919,7 @@ function isFullWidth(str) {
|
|
|
12900
12919
|
(0, _assertString.default)(str);
|
|
12901
12920
|
return fullWidth.test(str);
|
|
12902
12921
|
}
|
|
12903
|
-
},{"./util/assertString":
|
|
12922
|
+
},{"./util/assertString":166}],117:[function(require,module,exports){
|
|
12904
12923
|
"use strict";
|
|
12905
12924
|
|
|
12906
12925
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12920,7 +12939,7 @@ function isHalfWidth(str) {
|
|
|
12920
12939
|
(0, _assertString.default)(str);
|
|
12921
12940
|
return halfWidth.test(str);
|
|
12922
12941
|
}
|
|
12923
|
-
},{"./util/assertString":
|
|
12942
|
+
},{"./util/assertString":166}],118:[function(require,module,exports){
|
|
12924
12943
|
"use strict";
|
|
12925
12944
|
|
|
12926
12945
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12956,7 +12975,7 @@ function isHash(str, algorithm) {
|
|
|
12956
12975
|
|
|
12957
12976
|
module.exports = exports.default;
|
|
12958
12977
|
module.exports.default = exports.default;
|
|
12959
|
-
},{"./util/assertString":
|
|
12978
|
+
},{"./util/assertString":166}],119:[function(require,module,exports){
|
|
12960
12979
|
"use strict";
|
|
12961
12980
|
|
|
12962
12981
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12977,7 +12996,7 @@ function isHexColor(str) {
|
|
|
12977
12996
|
|
|
12978
12997
|
module.exports = exports.default;
|
|
12979
12998
|
module.exports.default = exports.default;
|
|
12980
|
-
},{"./util/assertString":
|
|
12999
|
+
},{"./util/assertString":166}],120:[function(require,module,exports){
|
|
12981
13000
|
"use strict";
|
|
12982
13001
|
|
|
12983
13002
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -12998,7 +13017,7 @@ function isHexadecimal(str) {
|
|
|
12998
13017
|
|
|
12999
13018
|
module.exports = exports.default;
|
|
13000
13019
|
module.exports.default = exports.default;
|
|
13001
|
-
},{"./util/assertString":
|
|
13020
|
+
},{"./util/assertString":166}],121:[function(require,module,exports){
|
|
13002
13021
|
"use strict";
|
|
13003
13022
|
|
|
13004
13023
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13085,7 +13104,7 @@ function isIP(str) {
|
|
|
13085
13104
|
|
|
13086
13105
|
module.exports = exports.default;
|
|
13087
13106
|
module.exports.default = exports.default;
|
|
13088
|
-
},{"./util/assertString":
|
|
13107
|
+
},{"./util/assertString":166}],122:[function(require,module,exports){
|
|
13089
13108
|
"use strict";
|
|
13090
13109
|
|
|
13091
13110
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13123,7 +13142,7 @@ function isIPRange(str) {
|
|
|
13123
13142
|
|
|
13124
13143
|
module.exports = exports.default;
|
|
13125
13144
|
module.exports.default = exports.default;
|
|
13126
|
-
},{"./isIP":
|
|
13145
|
+
},{"./isIP":121,"./util/assertString":166}],123:[function(require,module,exports){
|
|
13127
13146
|
"use strict";
|
|
13128
13147
|
|
|
13129
13148
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13189,7 +13208,7 @@ function isISBN(str) {
|
|
|
13189
13208
|
|
|
13190
13209
|
module.exports = exports.default;
|
|
13191
13210
|
module.exports.default = exports.default;
|
|
13192
|
-
},{"./util/assertString":
|
|
13211
|
+
},{"./util/assertString":166}],124:[function(require,module,exports){
|
|
13193
13212
|
"use strict";
|
|
13194
13213
|
|
|
13195
13214
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13242,7 +13261,7 @@ function isISIN(str) {
|
|
|
13242
13261
|
|
|
13243
13262
|
module.exports = exports.default;
|
|
13244
13263
|
module.exports.default = exports.default;
|
|
13245
|
-
},{"./util/assertString":
|
|
13264
|
+
},{"./util/assertString":166}],125:[function(require,module,exports){
|
|
13246
13265
|
"use strict";
|
|
13247
13266
|
|
|
13248
13267
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13266,7 +13285,7 @@ function isISO31661Alpha2(str) {
|
|
|
13266
13285
|
|
|
13267
13286
|
module.exports = exports.default;
|
|
13268
13287
|
module.exports.default = exports.default;
|
|
13269
|
-
},{"./util/assertString":
|
|
13288
|
+
},{"./util/assertString":166,"./util/includes":167}],126:[function(require,module,exports){
|
|
13270
13289
|
"use strict";
|
|
13271
13290
|
|
|
13272
13291
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13290,7 +13309,7 @@ function isISO31661Alpha3(str) {
|
|
|
13290
13309
|
|
|
13291
13310
|
module.exports = exports.default;
|
|
13292
13311
|
module.exports.default = exports.default;
|
|
13293
|
-
},{"./util/assertString":
|
|
13312
|
+
},{"./util/assertString":166,"./util/includes":167}],127:[function(require,module,exports){
|
|
13294
13313
|
"use strict";
|
|
13295
13314
|
|
|
13296
13315
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13349,7 +13368,7 @@ function isISO8601(str, options) {
|
|
|
13349
13368
|
|
|
13350
13369
|
module.exports = exports.default;
|
|
13351
13370
|
module.exports.default = exports.default;
|
|
13352
|
-
},{"./util/assertString":
|
|
13371
|
+
},{"./util/assertString":166}],128:[function(require,module,exports){
|
|
13353
13372
|
"use strict";
|
|
13354
13373
|
|
|
13355
13374
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13371,7 +13390,7 @@ function isISRC(str) {
|
|
|
13371
13390
|
|
|
13372
13391
|
module.exports = exports.default;
|
|
13373
13392
|
module.exports.default = exports.default;
|
|
13374
|
-
},{"./util/assertString":
|
|
13393
|
+
},{"./util/assertString":166}],129:[function(require,module,exports){
|
|
13375
13394
|
"use strict";
|
|
13376
13395
|
|
|
13377
13396
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13409,7 +13428,7 @@ function isISSN(str) {
|
|
|
13409
13428
|
|
|
13410
13429
|
module.exports = exports.default;
|
|
13411
13430
|
module.exports.default = exports.default;
|
|
13412
|
-
},{"./util/assertString":
|
|
13431
|
+
},{"./util/assertString":166}],130:[function(require,module,exports){
|
|
13413
13432
|
"use strict";
|
|
13414
13433
|
|
|
13415
13434
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13471,7 +13490,7 @@ function isIdentityCard(str) {
|
|
|
13471
13490
|
|
|
13472
13491
|
module.exports = exports.default;
|
|
13473
13492
|
module.exports.default = exports.default;
|
|
13474
|
-
},{"./util/assertString":
|
|
13493
|
+
},{"./util/assertString":166}],131:[function(require,module,exports){
|
|
13475
13494
|
"use strict";
|
|
13476
13495
|
|
|
13477
13496
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13512,7 +13531,7 @@ function isIn(str, options) {
|
|
|
13512
13531
|
|
|
13513
13532
|
module.exports = exports.default;
|
|
13514
13533
|
module.exports.default = exports.default;
|
|
13515
|
-
},{"./util/assertString":
|
|
13534
|
+
},{"./util/assertString":166,"./util/toString":169}],132:[function(require,module,exports){
|
|
13516
13535
|
"use strict";
|
|
13517
13536
|
|
|
13518
13537
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13543,7 +13562,7 @@ function isInt(str, options) {
|
|
|
13543
13562
|
|
|
13544
13563
|
module.exports = exports.default;
|
|
13545
13564
|
module.exports.default = exports.default;
|
|
13546
|
-
},{"./util/assertString":
|
|
13565
|
+
},{"./util/assertString":166}],133:[function(require,module,exports){
|
|
13547
13566
|
"use strict";
|
|
13548
13567
|
|
|
13549
13568
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13572,7 +13591,7 @@ function isJSON(str) {
|
|
|
13572
13591
|
|
|
13573
13592
|
module.exports = exports.default;
|
|
13574
13593
|
module.exports.default = exports.default;
|
|
13575
|
-
},{"./util/assertString":
|
|
13594
|
+
},{"./util/assertString":166}],134:[function(require,module,exports){
|
|
13576
13595
|
"use strict";
|
|
13577
13596
|
|
|
13578
13597
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13593,7 +13612,7 @@ function isJWT(str) {
|
|
|
13593
13612
|
|
|
13594
13613
|
module.exports = exports.default;
|
|
13595
13614
|
module.exports.default = exports.default;
|
|
13596
|
-
},{"./util/assertString":
|
|
13615
|
+
},{"./util/assertString":166}],135:[function(require,module,exports){
|
|
13597
13616
|
"use strict";
|
|
13598
13617
|
|
|
13599
13618
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13617,7 +13636,7 @@ function _default(str) {
|
|
|
13617
13636
|
|
|
13618
13637
|
module.exports = exports.default;
|
|
13619
13638
|
module.exports.default = exports.default;
|
|
13620
|
-
},{"./util/assertString":
|
|
13639
|
+
},{"./util/assertString":166}],136:[function(require,module,exports){
|
|
13621
13640
|
"use strict";
|
|
13622
13641
|
|
|
13623
13642
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13653,7 +13672,7 @@ function isLength(str, options) {
|
|
|
13653
13672
|
|
|
13654
13673
|
module.exports = exports.default;
|
|
13655
13674
|
module.exports.default = exports.default;
|
|
13656
|
-
},{"./util/assertString":
|
|
13675
|
+
},{"./util/assertString":166}],137:[function(require,module,exports){
|
|
13657
13676
|
"use strict";
|
|
13658
13677
|
|
|
13659
13678
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13672,7 +13691,7 @@ function isLowercase(str) {
|
|
|
13672
13691
|
|
|
13673
13692
|
module.exports = exports.default;
|
|
13674
13693
|
module.exports.default = exports.default;
|
|
13675
|
-
},{"./util/assertString":
|
|
13694
|
+
},{"./util/assertString":166}],138:[function(require,module,exports){
|
|
13676
13695
|
"use strict";
|
|
13677
13696
|
|
|
13678
13697
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13699,7 +13718,7 @@ function isMACAddress(str, options) {
|
|
|
13699
13718
|
|
|
13700
13719
|
module.exports = exports.default;
|
|
13701
13720
|
module.exports.default = exports.default;
|
|
13702
|
-
},{"./util/assertString":
|
|
13721
|
+
},{"./util/assertString":166}],139:[function(require,module,exports){
|
|
13703
13722
|
"use strict";
|
|
13704
13723
|
|
|
13705
13724
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13720,7 +13739,7 @@ function isMD5(str) {
|
|
|
13720
13739
|
|
|
13721
13740
|
module.exports = exports.default;
|
|
13722
13741
|
module.exports.default = exports.default;
|
|
13723
|
-
},{"./util/assertString":
|
|
13742
|
+
},{"./util/assertString":166}],140:[function(require,module,exports){
|
|
13724
13743
|
"use strict";
|
|
13725
13744
|
|
|
13726
13745
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13741,7 +13760,7 @@ function isMagnetURI(url) {
|
|
|
13741
13760
|
|
|
13742
13761
|
module.exports = exports.default;
|
|
13743
13762
|
module.exports.default = exports.default;
|
|
13744
|
-
},{"./util/assertString":
|
|
13763
|
+
},{"./util/assertString":166}],141:[function(require,module,exports){
|
|
13745
13764
|
"use strict";
|
|
13746
13765
|
|
|
13747
13766
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13793,7 +13812,7 @@ function isMimeType(str) {
|
|
|
13793
13812
|
|
|
13794
13813
|
module.exports = exports.default;
|
|
13795
13814
|
module.exports.default = exports.default;
|
|
13796
|
-
},{"./util/assertString":
|
|
13815
|
+
},{"./util/assertString":166}],142:[function(require,module,exports){
|
|
13797
13816
|
"use strict";
|
|
13798
13817
|
|
|
13799
13818
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13926,7 +13945,7 @@ function isMobilePhone(str, locale, options) {
|
|
|
13926
13945
|
|
|
13927
13946
|
var locales = Object.keys(phones);
|
|
13928
13947
|
exports.locales = locales;
|
|
13929
|
-
},{"./util/assertString":
|
|
13948
|
+
},{"./util/assertString":166}],143:[function(require,module,exports){
|
|
13930
13949
|
"use strict";
|
|
13931
13950
|
|
|
13932
13951
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13947,7 +13966,7 @@ function isMongoId(str) {
|
|
|
13947
13966
|
|
|
13948
13967
|
module.exports = exports.default;
|
|
13949
13968
|
module.exports.default = exports.default;
|
|
13950
|
-
},{"./isHexadecimal":
|
|
13969
|
+
},{"./isHexadecimal":120,"./util/assertString":166}],144:[function(require,module,exports){
|
|
13951
13970
|
"use strict";
|
|
13952
13971
|
|
|
13953
13972
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13970,7 +13989,7 @@ function isMultibyte(str) {
|
|
|
13970
13989
|
|
|
13971
13990
|
module.exports = exports.default;
|
|
13972
13991
|
module.exports.default = exports.default;
|
|
13973
|
-
},{"./util/assertString":
|
|
13992
|
+
},{"./util/assertString":166}],145:[function(require,module,exports){
|
|
13974
13993
|
"use strict";
|
|
13975
13994
|
|
|
13976
13995
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -13997,7 +14016,7 @@ function isNumeric(str, options) {
|
|
|
13997
14016
|
|
|
13998
14017
|
module.exports = exports.default;
|
|
13999
14018
|
module.exports.default = exports.default;
|
|
14000
|
-
},{"./util/assertString":
|
|
14019
|
+
},{"./util/assertString":166}],146:[function(require,module,exports){
|
|
14001
14020
|
"use strict";
|
|
14002
14021
|
|
|
14003
14022
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14018,7 +14037,7 @@ function isPort(str) {
|
|
|
14018
14037
|
|
|
14019
14038
|
module.exports = exports.default;
|
|
14020
14039
|
module.exports.default = exports.default;
|
|
14021
|
-
},{"./isInt":
|
|
14040
|
+
},{"./isInt":132}],147:[function(require,module,exports){
|
|
14022
14041
|
"use strict";
|
|
14023
14042
|
|
|
14024
14043
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14108,7 +14127,7 @@ function _default(str, locale) {
|
|
|
14108
14127
|
|
|
14109
14128
|
throw new Error("Invalid locale '".concat(locale, "'"));
|
|
14110
14129
|
}
|
|
14111
|
-
},{"./util/assertString":
|
|
14130
|
+
},{"./util/assertString":166}],148:[function(require,module,exports){
|
|
14112
14131
|
"use strict";
|
|
14113
14132
|
|
|
14114
14133
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14142,7 +14161,7 @@ function isRFC3339(str) {
|
|
|
14142
14161
|
|
|
14143
14162
|
module.exports = exports.default;
|
|
14144
14163
|
module.exports.default = exports.default;
|
|
14145
|
-
},{"./util/assertString":
|
|
14164
|
+
},{"./util/assertString":166}],149:[function(require,module,exports){
|
|
14146
14165
|
"use strict";
|
|
14147
14166
|
|
|
14148
14167
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14163,7 +14182,7 @@ function isSurrogatePair(str) {
|
|
|
14163
14182
|
|
|
14164
14183
|
module.exports = exports.default;
|
|
14165
14184
|
module.exports.default = exports.default;
|
|
14166
|
-
},{"./util/assertString":
|
|
14185
|
+
},{"./util/assertString":166}],150:[function(require,module,exports){
|
|
14167
14186
|
"use strict";
|
|
14168
14187
|
|
|
14169
14188
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14316,7 +14335,7 @@ function isURL(url, options) {
|
|
|
14316
14335
|
|
|
14317
14336
|
module.exports = exports.default;
|
|
14318
14337
|
module.exports.default = exports.default;
|
|
14319
|
-
},{"./isFQDN":
|
|
14338
|
+
},{"./isFQDN":114,"./isIP":121,"./util/assertString":166,"./util/merge":168}],151:[function(require,module,exports){
|
|
14320
14339
|
"use strict";
|
|
14321
14340
|
|
|
14322
14341
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14344,7 +14363,7 @@ function isUUID(str) {
|
|
|
14344
14363
|
|
|
14345
14364
|
module.exports = exports.default;
|
|
14346
14365
|
module.exports.default = exports.default;
|
|
14347
|
-
},{"./util/assertString":
|
|
14366
|
+
},{"./util/assertString":166}],152:[function(require,module,exports){
|
|
14348
14367
|
"use strict";
|
|
14349
14368
|
|
|
14350
14369
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14363,7 +14382,7 @@ function isUppercase(str) {
|
|
|
14363
14382
|
|
|
14364
14383
|
module.exports = exports.default;
|
|
14365
14384
|
module.exports.default = exports.default;
|
|
14366
|
-
},{"./util/assertString":
|
|
14385
|
+
},{"./util/assertString":166}],153:[function(require,module,exports){
|
|
14367
14386
|
"use strict";
|
|
14368
14387
|
|
|
14369
14388
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14386,7 +14405,7 @@ function isVariableWidth(str) {
|
|
|
14386
14405
|
|
|
14387
14406
|
module.exports = exports.default;
|
|
14388
14407
|
module.exports.default = exports.default;
|
|
14389
|
-
},{"./isFullWidth":
|
|
14408
|
+
},{"./isFullWidth":116,"./isHalfWidth":117,"./util/assertString":166}],154:[function(require,module,exports){
|
|
14390
14409
|
"use strict";
|
|
14391
14410
|
|
|
14392
14411
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14412,7 +14431,7 @@ function isWhitelisted(str, chars) {
|
|
|
14412
14431
|
|
|
14413
14432
|
module.exports = exports.default;
|
|
14414
14433
|
module.exports.default = exports.default;
|
|
14415
|
-
},{"./util/assertString":
|
|
14434
|
+
},{"./util/assertString":166}],155:[function(require,module,exports){
|
|
14416
14435
|
"use strict";
|
|
14417
14436
|
|
|
14418
14437
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14432,7 +14451,7 @@ function ltrim(str, chars) {
|
|
|
14432
14451
|
|
|
14433
14452
|
module.exports = exports.default;
|
|
14434
14453
|
module.exports.default = exports.default;
|
|
14435
|
-
},{"./util/assertString":
|
|
14454
|
+
},{"./util/assertString":166}],156:[function(require,module,exports){
|
|
14436
14455
|
"use strict";
|
|
14437
14456
|
|
|
14438
14457
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14456,7 +14475,7 @@ function matches(str, pattern, modifiers) {
|
|
|
14456
14475
|
|
|
14457
14476
|
module.exports = exports.default;
|
|
14458
14477
|
module.exports.default = exports.default;
|
|
14459
|
-
},{"./util/assertString":
|
|
14478
|
+
},{"./util/assertString":166}],157:[function(require,module,exports){
|
|
14460
14479
|
"use strict";
|
|
14461
14480
|
|
|
14462
14481
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14608,7 +14627,7 @@ function normalizeEmail(email, options) {
|
|
|
14608
14627
|
|
|
14609
14628
|
module.exports = exports.default;
|
|
14610
14629
|
module.exports.default = exports.default;
|
|
14611
|
-
},{"./util/merge":
|
|
14630
|
+
},{"./util/merge":168}],158:[function(require,module,exports){
|
|
14612
14631
|
"use strict";
|
|
14613
14632
|
|
|
14614
14633
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14634,7 +14653,7 @@ function rtrim(str, chars) {
|
|
|
14634
14653
|
|
|
14635
14654
|
module.exports = exports.default;
|
|
14636
14655
|
module.exports.default = exports.default;
|
|
14637
|
-
},{"./util/assertString":
|
|
14656
|
+
},{"./util/assertString":166}],159:[function(require,module,exports){
|
|
14638
14657
|
"use strict";
|
|
14639
14658
|
|
|
14640
14659
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14656,7 +14675,7 @@ function stripLow(str, keep_new_lines) {
|
|
|
14656
14675
|
|
|
14657
14676
|
module.exports = exports.default;
|
|
14658
14677
|
module.exports.default = exports.default;
|
|
14659
|
-
},{"./blacklist":
|
|
14678
|
+
},{"./blacklist":95,"./util/assertString":166}],160:[function(require,module,exports){
|
|
14660
14679
|
"use strict";
|
|
14661
14680
|
|
|
14662
14681
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14680,7 +14699,7 @@ function toBoolean(str, strict) {
|
|
|
14680
14699
|
|
|
14681
14700
|
module.exports = exports.default;
|
|
14682
14701
|
module.exports.default = exports.default;
|
|
14683
|
-
},{"./util/assertString":
|
|
14702
|
+
},{"./util/assertString":166}],161:[function(require,module,exports){
|
|
14684
14703
|
"use strict";
|
|
14685
14704
|
|
|
14686
14705
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14700,7 +14719,7 @@ function toDate(date) {
|
|
|
14700
14719
|
|
|
14701
14720
|
module.exports = exports.default;
|
|
14702
14721
|
module.exports.default = exports.default;
|
|
14703
|
-
},{"./util/assertString":
|
|
14722
|
+
},{"./util/assertString":166}],162:[function(require,module,exports){
|
|
14704
14723
|
"use strict";
|
|
14705
14724
|
|
|
14706
14725
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14719,7 +14738,7 @@ function toFloat(str) {
|
|
|
14719
14738
|
|
|
14720
14739
|
module.exports = exports.default;
|
|
14721
14740
|
module.exports.default = exports.default;
|
|
14722
|
-
},{"./util/assertString":
|
|
14741
|
+
},{"./util/assertString":166}],163:[function(require,module,exports){
|
|
14723
14742
|
"use strict";
|
|
14724
14743
|
|
|
14725
14744
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14738,7 +14757,7 @@ function toInt(str, radix) {
|
|
|
14738
14757
|
|
|
14739
14758
|
module.exports = exports.default;
|
|
14740
14759
|
module.exports.default = exports.default;
|
|
14741
|
-
},{"./util/assertString":
|
|
14760
|
+
},{"./util/assertString":166}],164:[function(require,module,exports){
|
|
14742
14761
|
"use strict";
|
|
14743
14762
|
|
|
14744
14763
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14758,7 +14777,7 @@ function trim(str, chars) {
|
|
|
14758
14777
|
|
|
14759
14778
|
module.exports = exports.default;
|
|
14760
14779
|
module.exports.default = exports.default;
|
|
14761
|
-
},{"./ltrim":
|
|
14780
|
+
},{"./ltrim":155,"./rtrim":158}],165:[function(require,module,exports){
|
|
14762
14781
|
"use strict";
|
|
14763
14782
|
|
|
14764
14783
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14777,7 +14796,7 @@ function unescape(str) {
|
|
|
14777
14796
|
|
|
14778
14797
|
module.exports = exports.default;
|
|
14779
14798
|
module.exports.default = exports.default;
|
|
14780
|
-
},{"./util/assertString":
|
|
14799
|
+
},{"./util/assertString":166}],166:[function(require,module,exports){
|
|
14781
14800
|
"use strict";
|
|
14782
14801
|
|
|
14783
14802
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14811,7 +14830,7 @@ function assertString(input) {
|
|
|
14811
14830
|
|
|
14812
14831
|
module.exports = exports.default;
|
|
14813
14832
|
module.exports.default = exports.default;
|
|
14814
|
-
},{}],
|
|
14833
|
+
},{}],167:[function(require,module,exports){
|
|
14815
14834
|
"use strict";
|
|
14816
14835
|
|
|
14817
14836
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14829,7 +14848,7 @@ var _default = includes;
|
|
|
14829
14848
|
exports.default = _default;
|
|
14830
14849
|
module.exports = exports.default;
|
|
14831
14850
|
module.exports.default = exports.default;
|
|
14832
|
-
},{}],
|
|
14851
|
+
},{}],168:[function(require,module,exports){
|
|
14833
14852
|
"use strict";
|
|
14834
14853
|
|
|
14835
14854
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14852,7 +14871,7 @@ function merge() {
|
|
|
14852
14871
|
|
|
14853
14872
|
module.exports = exports.default;
|
|
14854
14873
|
module.exports.default = exports.default;
|
|
14855
|
-
},{}],
|
|
14874
|
+
},{}],169:[function(require,module,exports){
|
|
14856
14875
|
"use strict";
|
|
14857
14876
|
|
|
14858
14877
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14878,7 +14897,7 @@ function toString(input) {
|
|
|
14878
14897
|
|
|
14879
14898
|
module.exports = exports.default;
|
|
14880
14899
|
module.exports.default = exports.default;
|
|
14881
|
-
},{}],
|
|
14900
|
+
},{}],170:[function(require,module,exports){
|
|
14882
14901
|
"use strict";
|
|
14883
14902
|
|
|
14884
14903
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -14897,7 +14916,7 @@ function whitelist(str, chars) {
|
|
|
14897
14916
|
|
|
14898
14917
|
module.exports = exports.default;
|
|
14899
14918
|
module.exports.default = exports.default;
|
|
14900
|
-
},{"./util/assertString":
|
|
14919
|
+
},{"./util/assertString":166}],171:[function(require,module,exports){
|
|
14901
14920
|
module.exports = extend
|
|
14902
14921
|
|
|
14903
14922
|
var hasOwnProperty = Object.prototype.hasOwnProperty;
|
|
@@ -14918,7 +14937,7 @@ function extend() {
|
|
|
14918
14937
|
return target
|
|
14919
14938
|
}
|
|
14920
14939
|
|
|
14921
|
-
},{}],
|
|
14940
|
+
},{}],172:[function(require,module,exports){
|
|
14922
14941
|
"use strict";
|
|
14923
14942
|
|
|
14924
14943
|
module.exports = {
|
|
@@ -14980,7 +14999,7 @@ module.exports = {
|
|
|
14980
14999
|
|
|
14981
15000
|
};
|
|
14982
15001
|
|
|
14983
|
-
},{}],
|
|
15002
|
+
},{}],173:[function(require,module,exports){
|
|
14984
15003
|
/*jshint maxlen: false*/
|
|
14985
15004
|
|
|
14986
15005
|
var validator = require("validator");
|
|
@@ -15111,7 +15130,7 @@ var FormatValidators = {
|
|
|
15111
15130
|
|
|
15112
15131
|
module.exports = FormatValidators;
|
|
15113
15132
|
|
|
15114
|
-
},{"validator":
|
|
15133
|
+
},{"validator":93}],174:[function(require,module,exports){
|
|
15115
15134
|
"use strict";
|
|
15116
15135
|
|
|
15117
15136
|
var FormatValidators = require("./FormatValidators"),
|
|
@@ -15552,13 +15571,13 @@ var recurseArray = function (report, schema, json) {
|
|
|
15552
15571
|
while (idx--) {
|
|
15553
15572
|
// equal to doesn't make sense here
|
|
15554
15573
|
if (idx < schema.items.length) {
|
|
15555
|
-
report.path.push(idx
|
|
15574
|
+
report.path.push(idx);
|
|
15556
15575
|
exports.validate.call(this, report, schema.items[idx], json[idx]);
|
|
15557
15576
|
report.path.pop();
|
|
15558
15577
|
} else {
|
|
15559
15578
|
// might be boolean, so check that it's an object
|
|
15560
15579
|
if (typeof schema.additionalItems === "object") {
|
|
15561
|
-
report.path.push(idx
|
|
15580
|
+
report.path.push(idx);
|
|
15562
15581
|
exports.validate.call(this, report, schema.additionalItems, json[idx]);
|
|
15563
15582
|
report.path.pop();
|
|
15564
15583
|
}
|
|
@@ -15570,7 +15589,7 @@ var recurseArray = function (report, schema, json) {
|
|
|
15570
15589
|
// If items is a schema, then the child instance must be valid against this schema,
|
|
15571
15590
|
// regardless of its index, and regardless of the value of "additionalItems".
|
|
15572
15591
|
while (idx--) {
|
|
15573
|
-
report.path.push(idx
|
|
15592
|
+
report.path.push(idx);
|
|
15574
15593
|
exports.validate.call(this, report, schema.items, json[idx]);
|
|
15575
15594
|
report.path.pop();
|
|
15576
15595
|
}
|
|
@@ -15732,7 +15751,7 @@ exports.validate = function (report, schema, json) {
|
|
|
15732
15751
|
|
|
15733
15752
|
};
|
|
15734
15753
|
|
|
15735
|
-
},{"./FormatValidators":
|
|
15754
|
+
},{"./FormatValidators":173,"./Report":176,"./Utils":180}],175:[function(require,module,exports){
|
|
15736
15755
|
// Number.isFinite polyfill
|
|
15737
15756
|
// http://people.mozilla.org/~jorendorff/es6-draft.html#sec-number.isfinite
|
|
15738
15757
|
if (typeof Number.isFinite !== "function") {
|
|
@@ -15750,7 +15769,7 @@ if (typeof Number.isFinite !== "function") {
|
|
|
15750
15769
|
};
|
|
15751
15770
|
}
|
|
15752
15771
|
|
|
15753
|
-
},{}],
|
|
15772
|
+
},{}],176:[function(require,module,exports){
|
|
15754
15773
|
(function (process){
|
|
15755
15774
|
"use strict";
|
|
15756
15775
|
|
|
@@ -15890,6 +15909,7 @@ Report.prototype.getPath = function (returnPathAsString) {
|
|
|
15890
15909
|
if (returnPathAsString !== true) {
|
|
15891
15910
|
// Sanitize the path segments (http://tools.ietf.org/html/rfc6901#section-4)
|
|
15892
15911
|
path = "#/" + path.map(function (segment) {
|
|
15912
|
+
segment = segment.toString();
|
|
15893
15913
|
|
|
15894
15914
|
if (Utils.isAbsoluteUri(segment)) {
|
|
15895
15915
|
return "uri(" + segment + ")";
|
|
@@ -16052,7 +16072,7 @@ Report.prototype.addCustomError = function (errorCode, errorMessage, params, sub
|
|
|
16052
16072
|
module.exports = Report;
|
|
16053
16073
|
|
|
16054
16074
|
}).call(this,require('_process'))
|
|
16055
|
-
},{"./Errors":
|
|
16075
|
+
},{"./Errors":172,"./Utils":180,"_process":69,"lodash.get":66}],177:[function(require,module,exports){
|
|
16056
16076
|
"use strict";
|
|
16057
16077
|
|
|
16058
16078
|
var isequal = require("lodash.isequal");
|
|
@@ -16242,7 +16262,7 @@ exports.getSchemaByUri = function (report, uri, root) {
|
|
|
16242
16262
|
|
|
16243
16263
|
exports.getRemotePath = getRemotePath;
|
|
16244
16264
|
|
|
16245
|
-
},{"./Report":
|
|
16265
|
+
},{"./Report":176,"./SchemaCompilation":178,"./SchemaValidation":179,"./Utils":180,"lodash.isequal":67}],178:[function(require,module,exports){
|
|
16246
16266
|
"use strict";
|
|
16247
16267
|
|
|
16248
16268
|
var Report = require("./Report");
|
|
@@ -16543,7 +16563,7 @@ exports.compileSchema = function (report, schema) {
|
|
|
16543
16563
|
|
|
16544
16564
|
};
|
|
16545
16565
|
|
|
16546
|
-
},{"./Report":
|
|
16566
|
+
},{"./Report":176,"./SchemaCache":177,"./Utils":180}],179:[function(require,module,exports){
|
|
16547
16567
|
"use strict";
|
|
16548
16568
|
|
|
16549
16569
|
var FormatValidators = require("./FormatValidators"),
|
|
@@ -17164,7 +17184,7 @@ exports.validateSchema = function (report, schema) {
|
|
|
17164
17184
|
return isValid;
|
|
17165
17185
|
};
|
|
17166
17186
|
|
|
17167
|
-
},{"./FormatValidators":
|
|
17187
|
+
},{"./FormatValidators":173,"./JsonValidation":174,"./Report":176,"./Utils":180}],180:[function(require,module,exports){
|
|
17168
17188
|
"use strict";
|
|
17169
17189
|
|
|
17170
17190
|
require("core-js/es6/symbol");
|
|
@@ -17442,7 +17462,7 @@ exports.ucs2decode = function (string) {
|
|
|
17442
17462
|
};
|
|
17443
17463
|
/*jshint +W016*/
|
|
17444
17464
|
|
|
17445
|
-
},{"core-js/es6/symbol":6}],
|
|
17465
|
+
},{"core-js/es6/symbol":6}],181:[function(require,module,exports){
|
|
17446
17466
|
(function (process){
|
|
17447
17467
|
"use strict";
|
|
17448
17468
|
|
|
@@ -17855,7 +17875,7 @@ ZSchema.jsonSymbol = Utils.jsonSymbol;
|
|
|
17855
17875
|
module.exports = ZSchema;
|
|
17856
17876
|
|
|
17857
17877
|
}).call(this,require('_process'))
|
|
17858
|
-
},{"./FormatValidators":
|
|
17878
|
+
},{"./FormatValidators":173,"./JsonValidation":174,"./Polyfills":175,"./Report":176,"./SchemaCache":177,"./SchemaCompilation":178,"./SchemaValidation":179,"./Utils":180,"./schemas/hyper-schema.json":182,"./schemas/schema.json":183,"_process":69,"lodash.get":66}],182:[function(require,module,exports){
|
|
17859
17879
|
module.exports={
|
|
17860
17880
|
"$schema": "http://json-schema.org/draft-04/hyper-schema#",
|
|
17861
17881
|
"id": "http://json-schema.org/draft-04/hyper-schema#",
|
|
@@ -18015,7 +18035,7 @@ module.exports={
|
|
|
18015
18035
|
}
|
|
18016
18036
|
|
|
18017
18037
|
|
|
18018
|
-
},{}],
|
|
18038
|
+
},{}],183:[function(require,module,exports){
|
|
18019
18039
|
module.exports={
|
|
18020
18040
|
"id": "http://json-schema.org/draft-04/schema#",
|
|
18021
18041
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
@@ -18168,7 +18188,7 @@ module.exports={
|
|
|
18168
18188
|
"default": {}
|
|
18169
18189
|
}
|
|
18170
18190
|
|
|
18171
|
-
},{}],
|
|
18191
|
+
},{}],184:[function(require,module,exports){
|
|
18172
18192
|
"use strict";
|
|
18173
18193
|
|
|
18174
18194
|
module.exports = {
|
|
@@ -18268,7 +18288,7 @@ module.exports = {
|
|
|
18268
18288
|
]
|
|
18269
18289
|
};
|
|
18270
18290
|
|
|
18271
|
-
},{}],
|
|
18291
|
+
},{}],185:[function(require,module,exports){
|
|
18272
18292
|
"use strict";
|
|
18273
18293
|
|
|
18274
18294
|
module.exports = {
|
|
@@ -18333,7 +18353,7 @@ module.exports = {
|
|
|
18333
18353
|
]
|
|
18334
18354
|
};
|
|
18335
18355
|
|
|
18336
|
-
},{}],
|
|
18356
|
+
},{}],186:[function(require,module,exports){
|
|
18337
18357
|
"use strict";
|
|
18338
18358
|
|
|
18339
18359
|
module.exports = {
|
|
@@ -18406,7 +18426,7 @@ module.exports = {
|
|
|
18406
18426
|
]
|
|
18407
18427
|
};
|
|
18408
18428
|
|
|
18409
|
-
},{}],
|
|
18429
|
+
},{}],187:[function(require,module,exports){
|
|
18410
18430
|
"use strict";
|
|
18411
18431
|
|
|
18412
18432
|
//Implement new 'shouldFail' keyword
|
|
@@ -18469,7 +18489,7 @@ module.exports = {
|
|
|
18469
18489
|
]
|
|
18470
18490
|
};
|
|
18471
18491
|
|
|
18472
|
-
},{}],
|
|
18492
|
+
},{}],188:[function(require,module,exports){
|
|
18473
18493
|
"use strict";
|
|
18474
18494
|
|
|
18475
18495
|
module.exports = {
|
|
@@ -18497,7 +18517,7 @@ module.exports = {
|
|
|
18497
18517
|
]
|
|
18498
18518
|
};
|
|
18499
18519
|
|
|
18500
|
-
},{}],
|
|
18520
|
+
},{}],189:[function(require,module,exports){
|
|
18501
18521
|
"use strict";
|
|
18502
18522
|
|
|
18503
18523
|
module.exports = {
|
|
@@ -18522,7 +18542,43 @@ module.exports = {
|
|
|
18522
18542
|
]
|
|
18523
18543
|
};
|
|
18524
18544
|
|
|
18525
|
-
},{}],
|
|
18545
|
+
},{}],190:[function(require,module,exports){
|
|
18546
|
+
"use strict";
|
|
18547
|
+
|
|
18548
|
+
module.exports = {
|
|
18549
|
+
description: "Report error paths with integer array indices",
|
|
18550
|
+
options: {
|
|
18551
|
+
reportPathAsArray: true
|
|
18552
|
+
},
|
|
18553
|
+
tests: [
|
|
18554
|
+
{
|
|
18555
|
+
description: "should fail validation and error path should contain integer array index",
|
|
18556
|
+
schema: {
|
|
18557
|
+
"type": "object",
|
|
18558
|
+
"properties": {
|
|
18559
|
+
"list": {
|
|
18560
|
+
"type": "array",
|
|
18561
|
+
"items": {
|
|
18562
|
+
"type": "string"
|
|
18563
|
+
}
|
|
18564
|
+
}
|
|
18565
|
+
}
|
|
18566
|
+
},
|
|
18567
|
+
data: {
|
|
18568
|
+
"list": [
|
|
18569
|
+
123
|
|
18570
|
+
]
|
|
18571
|
+
},
|
|
18572
|
+
valid: false,
|
|
18573
|
+
validateSchemaOnly: false,
|
|
18574
|
+
after: function (err) {
|
|
18575
|
+
expect(err[0].path).toEqual(["list", 0]);
|
|
18576
|
+
}
|
|
18577
|
+
}
|
|
18578
|
+
]
|
|
18579
|
+
};
|
|
18580
|
+
|
|
18581
|
+
},{}],191:[function(require,module,exports){
|
|
18526
18582
|
"use strict";
|
|
18527
18583
|
|
|
18528
18584
|
module.exports = {
|
|
@@ -18595,7 +18651,7 @@ module.exports = {
|
|
|
18595
18651
|
]
|
|
18596
18652
|
};
|
|
18597
18653
|
|
|
18598
|
-
},{}],
|
|
18654
|
+
},{}],192:[function(require,module,exports){
|
|
18599
18655
|
"use strict";
|
|
18600
18656
|
|
|
18601
18657
|
module.exports = {
|
|
@@ -18623,7 +18679,7 @@ module.exports = {
|
|
|
18623
18679
|
]
|
|
18624
18680
|
};
|
|
18625
18681
|
|
|
18626
|
-
},{}],
|
|
18682
|
+
},{}],193:[function(require,module,exports){
|
|
18627
18683
|
"use strict";
|
|
18628
18684
|
|
|
18629
18685
|
module.exports = {
|
|
@@ -18651,7 +18707,7 @@ module.exports = {
|
|
|
18651
18707
|
]
|
|
18652
18708
|
};
|
|
18653
18709
|
|
|
18654
|
-
},{}],
|
|
18710
|
+
},{}],194:[function(require,module,exports){
|
|
18655
18711
|
"use strict";
|
|
18656
18712
|
|
|
18657
18713
|
module.exports = {
|
|
@@ -18679,7 +18735,7 @@ module.exports = {
|
|
|
18679
18735
|
]
|
|
18680
18736
|
};
|
|
18681
18737
|
|
|
18682
|
-
},{}],
|
|
18738
|
+
},{}],195:[function(require,module,exports){
|
|
18683
18739
|
"use strict";
|
|
18684
18740
|
|
|
18685
18741
|
module.exports = {
|
|
@@ -18707,7 +18763,7 @@ module.exports = {
|
|
|
18707
18763
|
]
|
|
18708
18764
|
};
|
|
18709
18765
|
|
|
18710
|
-
},{}],
|
|
18766
|
+
},{}],196:[function(require,module,exports){
|
|
18711
18767
|
"use strict";
|
|
18712
18768
|
|
|
18713
18769
|
module.exports = {
|
|
@@ -18735,7 +18791,7 @@ module.exports = {
|
|
|
18735
18791
|
]
|
|
18736
18792
|
};
|
|
18737
18793
|
|
|
18738
|
-
},{}],
|
|
18794
|
+
},{}],197:[function(require,module,exports){
|
|
18739
18795
|
"use strict";
|
|
18740
18796
|
|
|
18741
18797
|
module.exports = {
|
|
@@ -18791,7 +18847,7 @@ module.exports = {
|
|
|
18791
18847
|
]
|
|
18792
18848
|
};
|
|
18793
18849
|
|
|
18794
|
-
},{}],
|
|
18850
|
+
},{}],198:[function(require,module,exports){
|
|
18795
18851
|
"use strict";
|
|
18796
18852
|
|
|
18797
18853
|
module.exports = {
|
|
@@ -18835,7 +18891,7 @@ module.exports = {
|
|
|
18835
18891
|
]
|
|
18836
18892
|
};
|
|
18837
18893
|
|
|
18838
|
-
},{}],
|
|
18894
|
+
},{}],199:[function(require,module,exports){
|
|
18839
18895
|
"use strict";
|
|
18840
18896
|
|
|
18841
18897
|
module.exports = {
|
|
@@ -18948,7 +19004,7 @@ module.exports = {
|
|
|
18948
19004
|
]
|
|
18949
19005
|
};
|
|
18950
19006
|
|
|
18951
|
-
},{}],
|
|
19007
|
+
},{}],200:[function(require,module,exports){
|
|
18952
19008
|
"use strict";
|
|
18953
19009
|
|
|
18954
19010
|
module.exports = {
|
|
@@ -18965,7 +19021,7 @@ module.exports = {
|
|
|
18965
19021
|
]
|
|
18966
19022
|
};
|
|
18967
19023
|
|
|
18968
|
-
},{}],
|
|
19024
|
+
},{}],201:[function(require,module,exports){
|
|
18969
19025
|
"use strict";
|
|
18970
19026
|
|
|
18971
19027
|
module.exports = {
|
|
@@ -18987,7 +19043,7 @@ module.exports = {
|
|
|
18987
19043
|
]
|
|
18988
19044
|
};
|
|
18989
19045
|
|
|
18990
|
-
},{}],
|
|
19046
|
+
},{}],202:[function(require,module,exports){
|
|
18991
19047
|
"use strict";
|
|
18992
19048
|
|
|
18993
19049
|
module.exports = {
|
|
@@ -19005,7 +19061,7 @@ module.exports = {
|
|
|
19005
19061
|
]
|
|
19006
19062
|
};
|
|
19007
19063
|
|
|
19008
|
-
},{}],
|
|
19064
|
+
},{}],203:[function(require,module,exports){
|
|
19009
19065
|
"use strict";
|
|
19010
19066
|
|
|
19011
19067
|
module.exports = {
|
|
@@ -19074,7 +19130,7 @@ module.exports = {
|
|
|
19074
19130
|
]
|
|
19075
19131
|
};
|
|
19076
19132
|
|
|
19077
|
-
},{}],
|
|
19133
|
+
},{}],204:[function(require,module,exports){
|
|
19078
19134
|
"use strict";
|
|
19079
19135
|
|
|
19080
19136
|
module.exports = {
|
|
@@ -19089,7 +19145,7 @@ module.exports = {
|
|
|
19089
19145
|
]
|
|
19090
19146
|
};
|
|
19091
19147
|
|
|
19092
|
-
},{}],
|
|
19148
|
+
},{}],205:[function(require,module,exports){
|
|
19093
19149
|
"use strict";
|
|
19094
19150
|
|
|
19095
19151
|
module.exports = {
|
|
@@ -19113,7 +19169,7 @@ module.exports = {
|
|
|
19113
19169
|
]
|
|
19114
19170
|
};
|
|
19115
19171
|
|
|
19116
|
-
},{}],
|
|
19172
|
+
},{}],206:[function(require,module,exports){
|
|
19117
19173
|
"use strict";
|
|
19118
19174
|
|
|
19119
19175
|
module.exports = {
|
|
@@ -19188,7 +19244,7 @@ module.exports = {
|
|
|
19188
19244
|
]
|
|
19189
19245
|
};
|
|
19190
19246
|
|
|
19191
|
-
},{}],
|
|
19247
|
+
},{}],207:[function(require,module,exports){
|
|
19192
19248
|
"use strict";
|
|
19193
19249
|
|
|
19194
19250
|
module.exports = {
|
|
@@ -19209,7 +19265,7 @@ module.exports = {
|
|
|
19209
19265
|
]
|
|
19210
19266
|
};
|
|
19211
19267
|
|
|
19212
|
-
},{}],
|
|
19268
|
+
},{}],208:[function(require,module,exports){
|
|
19213
19269
|
"use strict";
|
|
19214
19270
|
|
|
19215
19271
|
module.exports = {
|
|
@@ -19236,7 +19292,7 @@ module.exports = {
|
|
|
19236
19292
|
]
|
|
19237
19293
|
};
|
|
19238
19294
|
|
|
19239
|
-
},{}],
|
|
19295
|
+
},{}],209:[function(require,module,exports){
|
|
19240
19296
|
"use strict";
|
|
19241
19297
|
|
|
19242
19298
|
var REF_NAME = "int.json";
|
|
@@ -19283,7 +19339,7 @@ module.exports = {
|
|
|
19283
19339
|
]
|
|
19284
19340
|
};
|
|
19285
19341
|
|
|
19286
|
-
},{}],
|
|
19342
|
+
},{}],210:[function(require,module,exports){
|
|
19287
19343
|
"use strict";
|
|
19288
19344
|
|
|
19289
19345
|
module.exports = {
|
|
@@ -19456,7 +19512,7 @@ module.exports = {
|
|
|
19456
19512
|
]
|
|
19457
19513
|
};
|
|
19458
19514
|
|
|
19459
|
-
},{}],
|
|
19515
|
+
},{}],211:[function(require,module,exports){
|
|
19460
19516
|
"use strict";
|
|
19461
19517
|
|
|
19462
19518
|
module.exports = {
|
|
@@ -19501,7 +19557,7 @@ module.exports = {
|
|
|
19501
19557
|
]
|
|
19502
19558
|
};
|
|
19503
19559
|
|
|
19504
|
-
},{}],
|
|
19560
|
+
},{}],212:[function(require,module,exports){
|
|
19505
19561
|
"use strict";
|
|
19506
19562
|
|
|
19507
19563
|
module.exports = {
|
|
@@ -19544,7 +19600,7 @@ module.exports = {
|
|
|
19544
19600
|
]
|
|
19545
19601
|
};
|
|
19546
19602
|
|
|
19547
|
-
},{}],
|
|
19603
|
+
},{}],213:[function(require,module,exports){
|
|
19548
19604
|
"use strict";
|
|
19549
19605
|
|
|
19550
19606
|
var schema1 = {
|
|
@@ -19628,7 +19684,7 @@ module.exports = {
|
|
|
19628
19684
|
]
|
|
19629
19685
|
};
|
|
19630
19686
|
|
|
19631
|
-
},{}],
|
|
19687
|
+
},{}],214:[function(require,module,exports){
|
|
19632
19688
|
module.exports = {
|
|
19633
19689
|
description: "Issue #139 - add schema id if present to erro message via addError method",
|
|
19634
19690
|
tests: [
|
|
@@ -19687,7 +19743,7 @@ module.exports = {
|
|
|
19687
19743
|
]
|
|
19688
19744
|
};
|
|
19689
19745
|
|
|
19690
|
-
},{}],
|
|
19746
|
+
},{}],215:[function(require,module,exports){
|
|
19691
19747
|
"use strict";
|
|
19692
19748
|
|
|
19693
19749
|
module.exports = {
|
|
@@ -19705,7 +19761,7 @@ module.exports = {
|
|
|
19705
19761
|
]
|
|
19706
19762
|
};
|
|
19707
19763
|
|
|
19708
|
-
},{}],
|
|
19764
|
+
},{}],216:[function(require,module,exports){
|
|
19709
19765
|
"use strict";
|
|
19710
19766
|
|
|
19711
19767
|
module.exports = {
|
|
@@ -19735,7 +19791,7 @@ module.exports = {
|
|
|
19735
19791
|
]
|
|
19736
19792
|
};
|
|
19737
19793
|
|
|
19738
|
-
},{}],
|
|
19794
|
+
},{}],217:[function(require,module,exports){
|
|
19739
19795
|
"use strict";
|
|
19740
19796
|
|
|
19741
19797
|
module.exports = {
|
|
@@ -19763,7 +19819,7 @@ module.exports = {
|
|
|
19763
19819
|
]
|
|
19764
19820
|
};
|
|
19765
19821
|
|
|
19766
|
-
},{}],
|
|
19822
|
+
},{}],218:[function(require,module,exports){
|
|
19767
19823
|
"use strict";
|
|
19768
19824
|
|
|
19769
19825
|
module.exports = {
|
|
@@ -19790,7 +19846,7 @@ module.exports = {
|
|
|
19790
19846
|
]
|
|
19791
19847
|
};
|
|
19792
19848
|
|
|
19793
|
-
},{}],
|
|
19849
|
+
},{}],219:[function(require,module,exports){
|
|
19794
19850
|
"use strict";
|
|
19795
19851
|
var ref1 = "http://www.example.org/schema1/#";
|
|
19796
19852
|
var ref2 = "http://www.example.org/schema2/#";
|
|
@@ -19830,7 +19886,7 @@ module.exports = {
|
|
|
19830
19886
|
}
|
|
19831
19887
|
]
|
|
19832
19888
|
};
|
|
19833
|
-
},{}],
|
|
19889
|
+
},{}],220:[function(require,module,exports){
|
|
19834
19890
|
"use strict";
|
|
19835
19891
|
|
|
19836
19892
|
var testAsync = true;
|
|
@@ -19879,7 +19935,7 @@ module.exports = {
|
|
|
19879
19935
|
]
|
|
19880
19936
|
};
|
|
19881
19937
|
|
|
19882
|
-
},{}],
|
|
19938
|
+
},{}],221:[function(require,module,exports){
|
|
19883
19939
|
"use strict";
|
|
19884
19940
|
|
|
19885
19941
|
module.exports = {
|
|
@@ -19955,7 +20011,7 @@ module.exports = {
|
|
|
19955
20011
|
]
|
|
19956
20012
|
};
|
|
19957
20013
|
|
|
19958
|
-
},{}],
|
|
20014
|
+
},{}],222:[function(require,module,exports){
|
|
19959
20015
|
"use strict";
|
|
19960
20016
|
|
|
19961
20017
|
module.exports = {
|
|
@@ -20045,7 +20101,7 @@ module.exports = {
|
|
|
20045
20101
|
]
|
|
20046
20102
|
};
|
|
20047
20103
|
|
|
20048
|
-
},{}],
|
|
20104
|
+
},{}],223:[function(require,module,exports){
|
|
20049
20105
|
"use strict";
|
|
20050
20106
|
|
|
20051
20107
|
module.exports = {
|
|
@@ -20107,7 +20163,7 @@ module.exports = {
|
|
|
20107
20163
|
]
|
|
20108
20164
|
};
|
|
20109
20165
|
|
|
20110
|
-
},{}],
|
|
20166
|
+
},{}],224:[function(require,module,exports){
|
|
20111
20167
|
"use strict";
|
|
20112
20168
|
|
|
20113
20169
|
module.exports = {
|
|
@@ -20143,7 +20199,7 @@ module.exports = {
|
|
|
20143
20199
|
]
|
|
20144
20200
|
};
|
|
20145
20201
|
|
|
20146
|
-
},{}],
|
|
20202
|
+
},{}],225:[function(require,module,exports){
|
|
20147
20203
|
"use strict";
|
|
20148
20204
|
|
|
20149
20205
|
module.exports = {
|
|
@@ -20233,7 +20289,7 @@ module.exports = {
|
|
|
20233
20289
|
]
|
|
20234
20290
|
};
|
|
20235
20291
|
|
|
20236
|
-
},{}],
|
|
20292
|
+
},{}],226:[function(require,module,exports){
|
|
20237
20293
|
"use strict";
|
|
20238
20294
|
|
|
20239
20295
|
module.exports = {
|
|
@@ -20258,7 +20314,7 @@ module.exports = {
|
|
|
20258
20314
|
]
|
|
20259
20315
|
};
|
|
20260
20316
|
|
|
20261
|
-
},{}],
|
|
20317
|
+
},{}],227:[function(require,module,exports){
|
|
20262
20318
|
"use strict";
|
|
20263
20319
|
|
|
20264
20320
|
module.exports = {
|
|
@@ -20334,7 +20390,7 @@ module.exports = {
|
|
|
20334
20390
|
]
|
|
20335
20391
|
};
|
|
20336
20392
|
|
|
20337
|
-
},{}],
|
|
20393
|
+
},{}],228:[function(require,module,exports){
|
|
20338
20394
|
"use strict";
|
|
20339
20395
|
|
|
20340
20396
|
module.exports = {
|
|
@@ -20447,7 +20503,7 @@ module.exports = {
|
|
|
20447
20503
|
]
|
|
20448
20504
|
};
|
|
20449
20505
|
|
|
20450
|
-
},{}],
|
|
20506
|
+
},{}],229:[function(require,module,exports){
|
|
20451
20507
|
"use strict";
|
|
20452
20508
|
|
|
20453
20509
|
module.exports = {
|
|
@@ -20627,7 +20683,7 @@ module.exports = {
|
|
|
20627
20683
|
]
|
|
20628
20684
|
};
|
|
20629
20685
|
|
|
20630
|
-
},{}],
|
|
20686
|
+
},{}],230:[function(require,module,exports){
|
|
20631
20687
|
"use strict";
|
|
20632
20688
|
|
|
20633
20689
|
module.exports = {
|
|
@@ -20674,7 +20730,7 @@ module.exports = {
|
|
|
20674
20730
|
]
|
|
20675
20731
|
};
|
|
20676
20732
|
|
|
20677
|
-
},{}],
|
|
20733
|
+
},{}],231:[function(require,module,exports){
|
|
20678
20734
|
"use strict";
|
|
20679
20735
|
|
|
20680
20736
|
var resourceObject = {
|
|
@@ -20970,7 +21026,7 @@ module.exports = {
|
|
|
20970
21026
|
]
|
|
20971
21027
|
};
|
|
20972
21028
|
|
|
20973
|
-
},{}],
|
|
21029
|
+
},{}],232:[function(require,module,exports){
|
|
20974
21030
|
"use strict";
|
|
20975
21031
|
|
|
20976
21032
|
var draft4 = require("./files/Issue47/draft4.json");
|
|
@@ -20999,7 +21055,7 @@ module.exports = {
|
|
|
20999
21055
|
]
|
|
21000
21056
|
};
|
|
21001
21057
|
|
|
21002
|
-
},{"./files/Issue47/draft4.json":
|
|
21058
|
+
},{"./files/Issue47/draft4.json":256,"./files/Issue47/sample.json":257,"./files/Issue47/swagger_draft.json":258,"./files/Issue47/swagger_draft_modified.json":259}],233:[function(require,module,exports){
|
|
21003
21059
|
"use strict";
|
|
21004
21060
|
|
|
21005
21061
|
module.exports = {
|
|
@@ -21032,7 +21088,7 @@ module.exports = {
|
|
|
21032
21088
|
]
|
|
21033
21089
|
};
|
|
21034
21090
|
|
|
21035
|
-
},{}],
|
|
21091
|
+
},{}],234:[function(require,module,exports){
|
|
21036
21092
|
"use strict";
|
|
21037
21093
|
|
|
21038
21094
|
module.exports = {
|
|
@@ -21050,7 +21106,7 @@ module.exports = {
|
|
|
21050
21106
|
]
|
|
21051
21107
|
};
|
|
21052
21108
|
|
|
21053
|
-
},{}],
|
|
21109
|
+
},{}],235:[function(require,module,exports){
|
|
21054
21110
|
"use strict";
|
|
21055
21111
|
|
|
21056
21112
|
module.exports = {
|
|
@@ -21072,7 +21128,7 @@ module.exports = {
|
|
|
21072
21128
|
]
|
|
21073
21129
|
};
|
|
21074
21130
|
|
|
21075
|
-
},{}],
|
|
21131
|
+
},{}],236:[function(require,module,exports){
|
|
21076
21132
|
"use strict";
|
|
21077
21133
|
|
|
21078
21134
|
module.exports = {
|
|
@@ -21143,7 +21199,7 @@ module.exports = {
|
|
|
21143
21199
|
]
|
|
21144
21200
|
};
|
|
21145
21201
|
|
|
21146
|
-
},{}],
|
|
21202
|
+
},{}],237:[function(require,module,exports){
|
|
21147
21203
|
"use strict";
|
|
21148
21204
|
|
|
21149
21205
|
var dataTypeBaseJson = {
|
|
@@ -21828,7 +21884,7 @@ module.exports = {
|
|
|
21828
21884
|
]
|
|
21829
21885
|
};
|
|
21830
21886
|
|
|
21831
|
-
},{}],
|
|
21887
|
+
},{}],238:[function(require,module,exports){
|
|
21832
21888
|
"use strict";
|
|
21833
21889
|
|
|
21834
21890
|
module.exports = {
|
|
@@ -21891,7 +21947,7 @@ module.exports = {
|
|
|
21891
21947
|
]
|
|
21892
21948
|
};
|
|
21893
21949
|
|
|
21894
|
-
},{}],
|
|
21950
|
+
},{}],239:[function(require,module,exports){
|
|
21895
21951
|
/*jshint -W101*/
|
|
21896
21952
|
|
|
21897
21953
|
"use strict";
|
|
@@ -22468,7 +22524,7 @@ module.exports = {
|
|
|
22468
22524
|
]
|
|
22469
22525
|
};
|
|
22470
22526
|
|
|
22471
|
-
},{}],
|
|
22527
|
+
},{}],240:[function(require,module,exports){
|
|
22472
22528
|
"use strict";
|
|
22473
22529
|
|
|
22474
22530
|
module.exports = {
|
|
@@ -22499,7 +22555,7 @@ module.exports = {
|
|
|
22499
22555
|
]
|
|
22500
22556
|
};
|
|
22501
22557
|
|
|
22502
|
-
},{}],
|
|
22558
|
+
},{}],241:[function(require,module,exports){
|
|
22503
22559
|
"use strict";
|
|
22504
22560
|
|
|
22505
22561
|
module.exports = {
|
|
@@ -22550,7 +22606,7 @@ module.exports = {
|
|
|
22550
22606
|
]
|
|
22551
22607
|
};
|
|
22552
22608
|
|
|
22553
|
-
},{}],
|
|
22609
|
+
},{}],242:[function(require,module,exports){
|
|
22554
22610
|
"use strict";
|
|
22555
22611
|
|
|
22556
22612
|
module.exports = {
|
|
@@ -22670,7 +22726,7 @@ module.exports = {
|
|
|
22670
22726
|
]
|
|
22671
22727
|
};
|
|
22672
22728
|
|
|
22673
|
-
},{}],
|
|
22729
|
+
},{}],243:[function(require,module,exports){
|
|
22674
22730
|
"use strict";
|
|
22675
22731
|
|
|
22676
22732
|
module.exports = {
|
|
@@ -22728,7 +22784,7 @@ module.exports = {
|
|
|
22728
22784
|
]
|
|
22729
22785
|
};
|
|
22730
22786
|
|
|
22731
|
-
},{}],
|
|
22787
|
+
},{}],244:[function(require,module,exports){
|
|
22732
22788
|
"use strict";
|
|
22733
22789
|
|
|
22734
22790
|
module.exports = {
|
|
@@ -22801,7 +22857,7 @@ module.exports = {
|
|
|
22801
22857
|
]
|
|
22802
22858
|
};
|
|
22803
22859
|
|
|
22804
|
-
},{}],
|
|
22860
|
+
},{}],245:[function(require,module,exports){
|
|
22805
22861
|
"use strict";
|
|
22806
22862
|
|
|
22807
22863
|
var innerSchema = {
|
|
@@ -22846,7 +22902,7 @@ module.exports = {
|
|
|
22846
22902
|
]
|
|
22847
22903
|
};
|
|
22848
22904
|
|
|
22849
|
-
},{}],
|
|
22905
|
+
},{}],246:[function(require,module,exports){
|
|
22850
22906
|
"use strict";
|
|
22851
22907
|
|
|
22852
22908
|
var schema1 = {
|
|
@@ -22890,7 +22946,7 @@ module.exports = {
|
|
|
22890
22946
|
]
|
|
22891
22947
|
};
|
|
22892
22948
|
|
|
22893
|
-
},{}],
|
|
22949
|
+
},{}],247:[function(require,module,exports){
|
|
22894
22950
|
"use strict";
|
|
22895
22951
|
|
|
22896
22952
|
module.exports = {
|
|
@@ -22908,7 +22964,7 @@ module.exports = {
|
|
|
22908
22964
|
]
|
|
22909
22965
|
};
|
|
22910
22966
|
|
|
22911
|
-
},{}],
|
|
22967
|
+
},{}],248:[function(require,module,exports){
|
|
22912
22968
|
"use strict";
|
|
22913
22969
|
|
|
22914
22970
|
module.exports = {
|
|
@@ -22940,7 +22996,7 @@ module.exports = {
|
|
|
22940
22996
|
]
|
|
22941
22997
|
};
|
|
22942
22998
|
|
|
22943
|
-
},{}],
|
|
22999
|
+
},{}],249:[function(require,module,exports){
|
|
22944
23000
|
"use strict";
|
|
22945
23001
|
|
|
22946
23002
|
module.exports = {
|
|
@@ -22999,7 +23055,7 @@ module.exports = {
|
|
|
22999
23055
|
]
|
|
23000
23056
|
};
|
|
23001
23057
|
|
|
23002
|
-
},{}],
|
|
23058
|
+
},{}],250:[function(require,module,exports){
|
|
23003
23059
|
"use strict";
|
|
23004
23060
|
|
|
23005
23061
|
module.exports = {
|
|
@@ -23024,7 +23080,7 @@ module.exports = {
|
|
|
23024
23080
|
]
|
|
23025
23081
|
};
|
|
23026
23082
|
|
|
23027
|
-
},{}],
|
|
23083
|
+
},{}],251:[function(require,module,exports){
|
|
23028
23084
|
"use strict";
|
|
23029
23085
|
|
|
23030
23086
|
module.exports = {
|
|
@@ -23049,7 +23105,7 @@ module.exports = {
|
|
|
23049
23105
|
]
|
|
23050
23106
|
};
|
|
23051
23107
|
|
|
23052
|
-
},{}],
|
|
23108
|
+
},{}],252:[function(require,module,exports){
|
|
23053
23109
|
"use strict";
|
|
23054
23110
|
|
|
23055
23111
|
module.exports = {
|
|
@@ -23094,7 +23150,7 @@ module.exports = {
|
|
|
23094
23150
|
]
|
|
23095
23151
|
};
|
|
23096
23152
|
|
|
23097
|
-
},{}],
|
|
23153
|
+
},{}],253:[function(require,module,exports){
|
|
23098
23154
|
"use strict";
|
|
23099
23155
|
|
|
23100
23156
|
module.exports = {
|
|
@@ -23119,7 +23175,7 @@ module.exports = {
|
|
|
23119
23175
|
]
|
|
23120
23176
|
};
|
|
23121
23177
|
|
|
23122
|
-
},{}],
|
|
23178
|
+
},{}],254:[function(require,module,exports){
|
|
23123
23179
|
"use strict";
|
|
23124
23180
|
|
|
23125
23181
|
module.exports = {
|
|
@@ -23158,7 +23214,7 @@ module.exports = {
|
|
|
23158
23214
|
]
|
|
23159
23215
|
};
|
|
23160
23216
|
|
|
23161
|
-
},{}],
|
|
23217
|
+
},{}],255:[function(require,module,exports){
|
|
23162
23218
|
"use strict";
|
|
23163
23219
|
|
|
23164
23220
|
module.exports = {
|
|
@@ -23188,7 +23244,7 @@ module.exports = {
|
|
|
23188
23244
|
]
|
|
23189
23245
|
};
|
|
23190
23246
|
|
|
23191
|
-
},{}],
|
|
23247
|
+
},{}],256:[function(require,module,exports){
|
|
23192
23248
|
module.exports={
|
|
23193
23249
|
"id": "http://json-schema.org/draft-04/schema#",
|
|
23194
23250
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
@@ -23340,7 +23396,7 @@ module.exports={
|
|
|
23340
23396
|
"default": {}
|
|
23341
23397
|
}
|
|
23342
23398
|
|
|
23343
|
-
},{}],
|
|
23399
|
+
},{}],257:[function(require,module,exports){
|
|
23344
23400
|
module.exports={
|
|
23345
23401
|
"swagger": 2,
|
|
23346
23402
|
"info": {
|
|
@@ -23431,7 +23487,7 @@ module.exports={
|
|
|
23431
23487
|
}
|
|
23432
23488
|
}
|
|
23433
23489
|
|
|
23434
|
-
},{}],
|
|
23490
|
+
},{}],258:[function(require,module,exports){
|
|
23435
23491
|
module.exports={
|
|
23436
23492
|
"title": "A JSON Schema for Swagger 2.0 API.",
|
|
23437
23493
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
@@ -23829,7 +23885,7 @@ module.exports={
|
|
|
23829
23885
|
}
|
|
23830
23886
|
}
|
|
23831
23887
|
|
|
23832
|
-
},{}],
|
|
23888
|
+
},{}],259:[function(require,module,exports){
|
|
23833
23889
|
module.exports={
|
|
23834
23890
|
"title": "A JSON Schema for Swagger 2.0 API.",
|
|
23835
23891
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
@@ -24227,7 +24283,7 @@ module.exports={
|
|
|
24227
24283
|
}
|
|
24228
24284
|
}
|
|
24229
24285
|
|
|
24230
|
-
},{}],
|
|
24286
|
+
},{}],260:[function(require,module,exports){
|
|
24231
24287
|
'use strict';
|
|
24232
24288
|
|
|
24233
24289
|
module.exports = {
|
|
@@ -24252,15 +24308,15 @@ module.exports = {
|
|
|
24252
24308
|
]
|
|
24253
24309
|
};
|
|
24254
24310
|
|
|
24255
|
-
},{}],
|
|
24256
|
-
arguments[4][
|
|
24257
|
-
},{"dup":
|
|
24311
|
+
},{}],261:[function(require,module,exports){
|
|
24312
|
+
arguments[4][256][0].apply(exports,arguments)
|
|
24313
|
+
},{"dup":256}],262:[function(require,module,exports){
|
|
24258
24314
|
module.exports={
|
|
24259
24315
|
"type": "integer"
|
|
24260
24316
|
}
|
|
24261
|
-
},{}],
|
|
24262
|
-
arguments[4][
|
|
24263
|
-
},{"dup":
|
|
24317
|
+
},{}],263:[function(require,module,exports){
|
|
24318
|
+
arguments[4][262][0].apply(exports,arguments)
|
|
24319
|
+
},{"dup":262}],264:[function(require,module,exports){
|
|
24264
24320
|
module.exports={
|
|
24265
24321
|
"integer": {
|
|
24266
24322
|
"type": "integer"
|
|
@@ -24269,7 +24325,7 @@ module.exports={
|
|
|
24269
24325
|
"$ref": "#/integer"
|
|
24270
24326
|
}
|
|
24271
24327
|
}
|
|
24272
|
-
},{}],
|
|
24328
|
+
},{}],265:[function(require,module,exports){
|
|
24273
24329
|
module.exports=[
|
|
24274
24330
|
{
|
|
24275
24331
|
"description": "additionalItems as schema",
|
|
@@ -24353,7 +24409,7 @@ module.exports=[
|
|
|
24353
24409
|
}
|
|
24354
24410
|
]
|
|
24355
24411
|
|
|
24356
|
-
},{}],
|
|
24412
|
+
},{}],266:[function(require,module,exports){
|
|
24357
24413
|
module.exports=[
|
|
24358
24414
|
{
|
|
24359
24415
|
"description":
|
|
@@ -24443,7 +24499,7 @@ module.exports=[
|
|
|
24443
24499
|
}
|
|
24444
24500
|
]
|
|
24445
24501
|
|
|
24446
|
-
},{}],
|
|
24502
|
+
},{}],267:[function(require,module,exports){
|
|
24447
24503
|
module.exports=[
|
|
24448
24504
|
{
|
|
24449
24505
|
"description": "allOf",
|
|
@@ -24557,7 +24613,7 @@ module.exports=[
|
|
|
24557
24613
|
}
|
|
24558
24614
|
]
|
|
24559
24615
|
|
|
24560
|
-
},{}],
|
|
24616
|
+
},{}],268:[function(require,module,exports){
|
|
24561
24617
|
module.exports=[
|
|
24562
24618
|
{
|
|
24563
24619
|
"description": "anyOf",
|
|
@@ -24627,7 +24683,7 @@ module.exports=[
|
|
|
24627
24683
|
}
|
|
24628
24684
|
]
|
|
24629
24685
|
|
|
24630
|
-
},{}],
|
|
24686
|
+
},{}],269:[function(require,module,exports){
|
|
24631
24687
|
module.exports=[
|
|
24632
24688
|
{
|
|
24633
24689
|
"description": "invalid type for default",
|
|
@@ -24678,7 +24734,7 @@ module.exports=[
|
|
|
24678
24734
|
}
|
|
24679
24735
|
]
|
|
24680
24736
|
|
|
24681
|
-
},{}],
|
|
24737
|
+
},{}],270:[function(require,module,exports){
|
|
24682
24738
|
module.exports=[
|
|
24683
24739
|
{
|
|
24684
24740
|
"description": "valid definition",
|
|
@@ -24712,7 +24768,7 @@ module.exports=[
|
|
|
24712
24768
|
}
|
|
24713
24769
|
]
|
|
24714
24770
|
|
|
24715
|
-
},{}],
|
|
24771
|
+
},{}],271:[function(require,module,exports){
|
|
24716
24772
|
module.exports=[
|
|
24717
24773
|
{
|
|
24718
24774
|
"description": "dependencies",
|
|
@@ -24827,7 +24883,7 @@ module.exports=[
|
|
|
24827
24883
|
}
|
|
24828
24884
|
]
|
|
24829
24885
|
|
|
24830
|
-
},{}],
|
|
24886
|
+
},{}],272:[function(require,module,exports){
|
|
24831
24887
|
module.exports=[
|
|
24832
24888
|
{
|
|
24833
24889
|
"description": "simple enum validation",
|
|
@@ -24901,7 +24957,7 @@ module.exports=[
|
|
|
24901
24957
|
}
|
|
24902
24958
|
]
|
|
24903
24959
|
|
|
24904
|
-
},{}],
|
|
24960
|
+
},{}],273:[function(require,module,exports){
|
|
24905
24961
|
module.exports=[
|
|
24906
24962
|
{
|
|
24907
24963
|
"description": "a schema given for items",
|
|
@@ -24949,7 +25005,7 @@ module.exports=[
|
|
|
24949
25005
|
}
|
|
24950
25006
|
]
|
|
24951
25007
|
|
|
24952
|
-
},{}],
|
|
25008
|
+
},{}],274:[function(require,module,exports){
|
|
24953
25009
|
module.exports=[
|
|
24954
25010
|
{
|
|
24955
25011
|
"description": "maxItems validation",
|
|
@@ -24979,7 +25035,7 @@ module.exports=[
|
|
|
24979
25035
|
}
|
|
24980
25036
|
]
|
|
24981
25037
|
|
|
24982
|
-
},{}],
|
|
25038
|
+
},{}],275:[function(require,module,exports){
|
|
24983
25039
|
module.exports=[
|
|
24984
25040
|
{
|
|
24985
25041
|
"description": "maxLength validation",
|
|
@@ -25014,7 +25070,7 @@ module.exports=[
|
|
|
25014
25070
|
}
|
|
25015
25071
|
]
|
|
25016
25072
|
|
|
25017
|
-
},{}],
|
|
25073
|
+
},{}],276:[function(require,module,exports){
|
|
25018
25074
|
module.exports=[
|
|
25019
25075
|
{
|
|
25020
25076
|
"description": "maxProperties validation",
|
|
@@ -25044,7 +25100,7 @@ module.exports=[
|
|
|
25044
25100
|
}
|
|
25045
25101
|
]
|
|
25046
25102
|
|
|
25047
|
-
},{}],
|
|
25103
|
+
},{}],277:[function(require,module,exports){
|
|
25048
25104
|
module.exports=[
|
|
25049
25105
|
{
|
|
25050
25106
|
"description": "maximum validation",
|
|
@@ -25088,7 +25144,7 @@ module.exports=[
|
|
|
25088
25144
|
}
|
|
25089
25145
|
]
|
|
25090
25146
|
|
|
25091
|
-
},{}],
|
|
25147
|
+
},{}],278:[function(require,module,exports){
|
|
25092
25148
|
module.exports=[
|
|
25093
25149
|
{
|
|
25094
25150
|
"description": "minItems validation",
|
|
@@ -25118,7 +25174,7 @@ module.exports=[
|
|
|
25118
25174
|
}
|
|
25119
25175
|
]
|
|
25120
25176
|
|
|
25121
|
-
},{}],
|
|
25177
|
+
},{}],279:[function(require,module,exports){
|
|
25122
25178
|
module.exports=[
|
|
25123
25179
|
{
|
|
25124
25180
|
"description": "minLength validation",
|
|
@@ -25153,7 +25209,7 @@ module.exports=[
|
|
|
25153
25209
|
}
|
|
25154
25210
|
]
|
|
25155
25211
|
|
|
25156
|
-
},{}],
|
|
25212
|
+
},{}],280:[function(require,module,exports){
|
|
25157
25213
|
module.exports=[
|
|
25158
25214
|
{
|
|
25159
25215
|
"description": "minProperties validation",
|
|
@@ -25183,7 +25239,7 @@ module.exports=[
|
|
|
25183
25239
|
}
|
|
25184
25240
|
]
|
|
25185
25241
|
|
|
25186
|
-
},{}],
|
|
25242
|
+
},{}],281:[function(require,module,exports){
|
|
25187
25243
|
module.exports=[
|
|
25188
25244
|
{
|
|
25189
25245
|
"description": "minimum validation",
|
|
@@ -25227,7 +25283,7 @@ module.exports=[
|
|
|
25227
25283
|
}
|
|
25228
25284
|
]
|
|
25229
25285
|
|
|
25230
|
-
},{}],
|
|
25286
|
+
},{}],282:[function(require,module,exports){
|
|
25231
25287
|
module.exports=[
|
|
25232
25288
|
{
|
|
25233
25289
|
"description": "by int",
|
|
@@ -25289,7 +25345,7 @@ module.exports=[
|
|
|
25289
25345
|
}
|
|
25290
25346
|
]
|
|
25291
25347
|
|
|
25292
|
-
},{}],
|
|
25348
|
+
},{}],283:[function(require,module,exports){
|
|
25293
25349
|
module.exports=[
|
|
25294
25350
|
{
|
|
25295
25351
|
"description": "not",
|
|
@@ -25387,7 +25443,7 @@ module.exports=[
|
|
|
25387
25443
|
|
|
25388
25444
|
]
|
|
25389
25445
|
|
|
25390
|
-
},{}],
|
|
25446
|
+
},{}],284:[function(require,module,exports){
|
|
25391
25447
|
module.exports=[
|
|
25392
25448
|
{
|
|
25393
25449
|
"description": "oneOf",
|
|
@@ -25457,7 +25513,7 @@ module.exports=[
|
|
|
25457
25513
|
}
|
|
25458
25514
|
]
|
|
25459
25515
|
|
|
25460
|
-
},{}],
|
|
25516
|
+
},{}],285:[function(require,module,exports){
|
|
25461
25517
|
module.exports=[
|
|
25462
25518
|
{
|
|
25463
25519
|
"description": "integer",
|
|
@@ -25566,7 +25622,7 @@ module.exports=[
|
|
|
25566
25622
|
}
|
|
25567
25623
|
]
|
|
25568
25624
|
|
|
25569
|
-
},{}],
|
|
25625
|
+
},{}],286:[function(require,module,exports){
|
|
25570
25626
|
module.exports=[
|
|
25571
25627
|
{
|
|
25572
25628
|
"description": "validation of date-time strings",
|
|
@@ -25711,7 +25767,7 @@ module.exports=[
|
|
|
25711
25767
|
}
|
|
25712
25768
|
]
|
|
25713
25769
|
|
|
25714
|
-
},{}],
|
|
25770
|
+
},{}],287:[function(require,module,exports){
|
|
25715
25771
|
module.exports=[
|
|
25716
25772
|
{
|
|
25717
25773
|
"description": "pattern validation",
|
|
@@ -25736,7 +25792,7 @@ module.exports=[
|
|
|
25736
25792
|
}
|
|
25737
25793
|
]
|
|
25738
25794
|
|
|
25739
|
-
},{}],
|
|
25795
|
+
},{}],288:[function(require,module,exports){
|
|
25740
25796
|
module.exports=[
|
|
25741
25797
|
{
|
|
25742
25798
|
"description":
|
|
@@ -25848,7 +25904,7 @@ module.exports=[
|
|
|
25848
25904
|
}
|
|
25849
25905
|
]
|
|
25850
25906
|
|
|
25851
|
-
},{}],
|
|
25907
|
+
},{}],289:[function(require,module,exports){
|
|
25852
25908
|
module.exports=[
|
|
25853
25909
|
{
|
|
25854
25910
|
"description": "object properties validation",
|
|
@@ -25942,7 +25998,7 @@ module.exports=[
|
|
|
25942
25998
|
}
|
|
25943
25999
|
]
|
|
25944
26000
|
|
|
25945
|
-
},{}],
|
|
26001
|
+
},{}],290:[function(require,module,exports){
|
|
25946
26002
|
module.exports=[
|
|
25947
26003
|
{
|
|
25948
26004
|
"description": "root pointer ref",
|
|
@@ -26088,7 +26144,7 @@ module.exports=[
|
|
|
26088
26144
|
}
|
|
26089
26145
|
]
|
|
26090
26146
|
|
|
26091
|
-
},{}],
|
|
26147
|
+
},{}],291:[function(require,module,exports){
|
|
26092
26148
|
module.exports=[
|
|
26093
26149
|
{
|
|
26094
26150
|
"description": "remote ref",
|
|
@@ -26164,7 +26220,7 @@ module.exports=[
|
|
|
26164
26220
|
}
|
|
26165
26221
|
]
|
|
26166
26222
|
|
|
26167
|
-
},{}],
|
|
26223
|
+
},{}],292:[function(require,module,exports){
|
|
26168
26224
|
module.exports=[
|
|
26169
26225
|
{
|
|
26170
26226
|
"description": "required validation",
|
|
@@ -26205,7 +26261,7 @@ module.exports=[
|
|
|
26205
26261
|
}
|
|
26206
26262
|
]
|
|
26207
26263
|
|
|
26208
|
-
},{}],
|
|
26264
|
+
},{}],293:[function(require,module,exports){
|
|
26209
26265
|
module.exports=[
|
|
26210
26266
|
{
|
|
26211
26267
|
"description": "integer type matches integers",
|
|
@@ -26537,7 +26593,7 @@ module.exports=[
|
|
|
26537
26593
|
}
|
|
26538
26594
|
]
|
|
26539
26595
|
|
|
26540
|
-
},{}],
|
|
26596
|
+
},{}],294:[function(require,module,exports){
|
|
26541
26597
|
module.exports=[
|
|
26542
26598
|
{
|
|
26543
26599
|
"description": "uniqueItems validation",
|
|
@@ -26618,7 +26674,7 @@ module.exports=[
|
|
|
26618
26674
|
}
|
|
26619
26675
|
]
|
|
26620
26676
|
|
|
26621
|
-
},{}],
|
|
26677
|
+
},{}],295:[function(require,module,exports){
|
|
26622
26678
|
"use strict";
|
|
26623
26679
|
|
|
26624
26680
|
var isBrowser = typeof window !== "undefined";
|
|
@@ -26711,7 +26767,7 @@ describe("Automatic schema loading", function () {
|
|
|
26711
26767
|
|
|
26712
26768
|
});
|
|
26713
26769
|
|
|
26714
|
-
},{"../../src/ZSchema":
|
|
26770
|
+
},{"../../src/ZSchema":181,"https":61}],296:[function(require,module,exports){
|
|
26715
26771
|
"use strict";
|
|
26716
26772
|
|
|
26717
26773
|
var ZSchema = require("../../src/ZSchema");
|
|
@@ -26783,7 +26839,7 @@ describe("Basic", function () {
|
|
|
26783
26839
|
|
|
26784
26840
|
});
|
|
26785
26841
|
|
|
26786
|
-
},{"../../src/ZSchema":
|
|
26842
|
+
},{"../../src/ZSchema":181,"../files/draft-04-schema.json":261,"../jsonSchemaTestSuite/remotes/folder/folderInteger.json":262,"../jsonSchemaTestSuite/remotes/integer.json":263,"../jsonSchemaTestSuite/remotes/subSchemas.json":264}],297:[function(require,module,exports){
|
|
26787
26843
|
"use strict";
|
|
26788
26844
|
|
|
26789
26845
|
var ZSchema = require("../../src/ZSchema");
|
|
@@ -26879,7 +26935,7 @@ describe("JsonSchemaTestSuite", function () {
|
|
|
26879
26935
|
|
|
26880
26936
|
});
|
|
26881
26937
|
|
|
26882
|
-
},{"../../src/ZSchema":
|
|
26938
|
+
},{"../../src/ZSchema":181,"../files/draft-04-schema.json":261,"../jsonSchemaTestSuite/remotes/folder/folderInteger.json":262,"../jsonSchemaTestSuite/remotes/integer.json":263,"../jsonSchemaTestSuite/remotes/subSchemas.json":264,"../jsonSchemaTestSuite/tests/draft4/additionalItems.json":265,"../jsonSchemaTestSuite/tests/draft4/additionalProperties.json":266,"../jsonSchemaTestSuite/tests/draft4/allOf.json":267,"../jsonSchemaTestSuite/tests/draft4/anyOf.json":268,"../jsonSchemaTestSuite/tests/draft4/default.json":269,"../jsonSchemaTestSuite/tests/draft4/definitions.json":270,"../jsonSchemaTestSuite/tests/draft4/dependencies.json":271,"../jsonSchemaTestSuite/tests/draft4/enum.json":272,"../jsonSchemaTestSuite/tests/draft4/items.json":273,"../jsonSchemaTestSuite/tests/draft4/maxItems.json":274,"../jsonSchemaTestSuite/tests/draft4/maxLength.json":275,"../jsonSchemaTestSuite/tests/draft4/maxProperties.json":276,"../jsonSchemaTestSuite/tests/draft4/maximum.json":277,"../jsonSchemaTestSuite/tests/draft4/minItems.json":278,"../jsonSchemaTestSuite/tests/draft4/minLength.json":279,"../jsonSchemaTestSuite/tests/draft4/minProperties.json":280,"../jsonSchemaTestSuite/tests/draft4/minimum.json":281,"../jsonSchemaTestSuite/tests/draft4/multipleOf.json":282,"../jsonSchemaTestSuite/tests/draft4/not.json":283,"../jsonSchemaTestSuite/tests/draft4/oneOf.json":284,"../jsonSchemaTestSuite/tests/draft4/optional/bignum.json":285,"../jsonSchemaTestSuite/tests/draft4/optional/format.json":286,"../jsonSchemaTestSuite/tests/draft4/pattern.json":287,"../jsonSchemaTestSuite/tests/draft4/patternProperties.json":288,"../jsonSchemaTestSuite/tests/draft4/properties.json":289,"../jsonSchemaTestSuite/tests/draft4/ref.json":290,"../jsonSchemaTestSuite/tests/draft4/refRemote.json":291,"../jsonSchemaTestSuite/tests/draft4/required.json":292,"../jsonSchemaTestSuite/tests/draft4/type.json":293,"../jsonSchemaTestSuite/tests/draft4/uniqueItems.json":294}],298:[function(require,module,exports){
|
|
26883
26939
|
"use strict";
|
|
26884
26940
|
|
|
26885
26941
|
var ZSchema = require("../../src/ZSchema");
|
|
@@ -26913,7 +26969,7 @@ describe("Using multiple instances of Z-Schema", function () {
|
|
|
26913
26969
|
|
|
26914
26970
|
});
|
|
26915
26971
|
|
|
26916
|
-
},{"../../src/ZSchema":
|
|
26972
|
+
},{"../../src/ZSchema":181}],299:[function(require,module,exports){
|
|
26917
26973
|
/*jshint -W030 */
|
|
26918
26974
|
|
|
26919
26975
|
"use strict";
|
|
@@ -26940,6 +26996,7 @@ var testSuiteFiles = [
|
|
|
26940
26996
|
require("../ZSchemaTestSuite/MultipleSchemas.js"),
|
|
26941
26997
|
require("../ZSchemaTestSuite/ErrorPathAsArray.js"),
|
|
26942
26998
|
require("../ZSchemaTestSuite/ErrorPathAsJSONPointer.js"),
|
|
26999
|
+
require("../ZSchemaTestSuite/ErrorPathContainsIntegerIndex.js"),
|
|
26943
27000
|
require("../ZSchemaTestSuite/PedanticCheck.js"),
|
|
26944
27001
|
require("../ZSchemaTestSuite/getRegisteredFormats.js"),
|
|
26945
27002
|
require("../ZSchemaTestSuite/InvalidId.js"),
|
|
@@ -27007,8 +27064,8 @@ describe("ZSchemaTestSuite", function () {
|
|
|
27007
27064
|
}
|
|
27008
27065
|
}
|
|
27009
27066
|
|
|
27010
|
-
it("should contain
|
|
27011
|
-
expect(testSuiteFiles.length).toBe(
|
|
27067
|
+
it("should contain 73 files", function () {
|
|
27068
|
+
expect(testSuiteFiles.length).toBe(73);
|
|
27012
27069
|
});
|
|
27013
27070
|
|
|
27014
27071
|
testSuiteFiles.forEach(function (testSuite) {
|
|
@@ -27121,7 +27178,7 @@ describe("ZSchemaTestSuite", function () {
|
|
|
27121
27178
|
|
|
27122
27179
|
});
|
|
27123
27180
|
|
|
27124
|
-
},{"../../src/ZSchema":
|
|
27181
|
+
},{"../../src/ZSchema":181,"../ZSchemaTestSuite/AssumeAdditional.js":184,"../ZSchemaTestSuite/CustomFormats.js":185,"../ZSchemaTestSuite/CustomFormatsAsync.js":186,"../ZSchemaTestSuite/CustomValidator.js":187,"../ZSchemaTestSuite/ErrorPathAsArray.js":188,"../ZSchemaTestSuite/ErrorPathAsJSONPointer.js":189,"../ZSchemaTestSuite/ErrorPathContainsIntegerIndex.js":190,"../ZSchemaTestSuite/ForceAdditional.js":191,"../ZSchemaTestSuite/ForceItems.js":192,"../ZSchemaTestSuite/ForceMaxItems.js":193,"../ZSchemaTestSuite/ForceMaxLength.js":194,"../ZSchemaTestSuite/ForceMinItems.js":195,"../ZSchemaTestSuite/ForceMinLength.js":196,"../ZSchemaTestSuite/ForceProperties.js":197,"../ZSchemaTestSuite/IgnoreUnresolvableReferences.js":198,"../ZSchemaTestSuite/IncludeErrors.js":199,"../ZSchemaTestSuite/InvalidId.js":200,"../ZSchemaTestSuite/Issue101.js":201,"../ZSchemaTestSuite/Issue102.js":202,"../ZSchemaTestSuite/Issue103.js":203,"../ZSchemaTestSuite/Issue106.js":204,"../ZSchemaTestSuite/Issue107.js":205,"../ZSchemaTestSuite/Issue12.js":206,"../ZSchemaTestSuite/Issue121.js":207,"../ZSchemaTestSuite/Issue125.js":208,"../ZSchemaTestSuite/Issue126.js":209,"../ZSchemaTestSuite/Issue13.js":210,"../ZSchemaTestSuite/Issue130.js":211,"../ZSchemaTestSuite/Issue131.js":212,"../ZSchemaTestSuite/Issue137.js":213,"../ZSchemaTestSuite/Issue139.js":214,"../ZSchemaTestSuite/Issue142.js":215,"../ZSchemaTestSuite/Issue146.js":216,"../ZSchemaTestSuite/Issue151.js":217,"../ZSchemaTestSuite/Issue16.js":218,"../ZSchemaTestSuite/Issue199.js":219,"../ZSchemaTestSuite/Issue209.js":220,"../ZSchemaTestSuite/Issue22.js":221,"../ZSchemaTestSuite/Issue222.js":222,"../ZSchemaTestSuite/Issue229.js":223,"../ZSchemaTestSuite/Issue25.js":224,"../ZSchemaTestSuite/Issue26.js":225,"../ZSchemaTestSuite/Issue37.js":226,"../ZSchemaTestSuite/Issue40.js":227,"../ZSchemaTestSuite/Issue41.js":228,"../ZSchemaTestSuite/Issue43.js":229,"../ZSchemaTestSuite/Issue44.js":230,"../ZSchemaTestSuite/Issue45.js":231,"../ZSchemaTestSuite/Issue47.js":232,"../ZSchemaTestSuite/Issue48.js":233,"../ZSchemaTestSuite/Issue49.js":234,"../ZSchemaTestSuite/Issue53.js":235,"../ZSchemaTestSuite/Issue56.js":236,"../ZSchemaTestSuite/Issue57.js":237,"../ZSchemaTestSuite/Issue58.js":238,"../ZSchemaTestSuite/Issue63.js":239,"../ZSchemaTestSuite/Issue64.js":240,"../ZSchemaTestSuite/Issue67.js":241,"../ZSchemaTestSuite/Issue71.js":242,"../ZSchemaTestSuite/Issue73.js":243,"../ZSchemaTestSuite/Issue76.js":244,"../ZSchemaTestSuite/Issue85.js":245,"../ZSchemaTestSuite/Issue94.js":246,"../ZSchemaTestSuite/Issue96.js":247,"../ZSchemaTestSuite/Issue98.js":248,"../ZSchemaTestSuite/MultipleSchemas.js":249,"../ZSchemaTestSuite/NoEmptyArrays.js":250,"../ZSchemaTestSuite/NoEmptyStrings.js":251,"../ZSchemaTestSuite/NoExtraKeywords.js":252,"../ZSchemaTestSuite/NoTypeless.js":253,"../ZSchemaTestSuite/PedanticCheck.js":254,"../ZSchemaTestSuite/StrictUris.js":255,"../ZSchemaTestSuite/getRegisteredFormats.js":260}],300:[function(require,module,exports){
|
|
27125
27182
|
"use strict";
|
|
27126
27183
|
|
|
27127
27184
|
var ZSchema = require("../../src/ZSchema");
|
|
@@ -27220,4 +27277,4 @@ describe("Using path to schema as a third argument", function () {
|
|
|
27220
27277
|
|
|
27221
27278
|
});
|
|
27222
27279
|
|
|
27223
|
-
},{"../../src/ZSchema":
|
|
27280
|
+
},{"../../src/ZSchema":181}]},{},[295,296,297,298,300,299]);
|