Skip to content

Commit 4005963

Browse files
committed
Update mocha & karma
1 parent 597fe6d commit 4005963

File tree

3 files changed

+926
-1543
lines changed

3 files changed

+926
-1543
lines changed

build/power-assert.js

Lines changed: 51 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ define(defaultAssert, { '__esModule': true });
400400
defaultAssert['default'] = defaultAssert;
401401
module.exports = defaultAssert;
402402

403-
},{"assert":7,"define-properties":126,"empower":134,"power-assert-formatter":174,"universal-deep-strict-equal":191,"xtend/mutable":197}],2:[function(_dereq_,module,exports){
403+
},{"assert":7,"define-properties":126,"empower":134,"power-assert-formatter":174,"universal-deep-strict-equal":191,"xtend/mutable":196}],2:[function(_dereq_,module,exports){
404404
module.exports = function(acorn) {
405405
switch (parseInt(acorn.version)) {
406406
case 2:
@@ -9418,7 +9418,7 @@ function numberIsNaN (obj) {
94189418
}
94199419

94209420
}).call(this)}).call(this,_dereq_("buffer").Buffer)
9421-
},{"base64-js":12,"buffer":13,"ieee754":154}],14:[function(_dereq_,module,exports){
9421+
},{"base64-js":12,"buffer":13,"ieee754":155}],14:[function(_dereq_,module,exports){
94229422
'use strict';
94239423

94249424
var GetIntrinsic = _dereq_('get-intrinsic');
@@ -9435,7 +9435,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
94359435
return intrinsic;
94369436
};
94379437

9438-
},{"./":15,"get-intrinsic":148}],15:[function(_dereq_,module,exports){
9438+
},{"./":15,"get-intrinsic":149}],15:[function(_dereq_,module,exports){
94399439
'use strict';
94409440

94419441
var bind = _dereq_('function-bind');
@@ -9484,7 +9484,7 @@ if ($defineProperty) {
94849484
module.exports.apply = applyBind;
94859485
}
94869486

9487-
},{"function-bind":147,"get-intrinsic":148}],16:[function(_dereq_,module,exports){
9487+
},{"function-bind":148,"get-intrinsic":149}],16:[function(_dereq_,module,exports){
94889488
'use strict';
94899489
module.exports.parse = parse;
94909490
module.exports.generate = generate;
@@ -14215,6 +14215,23 @@ module.exports = function defaultOptions () {
1421514215
},{"core-js/library/fn/object/assign":26,"empower-core":129}],137:[function(_dereq_,module,exports){
1421614216
arguments[4][133][0].apply(exports,arguments)
1421714217
},{"core-js/library/fn/array/for-each":18,"core-js/library/fn/object/define-property":28,"core-js/library/fn/object/keys":29,"dup":133}],138:[function(_dereq_,module,exports){
14218+
'use strict';
14219+
14220+
var GetIntrinsic = _dereq_('get-intrinsic');
14221+
14222+
var $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%');
14223+
if ($gOPD) {
14224+
try {
14225+
$gOPD([], 'length');
14226+
} catch (e) {
14227+
// IE 8 has a broken gOPD
14228+
$gOPD = null;
14229+
}
14230+
}
14231+
14232+
module.exports = $gOPD;
14233+
14234+
},{"get-intrinsic":149}],139:[function(_dereq_,module,exports){
1421814235
/**
1421914236
* espurify - Clone new AST without extra properties
1422014237
*
@@ -14238,7 +14255,7 @@ espurify.customize = createCloneFunction;
1423814255
espurify.cloneWithWhitelist = cloneWithWhitelist;
1423914256
module.exports = espurify;
1424014257

14241-
},{"./lib/clone-ast":140,"./lib/create-whitelist":141}],139:[function(_dereq_,module,exports){
14258+
},{"./lib/clone-ast":141,"./lib/create-whitelist":142}],140:[function(_dereq_,module,exports){
1424214259
module.exports = {
1424314260
ArrayExpression: ['type', 'elements'],
1424414261
ArrayPattern: ['type', 'elements'],
@@ -14308,7 +14325,7 @@ module.exports = {
1430814325
YieldExpression: ['type', 'argument', 'delegate']
1430914326
};
1431014327

14311-
},{}],140:[function(_dereq_,module,exports){
14328+
},{}],141:[function(_dereq_,module,exports){
1431214329
'use strict';
1431314330

1431414331
var isArray = _dereq_('core-js/library/fn/array/is-array');
@@ -14394,7 +14411,7 @@ module.exports = function cloneWithWhitelist (astWhiteList) {
1439414411
return cloneRoot;
1439514412
};
1439614413

14397-
},{"core-js/library/fn/array/index-of":19,"core-js/library/fn/array/is-array":20,"core-js/library/fn/array/reduce":23,"core-js/library/fn/map":25,"core-js/library/fn/object/keys":29}],141:[function(_dereq_,module,exports){
14414+
},{"core-js/library/fn/array/index-of":19,"core-js/library/fn/array/is-array":20,"core-js/library/fn/array/reduce":23,"core-js/library/fn/map":25,"core-js/library/fn/object/keys":29}],142:[function(_dereq_,module,exports){
1439814415
'use strict';
1439914416

1440014417
var defaultProps = _dereq_('./ast-properties');
@@ -14413,7 +14430,7 @@ module.exports = function createWhitelist (options) {
1441314430
return result;
1441414431
};
1441514432

14416-
},{"./ast-properties":139,"core-js/library/fn/object/assign":26,"core-js/library/fn/object/keys":29}],142:[function(_dereq_,module,exports){
14433+
},{"./ast-properties":140,"core-js/library/fn/object/assign":26,"core-js/library/fn/object/keys":29}],143:[function(_dereq_,module,exports){
1441714434
/*
1441814435
Copyright (C) 2012-2013 Yusuke Suzuki <[email protected]>
1441914436
Copyright (C) 2012 Ariya Hidayat <[email protected]>
@@ -15264,9 +15281,9 @@ module.exports = function createWhitelist (options) {
1526415281
}(exports));
1526515282
/* vim: set sw=4 ts=4 et tw=80 : */
1526615283

15267-
},{"./package.json":143}],143:[function(_dereq_,module,exports){
15284+
},{"./package.json":144}],144:[function(_dereq_,module,exports){
1526815285
module.exports={"name":"estraverse","version":"4.2.0"}
15269-
},{}],144:[function(_dereq_,module,exports){
15286+
},{}],145:[function(_dereq_,module,exports){
1527015287
// Copyright Joyent, Inc. and other Node contributors.
1527115288
//
1527215289
// Permission is hereby granted, free of charge, to any person obtaining a
@@ -15765,7 +15782,7 @@ function eventTargetAgnosticAddListener(emitter, name, listener, flags) {
1576515782
}
1576615783
}
1576715784

15768-
},{}],145:[function(_dereq_,module,exports){
15785+
},{}],146:[function(_dereq_,module,exports){
1576915786

1577015787
var hasOwn = Object.prototype.hasOwnProperty;
1577115788
var toString = Object.prototype.toString;
@@ -15789,7 +15806,7 @@ module.exports = function forEach (obj, fn, ctx) {
1578915806
};
1579015807

1579115808

15792-
},{}],146:[function(_dereq_,module,exports){
15809+
},{}],147:[function(_dereq_,module,exports){
1579315810
'use strict';
1579415811

1579515812
/* eslint no-invalid-this: 1 */
@@ -15843,14 +15860,14 @@ module.exports = function bind(that) {
1584315860
return bound;
1584415861
};
1584515862

15846-
},{}],147:[function(_dereq_,module,exports){
15863+
},{}],148:[function(_dereq_,module,exports){
1584715864
'use strict';
1584815865

1584915866
var implementation = _dereq_('./implementation');
1585015867

1585115868
module.exports = Function.prototype.bind || implementation;
1585215869

15853-
},{"./implementation":146}],148:[function(_dereq_,module,exports){
15870+
},{"./implementation":147}],149:[function(_dereq_,module,exports){
1585415871
'use strict';
1585515872

1585615873
var undefined;
@@ -16181,7 +16198,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
1618116198
return value;
1618216199
};
1618316200

16184-
},{"function-bind":147,"has":153,"has-symbols":149}],149:[function(_dereq_,module,exports){
16201+
},{"function-bind":148,"has":154,"has-symbols":150}],150:[function(_dereq_,module,exports){
1618516202
'use strict';
1618616203

1618716204
var origSymbol = typeof Symbol !== 'undefined' && Symbol;
@@ -16196,7 +16213,7 @@ module.exports = function hasNativeSymbols() {
1619616213
return hasSymbolSham();
1619716214
};
1619816215

16199-
},{"./shams":150}],150:[function(_dereq_,module,exports){
16216+
},{"./shams":151}],151:[function(_dereq_,module,exports){
1620016217
'use strict';
1620116218

1620216219
/* eslint complexity: [2, 18], max-statements: [2, 33] */
@@ -16240,9 +16257,9 @@ module.exports = function hasSymbols() {
1624016257
return true;
1624116258
};
1624216259

16243-
},{}],151:[function(_dereq_,module,exports){
16244-
arguments[4][150][0].apply(exports,arguments)
16245-
},{"dup":150}],152:[function(_dereq_,module,exports){
16260+
},{}],152:[function(_dereq_,module,exports){
16261+
arguments[4][151][0].apply(exports,arguments)
16262+
},{"dup":151}],153:[function(_dereq_,module,exports){
1624616263
'use strict';
1624716264

1624816265
var hasSymbols = _dereq_('has-symbols/shams');
@@ -16251,14 +16268,14 @@ module.exports = function hasToStringTagShams() {
1625116268
return hasSymbols() && !!Symbol.toStringTag;
1625216269
};
1625316270

16254-
},{"has-symbols/shams":151}],153:[function(_dereq_,module,exports){
16271+
},{"has-symbols/shams":152}],154:[function(_dereq_,module,exports){
1625516272
'use strict';
1625616273

1625716274
var bind = _dereq_('function-bind');
1625816275

1625916276
module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
1626016277

16261-
},{"function-bind":147}],154:[function(_dereq_,module,exports){
16278+
},{"function-bind":148}],155:[function(_dereq_,module,exports){
1626216279
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
1626316280
exports.read = function (buffer, offset, isLE, mLen, nBytes) {
1626416281
var e, m
@@ -16345,7 +16362,7 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
1634516362
buffer[offset + i - d] |= s * 128
1634616363
}
1634716364

16348-
},{}],155:[function(_dereq_,module,exports){
16365+
},{}],156:[function(_dereq_,module,exports){
1634916366

1635016367
var indexOf = [].indexOf;
1635116368

@@ -16356,9 +16373,9 @@ module.exports = function(arr, obj){
1635616373
}
1635716374
return -1;
1635816375
};
16359-
},{}],156:[function(_dereq_,module,exports){
16376+
},{}],157:[function(_dereq_,module,exports){
1636016377
arguments[4][8][0].apply(exports,arguments)
16361-
},{"dup":8}],157:[function(_dereq_,module,exports){
16378+
},{"dup":8}],158:[function(_dereq_,module,exports){
1636216379
'use strict';
1636316380

1636416381
var hasToStringTag = _dereq_('has-tostringtag/shams')();
@@ -16393,7 +16410,7 @@ isStandardArguments.isLegacyArguments = isLegacyArguments; // for tests
1639316410

1639416411
module.exports = supportsStandardArguments ? isStandardArguments : isLegacyArguments;
1639516412

16396-
},{"call-bind/callBound":14,"has-tostringtag/shams":152}],158:[function(_dereq_,module,exports){
16413+
},{"call-bind/callBound":14,"has-tostringtag/shams":153}],159:[function(_dereq_,module,exports){
1639716414
'use strict';
1639816415

1639916416
var toStr = Object.prototype.toString;
@@ -16433,7 +16450,7 @@ module.exports = function isGeneratorFunction(fn) {
1643316450
return getProto(fn) === GeneratorFunction;
1643416451
};
1643516452

16436-
},{"has-tostringtag/shams":152}],159:[function(_dereq_,module,exports){
16453+
},{"has-tostringtag/shams":153}],160:[function(_dereq_,module,exports){
1643716454
(function (global){(function (){
1643816455
'use strict';
1643916456

@@ -16496,24 +16513,7 @@ module.exports = function isTypedArray(value) {
1649616513
};
1649716514

1649816515
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
16499-
},{"available-typed-arrays":11,"call-bind/callBound":14,"es-abstract/helpers/getOwnPropertyDescriptor":160,"foreach":145,"has-tostringtag/shams":152}],160:[function(_dereq_,module,exports){
16500-
'use strict';
16501-
16502-
var GetIntrinsic = _dereq_('get-intrinsic');
16503-
16504-
var $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%');
16505-
if ($gOPD) {
16506-
try {
16507-
$gOPD([], 'length');
16508-
} catch (e) {
16509-
// IE 8 has a broken gOPD
16510-
$gOPD = null;
16511-
}
16512-
}
16513-
16514-
module.exports = $gOPD;
16515-
16516-
},{"get-intrinsic":148}],161:[function(_dereq_,module,exports){
16516+
},{"available-typed-arrays":11,"call-bind/callBound":14,"es-abstract/helpers/getOwnPropertyDescriptor":138,"foreach":146,"has-tostringtag/shams":153}],161:[function(_dereq_,module,exports){
1651716517
/*
1651816518
object-assign
1651916519
(c) Sindre Sorhus
@@ -17042,7 +17042,7 @@ function offsetAndSlimDownTokens (tokens) {
1704217042
return result;
1704317043
}
1704417044

17045-
},{"acorn":5,"acorn-es7-plugin":2,"core-js/library/fn/object/assign":26,"espurify":138,"estraverse":142}],171:[function(_dereq_,module,exports){
17045+
},{"acorn":5,"acorn-es7-plugin":2,"core-js/library/fn/object/assign":26,"espurify":139,"estraverse":143}],171:[function(_dereq_,module,exports){
1704617046
module.exports = _dereq_('./lib/context-traversal');
1704717047

1704817048
},{"./lib/context-traversal":172}],172:[function(_dereq_,module,exports){
@@ -17124,7 +17124,7 @@ function createEsNode (path, currentNode, espathToValue, jsCode, tokens, parent)
1712417124

1712517125
module.exports = ContextTraversal;
1712617126

17127-
},{"./location":173,"core-js/library/fn/array/for-each":18,"core-js/library/fn/array/reduce":23,"core-js/library/fn/object/assign":26,"estraverse":142,"events":144,"util":194}],173:[function(_dereq_,module,exports){
17127+
},{"./location":173,"core-js/library/fn/array/for-each":18,"core-js/library/fn/array/reduce":23,"core-js/library/fn/object/assign":26,"estraverse":143,"events":145,"util":194}],173:[function(_dereq_,module,exports){
1712817128
'use strict';
1712917129

1713017130
var syntax = _dereq_('estraverse').Syntax;
@@ -17206,7 +17206,7 @@ function searchToken(tokens, predicate) {
1720617206

1720717207
module.exports = locationOf;
1720817208

17209-
},{"estraverse":142}],174:[function(_dereq_,module,exports){
17209+
},{"estraverse":143}],174:[function(_dereq_,module,exports){
1721017210
/**
1721117211
* power-assert-formatter.js - Power Assert output formatter
1721217212
*
@@ -19083,7 +19083,7 @@ function objEquiv(a, b, strict, actualVisitedObjects) {
1908319083

1908419084
module.exports = _deepEqual;
1908519085

19086-
},{"array-filter":6,"buffer":13,"indexof":155,"object-keys":163}],192:[function(_dereq_,module,exports){
19086+
},{"array-filter":6,"buffer":13,"indexof":156,"object-keys":163}],192:[function(_dereq_,module,exports){
1908719087
arguments[4][9][0].apply(exports,arguments)
1908819088
},{"dup":9}],193:[function(_dereq_,module,exports){
1908919089
// Currently in sync with Node.js lib/internal/util/types.js
@@ -19420,7 +19420,7 @@ exports.isAnyArrayBuffer = isAnyArrayBuffer;
1942019420
});
1942119421
});
1942219422

19423-
},{"is-arguments":157,"is-generator-function":158,"is-typed-array":159,"which-typed-array":195}],194:[function(_dereq_,module,exports){
19423+
},{"is-arguments":158,"is-generator-function":159,"is-typed-array":160,"which-typed-array":195}],194:[function(_dereq_,module,exports){
1942419424
(function (process){(function (){
1942519425
// Copyright Joyent, Inc. and other Node contributors.
1942619426
//
@@ -20139,7 +20139,7 @@ function callbackify(original) {
2013920139
exports.callbackify = callbackify;
2014020140

2014120141
}).call(this)}).call(this,_dereq_('_process'))
20142-
},{"./support/isBuffer":192,"./support/types":193,"_process":186,"inherits":156}],195:[function(_dereq_,module,exports){
20142+
},{"./support/isBuffer":192,"./support/types":193,"_process":186,"inherits":157}],195:[function(_dereq_,module,exports){
2014320143
(function (global){(function (){
2014420144
'use strict';
2014520145

@@ -20197,9 +20197,7 @@ module.exports = function whichTypedArray(value) {
2019720197
};
2019820198

2019920199
}).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
20200-
},{"available-typed-arrays":11,"call-bind/callBound":14,"es-abstract/helpers/getOwnPropertyDescriptor":196,"foreach":145,"has-tostringtag/shams":152,"is-typed-array":159}],196:[function(_dereq_,module,exports){
20201-
arguments[4][160][0].apply(exports,arguments)
20202-
},{"dup":160,"get-intrinsic":148}],197:[function(_dereq_,module,exports){
20200+
},{"available-typed-arrays":11,"call-bind/callBound":14,"es-abstract/helpers/getOwnPropertyDescriptor":138,"foreach":146,"has-tostringtag/shams":153,"is-typed-array":160}],196:[function(_dereq_,module,exports){
2020320201
module.exports = extend
2020420202

2020520203
var hasOwnProperty = Object.prototype.hasOwnProperty;

0 commit comments

Comments
 (0)