fluxxor-rails 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3814911d6f0e0e1f230ae45d1e63fd4a60baeaab
4
- data.tar.gz: dadac7e9bf5f04823029e79be73f980d9e74d06b
3
+ metadata.gz: 035debfc1dce21e6f267513c05f3c8b1b53ef3db
4
+ data.tar.gz: e11e7a5d71a1382b9de1fa9fbb9d1248a3d70675
5
5
  SHA512:
6
- metadata.gz: 29b091b2e40c7266aa061d240377c9aedd5b2c349ff9f92f329cb0c93adf23138eb6dc1a09112e3dc558b545405c1c655c049469d598cddfe3cec8cfcea357cd
7
- data.tar.gz: eb768b4a18297e2c455c973da63eab6d8e1bd052042a6f08fb21fac5628fef992af9b597f0c0cf3230dc642fda1a640224e194436b0f0644ef61b270d24b474c
6
+ metadata.gz: 0efdd54524282244094804a5230071893a13439c947d524067cc14fad7c3dddddc9597f2fd59f15db5d960978da132e028cd05f0a7b7d1566c58ac67cc799604
7
+ data.tar.gz: f51e6469a314434c1677934bf536ba58843169187da29b5721b0124eb100ee684d5ee1146691697a034c3ec3f91dd390d6dde20defbc1cef827ee3833dd461a4
data/README.md CHANGED
@@ -1,3 +1,6 @@
1
+ [![Circle CI](https://circleci.com/gh/schneidmaster/fluxxor-rails.svg?style=shield)](https://circleci.com/gh/schneidmaster/fluxxor-rails)
2
+ [![Gem Version](https://badge.fury.io/rb/fluxxor-rails.svg)](http://badge.fury.io/rb/fluxxor-rails)
3
+
1
4
  # fluxxor-rails
2
5
 
3
6
  fluxxor-rails wraps the [fluxxor](http://fluxxor.com/) library in a Rails engine for simple use with the asset pipeline provided by Rails 3.1 and higher. The gem includes the development (non-minified) source for ease of exploration. The asset pipeline will minify in production.
@@ -1,5 +1,5 @@
1
1
  module Fluxxor
2
2
  module Rails
3
- VERSION = '1.1.2'
3
+ VERSION = '1.1.3'
4
4
  end
5
5
  end
@@ -14,3 +14,35 @@ Compiled fluxxor.js (1ms) (pid 7441)
14
14
  Served asset /fluxxor.js - 200 OK (8ms)
15
15
  Started GET "/assets/fluxxor.js" for 127.0.0.1 at 2015-09-23 13:36:05 -0500
16
16
  Served asset /fluxxor.js - 200 OK (0ms)
17
+ Started GET "/assets/fluxxor.js" for 127.0.0.1 at 2015-09-23 13:42:00 -0500
18
+ Compiled fluxxor.js (1ms) (pid 9648)
19
+ Served asset /fluxxor.js - 200 OK (9ms)
20
+ Started GET "/assets/fluxxor.js" for 127.0.0.1 at 2015-09-23 13:42:00 -0500
21
+ Served asset /fluxxor.js - 200 OK (0ms)
22
+ Started GET "/assets/fluxxor.js" for 127.0.0.1 at 2015-09-23 13:42:42 -0500
23
+ Compiled fluxxor.js (1ms) (pid 10155)
24
+ Served asset /fluxxor.js - 200 OK (7ms)
25
+ Started GET "/assets/fluxxor.js" for 127.0.0.1 at 2015-09-23 13:42:42 -0500
26
+ Served asset /fluxxor.js - 200 OK (0ms)
27
+ Started GET "/assets/fluxxor.js" for 127.0.0.1 at 2015-09-23 13:42:49 -0500
28
+ Served asset /fluxxor.js - 200 OK (2ms)
29
+ Started GET "/assets/fluxxor.js" for 127.0.0.1 at 2015-09-23 13:42:49 -0500
30
+ Served asset /fluxxor.js - 200 OK (0ms)
31
+ Started GET "/assets/fluxxor.js" for 127.0.0.1 at 2015-09-23 13:43:46 -0500
32
+ Served asset /fluxxor.js - 200 OK (2ms)
33
+ Started GET "/assets/fluxxor.js" for 127.0.0.1 at 2015-09-23 13:43:46 -0500
34
+ Served asset /fluxxor.js - 200 OK (0ms)
35
+ Started GET "/assets/fluxxor.js" for 127.0.0.1 at 2015-09-23 13:43:53 -0500
36
+ Served asset /fluxxor.js - 200 OK (2ms)
37
+ Started GET "/assets/fluxxor.js" for 127.0.0.1 at 2015-09-23 13:43:53 -0500
38
+ Served asset /fluxxor.js - 200 OK (0ms)
39
+ Started GET "/assets/fluxxor.js" for 127.0.0.1 at 2015-09-23 13:44:34 -0500
40
+ Compiled fluxxor.js (1ms) (pid 10914)
41
+ Served asset /fluxxor.js - 200 OK (8ms)
42
+ Started GET "/assets/fluxxor.js" for 127.0.0.1 at 2015-09-23 13:44:34 -0500
43
+ Served asset /fluxxor.js - 200 OK (0ms)
44
+ Started GET "/assets/fluxxor.js" for 127.0.0.1 at 2015-09-23 13:47:45 -0500
45
+ Compiled fluxxor.js (1ms) (pid 13207)
46
+ Served asset /fluxxor.js - 200 OK (7ms)
47
+ Started GET "/assets/fluxxor.js" for 127.0.0.1 at 2015-09-23 13:47:45 -0500
48
+ Served asset /fluxxor.js - 200 OK (0ms)
@@ -8,6 +8,6 @@ class NavigationTest < ActionDispatch::IntegrationTest
8
8
 
9
9
  test 'fluxxor response is for the expected version' do
10
10
  get '/assets/fluxxor.js'
11
- assert_match(Fluxxor::Rails::VERSION, @response.body)
11
+ assert_match("\"name\":\"fluxxor\",\"version\":\"#{Fluxxor::Rails::VERSION}\"", @response.body)
12
12
  end
13
13
  end
@@ -79,20 +79,20 @@ return /******/ (function(modules) { // webpackBootstrap
79
79
  /* 1 */
80
80
  /***/ function(module, exports, __webpack_require__) {
81
81
 
82
- module.exports = {"name":"fluxxor","version":"1.1.2","description":"Flux architecture tools for React","repository":{"type":"git","url":"https://github.com/BinaryMuse/fluxxor.git"},"main":"index.js","scripts":{"test":"npm run jshint && mocha --recursive","jshint":"jsxhint lib/","build":"./script/build-fluxxor && ./script/build-examples","preview-site":"wintersmith preview -C site","build-site":"wintersmith build -C site"},"keywords":["react","flux"],"author":"Brandon Tilley <brandon@brandontilley.com>","license":"MIT","devDependencies":{"chai":"^1.9.1","css-loader":"^0.6.12","envify":"^1.2.1","jsdom":"^0.10.5","json-loader":"^0.5.0","jsx-loader":"^0.10.2","jsxhint":"^0.4.9","less":"^1.7.0","less-loader":"^0.7.3","mocha":"^1.18.2","react":"^0.10.0","sinon":"^1.9.1","sinon-chai":"^2.5.0","style-loader":"^0.6.3","webpack":"^1.1.11","webpack-dev-server":"^1.2.7","wintersmith":"^2.0.10","wintersmith-ejs":"^0.1.4","wintersmith-less":"^0.2.2"},"dependencies":{"lodash-node":"^2.4.1"}}
82
+ module.exports = {"name":"fluxxor","version":"1.1.3","description":"Flux architecture tools for React","repository":{"type":"git","url":"https://github.com/BinaryMuse/fluxxor.git"},"main":"index.js","scripts":{"test":"npm run jshint && mocha --recursive","jshint":"jsxhint lib/","build":"./script/build-fluxxor && ./script/build-examples","preview-site":"wintersmith preview -C site","build-site":"wintersmith build -C site"},"keywords":["react","flux"],"author":"Brandon Tilley <brandon@brandontilley.com>","license":"MIT","devDependencies":{"chai":"^1.9.1","css-loader":"^0.6.12","envify":"^1.2.1","jsdom":"^0.10.5","json-loader":"^0.5.0","jsx-loader":"^0.10.2","jsxhint":"^0.4.9","less":"^1.7.0","less-loader":"^0.7.3","mocha":"^1.18.2","react":"^0.10.0","sinon":"^1.9.1","sinon-chai":"^2.5.0","style-loader":"^0.6.3","webpack":"^1.1.11","webpack-dev-server":"^1.2.7","wintersmith":"^2.0.10","wintersmith-ejs":"^0.1.4","wintersmith-less":"^0.2.2"},"dependencies":{"lodash-node":"^2.4.1"}}
83
83
 
84
84
  /***/ },
85
85
  /* 2 */
86
86
  /***/ function(module, exports, __webpack_require__) {
87
87
 
88
88
  var _clone = __webpack_require__(10),
89
- _mapValues = __webpack_require__(11),
90
- _forOwn = __webpack_require__(12),
89
+ _mapValues = __webpack_require__(12),
90
+ _forOwn = __webpack_require__(11),
91
91
  _intersection = __webpack_require__(15),
92
92
  _keys = __webpack_require__(13),
93
- _map = __webpack_require__(17),
94
- _each = __webpack_require__(18),
95
- _size = __webpack_require__(19),
93
+ _map = __webpack_require__(19),
94
+ _each = __webpack_require__(17),
95
+ _size = __webpack_require__(18),
96
96
  _findKey = __webpack_require__(14),
97
97
  _uniq = __webpack_require__(16);
98
98
 
@@ -301,7 +301,7 @@ return /******/ (function(modules) { // webpackBootstrap
301
301
  /* 6 */
302
302
  /***/ function(module, exports, __webpack_require__) {
303
303
 
304
- var _each = __webpack_require__(18);
304
+ var _each = __webpack_require__(17);
305
305
 
306
306
  var StoreWatchMixin = function() {
307
307
  var storeNames = Array.prototype.slice.call(arguments);
@@ -343,7 +343,7 @@ return /******/ (function(modules) { // webpackBootstrap
343
343
  /* 7 */
344
344
  /***/ function(module, exports, __webpack_require__) {
345
345
 
346
- var _each = __webpack_require__(18),
346
+ var _each = __webpack_require__(17),
347
347
  Store = __webpack_require__(8),
348
348
  util = __webpack_require__(9);
349
349
 
@@ -386,7 +386,7 @@ return /******/ (function(modules) { // webpackBootstrap
386
386
  /* 8 */
387
387
  /***/ function(module, exports, __webpack_require__) {
388
388
 
389
- var EventEmitter = __webpack_require__(20).EventEmitter,
389
+ var EventEmitter = __webpack_require__(23).EventEmitter,
390
390
  util = __webpack_require__(9);
391
391
 
392
392
  function Store(dispatcher) {
@@ -957,7 +957,7 @@ return /******/ (function(modules) { // webpackBootstrap
957
957
  }
958
958
  exports.isPrimitive = isPrimitive;
959
959
 
960
- exports.isBuffer = __webpack_require__(21);
960
+ exports.isBuffer = __webpack_require__(38);
961
961
 
962
962
  function objectToString(o) {
963
963
  return Object.prototype.toString.call(o);
@@ -1019,7 +1019,7 @@ return /******/ (function(modules) { // webpackBootstrap
1019
1019
  return Object.prototype.hasOwnProperty.call(obj, prop);
1020
1020
  }
1021
1021
 
1022
- /* WEBPACK VAR INJECTION */}.call(exports, (function() { return this; }()), __webpack_require__(25)))
1022
+ /* WEBPACK VAR INJECTION */}.call(exports, (function() { return this; }()), __webpack_require__(39)))
1023
1023
 
1024
1024
  /***/ },
1025
1025
  /* 10 */
@@ -1033,8 +1033,8 @@ return /******/ (function(modules) { // webpackBootstrap
1033
1033
  * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
1034
1034
  * Available under MIT license <http://lodash.com/license>
1035
1035
  */
1036
- var baseClone = __webpack_require__(26),
1037
- baseCreateCallback = __webpack_require__(27);
1036
+ var baseClone = __webpack_require__(24),
1037
+ baseCreateCallback = __webpack_require__(25);
1038
1038
 
1039
1039
  /**
1040
1040
  * Creates a clone of `value`. If `isDeep` is `true` nested objects will also
@@ -1102,8 +1102,64 @@ return /******/ (function(modules) { // webpackBootstrap
1102
1102
  * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
1103
1103
  * Available under MIT license <http://lodash.com/license>
1104
1104
  */
1105
- var createCallback = __webpack_require__(39),
1106
- forOwn = __webpack_require__(12);
1105
+ var baseCreateCallback = __webpack_require__(25),
1106
+ keys = __webpack_require__(13),
1107
+ objectTypes = __webpack_require__(26);
1108
+
1109
+ /**
1110
+ * Iterates over own enumerable properties of an object, executing the callback
1111
+ * for each property. The callback is bound to `thisArg` and invoked with three
1112
+ * arguments; (value, key, object). Callbacks may exit iteration early by
1113
+ * explicitly returning `false`.
1114
+ *
1115
+ * @static
1116
+ * @memberOf _
1117
+ * @type Function
1118
+ * @category Objects
1119
+ * @param {Object} object The object to iterate over.
1120
+ * @param {Function} [callback=identity] The function called per iteration.
1121
+ * @param {*} [thisArg] The `this` binding of `callback`.
1122
+ * @returns {Object} Returns `object`.
1123
+ * @example
1124
+ *
1125
+ * _.forOwn({ '0': 'zero', '1': 'one', 'length': 2 }, function(num, key) {
1126
+ * console.log(key);
1127
+ * });
1128
+ * // => logs '0', '1', and 'length' (property order is not guaranteed across environments)
1129
+ */
1130
+ var forOwn = function(collection, callback, thisArg) {
1131
+ var index, iterable = collection, result = iterable;
1132
+ if (!iterable) return result;
1133
+ if (!objectTypes[typeof iterable]) return result;
1134
+ callback = callback && typeof thisArg == 'undefined' ? callback : baseCreateCallback(callback, thisArg, 3);
1135
+ var ownIndex = -1,
1136
+ ownProps = objectTypes[typeof iterable] && keys(iterable),
1137
+ length = ownProps ? ownProps.length : 0;
1138
+
1139
+ while (++ownIndex < length) {
1140
+ index = ownProps[ownIndex];
1141
+ if (callback(iterable[index], index, collection) === false) return result;
1142
+ }
1143
+ return result
1144
+ };
1145
+
1146
+ module.exports = forOwn;
1147
+
1148
+
1149
+ /***/ },
1150
+ /* 12 */
1151
+ /***/ function(module, exports, __webpack_require__) {
1152
+
1153
+ /**
1154
+ * Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/>
1155
+ * Build: `lodash modularize modern exports="node" -o ./modern/`
1156
+ * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
1157
+ * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
1158
+ * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
1159
+ * Available under MIT license <http://lodash.com/license>
1160
+ */
1161
+ var createCallback = __webpack_require__(37),
1162
+ forOwn = __webpack_require__(11);
1107
1163
 
1108
1164
  /**
1109
1165
  * Creates an object with the same keys as `object` and values generated by
@@ -1154,62 +1210,6 @@ return /******/ (function(modules) { // webpackBootstrap
1154
1210
  module.exports = mapValues;
1155
1211
 
1156
1212
 
1157
- /***/ },
1158
- /* 12 */
1159
- /***/ function(module, exports, __webpack_require__) {
1160
-
1161
- /**
1162
- * Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/>
1163
- * Build: `lodash modularize modern exports="node" -o ./modern/`
1164
- * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
1165
- * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
1166
- * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
1167
- * Available under MIT license <http://lodash.com/license>
1168
- */
1169
- var baseCreateCallback = __webpack_require__(27),
1170
- keys = __webpack_require__(13),
1171
- objectTypes = __webpack_require__(28);
1172
-
1173
- /**
1174
- * Iterates over own enumerable properties of an object, executing the callback
1175
- * for each property. The callback is bound to `thisArg` and invoked with three
1176
- * arguments; (value, key, object). Callbacks may exit iteration early by
1177
- * explicitly returning `false`.
1178
- *
1179
- * @static
1180
- * @memberOf _
1181
- * @type Function
1182
- * @category Objects
1183
- * @param {Object} object The object to iterate over.
1184
- * @param {Function} [callback=identity] The function called per iteration.
1185
- * @param {*} [thisArg] The `this` binding of `callback`.
1186
- * @returns {Object} Returns `object`.
1187
- * @example
1188
- *
1189
- * _.forOwn({ '0': 'zero', '1': 'one', 'length': 2 }, function(num, key) {
1190
- * console.log(key);
1191
- * });
1192
- * // => logs '0', '1', and 'length' (property order is not guaranteed across environments)
1193
- */
1194
- var forOwn = function(collection, callback, thisArg) {
1195
- var index, iterable = collection, result = iterable;
1196
- if (!iterable) return result;
1197
- if (!objectTypes[typeof iterable]) return result;
1198
- callback = callback && typeof thisArg == 'undefined' ? callback : baseCreateCallback(callback, thisArg, 3);
1199
- var ownIndex = -1,
1200
- ownProps = objectTypes[typeof iterable] && keys(iterable),
1201
- length = ownProps ? ownProps.length : 0;
1202
-
1203
- while (++ownIndex < length) {
1204
- index = ownProps[ownIndex];
1205
- if (callback(iterable[index], index, collection) === false) return result;
1206
- }
1207
- return result
1208
- };
1209
-
1210
- module.exports = forOwn;
1211
-
1212
-
1213
1213
  /***/ },
1214
1214
  /* 13 */
1215
1215
  /***/ function(module, exports, __webpack_require__) {
@@ -1222,9 +1222,9 @@ return /******/ (function(modules) { // webpackBootstrap
1222
1222
  * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
1223
1223
  * Available under MIT license <http://lodash.com/license>
1224
1224
  */
1225
- var isNative = __webpack_require__(29),
1226
- isObject = __webpack_require__(22),
1227
- shimKeys = __webpack_require__(30);
1225
+ var isNative = __webpack_require__(27),
1226
+ isObject = __webpack_require__(20),
1227
+ shimKeys = __webpack_require__(28);
1228
1228
 
1229
1229
  /* Native method shortcuts for methods with the same name as other `lodash` methods */
1230
1230
  var nativeKeys = isNative(nativeKeys = Object.keys) && nativeKeys;
@@ -1264,8 +1264,8 @@ return /******/ (function(modules) { // webpackBootstrap
1264
1264
  * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
1265
1265
  * Available under MIT license <http://lodash.com/license>
1266
1266
  */
1267
- var createCallback = __webpack_require__(39),
1268
- forOwn = __webpack_require__(12);
1267
+ var createCallback = __webpack_require__(37),
1268
+ forOwn = __webpack_require__(11);
1269
1269
 
1270
1270
  /**
1271
1271
  * This method is like `_.findIndex` except that it returns the key of the
@@ -1335,15 +1335,15 @@ return /******/ (function(modules) { // webpackBootstrap
1335
1335
  * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
1336
1336
  * Available under MIT license <http://lodash.com/license>
1337
1337
  */
1338
- var baseIndexOf = __webpack_require__(31),
1339
- cacheIndexOf = __webpack_require__(32),
1340
- createCache = __webpack_require__(33),
1341
- getArray = __webpack_require__(34),
1342
- isArguments = __webpack_require__(23),
1343
- isArray = __webpack_require__(24),
1344
- largeArraySize = __webpack_require__(35),
1345
- releaseArray = __webpack_require__(36),
1346
- releaseObject = __webpack_require__(37);
1338
+ var baseIndexOf = __webpack_require__(30),
1339
+ cacheIndexOf = __webpack_require__(31),
1340
+ createCache = __webpack_require__(32),
1341
+ getArray = __webpack_require__(33),
1342
+ isArguments = __webpack_require__(21),
1343
+ isArray = __webpack_require__(22),
1344
+ largeArraySize = __webpack_require__(34),
1345
+ releaseArray = __webpack_require__(35),
1346
+ releaseObject = __webpack_require__(36);
1347
1347
 
1348
1348
  /**
1349
1349
  * Creates an array of unique values present in all provided arrays using
@@ -1424,8 +1424,8 @@ return /******/ (function(modules) { // webpackBootstrap
1424
1424
  * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
1425
1425
  * Available under MIT license <http://lodash.com/license>
1426
1426
  */
1427
- var baseUniq = __webpack_require__(38),
1428
- createCallback = __webpack_require__(39);
1427
+ var baseUniq = __webpack_require__(29),
1428
+ createCallback = __webpack_require__(37);
1429
1429
 
1430
1430
  /**
1431
1431
  * Creates a duplicate-value-free version of an array using strict equality
@@ -1499,84 +1499,8 @@ return /******/ (function(modules) { // webpackBootstrap
1499
1499
  * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
1500
1500
  * Available under MIT license <http://lodash.com/license>
1501
1501
  */
1502
- var createCallback = __webpack_require__(39),
1503
- forOwn = __webpack_require__(12);
1504
-
1505
- /**
1506
- * Creates an array of values by running each element in the collection
1507
- * through the callback. The callback is bound to `thisArg` and invoked with
1508
- * three arguments; (value, index|key, collection).
1509
- *
1510
- * If a property name is provided for `callback` the created "_.pluck" style
1511
- * callback will return the property value of the given element.
1512
- *
1513
- * If an object is provided for `callback` the created "_.where" style callback
1514
- * will return `true` for elements that have the properties of the given object,
1515
- * else `false`.
1516
- *
1517
- * @static
1518
- * @memberOf _
1519
- * @alias collect
1520
- * @category Collections
1521
- * @param {Array|Object|string} collection The collection to iterate over.
1522
- * @param {Function|Object|string} [callback=identity] The function called
1523
- * per iteration. If a property name or object is provided it will be used
1524
- * to create a "_.pluck" or "_.where" style callback, respectively.
1525
- * @param {*} [thisArg] The `this` binding of `callback`.
1526
- * @returns {Array} Returns a new array of the results of each `callback` execution.
1527
- * @example
1528
- *
1529
- * _.map([1, 2, 3], function(num) { return num * 3; });
1530
- * // => [3, 6, 9]
1531
- *
1532
- * _.map({ 'one': 1, 'two': 2, 'three': 3 }, function(num) { return num * 3; });
1533
- * // => [3, 6, 9] (property order is not guaranteed across environments)
1534
- *
1535
- * var characters = [
1536
- * { 'name': 'barney', 'age': 36 },
1537
- * { 'name': 'fred', 'age': 40 }
1538
- * ];
1539
- *
1540
- * // using "_.pluck" callback shorthand
1541
- * _.map(characters, 'name');
1542
- * // => ['barney', 'fred']
1543
- */
1544
- function map(collection, callback, thisArg) {
1545
- var index = -1,
1546
- length = collection ? collection.length : 0;
1547
-
1548
- callback = createCallback(callback, thisArg, 3);
1549
- if (typeof length == 'number') {
1550
- var result = Array(length);
1551
- while (++index < length) {
1552
- result[index] = callback(collection[index], index, collection);
1553
- }
1554
- } else {
1555
- result = [];
1556
- forOwn(collection, function(value, key, collection) {
1557
- result[++index] = callback(value, key, collection);
1558
- });
1559
- }
1560
- return result;
1561
- }
1562
-
1563
- module.exports = map;
1564
-
1565
-
1566
- /***/ },
1567
- /* 18 */
1568
- /***/ function(module, exports, __webpack_require__) {
1569
-
1570
- /**
1571
- * Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/>
1572
- * Build: `lodash modularize modern exports="node" -o ./modern/`
1573
- * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
1574
- * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
1575
- * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
1576
- * Available under MIT license <http://lodash.com/license>
1577
- */
1578
- var baseCreateCallback = __webpack_require__(27),
1579
- forOwn = __webpack_require__(12);
1502
+ var baseCreateCallback = __webpack_require__(25),
1503
+ forOwn = __webpack_require__(11);
1580
1504
 
1581
1505
  /**
1582
1506
  * Iterates over elements of a collection, executing the callback for each
@@ -1625,7 +1549,7 @@ return /******/ (function(modules) { // webpackBootstrap
1625
1549
 
1626
1550
 
1627
1551
  /***/ },
1628
- /* 19 */
1552
+ /* 18 */
1629
1553
  /***/ function(module, exports, __webpack_require__) {
1630
1554
 
1631
1555
  /**
@@ -1667,72 +1591,290 @@ return /******/ (function(modules) { // webpackBootstrap
1667
1591
 
1668
1592
 
1669
1593
  /***/ },
1670
- /* 20 */
1594
+ /* 19 */
1671
1595
  /***/ function(module, exports, __webpack_require__) {
1672
1596
 
1673
- // Copyright Joyent, Inc. and other Node contributors.
1674
- //
1675
- // Permission is hereby granted, free of charge, to any person obtaining a
1676
- // copy of this software and associated documentation files (the
1677
- // "Software"), to deal in the Software without restriction, including
1678
- // without limitation the rights to use, copy, modify, merge, publish,
1679
- // distribute, sublicense, and/or sell copies of the Software, and to permit
1680
- // persons to whom the Software is furnished to do so, subject to the
1681
- // following conditions:
1682
- //
1683
- // The above copyright notice and this permission notice shall be included
1684
- // in all copies or substantial portions of the Software.
1685
- //
1686
- // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1687
- // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1688
- // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
1689
- // NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
1690
- // DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
1691
- // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
1692
- // USE OR OTHER DEALINGS IN THE SOFTWARE.
1693
-
1694
- function EventEmitter() {
1695
- this._events = this._events || {};
1696
- this._maxListeners = this._maxListeners || undefined;
1697
- }
1698
- module.exports = EventEmitter;
1699
-
1700
- // Backwards-compat with node 0.10.x
1701
- EventEmitter.EventEmitter = EventEmitter;
1702
-
1703
- EventEmitter.prototype._events = undefined;
1704
- EventEmitter.prototype._maxListeners = undefined;
1705
-
1706
- // By default EventEmitters will print a warning if more than 10 listeners are
1707
- // added to it. This is a useful default which helps finding memory leaks.
1708
- EventEmitter.defaultMaxListeners = 10;
1709
-
1710
- // Obviously not all Emitters should be limited to 10. This function allows
1711
- // that to be increased. Set to zero for unlimited.
1712
- EventEmitter.prototype.setMaxListeners = function(n) {
1713
- if (!isNumber(n) || n < 0 || isNaN(n))
1714
- throw TypeError('n must be a positive number');
1715
- this._maxListeners = n;
1716
- return this;
1717
- };
1718
-
1719
- EventEmitter.prototype.emit = function(type) {
1720
- var er, handler, len, args, i, listeners;
1721
-
1722
- if (!this._events)
1723
- this._events = {};
1597
+ /**
1598
+ * Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/>
1599
+ * Build: `lodash modularize modern exports="node" -o ./modern/`
1600
+ * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
1601
+ * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
1602
+ * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
1603
+ * Available under MIT license <http://lodash.com/license>
1604
+ */
1605
+ var createCallback = __webpack_require__(37),
1606
+ forOwn = __webpack_require__(11);
1724
1607
 
1725
- // If there is no 'error' event listener then throw.
1726
- if (type === 'error') {
1727
- if (!this._events.error ||
1728
- (isObject(this._events.error) && !this._events.error.length)) {
1729
- er = arguments[1];
1730
- if (er instanceof Error) {
1731
- throw er; // Unhandled 'error' event
1732
- } else {
1733
- throw TypeError('Uncaught, unspecified "error" event.');
1734
- }
1735
- return false;
1608
+ /**
1609
+ * Creates an array of values by running each element in the collection
1610
+ * through the callback. The callback is bound to `thisArg` and invoked with
1611
+ * three arguments; (value, index|key, collection).
1612
+ *
1613
+ * If a property name is provided for `callback` the created "_.pluck" style
1614
+ * callback will return the property value of the given element.
1615
+ *
1616
+ * If an object is provided for `callback` the created "_.where" style callback
1617
+ * will return `true` for elements that have the properties of the given object,
1618
+ * else `false`.
1619
+ *
1620
+ * @static
1621
+ * @memberOf _
1622
+ * @alias collect
1623
+ * @category Collections
1624
+ * @param {Array|Object|string} collection The collection to iterate over.
1625
+ * @param {Function|Object|string} [callback=identity] The function called
1626
+ * per iteration. If a property name or object is provided it will be used
1627
+ * to create a "_.pluck" or "_.where" style callback, respectively.
1628
+ * @param {*} [thisArg] The `this` binding of `callback`.
1629
+ * @returns {Array} Returns a new array of the results of each `callback` execution.
1630
+ * @example
1631
+ *
1632
+ * _.map([1, 2, 3], function(num) { return num * 3; });
1633
+ * // => [3, 6, 9]
1634
+ *
1635
+ * _.map({ 'one': 1, 'two': 2, 'three': 3 }, function(num) { return num * 3; });
1636
+ * // => [3, 6, 9] (property order is not guaranteed across environments)
1637
+ *
1638
+ * var characters = [
1639
+ * { 'name': 'barney', 'age': 36 },
1640
+ * { 'name': 'fred', 'age': 40 }
1641
+ * ];
1642
+ *
1643
+ * // using "_.pluck" callback shorthand
1644
+ * _.map(characters, 'name');
1645
+ * // => ['barney', 'fred']
1646
+ */
1647
+ function map(collection, callback, thisArg) {
1648
+ var index = -1,
1649
+ length = collection ? collection.length : 0;
1650
+
1651
+ callback = createCallback(callback, thisArg, 3);
1652
+ if (typeof length == 'number') {
1653
+ var result = Array(length);
1654
+ while (++index < length) {
1655
+ result[index] = callback(collection[index], index, collection);
1656
+ }
1657
+ } else {
1658
+ result = [];
1659
+ forOwn(collection, function(value, key, collection) {
1660
+ result[++index] = callback(value, key, collection);
1661
+ });
1662
+ }
1663
+ return result;
1664
+ }
1665
+
1666
+ module.exports = map;
1667
+
1668
+
1669
+ /***/ },
1670
+ /* 20 */
1671
+ /***/ function(module, exports, __webpack_require__) {
1672
+
1673
+ /**
1674
+ * Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/>
1675
+ * Build: `lodash modularize modern exports="node" -o ./modern/`
1676
+ * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
1677
+ * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
1678
+ * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
1679
+ * Available under MIT license <http://lodash.com/license>
1680
+ */
1681
+ var objectTypes = __webpack_require__(26);
1682
+
1683
+ /**
1684
+ * Checks if `value` is the language type of Object.
1685
+ * (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)
1686
+ *
1687
+ * @static
1688
+ * @memberOf _
1689
+ * @category Objects
1690
+ * @param {*} value The value to check.
1691
+ * @returns {boolean} Returns `true` if the `value` is an object, else `false`.
1692
+ * @example
1693
+ *
1694
+ * _.isObject({});
1695
+ * // => true
1696
+ *
1697
+ * _.isObject([1, 2, 3]);
1698
+ * // => true
1699
+ *
1700
+ * _.isObject(1);
1701
+ * // => false
1702
+ */
1703
+ function isObject(value) {
1704
+ // check if the value is the ECMAScript language type of Object
1705
+ // http://es5.github.io/#x8
1706
+ // and avoid a V8 bug
1707
+ // http://code.google.com/p/v8/issues/detail?id=2291
1708
+ return !!(value && objectTypes[typeof value]);
1709
+ }
1710
+
1711
+ module.exports = isObject;
1712
+
1713
+
1714
+ /***/ },
1715
+ /* 21 */
1716
+ /***/ function(module, exports, __webpack_require__) {
1717
+
1718
+ /**
1719
+ * Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/>
1720
+ * Build: `lodash modularize modern exports="node" -o ./modern/`
1721
+ * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
1722
+ * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
1723
+ * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
1724
+ * Available under MIT license <http://lodash.com/license>
1725
+ */
1726
+
1727
+ /** `Object#toString` result shortcuts */
1728
+ var argsClass = '[object Arguments]';
1729
+
1730
+ /** Used for native method references */
1731
+ var objectProto = Object.prototype;
1732
+
1733
+ /** Used to resolve the internal [[Class]] of values */
1734
+ var toString = objectProto.toString;
1735
+
1736
+ /**
1737
+ * Checks if `value` is an `arguments` object.
1738
+ *
1739
+ * @static
1740
+ * @memberOf _
1741
+ * @category Objects
1742
+ * @param {*} value The value to check.
1743
+ * @returns {boolean} Returns `true` if the `value` is an `arguments` object, else `false`.
1744
+ * @example
1745
+ *
1746
+ * (function() { return _.isArguments(arguments); })(1, 2, 3);
1747
+ * // => true
1748
+ *
1749
+ * _.isArguments([1, 2, 3]);
1750
+ * // => false
1751
+ */
1752
+ function isArguments(value) {
1753
+ return value && typeof value == 'object' && typeof value.length == 'number' &&
1754
+ toString.call(value) == argsClass || false;
1755
+ }
1756
+
1757
+ module.exports = isArguments;
1758
+
1759
+
1760
+ /***/ },
1761
+ /* 22 */
1762
+ /***/ function(module, exports, __webpack_require__) {
1763
+
1764
+ /**
1765
+ * Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/>
1766
+ * Build: `lodash modularize modern exports="node" -o ./modern/`
1767
+ * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
1768
+ * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
1769
+ * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
1770
+ * Available under MIT license <http://lodash.com/license>
1771
+ */
1772
+ var isNative = __webpack_require__(27);
1773
+
1774
+ /** `Object#toString` result shortcuts */
1775
+ var arrayClass = '[object Array]';
1776
+
1777
+ /** Used for native method references */
1778
+ var objectProto = Object.prototype;
1779
+
1780
+ /** Used to resolve the internal [[Class]] of values */
1781
+ var toString = objectProto.toString;
1782
+
1783
+ /* Native method shortcuts for methods with the same name as other `lodash` methods */
1784
+ var nativeIsArray = isNative(nativeIsArray = Array.isArray) && nativeIsArray;
1785
+
1786
+ /**
1787
+ * Checks if `value` is an array.
1788
+ *
1789
+ * @static
1790
+ * @memberOf _
1791
+ * @type Function
1792
+ * @category Objects
1793
+ * @param {*} value The value to check.
1794
+ * @returns {boolean} Returns `true` if the `value` is an array, else `false`.
1795
+ * @example
1796
+ *
1797
+ * (function() { return _.isArray(arguments); })();
1798
+ * // => false
1799
+ *
1800
+ * _.isArray([1, 2, 3]);
1801
+ * // => true
1802
+ */
1803
+ var isArray = nativeIsArray || function(value) {
1804
+ return value && typeof value == 'object' && typeof value.length == 'number' &&
1805
+ toString.call(value) == arrayClass || false;
1806
+ };
1807
+
1808
+ module.exports = isArray;
1809
+
1810
+
1811
+ /***/ },
1812
+ /* 23 */
1813
+ /***/ function(module, exports, __webpack_require__) {
1814
+
1815
+ // Copyright Joyent, Inc. and other Node contributors.
1816
+ //
1817
+ // Permission is hereby granted, free of charge, to any person obtaining a
1818
+ // copy of this software and associated documentation files (the
1819
+ // "Software"), to deal in the Software without restriction, including
1820
+ // without limitation the rights to use, copy, modify, merge, publish,
1821
+ // distribute, sublicense, and/or sell copies of the Software, and to permit
1822
+ // persons to whom the Software is furnished to do so, subject to the
1823
+ // following conditions:
1824
+ //
1825
+ // The above copyright notice and this permission notice shall be included
1826
+ // in all copies or substantial portions of the Software.
1827
+ //
1828
+ // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1829
+ // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1830
+ // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
1831
+ // NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
1832
+ // DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
1833
+ // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
1834
+ // USE OR OTHER DEALINGS IN THE SOFTWARE.
1835
+
1836
+ function EventEmitter() {
1837
+ this._events = this._events || {};
1838
+ this._maxListeners = this._maxListeners || undefined;
1839
+ }
1840
+ module.exports = EventEmitter;
1841
+
1842
+ // Backwards-compat with node 0.10.x
1843
+ EventEmitter.EventEmitter = EventEmitter;
1844
+
1845
+ EventEmitter.prototype._events = undefined;
1846
+ EventEmitter.prototype._maxListeners = undefined;
1847
+
1848
+ // By default EventEmitters will print a warning if more than 10 listeners are
1849
+ // added to it. This is a useful default which helps finding memory leaks.
1850
+ EventEmitter.defaultMaxListeners = 10;
1851
+
1852
+ // Obviously not all Emitters should be limited to 10. This function allows
1853
+ // that to be increased. Set to zero for unlimited.
1854
+ EventEmitter.prototype.setMaxListeners = function(n) {
1855
+ if (!isNumber(n) || n < 0 || isNaN(n))
1856
+ throw TypeError('n must be a positive number');
1857
+ this._maxListeners = n;
1858
+ return this;
1859
+ };
1860
+
1861
+ EventEmitter.prototype.emit = function(type) {
1862
+ var er, handler, len, args, i, listeners;
1863
+
1864
+ if (!this._events)
1865
+ this._events = {};
1866
+
1867
+ // If there is no 'error' event listener then throw.
1868
+ if (type === 'error') {
1869
+ if (!this._events.error ||
1870
+ (isObject(this._events.error) && !this._events.error.length)) {
1871
+ er = arguments[1];
1872
+ if (er instanceof Error) {
1873
+ throw er; // Unhandled 'error' event
1874
+ } else {
1875
+ throw TypeError('Uncaught, unspecified "error" event.');
1876
+ }
1877
+ return false;
1736
1878
  }
1737
1879
  }
1738
1880
 
@@ -1906,296 +2048,77 @@ return /******/ (function(modules) { // webpackBootstrap
1906
2048
  if (!this._events.removeListener) {
1907
2049
  if (arguments.length === 0)
1908
2050
  this._events = {};
1909
- else if (this._events[type])
1910
- delete this._events[type];
1911
- return this;
1912
- }
1913
-
1914
- // emit removeListener for all listeners on all events
1915
- if (arguments.length === 0) {
1916
- for (key in this._events) {
1917
- if (key === 'removeListener') continue;
1918
- this.removeAllListeners(key);
1919
- }
1920
- this.removeAllListeners('removeListener');
1921
- this._events = {};
1922
- return this;
1923
- }
1924
-
1925
- listeners = this._events[type];
1926
-
1927
- if (isFunction(listeners)) {
1928
- this.removeListener(type, listeners);
1929
- } else {
1930
- // LIFO order
1931
- while (listeners.length)
1932
- this.removeListener(type, listeners[listeners.length - 1]);
1933
- }
1934
- delete this._events[type];
1935
-
1936
- return this;
1937
- };
1938
-
1939
- EventEmitter.prototype.listeners = function(type) {
1940
- var ret;
1941
- if (!this._events || !this._events[type])
1942
- ret = [];
1943
- else if (isFunction(this._events[type]))
1944
- ret = [this._events[type]];
1945
- else
1946
- ret = this._events[type].slice();
1947
- return ret;
1948
- };
1949
-
1950
- EventEmitter.listenerCount = function(emitter, type) {
1951
- var ret;
1952
- if (!emitter._events || !emitter._events[type])
1953
- ret = 0;
1954
- else if (isFunction(emitter._events[type]))
1955
- ret = 1;
1956
- else
1957
- ret = emitter._events[type].length;
1958
- return ret;
1959
- };
1960
-
1961
- function isFunction(arg) {
1962
- return typeof arg === 'function';
1963
- }
1964
-
1965
- function isNumber(arg) {
1966
- return typeof arg === 'number';
1967
- }
1968
-
1969
- function isObject(arg) {
1970
- return typeof arg === 'object' && arg !== null;
1971
- }
1972
-
1973
- function isUndefined(arg) {
1974
- return arg === void 0;
1975
- }
1976
-
1977
-
1978
- /***/ },
1979
- /* 21 */
1980
- /***/ function(module, exports, __webpack_require__) {
1981
-
1982
- module.exports = function isBuffer(arg) {
1983
- return arg && typeof arg === 'object'
1984
- && typeof arg.copy === 'function'
1985
- && typeof arg.fill === 'function'
1986
- && typeof arg.readUInt8 === 'function';
1987
- }
1988
-
1989
- /***/ },
1990
- /* 22 */
1991
- /***/ function(module, exports, __webpack_require__) {
1992
-
1993
- /**
1994
- * Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/>
1995
- * Build: `lodash modularize modern exports="node" -o ./modern/`
1996
- * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
1997
- * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
1998
- * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
1999
- * Available under MIT license <http://lodash.com/license>
2000
- */
2001
- var objectTypes = __webpack_require__(28);
2002
-
2003
- /**
2004
- * Checks if `value` is the language type of Object.
2005
- * (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)
2006
- *
2007
- * @static
2008
- * @memberOf _
2009
- * @category Objects
2010
- * @param {*} value The value to check.
2011
- * @returns {boolean} Returns `true` if the `value` is an object, else `false`.
2012
- * @example
2013
- *
2014
- * _.isObject({});
2015
- * // => true
2016
- *
2017
- * _.isObject([1, 2, 3]);
2018
- * // => true
2019
- *
2020
- * _.isObject(1);
2021
- * // => false
2022
- */
2023
- function isObject(value) {
2024
- // check if the value is the ECMAScript language type of Object
2025
- // http://es5.github.io/#x8
2026
- // and avoid a V8 bug
2027
- // http://code.google.com/p/v8/issues/detail?id=2291
2028
- return !!(value && objectTypes[typeof value]);
2029
- }
2030
-
2031
- module.exports = isObject;
2032
-
2033
-
2034
- /***/ },
2035
- /* 23 */
2036
- /***/ function(module, exports, __webpack_require__) {
2037
-
2038
- /**
2039
- * Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/>
2040
- * Build: `lodash modularize modern exports="node" -o ./modern/`
2041
- * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
2042
- * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
2043
- * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
2044
- * Available under MIT license <http://lodash.com/license>
2045
- */
2046
-
2047
- /** `Object#toString` result shortcuts */
2048
- var argsClass = '[object Arguments]';
2049
-
2050
- /** Used for native method references */
2051
- var objectProto = Object.prototype;
2052
-
2053
- /** Used to resolve the internal [[Class]] of values */
2054
- var toString = objectProto.toString;
2055
-
2056
- /**
2057
- * Checks if `value` is an `arguments` object.
2058
- *
2059
- * @static
2060
- * @memberOf _
2061
- * @category Objects
2062
- * @param {*} value The value to check.
2063
- * @returns {boolean} Returns `true` if the `value` is an `arguments` object, else `false`.
2064
- * @example
2065
- *
2066
- * (function() { return _.isArguments(arguments); })(1, 2, 3);
2067
- * // => true
2068
- *
2069
- * _.isArguments([1, 2, 3]);
2070
- * // => false
2071
- */
2072
- function isArguments(value) {
2073
- return value && typeof value == 'object' && typeof value.length == 'number' &&
2074
- toString.call(value) == argsClass || false;
2075
- }
2076
-
2077
- module.exports = isArguments;
2078
-
2079
-
2080
- /***/ },
2081
- /* 24 */
2082
- /***/ function(module, exports, __webpack_require__) {
2083
-
2084
- /**
2085
- * Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/>
2086
- * Build: `lodash modularize modern exports="node" -o ./modern/`
2087
- * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
2088
- * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
2089
- * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
2090
- * Available under MIT license <http://lodash.com/license>
2091
- */
2092
- var isNative = __webpack_require__(29);
2093
-
2094
- /** `Object#toString` result shortcuts */
2095
- var arrayClass = '[object Array]';
2096
-
2097
- /** Used for native method references */
2098
- var objectProto = Object.prototype;
2099
-
2100
- /** Used to resolve the internal [[Class]] of values */
2101
- var toString = objectProto.toString;
2102
-
2103
- /* Native method shortcuts for methods with the same name as other `lodash` methods */
2104
- var nativeIsArray = isNative(nativeIsArray = Array.isArray) && nativeIsArray;
2105
-
2106
- /**
2107
- * Checks if `value` is an array.
2108
- *
2109
- * @static
2110
- * @memberOf _
2111
- * @type Function
2112
- * @category Objects
2113
- * @param {*} value The value to check.
2114
- * @returns {boolean} Returns `true` if the `value` is an array, else `false`.
2115
- * @example
2116
- *
2117
- * (function() { return _.isArray(arguments); })();
2118
- * // => false
2119
- *
2120
- * _.isArray([1, 2, 3]);
2121
- * // => true
2122
- */
2123
- var isArray = nativeIsArray || function(value) {
2124
- return value && typeof value == 'object' && typeof value.length == 'number' &&
2125
- toString.call(value) == arrayClass || false;
2126
- };
2127
-
2128
- module.exports = isArray;
2129
-
2130
-
2131
- /***/ },
2132
- /* 25 */
2133
- /***/ function(module, exports, __webpack_require__) {
2134
-
2135
- // shim for using process in browser
2136
-
2137
- var process = module.exports = {};
2138
-
2139
- process.nextTick = (function () {
2140
- var canSetImmediate = typeof window !== 'undefined'
2141
- && window.setImmediate;
2142
- var canPost = typeof window !== 'undefined'
2143
- && window.postMessage && window.addEventListener
2144
- ;
2051
+ else if (this._events[type])
2052
+ delete this._events[type];
2053
+ return this;
2054
+ }
2145
2055
 
2146
- if (canSetImmediate) {
2147
- return function (f) { return window.setImmediate(f) };
2056
+ // emit removeListener for all listeners on all events
2057
+ if (arguments.length === 0) {
2058
+ for (key in this._events) {
2059
+ if (key === 'removeListener') continue;
2060
+ this.removeAllListeners(key);
2148
2061
  }
2062
+ this.removeAllListeners('removeListener');
2063
+ this._events = {};
2064
+ return this;
2065
+ }
2149
2066
 
2150
- if (canPost) {
2151
- var queue = [];
2152
- window.addEventListener('message', function (ev) {
2153
- var source = ev.source;
2154
- if ((source === window || source === null) && ev.data === 'process-tick') {
2155
- ev.stopPropagation();
2156
- if (queue.length > 0) {
2157
- var fn = queue.shift();
2158
- fn();
2159
- }
2160
- }
2161
- }, true);
2067
+ listeners = this._events[type];
2162
2068
 
2163
- return function nextTick(fn) {
2164
- queue.push(fn);
2165
- window.postMessage('process-tick', '*');
2166
- };
2167
- }
2069
+ if (isFunction(listeners)) {
2070
+ this.removeListener(type, listeners);
2071
+ } else {
2072
+ // LIFO order
2073
+ while (listeners.length)
2074
+ this.removeListener(type, listeners[listeners.length - 1]);
2075
+ }
2076
+ delete this._events[type];
2168
2077
 
2169
- return function nextTick(fn) {
2170
- setTimeout(fn, 0);
2171
- };
2172
- })();
2078
+ return this;
2079
+ };
2173
2080
 
2174
- process.title = 'browser';
2175
- process.browser = true;
2176
- process.env = {};
2177
- process.argv = [];
2081
+ EventEmitter.prototype.listeners = function(type) {
2082
+ var ret;
2083
+ if (!this._events || !this._events[type])
2084
+ ret = [];
2085
+ else if (isFunction(this._events[type]))
2086
+ ret = [this._events[type]];
2087
+ else
2088
+ ret = this._events[type].slice();
2089
+ return ret;
2090
+ };
2178
2091
 
2179
- function noop() {}
2092
+ EventEmitter.listenerCount = function(emitter, type) {
2093
+ var ret;
2094
+ if (!emitter._events || !emitter._events[type])
2095
+ ret = 0;
2096
+ else if (isFunction(emitter._events[type]))
2097
+ ret = 1;
2098
+ else
2099
+ ret = emitter._events[type].length;
2100
+ return ret;
2101
+ };
2180
2102
 
2181
- process.on = noop;
2182
- process.once = noop;
2183
- process.off = noop;
2184
- process.emit = noop;
2103
+ function isFunction(arg) {
2104
+ return typeof arg === 'function';
2105
+ }
2185
2106
 
2186
- process.binding = function (name) {
2187
- throw new Error('process.binding is not supported');
2107
+ function isNumber(arg) {
2108
+ return typeof arg === 'number';
2188
2109
  }
2189
2110
 
2190
- // TODO(shtylman)
2191
- process.cwd = function () { return '/' };
2192
- process.chdir = function (dir) {
2193
- throw new Error('process.chdir is not supported');
2194
- };
2111
+ function isObject(arg) {
2112
+ return typeof arg === 'object' && arg !== null;
2113
+ }
2114
+
2115
+ function isUndefined(arg) {
2116
+ return arg === void 0;
2117
+ }
2195
2118
 
2196
2119
 
2197
2120
  /***/ },
2198
- /* 26 */
2121
+ /* 24 */
2199
2122
  /***/ function(module, exports, __webpack_require__) {
2200
2123
 
2201
2124
  /**
@@ -2207,12 +2130,12 @@ return /******/ (function(modules) { // webpackBootstrap
2207
2130
  * Available under MIT license <http://lodash.com/license>
2208
2131
  */
2209
2132
  var assign = __webpack_require__(41),
2210
- forEach = __webpack_require__(18),
2211
- forOwn = __webpack_require__(12),
2212
- getArray = __webpack_require__(34),
2213
- isArray = __webpack_require__(24),
2214
- isObject = __webpack_require__(22),
2215
- releaseArray = __webpack_require__(36),
2133
+ forEach = __webpack_require__(17),
2134
+ forOwn = __webpack_require__(11),
2135
+ getArray = __webpack_require__(33),
2136
+ isArray = __webpack_require__(22),
2137
+ isObject = __webpack_require__(20),
2138
+ releaseArray = __webpack_require__(35),
2216
2139
  slice = __webpack_require__(42);
2217
2140
 
2218
2141
  /** Used to match regexp flags from their coerced string values */
@@ -2353,7 +2276,7 @@ return /******/ (function(modules) { // webpackBootstrap
2353
2276
 
2354
2277
 
2355
2278
  /***/ },
2356
- /* 27 */
2279
+ /* 25 */
2357
2280
  /***/ function(module, exports, __webpack_require__) {
2358
2281
 
2359
2282
  /**
@@ -2365,7 +2288,7 @@ return /******/ (function(modules) { // webpackBootstrap
2365
2288
  * Available under MIT license <http://lodash.com/license>
2366
2289
  */
2367
2290
  var bind = __webpack_require__(43),
2368
- identity = __webpack_require__(53),
2291
+ identity = __webpack_require__(51),
2369
2292
  setBindData = __webpack_require__(44),
2370
2293
  support = __webpack_require__(45);
2371
2294
 
@@ -2439,7 +2362,7 @@ return /******/ (function(modules) { // webpackBootstrap
2439
2362
 
2440
2363
 
2441
2364
  /***/ },
2442
- /* 28 */
2365
+ /* 26 */
2443
2366
  /***/ function(module, exports, __webpack_require__) {
2444
2367
 
2445
2368
  /**
@@ -2465,7 +2388,7 @@ return /******/ (function(modules) { // webpackBootstrap
2465
2388
 
2466
2389
 
2467
2390
  /***/ },
2468
- /* 29 */
2391
+ /* 27 */
2469
2392
  /***/ function(module, exports, __webpack_require__) {
2470
2393
 
2471
2394
  /**
@@ -2505,7 +2428,7 @@ return /******/ (function(modules) { // webpackBootstrap
2505
2428
 
2506
2429
 
2507
2430
  /***/ },
2508
- /* 30 */
2431
+ /* 28 */
2509
2432
  /***/ function(module, exports, __webpack_require__) {
2510
2433
 
2511
2434
  /**
@@ -2516,7 +2439,7 @@ return /******/ (function(modules) { // webpackBootstrap
2516
2439
  * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
2517
2440
  * Available under MIT license <http://lodash.com/license>
2518
2441
  */
2519
- var objectTypes = __webpack_require__(28);
2442
+ var objectTypes = __webpack_require__(26);
2520
2443
 
2521
2444
  /** Used for native method references */
2522
2445
  var objectProto = Object.prototype;
@@ -2549,7 +2472,77 @@ return /******/ (function(modules) { // webpackBootstrap
2549
2472
 
2550
2473
 
2551
2474
  /***/ },
2552
- /* 31 */
2475
+ /* 29 */
2476
+ /***/ function(module, exports, __webpack_require__) {
2477
+
2478
+ /**
2479
+ * Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/>
2480
+ * Build: `lodash modularize modern exports="node" -o ./modern/`
2481
+ * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
2482
+ * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
2483
+ * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
2484
+ * Available under MIT license <http://lodash.com/license>
2485
+ */
2486
+ var baseIndexOf = __webpack_require__(30),
2487
+ cacheIndexOf = __webpack_require__(31),
2488
+ createCache = __webpack_require__(32),
2489
+ getArray = __webpack_require__(33),
2490
+ largeArraySize = __webpack_require__(34),
2491
+ releaseArray = __webpack_require__(35),
2492
+ releaseObject = __webpack_require__(36);
2493
+
2494
+ /**
2495
+ * The base implementation of `_.uniq` without support for callback shorthands
2496
+ * or `thisArg` binding.
2497
+ *
2498
+ * @private
2499
+ * @param {Array} array The array to process.
2500
+ * @param {boolean} [isSorted=false] A flag to indicate that `array` is sorted.
2501
+ * @param {Function} [callback] The function called per iteration.
2502
+ * @returns {Array} Returns a duplicate-value-free array.
2503
+ */
2504
+ function baseUniq(array, isSorted, callback) {
2505
+ var index = -1,
2506
+ indexOf = baseIndexOf,
2507
+ length = array ? array.length : 0,
2508
+ result = [];
2509
+
2510
+ var isLarge = !isSorted && length >= largeArraySize,
2511
+ seen = (callback || isLarge) ? getArray() : result;
2512
+
2513
+ if (isLarge) {
2514
+ var cache = createCache(seen);
2515
+ indexOf = cacheIndexOf;
2516
+ seen = cache;
2517
+ }
2518
+ while (++index < length) {
2519
+ var value = array[index],
2520
+ computed = callback ? callback(value, index, array) : value;
2521
+
2522
+ if (isSorted
2523
+ ? !index || seen[seen.length - 1] !== computed
2524
+ : indexOf(seen, computed) < 0
2525
+ ) {
2526
+ if (callback || isLarge) {
2527
+ seen.push(computed);
2528
+ }
2529
+ result.push(value);
2530
+ }
2531
+ }
2532
+ if (isLarge) {
2533
+ releaseArray(seen.array);
2534
+ releaseObject(seen);
2535
+ } else if (callback) {
2536
+ releaseArray(seen);
2537
+ }
2538
+ return result;
2539
+ }
2540
+
2541
+ module.exports = baseUniq;
2542
+
2543
+
2544
+ /***/ },
2545
+ /* 30 */
2553
2546
  /***/ function(module, exports, __webpack_require__) {
2554
2547
 
2555
2548
  /**
@@ -2587,7 +2580,7 @@ return /******/ (function(modules) { // webpackBootstrap
2587
2580
 
2588
2581
 
2589
2582
  /***/ },
2590
- /* 32 */
2583
+ /* 31 */
2591
2584
  /***/ function(module, exports, __webpack_require__) {
2592
2585
 
2593
2586
  /**
@@ -2598,7 +2591,7 @@ return /******/ (function(modules) { // webpackBootstrap
2598
2591
  * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
2599
2592
  * Available under MIT license <http://lodash.com/license>
2600
2593
  */
2601
- var baseIndexOf = __webpack_require__(31),
2594
+ var baseIndexOf = __webpack_require__(30),
2602
2595
  keyPrefix = __webpack_require__(46);
2603
2596
 
2604
2597
  /**
@@ -2632,7 +2625,7 @@ return /******/ (function(modules) { // webpackBootstrap
2632
2625
 
2633
2626
 
2634
2627
  /***/ },
2635
- /* 33 */
2628
+ /* 32 */
2636
2629
  /***/ function(module, exports, __webpack_require__) {
2637
2630
 
2638
2631
  /**
@@ -2645,7 +2638,7 @@ return /******/ (function(modules) { // webpackBootstrap
2645
2638
  */
2646
2639
  var cachePush = __webpack_require__(47),
2647
2640
  getObject = __webpack_require__(48),
2648
- releaseObject = __webpack_require__(37);
2641
+ releaseObject = __webpack_require__(36);
2649
2642
 
2650
2643
  /**
2651
2644
  * Creates a cache object to optimize linear searches of large arrays.
@@ -2683,7 +2676,7 @@ return /******/ (function(modules) { // webpackBootstrap
2683
2676
 
2684
2677
 
2685
2678
  /***/ },
2686
- /* 34 */
2679
+ /* 33 */
2687
2680
  /***/ function(module, exports, __webpack_require__) {
2688
2681
 
2689
2682
  /**
@@ -2710,7 +2703,7 @@ return /******/ (function(modules) { // webpackBootstrap
2710
2703
 
2711
2704
 
2712
2705
  /***/ },
2713
- /* 35 */
2706
+ /* 34 */
2714
2707
  /***/ function(module, exports, __webpack_require__) {
2715
2708
 
2716
2709
  /**
@@ -2729,7 +2722,7 @@ return /******/ (function(modules) { // webpackBootstrap
2729
2722
 
2730
2723
 
2731
2724
  /***/ },
2732
- /* 36 */
2725
+ /* 35 */
2733
2726
  /***/ function(module, exports, __webpack_require__) {
2734
2727
 
2735
2728
  /**
@@ -2757,115 +2750,45 @@ return /******/ (function(modules) { // webpackBootstrap
2757
2750
  }
2758
2751
 
2759
2752
  module.exports = releaseArray;
2760
-
2761
-
2762
- /***/ },
2763
- /* 37 */
2764
- /***/ function(module, exports, __webpack_require__) {
2765
-
2766
- /**
2767
- * Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/>
2768
- * Build: `lodash modularize modern exports="node" -o ./modern/`
2769
- * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
2770
- * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
2771
- * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
2772
- * Available under MIT license <http://lodash.com/license>
2773
- */
2774
- var maxPoolSize = __webpack_require__(50),
2775
- objectPool = __webpack_require__(51);
2776
-
2777
- /**
2778
- * Releases the given object back to the object pool.
2779
- *
2780
- * @private
2781
- * @param {Object} [object] The object to release.
2782
- */
2783
- function releaseObject(object) {
2784
- var cache = object.cache;
2785
- if (cache) {
2786
- releaseObject(cache);
2787
- }
2788
- object.array = object.cache = object.criteria = object.object = object.number = object.string = object.value = null;
2789
- if (objectPool.length < maxPoolSize) {
2790
- objectPool.push(object);
2791
- }
2792
- }
2793
-
2794
- module.exports = releaseObject;
2795
-
2796
-
2797
- /***/ },
2798
- /* 38 */
2799
- /***/ function(module, exports, __webpack_require__) {
2800
-
2801
- /**
2802
- * Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/>
2803
- * Build: `lodash modularize modern exports="node" -o ./modern/`
2804
- * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
2805
- * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
2806
- * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
2807
- * Available under MIT license <http://lodash.com/license>
2808
- */
2809
- var baseIndexOf = __webpack_require__(31),
2810
- cacheIndexOf = __webpack_require__(32),
2811
- createCache = __webpack_require__(33),
2812
- getArray = __webpack_require__(34),
2813
- largeArraySize = __webpack_require__(35),
2814
- releaseArray = __webpack_require__(36),
2815
- releaseObject = __webpack_require__(37);
2816
-
2817
- /**
2818
- * The base implementation of `_.uniq` without support for callback shorthands
2819
- * or `thisArg` binding.
2820
- *
2821
- * @private
2822
- * @param {Array} array The array to process.
2823
- * @param {boolean} [isSorted=false] A flag to indicate that `array` is sorted.
2824
- * @param {Function} [callback] The function called per iteration.
2825
- * @returns {Array} Returns a duplicate-value-free array.
2826
- */
2827
- function baseUniq(array, isSorted, callback) {
2828
- var index = -1,
2829
- indexOf = baseIndexOf,
2830
- length = array ? array.length : 0,
2831
- result = [];
2832
-
2833
- var isLarge = !isSorted && length >= largeArraySize,
2834
- seen = (callback || isLarge) ? getArray() : result;
2835
-
2836
- if (isLarge) {
2837
- var cache = createCache(seen);
2838
- indexOf = cacheIndexOf;
2839
- seen = cache;
2840
- }
2841
- while (++index < length) {
2842
- var value = array[index],
2843
- computed = callback ? callback(value, index, array) : value;
2753
+
2754
+
2755
+ /***/ },
2756
+ /* 36 */
2757
+ /***/ function(module, exports, __webpack_require__) {
2758
+
2759
+ /**
2760
+ * Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/>
2761
+ * Build: `lodash modularize modern exports="node" -o ./modern/`
2762
+ * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
2763
+ * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
2764
+ * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
2765
+ * Available under MIT license <http://lodash.com/license>
2766
+ */
2767
+ var maxPoolSize = __webpack_require__(50),
2768
+ objectPool = __webpack_require__(54);
2844
2769
 
2845
- if (isSorted
2846
- ? !index || seen[seen.length - 1] !== computed
2847
- : indexOf(seen, computed) < 0
2848
- ) {
2849
- if (callback || isLarge) {
2850
- seen.push(computed);
2851
- }
2852
- result.push(value);
2853
- }
2770
+ /**
2771
+ * Releases the given object back to the object pool.
2772
+ *
2773
+ * @private
2774
+ * @param {Object} [object] The object to release.
2775
+ */
2776
+ function releaseObject(object) {
2777
+ var cache = object.cache;
2778
+ if (cache) {
2779
+ releaseObject(cache);
2854
2780
  }
2855
- if (isLarge) {
2856
- releaseArray(seen.array);
2857
- releaseObject(seen);
2858
- } else if (callback) {
2859
- releaseArray(seen);
2781
+ object.array = object.cache = object.criteria = object.object = object.number = object.string = object.value = null;
2782
+ if (objectPool.length < maxPoolSize) {
2783
+ objectPool.push(object);
2860
2784
  }
2861
- return result;
2862
2785
  }
2863
2786
 
2864
- module.exports = baseUniq;
2787
+ module.exports = releaseObject;
2865
2788
 
2866
2789
 
2867
2790
  /***/ },
2868
- /* 39 */
2791
+ /* 37 */
2869
2792
  /***/ function(module, exports, __webpack_require__) {
2870
2793
 
2871
2794
  /**
@@ -2876,11 +2799,11 @@ return /******/ (function(modules) { // webpackBootstrap
2876
2799
  * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
2877
2800
  * Available under MIT license <http://lodash.com/license>
2878
2801
  */
2879
- var baseCreateCallback = __webpack_require__(27),
2802
+ var baseCreateCallback = __webpack_require__(25),
2880
2803
  baseIsEqual = __webpack_require__(52),
2881
- isObject = __webpack_require__(22),
2804
+ isObject = __webpack_require__(20),
2882
2805
  keys = __webpack_require__(13),
2883
- property = __webpack_require__(54);
2806
+ property = __webpack_require__(53);
2884
2807
 
2885
2808
  /**
2886
2809
  * Produces a callback bound to an optional `thisArg`. If `func` is a property
@@ -2951,6 +2874,83 @@ return /******/ (function(modules) { // webpackBootstrap
2951
2874
  module.exports = createCallback;
2952
2875
 
2953
2876
 
2877
+ /***/ },
2878
+ /* 38 */
2879
+ /***/ function(module, exports, __webpack_require__) {
2880
+
2881
+ module.exports = function isBuffer(arg) {
2882
+ return arg && typeof arg === 'object'
2883
+ && typeof arg.copy === 'function'
2884
+ && typeof arg.fill === 'function'
2885
+ && typeof arg.readUInt8 === 'function';
2886
+ }
2887
+
2888
+ /***/ },
2889
+ /* 39 */
2890
+ /***/ function(module, exports, __webpack_require__) {
2891
+
2892
+ // shim for using process in browser
2893
+
2894
+ var process = module.exports = {};
2895
+
2896
+ process.nextTick = (function () {
2897
+ var canSetImmediate = typeof window !== 'undefined'
2898
+ && window.setImmediate;
2899
+ var canPost = typeof window !== 'undefined'
2900
+ && window.postMessage && window.addEventListener
2901
+ ;
2902
+
2903
+ if (canSetImmediate) {
2904
+ return function (f) { return window.setImmediate(f) };
2905
+ }
2906
+
2907
+ if (canPost) {
2908
+ var queue = [];
2909
+ window.addEventListener('message', function (ev) {
2910
+ var source = ev.source;
2911
+ if ((source === window || source === null) && ev.data === 'process-tick') {
2912
+ ev.stopPropagation();
2913
+ if (queue.length > 0) {
2914
+ var fn = queue.shift();
2915
+ fn();
2916
+ }
2917
+ }
2918
+ }, true);
2919
+
2920
+ return function nextTick(fn) {
2921
+ queue.push(fn);
2922
+ window.postMessage('process-tick', '*');
2923
+ };
2924
+ }
2925
+
2926
+ return function nextTick(fn) {
2927
+ setTimeout(fn, 0);
2928
+ };
2929
+ })();
2930
+
2931
+ process.title = 'browser';
2932
+ process.browser = true;
2933
+ process.env = {};
2934
+ process.argv = [];
2935
+
2936
+ function noop() {}
2937
+
2938
+ process.on = noop;
2939
+ process.once = noop;
2940
+ process.off = noop;
2941
+ process.emit = noop;
2942
+
2943
+ process.binding = function (name) {
2944
+ throw new Error('process.binding is not supported');
2945
+ }
2946
+
2947
+ // TODO(shtylman)
2948
+ process.cwd = function () { return '/' };
2949
+ process.chdir = function (dir) {
2950
+ throw new Error('process.chdir is not supported');
2951
+ };
2952
+
2953
+
2954
2954
  /***/ },
2955
2955
  /* 40 */
2956
2956
  /***/ function(module, exports, __webpack_require__) {
@@ -2992,9 +2992,9 @@ return /******/ (function(modules) { // webpackBootstrap
2992
2992
  * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
2993
2993
  * Available under MIT license <http://lodash.com/license>
2994
2994
  */
2995
- var baseCreateCallback = __webpack_require__(27),
2995
+ var baseCreateCallback = __webpack_require__(25),
2996
2996
  keys = __webpack_require__(13),
2997
- objectTypes = __webpack_require__(28);
2997
+ objectTypes = __webpack_require__(26);
2998
2998
 
2999
2999
  /**
3000
3000
  * Assigns own enumerable properties of source object(s) to the destination
@@ -3112,7 +3112,7 @@ return /******/ (function(modules) { // webpackBootstrap
3112
3112
  * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
3113
3113
  * Available under MIT license <http://lodash.com/license>
3114
3114
  */
3115
- var createWrapper = __webpack_require__(55),
3115
+ var createWrapper = __webpack_require__(56),
3116
3116
  slice = __webpack_require__(42);
3117
3117
 
3118
3118
  /**
@@ -3158,8 +3158,8 @@ return /******/ (function(modules) { // webpackBootstrap
3158
3158
  * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
3159
3159
  * Available under MIT license <http://lodash.com/license>
3160
3160
  */
3161
- var isNative = __webpack_require__(29),
3162
- noop = __webpack_require__(56);
3161
+ var isNative = __webpack_require__(27),
3162
+ noop = __webpack_require__(55);
3163
3163
 
3164
3164
  /** Used as the property descriptor for `__bindData__` */
3165
3165
  var descriptor = {
@@ -3207,7 +3207,7 @@ return /******/ (function(modules) { // webpackBootstrap
3207
3207
  * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
3208
3208
  * Available under MIT license <http://lodash.com/license>
3209
3209
  */
3210
- var isNative = __webpack_require__(29);
3210
+ var isNative = __webpack_require__(27);
3211
3211
 
3212
3212
  /** Used to detect functions containing a `this` reference */
3213
3213
  var reThis = /\bthis\b/;
@@ -3317,7 +3317,7 @@ return /******/ (function(modules) { // webpackBootstrap
3317
3317
  * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
3318
3318
  * Available under MIT license <http://lodash.com/license>
3319
3319
  */
3320
- var objectPool = __webpack_require__(51);
3320
+ var objectPool = __webpack_require__(54);
3321
3321
 
3322
3322
  /**
3323
3323
  * Gets an object from the object pool or creates a new one if the pool is empty.
@@ -3397,10 +3397,25 @@ return /******/ (function(modules) { // webpackBootstrap
3397
3397
  * Available under MIT license <http://lodash.com/license>
3398
3398
  */
3399
3399
 
3400
- /** Used to pool arrays and objects used internally */
3401
- var objectPool = [];
3400
+ /**
3401
+ * This method returns the first argument provided to it.
3402
+ *
3403
+ * @static
3404
+ * @memberOf _
3405
+ * @category Utilities
3406
+ * @param {*} value Any value.
3407
+ * @returns {*} Returns `value`.
3408
+ * @example
3409
+ *
3410
+ * var object = { 'name': 'fred' };
3411
+ * _.identity(object) === object;
3412
+ * // => true
3413
+ */
3414
+ function identity(value) {
3415
+ return value;
3416
+ }
3402
3417
 
3403
- module.exports = objectPool;
3418
+ module.exports = identity;
3404
3419
 
3405
3420
 
3406
3421
  /***/ },
@@ -3416,10 +3431,10 @@ return /******/ (function(modules) { // webpackBootstrap
3416
3431
  * Available under MIT license <http://lodash.com/license>
3417
3432
  */
3418
3433
  var forIn = __webpack_require__(57),
3419
- getArray = __webpack_require__(34),
3434
+ getArray = __webpack_require__(33),
3420
3435
  isFunction = __webpack_require__(58),
3421
- objectTypes = __webpack_require__(28),
3422
- releaseArray = __webpack_require__(36);
3436
+ objectTypes = __webpack_require__(26),
3437
+ releaseArray = __webpack_require__(35);
3423
3438
 
3424
3439
  /** `Object#toString` result shortcuts */
3425
3440
  var argsClass = '[object Arguments]',
@@ -3632,24 +3647,36 @@ return /******/ (function(modules) { // webpackBootstrap
3632
3647
  */
3633
3648
 
3634
3649
  /**
3635
- * This method returns the first argument provided to it.
3650
+ * Creates a "_.pluck" style function, which returns the `key` value of a
3651
+ * given object.
3636
3652
  *
3637
3653
  * @static
3638
3654
  * @memberOf _
3639
3655
  * @category Utilities
3640
- * @param {*} value Any value.
3641
- * @returns {*} Returns `value`.
3656
+ * @param {string} key The name of the property to retrieve.
3657
+ * @returns {Function} Returns the new function.
3642
3658
  * @example
3643
3659
  *
3644
- * var object = { 'name': 'fred' };
3645
- * _.identity(object) === object;
3646
- * // => true
3660
+ * var characters = [
3661
+ * { 'name': 'fred', 'age': 40 },
3662
+ * { 'name': 'barney', 'age': 36 }
3663
+ * ];
3664
+ *
3665
+ * var getName = _.property('name');
3666
+ *
3667
+ * _.map(characters, getName);
3668
+ * // => ['barney', 'fred']
3669
+ *
3670
+ * _.sortBy(characters, getName);
3671
+ * // => [{ 'name': 'barney', 'age': 36 }, { 'name': 'fred', 'age': 40 }]
3647
3672
  */
3648
- function identity(value) {
3649
- return value;
3673
+ function property(key) {
3674
+ return function(object) {
3675
+ return object[key];
3676
+ };
3650
3677
  }
3651
3678
 
3652
- module.exports = identity;
3679
+ module.exports = property;
3653
3680
 
3654
3681
 
3655
3682
  /***/ },
@@ -3665,41 +3692,46 @@ return /******/ (function(modules) { // webpackBootstrap
3665
3692
  * Available under MIT license <http://lodash.com/license>
3666
3693
  */
3667
3694
 
3695
+ /** Used to pool arrays and objects used internally */
3696
+ var objectPool = [];
3697
+
3698
+ module.exports = objectPool;
3699
+
3700
+
3701
+ /***/ },
3702
+ /* 55 */
3703
+ /***/ function(module, exports, __webpack_require__) {
3704
+
3668
3705
  /**
3669
- * Creates a "_.pluck" style function, which returns the `key` value of a
3670
- * given object.
3706
+ * Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/>
3707
+ * Build: `lodash modularize modern exports="node" -o ./modern/`
3708
+ * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
3709
+ * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
3710
+ * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
3711
+ * Available under MIT license <http://lodash.com/license>
3712
+ */
3713
+
3714
+ /**
3715
+ * A no-operation function.
3671
3716
  *
3672
3717
  * @static
3673
3718
  * @memberOf _
3674
3719
  * @category Utilities
3675
- * @param {string} key The name of the property to retrieve.
3676
- * @returns {Function} Returns the new function.
3677
3720
  * @example
3678
3721
  *
3679
- * var characters = [
3680
- * { 'name': 'fred', 'age': 40 },
3681
- * { 'name': 'barney', 'age': 36 }
3682
- * ];
3683
- *
3684
- * var getName = _.property('name');
3685
- *
3686
- * _.map(characters, getName);
3687
- * // => ['barney', 'fred']
3688
- *
3689
- * _.sortBy(characters, getName);
3690
- * // => [{ 'name': 'barney', 'age': 36 }, { 'name': 'fred', 'age': 40 }]
3722
+ * var object = { 'name': 'fred' };
3723
+ * _.noop(object) === undefined;
3724
+ * // => true
3691
3725
  */
3692
- function property(key) {
3693
- return function(object) {
3694
- return object[key];
3695
- };
3726
+ function noop() {
3727
+ // no operation performed
3696
3728
  }
3697
3729
 
3698
- module.exports = property;
3730
+ module.exports = noop;
3699
3731
 
3700
3732
 
3701
3733
  /***/ },
3702
- /* 55 */
3734
+ /* 56 */
3703
3735
  /***/ function(module, exports, __webpack_require__) {
3704
3736
 
3705
3737
  /**
@@ -3810,38 +3842,6 @@ return /******/ (function(modules) { // webpackBootstrap
3810
3842
  module.exports = createWrapper;
3811
3843
 
3812
3844
 
3813
- /***/ },
3814
- /* 56 */
3815
- /***/ function(module, exports, __webpack_require__) {
3816
-
3817
- /**
3818
- * Lo-Dash 2.4.1 (Custom Build) <http://lodash.com/>
3819
- * Build: `lodash modularize modern exports="node" -o ./modern/`
3820
- * Copyright 2012-2013 The Dojo Foundation <http://dojofoundation.org/>
3821
- * Based on Underscore.js 1.5.2 <http://underscorejs.org/LICENSE>
3822
- * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
3823
- * Available under MIT license <http://lodash.com/license>
3824
- */
3825
-
3826
- /**
3827
- * A no-operation function.
3828
- *
3829
- * @static
3830
- * @memberOf _
3831
- * @category Utilities
3832
- * @example
3833
- *
3834
- * var object = { 'name': 'fred' };
3835
- * _.noop(object) === undefined;
3836
- * // => true
3837
- */
3838
- function noop() {
3839
- // no operation performed
3840
- }
3841
-
3842
- module.exports = noop;
3843
-
3844
-
3845
3845
  /***/ },
3846
3846
  /* 57 */
3847
3847
  /***/ function(module, exports, __webpack_require__) {
@@ -3854,8 +3854,8 @@ return /******/ (function(modules) { // webpackBootstrap
3854
3854
  * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
3855
3855
  * Available under MIT license <http://lodash.com/license>
3856
3856
  */
3857
- var baseCreateCallback = __webpack_require__(27),
3858
- objectTypes = __webpack_require__(28);
3857
+ var baseCreateCallback = __webpack_require__(25),
3858
+ objectTypes = __webpack_require__(26);
3859
3859
 
3860
3860
  /**
3861
3861
  * Iterates over own and inherited enumerable properties of an object,
@@ -3948,7 +3948,7 @@ return /******/ (function(modules) { // webpackBootstrap
3948
3948
  * Available under MIT license <http://lodash.com/license>
3949
3949
  */
3950
3950
  var baseCreate = __webpack_require__(61),
3951
- isObject = __webpack_require__(22),
3951
+ isObject = __webpack_require__(20),
3952
3952
  setBindData = __webpack_require__(44),
3953
3953
  slice = __webpack_require__(42);
3954
3954
 
@@ -4016,7 +4016,7 @@ return /******/ (function(modules) { // webpackBootstrap
4016
4016
  * Available under MIT license <http://lodash.com/license>
4017
4017
  */
4018
4018
  var baseCreate = __webpack_require__(61),
4019
- isObject = __webpack_require__(22),
4019
+ isObject = __webpack_require__(20),
4020
4020
  setBindData = __webpack_require__(44),
4021
4021
  slice = __webpack_require__(42);
4022
4022
 
@@ -4099,9 +4099,9 @@ return /******/ (function(modules) { // webpackBootstrap
4099
4099
  * Copyright 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
4100
4100
  * Available under MIT license <http://lodash.com/license>
4101
4101
  */
4102
- var isNative = __webpack_require__(29),
4103
- isObject = __webpack_require__(22),
4104
- noop = __webpack_require__(56);
4102
+ var isNative = __webpack_require__(27),
4103
+ isObject = __webpack_require__(20),
4104
+ noop = __webpack_require__(55);
4105
4105
 
4106
4106
  /* Native method shortcuts for methods with the same name as other `lodash` methods */
4107
4107
  var nativeCreate = isNative(nativeCreate = Object.create) && nativeCreate;