From e7125a0f8daf964f3a1105b19e5508a9c2ab1d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?adri=C3=A1n?= Date: Sun, 11 Feb 2024 21:59:09 +0100 Subject: [PATCH] Commited build --- .../01_2_iso-25010-topics-EN.drawio.png | Bin 0 -> 83003 bytes docs/build/images/05_building_blocks-EN.png | Bin 0 -> 281231 bytes .../08-Crosscutting-Concepts-Structure-EN.png | Bin 0 -> 36204 bytes docs/build/images/arc42-logo.png | Bin 0 -> 8151 bytes docs/build/index.html | 1818 ++ docs/node_modules/.bin/gh-pages-clean.cmd | 17 + docs/node_modules/.bin/gh-pages-clean.ps1 | 28 + docs/node_modules/.bin/gh-pages.cmd | 17 + docs/node_modules/.bin/gh-pages.ps1 | 28 + docs/node_modules/.bin/loose-envify | 1 + docs/node_modules/.bin/resolve.cmd | 17 + docs/node_modules/.bin/resolve.ps1 | 28 + docs/node_modules/.bin/semver.cmd | 17 + docs/node_modules/.bin/semver.ps1 | 28 + docs/node_modules/.bin/shjs.cmd | 17 + docs/node_modules/.bin/shjs.ps1 | 28 + docs/node_modules/.bin/shx.cmd | 17 + docs/node_modules/.bin/shx.ps1 | 28 + docs/node_modules/.package-lock.json | 47 + docs/node_modules/js-tokens/CHANGELOG.md | 151 + docs/node_modules/js-tokens/LICENSE | 21 + docs/node_modules/js-tokens/README.md | 240 + docs/node_modules/js-tokens/index.js | 23 + docs/node_modules/js-tokens/package.json | 30 + docs/node_modules/lodash/LICENSE | 47 + docs/node_modules/lodash/README.md | 39 + docs/node_modules/lodash/_DataView.js | 7 + docs/node_modules/lodash/_Hash.js | 32 + docs/node_modules/lodash/_LazyWrapper.js | 28 + docs/node_modules/lodash/_ListCache.js | 32 + docs/node_modules/lodash/_LodashWrapper.js | 22 + docs/node_modules/lodash/_Map.js | 7 + docs/node_modules/lodash/_MapCache.js | 32 + docs/node_modules/lodash/_Promise.js | 7 + docs/node_modules/lodash/_Set.js | 7 + docs/node_modules/lodash/_SetCache.js | 27 + docs/node_modules/lodash/_Stack.js | 27 + docs/node_modules/lodash/_Symbol.js | 6 + docs/node_modules/lodash/_Uint8Array.js | 6 + docs/node_modules/lodash/_WeakMap.js | 7 + docs/node_modules/lodash/_apply.js | 21 + docs/node_modules/lodash/_arrayAggregator.js | 22 + docs/node_modules/lodash/_arrayEach.js | 22 + docs/node_modules/lodash/_arrayEachRight.js | 21 + docs/node_modules/lodash/_arrayEvery.js | 23 + docs/node_modules/lodash/_arrayFilter.js | 25 + docs/node_modules/lodash/_arrayIncludes.js | 17 + .../node_modules/lodash/_arrayIncludesWith.js | 22 + docs/node_modules/lodash/_arrayLikeKeys.js | 49 + docs/node_modules/lodash/_arrayMap.js | 21 + docs/node_modules/lodash/_arrayPush.js | 20 + docs/node_modules/lodash/_arrayReduce.js | 26 + docs/node_modules/lodash/_arrayReduceRight.js | 24 + docs/node_modules/lodash/_arraySample.js | 15 + docs/node_modules/lodash/_arraySampleSize.js | 17 + docs/node_modules/lodash/_arrayShuffle.js | 15 + docs/node_modules/lodash/_arraySome.js | 23 + docs/node_modules/lodash/_asciiSize.js | 12 + docs/node_modules/lodash/_asciiToArray.js | 12 + docs/node_modules/lodash/_asciiWords.js | 15 + docs/node_modules/lodash/_assignMergeValue.js | 20 + docs/node_modules/lodash/_assignValue.js | 28 + docs/node_modules/lodash/_assocIndexOf.js | 21 + docs/node_modules/lodash/_baseAggregator.js | 21 + docs/node_modules/lodash/_baseAssign.js | 17 + docs/node_modules/lodash/_baseAssignIn.js | 17 + docs/node_modules/lodash/_baseAssignValue.js | 25 + docs/node_modules/lodash/_baseAt.js | 23 + docs/node_modules/lodash/_baseClamp.js | 22 + docs/node_modules/lodash/_baseClone.js | 166 + docs/node_modules/lodash/_baseConforms.js | 18 + docs/node_modules/lodash/_baseConformsTo.js | 27 + docs/node_modules/lodash/_baseCreate.js | 30 + docs/node_modules/lodash/_baseDelay.js | 21 + docs/node_modules/lodash/_baseDifference.js | 67 + docs/node_modules/lodash/_baseEach.js | 14 + docs/node_modules/lodash/_baseEachRight.js | 14 + docs/node_modules/lodash/_baseEvery.js | 21 + docs/node_modules/lodash/_baseExtremum.js | 32 + docs/node_modules/lodash/_baseFill.js | 32 + docs/node_modules/lodash/_baseFilter.js | 21 + docs/node_modules/lodash/_baseFindIndex.js | 24 + docs/node_modules/lodash/_baseFindKey.js | 23 + docs/node_modules/lodash/_baseFlatten.js | 38 + docs/node_modules/lodash/_baseFor.js | 16 + docs/node_modules/lodash/_baseForOwn.js | 16 + docs/node_modules/lodash/_baseForOwnRight.js | 16 + docs/node_modules/lodash/_baseForRight.js | 15 + docs/node_modules/lodash/_baseFunctions.js | 19 + docs/node_modules/lodash/_baseGet.js | 24 + docs/node_modules/lodash/_baseGetAllKeys.js | 20 + docs/node_modules/lodash/_baseGetTag.js | 28 + docs/node_modules/lodash/_baseGt.js | 14 + docs/node_modules/lodash/_baseHas.js | 19 + docs/node_modules/lodash/_baseHasIn.js | 13 + docs/node_modules/lodash/_baseInRange.js | 18 + docs/node_modules/lodash/_baseIndexOf.js | 20 + docs/node_modules/lodash/_baseIndexOfWith.js | 23 + docs/node_modules/lodash/_baseIntersection.js | 74 + docs/node_modules/lodash/_baseInverter.js | 21 + docs/node_modules/lodash/_baseInvoke.js | 24 + docs/node_modules/lodash/_baseIsArguments.js | 18 + .../node_modules/lodash/_baseIsArrayBuffer.js | 17 + docs/node_modules/lodash/_baseIsDate.js | 18 + docs/node_modules/lodash/_baseIsEqual.js | 28 + docs/node_modules/lodash/_baseIsEqualDeep.js | 83 + docs/node_modules/lodash/_baseIsMap.js | 18 + docs/node_modules/lodash/_baseIsMatch.js | 62 + docs/node_modules/lodash/_baseIsNaN.js | 12 + docs/node_modules/lodash/_baseIsNative.js | 47 + docs/node_modules/lodash/_baseIsRegExp.js | 18 + docs/node_modules/lodash/_baseIsSet.js | 18 + docs/node_modules/lodash/_baseIsTypedArray.js | 60 + docs/node_modules/lodash/_baseIteratee.js | 31 + docs/node_modules/lodash/_baseKeys.js | 30 + docs/node_modules/lodash/_baseKeysIn.js | 33 + docs/node_modules/lodash/_baseLodash.js | 10 + docs/node_modules/lodash/_baseLt.js | 14 + docs/node_modules/lodash/_baseMap.js | 22 + docs/node_modules/lodash/_baseMatches.js | 22 + .../lodash/_baseMatchesProperty.js | 33 + docs/node_modules/lodash/_baseMean.js | 20 + docs/node_modules/lodash/_baseMerge.js | 42 + docs/node_modules/lodash/_baseMergeDeep.js | 94 + docs/node_modules/lodash/_baseNth.js | 20 + docs/node_modules/lodash/_baseOrderBy.js | 49 + docs/node_modules/lodash/_basePick.js | 19 + docs/node_modules/lodash/_basePickBy.js | 30 + docs/node_modules/lodash/_baseProperty.js | 14 + docs/node_modules/lodash/_basePropertyDeep.js | 16 + docs/node_modules/lodash/_basePropertyOf.js | 14 + docs/node_modules/lodash/_basePullAll.js | 51 + docs/node_modules/lodash/_basePullAt.js | 37 + docs/node_modules/lodash/_baseRandom.js | 18 + docs/node_modules/lodash/_baseRange.js | 28 + docs/node_modules/lodash/_baseReduce.js | 23 + docs/node_modules/lodash/_baseRepeat.js | 35 + docs/node_modules/lodash/_baseRest.js | 17 + docs/node_modules/lodash/_baseSample.js | 15 + docs/node_modules/lodash/_baseSampleSize.js | 18 + docs/node_modules/lodash/_baseSet.js | 51 + docs/node_modules/lodash/_baseSetData.js | 17 + docs/node_modules/lodash/_baseSetToString.js | 22 + docs/node_modules/lodash/_baseShuffle.js | 15 + docs/node_modules/lodash/_baseSlice.js | 31 + docs/node_modules/lodash/_baseSome.js | 22 + docs/node_modules/lodash/_baseSortBy.js | 21 + docs/node_modules/lodash/_baseSortedIndex.js | 42 + .../node_modules/lodash/_baseSortedIndexBy.js | 67 + docs/node_modules/lodash/_baseSortedUniq.js | 30 + docs/node_modules/lodash/_baseSum.js | 24 + docs/node_modules/lodash/_baseTimes.js | 20 + docs/node_modules/lodash/_baseToNumber.js | 24 + docs/node_modules/lodash/_baseToPairs.js | 18 + docs/node_modules/lodash/_baseToString.js | 37 + docs/node_modules/lodash/_baseTrim.js | 19 + docs/node_modules/lodash/_baseUnary.js | 14 + docs/node_modules/lodash/_baseUniq.js | 72 + docs/node_modules/lodash/_baseUnset.js | 20 + docs/node_modules/lodash/_baseUpdate.js | 18 + docs/node_modules/lodash/_baseValues.js | 19 + docs/node_modules/lodash/_baseWhile.js | 26 + docs/node_modules/lodash/_baseWrapperValue.js | 25 + docs/node_modules/lodash/_baseXor.js | 36 + docs/node_modules/lodash/_baseZipObject.js | 23 + docs/node_modules/lodash/_cacheHas.js | 13 + .../lodash/_castArrayLikeObject.js | 14 + docs/node_modules/lodash/_castFunction.js | 14 + docs/node_modules/lodash/_castPath.js | 21 + docs/node_modules/lodash/_castRest.js | 14 + docs/node_modules/lodash/_castSlice.js | 18 + docs/node_modules/lodash/_charsEndIndex.js | 19 + docs/node_modules/lodash/_charsStartIndex.js | 20 + docs/node_modules/lodash/_cloneArrayBuffer.js | 16 + docs/node_modules/lodash/_cloneBuffer.js | 35 + docs/node_modules/lodash/_cloneDataView.js | 16 + docs/node_modules/lodash/_cloneRegExp.js | 17 + docs/node_modules/lodash/_cloneSymbol.js | 18 + docs/node_modules/lodash/_cloneTypedArray.js | 16 + docs/node_modules/lodash/_compareAscending.js | 41 + docs/node_modules/lodash/_compareMultiple.js | 44 + docs/node_modules/lodash/_composeArgs.js | 39 + docs/node_modules/lodash/_composeArgsRight.js | 41 + docs/node_modules/lodash/_copyArray.js | 20 + docs/node_modules/lodash/_copyObject.js | 40 + docs/node_modules/lodash/_copySymbols.js | 16 + docs/node_modules/lodash/_copySymbolsIn.js | 16 + docs/node_modules/lodash/_coreJsData.js | 6 + docs/node_modules/lodash/_countHolders.js | 21 + docs/node_modules/lodash/_createAggregator.js | 23 + docs/node_modules/lodash/_createAssigner.js | 37 + docs/node_modules/lodash/_createBaseEach.js | 32 + docs/node_modules/lodash/_createBaseFor.js | 25 + docs/node_modules/lodash/_createBind.js | 28 + docs/node_modules/lodash/_createCaseFirst.js | 33 + docs/node_modules/lodash/_createCompounder.js | 24 + docs/node_modules/lodash/_createCtor.js | 37 + docs/node_modules/lodash/_createCurry.js | 46 + docs/node_modules/lodash/_createFind.js | 25 + docs/node_modules/lodash/_createFlow.js | 78 + docs/node_modules/lodash/_createHybrid.js | 92 + docs/node_modules/lodash/_createInverter.js | 17 + .../lodash/_createMathOperation.js | 38 + docs/node_modules/lodash/_createOver.js | 27 + docs/node_modules/lodash/_createPadding.js | 33 + docs/node_modules/lodash/_createPartial.js | 43 + docs/node_modules/lodash/_createRange.js | 30 + docs/node_modules/lodash/_createRecurry.js | 56 + .../lodash/_createRelationalOperation.js | 20 + docs/node_modules/lodash/_createRound.js | 35 + docs/node_modules/lodash/_createSet.js | 19 + docs/node_modules/lodash/_createToPairs.js | 30 + docs/node_modules/lodash/_createWrap.js | 106 + .../lodash/_customDefaultsAssignIn.js | 29 + .../lodash/_customDefaultsMerge.js | 28 + docs/node_modules/lodash/_customOmitClone.js | 16 + docs/node_modules/lodash/_deburrLetter.js | 71 + docs/node_modules/lodash/_defineProperty.js | 11 + docs/node_modules/lodash/_equalArrays.js | 84 + docs/node_modules/lodash/_equalByTag.js | 112 + docs/node_modules/lodash/_equalObjects.js | 90 + docs/node_modules/lodash/_escapeHtmlChar.js | 21 + docs/node_modules/lodash/_escapeStringChar.js | 22 + docs/node_modules/lodash/_flatRest.js | 16 + docs/node_modules/lodash/_freeGlobal.js | 4 + docs/node_modules/lodash/_getAllKeys.js | 16 + docs/node_modules/lodash/_getAllKeysIn.js | 17 + docs/node_modules/lodash/_getData.js | 15 + docs/node_modules/lodash/_getFuncName.js | 31 + docs/node_modules/lodash/_getHolder.js | 13 + docs/node_modules/lodash/_getMapData.js | 18 + docs/node_modules/lodash/_getMatchData.js | 24 + docs/node_modules/lodash/_getNative.js | 17 + docs/node_modules/lodash/_getPrototype.js | 6 + docs/node_modules/lodash/_getRawTag.js | 46 + docs/node_modules/lodash/_getSymbols.js | 30 + docs/node_modules/lodash/_getSymbolsIn.js | 25 + docs/node_modules/lodash/_getTag.js | 58 + docs/node_modules/lodash/_getValue.js | 13 + docs/node_modules/lodash/_getView.js | 33 + docs/node_modules/lodash/_getWrapDetails.js | 17 + docs/node_modules/lodash/_hasPath.js | 39 + docs/node_modules/lodash/_hasUnicode.js | 26 + docs/node_modules/lodash/_hasUnicodeWord.js | 15 + docs/node_modules/lodash/_hashClear.js | 15 + docs/node_modules/lodash/_hashDelete.js | 17 + docs/node_modules/lodash/_hashGet.js | 30 + docs/node_modules/lodash/_hashHas.js | 23 + docs/node_modules/lodash/_hashSet.js | 23 + docs/node_modules/lodash/_initCloneArray.js | 26 + docs/node_modules/lodash/_initCloneByTag.js | 77 + docs/node_modules/lodash/_initCloneObject.js | 18 + .../node_modules/lodash/_insertWrapDetails.js | 23 + docs/node_modules/lodash/_isFlattenable.js | 20 + docs/node_modules/lodash/_isIndex.js | 25 + docs/node_modules/lodash/_isIterateeCall.js | 30 + docs/node_modules/lodash/_isKey.js | 29 + docs/node_modules/lodash/_isKeyable.js | 15 + docs/node_modules/lodash/_isLaziable.js | 28 + docs/node_modules/lodash/_isMaskable.js | 14 + docs/node_modules/lodash/_isMasked.js | 20 + docs/node_modules/lodash/_isPrototype.js | 18 + .../lodash/_isStrictComparable.js | 15 + docs/node_modules/lodash/_iteratorToArray.js | 18 + docs/node_modules/lodash/_lazyClone.js | 23 + docs/node_modules/lodash/_lazyReverse.js | 23 + docs/node_modules/lodash/_lazyValue.js | 69 + docs/node_modules/lodash/_listCacheClear.js | 13 + docs/node_modules/lodash/_listCacheDelete.js | 35 + docs/node_modules/lodash/_listCacheGet.js | 19 + docs/node_modules/lodash/_listCacheHas.js | 16 + docs/node_modules/lodash/_listCacheSet.js | 26 + docs/node_modules/lodash/_mapCacheClear.js | 21 + docs/node_modules/lodash/_mapCacheDelete.js | 18 + docs/node_modules/lodash/_mapCacheGet.js | 16 + docs/node_modules/lodash/_mapCacheHas.js | 16 + docs/node_modules/lodash/_mapCacheSet.js | 22 + docs/node_modules/lodash/_mapToArray.js | 18 + .../lodash/_matchesStrictComparable.js | 20 + docs/node_modules/lodash/_memoizeCapped.js | 26 + docs/node_modules/lodash/_mergeData.js | 90 + docs/node_modules/lodash/_metaMap.js | 6 + docs/node_modules/lodash/_nativeCreate.js | 6 + docs/node_modules/lodash/_nativeKeys.js | 6 + docs/node_modules/lodash/_nativeKeysIn.js | 20 + docs/node_modules/lodash/_nodeUtil.js | 30 + docs/node_modules/lodash/_objectToString.js | 22 + docs/node_modules/lodash/_overArg.js | 15 + docs/node_modules/lodash/_overRest.js | 36 + docs/node_modules/lodash/_parent.js | 16 + docs/node_modules/lodash/_reEscape.js | 4 + docs/node_modules/lodash/_reEvaluate.js | 4 + docs/node_modules/lodash/_reInterpolate.js | 4 + docs/node_modules/lodash/_realNames.js | 4 + docs/node_modules/lodash/_reorder.js | 29 + docs/node_modules/lodash/_replaceHolders.js | 29 + docs/node_modules/lodash/_root.js | 9 + docs/node_modules/lodash/_safeGet.js | 21 + docs/node_modules/lodash/_setCacheAdd.js | 19 + docs/node_modules/lodash/_setCacheHas.js | 14 + docs/node_modules/lodash/_setData.js | 20 + docs/node_modules/lodash/_setToArray.js | 18 + docs/node_modules/lodash/_setToPairs.js | 18 + docs/node_modules/lodash/_setToString.js | 14 + docs/node_modules/lodash/_setWrapToString.js | 21 + docs/node_modules/lodash/_shortOut.js | 37 + docs/node_modules/lodash/_shuffleSelf.js | 28 + docs/node_modules/lodash/_stackClear.js | 15 + docs/node_modules/lodash/_stackDelete.js | 18 + docs/node_modules/lodash/_stackGet.js | 14 + docs/node_modules/lodash/_stackHas.js | 14 + docs/node_modules/lodash/_stackSet.js | 34 + docs/node_modules/lodash/_strictIndexOf.js | 23 + .../node_modules/lodash/_strictLastIndexOf.js | 21 + docs/node_modules/lodash/_stringSize.js | 18 + docs/node_modules/lodash/_stringToArray.js | 18 + docs/node_modules/lodash/_stringToPath.js | 27 + docs/node_modules/lodash/_toKey.js | 21 + docs/node_modules/lodash/_toSource.js | 26 + docs/node_modules/lodash/_trimmedEndIndex.js | 19 + docs/node_modules/lodash/_unescapeHtmlChar.js | 21 + docs/node_modules/lodash/_unicodeSize.js | 44 + docs/node_modules/lodash/_unicodeToArray.js | 40 + docs/node_modules/lodash/_unicodeWords.js | 69 + .../node_modules/lodash/_updateWrapDetails.js | 46 + docs/node_modules/lodash/_wrapperClone.js | 23 + docs/node_modules/lodash/add.js | 22 + docs/node_modules/lodash/after.js | 42 + docs/node_modules/lodash/array.js | 67 + docs/node_modules/lodash/ary.js | 29 + docs/node_modules/lodash/assign.js | 58 + docs/node_modules/lodash/assignIn.js | 40 + docs/node_modules/lodash/assignInWith.js | 38 + docs/node_modules/lodash/assignWith.js | 37 + docs/node_modules/lodash/at.js | 23 + docs/node_modules/lodash/attempt.js | 35 + docs/node_modules/lodash/before.js | 40 + docs/node_modules/lodash/bind.js | 57 + docs/node_modules/lodash/bindAll.js | 41 + docs/node_modules/lodash/bindKey.js | 68 + docs/node_modules/lodash/camelCase.js | 29 + docs/node_modules/lodash/capitalize.js | 23 + docs/node_modules/lodash/castArray.js | 44 + docs/node_modules/lodash/ceil.js | 26 + docs/node_modules/lodash/chain.js | 38 + docs/node_modules/lodash/chunk.js | 50 + docs/node_modules/lodash/clamp.js | 39 + docs/node_modules/lodash/clone.js | 36 + docs/node_modules/lodash/cloneDeep.js | 29 + docs/node_modules/lodash/cloneDeepWith.js | 40 + docs/node_modules/lodash/cloneWith.js | 42 + docs/node_modules/lodash/collection.js | 30 + docs/node_modules/lodash/commit.js | 33 + docs/node_modules/lodash/compact.js | 31 + docs/node_modules/lodash/concat.js | 43 + docs/node_modules/lodash/cond.js | 60 + docs/node_modules/lodash/conforms.js | 35 + docs/node_modules/lodash/conformsTo.js | 32 + docs/node_modules/lodash/constant.js | 26 + docs/node_modules/lodash/core.js | 3877 ++++ docs/node_modules/lodash/core.min.js | 29 + docs/node_modules/lodash/countBy.js | 40 + docs/node_modules/lodash/create.js | 43 + docs/node_modules/lodash/curry.js | 57 + docs/node_modules/lodash/curryRight.js | 54 + docs/node_modules/lodash/date.js | 3 + docs/node_modules/lodash/debounce.js | 191 + docs/node_modules/lodash/deburr.js | 45 + docs/node_modules/lodash/defaultTo.js | 25 + docs/node_modules/lodash/defaults.js | 64 + docs/node_modules/lodash/defaultsDeep.js | 30 + docs/node_modules/lodash/defer.js | 26 + docs/node_modules/lodash/delay.js | 28 + docs/node_modules/lodash/difference.js | 33 + docs/node_modules/lodash/differenceBy.js | 44 + docs/node_modules/lodash/differenceWith.js | 40 + docs/node_modules/lodash/divide.js | 22 + docs/node_modules/lodash/drop.js | 38 + docs/node_modules/lodash/dropRight.js | 39 + docs/node_modules/lodash/dropRightWhile.js | 45 + docs/node_modules/lodash/dropWhile.js | 45 + docs/node_modules/lodash/each.js | 1 + docs/node_modules/lodash/eachRight.js | 1 + docs/node_modules/lodash/endsWith.js | 43 + docs/node_modules/lodash/entries.js | 1 + docs/node_modules/lodash/entriesIn.js | 1 + docs/node_modules/lodash/eq.js | 37 + docs/node_modules/lodash/escape.js | 43 + docs/node_modules/lodash/escapeRegExp.js | 32 + docs/node_modules/lodash/every.js | 56 + docs/node_modules/lodash/extend.js | 1 + docs/node_modules/lodash/extendWith.js | 1 + docs/node_modules/lodash/fill.js | 45 + docs/node_modules/lodash/filter.js | 52 + docs/node_modules/lodash/find.js | 42 + docs/node_modules/lodash/findIndex.js | 55 + docs/node_modules/lodash/findKey.js | 44 + docs/node_modules/lodash/findLast.js | 25 + docs/node_modules/lodash/findLastIndex.js | 59 + docs/node_modules/lodash/findLastKey.js | 44 + docs/node_modules/lodash/first.js | 1 + docs/node_modules/lodash/flake.lock | 40 + docs/node_modules/lodash/flake.nix | 20 + docs/node_modules/lodash/flatMap.js | 29 + docs/node_modules/lodash/flatMapDeep.js | 31 + docs/node_modules/lodash/flatMapDepth.js | 31 + docs/node_modules/lodash/flatten.js | 22 + docs/node_modules/lodash/flattenDeep.js | 25 + docs/node_modules/lodash/flattenDepth.js | 33 + docs/node_modules/lodash/flip.js | 28 + docs/node_modules/lodash/floor.js | 26 + docs/node_modules/lodash/flow.js | 27 + docs/node_modules/lodash/flowRight.js | 26 + docs/node_modules/lodash/forEach.js | 41 + docs/node_modules/lodash/forEachRight.js | 31 + docs/node_modules/lodash/forIn.js | 39 + docs/node_modules/lodash/forInRight.js | 37 + docs/node_modules/lodash/forOwn.js | 36 + docs/node_modules/lodash/forOwnRight.js | 34 + docs/node_modules/lodash/fp.js | 2 + docs/node_modules/lodash/fp/F.js | 1 + docs/node_modules/lodash/fp/T.js | 1 + docs/node_modules/lodash/fp/__.js | 1 + docs/node_modules/lodash/fp/_baseConvert.js | 569 + .../node_modules/lodash/fp/_convertBrowser.js | 18 + docs/node_modules/lodash/fp/_falseOptions.js | 7 + docs/node_modules/lodash/fp/_mapping.js | 358 + docs/node_modules/lodash/fp/_util.js | 16 + docs/node_modules/lodash/fp/add.js | 5 + docs/node_modules/lodash/fp/after.js | 5 + docs/node_modules/lodash/fp/all.js | 1 + docs/node_modules/lodash/fp/allPass.js | 1 + docs/node_modules/lodash/fp/always.js | 1 + docs/node_modules/lodash/fp/any.js | 1 + docs/node_modules/lodash/fp/anyPass.js | 1 + docs/node_modules/lodash/fp/apply.js | 1 + docs/node_modules/lodash/fp/array.js | 2 + docs/node_modules/lodash/fp/ary.js | 5 + docs/node_modules/lodash/fp/assign.js | 5 + docs/node_modules/lodash/fp/assignAll.js | 5 + docs/node_modules/lodash/fp/assignAllWith.js | 5 + docs/node_modules/lodash/fp/assignIn.js | 5 + docs/node_modules/lodash/fp/assignInAll.js | 5 + .../node_modules/lodash/fp/assignInAllWith.js | 5 + docs/node_modules/lodash/fp/assignInWith.js | 5 + docs/node_modules/lodash/fp/assignWith.js | 5 + docs/node_modules/lodash/fp/assoc.js | 1 + docs/node_modules/lodash/fp/assocPath.js | 1 + docs/node_modules/lodash/fp/at.js | 5 + docs/node_modules/lodash/fp/attempt.js | 5 + docs/node_modules/lodash/fp/before.js | 5 + docs/node_modules/lodash/fp/bind.js | 5 + docs/node_modules/lodash/fp/bindAll.js | 5 + docs/node_modules/lodash/fp/bindKey.js | 5 + docs/node_modules/lodash/fp/camelCase.js | 5 + docs/node_modules/lodash/fp/capitalize.js | 5 + docs/node_modules/lodash/fp/castArray.js | 5 + docs/node_modules/lodash/fp/ceil.js | 5 + docs/node_modules/lodash/fp/chain.js | 5 + docs/node_modules/lodash/fp/chunk.js | 5 + docs/node_modules/lodash/fp/clamp.js | 5 + docs/node_modules/lodash/fp/clone.js | 5 + docs/node_modules/lodash/fp/cloneDeep.js | 5 + docs/node_modules/lodash/fp/cloneDeepWith.js | 5 + docs/node_modules/lodash/fp/cloneWith.js | 5 + docs/node_modules/lodash/fp/collection.js | 2 + docs/node_modules/lodash/fp/commit.js | 5 + docs/node_modules/lodash/fp/compact.js | 5 + docs/node_modules/lodash/fp/complement.js | 1 + docs/node_modules/lodash/fp/compose.js | 1 + docs/node_modules/lodash/fp/concat.js | 5 + docs/node_modules/lodash/fp/cond.js | 5 + docs/node_modules/lodash/fp/conforms.js | 1 + docs/node_modules/lodash/fp/conformsTo.js | 5 + docs/node_modules/lodash/fp/constant.js | 5 + docs/node_modules/lodash/fp/contains.js | 1 + docs/node_modules/lodash/fp/convert.js | 18 + docs/node_modules/lodash/fp/countBy.js | 5 + docs/node_modules/lodash/fp/create.js | 5 + docs/node_modules/lodash/fp/curry.js | 5 + docs/node_modules/lodash/fp/curryN.js | 5 + docs/node_modules/lodash/fp/curryRight.js | 5 + docs/node_modules/lodash/fp/curryRightN.js | 5 + docs/node_modules/lodash/fp/date.js | 2 + docs/node_modules/lodash/fp/debounce.js | 5 + docs/node_modules/lodash/fp/deburr.js | 5 + docs/node_modules/lodash/fp/defaultTo.js | 5 + docs/node_modules/lodash/fp/defaults.js | 5 + docs/node_modules/lodash/fp/defaultsAll.js | 5 + docs/node_modules/lodash/fp/defaultsDeep.js | 5 + .../node_modules/lodash/fp/defaultsDeepAll.js | 5 + docs/node_modules/lodash/fp/defer.js | 5 + docs/node_modules/lodash/fp/delay.js | 5 + docs/node_modules/lodash/fp/difference.js | 5 + docs/node_modules/lodash/fp/differenceBy.js | 5 + docs/node_modules/lodash/fp/differenceWith.js | 5 + docs/node_modules/lodash/fp/dissoc.js | 1 + docs/node_modules/lodash/fp/dissocPath.js | 1 + docs/node_modules/lodash/fp/divide.js | 5 + docs/node_modules/lodash/fp/drop.js | 5 + docs/node_modules/lodash/fp/dropLast.js | 1 + docs/node_modules/lodash/fp/dropLastWhile.js | 1 + docs/node_modules/lodash/fp/dropRight.js | 5 + docs/node_modules/lodash/fp/dropRightWhile.js | 5 + docs/node_modules/lodash/fp/dropWhile.js | 5 + docs/node_modules/lodash/fp/each.js | 1 + docs/node_modules/lodash/fp/eachRight.js | 1 + docs/node_modules/lodash/fp/endsWith.js | 5 + docs/node_modules/lodash/fp/entries.js | 1 + docs/node_modules/lodash/fp/entriesIn.js | 1 + docs/node_modules/lodash/fp/eq.js | 5 + docs/node_modules/lodash/fp/equals.js | 1 + docs/node_modules/lodash/fp/escape.js | 5 + docs/node_modules/lodash/fp/escapeRegExp.js | 5 + docs/node_modules/lodash/fp/every.js | 5 + docs/node_modules/lodash/fp/extend.js | 1 + docs/node_modules/lodash/fp/extendAll.js | 1 + docs/node_modules/lodash/fp/extendAllWith.js | 1 + docs/node_modules/lodash/fp/extendWith.js | 1 + docs/node_modules/lodash/fp/fill.js | 5 + docs/node_modules/lodash/fp/filter.js | 5 + docs/node_modules/lodash/fp/find.js | 5 + docs/node_modules/lodash/fp/findFrom.js | 5 + docs/node_modules/lodash/fp/findIndex.js | 5 + docs/node_modules/lodash/fp/findIndexFrom.js | 5 + docs/node_modules/lodash/fp/findKey.js | 5 + docs/node_modules/lodash/fp/findLast.js | 5 + docs/node_modules/lodash/fp/findLastFrom.js | 5 + docs/node_modules/lodash/fp/findLastIndex.js | 5 + .../lodash/fp/findLastIndexFrom.js | 5 + docs/node_modules/lodash/fp/findLastKey.js | 5 + docs/node_modules/lodash/fp/first.js | 1 + docs/node_modules/lodash/fp/flatMap.js | 5 + docs/node_modules/lodash/fp/flatMapDeep.js | 5 + docs/node_modules/lodash/fp/flatMapDepth.js | 5 + docs/node_modules/lodash/fp/flatten.js | 5 + docs/node_modules/lodash/fp/flattenDeep.js | 5 + docs/node_modules/lodash/fp/flattenDepth.js | 5 + docs/node_modules/lodash/fp/flip.js | 5 + docs/node_modules/lodash/fp/floor.js | 5 + docs/node_modules/lodash/fp/flow.js | 5 + docs/node_modules/lodash/fp/flowRight.js | 5 + docs/node_modules/lodash/fp/forEach.js | 5 + docs/node_modules/lodash/fp/forEachRight.js | 5 + docs/node_modules/lodash/fp/forIn.js | 5 + docs/node_modules/lodash/fp/forInRight.js | 5 + docs/node_modules/lodash/fp/forOwn.js | 5 + docs/node_modules/lodash/fp/forOwnRight.js | 5 + docs/node_modules/lodash/fp/fromPairs.js | 5 + docs/node_modules/lodash/fp/function.js | 2 + docs/node_modules/lodash/fp/functions.js | 5 + docs/node_modules/lodash/fp/functionsIn.js | 5 + docs/node_modules/lodash/fp/get.js | 5 + docs/node_modules/lodash/fp/getOr.js | 5 + docs/node_modules/lodash/fp/groupBy.js | 5 + docs/node_modules/lodash/fp/gt.js | 5 + docs/node_modules/lodash/fp/gte.js | 5 + docs/node_modules/lodash/fp/has.js | 5 + docs/node_modules/lodash/fp/hasIn.js | 5 + docs/node_modules/lodash/fp/head.js | 5 + docs/node_modules/lodash/fp/identical.js | 1 + docs/node_modules/lodash/fp/identity.js | 5 + docs/node_modules/lodash/fp/inRange.js | 5 + docs/node_modules/lodash/fp/includes.js | 5 + docs/node_modules/lodash/fp/includesFrom.js | 5 + docs/node_modules/lodash/fp/indexBy.js | 1 + docs/node_modules/lodash/fp/indexOf.js | 5 + docs/node_modules/lodash/fp/indexOfFrom.js | 5 + docs/node_modules/lodash/fp/init.js | 1 + docs/node_modules/lodash/fp/initial.js | 5 + docs/node_modules/lodash/fp/intersection.js | 5 + docs/node_modules/lodash/fp/intersectionBy.js | 5 + .../lodash/fp/intersectionWith.js | 5 + docs/node_modules/lodash/fp/invert.js | 5 + docs/node_modules/lodash/fp/invertBy.js | 5 + docs/node_modules/lodash/fp/invertObj.js | 1 + docs/node_modules/lodash/fp/invoke.js | 5 + docs/node_modules/lodash/fp/invokeArgs.js | 5 + docs/node_modules/lodash/fp/invokeArgsMap.js | 5 + docs/node_modules/lodash/fp/invokeMap.js | 5 + docs/node_modules/lodash/fp/isArguments.js | 5 + docs/node_modules/lodash/fp/isArray.js | 5 + docs/node_modules/lodash/fp/isArrayBuffer.js | 5 + docs/node_modules/lodash/fp/isArrayLike.js | 5 + .../lodash/fp/isArrayLikeObject.js | 5 + docs/node_modules/lodash/fp/isBoolean.js | 5 + docs/node_modules/lodash/fp/isBuffer.js | 5 + docs/node_modules/lodash/fp/isDate.js | 5 + docs/node_modules/lodash/fp/isElement.js | 5 + docs/node_modules/lodash/fp/isEmpty.js | 5 + docs/node_modules/lodash/fp/isEqual.js | 5 + docs/node_modules/lodash/fp/isEqualWith.js | 5 + docs/node_modules/lodash/fp/isError.js | 5 + docs/node_modules/lodash/fp/isFinite.js | 5 + docs/node_modules/lodash/fp/isFunction.js | 5 + docs/node_modules/lodash/fp/isInteger.js | 5 + docs/node_modules/lodash/fp/isLength.js | 5 + docs/node_modules/lodash/fp/isMap.js | 5 + docs/node_modules/lodash/fp/isMatch.js | 5 + docs/node_modules/lodash/fp/isMatchWith.js | 5 + docs/node_modules/lodash/fp/isNaN.js | 5 + docs/node_modules/lodash/fp/isNative.js | 5 + docs/node_modules/lodash/fp/isNil.js | 5 + docs/node_modules/lodash/fp/isNull.js | 5 + docs/node_modules/lodash/fp/isNumber.js | 5 + docs/node_modules/lodash/fp/isObject.js | 5 + docs/node_modules/lodash/fp/isObjectLike.js | 5 + docs/node_modules/lodash/fp/isPlainObject.js | 5 + docs/node_modules/lodash/fp/isRegExp.js | 5 + docs/node_modules/lodash/fp/isSafeInteger.js | 5 + docs/node_modules/lodash/fp/isSet.js | 5 + docs/node_modules/lodash/fp/isString.js | 5 + docs/node_modules/lodash/fp/isSymbol.js | 5 + docs/node_modules/lodash/fp/isTypedArray.js | 5 + docs/node_modules/lodash/fp/isUndefined.js | 5 + docs/node_modules/lodash/fp/isWeakMap.js | 5 + docs/node_modules/lodash/fp/isWeakSet.js | 5 + docs/node_modules/lodash/fp/iteratee.js | 5 + docs/node_modules/lodash/fp/join.js | 5 + docs/node_modules/lodash/fp/juxt.js | 1 + docs/node_modules/lodash/fp/kebabCase.js | 5 + docs/node_modules/lodash/fp/keyBy.js | 5 + docs/node_modules/lodash/fp/keys.js | 5 + docs/node_modules/lodash/fp/keysIn.js | 5 + docs/node_modules/lodash/fp/lang.js | 2 + docs/node_modules/lodash/fp/last.js | 5 + docs/node_modules/lodash/fp/lastIndexOf.js | 5 + .../node_modules/lodash/fp/lastIndexOfFrom.js | 5 + docs/node_modules/lodash/fp/lowerCase.js | 5 + docs/node_modules/lodash/fp/lowerFirst.js | 5 + docs/node_modules/lodash/fp/lt.js | 5 + docs/node_modules/lodash/fp/lte.js | 5 + docs/node_modules/lodash/fp/map.js | 5 + docs/node_modules/lodash/fp/mapKeys.js | 5 + docs/node_modules/lodash/fp/mapValues.js | 5 + docs/node_modules/lodash/fp/matches.js | 1 + .../node_modules/lodash/fp/matchesProperty.js | 5 + docs/node_modules/lodash/fp/math.js | 2 + docs/node_modules/lodash/fp/max.js | 5 + docs/node_modules/lodash/fp/maxBy.js | 5 + docs/node_modules/lodash/fp/mean.js | 5 + docs/node_modules/lodash/fp/meanBy.js | 5 + docs/node_modules/lodash/fp/memoize.js | 5 + docs/node_modules/lodash/fp/merge.js | 5 + docs/node_modules/lodash/fp/mergeAll.js | 5 + docs/node_modules/lodash/fp/mergeAllWith.js | 5 + docs/node_modules/lodash/fp/mergeWith.js | 5 + docs/node_modules/lodash/fp/method.js | 5 + docs/node_modules/lodash/fp/methodOf.js | 5 + docs/node_modules/lodash/fp/min.js | 5 + docs/node_modules/lodash/fp/minBy.js | 5 + docs/node_modules/lodash/fp/mixin.js | 5 + docs/node_modules/lodash/fp/multiply.js | 5 + docs/node_modules/lodash/fp/nAry.js | 1 + docs/node_modules/lodash/fp/negate.js | 5 + docs/node_modules/lodash/fp/next.js | 5 + docs/node_modules/lodash/fp/noop.js | 5 + docs/node_modules/lodash/fp/now.js | 5 + docs/node_modules/lodash/fp/nth.js | 5 + docs/node_modules/lodash/fp/nthArg.js | 5 + docs/node_modules/lodash/fp/number.js | 2 + docs/node_modules/lodash/fp/object.js | 2 + docs/node_modules/lodash/fp/omit.js | 5 + docs/node_modules/lodash/fp/omitAll.js | 1 + docs/node_modules/lodash/fp/omitBy.js | 5 + docs/node_modules/lodash/fp/once.js | 5 + docs/node_modules/lodash/fp/orderBy.js | 5 + docs/node_modules/lodash/fp/over.js | 5 + docs/node_modules/lodash/fp/overArgs.js | 5 + docs/node_modules/lodash/fp/overEvery.js | 5 + docs/node_modules/lodash/fp/overSome.js | 5 + docs/node_modules/lodash/fp/pad.js | 5 + docs/node_modules/lodash/fp/padChars.js | 5 + docs/node_modules/lodash/fp/padCharsEnd.js | 5 + docs/node_modules/lodash/fp/padCharsStart.js | 5 + docs/node_modules/lodash/fp/padEnd.js | 5 + docs/node_modules/lodash/fp/padStart.js | 5 + docs/node_modules/lodash/fp/parseInt.js | 5 + docs/node_modules/lodash/fp/partial.js | 5 + docs/node_modules/lodash/fp/partialRight.js | 5 + docs/node_modules/lodash/fp/partition.js | 5 + docs/node_modules/lodash/fp/path.js | 1 + docs/node_modules/lodash/fp/pathEq.js | 1 + docs/node_modules/lodash/fp/pathOr.js | 1 + docs/node_modules/lodash/fp/paths.js | 1 + docs/node_modules/lodash/fp/pick.js | 5 + docs/node_modules/lodash/fp/pickAll.js | 1 + docs/node_modules/lodash/fp/pickBy.js | 5 + docs/node_modules/lodash/fp/pipe.js | 1 + docs/node_modules/lodash/fp/placeholder.js | 6 + docs/node_modules/lodash/fp/plant.js | 5 + docs/node_modules/lodash/fp/pluck.js | 1 + docs/node_modules/lodash/fp/prop.js | 1 + docs/node_modules/lodash/fp/propEq.js | 1 + docs/node_modules/lodash/fp/propOr.js | 1 + docs/node_modules/lodash/fp/property.js | 1 + docs/node_modules/lodash/fp/propertyOf.js | 5 + docs/node_modules/lodash/fp/props.js | 1 + docs/node_modules/lodash/fp/pull.js | 5 + docs/node_modules/lodash/fp/pullAll.js | 5 + docs/node_modules/lodash/fp/pullAllBy.js | 5 + docs/node_modules/lodash/fp/pullAllWith.js | 5 + docs/node_modules/lodash/fp/pullAt.js | 5 + docs/node_modules/lodash/fp/random.js | 5 + docs/node_modules/lodash/fp/range.js | 5 + docs/node_modules/lodash/fp/rangeRight.js | 5 + docs/node_modules/lodash/fp/rangeStep.js | 5 + docs/node_modules/lodash/fp/rangeStepRight.js | 5 + docs/node_modules/lodash/fp/rearg.js | 5 + docs/node_modules/lodash/fp/reduce.js | 5 + docs/node_modules/lodash/fp/reduceRight.js | 5 + docs/node_modules/lodash/fp/reject.js | 5 + docs/node_modules/lodash/fp/remove.js | 5 + docs/node_modules/lodash/fp/repeat.js | 5 + docs/node_modules/lodash/fp/replace.js | 5 + docs/node_modules/lodash/fp/rest.js | 5 + docs/node_modules/lodash/fp/restFrom.js | 5 + docs/node_modules/lodash/fp/result.js | 5 + docs/node_modules/lodash/fp/reverse.js | 5 + docs/node_modules/lodash/fp/round.js | 5 + docs/node_modules/lodash/fp/sample.js | 5 + docs/node_modules/lodash/fp/sampleSize.js | 5 + docs/node_modules/lodash/fp/seq.js | 2 + docs/node_modules/lodash/fp/set.js | 5 + docs/node_modules/lodash/fp/setWith.js | 5 + docs/node_modules/lodash/fp/shuffle.js | 5 + docs/node_modules/lodash/fp/size.js | 5 + docs/node_modules/lodash/fp/slice.js | 5 + docs/node_modules/lodash/fp/snakeCase.js | 5 + docs/node_modules/lodash/fp/some.js | 5 + docs/node_modules/lodash/fp/sortBy.js | 5 + docs/node_modules/lodash/fp/sortedIndex.js | 5 + docs/node_modules/lodash/fp/sortedIndexBy.js | 5 + docs/node_modules/lodash/fp/sortedIndexOf.js | 5 + .../node_modules/lodash/fp/sortedLastIndex.js | 5 + .../lodash/fp/sortedLastIndexBy.js | 5 + .../lodash/fp/sortedLastIndexOf.js | 5 + docs/node_modules/lodash/fp/sortedUniq.js | 5 + docs/node_modules/lodash/fp/sortedUniqBy.js | 5 + docs/node_modules/lodash/fp/split.js | 5 + docs/node_modules/lodash/fp/spread.js | 5 + docs/node_modules/lodash/fp/spreadFrom.js | 5 + docs/node_modules/lodash/fp/startCase.js | 5 + docs/node_modules/lodash/fp/startsWith.js | 5 + docs/node_modules/lodash/fp/string.js | 2 + docs/node_modules/lodash/fp/stubArray.js | 5 + docs/node_modules/lodash/fp/stubFalse.js | 5 + docs/node_modules/lodash/fp/stubObject.js | 5 + docs/node_modules/lodash/fp/stubString.js | 5 + docs/node_modules/lodash/fp/stubTrue.js | 5 + docs/node_modules/lodash/fp/subtract.js | 5 + docs/node_modules/lodash/fp/sum.js | 5 + docs/node_modules/lodash/fp/sumBy.js | 5 + .../lodash/fp/symmetricDifference.js | 1 + .../lodash/fp/symmetricDifferenceBy.js | 1 + .../lodash/fp/symmetricDifferenceWith.js | 1 + docs/node_modules/lodash/fp/tail.js | 5 + docs/node_modules/lodash/fp/take.js | 5 + docs/node_modules/lodash/fp/takeLast.js | 1 + docs/node_modules/lodash/fp/takeLastWhile.js | 1 + docs/node_modules/lodash/fp/takeRight.js | 5 + docs/node_modules/lodash/fp/takeRightWhile.js | 5 + docs/node_modules/lodash/fp/takeWhile.js | 5 + docs/node_modules/lodash/fp/tap.js | 5 + docs/node_modules/lodash/fp/template.js | 5 + .../lodash/fp/templateSettings.js | 5 + docs/node_modules/lodash/fp/throttle.js | 5 + docs/node_modules/lodash/fp/thru.js | 5 + docs/node_modules/lodash/fp/times.js | 5 + docs/node_modules/lodash/fp/toArray.js | 5 + docs/node_modules/lodash/fp/toFinite.js | 5 + docs/node_modules/lodash/fp/toInteger.js | 5 + docs/node_modules/lodash/fp/toIterator.js | 5 + docs/node_modules/lodash/fp/toJSON.js | 5 + docs/node_modules/lodash/fp/toLength.js | 5 + docs/node_modules/lodash/fp/toLower.js | 5 + docs/node_modules/lodash/fp/toNumber.js | 5 + docs/node_modules/lodash/fp/toPairs.js | 5 + docs/node_modules/lodash/fp/toPairsIn.js | 5 + docs/node_modules/lodash/fp/toPath.js | 5 + docs/node_modules/lodash/fp/toPlainObject.js | 5 + docs/node_modules/lodash/fp/toSafeInteger.js | 5 + docs/node_modules/lodash/fp/toString.js | 5 + docs/node_modules/lodash/fp/toUpper.js | 5 + docs/node_modules/lodash/fp/transform.js | 5 + docs/node_modules/lodash/fp/trim.js | 5 + docs/node_modules/lodash/fp/trimChars.js | 5 + docs/node_modules/lodash/fp/trimCharsEnd.js | 5 + docs/node_modules/lodash/fp/trimCharsStart.js | 5 + docs/node_modules/lodash/fp/trimEnd.js | 5 + docs/node_modules/lodash/fp/trimStart.js | 5 + docs/node_modules/lodash/fp/truncate.js | 5 + docs/node_modules/lodash/fp/unapply.js | 1 + docs/node_modules/lodash/fp/unary.js | 5 + docs/node_modules/lodash/fp/unescape.js | 5 + docs/node_modules/lodash/fp/union.js | 5 + docs/node_modules/lodash/fp/unionBy.js | 5 + docs/node_modules/lodash/fp/unionWith.js | 5 + docs/node_modules/lodash/fp/uniq.js | 5 + docs/node_modules/lodash/fp/uniqBy.js | 5 + docs/node_modules/lodash/fp/uniqWith.js | 5 + docs/node_modules/lodash/fp/uniqueId.js | 5 + docs/node_modules/lodash/fp/unnest.js | 1 + docs/node_modules/lodash/fp/unset.js | 5 + docs/node_modules/lodash/fp/unzip.js | 5 + docs/node_modules/lodash/fp/unzipWith.js | 5 + docs/node_modules/lodash/fp/update.js | 5 + docs/node_modules/lodash/fp/updateWith.js | 5 + docs/node_modules/lodash/fp/upperCase.js | 5 + docs/node_modules/lodash/fp/upperFirst.js | 5 + docs/node_modules/lodash/fp/useWith.js | 1 + docs/node_modules/lodash/fp/util.js | 2 + docs/node_modules/lodash/fp/value.js | 5 + docs/node_modules/lodash/fp/valueOf.js | 5 + docs/node_modules/lodash/fp/values.js | 5 + docs/node_modules/lodash/fp/valuesIn.js | 5 + docs/node_modules/lodash/fp/where.js | 1 + docs/node_modules/lodash/fp/whereEq.js | 1 + docs/node_modules/lodash/fp/without.js | 5 + docs/node_modules/lodash/fp/words.js | 5 + docs/node_modules/lodash/fp/wrap.js | 5 + docs/node_modules/lodash/fp/wrapperAt.js | 5 + docs/node_modules/lodash/fp/wrapperChain.js | 5 + docs/node_modules/lodash/fp/wrapperLodash.js | 5 + docs/node_modules/lodash/fp/wrapperReverse.js | 5 + docs/node_modules/lodash/fp/wrapperValue.js | 5 + docs/node_modules/lodash/fp/xor.js | 5 + docs/node_modules/lodash/fp/xorBy.js | 5 + docs/node_modules/lodash/fp/xorWith.js | 5 + docs/node_modules/lodash/fp/zip.js | 5 + docs/node_modules/lodash/fp/zipAll.js | 5 + docs/node_modules/lodash/fp/zipObj.js | 1 + docs/node_modules/lodash/fp/zipObject.js | 5 + docs/node_modules/lodash/fp/zipObjectDeep.js | 5 + docs/node_modules/lodash/fp/zipWith.js | 5 + docs/node_modules/lodash/fromPairs.js | 28 + docs/node_modules/lodash/function.js | 25 + docs/node_modules/lodash/functions.js | 31 + docs/node_modules/lodash/functionsIn.js | 31 + docs/node_modules/lodash/get.js | 33 + docs/node_modules/lodash/groupBy.js | 41 + docs/node_modules/lodash/gt.js | 29 + docs/node_modules/lodash/gte.js | 30 + docs/node_modules/lodash/has.js | 35 + docs/node_modules/lodash/hasIn.js | 34 + docs/node_modules/lodash/head.js | 23 + docs/node_modules/lodash/identity.js | 21 + docs/node_modules/lodash/inRange.js | 55 + docs/node_modules/lodash/includes.js | 53 + docs/node_modules/lodash/index.js | 1 + docs/node_modules/lodash/indexOf.js | 42 + docs/node_modules/lodash/initial.js | 22 + docs/node_modules/lodash/intersection.js | 30 + docs/node_modules/lodash/intersectionBy.js | 45 + docs/node_modules/lodash/intersectionWith.js | 41 + docs/node_modules/lodash/invert.js | 42 + docs/node_modules/lodash/invertBy.js | 56 + docs/node_modules/lodash/invoke.js | 24 + docs/node_modules/lodash/invokeMap.js | 41 + docs/node_modules/lodash/isArguments.js | 36 + docs/node_modules/lodash/isArray.js | 26 + docs/node_modules/lodash/isArrayBuffer.js | 27 + docs/node_modules/lodash/isArrayLike.js | 33 + docs/node_modules/lodash/isArrayLikeObject.js | 33 + docs/node_modules/lodash/isBoolean.js | 29 + docs/node_modules/lodash/isBuffer.js | 38 + docs/node_modules/lodash/isDate.js | 27 + docs/node_modules/lodash/isElement.js | 25 + docs/node_modules/lodash/isEmpty.js | 77 + docs/node_modules/lodash/isEqual.js | 35 + docs/node_modules/lodash/isEqualWith.js | 41 + docs/node_modules/lodash/isError.js | 36 + docs/node_modules/lodash/isFinite.js | 36 + docs/node_modules/lodash/isFunction.js | 37 + docs/node_modules/lodash/isInteger.js | 33 + docs/node_modules/lodash/isLength.js | 35 + docs/node_modules/lodash/isMap.js | 27 + docs/node_modules/lodash/isMatch.js | 36 + docs/node_modules/lodash/isMatchWith.js | 41 + docs/node_modules/lodash/isNaN.js | 38 + docs/node_modules/lodash/isNative.js | 40 + docs/node_modules/lodash/isNil.js | 25 + docs/node_modules/lodash/isNull.js | 22 + docs/node_modules/lodash/isNumber.js | 38 + docs/node_modules/lodash/isObject.js | 31 + docs/node_modules/lodash/isObjectLike.js | 29 + docs/node_modules/lodash/isPlainObject.js | 62 + docs/node_modules/lodash/isRegExp.js | 27 + docs/node_modules/lodash/isSafeInteger.js | 37 + docs/node_modules/lodash/isSet.js | 27 + docs/node_modules/lodash/isString.js | 30 + docs/node_modules/lodash/isSymbol.js | 29 + docs/node_modules/lodash/isTypedArray.js | 27 + docs/node_modules/lodash/isUndefined.js | 22 + docs/node_modules/lodash/isWeakMap.js | 28 + docs/node_modules/lodash/isWeakSet.js | 28 + docs/node_modules/lodash/iteratee.js | 53 + docs/node_modules/lodash/join.js | 26 + docs/node_modules/lodash/kebabCase.js | 28 + docs/node_modules/lodash/keyBy.js | 36 + docs/node_modules/lodash/keys.js | 37 + docs/node_modules/lodash/keysIn.js | 32 + docs/node_modules/lodash/lang.js | 58 + docs/node_modules/lodash/last.js | 20 + docs/node_modules/lodash/lastIndexOf.js | 46 + docs/node_modules/lodash/lodash.js | 17209 ++++++++++++++++ docs/node_modules/lodash/lodash.min.js | 140 + docs/node_modules/lodash/lowerCase.js | 27 + docs/node_modules/lodash/lowerFirst.js | 22 + docs/node_modules/lodash/lt.js | 29 + docs/node_modules/lodash/lte.js | 30 + docs/node_modules/lodash/map.js | 53 + docs/node_modules/lodash/mapKeys.js | 36 + docs/node_modules/lodash/mapValues.js | 43 + docs/node_modules/lodash/matches.js | 46 + docs/node_modules/lodash/matchesProperty.js | 44 + docs/node_modules/lodash/math.js | 17 + docs/node_modules/lodash/max.js | 29 + docs/node_modules/lodash/maxBy.js | 34 + docs/node_modules/lodash/mean.js | 22 + docs/node_modules/lodash/meanBy.js | 31 + docs/node_modules/lodash/memoize.js | 73 + docs/node_modules/lodash/merge.js | 39 + docs/node_modules/lodash/mergeWith.js | 39 + docs/node_modules/lodash/method.js | 34 + docs/node_modules/lodash/methodOf.js | 33 + docs/node_modules/lodash/min.js | 29 + docs/node_modules/lodash/minBy.js | 34 + docs/node_modules/lodash/mixin.js | 74 + docs/node_modules/lodash/multiply.js | 22 + docs/node_modules/lodash/negate.js | 40 + docs/node_modules/lodash/next.js | 35 + docs/node_modules/lodash/noop.js | 17 + docs/node_modules/lodash/now.js | 23 + docs/node_modules/lodash/nth.js | 29 + docs/node_modules/lodash/nthArg.js | 32 + docs/node_modules/lodash/number.js | 5 + docs/node_modules/lodash/object.js | 49 + docs/node_modules/lodash/omit.js | 57 + docs/node_modules/lodash/omitBy.js | 29 + docs/node_modules/lodash/once.js | 25 + docs/node_modules/lodash/orderBy.js | 47 + docs/node_modules/lodash/over.js | 24 + docs/node_modules/lodash/overArgs.js | 61 + docs/node_modules/lodash/overEvery.js | 34 + docs/node_modules/lodash/overSome.js | 37 + docs/node_modules/lodash/package.json | 17 + docs/node_modules/lodash/pad.js | 49 + docs/node_modules/lodash/padEnd.js | 39 + docs/node_modules/lodash/padStart.js | 39 + docs/node_modules/lodash/parseInt.js | 43 + docs/node_modules/lodash/partial.js | 50 + docs/node_modules/lodash/partialRight.js | 49 + docs/node_modules/lodash/partition.js | 43 + docs/node_modules/lodash/pick.js | 25 + docs/node_modules/lodash/pickBy.js | 37 + docs/node_modules/lodash/plant.js | 48 + docs/node_modules/lodash/property.js | 32 + docs/node_modules/lodash/propertyOf.js | 30 + docs/node_modules/lodash/pull.js | 29 + docs/node_modules/lodash/pullAll.js | 29 + docs/node_modules/lodash/pullAllBy.js | 33 + docs/node_modules/lodash/pullAllWith.js | 32 + docs/node_modules/lodash/pullAt.js | 43 + docs/node_modules/lodash/random.js | 82 + docs/node_modules/lodash/range.js | 46 + docs/node_modules/lodash/rangeRight.js | 41 + docs/node_modules/lodash/rearg.js | 33 + docs/node_modules/lodash/reduce.js | 51 + docs/node_modules/lodash/reduceRight.js | 36 + docs/node_modules/lodash/reject.js | 46 + docs/node_modules/lodash/release.md | 48 + docs/node_modules/lodash/remove.js | 53 + docs/node_modules/lodash/repeat.js | 37 + docs/node_modules/lodash/replace.js | 29 + docs/node_modules/lodash/rest.js | 40 + docs/node_modules/lodash/result.js | 56 + docs/node_modules/lodash/reverse.js | 34 + docs/node_modules/lodash/round.js | 26 + docs/node_modules/lodash/sample.js | 24 + docs/node_modules/lodash/sampleSize.js | 37 + docs/node_modules/lodash/seq.js | 16 + docs/node_modules/lodash/set.js | 35 + docs/node_modules/lodash/setWith.js | 32 + docs/node_modules/lodash/shuffle.js | 25 + docs/node_modules/lodash/size.js | 46 + docs/node_modules/lodash/slice.js | 37 + docs/node_modules/lodash/snakeCase.js | 28 + docs/node_modules/lodash/some.js | 51 + docs/node_modules/lodash/sortBy.js | 48 + docs/node_modules/lodash/sortedIndex.js | 24 + docs/node_modules/lodash/sortedIndexBy.js | 33 + docs/node_modules/lodash/sortedIndexOf.js | 31 + docs/node_modules/lodash/sortedLastIndex.js | 25 + docs/node_modules/lodash/sortedLastIndexBy.js | 33 + docs/node_modules/lodash/sortedLastIndexOf.js | 31 + docs/node_modules/lodash/sortedUniq.js | 24 + docs/node_modules/lodash/sortedUniqBy.js | 26 + docs/node_modules/lodash/split.js | 52 + docs/node_modules/lodash/spread.js | 63 + docs/node_modules/lodash/startCase.js | 29 + docs/node_modules/lodash/startsWith.js | 39 + docs/node_modules/lodash/string.js | 33 + docs/node_modules/lodash/stubArray.js | 23 + docs/node_modules/lodash/stubFalse.js | 18 + docs/node_modules/lodash/stubObject.js | 23 + docs/node_modules/lodash/stubString.js | 18 + docs/node_modules/lodash/stubTrue.js | 18 + docs/node_modules/lodash/subtract.js | 22 + docs/node_modules/lodash/sum.js | 24 + docs/node_modules/lodash/sumBy.js | 33 + docs/node_modules/lodash/tail.js | 22 + docs/node_modules/lodash/take.js | 37 + docs/node_modules/lodash/takeRight.js | 39 + docs/node_modules/lodash/takeRightWhile.js | 45 + docs/node_modules/lodash/takeWhile.js | 45 + docs/node_modules/lodash/tap.js | 29 + docs/node_modules/lodash/template.js | 272 + docs/node_modules/lodash/templateSettings.js | 67 + docs/node_modules/lodash/throttle.js | 69 + docs/node_modules/lodash/thru.js | 28 + docs/node_modules/lodash/times.js | 51 + docs/node_modules/lodash/toArray.js | 58 + docs/node_modules/lodash/toFinite.js | 42 + docs/node_modules/lodash/toInteger.js | 36 + docs/node_modules/lodash/toIterator.js | 23 + docs/node_modules/lodash/toJSON.js | 1 + docs/node_modules/lodash/toLength.js | 38 + docs/node_modules/lodash/toLower.js | 28 + docs/node_modules/lodash/toNumber.js | 64 + docs/node_modules/lodash/toPairs.js | 30 + docs/node_modules/lodash/toPairsIn.js | 30 + docs/node_modules/lodash/toPath.js | 33 + docs/node_modules/lodash/toPlainObject.js | 32 + docs/node_modules/lodash/toSafeInteger.js | 37 + docs/node_modules/lodash/toString.js | 28 + docs/node_modules/lodash/toUpper.js | 28 + docs/node_modules/lodash/transform.js | 65 + docs/node_modules/lodash/trim.js | 47 + docs/node_modules/lodash/trimEnd.js | 41 + docs/node_modules/lodash/trimStart.js | 43 + docs/node_modules/lodash/truncate.js | 111 + docs/node_modules/lodash/unary.js | 22 + docs/node_modules/lodash/unescape.js | 34 + docs/node_modules/lodash/union.js | 26 + docs/node_modules/lodash/unionBy.js | 39 + docs/node_modules/lodash/unionWith.js | 34 + docs/node_modules/lodash/uniq.js | 25 + docs/node_modules/lodash/uniqBy.js | 31 + docs/node_modules/lodash/uniqWith.js | 28 + docs/node_modules/lodash/uniqueId.js | 28 + docs/node_modules/lodash/unset.js | 34 + docs/node_modules/lodash/unzip.js | 45 + docs/node_modules/lodash/unzipWith.js | 39 + docs/node_modules/lodash/update.js | 35 + docs/node_modules/lodash/updateWith.js | 33 + docs/node_modules/lodash/upperCase.js | 27 + docs/node_modules/lodash/upperFirst.js | 22 + docs/node_modules/lodash/util.js | 34 + docs/node_modules/lodash/value.js | 1 + docs/node_modules/lodash/valueOf.js | 1 + docs/node_modules/lodash/values.js | 34 + docs/node_modules/lodash/valuesIn.js | 32 + docs/node_modules/lodash/without.js | 31 + docs/node_modules/lodash/words.js | 35 + docs/node_modules/lodash/wrap.js | 30 + docs/node_modules/lodash/wrapperAt.js | 48 + docs/node_modules/lodash/wrapperChain.js | 34 + docs/node_modules/lodash/wrapperLodash.js | 147 + docs/node_modules/lodash/wrapperReverse.js | 44 + docs/node_modules/lodash/wrapperValue.js | 21 + docs/node_modules/lodash/xor.js | 28 + docs/node_modules/lodash/xorBy.js | 39 + docs/node_modules/lodash/xorWith.js | 34 + docs/node_modules/lodash/zip.js | 22 + docs/node_modules/lodash/zipObject.js | 24 + docs/node_modules/lodash/zipObjectDeep.js | 23 + docs/node_modules/lodash/zipWith.js | 32 + docs/node_modules/loose-envify/LICENSE | 21 + docs/node_modules/loose-envify/README.md | 45 + docs/node_modules/loose-envify/cli.js | 16 + docs/node_modules/loose-envify/custom.js | 4 + docs/node_modules/loose-envify/index.js | 3 + .../node_modules/loose-envify/loose-envify.js | 36 + docs/node_modules/loose-envify/package.json | 36 + docs/node_modules/loose-envify/replace.js | 65 + docs/node_modules/react/LICENSE | 21 + docs/node_modules/react/README.md | 37 + .../cjs/react-jsx-dev-runtime.development.js | 1296 ++ .../react-jsx-dev-runtime.production.min.js | 10 + .../react-jsx-dev-runtime.profiling.min.js | 10 + .../cjs/react-jsx-runtime.development.js | 1314 ++ .../cjs/react-jsx-runtime.production.min.js | 11 + .../cjs/react-jsx-runtime.profiling.min.js | 11 + .../react/cjs/react.development.js | 2739 +++ .../react/cjs/react.production.min.js | 26 + .../cjs/react.shared-subset.development.js | 20 + .../cjs/react.shared-subset.production.min.js | 10 + docs/node_modules/react/index.js | 7 + docs/node_modules/react/jsx-dev-runtime.js | 7 + docs/node_modules/react/jsx-runtime.js | 7 + docs/node_modules/react/package.json | 47 + .../node_modules/react/react.shared-subset.js | 7 + .../react/umd/react.development.js | 3342 +++ .../react/umd/react.production.min.js | 31 + .../react/umd/react.profiling.min.js | 31 + docs/node_modules/ruby/.editorconfig | 13 + docs/node_modules/ruby/.eslintignore | 2 + docs/node_modules/ruby/.eslintrc | 41 + docs/node_modules/ruby/.mversionrc | 10 + docs/node_modules/ruby/.npmignore | 5 + docs/node_modules/ruby/.nvmrc | 1 + .../ruby/.publish/assets/css/style.css | 21 + .../ruby/.publish/assets/images/logos.png | Bin 0 -> 98736 bytes .../ruby/.publish/assets/js/javascript.js | 16 + .../ruby/.publish/assets/template.jst | 89 + docs/node_modules/ruby/.publish/index.html | 339 + docs/node_modules/ruby/.publish/integer.html | 573 + .../ruby/.publish/percent_strings.html | 182 + docs/node_modules/ruby/.publish/stdout.html | 303 + docs/node_modules/ruby/.publish/string.html | 403 + docs/node_modules/ruby/.publish/style.css | 21 + .../ruby/.publish/top_level_methods.html | 138 + docs/node_modules/ruby/.travis.yml | 3 + docs/node_modules/ruby/README.md | 44 + docs/node_modules/ruby/dist/index.js | 85 + docs/node_modules/ruby/dist/integer.js | 116 + .../node_modules/ruby/dist/percent_strings.js | 28 + docs/node_modules/ruby/dist/stdout.js | 80 + docs/node_modules/ruby/dist/string.js | 72 + .../ruby/docs/assets/css/style.css | 21 + .../ruby/docs/assets/images/logos.png | Bin 0 -> 98736 bytes .../ruby/docs/assets/js/javascript.js | 16 + .../ruby/docs/assets/template.jst | 89 + docs/node_modules/ruby/docs/index.html | 309 + docs/node_modules/ruby/docs/integer.html | 666 + .../ruby/docs/percent_strings.html | 182 + docs/node_modules/ruby/docs/stdout.html | 303 + docs/node_modules/ruby/docs/string.html | 405 + docs/node_modules/ruby/docs/style.css | 21 + .../ruby/docs/top_level_methods.html | 138 + docs/node_modules/ruby/package.json | 45 + docs/package-lock.json | 89 + docs/package.json | 6 + 1144 files changed, 60951 insertions(+) create mode 100644 docs/build/images/01_2_iso-25010-topics-EN.drawio.png create mode 100644 docs/build/images/05_building_blocks-EN.png create mode 100644 docs/build/images/08-Crosscutting-Concepts-Structure-EN.png create mode 100644 docs/build/images/arc42-logo.png create mode 100644 docs/build/index.html create mode 100644 docs/node_modules/.bin/gh-pages-clean.cmd create mode 100644 docs/node_modules/.bin/gh-pages-clean.ps1 create mode 100644 docs/node_modules/.bin/gh-pages.cmd create mode 100644 docs/node_modules/.bin/gh-pages.ps1 create mode 120000 docs/node_modules/.bin/loose-envify create mode 100644 docs/node_modules/.bin/resolve.cmd create mode 100644 docs/node_modules/.bin/resolve.ps1 create mode 100644 docs/node_modules/.bin/semver.cmd create mode 100644 docs/node_modules/.bin/semver.ps1 create mode 100644 docs/node_modules/.bin/shjs.cmd create mode 100644 docs/node_modules/.bin/shjs.ps1 create mode 100644 docs/node_modules/.bin/shx.cmd create mode 100644 docs/node_modules/.bin/shx.ps1 create mode 100644 docs/node_modules/.package-lock.json create mode 100644 docs/node_modules/js-tokens/CHANGELOG.md create mode 100644 docs/node_modules/js-tokens/LICENSE create mode 100644 docs/node_modules/js-tokens/README.md create mode 100644 docs/node_modules/js-tokens/index.js create mode 100644 docs/node_modules/js-tokens/package.json create mode 100644 docs/node_modules/lodash/LICENSE create mode 100644 docs/node_modules/lodash/README.md create mode 100644 docs/node_modules/lodash/_DataView.js create mode 100644 docs/node_modules/lodash/_Hash.js create mode 100644 docs/node_modules/lodash/_LazyWrapper.js create mode 100644 docs/node_modules/lodash/_ListCache.js create mode 100644 docs/node_modules/lodash/_LodashWrapper.js create mode 100644 docs/node_modules/lodash/_Map.js create mode 100644 docs/node_modules/lodash/_MapCache.js create mode 100644 docs/node_modules/lodash/_Promise.js create mode 100644 docs/node_modules/lodash/_Set.js create mode 100644 docs/node_modules/lodash/_SetCache.js create mode 100644 docs/node_modules/lodash/_Stack.js create mode 100644 docs/node_modules/lodash/_Symbol.js create mode 100644 docs/node_modules/lodash/_Uint8Array.js create mode 100644 docs/node_modules/lodash/_WeakMap.js create mode 100644 docs/node_modules/lodash/_apply.js create mode 100644 docs/node_modules/lodash/_arrayAggregator.js create mode 100644 docs/node_modules/lodash/_arrayEach.js create mode 100644 docs/node_modules/lodash/_arrayEachRight.js create mode 100644 docs/node_modules/lodash/_arrayEvery.js create mode 100644 docs/node_modules/lodash/_arrayFilter.js create mode 100644 docs/node_modules/lodash/_arrayIncludes.js create mode 100644 docs/node_modules/lodash/_arrayIncludesWith.js create mode 100644 docs/node_modules/lodash/_arrayLikeKeys.js create mode 100644 docs/node_modules/lodash/_arrayMap.js create mode 100644 docs/node_modules/lodash/_arrayPush.js create mode 100644 docs/node_modules/lodash/_arrayReduce.js create mode 100644 docs/node_modules/lodash/_arrayReduceRight.js create mode 100644 docs/node_modules/lodash/_arraySample.js create mode 100644 docs/node_modules/lodash/_arraySampleSize.js create mode 100644 docs/node_modules/lodash/_arrayShuffle.js create mode 100644 docs/node_modules/lodash/_arraySome.js create mode 100644 docs/node_modules/lodash/_asciiSize.js create mode 100644 docs/node_modules/lodash/_asciiToArray.js create mode 100644 docs/node_modules/lodash/_asciiWords.js create mode 100644 docs/node_modules/lodash/_assignMergeValue.js create mode 100644 docs/node_modules/lodash/_assignValue.js create mode 100644 docs/node_modules/lodash/_assocIndexOf.js create mode 100644 docs/node_modules/lodash/_baseAggregator.js create mode 100644 docs/node_modules/lodash/_baseAssign.js create mode 100644 docs/node_modules/lodash/_baseAssignIn.js create mode 100644 docs/node_modules/lodash/_baseAssignValue.js create mode 100644 docs/node_modules/lodash/_baseAt.js create mode 100644 docs/node_modules/lodash/_baseClamp.js create mode 100644 docs/node_modules/lodash/_baseClone.js create mode 100644 docs/node_modules/lodash/_baseConforms.js create mode 100644 docs/node_modules/lodash/_baseConformsTo.js create mode 100644 docs/node_modules/lodash/_baseCreate.js create mode 100644 docs/node_modules/lodash/_baseDelay.js create mode 100644 docs/node_modules/lodash/_baseDifference.js create mode 100644 docs/node_modules/lodash/_baseEach.js create mode 100644 docs/node_modules/lodash/_baseEachRight.js create mode 100644 docs/node_modules/lodash/_baseEvery.js create mode 100644 docs/node_modules/lodash/_baseExtremum.js create mode 100644 docs/node_modules/lodash/_baseFill.js create mode 100644 docs/node_modules/lodash/_baseFilter.js create mode 100644 docs/node_modules/lodash/_baseFindIndex.js create mode 100644 docs/node_modules/lodash/_baseFindKey.js create mode 100644 docs/node_modules/lodash/_baseFlatten.js create mode 100644 docs/node_modules/lodash/_baseFor.js create mode 100644 docs/node_modules/lodash/_baseForOwn.js create mode 100644 docs/node_modules/lodash/_baseForOwnRight.js create mode 100644 docs/node_modules/lodash/_baseForRight.js create mode 100644 docs/node_modules/lodash/_baseFunctions.js create mode 100644 docs/node_modules/lodash/_baseGet.js create mode 100644 docs/node_modules/lodash/_baseGetAllKeys.js create mode 100644 docs/node_modules/lodash/_baseGetTag.js create mode 100644 docs/node_modules/lodash/_baseGt.js create mode 100644 docs/node_modules/lodash/_baseHas.js create mode 100644 docs/node_modules/lodash/_baseHasIn.js create mode 100644 docs/node_modules/lodash/_baseInRange.js create mode 100644 docs/node_modules/lodash/_baseIndexOf.js create mode 100644 docs/node_modules/lodash/_baseIndexOfWith.js create mode 100644 docs/node_modules/lodash/_baseIntersection.js create mode 100644 docs/node_modules/lodash/_baseInverter.js create mode 100644 docs/node_modules/lodash/_baseInvoke.js create mode 100644 docs/node_modules/lodash/_baseIsArguments.js create mode 100644 docs/node_modules/lodash/_baseIsArrayBuffer.js create mode 100644 docs/node_modules/lodash/_baseIsDate.js create mode 100644 docs/node_modules/lodash/_baseIsEqual.js create mode 100644 docs/node_modules/lodash/_baseIsEqualDeep.js create mode 100644 docs/node_modules/lodash/_baseIsMap.js create mode 100644 docs/node_modules/lodash/_baseIsMatch.js create mode 100644 docs/node_modules/lodash/_baseIsNaN.js create mode 100644 docs/node_modules/lodash/_baseIsNative.js create mode 100644 docs/node_modules/lodash/_baseIsRegExp.js create mode 100644 docs/node_modules/lodash/_baseIsSet.js create mode 100644 docs/node_modules/lodash/_baseIsTypedArray.js create mode 100644 docs/node_modules/lodash/_baseIteratee.js create mode 100644 docs/node_modules/lodash/_baseKeys.js create mode 100644 docs/node_modules/lodash/_baseKeysIn.js create mode 100644 docs/node_modules/lodash/_baseLodash.js create mode 100644 docs/node_modules/lodash/_baseLt.js create mode 100644 docs/node_modules/lodash/_baseMap.js create mode 100644 docs/node_modules/lodash/_baseMatches.js create mode 100644 docs/node_modules/lodash/_baseMatchesProperty.js create mode 100644 docs/node_modules/lodash/_baseMean.js create mode 100644 docs/node_modules/lodash/_baseMerge.js create mode 100644 docs/node_modules/lodash/_baseMergeDeep.js create mode 100644 docs/node_modules/lodash/_baseNth.js create mode 100644 docs/node_modules/lodash/_baseOrderBy.js create mode 100644 docs/node_modules/lodash/_basePick.js create mode 100644 docs/node_modules/lodash/_basePickBy.js create mode 100644 docs/node_modules/lodash/_baseProperty.js create mode 100644 docs/node_modules/lodash/_basePropertyDeep.js create mode 100644 docs/node_modules/lodash/_basePropertyOf.js create mode 100644 docs/node_modules/lodash/_basePullAll.js create mode 100644 docs/node_modules/lodash/_basePullAt.js create mode 100644 docs/node_modules/lodash/_baseRandom.js create mode 100644 docs/node_modules/lodash/_baseRange.js create mode 100644 docs/node_modules/lodash/_baseReduce.js create mode 100644 docs/node_modules/lodash/_baseRepeat.js create mode 100644 docs/node_modules/lodash/_baseRest.js create mode 100644 docs/node_modules/lodash/_baseSample.js create mode 100644 docs/node_modules/lodash/_baseSampleSize.js create mode 100644 docs/node_modules/lodash/_baseSet.js create mode 100644 docs/node_modules/lodash/_baseSetData.js create mode 100644 docs/node_modules/lodash/_baseSetToString.js create mode 100644 docs/node_modules/lodash/_baseShuffle.js create mode 100644 docs/node_modules/lodash/_baseSlice.js create mode 100644 docs/node_modules/lodash/_baseSome.js create mode 100644 docs/node_modules/lodash/_baseSortBy.js create mode 100644 docs/node_modules/lodash/_baseSortedIndex.js create mode 100644 docs/node_modules/lodash/_baseSortedIndexBy.js create mode 100644 docs/node_modules/lodash/_baseSortedUniq.js create mode 100644 docs/node_modules/lodash/_baseSum.js create mode 100644 docs/node_modules/lodash/_baseTimes.js create mode 100644 docs/node_modules/lodash/_baseToNumber.js create mode 100644 docs/node_modules/lodash/_baseToPairs.js create mode 100644 docs/node_modules/lodash/_baseToString.js create mode 100644 docs/node_modules/lodash/_baseTrim.js create mode 100644 docs/node_modules/lodash/_baseUnary.js create mode 100644 docs/node_modules/lodash/_baseUniq.js create mode 100644 docs/node_modules/lodash/_baseUnset.js create mode 100644 docs/node_modules/lodash/_baseUpdate.js create mode 100644 docs/node_modules/lodash/_baseValues.js create mode 100644 docs/node_modules/lodash/_baseWhile.js create mode 100644 docs/node_modules/lodash/_baseWrapperValue.js create mode 100644 docs/node_modules/lodash/_baseXor.js create mode 100644 docs/node_modules/lodash/_baseZipObject.js create mode 100644 docs/node_modules/lodash/_cacheHas.js create mode 100644 docs/node_modules/lodash/_castArrayLikeObject.js create mode 100644 docs/node_modules/lodash/_castFunction.js create mode 100644 docs/node_modules/lodash/_castPath.js create mode 100644 docs/node_modules/lodash/_castRest.js create mode 100644 docs/node_modules/lodash/_castSlice.js create mode 100644 docs/node_modules/lodash/_charsEndIndex.js create mode 100644 docs/node_modules/lodash/_charsStartIndex.js create mode 100644 docs/node_modules/lodash/_cloneArrayBuffer.js create mode 100644 docs/node_modules/lodash/_cloneBuffer.js create mode 100644 docs/node_modules/lodash/_cloneDataView.js create mode 100644 docs/node_modules/lodash/_cloneRegExp.js create mode 100644 docs/node_modules/lodash/_cloneSymbol.js create mode 100644 docs/node_modules/lodash/_cloneTypedArray.js create mode 100644 docs/node_modules/lodash/_compareAscending.js create mode 100644 docs/node_modules/lodash/_compareMultiple.js create mode 100644 docs/node_modules/lodash/_composeArgs.js create mode 100644 docs/node_modules/lodash/_composeArgsRight.js create mode 100644 docs/node_modules/lodash/_copyArray.js create mode 100644 docs/node_modules/lodash/_copyObject.js create mode 100644 docs/node_modules/lodash/_copySymbols.js create mode 100644 docs/node_modules/lodash/_copySymbolsIn.js create mode 100644 docs/node_modules/lodash/_coreJsData.js create mode 100644 docs/node_modules/lodash/_countHolders.js create mode 100644 docs/node_modules/lodash/_createAggregator.js create mode 100644 docs/node_modules/lodash/_createAssigner.js create mode 100644 docs/node_modules/lodash/_createBaseEach.js create mode 100644 docs/node_modules/lodash/_createBaseFor.js create mode 100644 docs/node_modules/lodash/_createBind.js create mode 100644 docs/node_modules/lodash/_createCaseFirst.js create mode 100644 docs/node_modules/lodash/_createCompounder.js create mode 100644 docs/node_modules/lodash/_createCtor.js create mode 100644 docs/node_modules/lodash/_createCurry.js create mode 100644 docs/node_modules/lodash/_createFind.js create mode 100644 docs/node_modules/lodash/_createFlow.js create mode 100644 docs/node_modules/lodash/_createHybrid.js create mode 100644 docs/node_modules/lodash/_createInverter.js create mode 100644 docs/node_modules/lodash/_createMathOperation.js create mode 100644 docs/node_modules/lodash/_createOver.js create mode 100644 docs/node_modules/lodash/_createPadding.js create mode 100644 docs/node_modules/lodash/_createPartial.js create mode 100644 docs/node_modules/lodash/_createRange.js create mode 100644 docs/node_modules/lodash/_createRecurry.js create mode 100644 docs/node_modules/lodash/_createRelationalOperation.js create mode 100644 docs/node_modules/lodash/_createRound.js create mode 100644 docs/node_modules/lodash/_createSet.js create mode 100644 docs/node_modules/lodash/_createToPairs.js create mode 100644 docs/node_modules/lodash/_createWrap.js create mode 100644 docs/node_modules/lodash/_customDefaultsAssignIn.js create mode 100644 docs/node_modules/lodash/_customDefaultsMerge.js create mode 100644 docs/node_modules/lodash/_customOmitClone.js create mode 100644 docs/node_modules/lodash/_deburrLetter.js create mode 100644 docs/node_modules/lodash/_defineProperty.js create mode 100644 docs/node_modules/lodash/_equalArrays.js create mode 100644 docs/node_modules/lodash/_equalByTag.js create mode 100644 docs/node_modules/lodash/_equalObjects.js create mode 100644 docs/node_modules/lodash/_escapeHtmlChar.js create mode 100644 docs/node_modules/lodash/_escapeStringChar.js create mode 100644 docs/node_modules/lodash/_flatRest.js create mode 100644 docs/node_modules/lodash/_freeGlobal.js create mode 100644 docs/node_modules/lodash/_getAllKeys.js create mode 100644 docs/node_modules/lodash/_getAllKeysIn.js create mode 100644 docs/node_modules/lodash/_getData.js create mode 100644 docs/node_modules/lodash/_getFuncName.js create mode 100644 docs/node_modules/lodash/_getHolder.js create mode 100644 docs/node_modules/lodash/_getMapData.js create mode 100644 docs/node_modules/lodash/_getMatchData.js create mode 100644 docs/node_modules/lodash/_getNative.js create mode 100644 docs/node_modules/lodash/_getPrototype.js create mode 100644 docs/node_modules/lodash/_getRawTag.js create mode 100644 docs/node_modules/lodash/_getSymbols.js create mode 100644 docs/node_modules/lodash/_getSymbolsIn.js create mode 100644 docs/node_modules/lodash/_getTag.js create mode 100644 docs/node_modules/lodash/_getValue.js create mode 100644 docs/node_modules/lodash/_getView.js create mode 100644 docs/node_modules/lodash/_getWrapDetails.js create mode 100644 docs/node_modules/lodash/_hasPath.js create mode 100644 docs/node_modules/lodash/_hasUnicode.js create mode 100644 docs/node_modules/lodash/_hasUnicodeWord.js create mode 100644 docs/node_modules/lodash/_hashClear.js create mode 100644 docs/node_modules/lodash/_hashDelete.js create mode 100644 docs/node_modules/lodash/_hashGet.js create mode 100644 docs/node_modules/lodash/_hashHas.js create mode 100644 docs/node_modules/lodash/_hashSet.js create mode 100644 docs/node_modules/lodash/_initCloneArray.js create mode 100644 docs/node_modules/lodash/_initCloneByTag.js create mode 100644 docs/node_modules/lodash/_initCloneObject.js create mode 100644 docs/node_modules/lodash/_insertWrapDetails.js create mode 100644 docs/node_modules/lodash/_isFlattenable.js create mode 100644 docs/node_modules/lodash/_isIndex.js create mode 100644 docs/node_modules/lodash/_isIterateeCall.js create mode 100644 docs/node_modules/lodash/_isKey.js create mode 100644 docs/node_modules/lodash/_isKeyable.js create mode 100644 docs/node_modules/lodash/_isLaziable.js create mode 100644 docs/node_modules/lodash/_isMaskable.js create mode 100644 docs/node_modules/lodash/_isMasked.js create mode 100644 docs/node_modules/lodash/_isPrototype.js create mode 100644 docs/node_modules/lodash/_isStrictComparable.js create mode 100644 docs/node_modules/lodash/_iteratorToArray.js create mode 100644 docs/node_modules/lodash/_lazyClone.js create mode 100644 docs/node_modules/lodash/_lazyReverse.js create mode 100644 docs/node_modules/lodash/_lazyValue.js create mode 100644 docs/node_modules/lodash/_listCacheClear.js create mode 100644 docs/node_modules/lodash/_listCacheDelete.js create mode 100644 docs/node_modules/lodash/_listCacheGet.js create mode 100644 docs/node_modules/lodash/_listCacheHas.js create mode 100644 docs/node_modules/lodash/_listCacheSet.js create mode 100644 docs/node_modules/lodash/_mapCacheClear.js create mode 100644 docs/node_modules/lodash/_mapCacheDelete.js create mode 100644 docs/node_modules/lodash/_mapCacheGet.js create mode 100644 docs/node_modules/lodash/_mapCacheHas.js create mode 100644 docs/node_modules/lodash/_mapCacheSet.js create mode 100644 docs/node_modules/lodash/_mapToArray.js create mode 100644 docs/node_modules/lodash/_matchesStrictComparable.js create mode 100644 docs/node_modules/lodash/_memoizeCapped.js create mode 100644 docs/node_modules/lodash/_mergeData.js create mode 100644 docs/node_modules/lodash/_metaMap.js create mode 100644 docs/node_modules/lodash/_nativeCreate.js create mode 100644 docs/node_modules/lodash/_nativeKeys.js create mode 100644 docs/node_modules/lodash/_nativeKeysIn.js create mode 100644 docs/node_modules/lodash/_nodeUtil.js create mode 100644 docs/node_modules/lodash/_objectToString.js create mode 100644 docs/node_modules/lodash/_overArg.js create mode 100644 docs/node_modules/lodash/_overRest.js create mode 100644 docs/node_modules/lodash/_parent.js create mode 100644 docs/node_modules/lodash/_reEscape.js create mode 100644 docs/node_modules/lodash/_reEvaluate.js create mode 100644 docs/node_modules/lodash/_reInterpolate.js create mode 100644 docs/node_modules/lodash/_realNames.js create mode 100644 docs/node_modules/lodash/_reorder.js create mode 100644 docs/node_modules/lodash/_replaceHolders.js create mode 100644 docs/node_modules/lodash/_root.js create mode 100644 docs/node_modules/lodash/_safeGet.js create mode 100644 docs/node_modules/lodash/_setCacheAdd.js create mode 100644 docs/node_modules/lodash/_setCacheHas.js create mode 100644 docs/node_modules/lodash/_setData.js create mode 100644 docs/node_modules/lodash/_setToArray.js create mode 100644 docs/node_modules/lodash/_setToPairs.js create mode 100644 docs/node_modules/lodash/_setToString.js create mode 100644 docs/node_modules/lodash/_setWrapToString.js create mode 100644 docs/node_modules/lodash/_shortOut.js create mode 100644 docs/node_modules/lodash/_shuffleSelf.js create mode 100644 docs/node_modules/lodash/_stackClear.js create mode 100644 docs/node_modules/lodash/_stackDelete.js create mode 100644 docs/node_modules/lodash/_stackGet.js create mode 100644 docs/node_modules/lodash/_stackHas.js create mode 100644 docs/node_modules/lodash/_stackSet.js create mode 100644 docs/node_modules/lodash/_strictIndexOf.js create mode 100644 docs/node_modules/lodash/_strictLastIndexOf.js create mode 100644 docs/node_modules/lodash/_stringSize.js create mode 100644 docs/node_modules/lodash/_stringToArray.js create mode 100644 docs/node_modules/lodash/_stringToPath.js create mode 100644 docs/node_modules/lodash/_toKey.js create mode 100644 docs/node_modules/lodash/_toSource.js create mode 100644 docs/node_modules/lodash/_trimmedEndIndex.js create mode 100644 docs/node_modules/lodash/_unescapeHtmlChar.js create mode 100644 docs/node_modules/lodash/_unicodeSize.js create mode 100644 docs/node_modules/lodash/_unicodeToArray.js create mode 100644 docs/node_modules/lodash/_unicodeWords.js create mode 100644 docs/node_modules/lodash/_updateWrapDetails.js create mode 100644 docs/node_modules/lodash/_wrapperClone.js create mode 100644 docs/node_modules/lodash/add.js create mode 100644 docs/node_modules/lodash/after.js create mode 100644 docs/node_modules/lodash/array.js create mode 100644 docs/node_modules/lodash/ary.js create mode 100644 docs/node_modules/lodash/assign.js create mode 100644 docs/node_modules/lodash/assignIn.js create mode 100644 docs/node_modules/lodash/assignInWith.js create mode 100644 docs/node_modules/lodash/assignWith.js create mode 100644 docs/node_modules/lodash/at.js create mode 100644 docs/node_modules/lodash/attempt.js create mode 100644 docs/node_modules/lodash/before.js create mode 100644 docs/node_modules/lodash/bind.js create mode 100644 docs/node_modules/lodash/bindAll.js create mode 100644 docs/node_modules/lodash/bindKey.js create mode 100644 docs/node_modules/lodash/camelCase.js create mode 100644 docs/node_modules/lodash/capitalize.js create mode 100644 docs/node_modules/lodash/castArray.js create mode 100644 docs/node_modules/lodash/ceil.js create mode 100644 docs/node_modules/lodash/chain.js create mode 100644 docs/node_modules/lodash/chunk.js create mode 100644 docs/node_modules/lodash/clamp.js create mode 100644 docs/node_modules/lodash/clone.js create mode 100644 docs/node_modules/lodash/cloneDeep.js create mode 100644 docs/node_modules/lodash/cloneDeepWith.js create mode 100644 docs/node_modules/lodash/cloneWith.js create mode 100644 docs/node_modules/lodash/collection.js create mode 100644 docs/node_modules/lodash/commit.js create mode 100644 docs/node_modules/lodash/compact.js create mode 100644 docs/node_modules/lodash/concat.js create mode 100644 docs/node_modules/lodash/cond.js create mode 100644 docs/node_modules/lodash/conforms.js create mode 100644 docs/node_modules/lodash/conformsTo.js create mode 100644 docs/node_modules/lodash/constant.js create mode 100644 docs/node_modules/lodash/core.js create mode 100644 docs/node_modules/lodash/core.min.js create mode 100644 docs/node_modules/lodash/countBy.js create mode 100644 docs/node_modules/lodash/create.js create mode 100644 docs/node_modules/lodash/curry.js create mode 100644 docs/node_modules/lodash/curryRight.js create mode 100644 docs/node_modules/lodash/date.js create mode 100644 docs/node_modules/lodash/debounce.js create mode 100644 docs/node_modules/lodash/deburr.js create mode 100644 docs/node_modules/lodash/defaultTo.js create mode 100644 docs/node_modules/lodash/defaults.js create mode 100644 docs/node_modules/lodash/defaultsDeep.js create mode 100644 docs/node_modules/lodash/defer.js create mode 100644 docs/node_modules/lodash/delay.js create mode 100644 docs/node_modules/lodash/difference.js create mode 100644 docs/node_modules/lodash/differenceBy.js create mode 100644 docs/node_modules/lodash/differenceWith.js create mode 100644 docs/node_modules/lodash/divide.js create mode 100644 docs/node_modules/lodash/drop.js create mode 100644 docs/node_modules/lodash/dropRight.js create mode 100644 docs/node_modules/lodash/dropRightWhile.js create mode 100644 docs/node_modules/lodash/dropWhile.js create mode 100644 docs/node_modules/lodash/each.js create mode 100644 docs/node_modules/lodash/eachRight.js create mode 100644 docs/node_modules/lodash/endsWith.js create mode 100644 docs/node_modules/lodash/entries.js create mode 100644 docs/node_modules/lodash/entriesIn.js create mode 100644 docs/node_modules/lodash/eq.js create mode 100644 docs/node_modules/lodash/escape.js create mode 100644 docs/node_modules/lodash/escapeRegExp.js create mode 100644 docs/node_modules/lodash/every.js create mode 100644 docs/node_modules/lodash/extend.js create mode 100644 docs/node_modules/lodash/extendWith.js create mode 100644 docs/node_modules/lodash/fill.js create mode 100644 docs/node_modules/lodash/filter.js create mode 100644 docs/node_modules/lodash/find.js create mode 100644 docs/node_modules/lodash/findIndex.js create mode 100644 docs/node_modules/lodash/findKey.js create mode 100644 docs/node_modules/lodash/findLast.js create mode 100644 docs/node_modules/lodash/findLastIndex.js create mode 100644 docs/node_modules/lodash/findLastKey.js create mode 100644 docs/node_modules/lodash/first.js create mode 100644 docs/node_modules/lodash/flake.lock create mode 100644 docs/node_modules/lodash/flake.nix create mode 100644 docs/node_modules/lodash/flatMap.js create mode 100644 docs/node_modules/lodash/flatMapDeep.js create mode 100644 docs/node_modules/lodash/flatMapDepth.js create mode 100644 docs/node_modules/lodash/flatten.js create mode 100644 docs/node_modules/lodash/flattenDeep.js create mode 100644 docs/node_modules/lodash/flattenDepth.js create mode 100644 docs/node_modules/lodash/flip.js create mode 100644 docs/node_modules/lodash/floor.js create mode 100644 docs/node_modules/lodash/flow.js create mode 100644 docs/node_modules/lodash/flowRight.js create mode 100644 docs/node_modules/lodash/forEach.js create mode 100644 docs/node_modules/lodash/forEachRight.js create mode 100644 docs/node_modules/lodash/forIn.js create mode 100644 docs/node_modules/lodash/forInRight.js create mode 100644 docs/node_modules/lodash/forOwn.js create mode 100644 docs/node_modules/lodash/forOwnRight.js create mode 100644 docs/node_modules/lodash/fp.js create mode 100644 docs/node_modules/lodash/fp/F.js create mode 100644 docs/node_modules/lodash/fp/T.js create mode 100644 docs/node_modules/lodash/fp/__.js create mode 100644 docs/node_modules/lodash/fp/_baseConvert.js create mode 100644 docs/node_modules/lodash/fp/_convertBrowser.js create mode 100644 docs/node_modules/lodash/fp/_falseOptions.js create mode 100644 docs/node_modules/lodash/fp/_mapping.js create mode 100644 docs/node_modules/lodash/fp/_util.js create mode 100644 docs/node_modules/lodash/fp/add.js create mode 100644 docs/node_modules/lodash/fp/after.js create mode 100644 docs/node_modules/lodash/fp/all.js create mode 100644 docs/node_modules/lodash/fp/allPass.js create mode 100644 docs/node_modules/lodash/fp/always.js create mode 100644 docs/node_modules/lodash/fp/any.js create mode 100644 docs/node_modules/lodash/fp/anyPass.js create mode 100644 docs/node_modules/lodash/fp/apply.js create mode 100644 docs/node_modules/lodash/fp/array.js create mode 100644 docs/node_modules/lodash/fp/ary.js create mode 100644 docs/node_modules/lodash/fp/assign.js create mode 100644 docs/node_modules/lodash/fp/assignAll.js create mode 100644 docs/node_modules/lodash/fp/assignAllWith.js create mode 100644 docs/node_modules/lodash/fp/assignIn.js create mode 100644 docs/node_modules/lodash/fp/assignInAll.js create mode 100644 docs/node_modules/lodash/fp/assignInAllWith.js create mode 100644 docs/node_modules/lodash/fp/assignInWith.js create mode 100644 docs/node_modules/lodash/fp/assignWith.js create mode 100644 docs/node_modules/lodash/fp/assoc.js create mode 100644 docs/node_modules/lodash/fp/assocPath.js create mode 100644 docs/node_modules/lodash/fp/at.js create mode 100644 docs/node_modules/lodash/fp/attempt.js create mode 100644 docs/node_modules/lodash/fp/before.js create mode 100644 docs/node_modules/lodash/fp/bind.js create mode 100644 docs/node_modules/lodash/fp/bindAll.js create mode 100644 docs/node_modules/lodash/fp/bindKey.js create mode 100644 docs/node_modules/lodash/fp/camelCase.js create mode 100644 docs/node_modules/lodash/fp/capitalize.js create mode 100644 docs/node_modules/lodash/fp/castArray.js create mode 100644 docs/node_modules/lodash/fp/ceil.js create mode 100644 docs/node_modules/lodash/fp/chain.js create mode 100644 docs/node_modules/lodash/fp/chunk.js create mode 100644 docs/node_modules/lodash/fp/clamp.js create mode 100644 docs/node_modules/lodash/fp/clone.js create mode 100644 docs/node_modules/lodash/fp/cloneDeep.js create mode 100644 docs/node_modules/lodash/fp/cloneDeepWith.js create mode 100644 docs/node_modules/lodash/fp/cloneWith.js create mode 100644 docs/node_modules/lodash/fp/collection.js create mode 100644 docs/node_modules/lodash/fp/commit.js create mode 100644 docs/node_modules/lodash/fp/compact.js create mode 100644 docs/node_modules/lodash/fp/complement.js create mode 100644 docs/node_modules/lodash/fp/compose.js create mode 100644 docs/node_modules/lodash/fp/concat.js create mode 100644 docs/node_modules/lodash/fp/cond.js create mode 100644 docs/node_modules/lodash/fp/conforms.js create mode 100644 docs/node_modules/lodash/fp/conformsTo.js create mode 100644 docs/node_modules/lodash/fp/constant.js create mode 100644 docs/node_modules/lodash/fp/contains.js create mode 100644 docs/node_modules/lodash/fp/convert.js create mode 100644 docs/node_modules/lodash/fp/countBy.js create mode 100644 docs/node_modules/lodash/fp/create.js create mode 100644 docs/node_modules/lodash/fp/curry.js create mode 100644 docs/node_modules/lodash/fp/curryN.js create mode 100644 docs/node_modules/lodash/fp/curryRight.js create mode 100644 docs/node_modules/lodash/fp/curryRightN.js create mode 100644 docs/node_modules/lodash/fp/date.js create mode 100644 docs/node_modules/lodash/fp/debounce.js create mode 100644 docs/node_modules/lodash/fp/deburr.js create mode 100644 docs/node_modules/lodash/fp/defaultTo.js create mode 100644 docs/node_modules/lodash/fp/defaults.js create mode 100644 docs/node_modules/lodash/fp/defaultsAll.js create mode 100644 docs/node_modules/lodash/fp/defaultsDeep.js create mode 100644 docs/node_modules/lodash/fp/defaultsDeepAll.js create mode 100644 docs/node_modules/lodash/fp/defer.js create mode 100644 docs/node_modules/lodash/fp/delay.js create mode 100644 docs/node_modules/lodash/fp/difference.js create mode 100644 docs/node_modules/lodash/fp/differenceBy.js create mode 100644 docs/node_modules/lodash/fp/differenceWith.js create mode 100644 docs/node_modules/lodash/fp/dissoc.js create mode 100644 docs/node_modules/lodash/fp/dissocPath.js create mode 100644 docs/node_modules/lodash/fp/divide.js create mode 100644 docs/node_modules/lodash/fp/drop.js create mode 100644 docs/node_modules/lodash/fp/dropLast.js create mode 100644 docs/node_modules/lodash/fp/dropLastWhile.js create mode 100644 docs/node_modules/lodash/fp/dropRight.js create mode 100644 docs/node_modules/lodash/fp/dropRightWhile.js create mode 100644 docs/node_modules/lodash/fp/dropWhile.js create mode 100644 docs/node_modules/lodash/fp/each.js create mode 100644 docs/node_modules/lodash/fp/eachRight.js create mode 100644 docs/node_modules/lodash/fp/endsWith.js create mode 100644 docs/node_modules/lodash/fp/entries.js create mode 100644 docs/node_modules/lodash/fp/entriesIn.js create mode 100644 docs/node_modules/lodash/fp/eq.js create mode 100644 docs/node_modules/lodash/fp/equals.js create mode 100644 docs/node_modules/lodash/fp/escape.js create mode 100644 docs/node_modules/lodash/fp/escapeRegExp.js create mode 100644 docs/node_modules/lodash/fp/every.js create mode 100644 docs/node_modules/lodash/fp/extend.js create mode 100644 docs/node_modules/lodash/fp/extendAll.js create mode 100644 docs/node_modules/lodash/fp/extendAllWith.js create mode 100644 docs/node_modules/lodash/fp/extendWith.js create mode 100644 docs/node_modules/lodash/fp/fill.js create mode 100644 docs/node_modules/lodash/fp/filter.js create mode 100644 docs/node_modules/lodash/fp/find.js create mode 100644 docs/node_modules/lodash/fp/findFrom.js create mode 100644 docs/node_modules/lodash/fp/findIndex.js create mode 100644 docs/node_modules/lodash/fp/findIndexFrom.js create mode 100644 docs/node_modules/lodash/fp/findKey.js create mode 100644 docs/node_modules/lodash/fp/findLast.js create mode 100644 docs/node_modules/lodash/fp/findLastFrom.js create mode 100644 docs/node_modules/lodash/fp/findLastIndex.js create mode 100644 docs/node_modules/lodash/fp/findLastIndexFrom.js create mode 100644 docs/node_modules/lodash/fp/findLastKey.js create mode 100644 docs/node_modules/lodash/fp/first.js create mode 100644 docs/node_modules/lodash/fp/flatMap.js create mode 100644 docs/node_modules/lodash/fp/flatMapDeep.js create mode 100644 docs/node_modules/lodash/fp/flatMapDepth.js create mode 100644 docs/node_modules/lodash/fp/flatten.js create mode 100644 docs/node_modules/lodash/fp/flattenDeep.js create mode 100644 docs/node_modules/lodash/fp/flattenDepth.js create mode 100644 docs/node_modules/lodash/fp/flip.js create mode 100644 docs/node_modules/lodash/fp/floor.js create mode 100644 docs/node_modules/lodash/fp/flow.js create mode 100644 docs/node_modules/lodash/fp/flowRight.js create mode 100644 docs/node_modules/lodash/fp/forEach.js create mode 100644 docs/node_modules/lodash/fp/forEachRight.js create mode 100644 docs/node_modules/lodash/fp/forIn.js create mode 100644 docs/node_modules/lodash/fp/forInRight.js create mode 100644 docs/node_modules/lodash/fp/forOwn.js create mode 100644 docs/node_modules/lodash/fp/forOwnRight.js create mode 100644 docs/node_modules/lodash/fp/fromPairs.js create mode 100644 docs/node_modules/lodash/fp/function.js create mode 100644 docs/node_modules/lodash/fp/functions.js create mode 100644 docs/node_modules/lodash/fp/functionsIn.js create mode 100644 docs/node_modules/lodash/fp/get.js create mode 100644 docs/node_modules/lodash/fp/getOr.js create mode 100644 docs/node_modules/lodash/fp/groupBy.js create mode 100644 docs/node_modules/lodash/fp/gt.js create mode 100644 docs/node_modules/lodash/fp/gte.js create mode 100644 docs/node_modules/lodash/fp/has.js create mode 100644 docs/node_modules/lodash/fp/hasIn.js create mode 100644 docs/node_modules/lodash/fp/head.js create mode 100644 docs/node_modules/lodash/fp/identical.js create mode 100644 docs/node_modules/lodash/fp/identity.js create mode 100644 docs/node_modules/lodash/fp/inRange.js create mode 100644 docs/node_modules/lodash/fp/includes.js create mode 100644 docs/node_modules/lodash/fp/includesFrom.js create mode 100644 docs/node_modules/lodash/fp/indexBy.js create mode 100644 docs/node_modules/lodash/fp/indexOf.js create mode 100644 docs/node_modules/lodash/fp/indexOfFrom.js create mode 100644 docs/node_modules/lodash/fp/init.js create mode 100644 docs/node_modules/lodash/fp/initial.js create mode 100644 docs/node_modules/lodash/fp/intersection.js create mode 100644 docs/node_modules/lodash/fp/intersectionBy.js create mode 100644 docs/node_modules/lodash/fp/intersectionWith.js create mode 100644 docs/node_modules/lodash/fp/invert.js create mode 100644 docs/node_modules/lodash/fp/invertBy.js create mode 100644 docs/node_modules/lodash/fp/invertObj.js create mode 100644 docs/node_modules/lodash/fp/invoke.js create mode 100644 docs/node_modules/lodash/fp/invokeArgs.js create mode 100644 docs/node_modules/lodash/fp/invokeArgsMap.js create mode 100644 docs/node_modules/lodash/fp/invokeMap.js create mode 100644 docs/node_modules/lodash/fp/isArguments.js create mode 100644 docs/node_modules/lodash/fp/isArray.js create mode 100644 docs/node_modules/lodash/fp/isArrayBuffer.js create mode 100644 docs/node_modules/lodash/fp/isArrayLike.js create mode 100644 docs/node_modules/lodash/fp/isArrayLikeObject.js create mode 100644 docs/node_modules/lodash/fp/isBoolean.js create mode 100644 docs/node_modules/lodash/fp/isBuffer.js create mode 100644 docs/node_modules/lodash/fp/isDate.js create mode 100644 docs/node_modules/lodash/fp/isElement.js create mode 100644 docs/node_modules/lodash/fp/isEmpty.js create mode 100644 docs/node_modules/lodash/fp/isEqual.js create mode 100644 docs/node_modules/lodash/fp/isEqualWith.js create mode 100644 docs/node_modules/lodash/fp/isError.js create mode 100644 docs/node_modules/lodash/fp/isFinite.js create mode 100644 docs/node_modules/lodash/fp/isFunction.js create mode 100644 docs/node_modules/lodash/fp/isInteger.js create mode 100644 docs/node_modules/lodash/fp/isLength.js create mode 100644 docs/node_modules/lodash/fp/isMap.js create mode 100644 docs/node_modules/lodash/fp/isMatch.js create mode 100644 docs/node_modules/lodash/fp/isMatchWith.js create mode 100644 docs/node_modules/lodash/fp/isNaN.js create mode 100644 docs/node_modules/lodash/fp/isNative.js create mode 100644 docs/node_modules/lodash/fp/isNil.js create mode 100644 docs/node_modules/lodash/fp/isNull.js create mode 100644 docs/node_modules/lodash/fp/isNumber.js create mode 100644 docs/node_modules/lodash/fp/isObject.js create mode 100644 docs/node_modules/lodash/fp/isObjectLike.js create mode 100644 docs/node_modules/lodash/fp/isPlainObject.js create mode 100644 docs/node_modules/lodash/fp/isRegExp.js create mode 100644 docs/node_modules/lodash/fp/isSafeInteger.js create mode 100644 docs/node_modules/lodash/fp/isSet.js create mode 100644 docs/node_modules/lodash/fp/isString.js create mode 100644 docs/node_modules/lodash/fp/isSymbol.js create mode 100644 docs/node_modules/lodash/fp/isTypedArray.js create mode 100644 docs/node_modules/lodash/fp/isUndefined.js create mode 100644 docs/node_modules/lodash/fp/isWeakMap.js create mode 100644 docs/node_modules/lodash/fp/isWeakSet.js create mode 100644 docs/node_modules/lodash/fp/iteratee.js create mode 100644 docs/node_modules/lodash/fp/join.js create mode 100644 docs/node_modules/lodash/fp/juxt.js create mode 100644 docs/node_modules/lodash/fp/kebabCase.js create mode 100644 docs/node_modules/lodash/fp/keyBy.js create mode 100644 docs/node_modules/lodash/fp/keys.js create mode 100644 docs/node_modules/lodash/fp/keysIn.js create mode 100644 docs/node_modules/lodash/fp/lang.js create mode 100644 docs/node_modules/lodash/fp/last.js create mode 100644 docs/node_modules/lodash/fp/lastIndexOf.js create mode 100644 docs/node_modules/lodash/fp/lastIndexOfFrom.js create mode 100644 docs/node_modules/lodash/fp/lowerCase.js create mode 100644 docs/node_modules/lodash/fp/lowerFirst.js create mode 100644 docs/node_modules/lodash/fp/lt.js create mode 100644 docs/node_modules/lodash/fp/lte.js create mode 100644 docs/node_modules/lodash/fp/map.js create mode 100644 docs/node_modules/lodash/fp/mapKeys.js create mode 100644 docs/node_modules/lodash/fp/mapValues.js create mode 100644 docs/node_modules/lodash/fp/matches.js create mode 100644 docs/node_modules/lodash/fp/matchesProperty.js create mode 100644 docs/node_modules/lodash/fp/math.js create mode 100644 docs/node_modules/lodash/fp/max.js create mode 100644 docs/node_modules/lodash/fp/maxBy.js create mode 100644 docs/node_modules/lodash/fp/mean.js create mode 100644 docs/node_modules/lodash/fp/meanBy.js create mode 100644 docs/node_modules/lodash/fp/memoize.js create mode 100644 docs/node_modules/lodash/fp/merge.js create mode 100644 docs/node_modules/lodash/fp/mergeAll.js create mode 100644 docs/node_modules/lodash/fp/mergeAllWith.js create mode 100644 docs/node_modules/lodash/fp/mergeWith.js create mode 100644 docs/node_modules/lodash/fp/method.js create mode 100644 docs/node_modules/lodash/fp/methodOf.js create mode 100644 docs/node_modules/lodash/fp/min.js create mode 100644 docs/node_modules/lodash/fp/minBy.js create mode 100644 docs/node_modules/lodash/fp/mixin.js create mode 100644 docs/node_modules/lodash/fp/multiply.js create mode 100644 docs/node_modules/lodash/fp/nAry.js create mode 100644 docs/node_modules/lodash/fp/negate.js create mode 100644 docs/node_modules/lodash/fp/next.js create mode 100644 docs/node_modules/lodash/fp/noop.js create mode 100644 docs/node_modules/lodash/fp/now.js create mode 100644 docs/node_modules/lodash/fp/nth.js create mode 100644 docs/node_modules/lodash/fp/nthArg.js create mode 100644 docs/node_modules/lodash/fp/number.js create mode 100644 docs/node_modules/lodash/fp/object.js create mode 100644 docs/node_modules/lodash/fp/omit.js create mode 100644 docs/node_modules/lodash/fp/omitAll.js create mode 100644 docs/node_modules/lodash/fp/omitBy.js create mode 100644 docs/node_modules/lodash/fp/once.js create mode 100644 docs/node_modules/lodash/fp/orderBy.js create mode 100644 docs/node_modules/lodash/fp/over.js create mode 100644 docs/node_modules/lodash/fp/overArgs.js create mode 100644 docs/node_modules/lodash/fp/overEvery.js create mode 100644 docs/node_modules/lodash/fp/overSome.js create mode 100644 docs/node_modules/lodash/fp/pad.js create mode 100644 docs/node_modules/lodash/fp/padChars.js create mode 100644 docs/node_modules/lodash/fp/padCharsEnd.js create mode 100644 docs/node_modules/lodash/fp/padCharsStart.js create mode 100644 docs/node_modules/lodash/fp/padEnd.js create mode 100644 docs/node_modules/lodash/fp/padStart.js create mode 100644 docs/node_modules/lodash/fp/parseInt.js create mode 100644 docs/node_modules/lodash/fp/partial.js create mode 100644 docs/node_modules/lodash/fp/partialRight.js create mode 100644 docs/node_modules/lodash/fp/partition.js create mode 100644 docs/node_modules/lodash/fp/path.js create mode 100644 docs/node_modules/lodash/fp/pathEq.js create mode 100644 docs/node_modules/lodash/fp/pathOr.js create mode 100644 docs/node_modules/lodash/fp/paths.js create mode 100644 docs/node_modules/lodash/fp/pick.js create mode 100644 docs/node_modules/lodash/fp/pickAll.js create mode 100644 docs/node_modules/lodash/fp/pickBy.js create mode 100644 docs/node_modules/lodash/fp/pipe.js create mode 100644 docs/node_modules/lodash/fp/placeholder.js create mode 100644 docs/node_modules/lodash/fp/plant.js create mode 100644 docs/node_modules/lodash/fp/pluck.js create mode 100644 docs/node_modules/lodash/fp/prop.js create mode 100644 docs/node_modules/lodash/fp/propEq.js create mode 100644 docs/node_modules/lodash/fp/propOr.js create mode 100644 docs/node_modules/lodash/fp/property.js create mode 100644 docs/node_modules/lodash/fp/propertyOf.js create mode 100644 docs/node_modules/lodash/fp/props.js create mode 100644 docs/node_modules/lodash/fp/pull.js create mode 100644 docs/node_modules/lodash/fp/pullAll.js create mode 100644 docs/node_modules/lodash/fp/pullAllBy.js create mode 100644 docs/node_modules/lodash/fp/pullAllWith.js create mode 100644 docs/node_modules/lodash/fp/pullAt.js create mode 100644 docs/node_modules/lodash/fp/random.js create mode 100644 docs/node_modules/lodash/fp/range.js create mode 100644 docs/node_modules/lodash/fp/rangeRight.js create mode 100644 docs/node_modules/lodash/fp/rangeStep.js create mode 100644 docs/node_modules/lodash/fp/rangeStepRight.js create mode 100644 docs/node_modules/lodash/fp/rearg.js create mode 100644 docs/node_modules/lodash/fp/reduce.js create mode 100644 docs/node_modules/lodash/fp/reduceRight.js create mode 100644 docs/node_modules/lodash/fp/reject.js create mode 100644 docs/node_modules/lodash/fp/remove.js create mode 100644 docs/node_modules/lodash/fp/repeat.js create mode 100644 docs/node_modules/lodash/fp/replace.js create mode 100644 docs/node_modules/lodash/fp/rest.js create mode 100644 docs/node_modules/lodash/fp/restFrom.js create mode 100644 docs/node_modules/lodash/fp/result.js create mode 100644 docs/node_modules/lodash/fp/reverse.js create mode 100644 docs/node_modules/lodash/fp/round.js create mode 100644 docs/node_modules/lodash/fp/sample.js create mode 100644 docs/node_modules/lodash/fp/sampleSize.js create mode 100644 docs/node_modules/lodash/fp/seq.js create mode 100644 docs/node_modules/lodash/fp/set.js create mode 100644 docs/node_modules/lodash/fp/setWith.js create mode 100644 docs/node_modules/lodash/fp/shuffle.js create mode 100644 docs/node_modules/lodash/fp/size.js create mode 100644 docs/node_modules/lodash/fp/slice.js create mode 100644 docs/node_modules/lodash/fp/snakeCase.js create mode 100644 docs/node_modules/lodash/fp/some.js create mode 100644 docs/node_modules/lodash/fp/sortBy.js create mode 100644 docs/node_modules/lodash/fp/sortedIndex.js create mode 100644 docs/node_modules/lodash/fp/sortedIndexBy.js create mode 100644 docs/node_modules/lodash/fp/sortedIndexOf.js create mode 100644 docs/node_modules/lodash/fp/sortedLastIndex.js create mode 100644 docs/node_modules/lodash/fp/sortedLastIndexBy.js create mode 100644 docs/node_modules/lodash/fp/sortedLastIndexOf.js create mode 100644 docs/node_modules/lodash/fp/sortedUniq.js create mode 100644 docs/node_modules/lodash/fp/sortedUniqBy.js create mode 100644 docs/node_modules/lodash/fp/split.js create mode 100644 docs/node_modules/lodash/fp/spread.js create mode 100644 docs/node_modules/lodash/fp/spreadFrom.js create mode 100644 docs/node_modules/lodash/fp/startCase.js create mode 100644 docs/node_modules/lodash/fp/startsWith.js create mode 100644 docs/node_modules/lodash/fp/string.js create mode 100644 docs/node_modules/lodash/fp/stubArray.js create mode 100644 docs/node_modules/lodash/fp/stubFalse.js create mode 100644 docs/node_modules/lodash/fp/stubObject.js create mode 100644 docs/node_modules/lodash/fp/stubString.js create mode 100644 docs/node_modules/lodash/fp/stubTrue.js create mode 100644 docs/node_modules/lodash/fp/subtract.js create mode 100644 docs/node_modules/lodash/fp/sum.js create mode 100644 docs/node_modules/lodash/fp/sumBy.js create mode 100644 docs/node_modules/lodash/fp/symmetricDifference.js create mode 100644 docs/node_modules/lodash/fp/symmetricDifferenceBy.js create mode 100644 docs/node_modules/lodash/fp/symmetricDifferenceWith.js create mode 100644 docs/node_modules/lodash/fp/tail.js create mode 100644 docs/node_modules/lodash/fp/take.js create mode 100644 docs/node_modules/lodash/fp/takeLast.js create mode 100644 docs/node_modules/lodash/fp/takeLastWhile.js create mode 100644 docs/node_modules/lodash/fp/takeRight.js create mode 100644 docs/node_modules/lodash/fp/takeRightWhile.js create mode 100644 docs/node_modules/lodash/fp/takeWhile.js create mode 100644 docs/node_modules/lodash/fp/tap.js create mode 100644 docs/node_modules/lodash/fp/template.js create mode 100644 docs/node_modules/lodash/fp/templateSettings.js create mode 100644 docs/node_modules/lodash/fp/throttle.js create mode 100644 docs/node_modules/lodash/fp/thru.js create mode 100644 docs/node_modules/lodash/fp/times.js create mode 100644 docs/node_modules/lodash/fp/toArray.js create mode 100644 docs/node_modules/lodash/fp/toFinite.js create mode 100644 docs/node_modules/lodash/fp/toInteger.js create mode 100644 docs/node_modules/lodash/fp/toIterator.js create mode 100644 docs/node_modules/lodash/fp/toJSON.js create mode 100644 docs/node_modules/lodash/fp/toLength.js create mode 100644 docs/node_modules/lodash/fp/toLower.js create mode 100644 docs/node_modules/lodash/fp/toNumber.js create mode 100644 docs/node_modules/lodash/fp/toPairs.js create mode 100644 docs/node_modules/lodash/fp/toPairsIn.js create mode 100644 docs/node_modules/lodash/fp/toPath.js create mode 100644 docs/node_modules/lodash/fp/toPlainObject.js create mode 100644 docs/node_modules/lodash/fp/toSafeInteger.js create mode 100644 docs/node_modules/lodash/fp/toString.js create mode 100644 docs/node_modules/lodash/fp/toUpper.js create mode 100644 docs/node_modules/lodash/fp/transform.js create mode 100644 docs/node_modules/lodash/fp/trim.js create mode 100644 docs/node_modules/lodash/fp/trimChars.js create mode 100644 docs/node_modules/lodash/fp/trimCharsEnd.js create mode 100644 docs/node_modules/lodash/fp/trimCharsStart.js create mode 100644 docs/node_modules/lodash/fp/trimEnd.js create mode 100644 docs/node_modules/lodash/fp/trimStart.js create mode 100644 docs/node_modules/lodash/fp/truncate.js create mode 100644 docs/node_modules/lodash/fp/unapply.js create mode 100644 docs/node_modules/lodash/fp/unary.js create mode 100644 docs/node_modules/lodash/fp/unescape.js create mode 100644 docs/node_modules/lodash/fp/union.js create mode 100644 docs/node_modules/lodash/fp/unionBy.js create mode 100644 docs/node_modules/lodash/fp/unionWith.js create mode 100644 docs/node_modules/lodash/fp/uniq.js create mode 100644 docs/node_modules/lodash/fp/uniqBy.js create mode 100644 docs/node_modules/lodash/fp/uniqWith.js create mode 100644 docs/node_modules/lodash/fp/uniqueId.js create mode 100644 docs/node_modules/lodash/fp/unnest.js create mode 100644 docs/node_modules/lodash/fp/unset.js create mode 100644 docs/node_modules/lodash/fp/unzip.js create mode 100644 docs/node_modules/lodash/fp/unzipWith.js create mode 100644 docs/node_modules/lodash/fp/update.js create mode 100644 docs/node_modules/lodash/fp/updateWith.js create mode 100644 docs/node_modules/lodash/fp/upperCase.js create mode 100644 docs/node_modules/lodash/fp/upperFirst.js create mode 100644 docs/node_modules/lodash/fp/useWith.js create mode 100644 docs/node_modules/lodash/fp/util.js create mode 100644 docs/node_modules/lodash/fp/value.js create mode 100644 docs/node_modules/lodash/fp/valueOf.js create mode 100644 docs/node_modules/lodash/fp/values.js create mode 100644 docs/node_modules/lodash/fp/valuesIn.js create mode 100644 docs/node_modules/lodash/fp/where.js create mode 100644 docs/node_modules/lodash/fp/whereEq.js create mode 100644 docs/node_modules/lodash/fp/without.js create mode 100644 docs/node_modules/lodash/fp/words.js create mode 100644 docs/node_modules/lodash/fp/wrap.js create mode 100644 docs/node_modules/lodash/fp/wrapperAt.js create mode 100644 docs/node_modules/lodash/fp/wrapperChain.js create mode 100644 docs/node_modules/lodash/fp/wrapperLodash.js create mode 100644 docs/node_modules/lodash/fp/wrapperReverse.js create mode 100644 docs/node_modules/lodash/fp/wrapperValue.js create mode 100644 docs/node_modules/lodash/fp/xor.js create mode 100644 docs/node_modules/lodash/fp/xorBy.js create mode 100644 docs/node_modules/lodash/fp/xorWith.js create mode 100644 docs/node_modules/lodash/fp/zip.js create mode 100644 docs/node_modules/lodash/fp/zipAll.js create mode 100644 docs/node_modules/lodash/fp/zipObj.js create mode 100644 docs/node_modules/lodash/fp/zipObject.js create mode 100644 docs/node_modules/lodash/fp/zipObjectDeep.js create mode 100644 docs/node_modules/lodash/fp/zipWith.js create mode 100644 docs/node_modules/lodash/fromPairs.js create mode 100644 docs/node_modules/lodash/function.js create mode 100644 docs/node_modules/lodash/functions.js create mode 100644 docs/node_modules/lodash/functionsIn.js create mode 100644 docs/node_modules/lodash/get.js create mode 100644 docs/node_modules/lodash/groupBy.js create mode 100644 docs/node_modules/lodash/gt.js create mode 100644 docs/node_modules/lodash/gte.js create mode 100644 docs/node_modules/lodash/has.js create mode 100644 docs/node_modules/lodash/hasIn.js create mode 100644 docs/node_modules/lodash/head.js create mode 100644 docs/node_modules/lodash/identity.js create mode 100644 docs/node_modules/lodash/inRange.js create mode 100644 docs/node_modules/lodash/includes.js create mode 100644 docs/node_modules/lodash/index.js create mode 100644 docs/node_modules/lodash/indexOf.js create mode 100644 docs/node_modules/lodash/initial.js create mode 100644 docs/node_modules/lodash/intersection.js create mode 100644 docs/node_modules/lodash/intersectionBy.js create mode 100644 docs/node_modules/lodash/intersectionWith.js create mode 100644 docs/node_modules/lodash/invert.js create mode 100644 docs/node_modules/lodash/invertBy.js create mode 100644 docs/node_modules/lodash/invoke.js create mode 100644 docs/node_modules/lodash/invokeMap.js create mode 100644 docs/node_modules/lodash/isArguments.js create mode 100644 docs/node_modules/lodash/isArray.js create mode 100644 docs/node_modules/lodash/isArrayBuffer.js create mode 100644 docs/node_modules/lodash/isArrayLike.js create mode 100644 docs/node_modules/lodash/isArrayLikeObject.js create mode 100644 docs/node_modules/lodash/isBoolean.js create mode 100644 docs/node_modules/lodash/isBuffer.js create mode 100644 docs/node_modules/lodash/isDate.js create mode 100644 docs/node_modules/lodash/isElement.js create mode 100644 docs/node_modules/lodash/isEmpty.js create mode 100644 docs/node_modules/lodash/isEqual.js create mode 100644 docs/node_modules/lodash/isEqualWith.js create mode 100644 docs/node_modules/lodash/isError.js create mode 100644 docs/node_modules/lodash/isFinite.js create mode 100644 docs/node_modules/lodash/isFunction.js create mode 100644 docs/node_modules/lodash/isInteger.js create mode 100644 docs/node_modules/lodash/isLength.js create mode 100644 docs/node_modules/lodash/isMap.js create mode 100644 docs/node_modules/lodash/isMatch.js create mode 100644 docs/node_modules/lodash/isMatchWith.js create mode 100644 docs/node_modules/lodash/isNaN.js create mode 100644 docs/node_modules/lodash/isNative.js create mode 100644 docs/node_modules/lodash/isNil.js create mode 100644 docs/node_modules/lodash/isNull.js create mode 100644 docs/node_modules/lodash/isNumber.js create mode 100644 docs/node_modules/lodash/isObject.js create mode 100644 docs/node_modules/lodash/isObjectLike.js create mode 100644 docs/node_modules/lodash/isPlainObject.js create mode 100644 docs/node_modules/lodash/isRegExp.js create mode 100644 docs/node_modules/lodash/isSafeInteger.js create mode 100644 docs/node_modules/lodash/isSet.js create mode 100644 docs/node_modules/lodash/isString.js create mode 100644 docs/node_modules/lodash/isSymbol.js create mode 100644 docs/node_modules/lodash/isTypedArray.js create mode 100644 docs/node_modules/lodash/isUndefined.js create mode 100644 docs/node_modules/lodash/isWeakMap.js create mode 100644 docs/node_modules/lodash/isWeakSet.js create mode 100644 docs/node_modules/lodash/iteratee.js create mode 100644 docs/node_modules/lodash/join.js create mode 100644 docs/node_modules/lodash/kebabCase.js create mode 100644 docs/node_modules/lodash/keyBy.js create mode 100644 docs/node_modules/lodash/keys.js create mode 100644 docs/node_modules/lodash/keysIn.js create mode 100644 docs/node_modules/lodash/lang.js create mode 100644 docs/node_modules/lodash/last.js create mode 100644 docs/node_modules/lodash/lastIndexOf.js create mode 100644 docs/node_modules/lodash/lodash.js create mode 100644 docs/node_modules/lodash/lodash.min.js create mode 100644 docs/node_modules/lodash/lowerCase.js create mode 100644 docs/node_modules/lodash/lowerFirst.js create mode 100644 docs/node_modules/lodash/lt.js create mode 100644 docs/node_modules/lodash/lte.js create mode 100644 docs/node_modules/lodash/map.js create mode 100644 docs/node_modules/lodash/mapKeys.js create mode 100644 docs/node_modules/lodash/mapValues.js create mode 100644 docs/node_modules/lodash/matches.js create mode 100644 docs/node_modules/lodash/matchesProperty.js create mode 100644 docs/node_modules/lodash/math.js create mode 100644 docs/node_modules/lodash/max.js create mode 100644 docs/node_modules/lodash/maxBy.js create mode 100644 docs/node_modules/lodash/mean.js create mode 100644 docs/node_modules/lodash/meanBy.js create mode 100644 docs/node_modules/lodash/memoize.js create mode 100644 docs/node_modules/lodash/merge.js create mode 100644 docs/node_modules/lodash/mergeWith.js create mode 100644 docs/node_modules/lodash/method.js create mode 100644 docs/node_modules/lodash/methodOf.js create mode 100644 docs/node_modules/lodash/min.js create mode 100644 docs/node_modules/lodash/minBy.js create mode 100644 docs/node_modules/lodash/mixin.js create mode 100644 docs/node_modules/lodash/multiply.js create mode 100644 docs/node_modules/lodash/negate.js create mode 100644 docs/node_modules/lodash/next.js create mode 100644 docs/node_modules/lodash/noop.js create mode 100644 docs/node_modules/lodash/now.js create mode 100644 docs/node_modules/lodash/nth.js create mode 100644 docs/node_modules/lodash/nthArg.js create mode 100644 docs/node_modules/lodash/number.js create mode 100644 docs/node_modules/lodash/object.js create mode 100644 docs/node_modules/lodash/omit.js create mode 100644 docs/node_modules/lodash/omitBy.js create mode 100644 docs/node_modules/lodash/once.js create mode 100644 docs/node_modules/lodash/orderBy.js create mode 100644 docs/node_modules/lodash/over.js create mode 100644 docs/node_modules/lodash/overArgs.js create mode 100644 docs/node_modules/lodash/overEvery.js create mode 100644 docs/node_modules/lodash/overSome.js create mode 100644 docs/node_modules/lodash/package.json create mode 100644 docs/node_modules/lodash/pad.js create mode 100644 docs/node_modules/lodash/padEnd.js create mode 100644 docs/node_modules/lodash/padStart.js create mode 100644 docs/node_modules/lodash/parseInt.js create mode 100644 docs/node_modules/lodash/partial.js create mode 100644 docs/node_modules/lodash/partialRight.js create mode 100644 docs/node_modules/lodash/partition.js create mode 100644 docs/node_modules/lodash/pick.js create mode 100644 docs/node_modules/lodash/pickBy.js create mode 100644 docs/node_modules/lodash/plant.js create mode 100644 docs/node_modules/lodash/property.js create mode 100644 docs/node_modules/lodash/propertyOf.js create mode 100644 docs/node_modules/lodash/pull.js create mode 100644 docs/node_modules/lodash/pullAll.js create mode 100644 docs/node_modules/lodash/pullAllBy.js create mode 100644 docs/node_modules/lodash/pullAllWith.js create mode 100644 docs/node_modules/lodash/pullAt.js create mode 100644 docs/node_modules/lodash/random.js create mode 100644 docs/node_modules/lodash/range.js create mode 100644 docs/node_modules/lodash/rangeRight.js create mode 100644 docs/node_modules/lodash/rearg.js create mode 100644 docs/node_modules/lodash/reduce.js create mode 100644 docs/node_modules/lodash/reduceRight.js create mode 100644 docs/node_modules/lodash/reject.js create mode 100644 docs/node_modules/lodash/release.md create mode 100644 docs/node_modules/lodash/remove.js create mode 100644 docs/node_modules/lodash/repeat.js create mode 100644 docs/node_modules/lodash/replace.js create mode 100644 docs/node_modules/lodash/rest.js create mode 100644 docs/node_modules/lodash/result.js create mode 100644 docs/node_modules/lodash/reverse.js create mode 100644 docs/node_modules/lodash/round.js create mode 100644 docs/node_modules/lodash/sample.js create mode 100644 docs/node_modules/lodash/sampleSize.js create mode 100644 docs/node_modules/lodash/seq.js create mode 100644 docs/node_modules/lodash/set.js create mode 100644 docs/node_modules/lodash/setWith.js create mode 100644 docs/node_modules/lodash/shuffle.js create mode 100644 docs/node_modules/lodash/size.js create mode 100644 docs/node_modules/lodash/slice.js create mode 100644 docs/node_modules/lodash/snakeCase.js create mode 100644 docs/node_modules/lodash/some.js create mode 100644 docs/node_modules/lodash/sortBy.js create mode 100644 docs/node_modules/lodash/sortedIndex.js create mode 100644 docs/node_modules/lodash/sortedIndexBy.js create mode 100644 docs/node_modules/lodash/sortedIndexOf.js create mode 100644 docs/node_modules/lodash/sortedLastIndex.js create mode 100644 docs/node_modules/lodash/sortedLastIndexBy.js create mode 100644 docs/node_modules/lodash/sortedLastIndexOf.js create mode 100644 docs/node_modules/lodash/sortedUniq.js create mode 100644 docs/node_modules/lodash/sortedUniqBy.js create mode 100644 docs/node_modules/lodash/split.js create mode 100644 docs/node_modules/lodash/spread.js create mode 100644 docs/node_modules/lodash/startCase.js create mode 100644 docs/node_modules/lodash/startsWith.js create mode 100644 docs/node_modules/lodash/string.js create mode 100644 docs/node_modules/lodash/stubArray.js create mode 100644 docs/node_modules/lodash/stubFalse.js create mode 100644 docs/node_modules/lodash/stubObject.js create mode 100644 docs/node_modules/lodash/stubString.js create mode 100644 docs/node_modules/lodash/stubTrue.js create mode 100644 docs/node_modules/lodash/subtract.js create mode 100644 docs/node_modules/lodash/sum.js create mode 100644 docs/node_modules/lodash/sumBy.js create mode 100644 docs/node_modules/lodash/tail.js create mode 100644 docs/node_modules/lodash/take.js create mode 100644 docs/node_modules/lodash/takeRight.js create mode 100644 docs/node_modules/lodash/takeRightWhile.js create mode 100644 docs/node_modules/lodash/takeWhile.js create mode 100644 docs/node_modules/lodash/tap.js create mode 100644 docs/node_modules/lodash/template.js create mode 100644 docs/node_modules/lodash/templateSettings.js create mode 100644 docs/node_modules/lodash/throttle.js create mode 100644 docs/node_modules/lodash/thru.js create mode 100644 docs/node_modules/lodash/times.js create mode 100644 docs/node_modules/lodash/toArray.js create mode 100644 docs/node_modules/lodash/toFinite.js create mode 100644 docs/node_modules/lodash/toInteger.js create mode 100644 docs/node_modules/lodash/toIterator.js create mode 100644 docs/node_modules/lodash/toJSON.js create mode 100644 docs/node_modules/lodash/toLength.js create mode 100644 docs/node_modules/lodash/toLower.js create mode 100644 docs/node_modules/lodash/toNumber.js create mode 100644 docs/node_modules/lodash/toPairs.js create mode 100644 docs/node_modules/lodash/toPairsIn.js create mode 100644 docs/node_modules/lodash/toPath.js create mode 100644 docs/node_modules/lodash/toPlainObject.js create mode 100644 docs/node_modules/lodash/toSafeInteger.js create mode 100644 docs/node_modules/lodash/toString.js create mode 100644 docs/node_modules/lodash/toUpper.js create mode 100644 docs/node_modules/lodash/transform.js create mode 100644 docs/node_modules/lodash/trim.js create mode 100644 docs/node_modules/lodash/trimEnd.js create mode 100644 docs/node_modules/lodash/trimStart.js create mode 100644 docs/node_modules/lodash/truncate.js create mode 100644 docs/node_modules/lodash/unary.js create mode 100644 docs/node_modules/lodash/unescape.js create mode 100644 docs/node_modules/lodash/union.js create mode 100644 docs/node_modules/lodash/unionBy.js create mode 100644 docs/node_modules/lodash/unionWith.js create mode 100644 docs/node_modules/lodash/uniq.js create mode 100644 docs/node_modules/lodash/uniqBy.js create mode 100644 docs/node_modules/lodash/uniqWith.js create mode 100644 docs/node_modules/lodash/uniqueId.js create mode 100644 docs/node_modules/lodash/unset.js create mode 100644 docs/node_modules/lodash/unzip.js create mode 100644 docs/node_modules/lodash/unzipWith.js create mode 100644 docs/node_modules/lodash/update.js create mode 100644 docs/node_modules/lodash/updateWith.js create mode 100644 docs/node_modules/lodash/upperCase.js create mode 100644 docs/node_modules/lodash/upperFirst.js create mode 100644 docs/node_modules/lodash/util.js create mode 100644 docs/node_modules/lodash/value.js create mode 100644 docs/node_modules/lodash/valueOf.js create mode 100644 docs/node_modules/lodash/values.js create mode 100644 docs/node_modules/lodash/valuesIn.js create mode 100644 docs/node_modules/lodash/without.js create mode 100644 docs/node_modules/lodash/words.js create mode 100644 docs/node_modules/lodash/wrap.js create mode 100644 docs/node_modules/lodash/wrapperAt.js create mode 100644 docs/node_modules/lodash/wrapperChain.js create mode 100644 docs/node_modules/lodash/wrapperLodash.js create mode 100644 docs/node_modules/lodash/wrapperReverse.js create mode 100644 docs/node_modules/lodash/wrapperValue.js create mode 100644 docs/node_modules/lodash/xor.js create mode 100644 docs/node_modules/lodash/xorBy.js create mode 100644 docs/node_modules/lodash/xorWith.js create mode 100644 docs/node_modules/lodash/zip.js create mode 100644 docs/node_modules/lodash/zipObject.js create mode 100644 docs/node_modules/lodash/zipObjectDeep.js create mode 100644 docs/node_modules/lodash/zipWith.js create mode 100644 docs/node_modules/loose-envify/LICENSE create mode 100644 docs/node_modules/loose-envify/README.md create mode 100644 docs/node_modules/loose-envify/cli.js create mode 100644 docs/node_modules/loose-envify/custom.js create mode 100644 docs/node_modules/loose-envify/index.js create mode 100644 docs/node_modules/loose-envify/loose-envify.js create mode 100644 docs/node_modules/loose-envify/package.json create mode 100644 docs/node_modules/loose-envify/replace.js create mode 100644 docs/node_modules/react/LICENSE create mode 100644 docs/node_modules/react/README.md create mode 100644 docs/node_modules/react/cjs/react-jsx-dev-runtime.development.js create mode 100644 docs/node_modules/react/cjs/react-jsx-dev-runtime.production.min.js create mode 100644 docs/node_modules/react/cjs/react-jsx-dev-runtime.profiling.min.js create mode 100644 docs/node_modules/react/cjs/react-jsx-runtime.development.js create mode 100644 docs/node_modules/react/cjs/react-jsx-runtime.production.min.js create mode 100644 docs/node_modules/react/cjs/react-jsx-runtime.profiling.min.js create mode 100644 docs/node_modules/react/cjs/react.development.js create mode 100644 docs/node_modules/react/cjs/react.production.min.js create mode 100644 docs/node_modules/react/cjs/react.shared-subset.development.js create mode 100644 docs/node_modules/react/cjs/react.shared-subset.production.min.js create mode 100644 docs/node_modules/react/index.js create mode 100644 docs/node_modules/react/jsx-dev-runtime.js create mode 100644 docs/node_modules/react/jsx-runtime.js create mode 100644 docs/node_modules/react/package.json create mode 100644 docs/node_modules/react/react.shared-subset.js create mode 100644 docs/node_modules/react/umd/react.development.js create mode 100644 docs/node_modules/react/umd/react.production.min.js create mode 100644 docs/node_modules/react/umd/react.profiling.min.js create mode 100644 docs/node_modules/ruby/.editorconfig create mode 100644 docs/node_modules/ruby/.eslintignore create mode 100644 docs/node_modules/ruby/.eslintrc create mode 100644 docs/node_modules/ruby/.mversionrc create mode 100644 docs/node_modules/ruby/.npmignore create mode 100644 docs/node_modules/ruby/.nvmrc create mode 100644 docs/node_modules/ruby/.publish/assets/css/style.css create mode 100644 docs/node_modules/ruby/.publish/assets/images/logos.png create mode 100644 docs/node_modules/ruby/.publish/assets/js/javascript.js create mode 100644 docs/node_modules/ruby/.publish/assets/template.jst create mode 100644 docs/node_modules/ruby/.publish/index.html create mode 100644 docs/node_modules/ruby/.publish/integer.html create mode 100644 docs/node_modules/ruby/.publish/percent_strings.html create mode 100644 docs/node_modules/ruby/.publish/stdout.html create mode 100644 docs/node_modules/ruby/.publish/string.html create mode 100644 docs/node_modules/ruby/.publish/style.css create mode 100644 docs/node_modules/ruby/.publish/top_level_methods.html create mode 100644 docs/node_modules/ruby/.travis.yml create mode 100644 docs/node_modules/ruby/README.md create mode 100644 docs/node_modules/ruby/dist/index.js create mode 100644 docs/node_modules/ruby/dist/integer.js create mode 100644 docs/node_modules/ruby/dist/percent_strings.js create mode 100644 docs/node_modules/ruby/dist/stdout.js create mode 100644 docs/node_modules/ruby/dist/string.js create mode 100644 docs/node_modules/ruby/docs/assets/css/style.css create mode 100644 docs/node_modules/ruby/docs/assets/images/logos.png create mode 100644 docs/node_modules/ruby/docs/assets/js/javascript.js create mode 100644 docs/node_modules/ruby/docs/assets/template.jst create mode 100644 docs/node_modules/ruby/docs/index.html create mode 100644 docs/node_modules/ruby/docs/integer.html create mode 100644 docs/node_modules/ruby/docs/percent_strings.html create mode 100644 docs/node_modules/ruby/docs/stdout.html create mode 100644 docs/node_modules/ruby/docs/string.html create mode 100644 docs/node_modules/ruby/docs/style.css create mode 100644 docs/node_modules/ruby/docs/top_level_methods.html create mode 100644 docs/node_modules/ruby/package.json create mode 100644 docs/package-lock.json create mode 100644 docs/package.json diff --git a/docs/build/images/01_2_iso-25010-topics-EN.drawio.png b/docs/build/images/01_2_iso-25010-topics-EN.drawio.png new file mode 100644 index 0000000000000000000000000000000000000000..548f6fa56e3ce2fc1ef099e06ab4a5659c690016 GIT binary patch literal 83003 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 literal 0 HcmV?d00001 diff --git a/docs/build/images/05_building_blocks-EN.png b/docs/build/images/05_building_blocks-EN.png new file mode 100644 index 0000000000000000000000000000000000000000..0862b64e35d29ee09e8f8eab31d770e9ce600fb0 GIT binary patch literal 281231 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≠9|hX~*>=J` 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ô}*+eG1tA1n;yChFdzvv@O}@%;vNn%G1#5 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

pI`()N1 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 literal 0 HcmV?d00001 diff --git a/docs/build/index.html b/docs/build/index.html new file mode 100644 index 0000000..929ecfb --- /dev/null +++ b/docs/build/index.html @@ -0,0 +1,1818 @@ + + + + + + + +Template + + + + +

+
+
+
+ +
+

About arc42

+
+
+

arc42, the template for documentation of software and system architecture.

+
+
+

Template Version 8.2 EN. (based upon AsciiDoc version), January 2023

+
+
+

Created, maintained and © by Dr. Peter Hruschka, Dr. Gernot Starke and contributors. +See https://arc42.org.

+
+
+
+
+
+ + + + + +
+
Note
+
+
+

This version of the template contains some help and explanations. +It is used for familiarization with arc42 and the understanding of the concepts. +For documentation of your own system you use better the plain version.

+
+
+
+
+
+
+
+
+
+

1. Introduction and Goals

+
+
+
+
+

Describes the relevant requirements and the driving forces that software architects and development team must consider. +These include

+
+
+
    +
  • +

    underlying business goals,

    +
  • +
  • +

    essential features,

    +
  • +
  • +

    essential functional requirements,

    +
  • +
  • +

    quality goals for the architecture and

    +
  • +
  • +

    relevant stakeholders and their expectations

    +
  • +
+
+
+
+
+

1.1. Requirements Overview

+
+
+
+
Contents
+

Short description of the functional requirements, driving forces, extract (or abstract) +of requirements. Link to (hopefully existing) requirements documents +(with version number and information where to find it).

+
+
+
Motivation
+

From the point of view of the end users a system is created or modified to +improve support of a business activity and/or improve the quality.

+
+
+
Form
+

Short textual description, probably in tabular use-case format. +If requirements documents exist this overview should refer to these documents.

+
+
+

Keep these excerpts as short as possible. Balance readability of this document with potential redundancy w.r.t to requirements documents.

+
+
+
Further Information
+

See Introduction and Goals in the arc42 documentation.

+
+
+
+
+
+

1.2. Quality Goals

+
+
+
+
Contents
+

The top three (max five) quality goals for the architecture whose fulfillment is of highest importance to the major stakeholders. +We really mean quality goals for the architecture. Don’t confuse them with project goals. +They are not necessarily identical.

+
+
+

Consider this overview of potential topics (based upon the ISO 25010 standard):

+
+
+
+Categories of Quality Requirements +
+
+
+
Motivation
+

You should know the quality goals of your most important stakeholders, since they will influence fundamental architectural decisions. +Make sure to be very concrete about these qualities, avoid buzzwords. +If you as an architect do not know how the quality of your work will be judged…​

+
+
+
Form
+

A table with quality goals and concrete scenarios, ordered by priorities

+
+
+
+
+
+

1.3. Stakeholders

+
+
+
+
Contents
+

Explicit overview of stakeholders of the system, i.e. all person, roles or organizations that

+
+
+
    +
  • +

    should know the architecture

    +
  • +
  • +

    have to be convinced of the architecture

    +
  • +
  • +

    have to work with the architecture or with code

    +
  • +
  • +

    need the documentation of the architecture for their work

    +
  • +
  • +

    have to come up with decisions about the system or its development

    +
  • +
+
+
+
Motivation
+

You should know all parties involved in development of the system or affected by the system. +Otherwise, you may get nasty surprises later in the development process. +These stakeholders determine the extent and the level of detail of your work and its results.

+
+
+
Form
+

Table with role names, person names, and their expectations with respect to the architecture and its documentation.

+
+
+
+ +++++ + + + + + + + + + + + + + + + + + + + +
Role/NameContactExpectations

<Role-1>

<Contact-1>

<Expectation-1>

<Role-2>

<Contact-2>

<Expectation-2>

+
+
+
+
+
+

2. Architecture Constraints

+
+
+
+
+
Contents
+

Any requirement that constraints software architects in their freedom of design and implementation decisions or decision about the development process. These constraints sometimes go beyond individual systems and are valid for whole organizations and companies.

+
+
+
Motivation
+

Architects should know exactly where they are free in their design decisions and where they must adhere to constraints. +Constraints must always be dealt with; they may be negotiable, though.

+
+
+
Form
+

Simple tables of constraints with explanations. +If needed you can subdivide them into +technical constraints, organizational and political constraints and +conventions (e.g. programming or versioning guidelines, documentation or naming conventions)

+
+
+
Further Information
+

See Architecture Constraints in the arc42 documentation.

+
+
+
+
+
+
+
+

3. System Scope and Context

+
+
+
+
+
Contents
+

System scope and context - as the name suggests - delimits your system (i.e. your scope) from all its communication partners +(neighboring systems and users, i.e. the context of your system). It thereby specifies the external interfaces.

+
+
+

If necessary, differentiate the business context (domain specific inputs and outputs) from the technical context (channels, protocols, hardware).

+
+
+
Motivation
+

The domain interfaces and technical interfaces to communication partners are among your system’s most critical aspects. Make sure that you completely understand them.

+
+
+
Form
+

Various options:

+
+
+
    +
  • +

    Context diagrams

    +
  • +
  • +

    Lists of communication partners and their interfaces.

    +
  • +
+
+
+
Further Information
+

See Context and Scope in the arc42 documentation.

+
+
+
+
+

3.1. Business Context

+
+
+
+
Contents
+

Specification of all communication partners (users, IT-systems, …​) with explanations of domain specific inputs and outputs or interfaces. +Optionally you can add domain specific formats or communication protocols.

+
+
+
Motivation
+

All stakeholders should understand which data are exchanged with the environment of the system.

+
+
+
Form
+

All kinds of diagrams that show the system as a black box and specify the domain interfaces to communication partners.

+
+
+

Alternatively (or additionally) you can use a table. +The title of the table is the name of your system, the three columns contain the name of the communication partner, the inputs, and the outputs.

+
+
+
+
+

<Diagram or Table>

+
+
+

<optionally: Explanation of external domain interfaces>

+
+
+
+

3.2. Technical Context

+
+
+
+
Contents
+

Technical interfaces (channels and transmission media) linking your system to its environment. In addition a mapping of domain specific input/output to the channels, i.e. an explanation which I/O uses which channel.

+
+
+
Motivation
+

Many stakeholders make architectural decision based on the technical interfaces between the system and its context. Especially infrastructure or hardware designers decide these technical interfaces.

+
+
+
Form
+

E.g. UML deployment diagram describing channels to neighboring systems, +together with a mapping table showing the relationships between channels and input/output.

+
+
+
+
+

<Diagram or Table>

+
+
+

<optionally: Explanation of technical interfaces>

+
+
+

<Mapping Input/Output to Channels>

+
+
+
+
+
+
+

4. Solution Strategy

+
+
+
+
+
Contents
+

A short summary and explanation of the fundamental decisions and solution strategies, that shape system architecture. It includes

+
+
+
    +
  • +

    technology decisions

    +
  • +
  • +

    decisions about the top-level decomposition of the system, e.g. usage of an architectural pattern or design pattern

    +
  • +
  • +

    decisions on how to achieve key quality goals

    +
  • +
  • +

    relevant organizational decisions, e.g. selecting a development process or delegating certain tasks to third parties.

    +
  • +
+
+
+
Motivation
+

These decisions form the cornerstones for your architecture. They are the foundation for many other detailed decisions or implementation rules.

+
+
+
Form
+

Keep the explanations of such key decisions short.

+
+
+

Motivate what was decided and why it was decided that way, +based upon problem statement, quality goals and key constraints. +Refer to details in the following sections.

+
+
+
Further Information
+

See Solution Strategy in the arc42 documentation.

+
+
+
+
+
+
+
+

5. Building Block View

+
+
+
+
+
Content
+

The building block view shows the static decomposition of the system into building blocks (modules, components, subsystems, classes, interfaces, packages, libraries, frameworks, layers, partitions, tiers, functions, macros, operations, data structures, …​) as well as their dependencies (relationships, associations, …​)

+
+
+

This view is mandatory for every architecture documentation. +In analogy to a house this is the floor plan.

+
+
+
Motivation
+

Maintain an overview of your source code by making its structure understandable through +abstraction.

+
+
+

This allows you to communicate with your stakeholder on an abstract level without disclosing implementation details.

+
+
+
Form
+

The building block view is a hierarchical collection of black boxes and white boxes +(see figure below) and their descriptions.

+
+
+
+Hierarchy of building blocks +
+
+
+

Level 1 is the white box description of the overall system together with black +box descriptions of all contained building blocks.

+
+
+

Level 2 zooms into some building blocks of level 1. +Thus it contains the white box description of selected building blocks of level 1, together with black box descriptions of their internal building blocks.

+
+
+

Level 3 zooms into selected building blocks of level 2, and so on.

+
+
+
Further Information
+

See Building Block View in the arc42 documentation.

+
+
+
+
+

5.1. Whitebox Overall System

+
+
+
+

Here you describe the decomposition of the overall system using the following white box template. It contains

+
+
+
    +
  • +

    an overview diagram

    +
  • +
  • +

    a motivation for the decomposition

    +
  • +
  • +

    black box descriptions of the contained building blocks. For these we offer you alternatives:

    +
    +
      +
    • +

      use one table for a short and pragmatic overview of all contained building blocks and their interfaces

      +
    • +
    • +

      use a list of black box descriptions of the building blocks according to the black box template (see below). +Depending on your choice of tool this list could be sub-chapters (in text files), sub-pages (in a Wiki) or nested elements (in a modeling tool).

      +
    • +
    +
    +
  • +
  • +

    (optional:) important interfaces, that are not explained in the black box templates of a building block, but are very important for understanding the white box. +Since there are so many ways to specify interfaces why do not provide a specific template for them. + In the worst case you have to specify and describe syntax, semantics, protocols, error handling, + restrictions, versions, qualities, necessary compatibilities and many things more. +In the best case you will get away with examples or simple signatures.

    +
  • +
+
+
+
+
+

<Overview Diagram>

+
+
+
+
Motivation
+
+

<text explanation>

+
+
Contained Building Blocks
+
+

<Description of contained building block (black boxes)>

+
+
Important Interfaces
+
+

<Description of important interfaces>

+
+
+
+
+
+
+

Insert your explanations of black boxes from level 1:

+
+
+

If you use tabular form you will only describe your black boxes with name and +responsibility according to the following schema:

+
+ ++++ + + + + + + + + + + + + + + + + +
NameResponsibility

<black box 1>

 <Text>

<black box 2>

 <Text>

+
+

If you use a list of black box descriptions then you fill in a separate black box template for every important building block . +Its headline is the name of the black box.

+
+
+
+
+

5.1.1. <Name black box 1>

+
+
+
+

Here you describe <black box 1> +according the the following black box template:

+
+
+
    +
  • +

    Purpose/Responsibility

    +
  • +
  • +

    Interface(s), when they are not extracted as separate paragraphs. This interfaces may include qualities and performance characteristics.

    +
  • +
  • +

    (Optional) Quality-/Performance characteristics of the black box, e.g.availability, run time behavior, …​.

    +
  • +
  • +

    (Optional) directory/file location

    +
  • +
  • +

    (Optional) Fulfilled requirements (if you need traceability to requirements).

    +
  • +
  • +

    (Optional) Open issues/problems/risks

    +
  • +
+
+
+
+
+

<Purpose/Responsibility>

+
+
+

<Interface(s)>

+
+
+

<(Optional) Quality/Performance Characteristics>

+
+
+

<(Optional) Directory/File Location>

+
+
+

<(Optional) Fulfilled Requirements>

+
+
+

<(optional) Open Issues/Problems/Risks>

+
+
+
+

5.1.2. <Name black box 2>

+
+

<black box template>

+
+
+
+

5.1.3. <Name black box n>

+
+

<black box template>

+
+
+
+

5.1.4. <Name interface 1>

+
+

…​

+
+
+
+

5.1.5. <Name interface m>

+ +
+
+
+

5.2. Level 2

+
+
+
+

Here you can specify the inner structure of (some) building blocks from level 1 as white boxes.

+
+
+

You have to decide which building blocks of your system are important enough to justify such a detailed description. +Please prefer relevance over completeness. Specify important, surprising, risky, complex or volatile building blocks. +Leave out normal, simple, boring or standardized parts of your system

+
+
+
+
+

5.2.1. White Box <building block 1>

+
+
+
+

…​describes the internal structure of building block 1.

+
+
+
+
+

<white box template>

+
+
+
+

5.2.2. White Box <building block 2>

+
+

<white box template>

+
+
+

…​

+
+
+
+

5.2.3. White Box <building block m>

+
+

<white box template>

+
+
+
+
+

5.3. Level 3

+
+
+
+

Here you can specify the inner structure of (some) building blocks from level 2 as white boxes.

+
+
+

When you need more detailed levels of your architecture please copy this +part of arc42 for additional levels.

+
+
+
+
+

5.3.1. White Box <_building block x.1_>

+
+
+
+

Specifies the internal structure of building block x.1.

+
+
+
+
+

<white box template>

+
+
+
+

5.3.2. White Box <_building block x.2_>

+
+

<white box template>

+
+
+
+

5.3.3. White Box <_building block y.1_>

+
+

<white box template>

+
+
+
+
+
+
+
+

6. Runtime View

+
+
+
+
+
Contents
+

The runtime view describes concrete behavior and interactions of the system’s building blocks in form of scenarios from the following areas:

+
+
+
    +
  • +

    important use cases or features: how do building blocks execute them?

    +
  • +
  • +

    interactions at critical external interfaces: how do building blocks cooperate with users and neighboring systems?

    +
  • +
  • +

    operation and administration: launch, start-up, stop

    +
  • +
  • +

    error and exception scenarios

    +
  • +
+
+
+

Remark: The main criterion for the choice of possible scenarios (sequences, workflows) is their architectural relevance. It is not important to describe a large number of scenarios. You should rather document a representative selection.

+
+
+
Motivation
+

You should understand how (instances of) building blocks of your system perform their job and communicate at runtime. +You will mainly capture scenarios in your documentation to communicate your architecture to stakeholders that are less willing or able to read and understand the static models (building block view, deployment view).

+
+
+
Form
+

There are many notations for describing scenarios, e.g.

+
+
+
    +
  • +

    numbered list of steps (in natural language)

    +
  • +
  • +

    activity diagrams or flow charts

    +
  • +
  • +

    sequence diagrams

    +
  • +
  • +

    BPMN or EPCs (event process chains)

    +
  • +
  • +

    state machines

    +
  • +
  • +

    …​

    +
  • +
+
+
+
Further Information
+

See Runtime View in the arc42 documentation.

+
+
+
+
+

6.1. <Runtime Scenario 1>

+
+
    +
  • +

    <insert runtime diagram or textual description of the scenario>

    +
  • +
  • +

    <insert description of the notable aspects of the interactions between the +building block instances depicted in this diagram.>

    +
  • +
+
+
+

It is possible to use a sequence diagram:

+
+
+
+
Failed to generate image: Could not find Java executable
+actor Alice
+actor Bob
+database Pod as "Bob's Pod"
+Alice -> Bob: Authentication Request
+Bob --> Alice: Authentication Response
+Alice  --> Pod: Store route
+Alice -> Bob: Another authentication Request
+Alice <-- Bob: another authentication Response
+
+
+
+
+

6.2. <Runtime Scenario 2>

+ +
+
+

6.3. …​

+ +
+
+

6.4. <Runtime Scenario n>

+
+
+
+
+
+

7. Deployment View

+
+
+
+
+
Content
+

The deployment view describes:

+
+
+
    +
  1. +

    technical infrastructure used to execute your system, with infrastructure elements like geographical locations, environments, computers, processors, channels and net topologies as well as other infrastructure elements and

    +
  2. +
  3. +

    mapping of (software) building blocks to that infrastructure elements.

    +
  4. +
+
+
+

Often systems are executed in different environments, e.g. development environment, test environment, production environment. In such cases you should document all relevant environments.

+
+
+

Especially document a deployment view if your software is executed as distributed system with more than one computer, processor, server or container or when you design and construct your own hardware processors and chips.

+
+
+

From a software perspective it is sufficient to capture only those elements of an infrastructure that are needed to show a deployment of your building blocks. Hardware architects can go beyond that and describe an infrastructure to any level of detail they need to capture.

+
+
+
Motivation
+

Software does not run without hardware. +This underlying infrastructure can and will influence a system and/or some +cross-cutting concepts. Therefore, there is a need to know the infrastructure.

+
+
+
Form
+

Maybe a highest level deployment diagram is already contained in section 3.2. as +technical context with your own infrastructure as ONE black box. In this section one can +zoom into this black box using additional deployment diagrams:

+
+
+
    +
  • +

    UML offers deployment diagrams to express that view. Use it, probably with nested diagrams, +when your infrastructure is more complex.

    +
  • +
  • +

    When your (hardware) stakeholders prefer other kinds of diagrams rather than a deployment diagram, let them use any kind that is able to show nodes and channels of the infrastructure.

    +
  • +
+
+
+
Further Information
+

See Deployment View in the arc42 documentation.

+
+
+
+
+

7.1. Infrastructure Level 1

+
+
+
+

Describe (usually in a combination of diagrams, tables, and text):

+
+
+
    +
  • +

    distribution of a system to multiple locations, environments, computers, processors, .., as well as physical connections between them

    +
  • +
  • +

    important justifications or motivations for this deployment structure

    +
  • +
  • +

    quality and/or performance features of this infrastructure

    +
  • +
  • +

    mapping of software artifacts to elements of this infrastructure

    +
  • +
+
+
+

For multiple environments or alternative deployments please copy and adapt this section of arc42 for all relevant environments.

+
+
+
+
+

<Overview Diagram>

+
+
+
+
Motivation
+
+

<explanation in text form>

+
+
Quality and/or Performance Features
+
+

<explanation in text form>

+
+
Mapping of Building Blocks to Infrastructure
+
+

<description of the mapping>

+
+
+
+
+
+

7.2. Infrastructure Level 2

+
+
+
+

Here you can include the internal structure of (some) infrastructure elements from level 1.

+
+
+

Please copy the structure from level 1 for each selected element.

+
+
+
+
+

7.2.1. <Infrastructure Element 1>

+
+

<diagram + explanation>

+
+
+
+

7.2.2. <Infrastructure Element 2>

+
+

<diagram + explanation>

+
+
+

…​

+
+
+
+

7.2.3. <Infrastructure Element n>

+
+

<diagram + explanation>

+
+
+
+
+
+
+
+

8. Cross-cutting Concepts

+
+
+
+
+
Content
+

This section describes overall, principal regulations and solution ideas that are relevant in multiple parts (= cross-cutting) of your system. +Such concepts are often related to multiple building blocks. +They can include many different topics, such as

+
+
+
    +
  • +

    models, especially domain models

    +
  • +
  • +

    architecture or design patterns

    +
  • +
  • +

    rules for using specific technology

    +
  • +
  • +

    principal, often technical decisions of an overarching (= cross-cutting) nature

    +
  • +
  • +

    implementation rules

    +
  • +
+
+
+
Motivation
+

Concepts form the basis for conceptual integrity (consistency, homogeneity) of the architecture. +Thus, they are an important contribution to achieve inner qualities of your system.

+
+
+

Some of these concepts cannot be assigned to individual building blocks, e.g. security or safety.

+
+
+
Form
+

The form can be varied:

+
+
+
    +
  • +

    concept papers with any kind of structure

    +
  • +
  • +

    cross-cutting model excerpts or scenarios using notations of the architecture views

    +
  • +
  • +

    sample implementations, especially for technical concepts

    +
  • +
  • +

    reference to typical usage of standard frameworks (e.g. using Hibernate for object/relational mapping)

    +
  • +
+
+
+
Structure
+

A potential (but not mandatory) structure for this section could be:

+
+
+
    +
  • +

    Domain concepts

    +
  • +
  • +

    User Experience concepts (UX)

    +
  • +
  • +

    Safety and security concepts

    +
  • +
  • +

    Architecture and design patterns

    +
  • +
  • +

    "Under-the-hood"

    +
  • +
  • +

    development concepts

    +
  • +
  • +

    operational concepts

    +
  • +
+
+
+

Note: it might be difficult to assign individual concepts to one specific topic +on this list.

+
+
+
+Possible topics for crosscutting concepts +
+
+
+
Further Information
+

See Concepts in the arc42 documentation.

+
+
+
+
+

8.1. <Concept 1>

+
+

<explanation>

+
+
+
+

8.2. <Concept 2>

+
+

<explanation>

+
+
+

…​

+
+
+
+

8.3. <Concept n>

+
+

<explanation>

+
+
+
+
+
+
+

9. Architecture Decisions

+
+
+
+
+
Contents
+

Important, expensive, large scale or risky architecture decisions including rationales. +With "decisions" we mean selecting one alternative based on given criteria.

+
+
+

Please use your judgement to decide whether an architectural decision should be documented +here in this central section or whether you better document it locally +(e.g. within the white box template of one building block).

+
+
+

Avoid redundancy. +Refer to section 4, where you already captured the most important decisions of your architecture.

+
+
+
Motivation
+

Stakeholders of your system should be able to comprehend and retrace your decisions.

+
+
+
Form
+

Various options:

+
+
+
    +
  • +

    ADR (Documenting Architecture Decisions) for every important decision

    +
  • +
  • +

    List or table, ordered by importance and consequences or:

    +
  • +
  • +

    more detailed in form of separate sections per decision

    +
  • +
+
+
+
Further Information
+

See Architecture Decisions in the arc42 documentation. +There you will find links and examples about ADR.

+
+
+
+
+
+
+
+

10. Quality Requirements

+
+
+
+
+
Content
+

This section contains all quality requirements as quality tree with scenarios. The most important ones have already been described in section 1.2. (quality goals)

+
+
+

Here you can also capture quality requirements with lesser priority, +which will not create high risks when they are not fully achieved.

+
+
+
Motivation
+

Since quality requirements will have a lot of influence on architectural +decisions you should know for every stakeholder what is really important to them, +concrete and measurable.

+
+
+
Further Information
+

See Quality Requirements in the arc42 documentation.

+
+
+
+
+

10.1. Quality Tree

+
+
+
+
Content
+

The quality tree (as defined in ATAM – Architecture Tradeoff Analysis Method) with quality/evaluation scenarios as leafs.

+
+
+
Motivation
+

The tree structure with priorities provides an overview for a sometimes large number of quality requirements.

+
+
+
Form
+

The quality tree is a high-level overview of the quality goals and requirements:

+
+
+
    +
  • +

    tree-like refinement of the term "quality". Use "quality" or "usefulness" as a root

    +
  • +
  • +

    a mind map with quality categories as main branches

    +
  • +
+
+
+

In any case the tree should include links to the scenarios of the following section.

+
+
+
+
+
+

10.2. Quality Scenarios

+
+
+
+
Contents
+

Concretization of (sometimes vague or implicit) quality requirements using (quality) scenarios.

+
+
+

These scenarios describe what should happen when a stimulus arrives at the system.

+
+
+

For architects, two kinds of scenarios are important:

+
+
+
    +
  • +

    Usage scenarios (also called application scenarios or use case scenarios) describe the system’s runtime reaction to a certain stimulus. This also includes scenarios that describe the system’s efficiency or performance. Example: The system reacts to a user’s request within one second.

    +
  • +
  • +

    Change scenarios describe a modification of the system or of its immediate environment. Example: Additional functionality is implemented or requirements for a quality attribute change.

    +
  • +
+
+
+
Motivation
+

Scenarios make quality requirements concrete and allow to +more easily measure or decide whether they are fulfilled.

+
+
+

Especially when you want to assess your architecture using methods like +ATAM you need to describe your quality goals (from section 1.2) +more precisely down to a level of scenarios that can be discussed and evaluated.

+
+
+
Form
+

Tabular or free form text.

+
+
+
+
+
+
+
+
+

11. Risks and Technical Debts

+
+
+
+
+
Contents
+

A list of identified technical risks or technical debts, ordered by priority

+
+
+
Motivation
+

“Risk management is project management for grown-ups” (Tim Lister, Atlantic Systems Guild.)

+
+
+

This should be your motto for systematic detection and evaluation of risks and technical debts in the architecture, which will be needed by management stakeholders (e.g. project managers, product owners) as part of the overall risk analysis and measurement planning.

+
+
+
Form
+

List of risks and/or technical debts, probably including suggested measures to minimize, mitigate or avoid risks or reduce technical debts.

+
+
+
Further Information
+

See Risks and Technical Debt in the arc42 documentation.

+
+
+
+
+
+
+
+

12. Glossary

+
+
+
+
+
Contents
+

The most important domain and technical terms that your stakeholders use when discussing the system.

+
+
+

You can also see the glossary as source for translations if you work in multi-language teams.

+
+
+
Motivation
+

You should clearly define your terms, so that all stakeholders

+
+
+
    +
  • +

    have an identical understanding of these terms

    +
  • +
  • +

    do not use synonyms and homonyms

    +
  • +
+
+
+
Form
+

A table with columns <Term> and <Definition>.

+
+
+

Potentially more columns in case you need translations.

+
+
+
Further Information
+

See Glossary in the arc42 documentation.

+
+
+
+ ++++ + + + + + + + + + + + + + + + + +
TermDefinition

<Term-1>

<definition-1>

<Term-2>

<definition-2>

+
+
+
+ + + \ No newline at end of file diff --git a/docs/node_modules/.bin/gh-pages-clean.cmd b/docs/node_modules/.bin/gh-pages-clean.cmd new file mode 100644 index 0000000..f4c0147 --- /dev/null +++ b/docs/node_modules/.bin/gh-pages-clean.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\gh-pages\bin\gh-pages-clean.js" %* diff --git a/docs/node_modules/.bin/gh-pages-clean.ps1 b/docs/node_modules/.bin/gh-pages-clean.ps1 new file mode 100644 index 0000000..6c7e458 --- /dev/null +++ b/docs/node_modules/.bin/gh-pages-clean.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../gh-pages/bin/gh-pages-clean.js" $args + } else { + & "$basedir/node$exe" "$basedir/../gh-pages/bin/gh-pages-clean.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../gh-pages/bin/gh-pages-clean.js" $args + } else { + & "node$exe" "$basedir/../gh-pages/bin/gh-pages-clean.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/docs/node_modules/.bin/gh-pages.cmd b/docs/node_modules/.bin/gh-pages.cmd new file mode 100644 index 0000000..4222fe5 --- /dev/null +++ b/docs/node_modules/.bin/gh-pages.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\gh-pages\bin\gh-pages.js" %* diff --git a/docs/node_modules/.bin/gh-pages.ps1 b/docs/node_modules/.bin/gh-pages.ps1 new file mode 100644 index 0000000..28ce665 --- /dev/null +++ b/docs/node_modules/.bin/gh-pages.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../gh-pages/bin/gh-pages.js" $args + } else { + & "$basedir/node$exe" "$basedir/../gh-pages/bin/gh-pages.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../gh-pages/bin/gh-pages.js" $args + } else { + & "node$exe" "$basedir/../gh-pages/bin/gh-pages.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/docs/node_modules/.bin/loose-envify b/docs/node_modules/.bin/loose-envify new file mode 120000 index 0000000..ed9009c --- /dev/null +++ b/docs/node_modules/.bin/loose-envify @@ -0,0 +1 @@ +../loose-envify/cli.js \ No newline at end of file diff --git a/docs/node_modules/.bin/resolve.cmd b/docs/node_modules/.bin/resolve.cmd new file mode 100644 index 0000000..1a017c4 --- /dev/null +++ b/docs/node_modules/.bin/resolve.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\resolve\bin\resolve" %* diff --git a/docs/node_modules/.bin/resolve.ps1 b/docs/node_modules/.bin/resolve.ps1 new file mode 100644 index 0000000..f22b2d3 --- /dev/null +++ b/docs/node_modules/.bin/resolve.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../resolve/bin/resolve" $args + } else { + & "$basedir/node$exe" "$basedir/../resolve/bin/resolve" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../resolve/bin/resolve" $args + } else { + & "node$exe" "$basedir/../resolve/bin/resolve" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/docs/node_modules/.bin/semver.cmd b/docs/node_modules/.bin/semver.cmd new file mode 100644 index 0000000..9913fa9 --- /dev/null +++ b/docs/node_modules/.bin/semver.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\semver\bin\semver.js" %* diff --git a/docs/node_modules/.bin/semver.ps1 b/docs/node_modules/.bin/semver.ps1 new file mode 100644 index 0000000..314717a --- /dev/null +++ b/docs/node_modules/.bin/semver.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../semver/bin/semver.js" $args + } else { + & "$basedir/node$exe" "$basedir/../semver/bin/semver.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../semver/bin/semver.js" $args + } else { + & "node$exe" "$basedir/../semver/bin/semver.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/docs/node_modules/.bin/shjs.cmd b/docs/node_modules/.bin/shjs.cmd new file mode 100644 index 0000000..fa4df35 --- /dev/null +++ b/docs/node_modules/.bin/shjs.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\shelljs\bin\shjs" %* diff --git a/docs/node_modules/.bin/shjs.ps1 b/docs/node_modules/.bin/shjs.ps1 new file mode 100644 index 0000000..c24e104 --- /dev/null +++ b/docs/node_modules/.bin/shjs.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../shelljs/bin/shjs" $args + } else { + & "$basedir/node$exe" "$basedir/../shelljs/bin/shjs" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../shelljs/bin/shjs" $args + } else { + & "node$exe" "$basedir/../shelljs/bin/shjs" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/docs/node_modules/.bin/shx.cmd b/docs/node_modules/.bin/shx.cmd new file mode 100644 index 0000000..7b772b1 --- /dev/null +++ b/docs/node_modules/.bin/shx.cmd @@ -0,0 +1,17 @@ +@ECHO off +GOTO start +:find_dp0 +SET dp0=%~dp0 +EXIT /b +:start +SETLOCAL +CALL :find_dp0 + +IF EXIST "%dp0%\node.exe" ( + SET "_prog=%dp0%\node.exe" +) ELSE ( + SET "_prog=node" + SET PATHEXT=%PATHEXT:;.JS;=;% +) + +endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\shx\lib\cli.js" %* diff --git a/docs/node_modules/.bin/shx.ps1 b/docs/node_modules/.bin/shx.ps1 new file mode 100644 index 0000000..9cfa18b --- /dev/null +++ b/docs/node_modules/.bin/shx.ps1 @@ -0,0 +1,28 @@ +#!/usr/bin/env pwsh +$basedir=Split-Path $MyInvocation.MyCommand.Definition -Parent + +$exe="" +if ($PSVersionTable.PSVersion -lt "6.0" -or $IsWindows) { + # Fix case when both the Windows and Linux builds of Node + # are installed in the same directory + $exe=".exe" +} +$ret=0 +if (Test-Path "$basedir/node$exe") { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "$basedir/node$exe" "$basedir/../shx/lib/cli.js" $args + } else { + & "$basedir/node$exe" "$basedir/../shx/lib/cli.js" $args + } + $ret=$LASTEXITCODE +} else { + # Support pipeline input + if ($MyInvocation.ExpectingInput) { + $input | & "node$exe" "$basedir/../shx/lib/cli.js" $args + } else { + & "node$exe" "$basedir/../shx/lib/cli.js" $args + } + $ret=$LASTEXITCODE +} +exit $ret diff --git a/docs/node_modules/.package-lock.json b/docs/node_modules/.package-lock.json new file mode 100644 index 0000000..c5eb870 --- /dev/null +++ b/docs/node_modules/.package-lock.json @@ -0,0 +1,47 @@ +{ + "name": "docs", + "lockfileVersion": 2, + "requires": true, + "packages": { + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "node_modules/loose-envify": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "dependencies": { + "js-tokens": "^3.0.0 || ^4.0.0" + }, + "bin": { + "loose-envify": "cli.js" + } + }, + "node_modules/react": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", + "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", + "dependencies": { + "loose-envify": "^1.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ruby": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/ruby/-/ruby-0.6.1.tgz", + "integrity": "sha512-TjMB+HyxathhcgvtQ3jkYWWjW3t9q+3VPLe0jpsm1x8tryXJ3626rO6gQ+0S12Oyac+Glp6KDuy1JBdKND+eSQ==", + "dependencies": { + "lodash": "^4.13.0" + } + } + } +} diff --git a/docs/node_modules/js-tokens/CHANGELOG.md b/docs/node_modules/js-tokens/CHANGELOG.md new file mode 100644 index 0000000..755e6f6 --- /dev/null +++ b/docs/node_modules/js-tokens/CHANGELOG.md @@ -0,0 +1,151 @@ +### Version 4.0.0 (2018-01-28) ### + +- Added: Support for ES2018. The only change needed was recognizing the `s` + regex flag. +- Changed: _All_ tokens returned by the `matchToToken` function now have a + `closed` property. It is set to `undefined` for the tokens where “closed” + doesn’t make sense. This means that all tokens objects have the same shape, + which might improve performance. + +These are the breaking changes: + +- `'/a/s'.match(jsTokens)` no longer returns `['/', 'a', '/', 's']`, but + `['/a/s']`. (There are of course other variations of this.) +- Code that rely on some token objects not having the `closed` property could + now behave differently. + + +### Version 3.0.2 (2017-06-28) ### + +- No code changes. Just updates to the readme. + + +### Version 3.0.1 (2017-01-30) ### + +- Fixed: ES2015 unicode escapes with more than 6 hex digits are now matched + correctly. + + +### Version 3.0.0 (2017-01-11) ### + +This release contains one breaking change, that should [improve performance in +V8][v8-perf]: + +> So how can you, as a JavaScript developer, ensure that your RegExps are fast? +> If you are not interested in hooking into RegExp internals, make sure that +> neither the RegExp instance, nor its prototype is modified in order to get the +> best performance: +> +> ```js +> var re = /./g; +> re.exec(''); // Fast path. +> re.new_property = 'slow'; +> ``` + +This module used to export a single regex, with `.matchToToken` bolted +on, just like in the above example. This release changes the exports of +the module to avoid this issue. + +Before: + +```js +import jsTokens from "js-tokens" +// or: +var jsTokens = require("js-tokens") +var matchToToken = jsTokens.matchToToken +``` + +After: + +```js +import jsTokens, {matchToToken} from "js-tokens" +// or: +var jsTokens = require("js-tokens").default +var matchToToken = require("js-tokens").matchToToken +``` + +[v8-perf]: http://v8project.blogspot.se/2017/01/speeding-up-v8-regular-expressions.html + + +### Version 2.0.0 (2016-06-19) ### + +- Added: Support for ES2016. In other words, support for the `**` exponentiation + operator. + +These are the breaking changes: + +- `'**'.match(jsTokens)` no longer returns `['*', '*']`, but `['**']`. +- `'**='.match(jsTokens)` no longer returns `['*', '*=']`, but `['**=']`. + + +### Version 1.0.3 (2016-03-27) ### + +- Improved: Made the regex ever so slightly smaller. +- Updated: The readme. + + +### Version 1.0.2 (2015-10-18) ### + +- Improved: Limited npm package contents for a smaller download. Thanks to + @zertosh! + + +### Version 1.0.1 (2015-06-20) ### + +- Fixed: Declared an undeclared variable. + + +### Version 1.0.0 (2015-02-26) ### + +- Changed: Merged the 'operator' and 'punctuation' types into 'punctuator'. That + type is now equivalent to the Punctuator token in the ECMAScript + specification. (Backwards-incompatible change.) +- Fixed: A `-` followed by a number is now correctly matched as a punctuator + followed by a number. It used to be matched as just a number, but there is no + such thing as negative number literals. (Possibly backwards-incompatible + change.) + + +### Version 0.4.1 (2015-02-21) ### + +- Added: Support for the regex `u` flag. + + +### Version 0.4.0 (2015-02-21) ### + +- Improved: `jsTokens.matchToToken` performance. +- Added: Support for octal and binary number literals. +- Added: Support for template strings. + + +### Version 0.3.1 (2015-01-06) ### + +- Fixed: Support for unicode spaces. They used to be allowed in names (which is + very confusing), and some unicode newlines were wrongly allowed in strings and + regexes. + + +### Version 0.3.0 (2014-12-19) ### + +- Changed: The `jsTokens.names` array has been replaced with the + `jsTokens.matchToToken` function. The capturing groups of `jsTokens` are no + longer part of the public API; instead use said function. See this [gist] for + an example. (Backwards-incompatible change.) +- Changed: The empty string is now considered an “invalid” token, instead an + “empty” token (its own group). (Backwards-incompatible change.) +- Removed: component support. (Backwards-incompatible change.) + +[gist]: https://gist.github.com/lydell/be49dbf80c382c473004 + + +### Version 0.2.0 (2014-06-19) ### + +- Changed: Match ES6 function arrows (`=>`) as an operator, instead of its own + category (“functionArrow”), for simplicity. (Backwards-incompatible change.) +- Added: ES6 splats (`...`) are now matched as an operator (instead of three + punctuations). (Backwards-incompatible change.) + + +### Version 0.1.0 (2014-03-08) ### + +- Initial release. diff --git a/docs/node_modules/js-tokens/LICENSE b/docs/node_modules/js-tokens/LICENSE new file mode 100644 index 0000000..54aef52 --- /dev/null +++ b/docs/node_modules/js-tokens/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/docs/node_modules/js-tokens/README.md b/docs/node_modules/js-tokens/README.md new file mode 100644 index 0000000..00cdf16 --- /dev/null +++ b/docs/node_modules/js-tokens/README.md @@ -0,0 +1,240 @@ +Overview [![Build Status](https://travis-ci.org/lydell/js-tokens.svg?branch=master)](https://travis-ci.org/lydell/js-tokens) +======== + +A regex that tokenizes JavaScript. + +```js +var jsTokens = require("js-tokens").default + +var jsString = "var foo=opts.foo;\n..." + +jsString.match(jsTokens) +// ["var", " ", "foo", "=", "opts", ".", "foo", ";", "\n", ...] +``` + + +Installation +============ + +`npm install js-tokens` + +```js +import jsTokens from "js-tokens" +// or: +var jsTokens = require("js-tokens").default +``` + + +Usage +===== + +### `jsTokens` ### + +A regex with the `g` flag that matches JavaScript tokens. + +The regex _always_ matches, even invalid JavaScript and the empty string. + +The next match is always directly after the previous. + +### `var token = matchToToken(match)` ### + +```js +import {matchToToken} from "js-tokens" +// or: +var matchToToken = require("js-tokens").matchToToken +``` + +Takes a `match` returned by `jsTokens.exec(string)`, and returns a `{type: +String, value: String}` object. The following types are available: + +- string +- comment +- regex +- number +- name +- punctuator +- whitespace +- invalid + +Multi-line comments and strings also have a `closed` property indicating if the +token was closed or not (see below). + +Comments and strings both come in several flavors. To distinguish them, check if +the token starts with `//`, `/*`, `'`, `"` or `` ` ``. + +Names are ECMAScript IdentifierNames, that is, including both identifiers and +keywords. You may use [is-keyword-js] to tell them apart. + +Whitespace includes both line terminators and other whitespace. + +[is-keyword-js]: https://github.com/crissdev/is-keyword-js + + +ECMAScript support +================== + +The intention is to always support the latest ECMAScript version whose feature +set has been finalized. + +If adding support for a newer version requires changes, a new version with a +major verion bump will be released. + +Currently, ECMAScript 2018 is supported. + + +Invalid code handling +===================== + +Unterminated strings are still matched as strings. JavaScript strings cannot +contain (unescaped) newlines, so unterminated strings simply end at the end of +the line. Unterminated template strings can contain unescaped newlines, though, +so they go on to the end of input. + +Unterminated multi-line comments are also still matched as comments. They +simply go on to the end of the input. + +Unterminated regex literals are likely matched as division and whatever is +inside the regex. + +Invalid ASCII characters have their own capturing group. + +Invalid non-ASCII characters are treated as names, to simplify the matching of +names (except unicode spaces which are treated as whitespace). Note: See also +the [ES2018](#es2018) section. + +Regex literals may contain invalid regex syntax. They are still matched as +regex literals. They may also contain repeated regex flags, to keep the regex +simple. + +Strings may contain invalid escape sequences. + + +Limitations +=========== + +Tokenizing JavaScript using regexes—in fact, _one single regex_—won’t be +perfect. But that’s not the point either. + +You may compare jsTokens with [esprima] by using `esprima-compare.js`. +See `npm run esprima-compare`! + +[esprima]: http://esprima.org/ + +### Template string interpolation ### + +Template strings are matched as single tokens, from the starting `` ` `` to the +ending `` ` ``, including interpolations (whose tokens are not matched +individually). + +Matching template string interpolations requires recursive balancing of `{` and +`}`—something that JavaScript regexes cannot do. Only one level of nesting is +supported. + +### Division and regex literals collision ### + +Consider this example: + +```js +var g = 9.82 +var number = bar / 2/g + +var regex = / 2/g +``` + +A human can easily understand that in the `number` line we’re dealing with +division, and in the `regex` line we’re dealing with a regex literal. How come? +Because humans can look at the whole code to put the `/` characters in context. +A JavaScript regex cannot. It only sees forwards. (Well, ES2018 regexes can also +look backwards. See the [ES2018](#es2018) section). + +When the `jsTokens` regex scans throught the above, it will see the following +at the end of both the `number` and `regex` rows: + +```js +/ 2/g +``` + +It is then impossible to know if that is a regex literal, or part of an +expression dealing with division. + +Here is a similar case: + +```js +foo /= 2/g +foo(/= 2/g) +``` + +The first line divides the `foo` variable with `2/g`. The second line calls the +`foo` function with the regex literal `/= 2/g`. Again, since `jsTokens` only +sees forwards, it cannot tell the two cases apart. + +There are some cases where we _can_ tell division and regex literals apart, +though. + +First off, we have the simple cases where there’s only one slash in the line: + +```js +var foo = 2/g +foo /= 2 +``` + +Regex literals cannot contain newlines, so the above cases are correctly +identified as division. Things are only problematic when there are more than +one non-comment slash in a single line. + +Secondly, not every character is a valid regex flag. + +```js +var number = bar / 2/e +``` + +The above example is also correctly identified as division, because `e` is not a +valid regex flag. I initially wanted to future-proof by allowing `[a-zA-Z]*` +(any letter) as flags, but it is not worth it since it increases the amount of +ambigous cases. So only the standard `g`, `m`, `i`, `y` and `u` flags are +allowed. This means that the above example will be identified as division as +long as you don’t rename the `e` variable to some permutation of `gmiyus` 1 to 6 +characters long. + +Lastly, we can look _forward_ for information. + +- If the token following what looks like a regex literal is not valid after a + regex literal, but is valid in a division expression, then the regex literal + is treated as division instead. For example, a flagless regex cannot be + followed by a string, number or name, but all of those three can be the + denominator of a division. +- Generally, if what looks like a regex literal is followed by an operator, the + regex literal is treated as division instead. This is because regexes are + seldomly used with operators (such as `+`, `*`, `&&` and `==`), but division + could likely be part of such an expression. + +Please consult the regex source and the test cases for precise information on +when regex or division is matched (should you need to know). In short, you +could sum it up as: + +If the end of a statement looks like a regex literal (even if it isn’t), it +will be treated as one. Otherwise it should work as expected (if you write sane +code). + +### ES2018 ### + +ES2018 added some nice regex improvements to the language. + +- [Unicode property escapes] should allow telling names and invalid non-ASCII + characters apart without blowing up the regex size. +- [Lookbehind assertions] should allow matching telling division and regex + literals apart in more cases. +- [Named capture groups] might simplify some things. + +These things would be nice to do, but are not critical. They probably have to +wait until the oldest maintained Node.js LTS release supports those features. + +[Unicode property escapes]: http://2ality.com/2017/07/regexp-unicode-property-escapes.html +[Lookbehind assertions]: http://2ality.com/2017/05/regexp-lookbehind-assertions.html +[Named capture groups]: http://2ality.com/2017/05/regexp-named-capture-groups.html + + +License +======= + +[MIT](LICENSE). diff --git a/docs/node_modules/js-tokens/index.js b/docs/node_modules/js-tokens/index.js new file mode 100644 index 0000000..b23a4a0 --- /dev/null +++ b/docs/node_modules/js-tokens/index.js @@ -0,0 +1,23 @@ +// Copyright 2014, 2015, 2016, 2017, 2018 Simon Lydell +// License: MIT. (See LICENSE.) + +Object.defineProperty(exports, "__esModule", { + value: true +}) + +// This regex comes from regex.coffee, and is inserted here by generate-index.js +// (run `npm run build`). +exports.default = /((['"])(?:(?!\2|\\).|\\(?:\r\n|[\s\S]))*(\2)?|`(?:[^`\\$]|\\[\s\S]|\$(?!\{)|\$\{(?:[^{}]|\{[^}]*\}?)*\}?)*(`)?)|(\/\/.*)|(\/\*(?:[^*]|\*(?!\/))*(\*\/)?)|(\/(?!\*)(?:\[(?:(?![\]\\]).|\\.)*\]|(?![\/\]\\]).|\\.)+\/(?:(?!\s*(?:\b|[\u0080-\uFFFF$\\'"~({]|[+\-!](?!=)|\.?\d))|[gmiyus]{1,6}\b(?![\u0080-\uFFFF$\\]|\s*(?:[+\-*%&|^<>!=?({]|\/(?![\/*])))))|(0[xX][\da-fA-F]+|0[oO][0-7]+|0[bB][01]+|(?:\d*\.\d+|\d+\.?)(?:[eE][+-]?\d+)?)|((?!\d)(?:(?!\s)[$\w\u0080-\uFFFF]|\\u[\da-fA-F]{4}|\\u\{[\da-fA-F]+\})+)|(--|\+\+|&&|\|\||=>|\.{3}|(?:[+\-\/%&|^]|\*{1,2}|<{1,2}|>{1,3}|!=?|={1,2})=?|[?~.,:;[\](){}])|(\s+)|(^$|[\s\S])/g + +exports.matchToToken = function(match) { + var token = {type: "invalid", value: match[0], closed: undefined} + if (match[ 1]) token.type = "string" , token.closed = !!(match[3] || match[4]) + else if (match[ 5]) token.type = "comment" + else if (match[ 6]) token.type = "comment", token.closed = !!match[7] + else if (match[ 8]) token.type = "regex" + else if (match[ 9]) token.type = "number" + else if (match[10]) token.type = "name" + else if (match[11]) token.type = "punctuator" + else if (match[12]) token.type = "whitespace" + return token +} diff --git a/docs/node_modules/js-tokens/package.json b/docs/node_modules/js-tokens/package.json new file mode 100644 index 0000000..66752fa --- /dev/null +++ b/docs/node_modules/js-tokens/package.json @@ -0,0 +1,30 @@ +{ + "name": "js-tokens", + "version": "4.0.0", + "author": "Simon Lydell", + "license": "MIT", + "description": "A regex that tokenizes JavaScript.", + "keywords": [ + "JavaScript", + "js", + "token", + "tokenize", + "regex" + ], + "files": [ + "index.js" + ], + "repository": "lydell/js-tokens", + "scripts": { + "test": "mocha --ui tdd", + "esprima-compare": "node esprima-compare ./index.js everything.js/es5.js", + "build": "node generate-index.js", + "dev": "npm run build && npm test" + }, + "devDependencies": { + "coffeescript": "2.1.1", + "esprima": "4.0.0", + "everything.js": "1.0.3", + "mocha": "5.0.0" + } +} diff --git a/docs/node_modules/lodash/LICENSE b/docs/node_modules/lodash/LICENSE new file mode 100644 index 0000000..77c42f1 --- /dev/null +++ b/docs/node_modules/lodash/LICENSE @@ -0,0 +1,47 @@ +Copyright OpenJS Foundation and other contributors + +Based on Underscore.js, copyright Jeremy Ashkenas, +DocumentCloud and Investigative Reporters & Editors + +This software consists of voluntary contributions made by many +individuals. For exact contribution history, see the revision history +available at https://github.com/lodash/lodash + +The following license applies to all parts of this software except as +documented below: + +==== + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +==== + +Copyright and related rights for sample code are waived via CC0. Sample +code is defined as all source code displayed within the prose of the +documentation. + +CC0: http://creativecommons.org/publicdomain/zero/1.0/ + +==== + +Files located in the node_modules and vendor directories are externally +maintained libraries used by this software which have their own +licenses; we recommend you read them, as their terms may differ from the +terms above. diff --git a/docs/node_modules/lodash/README.md b/docs/node_modules/lodash/README.md new file mode 100644 index 0000000..3ab1a05 --- /dev/null +++ b/docs/node_modules/lodash/README.md @@ -0,0 +1,39 @@ +# lodash v4.17.21 + +The [Lodash](https://lodash.com/) library exported as [Node.js](https://nodejs.org/) modules. + +## Installation + +Using npm: +```shell +$ npm i -g npm +$ npm i --save lodash +``` + +In Node.js: +```js +// Load the full build. +var _ = require('lodash'); +// Load the core build. +var _ = require('lodash/core'); +// Load the FP build for immutable auto-curried iteratee-first data-last methods. +var fp = require('lodash/fp'); + +// Load method categories. +var array = require('lodash/array'); +var object = require('lodash/fp/object'); + +// Cherry-pick methods for smaller browserify/rollup/webpack bundles. +var at = require('lodash/at'); +var curryN = require('lodash/fp/curryN'); +``` + +See the [package source](https://github.com/lodash/lodash/tree/4.17.21-npm) for more details. + +**Note:**
+Install [n_](https://www.npmjs.com/package/n_) for Lodash use in the Node.js < 6 REPL. + +## Support + +Tested in Chrome 74-75, Firefox 66-67, IE 11, Edge 18, Safari 11-12, & Node.js 8-12.
+Automated [browser](https://saucelabs.com/u/lodash) & [CI](https://travis-ci.org/lodash/lodash/) test runs are available. diff --git a/docs/node_modules/lodash/_DataView.js b/docs/node_modules/lodash/_DataView.js new file mode 100644 index 0000000..ac2d57c --- /dev/null +++ b/docs/node_modules/lodash/_DataView.js @@ -0,0 +1,7 @@ +var getNative = require('./_getNative'), + root = require('./_root'); + +/* Built-in method references that are verified to be native. */ +var DataView = getNative(root, 'DataView'); + +module.exports = DataView; diff --git a/docs/node_modules/lodash/_Hash.js b/docs/node_modules/lodash/_Hash.js new file mode 100644 index 0000000..b504fe3 --- /dev/null +++ b/docs/node_modules/lodash/_Hash.js @@ -0,0 +1,32 @@ +var hashClear = require('./_hashClear'), + hashDelete = require('./_hashDelete'), + hashGet = require('./_hashGet'), + hashHas = require('./_hashHas'), + hashSet = require('./_hashSet'); + +/** + * Creates a hash object. + * + * @private + * @constructor + * @param {Array} [entries] The key-value pairs to cache. + */ +function Hash(entries) { + var index = -1, + length = entries == null ? 0 : entries.length; + + this.clear(); + while (++index < length) { + var entry = entries[index]; + this.set(entry[0], entry[1]); + } +} + +// Add methods to `Hash`. +Hash.prototype.clear = hashClear; +Hash.prototype['delete'] = hashDelete; +Hash.prototype.get = hashGet; +Hash.prototype.has = hashHas; +Hash.prototype.set = hashSet; + +module.exports = Hash; diff --git a/docs/node_modules/lodash/_LazyWrapper.js b/docs/node_modules/lodash/_LazyWrapper.js new file mode 100644 index 0000000..81786c7 --- /dev/null +++ b/docs/node_modules/lodash/_LazyWrapper.js @@ -0,0 +1,28 @@ +var baseCreate = require('./_baseCreate'), + baseLodash = require('./_baseLodash'); + +/** Used as references for the maximum length and index of an array. */ +var MAX_ARRAY_LENGTH = 4294967295; + +/** + * Creates a lazy wrapper object which wraps `value` to enable lazy evaluation. + * + * @private + * @constructor + * @param {*} value The value to wrap. + */ +function LazyWrapper(value) { + this.__wrapped__ = value; + this.__actions__ = []; + this.__dir__ = 1; + this.__filtered__ = false; + this.__iteratees__ = []; + this.__takeCount__ = MAX_ARRAY_LENGTH; + this.__views__ = []; +} + +// Ensure `LazyWrapper` is an instance of `baseLodash`. +LazyWrapper.prototype = baseCreate(baseLodash.prototype); +LazyWrapper.prototype.constructor = LazyWrapper; + +module.exports = LazyWrapper; diff --git a/docs/node_modules/lodash/_ListCache.js b/docs/node_modules/lodash/_ListCache.js new file mode 100644 index 0000000..26895c3 --- /dev/null +++ b/docs/node_modules/lodash/_ListCache.js @@ -0,0 +1,32 @@ +var listCacheClear = require('./_listCacheClear'), + listCacheDelete = require('./_listCacheDelete'), + listCacheGet = require('./_listCacheGet'), + listCacheHas = require('./_listCacheHas'), + listCacheSet = require('./_listCacheSet'); + +/** + * Creates an list cache object. + * + * @private + * @constructor + * @param {Array} [entries] The key-value pairs to cache. + */ +function ListCache(entries) { + var index = -1, + length = entries == null ? 0 : entries.length; + + this.clear(); + while (++index < length) { + var entry = entries[index]; + this.set(entry[0], entry[1]); + } +} + +// Add methods to `ListCache`. +ListCache.prototype.clear = listCacheClear; +ListCache.prototype['delete'] = listCacheDelete; +ListCache.prototype.get = listCacheGet; +ListCache.prototype.has = listCacheHas; +ListCache.prototype.set = listCacheSet; + +module.exports = ListCache; diff --git a/docs/node_modules/lodash/_LodashWrapper.js b/docs/node_modules/lodash/_LodashWrapper.js new file mode 100644 index 0000000..c1e4d9d --- /dev/null +++ b/docs/node_modules/lodash/_LodashWrapper.js @@ -0,0 +1,22 @@ +var baseCreate = require('./_baseCreate'), + baseLodash = require('./_baseLodash'); + +/** + * The base constructor for creating `lodash` wrapper objects. + * + * @private + * @param {*} value The value to wrap. + * @param {boolean} [chainAll] Enable explicit method chain sequences. + */ +function LodashWrapper(value, chainAll) { + this.__wrapped__ = value; + this.__actions__ = []; + this.__chain__ = !!chainAll; + this.__index__ = 0; + this.__values__ = undefined; +} + +LodashWrapper.prototype = baseCreate(baseLodash.prototype); +LodashWrapper.prototype.constructor = LodashWrapper; + +module.exports = LodashWrapper; diff --git a/docs/node_modules/lodash/_Map.js b/docs/node_modules/lodash/_Map.js new file mode 100644 index 0000000..b73f29a --- /dev/null +++ b/docs/node_modules/lodash/_Map.js @@ -0,0 +1,7 @@ +var getNative = require('./_getNative'), + root = require('./_root'); + +/* Built-in method references that are verified to be native. */ +var Map = getNative(root, 'Map'); + +module.exports = Map; diff --git a/docs/node_modules/lodash/_MapCache.js b/docs/node_modules/lodash/_MapCache.js new file mode 100644 index 0000000..4a4eea7 --- /dev/null +++ b/docs/node_modules/lodash/_MapCache.js @@ -0,0 +1,32 @@ +var mapCacheClear = require('./_mapCacheClear'), + mapCacheDelete = require('./_mapCacheDelete'), + mapCacheGet = require('./_mapCacheGet'), + mapCacheHas = require('./_mapCacheHas'), + mapCacheSet = require('./_mapCacheSet'); + +/** + * Creates a map cache object to store key-value pairs. + * + * @private + * @constructor + * @param {Array} [entries] The key-value pairs to cache. + */ +function MapCache(entries) { + var index = -1, + length = entries == null ? 0 : entries.length; + + this.clear(); + while (++index < length) { + var entry = entries[index]; + this.set(entry[0], entry[1]); + } +} + +// Add methods to `MapCache`. +MapCache.prototype.clear = mapCacheClear; +MapCache.prototype['delete'] = mapCacheDelete; +MapCache.prototype.get = mapCacheGet; +MapCache.prototype.has = mapCacheHas; +MapCache.prototype.set = mapCacheSet; + +module.exports = MapCache; diff --git a/docs/node_modules/lodash/_Promise.js b/docs/node_modules/lodash/_Promise.js new file mode 100644 index 0000000..247b9e1 --- /dev/null +++ b/docs/node_modules/lodash/_Promise.js @@ -0,0 +1,7 @@ +var getNative = require('./_getNative'), + root = require('./_root'); + +/* Built-in method references that are verified to be native. */ +var Promise = getNative(root, 'Promise'); + +module.exports = Promise; diff --git a/docs/node_modules/lodash/_Set.js b/docs/node_modules/lodash/_Set.js new file mode 100644 index 0000000..b3c8dcb --- /dev/null +++ b/docs/node_modules/lodash/_Set.js @@ -0,0 +1,7 @@ +var getNative = require('./_getNative'), + root = require('./_root'); + +/* Built-in method references that are verified to be native. */ +var Set = getNative(root, 'Set'); + +module.exports = Set; diff --git a/docs/node_modules/lodash/_SetCache.js b/docs/node_modules/lodash/_SetCache.js new file mode 100644 index 0000000..6468b06 --- /dev/null +++ b/docs/node_modules/lodash/_SetCache.js @@ -0,0 +1,27 @@ +var MapCache = require('./_MapCache'), + setCacheAdd = require('./_setCacheAdd'), + setCacheHas = require('./_setCacheHas'); + +/** + * + * Creates an array cache object to store unique values. + * + * @private + * @constructor + * @param {Array} [values] The values to cache. + */ +function SetCache(values) { + var index = -1, + length = values == null ? 0 : values.length; + + this.__data__ = new MapCache; + while (++index < length) { + this.add(values[index]); + } +} + +// Add methods to `SetCache`. +SetCache.prototype.add = SetCache.prototype.push = setCacheAdd; +SetCache.prototype.has = setCacheHas; + +module.exports = SetCache; diff --git a/docs/node_modules/lodash/_Stack.js b/docs/node_modules/lodash/_Stack.js new file mode 100644 index 0000000..80b2cf1 --- /dev/null +++ b/docs/node_modules/lodash/_Stack.js @@ -0,0 +1,27 @@ +var ListCache = require('./_ListCache'), + stackClear = require('./_stackClear'), + stackDelete = require('./_stackDelete'), + stackGet = require('./_stackGet'), + stackHas = require('./_stackHas'), + stackSet = require('./_stackSet'); + +/** + * Creates a stack cache object to store key-value pairs. + * + * @private + * @constructor + * @param {Array} [entries] The key-value pairs to cache. + */ +function Stack(entries) { + var data = this.__data__ = new ListCache(entries); + this.size = data.size; +} + +// Add methods to `Stack`. +Stack.prototype.clear = stackClear; +Stack.prototype['delete'] = stackDelete; +Stack.prototype.get = stackGet; +Stack.prototype.has = stackHas; +Stack.prototype.set = stackSet; + +module.exports = Stack; diff --git a/docs/node_modules/lodash/_Symbol.js b/docs/node_modules/lodash/_Symbol.js new file mode 100644 index 0000000..a013f7c --- /dev/null +++ b/docs/node_modules/lodash/_Symbol.js @@ -0,0 +1,6 @@ +var root = require('./_root'); + +/** Built-in value references. */ +var Symbol = root.Symbol; + +module.exports = Symbol; diff --git a/docs/node_modules/lodash/_Uint8Array.js b/docs/node_modules/lodash/_Uint8Array.js new file mode 100644 index 0000000..2fb30e1 --- /dev/null +++ b/docs/node_modules/lodash/_Uint8Array.js @@ -0,0 +1,6 @@ +var root = require('./_root'); + +/** Built-in value references. */ +var Uint8Array = root.Uint8Array; + +module.exports = Uint8Array; diff --git a/docs/node_modules/lodash/_WeakMap.js b/docs/node_modules/lodash/_WeakMap.js new file mode 100644 index 0000000..567f86c --- /dev/null +++ b/docs/node_modules/lodash/_WeakMap.js @@ -0,0 +1,7 @@ +var getNative = require('./_getNative'), + root = require('./_root'); + +/* Built-in method references that are verified to be native. */ +var WeakMap = getNative(root, 'WeakMap'); + +module.exports = WeakMap; diff --git a/docs/node_modules/lodash/_apply.js b/docs/node_modules/lodash/_apply.js new file mode 100644 index 0000000..36436dd --- /dev/null +++ b/docs/node_modules/lodash/_apply.js @@ -0,0 +1,21 @@ +/** + * A faster alternative to `Function#apply`, this function invokes `func` + * with the `this` binding of `thisArg` and the arguments of `args`. + * + * @private + * @param {Function} func The function to invoke. + * @param {*} thisArg The `this` binding of `func`. + * @param {Array} args The arguments to invoke `func` with. + * @returns {*} Returns the result of `func`. + */ +function apply(func, thisArg, args) { + switch (args.length) { + case 0: return func.call(thisArg); + case 1: return func.call(thisArg, args[0]); + case 2: return func.call(thisArg, args[0], args[1]); + case 3: return func.call(thisArg, args[0], args[1], args[2]); + } + return func.apply(thisArg, args); +} + +module.exports = apply; diff --git a/docs/node_modules/lodash/_arrayAggregator.js b/docs/node_modules/lodash/_arrayAggregator.js new file mode 100644 index 0000000..d96c3ca --- /dev/null +++ b/docs/node_modules/lodash/_arrayAggregator.js @@ -0,0 +1,22 @@ +/** + * A specialized version of `baseAggregator` for arrays. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} setter The function to set `accumulator` values. + * @param {Function} iteratee The iteratee to transform keys. + * @param {Object} accumulator The initial aggregated object. + * @returns {Function} Returns `accumulator`. + */ +function arrayAggregator(array, setter, iteratee, accumulator) { + var index = -1, + length = array == null ? 0 : array.length; + + while (++index < length) { + var value = array[index]; + setter(accumulator, value, iteratee(value), array); + } + return accumulator; +} + +module.exports = arrayAggregator; diff --git a/docs/node_modules/lodash/_arrayEach.js b/docs/node_modules/lodash/_arrayEach.js new file mode 100644 index 0000000..2c5f579 --- /dev/null +++ b/docs/node_modules/lodash/_arrayEach.js @@ -0,0 +1,22 @@ +/** + * A specialized version of `_.forEach` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns `array`. + */ +function arrayEach(array, iteratee) { + var index = -1, + length = array == null ? 0 : array.length; + + while (++index < length) { + if (iteratee(array[index], index, array) === false) { + break; + } + } + return array; +} + +module.exports = arrayEach; diff --git a/docs/node_modules/lodash/_arrayEachRight.js b/docs/node_modules/lodash/_arrayEachRight.js new file mode 100644 index 0000000..976ca5c --- /dev/null +++ b/docs/node_modules/lodash/_arrayEachRight.js @@ -0,0 +1,21 @@ +/** + * A specialized version of `_.forEachRight` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns `array`. + */ +function arrayEachRight(array, iteratee) { + var length = array == null ? 0 : array.length; + + while (length--) { + if (iteratee(array[length], length, array) === false) { + break; + } + } + return array; +} + +module.exports = arrayEachRight; diff --git a/docs/node_modules/lodash/_arrayEvery.js b/docs/node_modules/lodash/_arrayEvery.js new file mode 100644 index 0000000..e26a918 --- /dev/null +++ b/docs/node_modules/lodash/_arrayEvery.js @@ -0,0 +1,23 @@ +/** + * A specialized version of `_.every` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {boolean} Returns `true` if all elements pass the predicate check, + * else `false`. + */ +function arrayEvery(array, predicate) { + var index = -1, + length = array == null ? 0 : array.length; + + while (++index < length) { + if (!predicate(array[index], index, array)) { + return false; + } + } + return true; +} + +module.exports = arrayEvery; diff --git a/docs/node_modules/lodash/_arrayFilter.js b/docs/node_modules/lodash/_arrayFilter.js new file mode 100644 index 0000000..75ea254 --- /dev/null +++ b/docs/node_modules/lodash/_arrayFilter.js @@ -0,0 +1,25 @@ +/** + * A specialized version of `_.filter` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {Array} Returns the new filtered array. + */ +function arrayFilter(array, predicate) { + var index = -1, + length = array == null ? 0 : array.length, + resIndex = 0, + result = []; + + while (++index < length) { + var value = array[index]; + if (predicate(value, index, array)) { + result[resIndex++] = value; + } + } + return result; +} + +module.exports = arrayFilter; diff --git a/docs/node_modules/lodash/_arrayIncludes.js b/docs/node_modules/lodash/_arrayIncludes.js new file mode 100644 index 0000000..3737a6d --- /dev/null +++ b/docs/node_modules/lodash/_arrayIncludes.js @@ -0,0 +1,17 @@ +var baseIndexOf = require('./_baseIndexOf'); + +/** + * A specialized version of `_.includes` for arrays without support for + * specifying an index to search from. + * + * @private + * @param {Array} [array] The array to inspect. + * @param {*} target The value to search for. + * @returns {boolean} Returns `true` if `target` is found, else `false`. + */ +function arrayIncludes(array, value) { + var length = array == null ? 0 : array.length; + return !!length && baseIndexOf(array, value, 0) > -1; +} + +module.exports = arrayIncludes; diff --git a/docs/node_modules/lodash/_arrayIncludesWith.js b/docs/node_modules/lodash/_arrayIncludesWith.js new file mode 100644 index 0000000..235fd97 --- /dev/null +++ b/docs/node_modules/lodash/_arrayIncludesWith.js @@ -0,0 +1,22 @@ +/** + * This function is like `arrayIncludes` except that it accepts a comparator. + * + * @private + * @param {Array} [array] The array to inspect. + * @param {*} target The value to search for. + * @param {Function} comparator The comparator invoked per element. + * @returns {boolean} Returns `true` if `target` is found, else `false`. + */ +function arrayIncludesWith(array, value, comparator) { + var index = -1, + length = array == null ? 0 : array.length; + + while (++index < length) { + if (comparator(value, array[index])) { + return true; + } + } + return false; +} + +module.exports = arrayIncludesWith; diff --git a/docs/node_modules/lodash/_arrayLikeKeys.js b/docs/node_modules/lodash/_arrayLikeKeys.js new file mode 100644 index 0000000..b2ec9ce --- /dev/null +++ b/docs/node_modules/lodash/_arrayLikeKeys.js @@ -0,0 +1,49 @@ +var baseTimes = require('./_baseTimes'), + isArguments = require('./isArguments'), + isArray = require('./isArray'), + isBuffer = require('./isBuffer'), + isIndex = require('./_isIndex'), + isTypedArray = require('./isTypedArray'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * Creates an array of the enumerable property names of the array-like `value`. + * + * @private + * @param {*} value The value to query. + * @param {boolean} inherited Specify returning inherited property names. + * @returns {Array} Returns the array of property names. + */ +function arrayLikeKeys(value, inherited) { + var isArr = isArray(value), + isArg = !isArr && isArguments(value), + isBuff = !isArr && !isArg && isBuffer(value), + isType = !isArr && !isArg && !isBuff && isTypedArray(value), + skipIndexes = isArr || isArg || isBuff || isType, + result = skipIndexes ? baseTimes(value.length, String) : [], + length = result.length; + + for (var key in value) { + if ((inherited || hasOwnProperty.call(value, key)) && + !(skipIndexes && ( + // Safari 9 has enumerable `arguments.length` in strict mode. + key == 'length' || + // Node.js 0.10 has enumerable non-index properties on buffers. + (isBuff && (key == 'offset' || key == 'parent')) || + // PhantomJS 2 has enumerable non-index properties on typed arrays. + (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) || + // Skip index properties. + isIndex(key, length) + ))) { + result.push(key); + } + } + return result; +} + +module.exports = arrayLikeKeys; diff --git a/docs/node_modules/lodash/_arrayMap.js b/docs/node_modules/lodash/_arrayMap.js new file mode 100644 index 0000000..22b2246 --- /dev/null +++ b/docs/node_modules/lodash/_arrayMap.js @@ -0,0 +1,21 @@ +/** + * A specialized version of `_.map` for arrays without support for iteratee + * shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns the new mapped array. + */ +function arrayMap(array, iteratee) { + var index = -1, + length = array == null ? 0 : array.length, + result = Array(length); + + while (++index < length) { + result[index] = iteratee(array[index], index, array); + } + return result; +} + +module.exports = arrayMap; diff --git a/docs/node_modules/lodash/_arrayPush.js b/docs/node_modules/lodash/_arrayPush.js new file mode 100644 index 0000000..7d742b3 --- /dev/null +++ b/docs/node_modules/lodash/_arrayPush.js @@ -0,0 +1,20 @@ +/** + * Appends the elements of `values` to `array`. + * + * @private + * @param {Array} array The array to modify. + * @param {Array} values The values to append. + * @returns {Array} Returns `array`. + */ +function arrayPush(array, values) { + var index = -1, + length = values.length, + offset = array.length; + + while (++index < length) { + array[offset + index] = values[index]; + } + return array; +} + +module.exports = arrayPush; diff --git a/docs/node_modules/lodash/_arrayReduce.js b/docs/node_modules/lodash/_arrayReduce.js new file mode 100644 index 0000000..de8b79b --- /dev/null +++ b/docs/node_modules/lodash/_arrayReduce.js @@ -0,0 +1,26 @@ +/** + * A specialized version of `_.reduce` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {*} [accumulator] The initial value. + * @param {boolean} [initAccum] Specify using the first element of `array` as + * the initial value. + * @returns {*} Returns the accumulated value. + */ +function arrayReduce(array, iteratee, accumulator, initAccum) { + var index = -1, + length = array == null ? 0 : array.length; + + if (initAccum && length) { + accumulator = array[++index]; + } + while (++index < length) { + accumulator = iteratee(accumulator, array[index], index, array); + } + return accumulator; +} + +module.exports = arrayReduce; diff --git a/docs/node_modules/lodash/_arrayReduceRight.js b/docs/node_modules/lodash/_arrayReduceRight.js new file mode 100644 index 0000000..22d8976 --- /dev/null +++ b/docs/node_modules/lodash/_arrayReduceRight.js @@ -0,0 +1,24 @@ +/** + * A specialized version of `_.reduceRight` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {*} [accumulator] The initial value. + * @param {boolean} [initAccum] Specify using the last element of `array` as + * the initial value. + * @returns {*} Returns the accumulated value. + */ +function arrayReduceRight(array, iteratee, accumulator, initAccum) { + var length = array == null ? 0 : array.length; + if (initAccum && length) { + accumulator = array[--length]; + } + while (length--) { + accumulator = iteratee(accumulator, array[length], length, array); + } + return accumulator; +} + +module.exports = arrayReduceRight; diff --git a/docs/node_modules/lodash/_arraySample.js b/docs/node_modules/lodash/_arraySample.js new file mode 100644 index 0000000..fcab010 --- /dev/null +++ b/docs/node_modules/lodash/_arraySample.js @@ -0,0 +1,15 @@ +var baseRandom = require('./_baseRandom'); + +/** + * A specialized version of `_.sample` for arrays. + * + * @private + * @param {Array} array The array to sample. + * @returns {*} Returns the random element. + */ +function arraySample(array) { + var length = array.length; + return length ? array[baseRandom(0, length - 1)] : undefined; +} + +module.exports = arraySample; diff --git a/docs/node_modules/lodash/_arraySampleSize.js b/docs/node_modules/lodash/_arraySampleSize.js new file mode 100644 index 0000000..8c7e364 --- /dev/null +++ b/docs/node_modules/lodash/_arraySampleSize.js @@ -0,0 +1,17 @@ +var baseClamp = require('./_baseClamp'), + copyArray = require('./_copyArray'), + shuffleSelf = require('./_shuffleSelf'); + +/** + * A specialized version of `_.sampleSize` for arrays. + * + * @private + * @param {Array} array The array to sample. + * @param {number} n The number of elements to sample. + * @returns {Array} Returns the random elements. + */ +function arraySampleSize(array, n) { + return shuffleSelf(copyArray(array), baseClamp(n, 0, array.length)); +} + +module.exports = arraySampleSize; diff --git a/docs/node_modules/lodash/_arrayShuffle.js b/docs/node_modules/lodash/_arrayShuffle.js new file mode 100644 index 0000000..46313a3 --- /dev/null +++ b/docs/node_modules/lodash/_arrayShuffle.js @@ -0,0 +1,15 @@ +var copyArray = require('./_copyArray'), + shuffleSelf = require('./_shuffleSelf'); + +/** + * A specialized version of `_.shuffle` for arrays. + * + * @private + * @param {Array} array The array to shuffle. + * @returns {Array} Returns the new shuffled array. + */ +function arrayShuffle(array) { + return shuffleSelf(copyArray(array)); +} + +module.exports = arrayShuffle; diff --git a/docs/node_modules/lodash/_arraySome.js b/docs/node_modules/lodash/_arraySome.js new file mode 100644 index 0000000..6fd02fd --- /dev/null +++ b/docs/node_modules/lodash/_arraySome.js @@ -0,0 +1,23 @@ +/** + * A specialized version of `_.some` for arrays without support for iteratee + * shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {boolean} Returns `true` if any element passes the predicate check, + * else `false`. + */ +function arraySome(array, predicate) { + var index = -1, + length = array == null ? 0 : array.length; + + while (++index < length) { + if (predicate(array[index], index, array)) { + return true; + } + } + return false; +} + +module.exports = arraySome; diff --git a/docs/node_modules/lodash/_asciiSize.js b/docs/node_modules/lodash/_asciiSize.js new file mode 100644 index 0000000..11d29c3 --- /dev/null +++ b/docs/node_modules/lodash/_asciiSize.js @@ -0,0 +1,12 @@ +var baseProperty = require('./_baseProperty'); + +/** + * Gets the size of an ASCII `string`. + * + * @private + * @param {string} string The string inspect. + * @returns {number} Returns the string size. + */ +var asciiSize = baseProperty('length'); + +module.exports = asciiSize; diff --git a/docs/node_modules/lodash/_asciiToArray.js b/docs/node_modules/lodash/_asciiToArray.js new file mode 100644 index 0000000..8e3dd5b --- /dev/null +++ b/docs/node_modules/lodash/_asciiToArray.js @@ -0,0 +1,12 @@ +/** + * Converts an ASCII `string` to an array. + * + * @private + * @param {string} string The string to convert. + * @returns {Array} Returns the converted array. + */ +function asciiToArray(string) { + return string.split(''); +} + +module.exports = asciiToArray; diff --git a/docs/node_modules/lodash/_asciiWords.js b/docs/node_modules/lodash/_asciiWords.js new file mode 100644 index 0000000..d765f0f --- /dev/null +++ b/docs/node_modules/lodash/_asciiWords.js @@ -0,0 +1,15 @@ +/** Used to match words composed of alphanumeric characters. */ +var reAsciiWord = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g; + +/** + * Splits an ASCII `string` into an array of its words. + * + * @private + * @param {string} The string to inspect. + * @returns {Array} Returns the words of `string`. + */ +function asciiWords(string) { + return string.match(reAsciiWord) || []; +} + +module.exports = asciiWords; diff --git a/docs/node_modules/lodash/_assignMergeValue.js b/docs/node_modules/lodash/_assignMergeValue.js new file mode 100644 index 0000000..cb1185e --- /dev/null +++ b/docs/node_modules/lodash/_assignMergeValue.js @@ -0,0 +1,20 @@ +var baseAssignValue = require('./_baseAssignValue'), + eq = require('./eq'); + +/** + * This function is like `assignValue` except that it doesn't assign + * `undefined` values. + * + * @private + * @param {Object} object The object to modify. + * @param {string} key The key of the property to assign. + * @param {*} value The value to assign. + */ +function assignMergeValue(object, key, value) { + if ((value !== undefined && !eq(object[key], value)) || + (value === undefined && !(key in object))) { + baseAssignValue(object, key, value); + } +} + +module.exports = assignMergeValue; diff --git a/docs/node_modules/lodash/_assignValue.js b/docs/node_modules/lodash/_assignValue.js new file mode 100644 index 0000000..4083957 --- /dev/null +++ b/docs/node_modules/lodash/_assignValue.js @@ -0,0 +1,28 @@ +var baseAssignValue = require('./_baseAssignValue'), + eq = require('./eq'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * Assigns `value` to `key` of `object` if the existing value is not equivalent + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. + * + * @private + * @param {Object} object The object to modify. + * @param {string} key The key of the property to assign. + * @param {*} value The value to assign. + */ +function assignValue(object, key, value) { + var objValue = object[key]; + if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) || + (value === undefined && !(key in object))) { + baseAssignValue(object, key, value); + } +} + +module.exports = assignValue; diff --git a/docs/node_modules/lodash/_assocIndexOf.js b/docs/node_modules/lodash/_assocIndexOf.js new file mode 100644 index 0000000..5b77a2b --- /dev/null +++ b/docs/node_modules/lodash/_assocIndexOf.js @@ -0,0 +1,21 @@ +var eq = require('./eq'); + +/** + * Gets the index at which the `key` is found in `array` of key-value pairs. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} key The key to search for. + * @returns {number} Returns the index of the matched value, else `-1`. + */ +function assocIndexOf(array, key) { + var length = array.length; + while (length--) { + if (eq(array[length][0], key)) { + return length; + } + } + return -1; +} + +module.exports = assocIndexOf; diff --git a/docs/node_modules/lodash/_baseAggregator.js b/docs/node_modules/lodash/_baseAggregator.js new file mode 100644 index 0000000..4bc9e91 --- /dev/null +++ b/docs/node_modules/lodash/_baseAggregator.js @@ -0,0 +1,21 @@ +var baseEach = require('./_baseEach'); + +/** + * Aggregates elements of `collection` on `accumulator` with keys transformed + * by `iteratee` and values set by `setter`. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} setter The function to set `accumulator` values. + * @param {Function} iteratee The iteratee to transform keys. + * @param {Object} accumulator The initial aggregated object. + * @returns {Function} Returns `accumulator`. + */ +function baseAggregator(collection, setter, iteratee, accumulator) { + baseEach(collection, function(value, key, collection) { + setter(accumulator, value, iteratee(value), collection); + }); + return accumulator; +} + +module.exports = baseAggregator; diff --git a/docs/node_modules/lodash/_baseAssign.js b/docs/node_modules/lodash/_baseAssign.js new file mode 100644 index 0000000..e5c4a1a --- /dev/null +++ b/docs/node_modules/lodash/_baseAssign.js @@ -0,0 +1,17 @@ +var copyObject = require('./_copyObject'), + keys = require('./keys'); + +/** + * The base implementation of `_.assign` without support for multiple sources + * or `customizer` functions. + * + * @private + * @param {Object} object The destination object. + * @param {Object} source The source object. + * @returns {Object} Returns `object`. + */ +function baseAssign(object, source) { + return object && copyObject(source, keys(source), object); +} + +module.exports = baseAssign; diff --git a/docs/node_modules/lodash/_baseAssignIn.js b/docs/node_modules/lodash/_baseAssignIn.js new file mode 100644 index 0000000..6624f90 --- /dev/null +++ b/docs/node_modules/lodash/_baseAssignIn.js @@ -0,0 +1,17 @@ +var copyObject = require('./_copyObject'), + keysIn = require('./keysIn'); + +/** + * The base implementation of `_.assignIn` without support for multiple sources + * or `customizer` functions. + * + * @private + * @param {Object} object The destination object. + * @param {Object} source The source object. + * @returns {Object} Returns `object`. + */ +function baseAssignIn(object, source) { + return object && copyObject(source, keysIn(source), object); +} + +module.exports = baseAssignIn; diff --git a/docs/node_modules/lodash/_baseAssignValue.js b/docs/node_modules/lodash/_baseAssignValue.js new file mode 100644 index 0000000..d6f66ef --- /dev/null +++ b/docs/node_modules/lodash/_baseAssignValue.js @@ -0,0 +1,25 @@ +var defineProperty = require('./_defineProperty'); + +/** + * The base implementation of `assignValue` and `assignMergeValue` without + * value checks. + * + * @private + * @param {Object} object The object to modify. + * @param {string} key The key of the property to assign. + * @param {*} value The value to assign. + */ +function baseAssignValue(object, key, value) { + if (key == '__proto__' && defineProperty) { + defineProperty(object, key, { + 'configurable': true, + 'enumerable': true, + 'value': value, + 'writable': true + }); + } else { + object[key] = value; + } +} + +module.exports = baseAssignValue; diff --git a/docs/node_modules/lodash/_baseAt.js b/docs/node_modules/lodash/_baseAt.js new file mode 100644 index 0000000..90e4237 --- /dev/null +++ b/docs/node_modules/lodash/_baseAt.js @@ -0,0 +1,23 @@ +var get = require('./get'); + +/** + * The base implementation of `_.at` without support for individual paths. + * + * @private + * @param {Object} object The object to iterate over. + * @param {string[]} paths The property paths to pick. + * @returns {Array} Returns the picked elements. + */ +function baseAt(object, paths) { + var index = -1, + length = paths.length, + result = Array(length), + skip = object == null; + + while (++index < length) { + result[index] = skip ? undefined : get(object, paths[index]); + } + return result; +} + +module.exports = baseAt; diff --git a/docs/node_modules/lodash/_baseClamp.js b/docs/node_modules/lodash/_baseClamp.js new file mode 100644 index 0000000..a1c5692 --- /dev/null +++ b/docs/node_modules/lodash/_baseClamp.js @@ -0,0 +1,22 @@ +/** + * The base implementation of `_.clamp` which doesn't coerce arguments. + * + * @private + * @param {number} number The number to clamp. + * @param {number} [lower] The lower bound. + * @param {number} upper The upper bound. + * @returns {number} Returns the clamped number. + */ +function baseClamp(number, lower, upper) { + if (number === number) { + if (upper !== undefined) { + number = number <= upper ? number : upper; + } + if (lower !== undefined) { + number = number >= lower ? number : lower; + } + } + return number; +} + +module.exports = baseClamp; diff --git a/docs/node_modules/lodash/_baseClone.js b/docs/node_modules/lodash/_baseClone.js new file mode 100644 index 0000000..69f8705 --- /dev/null +++ b/docs/node_modules/lodash/_baseClone.js @@ -0,0 +1,166 @@ +var Stack = require('./_Stack'), + arrayEach = require('./_arrayEach'), + assignValue = require('./_assignValue'), + baseAssign = require('./_baseAssign'), + baseAssignIn = require('./_baseAssignIn'), + cloneBuffer = require('./_cloneBuffer'), + copyArray = require('./_copyArray'), + copySymbols = require('./_copySymbols'), + copySymbolsIn = require('./_copySymbolsIn'), + getAllKeys = require('./_getAllKeys'), + getAllKeysIn = require('./_getAllKeysIn'), + getTag = require('./_getTag'), + initCloneArray = require('./_initCloneArray'), + initCloneByTag = require('./_initCloneByTag'), + initCloneObject = require('./_initCloneObject'), + isArray = require('./isArray'), + isBuffer = require('./isBuffer'), + isMap = require('./isMap'), + isObject = require('./isObject'), + isSet = require('./isSet'), + keys = require('./keys'), + keysIn = require('./keysIn'); + +/** Used to compose bitmasks for cloning. */ +var CLONE_DEEP_FLAG = 1, + CLONE_FLAT_FLAG = 2, + CLONE_SYMBOLS_FLAG = 4; + +/** `Object#toString` result references. */ +var argsTag = '[object Arguments]', + arrayTag = '[object Array]', + boolTag = '[object Boolean]', + dateTag = '[object Date]', + errorTag = '[object Error]', + funcTag = '[object Function]', + genTag = '[object GeneratorFunction]', + mapTag = '[object Map]', + numberTag = '[object Number]', + objectTag = '[object Object]', + regexpTag = '[object RegExp]', + setTag = '[object Set]', + stringTag = '[object String]', + symbolTag = '[object Symbol]', + weakMapTag = '[object WeakMap]'; + +var arrayBufferTag = '[object ArrayBuffer]', + dataViewTag = '[object DataView]', + float32Tag = '[object Float32Array]', + float64Tag = '[object Float64Array]', + int8Tag = '[object Int8Array]', + int16Tag = '[object Int16Array]', + int32Tag = '[object Int32Array]', + uint8Tag = '[object Uint8Array]', + uint8ClampedTag = '[object Uint8ClampedArray]', + uint16Tag = '[object Uint16Array]', + uint32Tag = '[object Uint32Array]'; + +/** Used to identify `toStringTag` values supported by `_.clone`. */ +var cloneableTags = {}; +cloneableTags[argsTag] = cloneableTags[arrayTag] = +cloneableTags[arrayBufferTag] = cloneableTags[dataViewTag] = +cloneableTags[boolTag] = cloneableTags[dateTag] = +cloneableTags[float32Tag] = cloneableTags[float64Tag] = +cloneableTags[int8Tag] = cloneableTags[int16Tag] = +cloneableTags[int32Tag] = cloneableTags[mapTag] = +cloneableTags[numberTag] = cloneableTags[objectTag] = +cloneableTags[regexpTag] = cloneableTags[setTag] = +cloneableTags[stringTag] = cloneableTags[symbolTag] = +cloneableTags[uint8Tag] = cloneableTags[uint8ClampedTag] = +cloneableTags[uint16Tag] = cloneableTags[uint32Tag] = true; +cloneableTags[errorTag] = cloneableTags[funcTag] = +cloneableTags[weakMapTag] = false; + +/** + * The base implementation of `_.clone` and `_.cloneDeep` which tracks + * traversed objects. + * + * @private + * @param {*} value The value to clone. + * @param {boolean} bitmask The bitmask flags. + * 1 - Deep clone + * 2 - Flatten inherited properties + * 4 - Clone symbols + * @param {Function} [customizer] The function to customize cloning. + * @param {string} [key] The key of `value`. + * @param {Object} [object] The parent object of `value`. + * @param {Object} [stack] Tracks traversed objects and their clone counterparts. + * @returns {*} Returns the cloned value. + */ +function baseClone(value, bitmask, customizer, key, object, stack) { + var result, + isDeep = bitmask & CLONE_DEEP_FLAG, + isFlat = bitmask & CLONE_FLAT_FLAG, + isFull = bitmask & CLONE_SYMBOLS_FLAG; + + if (customizer) { + result = object ? customizer(value, key, object, stack) : customizer(value); + } + if (result !== undefined) { + return result; + } + if (!isObject(value)) { + return value; + } + var isArr = isArray(value); + if (isArr) { + result = initCloneArray(value); + if (!isDeep) { + return copyArray(value, result); + } + } else { + var tag = getTag(value), + isFunc = tag == funcTag || tag == genTag; + + if (isBuffer(value)) { + return cloneBuffer(value, isDeep); + } + if (tag == objectTag || tag == argsTag || (isFunc && !object)) { + result = (isFlat || isFunc) ? {} : initCloneObject(value); + if (!isDeep) { + return isFlat + ? copySymbolsIn(value, baseAssignIn(result, value)) + : copySymbols(value, baseAssign(result, value)); + } + } else { + if (!cloneableTags[tag]) { + return object ? value : {}; + } + result = initCloneByTag(value, tag, isDeep); + } + } + // Check for circular references and return its corresponding clone. + stack || (stack = new Stack); + var stacked = stack.get(value); + if (stacked) { + return stacked; + } + stack.set(value, result); + + if (isSet(value)) { + value.forEach(function(subValue) { + result.add(baseClone(subValue, bitmask, customizer, subValue, value, stack)); + }); + } else if (isMap(value)) { + value.forEach(function(subValue, key) { + result.set(key, baseClone(subValue, bitmask, customizer, key, value, stack)); + }); + } + + var keysFunc = isFull + ? (isFlat ? getAllKeysIn : getAllKeys) + : (isFlat ? keysIn : keys); + + var props = isArr ? undefined : keysFunc(value); + arrayEach(props || value, function(subValue, key) { + if (props) { + key = subValue; + subValue = value[key]; + } + // Recursively populate clone (susceptible to call stack limits). + assignValue(result, key, baseClone(subValue, bitmask, customizer, key, value, stack)); + }); + return result; +} + +module.exports = baseClone; diff --git a/docs/node_modules/lodash/_baseConforms.js b/docs/node_modules/lodash/_baseConforms.js new file mode 100644 index 0000000..947e20d --- /dev/null +++ b/docs/node_modules/lodash/_baseConforms.js @@ -0,0 +1,18 @@ +var baseConformsTo = require('./_baseConformsTo'), + keys = require('./keys'); + +/** + * The base implementation of `_.conforms` which doesn't clone `source`. + * + * @private + * @param {Object} source The object of property predicates to conform to. + * @returns {Function} Returns the new spec function. + */ +function baseConforms(source) { + var props = keys(source); + return function(object) { + return baseConformsTo(object, source, props); + }; +} + +module.exports = baseConforms; diff --git a/docs/node_modules/lodash/_baseConformsTo.js b/docs/node_modules/lodash/_baseConformsTo.js new file mode 100644 index 0000000..e449cb8 --- /dev/null +++ b/docs/node_modules/lodash/_baseConformsTo.js @@ -0,0 +1,27 @@ +/** + * The base implementation of `_.conformsTo` which accepts `props` to check. + * + * @private + * @param {Object} object The object to inspect. + * @param {Object} source The object of property predicates to conform to. + * @returns {boolean} Returns `true` if `object` conforms, else `false`. + */ +function baseConformsTo(object, source, props) { + var length = props.length; + if (object == null) { + return !length; + } + object = Object(object); + while (length--) { + var key = props[length], + predicate = source[key], + value = object[key]; + + if ((value === undefined && !(key in object)) || !predicate(value)) { + return false; + } + } + return true; +} + +module.exports = baseConformsTo; diff --git a/docs/node_modules/lodash/_baseCreate.js b/docs/node_modules/lodash/_baseCreate.js new file mode 100644 index 0000000..ffa6a52 --- /dev/null +++ b/docs/node_modules/lodash/_baseCreate.js @@ -0,0 +1,30 @@ +var isObject = require('./isObject'); + +/** Built-in value references. */ +var objectCreate = Object.create; + +/** + * The base implementation of `_.create` without support for assigning + * properties to the created object. + * + * @private + * @param {Object} proto The object to inherit from. + * @returns {Object} Returns the new object. + */ +var baseCreate = (function() { + function object() {} + return function(proto) { + if (!isObject(proto)) { + return {}; + } + if (objectCreate) { + return objectCreate(proto); + } + object.prototype = proto; + var result = new object; + object.prototype = undefined; + return result; + }; +}()); + +module.exports = baseCreate; diff --git a/docs/node_modules/lodash/_baseDelay.js b/docs/node_modules/lodash/_baseDelay.js new file mode 100644 index 0000000..1486d69 --- /dev/null +++ b/docs/node_modules/lodash/_baseDelay.js @@ -0,0 +1,21 @@ +/** Error message constants. */ +var FUNC_ERROR_TEXT = 'Expected a function'; + +/** + * The base implementation of `_.delay` and `_.defer` which accepts `args` + * to provide to `func`. + * + * @private + * @param {Function} func The function to delay. + * @param {number} wait The number of milliseconds to delay invocation. + * @param {Array} args The arguments to provide to `func`. + * @returns {number|Object} Returns the timer id or timeout object. + */ +function baseDelay(func, wait, args) { + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + return setTimeout(function() { func.apply(undefined, args); }, wait); +} + +module.exports = baseDelay; diff --git a/docs/node_modules/lodash/_baseDifference.js b/docs/node_modules/lodash/_baseDifference.js new file mode 100644 index 0000000..343ac19 --- /dev/null +++ b/docs/node_modules/lodash/_baseDifference.js @@ -0,0 +1,67 @@ +var SetCache = require('./_SetCache'), + arrayIncludes = require('./_arrayIncludes'), + arrayIncludesWith = require('./_arrayIncludesWith'), + arrayMap = require('./_arrayMap'), + baseUnary = require('./_baseUnary'), + cacheHas = require('./_cacheHas'); + +/** Used as the size to enable large array optimizations. */ +var LARGE_ARRAY_SIZE = 200; + +/** + * The base implementation of methods like `_.difference` without support + * for excluding multiple arrays or iteratee shorthands. + * + * @private + * @param {Array} array The array to inspect. + * @param {Array} values The values to exclude. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of filtered values. + */ +function baseDifference(array, values, iteratee, comparator) { + var index = -1, + includes = arrayIncludes, + isCommon = true, + length = array.length, + result = [], + valuesLength = values.length; + + if (!length) { + return result; + } + if (iteratee) { + values = arrayMap(values, baseUnary(iteratee)); + } + if (comparator) { + includes = arrayIncludesWith; + isCommon = false; + } + else if (values.length >= LARGE_ARRAY_SIZE) { + includes = cacheHas; + isCommon = false; + values = new SetCache(values); + } + outer: + while (++index < length) { + var value = array[index], + computed = iteratee == null ? value : iteratee(value); + + value = (comparator || value !== 0) ? value : 0; + if (isCommon && computed === computed) { + var valuesIndex = valuesLength; + while (valuesIndex--) { + if (values[valuesIndex] === computed) { + continue outer; + } + } + result.push(value); + } + else if (!includes(values, computed, comparator)) { + result.push(value); + } + } + return result; +} + +module.exports = baseDifference; diff --git a/docs/node_modules/lodash/_baseEach.js b/docs/node_modules/lodash/_baseEach.js new file mode 100644 index 0000000..512c067 --- /dev/null +++ b/docs/node_modules/lodash/_baseEach.js @@ -0,0 +1,14 @@ +var baseForOwn = require('./_baseForOwn'), + createBaseEach = require('./_createBaseEach'); + +/** + * The base implementation of `_.forEach` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array|Object} Returns `collection`. + */ +var baseEach = createBaseEach(baseForOwn); + +module.exports = baseEach; diff --git a/docs/node_modules/lodash/_baseEachRight.js b/docs/node_modules/lodash/_baseEachRight.js new file mode 100644 index 0000000..0a8feec --- /dev/null +++ b/docs/node_modules/lodash/_baseEachRight.js @@ -0,0 +1,14 @@ +var baseForOwnRight = require('./_baseForOwnRight'), + createBaseEach = require('./_createBaseEach'); + +/** + * The base implementation of `_.forEachRight` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array|Object} Returns `collection`. + */ +var baseEachRight = createBaseEach(baseForOwnRight, true); + +module.exports = baseEachRight; diff --git a/docs/node_modules/lodash/_baseEvery.js b/docs/node_modules/lodash/_baseEvery.js new file mode 100644 index 0000000..fa52f7b --- /dev/null +++ b/docs/node_modules/lodash/_baseEvery.js @@ -0,0 +1,21 @@ +var baseEach = require('./_baseEach'); + +/** + * The base implementation of `_.every` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {boolean} Returns `true` if all elements pass the predicate check, + * else `false` + */ +function baseEvery(collection, predicate) { + var result = true; + baseEach(collection, function(value, index, collection) { + result = !!predicate(value, index, collection); + return result; + }); + return result; +} + +module.exports = baseEvery; diff --git a/docs/node_modules/lodash/_baseExtremum.js b/docs/node_modules/lodash/_baseExtremum.js new file mode 100644 index 0000000..9d6aa77 --- /dev/null +++ b/docs/node_modules/lodash/_baseExtremum.js @@ -0,0 +1,32 @@ +var isSymbol = require('./isSymbol'); + +/** + * The base implementation of methods like `_.max` and `_.min` which accepts a + * `comparator` to determine the extremum value. + * + * @private + * @param {Array} array The array to iterate over. + * @param {Function} iteratee The iteratee invoked per iteration. + * @param {Function} comparator The comparator used to compare values. + * @returns {*} Returns the extremum value. + */ +function baseExtremum(array, iteratee, comparator) { + var index = -1, + length = array.length; + + while (++index < length) { + var value = array[index], + current = iteratee(value); + + if (current != null && (computed === undefined + ? (current === current && !isSymbol(current)) + : comparator(current, computed) + )) { + var computed = current, + result = value; + } + } + return result; +} + +module.exports = baseExtremum; diff --git a/docs/node_modules/lodash/_baseFill.js b/docs/node_modules/lodash/_baseFill.js new file mode 100644 index 0000000..46ef9c7 --- /dev/null +++ b/docs/node_modules/lodash/_baseFill.js @@ -0,0 +1,32 @@ +var toInteger = require('./toInteger'), + toLength = require('./toLength'); + +/** + * The base implementation of `_.fill` without an iteratee call guard. + * + * @private + * @param {Array} array The array to fill. + * @param {*} value The value to fill `array` with. + * @param {number} [start=0] The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns `array`. + */ +function baseFill(array, value, start, end) { + var length = array.length; + + start = toInteger(start); + if (start < 0) { + start = -start > length ? 0 : (length + start); + } + end = (end === undefined || end > length) ? length : toInteger(end); + if (end < 0) { + end += length; + } + end = start > end ? 0 : toLength(end); + while (start < end) { + array[start++] = value; + } + return array; +} + +module.exports = baseFill; diff --git a/docs/node_modules/lodash/_baseFilter.js b/docs/node_modules/lodash/_baseFilter.js new file mode 100644 index 0000000..4678477 --- /dev/null +++ b/docs/node_modules/lodash/_baseFilter.js @@ -0,0 +1,21 @@ +var baseEach = require('./_baseEach'); + +/** + * The base implementation of `_.filter` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {Array} Returns the new filtered array. + */ +function baseFilter(collection, predicate) { + var result = []; + baseEach(collection, function(value, index, collection) { + if (predicate(value, index, collection)) { + result.push(value); + } + }); + return result; +} + +module.exports = baseFilter; diff --git a/docs/node_modules/lodash/_baseFindIndex.js b/docs/node_modules/lodash/_baseFindIndex.js new file mode 100644 index 0000000..e3f5d8a --- /dev/null +++ b/docs/node_modules/lodash/_baseFindIndex.js @@ -0,0 +1,24 @@ +/** + * The base implementation of `_.findIndex` and `_.findLastIndex` without + * support for iteratee shorthands. + * + * @private + * @param {Array} array The array to inspect. + * @param {Function} predicate The function invoked per iteration. + * @param {number} fromIndex The index to search from. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {number} Returns the index of the matched value, else `-1`. + */ +function baseFindIndex(array, predicate, fromIndex, fromRight) { + var length = array.length, + index = fromIndex + (fromRight ? 1 : -1); + + while ((fromRight ? index-- : ++index < length)) { + if (predicate(array[index], index, array)) { + return index; + } + } + return -1; +} + +module.exports = baseFindIndex; diff --git a/docs/node_modules/lodash/_baseFindKey.js b/docs/node_modules/lodash/_baseFindKey.js new file mode 100644 index 0000000..2e430f3 --- /dev/null +++ b/docs/node_modules/lodash/_baseFindKey.js @@ -0,0 +1,23 @@ +/** + * The base implementation of methods like `_.findKey` and `_.findLastKey`, + * without support for iteratee shorthands, which iterates over `collection` + * using `eachFunc`. + * + * @private + * @param {Array|Object} collection The collection to inspect. + * @param {Function} predicate The function invoked per iteration. + * @param {Function} eachFunc The function to iterate over `collection`. + * @returns {*} Returns the found element or its key, else `undefined`. + */ +function baseFindKey(collection, predicate, eachFunc) { + var result; + eachFunc(collection, function(value, key, collection) { + if (predicate(value, key, collection)) { + result = key; + return false; + } + }); + return result; +} + +module.exports = baseFindKey; diff --git a/docs/node_modules/lodash/_baseFlatten.js b/docs/node_modules/lodash/_baseFlatten.js new file mode 100644 index 0000000..4b1e009 --- /dev/null +++ b/docs/node_modules/lodash/_baseFlatten.js @@ -0,0 +1,38 @@ +var arrayPush = require('./_arrayPush'), + isFlattenable = require('./_isFlattenable'); + +/** + * The base implementation of `_.flatten` with support for restricting flattening. + * + * @private + * @param {Array} array The array to flatten. + * @param {number} depth The maximum recursion depth. + * @param {boolean} [predicate=isFlattenable] The function invoked per iteration. + * @param {boolean} [isStrict] Restrict to values that pass `predicate` checks. + * @param {Array} [result=[]] The initial result value. + * @returns {Array} Returns the new flattened array. + */ +function baseFlatten(array, depth, predicate, isStrict, result) { + var index = -1, + length = array.length; + + predicate || (predicate = isFlattenable); + result || (result = []); + + while (++index < length) { + var value = array[index]; + if (depth > 0 && predicate(value)) { + if (depth > 1) { + // Recursively flatten arrays (susceptible to call stack limits). + baseFlatten(value, depth - 1, predicate, isStrict, result); + } else { + arrayPush(result, value); + } + } else if (!isStrict) { + result[result.length] = value; + } + } + return result; +} + +module.exports = baseFlatten; diff --git a/docs/node_modules/lodash/_baseFor.js b/docs/node_modules/lodash/_baseFor.js new file mode 100644 index 0000000..d946590 --- /dev/null +++ b/docs/node_modules/lodash/_baseFor.js @@ -0,0 +1,16 @@ +var createBaseFor = require('./_createBaseFor'); + +/** + * The base implementation of `baseForOwn` which iterates over `object` + * properties returned by `keysFunc` and invokes `iteratee` for each property. + * Iteratee functions may exit iteration early by explicitly returning `false`. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {Function} keysFunc The function to get the keys of `object`. + * @returns {Object} Returns `object`. + */ +var baseFor = createBaseFor(); + +module.exports = baseFor; diff --git a/docs/node_modules/lodash/_baseForOwn.js b/docs/node_modules/lodash/_baseForOwn.js new file mode 100644 index 0000000..503d523 --- /dev/null +++ b/docs/node_modules/lodash/_baseForOwn.js @@ -0,0 +1,16 @@ +var baseFor = require('./_baseFor'), + keys = require('./keys'); + +/** + * The base implementation of `_.forOwn` without support for iteratee shorthands. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Object} Returns `object`. + */ +function baseForOwn(object, iteratee) { + return object && baseFor(object, iteratee, keys); +} + +module.exports = baseForOwn; diff --git a/docs/node_modules/lodash/_baseForOwnRight.js b/docs/node_modules/lodash/_baseForOwnRight.js new file mode 100644 index 0000000..a4b10e6 --- /dev/null +++ b/docs/node_modules/lodash/_baseForOwnRight.js @@ -0,0 +1,16 @@ +var baseForRight = require('./_baseForRight'), + keys = require('./keys'); + +/** + * The base implementation of `_.forOwnRight` without support for iteratee shorthands. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Object} Returns `object`. + */ +function baseForOwnRight(object, iteratee) { + return object && baseForRight(object, iteratee, keys); +} + +module.exports = baseForOwnRight; diff --git a/docs/node_modules/lodash/_baseForRight.js b/docs/node_modules/lodash/_baseForRight.js new file mode 100644 index 0000000..32842cd --- /dev/null +++ b/docs/node_modules/lodash/_baseForRight.js @@ -0,0 +1,15 @@ +var createBaseFor = require('./_createBaseFor'); + +/** + * This function is like `baseFor` except that it iterates over properties + * in the opposite order. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {Function} keysFunc The function to get the keys of `object`. + * @returns {Object} Returns `object`. + */ +var baseForRight = createBaseFor(true); + +module.exports = baseForRight; diff --git a/docs/node_modules/lodash/_baseFunctions.js b/docs/node_modules/lodash/_baseFunctions.js new file mode 100644 index 0000000..d23bc9b --- /dev/null +++ b/docs/node_modules/lodash/_baseFunctions.js @@ -0,0 +1,19 @@ +var arrayFilter = require('./_arrayFilter'), + isFunction = require('./isFunction'); + +/** + * The base implementation of `_.functions` which creates an array of + * `object` function property names filtered from `props`. + * + * @private + * @param {Object} object The object to inspect. + * @param {Array} props The property names to filter. + * @returns {Array} Returns the function names. + */ +function baseFunctions(object, props) { + return arrayFilter(props, function(key) { + return isFunction(object[key]); + }); +} + +module.exports = baseFunctions; diff --git a/docs/node_modules/lodash/_baseGet.js b/docs/node_modules/lodash/_baseGet.js new file mode 100644 index 0000000..a194913 --- /dev/null +++ b/docs/node_modules/lodash/_baseGet.js @@ -0,0 +1,24 @@ +var castPath = require('./_castPath'), + toKey = require('./_toKey'); + +/** + * The base implementation of `_.get` without support for default values. + * + * @private + * @param {Object} object The object to query. + * @param {Array|string} path The path of the property to get. + * @returns {*} Returns the resolved value. + */ +function baseGet(object, path) { + path = castPath(path, object); + + var index = 0, + length = path.length; + + while (object != null && index < length) { + object = object[toKey(path[index++])]; + } + return (index && index == length) ? object : undefined; +} + +module.exports = baseGet; diff --git a/docs/node_modules/lodash/_baseGetAllKeys.js b/docs/node_modules/lodash/_baseGetAllKeys.js new file mode 100644 index 0000000..8ad204e --- /dev/null +++ b/docs/node_modules/lodash/_baseGetAllKeys.js @@ -0,0 +1,20 @@ +var arrayPush = require('./_arrayPush'), + isArray = require('./isArray'); + +/** + * The base implementation of `getAllKeys` and `getAllKeysIn` which uses + * `keysFunc` and `symbolsFunc` to get the enumerable property names and + * symbols of `object`. + * + * @private + * @param {Object} object The object to query. + * @param {Function} keysFunc The function to get the keys of `object`. + * @param {Function} symbolsFunc The function to get the symbols of `object`. + * @returns {Array} Returns the array of property names and symbols. + */ +function baseGetAllKeys(object, keysFunc, symbolsFunc) { + var result = keysFunc(object); + return isArray(object) ? result : arrayPush(result, symbolsFunc(object)); +} + +module.exports = baseGetAllKeys; diff --git a/docs/node_modules/lodash/_baseGetTag.js b/docs/node_modules/lodash/_baseGetTag.js new file mode 100644 index 0000000..b927ccc --- /dev/null +++ b/docs/node_modules/lodash/_baseGetTag.js @@ -0,0 +1,28 @@ +var Symbol = require('./_Symbol'), + getRawTag = require('./_getRawTag'), + objectToString = require('./_objectToString'); + +/** `Object#toString` result references. */ +var nullTag = '[object Null]', + undefinedTag = '[object Undefined]'; + +/** Built-in value references. */ +var symToStringTag = Symbol ? Symbol.toStringTag : undefined; + +/** + * The base implementation of `getTag` without fallbacks for buggy environments. + * + * @private + * @param {*} value The value to query. + * @returns {string} Returns the `toStringTag`. + */ +function baseGetTag(value) { + if (value == null) { + return value === undefined ? undefinedTag : nullTag; + } + return (symToStringTag && symToStringTag in Object(value)) + ? getRawTag(value) + : objectToString(value); +} + +module.exports = baseGetTag; diff --git a/docs/node_modules/lodash/_baseGt.js b/docs/node_modules/lodash/_baseGt.js new file mode 100644 index 0000000..502d273 --- /dev/null +++ b/docs/node_modules/lodash/_baseGt.js @@ -0,0 +1,14 @@ +/** + * The base implementation of `_.gt` which doesn't coerce arguments. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is greater than `other`, + * else `false`. + */ +function baseGt(value, other) { + return value > other; +} + +module.exports = baseGt; diff --git a/docs/node_modules/lodash/_baseHas.js b/docs/node_modules/lodash/_baseHas.js new file mode 100644 index 0000000..1b73032 --- /dev/null +++ b/docs/node_modules/lodash/_baseHas.js @@ -0,0 +1,19 @@ +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * The base implementation of `_.has` without support for deep paths. + * + * @private + * @param {Object} [object] The object to query. + * @param {Array|string} key The key to check. + * @returns {boolean} Returns `true` if `key` exists, else `false`. + */ +function baseHas(object, key) { + return object != null && hasOwnProperty.call(object, key); +} + +module.exports = baseHas; diff --git a/docs/node_modules/lodash/_baseHasIn.js b/docs/node_modules/lodash/_baseHasIn.js new file mode 100644 index 0000000..2e0d042 --- /dev/null +++ b/docs/node_modules/lodash/_baseHasIn.js @@ -0,0 +1,13 @@ +/** + * The base implementation of `_.hasIn` without support for deep paths. + * + * @private + * @param {Object} [object] The object to query. + * @param {Array|string} key The key to check. + * @returns {boolean} Returns `true` if `key` exists, else `false`. + */ +function baseHasIn(object, key) { + return object != null && key in Object(object); +} + +module.exports = baseHasIn; diff --git a/docs/node_modules/lodash/_baseInRange.js b/docs/node_modules/lodash/_baseInRange.js new file mode 100644 index 0000000..ec95666 --- /dev/null +++ b/docs/node_modules/lodash/_baseInRange.js @@ -0,0 +1,18 @@ +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMax = Math.max, + nativeMin = Math.min; + +/** + * The base implementation of `_.inRange` which doesn't coerce arguments. + * + * @private + * @param {number} number The number to check. + * @param {number} start The start of the range. + * @param {number} end The end of the range. + * @returns {boolean} Returns `true` if `number` is in the range, else `false`. + */ +function baseInRange(number, start, end) { + return number >= nativeMin(start, end) && number < nativeMax(start, end); +} + +module.exports = baseInRange; diff --git a/docs/node_modules/lodash/_baseIndexOf.js b/docs/node_modules/lodash/_baseIndexOf.js new file mode 100644 index 0000000..167e706 --- /dev/null +++ b/docs/node_modules/lodash/_baseIndexOf.js @@ -0,0 +1,20 @@ +var baseFindIndex = require('./_baseFindIndex'), + baseIsNaN = require('./_baseIsNaN'), + strictIndexOf = require('./_strictIndexOf'); + +/** + * The base implementation of `_.indexOf` without `fromIndex` bounds checks. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} fromIndex The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + */ +function baseIndexOf(array, value, fromIndex) { + return value === value + ? strictIndexOf(array, value, fromIndex) + : baseFindIndex(array, baseIsNaN, fromIndex); +} + +module.exports = baseIndexOf; diff --git a/docs/node_modules/lodash/_baseIndexOfWith.js b/docs/node_modules/lodash/_baseIndexOfWith.js new file mode 100644 index 0000000..f815fe0 --- /dev/null +++ b/docs/node_modules/lodash/_baseIndexOfWith.js @@ -0,0 +1,23 @@ +/** + * This function is like `baseIndexOf` except that it accepts a comparator. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} fromIndex The index to search from. + * @param {Function} comparator The comparator invoked per element. + * @returns {number} Returns the index of the matched value, else `-1`. + */ +function baseIndexOfWith(array, value, fromIndex, comparator) { + var index = fromIndex - 1, + length = array.length; + + while (++index < length) { + if (comparator(array[index], value)) { + return index; + } + } + return -1; +} + +module.exports = baseIndexOfWith; diff --git a/docs/node_modules/lodash/_baseIntersection.js b/docs/node_modules/lodash/_baseIntersection.js new file mode 100644 index 0000000..c1d250c --- /dev/null +++ b/docs/node_modules/lodash/_baseIntersection.js @@ -0,0 +1,74 @@ +var SetCache = require('./_SetCache'), + arrayIncludes = require('./_arrayIncludes'), + arrayIncludesWith = require('./_arrayIncludesWith'), + arrayMap = require('./_arrayMap'), + baseUnary = require('./_baseUnary'), + cacheHas = require('./_cacheHas'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMin = Math.min; + +/** + * The base implementation of methods like `_.intersection`, without support + * for iteratee shorthands, that accepts an array of arrays to inspect. + * + * @private + * @param {Array} arrays The arrays to inspect. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of shared values. + */ +function baseIntersection(arrays, iteratee, comparator) { + var includes = comparator ? arrayIncludesWith : arrayIncludes, + length = arrays[0].length, + othLength = arrays.length, + othIndex = othLength, + caches = Array(othLength), + maxLength = Infinity, + result = []; + + while (othIndex--) { + var array = arrays[othIndex]; + if (othIndex && iteratee) { + array = arrayMap(array, baseUnary(iteratee)); + } + maxLength = nativeMin(array.length, maxLength); + caches[othIndex] = !comparator && (iteratee || (length >= 120 && array.length >= 120)) + ? new SetCache(othIndex && array) + : undefined; + } + array = arrays[0]; + + var index = -1, + seen = caches[0]; + + outer: + while (++index < length && result.length < maxLength) { + var value = array[index], + computed = iteratee ? iteratee(value) : value; + + value = (comparator || value !== 0) ? value : 0; + if (!(seen + ? cacheHas(seen, computed) + : includes(result, computed, comparator) + )) { + othIndex = othLength; + while (--othIndex) { + var cache = caches[othIndex]; + if (!(cache + ? cacheHas(cache, computed) + : includes(arrays[othIndex], computed, comparator)) + ) { + continue outer; + } + } + if (seen) { + seen.push(computed); + } + result.push(value); + } + } + return result; +} + +module.exports = baseIntersection; diff --git a/docs/node_modules/lodash/_baseInverter.js b/docs/node_modules/lodash/_baseInverter.js new file mode 100644 index 0000000..fbc337f --- /dev/null +++ b/docs/node_modules/lodash/_baseInverter.js @@ -0,0 +1,21 @@ +var baseForOwn = require('./_baseForOwn'); + +/** + * The base implementation of `_.invert` and `_.invertBy` which inverts + * `object` with values transformed by `iteratee` and set by `setter`. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} setter The function to set `accumulator` values. + * @param {Function} iteratee The iteratee to transform values. + * @param {Object} accumulator The initial inverted object. + * @returns {Function} Returns `accumulator`. + */ +function baseInverter(object, setter, iteratee, accumulator) { + baseForOwn(object, function(value, key, object) { + setter(accumulator, iteratee(value), key, object); + }); + return accumulator; +} + +module.exports = baseInverter; diff --git a/docs/node_modules/lodash/_baseInvoke.js b/docs/node_modules/lodash/_baseInvoke.js new file mode 100644 index 0000000..49bcf3c --- /dev/null +++ b/docs/node_modules/lodash/_baseInvoke.js @@ -0,0 +1,24 @@ +var apply = require('./_apply'), + castPath = require('./_castPath'), + last = require('./last'), + parent = require('./_parent'), + toKey = require('./_toKey'); + +/** + * The base implementation of `_.invoke` without support for individual + * method arguments. + * + * @private + * @param {Object} object The object to query. + * @param {Array|string} path The path of the method to invoke. + * @param {Array} args The arguments to invoke the method with. + * @returns {*} Returns the result of the invoked method. + */ +function baseInvoke(object, path, args) { + path = castPath(path, object); + object = parent(object, path); + var func = object == null ? object : object[toKey(last(path))]; + return func == null ? undefined : apply(func, object, args); +} + +module.exports = baseInvoke; diff --git a/docs/node_modules/lodash/_baseIsArguments.js b/docs/node_modules/lodash/_baseIsArguments.js new file mode 100644 index 0000000..b3562cc --- /dev/null +++ b/docs/node_modules/lodash/_baseIsArguments.js @@ -0,0 +1,18 @@ +var baseGetTag = require('./_baseGetTag'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var argsTag = '[object Arguments]'; + +/** + * The base implementation of `_.isArguments`. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an `arguments` object, + */ +function baseIsArguments(value) { + return isObjectLike(value) && baseGetTag(value) == argsTag; +} + +module.exports = baseIsArguments; diff --git a/docs/node_modules/lodash/_baseIsArrayBuffer.js b/docs/node_modules/lodash/_baseIsArrayBuffer.js new file mode 100644 index 0000000..a2c4f30 --- /dev/null +++ b/docs/node_modules/lodash/_baseIsArrayBuffer.js @@ -0,0 +1,17 @@ +var baseGetTag = require('./_baseGetTag'), + isObjectLike = require('./isObjectLike'); + +var arrayBufferTag = '[object ArrayBuffer]'; + +/** + * The base implementation of `_.isArrayBuffer` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an array buffer, else `false`. + */ +function baseIsArrayBuffer(value) { + return isObjectLike(value) && baseGetTag(value) == arrayBufferTag; +} + +module.exports = baseIsArrayBuffer; diff --git a/docs/node_modules/lodash/_baseIsDate.js b/docs/node_modules/lodash/_baseIsDate.js new file mode 100644 index 0000000..ba67c78 --- /dev/null +++ b/docs/node_modules/lodash/_baseIsDate.js @@ -0,0 +1,18 @@ +var baseGetTag = require('./_baseGetTag'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var dateTag = '[object Date]'; + +/** + * The base implementation of `_.isDate` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a date object, else `false`. + */ +function baseIsDate(value) { + return isObjectLike(value) && baseGetTag(value) == dateTag; +} + +module.exports = baseIsDate; diff --git a/docs/node_modules/lodash/_baseIsEqual.js b/docs/node_modules/lodash/_baseIsEqual.js new file mode 100644 index 0000000..00a68a4 --- /dev/null +++ b/docs/node_modules/lodash/_baseIsEqual.js @@ -0,0 +1,28 @@ +var baseIsEqualDeep = require('./_baseIsEqualDeep'), + isObjectLike = require('./isObjectLike'); + +/** + * The base implementation of `_.isEqual` which supports partial comparisons + * and tracks traversed objects. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @param {boolean} bitmask The bitmask flags. + * 1 - Unordered comparison + * 2 - Partial comparison + * @param {Function} [customizer] The function to customize comparisons. + * @param {Object} [stack] Tracks traversed `value` and `other` objects. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + */ +function baseIsEqual(value, other, bitmask, customizer, stack) { + if (value === other) { + return true; + } + if (value == null || other == null || (!isObjectLike(value) && !isObjectLike(other))) { + return value !== value && other !== other; + } + return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack); +} + +module.exports = baseIsEqual; diff --git a/docs/node_modules/lodash/_baseIsEqualDeep.js b/docs/node_modules/lodash/_baseIsEqualDeep.js new file mode 100644 index 0000000..e3cfd6a --- /dev/null +++ b/docs/node_modules/lodash/_baseIsEqualDeep.js @@ -0,0 +1,83 @@ +var Stack = require('./_Stack'), + equalArrays = require('./_equalArrays'), + equalByTag = require('./_equalByTag'), + equalObjects = require('./_equalObjects'), + getTag = require('./_getTag'), + isArray = require('./isArray'), + isBuffer = require('./isBuffer'), + isTypedArray = require('./isTypedArray'); + +/** Used to compose bitmasks for value comparisons. */ +var COMPARE_PARTIAL_FLAG = 1; + +/** `Object#toString` result references. */ +var argsTag = '[object Arguments]', + arrayTag = '[object Array]', + objectTag = '[object Object]'; + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * A specialized version of `baseIsEqual` for arrays and objects which performs + * deep comparisons and tracks traversed objects enabling objects with circular + * references to be compared. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} [stack] Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + */ +function baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) { + var objIsArr = isArray(object), + othIsArr = isArray(other), + objTag = objIsArr ? arrayTag : getTag(object), + othTag = othIsArr ? arrayTag : getTag(other); + + objTag = objTag == argsTag ? objectTag : objTag; + othTag = othTag == argsTag ? objectTag : othTag; + + var objIsObj = objTag == objectTag, + othIsObj = othTag == objectTag, + isSameTag = objTag == othTag; + + if (isSameTag && isBuffer(object)) { + if (!isBuffer(other)) { + return false; + } + objIsArr = true; + objIsObj = false; + } + if (isSameTag && !objIsObj) { + stack || (stack = new Stack); + return (objIsArr || isTypedArray(object)) + ? equalArrays(object, other, bitmask, customizer, equalFunc, stack) + : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack); + } + if (!(bitmask & COMPARE_PARTIAL_FLAG)) { + var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'), + othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__'); + + if (objIsWrapped || othIsWrapped) { + var objUnwrapped = objIsWrapped ? object.value() : object, + othUnwrapped = othIsWrapped ? other.value() : other; + + stack || (stack = new Stack); + return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack); + } + } + if (!isSameTag) { + return false; + } + stack || (stack = new Stack); + return equalObjects(object, other, bitmask, customizer, equalFunc, stack); +} + +module.exports = baseIsEqualDeep; diff --git a/docs/node_modules/lodash/_baseIsMap.js b/docs/node_modules/lodash/_baseIsMap.js new file mode 100644 index 0000000..02a4021 --- /dev/null +++ b/docs/node_modules/lodash/_baseIsMap.js @@ -0,0 +1,18 @@ +var getTag = require('./_getTag'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var mapTag = '[object Map]'; + +/** + * The base implementation of `_.isMap` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a map, else `false`. + */ +function baseIsMap(value) { + return isObjectLike(value) && getTag(value) == mapTag; +} + +module.exports = baseIsMap; diff --git a/docs/node_modules/lodash/_baseIsMatch.js b/docs/node_modules/lodash/_baseIsMatch.js new file mode 100644 index 0000000..72494be --- /dev/null +++ b/docs/node_modules/lodash/_baseIsMatch.js @@ -0,0 +1,62 @@ +var Stack = require('./_Stack'), + baseIsEqual = require('./_baseIsEqual'); + +/** Used to compose bitmasks for value comparisons. */ +var COMPARE_PARTIAL_FLAG = 1, + COMPARE_UNORDERED_FLAG = 2; + +/** + * The base implementation of `_.isMatch` without support for iteratee shorthands. + * + * @private + * @param {Object} object The object to inspect. + * @param {Object} source The object of property values to match. + * @param {Array} matchData The property names, values, and compare flags to match. + * @param {Function} [customizer] The function to customize comparisons. + * @returns {boolean} Returns `true` if `object` is a match, else `false`. + */ +function baseIsMatch(object, source, matchData, customizer) { + var index = matchData.length, + length = index, + noCustomizer = !customizer; + + if (object == null) { + return !length; + } + object = Object(object); + while (index--) { + var data = matchData[index]; + if ((noCustomizer && data[2]) + ? data[1] !== object[data[0]] + : !(data[0] in object) + ) { + return false; + } + } + while (++index < length) { + data = matchData[index]; + var key = data[0], + objValue = object[key], + srcValue = data[1]; + + if (noCustomizer && data[2]) { + if (objValue === undefined && !(key in object)) { + return false; + } + } else { + var stack = new Stack; + if (customizer) { + var result = customizer(objValue, srcValue, key, object, source, stack); + } + if (!(result === undefined + ? baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG, customizer, stack) + : result + )) { + return false; + } + } + } + return true; +} + +module.exports = baseIsMatch; diff --git a/docs/node_modules/lodash/_baseIsNaN.js b/docs/node_modules/lodash/_baseIsNaN.js new file mode 100644 index 0000000..316f1eb --- /dev/null +++ b/docs/node_modules/lodash/_baseIsNaN.js @@ -0,0 +1,12 @@ +/** + * The base implementation of `_.isNaN` without support for number objects. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`. + */ +function baseIsNaN(value) { + return value !== value; +} + +module.exports = baseIsNaN; diff --git a/docs/node_modules/lodash/_baseIsNative.js b/docs/node_modules/lodash/_baseIsNative.js new file mode 100644 index 0000000..8702330 --- /dev/null +++ b/docs/node_modules/lodash/_baseIsNative.js @@ -0,0 +1,47 @@ +var isFunction = require('./isFunction'), + isMasked = require('./_isMasked'), + isObject = require('./isObject'), + toSource = require('./_toSource'); + +/** + * Used to match `RegExp` + * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns). + */ +var reRegExpChar = /[\\^$.*+?()[\]{}|]/g; + +/** Used to detect host constructors (Safari). */ +var reIsHostCtor = /^\[object .+?Constructor\]$/; + +/** Used for built-in method references. */ +var funcProto = Function.prototype, + objectProto = Object.prototype; + +/** Used to resolve the decompiled source of functions. */ +var funcToString = funcProto.toString; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** Used to detect if a method is native. */ +var reIsNative = RegExp('^' + + funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\$&') + .replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$' +); + +/** + * The base implementation of `_.isNative` without bad shim checks. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a native function, + * else `false`. + */ +function baseIsNative(value) { + if (!isObject(value) || isMasked(value)) { + return false; + } + var pattern = isFunction(value) ? reIsNative : reIsHostCtor; + return pattern.test(toSource(value)); +} + +module.exports = baseIsNative; diff --git a/docs/node_modules/lodash/_baseIsRegExp.js b/docs/node_modules/lodash/_baseIsRegExp.js new file mode 100644 index 0000000..6cd7c1a --- /dev/null +++ b/docs/node_modules/lodash/_baseIsRegExp.js @@ -0,0 +1,18 @@ +var baseGetTag = require('./_baseGetTag'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var regexpTag = '[object RegExp]'; + +/** + * The base implementation of `_.isRegExp` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a regexp, else `false`. + */ +function baseIsRegExp(value) { + return isObjectLike(value) && baseGetTag(value) == regexpTag; +} + +module.exports = baseIsRegExp; diff --git a/docs/node_modules/lodash/_baseIsSet.js b/docs/node_modules/lodash/_baseIsSet.js new file mode 100644 index 0000000..6dee367 --- /dev/null +++ b/docs/node_modules/lodash/_baseIsSet.js @@ -0,0 +1,18 @@ +var getTag = require('./_getTag'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var setTag = '[object Set]'; + +/** + * The base implementation of `_.isSet` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a set, else `false`. + */ +function baseIsSet(value) { + return isObjectLike(value) && getTag(value) == setTag; +} + +module.exports = baseIsSet; diff --git a/docs/node_modules/lodash/_baseIsTypedArray.js b/docs/node_modules/lodash/_baseIsTypedArray.js new file mode 100644 index 0000000..1edb32f --- /dev/null +++ b/docs/node_modules/lodash/_baseIsTypedArray.js @@ -0,0 +1,60 @@ +var baseGetTag = require('./_baseGetTag'), + isLength = require('./isLength'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var argsTag = '[object Arguments]', + arrayTag = '[object Array]', + boolTag = '[object Boolean]', + dateTag = '[object Date]', + errorTag = '[object Error]', + funcTag = '[object Function]', + mapTag = '[object Map]', + numberTag = '[object Number]', + objectTag = '[object Object]', + regexpTag = '[object RegExp]', + setTag = '[object Set]', + stringTag = '[object String]', + weakMapTag = '[object WeakMap]'; + +var arrayBufferTag = '[object ArrayBuffer]', + dataViewTag = '[object DataView]', + float32Tag = '[object Float32Array]', + float64Tag = '[object Float64Array]', + int8Tag = '[object Int8Array]', + int16Tag = '[object Int16Array]', + int32Tag = '[object Int32Array]', + uint8Tag = '[object Uint8Array]', + uint8ClampedTag = '[object Uint8ClampedArray]', + uint16Tag = '[object Uint16Array]', + uint32Tag = '[object Uint32Array]'; + +/** Used to identify `toStringTag` values of typed arrays. */ +var typedArrayTags = {}; +typedArrayTags[float32Tag] = typedArrayTags[float64Tag] = +typedArrayTags[int8Tag] = typedArrayTags[int16Tag] = +typedArrayTags[int32Tag] = typedArrayTags[uint8Tag] = +typedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] = +typedArrayTags[uint32Tag] = true; +typedArrayTags[argsTag] = typedArrayTags[arrayTag] = +typedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] = +typedArrayTags[dataViewTag] = typedArrayTags[dateTag] = +typedArrayTags[errorTag] = typedArrayTags[funcTag] = +typedArrayTags[mapTag] = typedArrayTags[numberTag] = +typedArrayTags[objectTag] = typedArrayTags[regexpTag] = +typedArrayTags[setTag] = typedArrayTags[stringTag] = +typedArrayTags[weakMapTag] = false; + +/** + * The base implementation of `_.isTypedArray` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a typed array, else `false`. + */ +function baseIsTypedArray(value) { + return isObjectLike(value) && + isLength(value.length) && !!typedArrayTags[baseGetTag(value)]; +} + +module.exports = baseIsTypedArray; diff --git a/docs/node_modules/lodash/_baseIteratee.js b/docs/node_modules/lodash/_baseIteratee.js new file mode 100644 index 0000000..995c257 --- /dev/null +++ b/docs/node_modules/lodash/_baseIteratee.js @@ -0,0 +1,31 @@ +var baseMatches = require('./_baseMatches'), + baseMatchesProperty = require('./_baseMatchesProperty'), + identity = require('./identity'), + isArray = require('./isArray'), + property = require('./property'); + +/** + * The base implementation of `_.iteratee`. + * + * @private + * @param {*} [value=_.identity] The value to convert to an iteratee. + * @returns {Function} Returns the iteratee. + */ +function baseIteratee(value) { + // Don't store the `typeof` result in a variable to avoid a JIT bug in Safari 9. + // See https://bugs.webkit.org/show_bug.cgi?id=156034 for more details. + if (typeof value == 'function') { + return value; + } + if (value == null) { + return identity; + } + if (typeof value == 'object') { + return isArray(value) + ? baseMatchesProperty(value[0], value[1]) + : baseMatches(value); + } + return property(value); +} + +module.exports = baseIteratee; diff --git a/docs/node_modules/lodash/_baseKeys.js b/docs/node_modules/lodash/_baseKeys.js new file mode 100644 index 0000000..45e9e6f --- /dev/null +++ b/docs/node_modules/lodash/_baseKeys.js @@ -0,0 +1,30 @@ +var isPrototype = require('./_isPrototype'), + nativeKeys = require('./_nativeKeys'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * The base implementation of `_.keys` which doesn't treat sparse arrays as dense. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + */ +function baseKeys(object) { + if (!isPrototype(object)) { + return nativeKeys(object); + } + var result = []; + for (var key in Object(object)) { + if (hasOwnProperty.call(object, key) && key != 'constructor') { + result.push(key); + } + } + return result; +} + +module.exports = baseKeys; diff --git a/docs/node_modules/lodash/_baseKeysIn.js b/docs/node_modules/lodash/_baseKeysIn.js new file mode 100644 index 0000000..ea8a0a1 --- /dev/null +++ b/docs/node_modules/lodash/_baseKeysIn.js @@ -0,0 +1,33 @@ +var isObject = require('./isObject'), + isPrototype = require('./_isPrototype'), + nativeKeysIn = require('./_nativeKeysIn'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * The base implementation of `_.keysIn` which doesn't treat sparse arrays as dense. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + */ +function baseKeysIn(object) { + if (!isObject(object)) { + return nativeKeysIn(object); + } + var isProto = isPrototype(object), + result = []; + + for (var key in object) { + if (!(key == 'constructor' && (isProto || !hasOwnProperty.call(object, key)))) { + result.push(key); + } + } + return result; +} + +module.exports = baseKeysIn; diff --git a/docs/node_modules/lodash/_baseLodash.js b/docs/node_modules/lodash/_baseLodash.js new file mode 100644 index 0000000..f76c790 --- /dev/null +++ b/docs/node_modules/lodash/_baseLodash.js @@ -0,0 +1,10 @@ +/** + * The function whose prototype chain sequence wrappers inherit from. + * + * @private + */ +function baseLodash() { + // No operation performed. +} + +module.exports = baseLodash; diff --git a/docs/node_modules/lodash/_baseLt.js b/docs/node_modules/lodash/_baseLt.js new file mode 100644 index 0000000..8674d29 --- /dev/null +++ b/docs/node_modules/lodash/_baseLt.js @@ -0,0 +1,14 @@ +/** + * The base implementation of `_.lt` which doesn't coerce arguments. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is less than `other`, + * else `false`. + */ +function baseLt(value, other) { + return value < other; +} + +module.exports = baseLt; diff --git a/docs/node_modules/lodash/_baseMap.js b/docs/node_modules/lodash/_baseMap.js new file mode 100644 index 0000000..0bf5cea --- /dev/null +++ b/docs/node_modules/lodash/_baseMap.js @@ -0,0 +1,22 @@ +var baseEach = require('./_baseEach'), + isArrayLike = require('./isArrayLike'); + +/** + * The base implementation of `_.map` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns the new mapped array. + */ +function baseMap(collection, iteratee) { + var index = -1, + result = isArrayLike(collection) ? Array(collection.length) : []; + + baseEach(collection, function(value, key, collection) { + result[++index] = iteratee(value, key, collection); + }); + return result; +} + +module.exports = baseMap; diff --git a/docs/node_modules/lodash/_baseMatches.js b/docs/node_modules/lodash/_baseMatches.js new file mode 100644 index 0000000..e56582a --- /dev/null +++ b/docs/node_modules/lodash/_baseMatches.js @@ -0,0 +1,22 @@ +var baseIsMatch = require('./_baseIsMatch'), + getMatchData = require('./_getMatchData'), + matchesStrictComparable = require('./_matchesStrictComparable'); + +/** + * The base implementation of `_.matches` which doesn't clone `source`. + * + * @private + * @param {Object} source The object of property values to match. + * @returns {Function} Returns the new spec function. + */ +function baseMatches(source) { + var matchData = getMatchData(source); + if (matchData.length == 1 && matchData[0][2]) { + return matchesStrictComparable(matchData[0][0], matchData[0][1]); + } + return function(object) { + return object === source || baseIsMatch(object, source, matchData); + }; +} + +module.exports = baseMatches; diff --git a/docs/node_modules/lodash/_baseMatchesProperty.js b/docs/node_modules/lodash/_baseMatchesProperty.js new file mode 100644 index 0000000..24afd89 --- /dev/null +++ b/docs/node_modules/lodash/_baseMatchesProperty.js @@ -0,0 +1,33 @@ +var baseIsEqual = require('./_baseIsEqual'), + get = require('./get'), + hasIn = require('./hasIn'), + isKey = require('./_isKey'), + isStrictComparable = require('./_isStrictComparable'), + matchesStrictComparable = require('./_matchesStrictComparable'), + toKey = require('./_toKey'); + +/** Used to compose bitmasks for value comparisons. */ +var COMPARE_PARTIAL_FLAG = 1, + COMPARE_UNORDERED_FLAG = 2; + +/** + * The base implementation of `_.matchesProperty` which doesn't clone `srcValue`. + * + * @private + * @param {string} path The path of the property to get. + * @param {*} srcValue The value to match. + * @returns {Function} Returns the new spec function. + */ +function baseMatchesProperty(path, srcValue) { + if (isKey(path) && isStrictComparable(srcValue)) { + return matchesStrictComparable(toKey(path), srcValue); + } + return function(object) { + var objValue = get(object, path); + return (objValue === undefined && objValue === srcValue) + ? hasIn(object, path) + : baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG); + }; +} + +module.exports = baseMatchesProperty; diff --git a/docs/node_modules/lodash/_baseMean.js b/docs/node_modules/lodash/_baseMean.js new file mode 100644 index 0000000..fa9e00a --- /dev/null +++ b/docs/node_modules/lodash/_baseMean.js @@ -0,0 +1,20 @@ +var baseSum = require('./_baseSum'); + +/** Used as references for various `Number` constants. */ +var NAN = 0 / 0; + +/** + * The base implementation of `_.mean` and `_.meanBy` without support for + * iteratee shorthands. + * + * @private + * @param {Array} array The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {number} Returns the mean. + */ +function baseMean(array, iteratee) { + var length = array == null ? 0 : array.length; + return length ? (baseSum(array, iteratee) / length) : NAN; +} + +module.exports = baseMean; diff --git a/docs/node_modules/lodash/_baseMerge.js b/docs/node_modules/lodash/_baseMerge.js new file mode 100644 index 0000000..c98b5eb --- /dev/null +++ b/docs/node_modules/lodash/_baseMerge.js @@ -0,0 +1,42 @@ +var Stack = require('./_Stack'), + assignMergeValue = require('./_assignMergeValue'), + baseFor = require('./_baseFor'), + baseMergeDeep = require('./_baseMergeDeep'), + isObject = require('./isObject'), + keysIn = require('./keysIn'), + safeGet = require('./_safeGet'); + +/** + * The base implementation of `_.merge` without support for multiple sources. + * + * @private + * @param {Object} object The destination object. + * @param {Object} source The source object. + * @param {number} srcIndex The index of `source`. + * @param {Function} [customizer] The function to customize merged values. + * @param {Object} [stack] Tracks traversed source values and their merged + * counterparts. + */ +function baseMerge(object, source, srcIndex, customizer, stack) { + if (object === source) { + return; + } + baseFor(source, function(srcValue, key) { + stack || (stack = new Stack); + if (isObject(srcValue)) { + baseMergeDeep(object, source, key, srcIndex, baseMerge, customizer, stack); + } + else { + var newValue = customizer + ? customizer(safeGet(object, key), srcValue, (key + ''), object, source, stack) + : undefined; + + if (newValue === undefined) { + newValue = srcValue; + } + assignMergeValue(object, key, newValue); + } + }, keysIn); +} + +module.exports = baseMerge; diff --git a/docs/node_modules/lodash/_baseMergeDeep.js b/docs/node_modules/lodash/_baseMergeDeep.js new file mode 100644 index 0000000..4679e8d --- /dev/null +++ b/docs/node_modules/lodash/_baseMergeDeep.js @@ -0,0 +1,94 @@ +var assignMergeValue = require('./_assignMergeValue'), + cloneBuffer = require('./_cloneBuffer'), + cloneTypedArray = require('./_cloneTypedArray'), + copyArray = require('./_copyArray'), + initCloneObject = require('./_initCloneObject'), + isArguments = require('./isArguments'), + isArray = require('./isArray'), + isArrayLikeObject = require('./isArrayLikeObject'), + isBuffer = require('./isBuffer'), + isFunction = require('./isFunction'), + isObject = require('./isObject'), + isPlainObject = require('./isPlainObject'), + isTypedArray = require('./isTypedArray'), + safeGet = require('./_safeGet'), + toPlainObject = require('./toPlainObject'); + +/** + * A specialized version of `baseMerge` for arrays and objects which performs + * deep merges and tracks traversed objects enabling objects with circular + * references to be merged. + * + * @private + * @param {Object} object The destination object. + * @param {Object} source The source object. + * @param {string} key The key of the value to merge. + * @param {number} srcIndex The index of `source`. + * @param {Function} mergeFunc The function to merge values. + * @param {Function} [customizer] The function to customize assigned values. + * @param {Object} [stack] Tracks traversed source values and their merged + * counterparts. + */ +function baseMergeDeep(object, source, key, srcIndex, mergeFunc, customizer, stack) { + var objValue = safeGet(object, key), + srcValue = safeGet(source, key), + stacked = stack.get(srcValue); + + if (stacked) { + assignMergeValue(object, key, stacked); + return; + } + var newValue = customizer + ? customizer(objValue, srcValue, (key + ''), object, source, stack) + : undefined; + + var isCommon = newValue === undefined; + + if (isCommon) { + var isArr = isArray(srcValue), + isBuff = !isArr && isBuffer(srcValue), + isTyped = !isArr && !isBuff && isTypedArray(srcValue); + + newValue = srcValue; + if (isArr || isBuff || isTyped) { + if (isArray(objValue)) { + newValue = objValue; + } + else if (isArrayLikeObject(objValue)) { + newValue = copyArray(objValue); + } + else if (isBuff) { + isCommon = false; + newValue = cloneBuffer(srcValue, true); + } + else if (isTyped) { + isCommon = false; + newValue = cloneTypedArray(srcValue, true); + } + else { + newValue = []; + } + } + else if (isPlainObject(srcValue) || isArguments(srcValue)) { + newValue = objValue; + if (isArguments(objValue)) { + newValue = toPlainObject(objValue); + } + else if (!isObject(objValue) || isFunction(objValue)) { + newValue = initCloneObject(srcValue); + } + } + else { + isCommon = false; + } + } + if (isCommon) { + // Recursively merge objects and arrays (susceptible to call stack limits). + stack.set(srcValue, newValue); + mergeFunc(newValue, srcValue, srcIndex, customizer, stack); + stack['delete'](srcValue); + } + assignMergeValue(object, key, newValue); +} + +module.exports = baseMergeDeep; diff --git a/docs/node_modules/lodash/_baseNth.js b/docs/node_modules/lodash/_baseNth.js new file mode 100644 index 0000000..0403c2a --- /dev/null +++ b/docs/node_modules/lodash/_baseNth.js @@ -0,0 +1,20 @@ +var isIndex = require('./_isIndex'); + +/** + * The base implementation of `_.nth` which doesn't coerce arguments. + * + * @private + * @param {Array} array The array to query. + * @param {number} n The index of the element to return. + * @returns {*} Returns the nth element of `array`. + */ +function baseNth(array, n) { + var length = array.length; + if (!length) { + return; + } + n += n < 0 ? length : 0; + return isIndex(n, length) ? array[n] : undefined; +} + +module.exports = baseNth; diff --git a/docs/node_modules/lodash/_baseOrderBy.js b/docs/node_modules/lodash/_baseOrderBy.js new file mode 100644 index 0000000..775a017 --- /dev/null +++ b/docs/node_modules/lodash/_baseOrderBy.js @@ -0,0 +1,49 @@ +var arrayMap = require('./_arrayMap'), + baseGet = require('./_baseGet'), + baseIteratee = require('./_baseIteratee'), + baseMap = require('./_baseMap'), + baseSortBy = require('./_baseSortBy'), + baseUnary = require('./_baseUnary'), + compareMultiple = require('./_compareMultiple'), + identity = require('./identity'), + isArray = require('./isArray'); + +/** + * The base implementation of `_.orderBy` without param guards. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function[]|Object[]|string[]} iteratees The iteratees to sort by. + * @param {string[]} orders The sort orders of `iteratees`. + * @returns {Array} Returns the new sorted array. + */ +function baseOrderBy(collection, iteratees, orders) { + if (iteratees.length) { + iteratees = arrayMap(iteratees, function(iteratee) { + if (isArray(iteratee)) { + return function(value) { + return baseGet(value, iteratee.length === 1 ? iteratee[0] : iteratee); + } + } + return iteratee; + }); + } else { + iteratees = [identity]; + } + + var index = -1; + iteratees = arrayMap(iteratees, baseUnary(baseIteratee)); + + var result = baseMap(collection, function(value, key, collection) { + var criteria = arrayMap(iteratees, function(iteratee) { + return iteratee(value); + }); + return { 'criteria': criteria, 'index': ++index, 'value': value }; + }); + + return baseSortBy(result, function(object, other) { + return compareMultiple(object, other, orders); + }); +} + +module.exports = baseOrderBy; diff --git a/docs/node_modules/lodash/_basePick.js b/docs/node_modules/lodash/_basePick.js new file mode 100644 index 0000000..09b458a --- /dev/null +++ b/docs/node_modules/lodash/_basePick.js @@ -0,0 +1,19 @@ +var basePickBy = require('./_basePickBy'), + hasIn = require('./hasIn'); + +/** + * The base implementation of `_.pick` without support for individual + * property identifiers. + * + * @private + * @param {Object} object The source object. + * @param {string[]} paths The property paths to pick. + * @returns {Object} Returns the new object. + */ +function basePick(object, paths) { + return basePickBy(object, paths, function(value, path) { + return hasIn(object, path); + }); +} + +module.exports = basePick; diff --git a/docs/node_modules/lodash/_basePickBy.js b/docs/node_modules/lodash/_basePickBy.js new file mode 100644 index 0000000..85be68c --- /dev/null +++ b/docs/node_modules/lodash/_basePickBy.js @@ -0,0 +1,30 @@ +var baseGet = require('./_baseGet'), + baseSet = require('./_baseSet'), + castPath = require('./_castPath'); + +/** + * The base implementation of `_.pickBy` without support for iteratee shorthands. + * + * @private + * @param {Object} object The source object. + * @param {string[]} paths The property paths to pick. + * @param {Function} predicate The function invoked per property. + * @returns {Object} Returns the new object. + */ +function basePickBy(object, paths, predicate) { + var index = -1, + length = paths.length, + result = {}; + + while (++index < length) { + var path = paths[index], + value = baseGet(object, path); + + if (predicate(value, path)) { + baseSet(result, castPath(path, object), value); + } + } + return result; +} + +module.exports = basePickBy; diff --git a/docs/node_modules/lodash/_baseProperty.js b/docs/node_modules/lodash/_baseProperty.js new file mode 100644 index 0000000..496281e --- /dev/null +++ b/docs/node_modules/lodash/_baseProperty.js @@ -0,0 +1,14 @@ +/** + * The base implementation of `_.property` without support for deep paths. + * + * @private + * @param {string} key The key of the property to get. + * @returns {Function} Returns the new accessor function. + */ +function baseProperty(key) { + return function(object) { + return object == null ? undefined : object[key]; + }; +} + +module.exports = baseProperty; diff --git a/docs/node_modules/lodash/_basePropertyDeep.js b/docs/node_modules/lodash/_basePropertyDeep.js new file mode 100644 index 0000000..1e5aae5 --- /dev/null +++ b/docs/node_modules/lodash/_basePropertyDeep.js @@ -0,0 +1,16 @@ +var baseGet = require('./_baseGet'); + +/** + * A specialized version of `baseProperty` which supports deep paths. + * + * @private + * @param {Array|string} path The path of the property to get. + * @returns {Function} Returns the new accessor function. + */ +function basePropertyDeep(path) { + return function(object) { + return baseGet(object, path); + }; +} + +module.exports = basePropertyDeep; diff --git a/docs/node_modules/lodash/_basePropertyOf.js b/docs/node_modules/lodash/_basePropertyOf.js new file mode 100644 index 0000000..4617399 --- /dev/null +++ b/docs/node_modules/lodash/_basePropertyOf.js @@ -0,0 +1,14 @@ +/** + * The base implementation of `_.propertyOf` without support for deep paths. + * + * @private + * @param {Object} object The object to query. + * @returns {Function} Returns the new accessor function. + */ +function basePropertyOf(object) { + return function(key) { + return object == null ? undefined : object[key]; + }; +} + +module.exports = basePropertyOf; diff --git a/docs/node_modules/lodash/_basePullAll.js b/docs/node_modules/lodash/_basePullAll.js new file mode 100644 index 0000000..305720e --- /dev/null +++ b/docs/node_modules/lodash/_basePullAll.js @@ -0,0 +1,51 @@ +var arrayMap = require('./_arrayMap'), + baseIndexOf = require('./_baseIndexOf'), + baseIndexOfWith = require('./_baseIndexOfWith'), + baseUnary = require('./_baseUnary'), + copyArray = require('./_copyArray'); + +/** Used for built-in method references. */ +var arrayProto = Array.prototype; + +/** Built-in value references. */ +var splice = arrayProto.splice; + +/** + * The base implementation of `_.pullAllBy` without support for iteratee + * shorthands. + * + * @private + * @param {Array} array The array to modify. + * @param {Array} values The values to remove. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns `array`. + */ +function basePullAll(array, values, iteratee, comparator) { + var indexOf = comparator ? baseIndexOfWith : baseIndexOf, + index = -1, + length = values.length, + seen = array; + + if (array === values) { + values = copyArray(values); + } + if (iteratee) { + seen = arrayMap(array, baseUnary(iteratee)); + } + while (++index < length) { + var fromIndex = 0, + value = values[index], + computed = iteratee ? iteratee(value) : value; + + while ((fromIndex = indexOf(seen, computed, fromIndex, comparator)) > -1) { + if (seen !== array) { + splice.call(seen, fromIndex, 1); + } + splice.call(array, fromIndex, 1); + } + } + return array; +} + +module.exports = basePullAll; diff --git a/docs/node_modules/lodash/_basePullAt.js b/docs/node_modules/lodash/_basePullAt.js new file mode 100644 index 0000000..c3e9e71 --- /dev/null +++ b/docs/node_modules/lodash/_basePullAt.js @@ -0,0 +1,37 @@ +var baseUnset = require('./_baseUnset'), + isIndex = require('./_isIndex'); + +/** Used for built-in method references. */ +var arrayProto = Array.prototype; + +/** Built-in value references. */ +var splice = arrayProto.splice; + +/** + * The base implementation of `_.pullAt` without support for individual + * indexes or capturing the removed elements. + * + * @private + * @param {Array} array The array to modify. + * @param {number[]} indexes The indexes of elements to remove. + * @returns {Array} Returns `array`. + */ +function basePullAt(array, indexes) { + var length = array ? indexes.length : 0, + lastIndex = length - 1; + + while (length--) { + var index = indexes[length]; + if (length == lastIndex || index !== previous) { + var previous = index; + if (isIndex(index)) { + splice.call(array, index, 1); + } else { + baseUnset(array, index); + } + } + } + return array; +} + +module.exports = basePullAt; diff --git a/docs/node_modules/lodash/_baseRandom.js b/docs/node_modules/lodash/_baseRandom.js new file mode 100644 index 0000000..94f76a7 --- /dev/null +++ b/docs/node_modules/lodash/_baseRandom.js @@ -0,0 +1,18 @@ +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeFloor = Math.floor, + nativeRandom = Math.random; + +/** + * The base implementation of `_.random` without support for returning + * floating-point numbers. + * + * @private + * @param {number} lower The lower bound. + * @param {number} upper The upper bound. + * @returns {number} Returns the random number. + */ +function baseRandom(lower, upper) { + return lower + nativeFloor(nativeRandom() * (upper - lower + 1)); +} + +module.exports = baseRandom; diff --git a/docs/node_modules/lodash/_baseRange.js b/docs/node_modules/lodash/_baseRange.js new file mode 100644 index 0000000..0fb8e41 --- /dev/null +++ b/docs/node_modules/lodash/_baseRange.js @@ -0,0 +1,28 @@ +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeCeil = Math.ceil, + nativeMax = Math.max; + +/** + * The base implementation of `_.range` and `_.rangeRight` which doesn't + * coerce arguments. + * + * @private + * @param {number} start The start of the range. + * @param {number} end The end of the range. + * @param {number} step The value to increment or decrement by. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Array} Returns the range of numbers. + */ +function baseRange(start, end, step, fromRight) { + var index = -1, + length = nativeMax(nativeCeil((end - start) / (step || 1)), 0), + result = Array(length); + + while (length--) { + result[fromRight ? length : ++index] = start; + start += step; + } + return result; +} + +module.exports = baseRange; diff --git a/docs/node_modules/lodash/_baseReduce.js b/docs/node_modules/lodash/_baseReduce.js new file mode 100644 index 0000000..5a1f8b5 --- /dev/null +++ b/docs/node_modules/lodash/_baseReduce.js @@ -0,0 +1,23 @@ +/** + * The base implementation of `_.reduce` and `_.reduceRight`, without support + * for iteratee shorthands, which iterates over `collection` using `eachFunc`. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {*} accumulator The initial value. + * @param {boolean} initAccum Specify using the first or last element of + * `collection` as the initial value. + * @param {Function} eachFunc The function to iterate over `collection`. + * @returns {*} Returns the accumulated value. + */ +function baseReduce(collection, iteratee, accumulator, initAccum, eachFunc) { + eachFunc(collection, function(value, index, collection) { + accumulator = initAccum + ? (initAccum = false, value) + : iteratee(accumulator, value, index, collection); + }); + return accumulator; +} + +module.exports = baseReduce; diff --git a/docs/node_modules/lodash/_baseRepeat.js b/docs/node_modules/lodash/_baseRepeat.js new file mode 100644 index 0000000..ee44c31 --- /dev/null +++ b/docs/node_modules/lodash/_baseRepeat.js @@ -0,0 +1,35 @@ +/** Used as references for various `Number` constants. */ +var MAX_SAFE_INTEGER = 9007199254740991; + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeFloor = Math.floor; + +/** + * The base implementation of `_.repeat` which doesn't coerce arguments. + * + * @private + * @param {string} string The string to repeat. + * @param {number} n The number of times to repeat the string. + * @returns {string} Returns the repeated string. + */ +function baseRepeat(string, n) { + var result = ''; + if (!string || n < 1 || n > MAX_SAFE_INTEGER) { + return result; + } + // Leverage the exponentiation by squaring algorithm for a faster repeat. + // See https://en.wikipedia.org/wiki/Exponentiation_by_squaring for more details. + do { + if (n % 2) { + result += string; + } + n = nativeFloor(n / 2); + if (n) { + string += string; + } + } while (n); + + return result; +} + +module.exports = baseRepeat; diff --git a/docs/node_modules/lodash/_baseRest.js b/docs/node_modules/lodash/_baseRest.js new file mode 100644 index 0000000..d0dc4bd --- /dev/null +++ b/docs/node_modules/lodash/_baseRest.js @@ -0,0 +1,17 @@ +var identity = require('./identity'), + overRest = require('./_overRest'), + setToString = require('./_setToString'); + +/** + * The base implementation of `_.rest` which doesn't validate or coerce arguments. + * + * @private + * @param {Function} func The function to apply a rest parameter to. + * @param {number} [start=func.length-1] The start position of the rest parameter. + * @returns {Function} Returns the new function. + */ +function baseRest(func, start) { + return setToString(overRest(func, start, identity), func + ''); +} + +module.exports = baseRest; diff --git a/docs/node_modules/lodash/_baseSample.js b/docs/node_modules/lodash/_baseSample.js new file mode 100644 index 0000000..58582b9 --- /dev/null +++ b/docs/node_modules/lodash/_baseSample.js @@ -0,0 +1,15 @@ +var arraySample = require('./_arraySample'), + values = require('./values'); + +/** + * The base implementation of `_.sample`. + * + * @private + * @param {Array|Object} collection The collection to sample. + * @returns {*} Returns the random element. + */ +function baseSample(collection) { + return arraySample(values(collection)); +} + +module.exports = baseSample; diff --git a/docs/node_modules/lodash/_baseSampleSize.js b/docs/node_modules/lodash/_baseSampleSize.js new file mode 100644 index 0000000..5c90ec5 --- /dev/null +++ b/docs/node_modules/lodash/_baseSampleSize.js @@ -0,0 +1,18 @@ +var baseClamp = require('./_baseClamp'), + shuffleSelf = require('./_shuffleSelf'), + values = require('./values'); + +/** + * The base implementation of `_.sampleSize` without param guards. + * + * @private + * @param {Array|Object} collection The collection to sample. + * @param {number} n The number of elements to sample. + * @returns {Array} Returns the random elements. + */ +function baseSampleSize(collection, n) { + var array = values(collection); + return shuffleSelf(array, baseClamp(n, 0, array.length)); +} + +module.exports = baseSampleSize; diff --git a/docs/node_modules/lodash/_baseSet.js b/docs/node_modules/lodash/_baseSet.js new file mode 100644 index 0000000..99f4fbf --- /dev/null +++ b/docs/node_modules/lodash/_baseSet.js @@ -0,0 +1,51 @@ +var assignValue = require('./_assignValue'), + castPath = require('./_castPath'), + isIndex = require('./_isIndex'), + isObject = require('./isObject'), + toKey = require('./_toKey'); + +/** + * The base implementation of `_.set`. + * + * @private + * @param {Object} object The object to modify. + * @param {Array|string} path The path of the property to set. + * @param {*} value The value to set. + * @param {Function} [customizer] The function to customize path creation. + * @returns {Object} Returns `object`. + */ +function baseSet(object, path, value, customizer) { + if (!isObject(object)) { + return object; + } + path = castPath(path, object); + + var index = -1, + length = path.length, + lastIndex = length - 1, + nested = object; + + while (nested != null && ++index < length) { + var key = toKey(path[index]), + newValue = value; + + if (key === '__proto__' || key === 'constructor' || key === 'prototype') { + return object; + } + + if (index != lastIndex) { + var objValue = nested[key]; + newValue = customizer ? customizer(objValue, key, nested) : undefined; + if (newValue === undefined) { + newValue = isObject(objValue) + ? objValue + : (isIndex(path[index + 1]) ? [] : {}); + } + } + assignValue(nested, key, newValue); + nested = nested[key]; + } + return object; +} + +module.exports = baseSet; diff --git a/docs/node_modules/lodash/_baseSetData.js b/docs/node_modules/lodash/_baseSetData.js new file mode 100644 index 0000000..c409947 --- /dev/null +++ b/docs/node_modules/lodash/_baseSetData.js @@ -0,0 +1,17 @@ +var identity = require('./identity'), + metaMap = require('./_metaMap'); + +/** + * The base implementation of `setData` without support for hot loop shorting. + * + * @private + * @param {Function} func The function to associate metadata with. + * @param {*} data The metadata. + * @returns {Function} Returns `func`. + */ +var baseSetData = !metaMap ? identity : function(func, data) { + metaMap.set(func, data); + return func; +}; + +module.exports = baseSetData; diff --git a/docs/node_modules/lodash/_baseSetToString.js b/docs/node_modules/lodash/_baseSetToString.js new file mode 100644 index 0000000..89eaca3 --- /dev/null +++ b/docs/node_modules/lodash/_baseSetToString.js @@ -0,0 +1,22 @@ +var constant = require('./constant'), + defineProperty = require('./_defineProperty'), + identity = require('./identity'); + +/** + * The base implementation of `setToString` without support for hot loop shorting. + * + * @private + * @param {Function} func The function to modify. + * @param {Function} string The `toString` result. + * @returns {Function} Returns `func`. + */ +var baseSetToString = !defineProperty ? identity : function(func, string) { + return defineProperty(func, 'toString', { + 'configurable': true, + 'enumerable': false, + 'value': constant(string), + 'writable': true + }); +}; + +module.exports = baseSetToString; diff --git a/docs/node_modules/lodash/_baseShuffle.js b/docs/node_modules/lodash/_baseShuffle.js new file mode 100644 index 0000000..023077a --- /dev/null +++ b/docs/node_modules/lodash/_baseShuffle.js @@ -0,0 +1,15 @@ +var shuffleSelf = require('./_shuffleSelf'), + values = require('./values'); + +/** + * The base implementation of `_.shuffle`. + * + * @private + * @param {Array|Object} collection The collection to shuffle. + * @returns {Array} Returns the new shuffled array. + */ +function baseShuffle(collection) { + return shuffleSelf(values(collection)); +} + +module.exports = baseShuffle; diff --git a/docs/node_modules/lodash/_baseSlice.js b/docs/node_modules/lodash/_baseSlice.js new file mode 100644 index 0000000..786f6c9 --- /dev/null +++ b/docs/node_modules/lodash/_baseSlice.js @@ -0,0 +1,31 @@ +/** + * The base implementation of `_.slice` without an iteratee call guard. + * + * @private + * @param {Array} array The array to slice. + * @param {number} [start=0] The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns the slice of `array`. + */ +function baseSlice(array, start, end) { + var index = -1, + length = array.length; + + if (start < 0) { + start = -start > length ? 0 : (length + start); + } + end = end > length ? length : end; + if (end < 0) { + end += length; + } + length = start > end ? 0 : ((end - start) >>> 0); + start >>>= 0; + + var result = Array(length); + while (++index < length) { + result[index] = array[index + start]; + } + return result; +} + +module.exports = baseSlice; diff --git a/docs/node_modules/lodash/_baseSome.js b/docs/node_modules/lodash/_baseSome.js new file mode 100644 index 0000000..58f3f44 --- /dev/null +++ b/docs/node_modules/lodash/_baseSome.js @@ -0,0 +1,22 @@ +var baseEach = require('./_baseEach'); + +/** + * The base implementation of `_.some` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {boolean} Returns `true` if any element passes the predicate check, + * else `false`. + */ +function baseSome(collection, predicate) { + var result; + + baseEach(collection, function(value, index, collection) { + result = predicate(value, index, collection); + return !result; + }); + return !!result; +} + +module.exports = baseSome; diff --git a/docs/node_modules/lodash/_baseSortBy.js b/docs/node_modules/lodash/_baseSortBy.js new file mode 100644 index 0000000..a25c92e --- /dev/null +++ b/docs/node_modules/lodash/_baseSortBy.js @@ -0,0 +1,21 @@ +/** + * The base implementation of `_.sortBy` which uses `comparer` to define the + * sort order of `array` and replaces criteria objects with their corresponding + * values. + * + * @private + * @param {Array} array The array to sort. + * @param {Function} comparer The function to define sort order. + * @returns {Array} Returns `array`. + */ +function baseSortBy(array, comparer) { + var length = array.length; + + array.sort(comparer); + while (length--) { + array[length] = array[length].value; + } + return array; +} + +module.exports = baseSortBy; diff --git a/docs/node_modules/lodash/_baseSortedIndex.js b/docs/node_modules/lodash/_baseSortedIndex.js new file mode 100644 index 0000000..638c366 --- /dev/null +++ b/docs/node_modules/lodash/_baseSortedIndex.js @@ -0,0 +1,42 @@ +var baseSortedIndexBy = require('./_baseSortedIndexBy'), + identity = require('./identity'), + isSymbol = require('./isSymbol'); + +/** Used as references for the maximum length and index of an array. */ +var MAX_ARRAY_LENGTH = 4294967295, + HALF_MAX_ARRAY_LENGTH = MAX_ARRAY_LENGTH >>> 1; + +/** + * The base implementation of `_.sortedIndex` and `_.sortedLastIndex` which + * performs a binary search of `array` to determine the index at which `value` + * should be inserted into `array` in order to maintain its sort order. + * + * @private + * @param {Array} array The sorted array to inspect. + * @param {*} value The value to evaluate. + * @param {boolean} [retHighest] Specify returning the highest qualified index. + * @returns {number} Returns the index at which `value` should be inserted + * into `array`. + */ +function baseSortedIndex(array, value, retHighest) { + var low = 0, + high = array == null ? low : array.length; + + if (typeof value == 'number' && value === value && high <= HALF_MAX_ARRAY_LENGTH) { + while (low < high) { + var mid = (low + high) >>> 1, + computed = array[mid]; + + if (computed !== null && !isSymbol(computed) && + (retHighest ? (computed <= value) : (computed < value))) { + low = mid + 1; + } else { + high = mid; + } + } + return high; + } + return baseSortedIndexBy(array, value, identity, retHighest); +} + +module.exports = baseSortedIndex; diff --git a/docs/node_modules/lodash/_baseSortedIndexBy.js b/docs/node_modules/lodash/_baseSortedIndexBy.js new file mode 100644 index 0000000..c247b37 --- /dev/null +++ b/docs/node_modules/lodash/_baseSortedIndexBy.js @@ -0,0 +1,67 @@ +var isSymbol = require('./isSymbol'); + +/** Used as references for the maximum length and index of an array. */ +var MAX_ARRAY_LENGTH = 4294967295, + MAX_ARRAY_INDEX = MAX_ARRAY_LENGTH - 1; + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeFloor = Math.floor, + nativeMin = Math.min; + +/** + * The base implementation of `_.sortedIndexBy` and `_.sortedLastIndexBy` + * which invokes `iteratee` for `value` and each element of `array` to compute + * their sort ranking. The iteratee is invoked with one argument; (value). + * + * @private + * @param {Array} array The sorted array to inspect. + * @param {*} value The value to evaluate. + * @param {Function} iteratee The iteratee invoked per element. + * @param {boolean} [retHighest] Specify returning the highest qualified index. + * @returns {number} Returns the index at which `value` should be inserted + * into `array`. + */ +function baseSortedIndexBy(array, value, iteratee, retHighest) { + var low = 0, + high = array == null ? 0 : array.length; + if (high === 0) { + return 0; + } + + value = iteratee(value); + var valIsNaN = value !== value, + valIsNull = value === null, + valIsSymbol = isSymbol(value), + valIsUndefined = value === undefined; + + while (low < high) { + var mid = nativeFloor((low + high) / 2), + computed = iteratee(array[mid]), + othIsDefined = computed !== undefined, + othIsNull = computed === null, + othIsReflexive = computed === computed, + othIsSymbol = isSymbol(computed); + + if (valIsNaN) { + var setLow = retHighest || othIsReflexive; + } else if (valIsUndefined) { + setLow = othIsReflexive && (retHighest || othIsDefined); + } else if (valIsNull) { + setLow = othIsReflexive && othIsDefined && (retHighest || !othIsNull); + } else if (valIsSymbol) { + setLow = othIsReflexive && othIsDefined && !othIsNull && (retHighest || !othIsSymbol); + } else if (othIsNull || othIsSymbol) { + setLow = false; + } else { + setLow = retHighest ? (computed <= value) : (computed < value); + } + if (setLow) { + low = mid + 1; + } else { + high = mid; + } + } + return nativeMin(high, MAX_ARRAY_INDEX); +} + +module.exports = baseSortedIndexBy; diff --git a/docs/node_modules/lodash/_baseSortedUniq.js b/docs/node_modules/lodash/_baseSortedUniq.js new file mode 100644 index 0000000..802159a --- /dev/null +++ b/docs/node_modules/lodash/_baseSortedUniq.js @@ -0,0 +1,30 @@ +var eq = require('./eq'); + +/** + * The base implementation of `_.sortedUniq` and `_.sortedUniqBy` without + * support for iteratee shorthands. + * + * @private + * @param {Array} array The array to inspect. + * @param {Function} [iteratee] The iteratee invoked per element. + * @returns {Array} Returns the new duplicate free array. + */ +function baseSortedUniq(array, iteratee) { + var index = -1, + length = array.length, + resIndex = 0, + result = []; + + while (++index < length) { + var value = array[index], + computed = iteratee ? iteratee(value) : value; + + if (!index || !eq(computed, seen)) { + var seen = computed; + result[resIndex++] = value === 0 ? 0 : value; + } + } + return result; +} + +module.exports = baseSortedUniq; diff --git a/docs/node_modules/lodash/_baseSum.js b/docs/node_modules/lodash/_baseSum.js new file mode 100644 index 0000000..a9e84c1 --- /dev/null +++ b/docs/node_modules/lodash/_baseSum.js @@ -0,0 +1,24 @@ +/** + * The base implementation of `_.sum` and `_.sumBy` without support for + * iteratee shorthands. + * + * @private + * @param {Array} array The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {number} Returns the sum. + */ +function baseSum(array, iteratee) { + var result, + index = -1, + length = array.length; + + while (++index < length) { + var current = iteratee(array[index]); + if (current !== undefined) { + result = result === undefined ? current : (result + current); + } + } + return result; +} + +module.exports = baseSum; diff --git a/docs/node_modules/lodash/_baseTimes.js b/docs/node_modules/lodash/_baseTimes.js new file mode 100644 index 0000000..0603fc3 --- /dev/null +++ b/docs/node_modules/lodash/_baseTimes.js @@ -0,0 +1,20 @@ +/** + * The base implementation of `_.times` without support for iteratee shorthands + * or max array length checks. + * + * @private + * @param {number} n The number of times to invoke `iteratee`. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns the array of results. + */ +function baseTimes(n, iteratee) { + var index = -1, + result = Array(n); + + while (++index < n) { + result[index] = iteratee(index); + } + return result; +} + +module.exports = baseTimes; diff --git a/docs/node_modules/lodash/_baseToNumber.js b/docs/node_modules/lodash/_baseToNumber.js new file mode 100644 index 0000000..04859f3 --- /dev/null +++ b/docs/node_modules/lodash/_baseToNumber.js @@ -0,0 +1,24 @@ +var isSymbol = require('./isSymbol'); + +/** Used as references for various `Number` constants. */ +var NAN = 0 / 0; + +/** + * The base implementation of `_.toNumber` which doesn't ensure correct + * conversions of binary, hexadecimal, or octal string values. + * + * @private + * @param {*} value The value to process. + * @returns {number} Returns the number. + */ +function baseToNumber(value) { + if (typeof value == 'number') { + return value; + } + if (isSymbol(value)) { + return NAN; + } + return +value; +} + +module.exports = baseToNumber; diff --git a/docs/node_modules/lodash/_baseToPairs.js b/docs/node_modules/lodash/_baseToPairs.js new file mode 100644 index 0000000..bff1991 --- /dev/null +++ b/docs/node_modules/lodash/_baseToPairs.js @@ -0,0 +1,18 @@ +var arrayMap = require('./_arrayMap'); + +/** + * The base implementation of `_.toPairs` and `_.toPairsIn` which creates an array + * of key-value pairs for `object` corresponding to the property names of `props`. + * + * @private + * @param {Object} object The object to query. + * @param {Array} props The property names to get values for. + * @returns {Object} Returns the key-value pairs. + */ +function baseToPairs(object, props) { + return arrayMap(props, function(key) { + return [key, object[key]]; + }); +} + +module.exports = baseToPairs; diff --git a/docs/node_modules/lodash/_baseToString.js b/docs/node_modules/lodash/_baseToString.js new file mode 100644 index 0000000..ada6ad2 --- /dev/null +++ b/docs/node_modules/lodash/_baseToString.js @@ -0,0 +1,37 @@ +var Symbol = require('./_Symbol'), + arrayMap = require('./_arrayMap'), + isArray = require('./isArray'), + isSymbol = require('./isSymbol'); + +/** Used as references for various `Number` constants. */ +var INFINITY = 1 / 0; + +/** Used to convert symbols to primitives and strings. */ +var symbolProto = Symbol ? Symbol.prototype : undefined, + symbolToString = symbolProto ? symbolProto.toString : undefined; + +/** + * The base implementation of `_.toString` which doesn't convert nullish + * values to empty strings. + * + * @private + * @param {*} value The value to process. + * @returns {string} Returns the string. + */ +function baseToString(value) { + // Exit early for strings to avoid a performance hit in some environments. + if (typeof value == 'string') { + return value; + } + if (isArray(value)) { + // Recursively convert values (susceptible to call stack limits). + return arrayMap(value, baseToString) + ''; + } + if (isSymbol(value)) { + return symbolToString ? symbolToString.call(value) : ''; + } + var result = (value + ''); + return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result; +} + +module.exports = baseToString; diff --git a/docs/node_modules/lodash/_baseTrim.js b/docs/node_modules/lodash/_baseTrim.js new file mode 100644 index 0000000..3e2797d --- /dev/null +++ b/docs/node_modules/lodash/_baseTrim.js @@ -0,0 +1,19 @@ +var trimmedEndIndex = require('./_trimmedEndIndex'); + +/** Used to match leading whitespace. */ +var reTrimStart = /^\s+/; + +/** + * The base implementation of `_.trim`. + * + * @private + * @param {string} string The string to trim. + * @returns {string} Returns the trimmed string. + */ +function baseTrim(string) { + return string + ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '') + : string; +} + +module.exports = baseTrim; diff --git a/docs/node_modules/lodash/_baseUnary.js b/docs/node_modules/lodash/_baseUnary.js new file mode 100644 index 0000000..98639e9 --- /dev/null +++ b/docs/node_modules/lodash/_baseUnary.js @@ -0,0 +1,14 @@ +/** + * The base implementation of `_.unary` without support for storing metadata. + * + * @private + * @param {Function} func The function to cap arguments for. + * @returns {Function} Returns the new capped function. + */ +function baseUnary(func) { + return function(value) { + return func(value); + }; +} + +module.exports = baseUnary; diff --git a/docs/node_modules/lodash/_baseUniq.js b/docs/node_modules/lodash/_baseUniq.js new file mode 100644 index 0000000..aea459d --- /dev/null +++ b/docs/node_modules/lodash/_baseUniq.js @@ -0,0 +1,72 @@ +var SetCache = require('./_SetCache'), + arrayIncludes = require('./_arrayIncludes'), + arrayIncludesWith = require('./_arrayIncludesWith'), + cacheHas = require('./_cacheHas'), + createSet = require('./_createSet'), + setToArray = require('./_setToArray'); + +/** Used as the size to enable large array optimizations. */ +var LARGE_ARRAY_SIZE = 200; + +/** + * The base implementation of `_.uniqBy` without support for iteratee shorthands. + * + * @private + * @param {Array} array The array to inspect. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new duplicate free array. + */ +function baseUniq(array, iteratee, comparator) { + var index = -1, + includes = arrayIncludes, + length = array.length, + isCommon = true, + result = [], + seen = result; + + if (comparator) { + isCommon = false; + includes = arrayIncludesWith; + } + else if (length >= LARGE_ARRAY_SIZE) { + var set = iteratee ? null : createSet(array); + if (set) { + return setToArray(set); + } + isCommon = false; + includes = cacheHas; + seen = new SetCache; + } + else { + seen = iteratee ? [] : result; + } + outer: + while (++index < length) { + var value = array[index], + computed = iteratee ? iteratee(value) : value; + + value = (comparator || value !== 0) ? value : 0; + if (isCommon && computed === computed) { + var seenIndex = seen.length; + while (seenIndex--) { + if (seen[seenIndex] === computed) { + continue outer; + } + } + if (iteratee) { + seen.push(computed); + } + result.push(value); + } + else if (!includes(seen, computed, comparator)) { + if (seen !== result) { + seen.push(computed); + } + result.push(value); + } + } + return result; +} + +module.exports = baseUniq; diff --git a/docs/node_modules/lodash/_baseUnset.js b/docs/node_modules/lodash/_baseUnset.js new file mode 100644 index 0000000..eefc6e3 --- /dev/null +++ b/docs/node_modules/lodash/_baseUnset.js @@ -0,0 +1,20 @@ +var castPath = require('./_castPath'), + last = require('./last'), + parent = require('./_parent'), + toKey = require('./_toKey'); + +/** + * The base implementation of `_.unset`. + * + * @private + * @param {Object} object The object to modify. + * @param {Array|string} path The property path to unset. + * @returns {boolean} Returns `true` if the property is deleted, else `false`. + */ +function baseUnset(object, path) { + path = castPath(path, object); + object = parent(object, path); + return object == null || delete object[toKey(last(path))]; +} + +module.exports = baseUnset; diff --git a/docs/node_modules/lodash/_baseUpdate.js b/docs/node_modules/lodash/_baseUpdate.js new file mode 100644 index 0000000..92a6237 --- /dev/null +++ b/docs/node_modules/lodash/_baseUpdate.js @@ -0,0 +1,18 @@ +var baseGet = require('./_baseGet'), + baseSet = require('./_baseSet'); + +/** + * The base implementation of `_.update`. + * + * @private + * @param {Object} object The object to modify. + * @param {Array|string} path The path of the property to update. + * @param {Function} updater The function to produce the updated value. + * @param {Function} [customizer] The function to customize path creation. + * @returns {Object} Returns `object`. + */ +function baseUpdate(object, path, updater, customizer) { + return baseSet(object, path, updater(baseGet(object, path)), customizer); +} + +module.exports = baseUpdate; diff --git a/docs/node_modules/lodash/_baseValues.js b/docs/node_modules/lodash/_baseValues.js new file mode 100644 index 0000000..b95faad --- /dev/null +++ b/docs/node_modules/lodash/_baseValues.js @@ -0,0 +1,19 @@ +var arrayMap = require('./_arrayMap'); + +/** + * The base implementation of `_.values` and `_.valuesIn` which creates an + * array of `object` property values corresponding to the property names + * of `props`. + * + * @private + * @param {Object} object The object to query. + * @param {Array} props The property names to get values for. + * @returns {Object} Returns the array of property values. + */ +function baseValues(object, props) { + return arrayMap(props, function(key) { + return object[key]; + }); +} + +module.exports = baseValues; diff --git a/docs/node_modules/lodash/_baseWhile.js b/docs/node_modules/lodash/_baseWhile.js new file mode 100644 index 0000000..07eac61 --- /dev/null +++ b/docs/node_modules/lodash/_baseWhile.js @@ -0,0 +1,26 @@ +var baseSlice = require('./_baseSlice'); + +/** + * The base implementation of methods like `_.dropWhile` and `_.takeWhile` + * without support for iteratee shorthands. + * + * @private + * @param {Array} array The array to query. + * @param {Function} predicate The function invoked per iteration. + * @param {boolean} [isDrop] Specify dropping elements instead of taking them. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Array} Returns the slice of `array`. + */ +function baseWhile(array, predicate, isDrop, fromRight) { + var length = array.length, + index = fromRight ? length : -1; + + while ((fromRight ? index-- : ++index < length) && + predicate(array[index], index, array)) {} + + return isDrop + ? baseSlice(array, (fromRight ? 0 : index), (fromRight ? index + 1 : length)) + : baseSlice(array, (fromRight ? index + 1 : 0), (fromRight ? length : index)); +} + +module.exports = baseWhile; diff --git a/docs/node_modules/lodash/_baseWrapperValue.js b/docs/node_modules/lodash/_baseWrapperValue.js new file mode 100644 index 0000000..443e0df --- /dev/null +++ b/docs/node_modules/lodash/_baseWrapperValue.js @@ -0,0 +1,25 @@ +var LazyWrapper = require('./_LazyWrapper'), + arrayPush = require('./_arrayPush'), + arrayReduce = require('./_arrayReduce'); + +/** + * The base implementation of `wrapperValue` which returns the result of + * performing a sequence of actions on the unwrapped `value`, where each + * successive action is supplied the return value of the previous. + * + * @private + * @param {*} value The unwrapped value. + * @param {Array} actions Actions to perform to resolve the unwrapped value. + * @returns {*} Returns the resolved value. + */ +function baseWrapperValue(value, actions) { + var result = value; + if (result instanceof LazyWrapper) { + result = result.value(); + } + return arrayReduce(actions, function(result, action) { + return action.func.apply(action.thisArg, arrayPush([result], action.args)); + }, result); +} + +module.exports = baseWrapperValue; diff --git a/docs/node_modules/lodash/_baseXor.js b/docs/node_modules/lodash/_baseXor.js new file mode 100644 index 0000000..8e69338 --- /dev/null +++ b/docs/node_modules/lodash/_baseXor.js @@ -0,0 +1,36 @@ +var baseDifference = require('./_baseDifference'), + baseFlatten = require('./_baseFlatten'), + baseUniq = require('./_baseUniq'); + +/** + * The base implementation of methods like `_.xor`, without support for + * iteratee shorthands, that accepts an array of arrays to inspect. + * + * @private + * @param {Array} arrays The arrays to inspect. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of values. + */ +function baseXor(arrays, iteratee, comparator) { + var length = arrays.length; + if (length < 2) { + return length ? baseUniq(arrays[0]) : []; + } + var index = -1, + result = Array(length); + + while (++index < length) { + var array = arrays[index], + othIndex = -1; + + while (++othIndex < length) { + if (othIndex != index) { + result[index] = baseDifference(result[index] || array, arrays[othIndex], iteratee, comparator); + } + } + } + return baseUniq(baseFlatten(result, 1), iteratee, comparator); +} + +module.exports = baseXor; diff --git a/docs/node_modules/lodash/_baseZipObject.js b/docs/node_modules/lodash/_baseZipObject.js new file mode 100644 index 0000000..401f85b --- /dev/null +++ b/docs/node_modules/lodash/_baseZipObject.js @@ -0,0 +1,23 @@ +/** + * This base implementation of `_.zipObject` which assigns values using `assignFunc`. + * + * @private + * @param {Array} props The property identifiers. + * @param {Array} values The property values. + * @param {Function} assignFunc The function to assign values. + * @returns {Object} Returns the new object. + */ +function baseZipObject(props, values, assignFunc) { + var index = -1, + length = props.length, + valsLength = values.length, + result = {}; + + while (++index < length) { + var value = index < valsLength ? values[index] : undefined; + assignFunc(result, props[index], value); + } + return result; +} + +module.exports = baseZipObject; diff --git a/docs/node_modules/lodash/_cacheHas.js b/docs/node_modules/lodash/_cacheHas.js new file mode 100644 index 0000000..2dec892 --- /dev/null +++ b/docs/node_modules/lodash/_cacheHas.js @@ -0,0 +1,13 @@ +/** + * Checks if a `cache` value for `key` exists. + * + * @private + * @param {Object} cache The cache to query. + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ +function cacheHas(cache, key) { + return cache.has(key); +} + +module.exports = cacheHas; diff --git a/docs/node_modules/lodash/_castArrayLikeObject.js b/docs/node_modules/lodash/_castArrayLikeObject.js new file mode 100644 index 0000000..92c75fa --- /dev/null +++ b/docs/node_modules/lodash/_castArrayLikeObject.js @@ -0,0 +1,14 @@ +var isArrayLikeObject = require('./isArrayLikeObject'); + +/** + * Casts `value` to an empty array if it's not an array like object. + * + * @private + * @param {*} value The value to inspect. + * @returns {Array|Object} Returns the cast array-like object. + */ +function castArrayLikeObject(value) { + return isArrayLikeObject(value) ? value : []; +} + +module.exports = castArrayLikeObject; diff --git a/docs/node_modules/lodash/_castFunction.js b/docs/node_modules/lodash/_castFunction.js new file mode 100644 index 0000000..98c91ae --- /dev/null +++ b/docs/node_modules/lodash/_castFunction.js @@ -0,0 +1,14 @@ +var identity = require('./identity'); + +/** + * Casts `value` to `identity` if it's not a function. + * + * @private + * @param {*} value The value to inspect. + * @returns {Function} Returns cast function. + */ +function castFunction(value) { + return typeof value == 'function' ? value : identity; +} + +module.exports = castFunction; diff --git a/docs/node_modules/lodash/_castPath.js b/docs/node_modules/lodash/_castPath.js new file mode 100644 index 0000000..017e4c1 --- /dev/null +++ b/docs/node_modules/lodash/_castPath.js @@ -0,0 +1,21 @@ +var isArray = require('./isArray'), + isKey = require('./_isKey'), + stringToPath = require('./_stringToPath'), + toString = require('./toString'); + +/** + * Casts `value` to a path array if it's not one. + * + * @private + * @param {*} value The value to inspect. + * @param {Object} [object] The object to query keys on. + * @returns {Array} Returns the cast property path array. + */ +function castPath(value, object) { + if (isArray(value)) { + return value; + } + return isKey(value, object) ? [value] : stringToPath(toString(value)); +} + +module.exports = castPath; diff --git a/docs/node_modules/lodash/_castRest.js b/docs/node_modules/lodash/_castRest.js new file mode 100644 index 0000000..213c66f --- /dev/null +++ b/docs/node_modules/lodash/_castRest.js @@ -0,0 +1,14 @@ +var baseRest = require('./_baseRest'); + +/** + * A `baseRest` alias which can be replaced with `identity` by module + * replacement plugins. + * + * @private + * @type {Function} + * @param {Function} func The function to apply a rest parameter to. + * @returns {Function} Returns the new function. + */ +var castRest = baseRest; + +module.exports = castRest; diff --git a/docs/node_modules/lodash/_castSlice.js b/docs/node_modules/lodash/_castSlice.js new file mode 100644 index 0000000..071faeb --- /dev/null +++ b/docs/node_modules/lodash/_castSlice.js @@ -0,0 +1,18 @@ +var baseSlice = require('./_baseSlice'); + +/** + * Casts `array` to a slice if it's needed. + * + * @private + * @param {Array} array The array to inspect. + * @param {number} start The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns the cast slice. + */ +function castSlice(array, start, end) { + var length = array.length; + end = end === undefined ? length : end; + return (!start && end >= length) ? array : baseSlice(array, start, end); +} + +module.exports = castSlice; diff --git a/docs/node_modules/lodash/_charsEndIndex.js b/docs/node_modules/lodash/_charsEndIndex.js new file mode 100644 index 0000000..07908ff --- /dev/null +++ b/docs/node_modules/lodash/_charsEndIndex.js @@ -0,0 +1,19 @@ +var baseIndexOf = require('./_baseIndexOf'); + +/** + * Used by `_.trim` and `_.trimEnd` to get the index of the last string symbol + * that is not found in the character symbols. + * + * @private + * @param {Array} strSymbols The string symbols to inspect. + * @param {Array} chrSymbols The character symbols to find. + * @returns {number} Returns the index of the last unmatched string symbol. + */ +function charsEndIndex(strSymbols, chrSymbols) { + var index = strSymbols.length; + + while (index-- && baseIndexOf(chrSymbols, strSymbols[index], 0) > -1) {} + return index; +} + +module.exports = charsEndIndex; diff --git a/docs/node_modules/lodash/_charsStartIndex.js b/docs/node_modules/lodash/_charsStartIndex.js new file mode 100644 index 0000000..b17afd2 --- /dev/null +++ b/docs/node_modules/lodash/_charsStartIndex.js @@ -0,0 +1,20 @@ +var baseIndexOf = require('./_baseIndexOf'); + +/** + * Used by `_.trim` and `_.trimStart` to get the index of the first string symbol + * that is not found in the character symbols. + * + * @private + * @param {Array} strSymbols The string symbols to inspect. + * @param {Array} chrSymbols The character symbols to find. + * @returns {number} Returns the index of the first unmatched string symbol. + */ +function charsStartIndex(strSymbols, chrSymbols) { + var index = -1, + length = strSymbols.length; + + while (++index < length && baseIndexOf(chrSymbols, strSymbols[index], 0) > -1) {} + return index; +} + +module.exports = charsStartIndex; diff --git a/docs/node_modules/lodash/_cloneArrayBuffer.js b/docs/node_modules/lodash/_cloneArrayBuffer.js new file mode 100644 index 0000000..c3d8f6e --- /dev/null +++ b/docs/node_modules/lodash/_cloneArrayBuffer.js @@ -0,0 +1,16 @@ +var Uint8Array = require('./_Uint8Array'); + +/** + * Creates a clone of `arrayBuffer`. + * + * @private + * @param {ArrayBuffer} arrayBuffer The array buffer to clone. + * @returns {ArrayBuffer} Returns the cloned array buffer. + */ +function cloneArrayBuffer(arrayBuffer) { + var result = new arrayBuffer.constructor(arrayBuffer.byteLength); + new Uint8Array(result).set(new Uint8Array(arrayBuffer)); + return result; +} + +module.exports = cloneArrayBuffer; diff --git a/docs/node_modules/lodash/_cloneBuffer.js b/docs/node_modules/lodash/_cloneBuffer.js new file mode 100644 index 0000000..27c4810 --- /dev/null +++ b/docs/node_modules/lodash/_cloneBuffer.js @@ -0,0 +1,35 @@ +var root = require('./_root'); + +/** Detect free variable `exports`. */ +var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; + +/** Detect free variable `module`. */ +var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; + +/** Detect the popular CommonJS extension `module.exports`. */ +var moduleExports = freeModule && freeModule.exports === freeExports; + +/** Built-in value references. */ +var Buffer = moduleExports ? root.Buffer : undefined, + allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined; + +/** + * Creates a clone of `buffer`. + * + * @private + * @param {Buffer} buffer The buffer to clone. + * @param {boolean} [isDeep] Specify a deep clone. + * @returns {Buffer} Returns the cloned buffer. + */ +function cloneBuffer(buffer, isDeep) { + if (isDeep) { + return buffer.slice(); + } + var length = buffer.length, + result = allocUnsafe ? allocUnsafe(length) : new buffer.constructor(length); + + buffer.copy(result); + return result; +} + +module.exports = cloneBuffer; diff --git a/docs/node_modules/lodash/_cloneDataView.js b/docs/node_modules/lodash/_cloneDataView.js new file mode 100644 index 0000000..9c9b7b0 --- /dev/null +++ b/docs/node_modules/lodash/_cloneDataView.js @@ -0,0 +1,16 @@ +var cloneArrayBuffer = require('./_cloneArrayBuffer'); + +/** + * Creates a clone of `dataView`. + * + * @private + * @param {Object} dataView The data view to clone. + * @param {boolean} [isDeep] Specify a deep clone. + * @returns {Object} Returns the cloned data view. + */ +function cloneDataView(dataView, isDeep) { + var buffer = isDeep ? cloneArrayBuffer(dataView.buffer) : dataView.buffer; + return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength); +} + +module.exports = cloneDataView; diff --git a/docs/node_modules/lodash/_cloneRegExp.js b/docs/node_modules/lodash/_cloneRegExp.js new file mode 100644 index 0000000..64a30df --- /dev/null +++ b/docs/node_modules/lodash/_cloneRegExp.js @@ -0,0 +1,17 @@ +/** Used to match `RegExp` flags from their coerced string values. */ +var reFlags = /\w*$/; + +/** + * Creates a clone of `regexp`. + * + * @private + * @param {Object} regexp The regexp to clone. + * @returns {Object} Returns the cloned regexp. + */ +function cloneRegExp(regexp) { + var result = new regexp.constructor(regexp.source, reFlags.exec(regexp)); + result.lastIndex = regexp.lastIndex; + return result; +} + +module.exports = cloneRegExp; diff --git a/docs/node_modules/lodash/_cloneSymbol.js b/docs/node_modules/lodash/_cloneSymbol.js new file mode 100644 index 0000000..bede39f --- /dev/null +++ b/docs/node_modules/lodash/_cloneSymbol.js @@ -0,0 +1,18 @@ +var Symbol = require('./_Symbol'); + +/** Used to convert symbols to primitives and strings. */ +var symbolProto = Symbol ? Symbol.prototype : undefined, + symbolValueOf = symbolProto ? symbolProto.valueOf : undefined; + +/** + * Creates a clone of the `symbol` object. + * + * @private + * @param {Object} symbol The symbol object to clone. + * @returns {Object} Returns the cloned symbol object. + */ +function cloneSymbol(symbol) { + return symbolValueOf ? Object(symbolValueOf.call(symbol)) : {}; +} + +module.exports = cloneSymbol; diff --git a/docs/node_modules/lodash/_cloneTypedArray.js b/docs/node_modules/lodash/_cloneTypedArray.js new file mode 100644 index 0000000..7aad84d --- /dev/null +++ b/docs/node_modules/lodash/_cloneTypedArray.js @@ -0,0 +1,16 @@ +var cloneArrayBuffer = require('./_cloneArrayBuffer'); + +/** + * Creates a clone of `typedArray`. + * + * @private + * @param {Object} typedArray The typed array to clone. + * @param {boolean} [isDeep] Specify a deep clone. + * @returns {Object} Returns the cloned typed array. + */ +function cloneTypedArray(typedArray, isDeep) { + var buffer = isDeep ? cloneArrayBuffer(typedArray.buffer) : typedArray.buffer; + return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length); +} + +module.exports = cloneTypedArray; diff --git a/docs/node_modules/lodash/_compareAscending.js b/docs/node_modules/lodash/_compareAscending.js new file mode 100644 index 0000000..8dc2791 --- /dev/null +++ b/docs/node_modules/lodash/_compareAscending.js @@ -0,0 +1,41 @@ +var isSymbol = require('./isSymbol'); + +/** + * Compares values to sort them in ascending order. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {number} Returns the sort order indicator for `value`. + */ +function compareAscending(value, other) { + if (value !== other) { + var valIsDefined = value !== undefined, + valIsNull = value === null, + valIsReflexive = value === value, + valIsSymbol = isSymbol(value); + + var othIsDefined = other !== undefined, + othIsNull = other === null, + othIsReflexive = other === other, + othIsSymbol = isSymbol(other); + + if ((!othIsNull && !othIsSymbol && !valIsSymbol && value > other) || + (valIsSymbol && othIsDefined && othIsReflexive && !othIsNull && !othIsSymbol) || + (valIsNull && othIsDefined && othIsReflexive) || + (!valIsDefined && othIsReflexive) || + !valIsReflexive) { + return 1; + } + if ((!valIsNull && !valIsSymbol && !othIsSymbol && value < other) || + (othIsSymbol && valIsDefined && valIsReflexive && !valIsNull && !valIsSymbol) || + (othIsNull && valIsDefined && valIsReflexive) || + (!othIsDefined && valIsReflexive) || + !othIsReflexive) { + return -1; + } + } + return 0; +} + +module.exports = compareAscending; diff --git a/docs/node_modules/lodash/_compareMultiple.js b/docs/node_modules/lodash/_compareMultiple.js new file mode 100644 index 0000000..ad61f0f --- /dev/null +++ b/docs/node_modules/lodash/_compareMultiple.js @@ -0,0 +1,44 @@ +var compareAscending = require('./_compareAscending'); + +/** + * Used by `_.orderBy` to compare multiple properties of a value to another + * and stable sort them. + * + * If `orders` is unspecified, all values are sorted in ascending order. Otherwise, + * specify an order of "desc" for descending or "asc" for ascending sort order + * of corresponding values. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {boolean[]|string[]} orders The order to sort by for each property. + * @returns {number} Returns the sort order indicator for `object`. + */ +function compareMultiple(object, other, orders) { + var index = -1, + objCriteria = object.criteria, + othCriteria = other.criteria, + length = objCriteria.length, + ordersLength = orders.length; + + while (++index < length) { + var result = compareAscending(objCriteria[index], othCriteria[index]); + if (result) { + if (index >= ordersLength) { + return result; + } + var order = orders[index]; + return result * (order == 'desc' ? -1 : 1); + } + } + // Fixes an `Array#sort` bug in the JS engine embedded in Adobe applications + // that causes it, under certain circumstances, to provide the same value for + // `object` and `other`. See https://github.com/jashkenas/underscore/pull/1247 + // for more details. + // + // This also ensures a stable sort in V8 and other engines. + // See https://bugs.chromium.org/p/v8/issues/detail?id=90 for more details. + return object.index - other.index; +} + +module.exports = compareMultiple; diff --git a/docs/node_modules/lodash/_composeArgs.js b/docs/node_modules/lodash/_composeArgs.js new file mode 100644 index 0000000..1ce40f4 --- /dev/null +++ b/docs/node_modules/lodash/_composeArgs.js @@ -0,0 +1,39 @@ +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMax = Math.max; + +/** + * Creates an array that is the composition of partially applied arguments, + * placeholders, and provided arguments into a single array of arguments. + * + * @private + * @param {Array} args The provided arguments. + * @param {Array} partials The arguments to prepend to those provided. + * @param {Array} holders The `partials` placeholder indexes. + * @params {boolean} [isCurried] Specify composing for a curried function. + * @returns {Array} Returns the new array of composed arguments. + */ +function composeArgs(args, partials, holders, isCurried) { + var argsIndex = -1, + argsLength = args.length, + holdersLength = holders.length, + leftIndex = -1, + leftLength = partials.length, + rangeLength = nativeMax(argsLength - holdersLength, 0), + result = Array(leftLength + rangeLength), + isUncurried = !isCurried; + + while (++leftIndex < leftLength) { + result[leftIndex] = partials[leftIndex]; + } + while (++argsIndex < holdersLength) { + if (isUncurried || argsIndex < argsLength) { + result[holders[argsIndex]] = args[argsIndex]; + } + } + while (rangeLength--) { + result[leftIndex++] = args[argsIndex++]; + } + return result; +} + +module.exports = composeArgs; diff --git a/docs/node_modules/lodash/_composeArgsRight.js b/docs/node_modules/lodash/_composeArgsRight.js new file mode 100644 index 0000000..8dc588d --- /dev/null +++ b/docs/node_modules/lodash/_composeArgsRight.js @@ -0,0 +1,41 @@ +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMax = Math.max; + +/** + * This function is like `composeArgs` except that the arguments composition + * is tailored for `_.partialRight`. + * + * @private + * @param {Array} args The provided arguments. + * @param {Array} partials The arguments to append to those provided. + * @param {Array} holders The `partials` placeholder indexes. + * @params {boolean} [isCurried] Specify composing for a curried function. + * @returns {Array} Returns the new array of composed arguments. + */ +function composeArgsRight(args, partials, holders, isCurried) { + var argsIndex = -1, + argsLength = args.length, + holdersIndex = -1, + holdersLength = holders.length, + rightIndex = -1, + rightLength = partials.length, + rangeLength = nativeMax(argsLength - holdersLength, 0), + result = Array(rangeLength + rightLength), + isUncurried = !isCurried; + + while (++argsIndex < rangeLength) { + result[argsIndex] = args[argsIndex]; + } + var offset = argsIndex; + while (++rightIndex < rightLength) { + result[offset + rightIndex] = partials[rightIndex]; + } + while (++holdersIndex < holdersLength) { + if (isUncurried || argsIndex < argsLength) { + result[offset + holders[holdersIndex]] = args[argsIndex++]; + } + } + return result; +} + +module.exports = composeArgsRight; diff --git a/docs/node_modules/lodash/_copyArray.js b/docs/node_modules/lodash/_copyArray.js new file mode 100644 index 0000000..cd94d5d --- /dev/null +++ b/docs/node_modules/lodash/_copyArray.js @@ -0,0 +1,20 @@ +/** + * Copies the values of `source` to `array`. + * + * @private + * @param {Array} source The array to copy values from. + * @param {Array} [array=[]] The array to copy values to. + * @returns {Array} Returns `array`. + */ +function copyArray(source, array) { + var index = -1, + length = source.length; + + array || (array = Array(length)); + while (++index < length) { + array[index] = source[index]; + } + return array; +} + +module.exports = copyArray; diff --git a/docs/node_modules/lodash/_copyObject.js b/docs/node_modules/lodash/_copyObject.js new file mode 100644 index 0000000..2f2a5c2 --- /dev/null +++ b/docs/node_modules/lodash/_copyObject.js @@ -0,0 +1,40 @@ +var assignValue = require('./_assignValue'), + baseAssignValue = require('./_baseAssignValue'); + +/** + * Copies properties of `source` to `object`. + * + * @private + * @param {Object} source The object to copy properties from. + * @param {Array} props The property identifiers to copy. + * @param {Object} [object={}] The object to copy properties to. + * @param {Function} [customizer] The function to customize copied values. + * @returns {Object} Returns `object`. + */ +function copyObject(source, props, object, customizer) { + var isNew = !object; + object || (object = {}); + + var index = -1, + length = props.length; + + while (++index < length) { + var key = props[index]; + + var newValue = customizer + ? customizer(object[key], source[key], key, object, source) + : undefined; + + if (newValue === undefined) { + newValue = source[key]; + } + if (isNew) { + baseAssignValue(object, key, newValue); + } else { + assignValue(object, key, newValue); + } + } + return object; +} + +module.exports = copyObject; diff --git a/docs/node_modules/lodash/_copySymbols.js b/docs/node_modules/lodash/_copySymbols.js new file mode 100644 index 0000000..c35944a --- /dev/null +++ b/docs/node_modules/lodash/_copySymbols.js @@ -0,0 +1,16 @@ +var copyObject = require('./_copyObject'), + getSymbols = require('./_getSymbols'); + +/** + * Copies own symbols of `source` to `object`. + * + * @private + * @param {Object} source The object to copy symbols from. + * @param {Object} [object={}] The object to copy symbols to. + * @returns {Object} Returns `object`. + */ +function copySymbols(source, object) { + return copyObject(source, getSymbols(source), object); +} + +module.exports = copySymbols; diff --git a/docs/node_modules/lodash/_copySymbolsIn.js b/docs/node_modules/lodash/_copySymbolsIn.js new file mode 100644 index 0000000..fdf20a7 --- /dev/null +++ b/docs/node_modules/lodash/_copySymbolsIn.js @@ -0,0 +1,16 @@ +var copyObject = require('./_copyObject'), + getSymbolsIn = require('./_getSymbolsIn'); + +/** + * Copies own and inherited symbols of `source` to `object`. + * + * @private + * @param {Object} source The object to copy symbols from. + * @param {Object} [object={}] The object to copy symbols to. + * @returns {Object} Returns `object`. + */ +function copySymbolsIn(source, object) { + return copyObject(source, getSymbolsIn(source), object); +} + +module.exports = copySymbolsIn; diff --git a/docs/node_modules/lodash/_coreJsData.js b/docs/node_modules/lodash/_coreJsData.js new file mode 100644 index 0000000..f8e5b4e --- /dev/null +++ b/docs/node_modules/lodash/_coreJsData.js @@ -0,0 +1,6 @@ +var root = require('./_root'); + +/** Used to detect overreaching core-js shims. */ +var coreJsData = root['__core-js_shared__']; + +module.exports = coreJsData; diff --git a/docs/node_modules/lodash/_countHolders.js b/docs/node_modules/lodash/_countHolders.js new file mode 100644 index 0000000..718fcda --- /dev/null +++ b/docs/node_modules/lodash/_countHolders.js @@ -0,0 +1,21 @@ +/** + * Gets the number of `placeholder` occurrences in `array`. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} placeholder The placeholder to search for. + * @returns {number} Returns the placeholder count. + */ +function countHolders(array, placeholder) { + var length = array.length, + result = 0; + + while (length--) { + if (array[length] === placeholder) { + ++result; + } + } + return result; +} + +module.exports = countHolders; diff --git a/docs/node_modules/lodash/_createAggregator.js b/docs/node_modules/lodash/_createAggregator.js new file mode 100644 index 0000000..0be42c4 --- /dev/null +++ b/docs/node_modules/lodash/_createAggregator.js @@ -0,0 +1,23 @@ +var arrayAggregator = require('./_arrayAggregator'), + baseAggregator = require('./_baseAggregator'), + baseIteratee = require('./_baseIteratee'), + isArray = require('./isArray'); + +/** + * Creates a function like `_.groupBy`. + * + * @private + * @param {Function} setter The function to set accumulator values. + * @param {Function} [initializer] The accumulator object initializer. + * @returns {Function} Returns the new aggregator function. + */ +function createAggregator(setter, initializer) { + return function(collection, iteratee) { + var func = isArray(collection) ? arrayAggregator : baseAggregator, + accumulator = initializer ? initializer() : {}; + + return func(collection, setter, baseIteratee(iteratee, 2), accumulator); + }; +} + +module.exports = createAggregator; diff --git a/docs/node_modules/lodash/_createAssigner.js b/docs/node_modules/lodash/_createAssigner.js new file mode 100644 index 0000000..1f904c5 --- /dev/null +++ b/docs/node_modules/lodash/_createAssigner.js @@ -0,0 +1,37 @@ +var baseRest = require('./_baseRest'), + isIterateeCall = require('./_isIterateeCall'); + +/** + * Creates a function like `_.assign`. + * + * @private + * @param {Function} assigner The function to assign values. + * @returns {Function} Returns the new assigner function. + */ +function createAssigner(assigner) { + return baseRest(function(object, sources) { + var index = -1, + length = sources.length, + customizer = length > 1 ? sources[length - 1] : undefined, + guard = length > 2 ? sources[2] : undefined; + + customizer = (assigner.length > 3 && typeof customizer == 'function') + ? (length--, customizer) + : undefined; + + if (guard && isIterateeCall(sources[0], sources[1], guard)) { + customizer = length < 3 ? undefined : customizer; + length = 1; + } + object = Object(object); + while (++index < length) { + var source = sources[index]; + if (source) { + assigner(object, source, index, customizer); + } + } + return object; + }); +} + +module.exports = createAssigner; diff --git a/docs/node_modules/lodash/_createBaseEach.js b/docs/node_modules/lodash/_createBaseEach.js new file mode 100644 index 0000000..d24fdd1 --- /dev/null +++ b/docs/node_modules/lodash/_createBaseEach.js @@ -0,0 +1,32 @@ +var isArrayLike = require('./isArrayLike'); + +/** + * Creates a `baseEach` or `baseEachRight` function. + * + * @private + * @param {Function} eachFunc The function to iterate over a collection. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Function} Returns the new base function. + */ +function createBaseEach(eachFunc, fromRight) { + return function(collection, iteratee) { + if (collection == null) { + return collection; + } + if (!isArrayLike(collection)) { + return eachFunc(collection, iteratee); + } + var length = collection.length, + index = fromRight ? length : -1, + iterable = Object(collection); + + while ((fromRight ? index-- : ++index < length)) { + if (iteratee(iterable[index], index, iterable) === false) { + break; + } + } + return collection; + }; +} + +module.exports = createBaseEach; diff --git a/docs/node_modules/lodash/_createBaseFor.js b/docs/node_modules/lodash/_createBaseFor.js new file mode 100644 index 0000000..94cbf29 --- /dev/null +++ b/docs/node_modules/lodash/_createBaseFor.js @@ -0,0 +1,25 @@ +/** + * Creates a base function for methods like `_.forIn` and `_.forOwn`. + * + * @private + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Function} Returns the new base function. + */ +function createBaseFor(fromRight) { + return function(object, iteratee, keysFunc) { + var index = -1, + iterable = Object(object), + props = keysFunc(object), + length = props.length; + + while (length--) { + var key = props[fromRight ? length : ++index]; + if (iteratee(iterable[key], key, iterable) === false) { + break; + } + } + return object; + }; +} + +module.exports = createBaseFor; diff --git a/docs/node_modules/lodash/_createBind.js b/docs/node_modules/lodash/_createBind.js new file mode 100644 index 0000000..07cb99f --- /dev/null +++ b/docs/node_modules/lodash/_createBind.js @@ -0,0 +1,28 @@ +var createCtor = require('./_createCtor'), + root = require('./_root'); + +/** Used to compose bitmasks for function metadata. */ +var WRAP_BIND_FLAG = 1; + +/** + * Creates a function that wraps `func` to invoke it with the optional `this` + * binding of `thisArg`. + * + * @private + * @param {Function} func The function to wrap. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @param {*} [thisArg] The `this` binding of `func`. + * @returns {Function} Returns the new wrapped function. + */ +function createBind(func, bitmask, thisArg) { + var isBind = bitmask & WRAP_BIND_FLAG, + Ctor = createCtor(func); + + function wrapper() { + var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func; + return fn.apply(isBind ? thisArg : this, arguments); + } + return wrapper; +} + +module.exports = createBind; diff --git a/docs/node_modules/lodash/_createCaseFirst.js b/docs/node_modules/lodash/_createCaseFirst.js new file mode 100644 index 0000000..fe8ea48 --- /dev/null +++ b/docs/node_modules/lodash/_createCaseFirst.js @@ -0,0 +1,33 @@ +var castSlice = require('./_castSlice'), + hasUnicode = require('./_hasUnicode'), + stringToArray = require('./_stringToArray'), + toString = require('./toString'); + +/** + * Creates a function like `_.lowerFirst`. + * + * @private + * @param {string} methodName The name of the `String` case method to use. + * @returns {Function} Returns the new case function. + */ +function createCaseFirst(methodName) { + return function(string) { + string = toString(string); + + var strSymbols = hasUnicode(string) + ? stringToArray(string) + : undefined; + + var chr = strSymbols + ? strSymbols[0] + : string.charAt(0); + + var trailing = strSymbols + ? castSlice(strSymbols, 1).join('') + : string.slice(1); + + return chr[methodName]() + trailing; + }; +} + +module.exports = createCaseFirst; diff --git a/docs/node_modules/lodash/_createCompounder.js b/docs/node_modules/lodash/_createCompounder.js new file mode 100644 index 0000000..8d4cee2 --- /dev/null +++ b/docs/node_modules/lodash/_createCompounder.js @@ -0,0 +1,24 @@ +var arrayReduce = require('./_arrayReduce'), + deburr = require('./deburr'), + words = require('./words'); + +/** Used to compose unicode capture groups. */ +var rsApos = "['\u2019]"; + +/** Used to match apostrophes. */ +var reApos = RegExp(rsApos, 'g'); + +/** + * Creates a function like `_.camelCase`. + * + * @private + * @param {Function} callback The function to combine each word. + * @returns {Function} Returns the new compounder function. + */ +function createCompounder(callback) { + return function(string) { + return arrayReduce(words(deburr(string).replace(reApos, '')), callback, ''); + }; +} + +module.exports = createCompounder; diff --git a/docs/node_modules/lodash/_createCtor.js b/docs/node_modules/lodash/_createCtor.js new file mode 100644 index 0000000..9047aa5 --- /dev/null +++ b/docs/node_modules/lodash/_createCtor.js @@ -0,0 +1,37 @@ +var baseCreate = require('./_baseCreate'), + isObject = require('./isObject'); + +/** + * Creates a function that produces an instance of `Ctor` regardless of + * whether it was invoked as part of a `new` expression or by `call` or `apply`. + * + * @private + * @param {Function} Ctor The constructor to wrap. + * @returns {Function} Returns the new wrapped function. + */ +function createCtor(Ctor) { + return function() { + // Use a `switch` statement to work with class constructors. See + // http://ecma-international.org/ecma-262/7.0/#sec-ecmascript-function-objects-call-thisargument-argumentslist + // for more details. + var args = arguments; + switch (args.length) { + case 0: return new Ctor; + case 1: return new Ctor(args[0]); + case 2: return new Ctor(args[0], args[1]); + case 3: return new Ctor(args[0], args[1], args[2]); + case 4: return new Ctor(args[0], args[1], args[2], args[3]); + case 5: return new Ctor(args[0], args[1], args[2], args[3], args[4]); + case 6: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5]); + case 7: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5], args[6]); + } + var thisBinding = baseCreate(Ctor.prototype), + result = Ctor.apply(thisBinding, args); + + // Mimic the constructor's `return` behavior. + // See https://es5.github.io/#x13.2.2 for more details. + return isObject(result) ? result : thisBinding; + }; +} + +module.exports = createCtor; diff --git a/docs/node_modules/lodash/_createCurry.js b/docs/node_modules/lodash/_createCurry.js new file mode 100644 index 0000000..f06c2cd --- /dev/null +++ b/docs/node_modules/lodash/_createCurry.js @@ -0,0 +1,46 @@ +var apply = require('./_apply'), + createCtor = require('./_createCtor'), + createHybrid = require('./_createHybrid'), + createRecurry = require('./_createRecurry'), + getHolder = require('./_getHolder'), + replaceHolders = require('./_replaceHolders'), + root = require('./_root'); + +/** + * Creates a function that wraps `func` to enable currying. + * + * @private + * @param {Function} func The function to wrap. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @param {number} arity The arity of `func`. + * @returns {Function} Returns the new wrapped function. + */ +function createCurry(func, bitmask, arity) { + var Ctor = createCtor(func); + + function wrapper() { + var length = arguments.length, + args = Array(length), + index = length, + placeholder = getHolder(wrapper); + + while (index--) { + args[index] = arguments[index]; + } + var holders = (length < 3 && args[0] !== placeholder && args[length - 1] !== placeholder) + ? [] + : replaceHolders(args, placeholder); + + length -= holders.length; + if (length < arity) { + return createRecurry( + func, bitmask, createHybrid, wrapper.placeholder, undefined, + args, holders, undefined, undefined, arity - length); + } + var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func; + return apply(fn, this, args); + } + return wrapper; +} + +module.exports = createCurry; diff --git a/docs/node_modules/lodash/_createFind.js b/docs/node_modules/lodash/_createFind.js new file mode 100644 index 0000000..8859ff8 --- /dev/null +++ b/docs/node_modules/lodash/_createFind.js @@ -0,0 +1,25 @@ +var baseIteratee = require('./_baseIteratee'), + isArrayLike = require('./isArrayLike'), + keys = require('./keys'); + +/** + * Creates a `_.find` or `_.findLast` function. + * + * @private + * @param {Function} findIndexFunc The function to find the collection index. + * @returns {Function} Returns the new find function. + */ +function createFind(findIndexFunc) { + return function(collection, predicate, fromIndex) { + var iterable = Object(collection); + if (!isArrayLike(collection)) { + var iteratee = baseIteratee(predicate, 3); + collection = keys(collection); + predicate = function(key) { return iteratee(iterable[key], key, iterable); }; + } + var index = findIndexFunc(collection, predicate, fromIndex); + return index > -1 ? iterable[iteratee ? collection[index] : index] : undefined; + }; +} + +module.exports = createFind; diff --git a/docs/node_modules/lodash/_createFlow.js b/docs/node_modules/lodash/_createFlow.js new file mode 100644 index 0000000..baaddbf --- /dev/null +++ b/docs/node_modules/lodash/_createFlow.js @@ -0,0 +1,78 @@ +var LodashWrapper = require('./_LodashWrapper'), + flatRest = require('./_flatRest'), + getData = require('./_getData'), + getFuncName = require('./_getFuncName'), + isArray = require('./isArray'), + isLaziable = require('./_isLaziable'); + +/** Error message constants. */ +var FUNC_ERROR_TEXT = 'Expected a function'; + +/** Used to compose bitmasks for function metadata. */ +var WRAP_CURRY_FLAG = 8, + WRAP_PARTIAL_FLAG = 32, + WRAP_ARY_FLAG = 128, + WRAP_REARG_FLAG = 256; + +/** + * Creates a `_.flow` or `_.flowRight` function. + * + * @private + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Function} Returns the new flow function. + */ +function createFlow(fromRight) { + return flatRest(function(funcs) { + var length = funcs.length, + index = length, + prereq = LodashWrapper.prototype.thru; + + if (fromRight) { + funcs.reverse(); + } + while (index--) { + var func = funcs[index]; + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + if (prereq && !wrapper && getFuncName(func) == 'wrapper') { + var wrapper = new LodashWrapper([], true); + } + } + index = wrapper ? index : length; + while (++index < length) { + func = funcs[index]; + + var funcName = getFuncName(func), + data = funcName == 'wrapper' ? getData(func) : undefined; + + if (data && isLaziable(data[0]) && + data[1] == (WRAP_ARY_FLAG | WRAP_CURRY_FLAG | WRAP_PARTIAL_FLAG | WRAP_REARG_FLAG) && + !data[4].length && data[9] == 1 + ) { + wrapper = wrapper[getFuncName(data[0])].apply(wrapper, data[3]); + } else { + wrapper = (func.length == 1 && isLaziable(func)) + ? wrapper[funcName]() + : wrapper.thru(func); + } + } + return function() { + var args = arguments, + value = args[0]; + + if (wrapper && args.length == 1 && isArray(value)) { + return wrapper.plant(value).value(); + } + var index = 0, + result = length ? funcs[index].apply(this, args) : value; + + while (++index < length) { + result = funcs[index].call(this, result); + } + return result; + }; + }); +} + +module.exports = createFlow; diff --git a/docs/node_modules/lodash/_createHybrid.js b/docs/node_modules/lodash/_createHybrid.js new file mode 100644 index 0000000..b671bd1 --- /dev/null +++ b/docs/node_modules/lodash/_createHybrid.js @@ -0,0 +1,92 @@ +var composeArgs = require('./_composeArgs'), + composeArgsRight = require('./_composeArgsRight'), + countHolders = require('./_countHolders'), + createCtor = require('./_createCtor'), + createRecurry = require('./_createRecurry'), + getHolder = require('./_getHolder'), + reorder = require('./_reorder'), + replaceHolders = require('./_replaceHolders'), + root = require('./_root'); + +/** Used to compose bitmasks for function metadata. */ +var WRAP_BIND_FLAG = 1, + WRAP_BIND_KEY_FLAG = 2, + WRAP_CURRY_FLAG = 8, + WRAP_CURRY_RIGHT_FLAG = 16, + WRAP_ARY_FLAG = 128, + WRAP_FLIP_FLAG = 512; + +/** + * Creates a function that wraps `func` to invoke it with optional `this` + * binding of `thisArg`, partial application, and currying. + * + * @private + * @param {Function|string} func The function or method name to wrap. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @param {*} [thisArg] The `this` binding of `func`. + * @param {Array} [partials] The arguments to prepend to those provided to + * the new function. + * @param {Array} [holders] The `partials` placeholder indexes. + * @param {Array} [partialsRight] The arguments to append to those provided + * to the new function. + * @param {Array} [holdersRight] The `partialsRight` placeholder indexes. + * @param {Array} [argPos] The argument positions of the new function. + * @param {number} [ary] The arity cap of `func`. + * @param {number} [arity] The arity of `func`. + * @returns {Function} Returns the new wrapped function. + */ +function createHybrid(func, bitmask, thisArg, partials, holders, partialsRight, holdersRight, argPos, ary, arity) { + var isAry = bitmask & WRAP_ARY_FLAG, + isBind = bitmask & WRAP_BIND_FLAG, + isBindKey = bitmask & WRAP_BIND_KEY_FLAG, + isCurried = bitmask & (WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG), + isFlip = bitmask & WRAP_FLIP_FLAG, + Ctor = isBindKey ? undefined : createCtor(func); + + function wrapper() { + var length = arguments.length, + args = Array(length), + index = length; + + while (index--) { + args[index] = arguments[index]; + } + if (isCurried) { + var placeholder = getHolder(wrapper), + holdersCount = countHolders(args, placeholder); + } + if (partials) { + args = composeArgs(args, partials, holders, isCurried); + } + if (partialsRight) { + args = composeArgsRight(args, partialsRight, holdersRight, isCurried); + } + length -= holdersCount; + if (isCurried && length < arity) { + var newHolders = replaceHolders(args, placeholder); + return createRecurry( + func, bitmask, createHybrid, wrapper.placeholder, thisArg, + args, newHolders, argPos, ary, arity - length + ); + } + var thisBinding = isBind ? thisArg : this, + fn = isBindKey ? thisBinding[func] : func; + + length = args.length; + if (argPos) { + args = reorder(args, argPos); + } else if (isFlip && length > 1) { + args.reverse(); + } + if (isAry && ary < length) { + args.length = ary; + } + if (this && this !== root && this instanceof wrapper) { + fn = Ctor || createCtor(fn); + } + return fn.apply(thisBinding, args); + } + return wrapper; +} + +module.exports = createHybrid; diff --git a/docs/node_modules/lodash/_createInverter.js b/docs/node_modules/lodash/_createInverter.js new file mode 100644 index 0000000..6c0c562 --- /dev/null +++ b/docs/node_modules/lodash/_createInverter.js @@ -0,0 +1,17 @@ +var baseInverter = require('./_baseInverter'); + +/** + * Creates a function like `_.invertBy`. + * + * @private + * @param {Function} setter The function to set accumulator values. + * @param {Function} toIteratee The function to resolve iteratees. + * @returns {Function} Returns the new inverter function. + */ +function createInverter(setter, toIteratee) { + return function(object, iteratee) { + return baseInverter(object, setter, toIteratee(iteratee), {}); + }; +} + +module.exports = createInverter; diff --git a/docs/node_modules/lodash/_createMathOperation.js b/docs/node_modules/lodash/_createMathOperation.js new file mode 100644 index 0000000..f1e238a --- /dev/null +++ b/docs/node_modules/lodash/_createMathOperation.js @@ -0,0 +1,38 @@ +var baseToNumber = require('./_baseToNumber'), + baseToString = require('./_baseToString'); + +/** + * Creates a function that performs a mathematical operation on two values. + * + * @private + * @param {Function} operator The function to perform the operation. + * @param {number} [defaultValue] The value used for `undefined` arguments. + * @returns {Function} Returns the new mathematical operation function. + */ +function createMathOperation(operator, defaultValue) { + return function(value, other) { + var result; + if (value === undefined && other === undefined) { + return defaultValue; + } + if (value !== undefined) { + result = value; + } + if (other !== undefined) { + if (result === undefined) { + return other; + } + if (typeof value == 'string' || typeof other == 'string') { + value = baseToString(value); + other = baseToString(other); + } else { + value = baseToNumber(value); + other = baseToNumber(other); + } + result = operator(value, other); + } + return result; + }; +} + +module.exports = createMathOperation; diff --git a/docs/node_modules/lodash/_createOver.js b/docs/node_modules/lodash/_createOver.js new file mode 100644 index 0000000..3b94551 --- /dev/null +++ b/docs/node_modules/lodash/_createOver.js @@ -0,0 +1,27 @@ +var apply = require('./_apply'), + arrayMap = require('./_arrayMap'), + baseIteratee = require('./_baseIteratee'), + baseRest = require('./_baseRest'), + baseUnary = require('./_baseUnary'), + flatRest = require('./_flatRest'); + +/** + * Creates a function like `_.over`. + * + * @private + * @param {Function} arrayFunc The function to iterate over iteratees. + * @returns {Function} Returns the new over function. + */ +function createOver(arrayFunc) { + return flatRest(function(iteratees) { + iteratees = arrayMap(iteratees, baseUnary(baseIteratee)); + return baseRest(function(args) { + var thisArg = this; + return arrayFunc(iteratees, function(iteratee) { + return apply(iteratee, thisArg, args); + }); + }); + }); +} + +module.exports = createOver; diff --git a/docs/node_modules/lodash/_createPadding.js b/docs/node_modules/lodash/_createPadding.js new file mode 100644 index 0000000..2124612 --- /dev/null +++ b/docs/node_modules/lodash/_createPadding.js @@ -0,0 +1,33 @@ +var baseRepeat = require('./_baseRepeat'), + baseToString = require('./_baseToString'), + castSlice = require('./_castSlice'), + hasUnicode = require('./_hasUnicode'), + stringSize = require('./_stringSize'), + stringToArray = require('./_stringToArray'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeCeil = Math.ceil; + +/** + * Creates the padding for `string` based on `length`. The `chars` string + * is truncated if the number of characters exceeds `length`. + * + * @private + * @param {number} length The padding length. + * @param {string} [chars=' '] The string used as padding. + * @returns {string} Returns the padding for `string`. + */ +function createPadding(length, chars) { + chars = chars === undefined ? ' ' : baseToString(chars); + + var charsLength = chars.length; + if (charsLength < 2) { + return charsLength ? baseRepeat(chars, length) : chars; + } + var result = baseRepeat(chars, nativeCeil(length / stringSize(chars))); + return hasUnicode(chars) + ? castSlice(stringToArray(result), 0, length).join('') + : result.slice(0, length); +} + +module.exports = createPadding; diff --git a/docs/node_modules/lodash/_createPartial.js b/docs/node_modules/lodash/_createPartial.js new file mode 100644 index 0000000..e16c248 --- /dev/null +++ b/docs/node_modules/lodash/_createPartial.js @@ -0,0 +1,43 @@ +var apply = require('./_apply'), + createCtor = require('./_createCtor'), + root = require('./_root'); + +/** Used to compose bitmasks for function metadata. */ +var WRAP_BIND_FLAG = 1; + +/** + * Creates a function that wraps `func` to invoke it with the `this` binding + * of `thisArg` and `partials` prepended to the arguments it receives. + * + * @private + * @param {Function} func The function to wrap. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @param {*} thisArg The `this` binding of `func`. + * @param {Array} partials The arguments to prepend to those provided to + * the new function. + * @returns {Function} Returns the new wrapped function. + */ +function createPartial(func, bitmask, thisArg, partials) { + var isBind = bitmask & WRAP_BIND_FLAG, + Ctor = createCtor(func); + + function wrapper() { + var argsIndex = -1, + argsLength = arguments.length, + leftIndex = -1, + leftLength = partials.length, + args = Array(leftLength + argsLength), + fn = (this && this !== root && this instanceof wrapper) ? Ctor : func; + + while (++leftIndex < leftLength) { + args[leftIndex] = partials[leftIndex]; + } + while (argsLength--) { + args[leftIndex++] = arguments[++argsIndex]; + } + return apply(fn, isBind ? thisArg : this, args); + } + return wrapper; +} + +module.exports = createPartial; diff --git a/docs/node_modules/lodash/_createRange.js b/docs/node_modules/lodash/_createRange.js new file mode 100644 index 0000000..9f52c77 --- /dev/null +++ b/docs/node_modules/lodash/_createRange.js @@ -0,0 +1,30 @@ +var baseRange = require('./_baseRange'), + isIterateeCall = require('./_isIterateeCall'), + toFinite = require('./toFinite'); + +/** + * Creates a `_.range` or `_.rangeRight` function. + * + * @private + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Function} Returns the new range function. + */ +function createRange(fromRight) { + return function(start, end, step) { + if (step && typeof step != 'number' && isIterateeCall(start, end, step)) { + end = step = undefined; + } + // Ensure the sign of `-0` is preserved. + start = toFinite(start); + if (end === undefined) { + end = start; + start = 0; + } else { + end = toFinite(end); + } + step = step === undefined ? (start < end ? 1 : -1) : toFinite(step); + return baseRange(start, end, step, fromRight); + }; +} + +module.exports = createRange; diff --git a/docs/node_modules/lodash/_createRecurry.js b/docs/node_modules/lodash/_createRecurry.js new file mode 100644 index 0000000..eb29fb2 --- /dev/null +++ b/docs/node_modules/lodash/_createRecurry.js @@ -0,0 +1,56 @@ +var isLaziable = require('./_isLaziable'), + setData = require('./_setData'), + setWrapToString = require('./_setWrapToString'); + +/** Used to compose bitmasks for function metadata. */ +var WRAP_BIND_FLAG = 1, + WRAP_BIND_KEY_FLAG = 2, + WRAP_CURRY_BOUND_FLAG = 4, + WRAP_CURRY_FLAG = 8, + WRAP_PARTIAL_FLAG = 32, + WRAP_PARTIAL_RIGHT_FLAG = 64; + +/** + * Creates a function that wraps `func` to continue currying. + * + * @private + * @param {Function} func The function to wrap. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @param {Function} wrapFunc The function to create the `func` wrapper. + * @param {*} placeholder The placeholder value. + * @param {*} [thisArg] The `this` binding of `func`. + * @param {Array} [partials] The arguments to prepend to those provided to + * the new function. + * @param {Array} [holders] The `partials` placeholder indexes. + * @param {Array} [argPos] The argument positions of the new function. + * @param {number} [ary] The arity cap of `func`. + * @param {number} [arity] The arity of `func`. + * @returns {Function} Returns the new wrapped function. + */ +function createRecurry(func, bitmask, wrapFunc, placeholder, thisArg, partials, holders, argPos, ary, arity) { + var isCurry = bitmask & WRAP_CURRY_FLAG, + newHolders = isCurry ? holders : undefined, + newHoldersRight = isCurry ? undefined : holders, + newPartials = isCurry ? partials : undefined, + newPartialsRight = isCurry ? undefined : partials; + + bitmask |= (isCurry ? WRAP_PARTIAL_FLAG : WRAP_PARTIAL_RIGHT_FLAG); + bitmask &= ~(isCurry ? WRAP_PARTIAL_RIGHT_FLAG : WRAP_PARTIAL_FLAG); + + if (!(bitmask & WRAP_CURRY_BOUND_FLAG)) { + bitmask &= ~(WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG); + } + var newData = [ + func, bitmask, thisArg, newPartials, newHolders, newPartialsRight, + newHoldersRight, argPos, ary, arity + ]; + + var result = wrapFunc.apply(undefined, newData); + if (isLaziable(func)) { + setData(result, newData); + } + result.placeholder = placeholder; + return setWrapToString(result, func, bitmask); +} + +module.exports = createRecurry; diff --git a/docs/node_modules/lodash/_createRelationalOperation.js b/docs/node_modules/lodash/_createRelationalOperation.js new file mode 100644 index 0000000..a17c6b5 --- /dev/null +++ b/docs/node_modules/lodash/_createRelationalOperation.js @@ -0,0 +1,20 @@ +var toNumber = require('./toNumber'); + +/** + * Creates a function that performs a relational operation on two values. + * + * @private + * @param {Function} operator The function to perform the operation. + * @returns {Function} Returns the new relational operation function. + */ +function createRelationalOperation(operator) { + return function(value, other) { + if (!(typeof value == 'string' && typeof other == 'string')) { + value = toNumber(value); + other = toNumber(other); + } + return operator(value, other); + }; +} + +module.exports = createRelationalOperation; diff --git a/docs/node_modules/lodash/_createRound.js b/docs/node_modules/lodash/_createRound.js new file mode 100644 index 0000000..88be5df --- /dev/null +++ b/docs/node_modules/lodash/_createRound.js @@ -0,0 +1,35 @@ +var root = require('./_root'), + toInteger = require('./toInteger'), + toNumber = require('./toNumber'), + toString = require('./toString'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeIsFinite = root.isFinite, + nativeMin = Math.min; + +/** + * Creates a function like `_.round`. + * + * @private + * @param {string} methodName The name of the `Math` method to use when rounding. + * @returns {Function} Returns the new round function. + */ +function createRound(methodName) { + var func = Math[methodName]; + return function(number, precision) { + number = toNumber(number); + precision = precision == null ? 0 : nativeMin(toInteger(precision), 292); + if (precision && nativeIsFinite(number)) { + // Shift with exponential notation to avoid floating-point issues. + // See [MDN](https://mdn.io/round#Examples) for more details. + var pair = (toString(number) + 'e').split('e'), + value = func(pair[0] + 'e' + (+pair[1] + precision)); + + pair = (toString(value) + 'e').split('e'); + return +(pair[0] + 'e' + (+pair[1] - precision)); + } + return func(number); + }; +} + +module.exports = createRound; diff --git a/docs/node_modules/lodash/_createSet.js b/docs/node_modules/lodash/_createSet.js new file mode 100644 index 0000000..0f644ee --- /dev/null +++ b/docs/node_modules/lodash/_createSet.js @@ -0,0 +1,19 @@ +var Set = require('./_Set'), + noop = require('./noop'), + setToArray = require('./_setToArray'); + +/** Used as references for various `Number` constants. */ +var INFINITY = 1 / 0; + +/** + * Creates a set object of `values`. + * + * @private + * @param {Array} values The values to add to the set. + * @returns {Object} Returns the new set. + */ +var createSet = !(Set && (1 / setToArray(new Set([,-0]))[1]) == INFINITY) ? noop : function(values) { + return new Set(values); +}; + +module.exports = createSet; diff --git a/docs/node_modules/lodash/_createToPairs.js b/docs/node_modules/lodash/_createToPairs.js new file mode 100644 index 0000000..568417a --- /dev/null +++ b/docs/node_modules/lodash/_createToPairs.js @@ -0,0 +1,30 @@ +var baseToPairs = require('./_baseToPairs'), + getTag = require('./_getTag'), + mapToArray = require('./_mapToArray'), + setToPairs = require('./_setToPairs'); + +/** `Object#toString` result references. */ +var mapTag = '[object Map]', + setTag = '[object Set]'; + +/** + * Creates a `_.toPairs` or `_.toPairsIn` function. + * + * @private + * @param {Function} keysFunc The function to get the keys of a given object. + * @returns {Function} Returns the new pairs function. + */ +function createToPairs(keysFunc) { + return function(object) { + var tag = getTag(object); + if (tag == mapTag) { + return mapToArray(object); + } + if (tag == setTag) { + return setToPairs(object); + } + return baseToPairs(object, keysFunc(object)); + }; +} + +module.exports = createToPairs; diff --git a/docs/node_modules/lodash/_createWrap.js b/docs/node_modules/lodash/_createWrap.js new file mode 100644 index 0000000..33f0633 --- /dev/null +++ b/docs/node_modules/lodash/_createWrap.js @@ -0,0 +1,106 @@ +var baseSetData = require('./_baseSetData'), + createBind = require('./_createBind'), + createCurry = require('./_createCurry'), + createHybrid = require('./_createHybrid'), + createPartial = require('./_createPartial'), + getData = require('./_getData'), + mergeData = require('./_mergeData'), + setData = require('./_setData'), + setWrapToString = require('./_setWrapToString'), + toInteger = require('./toInteger'); + +/** Error message constants. */ +var FUNC_ERROR_TEXT = 'Expected a function'; + +/** Used to compose bitmasks for function metadata. */ +var WRAP_BIND_FLAG = 1, + WRAP_BIND_KEY_FLAG = 2, + WRAP_CURRY_FLAG = 8, + WRAP_CURRY_RIGHT_FLAG = 16, + WRAP_PARTIAL_FLAG = 32, + WRAP_PARTIAL_RIGHT_FLAG = 64; + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMax = Math.max; + +/** + * Creates a function that either curries or invokes `func` with optional + * `this` binding and partially applied arguments. + * + * @private + * @param {Function|string} func The function or method name to wrap. + * @param {number} bitmask The bitmask flags. + * 1 - `_.bind` + * 2 - `_.bindKey` + * 4 - `_.curry` or `_.curryRight` of a bound function + * 8 - `_.curry` + * 16 - `_.curryRight` + * 32 - `_.partial` + * 64 - `_.partialRight` + * 128 - `_.rearg` + * 256 - `_.ary` + * 512 - `_.flip` + * @param {*} [thisArg] The `this` binding of `func`. + * @param {Array} [partials] The arguments to be partially applied. + * @param {Array} [holders] The `partials` placeholder indexes. + * @param {Array} [argPos] The argument positions of the new function. + * @param {number} [ary] The arity cap of `func`. + * @param {number} [arity] The arity of `func`. + * @returns {Function} Returns the new wrapped function. + */ +function createWrap(func, bitmask, thisArg, partials, holders, argPos, ary, arity) { + var isBindKey = bitmask & WRAP_BIND_KEY_FLAG; + if (!isBindKey && typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + var length = partials ? partials.length : 0; + if (!length) { + bitmask &= ~(WRAP_PARTIAL_FLAG | WRAP_PARTIAL_RIGHT_FLAG); + partials = holders = undefined; + } + ary = ary === undefined ? ary : nativeMax(toInteger(ary), 0); + arity = arity === undefined ? arity : toInteger(arity); + length -= holders ? holders.length : 0; + + if (bitmask & WRAP_PARTIAL_RIGHT_FLAG) { + var partialsRight = partials, + holdersRight = holders; + + partials = holders = undefined; + } + var data = isBindKey ? undefined : getData(func); + + var newData = [ + func, bitmask, thisArg, partials, holders, partialsRight, holdersRight, + argPos, ary, arity + ]; + + if (data) { + mergeData(newData, data); + } + func = newData[0]; + bitmask = newData[1]; + thisArg = newData[2]; + partials = newData[3]; + holders = newData[4]; + arity = newData[9] = newData[9] === undefined + ? (isBindKey ? 0 : func.length) + : nativeMax(newData[9] - length, 0); + + if (!arity && bitmask & (WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG)) { + bitmask &= ~(WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG); + } + if (!bitmask || bitmask == WRAP_BIND_FLAG) { + var result = createBind(func, bitmask, thisArg); + } else if (bitmask == WRAP_CURRY_FLAG || bitmask == WRAP_CURRY_RIGHT_FLAG) { + result = createCurry(func, bitmask, arity); + } else if ((bitmask == WRAP_PARTIAL_FLAG || bitmask == (WRAP_BIND_FLAG | WRAP_PARTIAL_FLAG)) && !holders.length) { + result = createPartial(func, bitmask, thisArg, partials); + } else { + result = createHybrid.apply(undefined, newData); + } + var setter = data ? baseSetData : setData; + return setWrapToString(setter(result, newData), func, bitmask); +} + +module.exports = createWrap; diff --git a/docs/node_modules/lodash/_customDefaultsAssignIn.js b/docs/node_modules/lodash/_customDefaultsAssignIn.js new file mode 100644 index 0000000..1f49e6f --- /dev/null +++ b/docs/node_modules/lodash/_customDefaultsAssignIn.js @@ -0,0 +1,29 @@ +var eq = require('./eq'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * Used by `_.defaults` to customize its `_.assignIn` use to assign properties + * of source objects to the destination object for all destination properties + * that resolve to `undefined`. + * + * @private + * @param {*} objValue The destination value. + * @param {*} srcValue The source value. + * @param {string} key The key of the property to assign. + * @param {Object} object The parent object of `objValue`. + * @returns {*} Returns the value to assign. + */ +function customDefaultsAssignIn(objValue, srcValue, key, object) { + if (objValue === undefined || + (eq(objValue, objectProto[key]) && !hasOwnProperty.call(object, key))) { + return srcValue; + } + return objValue; +} + +module.exports = customDefaultsAssignIn; diff --git a/docs/node_modules/lodash/_customDefaultsMerge.js b/docs/node_modules/lodash/_customDefaultsMerge.js new file mode 100644 index 0000000..4cab317 --- /dev/null +++ b/docs/node_modules/lodash/_customDefaultsMerge.js @@ -0,0 +1,28 @@ +var baseMerge = require('./_baseMerge'), + isObject = require('./isObject'); + +/** + * Used by `_.defaultsDeep` to customize its `_.merge` use to merge source + * objects into destination objects that are passed thru. + * + * @private + * @param {*} objValue The destination value. + * @param {*} srcValue The source value. + * @param {string} key The key of the property to merge. + * @param {Object} object The parent object of `objValue`. + * @param {Object} source The parent object of `srcValue`. + * @param {Object} [stack] Tracks traversed source values and their merged + * counterparts. + * @returns {*} Returns the value to assign. + */ +function customDefaultsMerge(objValue, srcValue, key, object, source, stack) { + if (isObject(objValue) && isObject(srcValue)) { + // Recursively merge objects and arrays (susceptible to call stack limits). + stack.set(srcValue, objValue); + baseMerge(objValue, srcValue, undefined, customDefaultsMerge, stack); + stack['delete'](srcValue); + } + return objValue; +} + +module.exports = customDefaultsMerge; diff --git a/docs/node_modules/lodash/_customOmitClone.js b/docs/node_modules/lodash/_customOmitClone.js new file mode 100644 index 0000000..968db2e --- /dev/null +++ b/docs/node_modules/lodash/_customOmitClone.js @@ -0,0 +1,16 @@ +var isPlainObject = require('./isPlainObject'); + +/** + * Used by `_.omit` to customize its `_.cloneDeep` use to only clone plain + * objects. + * + * @private + * @param {*} value The value to inspect. + * @param {string} key The key of the property to inspect. + * @returns {*} Returns the uncloned value or `undefined` to defer cloning to `_.cloneDeep`. + */ +function customOmitClone(value) { + return isPlainObject(value) ? undefined : value; +} + +module.exports = customOmitClone; diff --git a/docs/node_modules/lodash/_deburrLetter.js b/docs/node_modules/lodash/_deburrLetter.js new file mode 100644 index 0000000..3e531ed --- /dev/null +++ b/docs/node_modules/lodash/_deburrLetter.js @@ -0,0 +1,71 @@ +var basePropertyOf = require('./_basePropertyOf'); + +/** Used to map Latin Unicode letters to basic Latin letters. */ +var deburredLetters = { + // Latin-1 Supplement block. + '\xc0': 'A', '\xc1': 'A', '\xc2': 'A', '\xc3': 'A', '\xc4': 'A', '\xc5': 'A', + '\xe0': 'a', '\xe1': 'a', '\xe2': 'a', '\xe3': 'a', '\xe4': 'a', '\xe5': 'a', + '\xc7': 'C', '\xe7': 'c', + '\xd0': 'D', '\xf0': 'd', + '\xc8': 'E', '\xc9': 'E', '\xca': 'E', '\xcb': 'E', + '\xe8': 'e', '\xe9': 'e', '\xea': 'e', '\xeb': 'e', + '\xcc': 'I', '\xcd': 'I', '\xce': 'I', '\xcf': 'I', + '\xec': 'i', '\xed': 'i', '\xee': 'i', '\xef': 'i', + '\xd1': 'N', '\xf1': 'n', + '\xd2': 'O', '\xd3': 'O', '\xd4': 'O', '\xd5': 'O', '\xd6': 'O', '\xd8': 'O', + '\xf2': 'o', '\xf3': 'o', '\xf4': 'o', '\xf5': 'o', '\xf6': 'o', '\xf8': 'o', + '\xd9': 'U', '\xda': 'U', '\xdb': 'U', '\xdc': 'U', + '\xf9': 'u', '\xfa': 'u', '\xfb': 'u', '\xfc': 'u', + '\xdd': 'Y', '\xfd': 'y', '\xff': 'y', + '\xc6': 'Ae', '\xe6': 'ae', + '\xde': 'Th', '\xfe': 'th', + '\xdf': 'ss', + // Latin Extended-A block. + '\u0100': 'A', '\u0102': 'A', '\u0104': 'A', + '\u0101': 'a', '\u0103': 'a', '\u0105': 'a', + '\u0106': 'C', '\u0108': 'C', '\u010a': 'C', '\u010c': 'C', + '\u0107': 'c', '\u0109': 'c', '\u010b': 'c', '\u010d': 'c', + '\u010e': 'D', '\u0110': 'D', '\u010f': 'd', '\u0111': 'd', + '\u0112': 'E', '\u0114': 'E', '\u0116': 'E', '\u0118': 'E', '\u011a': 'E', + '\u0113': 'e', '\u0115': 'e', '\u0117': 'e', '\u0119': 'e', '\u011b': 'e', + '\u011c': 'G', '\u011e': 'G', '\u0120': 'G', '\u0122': 'G', + '\u011d': 'g', '\u011f': 'g', '\u0121': 'g', '\u0123': 'g', + '\u0124': 'H', '\u0126': 'H', '\u0125': 'h', '\u0127': 'h', + '\u0128': 'I', '\u012a': 'I', '\u012c': 'I', '\u012e': 'I', '\u0130': 'I', + '\u0129': 'i', '\u012b': 'i', '\u012d': 'i', '\u012f': 'i', '\u0131': 'i', + '\u0134': 'J', '\u0135': 'j', + '\u0136': 'K', '\u0137': 'k', '\u0138': 'k', + '\u0139': 'L', '\u013b': 'L', '\u013d': 'L', '\u013f': 'L', '\u0141': 'L', + '\u013a': 'l', '\u013c': 'l', '\u013e': 'l', '\u0140': 'l', '\u0142': 'l', + '\u0143': 'N', '\u0145': 'N', '\u0147': 'N', '\u014a': 'N', + '\u0144': 'n', '\u0146': 'n', '\u0148': 'n', '\u014b': 'n', + '\u014c': 'O', '\u014e': 'O', '\u0150': 'O', + '\u014d': 'o', '\u014f': 'o', '\u0151': 'o', + '\u0154': 'R', '\u0156': 'R', '\u0158': 'R', + '\u0155': 'r', '\u0157': 'r', '\u0159': 'r', + '\u015a': 'S', '\u015c': 'S', '\u015e': 'S', '\u0160': 'S', + '\u015b': 's', '\u015d': 's', '\u015f': 's', '\u0161': 's', + '\u0162': 'T', '\u0164': 'T', '\u0166': 'T', + '\u0163': 't', '\u0165': 't', '\u0167': 't', + '\u0168': 'U', '\u016a': 'U', '\u016c': 'U', '\u016e': 'U', '\u0170': 'U', '\u0172': 'U', + '\u0169': 'u', '\u016b': 'u', '\u016d': 'u', '\u016f': 'u', '\u0171': 'u', '\u0173': 'u', + '\u0174': 'W', '\u0175': 'w', + '\u0176': 'Y', '\u0177': 'y', '\u0178': 'Y', + '\u0179': 'Z', '\u017b': 'Z', '\u017d': 'Z', + '\u017a': 'z', '\u017c': 'z', '\u017e': 'z', + '\u0132': 'IJ', '\u0133': 'ij', + '\u0152': 'Oe', '\u0153': 'oe', + '\u0149': "'n", '\u017f': 's' +}; + +/** + * Used by `_.deburr` to convert Latin-1 Supplement and Latin Extended-A + * letters to basic Latin letters. + * + * @private + * @param {string} letter The matched letter to deburr. + * @returns {string} Returns the deburred letter. + */ +var deburrLetter = basePropertyOf(deburredLetters); + +module.exports = deburrLetter; diff --git a/docs/node_modules/lodash/_defineProperty.js b/docs/node_modules/lodash/_defineProperty.js new file mode 100644 index 0000000..b6116d9 --- /dev/null +++ b/docs/node_modules/lodash/_defineProperty.js @@ -0,0 +1,11 @@ +var getNative = require('./_getNative'); + +var defineProperty = (function() { + try { + var func = getNative(Object, 'defineProperty'); + func({}, '', {}); + return func; + } catch (e) {} +}()); + +module.exports = defineProperty; diff --git a/docs/node_modules/lodash/_equalArrays.js b/docs/node_modules/lodash/_equalArrays.js new file mode 100644 index 0000000..824228c --- /dev/null +++ b/docs/node_modules/lodash/_equalArrays.js @@ -0,0 +1,84 @@ +var SetCache = require('./_SetCache'), + arraySome = require('./_arraySome'), + cacheHas = require('./_cacheHas'); + +/** Used to compose bitmasks for value comparisons. */ +var COMPARE_PARTIAL_FLAG = 1, + COMPARE_UNORDERED_FLAG = 2; + +/** + * A specialized version of `baseIsEqualDeep` for arrays with support for + * partial deep comparisons. + * + * @private + * @param {Array} array The array to compare. + * @param {Array} other The other array to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `array` and `other` objects. + * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`. + */ +function equalArrays(array, other, bitmask, customizer, equalFunc, stack) { + var isPartial = bitmask & COMPARE_PARTIAL_FLAG, + arrLength = array.length, + othLength = other.length; + + if (arrLength != othLength && !(isPartial && othLength > arrLength)) { + return false; + } + // Check that cyclic values are equal. + var arrStacked = stack.get(array); + var othStacked = stack.get(other); + if (arrStacked && othStacked) { + return arrStacked == other && othStacked == array; + } + var index = -1, + result = true, + seen = (bitmask & COMPARE_UNORDERED_FLAG) ? new SetCache : undefined; + + stack.set(array, other); + stack.set(other, array); + + // Ignore non-index properties. + while (++index < arrLength) { + var arrValue = array[index], + othValue = other[index]; + + if (customizer) { + var compared = isPartial + ? customizer(othValue, arrValue, index, other, array, stack) + : customizer(arrValue, othValue, index, array, other, stack); + } + if (compared !== undefined) { + if (compared) { + continue; + } + result = false; + break; + } + // Recursively compare arrays (susceptible to call stack limits). + if (seen) { + if (!arraySome(other, function(othValue, othIndex) { + if (!cacheHas(seen, othIndex) && + (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) { + return seen.push(othIndex); + } + })) { + result = false; + break; + } + } else if (!( + arrValue === othValue || + equalFunc(arrValue, othValue, bitmask, customizer, stack) + )) { + result = false; + break; + } + } + stack['delete'](array); + stack['delete'](other); + return result; +} + +module.exports = equalArrays; diff --git a/docs/node_modules/lodash/_equalByTag.js b/docs/node_modules/lodash/_equalByTag.js new file mode 100644 index 0000000..71919e8 --- /dev/null +++ b/docs/node_modules/lodash/_equalByTag.js @@ -0,0 +1,112 @@ +var Symbol = require('./_Symbol'), + Uint8Array = require('./_Uint8Array'), + eq = require('./eq'), + equalArrays = require('./_equalArrays'), + mapToArray = require('./_mapToArray'), + setToArray = require('./_setToArray'); + +/** Used to compose bitmasks for value comparisons. */ +var COMPARE_PARTIAL_FLAG = 1, + COMPARE_UNORDERED_FLAG = 2; + +/** `Object#toString` result references. */ +var boolTag = '[object Boolean]', + dateTag = '[object Date]', + errorTag = '[object Error]', + mapTag = '[object Map]', + numberTag = '[object Number]', + regexpTag = '[object RegExp]', + setTag = '[object Set]', + stringTag = '[object String]', + symbolTag = '[object Symbol]'; + +var arrayBufferTag = '[object ArrayBuffer]', + dataViewTag = '[object DataView]'; + +/** Used to convert symbols to primitives and strings. */ +var symbolProto = Symbol ? Symbol.prototype : undefined, + symbolValueOf = symbolProto ? symbolProto.valueOf : undefined; + +/** + * A specialized version of `baseIsEqualDeep` for comparing objects of + * the same `toStringTag`. + * + * **Note:** This function only supports comparing values with tags of + * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {string} tag The `toStringTag` of the objects to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + */ +function equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) { + switch (tag) { + case dataViewTag: + if ((object.byteLength != other.byteLength) || + (object.byteOffset != other.byteOffset)) { + return false; + } + object = object.buffer; + other = other.buffer; + + case arrayBufferTag: + if ((object.byteLength != other.byteLength) || + !equalFunc(new Uint8Array(object), new Uint8Array(other))) { + return false; + } + return true; + + case boolTag: + case dateTag: + case numberTag: + // Coerce booleans to `1` or `0` and dates to milliseconds. + // Invalid dates are coerced to `NaN`. + return eq(+object, +other); + + case errorTag: + return object.name == other.name && object.message == other.message; + + case regexpTag: + case stringTag: + // Coerce regexes to strings and treat strings, primitives and objects, + // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring + // for more details. + return object == (other + ''); + + case mapTag: + var convert = mapToArray; + + case setTag: + var isPartial = bitmask & COMPARE_PARTIAL_FLAG; + convert || (convert = setToArray); + + if (object.size != other.size && !isPartial) { + return false; + } + // Assume cyclic values are equal. + var stacked = stack.get(object); + if (stacked) { + return stacked == other; + } + bitmask |= COMPARE_UNORDERED_FLAG; + + // Recursively compare objects (susceptible to call stack limits). + stack.set(object, other); + var result = equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack); + stack['delete'](object); + return result; + + case symbolTag: + if (symbolValueOf) { + return symbolValueOf.call(object) == symbolValueOf.call(other); + } + } + return false; +} + +module.exports = equalByTag; diff --git a/docs/node_modules/lodash/_equalObjects.js b/docs/node_modules/lodash/_equalObjects.js new file mode 100644 index 0000000..cdaacd2 --- /dev/null +++ b/docs/node_modules/lodash/_equalObjects.js @@ -0,0 +1,90 @@ +var getAllKeys = require('./_getAllKeys'); + +/** Used to compose bitmasks for value comparisons. */ +var COMPARE_PARTIAL_FLAG = 1; + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * A specialized version of `baseIsEqualDeep` for objects with support for + * partial deep comparisons. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + */ +function equalObjects(object, other, bitmask, customizer, equalFunc, stack) { + var isPartial = bitmask & COMPARE_PARTIAL_FLAG, + objProps = getAllKeys(object), + objLength = objProps.length, + othProps = getAllKeys(other), + othLength = othProps.length; + + if (objLength != othLength && !isPartial) { + return false; + } + var index = objLength; + while (index--) { + var key = objProps[index]; + if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) { + return false; + } + } + // Check that cyclic values are equal. + var objStacked = stack.get(object); + var othStacked = stack.get(other); + if (objStacked && othStacked) { + return objStacked == other && othStacked == object; + } + var result = true; + stack.set(object, other); + stack.set(other, object); + + var skipCtor = isPartial; + while (++index < objLength) { + key = objProps[index]; + var objValue = object[key], + othValue = other[key]; + + if (customizer) { + var compared = isPartial + ? customizer(othValue, objValue, key, other, object, stack) + : customizer(objValue, othValue, key, object, other, stack); + } + // Recursively compare objects (susceptible to call stack limits). + if (!(compared === undefined + ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack)) + : compared + )) { + result = false; + break; + } + skipCtor || (skipCtor = key == 'constructor'); + } + if (result && !skipCtor) { + var objCtor = object.constructor, + othCtor = other.constructor; + + // Non `Object` object instances with different constructors are not equal. + if (objCtor != othCtor && + ('constructor' in object && 'constructor' in other) && + !(typeof objCtor == 'function' && objCtor instanceof objCtor && + typeof othCtor == 'function' && othCtor instanceof othCtor)) { + result = false; + } + } + stack['delete'](object); + stack['delete'](other); + return result; +} + +module.exports = equalObjects; diff --git a/docs/node_modules/lodash/_escapeHtmlChar.js b/docs/node_modules/lodash/_escapeHtmlChar.js new file mode 100644 index 0000000..7ca68ee --- /dev/null +++ b/docs/node_modules/lodash/_escapeHtmlChar.js @@ -0,0 +1,21 @@ +var basePropertyOf = require('./_basePropertyOf'); + +/** Used to map characters to HTML entities. */ +var htmlEscapes = { + '&': '&', + '<': '<', + '>': '>', + '"': '"', + "'": ''' +}; + +/** + * Used by `_.escape` to convert characters to HTML entities. + * + * @private + * @param {string} chr The matched character to escape. + * @returns {string} Returns the escaped character. + */ +var escapeHtmlChar = basePropertyOf(htmlEscapes); + +module.exports = escapeHtmlChar; diff --git a/docs/node_modules/lodash/_escapeStringChar.js b/docs/node_modules/lodash/_escapeStringChar.js new file mode 100644 index 0000000..44eca96 --- /dev/null +++ b/docs/node_modules/lodash/_escapeStringChar.js @@ -0,0 +1,22 @@ +/** Used to escape characters for inclusion in compiled string literals. */ +var stringEscapes = { + '\\': '\\', + "'": "'", + '\n': 'n', + '\r': 'r', + '\u2028': 'u2028', + '\u2029': 'u2029' +}; + +/** + * Used by `_.template` to escape characters for inclusion in compiled string literals. + * + * @private + * @param {string} chr The matched character to escape. + * @returns {string} Returns the escaped character. + */ +function escapeStringChar(chr) { + return '\\' + stringEscapes[chr]; +} + +module.exports = escapeStringChar; diff --git a/docs/node_modules/lodash/_flatRest.js b/docs/node_modules/lodash/_flatRest.js new file mode 100644 index 0000000..94ab6cc --- /dev/null +++ b/docs/node_modules/lodash/_flatRest.js @@ -0,0 +1,16 @@ +var flatten = require('./flatten'), + overRest = require('./_overRest'), + setToString = require('./_setToString'); + +/** + * A specialized version of `baseRest` which flattens the rest array. + * + * @private + * @param {Function} func The function to apply a rest parameter to. + * @returns {Function} Returns the new function. + */ +function flatRest(func) { + return setToString(overRest(func, undefined, flatten), func + ''); +} + +module.exports = flatRest; diff --git a/docs/node_modules/lodash/_freeGlobal.js b/docs/node_modules/lodash/_freeGlobal.js new file mode 100644 index 0000000..bbec998 --- /dev/null +++ b/docs/node_modules/lodash/_freeGlobal.js @@ -0,0 +1,4 @@ +/** Detect free variable `global` from Node.js. */ +var freeGlobal = typeof global == 'object' && global && global.Object === Object && global; + +module.exports = freeGlobal; diff --git a/docs/node_modules/lodash/_getAllKeys.js b/docs/node_modules/lodash/_getAllKeys.js new file mode 100644 index 0000000..a9ce699 --- /dev/null +++ b/docs/node_modules/lodash/_getAllKeys.js @@ -0,0 +1,16 @@ +var baseGetAllKeys = require('./_baseGetAllKeys'), + getSymbols = require('./_getSymbols'), + keys = require('./keys'); + +/** + * Creates an array of own enumerable property names and symbols of `object`. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names and symbols. + */ +function getAllKeys(object) { + return baseGetAllKeys(object, keys, getSymbols); +} + +module.exports = getAllKeys; diff --git a/docs/node_modules/lodash/_getAllKeysIn.js b/docs/node_modules/lodash/_getAllKeysIn.js new file mode 100644 index 0000000..1b46678 --- /dev/null +++ b/docs/node_modules/lodash/_getAllKeysIn.js @@ -0,0 +1,17 @@ +var baseGetAllKeys = require('./_baseGetAllKeys'), + getSymbolsIn = require('./_getSymbolsIn'), + keysIn = require('./keysIn'); + +/** + * Creates an array of own and inherited enumerable property names and + * symbols of `object`. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names and symbols. + */ +function getAllKeysIn(object) { + return baseGetAllKeys(object, keysIn, getSymbolsIn); +} + +module.exports = getAllKeysIn; diff --git a/docs/node_modules/lodash/_getData.js b/docs/node_modules/lodash/_getData.js new file mode 100644 index 0000000..a1fe7b7 --- /dev/null +++ b/docs/node_modules/lodash/_getData.js @@ -0,0 +1,15 @@ +var metaMap = require('./_metaMap'), + noop = require('./noop'); + +/** + * Gets metadata for `func`. + * + * @private + * @param {Function} func The function to query. + * @returns {*} Returns the metadata for `func`. + */ +var getData = !metaMap ? noop : function(func) { + return metaMap.get(func); +}; + +module.exports = getData; diff --git a/docs/node_modules/lodash/_getFuncName.js b/docs/node_modules/lodash/_getFuncName.js new file mode 100644 index 0000000..21e15b3 --- /dev/null +++ b/docs/node_modules/lodash/_getFuncName.js @@ -0,0 +1,31 @@ +var realNames = require('./_realNames'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * Gets the name of `func`. + * + * @private + * @param {Function} func The function to query. + * @returns {string} Returns the function name. + */ +function getFuncName(func) { + var result = (func.name + ''), + array = realNames[result], + length = hasOwnProperty.call(realNames, result) ? array.length : 0; + + while (length--) { + var data = array[length], + otherFunc = data.func; + if (otherFunc == null || otherFunc == func) { + return data.name; + } + } + return result; +} + +module.exports = getFuncName; diff --git a/docs/node_modules/lodash/_getHolder.js b/docs/node_modules/lodash/_getHolder.js new file mode 100644 index 0000000..65e94b5 --- /dev/null +++ b/docs/node_modules/lodash/_getHolder.js @@ -0,0 +1,13 @@ +/** + * Gets the argument placeholder value for `func`. + * + * @private + * @param {Function} func The function to inspect. + * @returns {*} Returns the placeholder value. + */ +function getHolder(func) { + var object = func; + return object.placeholder; +} + +module.exports = getHolder; diff --git a/docs/node_modules/lodash/_getMapData.js b/docs/node_modules/lodash/_getMapData.js new file mode 100644 index 0000000..17f6303 --- /dev/null +++ b/docs/node_modules/lodash/_getMapData.js @@ -0,0 +1,18 @@ +var isKeyable = require('./_isKeyable'); + +/** + * Gets the data for `map`. + * + * @private + * @param {Object} map The map to query. + * @param {string} key The reference key. + * @returns {*} Returns the map data. + */ +function getMapData(map, key) { + var data = map.__data__; + return isKeyable(key) + ? data[typeof key == 'string' ? 'string' : 'hash'] + : data.map; +} + +module.exports = getMapData; diff --git a/docs/node_modules/lodash/_getMatchData.js b/docs/node_modules/lodash/_getMatchData.js new file mode 100644 index 0000000..2cc70f9 --- /dev/null +++ b/docs/node_modules/lodash/_getMatchData.js @@ -0,0 +1,24 @@ +var isStrictComparable = require('./_isStrictComparable'), + keys = require('./keys'); + +/** + * Gets the property names, values, and compare flags of `object`. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the match data of `object`. + */ +function getMatchData(object) { + var result = keys(object), + length = result.length; + + while (length--) { + var key = result[length], + value = object[key]; + + result[length] = [key, value, isStrictComparable(value)]; + } + return result; +} + +module.exports = getMatchData; diff --git a/docs/node_modules/lodash/_getNative.js b/docs/node_modules/lodash/_getNative.js new file mode 100644 index 0000000..97a622b --- /dev/null +++ b/docs/node_modules/lodash/_getNative.js @@ -0,0 +1,17 @@ +var baseIsNative = require('./_baseIsNative'), + getValue = require('./_getValue'); + +/** + * Gets the native function at `key` of `object`. + * + * @private + * @param {Object} object The object to query. + * @param {string} key The key of the method to get. + * @returns {*} Returns the function if it's native, else `undefined`. + */ +function getNative(object, key) { + var value = getValue(object, key); + return baseIsNative(value) ? value : undefined; +} + +module.exports = getNative; diff --git a/docs/node_modules/lodash/_getPrototype.js b/docs/node_modules/lodash/_getPrototype.js new file mode 100644 index 0000000..e808612 --- /dev/null +++ b/docs/node_modules/lodash/_getPrototype.js @@ -0,0 +1,6 @@ +var overArg = require('./_overArg'); + +/** Built-in value references. */ +var getPrototype = overArg(Object.getPrototypeOf, Object); + +module.exports = getPrototype; diff --git a/docs/node_modules/lodash/_getRawTag.js b/docs/node_modules/lodash/_getRawTag.js new file mode 100644 index 0000000..49a95c9 --- /dev/null +++ b/docs/node_modules/lodash/_getRawTag.js @@ -0,0 +1,46 @@ +var Symbol = require('./_Symbol'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * Used to resolve the + * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) + * of values. + */ +var nativeObjectToString = objectProto.toString; + +/** Built-in value references. */ +var symToStringTag = Symbol ? Symbol.toStringTag : undefined; + +/** + * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values. + * + * @private + * @param {*} value The value to query. + * @returns {string} Returns the raw `toStringTag`. + */ +function getRawTag(value) { + var isOwn = hasOwnProperty.call(value, symToStringTag), + tag = value[symToStringTag]; + + try { + value[symToStringTag] = undefined; + var unmasked = true; + } catch (e) {} + + var result = nativeObjectToString.call(value); + if (unmasked) { + if (isOwn) { + value[symToStringTag] = tag; + } else { + delete value[symToStringTag]; + } + } + return result; +} + +module.exports = getRawTag; diff --git a/docs/node_modules/lodash/_getSymbols.js b/docs/node_modules/lodash/_getSymbols.js new file mode 100644 index 0000000..7d6eafe --- /dev/null +++ b/docs/node_modules/lodash/_getSymbols.js @@ -0,0 +1,30 @@ +var arrayFilter = require('./_arrayFilter'), + stubArray = require('./stubArray'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Built-in value references. */ +var propertyIsEnumerable = objectProto.propertyIsEnumerable; + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeGetSymbols = Object.getOwnPropertySymbols; + +/** + * Creates an array of the own enumerable symbols of `object`. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of symbols. + */ +var getSymbols = !nativeGetSymbols ? stubArray : function(object) { + if (object == null) { + return []; + } + object = Object(object); + return arrayFilter(nativeGetSymbols(object), function(symbol) { + return propertyIsEnumerable.call(object, symbol); + }); +}; + +module.exports = getSymbols; diff --git a/docs/node_modules/lodash/_getSymbolsIn.js b/docs/node_modules/lodash/_getSymbolsIn.js new file mode 100644 index 0000000..cec0855 --- /dev/null +++ b/docs/node_modules/lodash/_getSymbolsIn.js @@ -0,0 +1,25 @@ +var arrayPush = require('./_arrayPush'), + getPrototype = require('./_getPrototype'), + getSymbols = require('./_getSymbols'), + stubArray = require('./stubArray'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeGetSymbols = Object.getOwnPropertySymbols; + +/** + * Creates an array of the own and inherited enumerable symbols of `object`. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of symbols. + */ +var getSymbolsIn = !nativeGetSymbols ? stubArray : function(object) { + var result = []; + while (object) { + arrayPush(result, getSymbols(object)); + object = getPrototype(object); + } + return result; +}; + +module.exports = getSymbolsIn; diff --git a/docs/node_modules/lodash/_getTag.js b/docs/node_modules/lodash/_getTag.js new file mode 100644 index 0000000..deaf89d --- /dev/null +++ b/docs/node_modules/lodash/_getTag.js @@ -0,0 +1,58 @@ +var DataView = require('./_DataView'), + Map = require('./_Map'), + Promise = require('./_Promise'), + Set = require('./_Set'), + WeakMap = require('./_WeakMap'), + baseGetTag = require('./_baseGetTag'), + toSource = require('./_toSource'); + +/** `Object#toString` result references. */ +var mapTag = '[object Map]', + objectTag = '[object Object]', + promiseTag = '[object Promise]', + setTag = '[object Set]', + weakMapTag = '[object WeakMap]'; + +var dataViewTag = '[object DataView]'; + +/** Used to detect maps, sets, and weakmaps. */ +var dataViewCtorString = toSource(DataView), + mapCtorString = toSource(Map), + promiseCtorString = toSource(Promise), + setCtorString = toSource(Set), + weakMapCtorString = toSource(WeakMap); + +/** + * Gets the `toStringTag` of `value`. + * + * @private + * @param {*} value The value to query. + * @returns {string} Returns the `toStringTag`. + */ +var getTag = baseGetTag; + +// Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6. +if ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) || + (Map && getTag(new Map) != mapTag) || + (Promise && getTag(Promise.resolve()) != promiseTag) || + (Set && getTag(new Set) != setTag) || + (WeakMap && getTag(new WeakMap) != weakMapTag)) { + getTag = function(value) { + var result = baseGetTag(value), + Ctor = result == objectTag ? value.constructor : undefined, + ctorString = Ctor ? toSource(Ctor) : ''; + + if (ctorString) { + switch (ctorString) { + case dataViewCtorString: return dataViewTag; + case mapCtorString: return mapTag; + case promiseCtorString: return promiseTag; + case setCtorString: return setTag; + case weakMapCtorString: return weakMapTag; + } + } + return result; + }; +} + +module.exports = getTag; diff --git a/docs/node_modules/lodash/_getValue.js b/docs/node_modules/lodash/_getValue.js new file mode 100644 index 0000000..5f7d773 --- /dev/null +++ b/docs/node_modules/lodash/_getValue.js @@ -0,0 +1,13 @@ +/** + * Gets the value at `key` of `object`. + * + * @private + * @param {Object} [object] The object to query. + * @param {string} key The key of the property to get. + * @returns {*} Returns the property value. + */ +function getValue(object, key) { + return object == null ? undefined : object[key]; +} + +module.exports = getValue; diff --git a/docs/node_modules/lodash/_getView.js b/docs/node_modules/lodash/_getView.js new file mode 100644 index 0000000..df1e5d4 --- /dev/null +++ b/docs/node_modules/lodash/_getView.js @@ -0,0 +1,33 @@ +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMax = Math.max, + nativeMin = Math.min; + +/** + * Gets the view, applying any `transforms` to the `start` and `end` positions. + * + * @private + * @param {number} start The start of the view. + * @param {number} end The end of the view. + * @param {Array} transforms The transformations to apply to the view. + * @returns {Object} Returns an object containing the `start` and `end` + * positions of the view. + */ +function getView(start, end, transforms) { + var index = -1, + length = transforms.length; + + while (++index < length) { + var data = transforms[index], + size = data.size; + + switch (data.type) { + case 'drop': start += size; break; + case 'dropRight': end -= size; break; + case 'take': end = nativeMin(end, start + size); break; + case 'takeRight': start = nativeMax(start, end - size); break; + } + } + return { 'start': start, 'end': end }; +} + +module.exports = getView; diff --git a/docs/node_modules/lodash/_getWrapDetails.js b/docs/node_modules/lodash/_getWrapDetails.js new file mode 100644 index 0000000..3bcc6e4 --- /dev/null +++ b/docs/node_modules/lodash/_getWrapDetails.js @@ -0,0 +1,17 @@ +/** Used to match wrap detail comments. */ +var reWrapDetails = /\{\n\/\* \[wrapped with (.+)\] \*/, + reSplitDetails = /,? & /; + +/** + * Extracts wrapper details from the `source` body comment. + * + * @private + * @param {string} source The source to inspect. + * @returns {Array} Returns the wrapper details. + */ +function getWrapDetails(source) { + var match = source.match(reWrapDetails); + return match ? match[1].split(reSplitDetails) : []; +} + +module.exports = getWrapDetails; diff --git a/docs/node_modules/lodash/_hasPath.js b/docs/node_modules/lodash/_hasPath.js new file mode 100644 index 0000000..93dbde1 --- /dev/null +++ b/docs/node_modules/lodash/_hasPath.js @@ -0,0 +1,39 @@ +var castPath = require('./_castPath'), + isArguments = require('./isArguments'), + isArray = require('./isArray'), + isIndex = require('./_isIndex'), + isLength = require('./isLength'), + toKey = require('./_toKey'); + +/** + * Checks if `path` exists on `object`. + * + * @private + * @param {Object} object The object to query. + * @param {Array|string} path The path to check. + * @param {Function} hasFunc The function to check properties. + * @returns {boolean} Returns `true` if `path` exists, else `false`. + */ +function hasPath(object, path, hasFunc) { + path = castPath(path, object); + + var index = -1, + length = path.length, + result = false; + + while (++index < length) { + var key = toKey(path[index]); + if (!(result = object != null && hasFunc(object, key))) { + break; + } + object = object[key]; + } + if (result || ++index != length) { + return result; + } + length = object == null ? 0 : object.length; + return !!length && isLength(length) && isIndex(key, length) && + (isArray(object) || isArguments(object)); +} + +module.exports = hasPath; diff --git a/docs/node_modules/lodash/_hasUnicode.js b/docs/node_modules/lodash/_hasUnicode.js new file mode 100644 index 0000000..cb6ca15 --- /dev/null +++ b/docs/node_modules/lodash/_hasUnicode.js @@ -0,0 +1,26 @@ +/** Used to compose unicode character classes. */ +var rsAstralRange = '\\ud800-\\udfff', + rsComboMarksRange = '\\u0300-\\u036f', + reComboHalfMarksRange = '\\ufe20-\\ufe2f', + rsComboSymbolsRange = '\\u20d0-\\u20ff', + rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange, + rsVarRange = '\\ufe0e\\ufe0f'; + +/** Used to compose unicode capture groups. */ +var rsZWJ = '\\u200d'; + +/** Used to detect strings with [zero-width joiners or code points from the astral planes](http://eev.ee/blog/2015/09/12/dark-corners-of-unicode/). */ +var reHasUnicode = RegExp('[' + rsZWJ + rsAstralRange + rsComboRange + rsVarRange + ']'); + +/** + * Checks if `string` contains Unicode symbols. + * + * @private + * @param {string} string The string to inspect. + * @returns {boolean} Returns `true` if a symbol is found, else `false`. + */ +function hasUnicode(string) { + return reHasUnicode.test(string); +} + +module.exports = hasUnicode; diff --git a/docs/node_modules/lodash/_hasUnicodeWord.js b/docs/node_modules/lodash/_hasUnicodeWord.js new file mode 100644 index 0000000..95d52c4 --- /dev/null +++ b/docs/node_modules/lodash/_hasUnicodeWord.js @@ -0,0 +1,15 @@ +/** Used to detect strings that need a more robust regexp to match words. */ +var reHasUnicodeWord = /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/; + +/** + * Checks if `string` contains a word composed of Unicode symbols. + * + * @private + * @param {string} string The string to inspect. + * @returns {boolean} Returns `true` if a word is found, else `false`. + */ +function hasUnicodeWord(string) { + return reHasUnicodeWord.test(string); +} + +module.exports = hasUnicodeWord; diff --git a/docs/node_modules/lodash/_hashClear.js b/docs/node_modules/lodash/_hashClear.js new file mode 100644 index 0000000..5d4b70c --- /dev/null +++ b/docs/node_modules/lodash/_hashClear.js @@ -0,0 +1,15 @@ +var nativeCreate = require('./_nativeCreate'); + +/** + * Removes all key-value entries from the hash. + * + * @private + * @name clear + * @memberOf Hash + */ +function hashClear() { + this.__data__ = nativeCreate ? nativeCreate(null) : {}; + this.size = 0; +} + +module.exports = hashClear; diff --git a/docs/node_modules/lodash/_hashDelete.js b/docs/node_modules/lodash/_hashDelete.js new file mode 100644 index 0000000..ea9dabf --- /dev/null +++ b/docs/node_modules/lodash/_hashDelete.js @@ -0,0 +1,17 @@ +/** + * Removes `key` and its value from the hash. + * + * @private + * @name delete + * @memberOf Hash + * @param {Object} hash The hash to modify. + * @param {string} key The key of the value to remove. + * @returns {boolean} Returns `true` if the entry was removed, else `false`. + */ +function hashDelete(key) { + var result = this.has(key) && delete this.__data__[key]; + this.size -= result ? 1 : 0; + return result; +} + +module.exports = hashDelete; diff --git a/docs/node_modules/lodash/_hashGet.js b/docs/node_modules/lodash/_hashGet.js new file mode 100644 index 0000000..1fc2f34 --- /dev/null +++ b/docs/node_modules/lodash/_hashGet.js @@ -0,0 +1,30 @@ +var nativeCreate = require('./_nativeCreate'); + +/** Used to stand-in for `undefined` hash values. */ +var HASH_UNDEFINED = '__lodash_hash_undefined__'; + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * Gets the hash value for `key`. + * + * @private + * @name get + * @memberOf Hash + * @param {string} key The key of the value to get. + * @returns {*} Returns the entry value. + */ +function hashGet(key) { + var data = this.__data__; + if (nativeCreate) { + var result = data[key]; + return result === HASH_UNDEFINED ? undefined : result; + } + return hasOwnProperty.call(data, key) ? data[key] : undefined; +} + +module.exports = hashGet; diff --git a/docs/node_modules/lodash/_hashHas.js b/docs/node_modules/lodash/_hashHas.js new file mode 100644 index 0000000..281a551 --- /dev/null +++ b/docs/node_modules/lodash/_hashHas.js @@ -0,0 +1,23 @@ +var nativeCreate = require('./_nativeCreate'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * Checks if a hash value for `key` exists. + * + * @private + * @name has + * @memberOf Hash + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ +function hashHas(key) { + var data = this.__data__; + return nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key); +} + +module.exports = hashHas; diff --git a/docs/node_modules/lodash/_hashSet.js b/docs/node_modules/lodash/_hashSet.js new file mode 100644 index 0000000..e105528 --- /dev/null +++ b/docs/node_modules/lodash/_hashSet.js @@ -0,0 +1,23 @@ +var nativeCreate = require('./_nativeCreate'); + +/** Used to stand-in for `undefined` hash values. */ +var HASH_UNDEFINED = '__lodash_hash_undefined__'; + +/** + * Sets the hash `key` to `value`. + * + * @private + * @name set + * @memberOf Hash + * @param {string} key The key of the value to set. + * @param {*} value The value to set. + * @returns {Object} Returns the hash instance. + */ +function hashSet(key, value) { + var data = this.__data__; + this.size += this.has(key) ? 0 : 1; + data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value; + return this; +} + +module.exports = hashSet; diff --git a/docs/node_modules/lodash/_initCloneArray.js b/docs/node_modules/lodash/_initCloneArray.js new file mode 100644 index 0000000..078c15a --- /dev/null +++ b/docs/node_modules/lodash/_initCloneArray.js @@ -0,0 +1,26 @@ +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * Initializes an array clone. + * + * @private + * @param {Array} array The array to clone. + * @returns {Array} Returns the initialized clone. + */ +function initCloneArray(array) { + var length = array.length, + result = new array.constructor(length); + + // Add properties assigned by `RegExp#exec`. + if (length && typeof array[0] == 'string' && hasOwnProperty.call(array, 'index')) { + result.index = array.index; + result.input = array.input; + } + return result; +} + +module.exports = initCloneArray; diff --git a/docs/node_modules/lodash/_initCloneByTag.js b/docs/node_modules/lodash/_initCloneByTag.js new file mode 100644 index 0000000..f69a008 --- /dev/null +++ b/docs/node_modules/lodash/_initCloneByTag.js @@ -0,0 +1,77 @@ +var cloneArrayBuffer = require('./_cloneArrayBuffer'), + cloneDataView = require('./_cloneDataView'), + cloneRegExp = require('./_cloneRegExp'), + cloneSymbol = require('./_cloneSymbol'), + cloneTypedArray = require('./_cloneTypedArray'); + +/** `Object#toString` result references. */ +var boolTag = '[object Boolean]', + dateTag = '[object Date]', + mapTag = '[object Map]', + numberTag = '[object Number]', + regexpTag = '[object RegExp]', + setTag = '[object Set]', + stringTag = '[object String]', + symbolTag = '[object Symbol]'; + +var arrayBufferTag = '[object ArrayBuffer]', + dataViewTag = '[object DataView]', + float32Tag = '[object Float32Array]', + float64Tag = '[object Float64Array]', + int8Tag = '[object Int8Array]', + int16Tag = '[object Int16Array]', + int32Tag = '[object Int32Array]', + uint8Tag = '[object Uint8Array]', + uint8ClampedTag = '[object Uint8ClampedArray]', + uint16Tag = '[object Uint16Array]', + uint32Tag = '[object Uint32Array]'; + +/** + * Initializes an object clone based on its `toStringTag`. + * + * **Note:** This function only supports cloning values with tags of + * `Boolean`, `Date`, `Error`, `Map`, `Number`, `RegExp`, `Set`, or `String`. + * + * @private + * @param {Object} object The object to clone. + * @param {string} tag The `toStringTag` of the object to clone. + * @param {boolean} [isDeep] Specify a deep clone. + * @returns {Object} Returns the initialized clone. + */ +function initCloneByTag(object, tag, isDeep) { + var Ctor = object.constructor; + switch (tag) { + case arrayBufferTag: + return cloneArrayBuffer(object); + + case boolTag: + case dateTag: + return new Ctor(+object); + + case dataViewTag: + return cloneDataView(object, isDeep); + + case float32Tag: case float64Tag: + case int8Tag: case int16Tag: case int32Tag: + case uint8Tag: case uint8ClampedTag: case uint16Tag: case uint32Tag: + return cloneTypedArray(object, isDeep); + + case mapTag: + return new Ctor; + + case numberTag: + case stringTag: + return new Ctor(object); + + case regexpTag: + return cloneRegExp(object); + + case setTag: + return new Ctor; + + case symbolTag: + return cloneSymbol(object); + } +} + +module.exports = initCloneByTag; diff --git a/docs/node_modules/lodash/_initCloneObject.js b/docs/node_modules/lodash/_initCloneObject.js new file mode 100644 index 0000000..5a13e64 --- /dev/null +++ b/docs/node_modules/lodash/_initCloneObject.js @@ -0,0 +1,18 @@ +var baseCreate = require('./_baseCreate'), + getPrototype = require('./_getPrototype'), + isPrototype = require('./_isPrototype'); + +/** + * Initializes an object clone. + * + * @private + * @param {Object} object The object to clone. + * @returns {Object} Returns the initialized clone. + */ +function initCloneObject(object) { + return (typeof object.constructor == 'function' && !isPrototype(object)) + ? baseCreate(getPrototype(object)) + : {}; +} + +module.exports = initCloneObject; diff --git a/docs/node_modules/lodash/_insertWrapDetails.js b/docs/node_modules/lodash/_insertWrapDetails.js new file mode 100644 index 0000000..e790808 --- /dev/null +++ b/docs/node_modules/lodash/_insertWrapDetails.js @@ -0,0 +1,23 @@ +/** Used to match wrap detail comments. */ +var reWrapComment = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/; + +/** + * Inserts wrapper `details` in a comment at the top of the `source` body. + * + * @private + * @param {string} source The source to modify. + * @returns {Array} details The details to insert. + * @returns {string} Returns the modified source. + */ +function insertWrapDetails(source, details) { + var length = details.length; + if (!length) { + return source; + } + var lastIndex = length - 1; + details[lastIndex] = (length > 1 ? '& ' : '') + details[lastIndex]; + details = details.join(length > 2 ? ', ' : ' '); + return source.replace(reWrapComment, '{\n/* [wrapped with ' + details + '] */\n'); +} + +module.exports = insertWrapDetails; diff --git a/docs/node_modules/lodash/_isFlattenable.js b/docs/node_modules/lodash/_isFlattenable.js new file mode 100644 index 0000000..4cc2c24 --- /dev/null +++ b/docs/node_modules/lodash/_isFlattenable.js @@ -0,0 +1,20 @@ +var Symbol = require('./_Symbol'), + isArguments = require('./isArguments'), + isArray = require('./isArray'); + +/** Built-in value references. */ +var spreadableSymbol = Symbol ? Symbol.isConcatSpreadable : undefined; + +/** + * Checks if `value` is a flattenable `arguments` object or array. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is flattenable, else `false`. + */ +function isFlattenable(value) { + return isArray(value) || isArguments(value) || + !!(spreadableSymbol && value && value[spreadableSymbol]); +} + +module.exports = isFlattenable; diff --git a/docs/node_modules/lodash/_isIndex.js b/docs/node_modules/lodash/_isIndex.js new file mode 100644 index 0000000..061cd39 --- /dev/null +++ b/docs/node_modules/lodash/_isIndex.js @@ -0,0 +1,25 @@ +/** Used as references for various `Number` constants. */ +var MAX_SAFE_INTEGER = 9007199254740991; + +/** Used to detect unsigned integer values. */ +var reIsUint = /^(?:0|[1-9]\d*)$/; + +/** + * Checks if `value` is a valid array-like index. + * + * @private + * @param {*} value The value to check. + * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index. + * @returns {boolean} Returns `true` if `value` is a valid index, else `false`. + */ +function isIndex(value, length) { + var type = typeof value; + length = length == null ? MAX_SAFE_INTEGER : length; + + return !!length && + (type == 'number' || + (type != 'symbol' && reIsUint.test(value))) && + (value > -1 && value % 1 == 0 && value < length); +} + +module.exports = isIndex; diff --git a/docs/node_modules/lodash/_isIterateeCall.js b/docs/node_modules/lodash/_isIterateeCall.js new file mode 100644 index 0000000..a0bb5a9 --- /dev/null +++ b/docs/node_modules/lodash/_isIterateeCall.js @@ -0,0 +1,30 @@ +var eq = require('./eq'), + isArrayLike = require('./isArrayLike'), + isIndex = require('./_isIndex'), + isObject = require('./isObject'); + +/** + * Checks if the given arguments are from an iteratee call. + * + * @private + * @param {*} value The potential iteratee value argument. + * @param {*} index The potential iteratee index or key argument. + * @param {*} object The potential iteratee object argument. + * @returns {boolean} Returns `true` if the arguments are from an iteratee call, + * else `false`. + */ +function isIterateeCall(value, index, object) { + if (!isObject(object)) { + return false; + } + var type = typeof index; + if (type == 'number' + ? (isArrayLike(object) && isIndex(index, object.length)) + : (type == 'string' && index in object) + ) { + return eq(object[index], value); + } + return false; +} + +module.exports = isIterateeCall; diff --git a/docs/node_modules/lodash/_isKey.js b/docs/node_modules/lodash/_isKey.js new file mode 100644 index 0000000..ff08b06 --- /dev/null +++ b/docs/node_modules/lodash/_isKey.js @@ -0,0 +1,29 @@ +var isArray = require('./isArray'), + isSymbol = require('./isSymbol'); + +/** Used to match property names within property paths. */ +var reIsDeepProp = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, + reIsPlainProp = /^\w*$/; + +/** + * Checks if `value` is a property name and not a property path. + * + * @private + * @param {*} value The value to check. + * @param {Object} [object] The object to query keys on. + * @returns {boolean} Returns `true` if `value` is a property name, else `false`. + */ +function isKey(value, object) { + if (isArray(value)) { + return false; + } + var type = typeof value; + if (type == 'number' || type == 'symbol' || type == 'boolean' || + value == null || isSymbol(value)) { + return true; + } + return reIsPlainProp.test(value) || !reIsDeepProp.test(value) || + (object != null && value in Object(object)); +} + +module.exports = isKey; diff --git a/docs/node_modules/lodash/_isKeyable.js b/docs/node_modules/lodash/_isKeyable.js new file mode 100644 index 0000000..39f1828 --- /dev/null +++ b/docs/node_modules/lodash/_isKeyable.js @@ -0,0 +1,15 @@ +/** + * Checks if `value` is suitable for use as unique object key. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is suitable, else `false`. + */ +function isKeyable(value) { + var type = typeof value; + return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean') + ? (value !== '__proto__') + : (value === null); +} + +module.exports = isKeyable; diff --git a/docs/node_modules/lodash/_isLaziable.js b/docs/node_modules/lodash/_isLaziable.js new file mode 100644 index 0000000..a57c4f2 --- /dev/null +++ b/docs/node_modules/lodash/_isLaziable.js @@ -0,0 +1,28 @@ +var LazyWrapper = require('./_LazyWrapper'), + getData = require('./_getData'), + getFuncName = require('./_getFuncName'), + lodash = require('./wrapperLodash'); + +/** + * Checks if `func` has a lazy counterpart. + * + * @private + * @param {Function} func The function to check. + * @returns {boolean} Returns `true` if `func` has a lazy counterpart, + * else `false`. + */ +function isLaziable(func) { + var funcName = getFuncName(func), + other = lodash[funcName]; + + if (typeof other != 'function' || !(funcName in LazyWrapper.prototype)) { + return false; + } + if (func === other) { + return true; + } + var data = getData(other); + return !!data && func === data[0]; +} + +module.exports = isLaziable; diff --git a/docs/node_modules/lodash/_isMaskable.js b/docs/node_modules/lodash/_isMaskable.js new file mode 100644 index 0000000..eb98d09 --- /dev/null +++ b/docs/node_modules/lodash/_isMaskable.js @@ -0,0 +1,14 @@ +var coreJsData = require('./_coreJsData'), + isFunction = require('./isFunction'), + stubFalse = require('./stubFalse'); + +/** + * Checks if `func` is capable of being masked. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `func` is maskable, else `false`. + */ +var isMaskable = coreJsData ? isFunction : stubFalse; + +module.exports = isMaskable; diff --git a/docs/node_modules/lodash/_isMasked.js b/docs/node_modules/lodash/_isMasked.js new file mode 100644 index 0000000..4b0f21b --- /dev/null +++ b/docs/node_modules/lodash/_isMasked.js @@ -0,0 +1,20 @@ +var coreJsData = require('./_coreJsData'); + +/** Used to detect methods masquerading as native. */ +var maskSrcKey = (function() { + var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || ''); + return uid ? ('Symbol(src)_1.' + uid) : ''; +}()); + +/** + * Checks if `func` has its source masked. + * + * @private + * @param {Function} func The function to check. + * @returns {boolean} Returns `true` if `func` is masked, else `false`. + */ +function isMasked(func) { + return !!maskSrcKey && (maskSrcKey in func); +} + +module.exports = isMasked; diff --git a/docs/node_modules/lodash/_isPrototype.js b/docs/node_modules/lodash/_isPrototype.js new file mode 100644 index 0000000..0f29498 --- /dev/null +++ b/docs/node_modules/lodash/_isPrototype.js @@ -0,0 +1,18 @@ +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** + * Checks if `value` is likely a prototype object. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a prototype, else `false`. + */ +function isPrototype(value) { + var Ctor = value && value.constructor, + proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto; + + return value === proto; +} + +module.exports = isPrototype; diff --git a/docs/node_modules/lodash/_isStrictComparable.js b/docs/node_modules/lodash/_isStrictComparable.js new file mode 100644 index 0000000..b59f40b --- /dev/null +++ b/docs/node_modules/lodash/_isStrictComparable.js @@ -0,0 +1,15 @@ +var isObject = require('./isObject'); + +/** + * Checks if `value` is suitable for strict equality comparisons, i.e. `===`. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` if suitable for strict + * equality comparisons, else `false`. + */ +function isStrictComparable(value) { + return value === value && !isObject(value); +} + +module.exports = isStrictComparable; diff --git a/docs/node_modules/lodash/_iteratorToArray.js b/docs/node_modules/lodash/_iteratorToArray.js new file mode 100644 index 0000000..4768566 --- /dev/null +++ b/docs/node_modules/lodash/_iteratorToArray.js @@ -0,0 +1,18 @@ +/** + * Converts `iterator` to an array. + * + * @private + * @param {Object} iterator The iterator to convert. + * @returns {Array} Returns the converted array. + */ +function iteratorToArray(iterator) { + var data, + result = []; + + while (!(data = iterator.next()).done) { + result.push(data.value); + } + return result; +} + +module.exports = iteratorToArray; diff --git a/docs/node_modules/lodash/_lazyClone.js b/docs/node_modules/lodash/_lazyClone.js new file mode 100644 index 0000000..d8a51f8 --- /dev/null +++ b/docs/node_modules/lodash/_lazyClone.js @@ -0,0 +1,23 @@ +var LazyWrapper = require('./_LazyWrapper'), + copyArray = require('./_copyArray'); + +/** + * Creates a clone of the lazy wrapper object. + * + * @private + * @name clone + * @memberOf LazyWrapper + * @returns {Object} Returns the cloned `LazyWrapper` object. + */ +function lazyClone() { + var result = new LazyWrapper(this.__wrapped__); + result.__actions__ = copyArray(this.__actions__); + result.__dir__ = this.__dir__; + result.__filtered__ = this.__filtered__; + result.__iteratees__ = copyArray(this.__iteratees__); + result.__takeCount__ = this.__takeCount__; + result.__views__ = copyArray(this.__views__); + return result; +} + +module.exports = lazyClone; diff --git a/docs/node_modules/lodash/_lazyReverse.js b/docs/node_modules/lodash/_lazyReverse.js new file mode 100644 index 0000000..c5b5219 --- /dev/null +++ b/docs/node_modules/lodash/_lazyReverse.js @@ -0,0 +1,23 @@ +var LazyWrapper = require('./_LazyWrapper'); + +/** + * Reverses the direction of lazy iteration. + * + * @private + * @name reverse + * @memberOf LazyWrapper + * @returns {Object} Returns the new reversed `LazyWrapper` object. + */ +function lazyReverse() { + if (this.__filtered__) { + var result = new LazyWrapper(this); + result.__dir__ = -1; + result.__filtered__ = true; + } else { + result = this.clone(); + result.__dir__ *= -1; + } + return result; +} + +module.exports = lazyReverse; diff --git a/docs/node_modules/lodash/_lazyValue.js b/docs/node_modules/lodash/_lazyValue.js new file mode 100644 index 0000000..371ca8d --- /dev/null +++ b/docs/node_modules/lodash/_lazyValue.js @@ -0,0 +1,69 @@ +var baseWrapperValue = require('./_baseWrapperValue'), + getView = require('./_getView'), + isArray = require('./isArray'); + +/** Used to indicate the type of lazy iteratees. */ +var LAZY_FILTER_FLAG = 1, + LAZY_MAP_FLAG = 2; + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMin = Math.min; + +/** + * Extracts the unwrapped value from its lazy wrapper. + * + * @private + * @name value + * @memberOf LazyWrapper + * @returns {*} Returns the unwrapped value. + */ +function lazyValue() { + var array = this.__wrapped__.value(), + dir = this.__dir__, + isArr = isArray(array), + isRight = dir < 0, + arrLength = isArr ? array.length : 0, + view = getView(0, arrLength, this.__views__), + start = view.start, + end = view.end, + length = end - start, + index = isRight ? end : (start - 1), + iteratees = this.__iteratees__, + iterLength = iteratees.length, + resIndex = 0, + takeCount = nativeMin(length, this.__takeCount__); + + if (!isArr || (!isRight && arrLength == length && takeCount == length)) { + return baseWrapperValue(array, this.__actions__); + } + var result = []; + + outer: + while (length-- && resIndex < takeCount) { + index += dir; + + var iterIndex = -1, + value = array[index]; + + while (++iterIndex < iterLength) { + var data = iteratees[iterIndex], + iteratee = data.iteratee, + type = data.type, + computed = iteratee(value); + + if (type == LAZY_MAP_FLAG) { + value = computed; + } else if (!computed) { + if (type == LAZY_FILTER_FLAG) { + continue outer; + } else { + break outer; + } + } + } + result[resIndex++] = value; + } + return result; +} + +module.exports = lazyValue; diff --git a/docs/node_modules/lodash/_listCacheClear.js b/docs/node_modules/lodash/_listCacheClear.js new file mode 100644 index 0000000..acbe39a --- /dev/null +++ b/docs/node_modules/lodash/_listCacheClear.js @@ -0,0 +1,13 @@ +/** + * Removes all key-value entries from the list cache. + * + * @private + * @name clear + * @memberOf ListCache + */ +function listCacheClear() { + this.__data__ = []; + this.size = 0; +} + +module.exports = listCacheClear; diff --git a/docs/node_modules/lodash/_listCacheDelete.js b/docs/node_modules/lodash/_listCacheDelete.js new file mode 100644 index 0000000..b1384ad --- /dev/null +++ b/docs/node_modules/lodash/_listCacheDelete.js @@ -0,0 +1,35 @@ +var assocIndexOf = require('./_assocIndexOf'); + +/** Used for built-in method references. */ +var arrayProto = Array.prototype; + +/** Built-in value references. */ +var splice = arrayProto.splice; + +/** + * Removes `key` and its value from the list cache. + * + * @private + * @name delete + * @memberOf ListCache + * @param {string} key The key of the value to remove. + * @returns {boolean} Returns `true` if the entry was removed, else `false`. + */ +function listCacheDelete(key) { + var data = this.__data__, + index = assocIndexOf(data, key); + + if (index < 0) { + return false; + } + var lastIndex = data.length - 1; + if (index == lastIndex) { + data.pop(); + } else { + splice.call(data, index, 1); + } + --this.size; + return true; +} + +module.exports = listCacheDelete; diff --git a/docs/node_modules/lodash/_listCacheGet.js b/docs/node_modules/lodash/_listCacheGet.js new file mode 100644 index 0000000..f8192fc --- /dev/null +++ b/docs/node_modules/lodash/_listCacheGet.js @@ -0,0 +1,19 @@ +var assocIndexOf = require('./_assocIndexOf'); + +/** + * Gets the list cache value for `key`. + * + * @private + * @name get + * @memberOf ListCache + * @param {string} key The key of the value to get. + * @returns {*} Returns the entry value. + */ +function listCacheGet(key) { + var data = this.__data__, + index = assocIndexOf(data, key); + + return index < 0 ? undefined : data[index][1]; +} + +module.exports = listCacheGet; diff --git a/docs/node_modules/lodash/_listCacheHas.js b/docs/node_modules/lodash/_listCacheHas.js new file mode 100644 index 0000000..2adf671 --- /dev/null +++ b/docs/node_modules/lodash/_listCacheHas.js @@ -0,0 +1,16 @@ +var assocIndexOf = require('./_assocIndexOf'); + +/** + * Checks if a list cache value for `key` exists. + * + * @private + * @name has + * @memberOf ListCache + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ +function listCacheHas(key) { + return assocIndexOf(this.__data__, key) > -1; +} + +module.exports = listCacheHas; diff --git a/docs/node_modules/lodash/_listCacheSet.js b/docs/node_modules/lodash/_listCacheSet.js new file mode 100644 index 0000000..5855c95 --- /dev/null +++ b/docs/node_modules/lodash/_listCacheSet.js @@ -0,0 +1,26 @@ +var assocIndexOf = require('./_assocIndexOf'); + +/** + * Sets the list cache `key` to `value`. + * + * @private + * @name set + * @memberOf ListCache + * @param {string} key The key of the value to set. + * @param {*} value The value to set. + * @returns {Object} Returns the list cache instance. + */ +function listCacheSet(key, value) { + var data = this.__data__, + index = assocIndexOf(data, key); + + if (index < 0) { + ++this.size; + data.push([key, value]); + } else { + data[index][1] = value; + } + return this; +} + +module.exports = listCacheSet; diff --git a/docs/node_modules/lodash/_mapCacheClear.js b/docs/node_modules/lodash/_mapCacheClear.js new file mode 100644 index 0000000..bc9ca20 --- /dev/null +++ b/docs/node_modules/lodash/_mapCacheClear.js @@ -0,0 +1,21 @@ +var Hash = require('./_Hash'), + ListCache = require('./_ListCache'), + Map = require('./_Map'); + +/** + * Removes all key-value entries from the map. + * + * @private + * @name clear + * @memberOf MapCache + */ +function mapCacheClear() { + this.size = 0; + this.__data__ = { + 'hash': new Hash, + 'map': new (Map || ListCache), + 'string': new Hash + }; +} + +module.exports = mapCacheClear; diff --git a/docs/node_modules/lodash/_mapCacheDelete.js b/docs/node_modules/lodash/_mapCacheDelete.js new file mode 100644 index 0000000..946ca3c --- /dev/null +++ b/docs/node_modules/lodash/_mapCacheDelete.js @@ -0,0 +1,18 @@ +var getMapData = require('./_getMapData'); + +/** + * Removes `key` and its value from the map. + * + * @private + * @name delete + * @memberOf MapCache + * @param {string} key The key of the value to remove. + * @returns {boolean} Returns `true` if the entry was removed, else `false`. + */ +function mapCacheDelete(key) { + var result = getMapData(this, key)['delete'](key); + this.size -= result ? 1 : 0; + return result; +} + +module.exports = mapCacheDelete; diff --git a/docs/node_modules/lodash/_mapCacheGet.js b/docs/node_modules/lodash/_mapCacheGet.js new file mode 100644 index 0000000..f29f55c --- /dev/null +++ b/docs/node_modules/lodash/_mapCacheGet.js @@ -0,0 +1,16 @@ +var getMapData = require('./_getMapData'); + +/** + * Gets the map value for `key`. + * + * @private + * @name get + * @memberOf MapCache + * @param {string} key The key of the value to get. + * @returns {*} Returns the entry value. + */ +function mapCacheGet(key) { + return getMapData(this, key).get(key); +} + +module.exports = mapCacheGet; diff --git a/docs/node_modules/lodash/_mapCacheHas.js b/docs/node_modules/lodash/_mapCacheHas.js new file mode 100644 index 0000000..a1214c0 --- /dev/null +++ b/docs/node_modules/lodash/_mapCacheHas.js @@ -0,0 +1,16 @@ +var getMapData = require('./_getMapData'); + +/** + * Checks if a map value for `key` exists. + * + * @private + * @name has + * @memberOf MapCache + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ +function mapCacheHas(key) { + return getMapData(this, key).has(key); +} + +module.exports = mapCacheHas; diff --git a/docs/node_modules/lodash/_mapCacheSet.js b/docs/node_modules/lodash/_mapCacheSet.js new file mode 100644 index 0000000..7346849 --- /dev/null +++ b/docs/node_modules/lodash/_mapCacheSet.js @@ -0,0 +1,22 @@ +var getMapData = require('./_getMapData'); + +/** + * Sets the map `key` to `value`. + * + * @private + * @name set + * @memberOf MapCache + * @param {string} key The key of the value to set. + * @param {*} value The value to set. + * @returns {Object} Returns the map cache instance. + */ +function mapCacheSet(key, value) { + var data = getMapData(this, key), + size = data.size; + + data.set(key, value); + this.size += data.size == size ? 0 : 1; + return this; +} + +module.exports = mapCacheSet; diff --git a/docs/node_modules/lodash/_mapToArray.js b/docs/node_modules/lodash/_mapToArray.js new file mode 100644 index 0000000..fe3dd53 --- /dev/null +++ b/docs/node_modules/lodash/_mapToArray.js @@ -0,0 +1,18 @@ +/** + * Converts `map` to its key-value pairs. + * + * @private + * @param {Object} map The map to convert. + * @returns {Array} Returns the key-value pairs. + */ +function mapToArray(map) { + var index = -1, + result = Array(map.size); + + map.forEach(function(value, key) { + result[++index] = [key, value]; + }); + return result; +} + +module.exports = mapToArray; diff --git a/docs/node_modules/lodash/_matchesStrictComparable.js b/docs/node_modules/lodash/_matchesStrictComparable.js new file mode 100644 index 0000000..f608af9 --- /dev/null +++ b/docs/node_modules/lodash/_matchesStrictComparable.js @@ -0,0 +1,20 @@ +/** + * A specialized version of `matchesProperty` for source values suitable + * for strict equality comparisons, i.e. `===`. + * + * @private + * @param {string} key The key of the property to get. + * @param {*} srcValue The value to match. + * @returns {Function} Returns the new spec function. + */ +function matchesStrictComparable(key, srcValue) { + return function(object) { + if (object == null) { + return false; + } + return object[key] === srcValue && + (srcValue !== undefined || (key in Object(object))); + }; +} + +module.exports = matchesStrictComparable; diff --git a/docs/node_modules/lodash/_memoizeCapped.js b/docs/node_modules/lodash/_memoizeCapped.js new file mode 100644 index 0000000..7f71c8f --- /dev/null +++ b/docs/node_modules/lodash/_memoizeCapped.js @@ -0,0 +1,26 @@ +var memoize = require('./memoize'); + +/** Used as the maximum memoize cache size. */ +var MAX_MEMOIZE_SIZE = 500; + +/** + * A specialized version of `_.memoize` which clears the memoized function's + * cache when it exceeds `MAX_MEMOIZE_SIZE`. + * + * @private + * @param {Function} func The function to have its output memoized. + * @returns {Function} Returns the new memoized function. + */ +function memoizeCapped(func) { + var result = memoize(func, function(key) { + if (cache.size === MAX_MEMOIZE_SIZE) { + cache.clear(); + } + return key; + }); + + var cache = result.cache; + return result; +} + +module.exports = memoizeCapped; diff --git a/docs/node_modules/lodash/_mergeData.js b/docs/node_modules/lodash/_mergeData.js new file mode 100644 index 0000000..cb570f9 --- /dev/null +++ b/docs/node_modules/lodash/_mergeData.js @@ -0,0 +1,90 @@ +var composeArgs = require('./_composeArgs'), + composeArgsRight = require('./_composeArgsRight'), + replaceHolders = require('./_replaceHolders'); + +/** Used as the internal argument placeholder. */ +var PLACEHOLDER = '__lodash_placeholder__'; + +/** Used to compose bitmasks for function metadata. */ +var WRAP_BIND_FLAG = 1, + WRAP_BIND_KEY_FLAG = 2, + WRAP_CURRY_BOUND_FLAG = 4, + WRAP_CURRY_FLAG = 8, + WRAP_ARY_FLAG = 128, + WRAP_REARG_FLAG = 256; + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMin = Math.min; + +/** + * Merges the function metadata of `source` into `data`. + * + * Merging metadata reduces the number of wrappers used to invoke a function. + * This is possible because methods like `_.bind`, `_.curry`, and `_.partial` + * may be applied regardless of execution order. Methods like `_.ary` and + * `_.rearg` modify function arguments, making the order in which they are + * executed important, preventing the merging of metadata. However, we make + * an exception for a safe combined case where curried functions have `_.ary` + * and or `_.rearg` applied. + * + * @private + * @param {Array} data The destination metadata. + * @param {Array} source The source metadata. + * @returns {Array} Returns `data`. + */ +function mergeData(data, source) { + var bitmask = data[1], + srcBitmask = source[1], + newBitmask = bitmask | srcBitmask, + isCommon = newBitmask < (WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG | WRAP_ARY_FLAG); + + var isCombo = + ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_CURRY_FLAG)) || + ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_REARG_FLAG) && (data[7].length <= source[8])) || + ((srcBitmask == (WRAP_ARY_FLAG | WRAP_REARG_FLAG)) && (source[7].length <= source[8]) && (bitmask == WRAP_CURRY_FLAG)); + + // Exit early if metadata can't be merged. + if (!(isCommon || isCombo)) { + return data; + } + // Use source `thisArg` if available. + if (srcBitmask & WRAP_BIND_FLAG) { + data[2] = source[2]; + // Set when currying a bound function. + newBitmask |= bitmask & WRAP_BIND_FLAG ? 0 : WRAP_CURRY_BOUND_FLAG; + } + // Compose partial arguments. + var value = source[3]; + if (value) { + var partials = data[3]; + data[3] = partials ? composeArgs(partials, value, source[4]) : value; + data[4] = partials ? replaceHolders(data[3], PLACEHOLDER) : source[4]; + } + // Compose partial right arguments. + value = source[5]; + if (value) { + partials = data[5]; + data[5] = partials ? composeArgsRight(partials, value, source[6]) : value; + data[6] = partials ? replaceHolders(data[5], PLACEHOLDER) : source[6]; + } + // Use source `argPos` if available. + value = source[7]; + if (value) { + data[7] = value; + } + // Use source `ary` if it's smaller. + if (srcBitmask & WRAP_ARY_FLAG) { + data[8] = data[8] == null ? source[8] : nativeMin(data[8], source[8]); + } + // Use source `arity` if one is not provided. + if (data[9] == null) { + data[9] = source[9]; + } + // Use source `func` and merge bitmasks. + data[0] = source[0]; + data[1] = newBitmask; + + return data; +} + +module.exports = mergeData; diff --git a/docs/node_modules/lodash/_metaMap.js b/docs/node_modules/lodash/_metaMap.js new file mode 100644 index 0000000..0157a0b --- /dev/null +++ b/docs/node_modules/lodash/_metaMap.js @@ -0,0 +1,6 @@ +var WeakMap = require('./_WeakMap'); + +/** Used to store function metadata. */ +var metaMap = WeakMap && new WeakMap; + +module.exports = metaMap; diff --git a/docs/node_modules/lodash/_nativeCreate.js b/docs/node_modules/lodash/_nativeCreate.js new file mode 100644 index 0000000..c7aede8 --- /dev/null +++ b/docs/node_modules/lodash/_nativeCreate.js @@ -0,0 +1,6 @@ +var getNative = require('./_getNative'); + +/* Built-in method references that are verified to be native. */ +var nativeCreate = getNative(Object, 'create'); + +module.exports = nativeCreate; diff --git a/docs/node_modules/lodash/_nativeKeys.js b/docs/node_modules/lodash/_nativeKeys.js new file mode 100644 index 0000000..479a104 --- /dev/null +++ b/docs/node_modules/lodash/_nativeKeys.js @@ -0,0 +1,6 @@ +var overArg = require('./_overArg'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeKeys = overArg(Object.keys, Object); + +module.exports = nativeKeys; diff --git a/docs/node_modules/lodash/_nativeKeysIn.js b/docs/node_modules/lodash/_nativeKeysIn.js new file mode 100644 index 0000000..00ee505 --- /dev/null +++ b/docs/node_modules/lodash/_nativeKeysIn.js @@ -0,0 +1,20 @@ +/** + * This function is like + * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) + * except that it includes inherited enumerable properties. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + */ +function nativeKeysIn(object) { + var result = []; + if (object != null) { + for (var key in Object(object)) { + result.push(key); + } + } + return result; +} + +module.exports = nativeKeysIn; diff --git a/docs/node_modules/lodash/_nodeUtil.js b/docs/node_modules/lodash/_nodeUtil.js new file mode 100644 index 0000000..983d78f --- /dev/null +++ b/docs/node_modules/lodash/_nodeUtil.js @@ -0,0 +1,30 @@ +var freeGlobal = require('./_freeGlobal'); + +/** Detect free variable `exports`. */ +var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; + +/** Detect free variable `module`. */ +var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; + +/** Detect the popular CommonJS extension `module.exports`. */ +var moduleExports = freeModule && freeModule.exports === freeExports; + +/** Detect free variable `process` from Node.js. */ +var freeProcess = moduleExports && freeGlobal.process; + +/** Used to access faster Node.js helpers. */ +var nodeUtil = (function() { + try { + // Use `util.types` for Node.js 10+. + var types = freeModule && freeModule.require && freeModule.require('util').types; + + if (types) { + return types; + } + + // Legacy `process.binding('util')` for Node.js < 10. + return freeProcess && freeProcess.binding && freeProcess.binding('util'); + } catch (e) {} +}()); + +module.exports = nodeUtil; diff --git a/docs/node_modules/lodash/_objectToString.js b/docs/node_modules/lodash/_objectToString.js new file mode 100644 index 0000000..c614ec0 --- /dev/null +++ b/docs/node_modules/lodash/_objectToString.js @@ -0,0 +1,22 @@ +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** + * Used to resolve the + * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) + * of values. + */ +var nativeObjectToString = objectProto.toString; + +/** + * Converts `value` to a string using `Object.prototype.toString`. + * + * @private + * @param {*} value The value to convert. + * @returns {string} Returns the converted string. + */ +function objectToString(value) { + return nativeObjectToString.call(value); +} + +module.exports = objectToString; diff --git a/docs/node_modules/lodash/_overArg.js b/docs/node_modules/lodash/_overArg.js new file mode 100644 index 0000000..651c5c5 --- /dev/null +++ b/docs/node_modules/lodash/_overArg.js @@ -0,0 +1,15 @@ +/** + * Creates a unary function that invokes `func` with its argument transformed. + * + * @private + * @param {Function} func The function to wrap. + * @param {Function} transform The argument transform. + * @returns {Function} Returns the new function. + */ +function overArg(func, transform) { + return function(arg) { + return func(transform(arg)); + }; +} + +module.exports = overArg; diff --git a/docs/node_modules/lodash/_overRest.js b/docs/node_modules/lodash/_overRest.js new file mode 100644 index 0000000..c7cdef3 --- /dev/null +++ b/docs/node_modules/lodash/_overRest.js @@ -0,0 +1,36 @@ +var apply = require('./_apply'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMax = Math.max; + +/** + * A specialized version of `baseRest` which transforms the rest array. + * + * @private + * @param {Function} func The function to apply a rest parameter to. + * @param {number} [start=func.length-1] The start position of the rest parameter. + * @param {Function} transform The rest array transform. + * @returns {Function} Returns the new function. + */ +function overRest(func, start, transform) { + start = nativeMax(start === undefined ? (func.length - 1) : start, 0); + return function() { + var args = arguments, + index = -1, + length = nativeMax(args.length - start, 0), + array = Array(length); + + while (++index < length) { + array[index] = args[start + index]; + } + index = -1; + var otherArgs = Array(start + 1); + while (++index < start) { + otherArgs[index] = args[index]; + } + otherArgs[start] = transform(array); + return apply(func, this, otherArgs); + }; +} + +module.exports = overRest; diff --git a/docs/node_modules/lodash/_parent.js b/docs/node_modules/lodash/_parent.js new file mode 100644 index 0000000..f174328 --- /dev/null +++ b/docs/node_modules/lodash/_parent.js @@ -0,0 +1,16 @@ +var baseGet = require('./_baseGet'), + baseSlice = require('./_baseSlice'); + +/** + * Gets the parent value at `path` of `object`. + * + * @private + * @param {Object} object The object to query. + * @param {Array} path The path to get the parent value of. + * @returns {*} Returns the parent value. + */ +function parent(object, path) { + return path.length < 2 ? object : baseGet(object, baseSlice(path, 0, -1)); +} + +module.exports = parent; diff --git a/docs/node_modules/lodash/_reEscape.js b/docs/node_modules/lodash/_reEscape.js new file mode 100644 index 0000000..7f47eda --- /dev/null +++ b/docs/node_modules/lodash/_reEscape.js @@ -0,0 +1,4 @@ +/** Used to match template delimiters. */ +var reEscape = /<%-([\s\S]+?)%>/g; + +module.exports = reEscape; diff --git a/docs/node_modules/lodash/_reEvaluate.js b/docs/node_modules/lodash/_reEvaluate.js new file mode 100644 index 0000000..6adfc31 --- /dev/null +++ b/docs/node_modules/lodash/_reEvaluate.js @@ -0,0 +1,4 @@ +/** Used to match template delimiters. */ +var reEvaluate = /<%([\s\S]+?)%>/g; + +module.exports = reEvaluate; diff --git a/docs/node_modules/lodash/_reInterpolate.js b/docs/node_modules/lodash/_reInterpolate.js new file mode 100644 index 0000000..d02ff0b --- /dev/null +++ b/docs/node_modules/lodash/_reInterpolate.js @@ -0,0 +1,4 @@ +/** Used to match template delimiters. */ +var reInterpolate = /<%=([\s\S]+?)%>/g; + +module.exports = reInterpolate; diff --git a/docs/node_modules/lodash/_realNames.js b/docs/node_modules/lodash/_realNames.js new file mode 100644 index 0000000..aa0d529 --- /dev/null +++ b/docs/node_modules/lodash/_realNames.js @@ -0,0 +1,4 @@ +/** Used to lookup unminified function names. */ +var realNames = {}; + +module.exports = realNames; diff --git a/docs/node_modules/lodash/_reorder.js b/docs/node_modules/lodash/_reorder.js new file mode 100644 index 0000000..a3502b0 --- /dev/null +++ b/docs/node_modules/lodash/_reorder.js @@ -0,0 +1,29 @@ +var copyArray = require('./_copyArray'), + isIndex = require('./_isIndex'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMin = Math.min; + +/** + * Reorder `array` according to the specified indexes where the element at + * the first index is assigned as the first element, the element at + * the second index is assigned as the second element, and so on. + * + * @private + * @param {Array} array The array to reorder. + * @param {Array} indexes The arranged array indexes. + * @returns {Array} Returns `array`. + */ +function reorder(array, indexes) { + var arrLength = array.length, + length = nativeMin(indexes.length, arrLength), + oldArray = copyArray(array); + + while (length--) { + var index = indexes[length]; + array[length] = isIndex(index, arrLength) ? oldArray[index] : undefined; + } + return array; +} + +module.exports = reorder; diff --git a/docs/node_modules/lodash/_replaceHolders.js b/docs/node_modules/lodash/_replaceHolders.js new file mode 100644 index 0000000..74360ec --- /dev/null +++ b/docs/node_modules/lodash/_replaceHolders.js @@ -0,0 +1,29 @@ +/** Used as the internal argument placeholder. */ +var PLACEHOLDER = '__lodash_placeholder__'; + +/** + * Replaces all `placeholder` elements in `array` with an internal placeholder + * and returns an array of their indexes. + * + * @private + * @param {Array} array The array to modify. + * @param {*} placeholder The placeholder to replace. + * @returns {Array} Returns the new array of placeholder indexes. + */ +function replaceHolders(array, placeholder) { + var index = -1, + length = array.length, + resIndex = 0, + result = []; + + while (++index < length) { + var value = array[index]; + if (value === placeholder || value === PLACEHOLDER) { + array[index] = PLACEHOLDER; + result[resIndex++] = index; + } + } + return result; +} + +module.exports = replaceHolders; diff --git a/docs/node_modules/lodash/_root.js b/docs/node_modules/lodash/_root.js new file mode 100644 index 0000000..d2852be --- /dev/null +++ b/docs/node_modules/lodash/_root.js @@ -0,0 +1,9 @@ +var freeGlobal = require('./_freeGlobal'); + +/** Detect free variable `self`. */ +var freeSelf = typeof self == 'object' && self && self.Object === Object && self; + +/** Used as a reference to the global object. */ +var root = freeGlobal || freeSelf || Function('return this')(); + +module.exports = root; diff --git a/docs/node_modules/lodash/_safeGet.js b/docs/node_modules/lodash/_safeGet.js new file mode 100644 index 0000000..b070897 --- /dev/null +++ b/docs/node_modules/lodash/_safeGet.js @@ -0,0 +1,21 @@ +/** + * Gets the value at `key`, unless `key` is "__proto__" or "constructor". + * + * @private + * @param {Object} object The object to query. + * @param {string} key The key of the property to get. + * @returns {*} Returns the property value. + */ +function safeGet(object, key) { + if (key === 'constructor' && typeof object[key] === 'function') { + return; + } + + if (key == '__proto__') { + return; + } + + return object[key]; +} + +module.exports = safeGet; diff --git a/docs/node_modules/lodash/_setCacheAdd.js b/docs/node_modules/lodash/_setCacheAdd.js new file mode 100644 index 0000000..1081a74 --- /dev/null +++ b/docs/node_modules/lodash/_setCacheAdd.js @@ -0,0 +1,19 @@ +/** Used to stand-in for `undefined` hash values. */ +var HASH_UNDEFINED = '__lodash_hash_undefined__'; + +/** + * Adds `value` to the array cache. + * + * @private + * @name add + * @memberOf SetCache + * @alias push + * @param {*} value The value to cache. + * @returns {Object} Returns the cache instance. + */ +function setCacheAdd(value) { + this.__data__.set(value, HASH_UNDEFINED); + return this; +} + +module.exports = setCacheAdd; diff --git a/docs/node_modules/lodash/_setCacheHas.js b/docs/node_modules/lodash/_setCacheHas.js new file mode 100644 index 0000000..9a49255 --- /dev/null +++ b/docs/node_modules/lodash/_setCacheHas.js @@ -0,0 +1,14 @@ +/** + * Checks if `value` is in the array cache. + * + * @private + * @name has + * @memberOf SetCache + * @param {*} value The value to search for. + * @returns {number} Returns `true` if `value` is found, else `false`. + */ +function setCacheHas(value) { + return this.__data__.has(value); +} + +module.exports = setCacheHas; diff --git a/docs/node_modules/lodash/_setData.js b/docs/node_modules/lodash/_setData.js new file mode 100644 index 0000000..e5cf3eb --- /dev/null +++ b/docs/node_modules/lodash/_setData.js @@ -0,0 +1,20 @@ +var baseSetData = require('./_baseSetData'), + shortOut = require('./_shortOut'); + +/** + * Sets metadata for `func`. + * + * **Note:** If this function becomes hot, i.e. is invoked a lot in a short + * period of time, it will trip its breaker and transition to an identity + * function to avoid garbage collection pauses in V8. See + * [V8 issue 2070](https://bugs.chromium.org/p/v8/issues/detail?id=2070) + * for more details. + * + * @private + * @param {Function} func The function to associate metadata with. + * @param {*} data The metadata. + * @returns {Function} Returns `func`. + */ +var setData = shortOut(baseSetData); + +module.exports = setData; diff --git a/docs/node_modules/lodash/_setToArray.js b/docs/node_modules/lodash/_setToArray.js new file mode 100644 index 0000000..b87f074 --- /dev/null +++ b/docs/node_modules/lodash/_setToArray.js @@ -0,0 +1,18 @@ +/** + * Converts `set` to an array of its values. + * + * @private + * @param {Object} set The set to convert. + * @returns {Array} Returns the values. + */ +function setToArray(set) { + var index = -1, + result = Array(set.size); + + set.forEach(function(value) { + result[++index] = value; + }); + return result; +} + +module.exports = setToArray; diff --git a/docs/node_modules/lodash/_setToPairs.js b/docs/node_modules/lodash/_setToPairs.js new file mode 100644 index 0000000..36ad37a --- /dev/null +++ b/docs/node_modules/lodash/_setToPairs.js @@ -0,0 +1,18 @@ +/** + * Converts `set` to its value-value pairs. + * + * @private + * @param {Object} set The set to convert. + * @returns {Array} Returns the value-value pairs. + */ +function setToPairs(set) { + var index = -1, + result = Array(set.size); + + set.forEach(function(value) { + result[++index] = [value, value]; + }); + return result; +} + +module.exports = setToPairs; diff --git a/docs/node_modules/lodash/_setToString.js b/docs/node_modules/lodash/_setToString.js new file mode 100644 index 0000000..6ca8419 --- /dev/null +++ b/docs/node_modules/lodash/_setToString.js @@ -0,0 +1,14 @@ +var baseSetToString = require('./_baseSetToString'), + shortOut = require('./_shortOut'); + +/** + * Sets the `toString` method of `func` to return `string`. + * + * @private + * @param {Function} func The function to modify. + * @param {Function} string The `toString` result. + * @returns {Function} Returns `func`. + */ +var setToString = shortOut(baseSetToString); + +module.exports = setToString; diff --git a/docs/node_modules/lodash/_setWrapToString.js b/docs/node_modules/lodash/_setWrapToString.js new file mode 100644 index 0000000..decdc44 --- /dev/null +++ b/docs/node_modules/lodash/_setWrapToString.js @@ -0,0 +1,21 @@ +var getWrapDetails = require('./_getWrapDetails'), + insertWrapDetails = require('./_insertWrapDetails'), + setToString = require('./_setToString'), + updateWrapDetails = require('./_updateWrapDetails'); + +/** + * Sets the `toString` method of `wrapper` to mimic the source of `reference` + * with wrapper details in a comment at the top of the source body. + * + * @private + * @param {Function} wrapper The function to modify. + * @param {Function} reference The reference function. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @returns {Function} Returns `wrapper`. + */ +function setWrapToString(wrapper, reference, bitmask) { + var source = (reference + ''); + return setToString(wrapper, insertWrapDetails(source, updateWrapDetails(getWrapDetails(source), bitmask))); +} + +module.exports = setWrapToString; diff --git a/docs/node_modules/lodash/_shortOut.js b/docs/node_modules/lodash/_shortOut.js new file mode 100644 index 0000000..3300a07 --- /dev/null +++ b/docs/node_modules/lodash/_shortOut.js @@ -0,0 +1,37 @@ +/** Used to detect hot functions by number of calls within a span of milliseconds. */ +var HOT_COUNT = 800, + HOT_SPAN = 16; + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeNow = Date.now; + +/** + * Creates a function that'll short out and invoke `identity` instead + * of `func` when it's called `HOT_COUNT` or more times in `HOT_SPAN` + * milliseconds. + * + * @private + * @param {Function} func The function to restrict. + * @returns {Function} Returns the new shortable function. + */ +function shortOut(func) { + var count = 0, + lastCalled = 0; + + return function() { + var stamp = nativeNow(), + remaining = HOT_SPAN - (stamp - lastCalled); + + lastCalled = stamp; + if (remaining > 0) { + if (++count >= HOT_COUNT) { + return arguments[0]; + } + } else { + count = 0; + } + return func.apply(undefined, arguments); + }; +} + +module.exports = shortOut; diff --git a/docs/node_modules/lodash/_shuffleSelf.js b/docs/node_modules/lodash/_shuffleSelf.js new file mode 100644 index 0000000..8bcc4f5 --- /dev/null +++ b/docs/node_modules/lodash/_shuffleSelf.js @@ -0,0 +1,28 @@ +var baseRandom = require('./_baseRandom'); + +/** + * A specialized version of `_.shuffle` which mutates and sets the size of `array`. + * + * @private + * @param {Array} array The array to shuffle. + * @param {number} [size=array.length] The size of `array`. + * @returns {Array} Returns `array`. + */ +function shuffleSelf(array, size) { + var index = -1, + length = array.length, + lastIndex = length - 1; + + size = size === undefined ? length : size; + while (++index < size) { + var rand = baseRandom(index, lastIndex), + value = array[rand]; + + array[rand] = array[index]; + array[index] = value; + } + array.length = size; + return array; +} + +module.exports = shuffleSelf; diff --git a/docs/node_modules/lodash/_stackClear.js b/docs/node_modules/lodash/_stackClear.js new file mode 100644 index 0000000..ce8e5a9 --- /dev/null +++ b/docs/node_modules/lodash/_stackClear.js @@ -0,0 +1,15 @@ +var ListCache = require('./_ListCache'); + +/** + * Removes all key-value entries from the stack. + * + * @private + * @name clear + * @memberOf Stack + */ +function stackClear() { + this.__data__ = new ListCache; + this.size = 0; +} + +module.exports = stackClear; diff --git a/docs/node_modules/lodash/_stackDelete.js b/docs/node_modules/lodash/_stackDelete.js new file mode 100644 index 0000000..ff9887a --- /dev/null +++ b/docs/node_modules/lodash/_stackDelete.js @@ -0,0 +1,18 @@ +/** + * Removes `key` and its value from the stack. + * + * @private + * @name delete + * @memberOf Stack + * @param {string} key The key of the value to remove. + * @returns {boolean} Returns `true` if the entry was removed, else `false`. + */ +function stackDelete(key) { + var data = this.__data__, + result = data['delete'](key); + + this.size = data.size; + return result; +} + +module.exports = stackDelete; diff --git a/docs/node_modules/lodash/_stackGet.js b/docs/node_modules/lodash/_stackGet.js new file mode 100644 index 0000000..1cdf004 --- /dev/null +++ b/docs/node_modules/lodash/_stackGet.js @@ -0,0 +1,14 @@ +/** + * Gets the stack value for `key`. + * + * @private + * @name get + * @memberOf Stack + * @param {string} key The key of the value to get. + * @returns {*} Returns the entry value. + */ +function stackGet(key) { + return this.__data__.get(key); +} + +module.exports = stackGet; diff --git a/docs/node_modules/lodash/_stackHas.js b/docs/node_modules/lodash/_stackHas.js new file mode 100644 index 0000000..16a3ad1 --- /dev/null +++ b/docs/node_modules/lodash/_stackHas.js @@ -0,0 +1,14 @@ +/** + * Checks if a stack value for `key` exists. + * + * @private + * @name has + * @memberOf Stack + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ +function stackHas(key) { + return this.__data__.has(key); +} + +module.exports = stackHas; diff --git a/docs/node_modules/lodash/_stackSet.js b/docs/node_modules/lodash/_stackSet.js new file mode 100644 index 0000000..b790ac5 --- /dev/null +++ b/docs/node_modules/lodash/_stackSet.js @@ -0,0 +1,34 @@ +var ListCache = require('./_ListCache'), + Map = require('./_Map'), + MapCache = require('./_MapCache'); + +/** Used as the size to enable large array optimizations. */ +var LARGE_ARRAY_SIZE = 200; + +/** + * Sets the stack `key` to `value`. + * + * @private + * @name set + * @memberOf Stack + * @param {string} key The key of the value to set. + * @param {*} value The value to set. + * @returns {Object} Returns the stack cache instance. + */ +function stackSet(key, value) { + var data = this.__data__; + if (data instanceof ListCache) { + var pairs = data.__data__; + if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) { + pairs.push([key, value]); + this.size = ++data.size; + return this; + } + data = this.__data__ = new MapCache(pairs); + } + data.set(key, value); + this.size = data.size; + return this; +} + +module.exports = stackSet; diff --git a/docs/node_modules/lodash/_strictIndexOf.js b/docs/node_modules/lodash/_strictIndexOf.js new file mode 100644 index 0000000..0486a49 --- /dev/null +++ b/docs/node_modules/lodash/_strictIndexOf.js @@ -0,0 +1,23 @@ +/** + * A specialized version of `_.indexOf` which performs strict equality + * comparisons of values, i.e. `===`. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} fromIndex The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + */ +function strictIndexOf(array, value, fromIndex) { + var index = fromIndex - 1, + length = array.length; + + while (++index < length) { + if (array[index] === value) { + return index; + } + } + return -1; +} + +module.exports = strictIndexOf; diff --git a/docs/node_modules/lodash/_strictLastIndexOf.js b/docs/node_modules/lodash/_strictLastIndexOf.js new file mode 100644 index 0000000..d7310dc --- /dev/null +++ b/docs/node_modules/lodash/_strictLastIndexOf.js @@ -0,0 +1,21 @@ +/** + * A specialized version of `_.lastIndexOf` which performs strict equality + * comparisons of values, i.e. `===`. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} fromIndex The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + */ +function strictLastIndexOf(array, value, fromIndex) { + var index = fromIndex + 1; + while (index--) { + if (array[index] === value) { + return index; + } + } + return index; +} + +module.exports = strictLastIndexOf; diff --git a/docs/node_modules/lodash/_stringSize.js b/docs/node_modules/lodash/_stringSize.js new file mode 100644 index 0000000..17ef462 --- /dev/null +++ b/docs/node_modules/lodash/_stringSize.js @@ -0,0 +1,18 @@ +var asciiSize = require('./_asciiSize'), + hasUnicode = require('./_hasUnicode'), + unicodeSize = require('./_unicodeSize'); + +/** + * Gets the number of symbols in `string`. + * + * @private + * @param {string} string The string to inspect. + * @returns {number} Returns the string size. + */ +function stringSize(string) { + return hasUnicode(string) + ? unicodeSize(string) + : asciiSize(string); +} + +module.exports = stringSize; diff --git a/docs/node_modules/lodash/_stringToArray.js b/docs/node_modules/lodash/_stringToArray.js new file mode 100644 index 0000000..d161158 --- /dev/null +++ b/docs/node_modules/lodash/_stringToArray.js @@ -0,0 +1,18 @@ +var asciiToArray = require('./_asciiToArray'), + hasUnicode = require('./_hasUnicode'), + unicodeToArray = require('./_unicodeToArray'); + +/** + * Converts `string` to an array. + * + * @private + * @param {string} string The string to convert. + * @returns {Array} Returns the converted array. + */ +function stringToArray(string) { + return hasUnicode(string) + ? unicodeToArray(string) + : asciiToArray(string); +} + +module.exports = stringToArray; diff --git a/docs/node_modules/lodash/_stringToPath.js b/docs/node_modules/lodash/_stringToPath.js new file mode 100644 index 0000000..8f39f8a --- /dev/null +++ b/docs/node_modules/lodash/_stringToPath.js @@ -0,0 +1,27 @@ +var memoizeCapped = require('./_memoizeCapped'); + +/** Used to match property names within property paths. */ +var rePropName = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g; + +/** Used to match backslashes in property paths. */ +var reEscapeChar = /\\(\\)?/g; + +/** + * Converts `string` to a property path array. + * + * @private + * @param {string} string The string to convert. + * @returns {Array} Returns the property path array. + */ +var stringToPath = memoizeCapped(function(string) { + var result = []; + if (string.charCodeAt(0) === 46 /* . */) { + result.push(''); + } + string.replace(rePropName, function(match, number, quote, subString) { + result.push(quote ? subString.replace(reEscapeChar, '$1') : (number || match)); + }); + return result; +}); + +module.exports = stringToPath; diff --git a/docs/node_modules/lodash/_toKey.js b/docs/node_modules/lodash/_toKey.js new file mode 100644 index 0000000..c6d645c --- /dev/null +++ b/docs/node_modules/lodash/_toKey.js @@ -0,0 +1,21 @@ +var isSymbol = require('./isSymbol'); + +/** Used as references for various `Number` constants. */ +var INFINITY = 1 / 0; + +/** + * Converts `value` to a string key if it's not a string or symbol. + * + * @private + * @param {*} value The value to inspect. + * @returns {string|symbol} Returns the key. + */ +function toKey(value) { + if (typeof value == 'string' || isSymbol(value)) { + return value; + } + var result = (value + ''); + return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result; +} + +module.exports = toKey; diff --git a/docs/node_modules/lodash/_toSource.js b/docs/node_modules/lodash/_toSource.js new file mode 100644 index 0000000..a020b38 --- /dev/null +++ b/docs/node_modules/lodash/_toSource.js @@ -0,0 +1,26 @@ +/** Used for built-in method references. */ +var funcProto = Function.prototype; + +/** Used to resolve the decompiled source of functions. */ +var funcToString = funcProto.toString; + +/** + * Converts `func` to its source code. + * + * @private + * @param {Function} func The function to convert. + * @returns {string} Returns the source code. + */ +function toSource(func) { + if (func != null) { + try { + return funcToString.call(func); + } catch (e) {} + try { + return (func + ''); + } catch (e) {} + } + return ''; +} + +module.exports = toSource; diff --git a/docs/node_modules/lodash/_trimmedEndIndex.js b/docs/node_modules/lodash/_trimmedEndIndex.js new file mode 100644 index 0000000..139439a --- /dev/null +++ b/docs/node_modules/lodash/_trimmedEndIndex.js @@ -0,0 +1,19 @@ +/** Used to match a single whitespace character. */ +var reWhitespace = /\s/; + +/** + * Used by `_.trim` and `_.trimEnd` to get the index of the last non-whitespace + * character of `string`. + * + * @private + * @param {string} string The string to inspect. + * @returns {number} Returns the index of the last non-whitespace character. + */ +function trimmedEndIndex(string) { + var index = string.length; + + while (index-- && reWhitespace.test(string.charAt(index))) {} + return index; +} + +module.exports = trimmedEndIndex; diff --git a/docs/node_modules/lodash/_unescapeHtmlChar.js b/docs/node_modules/lodash/_unescapeHtmlChar.js new file mode 100644 index 0000000..a71fecb --- /dev/null +++ b/docs/node_modules/lodash/_unescapeHtmlChar.js @@ -0,0 +1,21 @@ +var basePropertyOf = require('./_basePropertyOf'); + +/** Used to map HTML entities to characters. */ +var htmlUnescapes = { + '&': '&', + '<': '<', + '>': '>', + '"': '"', + ''': "'" +}; + +/** + * Used by `_.unescape` to convert HTML entities to characters. + * + * @private + * @param {string} chr The matched character to unescape. + * @returns {string} Returns the unescaped character. + */ +var unescapeHtmlChar = basePropertyOf(htmlUnescapes); + +module.exports = unescapeHtmlChar; diff --git a/docs/node_modules/lodash/_unicodeSize.js b/docs/node_modules/lodash/_unicodeSize.js new file mode 100644 index 0000000..68137ec --- /dev/null +++ b/docs/node_modules/lodash/_unicodeSize.js @@ -0,0 +1,44 @@ +/** Used to compose unicode character classes. */ +var rsAstralRange = '\\ud800-\\udfff', + rsComboMarksRange = '\\u0300-\\u036f', + reComboHalfMarksRange = '\\ufe20-\\ufe2f', + rsComboSymbolsRange = '\\u20d0-\\u20ff', + rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange, + rsVarRange = '\\ufe0e\\ufe0f'; + +/** Used to compose unicode capture groups. */ +var rsAstral = '[' + rsAstralRange + ']', + rsCombo = '[' + rsComboRange + ']', + rsFitz = '\\ud83c[\\udffb-\\udfff]', + rsModifier = '(?:' + rsCombo + '|' + rsFitz + ')', + rsNonAstral = '[^' + rsAstralRange + ']', + rsRegional = '(?:\\ud83c[\\udde6-\\uddff]){2}', + rsSurrPair = '[\\ud800-\\udbff][\\udc00-\\udfff]', + rsZWJ = '\\u200d'; + +/** Used to compose unicode regexes. */ +var reOptMod = rsModifier + '?', + rsOptVar = '[' + rsVarRange + ']?', + rsOptJoin = '(?:' + rsZWJ + '(?:' + [rsNonAstral, rsRegional, rsSurrPair].join('|') + ')' + rsOptVar + reOptMod + ')*', + rsSeq = rsOptVar + reOptMod + rsOptJoin, + rsSymbol = '(?:' + [rsNonAstral + rsCombo + '?', rsCombo, rsRegional, rsSurrPair, rsAstral].join('|') + ')'; + +/** Used to match [string symbols](https://mathiasbynens.be/notes/javascript-unicode). */ +var reUnicode = RegExp(rsFitz + '(?=' + rsFitz + ')|' + rsSymbol + rsSeq, 'g'); + +/** + * Gets the size of a Unicode `string`. + * + * @private + * @param {string} string The string inspect. + * @returns {number} Returns the string size. + */ +function unicodeSize(string) { + var result = reUnicode.lastIndex = 0; + while (reUnicode.test(string)) { + ++result; + } + return result; +} + +module.exports = unicodeSize; diff --git a/docs/node_modules/lodash/_unicodeToArray.js b/docs/node_modules/lodash/_unicodeToArray.js new file mode 100644 index 0000000..2a725c0 --- /dev/null +++ b/docs/node_modules/lodash/_unicodeToArray.js @@ -0,0 +1,40 @@ +/** Used to compose unicode character classes. */ +var rsAstralRange = '\\ud800-\\udfff', + rsComboMarksRange = '\\u0300-\\u036f', + reComboHalfMarksRange = '\\ufe20-\\ufe2f', + rsComboSymbolsRange = '\\u20d0-\\u20ff', + rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange, + rsVarRange = '\\ufe0e\\ufe0f'; + +/** Used to compose unicode capture groups. */ +var rsAstral = '[' + rsAstralRange + ']', + rsCombo = '[' + rsComboRange + ']', + rsFitz = '\\ud83c[\\udffb-\\udfff]', + rsModifier = '(?:' + rsCombo + '|' + rsFitz + ')', + rsNonAstral = '[^' + rsAstralRange + ']', + rsRegional = '(?:\\ud83c[\\udde6-\\uddff]){2}', + rsSurrPair = '[\\ud800-\\udbff][\\udc00-\\udfff]', + rsZWJ = '\\u200d'; + +/** Used to compose unicode regexes. */ +var reOptMod = rsModifier + '?', + rsOptVar = '[' + rsVarRange + ']?', + rsOptJoin = '(?:' + rsZWJ + '(?:' + [rsNonAstral, rsRegional, rsSurrPair].join('|') + ')' + rsOptVar + reOptMod + ')*', + rsSeq = rsOptVar + reOptMod + rsOptJoin, + rsSymbol = '(?:' + [rsNonAstral + rsCombo + '?', rsCombo, rsRegional, rsSurrPair, rsAstral].join('|') + ')'; + +/** Used to match [string symbols](https://mathiasbynens.be/notes/javascript-unicode). */ +var reUnicode = RegExp(rsFitz + '(?=' + rsFitz + ')|' + rsSymbol + rsSeq, 'g'); + +/** + * Converts a Unicode `string` to an array. + * + * @private + * @param {string} string The string to convert. + * @returns {Array} Returns the converted array. + */ +function unicodeToArray(string) { + return string.match(reUnicode) || []; +} + +module.exports = unicodeToArray; diff --git a/docs/node_modules/lodash/_unicodeWords.js b/docs/node_modules/lodash/_unicodeWords.js new file mode 100644 index 0000000..e72e6e0 --- /dev/null +++ b/docs/node_modules/lodash/_unicodeWords.js @@ -0,0 +1,69 @@ +/** Used to compose unicode character classes. */ +var rsAstralRange = '\\ud800-\\udfff', + rsComboMarksRange = '\\u0300-\\u036f', + reComboHalfMarksRange = '\\ufe20-\\ufe2f', + rsComboSymbolsRange = '\\u20d0-\\u20ff', + rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange, + rsDingbatRange = '\\u2700-\\u27bf', + rsLowerRange = 'a-z\\xdf-\\xf6\\xf8-\\xff', + rsMathOpRange = '\\xac\\xb1\\xd7\\xf7', + rsNonCharRange = '\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf', + rsPunctuationRange = '\\u2000-\\u206f', + rsSpaceRange = ' \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000', + rsUpperRange = 'A-Z\\xc0-\\xd6\\xd8-\\xde', + rsVarRange = '\\ufe0e\\ufe0f', + rsBreakRange = rsMathOpRange + rsNonCharRange + rsPunctuationRange + rsSpaceRange; + +/** Used to compose unicode capture groups. */ +var rsApos = "['\u2019]", + rsBreak = '[' + rsBreakRange + ']', + rsCombo = '[' + rsComboRange + ']', + rsDigits = '\\d+', + rsDingbat = '[' + rsDingbatRange + ']', + rsLower = '[' + rsLowerRange + ']', + rsMisc = '[^' + rsAstralRange + rsBreakRange + rsDigits + rsDingbatRange + rsLowerRange + rsUpperRange + ']', + rsFitz = '\\ud83c[\\udffb-\\udfff]', + rsModifier = '(?:' + rsCombo + '|' + rsFitz + ')', + rsNonAstral = '[^' + rsAstralRange + ']', + rsRegional = '(?:\\ud83c[\\udde6-\\uddff]){2}', + rsSurrPair = '[\\ud800-\\udbff][\\udc00-\\udfff]', + rsUpper = '[' + rsUpperRange + ']', + rsZWJ = '\\u200d'; + +/** Used to compose unicode regexes. */ +var rsMiscLower = '(?:' + rsLower + '|' + rsMisc + ')', + rsMiscUpper = '(?:' + rsUpper + '|' + rsMisc + ')', + rsOptContrLower = '(?:' + rsApos + '(?:d|ll|m|re|s|t|ve))?', + rsOptContrUpper = '(?:' + rsApos + '(?:D|LL|M|RE|S|T|VE))?', + reOptMod = rsModifier + '?', + rsOptVar = '[' + rsVarRange + ']?', + rsOptJoin = '(?:' + rsZWJ + '(?:' + [rsNonAstral, rsRegional, rsSurrPair].join('|') + ')' + rsOptVar + reOptMod + ')*', + rsOrdLower = '\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])', + rsOrdUpper = '\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])', + rsSeq = rsOptVar + reOptMod + rsOptJoin, + rsEmoji = '(?:' + [rsDingbat, rsRegional, rsSurrPair].join('|') + ')' + rsSeq; + +/** Used to match complex or compound words. */ +var reUnicodeWord = RegExp([ + rsUpper + '?' + rsLower + '+' + rsOptContrLower + '(?=' + [rsBreak, rsUpper, '$'].join('|') + ')', + rsMiscUpper + '+' + rsOptContrUpper + '(?=' + [rsBreak, rsUpper + rsMiscLower, '$'].join('|') + ')', + rsUpper + '?' + rsMiscLower + '+' + rsOptContrLower, + rsUpper + '+' + rsOptContrUpper, + rsOrdUpper, + rsOrdLower, + rsDigits, + rsEmoji +].join('|'), 'g'); + +/** + * Splits a Unicode `string` into an array of its words. + * + * @private + * @param {string} The string to inspect. + * @returns {Array} Returns the words of `string`. + */ +function unicodeWords(string) { + return string.match(reUnicodeWord) || []; +} + +module.exports = unicodeWords; diff --git a/docs/node_modules/lodash/_updateWrapDetails.js b/docs/node_modules/lodash/_updateWrapDetails.js new file mode 100644 index 0000000..8759fbd --- /dev/null +++ b/docs/node_modules/lodash/_updateWrapDetails.js @@ -0,0 +1,46 @@ +var arrayEach = require('./_arrayEach'), + arrayIncludes = require('./_arrayIncludes'); + +/** Used to compose bitmasks for function metadata. */ +var WRAP_BIND_FLAG = 1, + WRAP_BIND_KEY_FLAG = 2, + WRAP_CURRY_FLAG = 8, + WRAP_CURRY_RIGHT_FLAG = 16, + WRAP_PARTIAL_FLAG = 32, + WRAP_PARTIAL_RIGHT_FLAG = 64, + WRAP_ARY_FLAG = 128, + WRAP_REARG_FLAG = 256, + WRAP_FLIP_FLAG = 512; + +/** Used to associate wrap methods with their bit flags. */ +var wrapFlags = [ + ['ary', WRAP_ARY_FLAG], + ['bind', WRAP_BIND_FLAG], + ['bindKey', WRAP_BIND_KEY_FLAG], + ['curry', WRAP_CURRY_FLAG], + ['curryRight', WRAP_CURRY_RIGHT_FLAG], + ['flip', WRAP_FLIP_FLAG], + ['partial', WRAP_PARTIAL_FLAG], + ['partialRight', WRAP_PARTIAL_RIGHT_FLAG], + ['rearg', WRAP_REARG_FLAG] +]; + +/** + * Updates wrapper `details` based on `bitmask` flags. + * + * @private + * @returns {Array} details The details to modify. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @returns {Array} Returns `details`. + */ +function updateWrapDetails(details, bitmask) { + arrayEach(wrapFlags, function(pair) { + var value = '_.' + pair[0]; + if ((bitmask & pair[1]) && !arrayIncludes(details, value)) { + details.push(value); + } + }); + return details.sort(); +} + +module.exports = updateWrapDetails; diff --git a/docs/node_modules/lodash/_wrapperClone.js b/docs/node_modules/lodash/_wrapperClone.js new file mode 100644 index 0000000..7bb58a2 --- /dev/null +++ b/docs/node_modules/lodash/_wrapperClone.js @@ -0,0 +1,23 @@ +var LazyWrapper = require('./_LazyWrapper'), + LodashWrapper = require('./_LodashWrapper'), + copyArray = require('./_copyArray'); + +/** + * Creates a clone of `wrapper`. + * + * @private + * @param {Object} wrapper The wrapper to clone. + * @returns {Object} Returns the cloned wrapper. + */ +function wrapperClone(wrapper) { + if (wrapper instanceof LazyWrapper) { + return wrapper.clone(); + } + var result = new LodashWrapper(wrapper.__wrapped__, wrapper.__chain__); + result.__actions__ = copyArray(wrapper.__actions__); + result.__index__ = wrapper.__index__; + result.__values__ = wrapper.__values__; + return result; +} + +module.exports = wrapperClone; diff --git a/docs/node_modules/lodash/add.js b/docs/node_modules/lodash/add.js new file mode 100644 index 0000000..f069515 --- /dev/null +++ b/docs/node_modules/lodash/add.js @@ -0,0 +1,22 @@ +var createMathOperation = require('./_createMathOperation'); + +/** + * Adds two numbers. + * + * @static + * @memberOf _ + * @since 3.4.0 + * @category Math + * @param {number} augend The first number in an addition. + * @param {number} addend The second number in an addition. + * @returns {number} Returns the total. + * @example + * + * _.add(6, 4); + * // => 10 + */ +var add = createMathOperation(function(augend, addend) { + return augend + addend; +}, 0); + +module.exports = add; diff --git a/docs/node_modules/lodash/after.js b/docs/node_modules/lodash/after.js new file mode 100644 index 0000000..3900c97 --- /dev/null +++ b/docs/node_modules/lodash/after.js @@ -0,0 +1,42 @@ +var toInteger = require('./toInteger'); + +/** Error message constants. */ +var FUNC_ERROR_TEXT = 'Expected a function'; + +/** + * The opposite of `_.before`; this method creates a function that invokes + * `func` once it's called `n` or more times. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {number} n The number of calls before `func` is invoked. + * @param {Function} func The function to restrict. + * @returns {Function} Returns the new restricted function. + * @example + * + * var saves = ['profile', 'settings']; + * + * var done = _.after(saves.length, function() { + * console.log('done saving!'); + * }); + * + * _.forEach(saves, function(type) { + * asyncSave({ 'type': type, 'complete': done }); + * }); + * // => Logs 'done saving!' after the two async saves have completed. + */ +function after(n, func) { + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + n = toInteger(n); + return function() { + if (--n < 1) { + return func.apply(this, arguments); + } + }; +} + +module.exports = after; diff --git a/docs/node_modules/lodash/array.js b/docs/node_modules/lodash/array.js new file mode 100644 index 0000000..af688d3 --- /dev/null +++ b/docs/node_modules/lodash/array.js @@ -0,0 +1,67 @@ +module.exports = { + 'chunk': require('./chunk'), + 'compact': require('./compact'), + 'concat': require('./concat'), + 'difference': require('./difference'), + 'differenceBy': require('./differenceBy'), + 'differenceWith': require('./differenceWith'), + 'drop': require('./drop'), + 'dropRight': require('./dropRight'), + 'dropRightWhile': require('./dropRightWhile'), + 'dropWhile': require('./dropWhile'), + 'fill': require('./fill'), + 'findIndex': require('./findIndex'), + 'findLastIndex': require('./findLastIndex'), + 'first': require('./first'), + 'flatten': require('./flatten'), + 'flattenDeep': require('./flattenDeep'), + 'flattenDepth': require('./flattenDepth'), + 'fromPairs': require('./fromPairs'), + 'head': require('./head'), + 'indexOf': require('./indexOf'), + 'initial': require('./initial'), + 'intersection': require('./intersection'), + 'intersectionBy': require('./intersectionBy'), + 'intersectionWith': require('./intersectionWith'), + 'join': require('./join'), + 'last': require('./last'), + 'lastIndexOf': require('./lastIndexOf'), + 'nth': require('./nth'), + 'pull': require('./pull'), + 'pullAll': require('./pullAll'), + 'pullAllBy': require('./pullAllBy'), + 'pullAllWith': require('./pullAllWith'), + 'pullAt': require('./pullAt'), + 'remove': require('./remove'), + 'reverse': require('./reverse'), + 'slice': require('./slice'), + 'sortedIndex': require('./sortedIndex'), + 'sortedIndexBy': require('./sortedIndexBy'), + 'sortedIndexOf': require('./sortedIndexOf'), + 'sortedLastIndex': require('./sortedLastIndex'), + 'sortedLastIndexBy': require('./sortedLastIndexBy'), + 'sortedLastIndexOf': require('./sortedLastIndexOf'), + 'sortedUniq': require('./sortedUniq'), + 'sortedUniqBy': require('./sortedUniqBy'), + 'tail': require('./tail'), + 'take': require('./take'), + 'takeRight': require('./takeRight'), + 'takeRightWhile': require('./takeRightWhile'), + 'takeWhile': require('./takeWhile'), + 'union': require('./union'), + 'unionBy': require('./unionBy'), + 'unionWith': require('./unionWith'), + 'uniq': require('./uniq'), + 'uniqBy': require('./uniqBy'), + 'uniqWith': require('./uniqWith'), + 'unzip': require('./unzip'), + 'unzipWith': require('./unzipWith'), + 'without': require('./without'), + 'xor': require('./xor'), + 'xorBy': require('./xorBy'), + 'xorWith': require('./xorWith'), + 'zip': require('./zip'), + 'zipObject': require('./zipObject'), + 'zipObjectDeep': require('./zipObjectDeep'), + 'zipWith': require('./zipWith') +}; diff --git a/docs/node_modules/lodash/ary.js b/docs/node_modules/lodash/ary.js new file mode 100644 index 0000000..70c87d0 --- /dev/null +++ b/docs/node_modules/lodash/ary.js @@ -0,0 +1,29 @@ +var createWrap = require('./_createWrap'); + +/** Used to compose bitmasks for function metadata. */ +var WRAP_ARY_FLAG = 128; + +/** + * Creates a function that invokes `func`, with up to `n` arguments, + * ignoring any additional arguments. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Function + * @param {Function} func The function to cap arguments for. + * @param {number} [n=func.length] The arity cap. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Function} Returns the new capped function. + * @example + * + * _.map(['6', '8', '10'], _.ary(parseInt, 1)); + * // => [6, 8, 10] + */ +function ary(func, n, guard) { + n = guard ? undefined : n; + n = (func && n == null) ? func.length : n; + return createWrap(func, WRAP_ARY_FLAG, undefined, undefined, undefined, undefined, n); +} + +module.exports = ary; diff --git a/docs/node_modules/lodash/assign.js b/docs/node_modules/lodash/assign.js new file mode 100644 index 0000000..909db26 --- /dev/null +++ b/docs/node_modules/lodash/assign.js @@ -0,0 +1,58 @@ +var assignValue = require('./_assignValue'), + copyObject = require('./_copyObject'), + createAssigner = require('./_createAssigner'), + isArrayLike = require('./isArrayLike'), + isPrototype = require('./_isPrototype'), + keys = require('./keys'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * Assigns own enumerable string keyed properties of source objects to the + * destination object. Source objects are applied from left to right. + * Subsequent sources overwrite property assignments of previous sources. + * + * **Note:** This method mutates `object` and is loosely based on + * [`Object.assign`](https://mdn.io/Object/assign). + * + * @static + * @memberOf _ + * @since 0.10.0 + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @see _.assignIn + * @example + * + * function Foo() { + * this.a = 1; + * } + * + * function Bar() { + * this.c = 3; + * } + * + * Foo.prototype.b = 2; + * Bar.prototype.d = 4; + * + * _.assign({ 'a': 0 }, new Foo, new Bar); + * // => { 'a': 1, 'c': 3 } + */ +var assign = createAssigner(function(object, source) { + if (isPrototype(source) || isArrayLike(source)) { + copyObject(source, keys(source), object); + return; + } + for (var key in source) { + if (hasOwnProperty.call(source, key)) { + assignValue(object, key, source[key]); + } + } +}); + +module.exports = assign; diff --git a/docs/node_modules/lodash/assignIn.js b/docs/node_modules/lodash/assignIn.js new file mode 100644 index 0000000..e663473 --- /dev/null +++ b/docs/node_modules/lodash/assignIn.js @@ -0,0 +1,40 @@ +var copyObject = require('./_copyObject'), + createAssigner = require('./_createAssigner'), + keysIn = require('./keysIn'); + +/** + * This method is like `_.assign` except that it iterates over own and + * inherited source properties. + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @alias extend + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @see _.assign + * @example + * + * function Foo() { + * this.a = 1; + * } + * + * function Bar() { + * this.c = 3; + * } + * + * Foo.prototype.b = 2; + * Bar.prototype.d = 4; + * + * _.assignIn({ 'a': 0 }, new Foo, new Bar); + * // => { 'a': 1, 'b': 2, 'c': 3, 'd': 4 } + */ +var assignIn = createAssigner(function(object, source) { + copyObject(source, keysIn(source), object); +}); + +module.exports = assignIn; diff --git a/docs/node_modules/lodash/assignInWith.js b/docs/node_modules/lodash/assignInWith.js new file mode 100644 index 0000000..68fcc0b --- /dev/null +++ b/docs/node_modules/lodash/assignInWith.js @@ -0,0 +1,38 @@ +var copyObject = require('./_copyObject'), + createAssigner = require('./_createAssigner'), + keysIn = require('./keysIn'); + +/** + * This method is like `_.assignIn` except that it accepts `customizer` + * which is invoked to produce the assigned values. If `customizer` returns + * `undefined`, assignment is handled by the method instead. The `customizer` + * is invoked with five arguments: (objValue, srcValue, key, object, source). + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @alias extendWith + * @category Object + * @param {Object} object The destination object. + * @param {...Object} sources The source objects. + * @param {Function} [customizer] The function to customize assigned values. + * @returns {Object} Returns `object`. + * @see _.assignWith + * @example + * + * function customizer(objValue, srcValue) { + * return _.isUndefined(objValue) ? srcValue : objValue; + * } + * + * var defaults = _.partialRight(_.assignInWith, customizer); + * + * defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 }); + * // => { 'a': 1, 'b': 2 } + */ +var assignInWith = createAssigner(function(object, source, srcIndex, customizer) { + copyObject(source, keysIn(source), object, customizer); +}); + +module.exports = assignInWith; diff --git a/docs/node_modules/lodash/assignWith.js b/docs/node_modules/lodash/assignWith.js new file mode 100644 index 0000000..7dc6c76 --- /dev/null +++ b/docs/node_modules/lodash/assignWith.js @@ -0,0 +1,37 @@ +var copyObject = require('./_copyObject'), + createAssigner = require('./_createAssigner'), + keys = require('./keys'); + +/** + * This method is like `_.assign` except that it accepts `customizer` + * which is invoked to produce the assigned values. If `customizer` returns + * `undefined`, assignment is handled by the method instead. The `customizer` + * is invoked with five arguments: (objValue, srcValue, key, object, source). + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The destination object. + * @param {...Object} sources The source objects. + * @param {Function} [customizer] The function to customize assigned values. + * @returns {Object} Returns `object`. + * @see _.assignInWith + * @example + * + * function customizer(objValue, srcValue) { + * return _.isUndefined(objValue) ? srcValue : objValue; + * } + * + * var defaults = _.partialRight(_.assignWith, customizer); + * + * defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 }); + * // => { 'a': 1, 'b': 2 } + */ +var assignWith = createAssigner(function(object, source, srcIndex, customizer) { + copyObject(source, keys(source), object, customizer); +}); + +module.exports = assignWith; diff --git a/docs/node_modules/lodash/at.js b/docs/node_modules/lodash/at.js new file mode 100644 index 0000000..781ee9e --- /dev/null +++ b/docs/node_modules/lodash/at.js @@ -0,0 +1,23 @@ +var baseAt = require('./_baseAt'), + flatRest = require('./_flatRest'); + +/** + * Creates an array of values corresponding to `paths` of `object`. + * + * @static + * @memberOf _ + * @since 1.0.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {...(string|string[])} [paths] The property paths to pick. + * @returns {Array} Returns the picked values. + * @example + * + * var object = { 'a': [{ 'b': { 'c': 3 } }, 4] }; + * + * _.at(object, ['a[0].b.c', 'a[1]']); + * // => [3, 4] + */ +var at = flatRest(baseAt); + +module.exports = at; diff --git a/docs/node_modules/lodash/attempt.js b/docs/node_modules/lodash/attempt.js new file mode 100644 index 0000000..624d015 --- /dev/null +++ b/docs/node_modules/lodash/attempt.js @@ -0,0 +1,35 @@ +var apply = require('./_apply'), + baseRest = require('./_baseRest'), + isError = require('./isError'); + +/** + * Attempts to invoke `func`, returning either the result or the caught error + * object. Any additional arguments are provided to `func` when it's invoked. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Util + * @param {Function} func The function to attempt. + * @param {...*} [args] The arguments to invoke `func` with. + * @returns {*} Returns the `func` result or error object. + * @example + * + * // Avoid throwing errors for invalid selectors. + * var elements = _.attempt(function(selector) { + * return document.querySelectorAll(selector); + * }, '>_>'); + * + * if (_.isError(elements)) { + * elements = []; + * } + */ +var attempt = baseRest(function(func, args) { + try { + return apply(func, undefined, args); + } catch (e) { + return isError(e) ? e : new Error(e); + } +}); + +module.exports = attempt; diff --git a/docs/node_modules/lodash/before.js b/docs/node_modules/lodash/before.js new file mode 100644 index 0000000..a3e0a16 --- /dev/null +++ b/docs/node_modules/lodash/before.js @@ -0,0 +1,40 @@ +var toInteger = require('./toInteger'); + +/** Error message constants. */ +var FUNC_ERROR_TEXT = 'Expected a function'; + +/** + * Creates a function that invokes `func`, with the `this` binding and arguments + * of the created function, while it's called less than `n` times. Subsequent + * calls to the created function return the result of the last `func` invocation. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Function + * @param {number} n The number of calls at which `func` is no longer invoked. + * @param {Function} func The function to restrict. + * @returns {Function} Returns the new restricted function. + * @example + * + * jQuery(element).on('click', _.before(5, addContactToList)); + * // => Allows adding up to 4 contacts to the list. + */ +function before(n, func) { + var result; + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + n = toInteger(n); + return function() { + if (--n > 0) { + result = func.apply(this, arguments); + } + if (n <= 1) { + func = undefined; + } + return result; + }; +} + +module.exports = before; diff --git a/docs/node_modules/lodash/bind.js b/docs/node_modules/lodash/bind.js new file mode 100644 index 0000000..b1076e9 --- /dev/null +++ b/docs/node_modules/lodash/bind.js @@ -0,0 +1,57 @@ +var baseRest = require('./_baseRest'), + createWrap = require('./_createWrap'), + getHolder = require('./_getHolder'), + replaceHolders = require('./_replaceHolders'); + +/** Used to compose bitmasks for function metadata. */ +var WRAP_BIND_FLAG = 1, + WRAP_PARTIAL_FLAG = 32; + +/** + * Creates a function that invokes `func` with the `this` binding of `thisArg` + * and `partials` prepended to the arguments it receives. + * + * The `_.bind.placeholder` value, which defaults to `_` in monolithic builds, + * may be used as a placeholder for partially applied arguments. + * + * **Note:** Unlike native `Function#bind`, this method doesn't set the "length" + * property of bound functions. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to bind. + * @param {*} thisArg The `this` binding of `func`. + * @param {...*} [partials] The arguments to be partially applied. + * @returns {Function} Returns the new bound function. + * @example + * + * function greet(greeting, punctuation) { + * return greeting + ' ' + this.user + punctuation; + * } + * + * var object = { 'user': 'fred' }; + * + * var bound = _.bind(greet, object, 'hi'); + * bound('!'); + * // => 'hi fred!' + * + * // Bound with placeholders. + * var bound = _.bind(greet, object, _, '!'); + * bound('hi'); + * // => 'hi fred!' + */ +var bind = baseRest(function(func, thisArg, partials) { + var bitmask = WRAP_BIND_FLAG; + if (partials.length) { + var holders = replaceHolders(partials, getHolder(bind)); + bitmask |= WRAP_PARTIAL_FLAG; + } + return createWrap(func, bitmask, thisArg, partials, holders); +}); + +// Assign default placeholders. +bind.placeholder = {}; + +module.exports = bind; diff --git a/docs/node_modules/lodash/bindAll.js b/docs/node_modules/lodash/bindAll.js new file mode 100644 index 0000000..a35706d --- /dev/null +++ b/docs/node_modules/lodash/bindAll.js @@ -0,0 +1,41 @@ +var arrayEach = require('./_arrayEach'), + baseAssignValue = require('./_baseAssignValue'), + bind = require('./bind'), + flatRest = require('./_flatRest'), + toKey = require('./_toKey'); + +/** + * Binds methods of an object to the object itself, overwriting the existing + * method. + * + * **Note:** This method doesn't set the "length" property of bound functions. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Util + * @param {Object} object The object to bind and assign the bound methods to. + * @param {...(string|string[])} methodNames The object method names to bind. + * @returns {Object} Returns `object`. + * @example + * + * var view = { + * 'label': 'docs', + * 'click': function() { + * console.log('clicked ' + this.label); + * } + * }; + * + * _.bindAll(view, ['click']); + * jQuery(element).on('click', view.click); + * // => Logs 'clicked docs' when clicked. + */ +var bindAll = flatRest(function(object, methodNames) { + arrayEach(methodNames, function(key) { + key = toKey(key); + baseAssignValue(object, key, bind(object[key], object)); + }); + return object; +}); + +module.exports = bindAll; diff --git a/docs/node_modules/lodash/bindKey.js b/docs/node_modules/lodash/bindKey.js new file mode 100644 index 0000000..f7fd64c --- /dev/null +++ b/docs/node_modules/lodash/bindKey.js @@ -0,0 +1,68 @@ +var baseRest = require('./_baseRest'), + createWrap = require('./_createWrap'), + getHolder = require('./_getHolder'), + replaceHolders = require('./_replaceHolders'); + +/** Used to compose bitmasks for function metadata. */ +var WRAP_BIND_FLAG = 1, + WRAP_BIND_KEY_FLAG = 2, + WRAP_PARTIAL_FLAG = 32; + +/** + * Creates a function that invokes the method at `object[key]` with `partials` + * prepended to the arguments it receives. + * + * This method differs from `_.bind` by allowing bound functions to reference + * methods that may be redefined or don't yet exist. See + * [Peter Michaux's article](http://peter.michaux.ca/articles/lazy-function-definition-pattern) + * for more details. + * + * The `_.bindKey.placeholder` value, which defaults to `_` in monolithic + * builds, may be used as a placeholder for partially applied arguments. + * + * @static + * @memberOf _ + * @since 0.10.0 + * @category Function + * @param {Object} object The object to invoke the method on. + * @param {string} key The key of the method. + * @param {...*} [partials] The arguments to be partially applied. + * @returns {Function} Returns the new bound function. + * @example + * + * var object = { + * 'user': 'fred', + * 'greet': function(greeting, punctuation) { + * return greeting + ' ' + this.user + punctuation; + * } + * }; + * + * var bound = _.bindKey(object, 'greet', 'hi'); + * bound('!'); + * // => 'hi fred!' + * + * object.greet = function(greeting, punctuation) { + * return greeting + 'ya ' + this.user + punctuation; + * }; + * + * bound('!'); + * // => 'hiya fred!' + * + * // Bound with placeholders. + * var bound = _.bindKey(object, 'greet', _, '!'); + * bound('hi'); + * // => 'hiya fred!' + */ +var bindKey = baseRest(function(object, key, partials) { + var bitmask = WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG; + if (partials.length) { + var holders = replaceHolders(partials, getHolder(bindKey)); + bitmask |= WRAP_PARTIAL_FLAG; + } + return createWrap(key, bitmask, object, partials, holders); +}); + +// Assign default placeholders. +bindKey.placeholder = {}; + +module.exports = bindKey; diff --git a/docs/node_modules/lodash/camelCase.js b/docs/node_modules/lodash/camelCase.js new file mode 100644 index 0000000..d7390de --- /dev/null +++ b/docs/node_modules/lodash/camelCase.js @@ -0,0 +1,29 @@ +var capitalize = require('./capitalize'), + createCompounder = require('./_createCompounder'); + +/** + * Converts `string` to [camel case](https://en.wikipedia.org/wiki/CamelCase). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to convert. + * @returns {string} Returns the camel cased string. + * @example + * + * _.camelCase('Foo Bar'); + * // => 'fooBar' + * + * _.camelCase('--foo-bar--'); + * // => 'fooBar' + * + * _.camelCase('__FOO_BAR__'); + * // => 'fooBar' + */ +var camelCase = createCompounder(function(result, word, index) { + word = word.toLowerCase(); + return result + (index ? capitalize(word) : word); +}); + +module.exports = camelCase; diff --git a/docs/node_modules/lodash/capitalize.js b/docs/node_modules/lodash/capitalize.js new file mode 100644 index 0000000..3e1600e --- /dev/null +++ b/docs/node_modules/lodash/capitalize.js @@ -0,0 +1,23 @@ +var toString = require('./toString'), + upperFirst = require('./upperFirst'); + +/** + * Converts the first character of `string` to upper case and the remaining + * to lower case. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to capitalize. + * @returns {string} Returns the capitalized string. + * @example + * + * _.capitalize('FRED'); + * // => 'Fred' + */ +function capitalize(string) { + return upperFirst(toString(string).toLowerCase()); +} + +module.exports = capitalize; diff --git a/docs/node_modules/lodash/castArray.js b/docs/node_modules/lodash/castArray.js new file mode 100644 index 0000000..e470bdb --- /dev/null +++ b/docs/node_modules/lodash/castArray.js @@ -0,0 +1,44 @@ +var isArray = require('./isArray'); + +/** + * Casts `value` as an array if it's not one. + * + * @static + * @memberOf _ + * @since 4.4.0 + * @category Lang + * @param {*} value The value to inspect. + * @returns {Array} Returns the cast array. + * @example + * + * _.castArray(1); + * // => [1] + * + * _.castArray({ 'a': 1 }); + * // => [{ 'a': 1 }] + * + * _.castArray('abc'); + * // => ['abc'] + * + * _.castArray(null); + * // => [null] + * + * _.castArray(undefined); + * // => [undefined] + * + * _.castArray(); + * // => [] + * + * var array = [1, 2, 3]; + * console.log(_.castArray(array) === array); + * // => true + */ +function castArray() { + if (!arguments.length) { + return []; + } + var value = arguments[0]; + return isArray(value) ? value : [value]; +} + +module.exports = castArray; diff --git a/docs/node_modules/lodash/ceil.js b/docs/node_modules/lodash/ceil.js new file mode 100644 index 0000000..56c8722 --- /dev/null +++ b/docs/node_modules/lodash/ceil.js @@ -0,0 +1,26 @@ +var createRound = require('./_createRound'); + +/** + * Computes `number` rounded up to `precision`. + * + * @static + * @memberOf _ + * @since 3.10.0 + * @category Math + * @param {number} number The number to round up. + * @param {number} [precision=0] The precision to round up to. + * @returns {number} Returns the rounded up number. + * @example + * + * _.ceil(4.006); + * // => 5 + * + * _.ceil(6.004, 2); + * // => 6.01 + * + * _.ceil(6040, -2); + * // => 6100 + */ +var ceil = createRound('ceil'); + +module.exports = ceil; diff --git a/docs/node_modules/lodash/chain.js b/docs/node_modules/lodash/chain.js new file mode 100644 index 0000000..f6cd647 --- /dev/null +++ b/docs/node_modules/lodash/chain.js @@ -0,0 +1,38 @@ +var lodash = require('./wrapperLodash'); + +/** + * Creates a `lodash` wrapper instance that wraps `value` with explicit method + * chain sequences enabled. The result of such sequences must be unwrapped + * with `_#value`. + * + * @static + * @memberOf _ + * @since 1.3.0 + * @category Seq + * @param {*} value The value to wrap. + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36 }, + * { 'user': 'fred', 'age': 40 }, + * { 'user': 'pebbles', 'age': 1 } + * ]; + * + * var youngest = _ + * .chain(users) + * .sortBy('age') + * .map(function(o) { + * return o.user + ' is ' + o.age; + * }) + * .head() + * .value(); + * // => 'pebbles is 1' + */ +function chain(value) { + var result = lodash(value); + result.__chain__ = true; + return result; +} + +module.exports = chain; diff --git a/docs/node_modules/lodash/chunk.js b/docs/node_modules/lodash/chunk.js new file mode 100644 index 0000000..5b562fe --- /dev/null +++ b/docs/node_modules/lodash/chunk.js @@ -0,0 +1,50 @@ +var baseSlice = require('./_baseSlice'), + isIterateeCall = require('./_isIterateeCall'), + toInteger = require('./toInteger'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeCeil = Math.ceil, + nativeMax = Math.max; + +/** + * Creates an array of elements split into groups the length of `size`. + * If `array` can't be split evenly, the final chunk will be the remaining + * elements. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to process. + * @param {number} [size=1] The length of each chunk + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Array} Returns the new array of chunks. + * @example + * + * _.chunk(['a', 'b', 'c', 'd'], 2); + * // => [['a', 'b'], ['c', 'd']] + * + * _.chunk(['a', 'b', 'c', 'd'], 3); + * // => [['a', 'b', 'c'], ['d']] + */ +function chunk(array, size, guard) { + if ((guard ? isIterateeCall(array, size, guard) : size === undefined)) { + size = 1; + } else { + size = nativeMax(toInteger(size), 0); + } + var length = array == null ? 0 : array.length; + if (!length || size < 1) { + return []; + } + var index = 0, + resIndex = 0, + result = Array(nativeCeil(length / size)); + + while (index < length) { + result[resIndex++] = baseSlice(array, index, (index += size)); + } + return result; +} + +module.exports = chunk; diff --git a/docs/node_modules/lodash/clamp.js b/docs/node_modules/lodash/clamp.js new file mode 100644 index 0000000..91a72c9 --- /dev/null +++ b/docs/node_modules/lodash/clamp.js @@ -0,0 +1,39 @@ +var baseClamp = require('./_baseClamp'), + toNumber = require('./toNumber'); + +/** + * Clamps `number` within the inclusive `lower` and `upper` bounds. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Number + * @param {number} number The number to clamp. + * @param {number} [lower] The lower bound. + * @param {number} upper The upper bound. + * @returns {number} Returns the clamped number. + * @example + * + * _.clamp(-10, -5, 5); + * // => -5 + * + * _.clamp(10, -5, 5); + * // => 5 + */ +function clamp(number, lower, upper) { + if (upper === undefined) { + upper = lower; + lower = undefined; + } + if (upper !== undefined) { + upper = toNumber(upper); + upper = upper === upper ? upper : 0; + } + if (lower !== undefined) { + lower = toNumber(lower); + lower = lower === lower ? lower : 0; + } + return baseClamp(toNumber(number), lower, upper); +} + +module.exports = clamp; diff --git a/docs/node_modules/lodash/clone.js b/docs/node_modules/lodash/clone.js new file mode 100644 index 0000000..dd439d6 --- /dev/null +++ b/docs/node_modules/lodash/clone.js @@ -0,0 +1,36 @@ +var baseClone = require('./_baseClone'); + +/** Used to compose bitmasks for cloning. */ +var CLONE_SYMBOLS_FLAG = 4; + +/** + * Creates a shallow clone of `value`. + * + * **Note:** This method is loosely based on the + * [structured clone algorithm](https://mdn.io/Structured_clone_algorithm) + * and supports cloning arrays, array buffers, booleans, date objects, maps, + * numbers, `Object` objects, regexes, sets, strings, symbols, and typed + * arrays. The own enumerable properties of `arguments` objects are cloned + * as plain objects. An empty object is returned for uncloneable values such + * as error objects, functions, DOM nodes, and WeakMaps. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to clone. + * @returns {*} Returns the cloned value. + * @see _.cloneDeep + * @example + * + * var objects = [{ 'a': 1 }, { 'b': 2 }]; + * + * var shallow = _.clone(objects); + * console.log(shallow[0] === objects[0]); + * // => true + */ +function clone(value) { + return baseClone(value, CLONE_SYMBOLS_FLAG); +} + +module.exports = clone; diff --git a/docs/node_modules/lodash/cloneDeep.js b/docs/node_modules/lodash/cloneDeep.js new file mode 100644 index 0000000..4425fbe --- /dev/null +++ b/docs/node_modules/lodash/cloneDeep.js @@ -0,0 +1,29 @@ +var baseClone = require('./_baseClone'); + +/** Used to compose bitmasks for cloning. */ +var CLONE_DEEP_FLAG = 1, + CLONE_SYMBOLS_FLAG = 4; + +/** + * This method is like `_.clone` except that it recursively clones `value`. + * + * @static + * @memberOf _ + * @since 1.0.0 + * @category Lang + * @param {*} value The value to recursively clone. + * @returns {*} Returns the deep cloned value. + * @see _.clone + * @example + * + * var objects = [{ 'a': 1 }, { 'b': 2 }]; + * + * var deep = _.cloneDeep(objects); + * console.log(deep[0] === objects[0]); + * // => false + */ +function cloneDeep(value) { + return baseClone(value, CLONE_DEEP_FLAG | CLONE_SYMBOLS_FLAG); +} + +module.exports = cloneDeep; diff --git a/docs/node_modules/lodash/cloneDeepWith.js b/docs/node_modules/lodash/cloneDeepWith.js new file mode 100644 index 0000000..fd9c6c0 --- /dev/null +++ b/docs/node_modules/lodash/cloneDeepWith.js @@ -0,0 +1,40 @@ +var baseClone = require('./_baseClone'); + +/** Used to compose bitmasks for cloning. */ +var CLONE_DEEP_FLAG = 1, + CLONE_SYMBOLS_FLAG = 4; + +/** + * This method is like `_.cloneWith` except that it recursively clones `value`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to recursively clone. + * @param {Function} [customizer] The function to customize cloning. + * @returns {*} Returns the deep cloned value. + * @see _.cloneWith + * @example + * + * function customizer(value) { + * if (_.isElement(value)) { + * return value.cloneNode(true); + * } + * } + * + * var el = _.cloneDeepWith(document.body, customizer); + * + * console.log(el === document.body); + * // => false + * console.log(el.nodeName); + * // => 'BODY' + * console.log(el.childNodes.length); + * // => 20 + */ +function cloneDeepWith(value, customizer) { + customizer = typeof customizer == 'function' ? customizer : undefined; + return baseClone(value, CLONE_DEEP_FLAG | CLONE_SYMBOLS_FLAG, customizer); +} + +module.exports = cloneDeepWith; diff --git a/docs/node_modules/lodash/cloneWith.js b/docs/node_modules/lodash/cloneWith.js new file mode 100644 index 0000000..d2f4e75 --- /dev/null +++ b/docs/node_modules/lodash/cloneWith.js @@ -0,0 +1,42 @@ +var baseClone = require('./_baseClone'); + +/** Used to compose bitmasks for cloning. */ +var CLONE_SYMBOLS_FLAG = 4; + +/** + * This method is like `_.clone` except that it accepts `customizer` which + * is invoked to produce the cloned value. If `customizer` returns `undefined`, + * cloning is handled by the method instead. The `customizer` is invoked with + * up to four arguments; (value [, index|key, object, stack]). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to clone. + * @param {Function} [customizer] The function to customize cloning. + * @returns {*} Returns the cloned value. + * @see _.cloneDeepWith + * @example + * + * function customizer(value) { + * if (_.isElement(value)) { + * return value.cloneNode(false); + * } + * } + * + * var el = _.cloneWith(document.body, customizer); + * + * console.log(el === document.body); + * // => false + * console.log(el.nodeName); + * // => 'BODY' + * console.log(el.childNodes.length); + * // => 0 + */ +function cloneWith(value, customizer) { + customizer = typeof customizer == 'function' ? customizer : undefined; + return baseClone(value, CLONE_SYMBOLS_FLAG, customizer); +} + +module.exports = cloneWith; diff --git a/docs/node_modules/lodash/collection.js b/docs/node_modules/lodash/collection.js new file mode 100644 index 0000000..77fe837 --- /dev/null +++ b/docs/node_modules/lodash/collection.js @@ -0,0 +1,30 @@ +module.exports = { + 'countBy': require('./countBy'), + 'each': require('./each'), + 'eachRight': require('./eachRight'), + 'every': require('./every'), + 'filter': require('./filter'), + 'find': require('./find'), + 'findLast': require('./findLast'), + 'flatMap': require('./flatMap'), + 'flatMapDeep': require('./flatMapDeep'), + 'flatMapDepth': require('./flatMapDepth'), + 'forEach': require('./forEach'), + 'forEachRight': require('./forEachRight'), + 'groupBy': require('./groupBy'), + 'includes': require('./includes'), + 'invokeMap': require('./invokeMap'), + 'keyBy': require('./keyBy'), + 'map': require('./map'), + 'orderBy': require('./orderBy'), + 'partition': require('./partition'), + 'reduce': require('./reduce'), + 'reduceRight': require('./reduceRight'), + 'reject': require('./reject'), + 'sample': require('./sample'), + 'sampleSize': require('./sampleSize'), + 'shuffle': require('./shuffle'), + 'size': require('./size'), + 'some': require('./some'), + 'sortBy': require('./sortBy') +}; diff --git a/docs/node_modules/lodash/commit.js b/docs/node_modules/lodash/commit.js new file mode 100644 index 0000000..fe4db71 --- /dev/null +++ b/docs/node_modules/lodash/commit.js @@ -0,0 +1,33 @@ +var LodashWrapper = require('./_LodashWrapper'); + +/** + * Executes the chain sequence and returns the wrapped result. + * + * @name commit + * @memberOf _ + * @since 3.2.0 + * @category Seq + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * var array = [1, 2]; + * var wrapped = _(array).push(3); + * + * console.log(array); + * // => [1, 2] + * + * wrapped = wrapped.commit(); + * console.log(array); + * // => [1, 2, 3] + * + * wrapped.last(); + * // => 3 + * + * console.log(array); + * // => [1, 2, 3] + */ +function wrapperCommit() { + return new LodashWrapper(this.value(), this.__chain__); +} + +module.exports = wrapperCommit; diff --git a/docs/node_modules/lodash/compact.js b/docs/node_modules/lodash/compact.js new file mode 100644 index 0000000..031fab4 --- /dev/null +++ b/docs/node_modules/lodash/compact.js @@ -0,0 +1,31 @@ +/** + * Creates an array with all falsey values removed. The values `false`, `null`, + * `0`, `""`, `undefined`, and `NaN` are falsey. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to compact. + * @returns {Array} Returns the new array of filtered values. + * @example + * + * _.compact([0, 1, false, 2, '', 3]); + * // => [1, 2, 3] + */ +function compact(array) { + var index = -1, + length = array == null ? 0 : array.length, + resIndex = 0, + result = []; + + while (++index < length) { + var value = array[index]; + if (value) { + result[resIndex++] = value; + } + } + return result; +} + +module.exports = compact; diff --git a/docs/node_modules/lodash/concat.js b/docs/node_modules/lodash/concat.js new file mode 100644 index 0000000..1da48a4 --- /dev/null +++ b/docs/node_modules/lodash/concat.js @@ -0,0 +1,43 @@ +var arrayPush = require('./_arrayPush'), + baseFlatten = require('./_baseFlatten'), + copyArray = require('./_copyArray'), + isArray = require('./isArray'); + +/** + * Creates a new array concatenating `array` with any additional arrays + * and/or values. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to concatenate. + * @param {...*} [values] The values to concatenate. + * @returns {Array} Returns the new concatenated array. + * @example + * + * var array = [1]; + * var other = _.concat(array, 2, [3], [[4]]); + * + * console.log(other); + * // => [1, 2, 3, [4]] + * + * console.log(array); + * // => [1] + */ +function concat() { + var length = arguments.length; + if (!length) { + return []; + } + var args = Array(length - 1), + array = arguments[0], + index = length; + + while (index--) { + args[index - 1] = arguments[index]; + } + return arrayPush(isArray(array) ? copyArray(array) : [array], baseFlatten(args, 1)); +} + +module.exports = concat; diff --git a/docs/node_modules/lodash/cond.js b/docs/node_modules/lodash/cond.js new file mode 100644 index 0000000..6455598 --- /dev/null +++ b/docs/node_modules/lodash/cond.js @@ -0,0 +1,60 @@ +var apply = require('./_apply'), + arrayMap = require('./_arrayMap'), + baseIteratee = require('./_baseIteratee'), + baseRest = require('./_baseRest'); + +/** Error message constants. */ +var FUNC_ERROR_TEXT = 'Expected a function'; + +/** + * Creates a function that iterates over `pairs` and invokes the corresponding + * function of the first predicate to return truthy. The predicate-function + * pairs are invoked with the `this` binding and arguments of the created + * function. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Util + * @param {Array} pairs The predicate-function pairs. + * @returns {Function} Returns the new composite function. + * @example + * + * var func = _.cond([ + * [_.matches({ 'a': 1 }), _.constant('matches A')], + * [_.conforms({ 'b': _.isNumber }), _.constant('matches B')], + * [_.stubTrue, _.constant('no match')] + * ]); + * + * func({ 'a': 1, 'b': 2 }); + * // => 'matches A' + * + * func({ 'a': 0, 'b': 1 }); + * // => 'matches B' + * + * func({ 'a': '1', 'b': '2' }); + * // => 'no match' + */ +function cond(pairs) { + var length = pairs == null ? 0 : pairs.length, + toIteratee = baseIteratee; + + pairs = !length ? [] : arrayMap(pairs, function(pair) { + if (typeof pair[1] != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + return [toIteratee(pair[0]), pair[1]]; + }); + + return baseRest(function(args) { + var index = -1; + while (++index < length) { + var pair = pairs[index]; + if (apply(pair[0], this, args)) { + return apply(pair[1], this, args); + } + } + }); +} + +module.exports = cond; diff --git a/docs/node_modules/lodash/conforms.js b/docs/node_modules/lodash/conforms.js new file mode 100644 index 0000000..5501a94 --- /dev/null +++ b/docs/node_modules/lodash/conforms.js @@ -0,0 +1,35 @@ +var baseClone = require('./_baseClone'), + baseConforms = require('./_baseConforms'); + +/** Used to compose bitmasks for cloning. */ +var CLONE_DEEP_FLAG = 1; + +/** + * Creates a function that invokes the predicate properties of `source` with + * the corresponding property values of a given object, returning `true` if + * all predicates return truthy, else `false`. + * + * **Note:** The created function is equivalent to `_.conformsTo` with + * `source` partially applied. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Util + * @param {Object} source The object of property predicates to conform to. + * @returns {Function} Returns the new spec function. + * @example + * + * var objects = [ + * { 'a': 2, 'b': 1 }, + * { 'a': 1, 'b': 2 } + * ]; + * + * _.filter(objects, _.conforms({ 'b': function(n) { return n > 1; } })); + * // => [{ 'a': 1, 'b': 2 }] + */ +function conforms(source) { + return baseConforms(baseClone(source, CLONE_DEEP_FLAG)); +} + +module.exports = conforms; diff --git a/docs/node_modules/lodash/conformsTo.js b/docs/node_modules/lodash/conformsTo.js new file mode 100644 index 0000000..b8a93eb --- /dev/null +++ b/docs/node_modules/lodash/conformsTo.js @@ -0,0 +1,32 @@ +var baseConformsTo = require('./_baseConformsTo'), + keys = require('./keys'); + +/** + * Checks if `object` conforms to `source` by invoking the predicate + * properties of `source` with the corresponding property values of `object`. + * + * **Note:** This method is equivalent to `_.conforms` when `source` is + * partially applied. + * + * @static + * @memberOf _ + * @since 4.14.0 + * @category Lang + * @param {Object} object The object to inspect. + * @param {Object} source The object of property predicates to conform to. + * @returns {boolean} Returns `true` if `object` conforms, else `false`. + * @example + * + * var object = { 'a': 1, 'b': 2 }; + * + * _.conformsTo(object, { 'b': function(n) { return n > 1; } }); + * // => true + * + * _.conformsTo(object, { 'b': function(n) { return n > 2; } }); + * // => false + */ +function conformsTo(object, source) { + return source == null || baseConformsTo(object, source, keys(source)); +} + +module.exports = conformsTo; diff --git a/docs/node_modules/lodash/constant.js b/docs/node_modules/lodash/constant.js new file mode 100644 index 0000000..655ece3 --- /dev/null +++ b/docs/node_modules/lodash/constant.js @@ -0,0 +1,26 @@ +/** + * Creates a function that returns `value`. + * + * @static + * @memberOf _ + * @since 2.4.0 + * @category Util + * @param {*} value The value to return from the new function. + * @returns {Function} Returns the new constant function. + * @example + * + * var objects = _.times(2, _.constant({ 'a': 1 })); + * + * console.log(objects); + * // => [{ 'a': 1 }, { 'a': 1 }] + * + * console.log(objects[0] === objects[1]); + * // => true + */ +function constant(value) { + return function() { + return value; + }; +} + +module.exports = constant; diff --git a/docs/node_modules/lodash/core.js b/docs/node_modules/lodash/core.js new file mode 100644 index 0000000..be1d567 --- /dev/null +++ b/docs/node_modules/lodash/core.js @@ -0,0 +1,3877 @@ +/** + * @license + * Lodash (Custom Build) + * Build: `lodash core -o ./dist/lodash.core.js` + * Copyright OpenJS Foundation and other contributors + * Released under MIT license + * Based on Underscore.js 1.8.3 + * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + */ +;(function() { + + /** Used as a safe reference for `undefined` in pre-ES5 environments. */ + var undefined; + + /** Used as the semantic version number. */ + var VERSION = '4.17.21'; + + /** Error message constants. */ + var FUNC_ERROR_TEXT = 'Expected a function'; + + /** Used to compose bitmasks for value comparisons. */ + var COMPARE_PARTIAL_FLAG = 1, + COMPARE_UNORDERED_FLAG = 2; + + /** Used to compose bitmasks for function metadata. */ + var WRAP_BIND_FLAG = 1, + WRAP_PARTIAL_FLAG = 32; + + /** Used as references for various `Number` constants. */ + var INFINITY = 1 / 0, + MAX_SAFE_INTEGER = 9007199254740991; + + /** `Object#toString` result references. */ + var argsTag = '[object Arguments]', + arrayTag = '[object Array]', + asyncTag = '[object AsyncFunction]', + boolTag = '[object Boolean]', + dateTag = '[object Date]', + errorTag = '[object Error]', + funcTag = '[object Function]', + genTag = '[object GeneratorFunction]', + numberTag = '[object Number]', + objectTag = '[object Object]', + proxyTag = '[object Proxy]', + regexpTag = '[object RegExp]', + stringTag = '[object String]'; + + /** Used to match HTML entities and HTML characters. */ + var reUnescapedHtml = /[&<>"']/g, + reHasUnescapedHtml = RegExp(reUnescapedHtml.source); + + /** Used to detect unsigned integer values. */ + var reIsUint = /^(?:0|[1-9]\d*)$/; + + /** Used to map characters to HTML entities. */ + var htmlEscapes = { + '&': '&', + '<': '<', + '>': '>', + '"': '"', + "'": ''' + }; + + /** Detect free variable `global` from Node.js. */ + var freeGlobal = typeof global == 'object' && global && global.Object === Object && global; + + /** Detect free variable `self`. */ + var freeSelf = typeof self == 'object' && self && self.Object === Object && self; + + /** Used as a reference to the global object. */ + var root = freeGlobal || freeSelf || Function('return this')(); + + /** Detect free variable `exports`. */ + var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; + + /** Detect free variable `module`. */ + var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; + + /*--------------------------------------------------------------------------*/ + + /** + * Appends the elements of `values` to `array`. + * + * @private + * @param {Array} array The array to modify. + * @param {Array} values The values to append. + * @returns {Array} Returns `array`. + */ + function arrayPush(array, values) { + array.push.apply(array, values); + return array; + } + + /** + * The base implementation of `_.findIndex` and `_.findLastIndex` without + * support for iteratee shorthands. + * + * @private + * @param {Array} array The array to inspect. + * @param {Function} predicate The function invoked per iteration. + * @param {number} fromIndex The index to search from. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {number} Returns the index of the matched value, else `-1`. + */ + function baseFindIndex(array, predicate, fromIndex, fromRight) { + var length = array.length, + index = fromIndex + (fromRight ? 1 : -1); + + while ((fromRight ? index-- : ++index < length)) { + if (predicate(array[index], index, array)) { + return index; + } + } + return -1; + } + + /** + * The base implementation of `_.property` without support for deep paths. + * + * @private + * @param {string} key The key of the property to get. + * @returns {Function} Returns the new accessor function. + */ + function baseProperty(key) { + return function(object) { + return object == null ? undefined : object[key]; + }; + } + + /** + * The base implementation of `_.propertyOf` without support for deep paths. + * + * @private + * @param {Object} object The object to query. + * @returns {Function} Returns the new accessor function. + */ + function basePropertyOf(object) { + return function(key) { + return object == null ? undefined : object[key]; + }; + } + + /** + * The base implementation of `_.reduce` and `_.reduceRight`, without support + * for iteratee shorthands, which iterates over `collection` using `eachFunc`. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {*} accumulator The initial value. + * @param {boolean} initAccum Specify using the first or last element of + * `collection` as the initial value. + * @param {Function} eachFunc The function to iterate over `collection`. + * @returns {*} Returns the accumulated value. + */ + function baseReduce(collection, iteratee, accumulator, initAccum, eachFunc) { + eachFunc(collection, function(value, index, collection) { + accumulator = initAccum + ? (initAccum = false, value) + : iteratee(accumulator, value, index, collection); + }); + return accumulator; + } + + /** + * The base implementation of `_.values` and `_.valuesIn` which creates an + * array of `object` property values corresponding to the property names + * of `props`. + * + * @private + * @param {Object} object The object to query. + * @param {Array} props The property names to get values for. + * @returns {Object} Returns the array of property values. + */ + function baseValues(object, props) { + return baseMap(props, function(key) { + return object[key]; + }); + } + + /** + * Used by `_.escape` to convert characters to HTML entities. + * + * @private + * @param {string} chr The matched character to escape. + * @returns {string} Returns the escaped character. + */ + var escapeHtmlChar = basePropertyOf(htmlEscapes); + + /** + * Creates a unary function that invokes `func` with its argument transformed. + * + * @private + * @param {Function} func The function to wrap. + * @param {Function} transform The argument transform. + * @returns {Function} Returns the new function. + */ + function overArg(func, transform) { + return function(arg) { + return func(transform(arg)); + }; + } + + /*--------------------------------------------------------------------------*/ + + /** Used for built-in method references. */ + var arrayProto = Array.prototype, + objectProto = Object.prototype; + + /** Used to check objects for own properties. */ + var hasOwnProperty = objectProto.hasOwnProperty; + + /** Used to generate unique IDs. */ + var idCounter = 0; + + /** + * Used to resolve the + * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) + * of values. + */ + var nativeObjectToString = objectProto.toString; + + /** Used to restore the original `_` reference in `_.noConflict`. */ + var oldDash = root._; + + /** Built-in value references. */ + var objectCreate = Object.create, + propertyIsEnumerable = objectProto.propertyIsEnumerable; + + /* Built-in method references for those with the same name as other `lodash` methods. */ + var nativeIsFinite = root.isFinite, + nativeKeys = overArg(Object.keys, Object), + nativeMax = Math.max; + + /*------------------------------------------------------------------------*/ + + /** + * Creates a `lodash` object which wraps `value` to enable implicit method + * chain sequences. Methods that operate on and return arrays, collections, + * and functions can be chained together. Methods that retrieve a single value + * or may return a primitive value will automatically end the chain sequence + * and return the unwrapped value. Otherwise, the value must be unwrapped + * with `_#value`. + * + * Explicit chain sequences, which must be unwrapped with `_#value`, may be + * enabled using `_.chain`. + * + * The execution of chained methods is lazy, that is, it's deferred until + * `_#value` is implicitly or explicitly called. + * + * Lazy evaluation allows several methods to support shortcut fusion. + * Shortcut fusion is an optimization to merge iteratee calls; this avoids + * the creation of intermediate arrays and can greatly reduce the number of + * iteratee executions. Sections of a chain sequence qualify for shortcut + * fusion if the section is applied to an array and iteratees accept only + * one argument. The heuristic for whether a section qualifies for shortcut + * fusion is subject to change. + * + * Chaining is supported in custom builds as long as the `_#value` method is + * directly or indirectly included in the build. + * + * In addition to lodash methods, wrappers have `Array` and `String` methods. + * + * The wrapper `Array` methods are: + * `concat`, `join`, `pop`, `push`, `shift`, `sort`, `splice`, and `unshift` + * + * The wrapper `String` methods are: + * `replace` and `split` + * + * The wrapper methods that support shortcut fusion are: + * `at`, `compact`, `drop`, `dropRight`, `dropWhile`, `filter`, `find`, + * `findLast`, `head`, `initial`, `last`, `map`, `reject`, `reverse`, `slice`, + * `tail`, `take`, `takeRight`, `takeRightWhile`, `takeWhile`, and `toArray` + * + * The chainable wrapper methods are: + * `after`, `ary`, `assign`, `assignIn`, `assignInWith`, `assignWith`, `at`, + * `before`, `bind`, `bindAll`, `bindKey`, `castArray`, `chain`, `chunk`, + * `commit`, `compact`, `concat`, `conforms`, `constant`, `countBy`, `create`, + * `curry`, `debounce`, `defaults`, `defaultsDeep`, `defer`, `delay`, + * `difference`, `differenceBy`, `differenceWith`, `drop`, `dropRight`, + * `dropRightWhile`, `dropWhile`, `extend`, `extendWith`, `fill`, `filter`, + * `flatMap`, `flatMapDeep`, `flatMapDepth`, `flatten`, `flattenDeep`, + * `flattenDepth`, `flip`, `flow`, `flowRight`, `fromPairs`, `functions`, + * `functionsIn`, `groupBy`, `initial`, `intersection`, `intersectionBy`, + * `intersectionWith`, `invert`, `invertBy`, `invokeMap`, `iteratee`, `keyBy`, + * `keys`, `keysIn`, `map`, `mapKeys`, `mapValues`, `matches`, `matchesProperty`, + * `memoize`, `merge`, `mergeWith`, `method`, `methodOf`, `mixin`, `negate`, + * `nthArg`, `omit`, `omitBy`, `once`, `orderBy`, `over`, `overArgs`, + * `overEvery`, `overSome`, `partial`, `partialRight`, `partition`, `pick`, + * `pickBy`, `plant`, `property`, `propertyOf`, `pull`, `pullAll`, `pullAllBy`, + * `pullAllWith`, `pullAt`, `push`, `range`, `rangeRight`, `rearg`, `reject`, + * `remove`, `rest`, `reverse`, `sampleSize`, `set`, `setWith`, `shuffle`, + * `slice`, `sort`, `sortBy`, `splice`, `spread`, `tail`, `take`, `takeRight`, + * `takeRightWhile`, `takeWhile`, `tap`, `throttle`, `thru`, `toArray`, + * `toPairs`, `toPairsIn`, `toPath`, `toPlainObject`, `transform`, `unary`, + * `union`, `unionBy`, `unionWith`, `uniq`, `uniqBy`, `uniqWith`, `unset`, + * `unshift`, `unzip`, `unzipWith`, `update`, `updateWith`, `values`, + * `valuesIn`, `without`, `wrap`, `xor`, `xorBy`, `xorWith`, `zip`, + * `zipObject`, `zipObjectDeep`, and `zipWith` + * + * The wrapper methods that are **not** chainable by default are: + * `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clamp`, `clone`, + * `cloneDeep`, `cloneDeepWith`, `cloneWith`, `conformsTo`, `deburr`, + * `defaultTo`, `divide`, `each`, `eachRight`, `endsWith`, `eq`, `escape`, + * `escapeRegExp`, `every`, `find`, `findIndex`, `findKey`, `findLast`, + * `findLastIndex`, `findLastKey`, `first`, `floor`, `forEach`, `forEachRight`, + * `forIn`, `forInRight`, `forOwn`, `forOwnRight`, `get`, `gt`, `gte`, `has`, + * `hasIn`, `head`, `identity`, `includes`, `indexOf`, `inRange`, `invoke`, + * `isArguments`, `isArray`, `isArrayBuffer`, `isArrayLike`, `isArrayLikeObject`, + * `isBoolean`, `isBuffer`, `isDate`, `isElement`, `isEmpty`, `isEqual`, + * `isEqualWith`, `isError`, `isFinite`, `isFunction`, `isInteger`, `isLength`, + * `isMap`, `isMatch`, `isMatchWith`, `isNaN`, `isNative`, `isNil`, `isNull`, + * `isNumber`, `isObject`, `isObjectLike`, `isPlainObject`, `isRegExp`, + * `isSafeInteger`, `isSet`, `isString`, `isUndefined`, `isTypedArray`, + * `isWeakMap`, `isWeakSet`, `join`, `kebabCase`, `last`, `lastIndexOf`, + * `lowerCase`, `lowerFirst`, `lt`, `lte`, `max`, `maxBy`, `mean`, `meanBy`, + * `min`, `minBy`, `multiply`, `noConflict`, `noop`, `now`, `nth`, `pad`, + * `padEnd`, `padStart`, `parseInt`, `pop`, `random`, `reduce`, `reduceRight`, + * `repeat`, `result`, `round`, `runInContext`, `sample`, `shift`, `size`, + * `snakeCase`, `some`, `sortedIndex`, `sortedIndexBy`, `sortedLastIndex`, + * `sortedLastIndexBy`, `startCase`, `startsWith`, `stubArray`, `stubFalse`, + * `stubObject`, `stubString`, `stubTrue`, `subtract`, `sum`, `sumBy`, + * `template`, `times`, `toFinite`, `toInteger`, `toJSON`, `toLength`, + * `toLower`, `toNumber`, `toSafeInteger`, `toString`, `toUpper`, `trim`, + * `trimEnd`, `trimStart`, `truncate`, `unescape`, `uniqueId`, `upperCase`, + * `upperFirst`, `value`, and `words` + * + * @name _ + * @constructor + * @category Seq + * @param {*} value The value to wrap in a `lodash` instance. + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * function square(n) { + * return n * n; + * } + * + * var wrapped = _([1, 2, 3]); + * + * // Returns an unwrapped value. + * wrapped.reduce(_.add); + * // => 6 + * + * // Returns a wrapped value. + * var squares = wrapped.map(square); + * + * _.isArray(squares); + * // => false + * + * _.isArray(squares.value()); + * // => true + */ + function lodash(value) { + return value instanceof LodashWrapper + ? value + : new LodashWrapper(value); + } + + /** + * The base implementation of `_.create` without support for assigning + * properties to the created object. + * + * @private + * @param {Object} proto The object to inherit from. + * @returns {Object} Returns the new object. + */ + var baseCreate = (function() { + function object() {} + return function(proto) { + if (!isObject(proto)) { + return {}; + } + if (objectCreate) { + return objectCreate(proto); + } + object.prototype = proto; + var result = new object; + object.prototype = undefined; + return result; + }; + }()); + + /** + * The base constructor for creating `lodash` wrapper objects. + * + * @private + * @param {*} value The value to wrap. + * @param {boolean} [chainAll] Enable explicit method chain sequences. + */ + function LodashWrapper(value, chainAll) { + this.__wrapped__ = value; + this.__actions__ = []; + this.__chain__ = !!chainAll; + } + + LodashWrapper.prototype = baseCreate(lodash.prototype); + LodashWrapper.prototype.constructor = LodashWrapper; + + /*------------------------------------------------------------------------*/ + + /** + * Assigns `value` to `key` of `object` if the existing value is not equivalent + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. + * + * @private + * @param {Object} object The object to modify. + * @param {string} key The key of the property to assign. + * @param {*} value The value to assign. + */ + function assignValue(object, key, value) { + var objValue = object[key]; + if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) || + (value === undefined && !(key in object))) { + baseAssignValue(object, key, value); + } + } + + /** + * The base implementation of `assignValue` and `assignMergeValue` without + * value checks. + * + * @private + * @param {Object} object The object to modify. + * @param {string} key The key of the property to assign. + * @param {*} value The value to assign. + */ + function baseAssignValue(object, key, value) { + object[key] = value; + } + + /** + * The base implementation of `_.delay` and `_.defer` which accepts `args` + * to provide to `func`. + * + * @private + * @param {Function} func The function to delay. + * @param {number} wait The number of milliseconds to delay invocation. + * @param {Array} args The arguments to provide to `func`. + * @returns {number|Object} Returns the timer id or timeout object. + */ + function baseDelay(func, wait, args) { + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + return setTimeout(function() { func.apply(undefined, args); }, wait); + } + + /** + * The base implementation of `_.forEach` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array|Object} Returns `collection`. + */ + var baseEach = createBaseEach(baseForOwn); + + /** + * The base implementation of `_.every` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {boolean} Returns `true` if all elements pass the predicate check, + * else `false` + */ + function baseEvery(collection, predicate) { + var result = true; + baseEach(collection, function(value, index, collection) { + result = !!predicate(value, index, collection); + return result; + }); + return result; + } + + /** + * The base implementation of methods like `_.max` and `_.min` which accepts a + * `comparator` to determine the extremum value. + * + * @private + * @param {Array} array The array to iterate over. + * @param {Function} iteratee The iteratee invoked per iteration. + * @param {Function} comparator The comparator used to compare values. + * @returns {*} Returns the extremum value. + */ + function baseExtremum(array, iteratee, comparator) { + var index = -1, + length = array.length; + + while (++index < length) { + var value = array[index], + current = iteratee(value); + + if (current != null && (computed === undefined + ? (current === current && !false) + : comparator(current, computed) + )) { + var computed = current, + result = value; + } + } + return result; + } + + /** + * The base implementation of `_.filter` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {Array} Returns the new filtered array. + */ + function baseFilter(collection, predicate) { + var result = []; + baseEach(collection, function(value, index, collection) { + if (predicate(value, index, collection)) { + result.push(value); + } + }); + return result; + } + + /** + * The base implementation of `_.flatten` with support for restricting flattening. + * + * @private + * @param {Array} array The array to flatten. + * @param {number} depth The maximum recursion depth. + * @param {boolean} [predicate=isFlattenable] The function invoked per iteration. + * @param {boolean} [isStrict] Restrict to values that pass `predicate` checks. + * @param {Array} [result=[]] The initial result value. + * @returns {Array} Returns the new flattened array. + */ + function baseFlatten(array, depth, predicate, isStrict, result) { + var index = -1, + length = array.length; + + predicate || (predicate = isFlattenable); + result || (result = []); + + while (++index < length) { + var value = array[index]; + if (depth > 0 && predicate(value)) { + if (depth > 1) { + // Recursively flatten arrays (susceptible to call stack limits). + baseFlatten(value, depth - 1, predicate, isStrict, result); + } else { + arrayPush(result, value); + } + } else if (!isStrict) { + result[result.length] = value; + } + } + return result; + } + + /** + * The base implementation of `baseForOwn` which iterates over `object` + * properties returned by `keysFunc` and invokes `iteratee` for each property. + * Iteratee functions may exit iteration early by explicitly returning `false`. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {Function} keysFunc The function to get the keys of `object`. + * @returns {Object} Returns `object`. + */ + var baseFor = createBaseFor(); + + /** + * The base implementation of `_.forOwn` without support for iteratee shorthands. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Object} Returns `object`. + */ + function baseForOwn(object, iteratee) { + return object && baseFor(object, iteratee, keys); + } + + /** + * The base implementation of `_.functions` which creates an array of + * `object` function property names filtered from `props`. + * + * @private + * @param {Object} object The object to inspect. + * @param {Array} props The property names to filter. + * @returns {Array} Returns the function names. + */ + function baseFunctions(object, props) { + return baseFilter(props, function(key) { + return isFunction(object[key]); + }); + } + + /** + * The base implementation of `getTag` without fallbacks for buggy environments. + * + * @private + * @param {*} value The value to query. + * @returns {string} Returns the `toStringTag`. + */ + function baseGetTag(value) { + return objectToString(value); + } + + /** + * The base implementation of `_.gt` which doesn't coerce arguments. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is greater than `other`, + * else `false`. + */ + function baseGt(value, other) { + return value > other; + } + + /** + * The base implementation of `_.isArguments`. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an `arguments` object, + */ + var baseIsArguments = noop; + + /** + * The base implementation of `_.isDate` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a date object, else `false`. + */ + function baseIsDate(value) { + return isObjectLike(value) && baseGetTag(value) == dateTag; + } + + /** + * The base implementation of `_.isEqual` which supports partial comparisons + * and tracks traversed objects. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @param {boolean} bitmask The bitmask flags. + * 1 - Unordered comparison + * 2 - Partial comparison + * @param {Function} [customizer] The function to customize comparisons. + * @param {Object} [stack] Tracks traversed `value` and `other` objects. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + */ + function baseIsEqual(value, other, bitmask, customizer, stack) { + if (value === other) { + return true; + } + if (value == null || other == null || (!isObjectLike(value) && !isObjectLike(other))) { + return value !== value && other !== other; + } + return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack); + } + + /** + * A specialized version of `baseIsEqual` for arrays and objects which performs + * deep comparisons and tracks traversed objects enabling objects with circular + * references to be compared. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} [stack] Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + */ + function baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) { + var objIsArr = isArray(object), + othIsArr = isArray(other), + objTag = objIsArr ? arrayTag : baseGetTag(object), + othTag = othIsArr ? arrayTag : baseGetTag(other); + + objTag = objTag == argsTag ? objectTag : objTag; + othTag = othTag == argsTag ? objectTag : othTag; + + var objIsObj = objTag == objectTag, + othIsObj = othTag == objectTag, + isSameTag = objTag == othTag; + + stack || (stack = []); + var objStack = find(stack, function(entry) { + return entry[0] == object; + }); + var othStack = find(stack, function(entry) { + return entry[0] == other; + }); + if (objStack && othStack) { + return objStack[1] == other; + } + stack.push([object, other]); + stack.push([other, object]); + if (isSameTag && !objIsObj) { + var result = (objIsArr) + ? equalArrays(object, other, bitmask, customizer, equalFunc, stack) + : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack); + stack.pop(); + return result; + } + if (!(bitmask & COMPARE_PARTIAL_FLAG)) { + var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'), + othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__'); + + if (objIsWrapped || othIsWrapped) { + var objUnwrapped = objIsWrapped ? object.value() : object, + othUnwrapped = othIsWrapped ? other.value() : other; + + var result = equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack); + stack.pop(); + return result; + } + } + if (!isSameTag) { + return false; + } + var result = equalObjects(object, other, bitmask, customizer, equalFunc, stack); + stack.pop(); + return result; + } + + /** + * The base implementation of `_.isRegExp` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a regexp, else `false`. + */ + function baseIsRegExp(value) { + return isObjectLike(value) && baseGetTag(value) == regexpTag; + } + + /** + * The base implementation of `_.iteratee`. + * + * @private + * @param {*} [value=_.identity] The value to convert to an iteratee. + * @returns {Function} Returns the iteratee. + */ + function baseIteratee(func) { + if (typeof func == 'function') { + return func; + } + if (func == null) { + return identity; + } + return (typeof func == 'object' ? baseMatches : baseProperty)(func); + } + + /** + * The base implementation of `_.lt` which doesn't coerce arguments. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is less than `other`, + * else `false`. + */ + function baseLt(value, other) { + return value < other; + } + + /** + * The base implementation of `_.map` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns the new mapped array. + */ + function baseMap(collection, iteratee) { + var index = -1, + result = isArrayLike(collection) ? Array(collection.length) : []; + + baseEach(collection, function(value, key, collection) { + result[++index] = iteratee(value, key, collection); + }); + return result; + } + + /** + * The base implementation of `_.matches` which doesn't clone `source`. + * + * @private + * @param {Object} source The object of property values to match. + * @returns {Function} Returns the new spec function. + */ + function baseMatches(source) { + var props = nativeKeys(source); + return function(object) { + var length = props.length; + if (object == null) { + return !length; + } + object = Object(object); + while (length--) { + var key = props[length]; + if (!(key in object && + baseIsEqual(source[key], object[key], COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG) + )) { + return false; + } + } + return true; + }; + } + + /** + * The base implementation of `_.pick` without support for individual + * property identifiers. + * + * @private + * @param {Object} object The source object. + * @param {string[]} paths The property paths to pick. + * @returns {Object} Returns the new object. + */ + function basePick(object, props) { + object = Object(object); + return reduce(props, function(result, key) { + if (key in object) { + result[key] = object[key]; + } + return result; + }, {}); + } + + /** + * The base implementation of `_.rest` which doesn't validate or coerce arguments. + * + * @private + * @param {Function} func The function to apply a rest parameter to. + * @param {number} [start=func.length-1] The start position of the rest parameter. + * @returns {Function} Returns the new function. + */ + function baseRest(func, start) { + return setToString(overRest(func, start, identity), func + ''); + } + + /** + * The base implementation of `_.slice` without an iteratee call guard. + * + * @private + * @param {Array} array The array to slice. + * @param {number} [start=0] The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns the slice of `array`. + */ + function baseSlice(array, start, end) { + var index = -1, + length = array.length; + + if (start < 0) { + start = -start > length ? 0 : (length + start); + } + end = end > length ? length : end; + if (end < 0) { + end += length; + } + length = start > end ? 0 : ((end - start) >>> 0); + start >>>= 0; + + var result = Array(length); + while (++index < length) { + result[index] = array[index + start]; + } + return result; + } + + /** + * Copies the values of `source` to `array`. + * + * @private + * @param {Array} source The array to copy values from. + * @param {Array} [array=[]] The array to copy values to. + * @returns {Array} Returns `array`. + */ + function copyArray(source) { + return baseSlice(source, 0, source.length); + } + + /** + * The base implementation of `_.some` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {boolean} Returns `true` if any element passes the predicate check, + * else `false`. + */ + function baseSome(collection, predicate) { + var result; + + baseEach(collection, function(value, index, collection) { + result = predicate(value, index, collection); + return !result; + }); + return !!result; + } + + /** + * The base implementation of `wrapperValue` which returns the result of + * performing a sequence of actions on the unwrapped `value`, where each + * successive action is supplied the return value of the previous. + * + * @private + * @param {*} value The unwrapped value. + * @param {Array} actions Actions to perform to resolve the unwrapped value. + * @returns {*} Returns the resolved value. + */ + function baseWrapperValue(value, actions) { + var result = value; + return reduce(actions, function(result, action) { + return action.func.apply(action.thisArg, arrayPush([result], action.args)); + }, result); + } + + /** + * Compares values to sort them in ascending order. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {number} Returns the sort order indicator for `value`. + */ + function compareAscending(value, other) { + if (value !== other) { + var valIsDefined = value !== undefined, + valIsNull = value === null, + valIsReflexive = value === value, + valIsSymbol = false; + + var othIsDefined = other !== undefined, + othIsNull = other === null, + othIsReflexive = other === other, + othIsSymbol = false; + + if ((!othIsNull && !othIsSymbol && !valIsSymbol && value > other) || + (valIsSymbol && othIsDefined && othIsReflexive && !othIsNull && !othIsSymbol) || + (valIsNull && othIsDefined && othIsReflexive) || + (!valIsDefined && othIsReflexive) || + !valIsReflexive) { + return 1; + } + if ((!valIsNull && !valIsSymbol && !othIsSymbol && value < other) || + (othIsSymbol && valIsDefined && valIsReflexive && !valIsNull && !valIsSymbol) || + (othIsNull && valIsDefined && valIsReflexive) || + (!othIsDefined && valIsReflexive) || + !othIsReflexive) { + return -1; + } + } + return 0; + } + + /** + * Copies properties of `source` to `object`. + * + * @private + * @param {Object} source The object to copy properties from. + * @param {Array} props The property identifiers to copy. + * @param {Object} [object={}] The object to copy properties to. + * @param {Function} [customizer] The function to customize copied values. + * @returns {Object} Returns `object`. + */ + function copyObject(source, props, object, customizer) { + var isNew = !object; + object || (object = {}); + + var index = -1, + length = props.length; + + while (++index < length) { + var key = props[index]; + + var newValue = customizer + ? customizer(object[key], source[key], key, object, source) + : undefined; + + if (newValue === undefined) { + newValue = source[key]; + } + if (isNew) { + baseAssignValue(object, key, newValue); + } else { + assignValue(object, key, newValue); + } + } + return object; + } + + /** + * Creates a function like `_.assign`. + * + * @private + * @param {Function} assigner The function to assign values. + * @returns {Function} Returns the new assigner function. + */ + function createAssigner(assigner) { + return baseRest(function(object, sources) { + var index = -1, + length = sources.length, + customizer = length > 1 ? sources[length - 1] : undefined; + + customizer = (assigner.length > 3 && typeof customizer == 'function') + ? (length--, customizer) + : undefined; + + object = Object(object); + while (++index < length) { + var source = sources[index]; + if (source) { + assigner(object, source, index, customizer); + } + } + return object; + }); + } + + /** + * Creates a `baseEach` or `baseEachRight` function. + * + * @private + * @param {Function} eachFunc The function to iterate over a collection. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Function} Returns the new base function. + */ + function createBaseEach(eachFunc, fromRight) { + return function(collection, iteratee) { + if (collection == null) { + return collection; + } + if (!isArrayLike(collection)) { + return eachFunc(collection, iteratee); + } + var length = collection.length, + index = fromRight ? length : -1, + iterable = Object(collection); + + while ((fromRight ? index-- : ++index < length)) { + if (iteratee(iterable[index], index, iterable) === false) { + break; + } + } + return collection; + }; + } + + /** + * Creates a base function for methods like `_.forIn` and `_.forOwn`. + * + * @private + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Function} Returns the new base function. + */ + function createBaseFor(fromRight) { + return function(object, iteratee, keysFunc) { + var index = -1, + iterable = Object(object), + props = keysFunc(object), + length = props.length; + + while (length--) { + var key = props[fromRight ? length : ++index]; + if (iteratee(iterable[key], key, iterable) === false) { + break; + } + } + return object; + }; + } + + /** + * Creates a function that produces an instance of `Ctor` regardless of + * whether it was invoked as part of a `new` expression or by `call` or `apply`. + * + * @private + * @param {Function} Ctor The constructor to wrap. + * @returns {Function} Returns the new wrapped function. + */ + function createCtor(Ctor) { + return function() { + // Use a `switch` statement to work with class constructors. See + // http://ecma-international.org/ecma-262/7.0/#sec-ecmascript-function-objects-call-thisargument-argumentslist + // for more details. + var args = arguments; + var thisBinding = baseCreate(Ctor.prototype), + result = Ctor.apply(thisBinding, args); + + // Mimic the constructor's `return` behavior. + // See https://es5.github.io/#x13.2.2 for more details. + return isObject(result) ? result : thisBinding; + }; + } + + /** + * Creates a `_.find` or `_.findLast` function. + * + * @private + * @param {Function} findIndexFunc The function to find the collection index. + * @returns {Function} Returns the new find function. + */ + function createFind(findIndexFunc) { + return function(collection, predicate, fromIndex) { + var iterable = Object(collection); + if (!isArrayLike(collection)) { + var iteratee = baseIteratee(predicate, 3); + collection = keys(collection); + predicate = function(key) { return iteratee(iterable[key], key, iterable); }; + } + var index = findIndexFunc(collection, predicate, fromIndex); + return index > -1 ? iterable[iteratee ? collection[index] : index] : undefined; + }; + } + + /** + * Creates a function that wraps `func` to invoke it with the `this` binding + * of `thisArg` and `partials` prepended to the arguments it receives. + * + * @private + * @param {Function} func The function to wrap. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @param {*} thisArg The `this` binding of `func`. + * @param {Array} partials The arguments to prepend to those provided to + * the new function. + * @returns {Function} Returns the new wrapped function. + */ + function createPartial(func, bitmask, thisArg, partials) { + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + var isBind = bitmask & WRAP_BIND_FLAG, + Ctor = createCtor(func); + + function wrapper() { + var argsIndex = -1, + argsLength = arguments.length, + leftIndex = -1, + leftLength = partials.length, + args = Array(leftLength + argsLength), + fn = (this && this !== root && this instanceof wrapper) ? Ctor : func; + + while (++leftIndex < leftLength) { + args[leftIndex] = partials[leftIndex]; + } + while (argsLength--) { + args[leftIndex++] = arguments[++argsIndex]; + } + return fn.apply(isBind ? thisArg : this, args); + } + return wrapper; + } + + /** + * A specialized version of `baseIsEqualDeep` for arrays with support for + * partial deep comparisons. + * + * @private + * @param {Array} array The array to compare. + * @param {Array} other The other array to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `array` and `other` objects. + * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`. + */ + function equalArrays(array, other, bitmask, customizer, equalFunc, stack) { + var isPartial = bitmask & COMPARE_PARTIAL_FLAG, + arrLength = array.length, + othLength = other.length; + + if (arrLength != othLength && !(isPartial && othLength > arrLength)) { + return false; + } + // Check that cyclic values are equal. + var arrStacked = stack.get(array); + var othStacked = stack.get(other); + if (arrStacked && othStacked) { + return arrStacked == other && othStacked == array; + } + var index = -1, + result = true, + seen = (bitmask & COMPARE_UNORDERED_FLAG) ? [] : undefined; + + // Ignore non-index properties. + while (++index < arrLength) { + var arrValue = array[index], + othValue = other[index]; + + var compared; + if (compared !== undefined) { + if (compared) { + continue; + } + result = false; + break; + } + // Recursively compare arrays (susceptible to call stack limits). + if (seen) { + if (!baseSome(other, function(othValue, othIndex) { + if (!indexOf(seen, othIndex) && + (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) { + return seen.push(othIndex); + } + })) { + result = false; + break; + } + } else if (!( + arrValue === othValue || + equalFunc(arrValue, othValue, bitmask, customizer, stack) + )) { + result = false; + break; + } + } + return result; + } + + /** + * A specialized version of `baseIsEqualDeep` for comparing objects of + * the same `toStringTag`. + * + * **Note:** This function only supports comparing values with tags of + * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {string} tag The `toStringTag` of the objects to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + */ + function equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) { + switch (tag) { + + case boolTag: + case dateTag: + case numberTag: + // Coerce booleans to `1` or `0` and dates to milliseconds. + // Invalid dates are coerced to `NaN`. + return eq(+object, +other); + + case errorTag: + return object.name == other.name && object.message == other.message; + + case regexpTag: + case stringTag: + // Coerce regexes to strings and treat strings, primitives and objects, + // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring + // for more details. + return object == (other + ''); + + } + return false; + } + + /** + * A specialized version of `baseIsEqualDeep` for objects with support for + * partial deep comparisons. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + */ + function equalObjects(object, other, bitmask, customizer, equalFunc, stack) { + var isPartial = bitmask & COMPARE_PARTIAL_FLAG, + objProps = keys(object), + objLength = objProps.length, + othProps = keys(other), + othLength = othProps.length; + + if (objLength != othLength && !isPartial) { + return false; + } + var index = objLength; + while (index--) { + var key = objProps[index]; + if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) { + return false; + } + } + // Check that cyclic values are equal. + var objStacked = stack.get(object); + var othStacked = stack.get(other); + if (objStacked && othStacked) { + return objStacked == other && othStacked == object; + } + var result = true; + + var skipCtor = isPartial; + while (++index < objLength) { + key = objProps[index]; + var objValue = object[key], + othValue = other[key]; + + var compared; + // Recursively compare objects (susceptible to call stack limits). + if (!(compared === undefined + ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack)) + : compared + )) { + result = false; + break; + } + skipCtor || (skipCtor = key == 'constructor'); + } + if (result && !skipCtor) { + var objCtor = object.constructor, + othCtor = other.constructor; + + // Non `Object` object instances with different constructors are not equal. + if (objCtor != othCtor && + ('constructor' in object && 'constructor' in other) && + !(typeof objCtor == 'function' && objCtor instanceof objCtor && + typeof othCtor == 'function' && othCtor instanceof othCtor)) { + result = false; + } + } + return result; + } + + /** + * A specialized version of `baseRest` which flattens the rest array. + * + * @private + * @param {Function} func The function to apply a rest parameter to. + * @returns {Function} Returns the new function. + */ + function flatRest(func) { + return setToString(overRest(func, undefined, flatten), func + ''); + } + + /** + * Checks if `value` is a flattenable `arguments` object or array. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is flattenable, else `false`. + */ + function isFlattenable(value) { + return isArray(value) || isArguments(value); + } + + /** + * Checks if `value` is a valid array-like index. + * + * @private + * @param {*} value The value to check. + * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index. + * @returns {boolean} Returns `true` if `value` is a valid index, else `false`. + */ + function isIndex(value, length) { + var type = typeof value; + length = length == null ? MAX_SAFE_INTEGER : length; + + return !!length && + (type == 'number' || + (type != 'symbol' && reIsUint.test(value))) && + (value > -1 && value % 1 == 0 && value < length); + } + + /** + * Checks if the given arguments are from an iteratee call. + * + * @private + * @param {*} value The potential iteratee value argument. + * @param {*} index The potential iteratee index or key argument. + * @param {*} object The potential iteratee object argument. + * @returns {boolean} Returns `true` if the arguments are from an iteratee call, + * else `false`. + */ + function isIterateeCall(value, index, object) { + if (!isObject(object)) { + return false; + } + var type = typeof index; + if (type == 'number' + ? (isArrayLike(object) && isIndex(index, object.length)) + : (type == 'string' && index in object) + ) { + return eq(object[index], value); + } + return false; + } + + /** + * This function is like + * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) + * except that it includes inherited enumerable properties. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + */ + function nativeKeysIn(object) { + var result = []; + if (object != null) { + for (var key in Object(object)) { + result.push(key); + } + } + return result; + } + + /** + * Converts `value` to a string using `Object.prototype.toString`. + * + * @private + * @param {*} value The value to convert. + * @returns {string} Returns the converted string. + */ + function objectToString(value) { + return nativeObjectToString.call(value); + } + + /** + * A specialized version of `baseRest` which transforms the rest array. + * + * @private + * @param {Function} func The function to apply a rest parameter to. + * @param {number} [start=func.length-1] The start position of the rest parameter. + * @param {Function} transform The rest array transform. + * @returns {Function} Returns the new function. + */ + function overRest(func, start, transform) { + start = nativeMax(start === undefined ? (func.length - 1) : start, 0); + return function() { + var args = arguments, + index = -1, + length = nativeMax(args.length - start, 0), + array = Array(length); + + while (++index < length) { + array[index] = args[start + index]; + } + index = -1; + var otherArgs = Array(start + 1); + while (++index < start) { + otherArgs[index] = args[index]; + } + otherArgs[start] = transform(array); + return func.apply(this, otherArgs); + }; + } + + /** + * Sets the `toString` method of `func` to return `string`. + * + * @private + * @param {Function} func The function to modify. + * @param {Function} string The `toString` result. + * @returns {Function} Returns `func`. + */ + var setToString = identity; + + /*------------------------------------------------------------------------*/ + + /** + * Creates an array with all falsey values removed. The values `false`, `null`, + * `0`, `""`, `undefined`, and `NaN` are falsey. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to compact. + * @returns {Array} Returns the new array of filtered values. + * @example + * + * _.compact([0, 1, false, 2, '', 3]); + * // => [1, 2, 3] + */ + function compact(array) { + return baseFilter(array, Boolean); + } + + /** + * Creates a new array concatenating `array` with any additional arrays + * and/or values. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to concatenate. + * @param {...*} [values] The values to concatenate. + * @returns {Array} Returns the new concatenated array. + * @example + * + * var array = [1]; + * var other = _.concat(array, 2, [3], [[4]]); + * + * console.log(other); + * // => [1, 2, 3, [4]] + * + * console.log(array); + * // => [1] + */ + function concat() { + var length = arguments.length; + if (!length) { + return []; + } + var args = Array(length - 1), + array = arguments[0], + index = length; + + while (index--) { + args[index - 1] = arguments[index]; + } + return arrayPush(isArray(array) ? copyArray(array) : [array], baseFlatten(args, 1)); + } + + /** + * This method is like `_.find` except that it returns the index of the first + * element `predicate` returns truthy for instead of the element itself. + * + * @static + * @memberOf _ + * @since 1.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param {number} [fromIndex=0] The index to search from. + * @returns {number} Returns the index of the found element, else `-1`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': false }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': true } + * ]; + * + * _.findIndex(users, function(o) { return o.user == 'barney'; }); + * // => 0 + * + * // The `_.matches` iteratee shorthand. + * _.findIndex(users, { 'user': 'fred', 'active': false }); + * // => 1 + * + * // The `_.matchesProperty` iteratee shorthand. + * _.findIndex(users, ['active', false]); + * // => 0 + * + * // The `_.property` iteratee shorthand. + * _.findIndex(users, 'active'); + * // => 2 + */ + function findIndex(array, predicate, fromIndex) { + var length = array == null ? 0 : array.length; + if (!length) { + return -1; + } + var index = fromIndex == null ? 0 : toInteger(fromIndex); + if (index < 0) { + index = nativeMax(length + index, 0); + } + return baseFindIndex(array, baseIteratee(predicate, 3), index); + } + + /** + * Flattens `array` a single level deep. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to flatten. + * @returns {Array} Returns the new flattened array. + * @example + * + * _.flatten([1, [2, [3, [4]], 5]]); + * // => [1, 2, [3, [4]], 5] + */ + function flatten(array) { + var length = array == null ? 0 : array.length; + return length ? baseFlatten(array, 1) : []; + } + + /** + * Recursively flattens `array`. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to flatten. + * @returns {Array} Returns the new flattened array. + * @example + * + * _.flattenDeep([1, [2, [3, [4]], 5]]); + * // => [1, 2, 3, 4, 5] + */ + function flattenDeep(array) { + var length = array == null ? 0 : array.length; + return length ? baseFlatten(array, INFINITY) : []; + } + + /** + * Gets the first element of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @alias first + * @category Array + * @param {Array} array The array to query. + * @returns {*} Returns the first element of `array`. + * @example + * + * _.head([1, 2, 3]); + * // => 1 + * + * _.head([]); + * // => undefined + */ + function head(array) { + return (array && array.length) ? array[0] : undefined; + } + + /** + * Gets the index at which the first occurrence of `value` is found in `array` + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. If `fromIndex` is negative, it's used as the + * offset from the end of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} [fromIndex=0] The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + * @example + * + * _.indexOf([1, 2, 1, 2], 2); + * // => 1 + * + * // Search from the `fromIndex`. + * _.indexOf([1, 2, 1, 2], 2, 2); + * // => 3 + */ + function indexOf(array, value, fromIndex) { + var length = array == null ? 0 : array.length; + if (typeof fromIndex == 'number') { + fromIndex = fromIndex < 0 ? nativeMax(length + fromIndex, 0) : fromIndex; + } else { + fromIndex = 0; + } + var index = (fromIndex || 0) - 1, + isReflexive = value === value; + + while (++index < length) { + var other = array[index]; + if ((isReflexive ? other === value : other !== other)) { + return index; + } + } + return -1; + } + + /** + * Gets the last element of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to query. + * @returns {*} Returns the last element of `array`. + * @example + * + * _.last([1, 2, 3]); + * // => 3 + */ + function last(array) { + var length = array == null ? 0 : array.length; + return length ? array[length - 1] : undefined; + } + + /** + * Creates a slice of `array` from `start` up to, but not including, `end`. + * + * **Note:** This method is used instead of + * [`Array#slice`](https://mdn.io/Array/slice) to ensure dense arrays are + * returned. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to slice. + * @param {number} [start=0] The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns the slice of `array`. + */ + function slice(array, start, end) { + var length = array == null ? 0 : array.length; + start = start == null ? 0 : +start; + end = end === undefined ? length : +end; + return length ? baseSlice(array, start, end) : []; + } + + /*------------------------------------------------------------------------*/ + + /** + * Creates a `lodash` wrapper instance that wraps `value` with explicit method + * chain sequences enabled. The result of such sequences must be unwrapped + * with `_#value`. + * + * @static + * @memberOf _ + * @since 1.3.0 + * @category Seq + * @param {*} value The value to wrap. + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36 }, + * { 'user': 'fred', 'age': 40 }, + * { 'user': 'pebbles', 'age': 1 } + * ]; + * + * var youngest = _ + * .chain(users) + * .sortBy('age') + * .map(function(o) { + * return o.user + ' is ' + o.age; + * }) + * .head() + * .value(); + * // => 'pebbles is 1' + */ + function chain(value) { + var result = lodash(value); + result.__chain__ = true; + return result; + } + + /** + * This method invokes `interceptor` and returns `value`. The interceptor + * is invoked with one argument; (value). The purpose of this method is to + * "tap into" a method chain sequence in order to modify intermediate results. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Seq + * @param {*} value The value to provide to `interceptor`. + * @param {Function} interceptor The function to invoke. + * @returns {*} Returns `value`. + * @example + * + * _([1, 2, 3]) + * .tap(function(array) { + * // Mutate input array. + * array.pop(); + * }) + * .reverse() + * .value(); + * // => [2, 1] + */ + function tap(value, interceptor) { + interceptor(value); + return value; + } + + /** + * This method is like `_.tap` except that it returns the result of `interceptor`. + * The purpose of this method is to "pass thru" values replacing intermediate + * results in a method chain sequence. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Seq + * @param {*} value The value to provide to `interceptor`. + * @param {Function} interceptor The function to invoke. + * @returns {*} Returns the result of `interceptor`. + * @example + * + * _(' abc ') + * .chain() + * .trim() + * .thru(function(value) { + * return [value]; + * }) + * .value(); + * // => ['abc'] + */ + function thru(value, interceptor) { + return interceptor(value); + } + + /** + * Creates a `lodash` wrapper instance with explicit method chain sequences enabled. + * + * @name chain + * @memberOf _ + * @since 0.1.0 + * @category Seq + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36 }, + * { 'user': 'fred', 'age': 40 } + * ]; + * + * // A sequence without explicit chaining. + * _(users).head(); + * // => { 'user': 'barney', 'age': 36 } + * + * // A sequence with explicit chaining. + * _(users) + * .chain() + * .head() + * .pick('user') + * .value(); + * // => { 'user': 'barney' } + */ + function wrapperChain() { + return chain(this); + } + + /** + * Executes the chain sequence to resolve the unwrapped value. + * + * @name value + * @memberOf _ + * @since 0.1.0 + * @alias toJSON, valueOf + * @category Seq + * @returns {*} Returns the resolved unwrapped value. + * @example + * + * _([1, 2, 3]).value(); + * // => [1, 2, 3] + */ + function wrapperValue() { + return baseWrapperValue(this.__wrapped__, this.__actions__); + } + + /*------------------------------------------------------------------------*/ + + /** + * Checks if `predicate` returns truthy for **all** elements of `collection`. + * Iteration is stopped once `predicate` returns falsey. The predicate is + * invoked with three arguments: (value, index|key, collection). + * + * **Note:** This method returns `true` for + * [empty collections](https://en.wikipedia.org/wiki/Empty_set) because + * [everything is true](https://en.wikipedia.org/wiki/Vacuous_truth) of + * elements of empty collections. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {boolean} Returns `true` if all elements pass the predicate check, + * else `false`. + * @example + * + * _.every([true, 1, null, 'yes'], Boolean); + * // => false + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': false }, + * { 'user': 'fred', 'age': 40, 'active': false } + * ]; + * + * // The `_.matches` iteratee shorthand. + * _.every(users, { 'user': 'barney', 'active': false }); + * // => false + * + * // The `_.matchesProperty` iteratee shorthand. + * _.every(users, ['active', false]); + * // => true + * + * // The `_.property` iteratee shorthand. + * _.every(users, 'active'); + * // => false + */ + function every(collection, predicate, guard) { + predicate = guard ? undefined : predicate; + return baseEvery(collection, baseIteratee(predicate)); + } + + /** + * Iterates over elements of `collection`, returning an array of all elements + * `predicate` returns truthy for. The predicate is invoked with three + * arguments: (value, index|key, collection). + * + * **Note:** Unlike `_.remove`, this method returns a new array. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the new filtered array. + * @see _.reject + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': true }, + * { 'user': 'fred', 'age': 40, 'active': false } + * ]; + * + * _.filter(users, function(o) { return !o.active; }); + * // => objects for ['fred'] + * + * // The `_.matches` iteratee shorthand. + * _.filter(users, { 'age': 36, 'active': true }); + * // => objects for ['barney'] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.filter(users, ['active', false]); + * // => objects for ['fred'] + * + * // The `_.property` iteratee shorthand. + * _.filter(users, 'active'); + * // => objects for ['barney'] + * + * // Combining several predicates using `_.overEvery` or `_.overSome`. + * _.filter(users, _.overSome([{ 'age': 36 }, ['age', 40]])); + * // => objects for ['fred', 'barney'] + */ + function filter(collection, predicate) { + return baseFilter(collection, baseIteratee(predicate)); + } + + /** + * Iterates over elements of `collection`, returning the first element + * `predicate` returns truthy for. The predicate is invoked with three + * arguments: (value, index|key, collection). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param {number} [fromIndex=0] The index to search from. + * @returns {*} Returns the matched element, else `undefined`. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': true }, + * { 'user': 'fred', 'age': 40, 'active': false }, + * { 'user': 'pebbles', 'age': 1, 'active': true } + * ]; + * + * _.find(users, function(o) { return o.age < 40; }); + * // => object for 'barney' + * + * // The `_.matches` iteratee shorthand. + * _.find(users, { 'age': 1, 'active': true }); + * // => object for 'pebbles' + * + * // The `_.matchesProperty` iteratee shorthand. + * _.find(users, ['active', false]); + * // => object for 'fred' + * + * // The `_.property` iteratee shorthand. + * _.find(users, 'active'); + * // => object for 'barney' + */ + var find = createFind(findIndex); + + /** + * Iterates over elements of `collection` and invokes `iteratee` for each element. + * The iteratee is invoked with three arguments: (value, index|key, collection). + * Iteratee functions may exit iteration early by explicitly returning `false`. + * + * **Note:** As with other "Collections" methods, objects with a "length" + * property are iterated like arrays. To avoid this behavior use `_.forIn` + * or `_.forOwn` for object iteration. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @alias each + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Array|Object} Returns `collection`. + * @see _.forEachRight + * @example + * + * _.forEach([1, 2], function(value) { + * console.log(value); + * }); + * // => Logs `1` then `2`. + * + * _.forEach({ 'a': 1, 'b': 2 }, function(value, key) { + * console.log(key); + * }); + * // => Logs 'a' then 'b' (iteration order is not guaranteed). + */ + function forEach(collection, iteratee) { + return baseEach(collection, baseIteratee(iteratee)); + } + + /** + * Creates an array of values by running each element in `collection` thru + * `iteratee`. The iteratee is invoked with three arguments: + * (value, index|key, collection). + * + * Many lodash methods are guarded to work as iteratees for methods like + * `_.every`, `_.filter`, `_.map`, `_.mapValues`, `_.reject`, and `_.some`. + * + * The guarded methods are: + * `ary`, `chunk`, `curry`, `curryRight`, `drop`, `dropRight`, `every`, + * `fill`, `invert`, `parseInt`, `random`, `range`, `rangeRight`, `repeat`, + * `sampleSize`, `slice`, `some`, `sortBy`, `split`, `take`, `takeRight`, + * `template`, `trim`, `trimEnd`, `trimStart`, and `words` + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Array} Returns the new mapped array. + * @example + * + * function square(n) { + * return n * n; + * } + * + * _.map([4, 8], square); + * // => [16, 64] + * + * _.map({ 'a': 4, 'b': 8 }, square); + * // => [16, 64] (iteration order is not guaranteed) + * + * var users = [ + * { 'user': 'barney' }, + * { 'user': 'fred' } + * ]; + * + * // The `_.property` iteratee shorthand. + * _.map(users, 'user'); + * // => ['barney', 'fred'] + */ + function map(collection, iteratee) { + return baseMap(collection, baseIteratee(iteratee)); + } + + /** + * Reduces `collection` to a value which is the accumulated result of running + * each element in `collection` thru `iteratee`, where each successive + * invocation is supplied the return value of the previous. If `accumulator` + * is not given, the first element of `collection` is used as the initial + * value. The iteratee is invoked with four arguments: + * (accumulator, value, index|key, collection). + * + * Many lodash methods are guarded to work as iteratees for methods like + * `_.reduce`, `_.reduceRight`, and `_.transform`. + * + * The guarded methods are: + * `assign`, `defaults`, `defaultsDeep`, `includes`, `merge`, `orderBy`, + * and `sortBy` + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @param {*} [accumulator] The initial value. + * @returns {*} Returns the accumulated value. + * @see _.reduceRight + * @example + * + * _.reduce([1, 2], function(sum, n) { + * return sum + n; + * }, 0); + * // => 3 + * + * _.reduce({ 'a': 1, 'b': 2, 'c': 1 }, function(result, value, key) { + * (result[value] || (result[value] = [])).push(key); + * return result; + * }, {}); + * // => { '1': ['a', 'c'], '2': ['b'] } (iteration order is not guaranteed) + */ + function reduce(collection, iteratee, accumulator) { + return baseReduce(collection, baseIteratee(iteratee), accumulator, arguments.length < 3, baseEach); + } + + /** + * Gets the size of `collection` by returning its length for array-like + * values or the number of own enumerable string keyed properties for objects. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object|string} collection The collection to inspect. + * @returns {number} Returns the collection size. + * @example + * + * _.size([1, 2, 3]); + * // => 3 + * + * _.size({ 'a': 1, 'b': 2 }); + * // => 2 + * + * _.size('pebbles'); + * // => 7 + */ + function size(collection) { + if (collection == null) { + return 0; + } + collection = isArrayLike(collection) ? collection : nativeKeys(collection); + return collection.length; + } + + /** + * Checks if `predicate` returns truthy for **any** element of `collection`. + * Iteration is stopped once `predicate` returns truthy. The predicate is + * invoked with three arguments: (value, index|key, collection). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {boolean} Returns `true` if any element passes the predicate check, + * else `false`. + * @example + * + * _.some([null, 0, 'yes', false], Boolean); + * // => true + * + * var users = [ + * { 'user': 'barney', 'active': true }, + * { 'user': 'fred', 'active': false } + * ]; + * + * // The `_.matches` iteratee shorthand. + * _.some(users, { 'user': 'barney', 'active': false }); + * // => false + * + * // The `_.matchesProperty` iteratee shorthand. + * _.some(users, ['active', false]); + * // => true + * + * // The `_.property` iteratee shorthand. + * _.some(users, 'active'); + * // => true + */ + function some(collection, predicate, guard) { + predicate = guard ? undefined : predicate; + return baseSome(collection, baseIteratee(predicate)); + } + + /** + * Creates an array of elements, sorted in ascending order by the results of + * running each element in a collection thru each iteratee. This method + * performs a stable sort, that is, it preserves the original sort order of + * equal elements. The iteratees are invoked with one argument: (value). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {...(Function|Function[])} [iteratees=[_.identity]] + * The iteratees to sort by. + * @returns {Array} Returns the new sorted array. + * @example + * + * var users = [ + * { 'user': 'fred', 'age': 48 }, + * { 'user': 'barney', 'age': 36 }, + * { 'user': 'fred', 'age': 30 }, + * { 'user': 'barney', 'age': 34 } + * ]; + * + * _.sortBy(users, [function(o) { return o.user; }]); + * // => objects for [['barney', 36], ['barney', 34], ['fred', 48], ['fred', 30]] + * + * _.sortBy(users, ['user', 'age']); + * // => objects for [['barney', 34], ['barney', 36], ['fred', 30], ['fred', 48]] + */ + function sortBy(collection, iteratee) { + var index = 0; + iteratee = baseIteratee(iteratee); + + return baseMap(baseMap(collection, function(value, key, collection) { + return { 'value': value, 'index': index++, 'criteria': iteratee(value, key, collection) }; + }).sort(function(object, other) { + return compareAscending(object.criteria, other.criteria) || (object.index - other.index); + }), baseProperty('value')); + } + + /*------------------------------------------------------------------------*/ + + /** + * Creates a function that invokes `func`, with the `this` binding and arguments + * of the created function, while it's called less than `n` times. Subsequent + * calls to the created function return the result of the last `func` invocation. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Function + * @param {number} n The number of calls at which `func` is no longer invoked. + * @param {Function} func The function to restrict. + * @returns {Function} Returns the new restricted function. + * @example + * + * jQuery(element).on('click', _.before(5, addContactToList)); + * // => Allows adding up to 4 contacts to the list. + */ + function before(n, func) { + var result; + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + n = toInteger(n); + return function() { + if (--n > 0) { + result = func.apply(this, arguments); + } + if (n <= 1) { + func = undefined; + } + return result; + }; + } + + /** + * Creates a function that invokes `func` with the `this` binding of `thisArg` + * and `partials` prepended to the arguments it receives. + * + * The `_.bind.placeholder` value, which defaults to `_` in monolithic builds, + * may be used as a placeholder for partially applied arguments. + * + * **Note:** Unlike native `Function#bind`, this method doesn't set the "length" + * property of bound functions. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to bind. + * @param {*} thisArg The `this` binding of `func`. + * @param {...*} [partials] The arguments to be partially applied. + * @returns {Function} Returns the new bound function. + * @example + * + * function greet(greeting, punctuation) { + * return greeting + ' ' + this.user + punctuation; + * } + * + * var object = { 'user': 'fred' }; + * + * var bound = _.bind(greet, object, 'hi'); + * bound('!'); + * // => 'hi fred!' + * + * // Bound with placeholders. + * var bound = _.bind(greet, object, _, '!'); + * bound('hi'); + * // => 'hi fred!' + */ + var bind = baseRest(function(func, thisArg, partials) { + return createPartial(func, WRAP_BIND_FLAG | WRAP_PARTIAL_FLAG, thisArg, partials); + }); + + /** + * Defers invoking the `func` until the current call stack has cleared. Any + * additional arguments are provided to `func` when it's invoked. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to defer. + * @param {...*} [args] The arguments to invoke `func` with. + * @returns {number} Returns the timer id. + * @example + * + * _.defer(function(text) { + * console.log(text); + * }, 'deferred'); + * // => Logs 'deferred' after one millisecond. + */ + var defer = baseRest(function(func, args) { + return baseDelay(func, 1, args); + }); + + /** + * Invokes `func` after `wait` milliseconds. Any additional arguments are + * provided to `func` when it's invoked. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to delay. + * @param {number} wait The number of milliseconds to delay invocation. + * @param {...*} [args] The arguments to invoke `func` with. + * @returns {number} Returns the timer id. + * @example + * + * _.delay(function(text) { + * console.log(text); + * }, 1000, 'later'); + * // => Logs 'later' after one second. + */ + var delay = baseRest(function(func, wait, args) { + return baseDelay(func, toNumber(wait) || 0, args); + }); + + /** + * Creates a function that negates the result of the predicate `func`. The + * `func` predicate is invoked with the `this` binding and arguments of the + * created function. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Function + * @param {Function} predicate The predicate to negate. + * @returns {Function} Returns the new negated function. + * @example + * + * function isEven(n) { + * return n % 2 == 0; + * } + * + * _.filter([1, 2, 3, 4, 5, 6], _.negate(isEven)); + * // => [1, 3, 5] + */ + function negate(predicate) { + if (typeof predicate != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + return function() { + var args = arguments; + return !predicate.apply(this, args); + }; + } + + /** + * Creates a function that is restricted to invoking `func` once. Repeat calls + * to the function return the value of the first invocation. The `func` is + * invoked with the `this` binding and arguments of the created function. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to restrict. + * @returns {Function} Returns the new restricted function. + * @example + * + * var initialize = _.once(createApplication); + * initialize(); + * initialize(); + * // => `createApplication` is invoked once + */ + function once(func) { + return before(2, func); + } + + /*------------------------------------------------------------------------*/ + + /** + * Creates a shallow clone of `value`. + * + * **Note:** This method is loosely based on the + * [structured clone algorithm](https://mdn.io/Structured_clone_algorithm) + * and supports cloning arrays, array buffers, booleans, date objects, maps, + * numbers, `Object` objects, regexes, sets, strings, symbols, and typed + * arrays. The own enumerable properties of `arguments` objects are cloned + * as plain objects. An empty object is returned for uncloneable values such + * as error objects, functions, DOM nodes, and WeakMaps. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to clone. + * @returns {*} Returns the cloned value. + * @see _.cloneDeep + * @example + * + * var objects = [{ 'a': 1 }, { 'b': 2 }]; + * + * var shallow = _.clone(objects); + * console.log(shallow[0] === objects[0]); + * // => true + */ + function clone(value) { + if (!isObject(value)) { + return value; + } + return isArray(value) ? copyArray(value) : copyObject(value, nativeKeys(value)); + } + + /** + * Performs a + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * comparison between two values to determine if they are equivalent. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + * @example + * + * var object = { 'a': 1 }; + * var other = { 'a': 1 }; + * + * _.eq(object, object); + * // => true + * + * _.eq(object, other); + * // => false + * + * _.eq('a', 'a'); + * // => true + * + * _.eq('a', Object('a')); + * // => false + * + * _.eq(NaN, NaN); + * // => true + */ + function eq(value, other) { + return value === other || (value !== value && other !== other); + } + + /** + * Checks if `value` is likely an `arguments` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an `arguments` object, + * else `false`. + * @example + * + * _.isArguments(function() { return arguments; }()); + * // => true + * + * _.isArguments([1, 2, 3]); + * // => false + */ + var isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) { + return isObjectLike(value) && hasOwnProperty.call(value, 'callee') && + !propertyIsEnumerable.call(value, 'callee'); + }; + + /** + * Checks if `value` is classified as an `Array` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an array, else `false`. + * @example + * + * _.isArray([1, 2, 3]); + * // => true + * + * _.isArray(document.body.children); + * // => false + * + * _.isArray('abc'); + * // => false + * + * _.isArray(_.noop); + * // => false + */ + var isArray = Array.isArray; + + /** + * Checks if `value` is array-like. A value is considered array-like if it's + * not a function and has a `value.length` that's an integer greater than or + * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is array-like, else `false`. + * @example + * + * _.isArrayLike([1, 2, 3]); + * // => true + * + * _.isArrayLike(document.body.children); + * // => true + * + * _.isArrayLike('abc'); + * // => true + * + * _.isArrayLike(_.noop); + * // => false + */ + function isArrayLike(value) { + return value != null && isLength(value.length) && !isFunction(value); + } + + /** + * Checks if `value` is classified as a boolean primitive or object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a boolean, else `false`. + * @example + * + * _.isBoolean(false); + * // => true + * + * _.isBoolean(null); + * // => false + */ + function isBoolean(value) { + return value === true || value === false || + (isObjectLike(value) && baseGetTag(value) == boolTag); + } + + /** + * Checks if `value` is classified as a `Date` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a date object, else `false`. + * @example + * + * _.isDate(new Date); + * // => true + * + * _.isDate('Mon April 23 2012'); + * // => false + */ + var isDate = baseIsDate; + + /** + * Checks if `value` is an empty object, collection, map, or set. + * + * Objects are considered empty if they have no own enumerable string keyed + * properties. + * + * Array-like values such as `arguments` objects, arrays, buffers, strings, or + * jQuery-like collections are considered empty if they have a `length` of `0`. + * Similarly, maps and sets are considered empty if they have a `size` of `0`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is empty, else `false`. + * @example + * + * _.isEmpty(null); + * // => true + * + * _.isEmpty(true); + * // => true + * + * _.isEmpty(1); + * // => true + * + * _.isEmpty([1, 2, 3]); + * // => false + * + * _.isEmpty({ 'a': 1 }); + * // => false + */ + function isEmpty(value) { + if (isArrayLike(value) && + (isArray(value) || isString(value) || + isFunction(value.splice) || isArguments(value))) { + return !value.length; + } + return !nativeKeys(value).length; + } + + /** + * Performs a deep comparison between two values to determine if they are + * equivalent. + * + * **Note:** This method supports comparing arrays, array buffers, booleans, + * date objects, error objects, maps, numbers, `Object` objects, regexes, + * sets, strings, symbols, and typed arrays. `Object` objects are compared + * by their own, not inherited, enumerable properties. Functions and DOM + * nodes are compared by strict equality, i.e. `===`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + * @example + * + * var object = { 'a': 1 }; + * var other = { 'a': 1 }; + * + * _.isEqual(object, other); + * // => true + * + * object === other; + * // => false + */ + function isEqual(value, other) { + return baseIsEqual(value, other); + } + + /** + * Checks if `value` is a finite primitive number. + * + * **Note:** This method is based on + * [`Number.isFinite`](https://mdn.io/Number/isFinite). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a finite number, else `false`. + * @example + * + * _.isFinite(3); + * // => true + * + * _.isFinite(Number.MIN_VALUE); + * // => true + * + * _.isFinite(Infinity); + * // => false + * + * _.isFinite('3'); + * // => false + */ + function isFinite(value) { + return typeof value == 'number' && nativeIsFinite(value); + } + + /** + * Checks if `value` is classified as a `Function` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a function, else `false`. + * @example + * + * _.isFunction(_); + * // => true + * + * _.isFunction(/abc/); + * // => false + */ + function isFunction(value) { + if (!isObject(value)) { + return false; + } + // The use of `Object#toString` avoids issues with the `typeof` operator + // in Safari 9 which returns 'object' for typed arrays and other constructors. + var tag = baseGetTag(value); + return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag; + } + + /** + * Checks if `value` is a valid array-like length. + * + * **Note:** This method is loosely based on + * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a valid length, else `false`. + * @example + * + * _.isLength(3); + * // => true + * + * _.isLength(Number.MIN_VALUE); + * // => false + * + * _.isLength(Infinity); + * // => false + * + * _.isLength('3'); + * // => false + */ + function isLength(value) { + return typeof value == 'number' && + value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER; + } + + /** + * Checks if `value` is the + * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) + * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`) + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an object, else `false`. + * @example + * + * _.isObject({}); + * // => true + * + * _.isObject([1, 2, 3]); + * // => true + * + * _.isObject(_.noop); + * // => true + * + * _.isObject(null); + * // => false + */ + function isObject(value) { + var type = typeof value; + return value != null && (type == 'object' || type == 'function'); + } + + /** + * Checks if `value` is object-like. A value is object-like if it's not `null` + * and has a `typeof` result of "object". + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is object-like, else `false`. + * @example + * + * _.isObjectLike({}); + * // => true + * + * _.isObjectLike([1, 2, 3]); + * // => true + * + * _.isObjectLike(_.noop); + * // => false + * + * _.isObjectLike(null); + * // => false + */ + function isObjectLike(value) { + return value != null && typeof value == 'object'; + } + + /** + * Checks if `value` is `NaN`. + * + * **Note:** This method is based on + * [`Number.isNaN`](https://mdn.io/Number/isNaN) and is not the same as + * global [`isNaN`](https://mdn.io/isNaN) which returns `true` for + * `undefined` and other non-number values. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`. + * @example + * + * _.isNaN(NaN); + * // => true + * + * _.isNaN(new Number(NaN)); + * // => true + * + * isNaN(undefined); + * // => true + * + * _.isNaN(undefined); + * // => false + */ + function isNaN(value) { + // An `NaN` primitive is the only value that is not equal to itself. + // Perform the `toStringTag` check first to avoid errors with some + // ActiveX objects in IE. + return isNumber(value) && value != +value; + } + + /** + * Checks if `value` is `null`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `null`, else `false`. + * @example + * + * _.isNull(null); + * // => true + * + * _.isNull(void 0); + * // => false + */ + function isNull(value) { + return value === null; + } + + /** + * Checks if `value` is classified as a `Number` primitive or object. + * + * **Note:** To exclude `Infinity`, `-Infinity`, and `NaN`, which are + * classified as numbers, use the `_.isFinite` method. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a number, else `false`. + * @example + * + * _.isNumber(3); + * // => true + * + * _.isNumber(Number.MIN_VALUE); + * // => true + * + * _.isNumber(Infinity); + * // => true + * + * _.isNumber('3'); + * // => false + */ + function isNumber(value) { + return typeof value == 'number' || + (isObjectLike(value) && baseGetTag(value) == numberTag); + } + + /** + * Checks if `value` is classified as a `RegExp` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a regexp, else `false`. + * @example + * + * _.isRegExp(/abc/); + * // => true + * + * _.isRegExp('/abc/'); + * // => false + */ + var isRegExp = baseIsRegExp; + + /** + * Checks if `value` is classified as a `String` primitive or object. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a string, else `false`. + * @example + * + * _.isString('abc'); + * // => true + * + * _.isString(1); + * // => false + */ + function isString(value) { + return typeof value == 'string' || + (!isArray(value) && isObjectLike(value) && baseGetTag(value) == stringTag); + } + + /** + * Checks if `value` is `undefined`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `undefined`, else `false`. + * @example + * + * _.isUndefined(void 0); + * // => true + * + * _.isUndefined(null); + * // => false + */ + function isUndefined(value) { + return value === undefined; + } + + /** + * Converts `value` to an array. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Lang + * @param {*} value The value to convert. + * @returns {Array} Returns the converted array. + * @example + * + * _.toArray({ 'a': 1, 'b': 2 }); + * // => [1, 2] + * + * _.toArray('abc'); + * // => ['a', 'b', 'c'] + * + * _.toArray(1); + * // => [] + * + * _.toArray(null); + * // => [] + */ + function toArray(value) { + if (!isArrayLike(value)) { + return values(value); + } + return value.length ? copyArray(value) : []; + } + + /** + * Converts `value` to an integer. + * + * **Note:** This method is loosely based on + * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {number} Returns the converted integer. + * @example + * + * _.toInteger(3.2); + * // => 3 + * + * _.toInteger(Number.MIN_VALUE); + * // => 0 + * + * _.toInteger(Infinity); + * // => 1.7976931348623157e+308 + * + * _.toInteger('3.2'); + * // => 3 + */ + var toInteger = Number; + + /** + * Converts `value` to a number. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to process. + * @returns {number} Returns the number. + * @example + * + * _.toNumber(3.2); + * // => 3.2 + * + * _.toNumber(Number.MIN_VALUE); + * // => 5e-324 + * + * _.toNumber(Infinity); + * // => Infinity + * + * _.toNumber('3.2'); + * // => 3.2 + */ + var toNumber = Number; + + /** + * Converts `value` to a string. An empty string is returned for `null` + * and `undefined` values. The sign of `-0` is preserved. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {string} Returns the converted string. + * @example + * + * _.toString(null); + * // => '' + * + * _.toString(-0); + * // => '-0' + * + * _.toString([1, 2, 3]); + * // => '1,2,3' + */ + function toString(value) { + if (typeof value == 'string') { + return value; + } + return value == null ? '' : (value + ''); + } + + /*------------------------------------------------------------------------*/ + + /** + * Assigns own enumerable string keyed properties of source objects to the + * destination object. Source objects are applied from left to right. + * Subsequent sources overwrite property assignments of previous sources. + * + * **Note:** This method mutates `object` and is loosely based on + * [`Object.assign`](https://mdn.io/Object/assign). + * + * @static + * @memberOf _ + * @since 0.10.0 + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @see _.assignIn + * @example + * + * function Foo() { + * this.a = 1; + * } + * + * function Bar() { + * this.c = 3; + * } + * + * Foo.prototype.b = 2; + * Bar.prototype.d = 4; + * + * _.assign({ 'a': 0 }, new Foo, new Bar); + * // => { 'a': 1, 'c': 3 } + */ + var assign = createAssigner(function(object, source) { + copyObject(source, nativeKeys(source), object); + }); + + /** + * This method is like `_.assign` except that it iterates over own and + * inherited source properties. + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @alias extend + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @see _.assign + * @example + * + * function Foo() { + * this.a = 1; + * } + * + * function Bar() { + * this.c = 3; + * } + * + * Foo.prototype.b = 2; + * Bar.prototype.d = 4; + * + * _.assignIn({ 'a': 0 }, new Foo, new Bar); + * // => { 'a': 1, 'b': 2, 'c': 3, 'd': 4 } + */ + var assignIn = createAssigner(function(object, source) { + copyObject(source, nativeKeysIn(source), object); + }); + + /** + * Creates an object that inherits from the `prototype` object. If a + * `properties` object is given, its own enumerable string keyed properties + * are assigned to the created object. + * + * @static + * @memberOf _ + * @since 2.3.0 + * @category Object + * @param {Object} prototype The object to inherit from. + * @param {Object} [properties] The properties to assign to the object. + * @returns {Object} Returns the new object. + * @example + * + * function Shape() { + * this.x = 0; + * this.y = 0; + * } + * + * function Circle() { + * Shape.call(this); + * } + * + * Circle.prototype = _.create(Shape.prototype, { + * 'constructor': Circle + * }); + * + * var circle = new Circle; + * circle instanceof Circle; + * // => true + * + * circle instanceof Shape; + * // => true + */ + function create(prototype, properties) { + var result = baseCreate(prototype); + return properties == null ? result : assign(result, properties); + } + + /** + * Assigns own and inherited enumerable string keyed properties of source + * objects to the destination object for all destination properties that + * resolve to `undefined`. Source objects are applied from left to right. + * Once a property is set, additional values of the same property are ignored. + * + * **Note:** This method mutates `object`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @see _.defaultsDeep + * @example + * + * _.defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 }); + * // => { 'a': 1, 'b': 2 } + */ + var defaults = baseRest(function(object, sources) { + object = Object(object); + + var index = -1; + var length = sources.length; + var guard = length > 2 ? sources[2] : undefined; + + if (guard && isIterateeCall(sources[0], sources[1], guard)) { + length = 1; + } + + while (++index < length) { + var source = sources[index]; + var props = keysIn(source); + var propsIndex = -1; + var propsLength = props.length; + + while (++propsIndex < propsLength) { + var key = props[propsIndex]; + var value = object[key]; + + if (value === undefined || + (eq(value, objectProto[key]) && !hasOwnProperty.call(object, key))) { + object[key] = source[key]; + } + } + } + + return object; + }); + + /** + * Checks if `path` is a direct property of `object`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path to check. + * @returns {boolean} Returns `true` if `path` exists, else `false`. + * @example + * + * var object = { 'a': { 'b': 2 } }; + * var other = _.create({ 'a': _.create({ 'b': 2 }) }); + * + * _.has(object, 'a'); + * // => true + * + * _.has(object, 'a.b'); + * // => true + * + * _.has(object, ['a', 'b']); + * // => true + * + * _.has(other, 'a'); + * // => false + */ + function has(object, path) { + return object != null && hasOwnProperty.call(object, path); + } + + /** + * Creates an array of the own enumerable property names of `object`. + * + * **Note:** Non-object values are coerced to objects. See the + * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) + * for more details. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.keys(new Foo); + * // => ['a', 'b'] (iteration order is not guaranteed) + * + * _.keys('hi'); + * // => ['0', '1'] + */ + var keys = nativeKeys; + + /** + * Creates an array of the own and inherited enumerable property names of `object`. + * + * **Note:** Non-object values are coerced to objects. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.keysIn(new Foo); + * // => ['a', 'b', 'c'] (iteration order is not guaranteed) + */ + var keysIn = nativeKeysIn; + + /** + * Creates an object composed of the picked `object` properties. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The source object. + * @param {...(string|string[])} [paths] The property paths to pick. + * @returns {Object} Returns the new object. + * @example + * + * var object = { 'a': 1, 'b': '2', 'c': 3 }; + * + * _.pick(object, ['a', 'c']); + * // => { 'a': 1, 'c': 3 } + */ + var pick = flatRest(function(object, paths) { + return object == null ? {} : basePick(object, paths); + }); + + /** + * This method is like `_.get` except that if the resolved value is a + * function it's invoked with the `this` binding of its parent object and + * its result is returned. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path of the property to resolve. + * @param {*} [defaultValue] The value returned for `undefined` resolved values. + * @returns {*} Returns the resolved value. + * @example + * + * var object = { 'a': [{ 'b': { 'c1': 3, 'c2': _.constant(4) } }] }; + * + * _.result(object, 'a[0].b.c1'); + * // => 3 + * + * _.result(object, 'a[0].b.c2'); + * // => 4 + * + * _.result(object, 'a[0].b.c3', 'default'); + * // => 'default' + * + * _.result(object, 'a[0].b.c3', _.constant('default')); + * // => 'default' + */ + function result(object, path, defaultValue) { + var value = object == null ? undefined : object[path]; + if (value === undefined) { + value = defaultValue; + } + return isFunction(value) ? value.call(object) : value; + } + + /** + * Creates an array of the own enumerable string keyed property values of `object`. + * + * **Note:** Non-object values are coerced to objects. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property values. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.values(new Foo); + * // => [1, 2] (iteration order is not guaranteed) + * + * _.values('hi'); + * // => ['h', 'i'] + */ + function values(object) { + return object == null ? [] : baseValues(object, keys(object)); + } + + /*------------------------------------------------------------------------*/ + + /** + * Converts the characters "&", "<", ">", '"', and "'" in `string` to their + * corresponding HTML entities. + * + * **Note:** No other characters are escaped. To escape additional + * characters use a third-party library like [_he_](https://mths.be/he). + * + * Though the ">" character is escaped for symmetry, characters like + * ">" and "/" don't need escaping in HTML and have no special meaning + * unless they're part of a tag or unquoted attribute value. See + * [Mathias Bynens's article](https://mathiasbynens.be/notes/ambiguous-ampersands) + * (under "semi-related fun fact") for more details. + * + * When working with HTML you should always + * [quote attribute values](http://wonko.com/post/html-escaping) to reduce + * XSS vectors. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category String + * @param {string} [string=''] The string to escape. + * @returns {string} Returns the escaped string. + * @example + * + * _.escape('fred, barney, & pebbles'); + * // => 'fred, barney, & pebbles' + */ + function escape(string) { + string = toString(string); + return (string && reHasUnescapedHtml.test(string)) + ? string.replace(reUnescapedHtml, escapeHtmlChar) + : string; + } + + /*------------------------------------------------------------------------*/ + + /** + * This method returns the first argument it receives. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Util + * @param {*} value Any value. + * @returns {*} Returns `value`. + * @example + * + * var object = { 'a': 1 }; + * + * console.log(_.identity(object) === object); + * // => true + */ + function identity(value) { + return value; + } + + /** + * Creates a function that invokes `func` with the arguments of the created + * function. If `func` is a property name, the created function returns the + * property value for a given element. If `func` is an array or object, the + * created function returns `true` for elements that contain the equivalent + * source properties, otherwise it returns `false`. + * + * @static + * @since 4.0.0 + * @memberOf _ + * @category Util + * @param {*} [func=_.identity] The value to convert to a callback. + * @returns {Function} Returns the callback. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': true }, + * { 'user': 'fred', 'age': 40, 'active': false } + * ]; + * + * // The `_.matches` iteratee shorthand. + * _.filter(users, _.iteratee({ 'user': 'barney', 'active': true })); + * // => [{ 'user': 'barney', 'age': 36, 'active': true }] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.filter(users, _.iteratee(['user', 'fred'])); + * // => [{ 'user': 'fred', 'age': 40 }] + * + * // The `_.property` iteratee shorthand. + * _.map(users, _.iteratee('user')); + * // => ['barney', 'fred'] + * + * // Create custom iteratee shorthands. + * _.iteratee = _.wrap(_.iteratee, function(iteratee, func) { + * return !_.isRegExp(func) ? iteratee(func) : function(string) { + * return func.test(string); + * }; + * }); + * + * _.filter(['abc', 'def'], /ef/); + * // => ['def'] + */ + var iteratee = baseIteratee; + + /** + * Creates a function that performs a partial deep comparison between a given + * object and `source`, returning `true` if the given object has equivalent + * property values, else `false`. + * + * **Note:** The created function is equivalent to `_.isMatch` with `source` + * partially applied. + * + * Partial comparisons will match empty array and empty object `source` + * values against any array or object value, respectively. See `_.isEqual` + * for a list of supported value comparisons. + * + * **Note:** Multiple values can be checked by combining several matchers + * using `_.overSome` + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Util + * @param {Object} source The object of property values to match. + * @returns {Function} Returns the new spec function. + * @example + * + * var objects = [ + * { 'a': 1, 'b': 2, 'c': 3 }, + * { 'a': 4, 'b': 5, 'c': 6 } + * ]; + * + * _.filter(objects, _.matches({ 'a': 4, 'c': 6 })); + * // => [{ 'a': 4, 'b': 5, 'c': 6 }] + * + * // Checking for several possible values + * _.filter(objects, _.overSome([_.matches({ 'a': 1 }), _.matches({ 'a': 4 })])); + * // => [{ 'a': 1, 'b': 2, 'c': 3 }, { 'a': 4, 'b': 5, 'c': 6 }] + */ + function matches(source) { + return baseMatches(assign({}, source)); + } + + /** + * Adds all own enumerable string keyed function properties of a source + * object to the destination object. If `object` is a function, then methods + * are added to its prototype as well. + * + * **Note:** Use `_.runInContext` to create a pristine `lodash` function to + * avoid conflicts caused by modifying the original. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Util + * @param {Function|Object} [object=lodash] The destination object. + * @param {Object} source The object of functions to add. + * @param {Object} [options={}] The options object. + * @param {boolean} [options.chain=true] Specify whether mixins are chainable. + * @returns {Function|Object} Returns `object`. + * @example + * + * function vowels(string) { + * return _.filter(string, function(v) { + * return /[aeiou]/i.test(v); + * }); + * } + * + * _.mixin({ 'vowels': vowels }); + * _.vowels('fred'); + * // => ['e'] + * + * _('fred').vowels().value(); + * // => ['e'] + * + * _.mixin({ 'vowels': vowels }, { 'chain': false }); + * _('fred').vowels(); + * // => ['e'] + */ + function mixin(object, source, options) { + var props = keys(source), + methodNames = baseFunctions(source, props); + + if (options == null && + !(isObject(source) && (methodNames.length || !props.length))) { + options = source; + source = object; + object = this; + methodNames = baseFunctions(source, keys(source)); + } + var chain = !(isObject(options) && 'chain' in options) || !!options.chain, + isFunc = isFunction(object); + + baseEach(methodNames, function(methodName) { + var func = source[methodName]; + object[methodName] = func; + if (isFunc) { + object.prototype[methodName] = function() { + var chainAll = this.__chain__; + if (chain || chainAll) { + var result = object(this.__wrapped__), + actions = result.__actions__ = copyArray(this.__actions__); + + actions.push({ 'func': func, 'args': arguments, 'thisArg': object }); + result.__chain__ = chainAll; + return result; + } + return func.apply(object, arrayPush([this.value()], arguments)); + }; + } + }); + + return object; + } + + /** + * Reverts the `_` variable to its previous value and returns a reference to + * the `lodash` function. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Util + * @returns {Function} Returns the `lodash` function. + * @example + * + * var lodash = _.noConflict(); + */ + function noConflict() { + if (root._ === this) { + root._ = oldDash; + } + return this; + } + + /** + * This method returns `undefined`. + * + * @static + * @memberOf _ + * @since 2.3.0 + * @category Util + * @example + * + * _.times(2, _.noop); + * // => [undefined, undefined] + */ + function noop() { + // No operation performed. + } + + /** + * Generates a unique ID. If `prefix` is given, the ID is appended to it. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Util + * @param {string} [prefix=''] The value to prefix the ID with. + * @returns {string} Returns the unique ID. + * @example + * + * _.uniqueId('contact_'); + * // => 'contact_104' + * + * _.uniqueId(); + * // => '105' + */ + function uniqueId(prefix) { + var id = ++idCounter; + return toString(prefix) + id; + } + + /*------------------------------------------------------------------------*/ + + /** + * Computes the maximum value of `array`. If `array` is empty or falsey, + * `undefined` is returned. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Math + * @param {Array} array The array to iterate over. + * @returns {*} Returns the maximum value. + * @example + * + * _.max([4, 2, 8, 6]); + * // => 8 + * + * _.max([]); + * // => undefined + */ + function max(array) { + return (array && array.length) + ? baseExtremum(array, identity, baseGt) + : undefined; + } + + /** + * Computes the minimum value of `array`. If `array` is empty or falsey, + * `undefined` is returned. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Math + * @param {Array} array The array to iterate over. + * @returns {*} Returns the minimum value. + * @example + * + * _.min([4, 2, 8, 6]); + * // => 2 + * + * _.min([]); + * // => undefined + */ + function min(array) { + return (array && array.length) + ? baseExtremum(array, identity, baseLt) + : undefined; + } + + /*------------------------------------------------------------------------*/ + + // Add methods that return wrapped values in chain sequences. + lodash.assignIn = assignIn; + lodash.before = before; + lodash.bind = bind; + lodash.chain = chain; + lodash.compact = compact; + lodash.concat = concat; + lodash.create = create; + lodash.defaults = defaults; + lodash.defer = defer; + lodash.delay = delay; + lodash.filter = filter; + lodash.flatten = flatten; + lodash.flattenDeep = flattenDeep; + lodash.iteratee = iteratee; + lodash.keys = keys; + lodash.map = map; + lodash.matches = matches; + lodash.mixin = mixin; + lodash.negate = negate; + lodash.once = once; + lodash.pick = pick; + lodash.slice = slice; + lodash.sortBy = sortBy; + lodash.tap = tap; + lodash.thru = thru; + lodash.toArray = toArray; + lodash.values = values; + + // Add aliases. + lodash.extend = assignIn; + + // Add methods to `lodash.prototype`. + mixin(lodash, lodash); + + /*------------------------------------------------------------------------*/ + + // Add methods that return unwrapped values in chain sequences. + lodash.clone = clone; + lodash.escape = escape; + lodash.every = every; + lodash.find = find; + lodash.forEach = forEach; + lodash.has = has; + lodash.head = head; + lodash.identity = identity; + lodash.indexOf = indexOf; + lodash.isArguments = isArguments; + lodash.isArray = isArray; + lodash.isBoolean = isBoolean; + lodash.isDate = isDate; + lodash.isEmpty = isEmpty; + lodash.isEqual = isEqual; + lodash.isFinite = isFinite; + lodash.isFunction = isFunction; + lodash.isNaN = isNaN; + lodash.isNull = isNull; + lodash.isNumber = isNumber; + lodash.isObject = isObject; + lodash.isRegExp = isRegExp; + lodash.isString = isString; + lodash.isUndefined = isUndefined; + lodash.last = last; + lodash.max = max; + lodash.min = min; + lodash.noConflict = noConflict; + lodash.noop = noop; + lodash.reduce = reduce; + lodash.result = result; + lodash.size = size; + lodash.some = some; + lodash.uniqueId = uniqueId; + + // Add aliases. + lodash.each = forEach; + lodash.first = head; + + mixin(lodash, (function() { + var source = {}; + baseForOwn(lodash, function(func, methodName) { + if (!hasOwnProperty.call(lodash.prototype, methodName)) { + source[methodName] = func; + } + }); + return source; + }()), { 'chain': false }); + + /*------------------------------------------------------------------------*/ + + /** + * The semantic version number. + * + * @static + * @memberOf _ + * @type {string} + */ + lodash.VERSION = VERSION; + + // Add `Array` methods to `lodash.prototype`. + baseEach(['pop', 'join', 'replace', 'reverse', 'split', 'push', 'shift', 'sort', 'splice', 'unshift'], function(methodName) { + var func = (/^(?:replace|split)$/.test(methodName) ? String.prototype : arrayProto)[methodName], + chainName = /^(?:push|sort|unshift)$/.test(methodName) ? 'tap' : 'thru', + retUnwrapped = /^(?:pop|join|replace|shift)$/.test(methodName); + + lodash.prototype[methodName] = function() { + var args = arguments; + if (retUnwrapped && !this.__chain__) { + var value = this.value(); + return func.apply(isArray(value) ? value : [], args); + } + return this[chainName](function(value) { + return func.apply(isArray(value) ? value : [], args); + }); + }; + }); + + // Add chain sequence methods to the `lodash` wrapper. + lodash.prototype.toJSON = lodash.prototype.valueOf = lodash.prototype.value = wrapperValue; + + /*--------------------------------------------------------------------------*/ + + // Some AMD build optimizers, like r.js, check for condition patterns like: + if (typeof define == 'function' && typeof define.amd == 'object' && define.amd) { + // Expose Lodash on the global object to prevent errors when Lodash is + // loaded by a script tag in the presence of an AMD loader. + // See http://requirejs.org/docs/errors.html#mismatch for more details. + // Use `_.noConflict` to remove Lodash from the global object. + root._ = lodash; + + // Define as an anonymous module so, through path mapping, it can be + // referenced as the "underscore" module. + define(function() { + return lodash; + }); + } + // Check for `exports` after `define` in case a build optimizer adds it. + else if (freeModule) { + // Export for Node.js. + (freeModule.exports = lodash)._ = lodash; + // Export for CommonJS support. + freeExports._ = lodash; + } + else { + // Export to the global object. + root._ = lodash; + } +}.call(this)); diff --git a/docs/node_modules/lodash/core.min.js b/docs/node_modules/lodash/core.min.js new file mode 100644 index 0000000..e425e4d --- /dev/null +++ b/docs/node_modules/lodash/core.min.js @@ -0,0 +1,29 @@ +/** + * @license + * Lodash (Custom Build) lodash.com/license | Underscore.js 1.8.3 underscorejs.org/LICENSE + * Build: `lodash core -o ./dist/lodash.core.js` + */ +;(function(){function n(n){return H(n)&&pn.call(n,"callee")&&!yn.call(n,"callee")}function t(n,t){return n.push.apply(n,t),n}function r(n){return function(t){return null==t?Z:t[n]}}function e(n,t,r,e,u){return u(n,function(n,u,o){r=e?(e=false,n):t(r,n,u,o)}),r}function u(n,t){return j(t,function(t){return n[t]})}function o(n){return n instanceof i?n:new i(n)}function i(n,t){this.__wrapped__=n,this.__actions__=[],this.__chain__=!!t}function c(n,t,r){if(typeof n!="function")throw new TypeError("Expected a function"); +return setTimeout(function(){n.apply(Z,r)},t)}function f(n,t){var r=true;return mn(n,function(n,e,u){return r=!!t(n,e,u)}),r}function a(n,t,r){for(var e=-1,u=n.length;++et}function b(n,t,r,e,u){return n===t||(null==n||null==t||!H(n)&&!H(t)?n!==n&&t!==t:y(n,t,r,e,b,u))}function y(n,t,r,e,u,o){var i=Nn(n),c=Nn(t),f=i?"[object Array]":hn.call(n),a=c?"[object Array]":hn.call(t),f="[object Arguments]"==f?"[object Object]":f,a="[object Arguments]"==a?"[object Object]":a,l="[object Object]"==f,c="[object Object]"==a,a=f==a;o||(o=[]);var p=An(o,function(t){return t[0]==n}),s=An(o,function(n){ +return n[0]==t});if(p&&s)return p[1]==t;if(o.push([n,t]),o.push([t,n]),a&&!l){if(i)r=T(n,t,r,e,u,o);else n:{switch(f){case"[object Boolean]":case"[object Date]":case"[object Number]":r=J(+n,+t);break n;case"[object Error]":r=n.name==t.name&&n.message==t.message;break n;case"[object RegExp]":case"[object String]":r=n==t+"";break n}r=false}return o.pop(),r}return 1&r||(i=l&&pn.call(n,"__wrapped__"),f=c&&pn.call(t,"__wrapped__"),!i&&!f)?!!a&&(r=B(n,t,r,e,u,o),o.pop(),r):(i=i?n.value():n,f=f?t.value():t, +r=u(i,f,r,e,o),o.pop(),r)}function g(n){return typeof n=="function"?n:null==n?X:(typeof n=="object"?d:r)(n)}function _(n,t){return nt&&(t=-t>u?0:u+t),r=r>u?u:r,0>r&&(r+=u),u=t>r?0:r-t>>>0,t>>>=0,r=Array(u);++ei))return false;var c=o.get(n),f=o.get(t);if(c&&f)return c==t&&f==n;for(var c=-1,f=true,a=2&r?[]:Z;++cr?jn(e+r,0):r:0,r=(r||0)-1;for(var u=t===t;++rarguments.length,mn); +}function G(n,t){var r;if(typeof t!="function")throw new TypeError("Expected a function");return n=Fn(n),function(){return 0<--n&&(r=t.apply(this,arguments)),1>=n&&(t=Z),r}}function J(n,t){return n===t||n!==n&&t!==t}function M(n){var t;return(t=null!=n)&&(t=n.length,t=typeof t=="number"&&-1=t),t&&!U(n)}function U(n){return!!V(n)&&(n=hn.call(n),"[object Function]"==n||"[object GeneratorFunction]"==n||"[object AsyncFunction]"==n||"[object Proxy]"==n)}function V(n){var t=typeof n; +return null!=n&&("object"==t||"function"==t)}function H(n){return null!=n&&typeof n=="object"}function K(n){return typeof n=="number"||H(n)&&"[object Number]"==hn.call(n)}function L(n){return typeof n=="string"||!Nn(n)&&H(n)&&"[object String]"==hn.call(n)}function Q(n){return typeof n=="string"?n:null==n?"":n+""}function W(n){return null==n?[]:u(n,Dn(n))}function X(n){return n}function Y(n,r,e){var u=Dn(r),o=h(r,u);null!=e||V(r)&&(o.length||!u.length)||(e=r,r=n,n=this,o=h(r,Dn(r)));var i=!(V(e)&&"chain"in e&&!e.chain),c=U(n); +return mn(o,function(e){var u=r[e];n[e]=u,c&&(n.prototype[e]=function(){var r=this.__chain__;if(i||r){var e=n(this.__wrapped__);return(e.__actions__=A(this.__actions__)).push({func:u,args:arguments,thisArg:n}),e.__chain__=r,e}return u.apply(n,t([this.value()],arguments))})}),n}var Z,nn=1/0,tn=/[&<>"']/g,rn=RegExp(tn.source),en=/^(?:0|[1-9]\d*)$/,un=typeof self=="object"&&self&&self.Object===Object&&self,on=typeof global=="object"&&global&&global.Object===Object&&global||un||Function("return this")(),cn=(un=typeof exports=="object"&&exports&&!exports.nodeType&&exports)&&typeof module=="object"&&module&&!module.nodeType&&module,fn=function(n){ +return function(t){return null==n?Z:n[t]}}({"&":"&","<":"<",">":">",'"':""","'":"'"}),an=Array.prototype,ln=Object.prototype,pn=ln.hasOwnProperty,sn=0,hn=ln.toString,vn=on._,bn=Object.create,yn=ln.propertyIsEnumerable,gn=on.isFinite,_n=function(n,t){return function(r){return n(t(r))}}(Object.keys,Object),jn=Math.max,dn=function(){function n(){}return function(t){return V(t)?bn?bn(t):(n.prototype=t,t=new n,n.prototype=Z,t):{}}}();i.prototype=dn(o.prototype),i.prototype.constructor=i; +var mn=function(n,t){return function(r,e){if(null==r)return r;if(!M(r))return n(r,e);for(var u=r.length,o=t?u:-1,i=Object(r);(t?o--:++or&&(r=jn(e+r,0));n:{for(t=g(t),e=n.length,r+=-1;++re||o&&c&&a||!u&&a||!i){r=1;break n}if(!o&&r { '4': 1, '6': 2 } + * + * // The `_.property` iteratee shorthand. + * _.countBy(['one', 'two', 'three'], 'length'); + * // => { '3': 2, '5': 1 } + */ +var countBy = createAggregator(function(result, value, key) { + if (hasOwnProperty.call(result, key)) { + ++result[key]; + } else { + baseAssignValue(result, key, 1); + } +}); + +module.exports = countBy; diff --git a/docs/node_modules/lodash/create.js b/docs/node_modules/lodash/create.js new file mode 100644 index 0000000..919edb8 --- /dev/null +++ b/docs/node_modules/lodash/create.js @@ -0,0 +1,43 @@ +var baseAssign = require('./_baseAssign'), + baseCreate = require('./_baseCreate'); + +/** + * Creates an object that inherits from the `prototype` object. If a + * `properties` object is given, its own enumerable string keyed properties + * are assigned to the created object. + * + * @static + * @memberOf _ + * @since 2.3.0 + * @category Object + * @param {Object} prototype The object to inherit from. + * @param {Object} [properties] The properties to assign to the object. + * @returns {Object} Returns the new object. + * @example + * + * function Shape() { + * this.x = 0; + * this.y = 0; + * } + * + * function Circle() { + * Shape.call(this); + * } + * + * Circle.prototype = _.create(Shape.prototype, { + * 'constructor': Circle + * }); + * + * var circle = new Circle; + * circle instanceof Circle; + * // => true + * + * circle instanceof Shape; + * // => true + */ +function create(prototype, properties) { + var result = baseCreate(prototype); + return properties == null ? result : baseAssign(result, properties); +} + +module.exports = create; diff --git a/docs/node_modules/lodash/curry.js b/docs/node_modules/lodash/curry.js new file mode 100644 index 0000000..918db1a --- /dev/null +++ b/docs/node_modules/lodash/curry.js @@ -0,0 +1,57 @@ +var createWrap = require('./_createWrap'); + +/** Used to compose bitmasks for function metadata. */ +var WRAP_CURRY_FLAG = 8; + +/** + * Creates a function that accepts arguments of `func` and either invokes + * `func` returning its result, if at least `arity` number of arguments have + * been provided, or returns a function that accepts the remaining `func` + * arguments, and so on. The arity of `func` may be specified if `func.length` + * is not sufficient. + * + * The `_.curry.placeholder` value, which defaults to `_` in monolithic builds, + * may be used as a placeholder for provided arguments. + * + * **Note:** This method doesn't set the "length" property of curried functions. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Function + * @param {Function} func The function to curry. + * @param {number} [arity=func.length] The arity of `func`. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Function} Returns the new curried function. + * @example + * + * var abc = function(a, b, c) { + * return [a, b, c]; + * }; + * + * var curried = _.curry(abc); + * + * curried(1)(2)(3); + * // => [1, 2, 3] + * + * curried(1, 2)(3); + * // => [1, 2, 3] + * + * curried(1, 2, 3); + * // => [1, 2, 3] + * + * // Curried with placeholders. + * curried(1)(_, 3)(2); + * // => [1, 2, 3] + */ +function curry(func, arity, guard) { + arity = guard ? undefined : arity; + var result = createWrap(func, WRAP_CURRY_FLAG, undefined, undefined, undefined, undefined, undefined, arity); + result.placeholder = curry.placeholder; + return result; +} + +// Assign default placeholders. +curry.placeholder = {}; + +module.exports = curry; diff --git a/docs/node_modules/lodash/curryRight.js b/docs/node_modules/lodash/curryRight.js new file mode 100644 index 0000000..c85b6f3 --- /dev/null +++ b/docs/node_modules/lodash/curryRight.js @@ -0,0 +1,54 @@ +var createWrap = require('./_createWrap'); + +/** Used to compose bitmasks for function metadata. */ +var WRAP_CURRY_RIGHT_FLAG = 16; + +/** + * This method is like `_.curry` except that arguments are applied to `func` + * in the manner of `_.partialRight` instead of `_.partial`. + * + * The `_.curryRight.placeholder` value, which defaults to `_` in monolithic + * builds, may be used as a placeholder for provided arguments. + * + * **Note:** This method doesn't set the "length" property of curried functions. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Function + * @param {Function} func The function to curry. + * @param {number} [arity=func.length] The arity of `func`. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Function} Returns the new curried function. + * @example + * + * var abc = function(a, b, c) { + * return [a, b, c]; + * }; + * + * var curried = _.curryRight(abc); + * + * curried(3)(2)(1); + * // => [1, 2, 3] + * + * curried(2, 3)(1); + * // => [1, 2, 3] + * + * curried(1, 2, 3); + * // => [1, 2, 3] + * + * // Curried with placeholders. + * curried(3)(1, _)(2); + * // => [1, 2, 3] + */ +function curryRight(func, arity, guard) { + arity = guard ? undefined : arity; + var result = createWrap(func, WRAP_CURRY_RIGHT_FLAG, undefined, undefined, undefined, undefined, undefined, arity); + result.placeholder = curryRight.placeholder; + return result; +} + +// Assign default placeholders. +curryRight.placeholder = {}; + +module.exports = curryRight; diff --git a/docs/node_modules/lodash/date.js b/docs/node_modules/lodash/date.js new file mode 100644 index 0000000..cbf5b41 --- /dev/null +++ b/docs/node_modules/lodash/date.js @@ -0,0 +1,3 @@ +module.exports = { + 'now': require('./now') +}; diff --git a/docs/node_modules/lodash/debounce.js b/docs/node_modules/lodash/debounce.js new file mode 100644 index 0000000..8f751d5 --- /dev/null +++ b/docs/node_modules/lodash/debounce.js @@ -0,0 +1,191 @@ +var isObject = require('./isObject'), + now = require('./now'), + toNumber = require('./toNumber'); + +/** Error message constants. */ +var FUNC_ERROR_TEXT = 'Expected a function'; + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMax = Math.max, + nativeMin = Math.min; + +/** + * Creates a debounced function that delays invoking `func` until after `wait` + * milliseconds have elapsed since the last time the debounced function was + * invoked. The debounced function comes with a `cancel` method to cancel + * delayed `func` invocations and a `flush` method to immediately invoke them. + * Provide `options` to indicate whether `func` should be invoked on the + * leading and/or trailing edge of the `wait` timeout. The `func` is invoked + * with the last arguments provided to the debounced function. Subsequent + * calls to the debounced function return the result of the last `func` + * invocation. + * + * **Note:** If `leading` and `trailing` options are `true`, `func` is + * invoked on the trailing edge of the timeout only if the debounced function + * is invoked more than once during the `wait` timeout. + * + * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred + * until to the next tick, similar to `setTimeout` with a timeout of `0`. + * + * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/) + * for details over the differences between `_.debounce` and `_.throttle`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to debounce. + * @param {number} [wait=0] The number of milliseconds to delay. + * @param {Object} [options={}] The options object. + * @param {boolean} [options.leading=false] + * Specify invoking on the leading edge of the timeout. + * @param {number} [options.maxWait] + * The maximum time `func` is allowed to be delayed before it's invoked. + * @param {boolean} [options.trailing=true] + * Specify invoking on the trailing edge of the timeout. + * @returns {Function} Returns the new debounced function. + * @example + * + * // Avoid costly calculations while the window size is in flux. + * jQuery(window).on('resize', _.debounce(calculateLayout, 150)); + * + * // Invoke `sendMail` when clicked, debouncing subsequent calls. + * jQuery(element).on('click', _.debounce(sendMail, 300, { + * 'leading': true, + * 'trailing': false + * })); + * + * // Ensure `batchLog` is invoked once after 1 second of debounced calls. + * var debounced = _.debounce(batchLog, 250, { 'maxWait': 1000 }); + * var source = new EventSource('/stream'); + * jQuery(source).on('message', debounced); + * + * // Cancel the trailing debounced invocation. + * jQuery(window).on('popstate', debounced.cancel); + */ +function debounce(func, wait, options) { + var lastArgs, + lastThis, + maxWait, + result, + timerId, + lastCallTime, + lastInvokeTime = 0, + leading = false, + maxing = false, + trailing = true; + + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + wait = toNumber(wait) || 0; + if (isObject(options)) { + leading = !!options.leading; + maxing = 'maxWait' in options; + maxWait = maxing ? nativeMax(toNumber(options.maxWait) || 0, wait) : maxWait; + trailing = 'trailing' in options ? !!options.trailing : trailing; + } + + function invokeFunc(time) { + var args = lastArgs, + thisArg = lastThis; + + lastArgs = lastThis = undefined; + lastInvokeTime = time; + result = func.apply(thisArg, args); + return result; + } + + function leadingEdge(time) { + // Reset any `maxWait` timer. + lastInvokeTime = time; + // Start the timer for the trailing edge. + timerId = setTimeout(timerExpired, wait); + // Invoke the leading edge. + return leading ? invokeFunc(time) : result; + } + + function remainingWait(time) { + var timeSinceLastCall = time - lastCallTime, + timeSinceLastInvoke = time - lastInvokeTime, + timeWaiting = wait - timeSinceLastCall; + + return maxing + ? nativeMin(timeWaiting, maxWait - timeSinceLastInvoke) + : timeWaiting; + } + + function shouldInvoke(time) { + var timeSinceLastCall = time - lastCallTime, + timeSinceLastInvoke = time - lastInvokeTime; + + // Either this is the first call, activity has stopped and we're at the + // trailing edge, the system time has gone backwards and we're treating + // it as the trailing edge, or we've hit the `maxWait` limit. + return (lastCallTime === undefined || (timeSinceLastCall >= wait) || + (timeSinceLastCall < 0) || (maxing && timeSinceLastInvoke >= maxWait)); + } + + function timerExpired() { + var time = now(); + if (shouldInvoke(time)) { + return trailingEdge(time); + } + // Restart the timer. + timerId = setTimeout(timerExpired, remainingWait(time)); + } + + function trailingEdge(time) { + timerId = undefined; + + // Only invoke if we have `lastArgs` which means `func` has been + // debounced at least once. + if (trailing && lastArgs) { + return invokeFunc(time); + } + lastArgs = lastThis = undefined; + return result; + } + + function cancel() { + if (timerId !== undefined) { + clearTimeout(timerId); + } + lastInvokeTime = 0; + lastArgs = lastCallTime = lastThis = timerId = undefined; + } + + function flush() { + return timerId === undefined ? result : trailingEdge(now()); + } + + function debounced() { + var time = now(), + isInvoking = shouldInvoke(time); + + lastArgs = arguments; + lastThis = this; + lastCallTime = time; + + if (isInvoking) { + if (timerId === undefined) { + return leadingEdge(lastCallTime); + } + if (maxing) { + // Handle invocations in a tight loop. + clearTimeout(timerId); + timerId = setTimeout(timerExpired, wait); + return invokeFunc(lastCallTime); + } + } + if (timerId === undefined) { + timerId = setTimeout(timerExpired, wait); + } + return result; + } + debounced.cancel = cancel; + debounced.flush = flush; + return debounced; +} + +module.exports = debounce; diff --git a/docs/node_modules/lodash/deburr.js b/docs/node_modules/lodash/deburr.js new file mode 100644 index 0000000..f85e314 --- /dev/null +++ b/docs/node_modules/lodash/deburr.js @@ -0,0 +1,45 @@ +var deburrLetter = require('./_deburrLetter'), + toString = require('./toString'); + +/** Used to match Latin Unicode letters (excluding mathematical operators). */ +var reLatin = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g; + +/** Used to compose unicode character classes. */ +var rsComboMarksRange = '\\u0300-\\u036f', + reComboHalfMarksRange = '\\ufe20-\\ufe2f', + rsComboSymbolsRange = '\\u20d0-\\u20ff', + rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange; + +/** Used to compose unicode capture groups. */ +var rsCombo = '[' + rsComboRange + ']'; + +/** + * Used to match [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks) and + * [combining diacritical marks for symbols](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks_for_Symbols). + */ +var reComboMark = RegExp(rsCombo, 'g'); + +/** + * Deburrs `string` by converting + * [Latin-1 Supplement](https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block)#Character_table) + * and [Latin Extended-A](https://en.wikipedia.org/wiki/Latin_Extended-A) + * letters to basic Latin letters and removing + * [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to deburr. + * @returns {string} Returns the deburred string. + * @example + * + * _.deburr('déjà vu'); + * // => 'deja vu' + */ +function deburr(string) { + string = toString(string); + return string && string.replace(reLatin, deburrLetter).replace(reComboMark, ''); +} + +module.exports = deburr; diff --git a/docs/node_modules/lodash/defaultTo.js b/docs/node_modules/lodash/defaultTo.js new file mode 100644 index 0000000..5b33359 --- /dev/null +++ b/docs/node_modules/lodash/defaultTo.js @@ -0,0 +1,25 @@ +/** + * Checks `value` to determine whether a default value should be returned in + * its place. The `defaultValue` is returned if `value` is `NaN`, `null`, + * or `undefined`. + * + * @static + * @memberOf _ + * @since 4.14.0 + * @category Util + * @param {*} value The value to check. + * @param {*} defaultValue The default value. + * @returns {*} Returns the resolved value. + * @example + * + * _.defaultTo(1, 10); + * // => 1 + * + * _.defaultTo(undefined, 10); + * // => 10 + */ +function defaultTo(value, defaultValue) { + return (value == null || value !== value) ? defaultValue : value; +} + +module.exports = defaultTo; diff --git a/docs/node_modules/lodash/defaults.js b/docs/node_modules/lodash/defaults.js new file mode 100644 index 0000000..c74df04 --- /dev/null +++ b/docs/node_modules/lodash/defaults.js @@ -0,0 +1,64 @@ +var baseRest = require('./_baseRest'), + eq = require('./eq'), + isIterateeCall = require('./_isIterateeCall'), + keysIn = require('./keysIn'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * Assigns own and inherited enumerable string keyed properties of source + * objects to the destination object for all destination properties that + * resolve to `undefined`. Source objects are applied from left to right. + * Once a property is set, additional values of the same property are ignored. + * + * **Note:** This method mutates `object`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @see _.defaultsDeep + * @example + * + * _.defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 }); + * // => { 'a': 1, 'b': 2 } + */ +var defaults = baseRest(function(object, sources) { + object = Object(object); + + var index = -1; + var length = sources.length; + var guard = length > 2 ? sources[2] : undefined; + + if (guard && isIterateeCall(sources[0], sources[1], guard)) { + length = 1; + } + + while (++index < length) { + var source = sources[index]; + var props = keysIn(source); + var propsIndex = -1; + var propsLength = props.length; + + while (++propsIndex < propsLength) { + var key = props[propsIndex]; + var value = object[key]; + + if (value === undefined || + (eq(value, objectProto[key]) && !hasOwnProperty.call(object, key))) { + object[key] = source[key]; + } + } + } + + return object; +}); + +module.exports = defaults; diff --git a/docs/node_modules/lodash/defaultsDeep.js b/docs/node_modules/lodash/defaultsDeep.js new file mode 100644 index 0000000..9b5fa3e --- /dev/null +++ b/docs/node_modules/lodash/defaultsDeep.js @@ -0,0 +1,30 @@ +var apply = require('./_apply'), + baseRest = require('./_baseRest'), + customDefaultsMerge = require('./_customDefaultsMerge'), + mergeWith = require('./mergeWith'); + +/** + * This method is like `_.defaults` except that it recursively assigns + * default properties. + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 3.10.0 + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @see _.defaults + * @example + * + * _.defaultsDeep({ 'a': { 'b': 2 } }, { 'a': { 'b': 1, 'c': 3 } }); + * // => { 'a': { 'b': 2, 'c': 3 } } + */ +var defaultsDeep = baseRest(function(args) { + args.push(undefined, customDefaultsMerge); + return apply(mergeWith, undefined, args); +}); + +module.exports = defaultsDeep; diff --git a/docs/node_modules/lodash/defer.js b/docs/node_modules/lodash/defer.js new file mode 100644 index 0000000..f6d6c6f --- /dev/null +++ b/docs/node_modules/lodash/defer.js @@ -0,0 +1,26 @@ +var baseDelay = require('./_baseDelay'), + baseRest = require('./_baseRest'); + +/** + * Defers invoking the `func` until the current call stack has cleared. Any + * additional arguments are provided to `func` when it's invoked. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to defer. + * @param {...*} [args] The arguments to invoke `func` with. + * @returns {number} Returns the timer id. + * @example + * + * _.defer(function(text) { + * console.log(text); + * }, 'deferred'); + * // => Logs 'deferred' after one millisecond. + */ +var defer = baseRest(function(func, args) { + return baseDelay(func, 1, args); +}); + +module.exports = defer; diff --git a/docs/node_modules/lodash/delay.js b/docs/node_modules/lodash/delay.js new file mode 100644 index 0000000..bd55479 --- /dev/null +++ b/docs/node_modules/lodash/delay.js @@ -0,0 +1,28 @@ +var baseDelay = require('./_baseDelay'), + baseRest = require('./_baseRest'), + toNumber = require('./toNumber'); + +/** + * Invokes `func` after `wait` milliseconds. Any additional arguments are + * provided to `func` when it's invoked. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to delay. + * @param {number} wait The number of milliseconds to delay invocation. + * @param {...*} [args] The arguments to invoke `func` with. + * @returns {number} Returns the timer id. + * @example + * + * _.delay(function(text) { + * console.log(text); + * }, 1000, 'later'); + * // => Logs 'later' after one second. + */ +var delay = baseRest(function(func, wait, args) { + return baseDelay(func, toNumber(wait) || 0, args); +}); + +module.exports = delay; diff --git a/docs/node_modules/lodash/difference.js b/docs/node_modules/lodash/difference.js new file mode 100644 index 0000000..fa28bb3 --- /dev/null +++ b/docs/node_modules/lodash/difference.js @@ -0,0 +1,33 @@ +var baseDifference = require('./_baseDifference'), + baseFlatten = require('./_baseFlatten'), + baseRest = require('./_baseRest'), + isArrayLikeObject = require('./isArrayLikeObject'); + +/** + * Creates an array of `array` values not included in the other given arrays + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. The order and references of result values are + * determined by the first array. + * + * **Note:** Unlike `_.pullAll`, this method returns a new array. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {...Array} [values] The values to exclude. + * @returns {Array} Returns the new array of filtered values. + * @see _.without, _.xor + * @example + * + * _.difference([2, 1], [2, 3]); + * // => [1] + */ +var difference = baseRest(function(array, values) { + return isArrayLikeObject(array) + ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true)) + : []; +}); + +module.exports = difference; diff --git a/docs/node_modules/lodash/differenceBy.js b/docs/node_modules/lodash/differenceBy.js new file mode 100644 index 0000000..2cd63e7 --- /dev/null +++ b/docs/node_modules/lodash/differenceBy.js @@ -0,0 +1,44 @@ +var baseDifference = require('./_baseDifference'), + baseFlatten = require('./_baseFlatten'), + baseIteratee = require('./_baseIteratee'), + baseRest = require('./_baseRest'), + isArrayLikeObject = require('./isArrayLikeObject'), + last = require('./last'); + +/** + * This method is like `_.difference` except that it accepts `iteratee` which + * is invoked for each element of `array` and `values` to generate the criterion + * by which they're compared. The order and references of result values are + * determined by the first array. The iteratee is invoked with one argument: + * (value). + * + * **Note:** Unlike `_.pullAllBy`, this method returns a new array. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {...Array} [values] The values to exclude. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Array} Returns the new array of filtered values. + * @example + * + * _.differenceBy([2.1, 1.2], [2.3, 3.4], Math.floor); + * // => [1.2] + * + * // The `_.property` iteratee shorthand. + * _.differenceBy([{ 'x': 2 }, { 'x': 1 }], [{ 'x': 1 }], 'x'); + * // => [{ 'x': 2 }] + */ +var differenceBy = baseRest(function(array, values) { + var iteratee = last(values); + if (isArrayLikeObject(iteratee)) { + iteratee = undefined; + } + return isArrayLikeObject(array) + ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true), baseIteratee(iteratee, 2)) + : []; +}); + +module.exports = differenceBy; diff --git a/docs/node_modules/lodash/differenceWith.js b/docs/node_modules/lodash/differenceWith.js new file mode 100644 index 0000000..c0233f4 --- /dev/null +++ b/docs/node_modules/lodash/differenceWith.js @@ -0,0 +1,40 @@ +var baseDifference = require('./_baseDifference'), + baseFlatten = require('./_baseFlatten'), + baseRest = require('./_baseRest'), + isArrayLikeObject = require('./isArrayLikeObject'), + last = require('./last'); + +/** + * This method is like `_.difference` except that it accepts `comparator` + * which is invoked to compare elements of `array` to `values`. The order and + * references of result values are determined by the first array. The comparator + * is invoked with two arguments: (arrVal, othVal). + * + * **Note:** Unlike `_.pullAllWith`, this method returns a new array. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {...Array} [values] The values to exclude. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of filtered values. + * @example + * + * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]; + * + * _.differenceWith(objects, [{ 'x': 1, 'y': 2 }], _.isEqual); + * // => [{ 'x': 2, 'y': 1 }] + */ +var differenceWith = baseRest(function(array, values) { + var comparator = last(values); + if (isArrayLikeObject(comparator)) { + comparator = undefined; + } + return isArrayLikeObject(array) + ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true), undefined, comparator) + : []; +}); + +module.exports = differenceWith; diff --git a/docs/node_modules/lodash/divide.js b/docs/node_modules/lodash/divide.js new file mode 100644 index 0000000..8cae0cd --- /dev/null +++ b/docs/node_modules/lodash/divide.js @@ -0,0 +1,22 @@ +var createMathOperation = require('./_createMathOperation'); + +/** + * Divide two numbers. + * + * @static + * @memberOf _ + * @since 4.7.0 + * @category Math + * @param {number} dividend The first number in a division. + * @param {number} divisor The second number in a division. + * @returns {number} Returns the quotient. + * @example + * + * _.divide(6, 4); + * // => 1.5 + */ +var divide = createMathOperation(function(dividend, divisor) { + return dividend / divisor; +}, 1); + +module.exports = divide; diff --git a/docs/node_modules/lodash/drop.js b/docs/node_modules/lodash/drop.js new file mode 100644 index 0000000..d5c3cba --- /dev/null +++ b/docs/node_modules/lodash/drop.js @@ -0,0 +1,38 @@ +var baseSlice = require('./_baseSlice'), + toInteger = require('./toInteger'); + +/** + * Creates a slice of `array` with `n` elements dropped from the beginning. + * + * @static + * @memberOf _ + * @since 0.5.0 + * @category Array + * @param {Array} array The array to query. + * @param {number} [n=1] The number of elements to drop. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Array} Returns the slice of `array`. + * @example + * + * _.drop([1, 2, 3]); + * // => [2, 3] + * + * _.drop([1, 2, 3], 2); + * // => [3] + * + * _.drop([1, 2, 3], 5); + * // => [] + * + * _.drop([1, 2, 3], 0); + * // => [1, 2, 3] + */ +function drop(array, n, guard) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + n = (guard || n === undefined) ? 1 : toInteger(n); + return baseSlice(array, n < 0 ? 0 : n, length); +} + +module.exports = drop; diff --git a/docs/node_modules/lodash/dropRight.js b/docs/node_modules/lodash/dropRight.js new file mode 100644 index 0000000..441fe99 --- /dev/null +++ b/docs/node_modules/lodash/dropRight.js @@ -0,0 +1,39 @@ +var baseSlice = require('./_baseSlice'), + toInteger = require('./toInteger'); + +/** + * Creates a slice of `array` with `n` elements dropped from the end. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to query. + * @param {number} [n=1] The number of elements to drop. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Array} Returns the slice of `array`. + * @example + * + * _.dropRight([1, 2, 3]); + * // => [1, 2] + * + * _.dropRight([1, 2, 3], 2); + * // => [1] + * + * _.dropRight([1, 2, 3], 5); + * // => [] + * + * _.dropRight([1, 2, 3], 0); + * // => [1, 2, 3] + */ +function dropRight(array, n, guard) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + n = (guard || n === undefined) ? 1 : toInteger(n); + n = length - n; + return baseSlice(array, 0, n < 0 ? 0 : n); +} + +module.exports = dropRight; diff --git a/docs/node_modules/lodash/dropRightWhile.js b/docs/node_modules/lodash/dropRightWhile.js new file mode 100644 index 0000000..9ad36a0 --- /dev/null +++ b/docs/node_modules/lodash/dropRightWhile.js @@ -0,0 +1,45 @@ +var baseIteratee = require('./_baseIteratee'), + baseWhile = require('./_baseWhile'); + +/** + * Creates a slice of `array` excluding elements dropped from the end. + * Elements are dropped until `predicate` returns falsey. The predicate is + * invoked with three arguments: (value, index, array). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to query. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the slice of `array`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': true }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': false } + * ]; + * + * _.dropRightWhile(users, function(o) { return !o.active; }); + * // => objects for ['barney'] + * + * // The `_.matches` iteratee shorthand. + * _.dropRightWhile(users, { 'user': 'pebbles', 'active': false }); + * // => objects for ['barney', 'fred'] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.dropRightWhile(users, ['active', false]); + * // => objects for ['barney'] + * + * // The `_.property` iteratee shorthand. + * _.dropRightWhile(users, 'active'); + * // => objects for ['barney', 'fred', 'pebbles'] + */ +function dropRightWhile(array, predicate) { + return (array && array.length) + ? baseWhile(array, baseIteratee(predicate, 3), true, true) + : []; +} + +module.exports = dropRightWhile; diff --git a/docs/node_modules/lodash/dropWhile.js b/docs/node_modules/lodash/dropWhile.js new file mode 100644 index 0000000..903ef56 --- /dev/null +++ b/docs/node_modules/lodash/dropWhile.js @@ -0,0 +1,45 @@ +var baseIteratee = require('./_baseIteratee'), + baseWhile = require('./_baseWhile'); + +/** + * Creates a slice of `array` excluding elements dropped from the beginning. + * Elements are dropped until `predicate` returns falsey. The predicate is + * invoked with three arguments: (value, index, array). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to query. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the slice of `array`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': false }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': true } + * ]; + * + * _.dropWhile(users, function(o) { return !o.active; }); + * // => objects for ['pebbles'] + * + * // The `_.matches` iteratee shorthand. + * _.dropWhile(users, { 'user': 'barney', 'active': false }); + * // => objects for ['fred', 'pebbles'] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.dropWhile(users, ['active', false]); + * // => objects for ['pebbles'] + * + * // The `_.property` iteratee shorthand. + * _.dropWhile(users, 'active'); + * // => objects for ['barney', 'fred', 'pebbles'] + */ +function dropWhile(array, predicate) { + return (array && array.length) + ? baseWhile(array, baseIteratee(predicate, 3), true) + : []; +} + +module.exports = dropWhile; diff --git a/docs/node_modules/lodash/each.js b/docs/node_modules/lodash/each.js new file mode 100644 index 0000000..8800f42 --- /dev/null +++ b/docs/node_modules/lodash/each.js @@ -0,0 +1 @@ +module.exports = require('./forEach'); diff --git a/docs/node_modules/lodash/eachRight.js b/docs/node_modules/lodash/eachRight.js new file mode 100644 index 0000000..3252b2a --- /dev/null +++ b/docs/node_modules/lodash/eachRight.js @@ -0,0 +1 @@ +module.exports = require('./forEachRight'); diff --git a/docs/node_modules/lodash/endsWith.js b/docs/node_modules/lodash/endsWith.js new file mode 100644 index 0000000..76fc866 --- /dev/null +++ b/docs/node_modules/lodash/endsWith.js @@ -0,0 +1,43 @@ +var baseClamp = require('./_baseClamp'), + baseToString = require('./_baseToString'), + toInteger = require('./toInteger'), + toString = require('./toString'); + +/** + * Checks if `string` ends with the given target string. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to inspect. + * @param {string} [target] The string to search for. + * @param {number} [position=string.length] The position to search up to. + * @returns {boolean} Returns `true` if `string` ends with `target`, + * else `false`. + * @example + * + * _.endsWith('abc', 'c'); + * // => true + * + * _.endsWith('abc', 'b'); + * // => false + * + * _.endsWith('abc', 'b', 2); + * // => true + */ +function endsWith(string, target, position) { + string = toString(string); + target = baseToString(target); + + var length = string.length; + position = position === undefined + ? length + : baseClamp(toInteger(position), 0, length); + + var end = position; + position -= target.length; + return position >= 0 && string.slice(position, end) == target; +} + +module.exports = endsWith; diff --git a/docs/node_modules/lodash/entries.js b/docs/node_modules/lodash/entries.js new file mode 100644 index 0000000..7a88df2 --- /dev/null +++ b/docs/node_modules/lodash/entries.js @@ -0,0 +1 @@ +module.exports = require('./toPairs'); diff --git a/docs/node_modules/lodash/entriesIn.js b/docs/node_modules/lodash/entriesIn.js new file mode 100644 index 0000000..f6c6331 --- /dev/null +++ b/docs/node_modules/lodash/entriesIn.js @@ -0,0 +1 @@ +module.exports = require('./toPairsIn'); diff --git a/docs/node_modules/lodash/eq.js b/docs/node_modules/lodash/eq.js new file mode 100644 index 0000000..a940688 --- /dev/null +++ b/docs/node_modules/lodash/eq.js @@ -0,0 +1,37 @@ +/** + * Performs a + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * comparison between two values to determine if they are equivalent. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + * @example + * + * var object = { 'a': 1 }; + * var other = { 'a': 1 }; + * + * _.eq(object, object); + * // => true + * + * _.eq(object, other); + * // => false + * + * _.eq('a', 'a'); + * // => true + * + * _.eq('a', Object('a')); + * // => false + * + * _.eq(NaN, NaN); + * // => true + */ +function eq(value, other) { + return value === other || (value !== value && other !== other); +} + +module.exports = eq; diff --git a/docs/node_modules/lodash/escape.js b/docs/node_modules/lodash/escape.js new file mode 100644 index 0000000..9247e00 --- /dev/null +++ b/docs/node_modules/lodash/escape.js @@ -0,0 +1,43 @@ +var escapeHtmlChar = require('./_escapeHtmlChar'), + toString = require('./toString'); + +/** Used to match HTML entities and HTML characters. */ +var reUnescapedHtml = /[&<>"']/g, + reHasUnescapedHtml = RegExp(reUnescapedHtml.source); + +/** + * Converts the characters "&", "<", ">", '"', and "'" in `string` to their + * corresponding HTML entities. + * + * **Note:** No other characters are escaped. To escape additional + * characters use a third-party library like [_he_](https://mths.be/he). + * + * Though the ">" character is escaped for symmetry, characters like + * ">" and "/" don't need escaping in HTML and have no special meaning + * unless they're part of a tag or unquoted attribute value. See + * [Mathias Bynens's article](https://mathiasbynens.be/notes/ambiguous-ampersands) + * (under "semi-related fun fact") for more details. + * + * When working with HTML you should always + * [quote attribute values](http://wonko.com/post/html-escaping) to reduce + * XSS vectors. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category String + * @param {string} [string=''] The string to escape. + * @returns {string} Returns the escaped string. + * @example + * + * _.escape('fred, barney, & pebbles'); + * // => 'fred, barney, & pebbles' + */ +function escape(string) { + string = toString(string); + return (string && reHasUnescapedHtml.test(string)) + ? string.replace(reUnescapedHtml, escapeHtmlChar) + : string; +} + +module.exports = escape; diff --git a/docs/node_modules/lodash/escapeRegExp.js b/docs/node_modules/lodash/escapeRegExp.js new file mode 100644 index 0000000..0a58c69 --- /dev/null +++ b/docs/node_modules/lodash/escapeRegExp.js @@ -0,0 +1,32 @@ +var toString = require('./toString'); + +/** + * Used to match `RegExp` + * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns). + */ +var reRegExpChar = /[\\^$.*+?()[\]{}|]/g, + reHasRegExpChar = RegExp(reRegExpChar.source); + +/** + * Escapes the `RegExp` special characters "^", "$", "\", ".", "*", "+", + * "?", "(", ")", "[", "]", "{", "}", and "|" in `string`. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to escape. + * @returns {string} Returns the escaped string. + * @example + * + * _.escapeRegExp('[lodash](https://lodash.com/)'); + * // => '\[lodash\]\(https://lodash\.com/\)' + */ +function escapeRegExp(string) { + string = toString(string); + return (string && reHasRegExpChar.test(string)) + ? string.replace(reRegExpChar, '\\$&') + : string; +} + +module.exports = escapeRegExp; diff --git a/docs/node_modules/lodash/every.js b/docs/node_modules/lodash/every.js new file mode 100644 index 0000000..25080da --- /dev/null +++ b/docs/node_modules/lodash/every.js @@ -0,0 +1,56 @@ +var arrayEvery = require('./_arrayEvery'), + baseEvery = require('./_baseEvery'), + baseIteratee = require('./_baseIteratee'), + isArray = require('./isArray'), + isIterateeCall = require('./_isIterateeCall'); + +/** + * Checks if `predicate` returns truthy for **all** elements of `collection`. + * Iteration is stopped once `predicate` returns falsey. The predicate is + * invoked with three arguments: (value, index|key, collection). + * + * **Note:** This method returns `true` for + * [empty collections](https://en.wikipedia.org/wiki/Empty_set) because + * [everything is true](https://en.wikipedia.org/wiki/Vacuous_truth) of + * elements of empty collections. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {boolean} Returns `true` if all elements pass the predicate check, + * else `false`. + * @example + * + * _.every([true, 1, null, 'yes'], Boolean); + * // => false + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': false }, + * { 'user': 'fred', 'age': 40, 'active': false } + * ]; + * + * // The `_.matches` iteratee shorthand. + * _.every(users, { 'user': 'barney', 'active': false }); + * // => false + * + * // The `_.matchesProperty` iteratee shorthand. + * _.every(users, ['active', false]); + * // => true + * + * // The `_.property` iteratee shorthand. + * _.every(users, 'active'); + * // => false + */ +function every(collection, predicate, guard) { + var func = isArray(collection) ? arrayEvery : baseEvery; + if (guard && isIterateeCall(collection, predicate, guard)) { + predicate = undefined; + } + return func(collection, baseIteratee(predicate, 3)); +} + +module.exports = every; diff --git a/docs/node_modules/lodash/extend.js b/docs/node_modules/lodash/extend.js new file mode 100644 index 0000000..e00166c --- /dev/null +++ b/docs/node_modules/lodash/extend.js @@ -0,0 +1 @@ +module.exports = require('./assignIn'); diff --git a/docs/node_modules/lodash/extendWith.js b/docs/node_modules/lodash/extendWith.js new file mode 100644 index 0000000..dbdcb3b --- /dev/null +++ b/docs/node_modules/lodash/extendWith.js @@ -0,0 +1 @@ +module.exports = require('./assignInWith'); diff --git a/docs/node_modules/lodash/fill.js b/docs/node_modules/lodash/fill.js new file mode 100644 index 0000000..ae13aa1 --- /dev/null +++ b/docs/node_modules/lodash/fill.js @@ -0,0 +1,45 @@ +var baseFill = require('./_baseFill'), + isIterateeCall = require('./_isIterateeCall'); + +/** + * Fills elements of `array` with `value` from `start` up to, but not + * including, `end`. + * + * **Note:** This method mutates `array`. + * + * @static + * @memberOf _ + * @since 3.2.0 + * @category Array + * @param {Array} array The array to fill. + * @param {*} value The value to fill `array` with. + * @param {number} [start=0] The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns `array`. + * @example + * + * var array = [1, 2, 3]; + * + * _.fill(array, 'a'); + * console.log(array); + * // => ['a', 'a', 'a'] + * + * _.fill(Array(3), 2); + * // => [2, 2, 2] + * + * _.fill([4, 6, 8, 10], '*', 1, 3); + * // => [4, '*', '*', 10] + */ +function fill(array, value, start, end) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + if (start && typeof start != 'number' && isIterateeCall(array, value, start)) { + start = 0; + end = length; + } + return baseFill(array, value, start, end); +} + +module.exports = fill; diff --git a/docs/node_modules/lodash/filter.js b/docs/node_modules/lodash/filter.js new file mode 100644 index 0000000..89e0c8c --- /dev/null +++ b/docs/node_modules/lodash/filter.js @@ -0,0 +1,52 @@ +var arrayFilter = require('./_arrayFilter'), + baseFilter = require('./_baseFilter'), + baseIteratee = require('./_baseIteratee'), + isArray = require('./isArray'); + +/** + * Iterates over elements of `collection`, returning an array of all elements + * `predicate` returns truthy for. The predicate is invoked with three + * arguments: (value, index|key, collection). + * + * **Note:** Unlike `_.remove`, this method returns a new array. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the new filtered array. + * @see _.reject + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': true }, + * { 'user': 'fred', 'age': 40, 'active': false } + * ]; + * + * _.filter(users, function(o) { return !o.active; }); + * // => objects for ['fred'] + * + * // The `_.matches` iteratee shorthand. + * _.filter(users, { 'age': 36, 'active': true }); + * // => objects for ['barney'] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.filter(users, ['active', false]); + * // => objects for ['fred'] + * + * // The `_.property` iteratee shorthand. + * _.filter(users, 'active'); + * // => objects for ['barney'] + * + * // Combining several predicates using `_.overEvery` or `_.overSome`. + * _.filter(users, _.overSome([{ 'age': 36 }, ['age', 40]])); + * // => objects for ['fred', 'barney'] + */ +function filter(collection, predicate) { + var func = isArray(collection) ? arrayFilter : baseFilter; + return func(collection, baseIteratee(predicate, 3)); +} + +module.exports = filter; diff --git a/docs/node_modules/lodash/find.js b/docs/node_modules/lodash/find.js new file mode 100644 index 0000000..de732cc --- /dev/null +++ b/docs/node_modules/lodash/find.js @@ -0,0 +1,42 @@ +var createFind = require('./_createFind'), + findIndex = require('./findIndex'); + +/** + * Iterates over elements of `collection`, returning the first element + * `predicate` returns truthy for. The predicate is invoked with three + * arguments: (value, index|key, collection). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param {number} [fromIndex=0] The index to search from. + * @returns {*} Returns the matched element, else `undefined`. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': true }, + * { 'user': 'fred', 'age': 40, 'active': false }, + * { 'user': 'pebbles', 'age': 1, 'active': true } + * ]; + * + * _.find(users, function(o) { return o.age < 40; }); + * // => object for 'barney' + * + * // The `_.matches` iteratee shorthand. + * _.find(users, { 'age': 1, 'active': true }); + * // => object for 'pebbles' + * + * // The `_.matchesProperty` iteratee shorthand. + * _.find(users, ['active', false]); + * // => object for 'fred' + * + * // The `_.property` iteratee shorthand. + * _.find(users, 'active'); + * // => object for 'barney' + */ +var find = createFind(findIndex); + +module.exports = find; diff --git a/docs/node_modules/lodash/findIndex.js b/docs/node_modules/lodash/findIndex.js new file mode 100644 index 0000000..4689069 --- /dev/null +++ b/docs/node_modules/lodash/findIndex.js @@ -0,0 +1,55 @@ +var baseFindIndex = require('./_baseFindIndex'), + baseIteratee = require('./_baseIteratee'), + toInteger = require('./toInteger'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMax = Math.max; + +/** + * This method is like `_.find` except that it returns the index of the first + * element `predicate` returns truthy for instead of the element itself. + * + * @static + * @memberOf _ + * @since 1.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param {number} [fromIndex=0] The index to search from. + * @returns {number} Returns the index of the found element, else `-1`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': false }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': true } + * ]; + * + * _.findIndex(users, function(o) { return o.user == 'barney'; }); + * // => 0 + * + * // The `_.matches` iteratee shorthand. + * _.findIndex(users, { 'user': 'fred', 'active': false }); + * // => 1 + * + * // The `_.matchesProperty` iteratee shorthand. + * _.findIndex(users, ['active', false]); + * // => 0 + * + * // The `_.property` iteratee shorthand. + * _.findIndex(users, 'active'); + * // => 2 + */ +function findIndex(array, predicate, fromIndex) { + var length = array == null ? 0 : array.length; + if (!length) { + return -1; + } + var index = fromIndex == null ? 0 : toInteger(fromIndex); + if (index < 0) { + index = nativeMax(length + index, 0); + } + return baseFindIndex(array, baseIteratee(predicate, 3), index); +} + +module.exports = findIndex; diff --git a/docs/node_modules/lodash/findKey.js b/docs/node_modules/lodash/findKey.js new file mode 100644 index 0000000..cac0248 --- /dev/null +++ b/docs/node_modules/lodash/findKey.js @@ -0,0 +1,44 @@ +var baseFindKey = require('./_baseFindKey'), + baseForOwn = require('./_baseForOwn'), + baseIteratee = require('./_baseIteratee'); + +/** + * This method is like `_.find` except that it returns the key of the first + * element `predicate` returns truthy for instead of the element itself. + * + * @static + * @memberOf _ + * @since 1.1.0 + * @category Object + * @param {Object} object The object to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {string|undefined} Returns the key of the matched element, + * else `undefined`. + * @example + * + * var users = { + * 'barney': { 'age': 36, 'active': true }, + * 'fred': { 'age': 40, 'active': false }, + * 'pebbles': { 'age': 1, 'active': true } + * }; + * + * _.findKey(users, function(o) { return o.age < 40; }); + * // => 'barney' (iteration order is not guaranteed) + * + * // The `_.matches` iteratee shorthand. + * _.findKey(users, { 'age': 1, 'active': true }); + * // => 'pebbles' + * + * // The `_.matchesProperty` iteratee shorthand. + * _.findKey(users, ['active', false]); + * // => 'fred' + * + * // The `_.property` iteratee shorthand. + * _.findKey(users, 'active'); + * // => 'barney' + */ +function findKey(object, predicate) { + return baseFindKey(object, baseIteratee(predicate, 3), baseForOwn); +} + +module.exports = findKey; diff --git a/docs/node_modules/lodash/findLast.js b/docs/node_modules/lodash/findLast.js new file mode 100644 index 0000000..70b4271 --- /dev/null +++ b/docs/node_modules/lodash/findLast.js @@ -0,0 +1,25 @@ +var createFind = require('./_createFind'), + findLastIndex = require('./findLastIndex'); + +/** + * This method is like `_.find` except that it iterates over elements of + * `collection` from right to left. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Collection + * @param {Array|Object} collection The collection to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param {number} [fromIndex=collection.length-1] The index to search from. + * @returns {*} Returns the matched element, else `undefined`. + * @example + * + * _.findLast([1, 2, 3, 4], function(n) { + * return n % 2 == 1; + * }); + * // => 3 + */ +var findLast = createFind(findLastIndex); + +module.exports = findLast; diff --git a/docs/node_modules/lodash/findLastIndex.js b/docs/node_modules/lodash/findLastIndex.js new file mode 100644 index 0000000..7da3431 --- /dev/null +++ b/docs/node_modules/lodash/findLastIndex.js @@ -0,0 +1,59 @@ +var baseFindIndex = require('./_baseFindIndex'), + baseIteratee = require('./_baseIteratee'), + toInteger = require('./toInteger'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMax = Math.max, + nativeMin = Math.min; + +/** + * This method is like `_.findIndex` except that it iterates over elements + * of `collection` from right to left. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param {number} [fromIndex=array.length-1] The index to search from. + * @returns {number} Returns the index of the found element, else `-1`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': true }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': false } + * ]; + * + * _.findLastIndex(users, function(o) { return o.user == 'pebbles'; }); + * // => 2 + * + * // The `_.matches` iteratee shorthand. + * _.findLastIndex(users, { 'user': 'barney', 'active': true }); + * // => 0 + * + * // The `_.matchesProperty` iteratee shorthand. + * _.findLastIndex(users, ['active', false]); + * // => 2 + * + * // The `_.property` iteratee shorthand. + * _.findLastIndex(users, 'active'); + * // => 0 + */ +function findLastIndex(array, predicate, fromIndex) { + var length = array == null ? 0 : array.length; + if (!length) { + return -1; + } + var index = length - 1; + if (fromIndex !== undefined) { + index = toInteger(fromIndex); + index = fromIndex < 0 + ? nativeMax(length + index, 0) + : nativeMin(index, length - 1); + } + return baseFindIndex(array, baseIteratee(predicate, 3), index, true); +} + +module.exports = findLastIndex; diff --git a/docs/node_modules/lodash/findLastKey.js b/docs/node_modules/lodash/findLastKey.js new file mode 100644 index 0000000..66fb9fb --- /dev/null +++ b/docs/node_modules/lodash/findLastKey.js @@ -0,0 +1,44 @@ +var baseFindKey = require('./_baseFindKey'), + baseForOwnRight = require('./_baseForOwnRight'), + baseIteratee = require('./_baseIteratee'); + +/** + * This method is like `_.findKey` except that it iterates over elements of + * a collection in the opposite order. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Object + * @param {Object} object The object to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {string|undefined} Returns the key of the matched element, + * else `undefined`. + * @example + * + * var users = { + * 'barney': { 'age': 36, 'active': true }, + * 'fred': { 'age': 40, 'active': false }, + * 'pebbles': { 'age': 1, 'active': true } + * }; + * + * _.findLastKey(users, function(o) { return o.age < 40; }); + * // => returns 'pebbles' assuming `_.findKey` returns 'barney' + * + * // The `_.matches` iteratee shorthand. + * _.findLastKey(users, { 'age': 36, 'active': true }); + * // => 'barney' + * + * // The `_.matchesProperty` iteratee shorthand. + * _.findLastKey(users, ['active', false]); + * // => 'fred' + * + * // The `_.property` iteratee shorthand. + * _.findLastKey(users, 'active'); + * // => 'pebbles' + */ +function findLastKey(object, predicate) { + return baseFindKey(object, baseIteratee(predicate, 3), baseForOwnRight); +} + +module.exports = findLastKey; diff --git a/docs/node_modules/lodash/first.js b/docs/node_modules/lodash/first.js new file mode 100644 index 0000000..53f4ad1 --- /dev/null +++ b/docs/node_modules/lodash/first.js @@ -0,0 +1 @@ +module.exports = require('./head'); diff --git a/docs/node_modules/lodash/flake.lock b/docs/node_modules/lodash/flake.lock new file mode 100644 index 0000000..dd03252 --- /dev/null +++ b/docs/node_modules/lodash/flake.lock @@ -0,0 +1,40 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1613582597, + "narHash": "sha256-6LvipIvFuhyorHpUqK3HjySC5Y6gshXHFBhU9EJ4DoM=", + "path": "/nix/store/srvplqq673sqd9vyfhyc5w1p88y1gfm4-source", + "rev": "6b1057b452c55bb3b463f0d7055bc4ec3fd1f381", + "type": "path" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs", + "utils": "utils" + } + }, + "utils": { + "locked": { + "lastModified": 1610051610, + "narHash": "sha256-U9rPz/usA1/Aohhk7Cmc2gBrEEKRzcW4nwPWMPwja4Y=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "3982c9903e93927c2164caa727cd3f6a0e6d14cc", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +} diff --git a/docs/node_modules/lodash/flake.nix b/docs/node_modules/lodash/flake.nix new file mode 100644 index 0000000..15a451c --- /dev/null +++ b/docs/node_modules/lodash/flake.nix @@ -0,0 +1,20 @@ +{ + inputs = { + utils.url = "github:numtide/flake-utils"; + }; + + outputs = { self, nixpkgs, utils }: + utils.lib.eachDefaultSystem (system: + let + pkgs = nixpkgs.legacyPackages."${system}"; + in rec { + devShell = pkgs.mkShell { + nativeBuildInputs = with pkgs; [ + yarn + nodejs-14_x + nodePackages.typescript-language-server + nodePackages.eslint + ]; + }; + }); +} diff --git a/docs/node_modules/lodash/flatMap.js b/docs/node_modules/lodash/flatMap.js new file mode 100644 index 0000000..e668506 --- /dev/null +++ b/docs/node_modules/lodash/flatMap.js @@ -0,0 +1,29 @@ +var baseFlatten = require('./_baseFlatten'), + map = require('./map'); + +/** + * Creates a flattened array of values by running each element in `collection` + * thru `iteratee` and flattening the mapped results. The iteratee is invoked + * with three arguments: (value, index|key, collection). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Array} Returns the new flattened array. + * @example + * + * function duplicate(n) { + * return [n, n]; + * } + * + * _.flatMap([1, 2], duplicate); + * // => [1, 1, 2, 2] + */ +function flatMap(collection, iteratee) { + return baseFlatten(map(collection, iteratee), 1); +} + +module.exports = flatMap; diff --git a/docs/node_modules/lodash/flatMapDeep.js b/docs/node_modules/lodash/flatMapDeep.js new file mode 100644 index 0000000..4653d60 --- /dev/null +++ b/docs/node_modules/lodash/flatMapDeep.js @@ -0,0 +1,31 @@ +var baseFlatten = require('./_baseFlatten'), + map = require('./map'); + +/** Used as references for various `Number` constants. */ +var INFINITY = 1 / 0; + +/** + * This method is like `_.flatMap` except that it recursively flattens the + * mapped results. + * + * @static + * @memberOf _ + * @since 4.7.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Array} Returns the new flattened array. + * @example + * + * function duplicate(n) { + * return [[[n, n]]]; + * } + * + * _.flatMapDeep([1, 2], duplicate); + * // => [1, 1, 2, 2] + */ +function flatMapDeep(collection, iteratee) { + return baseFlatten(map(collection, iteratee), INFINITY); +} + +module.exports = flatMapDeep; diff --git a/docs/node_modules/lodash/flatMapDepth.js b/docs/node_modules/lodash/flatMapDepth.js new file mode 100644 index 0000000..6d72005 --- /dev/null +++ b/docs/node_modules/lodash/flatMapDepth.js @@ -0,0 +1,31 @@ +var baseFlatten = require('./_baseFlatten'), + map = require('./map'), + toInteger = require('./toInteger'); + +/** + * This method is like `_.flatMap` except that it recursively flattens the + * mapped results up to `depth` times. + * + * @static + * @memberOf _ + * @since 4.7.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @param {number} [depth=1] The maximum recursion depth. + * @returns {Array} Returns the new flattened array. + * @example + * + * function duplicate(n) { + * return [[[n, n]]]; + * } + * + * _.flatMapDepth([1, 2], duplicate, 2); + * // => [[1, 1], [2, 2]] + */ +function flatMapDepth(collection, iteratee, depth) { + depth = depth === undefined ? 1 : toInteger(depth); + return baseFlatten(map(collection, iteratee), depth); +} + +module.exports = flatMapDepth; diff --git a/docs/node_modules/lodash/flatten.js b/docs/node_modules/lodash/flatten.js new file mode 100644 index 0000000..3f09f7f --- /dev/null +++ b/docs/node_modules/lodash/flatten.js @@ -0,0 +1,22 @@ +var baseFlatten = require('./_baseFlatten'); + +/** + * Flattens `array` a single level deep. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to flatten. + * @returns {Array} Returns the new flattened array. + * @example + * + * _.flatten([1, [2, [3, [4]], 5]]); + * // => [1, 2, [3, [4]], 5] + */ +function flatten(array) { + var length = array == null ? 0 : array.length; + return length ? baseFlatten(array, 1) : []; +} + +module.exports = flatten; diff --git a/docs/node_modules/lodash/flattenDeep.js b/docs/node_modules/lodash/flattenDeep.js new file mode 100644 index 0000000..8ad585c --- /dev/null +++ b/docs/node_modules/lodash/flattenDeep.js @@ -0,0 +1,25 @@ +var baseFlatten = require('./_baseFlatten'); + +/** Used as references for various `Number` constants. */ +var INFINITY = 1 / 0; + +/** + * Recursively flattens `array`. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to flatten. + * @returns {Array} Returns the new flattened array. + * @example + * + * _.flattenDeep([1, [2, [3, [4]], 5]]); + * // => [1, 2, 3, 4, 5] + */ +function flattenDeep(array) { + var length = array == null ? 0 : array.length; + return length ? baseFlatten(array, INFINITY) : []; +} + +module.exports = flattenDeep; diff --git a/docs/node_modules/lodash/flattenDepth.js b/docs/node_modules/lodash/flattenDepth.js new file mode 100644 index 0000000..441fdcc --- /dev/null +++ b/docs/node_modules/lodash/flattenDepth.js @@ -0,0 +1,33 @@ +var baseFlatten = require('./_baseFlatten'), + toInteger = require('./toInteger'); + +/** + * Recursively flatten `array` up to `depth` times. + * + * @static + * @memberOf _ + * @since 4.4.0 + * @category Array + * @param {Array} array The array to flatten. + * @param {number} [depth=1] The maximum recursion depth. + * @returns {Array} Returns the new flattened array. + * @example + * + * var array = [1, [2, [3, [4]], 5]]; + * + * _.flattenDepth(array, 1); + * // => [1, 2, [3, [4]], 5] + * + * _.flattenDepth(array, 2); + * // => [1, 2, 3, [4], 5] + */ +function flattenDepth(array, depth) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + depth = depth === undefined ? 1 : toInteger(depth); + return baseFlatten(array, depth); +} + +module.exports = flattenDepth; diff --git a/docs/node_modules/lodash/flip.js b/docs/node_modules/lodash/flip.js new file mode 100644 index 0000000..c28dd78 --- /dev/null +++ b/docs/node_modules/lodash/flip.js @@ -0,0 +1,28 @@ +var createWrap = require('./_createWrap'); + +/** Used to compose bitmasks for function metadata. */ +var WRAP_FLIP_FLAG = 512; + +/** + * Creates a function that invokes `func` with arguments reversed. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Function + * @param {Function} func The function to flip arguments for. + * @returns {Function} Returns the new flipped function. + * @example + * + * var flipped = _.flip(function() { + * return _.toArray(arguments); + * }); + * + * flipped('a', 'b', 'c', 'd'); + * // => ['d', 'c', 'b', 'a'] + */ +function flip(func) { + return createWrap(func, WRAP_FLIP_FLAG); +} + +module.exports = flip; diff --git a/docs/node_modules/lodash/floor.js b/docs/node_modules/lodash/floor.js new file mode 100644 index 0000000..ab6dfa2 --- /dev/null +++ b/docs/node_modules/lodash/floor.js @@ -0,0 +1,26 @@ +var createRound = require('./_createRound'); + +/** + * Computes `number` rounded down to `precision`. + * + * @static + * @memberOf _ + * @since 3.10.0 + * @category Math + * @param {number} number The number to round down. + * @param {number} [precision=0] The precision to round down to. + * @returns {number} Returns the rounded down number. + * @example + * + * _.floor(4.006); + * // => 4 + * + * _.floor(0.046, 2); + * // => 0.04 + * + * _.floor(4060, -2); + * // => 4000 + */ +var floor = createRound('floor'); + +module.exports = floor; diff --git a/docs/node_modules/lodash/flow.js b/docs/node_modules/lodash/flow.js new file mode 100644 index 0000000..74b6b62 --- /dev/null +++ b/docs/node_modules/lodash/flow.js @@ -0,0 +1,27 @@ +var createFlow = require('./_createFlow'); + +/** + * Creates a function that returns the result of invoking the given functions + * with the `this` binding of the created function, where each successive + * invocation is supplied the return value of the previous. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Util + * @param {...(Function|Function[])} [funcs] The functions to invoke. + * @returns {Function} Returns the new composite function. + * @see _.flowRight + * @example + * + * function square(n) { + * return n * n; + * } + * + * var addSquare = _.flow([_.add, square]); + * addSquare(1, 2); + * // => 9 + */ +var flow = createFlow(); + +module.exports = flow; diff --git a/docs/node_modules/lodash/flowRight.js b/docs/node_modules/lodash/flowRight.js new file mode 100644 index 0000000..1146141 --- /dev/null +++ b/docs/node_modules/lodash/flowRight.js @@ -0,0 +1,26 @@ +var createFlow = require('./_createFlow'); + +/** + * This method is like `_.flow` except that it creates a function that + * invokes the given functions from right to left. + * + * @static + * @since 3.0.0 + * @memberOf _ + * @category Util + * @param {...(Function|Function[])} [funcs] The functions to invoke. + * @returns {Function} Returns the new composite function. + * @see _.flow + * @example + * + * function square(n) { + * return n * n; + * } + * + * var addSquare = _.flowRight([square, _.add]); + * addSquare(1, 2); + * // => 9 + */ +var flowRight = createFlow(true); + +module.exports = flowRight; diff --git a/docs/node_modules/lodash/forEach.js b/docs/node_modules/lodash/forEach.js new file mode 100644 index 0000000..c64eaa7 --- /dev/null +++ b/docs/node_modules/lodash/forEach.js @@ -0,0 +1,41 @@ +var arrayEach = require('./_arrayEach'), + baseEach = require('./_baseEach'), + castFunction = require('./_castFunction'), + isArray = require('./isArray'); + +/** + * Iterates over elements of `collection` and invokes `iteratee` for each element. + * The iteratee is invoked with three arguments: (value, index|key, collection). + * Iteratee functions may exit iteration early by explicitly returning `false`. + * + * **Note:** As with other "Collections" methods, objects with a "length" + * property are iterated like arrays. To avoid this behavior use `_.forIn` + * or `_.forOwn` for object iteration. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @alias each + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Array|Object} Returns `collection`. + * @see _.forEachRight + * @example + * + * _.forEach([1, 2], function(value) { + * console.log(value); + * }); + * // => Logs `1` then `2`. + * + * _.forEach({ 'a': 1, 'b': 2 }, function(value, key) { + * console.log(key); + * }); + * // => Logs 'a' then 'b' (iteration order is not guaranteed). + */ +function forEach(collection, iteratee) { + var func = isArray(collection) ? arrayEach : baseEach; + return func(collection, castFunction(iteratee)); +} + +module.exports = forEach; diff --git a/docs/node_modules/lodash/forEachRight.js b/docs/node_modules/lodash/forEachRight.js new file mode 100644 index 0000000..7390eba --- /dev/null +++ b/docs/node_modules/lodash/forEachRight.js @@ -0,0 +1,31 @@ +var arrayEachRight = require('./_arrayEachRight'), + baseEachRight = require('./_baseEachRight'), + castFunction = require('./_castFunction'), + isArray = require('./isArray'); + +/** + * This method is like `_.forEach` except that it iterates over elements of + * `collection` from right to left. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @alias eachRight + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Array|Object} Returns `collection`. + * @see _.forEach + * @example + * + * _.forEachRight([1, 2], function(value) { + * console.log(value); + * }); + * // => Logs `2` then `1`. + */ +function forEachRight(collection, iteratee) { + var func = isArray(collection) ? arrayEachRight : baseEachRight; + return func(collection, castFunction(iteratee)); +} + +module.exports = forEachRight; diff --git a/docs/node_modules/lodash/forIn.js b/docs/node_modules/lodash/forIn.js new file mode 100644 index 0000000..583a596 --- /dev/null +++ b/docs/node_modules/lodash/forIn.js @@ -0,0 +1,39 @@ +var baseFor = require('./_baseFor'), + castFunction = require('./_castFunction'), + keysIn = require('./keysIn'); + +/** + * Iterates over own and inherited enumerable string keyed properties of an + * object and invokes `iteratee` for each property. The iteratee is invoked + * with three arguments: (value, key, object). Iteratee functions may exit + * iteration early by explicitly returning `false`. + * + * @static + * @memberOf _ + * @since 0.3.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Object} Returns `object`. + * @see _.forInRight + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.forIn(new Foo, function(value, key) { + * console.log(key); + * }); + * // => Logs 'a', 'b', then 'c' (iteration order is not guaranteed). + */ +function forIn(object, iteratee) { + return object == null + ? object + : baseFor(object, castFunction(iteratee), keysIn); +} + +module.exports = forIn; diff --git a/docs/node_modules/lodash/forInRight.js b/docs/node_modules/lodash/forInRight.js new file mode 100644 index 0000000..4aedf58 --- /dev/null +++ b/docs/node_modules/lodash/forInRight.js @@ -0,0 +1,37 @@ +var baseForRight = require('./_baseForRight'), + castFunction = require('./_castFunction'), + keysIn = require('./keysIn'); + +/** + * This method is like `_.forIn` except that it iterates over properties of + * `object` in the opposite order. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Object} Returns `object`. + * @see _.forIn + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.forInRight(new Foo, function(value, key) { + * console.log(key); + * }); + * // => Logs 'c', 'b', then 'a' assuming `_.forIn` logs 'a', 'b', then 'c'. + */ +function forInRight(object, iteratee) { + return object == null + ? object + : baseForRight(object, castFunction(iteratee), keysIn); +} + +module.exports = forInRight; diff --git a/docs/node_modules/lodash/forOwn.js b/docs/node_modules/lodash/forOwn.js new file mode 100644 index 0000000..94eed84 --- /dev/null +++ b/docs/node_modules/lodash/forOwn.js @@ -0,0 +1,36 @@ +var baseForOwn = require('./_baseForOwn'), + castFunction = require('./_castFunction'); + +/** + * Iterates over own enumerable string keyed properties of an object and + * invokes `iteratee` for each property. The iteratee is invoked with three + * arguments: (value, key, object). Iteratee functions may exit iteration + * early by explicitly returning `false`. + * + * @static + * @memberOf _ + * @since 0.3.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Object} Returns `object`. + * @see _.forOwnRight + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.forOwn(new Foo, function(value, key) { + * console.log(key); + * }); + * // => Logs 'a' then 'b' (iteration order is not guaranteed). + */ +function forOwn(object, iteratee) { + return object && baseForOwn(object, castFunction(iteratee)); +} + +module.exports = forOwn; diff --git a/docs/node_modules/lodash/forOwnRight.js b/docs/node_modules/lodash/forOwnRight.js new file mode 100644 index 0000000..86f338f --- /dev/null +++ b/docs/node_modules/lodash/forOwnRight.js @@ -0,0 +1,34 @@ +var baseForOwnRight = require('./_baseForOwnRight'), + castFunction = require('./_castFunction'); + +/** + * This method is like `_.forOwn` except that it iterates over properties of + * `object` in the opposite order. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Object} Returns `object`. + * @see _.forOwn + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.forOwnRight(new Foo, function(value, key) { + * console.log(key); + * }); + * // => Logs 'b' then 'a' assuming `_.forOwn` logs 'a' then 'b'. + */ +function forOwnRight(object, iteratee) { + return object && baseForOwnRight(object, castFunction(iteratee)); +} + +module.exports = forOwnRight; diff --git a/docs/node_modules/lodash/fp.js b/docs/node_modules/lodash/fp.js new file mode 100644 index 0000000..e372dbb --- /dev/null +++ b/docs/node_modules/lodash/fp.js @@ -0,0 +1,2 @@ +var _ = require('./lodash.min').runInContext(); +module.exports = require('./fp/_baseConvert')(_, _); diff --git a/docs/node_modules/lodash/fp/F.js b/docs/node_modules/lodash/fp/F.js new file mode 100644 index 0000000..a05a63a --- /dev/null +++ b/docs/node_modules/lodash/fp/F.js @@ -0,0 +1 @@ +module.exports = require('./stubFalse'); diff --git a/docs/node_modules/lodash/fp/T.js b/docs/node_modules/lodash/fp/T.js new file mode 100644 index 0000000..e2ba8ea --- /dev/null +++ b/docs/node_modules/lodash/fp/T.js @@ -0,0 +1 @@ +module.exports = require('./stubTrue'); diff --git a/docs/node_modules/lodash/fp/__.js b/docs/node_modules/lodash/fp/__.js new file mode 100644 index 0000000..4af98de --- /dev/null +++ b/docs/node_modules/lodash/fp/__.js @@ -0,0 +1 @@ +module.exports = require('./placeholder'); diff --git a/docs/node_modules/lodash/fp/_baseConvert.js b/docs/node_modules/lodash/fp/_baseConvert.js new file mode 100644 index 0000000..9baf8e1 --- /dev/null +++ b/docs/node_modules/lodash/fp/_baseConvert.js @@ -0,0 +1,569 @@ +var mapping = require('./_mapping'), + fallbackHolder = require('./placeholder'); + +/** Built-in value reference. */ +var push = Array.prototype.push; + +/** + * Creates a function, with an arity of `n`, that invokes `func` with the + * arguments it receives. + * + * @private + * @param {Function} func The function to wrap. + * @param {number} n The arity of the new function. + * @returns {Function} Returns the new function. + */ +function baseArity(func, n) { + return n == 2 + ? function(a, b) { return func.apply(undefined, arguments); } + : function(a) { return func.apply(undefined, arguments); }; +} + +/** + * Creates a function that invokes `func`, with up to `n` arguments, ignoring + * any additional arguments. + * + * @private + * @param {Function} func The function to cap arguments for. + * @param {number} n The arity cap. + * @returns {Function} Returns the new function. + */ +function baseAry(func, n) { + return n == 2 + ? function(a, b) { return func(a, b); } + : function(a) { return func(a); }; +} + +/** + * Creates a clone of `array`. + * + * @private + * @param {Array} array The array to clone. + * @returns {Array} Returns the cloned array. + */ +function cloneArray(array) { + var length = array ? array.length : 0, + result = Array(length); + + while (length--) { + result[length] = array[length]; + } + return result; +} + +/** + * Creates a function that clones a given object using the assignment `func`. + * + * @private + * @param {Function} func The assignment function. + * @returns {Function} Returns the new cloner function. + */ +function createCloner(func) { + return function(object) { + return func({}, object); + }; +} + +/** + * A specialized version of `_.spread` which flattens the spread array into + * the arguments of the invoked `func`. + * + * @private + * @param {Function} func The function to spread arguments over. + * @param {number} start The start position of the spread. + * @returns {Function} Returns the new function. + */ +function flatSpread(func, start) { + return function() { + var length = arguments.length, + lastIndex = length - 1, + args = Array(length); + + while (length--) { + args[length] = arguments[length]; + } + var array = args[start], + otherArgs = args.slice(0, start); + + if (array) { + push.apply(otherArgs, array); + } + if (start != lastIndex) { + push.apply(otherArgs, args.slice(start + 1)); + } + return func.apply(this, otherArgs); + }; +} + +/** + * Creates a function that wraps `func` and uses `cloner` to clone the first + * argument it receives. + * + * @private + * @param {Function} func The function to wrap. + * @param {Function} cloner The function to clone arguments. + * @returns {Function} Returns the new immutable function. + */ +function wrapImmutable(func, cloner) { + return function() { + var length = arguments.length; + if (!length) { + return; + } + var args = Array(length); + while (length--) { + args[length] = arguments[length]; + } + var result = args[0] = cloner.apply(undefined, args); + func.apply(undefined, args); + return result; + }; +} + +/** + * The base implementation of `convert` which accepts a `util` object of methods + * required to perform conversions. + * + * @param {Object} util The util object. + * @param {string} name The name of the function to convert. + * @param {Function} func The function to convert. + * @param {Object} [options] The options object. + * @param {boolean} [options.cap=true] Specify capping iteratee arguments. + * @param {boolean} [options.curry=true] Specify currying. + * @param {boolean} [options.fixed=true] Specify fixed arity. + * @param {boolean} [options.immutable=true] Specify immutable operations. + * @param {boolean} [options.rearg=true] Specify rearranging arguments. + * @returns {Function|Object} Returns the converted function or object. + */ +function baseConvert(util, name, func, options) { + var isLib = typeof name == 'function', + isObj = name === Object(name); + + if (isObj) { + options = func; + func = name; + name = undefined; + } + if (func == null) { + throw new TypeError; + } + options || (options = {}); + + var config = { + 'cap': 'cap' in options ? options.cap : true, + 'curry': 'curry' in options ? options.curry : true, + 'fixed': 'fixed' in options ? options.fixed : true, + 'immutable': 'immutable' in options ? options.immutable : true, + 'rearg': 'rearg' in options ? options.rearg : true + }; + + var defaultHolder = isLib ? func : fallbackHolder, + forceCurry = ('curry' in options) && options.curry, + forceFixed = ('fixed' in options) && options.fixed, + forceRearg = ('rearg' in options) && options.rearg, + pristine = isLib ? func.runInContext() : undefined; + + var helpers = isLib ? func : { + 'ary': util.ary, + 'assign': util.assign, + 'clone': util.clone, + 'curry': util.curry, + 'forEach': util.forEach, + 'isArray': util.isArray, + 'isError': util.isError, + 'isFunction': util.isFunction, + 'isWeakMap': util.isWeakMap, + 'iteratee': util.iteratee, + 'keys': util.keys, + 'rearg': util.rearg, + 'toInteger': util.toInteger, + 'toPath': util.toPath + }; + + var ary = helpers.ary, + assign = helpers.assign, + clone = helpers.clone, + curry = helpers.curry, + each = helpers.forEach, + isArray = helpers.isArray, + isError = helpers.isError, + isFunction = helpers.isFunction, + isWeakMap = helpers.isWeakMap, + keys = helpers.keys, + rearg = helpers.rearg, + toInteger = helpers.toInteger, + toPath = helpers.toPath; + + var aryMethodKeys = keys(mapping.aryMethod); + + var wrappers = { + 'castArray': function(castArray) { + return function() { + var value = arguments[0]; + return isArray(value) + ? castArray(cloneArray(value)) + : castArray.apply(undefined, arguments); + }; + }, + 'iteratee': function(iteratee) { + return function() { + var func = arguments[0], + arity = arguments[1], + result = iteratee(func, arity), + length = result.length; + + if (config.cap && typeof arity == 'number') { + arity = arity > 2 ? (arity - 2) : 1; + return (length && length <= arity) ? result : baseAry(result, arity); + } + return result; + }; + }, + 'mixin': function(mixin) { + return function(source) { + var func = this; + if (!isFunction(func)) { + return mixin(func, Object(source)); + } + var pairs = []; + each(keys(source), function(key) { + if (isFunction(source[key])) { + pairs.push([key, func.prototype[key]]); + } + }); + + mixin(func, Object(source)); + + each(pairs, function(pair) { + var value = pair[1]; + if (isFunction(value)) { + func.prototype[pair[0]] = value; + } else { + delete func.prototype[pair[0]]; + } + }); + return func; + }; + }, + 'nthArg': function(nthArg) { + return function(n) { + var arity = n < 0 ? 1 : (toInteger(n) + 1); + return curry(nthArg(n), arity); + }; + }, + 'rearg': function(rearg) { + return function(func, indexes) { + var arity = indexes ? indexes.length : 0; + return curry(rearg(func, indexes), arity); + }; + }, + 'runInContext': function(runInContext) { + return function(context) { + return baseConvert(util, runInContext(context), options); + }; + } + }; + + /*--------------------------------------------------------------------------*/ + + /** + * Casts `func` to a function with an arity capped iteratee if needed. + * + * @private + * @param {string} name The name of the function to inspect. + * @param {Function} func The function to inspect. + * @returns {Function} Returns the cast function. + */ + function castCap(name, func) { + if (config.cap) { + var indexes = mapping.iterateeRearg[name]; + if (indexes) { + return iterateeRearg(func, indexes); + } + var n = !isLib && mapping.iterateeAry[name]; + if (n) { + return iterateeAry(func, n); + } + } + return func; + } + + /** + * Casts `func` to a curried function if needed. + * + * @private + * @param {string} name The name of the function to inspect. + * @param {Function} func The function to inspect. + * @param {number} n The arity of `func`. + * @returns {Function} Returns the cast function. + */ + function castCurry(name, func, n) { + return (forceCurry || (config.curry && n > 1)) + ? curry(func, n) + : func; + } + + /** + * Casts `func` to a fixed arity function if needed. + * + * @private + * @param {string} name The name of the function to inspect. + * @param {Function} func The function to inspect. + * @param {number} n The arity cap. + * @returns {Function} Returns the cast function. + */ + function castFixed(name, func, n) { + if (config.fixed && (forceFixed || !mapping.skipFixed[name])) { + var data = mapping.methodSpread[name], + start = data && data.start; + + return start === undefined ? ary(func, n) : flatSpread(func, start); + } + return func; + } + + /** + * Casts `func` to an rearged function if needed. + * + * @private + * @param {string} name The name of the function to inspect. + * @param {Function} func The function to inspect. + * @param {number} n The arity of `func`. + * @returns {Function} Returns the cast function. + */ + function castRearg(name, func, n) { + return (config.rearg && n > 1 && (forceRearg || !mapping.skipRearg[name])) + ? rearg(func, mapping.methodRearg[name] || mapping.aryRearg[n]) + : func; + } + + /** + * Creates a clone of `object` by `path`. + * + * @private + * @param {Object} object The object to clone. + * @param {Array|string} path The path to clone by. + * @returns {Object} Returns the cloned object. + */ + function cloneByPath(object, path) { + path = toPath(path); + + var index = -1, + length = path.length, + lastIndex = length - 1, + result = clone(Object(object)), + nested = result; + + while (nested != null && ++index < length) { + var key = path[index], + value = nested[key]; + + if (value != null && + !(isFunction(value) || isError(value) || isWeakMap(value))) { + nested[key] = clone(index == lastIndex ? value : Object(value)); + } + nested = nested[key]; + } + return result; + } + + /** + * Converts `lodash` to an immutable auto-curried iteratee-first data-last + * version with conversion `options` applied. + * + * @param {Object} [options] The options object. See `baseConvert` for more details. + * @returns {Function} Returns the converted `lodash`. + */ + function convertLib(options) { + return _.runInContext.convert(options)(undefined); + } + + /** + * Create a converter function for `func` of `name`. + * + * @param {string} name The name of the function to convert. + * @param {Function} func The function to convert. + * @returns {Function} Returns the new converter function. + */ + function createConverter(name, func) { + var realName = mapping.aliasToReal[name] || name, + methodName = mapping.remap[realName] || realName, + oldOptions = options; + + return function(options) { + var newUtil = isLib ? pristine : helpers, + newFunc = isLib ? pristine[methodName] : func, + newOptions = assign(assign({}, oldOptions), options); + + return baseConvert(newUtil, realName, newFunc, newOptions); + }; + } + + /** + * Creates a function that wraps `func` to invoke its iteratee, with up to `n` + * arguments, ignoring any additional arguments. + * + * @private + * @param {Function} func The function to cap iteratee arguments for. + * @param {number} n The arity cap. + * @returns {Function} Returns the new function. + */ + function iterateeAry(func, n) { + return overArg(func, function(func) { + return typeof func == 'function' ? baseAry(func, n) : func; + }); + } + + /** + * Creates a function that wraps `func` to invoke its iteratee with arguments + * arranged according to the specified `indexes` where the argument value at + * the first index is provided as the first argument, the argument value at + * the second index is provided as the second argument, and so on. + * + * @private + * @param {Function} func The function to rearrange iteratee arguments for. + * @param {number[]} indexes The arranged argument indexes. + * @returns {Function} Returns the new function. + */ + function iterateeRearg(func, indexes) { + return overArg(func, function(func) { + var n = indexes.length; + return baseArity(rearg(baseAry(func, n), indexes), n); + }); + } + + /** + * Creates a function that invokes `func` with its first argument transformed. + * + * @private + * @param {Function} func The function to wrap. + * @param {Function} transform The argument transform. + * @returns {Function} Returns the new function. + */ + function overArg(func, transform) { + return function() { + var length = arguments.length; + if (!length) { + return func(); + } + var args = Array(length); + while (length--) { + args[length] = arguments[length]; + } + var index = config.rearg ? 0 : (length - 1); + args[index] = transform(args[index]); + return func.apply(undefined, args); + }; + } + + /** + * Creates a function that wraps `func` and applys the conversions + * rules by `name`. + * + * @private + * @param {string} name The name of the function to wrap. + * @param {Function} func The function to wrap. + * @returns {Function} Returns the converted function. + */ + function wrap(name, func, placeholder) { + var result, + realName = mapping.aliasToReal[name] || name, + wrapped = func, + wrapper = wrappers[realName]; + + if (wrapper) { + wrapped = wrapper(func); + } + else if (config.immutable) { + if (mapping.mutate.array[realName]) { + wrapped = wrapImmutable(func, cloneArray); + } + else if (mapping.mutate.object[realName]) { + wrapped = wrapImmutable(func, createCloner(func)); + } + else if (mapping.mutate.set[realName]) { + wrapped = wrapImmutable(func, cloneByPath); + } + } + each(aryMethodKeys, function(aryKey) { + each(mapping.aryMethod[aryKey], function(otherName) { + if (realName == otherName) { + var data = mapping.methodSpread[realName], + afterRearg = data && data.afterRearg; + + result = afterRearg + ? castFixed(realName, castRearg(realName, wrapped, aryKey), aryKey) + : castRearg(realName, castFixed(realName, wrapped, aryKey), aryKey); + + result = castCap(realName, result); + result = castCurry(realName, result, aryKey); + return false; + } + }); + return !result; + }); + + result || (result = wrapped); + if (result == func) { + result = forceCurry ? curry(result, 1) : function() { + return func.apply(this, arguments); + }; + } + result.convert = createConverter(realName, func); + result.placeholder = func.placeholder = placeholder; + + return result; + } + + /*--------------------------------------------------------------------------*/ + + if (!isObj) { + return wrap(name, func, defaultHolder); + } + var _ = func; + + // Convert methods by ary cap. + var pairs = []; + each(aryMethodKeys, function(aryKey) { + each(mapping.aryMethod[aryKey], function(key) { + var func = _[mapping.remap[key] || key]; + if (func) { + pairs.push([key, wrap(key, func, _)]); + } + }); + }); + + // Convert remaining methods. + each(keys(_), function(key) { + var func = _[key]; + if (typeof func == 'function') { + var length = pairs.length; + while (length--) { + if (pairs[length][0] == key) { + return; + } + } + func.convert = createConverter(key, func); + pairs.push([key, func]); + } + }); + + // Assign to `_` leaving `_.prototype` unchanged to allow chaining. + each(pairs, function(pair) { + _[pair[0]] = pair[1]; + }); + + _.convert = convertLib; + _.placeholder = _; + + // Assign aliases. + each(keys(_), function(key) { + each(mapping.realToAlias[key] || [], function(alias) { + _[alias] = _[key]; + }); + }); + + return _; +} + +module.exports = baseConvert; diff --git a/docs/node_modules/lodash/fp/_convertBrowser.js b/docs/node_modules/lodash/fp/_convertBrowser.js new file mode 100644 index 0000000..bde030d --- /dev/null +++ b/docs/node_modules/lodash/fp/_convertBrowser.js @@ -0,0 +1,18 @@ +var baseConvert = require('./_baseConvert'); + +/** + * Converts `lodash` to an immutable auto-curried iteratee-first data-last + * version with conversion `options` applied. + * + * @param {Function} lodash The lodash function to convert. + * @param {Object} [options] The options object. See `baseConvert` for more details. + * @returns {Function} Returns the converted `lodash`. + */ +function browserConvert(lodash, options) { + return baseConvert(lodash, lodash, options); +} + +if (typeof _ == 'function' && typeof _.runInContext == 'function') { + _ = browserConvert(_.runInContext()); +} +module.exports = browserConvert; diff --git a/docs/node_modules/lodash/fp/_falseOptions.js b/docs/node_modules/lodash/fp/_falseOptions.js new file mode 100644 index 0000000..773235e --- /dev/null +++ b/docs/node_modules/lodash/fp/_falseOptions.js @@ -0,0 +1,7 @@ +module.exports = { + 'cap': false, + 'curry': false, + 'fixed': false, + 'immutable': false, + 'rearg': false +}; diff --git a/docs/node_modules/lodash/fp/_mapping.js b/docs/node_modules/lodash/fp/_mapping.js new file mode 100644 index 0000000..a642ec0 --- /dev/null +++ b/docs/node_modules/lodash/fp/_mapping.js @@ -0,0 +1,358 @@ +/** Used to map aliases to their real names. */ +exports.aliasToReal = { + + // Lodash aliases. + 'each': 'forEach', + 'eachRight': 'forEachRight', + 'entries': 'toPairs', + 'entriesIn': 'toPairsIn', + 'extend': 'assignIn', + 'extendAll': 'assignInAll', + 'extendAllWith': 'assignInAllWith', + 'extendWith': 'assignInWith', + 'first': 'head', + + // Methods that are curried variants of others. + 'conforms': 'conformsTo', + 'matches': 'isMatch', + 'property': 'get', + + // Ramda aliases. + '__': 'placeholder', + 'F': 'stubFalse', + 'T': 'stubTrue', + 'all': 'every', + 'allPass': 'overEvery', + 'always': 'constant', + 'any': 'some', + 'anyPass': 'overSome', + 'apply': 'spread', + 'assoc': 'set', + 'assocPath': 'set', + 'complement': 'negate', + 'compose': 'flowRight', + 'contains': 'includes', + 'dissoc': 'unset', + 'dissocPath': 'unset', + 'dropLast': 'dropRight', + 'dropLastWhile': 'dropRightWhile', + 'equals': 'isEqual', + 'identical': 'eq', + 'indexBy': 'keyBy', + 'init': 'initial', + 'invertObj': 'invert', + 'juxt': 'over', + 'omitAll': 'omit', + 'nAry': 'ary', + 'path': 'get', + 'pathEq': 'matchesProperty', + 'pathOr': 'getOr', + 'paths': 'at', + 'pickAll': 'pick', + 'pipe': 'flow', + 'pluck': 'map', + 'prop': 'get', + 'propEq': 'matchesProperty', + 'propOr': 'getOr', + 'props': 'at', + 'symmetricDifference': 'xor', + 'symmetricDifferenceBy': 'xorBy', + 'symmetricDifferenceWith': 'xorWith', + 'takeLast': 'takeRight', + 'takeLastWhile': 'takeRightWhile', + 'unapply': 'rest', + 'unnest': 'flatten', + 'useWith': 'overArgs', + 'where': 'conformsTo', + 'whereEq': 'isMatch', + 'zipObj': 'zipObject' +}; + +/** Used to map ary to method names. */ +exports.aryMethod = { + '1': [ + 'assignAll', 'assignInAll', 'attempt', 'castArray', 'ceil', 'create', + 'curry', 'curryRight', 'defaultsAll', 'defaultsDeepAll', 'floor', 'flow', + 'flowRight', 'fromPairs', 'invert', 'iteratee', 'memoize', 'method', 'mergeAll', + 'methodOf', 'mixin', 'nthArg', 'over', 'overEvery', 'overSome','rest', 'reverse', + 'round', 'runInContext', 'spread', 'template', 'trim', 'trimEnd', 'trimStart', + 'uniqueId', 'words', 'zipAll' + ], + '2': [ + 'add', 'after', 'ary', 'assign', 'assignAllWith', 'assignIn', 'assignInAllWith', + 'at', 'before', 'bind', 'bindAll', 'bindKey', 'chunk', 'cloneDeepWith', + 'cloneWith', 'concat', 'conformsTo', 'countBy', 'curryN', 'curryRightN', + 'debounce', 'defaults', 'defaultsDeep', 'defaultTo', 'delay', 'difference', + 'divide', 'drop', 'dropRight', 'dropRightWhile', 'dropWhile', 'endsWith', 'eq', + 'every', 'filter', 'find', 'findIndex', 'findKey', 'findLast', 'findLastIndex', + 'findLastKey', 'flatMap', 'flatMapDeep', 'flattenDepth', 'forEach', + 'forEachRight', 'forIn', 'forInRight', 'forOwn', 'forOwnRight', 'get', + 'groupBy', 'gt', 'gte', 'has', 'hasIn', 'includes', 'indexOf', 'intersection', + 'invertBy', 'invoke', 'invokeMap', 'isEqual', 'isMatch', 'join', 'keyBy', + 'lastIndexOf', 'lt', 'lte', 'map', 'mapKeys', 'mapValues', 'matchesProperty', + 'maxBy', 'meanBy', 'merge', 'mergeAllWith', 'minBy', 'multiply', 'nth', 'omit', + 'omitBy', 'overArgs', 'pad', 'padEnd', 'padStart', 'parseInt', 'partial', + 'partialRight', 'partition', 'pick', 'pickBy', 'propertyOf', 'pull', 'pullAll', + 'pullAt', 'random', 'range', 'rangeRight', 'rearg', 'reject', 'remove', + 'repeat', 'restFrom', 'result', 'sampleSize', 'some', 'sortBy', 'sortedIndex', + 'sortedIndexOf', 'sortedLastIndex', 'sortedLastIndexOf', 'sortedUniqBy', + 'split', 'spreadFrom', 'startsWith', 'subtract', 'sumBy', 'take', 'takeRight', + 'takeRightWhile', 'takeWhile', 'tap', 'throttle', 'thru', 'times', 'trimChars', + 'trimCharsEnd', 'trimCharsStart', 'truncate', 'union', 'uniqBy', 'uniqWith', + 'unset', 'unzipWith', 'without', 'wrap', 'xor', 'zip', 'zipObject', + 'zipObjectDeep' + ], + '3': [ + 'assignInWith', 'assignWith', 'clamp', 'differenceBy', 'differenceWith', + 'findFrom', 'findIndexFrom', 'findLastFrom', 'findLastIndexFrom', 'getOr', + 'includesFrom', 'indexOfFrom', 'inRange', 'intersectionBy', 'intersectionWith', + 'invokeArgs', 'invokeArgsMap', 'isEqualWith', 'isMatchWith', 'flatMapDepth', + 'lastIndexOfFrom', 'mergeWith', 'orderBy', 'padChars', 'padCharsEnd', + 'padCharsStart', 'pullAllBy', 'pullAllWith', 'rangeStep', 'rangeStepRight', + 'reduce', 'reduceRight', 'replace', 'set', 'slice', 'sortedIndexBy', + 'sortedLastIndexBy', 'transform', 'unionBy', 'unionWith', 'update', 'xorBy', + 'xorWith', 'zipWith' + ], + '4': [ + 'fill', 'setWith', 'updateWith' + ] +}; + +/** Used to map ary to rearg configs. */ +exports.aryRearg = { + '2': [1, 0], + '3': [2, 0, 1], + '4': [3, 2, 0, 1] +}; + +/** Used to map method names to their iteratee ary. */ +exports.iterateeAry = { + 'dropRightWhile': 1, + 'dropWhile': 1, + 'every': 1, + 'filter': 1, + 'find': 1, + 'findFrom': 1, + 'findIndex': 1, + 'findIndexFrom': 1, + 'findKey': 1, + 'findLast': 1, + 'findLastFrom': 1, + 'findLastIndex': 1, + 'findLastIndexFrom': 1, + 'findLastKey': 1, + 'flatMap': 1, + 'flatMapDeep': 1, + 'flatMapDepth': 1, + 'forEach': 1, + 'forEachRight': 1, + 'forIn': 1, + 'forInRight': 1, + 'forOwn': 1, + 'forOwnRight': 1, + 'map': 1, + 'mapKeys': 1, + 'mapValues': 1, + 'partition': 1, + 'reduce': 2, + 'reduceRight': 2, + 'reject': 1, + 'remove': 1, + 'some': 1, + 'takeRightWhile': 1, + 'takeWhile': 1, + 'times': 1, + 'transform': 2 +}; + +/** Used to map method names to iteratee rearg configs. */ +exports.iterateeRearg = { + 'mapKeys': [1], + 'reduceRight': [1, 0] +}; + +/** Used to map method names to rearg configs. */ +exports.methodRearg = { + 'assignInAllWith': [1, 0], + 'assignInWith': [1, 2, 0], + 'assignAllWith': [1, 0], + 'assignWith': [1, 2, 0], + 'differenceBy': [1, 2, 0], + 'differenceWith': [1, 2, 0], + 'getOr': [2, 1, 0], + 'intersectionBy': [1, 2, 0], + 'intersectionWith': [1, 2, 0], + 'isEqualWith': [1, 2, 0], + 'isMatchWith': [2, 1, 0], + 'mergeAllWith': [1, 0], + 'mergeWith': [1, 2, 0], + 'padChars': [2, 1, 0], + 'padCharsEnd': [2, 1, 0], + 'padCharsStart': [2, 1, 0], + 'pullAllBy': [2, 1, 0], + 'pullAllWith': [2, 1, 0], + 'rangeStep': [1, 2, 0], + 'rangeStepRight': [1, 2, 0], + 'setWith': [3, 1, 2, 0], + 'sortedIndexBy': [2, 1, 0], + 'sortedLastIndexBy': [2, 1, 0], + 'unionBy': [1, 2, 0], + 'unionWith': [1, 2, 0], + 'updateWith': [3, 1, 2, 0], + 'xorBy': [1, 2, 0], + 'xorWith': [1, 2, 0], + 'zipWith': [1, 2, 0] +}; + +/** Used to map method names to spread configs. */ +exports.methodSpread = { + 'assignAll': { 'start': 0 }, + 'assignAllWith': { 'start': 0 }, + 'assignInAll': { 'start': 0 }, + 'assignInAllWith': { 'start': 0 }, + 'defaultsAll': { 'start': 0 }, + 'defaultsDeepAll': { 'start': 0 }, + 'invokeArgs': { 'start': 2 }, + 'invokeArgsMap': { 'start': 2 }, + 'mergeAll': { 'start': 0 }, + 'mergeAllWith': { 'start': 0 }, + 'partial': { 'start': 1 }, + 'partialRight': { 'start': 1 }, + 'without': { 'start': 1 }, + 'zipAll': { 'start': 0 } +}; + +/** Used to identify methods which mutate arrays or objects. */ +exports.mutate = { + 'array': { + 'fill': true, + 'pull': true, + 'pullAll': true, + 'pullAllBy': true, + 'pullAllWith': true, + 'pullAt': true, + 'remove': true, + 'reverse': true + }, + 'object': { + 'assign': true, + 'assignAll': true, + 'assignAllWith': true, + 'assignIn': true, + 'assignInAll': true, + 'assignInAllWith': true, + 'assignInWith': true, + 'assignWith': true, + 'defaults': true, + 'defaultsAll': true, + 'defaultsDeep': true, + 'defaultsDeepAll': true, + 'merge': true, + 'mergeAll': true, + 'mergeAllWith': true, + 'mergeWith': true, + }, + 'set': { + 'set': true, + 'setWith': true, + 'unset': true, + 'update': true, + 'updateWith': true + } +}; + +/** Used to map real names to their aliases. */ +exports.realToAlias = (function() { + var hasOwnProperty = Object.prototype.hasOwnProperty, + object = exports.aliasToReal, + result = {}; + + for (var key in object) { + var value = object[key]; + if (hasOwnProperty.call(result, value)) { + result[value].push(key); + } else { + result[value] = [key]; + } + } + return result; +}()); + +/** Used to map method names to other names. */ +exports.remap = { + 'assignAll': 'assign', + 'assignAllWith': 'assignWith', + 'assignInAll': 'assignIn', + 'assignInAllWith': 'assignInWith', + 'curryN': 'curry', + 'curryRightN': 'curryRight', + 'defaultsAll': 'defaults', + 'defaultsDeepAll': 'defaultsDeep', + 'findFrom': 'find', + 'findIndexFrom': 'findIndex', + 'findLastFrom': 'findLast', + 'findLastIndexFrom': 'findLastIndex', + 'getOr': 'get', + 'includesFrom': 'includes', + 'indexOfFrom': 'indexOf', + 'invokeArgs': 'invoke', + 'invokeArgsMap': 'invokeMap', + 'lastIndexOfFrom': 'lastIndexOf', + 'mergeAll': 'merge', + 'mergeAllWith': 'mergeWith', + 'padChars': 'pad', + 'padCharsEnd': 'padEnd', + 'padCharsStart': 'padStart', + 'propertyOf': 'get', + 'rangeStep': 'range', + 'rangeStepRight': 'rangeRight', + 'restFrom': 'rest', + 'spreadFrom': 'spread', + 'trimChars': 'trim', + 'trimCharsEnd': 'trimEnd', + 'trimCharsStart': 'trimStart', + 'zipAll': 'zip' +}; + +/** Used to track methods that skip fixing their arity. */ +exports.skipFixed = { + 'castArray': true, + 'flow': true, + 'flowRight': true, + 'iteratee': true, + 'mixin': true, + 'rearg': true, + 'runInContext': true +}; + +/** Used to track methods that skip rearranging arguments. */ +exports.skipRearg = { + 'add': true, + 'assign': true, + 'assignIn': true, + 'bind': true, + 'bindKey': true, + 'concat': true, + 'difference': true, + 'divide': true, + 'eq': true, + 'gt': true, + 'gte': true, + 'isEqual': true, + 'lt': true, + 'lte': true, + 'matchesProperty': true, + 'merge': true, + 'multiply': true, + 'overArgs': true, + 'partial': true, + 'partialRight': true, + 'propertyOf': true, + 'random': true, + 'range': true, + 'rangeRight': true, + 'subtract': true, + 'zip': true, + 'zipObject': true, + 'zipObjectDeep': true +}; diff --git a/docs/node_modules/lodash/fp/_util.js b/docs/node_modules/lodash/fp/_util.js new file mode 100644 index 0000000..1dbf36f --- /dev/null +++ b/docs/node_modules/lodash/fp/_util.js @@ -0,0 +1,16 @@ +module.exports = { + 'ary': require('../ary'), + 'assign': require('../_baseAssign'), + 'clone': require('../clone'), + 'curry': require('../curry'), + 'forEach': require('../_arrayEach'), + 'isArray': require('../isArray'), + 'isError': require('../isError'), + 'isFunction': require('../isFunction'), + 'isWeakMap': require('../isWeakMap'), + 'iteratee': require('../iteratee'), + 'keys': require('../_baseKeys'), + 'rearg': require('../rearg'), + 'toInteger': require('../toInteger'), + 'toPath': require('../toPath') +}; diff --git a/docs/node_modules/lodash/fp/add.js b/docs/node_modules/lodash/fp/add.js new file mode 100644 index 0000000..816eeec --- /dev/null +++ b/docs/node_modules/lodash/fp/add.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('add', require('../add')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/after.js b/docs/node_modules/lodash/fp/after.js new file mode 100644 index 0000000..21a0167 --- /dev/null +++ b/docs/node_modules/lodash/fp/after.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('after', require('../after')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/all.js b/docs/node_modules/lodash/fp/all.js new file mode 100644 index 0000000..d0839f7 --- /dev/null +++ b/docs/node_modules/lodash/fp/all.js @@ -0,0 +1 @@ +module.exports = require('./every'); diff --git a/docs/node_modules/lodash/fp/allPass.js b/docs/node_modules/lodash/fp/allPass.js new file mode 100644 index 0000000..79b73ef --- /dev/null +++ b/docs/node_modules/lodash/fp/allPass.js @@ -0,0 +1 @@ +module.exports = require('./overEvery'); diff --git a/docs/node_modules/lodash/fp/always.js b/docs/node_modules/lodash/fp/always.js new file mode 100644 index 0000000..9887703 --- /dev/null +++ b/docs/node_modules/lodash/fp/always.js @@ -0,0 +1 @@ +module.exports = require('./constant'); diff --git a/docs/node_modules/lodash/fp/any.js b/docs/node_modules/lodash/fp/any.js new file mode 100644 index 0000000..900ac25 --- /dev/null +++ b/docs/node_modules/lodash/fp/any.js @@ -0,0 +1 @@ +module.exports = require('./some'); diff --git a/docs/node_modules/lodash/fp/anyPass.js b/docs/node_modules/lodash/fp/anyPass.js new file mode 100644 index 0000000..2774ab3 --- /dev/null +++ b/docs/node_modules/lodash/fp/anyPass.js @@ -0,0 +1 @@ +module.exports = require('./overSome'); diff --git a/docs/node_modules/lodash/fp/apply.js b/docs/node_modules/lodash/fp/apply.js new file mode 100644 index 0000000..2b75712 --- /dev/null +++ b/docs/node_modules/lodash/fp/apply.js @@ -0,0 +1 @@ +module.exports = require('./spread'); diff --git a/docs/node_modules/lodash/fp/array.js b/docs/node_modules/lodash/fp/array.js new file mode 100644 index 0000000..fe939c2 --- /dev/null +++ b/docs/node_modules/lodash/fp/array.js @@ -0,0 +1,2 @@ +var convert = require('./convert'); +module.exports = convert(require('../array')); diff --git a/docs/node_modules/lodash/fp/ary.js b/docs/node_modules/lodash/fp/ary.js new file mode 100644 index 0000000..8edf187 --- /dev/null +++ b/docs/node_modules/lodash/fp/ary.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('ary', require('../ary')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/assign.js b/docs/node_modules/lodash/fp/assign.js new file mode 100644 index 0000000..23f47af --- /dev/null +++ b/docs/node_modules/lodash/fp/assign.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('assign', require('../assign')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/assignAll.js b/docs/node_modules/lodash/fp/assignAll.js new file mode 100644 index 0000000..b1d36c7 --- /dev/null +++ b/docs/node_modules/lodash/fp/assignAll.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('assignAll', require('../assign')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/assignAllWith.js b/docs/node_modules/lodash/fp/assignAllWith.js new file mode 100644 index 0000000..21e836e --- /dev/null +++ b/docs/node_modules/lodash/fp/assignAllWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('assignAllWith', require('../assignWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/assignIn.js b/docs/node_modules/lodash/fp/assignIn.js new file mode 100644 index 0000000..6e7c65f --- /dev/null +++ b/docs/node_modules/lodash/fp/assignIn.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('assignIn', require('../assignIn')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/assignInAll.js b/docs/node_modules/lodash/fp/assignInAll.js new file mode 100644 index 0000000..7ba75db --- /dev/null +++ b/docs/node_modules/lodash/fp/assignInAll.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('assignInAll', require('../assignIn')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/assignInAllWith.js b/docs/node_modules/lodash/fp/assignInAllWith.js new file mode 100644 index 0000000..e766903 --- /dev/null +++ b/docs/node_modules/lodash/fp/assignInAllWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('assignInAllWith', require('../assignInWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/assignInWith.js b/docs/node_modules/lodash/fp/assignInWith.js new file mode 100644 index 0000000..acb5923 --- /dev/null +++ b/docs/node_modules/lodash/fp/assignInWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('assignInWith', require('../assignInWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/assignWith.js b/docs/node_modules/lodash/fp/assignWith.js new file mode 100644 index 0000000..eb92521 --- /dev/null +++ b/docs/node_modules/lodash/fp/assignWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('assignWith', require('../assignWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/assoc.js b/docs/node_modules/lodash/fp/assoc.js new file mode 100644 index 0000000..7648820 --- /dev/null +++ b/docs/node_modules/lodash/fp/assoc.js @@ -0,0 +1 @@ +module.exports = require('./set'); diff --git a/docs/node_modules/lodash/fp/assocPath.js b/docs/node_modules/lodash/fp/assocPath.js new file mode 100644 index 0000000..7648820 --- /dev/null +++ b/docs/node_modules/lodash/fp/assocPath.js @@ -0,0 +1 @@ +module.exports = require('./set'); diff --git a/docs/node_modules/lodash/fp/at.js b/docs/node_modules/lodash/fp/at.js new file mode 100644 index 0000000..cc39d25 --- /dev/null +++ b/docs/node_modules/lodash/fp/at.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('at', require('../at')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/attempt.js b/docs/node_modules/lodash/fp/attempt.js new file mode 100644 index 0000000..26ca42e --- /dev/null +++ b/docs/node_modules/lodash/fp/attempt.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('attempt', require('../attempt')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/before.js b/docs/node_modules/lodash/fp/before.js new file mode 100644 index 0000000..7a2de65 --- /dev/null +++ b/docs/node_modules/lodash/fp/before.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('before', require('../before')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/bind.js b/docs/node_modules/lodash/fp/bind.js new file mode 100644 index 0000000..5cbe4f3 --- /dev/null +++ b/docs/node_modules/lodash/fp/bind.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('bind', require('../bind')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/bindAll.js b/docs/node_modules/lodash/fp/bindAll.js new file mode 100644 index 0000000..6b4a4a0 --- /dev/null +++ b/docs/node_modules/lodash/fp/bindAll.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('bindAll', require('../bindAll')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/bindKey.js b/docs/node_modules/lodash/fp/bindKey.js new file mode 100644 index 0000000..6a46c6b --- /dev/null +++ b/docs/node_modules/lodash/fp/bindKey.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('bindKey', require('../bindKey')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/camelCase.js b/docs/node_modules/lodash/fp/camelCase.js new file mode 100644 index 0000000..87b77b4 --- /dev/null +++ b/docs/node_modules/lodash/fp/camelCase.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('camelCase', require('../camelCase'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/capitalize.js b/docs/node_modules/lodash/fp/capitalize.js new file mode 100644 index 0000000..cac74e1 --- /dev/null +++ b/docs/node_modules/lodash/fp/capitalize.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('capitalize', require('../capitalize'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/castArray.js b/docs/node_modules/lodash/fp/castArray.js new file mode 100644 index 0000000..8681c09 --- /dev/null +++ b/docs/node_modules/lodash/fp/castArray.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('castArray', require('../castArray')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/ceil.js b/docs/node_modules/lodash/fp/ceil.js new file mode 100644 index 0000000..f416b72 --- /dev/null +++ b/docs/node_modules/lodash/fp/ceil.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('ceil', require('../ceil')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/chain.js b/docs/node_modules/lodash/fp/chain.js new file mode 100644 index 0000000..604fe39 --- /dev/null +++ b/docs/node_modules/lodash/fp/chain.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('chain', require('../chain'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/chunk.js b/docs/node_modules/lodash/fp/chunk.js new file mode 100644 index 0000000..871ab08 --- /dev/null +++ b/docs/node_modules/lodash/fp/chunk.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('chunk', require('../chunk')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/clamp.js b/docs/node_modules/lodash/fp/clamp.js new file mode 100644 index 0000000..3b06c01 --- /dev/null +++ b/docs/node_modules/lodash/fp/clamp.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('clamp', require('../clamp')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/clone.js b/docs/node_modules/lodash/fp/clone.js new file mode 100644 index 0000000..cadb59c --- /dev/null +++ b/docs/node_modules/lodash/fp/clone.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('clone', require('../clone'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/cloneDeep.js b/docs/node_modules/lodash/fp/cloneDeep.js new file mode 100644 index 0000000..a6107aa --- /dev/null +++ b/docs/node_modules/lodash/fp/cloneDeep.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('cloneDeep', require('../cloneDeep'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/cloneDeepWith.js b/docs/node_modules/lodash/fp/cloneDeepWith.js new file mode 100644 index 0000000..6f01e44 --- /dev/null +++ b/docs/node_modules/lodash/fp/cloneDeepWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('cloneDeepWith', require('../cloneDeepWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/cloneWith.js b/docs/node_modules/lodash/fp/cloneWith.js new file mode 100644 index 0000000..aa88578 --- /dev/null +++ b/docs/node_modules/lodash/fp/cloneWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('cloneWith', require('../cloneWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/collection.js b/docs/node_modules/lodash/fp/collection.js new file mode 100644 index 0000000..fc8b328 --- /dev/null +++ b/docs/node_modules/lodash/fp/collection.js @@ -0,0 +1,2 @@ +var convert = require('./convert'); +module.exports = convert(require('../collection')); diff --git a/docs/node_modules/lodash/fp/commit.js b/docs/node_modules/lodash/fp/commit.js new file mode 100644 index 0000000..130a894 --- /dev/null +++ b/docs/node_modules/lodash/fp/commit.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('commit', require('../commit'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/compact.js b/docs/node_modules/lodash/fp/compact.js new file mode 100644 index 0000000..ce8f7a1 --- /dev/null +++ b/docs/node_modules/lodash/fp/compact.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('compact', require('../compact'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/complement.js b/docs/node_modules/lodash/fp/complement.js new file mode 100644 index 0000000..93eb462 --- /dev/null +++ b/docs/node_modules/lodash/fp/complement.js @@ -0,0 +1 @@ +module.exports = require('./negate'); diff --git a/docs/node_modules/lodash/fp/compose.js b/docs/node_modules/lodash/fp/compose.js new file mode 100644 index 0000000..1954e94 --- /dev/null +++ b/docs/node_modules/lodash/fp/compose.js @@ -0,0 +1 @@ +module.exports = require('./flowRight'); diff --git a/docs/node_modules/lodash/fp/concat.js b/docs/node_modules/lodash/fp/concat.js new file mode 100644 index 0000000..e59346a --- /dev/null +++ b/docs/node_modules/lodash/fp/concat.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('concat', require('../concat')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/cond.js b/docs/node_modules/lodash/fp/cond.js new file mode 100644 index 0000000..6a0120e --- /dev/null +++ b/docs/node_modules/lodash/fp/cond.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('cond', require('../cond'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/conforms.js b/docs/node_modules/lodash/fp/conforms.js new file mode 100644 index 0000000..3247f64 --- /dev/null +++ b/docs/node_modules/lodash/fp/conforms.js @@ -0,0 +1 @@ +module.exports = require('./conformsTo'); diff --git a/docs/node_modules/lodash/fp/conformsTo.js b/docs/node_modules/lodash/fp/conformsTo.js new file mode 100644 index 0000000..aa7f41e --- /dev/null +++ b/docs/node_modules/lodash/fp/conformsTo.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('conformsTo', require('../conformsTo')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/constant.js b/docs/node_modules/lodash/fp/constant.js new file mode 100644 index 0000000..9e406fc --- /dev/null +++ b/docs/node_modules/lodash/fp/constant.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('constant', require('../constant'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/contains.js b/docs/node_modules/lodash/fp/contains.js new file mode 100644 index 0000000..594722a --- /dev/null +++ b/docs/node_modules/lodash/fp/contains.js @@ -0,0 +1 @@ +module.exports = require('./includes'); diff --git a/docs/node_modules/lodash/fp/convert.js b/docs/node_modules/lodash/fp/convert.js new file mode 100644 index 0000000..4795dc4 --- /dev/null +++ b/docs/node_modules/lodash/fp/convert.js @@ -0,0 +1,18 @@ +var baseConvert = require('./_baseConvert'), + util = require('./_util'); + +/** + * Converts `func` of `name` to an immutable auto-curried iteratee-first data-last + * version with conversion `options` applied. If `name` is an object its methods + * will be converted. + * + * @param {string} name The name of the function to wrap. + * @param {Function} [func] The function to wrap. + * @param {Object} [options] The options object. See `baseConvert` for more details. + * @returns {Function|Object} Returns the converted function or object. + */ +function convert(name, func, options) { + return baseConvert(util, name, func, options); +} + +module.exports = convert; diff --git a/docs/node_modules/lodash/fp/countBy.js b/docs/node_modules/lodash/fp/countBy.js new file mode 100644 index 0000000..dfa4643 --- /dev/null +++ b/docs/node_modules/lodash/fp/countBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('countBy', require('../countBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/create.js b/docs/node_modules/lodash/fp/create.js new file mode 100644 index 0000000..752025f --- /dev/null +++ b/docs/node_modules/lodash/fp/create.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('create', require('../create')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/curry.js b/docs/node_modules/lodash/fp/curry.js new file mode 100644 index 0000000..b0b4168 --- /dev/null +++ b/docs/node_modules/lodash/fp/curry.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('curry', require('../curry')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/curryN.js b/docs/node_modules/lodash/fp/curryN.js new file mode 100644 index 0000000..2ae7d00 --- /dev/null +++ b/docs/node_modules/lodash/fp/curryN.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('curryN', require('../curry')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/curryRight.js b/docs/node_modules/lodash/fp/curryRight.js new file mode 100644 index 0000000..cb619eb --- /dev/null +++ b/docs/node_modules/lodash/fp/curryRight.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('curryRight', require('../curryRight')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/curryRightN.js b/docs/node_modules/lodash/fp/curryRightN.js new file mode 100644 index 0000000..2495afc --- /dev/null +++ b/docs/node_modules/lodash/fp/curryRightN.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('curryRightN', require('../curryRight')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/date.js b/docs/node_modules/lodash/fp/date.js new file mode 100644 index 0000000..82cb952 --- /dev/null +++ b/docs/node_modules/lodash/fp/date.js @@ -0,0 +1,2 @@ +var convert = require('./convert'); +module.exports = convert(require('../date')); diff --git a/docs/node_modules/lodash/fp/debounce.js b/docs/node_modules/lodash/fp/debounce.js new file mode 100644 index 0000000..2612229 --- /dev/null +++ b/docs/node_modules/lodash/fp/debounce.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('debounce', require('../debounce')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/deburr.js b/docs/node_modules/lodash/fp/deburr.js new file mode 100644 index 0000000..96463ab --- /dev/null +++ b/docs/node_modules/lodash/fp/deburr.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('deburr', require('../deburr'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/defaultTo.js b/docs/node_modules/lodash/fp/defaultTo.js new file mode 100644 index 0000000..d6b52a4 --- /dev/null +++ b/docs/node_modules/lodash/fp/defaultTo.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('defaultTo', require('../defaultTo')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/defaults.js b/docs/node_modules/lodash/fp/defaults.js new file mode 100644 index 0000000..e1a8e6e --- /dev/null +++ b/docs/node_modules/lodash/fp/defaults.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('defaults', require('../defaults')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/defaultsAll.js b/docs/node_modules/lodash/fp/defaultsAll.js new file mode 100644 index 0000000..238fcc3 --- /dev/null +++ b/docs/node_modules/lodash/fp/defaultsAll.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('defaultsAll', require('../defaults')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/defaultsDeep.js b/docs/node_modules/lodash/fp/defaultsDeep.js new file mode 100644 index 0000000..1f172ff --- /dev/null +++ b/docs/node_modules/lodash/fp/defaultsDeep.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('defaultsDeep', require('../defaultsDeep')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/defaultsDeepAll.js b/docs/node_modules/lodash/fp/defaultsDeepAll.js new file mode 100644 index 0000000..6835f2f --- /dev/null +++ b/docs/node_modules/lodash/fp/defaultsDeepAll.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('defaultsDeepAll', require('../defaultsDeep')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/defer.js b/docs/node_modules/lodash/fp/defer.js new file mode 100644 index 0000000..ec7990f --- /dev/null +++ b/docs/node_modules/lodash/fp/defer.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('defer', require('../defer'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/delay.js b/docs/node_modules/lodash/fp/delay.js new file mode 100644 index 0000000..556dbd5 --- /dev/null +++ b/docs/node_modules/lodash/fp/delay.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('delay', require('../delay')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/difference.js b/docs/node_modules/lodash/fp/difference.js new file mode 100644 index 0000000..2d03765 --- /dev/null +++ b/docs/node_modules/lodash/fp/difference.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('difference', require('../difference')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/differenceBy.js b/docs/node_modules/lodash/fp/differenceBy.js new file mode 100644 index 0000000..2f91491 --- /dev/null +++ b/docs/node_modules/lodash/fp/differenceBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('differenceBy', require('../differenceBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/differenceWith.js b/docs/node_modules/lodash/fp/differenceWith.js new file mode 100644 index 0000000..bcf5ad2 --- /dev/null +++ b/docs/node_modules/lodash/fp/differenceWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('differenceWith', require('../differenceWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/dissoc.js b/docs/node_modules/lodash/fp/dissoc.js new file mode 100644 index 0000000..7ec7be1 --- /dev/null +++ b/docs/node_modules/lodash/fp/dissoc.js @@ -0,0 +1 @@ +module.exports = require('./unset'); diff --git a/docs/node_modules/lodash/fp/dissocPath.js b/docs/node_modules/lodash/fp/dissocPath.js new file mode 100644 index 0000000..7ec7be1 --- /dev/null +++ b/docs/node_modules/lodash/fp/dissocPath.js @@ -0,0 +1 @@ +module.exports = require('./unset'); diff --git a/docs/node_modules/lodash/fp/divide.js b/docs/node_modules/lodash/fp/divide.js new file mode 100644 index 0000000..82048c5 --- /dev/null +++ b/docs/node_modules/lodash/fp/divide.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('divide', require('../divide')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/drop.js b/docs/node_modules/lodash/fp/drop.js new file mode 100644 index 0000000..2fa9b4f --- /dev/null +++ b/docs/node_modules/lodash/fp/drop.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('drop', require('../drop')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/dropLast.js b/docs/node_modules/lodash/fp/dropLast.js new file mode 100644 index 0000000..174e525 --- /dev/null +++ b/docs/node_modules/lodash/fp/dropLast.js @@ -0,0 +1 @@ +module.exports = require('./dropRight'); diff --git a/docs/node_modules/lodash/fp/dropLastWhile.js b/docs/node_modules/lodash/fp/dropLastWhile.js new file mode 100644 index 0000000..be2a9d2 --- /dev/null +++ b/docs/node_modules/lodash/fp/dropLastWhile.js @@ -0,0 +1 @@ +module.exports = require('./dropRightWhile'); diff --git a/docs/node_modules/lodash/fp/dropRight.js b/docs/node_modules/lodash/fp/dropRight.js new file mode 100644 index 0000000..e98881f --- /dev/null +++ b/docs/node_modules/lodash/fp/dropRight.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('dropRight', require('../dropRight')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/dropRightWhile.js b/docs/node_modules/lodash/fp/dropRightWhile.js new file mode 100644 index 0000000..cacaa70 --- /dev/null +++ b/docs/node_modules/lodash/fp/dropRightWhile.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('dropRightWhile', require('../dropRightWhile')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/dropWhile.js b/docs/node_modules/lodash/fp/dropWhile.js new file mode 100644 index 0000000..285f864 --- /dev/null +++ b/docs/node_modules/lodash/fp/dropWhile.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('dropWhile', require('../dropWhile')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/each.js b/docs/node_modules/lodash/fp/each.js new file mode 100644 index 0000000..8800f42 --- /dev/null +++ b/docs/node_modules/lodash/fp/each.js @@ -0,0 +1 @@ +module.exports = require('./forEach'); diff --git a/docs/node_modules/lodash/fp/eachRight.js b/docs/node_modules/lodash/fp/eachRight.js new file mode 100644 index 0000000..3252b2a --- /dev/null +++ b/docs/node_modules/lodash/fp/eachRight.js @@ -0,0 +1 @@ +module.exports = require('./forEachRight'); diff --git a/docs/node_modules/lodash/fp/endsWith.js b/docs/node_modules/lodash/fp/endsWith.js new file mode 100644 index 0000000..17dc2a4 --- /dev/null +++ b/docs/node_modules/lodash/fp/endsWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('endsWith', require('../endsWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/entries.js b/docs/node_modules/lodash/fp/entries.js new file mode 100644 index 0000000..7a88df2 --- /dev/null +++ b/docs/node_modules/lodash/fp/entries.js @@ -0,0 +1 @@ +module.exports = require('./toPairs'); diff --git a/docs/node_modules/lodash/fp/entriesIn.js b/docs/node_modules/lodash/fp/entriesIn.js new file mode 100644 index 0000000..f6c6331 --- /dev/null +++ b/docs/node_modules/lodash/fp/entriesIn.js @@ -0,0 +1 @@ +module.exports = require('./toPairsIn'); diff --git a/docs/node_modules/lodash/fp/eq.js b/docs/node_modules/lodash/fp/eq.js new file mode 100644 index 0000000..9a3d21b --- /dev/null +++ b/docs/node_modules/lodash/fp/eq.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('eq', require('../eq')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/equals.js b/docs/node_modules/lodash/fp/equals.js new file mode 100644 index 0000000..e6a5ce0 --- /dev/null +++ b/docs/node_modules/lodash/fp/equals.js @@ -0,0 +1 @@ +module.exports = require('./isEqual'); diff --git a/docs/node_modules/lodash/fp/escape.js b/docs/node_modules/lodash/fp/escape.js new file mode 100644 index 0000000..52c1fbb --- /dev/null +++ b/docs/node_modules/lodash/fp/escape.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('escape', require('../escape'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/escapeRegExp.js b/docs/node_modules/lodash/fp/escapeRegExp.js new file mode 100644 index 0000000..369b2ef --- /dev/null +++ b/docs/node_modules/lodash/fp/escapeRegExp.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('escapeRegExp', require('../escapeRegExp'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/every.js b/docs/node_modules/lodash/fp/every.js new file mode 100644 index 0000000..95c2776 --- /dev/null +++ b/docs/node_modules/lodash/fp/every.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('every', require('../every')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/extend.js b/docs/node_modules/lodash/fp/extend.js new file mode 100644 index 0000000..e00166c --- /dev/null +++ b/docs/node_modules/lodash/fp/extend.js @@ -0,0 +1 @@ +module.exports = require('./assignIn'); diff --git a/docs/node_modules/lodash/fp/extendAll.js b/docs/node_modules/lodash/fp/extendAll.js new file mode 100644 index 0000000..cc55b64 --- /dev/null +++ b/docs/node_modules/lodash/fp/extendAll.js @@ -0,0 +1 @@ +module.exports = require('./assignInAll'); diff --git a/docs/node_modules/lodash/fp/extendAllWith.js b/docs/node_modules/lodash/fp/extendAllWith.js new file mode 100644 index 0000000..6679d20 --- /dev/null +++ b/docs/node_modules/lodash/fp/extendAllWith.js @@ -0,0 +1 @@ +module.exports = require('./assignInAllWith'); diff --git a/docs/node_modules/lodash/fp/extendWith.js b/docs/node_modules/lodash/fp/extendWith.js new file mode 100644 index 0000000..dbdcb3b --- /dev/null +++ b/docs/node_modules/lodash/fp/extendWith.js @@ -0,0 +1 @@ +module.exports = require('./assignInWith'); diff --git a/docs/node_modules/lodash/fp/fill.js b/docs/node_modules/lodash/fp/fill.js new file mode 100644 index 0000000..b2d47e8 --- /dev/null +++ b/docs/node_modules/lodash/fp/fill.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('fill', require('../fill')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/filter.js b/docs/node_modules/lodash/fp/filter.js new file mode 100644 index 0000000..796d501 --- /dev/null +++ b/docs/node_modules/lodash/fp/filter.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('filter', require('../filter')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/find.js b/docs/node_modules/lodash/fp/find.js new file mode 100644 index 0000000..f805d33 --- /dev/null +++ b/docs/node_modules/lodash/fp/find.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('find', require('../find')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/findFrom.js b/docs/node_modules/lodash/fp/findFrom.js new file mode 100644 index 0000000..da8275e --- /dev/null +++ b/docs/node_modules/lodash/fp/findFrom.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('findFrom', require('../find')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/findIndex.js b/docs/node_modules/lodash/fp/findIndex.js new file mode 100644 index 0000000..8c15fd1 --- /dev/null +++ b/docs/node_modules/lodash/fp/findIndex.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('findIndex', require('../findIndex')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/findIndexFrom.js b/docs/node_modules/lodash/fp/findIndexFrom.js new file mode 100644 index 0000000..32e98cb --- /dev/null +++ b/docs/node_modules/lodash/fp/findIndexFrom.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('findIndexFrom', require('../findIndex')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/findKey.js b/docs/node_modules/lodash/fp/findKey.js new file mode 100644 index 0000000..475bcfa --- /dev/null +++ b/docs/node_modules/lodash/fp/findKey.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('findKey', require('../findKey')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/findLast.js b/docs/node_modules/lodash/fp/findLast.js new file mode 100644 index 0000000..093fe94 --- /dev/null +++ b/docs/node_modules/lodash/fp/findLast.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('findLast', require('../findLast')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/findLastFrom.js b/docs/node_modules/lodash/fp/findLastFrom.js new file mode 100644 index 0000000..76c38fb --- /dev/null +++ b/docs/node_modules/lodash/fp/findLastFrom.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('findLastFrom', require('../findLast')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/findLastIndex.js b/docs/node_modules/lodash/fp/findLastIndex.js new file mode 100644 index 0000000..36986df --- /dev/null +++ b/docs/node_modules/lodash/fp/findLastIndex.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('findLastIndex', require('../findLastIndex')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/findLastIndexFrom.js b/docs/node_modules/lodash/fp/findLastIndexFrom.js new file mode 100644 index 0000000..34c8176 --- /dev/null +++ b/docs/node_modules/lodash/fp/findLastIndexFrom.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('findLastIndexFrom', require('../findLastIndex')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/findLastKey.js b/docs/node_modules/lodash/fp/findLastKey.js new file mode 100644 index 0000000..5f81b60 --- /dev/null +++ b/docs/node_modules/lodash/fp/findLastKey.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('findLastKey', require('../findLastKey')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/first.js b/docs/node_modules/lodash/fp/first.js new file mode 100644 index 0000000..53f4ad1 --- /dev/null +++ b/docs/node_modules/lodash/fp/first.js @@ -0,0 +1 @@ +module.exports = require('./head'); diff --git a/docs/node_modules/lodash/fp/flatMap.js b/docs/node_modules/lodash/fp/flatMap.js new file mode 100644 index 0000000..d01dc4d --- /dev/null +++ b/docs/node_modules/lodash/fp/flatMap.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('flatMap', require('../flatMap')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/flatMapDeep.js b/docs/node_modules/lodash/fp/flatMapDeep.js new file mode 100644 index 0000000..569c42e --- /dev/null +++ b/docs/node_modules/lodash/fp/flatMapDeep.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('flatMapDeep', require('../flatMapDeep')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/flatMapDepth.js b/docs/node_modules/lodash/fp/flatMapDepth.js new file mode 100644 index 0000000..6eb68fd --- /dev/null +++ b/docs/node_modules/lodash/fp/flatMapDepth.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('flatMapDepth', require('../flatMapDepth')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/flatten.js b/docs/node_modules/lodash/fp/flatten.js new file mode 100644 index 0000000..30425d8 --- /dev/null +++ b/docs/node_modules/lodash/fp/flatten.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('flatten', require('../flatten'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/flattenDeep.js b/docs/node_modules/lodash/fp/flattenDeep.js new file mode 100644 index 0000000..aed5db2 --- /dev/null +++ b/docs/node_modules/lodash/fp/flattenDeep.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('flattenDeep', require('../flattenDeep'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/flattenDepth.js b/docs/node_modules/lodash/fp/flattenDepth.js new file mode 100644 index 0000000..ad65e37 --- /dev/null +++ b/docs/node_modules/lodash/fp/flattenDepth.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('flattenDepth', require('../flattenDepth')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/flip.js b/docs/node_modules/lodash/fp/flip.js new file mode 100644 index 0000000..0547e7b --- /dev/null +++ b/docs/node_modules/lodash/fp/flip.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('flip', require('../flip'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/floor.js b/docs/node_modules/lodash/fp/floor.js new file mode 100644 index 0000000..a6cf335 --- /dev/null +++ b/docs/node_modules/lodash/fp/floor.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('floor', require('../floor')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/flow.js b/docs/node_modules/lodash/fp/flow.js new file mode 100644 index 0000000..cd83677 --- /dev/null +++ b/docs/node_modules/lodash/fp/flow.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('flow', require('../flow')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/flowRight.js b/docs/node_modules/lodash/fp/flowRight.js new file mode 100644 index 0000000..972a5b9 --- /dev/null +++ b/docs/node_modules/lodash/fp/flowRight.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('flowRight', require('../flowRight')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/forEach.js b/docs/node_modules/lodash/fp/forEach.js new file mode 100644 index 0000000..2f49452 --- /dev/null +++ b/docs/node_modules/lodash/fp/forEach.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('forEach', require('../forEach')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/forEachRight.js b/docs/node_modules/lodash/fp/forEachRight.js new file mode 100644 index 0000000..3ff9733 --- /dev/null +++ b/docs/node_modules/lodash/fp/forEachRight.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('forEachRight', require('../forEachRight')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/forIn.js b/docs/node_modules/lodash/fp/forIn.js new file mode 100644 index 0000000..9341749 --- /dev/null +++ b/docs/node_modules/lodash/fp/forIn.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('forIn', require('../forIn')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/forInRight.js b/docs/node_modules/lodash/fp/forInRight.js new file mode 100644 index 0000000..cecf8bb --- /dev/null +++ b/docs/node_modules/lodash/fp/forInRight.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('forInRight', require('../forInRight')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/forOwn.js b/docs/node_modules/lodash/fp/forOwn.js new file mode 100644 index 0000000..246449e --- /dev/null +++ b/docs/node_modules/lodash/fp/forOwn.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('forOwn', require('../forOwn')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/forOwnRight.js b/docs/node_modules/lodash/fp/forOwnRight.js new file mode 100644 index 0000000..c5e826e --- /dev/null +++ b/docs/node_modules/lodash/fp/forOwnRight.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('forOwnRight', require('../forOwnRight')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/fromPairs.js b/docs/node_modules/lodash/fp/fromPairs.js new file mode 100644 index 0000000..f8cc596 --- /dev/null +++ b/docs/node_modules/lodash/fp/fromPairs.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('fromPairs', require('../fromPairs')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/function.js b/docs/node_modules/lodash/fp/function.js new file mode 100644 index 0000000..dfe69b1 --- /dev/null +++ b/docs/node_modules/lodash/fp/function.js @@ -0,0 +1,2 @@ +var convert = require('./convert'); +module.exports = convert(require('../function')); diff --git a/docs/node_modules/lodash/fp/functions.js b/docs/node_modules/lodash/fp/functions.js new file mode 100644 index 0000000..09d1bb1 --- /dev/null +++ b/docs/node_modules/lodash/fp/functions.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('functions', require('../functions'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/functionsIn.js b/docs/node_modules/lodash/fp/functionsIn.js new file mode 100644 index 0000000..2cfeb83 --- /dev/null +++ b/docs/node_modules/lodash/fp/functionsIn.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('functionsIn', require('../functionsIn'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/get.js b/docs/node_modules/lodash/fp/get.js new file mode 100644 index 0000000..6d3a328 --- /dev/null +++ b/docs/node_modules/lodash/fp/get.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('get', require('../get')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/getOr.js b/docs/node_modules/lodash/fp/getOr.js new file mode 100644 index 0000000..7dbf771 --- /dev/null +++ b/docs/node_modules/lodash/fp/getOr.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('getOr', require('../get')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/groupBy.js b/docs/node_modules/lodash/fp/groupBy.js new file mode 100644 index 0000000..fc0bc78 --- /dev/null +++ b/docs/node_modules/lodash/fp/groupBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('groupBy', require('../groupBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/gt.js b/docs/node_modules/lodash/fp/gt.js new file mode 100644 index 0000000..9e57c80 --- /dev/null +++ b/docs/node_modules/lodash/fp/gt.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('gt', require('../gt')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/gte.js b/docs/node_modules/lodash/fp/gte.js new file mode 100644 index 0000000..4584786 --- /dev/null +++ b/docs/node_modules/lodash/fp/gte.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('gte', require('../gte')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/has.js b/docs/node_modules/lodash/fp/has.js new file mode 100644 index 0000000..b901298 --- /dev/null +++ b/docs/node_modules/lodash/fp/has.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('has', require('../has')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/hasIn.js b/docs/node_modules/lodash/fp/hasIn.js new file mode 100644 index 0000000..b3c3d1a --- /dev/null +++ b/docs/node_modules/lodash/fp/hasIn.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('hasIn', require('../hasIn')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/head.js b/docs/node_modules/lodash/fp/head.js new file mode 100644 index 0000000..2694f0a --- /dev/null +++ b/docs/node_modules/lodash/fp/head.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('head', require('../head'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/identical.js b/docs/node_modules/lodash/fp/identical.js new file mode 100644 index 0000000..85563f4 --- /dev/null +++ b/docs/node_modules/lodash/fp/identical.js @@ -0,0 +1 @@ +module.exports = require('./eq'); diff --git a/docs/node_modules/lodash/fp/identity.js b/docs/node_modules/lodash/fp/identity.js new file mode 100644 index 0000000..096415a --- /dev/null +++ b/docs/node_modules/lodash/fp/identity.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('identity', require('../identity'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/inRange.js b/docs/node_modules/lodash/fp/inRange.js new file mode 100644 index 0000000..202d940 --- /dev/null +++ b/docs/node_modules/lodash/fp/inRange.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('inRange', require('../inRange')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/includes.js b/docs/node_modules/lodash/fp/includes.js new file mode 100644 index 0000000..1146780 --- /dev/null +++ b/docs/node_modules/lodash/fp/includes.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('includes', require('../includes')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/includesFrom.js b/docs/node_modules/lodash/fp/includesFrom.js new file mode 100644 index 0000000..683afdb --- /dev/null +++ b/docs/node_modules/lodash/fp/includesFrom.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('includesFrom', require('../includes')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/indexBy.js b/docs/node_modules/lodash/fp/indexBy.js new file mode 100644 index 0000000..7e64bc0 --- /dev/null +++ b/docs/node_modules/lodash/fp/indexBy.js @@ -0,0 +1 @@ +module.exports = require('./keyBy'); diff --git a/docs/node_modules/lodash/fp/indexOf.js b/docs/node_modules/lodash/fp/indexOf.js new file mode 100644 index 0000000..524658e --- /dev/null +++ b/docs/node_modules/lodash/fp/indexOf.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('indexOf', require('../indexOf')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/indexOfFrom.js b/docs/node_modules/lodash/fp/indexOfFrom.js new file mode 100644 index 0000000..d99c822 --- /dev/null +++ b/docs/node_modules/lodash/fp/indexOfFrom.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('indexOfFrom', require('../indexOf')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/init.js b/docs/node_modules/lodash/fp/init.js new file mode 100644 index 0000000..2f88d8b --- /dev/null +++ b/docs/node_modules/lodash/fp/init.js @@ -0,0 +1 @@ +module.exports = require('./initial'); diff --git a/docs/node_modules/lodash/fp/initial.js b/docs/node_modules/lodash/fp/initial.js new file mode 100644 index 0000000..b732ba0 --- /dev/null +++ b/docs/node_modules/lodash/fp/initial.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('initial', require('../initial'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/intersection.js b/docs/node_modules/lodash/fp/intersection.js new file mode 100644 index 0000000..52936d5 --- /dev/null +++ b/docs/node_modules/lodash/fp/intersection.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('intersection', require('../intersection')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/intersectionBy.js b/docs/node_modules/lodash/fp/intersectionBy.js new file mode 100644 index 0000000..72629f2 --- /dev/null +++ b/docs/node_modules/lodash/fp/intersectionBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('intersectionBy', require('../intersectionBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/intersectionWith.js b/docs/node_modules/lodash/fp/intersectionWith.js new file mode 100644 index 0000000..e064f40 --- /dev/null +++ b/docs/node_modules/lodash/fp/intersectionWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('intersectionWith', require('../intersectionWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/invert.js b/docs/node_modules/lodash/fp/invert.js new file mode 100644 index 0000000..2d5d1f0 --- /dev/null +++ b/docs/node_modules/lodash/fp/invert.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('invert', require('../invert')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/invertBy.js b/docs/node_modules/lodash/fp/invertBy.js new file mode 100644 index 0000000..63ca97e --- /dev/null +++ b/docs/node_modules/lodash/fp/invertBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('invertBy', require('../invertBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/invertObj.js b/docs/node_modules/lodash/fp/invertObj.js new file mode 100644 index 0000000..f1d842e --- /dev/null +++ b/docs/node_modules/lodash/fp/invertObj.js @@ -0,0 +1 @@ +module.exports = require('./invert'); diff --git a/docs/node_modules/lodash/fp/invoke.js b/docs/node_modules/lodash/fp/invoke.js new file mode 100644 index 0000000..fcf17f0 --- /dev/null +++ b/docs/node_modules/lodash/fp/invoke.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('invoke', require('../invoke')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/invokeArgs.js b/docs/node_modules/lodash/fp/invokeArgs.js new file mode 100644 index 0000000..d3f2953 --- /dev/null +++ b/docs/node_modules/lodash/fp/invokeArgs.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('invokeArgs', require('../invoke')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/invokeArgsMap.js b/docs/node_modules/lodash/fp/invokeArgsMap.js new file mode 100644 index 0000000..eaa9f84 --- /dev/null +++ b/docs/node_modules/lodash/fp/invokeArgsMap.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('invokeArgsMap', require('../invokeMap')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/invokeMap.js b/docs/node_modules/lodash/fp/invokeMap.js new file mode 100644 index 0000000..6515fd7 --- /dev/null +++ b/docs/node_modules/lodash/fp/invokeMap.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('invokeMap', require('../invokeMap')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isArguments.js b/docs/node_modules/lodash/fp/isArguments.js new file mode 100644 index 0000000..1d93c9e --- /dev/null +++ b/docs/node_modules/lodash/fp/isArguments.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isArguments', require('../isArguments'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isArray.js b/docs/node_modules/lodash/fp/isArray.js new file mode 100644 index 0000000..ba7ade8 --- /dev/null +++ b/docs/node_modules/lodash/fp/isArray.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isArray', require('../isArray'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isArrayBuffer.js b/docs/node_modules/lodash/fp/isArrayBuffer.js new file mode 100644 index 0000000..5088513 --- /dev/null +++ b/docs/node_modules/lodash/fp/isArrayBuffer.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isArrayBuffer', require('../isArrayBuffer'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isArrayLike.js b/docs/node_modules/lodash/fp/isArrayLike.js new file mode 100644 index 0000000..8f1856b --- /dev/null +++ b/docs/node_modules/lodash/fp/isArrayLike.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isArrayLike', require('../isArrayLike'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isArrayLikeObject.js b/docs/node_modules/lodash/fp/isArrayLikeObject.js new file mode 100644 index 0000000..2108498 --- /dev/null +++ b/docs/node_modules/lodash/fp/isArrayLikeObject.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isArrayLikeObject', require('../isArrayLikeObject'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isBoolean.js b/docs/node_modules/lodash/fp/isBoolean.js new file mode 100644 index 0000000..9339f75 --- /dev/null +++ b/docs/node_modules/lodash/fp/isBoolean.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isBoolean', require('../isBoolean'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isBuffer.js b/docs/node_modules/lodash/fp/isBuffer.js new file mode 100644 index 0000000..e60b123 --- /dev/null +++ b/docs/node_modules/lodash/fp/isBuffer.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isBuffer', require('../isBuffer'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isDate.js b/docs/node_modules/lodash/fp/isDate.js new file mode 100644 index 0000000..dc41d08 --- /dev/null +++ b/docs/node_modules/lodash/fp/isDate.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isDate', require('../isDate'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isElement.js b/docs/node_modules/lodash/fp/isElement.js new file mode 100644 index 0000000..18ee039 --- /dev/null +++ b/docs/node_modules/lodash/fp/isElement.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isElement', require('../isElement'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isEmpty.js b/docs/node_modules/lodash/fp/isEmpty.js new file mode 100644 index 0000000..0f4ae84 --- /dev/null +++ b/docs/node_modules/lodash/fp/isEmpty.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isEmpty', require('../isEmpty'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isEqual.js b/docs/node_modules/lodash/fp/isEqual.js new file mode 100644 index 0000000..4138386 --- /dev/null +++ b/docs/node_modules/lodash/fp/isEqual.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isEqual', require('../isEqual')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isEqualWith.js b/docs/node_modules/lodash/fp/isEqualWith.js new file mode 100644 index 0000000..029ff5c --- /dev/null +++ b/docs/node_modules/lodash/fp/isEqualWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isEqualWith', require('../isEqualWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isError.js b/docs/node_modules/lodash/fp/isError.js new file mode 100644 index 0000000..3dfd81c --- /dev/null +++ b/docs/node_modules/lodash/fp/isError.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isError', require('../isError'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isFinite.js b/docs/node_modules/lodash/fp/isFinite.js new file mode 100644 index 0000000..0b647b8 --- /dev/null +++ b/docs/node_modules/lodash/fp/isFinite.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isFinite', require('../isFinite'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isFunction.js b/docs/node_modules/lodash/fp/isFunction.js new file mode 100644 index 0000000..ff8e5c4 --- /dev/null +++ b/docs/node_modules/lodash/fp/isFunction.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isFunction', require('../isFunction'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isInteger.js b/docs/node_modules/lodash/fp/isInteger.js new file mode 100644 index 0000000..67af4ff --- /dev/null +++ b/docs/node_modules/lodash/fp/isInteger.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isInteger', require('../isInteger'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isLength.js b/docs/node_modules/lodash/fp/isLength.js new file mode 100644 index 0000000..fc101c5 --- /dev/null +++ b/docs/node_modules/lodash/fp/isLength.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isLength', require('../isLength'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isMap.js b/docs/node_modules/lodash/fp/isMap.js new file mode 100644 index 0000000..a209aa6 --- /dev/null +++ b/docs/node_modules/lodash/fp/isMap.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isMap', require('../isMap'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isMatch.js b/docs/node_modules/lodash/fp/isMatch.js new file mode 100644 index 0000000..6264ca1 --- /dev/null +++ b/docs/node_modules/lodash/fp/isMatch.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isMatch', require('../isMatch')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isMatchWith.js b/docs/node_modules/lodash/fp/isMatchWith.js new file mode 100644 index 0000000..d95f319 --- /dev/null +++ b/docs/node_modules/lodash/fp/isMatchWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isMatchWith', require('../isMatchWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isNaN.js b/docs/node_modules/lodash/fp/isNaN.js new file mode 100644 index 0000000..66a978f --- /dev/null +++ b/docs/node_modules/lodash/fp/isNaN.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isNaN', require('../isNaN'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isNative.js b/docs/node_modules/lodash/fp/isNative.js new file mode 100644 index 0000000..3d775ba --- /dev/null +++ b/docs/node_modules/lodash/fp/isNative.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isNative', require('../isNative'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isNil.js b/docs/node_modules/lodash/fp/isNil.js new file mode 100644 index 0000000..5952c02 --- /dev/null +++ b/docs/node_modules/lodash/fp/isNil.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isNil', require('../isNil'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isNull.js b/docs/node_modules/lodash/fp/isNull.js new file mode 100644 index 0000000..f201a35 --- /dev/null +++ b/docs/node_modules/lodash/fp/isNull.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isNull', require('../isNull'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isNumber.js b/docs/node_modules/lodash/fp/isNumber.js new file mode 100644 index 0000000..a2b5fa0 --- /dev/null +++ b/docs/node_modules/lodash/fp/isNumber.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isNumber', require('../isNumber'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isObject.js b/docs/node_modules/lodash/fp/isObject.js new file mode 100644 index 0000000..231ace0 --- /dev/null +++ b/docs/node_modules/lodash/fp/isObject.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isObject', require('../isObject'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isObjectLike.js b/docs/node_modules/lodash/fp/isObjectLike.js new file mode 100644 index 0000000..f16082e --- /dev/null +++ b/docs/node_modules/lodash/fp/isObjectLike.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isObjectLike', require('../isObjectLike'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isPlainObject.js b/docs/node_modules/lodash/fp/isPlainObject.js new file mode 100644 index 0000000..b5bea90 --- /dev/null +++ b/docs/node_modules/lodash/fp/isPlainObject.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isPlainObject', require('../isPlainObject'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isRegExp.js b/docs/node_modules/lodash/fp/isRegExp.js new file mode 100644 index 0000000..12a1a3d --- /dev/null +++ b/docs/node_modules/lodash/fp/isRegExp.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isRegExp', require('../isRegExp'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isSafeInteger.js b/docs/node_modules/lodash/fp/isSafeInteger.js new file mode 100644 index 0000000..7230f55 --- /dev/null +++ b/docs/node_modules/lodash/fp/isSafeInteger.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isSafeInteger', require('../isSafeInteger'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isSet.js b/docs/node_modules/lodash/fp/isSet.js new file mode 100644 index 0000000..35c01f6 --- /dev/null +++ b/docs/node_modules/lodash/fp/isSet.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isSet', require('../isSet'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isString.js b/docs/node_modules/lodash/fp/isString.js new file mode 100644 index 0000000..1fd0679 --- /dev/null +++ b/docs/node_modules/lodash/fp/isString.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isString', require('../isString'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isSymbol.js b/docs/node_modules/lodash/fp/isSymbol.js new file mode 100644 index 0000000..3867695 --- /dev/null +++ b/docs/node_modules/lodash/fp/isSymbol.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isSymbol', require('../isSymbol'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isTypedArray.js b/docs/node_modules/lodash/fp/isTypedArray.js new file mode 100644 index 0000000..8567953 --- /dev/null +++ b/docs/node_modules/lodash/fp/isTypedArray.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isTypedArray', require('../isTypedArray'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isUndefined.js b/docs/node_modules/lodash/fp/isUndefined.js new file mode 100644 index 0000000..ddbca31 --- /dev/null +++ b/docs/node_modules/lodash/fp/isUndefined.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isUndefined', require('../isUndefined'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isWeakMap.js b/docs/node_modules/lodash/fp/isWeakMap.js new file mode 100644 index 0000000..ef60c61 --- /dev/null +++ b/docs/node_modules/lodash/fp/isWeakMap.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isWeakMap', require('../isWeakMap'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/isWeakSet.js b/docs/node_modules/lodash/fp/isWeakSet.js new file mode 100644 index 0000000..c99bfaa --- /dev/null +++ b/docs/node_modules/lodash/fp/isWeakSet.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('isWeakSet', require('../isWeakSet'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/iteratee.js b/docs/node_modules/lodash/fp/iteratee.js new file mode 100644 index 0000000..9f0f717 --- /dev/null +++ b/docs/node_modules/lodash/fp/iteratee.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('iteratee', require('../iteratee')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/join.js b/docs/node_modules/lodash/fp/join.js new file mode 100644 index 0000000..a220e00 --- /dev/null +++ b/docs/node_modules/lodash/fp/join.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('join', require('../join')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/juxt.js b/docs/node_modules/lodash/fp/juxt.js new file mode 100644 index 0000000..f71e04e --- /dev/null +++ b/docs/node_modules/lodash/fp/juxt.js @@ -0,0 +1 @@ +module.exports = require('./over'); diff --git a/docs/node_modules/lodash/fp/kebabCase.js b/docs/node_modules/lodash/fp/kebabCase.js new file mode 100644 index 0000000..60737f1 --- /dev/null +++ b/docs/node_modules/lodash/fp/kebabCase.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('kebabCase', require('../kebabCase'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/keyBy.js b/docs/node_modules/lodash/fp/keyBy.js new file mode 100644 index 0000000..9a6a85d --- /dev/null +++ b/docs/node_modules/lodash/fp/keyBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('keyBy', require('../keyBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/keys.js b/docs/node_modules/lodash/fp/keys.js new file mode 100644 index 0000000..e12bb07 --- /dev/null +++ b/docs/node_modules/lodash/fp/keys.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('keys', require('../keys'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/keysIn.js b/docs/node_modules/lodash/fp/keysIn.js new file mode 100644 index 0000000..f3eb36a --- /dev/null +++ b/docs/node_modules/lodash/fp/keysIn.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('keysIn', require('../keysIn'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/lang.js b/docs/node_modules/lodash/fp/lang.js new file mode 100644 index 0000000..08cc9c1 --- /dev/null +++ b/docs/node_modules/lodash/fp/lang.js @@ -0,0 +1,2 @@ +var convert = require('./convert'); +module.exports = convert(require('../lang')); diff --git a/docs/node_modules/lodash/fp/last.js b/docs/node_modules/lodash/fp/last.js new file mode 100644 index 0000000..0f71699 --- /dev/null +++ b/docs/node_modules/lodash/fp/last.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('last', require('../last'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/lastIndexOf.js b/docs/node_modules/lodash/fp/lastIndexOf.js new file mode 100644 index 0000000..ddf39c3 --- /dev/null +++ b/docs/node_modules/lodash/fp/lastIndexOf.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('lastIndexOf', require('../lastIndexOf')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/lastIndexOfFrom.js b/docs/node_modules/lodash/fp/lastIndexOfFrom.js new file mode 100644 index 0000000..1ff6a0b --- /dev/null +++ b/docs/node_modules/lodash/fp/lastIndexOfFrom.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('lastIndexOfFrom', require('../lastIndexOf')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/lowerCase.js b/docs/node_modules/lodash/fp/lowerCase.js new file mode 100644 index 0000000..ea64bc1 --- /dev/null +++ b/docs/node_modules/lodash/fp/lowerCase.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('lowerCase', require('../lowerCase'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/lowerFirst.js b/docs/node_modules/lodash/fp/lowerFirst.js new file mode 100644 index 0000000..539720a --- /dev/null +++ b/docs/node_modules/lodash/fp/lowerFirst.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('lowerFirst', require('../lowerFirst'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/lt.js b/docs/node_modules/lodash/fp/lt.js new file mode 100644 index 0000000..a31d21e --- /dev/null +++ b/docs/node_modules/lodash/fp/lt.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('lt', require('../lt')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/lte.js b/docs/node_modules/lodash/fp/lte.js new file mode 100644 index 0000000..d795d10 --- /dev/null +++ b/docs/node_modules/lodash/fp/lte.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('lte', require('../lte')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/map.js b/docs/node_modules/lodash/fp/map.js new file mode 100644 index 0000000..cf98794 --- /dev/null +++ b/docs/node_modules/lodash/fp/map.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('map', require('../map')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/mapKeys.js b/docs/node_modules/lodash/fp/mapKeys.js new file mode 100644 index 0000000..1684587 --- /dev/null +++ b/docs/node_modules/lodash/fp/mapKeys.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('mapKeys', require('../mapKeys')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/mapValues.js b/docs/node_modules/lodash/fp/mapValues.js new file mode 100644 index 0000000..4004972 --- /dev/null +++ b/docs/node_modules/lodash/fp/mapValues.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('mapValues', require('../mapValues')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/matches.js b/docs/node_modules/lodash/fp/matches.js new file mode 100644 index 0000000..29d1e1e --- /dev/null +++ b/docs/node_modules/lodash/fp/matches.js @@ -0,0 +1 @@ +module.exports = require('./isMatch'); diff --git a/docs/node_modules/lodash/fp/matchesProperty.js b/docs/node_modules/lodash/fp/matchesProperty.js new file mode 100644 index 0000000..4575bd2 --- /dev/null +++ b/docs/node_modules/lodash/fp/matchesProperty.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('matchesProperty', require('../matchesProperty')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/math.js b/docs/node_modules/lodash/fp/math.js new file mode 100644 index 0000000..e8f50f7 --- /dev/null +++ b/docs/node_modules/lodash/fp/math.js @@ -0,0 +1,2 @@ +var convert = require('./convert'); +module.exports = convert(require('../math')); diff --git a/docs/node_modules/lodash/fp/max.js b/docs/node_modules/lodash/fp/max.js new file mode 100644 index 0000000..a66acac --- /dev/null +++ b/docs/node_modules/lodash/fp/max.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('max', require('../max'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/maxBy.js b/docs/node_modules/lodash/fp/maxBy.js new file mode 100644 index 0000000..d083fd6 --- /dev/null +++ b/docs/node_modules/lodash/fp/maxBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('maxBy', require('../maxBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/mean.js b/docs/node_modules/lodash/fp/mean.js new file mode 100644 index 0000000..3117246 --- /dev/null +++ b/docs/node_modules/lodash/fp/mean.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('mean', require('../mean'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/meanBy.js b/docs/node_modules/lodash/fp/meanBy.js new file mode 100644 index 0000000..556f25e --- /dev/null +++ b/docs/node_modules/lodash/fp/meanBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('meanBy', require('../meanBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/memoize.js b/docs/node_modules/lodash/fp/memoize.js new file mode 100644 index 0000000..638eec6 --- /dev/null +++ b/docs/node_modules/lodash/fp/memoize.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('memoize', require('../memoize')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/merge.js b/docs/node_modules/lodash/fp/merge.js new file mode 100644 index 0000000..ac66add --- /dev/null +++ b/docs/node_modules/lodash/fp/merge.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('merge', require('../merge')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/mergeAll.js b/docs/node_modules/lodash/fp/mergeAll.js new file mode 100644 index 0000000..a3674d6 --- /dev/null +++ b/docs/node_modules/lodash/fp/mergeAll.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('mergeAll', require('../merge')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/mergeAllWith.js b/docs/node_modules/lodash/fp/mergeAllWith.js new file mode 100644 index 0000000..4bd4206 --- /dev/null +++ b/docs/node_modules/lodash/fp/mergeAllWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('mergeAllWith', require('../mergeWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/mergeWith.js b/docs/node_modules/lodash/fp/mergeWith.js new file mode 100644 index 0000000..00d44d5 --- /dev/null +++ b/docs/node_modules/lodash/fp/mergeWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('mergeWith', require('../mergeWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/method.js b/docs/node_modules/lodash/fp/method.js new file mode 100644 index 0000000..f4060c6 --- /dev/null +++ b/docs/node_modules/lodash/fp/method.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('method', require('../method')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/methodOf.js b/docs/node_modules/lodash/fp/methodOf.js new file mode 100644 index 0000000..6139905 --- /dev/null +++ b/docs/node_modules/lodash/fp/methodOf.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('methodOf', require('../methodOf')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/min.js b/docs/node_modules/lodash/fp/min.js new file mode 100644 index 0000000..d12c6b4 --- /dev/null +++ b/docs/node_modules/lodash/fp/min.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('min', require('../min'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/minBy.js b/docs/node_modules/lodash/fp/minBy.js new file mode 100644 index 0000000..fdb9e24 --- /dev/null +++ b/docs/node_modules/lodash/fp/minBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('minBy', require('../minBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/mixin.js b/docs/node_modules/lodash/fp/mixin.js new file mode 100644 index 0000000..332e6fb --- /dev/null +++ b/docs/node_modules/lodash/fp/mixin.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('mixin', require('../mixin')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/multiply.js b/docs/node_modules/lodash/fp/multiply.js new file mode 100644 index 0000000..4dcf0b0 --- /dev/null +++ b/docs/node_modules/lodash/fp/multiply.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('multiply', require('../multiply')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/nAry.js b/docs/node_modules/lodash/fp/nAry.js new file mode 100644 index 0000000..f262a76 --- /dev/null +++ b/docs/node_modules/lodash/fp/nAry.js @@ -0,0 +1 @@ +module.exports = require('./ary'); diff --git a/docs/node_modules/lodash/fp/negate.js b/docs/node_modules/lodash/fp/negate.js new file mode 100644 index 0000000..8b6dc7c --- /dev/null +++ b/docs/node_modules/lodash/fp/negate.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('negate', require('../negate'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/next.js b/docs/node_modules/lodash/fp/next.js new file mode 100644 index 0000000..140155e --- /dev/null +++ b/docs/node_modules/lodash/fp/next.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('next', require('../next'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/noop.js b/docs/node_modules/lodash/fp/noop.js new file mode 100644 index 0000000..b9e32cc --- /dev/null +++ b/docs/node_modules/lodash/fp/noop.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('noop', require('../noop'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/now.js b/docs/node_modules/lodash/fp/now.js new file mode 100644 index 0000000..6de2068 --- /dev/null +++ b/docs/node_modules/lodash/fp/now.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('now', require('../now'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/nth.js b/docs/node_modules/lodash/fp/nth.js new file mode 100644 index 0000000..da4fda7 --- /dev/null +++ b/docs/node_modules/lodash/fp/nth.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('nth', require('../nth')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/nthArg.js b/docs/node_modules/lodash/fp/nthArg.js new file mode 100644 index 0000000..fce3165 --- /dev/null +++ b/docs/node_modules/lodash/fp/nthArg.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('nthArg', require('../nthArg')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/number.js b/docs/node_modules/lodash/fp/number.js new file mode 100644 index 0000000..5c10b88 --- /dev/null +++ b/docs/node_modules/lodash/fp/number.js @@ -0,0 +1,2 @@ +var convert = require('./convert'); +module.exports = convert(require('../number')); diff --git a/docs/node_modules/lodash/fp/object.js b/docs/node_modules/lodash/fp/object.js new file mode 100644 index 0000000..ae39a13 --- /dev/null +++ b/docs/node_modules/lodash/fp/object.js @@ -0,0 +1,2 @@ +var convert = require('./convert'); +module.exports = convert(require('../object')); diff --git a/docs/node_modules/lodash/fp/omit.js b/docs/node_modules/lodash/fp/omit.js new file mode 100644 index 0000000..fd68529 --- /dev/null +++ b/docs/node_modules/lodash/fp/omit.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('omit', require('../omit')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/omitAll.js b/docs/node_modules/lodash/fp/omitAll.js new file mode 100644 index 0000000..144cf4b --- /dev/null +++ b/docs/node_modules/lodash/fp/omitAll.js @@ -0,0 +1 @@ +module.exports = require('./omit'); diff --git a/docs/node_modules/lodash/fp/omitBy.js b/docs/node_modules/lodash/fp/omitBy.js new file mode 100644 index 0000000..90df738 --- /dev/null +++ b/docs/node_modules/lodash/fp/omitBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('omitBy', require('../omitBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/once.js b/docs/node_modules/lodash/fp/once.js new file mode 100644 index 0000000..f8f0a5c --- /dev/null +++ b/docs/node_modules/lodash/fp/once.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('once', require('../once'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/orderBy.js b/docs/node_modules/lodash/fp/orderBy.js new file mode 100644 index 0000000..848e210 --- /dev/null +++ b/docs/node_modules/lodash/fp/orderBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('orderBy', require('../orderBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/over.js b/docs/node_modules/lodash/fp/over.js new file mode 100644 index 0000000..01eba7b --- /dev/null +++ b/docs/node_modules/lodash/fp/over.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('over', require('../over')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/overArgs.js b/docs/node_modules/lodash/fp/overArgs.js new file mode 100644 index 0000000..738556f --- /dev/null +++ b/docs/node_modules/lodash/fp/overArgs.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('overArgs', require('../overArgs')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/overEvery.js b/docs/node_modules/lodash/fp/overEvery.js new file mode 100644 index 0000000..9f5a032 --- /dev/null +++ b/docs/node_modules/lodash/fp/overEvery.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('overEvery', require('../overEvery')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/overSome.js b/docs/node_modules/lodash/fp/overSome.js new file mode 100644 index 0000000..15939d5 --- /dev/null +++ b/docs/node_modules/lodash/fp/overSome.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('overSome', require('../overSome')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/pad.js b/docs/node_modules/lodash/fp/pad.js new file mode 100644 index 0000000..f1dea4a --- /dev/null +++ b/docs/node_modules/lodash/fp/pad.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('pad', require('../pad')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/padChars.js b/docs/node_modules/lodash/fp/padChars.js new file mode 100644 index 0000000..d6e0804 --- /dev/null +++ b/docs/node_modules/lodash/fp/padChars.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('padChars', require('../pad')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/padCharsEnd.js b/docs/node_modules/lodash/fp/padCharsEnd.js new file mode 100644 index 0000000..d4ab79a --- /dev/null +++ b/docs/node_modules/lodash/fp/padCharsEnd.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('padCharsEnd', require('../padEnd')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/padCharsStart.js b/docs/node_modules/lodash/fp/padCharsStart.js new file mode 100644 index 0000000..a08a300 --- /dev/null +++ b/docs/node_modules/lodash/fp/padCharsStart.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('padCharsStart', require('../padStart')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/padEnd.js b/docs/node_modules/lodash/fp/padEnd.js new file mode 100644 index 0000000..a8522ec --- /dev/null +++ b/docs/node_modules/lodash/fp/padEnd.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('padEnd', require('../padEnd')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/padStart.js b/docs/node_modules/lodash/fp/padStart.js new file mode 100644 index 0000000..f4ca79d --- /dev/null +++ b/docs/node_modules/lodash/fp/padStart.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('padStart', require('../padStart')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/parseInt.js b/docs/node_modules/lodash/fp/parseInt.js new file mode 100644 index 0000000..27314cc --- /dev/null +++ b/docs/node_modules/lodash/fp/parseInt.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('parseInt', require('../parseInt')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/partial.js b/docs/node_modules/lodash/fp/partial.js new file mode 100644 index 0000000..5d46015 --- /dev/null +++ b/docs/node_modules/lodash/fp/partial.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('partial', require('../partial')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/partialRight.js b/docs/node_modules/lodash/fp/partialRight.js new file mode 100644 index 0000000..7f05fed --- /dev/null +++ b/docs/node_modules/lodash/fp/partialRight.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('partialRight', require('../partialRight')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/partition.js b/docs/node_modules/lodash/fp/partition.js new file mode 100644 index 0000000..2ebcacc --- /dev/null +++ b/docs/node_modules/lodash/fp/partition.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('partition', require('../partition')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/path.js b/docs/node_modules/lodash/fp/path.js new file mode 100644 index 0000000..b29cfb2 --- /dev/null +++ b/docs/node_modules/lodash/fp/path.js @@ -0,0 +1 @@ +module.exports = require('./get'); diff --git a/docs/node_modules/lodash/fp/pathEq.js b/docs/node_modules/lodash/fp/pathEq.js new file mode 100644 index 0000000..36c027a --- /dev/null +++ b/docs/node_modules/lodash/fp/pathEq.js @@ -0,0 +1 @@ +module.exports = require('./matchesProperty'); diff --git a/docs/node_modules/lodash/fp/pathOr.js b/docs/node_modules/lodash/fp/pathOr.js new file mode 100644 index 0000000..4ab5820 --- /dev/null +++ b/docs/node_modules/lodash/fp/pathOr.js @@ -0,0 +1 @@ +module.exports = require('./getOr'); diff --git a/docs/node_modules/lodash/fp/paths.js b/docs/node_modules/lodash/fp/paths.js new file mode 100644 index 0000000..1eb7950 --- /dev/null +++ b/docs/node_modules/lodash/fp/paths.js @@ -0,0 +1 @@ +module.exports = require('./at'); diff --git a/docs/node_modules/lodash/fp/pick.js b/docs/node_modules/lodash/fp/pick.js new file mode 100644 index 0000000..197393d --- /dev/null +++ b/docs/node_modules/lodash/fp/pick.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('pick', require('../pick')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/pickAll.js b/docs/node_modules/lodash/fp/pickAll.js new file mode 100644 index 0000000..a8ecd46 --- /dev/null +++ b/docs/node_modules/lodash/fp/pickAll.js @@ -0,0 +1 @@ +module.exports = require('./pick'); diff --git a/docs/node_modules/lodash/fp/pickBy.js b/docs/node_modules/lodash/fp/pickBy.js new file mode 100644 index 0000000..d832d16 --- /dev/null +++ b/docs/node_modules/lodash/fp/pickBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('pickBy', require('../pickBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/pipe.js b/docs/node_modules/lodash/fp/pipe.js new file mode 100644 index 0000000..b2e1e2c --- /dev/null +++ b/docs/node_modules/lodash/fp/pipe.js @@ -0,0 +1 @@ +module.exports = require('./flow'); diff --git a/docs/node_modules/lodash/fp/placeholder.js b/docs/node_modules/lodash/fp/placeholder.js new file mode 100644 index 0000000..1ce1739 --- /dev/null +++ b/docs/node_modules/lodash/fp/placeholder.js @@ -0,0 +1,6 @@ +/** + * The default argument placeholder value for methods. + * + * @type {Object} + */ +module.exports = {}; diff --git a/docs/node_modules/lodash/fp/plant.js b/docs/node_modules/lodash/fp/plant.js new file mode 100644 index 0000000..eca8f32 --- /dev/null +++ b/docs/node_modules/lodash/fp/plant.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('plant', require('../plant'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/pluck.js b/docs/node_modules/lodash/fp/pluck.js new file mode 100644 index 0000000..0d1e1ab --- /dev/null +++ b/docs/node_modules/lodash/fp/pluck.js @@ -0,0 +1 @@ +module.exports = require('./map'); diff --git a/docs/node_modules/lodash/fp/prop.js b/docs/node_modules/lodash/fp/prop.js new file mode 100644 index 0000000..b29cfb2 --- /dev/null +++ b/docs/node_modules/lodash/fp/prop.js @@ -0,0 +1 @@ +module.exports = require('./get'); diff --git a/docs/node_modules/lodash/fp/propEq.js b/docs/node_modules/lodash/fp/propEq.js new file mode 100644 index 0000000..36c027a --- /dev/null +++ b/docs/node_modules/lodash/fp/propEq.js @@ -0,0 +1 @@ +module.exports = require('./matchesProperty'); diff --git a/docs/node_modules/lodash/fp/propOr.js b/docs/node_modules/lodash/fp/propOr.js new file mode 100644 index 0000000..4ab5820 --- /dev/null +++ b/docs/node_modules/lodash/fp/propOr.js @@ -0,0 +1 @@ +module.exports = require('./getOr'); diff --git a/docs/node_modules/lodash/fp/property.js b/docs/node_modules/lodash/fp/property.js new file mode 100644 index 0000000..b29cfb2 --- /dev/null +++ b/docs/node_modules/lodash/fp/property.js @@ -0,0 +1 @@ +module.exports = require('./get'); diff --git a/docs/node_modules/lodash/fp/propertyOf.js b/docs/node_modules/lodash/fp/propertyOf.js new file mode 100644 index 0000000..f6273ee --- /dev/null +++ b/docs/node_modules/lodash/fp/propertyOf.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('propertyOf', require('../get')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/props.js b/docs/node_modules/lodash/fp/props.js new file mode 100644 index 0000000..1eb7950 --- /dev/null +++ b/docs/node_modules/lodash/fp/props.js @@ -0,0 +1 @@ +module.exports = require('./at'); diff --git a/docs/node_modules/lodash/fp/pull.js b/docs/node_modules/lodash/fp/pull.js new file mode 100644 index 0000000..8d7084f --- /dev/null +++ b/docs/node_modules/lodash/fp/pull.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('pull', require('../pull')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/pullAll.js b/docs/node_modules/lodash/fp/pullAll.js new file mode 100644 index 0000000..98d5c9a --- /dev/null +++ b/docs/node_modules/lodash/fp/pullAll.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('pullAll', require('../pullAll')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/pullAllBy.js b/docs/node_modules/lodash/fp/pullAllBy.js new file mode 100644 index 0000000..876bc3b --- /dev/null +++ b/docs/node_modules/lodash/fp/pullAllBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('pullAllBy', require('../pullAllBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/pullAllWith.js b/docs/node_modules/lodash/fp/pullAllWith.js new file mode 100644 index 0000000..f71ba4d --- /dev/null +++ b/docs/node_modules/lodash/fp/pullAllWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('pullAllWith', require('../pullAllWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/pullAt.js b/docs/node_modules/lodash/fp/pullAt.js new file mode 100644 index 0000000..e8b3bb6 --- /dev/null +++ b/docs/node_modules/lodash/fp/pullAt.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('pullAt', require('../pullAt')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/random.js b/docs/node_modules/lodash/fp/random.js new file mode 100644 index 0000000..99d852e --- /dev/null +++ b/docs/node_modules/lodash/fp/random.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('random', require('../random')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/range.js b/docs/node_modules/lodash/fp/range.js new file mode 100644 index 0000000..a6bb591 --- /dev/null +++ b/docs/node_modules/lodash/fp/range.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('range', require('../range')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/rangeRight.js b/docs/node_modules/lodash/fp/rangeRight.js new file mode 100644 index 0000000..fdb712f --- /dev/null +++ b/docs/node_modules/lodash/fp/rangeRight.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('rangeRight', require('../rangeRight')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/rangeStep.js b/docs/node_modules/lodash/fp/rangeStep.js new file mode 100644 index 0000000..d72dfc2 --- /dev/null +++ b/docs/node_modules/lodash/fp/rangeStep.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('rangeStep', require('../range')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/rangeStepRight.js b/docs/node_modules/lodash/fp/rangeStepRight.js new file mode 100644 index 0000000..8b2a67b --- /dev/null +++ b/docs/node_modules/lodash/fp/rangeStepRight.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('rangeStepRight', require('../rangeRight')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/rearg.js b/docs/node_modules/lodash/fp/rearg.js new file mode 100644 index 0000000..678e02a --- /dev/null +++ b/docs/node_modules/lodash/fp/rearg.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('rearg', require('../rearg')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/reduce.js b/docs/node_modules/lodash/fp/reduce.js new file mode 100644 index 0000000..4cef0a0 --- /dev/null +++ b/docs/node_modules/lodash/fp/reduce.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('reduce', require('../reduce')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/reduceRight.js b/docs/node_modules/lodash/fp/reduceRight.js new file mode 100644 index 0000000..caf5bb5 --- /dev/null +++ b/docs/node_modules/lodash/fp/reduceRight.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('reduceRight', require('../reduceRight')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/reject.js b/docs/node_modules/lodash/fp/reject.js new file mode 100644 index 0000000..c163273 --- /dev/null +++ b/docs/node_modules/lodash/fp/reject.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('reject', require('../reject')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/remove.js b/docs/node_modules/lodash/fp/remove.js new file mode 100644 index 0000000..e9d1327 --- /dev/null +++ b/docs/node_modules/lodash/fp/remove.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('remove', require('../remove')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/repeat.js b/docs/node_modules/lodash/fp/repeat.js new file mode 100644 index 0000000..08470f2 --- /dev/null +++ b/docs/node_modules/lodash/fp/repeat.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('repeat', require('../repeat')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/replace.js b/docs/node_modules/lodash/fp/replace.js new file mode 100644 index 0000000..2227db6 --- /dev/null +++ b/docs/node_modules/lodash/fp/replace.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('replace', require('../replace')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/rest.js b/docs/node_modules/lodash/fp/rest.js new file mode 100644 index 0000000..c1f3d64 --- /dev/null +++ b/docs/node_modules/lodash/fp/rest.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('rest', require('../rest')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/restFrom.js b/docs/node_modules/lodash/fp/restFrom.js new file mode 100644 index 0000000..714e42b --- /dev/null +++ b/docs/node_modules/lodash/fp/restFrom.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('restFrom', require('../rest')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/result.js b/docs/node_modules/lodash/fp/result.js new file mode 100644 index 0000000..f86ce07 --- /dev/null +++ b/docs/node_modules/lodash/fp/result.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('result', require('../result')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/reverse.js b/docs/node_modules/lodash/fp/reverse.js new file mode 100644 index 0000000..07c9f5e --- /dev/null +++ b/docs/node_modules/lodash/fp/reverse.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('reverse', require('../reverse')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/round.js b/docs/node_modules/lodash/fp/round.js new file mode 100644 index 0000000..4c0e5c8 --- /dev/null +++ b/docs/node_modules/lodash/fp/round.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('round', require('../round')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/sample.js b/docs/node_modules/lodash/fp/sample.js new file mode 100644 index 0000000..6bea125 --- /dev/null +++ b/docs/node_modules/lodash/fp/sample.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sample', require('../sample'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/sampleSize.js b/docs/node_modules/lodash/fp/sampleSize.js new file mode 100644 index 0000000..359ed6f --- /dev/null +++ b/docs/node_modules/lodash/fp/sampleSize.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sampleSize', require('../sampleSize')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/seq.js b/docs/node_modules/lodash/fp/seq.js new file mode 100644 index 0000000..d8f42b0 --- /dev/null +++ b/docs/node_modules/lodash/fp/seq.js @@ -0,0 +1,2 @@ +var convert = require('./convert'); +module.exports = convert(require('../seq')); diff --git a/docs/node_modules/lodash/fp/set.js b/docs/node_modules/lodash/fp/set.js new file mode 100644 index 0000000..0b56a56 --- /dev/null +++ b/docs/node_modules/lodash/fp/set.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('set', require('../set')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/setWith.js b/docs/node_modules/lodash/fp/setWith.js new file mode 100644 index 0000000..0b58495 --- /dev/null +++ b/docs/node_modules/lodash/fp/setWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('setWith', require('../setWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/shuffle.js b/docs/node_modules/lodash/fp/shuffle.js new file mode 100644 index 0000000..aa3a1ca --- /dev/null +++ b/docs/node_modules/lodash/fp/shuffle.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('shuffle', require('../shuffle'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/size.js b/docs/node_modules/lodash/fp/size.js new file mode 100644 index 0000000..7490136 --- /dev/null +++ b/docs/node_modules/lodash/fp/size.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('size', require('../size'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/slice.js b/docs/node_modules/lodash/fp/slice.js new file mode 100644 index 0000000..15945d3 --- /dev/null +++ b/docs/node_modules/lodash/fp/slice.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('slice', require('../slice')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/snakeCase.js b/docs/node_modules/lodash/fp/snakeCase.js new file mode 100644 index 0000000..a0ff780 --- /dev/null +++ b/docs/node_modules/lodash/fp/snakeCase.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('snakeCase', require('../snakeCase'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/some.js b/docs/node_modules/lodash/fp/some.js new file mode 100644 index 0000000..a4fa2d0 --- /dev/null +++ b/docs/node_modules/lodash/fp/some.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('some', require('../some')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/sortBy.js b/docs/node_modules/lodash/fp/sortBy.js new file mode 100644 index 0000000..e0790ad --- /dev/null +++ b/docs/node_modules/lodash/fp/sortBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sortBy', require('../sortBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/sortedIndex.js b/docs/node_modules/lodash/fp/sortedIndex.js new file mode 100644 index 0000000..364a054 --- /dev/null +++ b/docs/node_modules/lodash/fp/sortedIndex.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sortedIndex', require('../sortedIndex')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/sortedIndexBy.js b/docs/node_modules/lodash/fp/sortedIndexBy.js new file mode 100644 index 0000000..9593dbd --- /dev/null +++ b/docs/node_modules/lodash/fp/sortedIndexBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sortedIndexBy', require('../sortedIndexBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/sortedIndexOf.js b/docs/node_modules/lodash/fp/sortedIndexOf.js new file mode 100644 index 0000000..c9084ca --- /dev/null +++ b/docs/node_modules/lodash/fp/sortedIndexOf.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sortedIndexOf', require('../sortedIndexOf')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/sortedLastIndex.js b/docs/node_modules/lodash/fp/sortedLastIndex.js new file mode 100644 index 0000000..47fe241 --- /dev/null +++ b/docs/node_modules/lodash/fp/sortedLastIndex.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sortedLastIndex', require('../sortedLastIndex')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/sortedLastIndexBy.js b/docs/node_modules/lodash/fp/sortedLastIndexBy.js new file mode 100644 index 0000000..0f9a347 --- /dev/null +++ b/docs/node_modules/lodash/fp/sortedLastIndexBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sortedLastIndexBy', require('../sortedLastIndexBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/sortedLastIndexOf.js b/docs/node_modules/lodash/fp/sortedLastIndexOf.js new file mode 100644 index 0000000..0d4d932 --- /dev/null +++ b/docs/node_modules/lodash/fp/sortedLastIndexOf.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sortedLastIndexOf', require('../sortedLastIndexOf')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/sortedUniq.js b/docs/node_modules/lodash/fp/sortedUniq.js new file mode 100644 index 0000000..882d283 --- /dev/null +++ b/docs/node_modules/lodash/fp/sortedUniq.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sortedUniq', require('../sortedUniq'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/sortedUniqBy.js b/docs/node_modules/lodash/fp/sortedUniqBy.js new file mode 100644 index 0000000..033db91 --- /dev/null +++ b/docs/node_modules/lodash/fp/sortedUniqBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sortedUniqBy', require('../sortedUniqBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/split.js b/docs/node_modules/lodash/fp/split.js new file mode 100644 index 0000000..14de1a7 --- /dev/null +++ b/docs/node_modules/lodash/fp/split.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('split', require('../split')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/spread.js b/docs/node_modules/lodash/fp/spread.js new file mode 100644 index 0000000..2d11b70 --- /dev/null +++ b/docs/node_modules/lodash/fp/spread.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('spread', require('../spread')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/spreadFrom.js b/docs/node_modules/lodash/fp/spreadFrom.js new file mode 100644 index 0000000..0b630df --- /dev/null +++ b/docs/node_modules/lodash/fp/spreadFrom.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('spreadFrom', require('../spread')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/startCase.js b/docs/node_modules/lodash/fp/startCase.js new file mode 100644 index 0000000..ada98c9 --- /dev/null +++ b/docs/node_modules/lodash/fp/startCase.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('startCase', require('../startCase'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/startsWith.js b/docs/node_modules/lodash/fp/startsWith.js new file mode 100644 index 0000000..985e2f2 --- /dev/null +++ b/docs/node_modules/lodash/fp/startsWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('startsWith', require('../startsWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/string.js b/docs/node_modules/lodash/fp/string.js new file mode 100644 index 0000000..773b037 --- /dev/null +++ b/docs/node_modules/lodash/fp/string.js @@ -0,0 +1,2 @@ +var convert = require('./convert'); +module.exports = convert(require('../string')); diff --git a/docs/node_modules/lodash/fp/stubArray.js b/docs/node_modules/lodash/fp/stubArray.js new file mode 100644 index 0000000..cd604cb --- /dev/null +++ b/docs/node_modules/lodash/fp/stubArray.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('stubArray', require('../stubArray'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/stubFalse.js b/docs/node_modules/lodash/fp/stubFalse.js new file mode 100644 index 0000000..3296664 --- /dev/null +++ b/docs/node_modules/lodash/fp/stubFalse.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('stubFalse', require('../stubFalse'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/stubObject.js b/docs/node_modules/lodash/fp/stubObject.js new file mode 100644 index 0000000..c6c8ec4 --- /dev/null +++ b/docs/node_modules/lodash/fp/stubObject.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('stubObject', require('../stubObject'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/stubString.js b/docs/node_modules/lodash/fp/stubString.js new file mode 100644 index 0000000..701051e --- /dev/null +++ b/docs/node_modules/lodash/fp/stubString.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('stubString', require('../stubString'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/stubTrue.js b/docs/node_modules/lodash/fp/stubTrue.js new file mode 100644 index 0000000..9249082 --- /dev/null +++ b/docs/node_modules/lodash/fp/stubTrue.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('stubTrue', require('../stubTrue'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/subtract.js b/docs/node_modules/lodash/fp/subtract.js new file mode 100644 index 0000000..d32b16d --- /dev/null +++ b/docs/node_modules/lodash/fp/subtract.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('subtract', require('../subtract')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/sum.js b/docs/node_modules/lodash/fp/sum.js new file mode 100644 index 0000000..5cce12b --- /dev/null +++ b/docs/node_modules/lodash/fp/sum.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sum', require('../sum'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/sumBy.js b/docs/node_modules/lodash/fp/sumBy.js new file mode 100644 index 0000000..c882656 --- /dev/null +++ b/docs/node_modules/lodash/fp/sumBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('sumBy', require('../sumBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/symmetricDifference.js b/docs/node_modules/lodash/fp/symmetricDifference.js new file mode 100644 index 0000000..78c16ad --- /dev/null +++ b/docs/node_modules/lodash/fp/symmetricDifference.js @@ -0,0 +1 @@ +module.exports = require('./xor'); diff --git a/docs/node_modules/lodash/fp/symmetricDifferenceBy.js b/docs/node_modules/lodash/fp/symmetricDifferenceBy.js new file mode 100644 index 0000000..298fc7f --- /dev/null +++ b/docs/node_modules/lodash/fp/symmetricDifferenceBy.js @@ -0,0 +1 @@ +module.exports = require('./xorBy'); diff --git a/docs/node_modules/lodash/fp/symmetricDifferenceWith.js b/docs/node_modules/lodash/fp/symmetricDifferenceWith.js new file mode 100644 index 0000000..70bc6fa --- /dev/null +++ b/docs/node_modules/lodash/fp/symmetricDifferenceWith.js @@ -0,0 +1 @@ +module.exports = require('./xorWith'); diff --git a/docs/node_modules/lodash/fp/tail.js b/docs/node_modules/lodash/fp/tail.js new file mode 100644 index 0000000..f122f0a --- /dev/null +++ b/docs/node_modules/lodash/fp/tail.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('tail', require('../tail'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/take.js b/docs/node_modules/lodash/fp/take.js new file mode 100644 index 0000000..9af98a7 --- /dev/null +++ b/docs/node_modules/lodash/fp/take.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('take', require('../take')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/takeLast.js b/docs/node_modules/lodash/fp/takeLast.js new file mode 100644 index 0000000..e98c84a --- /dev/null +++ b/docs/node_modules/lodash/fp/takeLast.js @@ -0,0 +1 @@ +module.exports = require('./takeRight'); diff --git a/docs/node_modules/lodash/fp/takeLastWhile.js b/docs/node_modules/lodash/fp/takeLastWhile.js new file mode 100644 index 0000000..5367968 --- /dev/null +++ b/docs/node_modules/lodash/fp/takeLastWhile.js @@ -0,0 +1 @@ +module.exports = require('./takeRightWhile'); diff --git a/docs/node_modules/lodash/fp/takeRight.js b/docs/node_modules/lodash/fp/takeRight.js new file mode 100644 index 0000000..b82950a --- /dev/null +++ b/docs/node_modules/lodash/fp/takeRight.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('takeRight', require('../takeRight')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/takeRightWhile.js b/docs/node_modules/lodash/fp/takeRightWhile.js new file mode 100644 index 0000000..8ffb0a2 --- /dev/null +++ b/docs/node_modules/lodash/fp/takeRightWhile.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('takeRightWhile', require('../takeRightWhile')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/takeWhile.js b/docs/node_modules/lodash/fp/takeWhile.js new file mode 100644 index 0000000..2813664 --- /dev/null +++ b/docs/node_modules/lodash/fp/takeWhile.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('takeWhile', require('../takeWhile')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/tap.js b/docs/node_modules/lodash/fp/tap.js new file mode 100644 index 0000000..d33ad6e --- /dev/null +++ b/docs/node_modules/lodash/fp/tap.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('tap', require('../tap')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/template.js b/docs/node_modules/lodash/fp/template.js new file mode 100644 index 0000000..74857e1 --- /dev/null +++ b/docs/node_modules/lodash/fp/template.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('template', require('../template')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/templateSettings.js b/docs/node_modules/lodash/fp/templateSettings.js new file mode 100644 index 0000000..7bcc0a8 --- /dev/null +++ b/docs/node_modules/lodash/fp/templateSettings.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('templateSettings', require('../templateSettings'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/throttle.js b/docs/node_modules/lodash/fp/throttle.js new file mode 100644 index 0000000..77fff14 --- /dev/null +++ b/docs/node_modules/lodash/fp/throttle.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('throttle', require('../throttle')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/thru.js b/docs/node_modules/lodash/fp/thru.js new file mode 100644 index 0000000..d42b3b1 --- /dev/null +++ b/docs/node_modules/lodash/fp/thru.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('thru', require('../thru')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/times.js b/docs/node_modules/lodash/fp/times.js new file mode 100644 index 0000000..0dab06d --- /dev/null +++ b/docs/node_modules/lodash/fp/times.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('times', require('../times')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/toArray.js b/docs/node_modules/lodash/fp/toArray.js new file mode 100644 index 0000000..f0c360a --- /dev/null +++ b/docs/node_modules/lodash/fp/toArray.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toArray', require('../toArray'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/toFinite.js b/docs/node_modules/lodash/fp/toFinite.js new file mode 100644 index 0000000..3a47687 --- /dev/null +++ b/docs/node_modules/lodash/fp/toFinite.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toFinite', require('../toFinite'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/toInteger.js b/docs/node_modules/lodash/fp/toInteger.js new file mode 100644 index 0000000..e0af6a7 --- /dev/null +++ b/docs/node_modules/lodash/fp/toInteger.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toInteger', require('../toInteger'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/toIterator.js b/docs/node_modules/lodash/fp/toIterator.js new file mode 100644 index 0000000..65e6baa --- /dev/null +++ b/docs/node_modules/lodash/fp/toIterator.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toIterator', require('../toIterator'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/toJSON.js b/docs/node_modules/lodash/fp/toJSON.js new file mode 100644 index 0000000..2d718d0 --- /dev/null +++ b/docs/node_modules/lodash/fp/toJSON.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toJSON', require('../toJSON'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/toLength.js b/docs/node_modules/lodash/fp/toLength.js new file mode 100644 index 0000000..b97cdd9 --- /dev/null +++ b/docs/node_modules/lodash/fp/toLength.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toLength', require('../toLength'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/toLower.js b/docs/node_modules/lodash/fp/toLower.js new file mode 100644 index 0000000..616ef36 --- /dev/null +++ b/docs/node_modules/lodash/fp/toLower.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toLower', require('../toLower'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/toNumber.js b/docs/node_modules/lodash/fp/toNumber.js new file mode 100644 index 0000000..d0c6f4d --- /dev/null +++ b/docs/node_modules/lodash/fp/toNumber.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toNumber', require('../toNumber'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/toPairs.js b/docs/node_modules/lodash/fp/toPairs.js new file mode 100644 index 0000000..af78378 --- /dev/null +++ b/docs/node_modules/lodash/fp/toPairs.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toPairs', require('../toPairs'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/toPairsIn.js b/docs/node_modules/lodash/fp/toPairsIn.js new file mode 100644 index 0000000..66504ab --- /dev/null +++ b/docs/node_modules/lodash/fp/toPairsIn.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toPairsIn', require('../toPairsIn'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/toPath.js b/docs/node_modules/lodash/fp/toPath.js new file mode 100644 index 0000000..b4d5e50 --- /dev/null +++ b/docs/node_modules/lodash/fp/toPath.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toPath', require('../toPath'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/toPlainObject.js b/docs/node_modules/lodash/fp/toPlainObject.js new file mode 100644 index 0000000..278bb86 --- /dev/null +++ b/docs/node_modules/lodash/fp/toPlainObject.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toPlainObject', require('../toPlainObject'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/toSafeInteger.js b/docs/node_modules/lodash/fp/toSafeInteger.js new file mode 100644 index 0000000..367a26f --- /dev/null +++ b/docs/node_modules/lodash/fp/toSafeInteger.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toSafeInteger', require('../toSafeInteger'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/toString.js b/docs/node_modules/lodash/fp/toString.js new file mode 100644 index 0000000..cec4f8e --- /dev/null +++ b/docs/node_modules/lodash/fp/toString.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toString', require('../toString'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/toUpper.js b/docs/node_modules/lodash/fp/toUpper.js new file mode 100644 index 0000000..54f9a56 --- /dev/null +++ b/docs/node_modules/lodash/fp/toUpper.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('toUpper', require('../toUpper'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/transform.js b/docs/node_modules/lodash/fp/transform.js new file mode 100644 index 0000000..759d088 --- /dev/null +++ b/docs/node_modules/lodash/fp/transform.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('transform', require('../transform')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/trim.js b/docs/node_modules/lodash/fp/trim.js new file mode 100644 index 0000000..e6319a7 --- /dev/null +++ b/docs/node_modules/lodash/fp/trim.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('trim', require('../trim')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/trimChars.js b/docs/node_modules/lodash/fp/trimChars.js new file mode 100644 index 0000000..c9294de --- /dev/null +++ b/docs/node_modules/lodash/fp/trimChars.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('trimChars', require('../trim')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/trimCharsEnd.js b/docs/node_modules/lodash/fp/trimCharsEnd.js new file mode 100644 index 0000000..284bc2f --- /dev/null +++ b/docs/node_modules/lodash/fp/trimCharsEnd.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('trimCharsEnd', require('../trimEnd')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/trimCharsStart.js b/docs/node_modules/lodash/fp/trimCharsStart.js new file mode 100644 index 0000000..ff0ee65 --- /dev/null +++ b/docs/node_modules/lodash/fp/trimCharsStart.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('trimCharsStart', require('../trimStart')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/trimEnd.js b/docs/node_modules/lodash/fp/trimEnd.js new file mode 100644 index 0000000..7190880 --- /dev/null +++ b/docs/node_modules/lodash/fp/trimEnd.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('trimEnd', require('../trimEnd')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/trimStart.js b/docs/node_modules/lodash/fp/trimStart.js new file mode 100644 index 0000000..fda902c --- /dev/null +++ b/docs/node_modules/lodash/fp/trimStart.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('trimStart', require('../trimStart')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/truncate.js b/docs/node_modules/lodash/fp/truncate.js new file mode 100644 index 0000000..d265c1d --- /dev/null +++ b/docs/node_modules/lodash/fp/truncate.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('truncate', require('../truncate')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/unapply.js b/docs/node_modules/lodash/fp/unapply.js new file mode 100644 index 0000000..c5dfe77 --- /dev/null +++ b/docs/node_modules/lodash/fp/unapply.js @@ -0,0 +1 @@ +module.exports = require('./rest'); diff --git a/docs/node_modules/lodash/fp/unary.js b/docs/node_modules/lodash/fp/unary.js new file mode 100644 index 0000000..286c945 --- /dev/null +++ b/docs/node_modules/lodash/fp/unary.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('unary', require('../unary'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/unescape.js b/docs/node_modules/lodash/fp/unescape.js new file mode 100644 index 0000000..fddcb46 --- /dev/null +++ b/docs/node_modules/lodash/fp/unescape.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('unescape', require('../unescape'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/union.js b/docs/node_modules/lodash/fp/union.js new file mode 100644 index 0000000..ef8228d --- /dev/null +++ b/docs/node_modules/lodash/fp/union.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('union', require('../union')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/unionBy.js b/docs/node_modules/lodash/fp/unionBy.js new file mode 100644 index 0000000..603687a --- /dev/null +++ b/docs/node_modules/lodash/fp/unionBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('unionBy', require('../unionBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/unionWith.js b/docs/node_modules/lodash/fp/unionWith.js new file mode 100644 index 0000000..65bb3a7 --- /dev/null +++ b/docs/node_modules/lodash/fp/unionWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('unionWith', require('../unionWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/uniq.js b/docs/node_modules/lodash/fp/uniq.js new file mode 100644 index 0000000..bc18524 --- /dev/null +++ b/docs/node_modules/lodash/fp/uniq.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('uniq', require('../uniq'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/uniqBy.js b/docs/node_modules/lodash/fp/uniqBy.js new file mode 100644 index 0000000..634c6a8 --- /dev/null +++ b/docs/node_modules/lodash/fp/uniqBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('uniqBy', require('../uniqBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/uniqWith.js b/docs/node_modules/lodash/fp/uniqWith.js new file mode 100644 index 0000000..0ec601a --- /dev/null +++ b/docs/node_modules/lodash/fp/uniqWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('uniqWith', require('../uniqWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/uniqueId.js b/docs/node_modules/lodash/fp/uniqueId.js new file mode 100644 index 0000000..aa8fc2f --- /dev/null +++ b/docs/node_modules/lodash/fp/uniqueId.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('uniqueId', require('../uniqueId')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/unnest.js b/docs/node_modules/lodash/fp/unnest.js new file mode 100644 index 0000000..5d34060 --- /dev/null +++ b/docs/node_modules/lodash/fp/unnest.js @@ -0,0 +1 @@ +module.exports = require('./flatten'); diff --git a/docs/node_modules/lodash/fp/unset.js b/docs/node_modules/lodash/fp/unset.js new file mode 100644 index 0000000..ea203a0 --- /dev/null +++ b/docs/node_modules/lodash/fp/unset.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('unset', require('../unset')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/unzip.js b/docs/node_modules/lodash/fp/unzip.js new file mode 100644 index 0000000..cc364b3 --- /dev/null +++ b/docs/node_modules/lodash/fp/unzip.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('unzip', require('../unzip'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/unzipWith.js b/docs/node_modules/lodash/fp/unzipWith.js new file mode 100644 index 0000000..182eaa1 --- /dev/null +++ b/docs/node_modules/lodash/fp/unzipWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('unzipWith', require('../unzipWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/update.js b/docs/node_modules/lodash/fp/update.js new file mode 100644 index 0000000..b8ce2cc --- /dev/null +++ b/docs/node_modules/lodash/fp/update.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('update', require('../update')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/updateWith.js b/docs/node_modules/lodash/fp/updateWith.js new file mode 100644 index 0000000..d5e8282 --- /dev/null +++ b/docs/node_modules/lodash/fp/updateWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('updateWith', require('../updateWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/upperCase.js b/docs/node_modules/lodash/fp/upperCase.js new file mode 100644 index 0000000..c886f20 --- /dev/null +++ b/docs/node_modules/lodash/fp/upperCase.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('upperCase', require('../upperCase'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/upperFirst.js b/docs/node_modules/lodash/fp/upperFirst.js new file mode 100644 index 0000000..d8c04df --- /dev/null +++ b/docs/node_modules/lodash/fp/upperFirst.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('upperFirst', require('../upperFirst'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/useWith.js b/docs/node_modules/lodash/fp/useWith.js new file mode 100644 index 0000000..d8b3df5 --- /dev/null +++ b/docs/node_modules/lodash/fp/useWith.js @@ -0,0 +1 @@ +module.exports = require('./overArgs'); diff --git a/docs/node_modules/lodash/fp/util.js b/docs/node_modules/lodash/fp/util.js new file mode 100644 index 0000000..18c00ba --- /dev/null +++ b/docs/node_modules/lodash/fp/util.js @@ -0,0 +1,2 @@ +var convert = require('./convert'); +module.exports = convert(require('../util')); diff --git a/docs/node_modules/lodash/fp/value.js b/docs/node_modules/lodash/fp/value.js new file mode 100644 index 0000000..555eec7 --- /dev/null +++ b/docs/node_modules/lodash/fp/value.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('value', require('../value'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/valueOf.js b/docs/node_modules/lodash/fp/valueOf.js new file mode 100644 index 0000000..f968807 --- /dev/null +++ b/docs/node_modules/lodash/fp/valueOf.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('valueOf', require('../valueOf'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/values.js b/docs/node_modules/lodash/fp/values.js new file mode 100644 index 0000000..2dfc561 --- /dev/null +++ b/docs/node_modules/lodash/fp/values.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('values', require('../values'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/valuesIn.js b/docs/node_modules/lodash/fp/valuesIn.js new file mode 100644 index 0000000..a1b2bb8 --- /dev/null +++ b/docs/node_modules/lodash/fp/valuesIn.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('valuesIn', require('../valuesIn'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/where.js b/docs/node_modules/lodash/fp/where.js new file mode 100644 index 0000000..3247f64 --- /dev/null +++ b/docs/node_modules/lodash/fp/where.js @@ -0,0 +1 @@ +module.exports = require('./conformsTo'); diff --git a/docs/node_modules/lodash/fp/whereEq.js b/docs/node_modules/lodash/fp/whereEq.js new file mode 100644 index 0000000..29d1e1e --- /dev/null +++ b/docs/node_modules/lodash/fp/whereEq.js @@ -0,0 +1 @@ +module.exports = require('./isMatch'); diff --git a/docs/node_modules/lodash/fp/without.js b/docs/node_modules/lodash/fp/without.js new file mode 100644 index 0000000..bad9e12 --- /dev/null +++ b/docs/node_modules/lodash/fp/without.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('without', require('../without')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/words.js b/docs/node_modules/lodash/fp/words.js new file mode 100644 index 0000000..4a90141 --- /dev/null +++ b/docs/node_modules/lodash/fp/words.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('words', require('../words')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/wrap.js b/docs/node_modules/lodash/fp/wrap.js new file mode 100644 index 0000000..e93bd8a --- /dev/null +++ b/docs/node_modules/lodash/fp/wrap.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('wrap', require('../wrap')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/wrapperAt.js b/docs/node_modules/lodash/fp/wrapperAt.js new file mode 100644 index 0000000..8f0a310 --- /dev/null +++ b/docs/node_modules/lodash/fp/wrapperAt.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('wrapperAt', require('../wrapperAt'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/wrapperChain.js b/docs/node_modules/lodash/fp/wrapperChain.js new file mode 100644 index 0000000..2a48ea2 --- /dev/null +++ b/docs/node_modules/lodash/fp/wrapperChain.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('wrapperChain', require('../wrapperChain'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/wrapperLodash.js b/docs/node_modules/lodash/fp/wrapperLodash.js new file mode 100644 index 0000000..a7162d0 --- /dev/null +++ b/docs/node_modules/lodash/fp/wrapperLodash.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('wrapperLodash', require('../wrapperLodash'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/wrapperReverse.js b/docs/node_modules/lodash/fp/wrapperReverse.js new file mode 100644 index 0000000..e1481aa --- /dev/null +++ b/docs/node_modules/lodash/fp/wrapperReverse.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('wrapperReverse', require('../wrapperReverse'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/wrapperValue.js b/docs/node_modules/lodash/fp/wrapperValue.js new file mode 100644 index 0000000..8eb9112 --- /dev/null +++ b/docs/node_modules/lodash/fp/wrapperValue.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('wrapperValue', require('../wrapperValue'), require('./_falseOptions')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/xor.js b/docs/node_modules/lodash/fp/xor.js new file mode 100644 index 0000000..29e2819 --- /dev/null +++ b/docs/node_modules/lodash/fp/xor.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('xor', require('../xor')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/xorBy.js b/docs/node_modules/lodash/fp/xorBy.js new file mode 100644 index 0000000..b355686 --- /dev/null +++ b/docs/node_modules/lodash/fp/xorBy.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('xorBy', require('../xorBy')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/xorWith.js b/docs/node_modules/lodash/fp/xorWith.js new file mode 100644 index 0000000..8e05739 --- /dev/null +++ b/docs/node_modules/lodash/fp/xorWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('xorWith', require('../xorWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/zip.js b/docs/node_modules/lodash/fp/zip.js new file mode 100644 index 0000000..69e147a --- /dev/null +++ b/docs/node_modules/lodash/fp/zip.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('zip', require('../zip')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/zipAll.js b/docs/node_modules/lodash/fp/zipAll.js new file mode 100644 index 0000000..efa8ccb --- /dev/null +++ b/docs/node_modules/lodash/fp/zipAll.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('zipAll', require('../zip')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/zipObj.js b/docs/node_modules/lodash/fp/zipObj.js new file mode 100644 index 0000000..f4a3453 --- /dev/null +++ b/docs/node_modules/lodash/fp/zipObj.js @@ -0,0 +1 @@ +module.exports = require('./zipObject'); diff --git a/docs/node_modules/lodash/fp/zipObject.js b/docs/node_modules/lodash/fp/zipObject.js new file mode 100644 index 0000000..462dbb6 --- /dev/null +++ b/docs/node_modules/lodash/fp/zipObject.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('zipObject', require('../zipObject')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/zipObjectDeep.js b/docs/node_modules/lodash/fp/zipObjectDeep.js new file mode 100644 index 0000000..53a5d33 --- /dev/null +++ b/docs/node_modules/lodash/fp/zipObjectDeep.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('zipObjectDeep', require('../zipObjectDeep')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fp/zipWith.js b/docs/node_modules/lodash/fp/zipWith.js new file mode 100644 index 0000000..c5cf9e2 --- /dev/null +++ b/docs/node_modules/lodash/fp/zipWith.js @@ -0,0 +1,5 @@ +var convert = require('./convert'), + func = convert('zipWith', require('../zipWith')); + +func.placeholder = require('./placeholder'); +module.exports = func; diff --git a/docs/node_modules/lodash/fromPairs.js b/docs/node_modules/lodash/fromPairs.js new file mode 100644 index 0000000..ee7940d --- /dev/null +++ b/docs/node_modules/lodash/fromPairs.js @@ -0,0 +1,28 @@ +/** + * The inverse of `_.toPairs`; this method returns an object composed + * from key-value `pairs`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} pairs The key-value pairs. + * @returns {Object} Returns the new object. + * @example + * + * _.fromPairs([['a', 1], ['b', 2]]); + * // => { 'a': 1, 'b': 2 } + */ +function fromPairs(pairs) { + var index = -1, + length = pairs == null ? 0 : pairs.length, + result = {}; + + while (++index < length) { + var pair = pairs[index]; + result[pair[0]] = pair[1]; + } + return result; +} + +module.exports = fromPairs; diff --git a/docs/node_modules/lodash/function.js b/docs/node_modules/lodash/function.js new file mode 100644 index 0000000..b0fc6d9 --- /dev/null +++ b/docs/node_modules/lodash/function.js @@ -0,0 +1,25 @@ +module.exports = { + 'after': require('./after'), + 'ary': require('./ary'), + 'before': require('./before'), + 'bind': require('./bind'), + 'bindKey': require('./bindKey'), + 'curry': require('./curry'), + 'curryRight': require('./curryRight'), + 'debounce': require('./debounce'), + 'defer': require('./defer'), + 'delay': require('./delay'), + 'flip': require('./flip'), + 'memoize': require('./memoize'), + 'negate': require('./negate'), + 'once': require('./once'), + 'overArgs': require('./overArgs'), + 'partial': require('./partial'), + 'partialRight': require('./partialRight'), + 'rearg': require('./rearg'), + 'rest': require('./rest'), + 'spread': require('./spread'), + 'throttle': require('./throttle'), + 'unary': require('./unary'), + 'wrap': require('./wrap') +}; diff --git a/docs/node_modules/lodash/functions.js b/docs/node_modules/lodash/functions.js new file mode 100644 index 0000000..9722928 --- /dev/null +++ b/docs/node_modules/lodash/functions.js @@ -0,0 +1,31 @@ +var baseFunctions = require('./_baseFunctions'), + keys = require('./keys'); + +/** + * Creates an array of function property names from own enumerable properties + * of `object`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to inspect. + * @returns {Array} Returns the function names. + * @see _.functionsIn + * @example + * + * function Foo() { + * this.a = _.constant('a'); + * this.b = _.constant('b'); + * } + * + * Foo.prototype.c = _.constant('c'); + * + * _.functions(new Foo); + * // => ['a', 'b'] + */ +function functions(object) { + return object == null ? [] : baseFunctions(object, keys(object)); +} + +module.exports = functions; diff --git a/docs/node_modules/lodash/functionsIn.js b/docs/node_modules/lodash/functionsIn.js new file mode 100644 index 0000000..f00345d --- /dev/null +++ b/docs/node_modules/lodash/functionsIn.js @@ -0,0 +1,31 @@ +var baseFunctions = require('./_baseFunctions'), + keysIn = require('./keysIn'); + +/** + * Creates an array of function property names from own and inherited + * enumerable properties of `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The object to inspect. + * @returns {Array} Returns the function names. + * @see _.functions + * @example + * + * function Foo() { + * this.a = _.constant('a'); + * this.b = _.constant('b'); + * } + * + * Foo.prototype.c = _.constant('c'); + * + * _.functionsIn(new Foo); + * // => ['a', 'b', 'c'] + */ +function functionsIn(object) { + return object == null ? [] : baseFunctions(object, keysIn(object)); +} + +module.exports = functionsIn; diff --git a/docs/node_modules/lodash/get.js b/docs/node_modules/lodash/get.js new file mode 100644 index 0000000..8805ff9 --- /dev/null +++ b/docs/node_modules/lodash/get.js @@ -0,0 +1,33 @@ +var baseGet = require('./_baseGet'); + +/** + * Gets the value at `path` of `object`. If the resolved value is + * `undefined`, the `defaultValue` is returned in its place. + * + * @static + * @memberOf _ + * @since 3.7.0 + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path of the property to get. + * @param {*} [defaultValue] The value returned for `undefined` resolved values. + * @returns {*} Returns the resolved value. + * @example + * + * var object = { 'a': [{ 'b': { 'c': 3 } }] }; + * + * _.get(object, 'a[0].b.c'); + * // => 3 + * + * _.get(object, ['a', '0', 'b', 'c']); + * // => 3 + * + * _.get(object, 'a.b.c', 'default'); + * // => 'default' + */ +function get(object, path, defaultValue) { + var result = object == null ? undefined : baseGet(object, path); + return result === undefined ? defaultValue : result; +} + +module.exports = get; diff --git a/docs/node_modules/lodash/groupBy.js b/docs/node_modules/lodash/groupBy.js new file mode 100644 index 0000000..babf4f6 --- /dev/null +++ b/docs/node_modules/lodash/groupBy.js @@ -0,0 +1,41 @@ +var baseAssignValue = require('./_baseAssignValue'), + createAggregator = require('./_createAggregator'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * Creates an object composed of keys generated from the results of running + * each element of `collection` thru `iteratee`. The order of grouped values + * is determined by the order they occur in `collection`. The corresponding + * value of each key is an array of elements responsible for generating the + * key. The iteratee is invoked with one argument: (value). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The iteratee to transform keys. + * @returns {Object} Returns the composed aggregate object. + * @example + * + * _.groupBy([6.1, 4.2, 6.3], Math.floor); + * // => { '4': [4.2], '6': [6.1, 6.3] } + * + * // The `_.property` iteratee shorthand. + * _.groupBy(['one', 'two', 'three'], 'length'); + * // => { '3': ['one', 'two'], '5': ['three'] } + */ +var groupBy = createAggregator(function(result, value, key) { + if (hasOwnProperty.call(result, key)) { + result[key].push(value); + } else { + baseAssignValue(result, key, [value]); + } +}); + +module.exports = groupBy; diff --git a/docs/node_modules/lodash/gt.js b/docs/node_modules/lodash/gt.js new file mode 100644 index 0000000..3a66282 --- /dev/null +++ b/docs/node_modules/lodash/gt.js @@ -0,0 +1,29 @@ +var baseGt = require('./_baseGt'), + createRelationalOperation = require('./_createRelationalOperation'); + +/** + * Checks if `value` is greater than `other`. + * + * @static + * @memberOf _ + * @since 3.9.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is greater than `other`, + * else `false`. + * @see _.lt + * @example + * + * _.gt(3, 1); + * // => true + * + * _.gt(3, 3); + * // => false + * + * _.gt(1, 3); + * // => false + */ +var gt = createRelationalOperation(baseGt); + +module.exports = gt; diff --git a/docs/node_modules/lodash/gte.js b/docs/node_modules/lodash/gte.js new file mode 100644 index 0000000..4180a68 --- /dev/null +++ b/docs/node_modules/lodash/gte.js @@ -0,0 +1,30 @@ +var createRelationalOperation = require('./_createRelationalOperation'); + +/** + * Checks if `value` is greater than or equal to `other`. + * + * @static + * @memberOf _ + * @since 3.9.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is greater than or equal to + * `other`, else `false`. + * @see _.lte + * @example + * + * _.gte(3, 1); + * // => true + * + * _.gte(3, 3); + * // => true + * + * _.gte(1, 3); + * // => false + */ +var gte = createRelationalOperation(function(value, other) { + return value >= other; +}); + +module.exports = gte; diff --git a/docs/node_modules/lodash/has.js b/docs/node_modules/lodash/has.js new file mode 100644 index 0000000..34df55e --- /dev/null +++ b/docs/node_modules/lodash/has.js @@ -0,0 +1,35 @@ +var baseHas = require('./_baseHas'), + hasPath = require('./_hasPath'); + +/** + * Checks if `path` is a direct property of `object`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path to check. + * @returns {boolean} Returns `true` if `path` exists, else `false`. + * @example + * + * var object = { 'a': { 'b': 2 } }; + * var other = _.create({ 'a': _.create({ 'b': 2 }) }); + * + * _.has(object, 'a'); + * // => true + * + * _.has(object, 'a.b'); + * // => true + * + * _.has(object, ['a', 'b']); + * // => true + * + * _.has(other, 'a'); + * // => false + */ +function has(object, path) { + return object != null && hasPath(object, path, baseHas); +} + +module.exports = has; diff --git a/docs/node_modules/lodash/hasIn.js b/docs/node_modules/lodash/hasIn.js new file mode 100644 index 0000000..06a3686 --- /dev/null +++ b/docs/node_modules/lodash/hasIn.js @@ -0,0 +1,34 @@ +var baseHasIn = require('./_baseHasIn'), + hasPath = require('./_hasPath'); + +/** + * Checks if `path` is a direct or inherited property of `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path to check. + * @returns {boolean} Returns `true` if `path` exists, else `false`. + * @example + * + * var object = _.create({ 'a': _.create({ 'b': 2 }) }); + * + * _.hasIn(object, 'a'); + * // => true + * + * _.hasIn(object, 'a.b'); + * // => true + * + * _.hasIn(object, ['a', 'b']); + * // => true + * + * _.hasIn(object, 'b'); + * // => false + */ +function hasIn(object, path) { + return object != null && hasPath(object, path, baseHasIn); +} + +module.exports = hasIn; diff --git a/docs/node_modules/lodash/head.js b/docs/node_modules/lodash/head.js new file mode 100644 index 0000000..dee9d1f --- /dev/null +++ b/docs/node_modules/lodash/head.js @@ -0,0 +1,23 @@ +/** + * Gets the first element of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @alias first + * @category Array + * @param {Array} array The array to query. + * @returns {*} Returns the first element of `array`. + * @example + * + * _.head([1, 2, 3]); + * // => 1 + * + * _.head([]); + * // => undefined + */ +function head(array) { + return (array && array.length) ? array[0] : undefined; +} + +module.exports = head; diff --git a/docs/node_modules/lodash/identity.js b/docs/node_modules/lodash/identity.js new file mode 100644 index 0000000..2d5d963 --- /dev/null +++ b/docs/node_modules/lodash/identity.js @@ -0,0 +1,21 @@ +/** + * This method returns the first argument it receives. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Util + * @param {*} value Any value. + * @returns {*} Returns `value`. + * @example + * + * var object = { 'a': 1 }; + * + * console.log(_.identity(object) === object); + * // => true + */ +function identity(value) { + return value; +} + +module.exports = identity; diff --git a/docs/node_modules/lodash/inRange.js b/docs/node_modules/lodash/inRange.js new file mode 100644 index 0000000..f20728d --- /dev/null +++ b/docs/node_modules/lodash/inRange.js @@ -0,0 +1,55 @@ +var baseInRange = require('./_baseInRange'), + toFinite = require('./toFinite'), + toNumber = require('./toNumber'); + +/** + * Checks if `n` is between `start` and up to, but not including, `end`. If + * `end` is not specified, it's set to `start` with `start` then set to `0`. + * If `start` is greater than `end` the params are swapped to support + * negative ranges. + * + * @static + * @memberOf _ + * @since 3.3.0 + * @category Number + * @param {number} number The number to check. + * @param {number} [start=0] The start of the range. + * @param {number} end The end of the range. + * @returns {boolean} Returns `true` if `number` is in the range, else `false`. + * @see _.range, _.rangeRight + * @example + * + * _.inRange(3, 2, 4); + * // => true + * + * _.inRange(4, 8); + * // => true + * + * _.inRange(4, 2); + * // => false + * + * _.inRange(2, 2); + * // => false + * + * _.inRange(1.2, 2); + * // => true + * + * _.inRange(5.2, 4); + * // => false + * + * _.inRange(-3, -2, -6); + * // => true + */ +function inRange(number, start, end) { + start = toFinite(start); + if (end === undefined) { + end = start; + start = 0; + } else { + end = toFinite(end); + } + number = toNumber(number); + return baseInRange(number, start, end); +} + +module.exports = inRange; diff --git a/docs/node_modules/lodash/includes.js b/docs/node_modules/lodash/includes.js new file mode 100644 index 0000000..ae0deed --- /dev/null +++ b/docs/node_modules/lodash/includes.js @@ -0,0 +1,53 @@ +var baseIndexOf = require('./_baseIndexOf'), + isArrayLike = require('./isArrayLike'), + isString = require('./isString'), + toInteger = require('./toInteger'), + values = require('./values'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMax = Math.max; + +/** + * Checks if `value` is in `collection`. If `collection` is a string, it's + * checked for a substring of `value`, otherwise + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * is used for equality comparisons. If `fromIndex` is negative, it's used as + * the offset from the end of `collection`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object|string} collection The collection to inspect. + * @param {*} value The value to search for. + * @param {number} [fromIndex=0] The index to search from. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.reduce`. + * @returns {boolean} Returns `true` if `value` is found, else `false`. + * @example + * + * _.includes([1, 2, 3], 1); + * // => true + * + * _.includes([1, 2, 3], 1, 2); + * // => false + * + * _.includes({ 'a': 1, 'b': 2 }, 1); + * // => true + * + * _.includes('abcd', 'bc'); + * // => true + */ +function includes(collection, value, fromIndex, guard) { + collection = isArrayLike(collection) ? collection : values(collection); + fromIndex = (fromIndex && !guard) ? toInteger(fromIndex) : 0; + + var length = collection.length; + if (fromIndex < 0) { + fromIndex = nativeMax(length + fromIndex, 0); + } + return isString(collection) + ? (fromIndex <= length && collection.indexOf(value, fromIndex) > -1) + : (!!length && baseIndexOf(collection, value, fromIndex) > -1); +} + +module.exports = includes; diff --git a/docs/node_modules/lodash/index.js b/docs/node_modules/lodash/index.js new file mode 100644 index 0000000..5d063e2 --- /dev/null +++ b/docs/node_modules/lodash/index.js @@ -0,0 +1 @@ +module.exports = require('./lodash'); \ No newline at end of file diff --git a/docs/node_modules/lodash/indexOf.js b/docs/node_modules/lodash/indexOf.js new file mode 100644 index 0000000..3c644af --- /dev/null +++ b/docs/node_modules/lodash/indexOf.js @@ -0,0 +1,42 @@ +var baseIndexOf = require('./_baseIndexOf'), + toInteger = require('./toInteger'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMax = Math.max; + +/** + * Gets the index at which the first occurrence of `value` is found in `array` + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. If `fromIndex` is negative, it's used as the + * offset from the end of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} [fromIndex=0] The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + * @example + * + * _.indexOf([1, 2, 1, 2], 2); + * // => 1 + * + * // Search from the `fromIndex`. + * _.indexOf([1, 2, 1, 2], 2, 2); + * // => 3 + */ +function indexOf(array, value, fromIndex) { + var length = array == null ? 0 : array.length; + if (!length) { + return -1; + } + var index = fromIndex == null ? 0 : toInteger(fromIndex); + if (index < 0) { + index = nativeMax(length + index, 0); + } + return baseIndexOf(array, value, index); +} + +module.exports = indexOf; diff --git a/docs/node_modules/lodash/initial.js b/docs/node_modules/lodash/initial.js new file mode 100644 index 0000000..f47fc50 --- /dev/null +++ b/docs/node_modules/lodash/initial.js @@ -0,0 +1,22 @@ +var baseSlice = require('./_baseSlice'); + +/** + * Gets all but the last element of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to query. + * @returns {Array} Returns the slice of `array`. + * @example + * + * _.initial([1, 2, 3]); + * // => [1, 2] + */ +function initial(array) { + var length = array == null ? 0 : array.length; + return length ? baseSlice(array, 0, -1) : []; +} + +module.exports = initial; diff --git a/docs/node_modules/lodash/intersection.js b/docs/node_modules/lodash/intersection.js new file mode 100644 index 0000000..a94c135 --- /dev/null +++ b/docs/node_modules/lodash/intersection.js @@ -0,0 +1,30 @@ +var arrayMap = require('./_arrayMap'), + baseIntersection = require('./_baseIntersection'), + baseRest = require('./_baseRest'), + castArrayLikeObject = require('./_castArrayLikeObject'); + +/** + * Creates an array of unique values that are included in all given arrays + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. The order and references of result values are + * determined by the first array. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @returns {Array} Returns the new array of intersecting values. + * @example + * + * _.intersection([2, 1], [2, 3]); + * // => [2] + */ +var intersection = baseRest(function(arrays) { + var mapped = arrayMap(arrays, castArrayLikeObject); + return (mapped.length && mapped[0] === arrays[0]) + ? baseIntersection(mapped) + : []; +}); + +module.exports = intersection; diff --git a/docs/node_modules/lodash/intersectionBy.js b/docs/node_modules/lodash/intersectionBy.js new file mode 100644 index 0000000..31461aa --- /dev/null +++ b/docs/node_modules/lodash/intersectionBy.js @@ -0,0 +1,45 @@ +var arrayMap = require('./_arrayMap'), + baseIntersection = require('./_baseIntersection'), + baseIteratee = require('./_baseIteratee'), + baseRest = require('./_baseRest'), + castArrayLikeObject = require('./_castArrayLikeObject'), + last = require('./last'); + +/** + * This method is like `_.intersection` except that it accepts `iteratee` + * which is invoked for each element of each `arrays` to generate the criterion + * by which they're compared. The order and references of result values are + * determined by the first array. The iteratee is invoked with one argument: + * (value). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Array} Returns the new array of intersecting values. + * @example + * + * _.intersectionBy([2.1, 1.2], [2.3, 3.4], Math.floor); + * // => [2.1] + * + * // The `_.property` iteratee shorthand. + * _.intersectionBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x'); + * // => [{ 'x': 1 }] + */ +var intersectionBy = baseRest(function(arrays) { + var iteratee = last(arrays), + mapped = arrayMap(arrays, castArrayLikeObject); + + if (iteratee === last(mapped)) { + iteratee = undefined; + } else { + mapped.pop(); + } + return (mapped.length && mapped[0] === arrays[0]) + ? baseIntersection(mapped, baseIteratee(iteratee, 2)) + : []; +}); + +module.exports = intersectionBy; diff --git a/docs/node_modules/lodash/intersectionWith.js b/docs/node_modules/lodash/intersectionWith.js new file mode 100644 index 0000000..63cabfa --- /dev/null +++ b/docs/node_modules/lodash/intersectionWith.js @@ -0,0 +1,41 @@ +var arrayMap = require('./_arrayMap'), + baseIntersection = require('./_baseIntersection'), + baseRest = require('./_baseRest'), + castArrayLikeObject = require('./_castArrayLikeObject'), + last = require('./last'); + +/** + * This method is like `_.intersection` except that it accepts `comparator` + * which is invoked to compare elements of `arrays`. The order and references + * of result values are determined by the first array. The comparator is + * invoked with two arguments: (arrVal, othVal). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of intersecting values. + * @example + * + * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]; + * var others = [{ 'x': 1, 'y': 1 }, { 'x': 1, 'y': 2 }]; + * + * _.intersectionWith(objects, others, _.isEqual); + * // => [{ 'x': 1, 'y': 2 }] + */ +var intersectionWith = baseRest(function(arrays) { + var comparator = last(arrays), + mapped = arrayMap(arrays, castArrayLikeObject); + + comparator = typeof comparator == 'function' ? comparator : undefined; + if (comparator) { + mapped.pop(); + } + return (mapped.length && mapped[0] === arrays[0]) + ? baseIntersection(mapped, undefined, comparator) + : []; +}); + +module.exports = intersectionWith; diff --git a/docs/node_modules/lodash/invert.js b/docs/node_modules/lodash/invert.js new file mode 100644 index 0000000..8c47950 --- /dev/null +++ b/docs/node_modules/lodash/invert.js @@ -0,0 +1,42 @@ +var constant = require('./constant'), + createInverter = require('./_createInverter'), + identity = require('./identity'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** + * Used to resolve the + * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) + * of values. + */ +var nativeObjectToString = objectProto.toString; + +/** + * Creates an object composed of the inverted keys and values of `object`. + * If `object` contains duplicate values, subsequent values overwrite + * property assignments of previous values. + * + * @static + * @memberOf _ + * @since 0.7.0 + * @category Object + * @param {Object} object The object to invert. + * @returns {Object} Returns the new inverted object. + * @example + * + * var object = { 'a': 1, 'b': 2, 'c': 1 }; + * + * _.invert(object); + * // => { '1': 'c', '2': 'b' } + */ +var invert = createInverter(function(result, value, key) { + if (value != null && + typeof value.toString != 'function') { + value = nativeObjectToString.call(value); + } + + result[value] = key; +}, constant(identity)); + +module.exports = invert; diff --git a/docs/node_modules/lodash/invertBy.js b/docs/node_modules/lodash/invertBy.js new file mode 100644 index 0000000..3f4f7e5 --- /dev/null +++ b/docs/node_modules/lodash/invertBy.js @@ -0,0 +1,56 @@ +var baseIteratee = require('./_baseIteratee'), + createInverter = require('./_createInverter'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * Used to resolve the + * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) + * of values. + */ +var nativeObjectToString = objectProto.toString; + +/** + * This method is like `_.invert` except that the inverted object is generated + * from the results of running each element of `object` thru `iteratee`. The + * corresponding inverted value of each inverted key is an array of keys + * responsible for generating the inverted value. The iteratee is invoked + * with one argument: (value). + * + * @static + * @memberOf _ + * @since 4.1.0 + * @category Object + * @param {Object} object The object to invert. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Object} Returns the new inverted object. + * @example + * + * var object = { 'a': 1, 'b': 2, 'c': 1 }; + * + * _.invertBy(object); + * // => { '1': ['a', 'c'], '2': ['b'] } + * + * _.invertBy(object, function(value) { + * return 'group' + value; + * }); + * // => { 'group1': ['a', 'c'], 'group2': ['b'] } + */ +var invertBy = createInverter(function(result, value, key) { + if (value != null && + typeof value.toString != 'function') { + value = nativeObjectToString.call(value); + } + + if (hasOwnProperty.call(result, value)) { + result[value].push(key); + } else { + result[value] = [key]; + } +}, baseIteratee); + +module.exports = invertBy; diff --git a/docs/node_modules/lodash/invoke.js b/docs/node_modules/lodash/invoke.js new file mode 100644 index 0000000..97d51eb --- /dev/null +++ b/docs/node_modules/lodash/invoke.js @@ -0,0 +1,24 @@ +var baseInvoke = require('./_baseInvoke'), + baseRest = require('./_baseRest'); + +/** + * Invokes the method at `path` of `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path of the method to invoke. + * @param {...*} [args] The arguments to invoke the method with. + * @returns {*} Returns the result of the invoked method. + * @example + * + * var object = { 'a': [{ 'b': { 'c': [1, 2, 3, 4] } }] }; + * + * _.invoke(object, 'a[0].b.c.slice', 1, 3); + * // => [2, 3] + */ +var invoke = baseRest(baseInvoke); + +module.exports = invoke; diff --git a/docs/node_modules/lodash/invokeMap.js b/docs/node_modules/lodash/invokeMap.js new file mode 100644 index 0000000..8da5126 --- /dev/null +++ b/docs/node_modules/lodash/invokeMap.js @@ -0,0 +1,41 @@ +var apply = require('./_apply'), + baseEach = require('./_baseEach'), + baseInvoke = require('./_baseInvoke'), + baseRest = require('./_baseRest'), + isArrayLike = require('./isArrayLike'); + +/** + * Invokes the method at `path` of each element in `collection`, returning + * an array of the results of each invoked method. Any additional arguments + * are provided to each invoked method. If `path` is a function, it's invoked + * for, and `this` bound to, each element in `collection`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Array|Function|string} path The path of the method to invoke or + * the function invoked per iteration. + * @param {...*} [args] The arguments to invoke each method with. + * @returns {Array} Returns the array of results. + * @example + * + * _.invokeMap([[5, 1, 7], [3, 2, 1]], 'sort'); + * // => [[1, 5, 7], [1, 2, 3]] + * + * _.invokeMap([123, 456], String.prototype.split, ''); + * // => [['1', '2', '3'], ['4', '5', '6']] + */ +var invokeMap = baseRest(function(collection, path, args) { + var index = -1, + isFunc = typeof path == 'function', + result = isArrayLike(collection) ? Array(collection.length) : []; + + baseEach(collection, function(value) { + result[++index] = isFunc ? apply(path, value, args) : baseInvoke(value, path, args); + }); + return result; +}); + +module.exports = invokeMap; diff --git a/docs/node_modules/lodash/isArguments.js b/docs/node_modules/lodash/isArguments.js new file mode 100644 index 0000000..8b9ed66 --- /dev/null +++ b/docs/node_modules/lodash/isArguments.js @@ -0,0 +1,36 @@ +var baseIsArguments = require('./_baseIsArguments'), + isObjectLike = require('./isObjectLike'); + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** Built-in value references. */ +var propertyIsEnumerable = objectProto.propertyIsEnumerable; + +/** + * Checks if `value` is likely an `arguments` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an `arguments` object, + * else `false`. + * @example + * + * _.isArguments(function() { return arguments; }()); + * // => true + * + * _.isArguments([1, 2, 3]); + * // => false + */ +var isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) { + return isObjectLike(value) && hasOwnProperty.call(value, 'callee') && + !propertyIsEnumerable.call(value, 'callee'); +}; + +module.exports = isArguments; diff --git a/docs/node_modules/lodash/isArray.js b/docs/node_modules/lodash/isArray.js new file mode 100644 index 0000000..88ab55f --- /dev/null +++ b/docs/node_modules/lodash/isArray.js @@ -0,0 +1,26 @@ +/** + * Checks if `value` is classified as an `Array` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an array, else `false`. + * @example + * + * _.isArray([1, 2, 3]); + * // => true + * + * _.isArray(document.body.children); + * // => false + * + * _.isArray('abc'); + * // => false + * + * _.isArray(_.noop); + * // => false + */ +var isArray = Array.isArray; + +module.exports = isArray; diff --git a/docs/node_modules/lodash/isArrayBuffer.js b/docs/node_modules/lodash/isArrayBuffer.js new file mode 100644 index 0000000..12904a6 --- /dev/null +++ b/docs/node_modules/lodash/isArrayBuffer.js @@ -0,0 +1,27 @@ +var baseIsArrayBuffer = require('./_baseIsArrayBuffer'), + baseUnary = require('./_baseUnary'), + nodeUtil = require('./_nodeUtil'); + +/* Node.js helper references. */ +var nodeIsArrayBuffer = nodeUtil && nodeUtil.isArrayBuffer; + +/** + * Checks if `value` is classified as an `ArrayBuffer` object. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an array buffer, else `false`. + * @example + * + * _.isArrayBuffer(new ArrayBuffer(2)); + * // => true + * + * _.isArrayBuffer(new Array(2)); + * // => false + */ +var isArrayBuffer = nodeIsArrayBuffer ? baseUnary(nodeIsArrayBuffer) : baseIsArrayBuffer; + +module.exports = isArrayBuffer; diff --git a/docs/node_modules/lodash/isArrayLike.js b/docs/node_modules/lodash/isArrayLike.js new file mode 100644 index 0000000..0f96680 --- /dev/null +++ b/docs/node_modules/lodash/isArrayLike.js @@ -0,0 +1,33 @@ +var isFunction = require('./isFunction'), + isLength = require('./isLength'); + +/** + * Checks if `value` is array-like. A value is considered array-like if it's + * not a function and has a `value.length` that's an integer greater than or + * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is array-like, else `false`. + * @example + * + * _.isArrayLike([1, 2, 3]); + * // => true + * + * _.isArrayLike(document.body.children); + * // => true + * + * _.isArrayLike('abc'); + * // => true + * + * _.isArrayLike(_.noop); + * // => false + */ +function isArrayLike(value) { + return value != null && isLength(value.length) && !isFunction(value); +} + +module.exports = isArrayLike; diff --git a/docs/node_modules/lodash/isArrayLikeObject.js b/docs/node_modules/lodash/isArrayLikeObject.js new file mode 100644 index 0000000..6c4812a --- /dev/null +++ b/docs/node_modules/lodash/isArrayLikeObject.js @@ -0,0 +1,33 @@ +var isArrayLike = require('./isArrayLike'), + isObjectLike = require('./isObjectLike'); + +/** + * This method is like `_.isArrayLike` except that it also checks if `value` + * is an object. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an array-like object, + * else `false`. + * @example + * + * _.isArrayLikeObject([1, 2, 3]); + * // => true + * + * _.isArrayLikeObject(document.body.children); + * // => true + * + * _.isArrayLikeObject('abc'); + * // => false + * + * _.isArrayLikeObject(_.noop); + * // => false + */ +function isArrayLikeObject(value) { + return isObjectLike(value) && isArrayLike(value); +} + +module.exports = isArrayLikeObject; diff --git a/docs/node_modules/lodash/isBoolean.js b/docs/node_modules/lodash/isBoolean.js new file mode 100644 index 0000000..a43ed4b --- /dev/null +++ b/docs/node_modules/lodash/isBoolean.js @@ -0,0 +1,29 @@ +var baseGetTag = require('./_baseGetTag'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var boolTag = '[object Boolean]'; + +/** + * Checks if `value` is classified as a boolean primitive or object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a boolean, else `false`. + * @example + * + * _.isBoolean(false); + * // => true + * + * _.isBoolean(null); + * // => false + */ +function isBoolean(value) { + return value === true || value === false || + (isObjectLike(value) && baseGetTag(value) == boolTag); +} + +module.exports = isBoolean; diff --git a/docs/node_modules/lodash/isBuffer.js b/docs/node_modules/lodash/isBuffer.js new file mode 100644 index 0000000..c103cc7 --- /dev/null +++ b/docs/node_modules/lodash/isBuffer.js @@ -0,0 +1,38 @@ +var root = require('./_root'), + stubFalse = require('./stubFalse'); + +/** Detect free variable `exports`. */ +var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; + +/** Detect free variable `module`. */ +var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; + +/** Detect the popular CommonJS extension `module.exports`. */ +var moduleExports = freeModule && freeModule.exports === freeExports; + +/** Built-in value references. */ +var Buffer = moduleExports ? root.Buffer : undefined; + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined; + +/** + * Checks if `value` is a buffer. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a buffer, else `false`. + * @example + * + * _.isBuffer(new Buffer(2)); + * // => true + * + * _.isBuffer(new Uint8Array(2)); + * // => false + */ +var isBuffer = nativeIsBuffer || stubFalse; + +module.exports = isBuffer; diff --git a/docs/node_modules/lodash/isDate.js b/docs/node_modules/lodash/isDate.js new file mode 100644 index 0000000..7f0209f --- /dev/null +++ b/docs/node_modules/lodash/isDate.js @@ -0,0 +1,27 @@ +var baseIsDate = require('./_baseIsDate'), + baseUnary = require('./_baseUnary'), + nodeUtil = require('./_nodeUtil'); + +/* Node.js helper references. */ +var nodeIsDate = nodeUtil && nodeUtil.isDate; + +/** + * Checks if `value` is classified as a `Date` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a date object, else `false`. + * @example + * + * _.isDate(new Date); + * // => true + * + * _.isDate('Mon April 23 2012'); + * // => false + */ +var isDate = nodeIsDate ? baseUnary(nodeIsDate) : baseIsDate; + +module.exports = isDate; diff --git a/docs/node_modules/lodash/isElement.js b/docs/node_modules/lodash/isElement.js new file mode 100644 index 0000000..76ae29c --- /dev/null +++ b/docs/node_modules/lodash/isElement.js @@ -0,0 +1,25 @@ +var isObjectLike = require('./isObjectLike'), + isPlainObject = require('./isPlainObject'); + +/** + * Checks if `value` is likely a DOM element. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a DOM element, else `false`. + * @example + * + * _.isElement(document.body); + * // => true + * + * _.isElement(''); + * // => false + */ +function isElement(value) { + return isObjectLike(value) && value.nodeType === 1 && !isPlainObject(value); +} + +module.exports = isElement; diff --git a/docs/node_modules/lodash/isEmpty.js b/docs/node_modules/lodash/isEmpty.js new file mode 100644 index 0000000..3597294 --- /dev/null +++ b/docs/node_modules/lodash/isEmpty.js @@ -0,0 +1,77 @@ +var baseKeys = require('./_baseKeys'), + getTag = require('./_getTag'), + isArguments = require('./isArguments'), + isArray = require('./isArray'), + isArrayLike = require('./isArrayLike'), + isBuffer = require('./isBuffer'), + isPrototype = require('./_isPrototype'), + isTypedArray = require('./isTypedArray'); + +/** `Object#toString` result references. */ +var mapTag = '[object Map]', + setTag = '[object Set]'; + +/** Used for built-in method references. */ +var objectProto = Object.prototype; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** + * Checks if `value` is an empty object, collection, map, or set. + * + * Objects are considered empty if they have no own enumerable string keyed + * properties. + * + * Array-like values such as `arguments` objects, arrays, buffers, strings, or + * jQuery-like collections are considered empty if they have a `length` of `0`. + * Similarly, maps and sets are considered empty if they have a `size` of `0`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is empty, else `false`. + * @example + * + * _.isEmpty(null); + * // => true + * + * _.isEmpty(true); + * // => true + * + * _.isEmpty(1); + * // => true + * + * _.isEmpty([1, 2, 3]); + * // => false + * + * _.isEmpty({ 'a': 1 }); + * // => false + */ +function isEmpty(value) { + if (value == null) { + return true; + } + if (isArrayLike(value) && + (isArray(value) || typeof value == 'string' || typeof value.splice == 'function' || + isBuffer(value) || isTypedArray(value) || isArguments(value))) { + return !value.length; + } + var tag = getTag(value); + if (tag == mapTag || tag == setTag) { + return !value.size; + } + if (isPrototype(value)) { + return !baseKeys(value).length; + } + for (var key in value) { + if (hasOwnProperty.call(value, key)) { + return false; + } + } + return true; +} + +module.exports = isEmpty; diff --git a/docs/node_modules/lodash/isEqual.js b/docs/node_modules/lodash/isEqual.js new file mode 100644 index 0000000..5e23e76 --- /dev/null +++ b/docs/node_modules/lodash/isEqual.js @@ -0,0 +1,35 @@ +var baseIsEqual = require('./_baseIsEqual'); + +/** + * Performs a deep comparison between two values to determine if they are + * equivalent. + * + * **Note:** This method supports comparing arrays, array buffers, booleans, + * date objects, error objects, maps, numbers, `Object` objects, regexes, + * sets, strings, symbols, and typed arrays. `Object` objects are compared + * by their own, not inherited, enumerable properties. Functions and DOM + * nodes are compared by strict equality, i.e. `===`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + * @example + * + * var object = { 'a': 1 }; + * var other = { 'a': 1 }; + * + * _.isEqual(object, other); + * // => true + * + * object === other; + * // => false + */ +function isEqual(value, other) { + return baseIsEqual(value, other); +} + +module.exports = isEqual; diff --git a/docs/node_modules/lodash/isEqualWith.js b/docs/node_modules/lodash/isEqualWith.js new file mode 100644 index 0000000..21bdc7f --- /dev/null +++ b/docs/node_modules/lodash/isEqualWith.js @@ -0,0 +1,41 @@ +var baseIsEqual = require('./_baseIsEqual'); + +/** + * This method is like `_.isEqual` except that it accepts `customizer` which + * is invoked to compare values. If `customizer` returns `undefined`, comparisons + * are handled by the method instead. The `customizer` is invoked with up to + * six arguments: (objValue, othValue [, index|key, object, other, stack]). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @param {Function} [customizer] The function to customize comparisons. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + * @example + * + * function isGreeting(value) { + * return /^h(?:i|ello)$/.test(value); + * } + * + * function customizer(objValue, othValue) { + * if (isGreeting(objValue) && isGreeting(othValue)) { + * return true; + * } + * } + * + * var array = ['hello', 'goodbye']; + * var other = ['hi', 'goodbye']; + * + * _.isEqualWith(array, other, customizer); + * // => true + */ +function isEqualWith(value, other, customizer) { + customizer = typeof customizer == 'function' ? customizer : undefined; + var result = customizer ? customizer(value, other) : undefined; + return result === undefined ? baseIsEqual(value, other, undefined, customizer) : !!result; +} + +module.exports = isEqualWith; diff --git a/docs/node_modules/lodash/isError.js b/docs/node_modules/lodash/isError.js new file mode 100644 index 0000000..b4f41e0 --- /dev/null +++ b/docs/node_modules/lodash/isError.js @@ -0,0 +1,36 @@ +var baseGetTag = require('./_baseGetTag'), + isObjectLike = require('./isObjectLike'), + isPlainObject = require('./isPlainObject'); + +/** `Object#toString` result references. */ +var domExcTag = '[object DOMException]', + errorTag = '[object Error]'; + +/** + * Checks if `value` is an `Error`, `EvalError`, `RangeError`, `ReferenceError`, + * `SyntaxError`, `TypeError`, or `URIError` object. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an error object, else `false`. + * @example + * + * _.isError(new Error); + * // => true + * + * _.isError(Error); + * // => false + */ +function isError(value) { + if (!isObjectLike(value)) { + return false; + } + var tag = baseGetTag(value); + return tag == errorTag || tag == domExcTag || + (typeof value.message == 'string' && typeof value.name == 'string' && !isPlainObject(value)); +} + +module.exports = isError; diff --git a/docs/node_modules/lodash/isFinite.js b/docs/node_modules/lodash/isFinite.js new file mode 100644 index 0000000..601842b --- /dev/null +++ b/docs/node_modules/lodash/isFinite.js @@ -0,0 +1,36 @@ +var root = require('./_root'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeIsFinite = root.isFinite; + +/** + * Checks if `value` is a finite primitive number. + * + * **Note:** This method is based on + * [`Number.isFinite`](https://mdn.io/Number/isFinite). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a finite number, else `false`. + * @example + * + * _.isFinite(3); + * // => true + * + * _.isFinite(Number.MIN_VALUE); + * // => true + * + * _.isFinite(Infinity); + * // => false + * + * _.isFinite('3'); + * // => false + */ +function isFinite(value) { + return typeof value == 'number' && nativeIsFinite(value); +} + +module.exports = isFinite; diff --git a/docs/node_modules/lodash/isFunction.js b/docs/node_modules/lodash/isFunction.js new file mode 100644 index 0000000..907a8cd --- /dev/null +++ b/docs/node_modules/lodash/isFunction.js @@ -0,0 +1,37 @@ +var baseGetTag = require('./_baseGetTag'), + isObject = require('./isObject'); + +/** `Object#toString` result references. */ +var asyncTag = '[object AsyncFunction]', + funcTag = '[object Function]', + genTag = '[object GeneratorFunction]', + proxyTag = '[object Proxy]'; + +/** + * Checks if `value` is classified as a `Function` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a function, else `false`. + * @example + * + * _.isFunction(_); + * // => true + * + * _.isFunction(/abc/); + * // => false + */ +function isFunction(value) { + if (!isObject(value)) { + return false; + } + // The use of `Object#toString` avoids issues with the `typeof` operator + // in Safari 9 which returns 'object' for typed arrays and other constructors. + var tag = baseGetTag(value); + return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag; +} + +module.exports = isFunction; diff --git a/docs/node_modules/lodash/isInteger.js b/docs/node_modules/lodash/isInteger.js new file mode 100644 index 0000000..66aa87d --- /dev/null +++ b/docs/node_modules/lodash/isInteger.js @@ -0,0 +1,33 @@ +var toInteger = require('./toInteger'); + +/** + * Checks if `value` is an integer. + * + * **Note:** This method is based on + * [`Number.isInteger`](https://mdn.io/Number/isInteger). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an integer, else `false`. + * @example + * + * _.isInteger(3); + * // => true + * + * _.isInteger(Number.MIN_VALUE); + * // => false + * + * _.isInteger(Infinity); + * // => false + * + * _.isInteger('3'); + * // => false + */ +function isInteger(value) { + return typeof value == 'number' && value == toInteger(value); +} + +module.exports = isInteger; diff --git a/docs/node_modules/lodash/isLength.js b/docs/node_modules/lodash/isLength.js new file mode 100644 index 0000000..3a95caa --- /dev/null +++ b/docs/node_modules/lodash/isLength.js @@ -0,0 +1,35 @@ +/** Used as references for various `Number` constants. */ +var MAX_SAFE_INTEGER = 9007199254740991; + +/** + * Checks if `value` is a valid array-like length. + * + * **Note:** This method is loosely based on + * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a valid length, else `false`. + * @example + * + * _.isLength(3); + * // => true + * + * _.isLength(Number.MIN_VALUE); + * // => false + * + * _.isLength(Infinity); + * // => false + * + * _.isLength('3'); + * // => false + */ +function isLength(value) { + return typeof value == 'number' && + value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER; +} + +module.exports = isLength; diff --git a/docs/node_modules/lodash/isMap.js b/docs/node_modules/lodash/isMap.js new file mode 100644 index 0000000..44f8517 --- /dev/null +++ b/docs/node_modules/lodash/isMap.js @@ -0,0 +1,27 @@ +var baseIsMap = require('./_baseIsMap'), + baseUnary = require('./_baseUnary'), + nodeUtil = require('./_nodeUtil'); + +/* Node.js helper references. */ +var nodeIsMap = nodeUtil && nodeUtil.isMap; + +/** + * Checks if `value` is classified as a `Map` object. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a map, else `false`. + * @example + * + * _.isMap(new Map); + * // => true + * + * _.isMap(new WeakMap); + * // => false + */ +var isMap = nodeIsMap ? baseUnary(nodeIsMap) : baseIsMap; + +module.exports = isMap; diff --git a/docs/node_modules/lodash/isMatch.js b/docs/node_modules/lodash/isMatch.js new file mode 100644 index 0000000..9773a18 --- /dev/null +++ b/docs/node_modules/lodash/isMatch.js @@ -0,0 +1,36 @@ +var baseIsMatch = require('./_baseIsMatch'), + getMatchData = require('./_getMatchData'); + +/** + * Performs a partial deep comparison between `object` and `source` to + * determine if `object` contains equivalent property values. + * + * **Note:** This method is equivalent to `_.matches` when `source` is + * partially applied. + * + * Partial comparisons will match empty array and empty object `source` + * values against any array or object value, respectively. See `_.isEqual` + * for a list of supported value comparisons. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Lang + * @param {Object} object The object to inspect. + * @param {Object} source The object of property values to match. + * @returns {boolean} Returns `true` if `object` is a match, else `false`. + * @example + * + * var object = { 'a': 1, 'b': 2 }; + * + * _.isMatch(object, { 'b': 2 }); + * // => true + * + * _.isMatch(object, { 'b': 1 }); + * // => false + */ +function isMatch(object, source) { + return object === source || baseIsMatch(object, source, getMatchData(source)); +} + +module.exports = isMatch; diff --git a/docs/node_modules/lodash/isMatchWith.js b/docs/node_modules/lodash/isMatchWith.js new file mode 100644 index 0000000..187b6a6 --- /dev/null +++ b/docs/node_modules/lodash/isMatchWith.js @@ -0,0 +1,41 @@ +var baseIsMatch = require('./_baseIsMatch'), + getMatchData = require('./_getMatchData'); + +/** + * This method is like `_.isMatch` except that it accepts `customizer` which + * is invoked to compare values. If `customizer` returns `undefined`, comparisons + * are handled by the method instead. The `customizer` is invoked with five + * arguments: (objValue, srcValue, index|key, object, source). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {Object} object The object to inspect. + * @param {Object} source The object of property values to match. + * @param {Function} [customizer] The function to customize comparisons. + * @returns {boolean} Returns `true` if `object` is a match, else `false`. + * @example + * + * function isGreeting(value) { + * return /^h(?:i|ello)$/.test(value); + * } + * + * function customizer(objValue, srcValue) { + * if (isGreeting(objValue) && isGreeting(srcValue)) { + * return true; + * } + * } + * + * var object = { 'greeting': 'hello' }; + * var source = { 'greeting': 'hi' }; + * + * _.isMatchWith(object, source, customizer); + * // => true + */ +function isMatchWith(object, source, customizer) { + customizer = typeof customizer == 'function' ? customizer : undefined; + return baseIsMatch(object, source, getMatchData(source), customizer); +} + +module.exports = isMatchWith; diff --git a/docs/node_modules/lodash/isNaN.js b/docs/node_modules/lodash/isNaN.js new file mode 100644 index 0000000..7d0d783 --- /dev/null +++ b/docs/node_modules/lodash/isNaN.js @@ -0,0 +1,38 @@ +var isNumber = require('./isNumber'); + +/** + * Checks if `value` is `NaN`. + * + * **Note:** This method is based on + * [`Number.isNaN`](https://mdn.io/Number/isNaN) and is not the same as + * global [`isNaN`](https://mdn.io/isNaN) which returns `true` for + * `undefined` and other non-number values. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`. + * @example + * + * _.isNaN(NaN); + * // => true + * + * _.isNaN(new Number(NaN)); + * // => true + * + * isNaN(undefined); + * // => true + * + * _.isNaN(undefined); + * // => false + */ +function isNaN(value) { + // An `NaN` primitive is the only value that is not equal to itself. + // Perform the `toStringTag` check first to avoid errors with some + // ActiveX objects in IE. + return isNumber(value) && value != +value; +} + +module.exports = isNaN; diff --git a/docs/node_modules/lodash/isNative.js b/docs/node_modules/lodash/isNative.js new file mode 100644 index 0000000..f0cb8d5 --- /dev/null +++ b/docs/node_modules/lodash/isNative.js @@ -0,0 +1,40 @@ +var baseIsNative = require('./_baseIsNative'), + isMaskable = require('./_isMaskable'); + +/** Error message constants. */ +var CORE_ERROR_TEXT = 'Unsupported core-js use. Try https://npms.io/search?q=ponyfill.'; + +/** + * Checks if `value` is a pristine native function. + * + * **Note:** This method can't reliably detect native functions in the presence + * of the core-js package because core-js circumvents this kind of detection. + * Despite multiple requests, the core-js maintainer has made it clear: any + * attempt to fix the detection will be obstructed. As a result, we're left + * with little choice but to throw an error. Unfortunately, this also affects + * packages, like [babel-polyfill](https://www.npmjs.com/package/babel-polyfill), + * which rely on core-js. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a native function, + * else `false`. + * @example + * + * _.isNative(Array.prototype.push); + * // => true + * + * _.isNative(_); + * // => false + */ +function isNative(value) { + if (isMaskable(value)) { + throw new Error(CORE_ERROR_TEXT); + } + return baseIsNative(value); +} + +module.exports = isNative; diff --git a/docs/node_modules/lodash/isNil.js b/docs/node_modules/lodash/isNil.js new file mode 100644 index 0000000..79f0505 --- /dev/null +++ b/docs/node_modules/lodash/isNil.js @@ -0,0 +1,25 @@ +/** + * Checks if `value` is `null` or `undefined`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is nullish, else `false`. + * @example + * + * _.isNil(null); + * // => true + * + * _.isNil(void 0); + * // => true + * + * _.isNil(NaN); + * // => false + */ +function isNil(value) { + return value == null; +} + +module.exports = isNil; diff --git a/docs/node_modules/lodash/isNull.js b/docs/node_modules/lodash/isNull.js new file mode 100644 index 0000000..c0a374d --- /dev/null +++ b/docs/node_modules/lodash/isNull.js @@ -0,0 +1,22 @@ +/** + * Checks if `value` is `null`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `null`, else `false`. + * @example + * + * _.isNull(null); + * // => true + * + * _.isNull(void 0); + * // => false + */ +function isNull(value) { + return value === null; +} + +module.exports = isNull; diff --git a/docs/node_modules/lodash/isNumber.js b/docs/node_modules/lodash/isNumber.js new file mode 100644 index 0000000..cd34ee4 --- /dev/null +++ b/docs/node_modules/lodash/isNumber.js @@ -0,0 +1,38 @@ +var baseGetTag = require('./_baseGetTag'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var numberTag = '[object Number]'; + +/** + * Checks if `value` is classified as a `Number` primitive or object. + * + * **Note:** To exclude `Infinity`, `-Infinity`, and `NaN`, which are + * classified as numbers, use the `_.isFinite` method. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a number, else `false`. + * @example + * + * _.isNumber(3); + * // => true + * + * _.isNumber(Number.MIN_VALUE); + * // => true + * + * _.isNumber(Infinity); + * // => true + * + * _.isNumber('3'); + * // => false + */ +function isNumber(value) { + return typeof value == 'number' || + (isObjectLike(value) && baseGetTag(value) == numberTag); +} + +module.exports = isNumber; diff --git a/docs/node_modules/lodash/isObject.js b/docs/node_modules/lodash/isObject.js new file mode 100644 index 0000000..1dc8939 --- /dev/null +++ b/docs/node_modules/lodash/isObject.js @@ -0,0 +1,31 @@ +/** + * Checks if `value` is the + * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) + * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`) + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an object, else `false`. + * @example + * + * _.isObject({}); + * // => true + * + * _.isObject([1, 2, 3]); + * // => true + * + * _.isObject(_.noop); + * // => true + * + * _.isObject(null); + * // => false + */ +function isObject(value) { + var type = typeof value; + return value != null && (type == 'object' || type == 'function'); +} + +module.exports = isObject; diff --git a/docs/node_modules/lodash/isObjectLike.js b/docs/node_modules/lodash/isObjectLike.js new file mode 100644 index 0000000..301716b --- /dev/null +++ b/docs/node_modules/lodash/isObjectLike.js @@ -0,0 +1,29 @@ +/** + * Checks if `value` is object-like. A value is object-like if it's not `null` + * and has a `typeof` result of "object". + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is object-like, else `false`. + * @example + * + * _.isObjectLike({}); + * // => true + * + * _.isObjectLike([1, 2, 3]); + * // => true + * + * _.isObjectLike(_.noop); + * // => false + * + * _.isObjectLike(null); + * // => false + */ +function isObjectLike(value) { + return value != null && typeof value == 'object'; +} + +module.exports = isObjectLike; diff --git a/docs/node_modules/lodash/isPlainObject.js b/docs/node_modules/lodash/isPlainObject.js new file mode 100644 index 0000000..2387373 --- /dev/null +++ b/docs/node_modules/lodash/isPlainObject.js @@ -0,0 +1,62 @@ +var baseGetTag = require('./_baseGetTag'), + getPrototype = require('./_getPrototype'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var objectTag = '[object Object]'; + +/** Used for built-in method references. */ +var funcProto = Function.prototype, + objectProto = Object.prototype; + +/** Used to resolve the decompiled source of functions. */ +var funcToString = funcProto.toString; + +/** Used to check objects for own properties. */ +var hasOwnProperty = objectProto.hasOwnProperty; + +/** Used to infer the `Object` constructor. */ +var objectCtorString = funcToString.call(Object); + +/** + * Checks if `value` is a plain object, that is, an object created by the + * `Object` constructor or one with a `[[Prototype]]` of `null`. + * + * @static + * @memberOf _ + * @since 0.8.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a plain object, else `false`. + * @example + * + * function Foo() { + * this.a = 1; + * } + * + * _.isPlainObject(new Foo); + * // => false + * + * _.isPlainObject([1, 2, 3]); + * // => false + * + * _.isPlainObject({ 'x': 0, 'y': 0 }); + * // => true + * + * _.isPlainObject(Object.create(null)); + * // => true + */ +function isPlainObject(value) { + if (!isObjectLike(value) || baseGetTag(value) != objectTag) { + return false; + } + var proto = getPrototype(value); + if (proto === null) { + return true; + } + var Ctor = hasOwnProperty.call(proto, 'constructor') && proto.constructor; + return typeof Ctor == 'function' && Ctor instanceof Ctor && + funcToString.call(Ctor) == objectCtorString; +} + +module.exports = isPlainObject; diff --git a/docs/node_modules/lodash/isRegExp.js b/docs/node_modules/lodash/isRegExp.js new file mode 100644 index 0000000..76c9b6e --- /dev/null +++ b/docs/node_modules/lodash/isRegExp.js @@ -0,0 +1,27 @@ +var baseIsRegExp = require('./_baseIsRegExp'), + baseUnary = require('./_baseUnary'), + nodeUtil = require('./_nodeUtil'); + +/* Node.js helper references. */ +var nodeIsRegExp = nodeUtil && nodeUtil.isRegExp; + +/** + * Checks if `value` is classified as a `RegExp` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a regexp, else `false`. + * @example + * + * _.isRegExp(/abc/); + * // => true + * + * _.isRegExp('/abc/'); + * // => false + */ +var isRegExp = nodeIsRegExp ? baseUnary(nodeIsRegExp) : baseIsRegExp; + +module.exports = isRegExp; diff --git a/docs/node_modules/lodash/isSafeInteger.js b/docs/node_modules/lodash/isSafeInteger.js new file mode 100644 index 0000000..2a48526 --- /dev/null +++ b/docs/node_modules/lodash/isSafeInteger.js @@ -0,0 +1,37 @@ +var isInteger = require('./isInteger'); + +/** Used as references for various `Number` constants. */ +var MAX_SAFE_INTEGER = 9007199254740991; + +/** + * Checks if `value` is a safe integer. An integer is safe if it's an IEEE-754 + * double precision number which isn't the result of a rounded unsafe integer. + * + * **Note:** This method is based on + * [`Number.isSafeInteger`](https://mdn.io/Number/isSafeInteger). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a safe integer, else `false`. + * @example + * + * _.isSafeInteger(3); + * // => true + * + * _.isSafeInteger(Number.MIN_VALUE); + * // => false + * + * _.isSafeInteger(Infinity); + * // => false + * + * _.isSafeInteger('3'); + * // => false + */ +function isSafeInteger(value) { + return isInteger(value) && value >= -MAX_SAFE_INTEGER && value <= MAX_SAFE_INTEGER; +} + +module.exports = isSafeInteger; diff --git a/docs/node_modules/lodash/isSet.js b/docs/node_modules/lodash/isSet.js new file mode 100644 index 0000000..ab88bdf8 --- /dev/null +++ b/docs/node_modules/lodash/isSet.js @@ -0,0 +1,27 @@ +var baseIsSet = require('./_baseIsSet'), + baseUnary = require('./_baseUnary'), + nodeUtil = require('./_nodeUtil'); + +/* Node.js helper references. */ +var nodeIsSet = nodeUtil && nodeUtil.isSet; + +/** + * Checks if `value` is classified as a `Set` object. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a set, else `false`. + * @example + * + * _.isSet(new Set); + * // => true + * + * _.isSet(new WeakSet); + * // => false + */ +var isSet = nodeIsSet ? baseUnary(nodeIsSet) : baseIsSet; + +module.exports = isSet; diff --git a/docs/node_modules/lodash/isString.js b/docs/node_modules/lodash/isString.js new file mode 100644 index 0000000..627eb9c --- /dev/null +++ b/docs/node_modules/lodash/isString.js @@ -0,0 +1,30 @@ +var baseGetTag = require('./_baseGetTag'), + isArray = require('./isArray'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var stringTag = '[object String]'; + +/** + * Checks if `value` is classified as a `String` primitive or object. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a string, else `false`. + * @example + * + * _.isString('abc'); + * // => true + * + * _.isString(1); + * // => false + */ +function isString(value) { + return typeof value == 'string' || + (!isArray(value) && isObjectLike(value) && baseGetTag(value) == stringTag); +} + +module.exports = isString; diff --git a/docs/node_modules/lodash/isSymbol.js b/docs/node_modules/lodash/isSymbol.js new file mode 100644 index 0000000..dfb60b9 --- /dev/null +++ b/docs/node_modules/lodash/isSymbol.js @@ -0,0 +1,29 @@ +var baseGetTag = require('./_baseGetTag'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var symbolTag = '[object Symbol]'; + +/** + * Checks if `value` is classified as a `Symbol` primitive or object. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a symbol, else `false`. + * @example + * + * _.isSymbol(Symbol.iterator); + * // => true + * + * _.isSymbol('abc'); + * // => false + */ +function isSymbol(value) { + return typeof value == 'symbol' || + (isObjectLike(value) && baseGetTag(value) == symbolTag); +} + +module.exports = isSymbol; diff --git a/docs/node_modules/lodash/isTypedArray.js b/docs/node_modules/lodash/isTypedArray.js new file mode 100644 index 0000000..da3f8dd --- /dev/null +++ b/docs/node_modules/lodash/isTypedArray.js @@ -0,0 +1,27 @@ +var baseIsTypedArray = require('./_baseIsTypedArray'), + baseUnary = require('./_baseUnary'), + nodeUtil = require('./_nodeUtil'); + +/* Node.js helper references. */ +var nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray; + +/** + * Checks if `value` is classified as a typed array. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a typed array, else `false`. + * @example + * + * _.isTypedArray(new Uint8Array); + * // => true + * + * _.isTypedArray([]); + * // => false + */ +var isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray; + +module.exports = isTypedArray; diff --git a/docs/node_modules/lodash/isUndefined.js b/docs/node_modules/lodash/isUndefined.js new file mode 100644 index 0000000..377d121 --- /dev/null +++ b/docs/node_modules/lodash/isUndefined.js @@ -0,0 +1,22 @@ +/** + * Checks if `value` is `undefined`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `undefined`, else `false`. + * @example + * + * _.isUndefined(void 0); + * // => true + * + * _.isUndefined(null); + * // => false + */ +function isUndefined(value) { + return value === undefined; +} + +module.exports = isUndefined; diff --git a/docs/node_modules/lodash/isWeakMap.js b/docs/node_modules/lodash/isWeakMap.js new file mode 100644 index 0000000..8d36f66 --- /dev/null +++ b/docs/node_modules/lodash/isWeakMap.js @@ -0,0 +1,28 @@ +var getTag = require('./_getTag'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var weakMapTag = '[object WeakMap]'; + +/** + * Checks if `value` is classified as a `WeakMap` object. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a weak map, else `false`. + * @example + * + * _.isWeakMap(new WeakMap); + * // => true + * + * _.isWeakMap(new Map); + * // => false + */ +function isWeakMap(value) { + return isObjectLike(value) && getTag(value) == weakMapTag; +} + +module.exports = isWeakMap; diff --git a/docs/node_modules/lodash/isWeakSet.js b/docs/node_modules/lodash/isWeakSet.js new file mode 100644 index 0000000..e628b26 --- /dev/null +++ b/docs/node_modules/lodash/isWeakSet.js @@ -0,0 +1,28 @@ +var baseGetTag = require('./_baseGetTag'), + isObjectLike = require('./isObjectLike'); + +/** `Object#toString` result references. */ +var weakSetTag = '[object WeakSet]'; + +/** + * Checks if `value` is classified as a `WeakSet` object. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a weak set, else `false`. + * @example + * + * _.isWeakSet(new WeakSet); + * // => true + * + * _.isWeakSet(new Set); + * // => false + */ +function isWeakSet(value) { + return isObjectLike(value) && baseGetTag(value) == weakSetTag; +} + +module.exports = isWeakSet; diff --git a/docs/node_modules/lodash/iteratee.js b/docs/node_modules/lodash/iteratee.js new file mode 100644 index 0000000..61b73a8 --- /dev/null +++ b/docs/node_modules/lodash/iteratee.js @@ -0,0 +1,53 @@ +var baseClone = require('./_baseClone'), + baseIteratee = require('./_baseIteratee'); + +/** Used to compose bitmasks for cloning. */ +var CLONE_DEEP_FLAG = 1; + +/** + * Creates a function that invokes `func` with the arguments of the created + * function. If `func` is a property name, the created function returns the + * property value for a given element. If `func` is an array or object, the + * created function returns `true` for elements that contain the equivalent + * source properties, otherwise it returns `false`. + * + * @static + * @since 4.0.0 + * @memberOf _ + * @category Util + * @param {*} [func=_.identity] The value to convert to a callback. + * @returns {Function} Returns the callback. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': true }, + * { 'user': 'fred', 'age': 40, 'active': false } + * ]; + * + * // The `_.matches` iteratee shorthand. + * _.filter(users, _.iteratee({ 'user': 'barney', 'active': true })); + * // => [{ 'user': 'barney', 'age': 36, 'active': true }] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.filter(users, _.iteratee(['user', 'fred'])); + * // => [{ 'user': 'fred', 'age': 40 }] + * + * // The `_.property` iteratee shorthand. + * _.map(users, _.iteratee('user')); + * // => ['barney', 'fred'] + * + * // Create custom iteratee shorthands. + * _.iteratee = _.wrap(_.iteratee, function(iteratee, func) { + * return !_.isRegExp(func) ? iteratee(func) : function(string) { + * return func.test(string); + * }; + * }); + * + * _.filter(['abc', 'def'], /ef/); + * // => ['def'] + */ +function iteratee(func) { + return baseIteratee(typeof func == 'function' ? func : baseClone(func, CLONE_DEEP_FLAG)); +} + +module.exports = iteratee; diff --git a/docs/node_modules/lodash/join.js b/docs/node_modules/lodash/join.js new file mode 100644 index 0000000..45de079 --- /dev/null +++ b/docs/node_modules/lodash/join.js @@ -0,0 +1,26 @@ +/** Used for built-in method references. */ +var arrayProto = Array.prototype; + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeJoin = arrayProto.join; + +/** + * Converts all elements in `array` into a string separated by `separator`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to convert. + * @param {string} [separator=','] The element separator. + * @returns {string} Returns the joined string. + * @example + * + * _.join(['a', 'b', 'c'], '~'); + * // => 'a~b~c' + */ +function join(array, separator) { + return array == null ? '' : nativeJoin.call(array, separator); +} + +module.exports = join; diff --git a/docs/node_modules/lodash/kebabCase.js b/docs/node_modules/lodash/kebabCase.js new file mode 100644 index 0000000..8a52be6 --- /dev/null +++ b/docs/node_modules/lodash/kebabCase.js @@ -0,0 +1,28 @@ +var createCompounder = require('./_createCompounder'); + +/** + * Converts `string` to + * [kebab case](https://en.wikipedia.org/wiki/Letter_case#Special_case_styles). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to convert. + * @returns {string} Returns the kebab cased string. + * @example + * + * _.kebabCase('Foo Bar'); + * // => 'foo-bar' + * + * _.kebabCase('fooBar'); + * // => 'foo-bar' + * + * _.kebabCase('__FOO_BAR__'); + * // => 'foo-bar' + */ +var kebabCase = createCompounder(function(result, word, index) { + return result + (index ? '-' : '') + word.toLowerCase(); +}); + +module.exports = kebabCase; diff --git a/docs/node_modules/lodash/keyBy.js b/docs/node_modules/lodash/keyBy.js new file mode 100644 index 0000000..acc007a --- /dev/null +++ b/docs/node_modules/lodash/keyBy.js @@ -0,0 +1,36 @@ +var baseAssignValue = require('./_baseAssignValue'), + createAggregator = require('./_createAggregator'); + +/** + * Creates an object composed of keys generated from the results of running + * each element of `collection` thru `iteratee`. The corresponding value of + * each key is the last element responsible for generating the key. The + * iteratee is invoked with one argument: (value). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The iteratee to transform keys. + * @returns {Object} Returns the composed aggregate object. + * @example + * + * var array = [ + * { 'dir': 'left', 'code': 97 }, + * { 'dir': 'right', 'code': 100 } + * ]; + * + * _.keyBy(array, function(o) { + * return String.fromCharCode(o.code); + * }); + * // => { 'a': { 'dir': 'left', 'code': 97 }, 'd': { 'dir': 'right', 'code': 100 } } + * + * _.keyBy(array, 'dir'); + * // => { 'left': { 'dir': 'left', 'code': 97 }, 'right': { 'dir': 'right', 'code': 100 } } + */ +var keyBy = createAggregator(function(result, value, key) { + baseAssignValue(result, key, value); +}); + +module.exports = keyBy; diff --git a/docs/node_modules/lodash/keys.js b/docs/node_modules/lodash/keys.js new file mode 100644 index 0000000..d143c71 --- /dev/null +++ b/docs/node_modules/lodash/keys.js @@ -0,0 +1,37 @@ +var arrayLikeKeys = require('./_arrayLikeKeys'), + baseKeys = require('./_baseKeys'), + isArrayLike = require('./isArrayLike'); + +/** + * Creates an array of the own enumerable property names of `object`. + * + * **Note:** Non-object values are coerced to objects. See the + * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) + * for more details. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.keys(new Foo); + * // => ['a', 'b'] (iteration order is not guaranteed) + * + * _.keys('hi'); + * // => ['0', '1'] + */ +function keys(object) { + return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object); +} + +module.exports = keys; diff --git a/docs/node_modules/lodash/keysIn.js b/docs/node_modules/lodash/keysIn.js new file mode 100644 index 0000000..a62308f --- /dev/null +++ b/docs/node_modules/lodash/keysIn.js @@ -0,0 +1,32 @@ +var arrayLikeKeys = require('./_arrayLikeKeys'), + baseKeysIn = require('./_baseKeysIn'), + isArrayLike = require('./isArrayLike'); + +/** + * Creates an array of the own and inherited enumerable property names of `object`. + * + * **Note:** Non-object values are coerced to objects. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.keysIn(new Foo); + * // => ['a', 'b', 'c'] (iteration order is not guaranteed) + */ +function keysIn(object) { + return isArrayLike(object) ? arrayLikeKeys(object, true) : baseKeysIn(object); +} + +module.exports = keysIn; diff --git a/docs/node_modules/lodash/lang.js b/docs/node_modules/lodash/lang.js new file mode 100644 index 0000000..a396216 --- /dev/null +++ b/docs/node_modules/lodash/lang.js @@ -0,0 +1,58 @@ +module.exports = { + 'castArray': require('./castArray'), + 'clone': require('./clone'), + 'cloneDeep': require('./cloneDeep'), + 'cloneDeepWith': require('./cloneDeepWith'), + 'cloneWith': require('./cloneWith'), + 'conformsTo': require('./conformsTo'), + 'eq': require('./eq'), + 'gt': require('./gt'), + 'gte': require('./gte'), + 'isArguments': require('./isArguments'), + 'isArray': require('./isArray'), + 'isArrayBuffer': require('./isArrayBuffer'), + 'isArrayLike': require('./isArrayLike'), + 'isArrayLikeObject': require('./isArrayLikeObject'), + 'isBoolean': require('./isBoolean'), + 'isBuffer': require('./isBuffer'), + 'isDate': require('./isDate'), + 'isElement': require('./isElement'), + 'isEmpty': require('./isEmpty'), + 'isEqual': require('./isEqual'), + 'isEqualWith': require('./isEqualWith'), + 'isError': require('./isError'), + 'isFinite': require('./isFinite'), + 'isFunction': require('./isFunction'), + 'isInteger': require('./isInteger'), + 'isLength': require('./isLength'), + 'isMap': require('./isMap'), + 'isMatch': require('./isMatch'), + 'isMatchWith': require('./isMatchWith'), + 'isNaN': require('./isNaN'), + 'isNative': require('./isNative'), + 'isNil': require('./isNil'), + 'isNull': require('./isNull'), + 'isNumber': require('./isNumber'), + 'isObject': require('./isObject'), + 'isObjectLike': require('./isObjectLike'), + 'isPlainObject': require('./isPlainObject'), + 'isRegExp': require('./isRegExp'), + 'isSafeInteger': require('./isSafeInteger'), + 'isSet': require('./isSet'), + 'isString': require('./isString'), + 'isSymbol': require('./isSymbol'), + 'isTypedArray': require('./isTypedArray'), + 'isUndefined': require('./isUndefined'), + 'isWeakMap': require('./isWeakMap'), + 'isWeakSet': require('./isWeakSet'), + 'lt': require('./lt'), + 'lte': require('./lte'), + 'toArray': require('./toArray'), + 'toFinite': require('./toFinite'), + 'toInteger': require('./toInteger'), + 'toLength': require('./toLength'), + 'toNumber': require('./toNumber'), + 'toPlainObject': require('./toPlainObject'), + 'toSafeInteger': require('./toSafeInteger'), + 'toString': require('./toString') +}; diff --git a/docs/node_modules/lodash/last.js b/docs/node_modules/lodash/last.js new file mode 100644 index 0000000..cad1eaf --- /dev/null +++ b/docs/node_modules/lodash/last.js @@ -0,0 +1,20 @@ +/** + * Gets the last element of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to query. + * @returns {*} Returns the last element of `array`. + * @example + * + * _.last([1, 2, 3]); + * // => 3 + */ +function last(array) { + var length = array == null ? 0 : array.length; + return length ? array[length - 1] : undefined; +} + +module.exports = last; diff --git a/docs/node_modules/lodash/lastIndexOf.js b/docs/node_modules/lodash/lastIndexOf.js new file mode 100644 index 0000000..dabfb61 --- /dev/null +++ b/docs/node_modules/lodash/lastIndexOf.js @@ -0,0 +1,46 @@ +var baseFindIndex = require('./_baseFindIndex'), + baseIsNaN = require('./_baseIsNaN'), + strictLastIndexOf = require('./_strictLastIndexOf'), + toInteger = require('./toInteger'); + +/* Built-in method references for those with the same name as other `lodash` methods. */ +var nativeMax = Math.max, + nativeMin = Math.min; + +/** + * This method is like `_.indexOf` except that it iterates over elements of + * `array` from right to left. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} [fromIndex=array.length-1] The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + * @example + * + * _.lastIndexOf([1, 2, 1, 2], 2); + * // => 3 + * + * // Search from the `fromIndex`. + * _.lastIndexOf([1, 2, 1, 2], 2, 2); + * // => 1 + */ +function lastIndexOf(array, value, fromIndex) { + var length = array == null ? 0 : array.length; + if (!length) { + return -1; + } + var index = length; + if (fromIndex !== undefined) { + index = toInteger(fromIndex); + index = index < 0 ? nativeMax(length + index, 0) : nativeMin(index, length - 1); + } + return value === value + ? strictLastIndexOf(array, value, index) + : baseFindIndex(array, baseIsNaN, index, true); +} + +module.exports = lastIndexOf; diff --git a/docs/node_modules/lodash/lodash.js b/docs/node_modules/lodash/lodash.js new file mode 100644 index 0000000..4131e93 --- /dev/null +++ b/docs/node_modules/lodash/lodash.js @@ -0,0 +1,17209 @@ +/** + * @license + * Lodash + * Copyright OpenJS Foundation and other contributors + * Released under MIT license + * Based on Underscore.js 1.8.3 + * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + */ +;(function() { + + /** Used as a safe reference for `undefined` in pre-ES5 environments. */ + var undefined; + + /** Used as the semantic version number. */ + var VERSION = '4.17.21'; + + /** Used as the size to enable large array optimizations. */ + var LARGE_ARRAY_SIZE = 200; + + /** Error message constants. */ + var CORE_ERROR_TEXT = 'Unsupported core-js use. Try https://npms.io/search?q=ponyfill.', + FUNC_ERROR_TEXT = 'Expected a function', + INVALID_TEMPL_VAR_ERROR_TEXT = 'Invalid `variable` option passed into `_.template`'; + + /** Used to stand-in for `undefined` hash values. */ + var HASH_UNDEFINED = '__lodash_hash_undefined__'; + + /** Used as the maximum memoize cache size. */ + var MAX_MEMOIZE_SIZE = 500; + + /** Used as the internal argument placeholder. */ + var PLACEHOLDER = '__lodash_placeholder__'; + + /** Used to compose bitmasks for cloning. */ + var CLONE_DEEP_FLAG = 1, + CLONE_FLAT_FLAG = 2, + CLONE_SYMBOLS_FLAG = 4; + + /** Used to compose bitmasks for value comparisons. */ + var COMPARE_PARTIAL_FLAG = 1, + COMPARE_UNORDERED_FLAG = 2; + + /** Used to compose bitmasks for function metadata. */ + var WRAP_BIND_FLAG = 1, + WRAP_BIND_KEY_FLAG = 2, + WRAP_CURRY_BOUND_FLAG = 4, + WRAP_CURRY_FLAG = 8, + WRAP_CURRY_RIGHT_FLAG = 16, + WRAP_PARTIAL_FLAG = 32, + WRAP_PARTIAL_RIGHT_FLAG = 64, + WRAP_ARY_FLAG = 128, + WRAP_REARG_FLAG = 256, + WRAP_FLIP_FLAG = 512; + + /** Used as default options for `_.truncate`. */ + var DEFAULT_TRUNC_LENGTH = 30, + DEFAULT_TRUNC_OMISSION = '...'; + + /** Used to detect hot functions by number of calls within a span of milliseconds. */ + var HOT_COUNT = 800, + HOT_SPAN = 16; + + /** Used to indicate the type of lazy iteratees. */ + var LAZY_FILTER_FLAG = 1, + LAZY_MAP_FLAG = 2, + LAZY_WHILE_FLAG = 3; + + /** Used as references for various `Number` constants. */ + var INFINITY = 1 / 0, + MAX_SAFE_INTEGER = 9007199254740991, + MAX_INTEGER = 1.7976931348623157e+308, + NAN = 0 / 0; + + /** Used as references for the maximum length and index of an array. */ + var MAX_ARRAY_LENGTH = 4294967295, + MAX_ARRAY_INDEX = MAX_ARRAY_LENGTH - 1, + HALF_MAX_ARRAY_LENGTH = MAX_ARRAY_LENGTH >>> 1; + + /** Used to associate wrap methods with their bit flags. */ + var wrapFlags = [ + ['ary', WRAP_ARY_FLAG], + ['bind', WRAP_BIND_FLAG], + ['bindKey', WRAP_BIND_KEY_FLAG], + ['curry', WRAP_CURRY_FLAG], + ['curryRight', WRAP_CURRY_RIGHT_FLAG], + ['flip', WRAP_FLIP_FLAG], + ['partial', WRAP_PARTIAL_FLAG], + ['partialRight', WRAP_PARTIAL_RIGHT_FLAG], + ['rearg', WRAP_REARG_FLAG] + ]; + + /** `Object#toString` result references. */ + var argsTag = '[object Arguments]', + arrayTag = '[object Array]', + asyncTag = '[object AsyncFunction]', + boolTag = '[object Boolean]', + dateTag = '[object Date]', + domExcTag = '[object DOMException]', + errorTag = '[object Error]', + funcTag = '[object Function]', + genTag = '[object GeneratorFunction]', + mapTag = '[object Map]', + numberTag = '[object Number]', + nullTag = '[object Null]', + objectTag = '[object Object]', + promiseTag = '[object Promise]', + proxyTag = '[object Proxy]', + regexpTag = '[object RegExp]', + setTag = '[object Set]', + stringTag = '[object String]', + symbolTag = '[object Symbol]', + undefinedTag = '[object Undefined]', + weakMapTag = '[object WeakMap]', + weakSetTag = '[object WeakSet]'; + + var arrayBufferTag = '[object ArrayBuffer]', + dataViewTag = '[object DataView]', + float32Tag = '[object Float32Array]', + float64Tag = '[object Float64Array]', + int8Tag = '[object Int8Array]', + int16Tag = '[object Int16Array]', + int32Tag = '[object Int32Array]', + uint8Tag = '[object Uint8Array]', + uint8ClampedTag = '[object Uint8ClampedArray]', + uint16Tag = '[object Uint16Array]', + uint32Tag = '[object Uint32Array]'; + + /** Used to match empty string literals in compiled template source. */ + var reEmptyStringLeading = /\b__p \+= '';/g, + reEmptyStringMiddle = /\b(__p \+=) '' \+/g, + reEmptyStringTrailing = /(__e\(.*?\)|\b__t\)) \+\n'';/g; + + /** Used to match HTML entities and HTML characters. */ + var reEscapedHtml = /&(?:amp|lt|gt|quot|#39);/g, + reUnescapedHtml = /[&<>"']/g, + reHasEscapedHtml = RegExp(reEscapedHtml.source), + reHasUnescapedHtml = RegExp(reUnescapedHtml.source); + + /** Used to match template delimiters. */ + var reEscape = /<%-([\s\S]+?)%>/g, + reEvaluate = /<%([\s\S]+?)%>/g, + reInterpolate = /<%=([\s\S]+?)%>/g; + + /** Used to match property names within property paths. */ + var reIsDeepProp = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, + reIsPlainProp = /^\w*$/, + rePropName = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g; + + /** + * Used to match `RegExp` + * [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns). + */ + var reRegExpChar = /[\\^$.*+?()[\]{}|]/g, + reHasRegExpChar = RegExp(reRegExpChar.source); + + /** Used to match leading whitespace. */ + var reTrimStart = /^\s+/; + + /** Used to match a single whitespace character. */ + var reWhitespace = /\s/; + + /** Used to match wrap detail comments. */ + var reWrapComment = /\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/, + reWrapDetails = /\{\n\/\* \[wrapped with (.+)\] \*/, + reSplitDetails = /,? & /; + + /** Used to match words composed of alphanumeric characters. */ + var reAsciiWord = /[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g; + + /** + * Used to validate the `validate` option in `_.template` variable. + * + * Forbids characters which could potentially change the meaning of the function argument definition: + * - "()," (modification of function parameters) + * - "=" (default value) + * - "[]{}" (destructuring of function parameters) + * - "/" (beginning of a comment) + * - whitespace + */ + var reForbiddenIdentifierChars = /[()=,{}\[\]\/\s]/; + + /** Used to match backslashes in property paths. */ + var reEscapeChar = /\\(\\)?/g; + + /** + * Used to match + * [ES template delimiters](http://ecma-international.org/ecma-262/7.0/#sec-template-literal-lexical-components). + */ + var reEsTemplate = /\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g; + + /** Used to match `RegExp` flags from their coerced string values. */ + var reFlags = /\w*$/; + + /** Used to detect bad signed hexadecimal string values. */ + var reIsBadHex = /^[-+]0x[0-9a-f]+$/i; + + /** Used to detect binary string values. */ + var reIsBinary = /^0b[01]+$/i; + + /** Used to detect host constructors (Safari). */ + var reIsHostCtor = /^\[object .+?Constructor\]$/; + + /** Used to detect octal string values. */ + var reIsOctal = /^0o[0-7]+$/i; + + /** Used to detect unsigned integer values. */ + var reIsUint = /^(?:0|[1-9]\d*)$/; + + /** Used to match Latin Unicode letters (excluding mathematical operators). */ + var reLatin = /[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g; + + /** Used to ensure capturing order of template delimiters. */ + var reNoMatch = /($^)/; + + /** Used to match unescaped characters in compiled string literals. */ + var reUnescapedString = /['\n\r\u2028\u2029\\]/g; + + /** Used to compose unicode character classes. */ + var rsAstralRange = '\\ud800-\\udfff', + rsComboMarksRange = '\\u0300-\\u036f', + reComboHalfMarksRange = '\\ufe20-\\ufe2f', + rsComboSymbolsRange = '\\u20d0-\\u20ff', + rsComboRange = rsComboMarksRange + reComboHalfMarksRange + rsComboSymbolsRange, + rsDingbatRange = '\\u2700-\\u27bf', + rsLowerRange = 'a-z\\xdf-\\xf6\\xf8-\\xff', + rsMathOpRange = '\\xac\\xb1\\xd7\\xf7', + rsNonCharRange = '\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf', + rsPunctuationRange = '\\u2000-\\u206f', + rsSpaceRange = ' \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000', + rsUpperRange = 'A-Z\\xc0-\\xd6\\xd8-\\xde', + rsVarRange = '\\ufe0e\\ufe0f', + rsBreakRange = rsMathOpRange + rsNonCharRange + rsPunctuationRange + rsSpaceRange; + + /** Used to compose unicode capture groups. */ + var rsApos = "['\u2019]", + rsAstral = '[' + rsAstralRange + ']', + rsBreak = '[' + rsBreakRange + ']', + rsCombo = '[' + rsComboRange + ']', + rsDigits = '\\d+', + rsDingbat = '[' + rsDingbatRange + ']', + rsLower = '[' + rsLowerRange + ']', + rsMisc = '[^' + rsAstralRange + rsBreakRange + rsDigits + rsDingbatRange + rsLowerRange + rsUpperRange + ']', + rsFitz = '\\ud83c[\\udffb-\\udfff]', + rsModifier = '(?:' + rsCombo + '|' + rsFitz + ')', + rsNonAstral = '[^' + rsAstralRange + ']', + rsRegional = '(?:\\ud83c[\\udde6-\\uddff]){2}', + rsSurrPair = '[\\ud800-\\udbff][\\udc00-\\udfff]', + rsUpper = '[' + rsUpperRange + ']', + rsZWJ = '\\u200d'; + + /** Used to compose unicode regexes. */ + var rsMiscLower = '(?:' + rsLower + '|' + rsMisc + ')', + rsMiscUpper = '(?:' + rsUpper + '|' + rsMisc + ')', + rsOptContrLower = '(?:' + rsApos + '(?:d|ll|m|re|s|t|ve))?', + rsOptContrUpper = '(?:' + rsApos + '(?:D|LL|M|RE|S|T|VE))?', + reOptMod = rsModifier + '?', + rsOptVar = '[' + rsVarRange + ']?', + rsOptJoin = '(?:' + rsZWJ + '(?:' + [rsNonAstral, rsRegional, rsSurrPair].join('|') + ')' + rsOptVar + reOptMod + ')*', + rsOrdLower = '\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])', + rsOrdUpper = '\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])', + rsSeq = rsOptVar + reOptMod + rsOptJoin, + rsEmoji = '(?:' + [rsDingbat, rsRegional, rsSurrPair].join('|') + ')' + rsSeq, + rsSymbol = '(?:' + [rsNonAstral + rsCombo + '?', rsCombo, rsRegional, rsSurrPair, rsAstral].join('|') + ')'; + + /** Used to match apostrophes. */ + var reApos = RegExp(rsApos, 'g'); + + /** + * Used to match [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks) and + * [combining diacritical marks for symbols](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks_for_Symbols). + */ + var reComboMark = RegExp(rsCombo, 'g'); + + /** Used to match [string symbols](https://mathiasbynens.be/notes/javascript-unicode). */ + var reUnicode = RegExp(rsFitz + '(?=' + rsFitz + ')|' + rsSymbol + rsSeq, 'g'); + + /** Used to match complex or compound words. */ + var reUnicodeWord = RegExp([ + rsUpper + '?' + rsLower + '+' + rsOptContrLower + '(?=' + [rsBreak, rsUpper, '$'].join('|') + ')', + rsMiscUpper + '+' + rsOptContrUpper + '(?=' + [rsBreak, rsUpper + rsMiscLower, '$'].join('|') + ')', + rsUpper + '?' + rsMiscLower + '+' + rsOptContrLower, + rsUpper + '+' + rsOptContrUpper, + rsOrdUpper, + rsOrdLower, + rsDigits, + rsEmoji + ].join('|'), 'g'); + + /** Used to detect strings with [zero-width joiners or code points from the astral planes](http://eev.ee/blog/2015/09/12/dark-corners-of-unicode/). */ + var reHasUnicode = RegExp('[' + rsZWJ + rsAstralRange + rsComboRange + rsVarRange + ']'); + + /** Used to detect strings that need a more robust regexp to match words. */ + var reHasUnicodeWord = /[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/; + + /** Used to assign default `context` object properties. */ + var contextProps = [ + 'Array', 'Buffer', 'DataView', 'Date', 'Error', 'Float32Array', 'Float64Array', + 'Function', 'Int8Array', 'Int16Array', 'Int32Array', 'Map', 'Math', 'Object', + 'Promise', 'RegExp', 'Set', 'String', 'Symbol', 'TypeError', 'Uint8Array', + 'Uint8ClampedArray', 'Uint16Array', 'Uint32Array', 'WeakMap', + '_', 'clearTimeout', 'isFinite', 'parseInt', 'setTimeout' + ]; + + /** Used to make template sourceURLs easier to identify. */ + var templateCounter = -1; + + /** Used to identify `toStringTag` values of typed arrays. */ + var typedArrayTags = {}; + typedArrayTags[float32Tag] = typedArrayTags[float64Tag] = + typedArrayTags[int8Tag] = typedArrayTags[int16Tag] = + typedArrayTags[int32Tag] = typedArrayTags[uint8Tag] = + typedArrayTags[uint8ClampedTag] = typedArrayTags[uint16Tag] = + typedArrayTags[uint32Tag] = true; + typedArrayTags[argsTag] = typedArrayTags[arrayTag] = + typedArrayTags[arrayBufferTag] = typedArrayTags[boolTag] = + typedArrayTags[dataViewTag] = typedArrayTags[dateTag] = + typedArrayTags[errorTag] = typedArrayTags[funcTag] = + typedArrayTags[mapTag] = typedArrayTags[numberTag] = + typedArrayTags[objectTag] = typedArrayTags[regexpTag] = + typedArrayTags[setTag] = typedArrayTags[stringTag] = + typedArrayTags[weakMapTag] = false; + + /** Used to identify `toStringTag` values supported by `_.clone`. */ + var cloneableTags = {}; + cloneableTags[argsTag] = cloneableTags[arrayTag] = + cloneableTags[arrayBufferTag] = cloneableTags[dataViewTag] = + cloneableTags[boolTag] = cloneableTags[dateTag] = + cloneableTags[float32Tag] = cloneableTags[float64Tag] = + cloneableTags[int8Tag] = cloneableTags[int16Tag] = + cloneableTags[int32Tag] = cloneableTags[mapTag] = + cloneableTags[numberTag] = cloneableTags[objectTag] = + cloneableTags[regexpTag] = cloneableTags[setTag] = + cloneableTags[stringTag] = cloneableTags[symbolTag] = + cloneableTags[uint8Tag] = cloneableTags[uint8ClampedTag] = + cloneableTags[uint16Tag] = cloneableTags[uint32Tag] = true; + cloneableTags[errorTag] = cloneableTags[funcTag] = + cloneableTags[weakMapTag] = false; + + /** Used to map Latin Unicode letters to basic Latin letters. */ + var deburredLetters = { + // Latin-1 Supplement block. + '\xc0': 'A', '\xc1': 'A', '\xc2': 'A', '\xc3': 'A', '\xc4': 'A', '\xc5': 'A', + '\xe0': 'a', '\xe1': 'a', '\xe2': 'a', '\xe3': 'a', '\xe4': 'a', '\xe5': 'a', + '\xc7': 'C', '\xe7': 'c', + '\xd0': 'D', '\xf0': 'd', + '\xc8': 'E', '\xc9': 'E', '\xca': 'E', '\xcb': 'E', + '\xe8': 'e', '\xe9': 'e', '\xea': 'e', '\xeb': 'e', + '\xcc': 'I', '\xcd': 'I', '\xce': 'I', '\xcf': 'I', + '\xec': 'i', '\xed': 'i', '\xee': 'i', '\xef': 'i', + '\xd1': 'N', '\xf1': 'n', + '\xd2': 'O', '\xd3': 'O', '\xd4': 'O', '\xd5': 'O', '\xd6': 'O', '\xd8': 'O', + '\xf2': 'o', '\xf3': 'o', '\xf4': 'o', '\xf5': 'o', '\xf6': 'o', '\xf8': 'o', + '\xd9': 'U', '\xda': 'U', '\xdb': 'U', '\xdc': 'U', + '\xf9': 'u', '\xfa': 'u', '\xfb': 'u', '\xfc': 'u', + '\xdd': 'Y', '\xfd': 'y', '\xff': 'y', + '\xc6': 'Ae', '\xe6': 'ae', + '\xde': 'Th', '\xfe': 'th', + '\xdf': 'ss', + // Latin Extended-A block. + '\u0100': 'A', '\u0102': 'A', '\u0104': 'A', + '\u0101': 'a', '\u0103': 'a', '\u0105': 'a', + '\u0106': 'C', '\u0108': 'C', '\u010a': 'C', '\u010c': 'C', + '\u0107': 'c', '\u0109': 'c', '\u010b': 'c', '\u010d': 'c', + '\u010e': 'D', '\u0110': 'D', '\u010f': 'd', '\u0111': 'd', + '\u0112': 'E', '\u0114': 'E', '\u0116': 'E', '\u0118': 'E', '\u011a': 'E', + '\u0113': 'e', '\u0115': 'e', '\u0117': 'e', '\u0119': 'e', '\u011b': 'e', + '\u011c': 'G', '\u011e': 'G', '\u0120': 'G', '\u0122': 'G', + '\u011d': 'g', '\u011f': 'g', '\u0121': 'g', '\u0123': 'g', + '\u0124': 'H', '\u0126': 'H', '\u0125': 'h', '\u0127': 'h', + '\u0128': 'I', '\u012a': 'I', '\u012c': 'I', '\u012e': 'I', '\u0130': 'I', + '\u0129': 'i', '\u012b': 'i', '\u012d': 'i', '\u012f': 'i', '\u0131': 'i', + '\u0134': 'J', '\u0135': 'j', + '\u0136': 'K', '\u0137': 'k', '\u0138': 'k', + '\u0139': 'L', '\u013b': 'L', '\u013d': 'L', '\u013f': 'L', '\u0141': 'L', + '\u013a': 'l', '\u013c': 'l', '\u013e': 'l', '\u0140': 'l', '\u0142': 'l', + '\u0143': 'N', '\u0145': 'N', '\u0147': 'N', '\u014a': 'N', + '\u0144': 'n', '\u0146': 'n', '\u0148': 'n', '\u014b': 'n', + '\u014c': 'O', '\u014e': 'O', '\u0150': 'O', + '\u014d': 'o', '\u014f': 'o', '\u0151': 'o', + '\u0154': 'R', '\u0156': 'R', '\u0158': 'R', + '\u0155': 'r', '\u0157': 'r', '\u0159': 'r', + '\u015a': 'S', '\u015c': 'S', '\u015e': 'S', '\u0160': 'S', + '\u015b': 's', '\u015d': 's', '\u015f': 's', '\u0161': 's', + '\u0162': 'T', '\u0164': 'T', '\u0166': 'T', + '\u0163': 't', '\u0165': 't', '\u0167': 't', + '\u0168': 'U', '\u016a': 'U', '\u016c': 'U', '\u016e': 'U', '\u0170': 'U', '\u0172': 'U', + '\u0169': 'u', '\u016b': 'u', '\u016d': 'u', '\u016f': 'u', '\u0171': 'u', '\u0173': 'u', + '\u0174': 'W', '\u0175': 'w', + '\u0176': 'Y', '\u0177': 'y', '\u0178': 'Y', + '\u0179': 'Z', '\u017b': 'Z', '\u017d': 'Z', + '\u017a': 'z', '\u017c': 'z', '\u017e': 'z', + '\u0132': 'IJ', '\u0133': 'ij', + '\u0152': 'Oe', '\u0153': 'oe', + '\u0149': "'n", '\u017f': 's' + }; + + /** Used to map characters to HTML entities. */ + var htmlEscapes = { + '&': '&', + '<': '<', + '>': '>', + '"': '"', + "'": ''' + }; + + /** Used to map HTML entities to characters. */ + var htmlUnescapes = { + '&': '&', + '<': '<', + '>': '>', + '"': '"', + ''': "'" + }; + + /** Used to escape characters for inclusion in compiled string literals. */ + var stringEscapes = { + '\\': '\\', + "'": "'", + '\n': 'n', + '\r': 'r', + '\u2028': 'u2028', + '\u2029': 'u2029' + }; + + /** Built-in method references without a dependency on `root`. */ + var freeParseFloat = parseFloat, + freeParseInt = parseInt; + + /** Detect free variable `global` from Node.js. */ + var freeGlobal = typeof global == 'object' && global && global.Object === Object && global; + + /** Detect free variable `self`. */ + var freeSelf = typeof self == 'object' && self && self.Object === Object && self; + + /** Used as a reference to the global object. */ + var root = freeGlobal || freeSelf || Function('return this')(); + + /** Detect free variable `exports`. */ + var freeExports = typeof exports == 'object' && exports && !exports.nodeType && exports; + + /** Detect free variable `module`. */ + var freeModule = freeExports && typeof module == 'object' && module && !module.nodeType && module; + + /** Detect the popular CommonJS extension `module.exports`. */ + var moduleExports = freeModule && freeModule.exports === freeExports; + + /** Detect free variable `process` from Node.js. */ + var freeProcess = moduleExports && freeGlobal.process; + + /** Used to access faster Node.js helpers. */ + var nodeUtil = (function() { + try { + // Use `util.types` for Node.js 10+. + var types = freeModule && freeModule.require && freeModule.require('util').types; + + if (types) { + return types; + } + + // Legacy `process.binding('util')` for Node.js < 10. + return freeProcess && freeProcess.binding && freeProcess.binding('util'); + } catch (e) {} + }()); + + /* Node.js helper references. */ + var nodeIsArrayBuffer = nodeUtil && nodeUtil.isArrayBuffer, + nodeIsDate = nodeUtil && nodeUtil.isDate, + nodeIsMap = nodeUtil && nodeUtil.isMap, + nodeIsRegExp = nodeUtil && nodeUtil.isRegExp, + nodeIsSet = nodeUtil && nodeUtil.isSet, + nodeIsTypedArray = nodeUtil && nodeUtil.isTypedArray; + + /*--------------------------------------------------------------------------*/ + + /** + * A faster alternative to `Function#apply`, this function invokes `func` + * with the `this` binding of `thisArg` and the arguments of `args`. + * + * @private + * @param {Function} func The function to invoke. + * @param {*} thisArg The `this` binding of `func`. + * @param {Array} args The arguments to invoke `func` with. + * @returns {*} Returns the result of `func`. + */ + function apply(func, thisArg, args) { + switch (args.length) { + case 0: return func.call(thisArg); + case 1: return func.call(thisArg, args[0]); + case 2: return func.call(thisArg, args[0], args[1]); + case 3: return func.call(thisArg, args[0], args[1], args[2]); + } + return func.apply(thisArg, args); + } + + /** + * A specialized version of `baseAggregator` for arrays. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} setter The function to set `accumulator` values. + * @param {Function} iteratee The iteratee to transform keys. + * @param {Object} accumulator The initial aggregated object. + * @returns {Function} Returns `accumulator`. + */ + function arrayAggregator(array, setter, iteratee, accumulator) { + var index = -1, + length = array == null ? 0 : array.length; + + while (++index < length) { + var value = array[index]; + setter(accumulator, value, iteratee(value), array); + } + return accumulator; + } + + /** + * A specialized version of `_.forEach` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns `array`. + */ + function arrayEach(array, iteratee) { + var index = -1, + length = array == null ? 0 : array.length; + + while (++index < length) { + if (iteratee(array[index], index, array) === false) { + break; + } + } + return array; + } + + /** + * A specialized version of `_.forEachRight` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns `array`. + */ + function arrayEachRight(array, iteratee) { + var length = array == null ? 0 : array.length; + + while (length--) { + if (iteratee(array[length], length, array) === false) { + break; + } + } + return array; + } + + /** + * A specialized version of `_.every` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {boolean} Returns `true` if all elements pass the predicate check, + * else `false`. + */ + function arrayEvery(array, predicate) { + var index = -1, + length = array == null ? 0 : array.length; + + while (++index < length) { + if (!predicate(array[index], index, array)) { + return false; + } + } + return true; + } + + /** + * A specialized version of `_.filter` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {Array} Returns the new filtered array. + */ + function arrayFilter(array, predicate) { + var index = -1, + length = array == null ? 0 : array.length, + resIndex = 0, + result = []; + + while (++index < length) { + var value = array[index]; + if (predicate(value, index, array)) { + result[resIndex++] = value; + } + } + return result; + } + + /** + * A specialized version of `_.includes` for arrays without support for + * specifying an index to search from. + * + * @private + * @param {Array} [array] The array to inspect. + * @param {*} target The value to search for. + * @returns {boolean} Returns `true` if `target` is found, else `false`. + */ + function arrayIncludes(array, value) { + var length = array == null ? 0 : array.length; + return !!length && baseIndexOf(array, value, 0) > -1; + } + + /** + * This function is like `arrayIncludes` except that it accepts a comparator. + * + * @private + * @param {Array} [array] The array to inspect. + * @param {*} target The value to search for. + * @param {Function} comparator The comparator invoked per element. + * @returns {boolean} Returns `true` if `target` is found, else `false`. + */ + function arrayIncludesWith(array, value, comparator) { + var index = -1, + length = array == null ? 0 : array.length; + + while (++index < length) { + if (comparator(value, array[index])) { + return true; + } + } + return false; + } + + /** + * A specialized version of `_.map` for arrays without support for iteratee + * shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns the new mapped array. + */ + function arrayMap(array, iteratee) { + var index = -1, + length = array == null ? 0 : array.length, + result = Array(length); + + while (++index < length) { + result[index] = iteratee(array[index], index, array); + } + return result; + } + + /** + * Appends the elements of `values` to `array`. + * + * @private + * @param {Array} array The array to modify. + * @param {Array} values The values to append. + * @returns {Array} Returns `array`. + */ + function arrayPush(array, values) { + var index = -1, + length = values.length, + offset = array.length; + + while (++index < length) { + array[offset + index] = values[index]; + } + return array; + } + + /** + * A specialized version of `_.reduce` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {*} [accumulator] The initial value. + * @param {boolean} [initAccum] Specify using the first element of `array` as + * the initial value. + * @returns {*} Returns the accumulated value. + */ + function arrayReduce(array, iteratee, accumulator, initAccum) { + var index = -1, + length = array == null ? 0 : array.length; + + if (initAccum && length) { + accumulator = array[++index]; + } + while (++index < length) { + accumulator = iteratee(accumulator, array[index], index, array); + } + return accumulator; + } + + /** + * A specialized version of `_.reduceRight` for arrays without support for + * iteratee shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {*} [accumulator] The initial value. + * @param {boolean} [initAccum] Specify using the last element of `array` as + * the initial value. + * @returns {*} Returns the accumulated value. + */ + function arrayReduceRight(array, iteratee, accumulator, initAccum) { + var length = array == null ? 0 : array.length; + if (initAccum && length) { + accumulator = array[--length]; + } + while (length--) { + accumulator = iteratee(accumulator, array[length], length, array); + } + return accumulator; + } + + /** + * A specialized version of `_.some` for arrays without support for iteratee + * shorthands. + * + * @private + * @param {Array} [array] The array to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {boolean} Returns `true` if any element passes the predicate check, + * else `false`. + */ + function arraySome(array, predicate) { + var index = -1, + length = array == null ? 0 : array.length; + + while (++index < length) { + if (predicate(array[index], index, array)) { + return true; + } + } + return false; + } + + /** + * Gets the size of an ASCII `string`. + * + * @private + * @param {string} string The string inspect. + * @returns {number} Returns the string size. + */ + var asciiSize = baseProperty('length'); + + /** + * Converts an ASCII `string` to an array. + * + * @private + * @param {string} string The string to convert. + * @returns {Array} Returns the converted array. + */ + function asciiToArray(string) { + return string.split(''); + } + + /** + * Splits an ASCII `string` into an array of its words. + * + * @private + * @param {string} The string to inspect. + * @returns {Array} Returns the words of `string`. + */ + function asciiWords(string) { + return string.match(reAsciiWord) || []; + } + + /** + * The base implementation of methods like `_.findKey` and `_.findLastKey`, + * without support for iteratee shorthands, which iterates over `collection` + * using `eachFunc`. + * + * @private + * @param {Array|Object} collection The collection to inspect. + * @param {Function} predicate The function invoked per iteration. + * @param {Function} eachFunc The function to iterate over `collection`. + * @returns {*} Returns the found element or its key, else `undefined`. + */ + function baseFindKey(collection, predicate, eachFunc) { + var result; + eachFunc(collection, function(value, key, collection) { + if (predicate(value, key, collection)) { + result = key; + return false; + } + }); + return result; + } + + /** + * The base implementation of `_.findIndex` and `_.findLastIndex` without + * support for iteratee shorthands. + * + * @private + * @param {Array} array The array to inspect. + * @param {Function} predicate The function invoked per iteration. + * @param {number} fromIndex The index to search from. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {number} Returns the index of the matched value, else `-1`. + */ + function baseFindIndex(array, predicate, fromIndex, fromRight) { + var length = array.length, + index = fromIndex + (fromRight ? 1 : -1); + + while ((fromRight ? index-- : ++index < length)) { + if (predicate(array[index], index, array)) { + return index; + } + } + return -1; + } + + /** + * The base implementation of `_.indexOf` without `fromIndex` bounds checks. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} fromIndex The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + */ + function baseIndexOf(array, value, fromIndex) { + return value === value + ? strictIndexOf(array, value, fromIndex) + : baseFindIndex(array, baseIsNaN, fromIndex); + } + + /** + * This function is like `baseIndexOf` except that it accepts a comparator. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} fromIndex The index to search from. + * @param {Function} comparator The comparator invoked per element. + * @returns {number} Returns the index of the matched value, else `-1`. + */ + function baseIndexOfWith(array, value, fromIndex, comparator) { + var index = fromIndex - 1, + length = array.length; + + while (++index < length) { + if (comparator(array[index], value)) { + return index; + } + } + return -1; + } + + /** + * The base implementation of `_.isNaN` without support for number objects. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`. + */ + function baseIsNaN(value) { + return value !== value; + } + + /** + * The base implementation of `_.mean` and `_.meanBy` without support for + * iteratee shorthands. + * + * @private + * @param {Array} array The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {number} Returns the mean. + */ + function baseMean(array, iteratee) { + var length = array == null ? 0 : array.length; + return length ? (baseSum(array, iteratee) / length) : NAN; + } + + /** + * The base implementation of `_.property` without support for deep paths. + * + * @private + * @param {string} key The key of the property to get. + * @returns {Function} Returns the new accessor function. + */ + function baseProperty(key) { + return function(object) { + return object == null ? undefined : object[key]; + }; + } + + /** + * The base implementation of `_.propertyOf` without support for deep paths. + * + * @private + * @param {Object} object The object to query. + * @returns {Function} Returns the new accessor function. + */ + function basePropertyOf(object) { + return function(key) { + return object == null ? undefined : object[key]; + }; + } + + /** + * The base implementation of `_.reduce` and `_.reduceRight`, without support + * for iteratee shorthands, which iterates over `collection` using `eachFunc`. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {*} accumulator The initial value. + * @param {boolean} initAccum Specify using the first or last element of + * `collection` as the initial value. + * @param {Function} eachFunc The function to iterate over `collection`. + * @returns {*} Returns the accumulated value. + */ + function baseReduce(collection, iteratee, accumulator, initAccum, eachFunc) { + eachFunc(collection, function(value, index, collection) { + accumulator = initAccum + ? (initAccum = false, value) + : iteratee(accumulator, value, index, collection); + }); + return accumulator; + } + + /** + * The base implementation of `_.sortBy` which uses `comparer` to define the + * sort order of `array` and replaces criteria objects with their corresponding + * values. + * + * @private + * @param {Array} array The array to sort. + * @param {Function} comparer The function to define sort order. + * @returns {Array} Returns `array`. + */ + function baseSortBy(array, comparer) { + var length = array.length; + + array.sort(comparer); + while (length--) { + array[length] = array[length].value; + } + return array; + } + + /** + * The base implementation of `_.sum` and `_.sumBy` without support for + * iteratee shorthands. + * + * @private + * @param {Array} array The array to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {number} Returns the sum. + */ + function baseSum(array, iteratee) { + var result, + index = -1, + length = array.length; + + while (++index < length) { + var current = iteratee(array[index]); + if (current !== undefined) { + result = result === undefined ? current : (result + current); + } + } + return result; + } + + /** + * The base implementation of `_.times` without support for iteratee shorthands + * or max array length checks. + * + * @private + * @param {number} n The number of times to invoke `iteratee`. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns the array of results. + */ + function baseTimes(n, iteratee) { + var index = -1, + result = Array(n); + + while (++index < n) { + result[index] = iteratee(index); + } + return result; + } + + /** + * The base implementation of `_.toPairs` and `_.toPairsIn` which creates an array + * of key-value pairs for `object` corresponding to the property names of `props`. + * + * @private + * @param {Object} object The object to query. + * @param {Array} props The property names to get values for. + * @returns {Object} Returns the key-value pairs. + */ + function baseToPairs(object, props) { + return arrayMap(props, function(key) { + return [key, object[key]]; + }); + } + + /** + * The base implementation of `_.trim`. + * + * @private + * @param {string} string The string to trim. + * @returns {string} Returns the trimmed string. + */ + function baseTrim(string) { + return string + ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '') + : string; + } + + /** + * The base implementation of `_.unary` without support for storing metadata. + * + * @private + * @param {Function} func The function to cap arguments for. + * @returns {Function} Returns the new capped function. + */ + function baseUnary(func) { + return function(value) { + return func(value); + }; + } + + /** + * The base implementation of `_.values` and `_.valuesIn` which creates an + * array of `object` property values corresponding to the property names + * of `props`. + * + * @private + * @param {Object} object The object to query. + * @param {Array} props The property names to get values for. + * @returns {Object} Returns the array of property values. + */ + function baseValues(object, props) { + return arrayMap(props, function(key) { + return object[key]; + }); + } + + /** + * Checks if a `cache` value for `key` exists. + * + * @private + * @param {Object} cache The cache to query. + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ + function cacheHas(cache, key) { + return cache.has(key); + } + + /** + * Used by `_.trim` and `_.trimStart` to get the index of the first string symbol + * that is not found in the character symbols. + * + * @private + * @param {Array} strSymbols The string symbols to inspect. + * @param {Array} chrSymbols The character symbols to find. + * @returns {number} Returns the index of the first unmatched string symbol. + */ + function charsStartIndex(strSymbols, chrSymbols) { + var index = -1, + length = strSymbols.length; + + while (++index < length && baseIndexOf(chrSymbols, strSymbols[index], 0) > -1) {} + return index; + } + + /** + * Used by `_.trim` and `_.trimEnd` to get the index of the last string symbol + * that is not found in the character symbols. + * + * @private + * @param {Array} strSymbols The string symbols to inspect. + * @param {Array} chrSymbols The character symbols to find. + * @returns {number} Returns the index of the last unmatched string symbol. + */ + function charsEndIndex(strSymbols, chrSymbols) { + var index = strSymbols.length; + + while (index-- && baseIndexOf(chrSymbols, strSymbols[index], 0) > -1) {} + return index; + } + + /** + * Gets the number of `placeholder` occurrences in `array`. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} placeholder The placeholder to search for. + * @returns {number} Returns the placeholder count. + */ + function countHolders(array, placeholder) { + var length = array.length, + result = 0; + + while (length--) { + if (array[length] === placeholder) { + ++result; + } + } + return result; + } + + /** + * Used by `_.deburr` to convert Latin-1 Supplement and Latin Extended-A + * letters to basic Latin letters. + * + * @private + * @param {string} letter The matched letter to deburr. + * @returns {string} Returns the deburred letter. + */ + var deburrLetter = basePropertyOf(deburredLetters); + + /** + * Used by `_.escape` to convert characters to HTML entities. + * + * @private + * @param {string} chr The matched character to escape. + * @returns {string} Returns the escaped character. + */ + var escapeHtmlChar = basePropertyOf(htmlEscapes); + + /** + * Used by `_.template` to escape characters for inclusion in compiled string literals. + * + * @private + * @param {string} chr The matched character to escape. + * @returns {string} Returns the escaped character. + */ + function escapeStringChar(chr) { + return '\\' + stringEscapes[chr]; + } + + /** + * Gets the value at `key` of `object`. + * + * @private + * @param {Object} [object] The object to query. + * @param {string} key The key of the property to get. + * @returns {*} Returns the property value. + */ + function getValue(object, key) { + return object == null ? undefined : object[key]; + } + + /** + * Checks if `string` contains Unicode symbols. + * + * @private + * @param {string} string The string to inspect. + * @returns {boolean} Returns `true` if a symbol is found, else `false`. + */ + function hasUnicode(string) { + return reHasUnicode.test(string); + } + + /** + * Checks if `string` contains a word composed of Unicode symbols. + * + * @private + * @param {string} string The string to inspect. + * @returns {boolean} Returns `true` if a word is found, else `false`. + */ + function hasUnicodeWord(string) { + return reHasUnicodeWord.test(string); + } + + /** + * Converts `iterator` to an array. + * + * @private + * @param {Object} iterator The iterator to convert. + * @returns {Array} Returns the converted array. + */ + function iteratorToArray(iterator) { + var data, + result = []; + + while (!(data = iterator.next()).done) { + result.push(data.value); + } + return result; + } + + /** + * Converts `map` to its key-value pairs. + * + * @private + * @param {Object} map The map to convert. + * @returns {Array} Returns the key-value pairs. + */ + function mapToArray(map) { + var index = -1, + result = Array(map.size); + + map.forEach(function(value, key) { + result[++index] = [key, value]; + }); + return result; + } + + /** + * Creates a unary function that invokes `func` with its argument transformed. + * + * @private + * @param {Function} func The function to wrap. + * @param {Function} transform The argument transform. + * @returns {Function} Returns the new function. + */ + function overArg(func, transform) { + return function(arg) { + return func(transform(arg)); + }; + } + + /** + * Replaces all `placeholder` elements in `array` with an internal placeholder + * and returns an array of their indexes. + * + * @private + * @param {Array} array The array to modify. + * @param {*} placeholder The placeholder to replace. + * @returns {Array} Returns the new array of placeholder indexes. + */ + function replaceHolders(array, placeholder) { + var index = -1, + length = array.length, + resIndex = 0, + result = []; + + while (++index < length) { + var value = array[index]; + if (value === placeholder || value === PLACEHOLDER) { + array[index] = PLACEHOLDER; + result[resIndex++] = index; + } + } + return result; + } + + /** + * Converts `set` to an array of its values. + * + * @private + * @param {Object} set The set to convert. + * @returns {Array} Returns the values. + */ + function setToArray(set) { + var index = -1, + result = Array(set.size); + + set.forEach(function(value) { + result[++index] = value; + }); + return result; + } + + /** + * Converts `set` to its value-value pairs. + * + * @private + * @param {Object} set The set to convert. + * @returns {Array} Returns the value-value pairs. + */ + function setToPairs(set) { + var index = -1, + result = Array(set.size); + + set.forEach(function(value) { + result[++index] = [value, value]; + }); + return result; + } + + /** + * A specialized version of `_.indexOf` which performs strict equality + * comparisons of values, i.e. `===`. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} fromIndex The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + */ + function strictIndexOf(array, value, fromIndex) { + var index = fromIndex - 1, + length = array.length; + + while (++index < length) { + if (array[index] === value) { + return index; + } + } + return -1; + } + + /** + * A specialized version of `_.lastIndexOf` which performs strict equality + * comparisons of values, i.e. `===`. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} fromIndex The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + */ + function strictLastIndexOf(array, value, fromIndex) { + var index = fromIndex + 1; + while (index--) { + if (array[index] === value) { + return index; + } + } + return index; + } + + /** + * Gets the number of symbols in `string`. + * + * @private + * @param {string} string The string to inspect. + * @returns {number} Returns the string size. + */ + function stringSize(string) { + return hasUnicode(string) + ? unicodeSize(string) + : asciiSize(string); + } + + /** + * Converts `string` to an array. + * + * @private + * @param {string} string The string to convert. + * @returns {Array} Returns the converted array. + */ + function stringToArray(string) { + return hasUnicode(string) + ? unicodeToArray(string) + : asciiToArray(string); + } + + /** + * Used by `_.trim` and `_.trimEnd` to get the index of the last non-whitespace + * character of `string`. + * + * @private + * @param {string} string The string to inspect. + * @returns {number} Returns the index of the last non-whitespace character. + */ + function trimmedEndIndex(string) { + var index = string.length; + + while (index-- && reWhitespace.test(string.charAt(index))) {} + return index; + } + + /** + * Used by `_.unescape` to convert HTML entities to characters. + * + * @private + * @param {string} chr The matched character to unescape. + * @returns {string} Returns the unescaped character. + */ + var unescapeHtmlChar = basePropertyOf(htmlUnescapes); + + /** + * Gets the size of a Unicode `string`. + * + * @private + * @param {string} string The string inspect. + * @returns {number} Returns the string size. + */ + function unicodeSize(string) { + var result = reUnicode.lastIndex = 0; + while (reUnicode.test(string)) { + ++result; + } + return result; + } + + /** + * Converts a Unicode `string` to an array. + * + * @private + * @param {string} string The string to convert. + * @returns {Array} Returns the converted array. + */ + function unicodeToArray(string) { + return string.match(reUnicode) || []; + } + + /** + * Splits a Unicode `string` into an array of its words. + * + * @private + * @param {string} The string to inspect. + * @returns {Array} Returns the words of `string`. + */ + function unicodeWords(string) { + return string.match(reUnicodeWord) || []; + } + + /*--------------------------------------------------------------------------*/ + + /** + * Create a new pristine `lodash` function using the `context` object. + * + * @static + * @memberOf _ + * @since 1.1.0 + * @category Util + * @param {Object} [context=root] The context object. + * @returns {Function} Returns a new `lodash` function. + * @example + * + * _.mixin({ 'foo': _.constant('foo') }); + * + * var lodash = _.runInContext(); + * lodash.mixin({ 'bar': lodash.constant('bar') }); + * + * _.isFunction(_.foo); + * // => true + * _.isFunction(_.bar); + * // => false + * + * lodash.isFunction(lodash.foo); + * // => false + * lodash.isFunction(lodash.bar); + * // => true + * + * // Create a suped-up `defer` in Node.js. + * var defer = _.runInContext({ 'setTimeout': setImmediate }).defer; + */ + var runInContext = (function runInContext(context) { + context = context == null ? root : _.defaults(root.Object(), context, _.pick(root, contextProps)); + + /** Built-in constructor references. */ + var Array = context.Array, + Date = context.Date, + Error = context.Error, + Function = context.Function, + Math = context.Math, + Object = context.Object, + RegExp = context.RegExp, + String = context.String, + TypeError = context.TypeError; + + /** Used for built-in method references. */ + var arrayProto = Array.prototype, + funcProto = Function.prototype, + objectProto = Object.prototype; + + /** Used to detect overreaching core-js shims. */ + var coreJsData = context['__core-js_shared__']; + + /** Used to resolve the decompiled source of functions. */ + var funcToString = funcProto.toString; + + /** Used to check objects for own properties. */ + var hasOwnProperty = objectProto.hasOwnProperty; + + /** Used to generate unique IDs. */ + var idCounter = 0; + + /** Used to detect methods masquerading as native. */ + var maskSrcKey = (function() { + var uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || ''); + return uid ? ('Symbol(src)_1.' + uid) : ''; + }()); + + /** + * Used to resolve the + * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring) + * of values. + */ + var nativeObjectToString = objectProto.toString; + + /** Used to infer the `Object` constructor. */ + var objectCtorString = funcToString.call(Object); + + /** Used to restore the original `_` reference in `_.noConflict`. */ + var oldDash = root._; + + /** Used to detect if a method is native. */ + var reIsNative = RegExp('^' + + funcToString.call(hasOwnProperty).replace(reRegExpChar, '\\$&') + .replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, '$1.*?') + '$' + ); + + /** Built-in value references. */ + var Buffer = moduleExports ? context.Buffer : undefined, + Symbol = context.Symbol, + Uint8Array = context.Uint8Array, + allocUnsafe = Buffer ? Buffer.allocUnsafe : undefined, + getPrototype = overArg(Object.getPrototypeOf, Object), + objectCreate = Object.create, + propertyIsEnumerable = objectProto.propertyIsEnumerable, + splice = arrayProto.splice, + spreadableSymbol = Symbol ? Symbol.isConcatSpreadable : undefined, + symIterator = Symbol ? Symbol.iterator : undefined, + symToStringTag = Symbol ? Symbol.toStringTag : undefined; + + var defineProperty = (function() { + try { + var func = getNative(Object, 'defineProperty'); + func({}, '', {}); + return func; + } catch (e) {} + }()); + + /** Mocked built-ins. */ + var ctxClearTimeout = context.clearTimeout !== root.clearTimeout && context.clearTimeout, + ctxNow = Date && Date.now !== root.Date.now && Date.now, + ctxSetTimeout = context.setTimeout !== root.setTimeout && context.setTimeout; + + /* Built-in method references for those with the same name as other `lodash` methods. */ + var nativeCeil = Math.ceil, + nativeFloor = Math.floor, + nativeGetSymbols = Object.getOwnPropertySymbols, + nativeIsBuffer = Buffer ? Buffer.isBuffer : undefined, + nativeIsFinite = context.isFinite, + nativeJoin = arrayProto.join, + nativeKeys = overArg(Object.keys, Object), + nativeMax = Math.max, + nativeMin = Math.min, + nativeNow = Date.now, + nativeParseInt = context.parseInt, + nativeRandom = Math.random, + nativeReverse = arrayProto.reverse; + + /* Built-in method references that are verified to be native. */ + var DataView = getNative(context, 'DataView'), + Map = getNative(context, 'Map'), + Promise = getNative(context, 'Promise'), + Set = getNative(context, 'Set'), + WeakMap = getNative(context, 'WeakMap'), + nativeCreate = getNative(Object, 'create'); + + /** Used to store function metadata. */ + var metaMap = WeakMap && new WeakMap; + + /** Used to lookup unminified function names. */ + var realNames = {}; + + /** Used to detect maps, sets, and weakmaps. */ + var dataViewCtorString = toSource(DataView), + mapCtorString = toSource(Map), + promiseCtorString = toSource(Promise), + setCtorString = toSource(Set), + weakMapCtorString = toSource(WeakMap); + + /** Used to convert symbols to primitives and strings. */ + var symbolProto = Symbol ? Symbol.prototype : undefined, + symbolValueOf = symbolProto ? symbolProto.valueOf : undefined, + symbolToString = symbolProto ? symbolProto.toString : undefined; + + /*------------------------------------------------------------------------*/ + + /** + * Creates a `lodash` object which wraps `value` to enable implicit method + * chain sequences. Methods that operate on and return arrays, collections, + * and functions can be chained together. Methods that retrieve a single value + * or may return a primitive value will automatically end the chain sequence + * and return the unwrapped value. Otherwise, the value must be unwrapped + * with `_#value`. + * + * Explicit chain sequences, which must be unwrapped with `_#value`, may be + * enabled using `_.chain`. + * + * The execution of chained methods is lazy, that is, it's deferred until + * `_#value` is implicitly or explicitly called. + * + * Lazy evaluation allows several methods to support shortcut fusion. + * Shortcut fusion is an optimization to merge iteratee calls; this avoids + * the creation of intermediate arrays and can greatly reduce the number of + * iteratee executions. Sections of a chain sequence qualify for shortcut + * fusion if the section is applied to an array and iteratees accept only + * one argument. The heuristic for whether a section qualifies for shortcut + * fusion is subject to change. + * + * Chaining is supported in custom builds as long as the `_#value` method is + * directly or indirectly included in the build. + * + * In addition to lodash methods, wrappers have `Array` and `String` methods. + * + * The wrapper `Array` methods are: + * `concat`, `join`, `pop`, `push`, `shift`, `sort`, `splice`, and `unshift` + * + * The wrapper `String` methods are: + * `replace` and `split` + * + * The wrapper methods that support shortcut fusion are: + * `at`, `compact`, `drop`, `dropRight`, `dropWhile`, `filter`, `find`, + * `findLast`, `head`, `initial`, `last`, `map`, `reject`, `reverse`, `slice`, + * `tail`, `take`, `takeRight`, `takeRightWhile`, `takeWhile`, and `toArray` + * + * The chainable wrapper methods are: + * `after`, `ary`, `assign`, `assignIn`, `assignInWith`, `assignWith`, `at`, + * `before`, `bind`, `bindAll`, `bindKey`, `castArray`, `chain`, `chunk`, + * `commit`, `compact`, `concat`, `conforms`, `constant`, `countBy`, `create`, + * `curry`, `debounce`, `defaults`, `defaultsDeep`, `defer`, `delay`, + * `difference`, `differenceBy`, `differenceWith`, `drop`, `dropRight`, + * `dropRightWhile`, `dropWhile`, `extend`, `extendWith`, `fill`, `filter`, + * `flatMap`, `flatMapDeep`, `flatMapDepth`, `flatten`, `flattenDeep`, + * `flattenDepth`, `flip`, `flow`, `flowRight`, `fromPairs`, `functions`, + * `functionsIn`, `groupBy`, `initial`, `intersection`, `intersectionBy`, + * `intersectionWith`, `invert`, `invertBy`, `invokeMap`, `iteratee`, `keyBy`, + * `keys`, `keysIn`, `map`, `mapKeys`, `mapValues`, `matches`, `matchesProperty`, + * `memoize`, `merge`, `mergeWith`, `method`, `methodOf`, `mixin`, `negate`, + * `nthArg`, `omit`, `omitBy`, `once`, `orderBy`, `over`, `overArgs`, + * `overEvery`, `overSome`, `partial`, `partialRight`, `partition`, `pick`, + * `pickBy`, `plant`, `property`, `propertyOf`, `pull`, `pullAll`, `pullAllBy`, + * `pullAllWith`, `pullAt`, `push`, `range`, `rangeRight`, `rearg`, `reject`, + * `remove`, `rest`, `reverse`, `sampleSize`, `set`, `setWith`, `shuffle`, + * `slice`, `sort`, `sortBy`, `splice`, `spread`, `tail`, `take`, `takeRight`, + * `takeRightWhile`, `takeWhile`, `tap`, `throttle`, `thru`, `toArray`, + * `toPairs`, `toPairsIn`, `toPath`, `toPlainObject`, `transform`, `unary`, + * `union`, `unionBy`, `unionWith`, `uniq`, `uniqBy`, `uniqWith`, `unset`, + * `unshift`, `unzip`, `unzipWith`, `update`, `updateWith`, `values`, + * `valuesIn`, `without`, `wrap`, `xor`, `xorBy`, `xorWith`, `zip`, + * `zipObject`, `zipObjectDeep`, and `zipWith` + * + * The wrapper methods that are **not** chainable by default are: + * `add`, `attempt`, `camelCase`, `capitalize`, `ceil`, `clamp`, `clone`, + * `cloneDeep`, `cloneDeepWith`, `cloneWith`, `conformsTo`, `deburr`, + * `defaultTo`, `divide`, `each`, `eachRight`, `endsWith`, `eq`, `escape`, + * `escapeRegExp`, `every`, `find`, `findIndex`, `findKey`, `findLast`, + * `findLastIndex`, `findLastKey`, `first`, `floor`, `forEach`, `forEachRight`, + * `forIn`, `forInRight`, `forOwn`, `forOwnRight`, `get`, `gt`, `gte`, `has`, + * `hasIn`, `head`, `identity`, `includes`, `indexOf`, `inRange`, `invoke`, + * `isArguments`, `isArray`, `isArrayBuffer`, `isArrayLike`, `isArrayLikeObject`, + * `isBoolean`, `isBuffer`, `isDate`, `isElement`, `isEmpty`, `isEqual`, + * `isEqualWith`, `isError`, `isFinite`, `isFunction`, `isInteger`, `isLength`, + * `isMap`, `isMatch`, `isMatchWith`, `isNaN`, `isNative`, `isNil`, `isNull`, + * `isNumber`, `isObject`, `isObjectLike`, `isPlainObject`, `isRegExp`, + * `isSafeInteger`, `isSet`, `isString`, `isUndefined`, `isTypedArray`, + * `isWeakMap`, `isWeakSet`, `join`, `kebabCase`, `last`, `lastIndexOf`, + * `lowerCase`, `lowerFirst`, `lt`, `lte`, `max`, `maxBy`, `mean`, `meanBy`, + * `min`, `minBy`, `multiply`, `noConflict`, `noop`, `now`, `nth`, `pad`, + * `padEnd`, `padStart`, `parseInt`, `pop`, `random`, `reduce`, `reduceRight`, + * `repeat`, `result`, `round`, `runInContext`, `sample`, `shift`, `size`, + * `snakeCase`, `some`, `sortedIndex`, `sortedIndexBy`, `sortedLastIndex`, + * `sortedLastIndexBy`, `startCase`, `startsWith`, `stubArray`, `stubFalse`, + * `stubObject`, `stubString`, `stubTrue`, `subtract`, `sum`, `sumBy`, + * `template`, `times`, `toFinite`, `toInteger`, `toJSON`, `toLength`, + * `toLower`, `toNumber`, `toSafeInteger`, `toString`, `toUpper`, `trim`, + * `trimEnd`, `trimStart`, `truncate`, `unescape`, `uniqueId`, `upperCase`, + * `upperFirst`, `value`, and `words` + * + * @name _ + * @constructor + * @category Seq + * @param {*} value The value to wrap in a `lodash` instance. + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * function square(n) { + * return n * n; + * } + * + * var wrapped = _([1, 2, 3]); + * + * // Returns an unwrapped value. + * wrapped.reduce(_.add); + * // => 6 + * + * // Returns a wrapped value. + * var squares = wrapped.map(square); + * + * _.isArray(squares); + * // => false + * + * _.isArray(squares.value()); + * // => true + */ + function lodash(value) { + if (isObjectLike(value) && !isArray(value) && !(value instanceof LazyWrapper)) { + if (value instanceof LodashWrapper) { + return value; + } + if (hasOwnProperty.call(value, '__wrapped__')) { + return wrapperClone(value); + } + } + return new LodashWrapper(value); + } + + /** + * The base implementation of `_.create` without support for assigning + * properties to the created object. + * + * @private + * @param {Object} proto The object to inherit from. + * @returns {Object} Returns the new object. + */ + var baseCreate = (function() { + function object() {} + return function(proto) { + if (!isObject(proto)) { + return {}; + } + if (objectCreate) { + return objectCreate(proto); + } + object.prototype = proto; + var result = new object; + object.prototype = undefined; + return result; + }; + }()); + + /** + * The function whose prototype chain sequence wrappers inherit from. + * + * @private + */ + function baseLodash() { + // No operation performed. + } + + /** + * The base constructor for creating `lodash` wrapper objects. + * + * @private + * @param {*} value The value to wrap. + * @param {boolean} [chainAll] Enable explicit method chain sequences. + */ + function LodashWrapper(value, chainAll) { + this.__wrapped__ = value; + this.__actions__ = []; + this.__chain__ = !!chainAll; + this.__index__ = 0; + this.__values__ = undefined; + } + + /** + * By default, the template delimiters used by lodash are like those in + * embedded Ruby (ERB) as well as ES2015 template strings. Change the + * following template settings to use alternative delimiters. + * + * @static + * @memberOf _ + * @type {Object} + */ + lodash.templateSettings = { + + /** + * Used to detect `data` property values to be HTML-escaped. + * + * @memberOf _.templateSettings + * @type {RegExp} + */ + 'escape': reEscape, + + /** + * Used to detect code to be evaluated. + * + * @memberOf _.templateSettings + * @type {RegExp} + */ + 'evaluate': reEvaluate, + + /** + * Used to detect `data` property values to inject. + * + * @memberOf _.templateSettings + * @type {RegExp} + */ + 'interpolate': reInterpolate, + + /** + * Used to reference the data object in the template text. + * + * @memberOf _.templateSettings + * @type {string} + */ + 'variable': '', + + /** + * Used to import variables into the compiled template. + * + * @memberOf _.templateSettings + * @type {Object} + */ + 'imports': { + + /** + * A reference to the `lodash` function. + * + * @memberOf _.templateSettings.imports + * @type {Function} + */ + '_': lodash + } + }; + + // Ensure wrappers are instances of `baseLodash`. + lodash.prototype = baseLodash.prototype; + lodash.prototype.constructor = lodash; + + LodashWrapper.prototype = baseCreate(baseLodash.prototype); + LodashWrapper.prototype.constructor = LodashWrapper; + + /*------------------------------------------------------------------------*/ + + /** + * Creates a lazy wrapper object which wraps `value` to enable lazy evaluation. + * + * @private + * @constructor + * @param {*} value The value to wrap. + */ + function LazyWrapper(value) { + this.__wrapped__ = value; + this.__actions__ = []; + this.__dir__ = 1; + this.__filtered__ = false; + this.__iteratees__ = []; + this.__takeCount__ = MAX_ARRAY_LENGTH; + this.__views__ = []; + } + + /** + * Creates a clone of the lazy wrapper object. + * + * @private + * @name clone + * @memberOf LazyWrapper + * @returns {Object} Returns the cloned `LazyWrapper` object. + */ + function lazyClone() { + var result = new LazyWrapper(this.__wrapped__); + result.__actions__ = copyArray(this.__actions__); + result.__dir__ = this.__dir__; + result.__filtered__ = this.__filtered__; + result.__iteratees__ = copyArray(this.__iteratees__); + result.__takeCount__ = this.__takeCount__; + result.__views__ = copyArray(this.__views__); + return result; + } + + /** + * Reverses the direction of lazy iteration. + * + * @private + * @name reverse + * @memberOf LazyWrapper + * @returns {Object} Returns the new reversed `LazyWrapper` object. + */ + function lazyReverse() { + if (this.__filtered__) { + var result = new LazyWrapper(this); + result.__dir__ = -1; + result.__filtered__ = true; + } else { + result = this.clone(); + result.__dir__ *= -1; + } + return result; + } + + /** + * Extracts the unwrapped value from its lazy wrapper. + * + * @private + * @name value + * @memberOf LazyWrapper + * @returns {*} Returns the unwrapped value. + */ + function lazyValue() { + var array = this.__wrapped__.value(), + dir = this.__dir__, + isArr = isArray(array), + isRight = dir < 0, + arrLength = isArr ? array.length : 0, + view = getView(0, arrLength, this.__views__), + start = view.start, + end = view.end, + length = end - start, + index = isRight ? end : (start - 1), + iteratees = this.__iteratees__, + iterLength = iteratees.length, + resIndex = 0, + takeCount = nativeMin(length, this.__takeCount__); + + if (!isArr || (!isRight && arrLength == length && takeCount == length)) { + return baseWrapperValue(array, this.__actions__); + } + var result = []; + + outer: + while (length-- && resIndex < takeCount) { + index += dir; + + var iterIndex = -1, + value = array[index]; + + while (++iterIndex < iterLength) { + var data = iteratees[iterIndex], + iteratee = data.iteratee, + type = data.type, + computed = iteratee(value); + + if (type == LAZY_MAP_FLAG) { + value = computed; + } else if (!computed) { + if (type == LAZY_FILTER_FLAG) { + continue outer; + } else { + break outer; + } + } + } + result[resIndex++] = value; + } + return result; + } + + // Ensure `LazyWrapper` is an instance of `baseLodash`. + LazyWrapper.prototype = baseCreate(baseLodash.prototype); + LazyWrapper.prototype.constructor = LazyWrapper; + + /*------------------------------------------------------------------------*/ + + /** + * Creates a hash object. + * + * @private + * @constructor + * @param {Array} [entries] The key-value pairs to cache. + */ + function Hash(entries) { + var index = -1, + length = entries == null ? 0 : entries.length; + + this.clear(); + while (++index < length) { + var entry = entries[index]; + this.set(entry[0], entry[1]); + } + } + + /** + * Removes all key-value entries from the hash. + * + * @private + * @name clear + * @memberOf Hash + */ + function hashClear() { + this.__data__ = nativeCreate ? nativeCreate(null) : {}; + this.size = 0; + } + + /** + * Removes `key` and its value from the hash. + * + * @private + * @name delete + * @memberOf Hash + * @param {Object} hash The hash to modify. + * @param {string} key The key of the value to remove. + * @returns {boolean} Returns `true` if the entry was removed, else `false`. + */ + function hashDelete(key) { + var result = this.has(key) && delete this.__data__[key]; + this.size -= result ? 1 : 0; + return result; + } + + /** + * Gets the hash value for `key`. + * + * @private + * @name get + * @memberOf Hash + * @param {string} key The key of the value to get. + * @returns {*} Returns the entry value. + */ + function hashGet(key) { + var data = this.__data__; + if (nativeCreate) { + var result = data[key]; + return result === HASH_UNDEFINED ? undefined : result; + } + return hasOwnProperty.call(data, key) ? data[key] : undefined; + } + + /** + * Checks if a hash value for `key` exists. + * + * @private + * @name has + * @memberOf Hash + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ + function hashHas(key) { + var data = this.__data__; + return nativeCreate ? (data[key] !== undefined) : hasOwnProperty.call(data, key); + } + + /** + * Sets the hash `key` to `value`. + * + * @private + * @name set + * @memberOf Hash + * @param {string} key The key of the value to set. + * @param {*} value The value to set. + * @returns {Object} Returns the hash instance. + */ + function hashSet(key, value) { + var data = this.__data__; + this.size += this.has(key) ? 0 : 1; + data[key] = (nativeCreate && value === undefined) ? HASH_UNDEFINED : value; + return this; + } + + // Add methods to `Hash`. + Hash.prototype.clear = hashClear; + Hash.prototype['delete'] = hashDelete; + Hash.prototype.get = hashGet; + Hash.prototype.has = hashHas; + Hash.prototype.set = hashSet; + + /*------------------------------------------------------------------------*/ + + /** + * Creates an list cache object. + * + * @private + * @constructor + * @param {Array} [entries] The key-value pairs to cache. + */ + function ListCache(entries) { + var index = -1, + length = entries == null ? 0 : entries.length; + + this.clear(); + while (++index < length) { + var entry = entries[index]; + this.set(entry[0], entry[1]); + } + } + + /** + * Removes all key-value entries from the list cache. + * + * @private + * @name clear + * @memberOf ListCache + */ + function listCacheClear() { + this.__data__ = []; + this.size = 0; + } + + /** + * Removes `key` and its value from the list cache. + * + * @private + * @name delete + * @memberOf ListCache + * @param {string} key The key of the value to remove. + * @returns {boolean} Returns `true` if the entry was removed, else `false`. + */ + function listCacheDelete(key) { + var data = this.__data__, + index = assocIndexOf(data, key); + + if (index < 0) { + return false; + } + var lastIndex = data.length - 1; + if (index == lastIndex) { + data.pop(); + } else { + splice.call(data, index, 1); + } + --this.size; + return true; + } + + /** + * Gets the list cache value for `key`. + * + * @private + * @name get + * @memberOf ListCache + * @param {string} key The key of the value to get. + * @returns {*} Returns the entry value. + */ + function listCacheGet(key) { + var data = this.__data__, + index = assocIndexOf(data, key); + + return index < 0 ? undefined : data[index][1]; + } + + /** + * Checks if a list cache value for `key` exists. + * + * @private + * @name has + * @memberOf ListCache + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ + function listCacheHas(key) { + return assocIndexOf(this.__data__, key) > -1; + } + + /** + * Sets the list cache `key` to `value`. + * + * @private + * @name set + * @memberOf ListCache + * @param {string} key The key of the value to set. + * @param {*} value The value to set. + * @returns {Object} Returns the list cache instance. + */ + function listCacheSet(key, value) { + var data = this.__data__, + index = assocIndexOf(data, key); + + if (index < 0) { + ++this.size; + data.push([key, value]); + } else { + data[index][1] = value; + } + return this; + } + + // Add methods to `ListCache`. + ListCache.prototype.clear = listCacheClear; + ListCache.prototype['delete'] = listCacheDelete; + ListCache.prototype.get = listCacheGet; + ListCache.prototype.has = listCacheHas; + ListCache.prototype.set = listCacheSet; + + /*------------------------------------------------------------------------*/ + + /** + * Creates a map cache object to store key-value pairs. + * + * @private + * @constructor + * @param {Array} [entries] The key-value pairs to cache. + */ + function MapCache(entries) { + var index = -1, + length = entries == null ? 0 : entries.length; + + this.clear(); + while (++index < length) { + var entry = entries[index]; + this.set(entry[0], entry[1]); + } + } + + /** + * Removes all key-value entries from the map. + * + * @private + * @name clear + * @memberOf MapCache + */ + function mapCacheClear() { + this.size = 0; + this.__data__ = { + 'hash': new Hash, + 'map': new (Map || ListCache), + 'string': new Hash + }; + } + + /** + * Removes `key` and its value from the map. + * + * @private + * @name delete + * @memberOf MapCache + * @param {string} key The key of the value to remove. + * @returns {boolean} Returns `true` if the entry was removed, else `false`. + */ + function mapCacheDelete(key) { + var result = getMapData(this, key)['delete'](key); + this.size -= result ? 1 : 0; + return result; + } + + /** + * Gets the map value for `key`. + * + * @private + * @name get + * @memberOf MapCache + * @param {string} key The key of the value to get. + * @returns {*} Returns the entry value. + */ + function mapCacheGet(key) { + return getMapData(this, key).get(key); + } + + /** + * Checks if a map value for `key` exists. + * + * @private + * @name has + * @memberOf MapCache + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ + function mapCacheHas(key) { + return getMapData(this, key).has(key); + } + + /** + * Sets the map `key` to `value`. + * + * @private + * @name set + * @memberOf MapCache + * @param {string} key The key of the value to set. + * @param {*} value The value to set. + * @returns {Object} Returns the map cache instance. + */ + function mapCacheSet(key, value) { + var data = getMapData(this, key), + size = data.size; + + data.set(key, value); + this.size += data.size == size ? 0 : 1; + return this; + } + + // Add methods to `MapCache`. + MapCache.prototype.clear = mapCacheClear; + MapCache.prototype['delete'] = mapCacheDelete; + MapCache.prototype.get = mapCacheGet; + MapCache.prototype.has = mapCacheHas; + MapCache.prototype.set = mapCacheSet; + + /*------------------------------------------------------------------------*/ + + /** + * + * Creates an array cache object to store unique values. + * + * @private + * @constructor + * @param {Array} [values] The values to cache. + */ + function SetCache(values) { + var index = -1, + length = values == null ? 0 : values.length; + + this.__data__ = new MapCache; + while (++index < length) { + this.add(values[index]); + } + } + + /** + * Adds `value` to the array cache. + * + * @private + * @name add + * @memberOf SetCache + * @alias push + * @param {*} value The value to cache. + * @returns {Object} Returns the cache instance. + */ + function setCacheAdd(value) { + this.__data__.set(value, HASH_UNDEFINED); + return this; + } + + /** + * Checks if `value` is in the array cache. + * + * @private + * @name has + * @memberOf SetCache + * @param {*} value The value to search for. + * @returns {number} Returns `true` if `value` is found, else `false`. + */ + function setCacheHas(value) { + return this.__data__.has(value); + } + + // Add methods to `SetCache`. + SetCache.prototype.add = SetCache.prototype.push = setCacheAdd; + SetCache.prototype.has = setCacheHas; + + /*------------------------------------------------------------------------*/ + + /** + * Creates a stack cache object to store key-value pairs. + * + * @private + * @constructor + * @param {Array} [entries] The key-value pairs to cache. + */ + function Stack(entries) { + var data = this.__data__ = new ListCache(entries); + this.size = data.size; + } + + /** + * Removes all key-value entries from the stack. + * + * @private + * @name clear + * @memberOf Stack + */ + function stackClear() { + this.__data__ = new ListCache; + this.size = 0; + } + + /** + * Removes `key` and its value from the stack. + * + * @private + * @name delete + * @memberOf Stack + * @param {string} key The key of the value to remove. + * @returns {boolean} Returns `true` if the entry was removed, else `false`. + */ + function stackDelete(key) { + var data = this.__data__, + result = data['delete'](key); + + this.size = data.size; + return result; + } + + /** + * Gets the stack value for `key`. + * + * @private + * @name get + * @memberOf Stack + * @param {string} key The key of the value to get. + * @returns {*} Returns the entry value. + */ + function stackGet(key) { + return this.__data__.get(key); + } + + /** + * Checks if a stack value for `key` exists. + * + * @private + * @name has + * @memberOf Stack + * @param {string} key The key of the entry to check. + * @returns {boolean} Returns `true` if an entry for `key` exists, else `false`. + */ + function stackHas(key) { + return this.__data__.has(key); + } + + /** + * Sets the stack `key` to `value`. + * + * @private + * @name set + * @memberOf Stack + * @param {string} key The key of the value to set. + * @param {*} value The value to set. + * @returns {Object} Returns the stack cache instance. + */ + function stackSet(key, value) { + var data = this.__data__; + if (data instanceof ListCache) { + var pairs = data.__data__; + if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) { + pairs.push([key, value]); + this.size = ++data.size; + return this; + } + data = this.__data__ = new MapCache(pairs); + } + data.set(key, value); + this.size = data.size; + return this; + } + + // Add methods to `Stack`. + Stack.prototype.clear = stackClear; + Stack.prototype['delete'] = stackDelete; + Stack.prototype.get = stackGet; + Stack.prototype.has = stackHas; + Stack.prototype.set = stackSet; + + /*------------------------------------------------------------------------*/ + + /** + * Creates an array of the enumerable property names of the array-like `value`. + * + * @private + * @param {*} value The value to query. + * @param {boolean} inherited Specify returning inherited property names. + * @returns {Array} Returns the array of property names. + */ + function arrayLikeKeys(value, inherited) { + var isArr = isArray(value), + isArg = !isArr && isArguments(value), + isBuff = !isArr && !isArg && isBuffer(value), + isType = !isArr && !isArg && !isBuff && isTypedArray(value), + skipIndexes = isArr || isArg || isBuff || isType, + result = skipIndexes ? baseTimes(value.length, String) : [], + length = result.length; + + for (var key in value) { + if ((inherited || hasOwnProperty.call(value, key)) && + !(skipIndexes && ( + // Safari 9 has enumerable `arguments.length` in strict mode. + key == 'length' || + // Node.js 0.10 has enumerable non-index properties on buffers. + (isBuff && (key == 'offset' || key == 'parent')) || + // PhantomJS 2 has enumerable non-index properties on typed arrays. + (isType && (key == 'buffer' || key == 'byteLength' || key == 'byteOffset')) || + // Skip index properties. + isIndex(key, length) + ))) { + result.push(key); + } + } + return result; + } + + /** + * A specialized version of `_.sample` for arrays. + * + * @private + * @param {Array} array The array to sample. + * @returns {*} Returns the random element. + */ + function arraySample(array) { + var length = array.length; + return length ? array[baseRandom(0, length - 1)] : undefined; + } + + /** + * A specialized version of `_.sampleSize` for arrays. + * + * @private + * @param {Array} array The array to sample. + * @param {number} n The number of elements to sample. + * @returns {Array} Returns the random elements. + */ + function arraySampleSize(array, n) { + return shuffleSelf(copyArray(array), baseClamp(n, 0, array.length)); + } + + /** + * A specialized version of `_.shuffle` for arrays. + * + * @private + * @param {Array} array The array to shuffle. + * @returns {Array} Returns the new shuffled array. + */ + function arrayShuffle(array) { + return shuffleSelf(copyArray(array)); + } + + /** + * This function is like `assignValue` except that it doesn't assign + * `undefined` values. + * + * @private + * @param {Object} object The object to modify. + * @param {string} key The key of the property to assign. + * @param {*} value The value to assign. + */ + function assignMergeValue(object, key, value) { + if ((value !== undefined && !eq(object[key], value)) || + (value === undefined && !(key in object))) { + baseAssignValue(object, key, value); + } + } + + /** + * Assigns `value` to `key` of `object` if the existing value is not equivalent + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. + * + * @private + * @param {Object} object The object to modify. + * @param {string} key The key of the property to assign. + * @param {*} value The value to assign. + */ + function assignValue(object, key, value) { + var objValue = object[key]; + if (!(hasOwnProperty.call(object, key) && eq(objValue, value)) || + (value === undefined && !(key in object))) { + baseAssignValue(object, key, value); + } + } + + /** + * Gets the index at which the `key` is found in `array` of key-value pairs. + * + * @private + * @param {Array} array The array to inspect. + * @param {*} key The key to search for. + * @returns {number} Returns the index of the matched value, else `-1`. + */ + function assocIndexOf(array, key) { + var length = array.length; + while (length--) { + if (eq(array[length][0], key)) { + return length; + } + } + return -1; + } + + /** + * Aggregates elements of `collection` on `accumulator` with keys transformed + * by `iteratee` and values set by `setter`. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} setter The function to set `accumulator` values. + * @param {Function} iteratee The iteratee to transform keys. + * @param {Object} accumulator The initial aggregated object. + * @returns {Function} Returns `accumulator`. + */ + function baseAggregator(collection, setter, iteratee, accumulator) { + baseEach(collection, function(value, key, collection) { + setter(accumulator, value, iteratee(value), collection); + }); + return accumulator; + } + + /** + * The base implementation of `_.assign` without support for multiple sources + * or `customizer` functions. + * + * @private + * @param {Object} object The destination object. + * @param {Object} source The source object. + * @returns {Object} Returns `object`. + */ + function baseAssign(object, source) { + return object && copyObject(source, keys(source), object); + } + + /** + * The base implementation of `_.assignIn` without support for multiple sources + * or `customizer` functions. + * + * @private + * @param {Object} object The destination object. + * @param {Object} source The source object. + * @returns {Object} Returns `object`. + */ + function baseAssignIn(object, source) { + return object && copyObject(source, keysIn(source), object); + } + + /** + * The base implementation of `assignValue` and `assignMergeValue` without + * value checks. + * + * @private + * @param {Object} object The object to modify. + * @param {string} key The key of the property to assign. + * @param {*} value The value to assign. + */ + function baseAssignValue(object, key, value) { + if (key == '__proto__' && defineProperty) { + defineProperty(object, key, { + 'configurable': true, + 'enumerable': true, + 'value': value, + 'writable': true + }); + } else { + object[key] = value; + } + } + + /** + * The base implementation of `_.at` without support for individual paths. + * + * @private + * @param {Object} object The object to iterate over. + * @param {string[]} paths The property paths to pick. + * @returns {Array} Returns the picked elements. + */ + function baseAt(object, paths) { + var index = -1, + length = paths.length, + result = Array(length), + skip = object == null; + + while (++index < length) { + result[index] = skip ? undefined : get(object, paths[index]); + } + return result; + } + + /** + * The base implementation of `_.clamp` which doesn't coerce arguments. + * + * @private + * @param {number} number The number to clamp. + * @param {number} [lower] The lower bound. + * @param {number} upper The upper bound. + * @returns {number} Returns the clamped number. + */ + function baseClamp(number, lower, upper) { + if (number === number) { + if (upper !== undefined) { + number = number <= upper ? number : upper; + } + if (lower !== undefined) { + number = number >= lower ? number : lower; + } + } + return number; + } + + /** + * The base implementation of `_.clone` and `_.cloneDeep` which tracks + * traversed objects. + * + * @private + * @param {*} value The value to clone. + * @param {boolean} bitmask The bitmask flags. + * 1 - Deep clone + * 2 - Flatten inherited properties + * 4 - Clone symbols + * @param {Function} [customizer] The function to customize cloning. + * @param {string} [key] The key of `value`. + * @param {Object} [object] The parent object of `value`. + * @param {Object} [stack] Tracks traversed objects and their clone counterparts. + * @returns {*} Returns the cloned value. + */ + function baseClone(value, bitmask, customizer, key, object, stack) { + var result, + isDeep = bitmask & CLONE_DEEP_FLAG, + isFlat = bitmask & CLONE_FLAT_FLAG, + isFull = bitmask & CLONE_SYMBOLS_FLAG; + + if (customizer) { + result = object ? customizer(value, key, object, stack) : customizer(value); + } + if (result !== undefined) { + return result; + } + if (!isObject(value)) { + return value; + } + var isArr = isArray(value); + if (isArr) { + result = initCloneArray(value); + if (!isDeep) { + return copyArray(value, result); + } + } else { + var tag = getTag(value), + isFunc = tag == funcTag || tag == genTag; + + if (isBuffer(value)) { + return cloneBuffer(value, isDeep); + } + if (tag == objectTag || tag == argsTag || (isFunc && !object)) { + result = (isFlat || isFunc) ? {} : initCloneObject(value); + if (!isDeep) { + return isFlat + ? copySymbolsIn(value, baseAssignIn(result, value)) + : copySymbols(value, baseAssign(result, value)); + } + } else { + if (!cloneableTags[tag]) { + return object ? value : {}; + } + result = initCloneByTag(value, tag, isDeep); + } + } + // Check for circular references and return its corresponding clone. + stack || (stack = new Stack); + var stacked = stack.get(value); + if (stacked) { + return stacked; + } + stack.set(value, result); + + if (isSet(value)) { + value.forEach(function(subValue) { + result.add(baseClone(subValue, bitmask, customizer, subValue, value, stack)); + }); + } else if (isMap(value)) { + value.forEach(function(subValue, key) { + result.set(key, baseClone(subValue, bitmask, customizer, key, value, stack)); + }); + } + + var keysFunc = isFull + ? (isFlat ? getAllKeysIn : getAllKeys) + : (isFlat ? keysIn : keys); + + var props = isArr ? undefined : keysFunc(value); + arrayEach(props || value, function(subValue, key) { + if (props) { + key = subValue; + subValue = value[key]; + } + // Recursively populate clone (susceptible to call stack limits). + assignValue(result, key, baseClone(subValue, bitmask, customizer, key, value, stack)); + }); + return result; + } + + /** + * The base implementation of `_.conforms` which doesn't clone `source`. + * + * @private + * @param {Object} source The object of property predicates to conform to. + * @returns {Function} Returns the new spec function. + */ + function baseConforms(source) { + var props = keys(source); + return function(object) { + return baseConformsTo(object, source, props); + }; + } + + /** + * The base implementation of `_.conformsTo` which accepts `props` to check. + * + * @private + * @param {Object} object The object to inspect. + * @param {Object} source The object of property predicates to conform to. + * @returns {boolean} Returns `true` if `object` conforms, else `false`. + */ + function baseConformsTo(object, source, props) { + var length = props.length; + if (object == null) { + return !length; + } + object = Object(object); + while (length--) { + var key = props[length], + predicate = source[key], + value = object[key]; + + if ((value === undefined && !(key in object)) || !predicate(value)) { + return false; + } + } + return true; + } + + /** + * The base implementation of `_.delay` and `_.defer` which accepts `args` + * to provide to `func`. + * + * @private + * @param {Function} func The function to delay. + * @param {number} wait The number of milliseconds to delay invocation. + * @param {Array} args The arguments to provide to `func`. + * @returns {number|Object} Returns the timer id or timeout object. + */ + function baseDelay(func, wait, args) { + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + return setTimeout(function() { func.apply(undefined, args); }, wait); + } + + /** + * The base implementation of methods like `_.difference` without support + * for excluding multiple arrays or iteratee shorthands. + * + * @private + * @param {Array} array The array to inspect. + * @param {Array} values The values to exclude. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of filtered values. + */ + function baseDifference(array, values, iteratee, comparator) { + var index = -1, + includes = arrayIncludes, + isCommon = true, + length = array.length, + result = [], + valuesLength = values.length; + + if (!length) { + return result; + } + if (iteratee) { + values = arrayMap(values, baseUnary(iteratee)); + } + if (comparator) { + includes = arrayIncludesWith; + isCommon = false; + } + else if (values.length >= LARGE_ARRAY_SIZE) { + includes = cacheHas; + isCommon = false; + values = new SetCache(values); + } + outer: + while (++index < length) { + var value = array[index], + computed = iteratee == null ? value : iteratee(value); + + value = (comparator || value !== 0) ? value : 0; + if (isCommon && computed === computed) { + var valuesIndex = valuesLength; + while (valuesIndex--) { + if (values[valuesIndex] === computed) { + continue outer; + } + } + result.push(value); + } + else if (!includes(values, computed, comparator)) { + result.push(value); + } + } + return result; + } + + /** + * The base implementation of `_.forEach` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array|Object} Returns `collection`. + */ + var baseEach = createBaseEach(baseForOwn); + + /** + * The base implementation of `_.forEachRight` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array|Object} Returns `collection`. + */ + var baseEachRight = createBaseEach(baseForOwnRight, true); + + /** + * The base implementation of `_.every` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {boolean} Returns `true` if all elements pass the predicate check, + * else `false` + */ + function baseEvery(collection, predicate) { + var result = true; + baseEach(collection, function(value, index, collection) { + result = !!predicate(value, index, collection); + return result; + }); + return result; + } + + /** + * The base implementation of methods like `_.max` and `_.min` which accepts a + * `comparator` to determine the extremum value. + * + * @private + * @param {Array} array The array to iterate over. + * @param {Function} iteratee The iteratee invoked per iteration. + * @param {Function} comparator The comparator used to compare values. + * @returns {*} Returns the extremum value. + */ + function baseExtremum(array, iteratee, comparator) { + var index = -1, + length = array.length; + + while (++index < length) { + var value = array[index], + current = iteratee(value); + + if (current != null && (computed === undefined + ? (current === current && !isSymbol(current)) + : comparator(current, computed) + )) { + var computed = current, + result = value; + } + } + return result; + } + + /** + * The base implementation of `_.fill` without an iteratee call guard. + * + * @private + * @param {Array} array The array to fill. + * @param {*} value The value to fill `array` with. + * @param {number} [start=0] The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns `array`. + */ + function baseFill(array, value, start, end) { + var length = array.length; + + start = toInteger(start); + if (start < 0) { + start = -start > length ? 0 : (length + start); + } + end = (end === undefined || end > length) ? length : toInteger(end); + if (end < 0) { + end += length; + } + end = start > end ? 0 : toLength(end); + while (start < end) { + array[start++] = value; + } + return array; + } + + /** + * The base implementation of `_.filter` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {Array} Returns the new filtered array. + */ + function baseFilter(collection, predicate) { + var result = []; + baseEach(collection, function(value, index, collection) { + if (predicate(value, index, collection)) { + result.push(value); + } + }); + return result; + } + + /** + * The base implementation of `_.flatten` with support for restricting flattening. + * + * @private + * @param {Array} array The array to flatten. + * @param {number} depth The maximum recursion depth. + * @param {boolean} [predicate=isFlattenable] The function invoked per iteration. + * @param {boolean} [isStrict] Restrict to values that pass `predicate` checks. + * @param {Array} [result=[]] The initial result value. + * @returns {Array} Returns the new flattened array. + */ + function baseFlatten(array, depth, predicate, isStrict, result) { + var index = -1, + length = array.length; + + predicate || (predicate = isFlattenable); + result || (result = []); + + while (++index < length) { + var value = array[index]; + if (depth > 0 && predicate(value)) { + if (depth > 1) { + // Recursively flatten arrays (susceptible to call stack limits). + baseFlatten(value, depth - 1, predicate, isStrict, result); + } else { + arrayPush(result, value); + } + } else if (!isStrict) { + result[result.length] = value; + } + } + return result; + } + + /** + * The base implementation of `baseForOwn` which iterates over `object` + * properties returned by `keysFunc` and invokes `iteratee` for each property. + * Iteratee functions may exit iteration early by explicitly returning `false`. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {Function} keysFunc The function to get the keys of `object`. + * @returns {Object} Returns `object`. + */ + var baseFor = createBaseFor(); + + /** + * This function is like `baseFor` except that it iterates over properties + * in the opposite order. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @param {Function} keysFunc The function to get the keys of `object`. + * @returns {Object} Returns `object`. + */ + var baseForRight = createBaseFor(true); + + /** + * The base implementation of `_.forOwn` without support for iteratee shorthands. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Object} Returns `object`. + */ + function baseForOwn(object, iteratee) { + return object && baseFor(object, iteratee, keys); + } + + /** + * The base implementation of `_.forOwnRight` without support for iteratee shorthands. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Object} Returns `object`. + */ + function baseForOwnRight(object, iteratee) { + return object && baseForRight(object, iteratee, keys); + } + + /** + * The base implementation of `_.functions` which creates an array of + * `object` function property names filtered from `props`. + * + * @private + * @param {Object} object The object to inspect. + * @param {Array} props The property names to filter. + * @returns {Array} Returns the function names. + */ + function baseFunctions(object, props) { + return arrayFilter(props, function(key) { + return isFunction(object[key]); + }); + } + + /** + * The base implementation of `_.get` without support for default values. + * + * @private + * @param {Object} object The object to query. + * @param {Array|string} path The path of the property to get. + * @returns {*} Returns the resolved value. + */ + function baseGet(object, path) { + path = castPath(path, object); + + var index = 0, + length = path.length; + + while (object != null && index < length) { + object = object[toKey(path[index++])]; + } + return (index && index == length) ? object : undefined; + } + + /** + * The base implementation of `getAllKeys` and `getAllKeysIn` which uses + * `keysFunc` and `symbolsFunc` to get the enumerable property names and + * symbols of `object`. + * + * @private + * @param {Object} object The object to query. + * @param {Function} keysFunc The function to get the keys of `object`. + * @param {Function} symbolsFunc The function to get the symbols of `object`. + * @returns {Array} Returns the array of property names and symbols. + */ + function baseGetAllKeys(object, keysFunc, symbolsFunc) { + var result = keysFunc(object); + return isArray(object) ? result : arrayPush(result, symbolsFunc(object)); + } + + /** + * The base implementation of `getTag` without fallbacks for buggy environments. + * + * @private + * @param {*} value The value to query. + * @returns {string} Returns the `toStringTag`. + */ + function baseGetTag(value) { + if (value == null) { + return value === undefined ? undefinedTag : nullTag; + } + return (symToStringTag && symToStringTag in Object(value)) + ? getRawTag(value) + : objectToString(value); + } + + /** + * The base implementation of `_.gt` which doesn't coerce arguments. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is greater than `other`, + * else `false`. + */ + function baseGt(value, other) { + return value > other; + } + + /** + * The base implementation of `_.has` without support for deep paths. + * + * @private + * @param {Object} [object] The object to query. + * @param {Array|string} key The key to check. + * @returns {boolean} Returns `true` if `key` exists, else `false`. + */ + function baseHas(object, key) { + return object != null && hasOwnProperty.call(object, key); + } + + /** + * The base implementation of `_.hasIn` without support for deep paths. + * + * @private + * @param {Object} [object] The object to query. + * @param {Array|string} key The key to check. + * @returns {boolean} Returns `true` if `key` exists, else `false`. + */ + function baseHasIn(object, key) { + return object != null && key in Object(object); + } + + /** + * The base implementation of `_.inRange` which doesn't coerce arguments. + * + * @private + * @param {number} number The number to check. + * @param {number} start The start of the range. + * @param {number} end The end of the range. + * @returns {boolean} Returns `true` if `number` is in the range, else `false`. + */ + function baseInRange(number, start, end) { + return number >= nativeMin(start, end) && number < nativeMax(start, end); + } + + /** + * The base implementation of methods like `_.intersection`, without support + * for iteratee shorthands, that accepts an array of arrays to inspect. + * + * @private + * @param {Array} arrays The arrays to inspect. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of shared values. + */ + function baseIntersection(arrays, iteratee, comparator) { + var includes = comparator ? arrayIncludesWith : arrayIncludes, + length = arrays[0].length, + othLength = arrays.length, + othIndex = othLength, + caches = Array(othLength), + maxLength = Infinity, + result = []; + + while (othIndex--) { + var array = arrays[othIndex]; + if (othIndex && iteratee) { + array = arrayMap(array, baseUnary(iteratee)); + } + maxLength = nativeMin(array.length, maxLength); + caches[othIndex] = !comparator && (iteratee || (length >= 120 && array.length >= 120)) + ? new SetCache(othIndex && array) + : undefined; + } + array = arrays[0]; + + var index = -1, + seen = caches[0]; + + outer: + while (++index < length && result.length < maxLength) { + var value = array[index], + computed = iteratee ? iteratee(value) : value; + + value = (comparator || value !== 0) ? value : 0; + if (!(seen + ? cacheHas(seen, computed) + : includes(result, computed, comparator) + )) { + othIndex = othLength; + while (--othIndex) { + var cache = caches[othIndex]; + if (!(cache + ? cacheHas(cache, computed) + : includes(arrays[othIndex], computed, comparator)) + ) { + continue outer; + } + } + if (seen) { + seen.push(computed); + } + result.push(value); + } + } + return result; + } + + /** + * The base implementation of `_.invert` and `_.invertBy` which inverts + * `object` with values transformed by `iteratee` and set by `setter`. + * + * @private + * @param {Object} object The object to iterate over. + * @param {Function} setter The function to set `accumulator` values. + * @param {Function} iteratee The iteratee to transform values. + * @param {Object} accumulator The initial inverted object. + * @returns {Function} Returns `accumulator`. + */ + function baseInverter(object, setter, iteratee, accumulator) { + baseForOwn(object, function(value, key, object) { + setter(accumulator, iteratee(value), key, object); + }); + return accumulator; + } + + /** + * The base implementation of `_.invoke` without support for individual + * method arguments. + * + * @private + * @param {Object} object The object to query. + * @param {Array|string} path The path of the method to invoke. + * @param {Array} args The arguments to invoke the method with. + * @returns {*} Returns the result of the invoked method. + */ + function baseInvoke(object, path, args) { + path = castPath(path, object); + object = parent(object, path); + var func = object == null ? object : object[toKey(last(path))]; + return func == null ? undefined : apply(func, object, args); + } + + /** + * The base implementation of `_.isArguments`. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an `arguments` object, + */ + function baseIsArguments(value) { + return isObjectLike(value) && baseGetTag(value) == argsTag; + } + + /** + * The base implementation of `_.isArrayBuffer` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an array buffer, else `false`. + */ + function baseIsArrayBuffer(value) { + return isObjectLike(value) && baseGetTag(value) == arrayBufferTag; + } + + /** + * The base implementation of `_.isDate` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a date object, else `false`. + */ + function baseIsDate(value) { + return isObjectLike(value) && baseGetTag(value) == dateTag; + } + + /** + * The base implementation of `_.isEqual` which supports partial comparisons + * and tracks traversed objects. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @param {boolean} bitmask The bitmask flags. + * 1 - Unordered comparison + * 2 - Partial comparison + * @param {Function} [customizer] The function to customize comparisons. + * @param {Object} [stack] Tracks traversed `value` and `other` objects. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + */ + function baseIsEqual(value, other, bitmask, customizer, stack) { + if (value === other) { + return true; + } + if (value == null || other == null || (!isObjectLike(value) && !isObjectLike(other))) { + return value !== value && other !== other; + } + return baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack); + } + + /** + * A specialized version of `baseIsEqual` for arrays and objects which performs + * deep comparisons and tracks traversed objects enabling objects with circular + * references to be compared. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} [stack] Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + */ + function baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) { + var objIsArr = isArray(object), + othIsArr = isArray(other), + objTag = objIsArr ? arrayTag : getTag(object), + othTag = othIsArr ? arrayTag : getTag(other); + + objTag = objTag == argsTag ? objectTag : objTag; + othTag = othTag == argsTag ? objectTag : othTag; + + var objIsObj = objTag == objectTag, + othIsObj = othTag == objectTag, + isSameTag = objTag == othTag; + + if (isSameTag && isBuffer(object)) { + if (!isBuffer(other)) { + return false; + } + objIsArr = true; + objIsObj = false; + } + if (isSameTag && !objIsObj) { + stack || (stack = new Stack); + return (objIsArr || isTypedArray(object)) + ? equalArrays(object, other, bitmask, customizer, equalFunc, stack) + : equalByTag(object, other, objTag, bitmask, customizer, equalFunc, stack); + } + if (!(bitmask & COMPARE_PARTIAL_FLAG)) { + var objIsWrapped = objIsObj && hasOwnProperty.call(object, '__wrapped__'), + othIsWrapped = othIsObj && hasOwnProperty.call(other, '__wrapped__'); + + if (objIsWrapped || othIsWrapped) { + var objUnwrapped = objIsWrapped ? object.value() : object, + othUnwrapped = othIsWrapped ? other.value() : other; + + stack || (stack = new Stack); + return equalFunc(objUnwrapped, othUnwrapped, bitmask, customizer, stack); + } + } + if (!isSameTag) { + return false; + } + stack || (stack = new Stack); + return equalObjects(object, other, bitmask, customizer, equalFunc, stack); + } + + /** + * The base implementation of `_.isMap` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a map, else `false`. + */ + function baseIsMap(value) { + return isObjectLike(value) && getTag(value) == mapTag; + } + + /** + * The base implementation of `_.isMatch` without support for iteratee shorthands. + * + * @private + * @param {Object} object The object to inspect. + * @param {Object} source The object of property values to match. + * @param {Array} matchData The property names, values, and compare flags to match. + * @param {Function} [customizer] The function to customize comparisons. + * @returns {boolean} Returns `true` if `object` is a match, else `false`. + */ + function baseIsMatch(object, source, matchData, customizer) { + var index = matchData.length, + length = index, + noCustomizer = !customizer; + + if (object == null) { + return !length; + } + object = Object(object); + while (index--) { + var data = matchData[index]; + if ((noCustomizer && data[2]) + ? data[1] !== object[data[0]] + : !(data[0] in object) + ) { + return false; + } + } + while (++index < length) { + data = matchData[index]; + var key = data[0], + objValue = object[key], + srcValue = data[1]; + + if (noCustomizer && data[2]) { + if (objValue === undefined && !(key in object)) { + return false; + } + } else { + var stack = new Stack; + if (customizer) { + var result = customizer(objValue, srcValue, key, object, source, stack); + } + if (!(result === undefined + ? baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG, customizer, stack) + : result + )) { + return false; + } + } + } + return true; + } + + /** + * The base implementation of `_.isNative` without bad shim checks. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a native function, + * else `false`. + */ + function baseIsNative(value) { + if (!isObject(value) || isMasked(value)) { + return false; + } + var pattern = isFunction(value) ? reIsNative : reIsHostCtor; + return pattern.test(toSource(value)); + } + + /** + * The base implementation of `_.isRegExp` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a regexp, else `false`. + */ + function baseIsRegExp(value) { + return isObjectLike(value) && baseGetTag(value) == regexpTag; + } + + /** + * The base implementation of `_.isSet` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a set, else `false`. + */ + function baseIsSet(value) { + return isObjectLike(value) && getTag(value) == setTag; + } + + /** + * The base implementation of `_.isTypedArray` without Node.js optimizations. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a typed array, else `false`. + */ + function baseIsTypedArray(value) { + return isObjectLike(value) && + isLength(value.length) && !!typedArrayTags[baseGetTag(value)]; + } + + /** + * The base implementation of `_.iteratee`. + * + * @private + * @param {*} [value=_.identity] The value to convert to an iteratee. + * @returns {Function} Returns the iteratee. + */ + function baseIteratee(value) { + // Don't store the `typeof` result in a variable to avoid a JIT bug in Safari 9. + // See https://bugs.webkit.org/show_bug.cgi?id=156034 for more details. + if (typeof value == 'function') { + return value; + } + if (value == null) { + return identity; + } + if (typeof value == 'object') { + return isArray(value) + ? baseMatchesProperty(value[0], value[1]) + : baseMatches(value); + } + return property(value); + } + + /** + * The base implementation of `_.keys` which doesn't treat sparse arrays as dense. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + */ + function baseKeys(object) { + if (!isPrototype(object)) { + return nativeKeys(object); + } + var result = []; + for (var key in Object(object)) { + if (hasOwnProperty.call(object, key) && key != 'constructor') { + result.push(key); + } + } + return result; + } + + /** + * The base implementation of `_.keysIn` which doesn't treat sparse arrays as dense. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + */ + function baseKeysIn(object) { + if (!isObject(object)) { + return nativeKeysIn(object); + } + var isProto = isPrototype(object), + result = []; + + for (var key in object) { + if (!(key == 'constructor' && (isProto || !hasOwnProperty.call(object, key)))) { + result.push(key); + } + } + return result; + } + + /** + * The base implementation of `_.lt` which doesn't coerce arguments. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is less than `other`, + * else `false`. + */ + function baseLt(value, other) { + return value < other; + } + + /** + * The base implementation of `_.map` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} iteratee The function invoked per iteration. + * @returns {Array} Returns the new mapped array. + */ + function baseMap(collection, iteratee) { + var index = -1, + result = isArrayLike(collection) ? Array(collection.length) : []; + + baseEach(collection, function(value, key, collection) { + result[++index] = iteratee(value, key, collection); + }); + return result; + } + + /** + * The base implementation of `_.matches` which doesn't clone `source`. + * + * @private + * @param {Object} source The object of property values to match. + * @returns {Function} Returns the new spec function. + */ + function baseMatches(source) { + var matchData = getMatchData(source); + if (matchData.length == 1 && matchData[0][2]) { + return matchesStrictComparable(matchData[0][0], matchData[0][1]); + } + return function(object) { + return object === source || baseIsMatch(object, source, matchData); + }; + } + + /** + * The base implementation of `_.matchesProperty` which doesn't clone `srcValue`. + * + * @private + * @param {string} path The path of the property to get. + * @param {*} srcValue The value to match. + * @returns {Function} Returns the new spec function. + */ + function baseMatchesProperty(path, srcValue) { + if (isKey(path) && isStrictComparable(srcValue)) { + return matchesStrictComparable(toKey(path), srcValue); + } + return function(object) { + var objValue = get(object, path); + return (objValue === undefined && objValue === srcValue) + ? hasIn(object, path) + : baseIsEqual(srcValue, objValue, COMPARE_PARTIAL_FLAG | COMPARE_UNORDERED_FLAG); + }; + } + + /** + * The base implementation of `_.merge` without support for multiple sources. + * + * @private + * @param {Object} object The destination object. + * @param {Object} source The source object. + * @param {number} srcIndex The index of `source`. + * @param {Function} [customizer] The function to customize merged values. + * @param {Object} [stack] Tracks traversed source values and their merged + * counterparts. + */ + function baseMerge(object, source, srcIndex, customizer, stack) { + if (object === source) { + return; + } + baseFor(source, function(srcValue, key) { + stack || (stack = new Stack); + if (isObject(srcValue)) { + baseMergeDeep(object, source, key, srcIndex, baseMerge, customizer, stack); + } + else { + var newValue = customizer + ? customizer(safeGet(object, key), srcValue, (key + ''), object, source, stack) + : undefined; + + if (newValue === undefined) { + newValue = srcValue; + } + assignMergeValue(object, key, newValue); + } + }, keysIn); + } + + /** + * A specialized version of `baseMerge` for arrays and objects which performs + * deep merges and tracks traversed objects enabling objects with circular + * references to be merged. + * + * @private + * @param {Object} object The destination object. + * @param {Object} source The source object. + * @param {string} key The key of the value to merge. + * @param {number} srcIndex The index of `source`. + * @param {Function} mergeFunc The function to merge values. + * @param {Function} [customizer] The function to customize assigned values. + * @param {Object} [stack] Tracks traversed source values and their merged + * counterparts. + */ + function baseMergeDeep(object, source, key, srcIndex, mergeFunc, customizer, stack) { + var objValue = safeGet(object, key), + srcValue = safeGet(source, key), + stacked = stack.get(srcValue); + + if (stacked) { + assignMergeValue(object, key, stacked); + return; + } + var newValue = customizer + ? customizer(objValue, srcValue, (key + ''), object, source, stack) + : undefined; + + var isCommon = newValue === undefined; + + if (isCommon) { + var isArr = isArray(srcValue), + isBuff = !isArr && isBuffer(srcValue), + isTyped = !isArr && !isBuff && isTypedArray(srcValue); + + newValue = srcValue; + if (isArr || isBuff || isTyped) { + if (isArray(objValue)) { + newValue = objValue; + } + else if (isArrayLikeObject(objValue)) { + newValue = copyArray(objValue); + } + else if (isBuff) { + isCommon = false; + newValue = cloneBuffer(srcValue, true); + } + else if (isTyped) { + isCommon = false; + newValue = cloneTypedArray(srcValue, true); + } + else { + newValue = []; + } + } + else if (isPlainObject(srcValue) || isArguments(srcValue)) { + newValue = objValue; + if (isArguments(objValue)) { + newValue = toPlainObject(objValue); + } + else if (!isObject(objValue) || isFunction(objValue)) { + newValue = initCloneObject(srcValue); + } + } + else { + isCommon = false; + } + } + if (isCommon) { + // Recursively merge objects and arrays (susceptible to call stack limits). + stack.set(srcValue, newValue); + mergeFunc(newValue, srcValue, srcIndex, customizer, stack); + stack['delete'](srcValue); + } + assignMergeValue(object, key, newValue); + } + + /** + * The base implementation of `_.nth` which doesn't coerce arguments. + * + * @private + * @param {Array} array The array to query. + * @param {number} n The index of the element to return. + * @returns {*} Returns the nth element of `array`. + */ + function baseNth(array, n) { + var length = array.length; + if (!length) { + return; + } + n += n < 0 ? length : 0; + return isIndex(n, length) ? array[n] : undefined; + } + + /** + * The base implementation of `_.orderBy` without param guards. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function[]|Object[]|string[]} iteratees The iteratees to sort by. + * @param {string[]} orders The sort orders of `iteratees`. + * @returns {Array} Returns the new sorted array. + */ + function baseOrderBy(collection, iteratees, orders) { + if (iteratees.length) { + iteratees = arrayMap(iteratees, function(iteratee) { + if (isArray(iteratee)) { + return function(value) { + return baseGet(value, iteratee.length === 1 ? iteratee[0] : iteratee); + } + } + return iteratee; + }); + } else { + iteratees = [identity]; + } + + var index = -1; + iteratees = arrayMap(iteratees, baseUnary(getIteratee())); + + var result = baseMap(collection, function(value, key, collection) { + var criteria = arrayMap(iteratees, function(iteratee) { + return iteratee(value); + }); + return { 'criteria': criteria, 'index': ++index, 'value': value }; + }); + + return baseSortBy(result, function(object, other) { + return compareMultiple(object, other, orders); + }); + } + + /** + * The base implementation of `_.pick` without support for individual + * property identifiers. + * + * @private + * @param {Object} object The source object. + * @param {string[]} paths The property paths to pick. + * @returns {Object} Returns the new object. + */ + function basePick(object, paths) { + return basePickBy(object, paths, function(value, path) { + return hasIn(object, path); + }); + } + + /** + * The base implementation of `_.pickBy` without support for iteratee shorthands. + * + * @private + * @param {Object} object The source object. + * @param {string[]} paths The property paths to pick. + * @param {Function} predicate The function invoked per property. + * @returns {Object} Returns the new object. + */ + function basePickBy(object, paths, predicate) { + var index = -1, + length = paths.length, + result = {}; + + while (++index < length) { + var path = paths[index], + value = baseGet(object, path); + + if (predicate(value, path)) { + baseSet(result, castPath(path, object), value); + } + } + return result; + } + + /** + * A specialized version of `baseProperty` which supports deep paths. + * + * @private + * @param {Array|string} path The path of the property to get. + * @returns {Function} Returns the new accessor function. + */ + function basePropertyDeep(path) { + return function(object) { + return baseGet(object, path); + }; + } + + /** + * The base implementation of `_.pullAllBy` without support for iteratee + * shorthands. + * + * @private + * @param {Array} array The array to modify. + * @param {Array} values The values to remove. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns `array`. + */ + function basePullAll(array, values, iteratee, comparator) { + var indexOf = comparator ? baseIndexOfWith : baseIndexOf, + index = -1, + length = values.length, + seen = array; + + if (array === values) { + values = copyArray(values); + } + if (iteratee) { + seen = arrayMap(array, baseUnary(iteratee)); + } + while (++index < length) { + var fromIndex = 0, + value = values[index], + computed = iteratee ? iteratee(value) : value; + + while ((fromIndex = indexOf(seen, computed, fromIndex, comparator)) > -1) { + if (seen !== array) { + splice.call(seen, fromIndex, 1); + } + splice.call(array, fromIndex, 1); + } + } + return array; + } + + /** + * The base implementation of `_.pullAt` without support for individual + * indexes or capturing the removed elements. + * + * @private + * @param {Array} array The array to modify. + * @param {number[]} indexes The indexes of elements to remove. + * @returns {Array} Returns `array`. + */ + function basePullAt(array, indexes) { + var length = array ? indexes.length : 0, + lastIndex = length - 1; + + while (length--) { + var index = indexes[length]; + if (length == lastIndex || index !== previous) { + var previous = index; + if (isIndex(index)) { + splice.call(array, index, 1); + } else { + baseUnset(array, index); + } + } + } + return array; + } + + /** + * The base implementation of `_.random` without support for returning + * floating-point numbers. + * + * @private + * @param {number} lower The lower bound. + * @param {number} upper The upper bound. + * @returns {number} Returns the random number. + */ + function baseRandom(lower, upper) { + return lower + nativeFloor(nativeRandom() * (upper - lower + 1)); + } + + /** + * The base implementation of `_.range` and `_.rangeRight` which doesn't + * coerce arguments. + * + * @private + * @param {number} start The start of the range. + * @param {number} end The end of the range. + * @param {number} step The value to increment or decrement by. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Array} Returns the range of numbers. + */ + function baseRange(start, end, step, fromRight) { + var index = -1, + length = nativeMax(nativeCeil((end - start) / (step || 1)), 0), + result = Array(length); + + while (length--) { + result[fromRight ? length : ++index] = start; + start += step; + } + return result; + } + + /** + * The base implementation of `_.repeat` which doesn't coerce arguments. + * + * @private + * @param {string} string The string to repeat. + * @param {number} n The number of times to repeat the string. + * @returns {string} Returns the repeated string. + */ + function baseRepeat(string, n) { + var result = ''; + if (!string || n < 1 || n > MAX_SAFE_INTEGER) { + return result; + } + // Leverage the exponentiation by squaring algorithm for a faster repeat. + // See https://en.wikipedia.org/wiki/Exponentiation_by_squaring for more details. + do { + if (n % 2) { + result += string; + } + n = nativeFloor(n / 2); + if (n) { + string += string; + } + } while (n); + + return result; + } + + /** + * The base implementation of `_.rest` which doesn't validate or coerce arguments. + * + * @private + * @param {Function} func The function to apply a rest parameter to. + * @param {number} [start=func.length-1] The start position of the rest parameter. + * @returns {Function} Returns the new function. + */ + function baseRest(func, start) { + return setToString(overRest(func, start, identity), func + ''); + } + + /** + * The base implementation of `_.sample`. + * + * @private + * @param {Array|Object} collection The collection to sample. + * @returns {*} Returns the random element. + */ + function baseSample(collection) { + return arraySample(values(collection)); + } + + /** + * The base implementation of `_.sampleSize` without param guards. + * + * @private + * @param {Array|Object} collection The collection to sample. + * @param {number} n The number of elements to sample. + * @returns {Array} Returns the random elements. + */ + function baseSampleSize(collection, n) { + var array = values(collection); + return shuffleSelf(array, baseClamp(n, 0, array.length)); + } + + /** + * The base implementation of `_.set`. + * + * @private + * @param {Object} object The object to modify. + * @param {Array|string} path The path of the property to set. + * @param {*} value The value to set. + * @param {Function} [customizer] The function to customize path creation. + * @returns {Object} Returns `object`. + */ + function baseSet(object, path, value, customizer) { + if (!isObject(object)) { + return object; + } + path = castPath(path, object); + + var index = -1, + length = path.length, + lastIndex = length - 1, + nested = object; + + while (nested != null && ++index < length) { + var key = toKey(path[index]), + newValue = value; + + if (key === '__proto__' || key === 'constructor' || key === 'prototype') { + return object; + } + + if (index != lastIndex) { + var objValue = nested[key]; + newValue = customizer ? customizer(objValue, key, nested) : undefined; + if (newValue === undefined) { + newValue = isObject(objValue) + ? objValue + : (isIndex(path[index + 1]) ? [] : {}); + } + } + assignValue(nested, key, newValue); + nested = nested[key]; + } + return object; + } + + /** + * The base implementation of `setData` without support for hot loop shorting. + * + * @private + * @param {Function} func The function to associate metadata with. + * @param {*} data The metadata. + * @returns {Function} Returns `func`. + */ + var baseSetData = !metaMap ? identity : function(func, data) { + metaMap.set(func, data); + return func; + }; + + /** + * The base implementation of `setToString` without support for hot loop shorting. + * + * @private + * @param {Function} func The function to modify. + * @param {Function} string The `toString` result. + * @returns {Function} Returns `func`. + */ + var baseSetToString = !defineProperty ? identity : function(func, string) { + return defineProperty(func, 'toString', { + 'configurable': true, + 'enumerable': false, + 'value': constant(string), + 'writable': true + }); + }; + + /** + * The base implementation of `_.shuffle`. + * + * @private + * @param {Array|Object} collection The collection to shuffle. + * @returns {Array} Returns the new shuffled array. + */ + function baseShuffle(collection) { + return shuffleSelf(values(collection)); + } + + /** + * The base implementation of `_.slice` without an iteratee call guard. + * + * @private + * @param {Array} array The array to slice. + * @param {number} [start=0] The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns the slice of `array`. + */ + function baseSlice(array, start, end) { + var index = -1, + length = array.length; + + if (start < 0) { + start = -start > length ? 0 : (length + start); + } + end = end > length ? length : end; + if (end < 0) { + end += length; + } + length = start > end ? 0 : ((end - start) >>> 0); + start >>>= 0; + + var result = Array(length); + while (++index < length) { + result[index] = array[index + start]; + } + return result; + } + + /** + * The base implementation of `_.some` without support for iteratee shorthands. + * + * @private + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} predicate The function invoked per iteration. + * @returns {boolean} Returns `true` if any element passes the predicate check, + * else `false`. + */ + function baseSome(collection, predicate) { + var result; + + baseEach(collection, function(value, index, collection) { + result = predicate(value, index, collection); + return !result; + }); + return !!result; + } + + /** + * The base implementation of `_.sortedIndex` and `_.sortedLastIndex` which + * performs a binary search of `array` to determine the index at which `value` + * should be inserted into `array` in order to maintain its sort order. + * + * @private + * @param {Array} array The sorted array to inspect. + * @param {*} value The value to evaluate. + * @param {boolean} [retHighest] Specify returning the highest qualified index. + * @returns {number} Returns the index at which `value` should be inserted + * into `array`. + */ + function baseSortedIndex(array, value, retHighest) { + var low = 0, + high = array == null ? low : array.length; + + if (typeof value == 'number' && value === value && high <= HALF_MAX_ARRAY_LENGTH) { + while (low < high) { + var mid = (low + high) >>> 1, + computed = array[mid]; + + if (computed !== null && !isSymbol(computed) && + (retHighest ? (computed <= value) : (computed < value))) { + low = mid + 1; + } else { + high = mid; + } + } + return high; + } + return baseSortedIndexBy(array, value, identity, retHighest); + } + + /** + * The base implementation of `_.sortedIndexBy` and `_.sortedLastIndexBy` + * which invokes `iteratee` for `value` and each element of `array` to compute + * their sort ranking. The iteratee is invoked with one argument; (value). + * + * @private + * @param {Array} array The sorted array to inspect. + * @param {*} value The value to evaluate. + * @param {Function} iteratee The iteratee invoked per element. + * @param {boolean} [retHighest] Specify returning the highest qualified index. + * @returns {number} Returns the index at which `value` should be inserted + * into `array`. + */ + function baseSortedIndexBy(array, value, iteratee, retHighest) { + var low = 0, + high = array == null ? 0 : array.length; + if (high === 0) { + return 0; + } + + value = iteratee(value); + var valIsNaN = value !== value, + valIsNull = value === null, + valIsSymbol = isSymbol(value), + valIsUndefined = value === undefined; + + while (low < high) { + var mid = nativeFloor((low + high) / 2), + computed = iteratee(array[mid]), + othIsDefined = computed !== undefined, + othIsNull = computed === null, + othIsReflexive = computed === computed, + othIsSymbol = isSymbol(computed); + + if (valIsNaN) { + var setLow = retHighest || othIsReflexive; + } else if (valIsUndefined) { + setLow = othIsReflexive && (retHighest || othIsDefined); + } else if (valIsNull) { + setLow = othIsReflexive && othIsDefined && (retHighest || !othIsNull); + } else if (valIsSymbol) { + setLow = othIsReflexive && othIsDefined && !othIsNull && (retHighest || !othIsSymbol); + } else if (othIsNull || othIsSymbol) { + setLow = false; + } else { + setLow = retHighest ? (computed <= value) : (computed < value); + } + if (setLow) { + low = mid + 1; + } else { + high = mid; + } + } + return nativeMin(high, MAX_ARRAY_INDEX); + } + + /** + * The base implementation of `_.sortedUniq` and `_.sortedUniqBy` without + * support for iteratee shorthands. + * + * @private + * @param {Array} array The array to inspect. + * @param {Function} [iteratee] The iteratee invoked per element. + * @returns {Array} Returns the new duplicate free array. + */ + function baseSortedUniq(array, iteratee) { + var index = -1, + length = array.length, + resIndex = 0, + result = []; + + while (++index < length) { + var value = array[index], + computed = iteratee ? iteratee(value) : value; + + if (!index || !eq(computed, seen)) { + var seen = computed; + result[resIndex++] = value === 0 ? 0 : value; + } + } + return result; + } + + /** + * The base implementation of `_.toNumber` which doesn't ensure correct + * conversions of binary, hexadecimal, or octal string values. + * + * @private + * @param {*} value The value to process. + * @returns {number} Returns the number. + */ + function baseToNumber(value) { + if (typeof value == 'number') { + return value; + } + if (isSymbol(value)) { + return NAN; + } + return +value; + } + + /** + * The base implementation of `_.toString` which doesn't convert nullish + * values to empty strings. + * + * @private + * @param {*} value The value to process. + * @returns {string} Returns the string. + */ + function baseToString(value) { + // Exit early for strings to avoid a performance hit in some environments. + if (typeof value == 'string') { + return value; + } + if (isArray(value)) { + // Recursively convert values (susceptible to call stack limits). + return arrayMap(value, baseToString) + ''; + } + if (isSymbol(value)) { + return symbolToString ? symbolToString.call(value) : ''; + } + var result = (value + ''); + return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result; + } + + /** + * The base implementation of `_.uniqBy` without support for iteratee shorthands. + * + * @private + * @param {Array} array The array to inspect. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new duplicate free array. + */ + function baseUniq(array, iteratee, comparator) { + var index = -1, + includes = arrayIncludes, + length = array.length, + isCommon = true, + result = [], + seen = result; + + if (comparator) { + isCommon = false; + includes = arrayIncludesWith; + } + else if (length >= LARGE_ARRAY_SIZE) { + var set = iteratee ? null : createSet(array); + if (set) { + return setToArray(set); + } + isCommon = false; + includes = cacheHas; + seen = new SetCache; + } + else { + seen = iteratee ? [] : result; + } + outer: + while (++index < length) { + var value = array[index], + computed = iteratee ? iteratee(value) : value; + + value = (comparator || value !== 0) ? value : 0; + if (isCommon && computed === computed) { + var seenIndex = seen.length; + while (seenIndex--) { + if (seen[seenIndex] === computed) { + continue outer; + } + } + if (iteratee) { + seen.push(computed); + } + result.push(value); + } + else if (!includes(seen, computed, comparator)) { + if (seen !== result) { + seen.push(computed); + } + result.push(value); + } + } + return result; + } + + /** + * The base implementation of `_.unset`. + * + * @private + * @param {Object} object The object to modify. + * @param {Array|string} path The property path to unset. + * @returns {boolean} Returns `true` if the property is deleted, else `false`. + */ + function baseUnset(object, path) { + path = castPath(path, object); + object = parent(object, path); + return object == null || delete object[toKey(last(path))]; + } + + /** + * The base implementation of `_.update`. + * + * @private + * @param {Object} object The object to modify. + * @param {Array|string} path The path of the property to update. + * @param {Function} updater The function to produce the updated value. + * @param {Function} [customizer] The function to customize path creation. + * @returns {Object} Returns `object`. + */ + function baseUpdate(object, path, updater, customizer) { + return baseSet(object, path, updater(baseGet(object, path)), customizer); + } + + /** + * The base implementation of methods like `_.dropWhile` and `_.takeWhile` + * without support for iteratee shorthands. + * + * @private + * @param {Array} array The array to query. + * @param {Function} predicate The function invoked per iteration. + * @param {boolean} [isDrop] Specify dropping elements instead of taking them. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Array} Returns the slice of `array`. + */ + function baseWhile(array, predicate, isDrop, fromRight) { + var length = array.length, + index = fromRight ? length : -1; + + while ((fromRight ? index-- : ++index < length) && + predicate(array[index], index, array)) {} + + return isDrop + ? baseSlice(array, (fromRight ? 0 : index), (fromRight ? index + 1 : length)) + : baseSlice(array, (fromRight ? index + 1 : 0), (fromRight ? length : index)); + } + + /** + * The base implementation of `wrapperValue` which returns the result of + * performing a sequence of actions on the unwrapped `value`, where each + * successive action is supplied the return value of the previous. + * + * @private + * @param {*} value The unwrapped value. + * @param {Array} actions Actions to perform to resolve the unwrapped value. + * @returns {*} Returns the resolved value. + */ + function baseWrapperValue(value, actions) { + var result = value; + if (result instanceof LazyWrapper) { + result = result.value(); + } + return arrayReduce(actions, function(result, action) { + return action.func.apply(action.thisArg, arrayPush([result], action.args)); + }, result); + } + + /** + * The base implementation of methods like `_.xor`, without support for + * iteratee shorthands, that accepts an array of arrays to inspect. + * + * @private + * @param {Array} arrays The arrays to inspect. + * @param {Function} [iteratee] The iteratee invoked per element. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of values. + */ + function baseXor(arrays, iteratee, comparator) { + var length = arrays.length; + if (length < 2) { + return length ? baseUniq(arrays[0]) : []; + } + var index = -1, + result = Array(length); + + while (++index < length) { + var array = arrays[index], + othIndex = -1; + + while (++othIndex < length) { + if (othIndex != index) { + result[index] = baseDifference(result[index] || array, arrays[othIndex], iteratee, comparator); + } + } + } + return baseUniq(baseFlatten(result, 1), iteratee, comparator); + } + + /** + * This base implementation of `_.zipObject` which assigns values using `assignFunc`. + * + * @private + * @param {Array} props The property identifiers. + * @param {Array} values The property values. + * @param {Function} assignFunc The function to assign values. + * @returns {Object} Returns the new object. + */ + function baseZipObject(props, values, assignFunc) { + var index = -1, + length = props.length, + valsLength = values.length, + result = {}; + + while (++index < length) { + var value = index < valsLength ? values[index] : undefined; + assignFunc(result, props[index], value); + } + return result; + } + + /** + * Casts `value` to an empty array if it's not an array like object. + * + * @private + * @param {*} value The value to inspect. + * @returns {Array|Object} Returns the cast array-like object. + */ + function castArrayLikeObject(value) { + return isArrayLikeObject(value) ? value : []; + } + + /** + * Casts `value` to `identity` if it's not a function. + * + * @private + * @param {*} value The value to inspect. + * @returns {Function} Returns cast function. + */ + function castFunction(value) { + return typeof value == 'function' ? value : identity; + } + + /** + * Casts `value` to a path array if it's not one. + * + * @private + * @param {*} value The value to inspect. + * @param {Object} [object] The object to query keys on. + * @returns {Array} Returns the cast property path array. + */ + function castPath(value, object) { + if (isArray(value)) { + return value; + } + return isKey(value, object) ? [value] : stringToPath(toString(value)); + } + + /** + * A `baseRest` alias which can be replaced with `identity` by module + * replacement plugins. + * + * @private + * @type {Function} + * @param {Function} func The function to apply a rest parameter to. + * @returns {Function} Returns the new function. + */ + var castRest = baseRest; + + /** + * Casts `array` to a slice if it's needed. + * + * @private + * @param {Array} array The array to inspect. + * @param {number} start The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns the cast slice. + */ + function castSlice(array, start, end) { + var length = array.length; + end = end === undefined ? length : end; + return (!start && end >= length) ? array : baseSlice(array, start, end); + } + + /** + * A simple wrapper around the global [`clearTimeout`](https://mdn.io/clearTimeout). + * + * @private + * @param {number|Object} id The timer id or timeout object of the timer to clear. + */ + var clearTimeout = ctxClearTimeout || function(id) { + return root.clearTimeout(id); + }; + + /** + * Creates a clone of `buffer`. + * + * @private + * @param {Buffer} buffer The buffer to clone. + * @param {boolean} [isDeep] Specify a deep clone. + * @returns {Buffer} Returns the cloned buffer. + */ + function cloneBuffer(buffer, isDeep) { + if (isDeep) { + return buffer.slice(); + } + var length = buffer.length, + result = allocUnsafe ? allocUnsafe(length) : new buffer.constructor(length); + + buffer.copy(result); + return result; + } + + /** + * Creates a clone of `arrayBuffer`. + * + * @private + * @param {ArrayBuffer} arrayBuffer The array buffer to clone. + * @returns {ArrayBuffer} Returns the cloned array buffer. + */ + function cloneArrayBuffer(arrayBuffer) { + var result = new arrayBuffer.constructor(arrayBuffer.byteLength); + new Uint8Array(result).set(new Uint8Array(arrayBuffer)); + return result; + } + + /** + * Creates a clone of `dataView`. + * + * @private + * @param {Object} dataView The data view to clone. + * @param {boolean} [isDeep] Specify a deep clone. + * @returns {Object} Returns the cloned data view. + */ + function cloneDataView(dataView, isDeep) { + var buffer = isDeep ? cloneArrayBuffer(dataView.buffer) : dataView.buffer; + return new dataView.constructor(buffer, dataView.byteOffset, dataView.byteLength); + } + + /** + * Creates a clone of `regexp`. + * + * @private + * @param {Object} regexp The regexp to clone. + * @returns {Object} Returns the cloned regexp. + */ + function cloneRegExp(regexp) { + var result = new regexp.constructor(regexp.source, reFlags.exec(regexp)); + result.lastIndex = regexp.lastIndex; + return result; + } + + /** + * Creates a clone of the `symbol` object. + * + * @private + * @param {Object} symbol The symbol object to clone. + * @returns {Object} Returns the cloned symbol object. + */ + function cloneSymbol(symbol) { + return symbolValueOf ? Object(symbolValueOf.call(symbol)) : {}; + } + + /** + * Creates a clone of `typedArray`. + * + * @private + * @param {Object} typedArray The typed array to clone. + * @param {boolean} [isDeep] Specify a deep clone. + * @returns {Object} Returns the cloned typed array. + */ + function cloneTypedArray(typedArray, isDeep) { + var buffer = isDeep ? cloneArrayBuffer(typedArray.buffer) : typedArray.buffer; + return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length); + } + + /** + * Compares values to sort them in ascending order. + * + * @private + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {number} Returns the sort order indicator for `value`. + */ + function compareAscending(value, other) { + if (value !== other) { + var valIsDefined = value !== undefined, + valIsNull = value === null, + valIsReflexive = value === value, + valIsSymbol = isSymbol(value); + + var othIsDefined = other !== undefined, + othIsNull = other === null, + othIsReflexive = other === other, + othIsSymbol = isSymbol(other); + + if ((!othIsNull && !othIsSymbol && !valIsSymbol && value > other) || + (valIsSymbol && othIsDefined && othIsReflexive && !othIsNull && !othIsSymbol) || + (valIsNull && othIsDefined && othIsReflexive) || + (!valIsDefined && othIsReflexive) || + !valIsReflexive) { + return 1; + } + if ((!valIsNull && !valIsSymbol && !othIsSymbol && value < other) || + (othIsSymbol && valIsDefined && valIsReflexive && !valIsNull && !valIsSymbol) || + (othIsNull && valIsDefined && valIsReflexive) || + (!othIsDefined && valIsReflexive) || + !othIsReflexive) { + return -1; + } + } + return 0; + } + + /** + * Used by `_.orderBy` to compare multiple properties of a value to another + * and stable sort them. + * + * If `orders` is unspecified, all values are sorted in ascending order. Otherwise, + * specify an order of "desc" for descending or "asc" for ascending sort order + * of corresponding values. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {boolean[]|string[]} orders The order to sort by for each property. + * @returns {number} Returns the sort order indicator for `object`. + */ + function compareMultiple(object, other, orders) { + var index = -1, + objCriteria = object.criteria, + othCriteria = other.criteria, + length = objCriteria.length, + ordersLength = orders.length; + + while (++index < length) { + var result = compareAscending(objCriteria[index], othCriteria[index]); + if (result) { + if (index >= ordersLength) { + return result; + } + var order = orders[index]; + return result * (order == 'desc' ? -1 : 1); + } + } + // Fixes an `Array#sort` bug in the JS engine embedded in Adobe applications + // that causes it, under certain circumstances, to provide the same value for + // `object` and `other`. See https://github.com/jashkenas/underscore/pull/1247 + // for more details. + // + // This also ensures a stable sort in V8 and other engines. + // See https://bugs.chromium.org/p/v8/issues/detail?id=90 for more details. + return object.index - other.index; + } + + /** + * Creates an array that is the composition of partially applied arguments, + * placeholders, and provided arguments into a single array of arguments. + * + * @private + * @param {Array} args The provided arguments. + * @param {Array} partials The arguments to prepend to those provided. + * @param {Array} holders The `partials` placeholder indexes. + * @params {boolean} [isCurried] Specify composing for a curried function. + * @returns {Array} Returns the new array of composed arguments. + */ + function composeArgs(args, partials, holders, isCurried) { + var argsIndex = -1, + argsLength = args.length, + holdersLength = holders.length, + leftIndex = -1, + leftLength = partials.length, + rangeLength = nativeMax(argsLength - holdersLength, 0), + result = Array(leftLength + rangeLength), + isUncurried = !isCurried; + + while (++leftIndex < leftLength) { + result[leftIndex] = partials[leftIndex]; + } + while (++argsIndex < holdersLength) { + if (isUncurried || argsIndex < argsLength) { + result[holders[argsIndex]] = args[argsIndex]; + } + } + while (rangeLength--) { + result[leftIndex++] = args[argsIndex++]; + } + return result; + } + + /** + * This function is like `composeArgs` except that the arguments composition + * is tailored for `_.partialRight`. + * + * @private + * @param {Array} args The provided arguments. + * @param {Array} partials The arguments to append to those provided. + * @param {Array} holders The `partials` placeholder indexes. + * @params {boolean} [isCurried] Specify composing for a curried function. + * @returns {Array} Returns the new array of composed arguments. + */ + function composeArgsRight(args, partials, holders, isCurried) { + var argsIndex = -1, + argsLength = args.length, + holdersIndex = -1, + holdersLength = holders.length, + rightIndex = -1, + rightLength = partials.length, + rangeLength = nativeMax(argsLength - holdersLength, 0), + result = Array(rangeLength + rightLength), + isUncurried = !isCurried; + + while (++argsIndex < rangeLength) { + result[argsIndex] = args[argsIndex]; + } + var offset = argsIndex; + while (++rightIndex < rightLength) { + result[offset + rightIndex] = partials[rightIndex]; + } + while (++holdersIndex < holdersLength) { + if (isUncurried || argsIndex < argsLength) { + result[offset + holders[holdersIndex]] = args[argsIndex++]; + } + } + return result; + } + + /** + * Copies the values of `source` to `array`. + * + * @private + * @param {Array} source The array to copy values from. + * @param {Array} [array=[]] The array to copy values to. + * @returns {Array} Returns `array`. + */ + function copyArray(source, array) { + var index = -1, + length = source.length; + + array || (array = Array(length)); + while (++index < length) { + array[index] = source[index]; + } + return array; + } + + /** + * Copies properties of `source` to `object`. + * + * @private + * @param {Object} source The object to copy properties from. + * @param {Array} props The property identifiers to copy. + * @param {Object} [object={}] The object to copy properties to. + * @param {Function} [customizer] The function to customize copied values. + * @returns {Object} Returns `object`. + */ + function copyObject(source, props, object, customizer) { + var isNew = !object; + object || (object = {}); + + var index = -1, + length = props.length; + + while (++index < length) { + var key = props[index]; + + var newValue = customizer + ? customizer(object[key], source[key], key, object, source) + : undefined; + + if (newValue === undefined) { + newValue = source[key]; + } + if (isNew) { + baseAssignValue(object, key, newValue); + } else { + assignValue(object, key, newValue); + } + } + return object; + } + + /** + * Copies own symbols of `source` to `object`. + * + * @private + * @param {Object} source The object to copy symbols from. + * @param {Object} [object={}] The object to copy symbols to. + * @returns {Object} Returns `object`. + */ + function copySymbols(source, object) { + return copyObject(source, getSymbols(source), object); + } + + /** + * Copies own and inherited symbols of `source` to `object`. + * + * @private + * @param {Object} source The object to copy symbols from. + * @param {Object} [object={}] The object to copy symbols to. + * @returns {Object} Returns `object`. + */ + function copySymbolsIn(source, object) { + return copyObject(source, getSymbolsIn(source), object); + } + + /** + * Creates a function like `_.groupBy`. + * + * @private + * @param {Function} setter The function to set accumulator values. + * @param {Function} [initializer] The accumulator object initializer. + * @returns {Function} Returns the new aggregator function. + */ + function createAggregator(setter, initializer) { + return function(collection, iteratee) { + var func = isArray(collection) ? arrayAggregator : baseAggregator, + accumulator = initializer ? initializer() : {}; + + return func(collection, setter, getIteratee(iteratee, 2), accumulator); + }; + } + + /** + * Creates a function like `_.assign`. + * + * @private + * @param {Function} assigner The function to assign values. + * @returns {Function} Returns the new assigner function. + */ + function createAssigner(assigner) { + return baseRest(function(object, sources) { + var index = -1, + length = sources.length, + customizer = length > 1 ? sources[length - 1] : undefined, + guard = length > 2 ? sources[2] : undefined; + + customizer = (assigner.length > 3 && typeof customizer == 'function') + ? (length--, customizer) + : undefined; + + if (guard && isIterateeCall(sources[0], sources[1], guard)) { + customizer = length < 3 ? undefined : customizer; + length = 1; + } + object = Object(object); + while (++index < length) { + var source = sources[index]; + if (source) { + assigner(object, source, index, customizer); + } + } + return object; + }); + } + + /** + * Creates a `baseEach` or `baseEachRight` function. + * + * @private + * @param {Function} eachFunc The function to iterate over a collection. + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Function} Returns the new base function. + */ + function createBaseEach(eachFunc, fromRight) { + return function(collection, iteratee) { + if (collection == null) { + return collection; + } + if (!isArrayLike(collection)) { + return eachFunc(collection, iteratee); + } + var length = collection.length, + index = fromRight ? length : -1, + iterable = Object(collection); + + while ((fromRight ? index-- : ++index < length)) { + if (iteratee(iterable[index], index, iterable) === false) { + break; + } + } + return collection; + }; + } + + /** + * Creates a base function for methods like `_.forIn` and `_.forOwn`. + * + * @private + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Function} Returns the new base function. + */ + function createBaseFor(fromRight) { + return function(object, iteratee, keysFunc) { + var index = -1, + iterable = Object(object), + props = keysFunc(object), + length = props.length; + + while (length--) { + var key = props[fromRight ? length : ++index]; + if (iteratee(iterable[key], key, iterable) === false) { + break; + } + } + return object; + }; + } + + /** + * Creates a function that wraps `func` to invoke it with the optional `this` + * binding of `thisArg`. + * + * @private + * @param {Function} func The function to wrap. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @param {*} [thisArg] The `this` binding of `func`. + * @returns {Function} Returns the new wrapped function. + */ + function createBind(func, bitmask, thisArg) { + var isBind = bitmask & WRAP_BIND_FLAG, + Ctor = createCtor(func); + + function wrapper() { + var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func; + return fn.apply(isBind ? thisArg : this, arguments); + } + return wrapper; + } + + /** + * Creates a function like `_.lowerFirst`. + * + * @private + * @param {string} methodName The name of the `String` case method to use. + * @returns {Function} Returns the new case function. + */ + function createCaseFirst(methodName) { + return function(string) { + string = toString(string); + + var strSymbols = hasUnicode(string) + ? stringToArray(string) + : undefined; + + var chr = strSymbols + ? strSymbols[0] + : string.charAt(0); + + var trailing = strSymbols + ? castSlice(strSymbols, 1).join('') + : string.slice(1); + + return chr[methodName]() + trailing; + }; + } + + /** + * Creates a function like `_.camelCase`. + * + * @private + * @param {Function} callback The function to combine each word. + * @returns {Function} Returns the new compounder function. + */ + function createCompounder(callback) { + return function(string) { + return arrayReduce(words(deburr(string).replace(reApos, '')), callback, ''); + }; + } + + /** + * Creates a function that produces an instance of `Ctor` regardless of + * whether it was invoked as part of a `new` expression or by `call` or `apply`. + * + * @private + * @param {Function} Ctor The constructor to wrap. + * @returns {Function} Returns the new wrapped function. + */ + function createCtor(Ctor) { + return function() { + // Use a `switch` statement to work with class constructors. See + // http://ecma-international.org/ecma-262/7.0/#sec-ecmascript-function-objects-call-thisargument-argumentslist + // for more details. + var args = arguments; + switch (args.length) { + case 0: return new Ctor; + case 1: return new Ctor(args[0]); + case 2: return new Ctor(args[0], args[1]); + case 3: return new Ctor(args[0], args[1], args[2]); + case 4: return new Ctor(args[0], args[1], args[2], args[3]); + case 5: return new Ctor(args[0], args[1], args[2], args[3], args[4]); + case 6: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5]); + case 7: return new Ctor(args[0], args[1], args[2], args[3], args[4], args[5], args[6]); + } + var thisBinding = baseCreate(Ctor.prototype), + result = Ctor.apply(thisBinding, args); + + // Mimic the constructor's `return` behavior. + // See https://es5.github.io/#x13.2.2 for more details. + return isObject(result) ? result : thisBinding; + }; + } + + /** + * Creates a function that wraps `func` to enable currying. + * + * @private + * @param {Function} func The function to wrap. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @param {number} arity The arity of `func`. + * @returns {Function} Returns the new wrapped function. + */ + function createCurry(func, bitmask, arity) { + var Ctor = createCtor(func); + + function wrapper() { + var length = arguments.length, + args = Array(length), + index = length, + placeholder = getHolder(wrapper); + + while (index--) { + args[index] = arguments[index]; + } + var holders = (length < 3 && args[0] !== placeholder && args[length - 1] !== placeholder) + ? [] + : replaceHolders(args, placeholder); + + length -= holders.length; + if (length < arity) { + return createRecurry( + func, bitmask, createHybrid, wrapper.placeholder, undefined, + args, holders, undefined, undefined, arity - length); + } + var fn = (this && this !== root && this instanceof wrapper) ? Ctor : func; + return apply(fn, this, args); + } + return wrapper; + } + + /** + * Creates a `_.find` or `_.findLast` function. + * + * @private + * @param {Function} findIndexFunc The function to find the collection index. + * @returns {Function} Returns the new find function. + */ + function createFind(findIndexFunc) { + return function(collection, predicate, fromIndex) { + var iterable = Object(collection); + if (!isArrayLike(collection)) { + var iteratee = getIteratee(predicate, 3); + collection = keys(collection); + predicate = function(key) { return iteratee(iterable[key], key, iterable); }; + } + var index = findIndexFunc(collection, predicate, fromIndex); + return index > -1 ? iterable[iteratee ? collection[index] : index] : undefined; + }; + } + + /** + * Creates a `_.flow` or `_.flowRight` function. + * + * @private + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Function} Returns the new flow function. + */ + function createFlow(fromRight) { + return flatRest(function(funcs) { + var length = funcs.length, + index = length, + prereq = LodashWrapper.prototype.thru; + + if (fromRight) { + funcs.reverse(); + } + while (index--) { + var func = funcs[index]; + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + if (prereq && !wrapper && getFuncName(func) == 'wrapper') { + var wrapper = new LodashWrapper([], true); + } + } + index = wrapper ? index : length; + while (++index < length) { + func = funcs[index]; + + var funcName = getFuncName(func), + data = funcName == 'wrapper' ? getData(func) : undefined; + + if (data && isLaziable(data[0]) && + data[1] == (WRAP_ARY_FLAG | WRAP_CURRY_FLAG | WRAP_PARTIAL_FLAG | WRAP_REARG_FLAG) && + !data[4].length && data[9] == 1 + ) { + wrapper = wrapper[getFuncName(data[0])].apply(wrapper, data[3]); + } else { + wrapper = (func.length == 1 && isLaziable(func)) + ? wrapper[funcName]() + : wrapper.thru(func); + } + } + return function() { + var args = arguments, + value = args[0]; + + if (wrapper && args.length == 1 && isArray(value)) { + return wrapper.plant(value).value(); + } + var index = 0, + result = length ? funcs[index].apply(this, args) : value; + + while (++index < length) { + result = funcs[index].call(this, result); + } + return result; + }; + }); + } + + /** + * Creates a function that wraps `func` to invoke it with optional `this` + * binding of `thisArg`, partial application, and currying. + * + * @private + * @param {Function|string} func The function or method name to wrap. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @param {*} [thisArg] The `this` binding of `func`. + * @param {Array} [partials] The arguments to prepend to those provided to + * the new function. + * @param {Array} [holders] The `partials` placeholder indexes. + * @param {Array} [partialsRight] The arguments to append to those provided + * to the new function. + * @param {Array} [holdersRight] The `partialsRight` placeholder indexes. + * @param {Array} [argPos] The argument positions of the new function. + * @param {number} [ary] The arity cap of `func`. + * @param {number} [arity] The arity of `func`. + * @returns {Function} Returns the new wrapped function. + */ + function createHybrid(func, bitmask, thisArg, partials, holders, partialsRight, holdersRight, argPos, ary, arity) { + var isAry = bitmask & WRAP_ARY_FLAG, + isBind = bitmask & WRAP_BIND_FLAG, + isBindKey = bitmask & WRAP_BIND_KEY_FLAG, + isCurried = bitmask & (WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG), + isFlip = bitmask & WRAP_FLIP_FLAG, + Ctor = isBindKey ? undefined : createCtor(func); + + function wrapper() { + var length = arguments.length, + args = Array(length), + index = length; + + while (index--) { + args[index] = arguments[index]; + } + if (isCurried) { + var placeholder = getHolder(wrapper), + holdersCount = countHolders(args, placeholder); + } + if (partials) { + args = composeArgs(args, partials, holders, isCurried); + } + if (partialsRight) { + args = composeArgsRight(args, partialsRight, holdersRight, isCurried); + } + length -= holdersCount; + if (isCurried && length < arity) { + var newHolders = replaceHolders(args, placeholder); + return createRecurry( + func, bitmask, createHybrid, wrapper.placeholder, thisArg, + args, newHolders, argPos, ary, arity - length + ); + } + var thisBinding = isBind ? thisArg : this, + fn = isBindKey ? thisBinding[func] : func; + + length = args.length; + if (argPos) { + args = reorder(args, argPos); + } else if (isFlip && length > 1) { + args.reverse(); + } + if (isAry && ary < length) { + args.length = ary; + } + if (this && this !== root && this instanceof wrapper) { + fn = Ctor || createCtor(fn); + } + return fn.apply(thisBinding, args); + } + return wrapper; + } + + /** + * Creates a function like `_.invertBy`. + * + * @private + * @param {Function} setter The function to set accumulator values. + * @param {Function} toIteratee The function to resolve iteratees. + * @returns {Function} Returns the new inverter function. + */ + function createInverter(setter, toIteratee) { + return function(object, iteratee) { + return baseInverter(object, setter, toIteratee(iteratee), {}); + }; + } + + /** + * Creates a function that performs a mathematical operation on two values. + * + * @private + * @param {Function} operator The function to perform the operation. + * @param {number} [defaultValue] The value used for `undefined` arguments. + * @returns {Function} Returns the new mathematical operation function. + */ + function createMathOperation(operator, defaultValue) { + return function(value, other) { + var result; + if (value === undefined && other === undefined) { + return defaultValue; + } + if (value !== undefined) { + result = value; + } + if (other !== undefined) { + if (result === undefined) { + return other; + } + if (typeof value == 'string' || typeof other == 'string') { + value = baseToString(value); + other = baseToString(other); + } else { + value = baseToNumber(value); + other = baseToNumber(other); + } + result = operator(value, other); + } + return result; + }; + } + + /** + * Creates a function like `_.over`. + * + * @private + * @param {Function} arrayFunc The function to iterate over iteratees. + * @returns {Function} Returns the new over function. + */ + function createOver(arrayFunc) { + return flatRest(function(iteratees) { + iteratees = arrayMap(iteratees, baseUnary(getIteratee())); + return baseRest(function(args) { + var thisArg = this; + return arrayFunc(iteratees, function(iteratee) { + return apply(iteratee, thisArg, args); + }); + }); + }); + } + + /** + * Creates the padding for `string` based on `length`. The `chars` string + * is truncated if the number of characters exceeds `length`. + * + * @private + * @param {number} length The padding length. + * @param {string} [chars=' '] The string used as padding. + * @returns {string} Returns the padding for `string`. + */ + function createPadding(length, chars) { + chars = chars === undefined ? ' ' : baseToString(chars); + + var charsLength = chars.length; + if (charsLength < 2) { + return charsLength ? baseRepeat(chars, length) : chars; + } + var result = baseRepeat(chars, nativeCeil(length / stringSize(chars))); + return hasUnicode(chars) + ? castSlice(stringToArray(result), 0, length).join('') + : result.slice(0, length); + } + + /** + * Creates a function that wraps `func` to invoke it with the `this` binding + * of `thisArg` and `partials` prepended to the arguments it receives. + * + * @private + * @param {Function} func The function to wrap. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @param {*} thisArg The `this` binding of `func`. + * @param {Array} partials The arguments to prepend to those provided to + * the new function. + * @returns {Function} Returns the new wrapped function. + */ + function createPartial(func, bitmask, thisArg, partials) { + var isBind = bitmask & WRAP_BIND_FLAG, + Ctor = createCtor(func); + + function wrapper() { + var argsIndex = -1, + argsLength = arguments.length, + leftIndex = -1, + leftLength = partials.length, + args = Array(leftLength + argsLength), + fn = (this && this !== root && this instanceof wrapper) ? Ctor : func; + + while (++leftIndex < leftLength) { + args[leftIndex] = partials[leftIndex]; + } + while (argsLength--) { + args[leftIndex++] = arguments[++argsIndex]; + } + return apply(fn, isBind ? thisArg : this, args); + } + return wrapper; + } + + /** + * Creates a `_.range` or `_.rangeRight` function. + * + * @private + * @param {boolean} [fromRight] Specify iterating from right to left. + * @returns {Function} Returns the new range function. + */ + function createRange(fromRight) { + return function(start, end, step) { + if (step && typeof step != 'number' && isIterateeCall(start, end, step)) { + end = step = undefined; + } + // Ensure the sign of `-0` is preserved. + start = toFinite(start); + if (end === undefined) { + end = start; + start = 0; + } else { + end = toFinite(end); + } + step = step === undefined ? (start < end ? 1 : -1) : toFinite(step); + return baseRange(start, end, step, fromRight); + }; + } + + /** + * Creates a function that performs a relational operation on two values. + * + * @private + * @param {Function} operator The function to perform the operation. + * @returns {Function} Returns the new relational operation function. + */ + function createRelationalOperation(operator) { + return function(value, other) { + if (!(typeof value == 'string' && typeof other == 'string')) { + value = toNumber(value); + other = toNumber(other); + } + return operator(value, other); + }; + } + + /** + * Creates a function that wraps `func` to continue currying. + * + * @private + * @param {Function} func The function to wrap. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @param {Function} wrapFunc The function to create the `func` wrapper. + * @param {*} placeholder The placeholder value. + * @param {*} [thisArg] The `this` binding of `func`. + * @param {Array} [partials] The arguments to prepend to those provided to + * the new function. + * @param {Array} [holders] The `partials` placeholder indexes. + * @param {Array} [argPos] The argument positions of the new function. + * @param {number} [ary] The arity cap of `func`. + * @param {number} [arity] The arity of `func`. + * @returns {Function} Returns the new wrapped function. + */ + function createRecurry(func, bitmask, wrapFunc, placeholder, thisArg, partials, holders, argPos, ary, arity) { + var isCurry = bitmask & WRAP_CURRY_FLAG, + newHolders = isCurry ? holders : undefined, + newHoldersRight = isCurry ? undefined : holders, + newPartials = isCurry ? partials : undefined, + newPartialsRight = isCurry ? undefined : partials; + + bitmask |= (isCurry ? WRAP_PARTIAL_FLAG : WRAP_PARTIAL_RIGHT_FLAG); + bitmask &= ~(isCurry ? WRAP_PARTIAL_RIGHT_FLAG : WRAP_PARTIAL_FLAG); + + if (!(bitmask & WRAP_CURRY_BOUND_FLAG)) { + bitmask &= ~(WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG); + } + var newData = [ + func, bitmask, thisArg, newPartials, newHolders, newPartialsRight, + newHoldersRight, argPos, ary, arity + ]; + + var result = wrapFunc.apply(undefined, newData); + if (isLaziable(func)) { + setData(result, newData); + } + result.placeholder = placeholder; + return setWrapToString(result, func, bitmask); + } + + /** + * Creates a function like `_.round`. + * + * @private + * @param {string} methodName The name of the `Math` method to use when rounding. + * @returns {Function} Returns the new round function. + */ + function createRound(methodName) { + var func = Math[methodName]; + return function(number, precision) { + number = toNumber(number); + precision = precision == null ? 0 : nativeMin(toInteger(precision), 292); + if (precision && nativeIsFinite(number)) { + // Shift with exponential notation to avoid floating-point issues. + // See [MDN](https://mdn.io/round#Examples) for more details. + var pair = (toString(number) + 'e').split('e'), + value = func(pair[0] + 'e' + (+pair[1] + precision)); + + pair = (toString(value) + 'e').split('e'); + return +(pair[0] + 'e' + (+pair[1] - precision)); + } + return func(number); + }; + } + + /** + * Creates a set object of `values`. + * + * @private + * @param {Array} values The values to add to the set. + * @returns {Object} Returns the new set. + */ + var createSet = !(Set && (1 / setToArray(new Set([,-0]))[1]) == INFINITY) ? noop : function(values) { + return new Set(values); + }; + + /** + * Creates a `_.toPairs` or `_.toPairsIn` function. + * + * @private + * @param {Function} keysFunc The function to get the keys of a given object. + * @returns {Function} Returns the new pairs function. + */ + function createToPairs(keysFunc) { + return function(object) { + var tag = getTag(object); + if (tag == mapTag) { + return mapToArray(object); + } + if (tag == setTag) { + return setToPairs(object); + } + return baseToPairs(object, keysFunc(object)); + }; + } + + /** + * Creates a function that either curries or invokes `func` with optional + * `this` binding and partially applied arguments. + * + * @private + * @param {Function|string} func The function or method name to wrap. + * @param {number} bitmask The bitmask flags. + * 1 - `_.bind` + * 2 - `_.bindKey` + * 4 - `_.curry` or `_.curryRight` of a bound function + * 8 - `_.curry` + * 16 - `_.curryRight` + * 32 - `_.partial` + * 64 - `_.partialRight` + * 128 - `_.rearg` + * 256 - `_.ary` + * 512 - `_.flip` + * @param {*} [thisArg] The `this` binding of `func`. + * @param {Array} [partials] The arguments to be partially applied. + * @param {Array} [holders] The `partials` placeholder indexes. + * @param {Array} [argPos] The argument positions of the new function. + * @param {number} [ary] The arity cap of `func`. + * @param {number} [arity] The arity of `func`. + * @returns {Function} Returns the new wrapped function. + */ + function createWrap(func, bitmask, thisArg, partials, holders, argPos, ary, arity) { + var isBindKey = bitmask & WRAP_BIND_KEY_FLAG; + if (!isBindKey && typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + var length = partials ? partials.length : 0; + if (!length) { + bitmask &= ~(WRAP_PARTIAL_FLAG | WRAP_PARTIAL_RIGHT_FLAG); + partials = holders = undefined; + } + ary = ary === undefined ? ary : nativeMax(toInteger(ary), 0); + arity = arity === undefined ? arity : toInteger(arity); + length -= holders ? holders.length : 0; + + if (bitmask & WRAP_PARTIAL_RIGHT_FLAG) { + var partialsRight = partials, + holdersRight = holders; + + partials = holders = undefined; + } + var data = isBindKey ? undefined : getData(func); + + var newData = [ + func, bitmask, thisArg, partials, holders, partialsRight, holdersRight, + argPos, ary, arity + ]; + + if (data) { + mergeData(newData, data); + } + func = newData[0]; + bitmask = newData[1]; + thisArg = newData[2]; + partials = newData[3]; + holders = newData[4]; + arity = newData[9] = newData[9] === undefined + ? (isBindKey ? 0 : func.length) + : nativeMax(newData[9] - length, 0); + + if (!arity && bitmask & (WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG)) { + bitmask &= ~(WRAP_CURRY_FLAG | WRAP_CURRY_RIGHT_FLAG); + } + if (!bitmask || bitmask == WRAP_BIND_FLAG) { + var result = createBind(func, bitmask, thisArg); + } else if (bitmask == WRAP_CURRY_FLAG || bitmask == WRAP_CURRY_RIGHT_FLAG) { + result = createCurry(func, bitmask, arity); + } else if ((bitmask == WRAP_PARTIAL_FLAG || bitmask == (WRAP_BIND_FLAG | WRAP_PARTIAL_FLAG)) && !holders.length) { + result = createPartial(func, bitmask, thisArg, partials); + } else { + result = createHybrid.apply(undefined, newData); + } + var setter = data ? baseSetData : setData; + return setWrapToString(setter(result, newData), func, bitmask); + } + + /** + * Used by `_.defaults` to customize its `_.assignIn` use to assign properties + * of source objects to the destination object for all destination properties + * that resolve to `undefined`. + * + * @private + * @param {*} objValue The destination value. + * @param {*} srcValue The source value. + * @param {string} key The key of the property to assign. + * @param {Object} object The parent object of `objValue`. + * @returns {*} Returns the value to assign. + */ + function customDefaultsAssignIn(objValue, srcValue, key, object) { + if (objValue === undefined || + (eq(objValue, objectProto[key]) && !hasOwnProperty.call(object, key))) { + return srcValue; + } + return objValue; + } + + /** + * Used by `_.defaultsDeep` to customize its `_.merge` use to merge source + * objects into destination objects that are passed thru. + * + * @private + * @param {*} objValue The destination value. + * @param {*} srcValue The source value. + * @param {string} key The key of the property to merge. + * @param {Object} object The parent object of `objValue`. + * @param {Object} source The parent object of `srcValue`. + * @param {Object} [stack] Tracks traversed source values and their merged + * counterparts. + * @returns {*} Returns the value to assign. + */ + function customDefaultsMerge(objValue, srcValue, key, object, source, stack) { + if (isObject(objValue) && isObject(srcValue)) { + // Recursively merge objects and arrays (susceptible to call stack limits). + stack.set(srcValue, objValue); + baseMerge(objValue, srcValue, undefined, customDefaultsMerge, stack); + stack['delete'](srcValue); + } + return objValue; + } + + /** + * Used by `_.omit` to customize its `_.cloneDeep` use to only clone plain + * objects. + * + * @private + * @param {*} value The value to inspect. + * @param {string} key The key of the property to inspect. + * @returns {*} Returns the uncloned value or `undefined` to defer cloning to `_.cloneDeep`. + */ + function customOmitClone(value) { + return isPlainObject(value) ? undefined : value; + } + + /** + * A specialized version of `baseIsEqualDeep` for arrays with support for + * partial deep comparisons. + * + * @private + * @param {Array} array The array to compare. + * @param {Array} other The other array to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `array` and `other` objects. + * @returns {boolean} Returns `true` if the arrays are equivalent, else `false`. + */ + function equalArrays(array, other, bitmask, customizer, equalFunc, stack) { + var isPartial = bitmask & COMPARE_PARTIAL_FLAG, + arrLength = array.length, + othLength = other.length; + + if (arrLength != othLength && !(isPartial && othLength > arrLength)) { + return false; + } + // Check that cyclic values are equal. + var arrStacked = stack.get(array); + var othStacked = stack.get(other); + if (arrStacked && othStacked) { + return arrStacked == other && othStacked == array; + } + var index = -1, + result = true, + seen = (bitmask & COMPARE_UNORDERED_FLAG) ? new SetCache : undefined; + + stack.set(array, other); + stack.set(other, array); + + // Ignore non-index properties. + while (++index < arrLength) { + var arrValue = array[index], + othValue = other[index]; + + if (customizer) { + var compared = isPartial + ? customizer(othValue, arrValue, index, other, array, stack) + : customizer(arrValue, othValue, index, array, other, stack); + } + if (compared !== undefined) { + if (compared) { + continue; + } + result = false; + break; + } + // Recursively compare arrays (susceptible to call stack limits). + if (seen) { + if (!arraySome(other, function(othValue, othIndex) { + if (!cacheHas(seen, othIndex) && + (arrValue === othValue || equalFunc(arrValue, othValue, bitmask, customizer, stack))) { + return seen.push(othIndex); + } + })) { + result = false; + break; + } + } else if (!( + arrValue === othValue || + equalFunc(arrValue, othValue, bitmask, customizer, stack) + )) { + result = false; + break; + } + } + stack['delete'](array); + stack['delete'](other); + return result; + } + + /** + * A specialized version of `baseIsEqualDeep` for comparing objects of + * the same `toStringTag`. + * + * **Note:** This function only supports comparing values with tags of + * `Boolean`, `Date`, `Error`, `Number`, `RegExp`, or `String`. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {string} tag The `toStringTag` of the objects to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + */ + function equalByTag(object, other, tag, bitmask, customizer, equalFunc, stack) { + switch (tag) { + case dataViewTag: + if ((object.byteLength != other.byteLength) || + (object.byteOffset != other.byteOffset)) { + return false; + } + object = object.buffer; + other = other.buffer; + + case arrayBufferTag: + if ((object.byteLength != other.byteLength) || + !equalFunc(new Uint8Array(object), new Uint8Array(other))) { + return false; + } + return true; + + case boolTag: + case dateTag: + case numberTag: + // Coerce booleans to `1` or `0` and dates to milliseconds. + // Invalid dates are coerced to `NaN`. + return eq(+object, +other); + + case errorTag: + return object.name == other.name && object.message == other.message; + + case regexpTag: + case stringTag: + // Coerce regexes to strings and treat strings, primitives and objects, + // as equal. See http://www.ecma-international.org/ecma-262/7.0/#sec-regexp.prototype.tostring + // for more details. + return object == (other + ''); + + case mapTag: + var convert = mapToArray; + + case setTag: + var isPartial = bitmask & COMPARE_PARTIAL_FLAG; + convert || (convert = setToArray); + + if (object.size != other.size && !isPartial) { + return false; + } + // Assume cyclic values are equal. + var stacked = stack.get(object); + if (stacked) { + return stacked == other; + } + bitmask |= COMPARE_UNORDERED_FLAG; + + // Recursively compare objects (susceptible to call stack limits). + stack.set(object, other); + var result = equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack); + stack['delete'](object); + return result; + + case symbolTag: + if (symbolValueOf) { + return symbolValueOf.call(object) == symbolValueOf.call(other); + } + } + return false; + } + + /** + * A specialized version of `baseIsEqualDeep` for objects with support for + * partial deep comparisons. + * + * @private + * @param {Object} object The object to compare. + * @param {Object} other The other object to compare. + * @param {number} bitmask The bitmask flags. See `baseIsEqual` for more details. + * @param {Function} customizer The function to customize comparisons. + * @param {Function} equalFunc The function to determine equivalents of values. + * @param {Object} stack Tracks traversed `object` and `other` objects. + * @returns {boolean} Returns `true` if the objects are equivalent, else `false`. + */ + function equalObjects(object, other, bitmask, customizer, equalFunc, stack) { + var isPartial = bitmask & COMPARE_PARTIAL_FLAG, + objProps = getAllKeys(object), + objLength = objProps.length, + othProps = getAllKeys(other), + othLength = othProps.length; + + if (objLength != othLength && !isPartial) { + return false; + } + var index = objLength; + while (index--) { + var key = objProps[index]; + if (!(isPartial ? key in other : hasOwnProperty.call(other, key))) { + return false; + } + } + // Check that cyclic values are equal. + var objStacked = stack.get(object); + var othStacked = stack.get(other); + if (objStacked && othStacked) { + return objStacked == other && othStacked == object; + } + var result = true; + stack.set(object, other); + stack.set(other, object); + + var skipCtor = isPartial; + while (++index < objLength) { + key = objProps[index]; + var objValue = object[key], + othValue = other[key]; + + if (customizer) { + var compared = isPartial + ? customizer(othValue, objValue, key, other, object, stack) + : customizer(objValue, othValue, key, object, other, stack); + } + // Recursively compare objects (susceptible to call stack limits). + if (!(compared === undefined + ? (objValue === othValue || equalFunc(objValue, othValue, bitmask, customizer, stack)) + : compared + )) { + result = false; + break; + } + skipCtor || (skipCtor = key == 'constructor'); + } + if (result && !skipCtor) { + var objCtor = object.constructor, + othCtor = other.constructor; + + // Non `Object` object instances with different constructors are not equal. + if (objCtor != othCtor && + ('constructor' in object && 'constructor' in other) && + !(typeof objCtor == 'function' && objCtor instanceof objCtor && + typeof othCtor == 'function' && othCtor instanceof othCtor)) { + result = false; + } + } + stack['delete'](object); + stack['delete'](other); + return result; + } + + /** + * A specialized version of `baseRest` which flattens the rest array. + * + * @private + * @param {Function} func The function to apply a rest parameter to. + * @returns {Function} Returns the new function. + */ + function flatRest(func) { + return setToString(overRest(func, undefined, flatten), func + ''); + } + + /** + * Creates an array of own enumerable property names and symbols of `object`. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names and symbols. + */ + function getAllKeys(object) { + return baseGetAllKeys(object, keys, getSymbols); + } + + /** + * Creates an array of own and inherited enumerable property names and + * symbols of `object`. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names and symbols. + */ + function getAllKeysIn(object) { + return baseGetAllKeys(object, keysIn, getSymbolsIn); + } + + /** + * Gets metadata for `func`. + * + * @private + * @param {Function} func The function to query. + * @returns {*} Returns the metadata for `func`. + */ + var getData = !metaMap ? noop : function(func) { + return metaMap.get(func); + }; + + /** + * Gets the name of `func`. + * + * @private + * @param {Function} func The function to query. + * @returns {string} Returns the function name. + */ + function getFuncName(func) { + var result = (func.name + ''), + array = realNames[result], + length = hasOwnProperty.call(realNames, result) ? array.length : 0; + + while (length--) { + var data = array[length], + otherFunc = data.func; + if (otherFunc == null || otherFunc == func) { + return data.name; + } + } + return result; + } + + /** + * Gets the argument placeholder value for `func`. + * + * @private + * @param {Function} func The function to inspect. + * @returns {*} Returns the placeholder value. + */ + function getHolder(func) { + var object = hasOwnProperty.call(lodash, 'placeholder') ? lodash : func; + return object.placeholder; + } + + /** + * Gets the appropriate "iteratee" function. If `_.iteratee` is customized, + * this function returns the custom method, otherwise it returns `baseIteratee`. + * If arguments are provided, the chosen function is invoked with them and + * its result is returned. + * + * @private + * @param {*} [value] The value to convert to an iteratee. + * @param {number} [arity] The arity of the created iteratee. + * @returns {Function} Returns the chosen function or its result. + */ + function getIteratee() { + var result = lodash.iteratee || iteratee; + result = result === iteratee ? baseIteratee : result; + return arguments.length ? result(arguments[0], arguments[1]) : result; + } + + /** + * Gets the data for `map`. + * + * @private + * @param {Object} map The map to query. + * @param {string} key The reference key. + * @returns {*} Returns the map data. + */ + function getMapData(map, key) { + var data = map.__data__; + return isKeyable(key) + ? data[typeof key == 'string' ? 'string' : 'hash'] + : data.map; + } + + /** + * Gets the property names, values, and compare flags of `object`. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the match data of `object`. + */ + function getMatchData(object) { + var result = keys(object), + length = result.length; + + while (length--) { + var key = result[length], + value = object[key]; + + result[length] = [key, value, isStrictComparable(value)]; + } + return result; + } + + /** + * Gets the native function at `key` of `object`. + * + * @private + * @param {Object} object The object to query. + * @param {string} key The key of the method to get. + * @returns {*} Returns the function if it's native, else `undefined`. + */ + function getNative(object, key) { + var value = getValue(object, key); + return baseIsNative(value) ? value : undefined; + } + + /** + * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values. + * + * @private + * @param {*} value The value to query. + * @returns {string} Returns the raw `toStringTag`. + */ + function getRawTag(value) { + var isOwn = hasOwnProperty.call(value, symToStringTag), + tag = value[symToStringTag]; + + try { + value[symToStringTag] = undefined; + var unmasked = true; + } catch (e) {} + + var result = nativeObjectToString.call(value); + if (unmasked) { + if (isOwn) { + value[symToStringTag] = tag; + } else { + delete value[symToStringTag]; + } + } + return result; + } + + /** + * Creates an array of the own enumerable symbols of `object`. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of symbols. + */ + var getSymbols = !nativeGetSymbols ? stubArray : function(object) { + if (object == null) { + return []; + } + object = Object(object); + return arrayFilter(nativeGetSymbols(object), function(symbol) { + return propertyIsEnumerable.call(object, symbol); + }); + }; + + /** + * Creates an array of the own and inherited enumerable symbols of `object`. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of symbols. + */ + var getSymbolsIn = !nativeGetSymbols ? stubArray : function(object) { + var result = []; + while (object) { + arrayPush(result, getSymbols(object)); + object = getPrototype(object); + } + return result; + }; + + /** + * Gets the `toStringTag` of `value`. + * + * @private + * @param {*} value The value to query. + * @returns {string} Returns the `toStringTag`. + */ + var getTag = baseGetTag; + + // Fallback for data views, maps, sets, and weak maps in IE 11 and promises in Node.js < 6. + if ((DataView && getTag(new DataView(new ArrayBuffer(1))) != dataViewTag) || + (Map && getTag(new Map) != mapTag) || + (Promise && getTag(Promise.resolve()) != promiseTag) || + (Set && getTag(new Set) != setTag) || + (WeakMap && getTag(new WeakMap) != weakMapTag)) { + getTag = function(value) { + var result = baseGetTag(value), + Ctor = result == objectTag ? value.constructor : undefined, + ctorString = Ctor ? toSource(Ctor) : ''; + + if (ctorString) { + switch (ctorString) { + case dataViewCtorString: return dataViewTag; + case mapCtorString: return mapTag; + case promiseCtorString: return promiseTag; + case setCtorString: return setTag; + case weakMapCtorString: return weakMapTag; + } + } + return result; + }; + } + + /** + * Gets the view, applying any `transforms` to the `start` and `end` positions. + * + * @private + * @param {number} start The start of the view. + * @param {number} end The end of the view. + * @param {Array} transforms The transformations to apply to the view. + * @returns {Object} Returns an object containing the `start` and `end` + * positions of the view. + */ + function getView(start, end, transforms) { + var index = -1, + length = transforms.length; + + while (++index < length) { + var data = transforms[index], + size = data.size; + + switch (data.type) { + case 'drop': start += size; break; + case 'dropRight': end -= size; break; + case 'take': end = nativeMin(end, start + size); break; + case 'takeRight': start = nativeMax(start, end - size); break; + } + } + return { 'start': start, 'end': end }; + } + + /** + * Extracts wrapper details from the `source` body comment. + * + * @private + * @param {string} source The source to inspect. + * @returns {Array} Returns the wrapper details. + */ + function getWrapDetails(source) { + var match = source.match(reWrapDetails); + return match ? match[1].split(reSplitDetails) : []; + } + + /** + * Checks if `path` exists on `object`. + * + * @private + * @param {Object} object The object to query. + * @param {Array|string} path The path to check. + * @param {Function} hasFunc The function to check properties. + * @returns {boolean} Returns `true` if `path` exists, else `false`. + */ + function hasPath(object, path, hasFunc) { + path = castPath(path, object); + + var index = -1, + length = path.length, + result = false; + + while (++index < length) { + var key = toKey(path[index]); + if (!(result = object != null && hasFunc(object, key))) { + break; + } + object = object[key]; + } + if (result || ++index != length) { + return result; + } + length = object == null ? 0 : object.length; + return !!length && isLength(length) && isIndex(key, length) && + (isArray(object) || isArguments(object)); + } + + /** + * Initializes an array clone. + * + * @private + * @param {Array} array The array to clone. + * @returns {Array} Returns the initialized clone. + */ + function initCloneArray(array) { + var length = array.length, + result = new array.constructor(length); + + // Add properties assigned by `RegExp#exec`. + if (length && typeof array[0] == 'string' && hasOwnProperty.call(array, 'index')) { + result.index = array.index; + result.input = array.input; + } + return result; + } + + /** + * Initializes an object clone. + * + * @private + * @param {Object} object The object to clone. + * @returns {Object} Returns the initialized clone. + */ + function initCloneObject(object) { + return (typeof object.constructor == 'function' && !isPrototype(object)) + ? baseCreate(getPrototype(object)) + : {}; + } + + /** + * Initializes an object clone based on its `toStringTag`. + * + * **Note:** This function only supports cloning values with tags of + * `Boolean`, `Date`, `Error`, `Map`, `Number`, `RegExp`, `Set`, or `String`. + * + * @private + * @param {Object} object The object to clone. + * @param {string} tag The `toStringTag` of the object to clone. + * @param {boolean} [isDeep] Specify a deep clone. + * @returns {Object} Returns the initialized clone. + */ + function initCloneByTag(object, tag, isDeep) { + var Ctor = object.constructor; + switch (tag) { + case arrayBufferTag: + return cloneArrayBuffer(object); + + case boolTag: + case dateTag: + return new Ctor(+object); + + case dataViewTag: + return cloneDataView(object, isDeep); + + case float32Tag: case float64Tag: + case int8Tag: case int16Tag: case int32Tag: + case uint8Tag: case uint8ClampedTag: case uint16Tag: case uint32Tag: + return cloneTypedArray(object, isDeep); + + case mapTag: + return new Ctor; + + case numberTag: + case stringTag: + return new Ctor(object); + + case regexpTag: + return cloneRegExp(object); + + case setTag: + return new Ctor; + + case symbolTag: + return cloneSymbol(object); + } + } + + /** + * Inserts wrapper `details` in a comment at the top of the `source` body. + * + * @private + * @param {string} source The source to modify. + * @returns {Array} details The details to insert. + * @returns {string} Returns the modified source. + */ + function insertWrapDetails(source, details) { + var length = details.length; + if (!length) { + return source; + } + var lastIndex = length - 1; + details[lastIndex] = (length > 1 ? '& ' : '') + details[lastIndex]; + details = details.join(length > 2 ? ', ' : ' '); + return source.replace(reWrapComment, '{\n/* [wrapped with ' + details + '] */\n'); + } + + /** + * Checks if `value` is a flattenable `arguments` object or array. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is flattenable, else `false`. + */ + function isFlattenable(value) { + return isArray(value) || isArguments(value) || + !!(spreadableSymbol && value && value[spreadableSymbol]); + } + + /** + * Checks if `value` is a valid array-like index. + * + * @private + * @param {*} value The value to check. + * @param {number} [length=MAX_SAFE_INTEGER] The upper bounds of a valid index. + * @returns {boolean} Returns `true` if `value` is a valid index, else `false`. + */ + function isIndex(value, length) { + var type = typeof value; + length = length == null ? MAX_SAFE_INTEGER : length; + + return !!length && + (type == 'number' || + (type != 'symbol' && reIsUint.test(value))) && + (value > -1 && value % 1 == 0 && value < length); + } + + /** + * Checks if the given arguments are from an iteratee call. + * + * @private + * @param {*} value The potential iteratee value argument. + * @param {*} index The potential iteratee index or key argument. + * @param {*} object The potential iteratee object argument. + * @returns {boolean} Returns `true` if the arguments are from an iteratee call, + * else `false`. + */ + function isIterateeCall(value, index, object) { + if (!isObject(object)) { + return false; + } + var type = typeof index; + if (type == 'number' + ? (isArrayLike(object) && isIndex(index, object.length)) + : (type == 'string' && index in object) + ) { + return eq(object[index], value); + } + return false; + } + + /** + * Checks if `value` is a property name and not a property path. + * + * @private + * @param {*} value The value to check. + * @param {Object} [object] The object to query keys on. + * @returns {boolean} Returns `true` if `value` is a property name, else `false`. + */ + function isKey(value, object) { + if (isArray(value)) { + return false; + } + var type = typeof value; + if (type == 'number' || type == 'symbol' || type == 'boolean' || + value == null || isSymbol(value)) { + return true; + } + return reIsPlainProp.test(value) || !reIsDeepProp.test(value) || + (object != null && value in Object(object)); + } + + /** + * Checks if `value` is suitable for use as unique object key. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is suitable, else `false`. + */ + function isKeyable(value) { + var type = typeof value; + return (type == 'string' || type == 'number' || type == 'symbol' || type == 'boolean') + ? (value !== '__proto__') + : (value === null); + } + + /** + * Checks if `func` has a lazy counterpart. + * + * @private + * @param {Function} func The function to check. + * @returns {boolean} Returns `true` if `func` has a lazy counterpart, + * else `false`. + */ + function isLaziable(func) { + var funcName = getFuncName(func), + other = lodash[funcName]; + + if (typeof other != 'function' || !(funcName in LazyWrapper.prototype)) { + return false; + } + if (func === other) { + return true; + } + var data = getData(other); + return !!data && func === data[0]; + } + + /** + * Checks if `func` has its source masked. + * + * @private + * @param {Function} func The function to check. + * @returns {boolean} Returns `true` if `func` is masked, else `false`. + */ + function isMasked(func) { + return !!maskSrcKey && (maskSrcKey in func); + } + + /** + * Checks if `func` is capable of being masked. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `func` is maskable, else `false`. + */ + var isMaskable = coreJsData ? isFunction : stubFalse; + + /** + * Checks if `value` is likely a prototype object. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a prototype, else `false`. + */ + function isPrototype(value) { + var Ctor = value && value.constructor, + proto = (typeof Ctor == 'function' && Ctor.prototype) || objectProto; + + return value === proto; + } + + /** + * Checks if `value` is suitable for strict equality comparisons, i.e. `===`. + * + * @private + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` if suitable for strict + * equality comparisons, else `false`. + */ + function isStrictComparable(value) { + return value === value && !isObject(value); + } + + /** + * A specialized version of `matchesProperty` for source values suitable + * for strict equality comparisons, i.e. `===`. + * + * @private + * @param {string} key The key of the property to get. + * @param {*} srcValue The value to match. + * @returns {Function} Returns the new spec function. + */ + function matchesStrictComparable(key, srcValue) { + return function(object) { + if (object == null) { + return false; + } + return object[key] === srcValue && + (srcValue !== undefined || (key in Object(object))); + }; + } + + /** + * A specialized version of `_.memoize` which clears the memoized function's + * cache when it exceeds `MAX_MEMOIZE_SIZE`. + * + * @private + * @param {Function} func The function to have its output memoized. + * @returns {Function} Returns the new memoized function. + */ + function memoizeCapped(func) { + var result = memoize(func, function(key) { + if (cache.size === MAX_MEMOIZE_SIZE) { + cache.clear(); + } + return key; + }); + + var cache = result.cache; + return result; + } + + /** + * Merges the function metadata of `source` into `data`. + * + * Merging metadata reduces the number of wrappers used to invoke a function. + * This is possible because methods like `_.bind`, `_.curry`, and `_.partial` + * may be applied regardless of execution order. Methods like `_.ary` and + * `_.rearg` modify function arguments, making the order in which they are + * executed important, preventing the merging of metadata. However, we make + * an exception for a safe combined case where curried functions have `_.ary` + * and or `_.rearg` applied. + * + * @private + * @param {Array} data The destination metadata. + * @param {Array} source The source metadata. + * @returns {Array} Returns `data`. + */ + function mergeData(data, source) { + var bitmask = data[1], + srcBitmask = source[1], + newBitmask = bitmask | srcBitmask, + isCommon = newBitmask < (WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG | WRAP_ARY_FLAG); + + var isCombo = + ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_CURRY_FLAG)) || + ((srcBitmask == WRAP_ARY_FLAG) && (bitmask == WRAP_REARG_FLAG) && (data[7].length <= source[8])) || + ((srcBitmask == (WRAP_ARY_FLAG | WRAP_REARG_FLAG)) && (source[7].length <= source[8]) && (bitmask == WRAP_CURRY_FLAG)); + + // Exit early if metadata can't be merged. + if (!(isCommon || isCombo)) { + return data; + } + // Use source `thisArg` if available. + if (srcBitmask & WRAP_BIND_FLAG) { + data[2] = source[2]; + // Set when currying a bound function. + newBitmask |= bitmask & WRAP_BIND_FLAG ? 0 : WRAP_CURRY_BOUND_FLAG; + } + // Compose partial arguments. + var value = source[3]; + if (value) { + var partials = data[3]; + data[3] = partials ? composeArgs(partials, value, source[4]) : value; + data[4] = partials ? replaceHolders(data[3], PLACEHOLDER) : source[4]; + } + // Compose partial right arguments. + value = source[5]; + if (value) { + partials = data[5]; + data[5] = partials ? composeArgsRight(partials, value, source[6]) : value; + data[6] = partials ? replaceHolders(data[5], PLACEHOLDER) : source[6]; + } + // Use source `argPos` if available. + value = source[7]; + if (value) { + data[7] = value; + } + // Use source `ary` if it's smaller. + if (srcBitmask & WRAP_ARY_FLAG) { + data[8] = data[8] == null ? source[8] : nativeMin(data[8], source[8]); + } + // Use source `arity` if one is not provided. + if (data[9] == null) { + data[9] = source[9]; + } + // Use source `func` and merge bitmasks. + data[0] = source[0]; + data[1] = newBitmask; + + return data; + } + + /** + * This function is like + * [`Object.keys`](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) + * except that it includes inherited enumerable properties. + * + * @private + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + */ + function nativeKeysIn(object) { + var result = []; + if (object != null) { + for (var key in Object(object)) { + result.push(key); + } + } + return result; + } + + /** + * Converts `value` to a string using `Object.prototype.toString`. + * + * @private + * @param {*} value The value to convert. + * @returns {string} Returns the converted string. + */ + function objectToString(value) { + return nativeObjectToString.call(value); + } + + /** + * A specialized version of `baseRest` which transforms the rest array. + * + * @private + * @param {Function} func The function to apply a rest parameter to. + * @param {number} [start=func.length-1] The start position of the rest parameter. + * @param {Function} transform The rest array transform. + * @returns {Function} Returns the new function. + */ + function overRest(func, start, transform) { + start = nativeMax(start === undefined ? (func.length - 1) : start, 0); + return function() { + var args = arguments, + index = -1, + length = nativeMax(args.length - start, 0), + array = Array(length); + + while (++index < length) { + array[index] = args[start + index]; + } + index = -1; + var otherArgs = Array(start + 1); + while (++index < start) { + otherArgs[index] = args[index]; + } + otherArgs[start] = transform(array); + return apply(func, this, otherArgs); + }; + } + + /** + * Gets the parent value at `path` of `object`. + * + * @private + * @param {Object} object The object to query. + * @param {Array} path The path to get the parent value of. + * @returns {*} Returns the parent value. + */ + function parent(object, path) { + return path.length < 2 ? object : baseGet(object, baseSlice(path, 0, -1)); + } + + /** + * Reorder `array` according to the specified indexes where the element at + * the first index is assigned as the first element, the element at + * the second index is assigned as the second element, and so on. + * + * @private + * @param {Array} array The array to reorder. + * @param {Array} indexes The arranged array indexes. + * @returns {Array} Returns `array`. + */ + function reorder(array, indexes) { + var arrLength = array.length, + length = nativeMin(indexes.length, arrLength), + oldArray = copyArray(array); + + while (length--) { + var index = indexes[length]; + array[length] = isIndex(index, arrLength) ? oldArray[index] : undefined; + } + return array; + } + + /** + * Gets the value at `key`, unless `key` is "__proto__" or "constructor". + * + * @private + * @param {Object} object The object to query. + * @param {string} key The key of the property to get. + * @returns {*} Returns the property value. + */ + function safeGet(object, key) { + if (key === 'constructor' && typeof object[key] === 'function') { + return; + } + + if (key == '__proto__') { + return; + } + + return object[key]; + } + + /** + * Sets metadata for `func`. + * + * **Note:** If this function becomes hot, i.e. is invoked a lot in a short + * period of time, it will trip its breaker and transition to an identity + * function to avoid garbage collection pauses in V8. See + * [V8 issue 2070](https://bugs.chromium.org/p/v8/issues/detail?id=2070) + * for more details. + * + * @private + * @param {Function} func The function to associate metadata with. + * @param {*} data The metadata. + * @returns {Function} Returns `func`. + */ + var setData = shortOut(baseSetData); + + /** + * A simple wrapper around the global [`setTimeout`](https://mdn.io/setTimeout). + * + * @private + * @param {Function} func The function to delay. + * @param {number} wait The number of milliseconds to delay invocation. + * @returns {number|Object} Returns the timer id or timeout object. + */ + var setTimeout = ctxSetTimeout || function(func, wait) { + return root.setTimeout(func, wait); + }; + + /** + * Sets the `toString` method of `func` to return `string`. + * + * @private + * @param {Function} func The function to modify. + * @param {Function} string The `toString` result. + * @returns {Function} Returns `func`. + */ + var setToString = shortOut(baseSetToString); + + /** + * Sets the `toString` method of `wrapper` to mimic the source of `reference` + * with wrapper details in a comment at the top of the source body. + * + * @private + * @param {Function} wrapper The function to modify. + * @param {Function} reference The reference function. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @returns {Function} Returns `wrapper`. + */ + function setWrapToString(wrapper, reference, bitmask) { + var source = (reference + ''); + return setToString(wrapper, insertWrapDetails(source, updateWrapDetails(getWrapDetails(source), bitmask))); + } + + /** + * Creates a function that'll short out and invoke `identity` instead + * of `func` when it's called `HOT_COUNT` or more times in `HOT_SPAN` + * milliseconds. + * + * @private + * @param {Function} func The function to restrict. + * @returns {Function} Returns the new shortable function. + */ + function shortOut(func) { + var count = 0, + lastCalled = 0; + + return function() { + var stamp = nativeNow(), + remaining = HOT_SPAN - (stamp - lastCalled); + + lastCalled = stamp; + if (remaining > 0) { + if (++count >= HOT_COUNT) { + return arguments[0]; + } + } else { + count = 0; + } + return func.apply(undefined, arguments); + }; + } + + /** + * A specialized version of `_.shuffle` which mutates and sets the size of `array`. + * + * @private + * @param {Array} array The array to shuffle. + * @param {number} [size=array.length] The size of `array`. + * @returns {Array} Returns `array`. + */ + function shuffleSelf(array, size) { + var index = -1, + length = array.length, + lastIndex = length - 1; + + size = size === undefined ? length : size; + while (++index < size) { + var rand = baseRandom(index, lastIndex), + value = array[rand]; + + array[rand] = array[index]; + array[index] = value; + } + array.length = size; + return array; + } + + /** + * Converts `string` to a property path array. + * + * @private + * @param {string} string The string to convert. + * @returns {Array} Returns the property path array. + */ + var stringToPath = memoizeCapped(function(string) { + var result = []; + if (string.charCodeAt(0) === 46 /* . */) { + result.push(''); + } + string.replace(rePropName, function(match, number, quote, subString) { + result.push(quote ? subString.replace(reEscapeChar, '$1') : (number || match)); + }); + return result; + }); + + /** + * Converts `value` to a string key if it's not a string or symbol. + * + * @private + * @param {*} value The value to inspect. + * @returns {string|symbol} Returns the key. + */ + function toKey(value) { + if (typeof value == 'string' || isSymbol(value)) { + return value; + } + var result = (value + ''); + return (result == '0' && (1 / value) == -INFINITY) ? '-0' : result; + } + + /** + * Converts `func` to its source code. + * + * @private + * @param {Function} func The function to convert. + * @returns {string} Returns the source code. + */ + function toSource(func) { + if (func != null) { + try { + return funcToString.call(func); + } catch (e) {} + try { + return (func + ''); + } catch (e) {} + } + return ''; + } + + /** + * Updates wrapper `details` based on `bitmask` flags. + * + * @private + * @returns {Array} details The details to modify. + * @param {number} bitmask The bitmask flags. See `createWrap` for more details. + * @returns {Array} Returns `details`. + */ + function updateWrapDetails(details, bitmask) { + arrayEach(wrapFlags, function(pair) { + var value = '_.' + pair[0]; + if ((bitmask & pair[1]) && !arrayIncludes(details, value)) { + details.push(value); + } + }); + return details.sort(); + } + + /** + * Creates a clone of `wrapper`. + * + * @private + * @param {Object} wrapper The wrapper to clone. + * @returns {Object} Returns the cloned wrapper. + */ + function wrapperClone(wrapper) { + if (wrapper instanceof LazyWrapper) { + return wrapper.clone(); + } + var result = new LodashWrapper(wrapper.__wrapped__, wrapper.__chain__); + result.__actions__ = copyArray(wrapper.__actions__); + result.__index__ = wrapper.__index__; + result.__values__ = wrapper.__values__; + return result; + } + + /*------------------------------------------------------------------------*/ + + /** + * Creates an array of elements split into groups the length of `size`. + * If `array` can't be split evenly, the final chunk will be the remaining + * elements. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to process. + * @param {number} [size=1] The length of each chunk + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Array} Returns the new array of chunks. + * @example + * + * _.chunk(['a', 'b', 'c', 'd'], 2); + * // => [['a', 'b'], ['c', 'd']] + * + * _.chunk(['a', 'b', 'c', 'd'], 3); + * // => [['a', 'b', 'c'], ['d']] + */ + function chunk(array, size, guard) { + if ((guard ? isIterateeCall(array, size, guard) : size === undefined)) { + size = 1; + } else { + size = nativeMax(toInteger(size), 0); + } + var length = array == null ? 0 : array.length; + if (!length || size < 1) { + return []; + } + var index = 0, + resIndex = 0, + result = Array(nativeCeil(length / size)); + + while (index < length) { + result[resIndex++] = baseSlice(array, index, (index += size)); + } + return result; + } + + /** + * Creates an array with all falsey values removed. The values `false`, `null`, + * `0`, `""`, `undefined`, and `NaN` are falsey. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to compact. + * @returns {Array} Returns the new array of filtered values. + * @example + * + * _.compact([0, 1, false, 2, '', 3]); + * // => [1, 2, 3] + */ + function compact(array) { + var index = -1, + length = array == null ? 0 : array.length, + resIndex = 0, + result = []; + + while (++index < length) { + var value = array[index]; + if (value) { + result[resIndex++] = value; + } + } + return result; + } + + /** + * Creates a new array concatenating `array` with any additional arrays + * and/or values. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to concatenate. + * @param {...*} [values] The values to concatenate. + * @returns {Array} Returns the new concatenated array. + * @example + * + * var array = [1]; + * var other = _.concat(array, 2, [3], [[4]]); + * + * console.log(other); + * // => [1, 2, 3, [4]] + * + * console.log(array); + * // => [1] + */ + function concat() { + var length = arguments.length; + if (!length) { + return []; + } + var args = Array(length - 1), + array = arguments[0], + index = length; + + while (index--) { + args[index - 1] = arguments[index]; + } + return arrayPush(isArray(array) ? copyArray(array) : [array], baseFlatten(args, 1)); + } + + /** + * Creates an array of `array` values not included in the other given arrays + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. The order and references of result values are + * determined by the first array. + * + * **Note:** Unlike `_.pullAll`, this method returns a new array. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {...Array} [values] The values to exclude. + * @returns {Array} Returns the new array of filtered values. + * @see _.without, _.xor + * @example + * + * _.difference([2, 1], [2, 3]); + * // => [1] + */ + var difference = baseRest(function(array, values) { + return isArrayLikeObject(array) + ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true)) + : []; + }); + + /** + * This method is like `_.difference` except that it accepts `iteratee` which + * is invoked for each element of `array` and `values` to generate the criterion + * by which they're compared. The order and references of result values are + * determined by the first array. The iteratee is invoked with one argument: + * (value). + * + * **Note:** Unlike `_.pullAllBy`, this method returns a new array. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {...Array} [values] The values to exclude. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Array} Returns the new array of filtered values. + * @example + * + * _.differenceBy([2.1, 1.2], [2.3, 3.4], Math.floor); + * // => [1.2] + * + * // The `_.property` iteratee shorthand. + * _.differenceBy([{ 'x': 2 }, { 'x': 1 }], [{ 'x': 1 }], 'x'); + * // => [{ 'x': 2 }] + */ + var differenceBy = baseRest(function(array, values) { + var iteratee = last(values); + if (isArrayLikeObject(iteratee)) { + iteratee = undefined; + } + return isArrayLikeObject(array) + ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true), getIteratee(iteratee, 2)) + : []; + }); + + /** + * This method is like `_.difference` except that it accepts `comparator` + * which is invoked to compare elements of `array` to `values`. The order and + * references of result values are determined by the first array. The comparator + * is invoked with two arguments: (arrVal, othVal). + * + * **Note:** Unlike `_.pullAllWith`, this method returns a new array. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {...Array} [values] The values to exclude. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of filtered values. + * @example + * + * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]; + * + * _.differenceWith(objects, [{ 'x': 1, 'y': 2 }], _.isEqual); + * // => [{ 'x': 2, 'y': 1 }] + */ + var differenceWith = baseRest(function(array, values) { + var comparator = last(values); + if (isArrayLikeObject(comparator)) { + comparator = undefined; + } + return isArrayLikeObject(array) + ? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true), undefined, comparator) + : []; + }); + + /** + * Creates a slice of `array` with `n` elements dropped from the beginning. + * + * @static + * @memberOf _ + * @since 0.5.0 + * @category Array + * @param {Array} array The array to query. + * @param {number} [n=1] The number of elements to drop. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Array} Returns the slice of `array`. + * @example + * + * _.drop([1, 2, 3]); + * // => [2, 3] + * + * _.drop([1, 2, 3], 2); + * // => [3] + * + * _.drop([1, 2, 3], 5); + * // => [] + * + * _.drop([1, 2, 3], 0); + * // => [1, 2, 3] + */ + function drop(array, n, guard) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + n = (guard || n === undefined) ? 1 : toInteger(n); + return baseSlice(array, n < 0 ? 0 : n, length); + } + + /** + * Creates a slice of `array` with `n` elements dropped from the end. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to query. + * @param {number} [n=1] The number of elements to drop. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Array} Returns the slice of `array`. + * @example + * + * _.dropRight([1, 2, 3]); + * // => [1, 2] + * + * _.dropRight([1, 2, 3], 2); + * // => [1] + * + * _.dropRight([1, 2, 3], 5); + * // => [] + * + * _.dropRight([1, 2, 3], 0); + * // => [1, 2, 3] + */ + function dropRight(array, n, guard) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + n = (guard || n === undefined) ? 1 : toInteger(n); + n = length - n; + return baseSlice(array, 0, n < 0 ? 0 : n); + } + + /** + * Creates a slice of `array` excluding elements dropped from the end. + * Elements are dropped until `predicate` returns falsey. The predicate is + * invoked with three arguments: (value, index, array). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to query. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the slice of `array`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': true }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': false } + * ]; + * + * _.dropRightWhile(users, function(o) { return !o.active; }); + * // => objects for ['barney'] + * + * // The `_.matches` iteratee shorthand. + * _.dropRightWhile(users, { 'user': 'pebbles', 'active': false }); + * // => objects for ['barney', 'fred'] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.dropRightWhile(users, ['active', false]); + * // => objects for ['barney'] + * + * // The `_.property` iteratee shorthand. + * _.dropRightWhile(users, 'active'); + * // => objects for ['barney', 'fred', 'pebbles'] + */ + function dropRightWhile(array, predicate) { + return (array && array.length) + ? baseWhile(array, getIteratee(predicate, 3), true, true) + : []; + } + + /** + * Creates a slice of `array` excluding elements dropped from the beginning. + * Elements are dropped until `predicate` returns falsey. The predicate is + * invoked with three arguments: (value, index, array). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to query. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the slice of `array`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': false }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': true } + * ]; + * + * _.dropWhile(users, function(o) { return !o.active; }); + * // => objects for ['pebbles'] + * + * // The `_.matches` iteratee shorthand. + * _.dropWhile(users, { 'user': 'barney', 'active': false }); + * // => objects for ['fred', 'pebbles'] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.dropWhile(users, ['active', false]); + * // => objects for ['pebbles'] + * + * // The `_.property` iteratee shorthand. + * _.dropWhile(users, 'active'); + * // => objects for ['barney', 'fred', 'pebbles'] + */ + function dropWhile(array, predicate) { + return (array && array.length) + ? baseWhile(array, getIteratee(predicate, 3), true) + : []; + } + + /** + * Fills elements of `array` with `value` from `start` up to, but not + * including, `end`. + * + * **Note:** This method mutates `array`. + * + * @static + * @memberOf _ + * @since 3.2.0 + * @category Array + * @param {Array} array The array to fill. + * @param {*} value The value to fill `array` with. + * @param {number} [start=0] The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns `array`. + * @example + * + * var array = [1, 2, 3]; + * + * _.fill(array, 'a'); + * console.log(array); + * // => ['a', 'a', 'a'] + * + * _.fill(Array(3), 2); + * // => [2, 2, 2] + * + * _.fill([4, 6, 8, 10], '*', 1, 3); + * // => [4, '*', '*', 10] + */ + function fill(array, value, start, end) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + if (start && typeof start != 'number' && isIterateeCall(array, value, start)) { + start = 0; + end = length; + } + return baseFill(array, value, start, end); + } + + /** + * This method is like `_.find` except that it returns the index of the first + * element `predicate` returns truthy for instead of the element itself. + * + * @static + * @memberOf _ + * @since 1.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param {number} [fromIndex=0] The index to search from. + * @returns {number} Returns the index of the found element, else `-1`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': false }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': true } + * ]; + * + * _.findIndex(users, function(o) { return o.user == 'barney'; }); + * // => 0 + * + * // The `_.matches` iteratee shorthand. + * _.findIndex(users, { 'user': 'fred', 'active': false }); + * // => 1 + * + * // The `_.matchesProperty` iteratee shorthand. + * _.findIndex(users, ['active', false]); + * // => 0 + * + * // The `_.property` iteratee shorthand. + * _.findIndex(users, 'active'); + * // => 2 + */ + function findIndex(array, predicate, fromIndex) { + var length = array == null ? 0 : array.length; + if (!length) { + return -1; + } + var index = fromIndex == null ? 0 : toInteger(fromIndex); + if (index < 0) { + index = nativeMax(length + index, 0); + } + return baseFindIndex(array, getIteratee(predicate, 3), index); + } + + /** + * This method is like `_.findIndex` except that it iterates over elements + * of `collection` from right to left. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param {number} [fromIndex=array.length-1] The index to search from. + * @returns {number} Returns the index of the found element, else `-1`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': true }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': false } + * ]; + * + * _.findLastIndex(users, function(o) { return o.user == 'pebbles'; }); + * // => 2 + * + * // The `_.matches` iteratee shorthand. + * _.findLastIndex(users, { 'user': 'barney', 'active': true }); + * // => 0 + * + * // The `_.matchesProperty` iteratee shorthand. + * _.findLastIndex(users, ['active', false]); + * // => 2 + * + * // The `_.property` iteratee shorthand. + * _.findLastIndex(users, 'active'); + * // => 0 + */ + function findLastIndex(array, predicate, fromIndex) { + var length = array == null ? 0 : array.length; + if (!length) { + return -1; + } + var index = length - 1; + if (fromIndex !== undefined) { + index = toInteger(fromIndex); + index = fromIndex < 0 + ? nativeMax(length + index, 0) + : nativeMin(index, length - 1); + } + return baseFindIndex(array, getIteratee(predicate, 3), index, true); + } + + /** + * Flattens `array` a single level deep. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to flatten. + * @returns {Array} Returns the new flattened array. + * @example + * + * _.flatten([1, [2, [3, [4]], 5]]); + * // => [1, 2, [3, [4]], 5] + */ + function flatten(array) { + var length = array == null ? 0 : array.length; + return length ? baseFlatten(array, 1) : []; + } + + /** + * Recursively flattens `array`. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to flatten. + * @returns {Array} Returns the new flattened array. + * @example + * + * _.flattenDeep([1, [2, [3, [4]], 5]]); + * // => [1, 2, 3, 4, 5] + */ + function flattenDeep(array) { + var length = array == null ? 0 : array.length; + return length ? baseFlatten(array, INFINITY) : []; + } + + /** + * Recursively flatten `array` up to `depth` times. + * + * @static + * @memberOf _ + * @since 4.4.0 + * @category Array + * @param {Array} array The array to flatten. + * @param {number} [depth=1] The maximum recursion depth. + * @returns {Array} Returns the new flattened array. + * @example + * + * var array = [1, [2, [3, [4]], 5]]; + * + * _.flattenDepth(array, 1); + * // => [1, 2, [3, [4]], 5] + * + * _.flattenDepth(array, 2); + * // => [1, 2, 3, [4], 5] + */ + function flattenDepth(array, depth) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + depth = depth === undefined ? 1 : toInteger(depth); + return baseFlatten(array, depth); + } + + /** + * The inverse of `_.toPairs`; this method returns an object composed + * from key-value `pairs`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} pairs The key-value pairs. + * @returns {Object} Returns the new object. + * @example + * + * _.fromPairs([['a', 1], ['b', 2]]); + * // => { 'a': 1, 'b': 2 } + */ + function fromPairs(pairs) { + var index = -1, + length = pairs == null ? 0 : pairs.length, + result = {}; + + while (++index < length) { + var pair = pairs[index]; + result[pair[0]] = pair[1]; + } + return result; + } + + /** + * Gets the first element of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @alias first + * @category Array + * @param {Array} array The array to query. + * @returns {*} Returns the first element of `array`. + * @example + * + * _.head([1, 2, 3]); + * // => 1 + * + * _.head([]); + * // => undefined + */ + function head(array) { + return (array && array.length) ? array[0] : undefined; + } + + /** + * Gets the index at which the first occurrence of `value` is found in `array` + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. If `fromIndex` is negative, it's used as the + * offset from the end of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} [fromIndex=0] The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + * @example + * + * _.indexOf([1, 2, 1, 2], 2); + * // => 1 + * + * // Search from the `fromIndex`. + * _.indexOf([1, 2, 1, 2], 2, 2); + * // => 3 + */ + function indexOf(array, value, fromIndex) { + var length = array == null ? 0 : array.length; + if (!length) { + return -1; + } + var index = fromIndex == null ? 0 : toInteger(fromIndex); + if (index < 0) { + index = nativeMax(length + index, 0); + } + return baseIndexOf(array, value, index); + } + + /** + * Gets all but the last element of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to query. + * @returns {Array} Returns the slice of `array`. + * @example + * + * _.initial([1, 2, 3]); + * // => [1, 2] + */ + function initial(array) { + var length = array == null ? 0 : array.length; + return length ? baseSlice(array, 0, -1) : []; + } + + /** + * Creates an array of unique values that are included in all given arrays + * using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. The order and references of result values are + * determined by the first array. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @returns {Array} Returns the new array of intersecting values. + * @example + * + * _.intersection([2, 1], [2, 3]); + * // => [2] + */ + var intersection = baseRest(function(arrays) { + var mapped = arrayMap(arrays, castArrayLikeObject); + return (mapped.length && mapped[0] === arrays[0]) + ? baseIntersection(mapped) + : []; + }); + + /** + * This method is like `_.intersection` except that it accepts `iteratee` + * which is invoked for each element of each `arrays` to generate the criterion + * by which they're compared. The order and references of result values are + * determined by the first array. The iteratee is invoked with one argument: + * (value). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Array} Returns the new array of intersecting values. + * @example + * + * _.intersectionBy([2.1, 1.2], [2.3, 3.4], Math.floor); + * // => [2.1] + * + * // The `_.property` iteratee shorthand. + * _.intersectionBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x'); + * // => [{ 'x': 1 }] + */ + var intersectionBy = baseRest(function(arrays) { + var iteratee = last(arrays), + mapped = arrayMap(arrays, castArrayLikeObject); + + if (iteratee === last(mapped)) { + iteratee = undefined; + } else { + mapped.pop(); + } + return (mapped.length && mapped[0] === arrays[0]) + ? baseIntersection(mapped, getIteratee(iteratee, 2)) + : []; + }); + + /** + * This method is like `_.intersection` except that it accepts `comparator` + * which is invoked to compare elements of `arrays`. The order and references + * of result values are determined by the first array. The comparator is + * invoked with two arguments: (arrVal, othVal). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of intersecting values. + * @example + * + * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]; + * var others = [{ 'x': 1, 'y': 1 }, { 'x': 1, 'y': 2 }]; + * + * _.intersectionWith(objects, others, _.isEqual); + * // => [{ 'x': 1, 'y': 2 }] + */ + var intersectionWith = baseRest(function(arrays) { + var comparator = last(arrays), + mapped = arrayMap(arrays, castArrayLikeObject); + + comparator = typeof comparator == 'function' ? comparator : undefined; + if (comparator) { + mapped.pop(); + } + return (mapped.length && mapped[0] === arrays[0]) + ? baseIntersection(mapped, undefined, comparator) + : []; + }); + + /** + * Converts all elements in `array` into a string separated by `separator`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to convert. + * @param {string} [separator=','] The element separator. + * @returns {string} Returns the joined string. + * @example + * + * _.join(['a', 'b', 'c'], '~'); + * // => 'a~b~c' + */ + function join(array, separator) { + return array == null ? '' : nativeJoin.call(array, separator); + } + + /** + * Gets the last element of `array`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to query. + * @returns {*} Returns the last element of `array`. + * @example + * + * _.last([1, 2, 3]); + * // => 3 + */ + function last(array) { + var length = array == null ? 0 : array.length; + return length ? array[length - 1] : undefined; + } + + /** + * This method is like `_.indexOf` except that it iterates over elements of + * `array` from right to left. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @param {number} [fromIndex=array.length-1] The index to search from. + * @returns {number} Returns the index of the matched value, else `-1`. + * @example + * + * _.lastIndexOf([1, 2, 1, 2], 2); + * // => 3 + * + * // Search from the `fromIndex`. + * _.lastIndexOf([1, 2, 1, 2], 2, 2); + * // => 1 + */ + function lastIndexOf(array, value, fromIndex) { + var length = array == null ? 0 : array.length; + if (!length) { + return -1; + } + var index = length; + if (fromIndex !== undefined) { + index = toInteger(fromIndex); + index = index < 0 ? nativeMax(length + index, 0) : nativeMin(index, length - 1); + } + return value === value + ? strictLastIndexOf(array, value, index) + : baseFindIndex(array, baseIsNaN, index, true); + } + + /** + * Gets the element at index `n` of `array`. If `n` is negative, the nth + * element from the end is returned. + * + * @static + * @memberOf _ + * @since 4.11.0 + * @category Array + * @param {Array} array The array to query. + * @param {number} [n=0] The index of the element to return. + * @returns {*} Returns the nth element of `array`. + * @example + * + * var array = ['a', 'b', 'c', 'd']; + * + * _.nth(array, 1); + * // => 'b' + * + * _.nth(array, -2); + * // => 'c'; + */ + function nth(array, n) { + return (array && array.length) ? baseNth(array, toInteger(n)) : undefined; + } + + /** + * Removes all given values from `array` using + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. + * + * **Note:** Unlike `_.without`, this method mutates `array`. Use `_.remove` + * to remove elements from an array by predicate. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Array + * @param {Array} array The array to modify. + * @param {...*} [values] The values to remove. + * @returns {Array} Returns `array`. + * @example + * + * var array = ['a', 'b', 'c', 'a', 'b', 'c']; + * + * _.pull(array, 'a', 'c'); + * console.log(array); + * // => ['b', 'b'] + */ + var pull = baseRest(pullAll); + + /** + * This method is like `_.pull` except that it accepts an array of values to remove. + * + * **Note:** Unlike `_.difference`, this method mutates `array`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to modify. + * @param {Array} values The values to remove. + * @returns {Array} Returns `array`. + * @example + * + * var array = ['a', 'b', 'c', 'a', 'b', 'c']; + * + * _.pullAll(array, ['a', 'c']); + * console.log(array); + * // => ['b', 'b'] + */ + function pullAll(array, values) { + return (array && array.length && values && values.length) + ? basePullAll(array, values) + : array; + } + + /** + * This method is like `_.pullAll` except that it accepts `iteratee` which is + * invoked for each element of `array` and `values` to generate the criterion + * by which they're compared. The iteratee is invoked with one argument: (value). + * + * **Note:** Unlike `_.differenceBy`, this method mutates `array`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to modify. + * @param {Array} values The values to remove. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Array} Returns `array`. + * @example + * + * var array = [{ 'x': 1 }, { 'x': 2 }, { 'x': 3 }, { 'x': 1 }]; + * + * _.pullAllBy(array, [{ 'x': 1 }, { 'x': 3 }], 'x'); + * console.log(array); + * // => [{ 'x': 2 }] + */ + function pullAllBy(array, values, iteratee) { + return (array && array.length && values && values.length) + ? basePullAll(array, values, getIteratee(iteratee, 2)) + : array; + } + + /** + * This method is like `_.pullAll` except that it accepts `comparator` which + * is invoked to compare elements of `array` to `values`. The comparator is + * invoked with two arguments: (arrVal, othVal). + * + * **Note:** Unlike `_.differenceWith`, this method mutates `array`. + * + * @static + * @memberOf _ + * @since 4.6.0 + * @category Array + * @param {Array} array The array to modify. + * @param {Array} values The values to remove. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns `array`. + * @example + * + * var array = [{ 'x': 1, 'y': 2 }, { 'x': 3, 'y': 4 }, { 'x': 5, 'y': 6 }]; + * + * _.pullAllWith(array, [{ 'x': 3, 'y': 4 }], _.isEqual); + * console.log(array); + * // => [{ 'x': 1, 'y': 2 }, { 'x': 5, 'y': 6 }] + */ + function pullAllWith(array, values, comparator) { + return (array && array.length && values && values.length) + ? basePullAll(array, values, undefined, comparator) + : array; + } + + /** + * Removes elements from `array` corresponding to `indexes` and returns an + * array of removed elements. + * + * **Note:** Unlike `_.at`, this method mutates `array`. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to modify. + * @param {...(number|number[])} [indexes] The indexes of elements to remove. + * @returns {Array} Returns the new array of removed elements. + * @example + * + * var array = ['a', 'b', 'c', 'd']; + * var pulled = _.pullAt(array, [1, 3]); + * + * console.log(array); + * // => ['a', 'c'] + * + * console.log(pulled); + * // => ['b', 'd'] + */ + var pullAt = flatRest(function(array, indexes) { + var length = array == null ? 0 : array.length, + result = baseAt(array, indexes); + + basePullAt(array, arrayMap(indexes, function(index) { + return isIndex(index, length) ? +index : index; + }).sort(compareAscending)); + + return result; + }); + + /** + * Removes all elements from `array` that `predicate` returns truthy for + * and returns an array of the removed elements. The predicate is invoked + * with three arguments: (value, index, array). + * + * **Note:** Unlike `_.filter`, this method mutates `array`. Use `_.pull` + * to pull elements from an array by value. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Array + * @param {Array} array The array to modify. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the new array of removed elements. + * @example + * + * var array = [1, 2, 3, 4]; + * var evens = _.remove(array, function(n) { + * return n % 2 == 0; + * }); + * + * console.log(array); + * // => [1, 3] + * + * console.log(evens); + * // => [2, 4] + */ + function remove(array, predicate) { + var result = []; + if (!(array && array.length)) { + return result; + } + var index = -1, + indexes = [], + length = array.length; + + predicate = getIteratee(predicate, 3); + while (++index < length) { + var value = array[index]; + if (predicate(value, index, array)) { + result.push(value); + indexes.push(index); + } + } + basePullAt(array, indexes); + return result; + } + + /** + * Reverses `array` so that the first element becomes the last, the second + * element becomes the second to last, and so on. + * + * **Note:** This method mutates `array` and is based on + * [`Array#reverse`](https://mdn.io/Array/reverse). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to modify. + * @returns {Array} Returns `array`. + * @example + * + * var array = [1, 2, 3]; + * + * _.reverse(array); + * // => [3, 2, 1] + * + * console.log(array); + * // => [3, 2, 1] + */ + function reverse(array) { + return array == null ? array : nativeReverse.call(array); + } + + /** + * Creates a slice of `array` from `start` up to, but not including, `end`. + * + * **Note:** This method is used instead of + * [`Array#slice`](https://mdn.io/Array/slice) to ensure dense arrays are + * returned. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to slice. + * @param {number} [start=0] The start position. + * @param {number} [end=array.length] The end position. + * @returns {Array} Returns the slice of `array`. + */ + function slice(array, start, end) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + if (end && typeof end != 'number' && isIterateeCall(array, start, end)) { + start = 0; + end = length; + } + else { + start = start == null ? 0 : toInteger(start); + end = end === undefined ? length : toInteger(end); + } + return baseSlice(array, start, end); + } + + /** + * Uses a binary search to determine the lowest index at which `value` + * should be inserted into `array` in order to maintain its sort order. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The sorted array to inspect. + * @param {*} value The value to evaluate. + * @returns {number} Returns the index at which `value` should be inserted + * into `array`. + * @example + * + * _.sortedIndex([30, 50], 40); + * // => 1 + */ + function sortedIndex(array, value) { + return baseSortedIndex(array, value); + } + + /** + * This method is like `_.sortedIndex` except that it accepts `iteratee` + * which is invoked for `value` and each element of `array` to compute their + * sort ranking. The iteratee is invoked with one argument: (value). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The sorted array to inspect. + * @param {*} value The value to evaluate. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {number} Returns the index at which `value` should be inserted + * into `array`. + * @example + * + * var objects = [{ 'x': 4 }, { 'x': 5 }]; + * + * _.sortedIndexBy(objects, { 'x': 4 }, function(o) { return o.x; }); + * // => 0 + * + * // The `_.property` iteratee shorthand. + * _.sortedIndexBy(objects, { 'x': 4 }, 'x'); + * // => 0 + */ + function sortedIndexBy(array, value, iteratee) { + return baseSortedIndexBy(array, value, getIteratee(iteratee, 2)); + } + + /** + * This method is like `_.indexOf` except that it performs a binary + * search on a sorted `array`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @returns {number} Returns the index of the matched value, else `-1`. + * @example + * + * _.sortedIndexOf([4, 5, 5, 5, 6], 5); + * // => 1 + */ + function sortedIndexOf(array, value) { + var length = array == null ? 0 : array.length; + if (length) { + var index = baseSortedIndex(array, value); + if (index < length && eq(array[index], value)) { + return index; + } + } + return -1; + } + + /** + * This method is like `_.sortedIndex` except that it returns the highest + * index at which `value` should be inserted into `array` in order to + * maintain its sort order. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The sorted array to inspect. + * @param {*} value The value to evaluate. + * @returns {number} Returns the index at which `value` should be inserted + * into `array`. + * @example + * + * _.sortedLastIndex([4, 5, 5, 5, 6], 5); + * // => 4 + */ + function sortedLastIndex(array, value) { + return baseSortedIndex(array, value, true); + } + + /** + * This method is like `_.sortedLastIndex` except that it accepts `iteratee` + * which is invoked for `value` and each element of `array` to compute their + * sort ranking. The iteratee is invoked with one argument: (value). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The sorted array to inspect. + * @param {*} value The value to evaluate. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {number} Returns the index at which `value` should be inserted + * into `array`. + * @example + * + * var objects = [{ 'x': 4 }, { 'x': 5 }]; + * + * _.sortedLastIndexBy(objects, { 'x': 4 }, function(o) { return o.x; }); + * // => 1 + * + * // The `_.property` iteratee shorthand. + * _.sortedLastIndexBy(objects, { 'x': 4 }, 'x'); + * // => 1 + */ + function sortedLastIndexBy(array, value, iteratee) { + return baseSortedIndexBy(array, value, getIteratee(iteratee, 2), true); + } + + /** + * This method is like `_.lastIndexOf` except that it performs a binary + * search on a sorted `array`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {*} value The value to search for. + * @returns {number} Returns the index of the matched value, else `-1`. + * @example + * + * _.sortedLastIndexOf([4, 5, 5, 5, 6], 5); + * // => 3 + */ + function sortedLastIndexOf(array, value) { + var length = array == null ? 0 : array.length; + if (length) { + var index = baseSortedIndex(array, value, true) - 1; + if (eq(array[index], value)) { + return index; + } + } + return -1; + } + + /** + * This method is like `_.uniq` except that it's designed and optimized + * for sorted arrays. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @returns {Array} Returns the new duplicate free array. + * @example + * + * _.sortedUniq([1, 1, 2]); + * // => [1, 2] + */ + function sortedUniq(array) { + return (array && array.length) + ? baseSortedUniq(array) + : []; + } + + /** + * This method is like `_.uniqBy` except that it's designed and optimized + * for sorted arrays. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {Function} [iteratee] The iteratee invoked per element. + * @returns {Array} Returns the new duplicate free array. + * @example + * + * _.sortedUniqBy([1.1, 1.2, 2.3, 2.4], Math.floor); + * // => [1.1, 2.3] + */ + function sortedUniqBy(array, iteratee) { + return (array && array.length) + ? baseSortedUniq(array, getIteratee(iteratee, 2)) + : []; + } + + /** + * Gets all but the first element of `array`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to query. + * @returns {Array} Returns the slice of `array`. + * @example + * + * _.tail([1, 2, 3]); + * // => [2, 3] + */ + function tail(array) { + var length = array == null ? 0 : array.length; + return length ? baseSlice(array, 1, length) : []; + } + + /** + * Creates a slice of `array` with `n` elements taken from the beginning. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to query. + * @param {number} [n=1] The number of elements to take. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Array} Returns the slice of `array`. + * @example + * + * _.take([1, 2, 3]); + * // => [1] + * + * _.take([1, 2, 3], 2); + * // => [1, 2] + * + * _.take([1, 2, 3], 5); + * // => [1, 2, 3] + * + * _.take([1, 2, 3], 0); + * // => [] + */ + function take(array, n, guard) { + if (!(array && array.length)) { + return []; + } + n = (guard || n === undefined) ? 1 : toInteger(n); + return baseSlice(array, 0, n < 0 ? 0 : n); + } + + /** + * Creates a slice of `array` with `n` elements taken from the end. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to query. + * @param {number} [n=1] The number of elements to take. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Array} Returns the slice of `array`. + * @example + * + * _.takeRight([1, 2, 3]); + * // => [3] + * + * _.takeRight([1, 2, 3], 2); + * // => [2, 3] + * + * _.takeRight([1, 2, 3], 5); + * // => [1, 2, 3] + * + * _.takeRight([1, 2, 3], 0); + * // => [] + */ + function takeRight(array, n, guard) { + var length = array == null ? 0 : array.length; + if (!length) { + return []; + } + n = (guard || n === undefined) ? 1 : toInteger(n); + n = length - n; + return baseSlice(array, n < 0 ? 0 : n, length); + } + + /** + * Creates a slice of `array` with elements taken from the end. Elements are + * taken until `predicate` returns falsey. The predicate is invoked with + * three arguments: (value, index, array). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to query. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the slice of `array`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': true }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': false } + * ]; + * + * _.takeRightWhile(users, function(o) { return !o.active; }); + * // => objects for ['fred', 'pebbles'] + * + * // The `_.matches` iteratee shorthand. + * _.takeRightWhile(users, { 'user': 'pebbles', 'active': false }); + * // => objects for ['pebbles'] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.takeRightWhile(users, ['active', false]); + * // => objects for ['fred', 'pebbles'] + * + * // The `_.property` iteratee shorthand. + * _.takeRightWhile(users, 'active'); + * // => [] + */ + function takeRightWhile(array, predicate) { + return (array && array.length) + ? baseWhile(array, getIteratee(predicate, 3), false, true) + : []; + } + + /** + * Creates a slice of `array` with elements taken from the beginning. Elements + * are taken until `predicate` returns falsey. The predicate is invoked with + * three arguments: (value, index, array). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Array + * @param {Array} array The array to query. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the slice of `array`. + * @example + * + * var users = [ + * { 'user': 'barney', 'active': false }, + * { 'user': 'fred', 'active': false }, + * { 'user': 'pebbles', 'active': true } + * ]; + * + * _.takeWhile(users, function(o) { return !o.active; }); + * // => objects for ['barney', 'fred'] + * + * // The `_.matches` iteratee shorthand. + * _.takeWhile(users, { 'user': 'barney', 'active': false }); + * // => objects for ['barney'] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.takeWhile(users, ['active', false]); + * // => objects for ['barney', 'fred'] + * + * // The `_.property` iteratee shorthand. + * _.takeWhile(users, 'active'); + * // => [] + */ + function takeWhile(array, predicate) { + return (array && array.length) + ? baseWhile(array, getIteratee(predicate, 3)) + : []; + } + + /** + * Creates an array of unique values, in order, from all given arrays using + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @returns {Array} Returns the new array of combined values. + * @example + * + * _.union([2], [1, 2]); + * // => [2, 1] + */ + var union = baseRest(function(arrays) { + return baseUniq(baseFlatten(arrays, 1, isArrayLikeObject, true)); + }); + + /** + * This method is like `_.union` except that it accepts `iteratee` which is + * invoked for each element of each `arrays` to generate the criterion by + * which uniqueness is computed. Result values are chosen from the first + * array in which the value occurs. The iteratee is invoked with one argument: + * (value). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Array} Returns the new array of combined values. + * @example + * + * _.unionBy([2.1], [1.2, 2.3], Math.floor); + * // => [2.1, 1.2] + * + * // The `_.property` iteratee shorthand. + * _.unionBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x'); + * // => [{ 'x': 1 }, { 'x': 2 }] + */ + var unionBy = baseRest(function(arrays) { + var iteratee = last(arrays); + if (isArrayLikeObject(iteratee)) { + iteratee = undefined; + } + return baseUniq(baseFlatten(arrays, 1, isArrayLikeObject, true), getIteratee(iteratee, 2)); + }); + + /** + * This method is like `_.union` except that it accepts `comparator` which + * is invoked to compare elements of `arrays`. Result values are chosen from + * the first array in which the value occurs. The comparator is invoked + * with two arguments: (arrVal, othVal). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of combined values. + * @example + * + * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]; + * var others = [{ 'x': 1, 'y': 1 }, { 'x': 1, 'y': 2 }]; + * + * _.unionWith(objects, others, _.isEqual); + * // => [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }, { 'x': 1, 'y': 1 }] + */ + var unionWith = baseRest(function(arrays) { + var comparator = last(arrays); + comparator = typeof comparator == 'function' ? comparator : undefined; + return baseUniq(baseFlatten(arrays, 1, isArrayLikeObject, true), undefined, comparator); + }); + + /** + * Creates a duplicate-free version of an array, using + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons, in which only the first occurrence of each element + * is kept. The order of result values is determined by the order they occur + * in the array. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @returns {Array} Returns the new duplicate free array. + * @example + * + * _.uniq([2, 1, 2]); + * // => [2, 1] + */ + function uniq(array) { + return (array && array.length) ? baseUniq(array) : []; + } + + /** + * This method is like `_.uniq` except that it accepts `iteratee` which is + * invoked for each element in `array` to generate the criterion by which + * uniqueness is computed. The order of result values is determined by the + * order they occur in the array. The iteratee is invoked with one argument: + * (value). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Array} Returns the new duplicate free array. + * @example + * + * _.uniqBy([2.1, 1.2, 2.3], Math.floor); + * // => [2.1, 1.2] + * + * // The `_.property` iteratee shorthand. + * _.uniqBy([{ 'x': 1 }, { 'x': 2 }, { 'x': 1 }], 'x'); + * // => [{ 'x': 1 }, { 'x': 2 }] + */ + function uniqBy(array, iteratee) { + return (array && array.length) ? baseUniq(array, getIteratee(iteratee, 2)) : []; + } + + /** + * This method is like `_.uniq` except that it accepts `comparator` which + * is invoked to compare elements of `array`. The order of result values is + * determined by the order they occur in the array.The comparator is invoked + * with two arguments: (arrVal, othVal). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new duplicate free array. + * @example + * + * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }, { 'x': 1, 'y': 2 }]; + * + * _.uniqWith(objects, _.isEqual); + * // => [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }] + */ + function uniqWith(array, comparator) { + comparator = typeof comparator == 'function' ? comparator : undefined; + return (array && array.length) ? baseUniq(array, undefined, comparator) : []; + } + + /** + * This method is like `_.zip` except that it accepts an array of grouped + * elements and creates an array regrouping the elements to their pre-zip + * configuration. + * + * @static + * @memberOf _ + * @since 1.2.0 + * @category Array + * @param {Array} array The array of grouped elements to process. + * @returns {Array} Returns the new array of regrouped elements. + * @example + * + * var zipped = _.zip(['a', 'b'], [1, 2], [true, false]); + * // => [['a', 1, true], ['b', 2, false]] + * + * _.unzip(zipped); + * // => [['a', 'b'], [1, 2], [true, false]] + */ + function unzip(array) { + if (!(array && array.length)) { + return []; + } + var length = 0; + array = arrayFilter(array, function(group) { + if (isArrayLikeObject(group)) { + length = nativeMax(group.length, length); + return true; + } + }); + return baseTimes(length, function(index) { + return arrayMap(array, baseProperty(index)); + }); + } + + /** + * This method is like `_.unzip` except that it accepts `iteratee` to specify + * how regrouped values should be combined. The iteratee is invoked with the + * elements of each group: (...group). + * + * @static + * @memberOf _ + * @since 3.8.0 + * @category Array + * @param {Array} array The array of grouped elements to process. + * @param {Function} [iteratee=_.identity] The function to combine + * regrouped values. + * @returns {Array} Returns the new array of regrouped elements. + * @example + * + * var zipped = _.zip([1, 2], [10, 20], [100, 200]); + * // => [[1, 10, 100], [2, 20, 200]] + * + * _.unzipWith(zipped, _.add); + * // => [3, 30, 300] + */ + function unzipWith(array, iteratee) { + if (!(array && array.length)) { + return []; + } + var result = unzip(array); + if (iteratee == null) { + return result; + } + return arrayMap(result, function(group) { + return apply(iteratee, undefined, group); + }); + } + + /** + * Creates an array excluding all given values using + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * for equality comparisons. + * + * **Note:** Unlike `_.pull`, this method returns a new array. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {Array} array The array to inspect. + * @param {...*} [values] The values to exclude. + * @returns {Array} Returns the new array of filtered values. + * @see _.difference, _.xor + * @example + * + * _.without([2, 1, 2, 3], 1, 2); + * // => [3] + */ + var without = baseRest(function(array, values) { + return isArrayLikeObject(array) + ? baseDifference(array, values) + : []; + }); + + /** + * Creates an array of unique values that is the + * [symmetric difference](https://en.wikipedia.org/wiki/Symmetric_difference) + * of the given arrays. The order of result values is determined by the order + * they occur in the arrays. + * + * @static + * @memberOf _ + * @since 2.4.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @returns {Array} Returns the new array of filtered values. + * @see _.difference, _.without + * @example + * + * _.xor([2, 1], [2, 3]); + * // => [1, 3] + */ + var xor = baseRest(function(arrays) { + return baseXor(arrayFilter(arrays, isArrayLikeObject)); + }); + + /** + * This method is like `_.xor` except that it accepts `iteratee` which is + * invoked for each element of each `arrays` to generate the criterion by + * which by which they're compared. The order of result values is determined + * by the order they occur in the arrays. The iteratee is invoked with one + * argument: (value). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Array} Returns the new array of filtered values. + * @example + * + * _.xorBy([2.1, 1.2], [2.3, 3.4], Math.floor); + * // => [1.2, 3.4] + * + * // The `_.property` iteratee shorthand. + * _.xorBy([{ 'x': 1 }], [{ 'x': 2 }, { 'x': 1 }], 'x'); + * // => [{ 'x': 2 }] + */ + var xorBy = baseRest(function(arrays) { + var iteratee = last(arrays); + if (isArrayLikeObject(iteratee)) { + iteratee = undefined; + } + return baseXor(arrayFilter(arrays, isArrayLikeObject), getIteratee(iteratee, 2)); + }); + + /** + * This method is like `_.xor` except that it accepts `comparator` which is + * invoked to compare elements of `arrays`. The order of result values is + * determined by the order they occur in the arrays. The comparator is invoked + * with two arguments: (arrVal, othVal). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Array + * @param {...Array} [arrays] The arrays to inspect. + * @param {Function} [comparator] The comparator invoked per element. + * @returns {Array} Returns the new array of filtered values. + * @example + * + * var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }]; + * var others = [{ 'x': 1, 'y': 1 }, { 'x': 1, 'y': 2 }]; + * + * _.xorWith(objects, others, _.isEqual); + * // => [{ 'x': 2, 'y': 1 }, { 'x': 1, 'y': 1 }] + */ + var xorWith = baseRest(function(arrays) { + var comparator = last(arrays); + comparator = typeof comparator == 'function' ? comparator : undefined; + return baseXor(arrayFilter(arrays, isArrayLikeObject), undefined, comparator); + }); + + /** + * Creates an array of grouped elements, the first of which contains the + * first elements of the given arrays, the second of which contains the + * second elements of the given arrays, and so on. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Array + * @param {...Array} [arrays] The arrays to process. + * @returns {Array} Returns the new array of grouped elements. + * @example + * + * _.zip(['a', 'b'], [1, 2], [true, false]); + * // => [['a', 1, true], ['b', 2, false]] + */ + var zip = baseRest(unzip); + + /** + * This method is like `_.fromPairs` except that it accepts two arrays, + * one of property identifiers and one of corresponding values. + * + * @static + * @memberOf _ + * @since 0.4.0 + * @category Array + * @param {Array} [props=[]] The property identifiers. + * @param {Array} [values=[]] The property values. + * @returns {Object} Returns the new object. + * @example + * + * _.zipObject(['a', 'b'], [1, 2]); + * // => { 'a': 1, 'b': 2 } + */ + function zipObject(props, values) { + return baseZipObject(props || [], values || [], assignValue); + } + + /** + * This method is like `_.zipObject` except that it supports property paths. + * + * @static + * @memberOf _ + * @since 4.1.0 + * @category Array + * @param {Array} [props=[]] The property identifiers. + * @param {Array} [values=[]] The property values. + * @returns {Object} Returns the new object. + * @example + * + * _.zipObjectDeep(['a.b[0].c', 'a.b[1].d'], [1, 2]); + * // => { 'a': { 'b': [{ 'c': 1 }, { 'd': 2 }] } } + */ + function zipObjectDeep(props, values) { + return baseZipObject(props || [], values || [], baseSet); + } + + /** + * This method is like `_.zip` except that it accepts `iteratee` to specify + * how grouped values should be combined. The iteratee is invoked with the + * elements of each group: (...group). + * + * @static + * @memberOf _ + * @since 3.8.0 + * @category Array + * @param {...Array} [arrays] The arrays to process. + * @param {Function} [iteratee=_.identity] The function to combine + * grouped values. + * @returns {Array} Returns the new array of grouped elements. + * @example + * + * _.zipWith([1, 2], [10, 20], [100, 200], function(a, b, c) { + * return a + b + c; + * }); + * // => [111, 222] + */ + var zipWith = baseRest(function(arrays) { + var length = arrays.length, + iteratee = length > 1 ? arrays[length - 1] : undefined; + + iteratee = typeof iteratee == 'function' ? (arrays.pop(), iteratee) : undefined; + return unzipWith(arrays, iteratee); + }); + + /*------------------------------------------------------------------------*/ + + /** + * Creates a `lodash` wrapper instance that wraps `value` with explicit method + * chain sequences enabled. The result of such sequences must be unwrapped + * with `_#value`. + * + * @static + * @memberOf _ + * @since 1.3.0 + * @category Seq + * @param {*} value The value to wrap. + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36 }, + * { 'user': 'fred', 'age': 40 }, + * { 'user': 'pebbles', 'age': 1 } + * ]; + * + * var youngest = _ + * .chain(users) + * .sortBy('age') + * .map(function(o) { + * return o.user + ' is ' + o.age; + * }) + * .head() + * .value(); + * // => 'pebbles is 1' + */ + function chain(value) { + var result = lodash(value); + result.__chain__ = true; + return result; + } + + /** + * This method invokes `interceptor` and returns `value`. The interceptor + * is invoked with one argument; (value). The purpose of this method is to + * "tap into" a method chain sequence in order to modify intermediate results. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Seq + * @param {*} value The value to provide to `interceptor`. + * @param {Function} interceptor The function to invoke. + * @returns {*} Returns `value`. + * @example + * + * _([1, 2, 3]) + * .tap(function(array) { + * // Mutate input array. + * array.pop(); + * }) + * .reverse() + * .value(); + * // => [2, 1] + */ + function tap(value, interceptor) { + interceptor(value); + return value; + } + + /** + * This method is like `_.tap` except that it returns the result of `interceptor`. + * The purpose of this method is to "pass thru" values replacing intermediate + * results in a method chain sequence. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Seq + * @param {*} value The value to provide to `interceptor`. + * @param {Function} interceptor The function to invoke. + * @returns {*} Returns the result of `interceptor`. + * @example + * + * _(' abc ') + * .chain() + * .trim() + * .thru(function(value) { + * return [value]; + * }) + * .value(); + * // => ['abc'] + */ + function thru(value, interceptor) { + return interceptor(value); + } + + /** + * This method is the wrapper version of `_.at`. + * + * @name at + * @memberOf _ + * @since 1.0.0 + * @category Seq + * @param {...(string|string[])} [paths] The property paths to pick. + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * var object = { 'a': [{ 'b': { 'c': 3 } }, 4] }; + * + * _(object).at(['a[0].b.c', 'a[1]']).value(); + * // => [3, 4] + */ + var wrapperAt = flatRest(function(paths) { + var length = paths.length, + start = length ? paths[0] : 0, + value = this.__wrapped__, + interceptor = function(object) { return baseAt(object, paths); }; + + if (length > 1 || this.__actions__.length || + !(value instanceof LazyWrapper) || !isIndex(start)) { + return this.thru(interceptor); + } + value = value.slice(start, +start + (length ? 1 : 0)); + value.__actions__.push({ + 'func': thru, + 'args': [interceptor], + 'thisArg': undefined + }); + return new LodashWrapper(value, this.__chain__).thru(function(array) { + if (length && !array.length) { + array.push(undefined); + } + return array; + }); + }); + + /** + * Creates a `lodash` wrapper instance with explicit method chain sequences enabled. + * + * @name chain + * @memberOf _ + * @since 0.1.0 + * @category Seq + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36 }, + * { 'user': 'fred', 'age': 40 } + * ]; + * + * // A sequence without explicit chaining. + * _(users).head(); + * // => { 'user': 'barney', 'age': 36 } + * + * // A sequence with explicit chaining. + * _(users) + * .chain() + * .head() + * .pick('user') + * .value(); + * // => { 'user': 'barney' } + */ + function wrapperChain() { + return chain(this); + } + + /** + * Executes the chain sequence and returns the wrapped result. + * + * @name commit + * @memberOf _ + * @since 3.2.0 + * @category Seq + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * var array = [1, 2]; + * var wrapped = _(array).push(3); + * + * console.log(array); + * // => [1, 2] + * + * wrapped = wrapped.commit(); + * console.log(array); + * // => [1, 2, 3] + * + * wrapped.last(); + * // => 3 + * + * console.log(array); + * // => [1, 2, 3] + */ + function wrapperCommit() { + return new LodashWrapper(this.value(), this.__chain__); + } + + /** + * Gets the next value on a wrapped object following the + * [iterator protocol](https://mdn.io/iteration_protocols#iterator). + * + * @name next + * @memberOf _ + * @since 4.0.0 + * @category Seq + * @returns {Object} Returns the next iterator value. + * @example + * + * var wrapped = _([1, 2]); + * + * wrapped.next(); + * // => { 'done': false, 'value': 1 } + * + * wrapped.next(); + * // => { 'done': false, 'value': 2 } + * + * wrapped.next(); + * // => { 'done': true, 'value': undefined } + */ + function wrapperNext() { + if (this.__values__ === undefined) { + this.__values__ = toArray(this.value()); + } + var done = this.__index__ >= this.__values__.length, + value = done ? undefined : this.__values__[this.__index__++]; + + return { 'done': done, 'value': value }; + } + + /** + * Enables the wrapper to be iterable. + * + * @name Symbol.iterator + * @memberOf _ + * @since 4.0.0 + * @category Seq + * @returns {Object} Returns the wrapper object. + * @example + * + * var wrapped = _([1, 2]); + * + * wrapped[Symbol.iterator]() === wrapped; + * // => true + * + * Array.from(wrapped); + * // => [1, 2] + */ + function wrapperToIterator() { + return this; + } + + /** + * Creates a clone of the chain sequence planting `value` as the wrapped value. + * + * @name plant + * @memberOf _ + * @since 3.2.0 + * @category Seq + * @param {*} value The value to plant. + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * function square(n) { + * return n * n; + * } + * + * var wrapped = _([1, 2]).map(square); + * var other = wrapped.plant([3, 4]); + * + * other.value(); + * // => [9, 16] + * + * wrapped.value(); + * // => [1, 4] + */ + function wrapperPlant(value) { + var result, + parent = this; + + while (parent instanceof baseLodash) { + var clone = wrapperClone(parent); + clone.__index__ = 0; + clone.__values__ = undefined; + if (result) { + previous.__wrapped__ = clone; + } else { + result = clone; + } + var previous = clone; + parent = parent.__wrapped__; + } + previous.__wrapped__ = value; + return result; + } + + /** + * This method is the wrapper version of `_.reverse`. + * + * **Note:** This method mutates the wrapped array. + * + * @name reverse + * @memberOf _ + * @since 0.1.0 + * @category Seq + * @returns {Object} Returns the new `lodash` wrapper instance. + * @example + * + * var array = [1, 2, 3]; + * + * _(array).reverse().value() + * // => [3, 2, 1] + * + * console.log(array); + * // => [3, 2, 1] + */ + function wrapperReverse() { + var value = this.__wrapped__; + if (value instanceof LazyWrapper) { + var wrapped = value; + if (this.__actions__.length) { + wrapped = new LazyWrapper(this); + } + wrapped = wrapped.reverse(); + wrapped.__actions__.push({ + 'func': thru, + 'args': [reverse], + 'thisArg': undefined + }); + return new LodashWrapper(wrapped, this.__chain__); + } + return this.thru(reverse); + } + + /** + * Executes the chain sequence to resolve the unwrapped value. + * + * @name value + * @memberOf _ + * @since 0.1.0 + * @alias toJSON, valueOf + * @category Seq + * @returns {*} Returns the resolved unwrapped value. + * @example + * + * _([1, 2, 3]).value(); + * // => [1, 2, 3] + */ + function wrapperValue() { + return baseWrapperValue(this.__wrapped__, this.__actions__); + } + + /*------------------------------------------------------------------------*/ + + /** + * Creates an object composed of keys generated from the results of running + * each element of `collection` thru `iteratee`. The corresponding value of + * each key is the number of times the key was returned by `iteratee`. The + * iteratee is invoked with one argument: (value). + * + * @static + * @memberOf _ + * @since 0.5.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The iteratee to transform keys. + * @returns {Object} Returns the composed aggregate object. + * @example + * + * _.countBy([6.1, 4.2, 6.3], Math.floor); + * // => { '4': 1, '6': 2 } + * + * // The `_.property` iteratee shorthand. + * _.countBy(['one', 'two', 'three'], 'length'); + * // => { '3': 2, '5': 1 } + */ + var countBy = createAggregator(function(result, value, key) { + if (hasOwnProperty.call(result, key)) { + ++result[key]; + } else { + baseAssignValue(result, key, 1); + } + }); + + /** + * Checks if `predicate` returns truthy for **all** elements of `collection`. + * Iteration is stopped once `predicate` returns falsey. The predicate is + * invoked with three arguments: (value, index|key, collection). + * + * **Note:** This method returns `true` for + * [empty collections](https://en.wikipedia.org/wiki/Empty_set) because + * [everything is true](https://en.wikipedia.org/wiki/Vacuous_truth) of + * elements of empty collections. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {boolean} Returns `true` if all elements pass the predicate check, + * else `false`. + * @example + * + * _.every([true, 1, null, 'yes'], Boolean); + * // => false + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': false }, + * { 'user': 'fred', 'age': 40, 'active': false } + * ]; + * + * // The `_.matches` iteratee shorthand. + * _.every(users, { 'user': 'barney', 'active': false }); + * // => false + * + * // The `_.matchesProperty` iteratee shorthand. + * _.every(users, ['active', false]); + * // => true + * + * // The `_.property` iteratee shorthand. + * _.every(users, 'active'); + * // => false + */ + function every(collection, predicate, guard) { + var func = isArray(collection) ? arrayEvery : baseEvery; + if (guard && isIterateeCall(collection, predicate, guard)) { + predicate = undefined; + } + return func(collection, getIteratee(predicate, 3)); + } + + /** + * Iterates over elements of `collection`, returning an array of all elements + * `predicate` returns truthy for. The predicate is invoked with three + * arguments: (value, index|key, collection). + * + * **Note:** Unlike `_.remove`, this method returns a new array. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the new filtered array. + * @see _.reject + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': true }, + * { 'user': 'fred', 'age': 40, 'active': false } + * ]; + * + * _.filter(users, function(o) { return !o.active; }); + * // => objects for ['fred'] + * + * // The `_.matches` iteratee shorthand. + * _.filter(users, { 'age': 36, 'active': true }); + * // => objects for ['barney'] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.filter(users, ['active', false]); + * // => objects for ['fred'] + * + * // The `_.property` iteratee shorthand. + * _.filter(users, 'active'); + * // => objects for ['barney'] + * + * // Combining several predicates using `_.overEvery` or `_.overSome`. + * _.filter(users, _.overSome([{ 'age': 36 }, ['age', 40]])); + * // => objects for ['fred', 'barney'] + */ + function filter(collection, predicate) { + var func = isArray(collection) ? arrayFilter : baseFilter; + return func(collection, getIteratee(predicate, 3)); + } + + /** + * Iterates over elements of `collection`, returning the first element + * `predicate` returns truthy for. The predicate is invoked with three + * arguments: (value, index|key, collection). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param {number} [fromIndex=0] The index to search from. + * @returns {*} Returns the matched element, else `undefined`. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': true }, + * { 'user': 'fred', 'age': 40, 'active': false }, + * { 'user': 'pebbles', 'age': 1, 'active': true } + * ]; + * + * _.find(users, function(o) { return o.age < 40; }); + * // => object for 'barney' + * + * // The `_.matches` iteratee shorthand. + * _.find(users, { 'age': 1, 'active': true }); + * // => object for 'pebbles' + * + * // The `_.matchesProperty` iteratee shorthand. + * _.find(users, ['active', false]); + * // => object for 'fred' + * + * // The `_.property` iteratee shorthand. + * _.find(users, 'active'); + * // => object for 'barney' + */ + var find = createFind(findIndex); + + /** + * This method is like `_.find` except that it iterates over elements of + * `collection` from right to left. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Collection + * @param {Array|Object} collection The collection to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param {number} [fromIndex=collection.length-1] The index to search from. + * @returns {*} Returns the matched element, else `undefined`. + * @example + * + * _.findLast([1, 2, 3, 4], function(n) { + * return n % 2 == 1; + * }); + * // => 3 + */ + var findLast = createFind(findLastIndex); + + /** + * Creates a flattened array of values by running each element in `collection` + * thru `iteratee` and flattening the mapped results. The iteratee is invoked + * with three arguments: (value, index|key, collection). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Array} Returns the new flattened array. + * @example + * + * function duplicate(n) { + * return [n, n]; + * } + * + * _.flatMap([1, 2], duplicate); + * // => [1, 1, 2, 2] + */ + function flatMap(collection, iteratee) { + return baseFlatten(map(collection, iteratee), 1); + } + + /** + * This method is like `_.flatMap` except that it recursively flattens the + * mapped results. + * + * @static + * @memberOf _ + * @since 4.7.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Array} Returns the new flattened array. + * @example + * + * function duplicate(n) { + * return [[[n, n]]]; + * } + * + * _.flatMapDeep([1, 2], duplicate); + * // => [1, 1, 2, 2] + */ + function flatMapDeep(collection, iteratee) { + return baseFlatten(map(collection, iteratee), INFINITY); + } + + /** + * This method is like `_.flatMap` except that it recursively flattens the + * mapped results up to `depth` times. + * + * @static + * @memberOf _ + * @since 4.7.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @param {number} [depth=1] The maximum recursion depth. + * @returns {Array} Returns the new flattened array. + * @example + * + * function duplicate(n) { + * return [[[n, n]]]; + * } + * + * _.flatMapDepth([1, 2], duplicate, 2); + * // => [[1, 1], [2, 2]] + */ + function flatMapDepth(collection, iteratee, depth) { + depth = depth === undefined ? 1 : toInteger(depth); + return baseFlatten(map(collection, iteratee), depth); + } + + /** + * Iterates over elements of `collection` and invokes `iteratee` for each element. + * The iteratee is invoked with three arguments: (value, index|key, collection). + * Iteratee functions may exit iteration early by explicitly returning `false`. + * + * **Note:** As with other "Collections" methods, objects with a "length" + * property are iterated like arrays. To avoid this behavior use `_.forIn` + * or `_.forOwn` for object iteration. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @alias each + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Array|Object} Returns `collection`. + * @see _.forEachRight + * @example + * + * _.forEach([1, 2], function(value) { + * console.log(value); + * }); + * // => Logs `1` then `2`. + * + * _.forEach({ 'a': 1, 'b': 2 }, function(value, key) { + * console.log(key); + * }); + * // => Logs 'a' then 'b' (iteration order is not guaranteed). + */ + function forEach(collection, iteratee) { + var func = isArray(collection) ? arrayEach : baseEach; + return func(collection, getIteratee(iteratee, 3)); + } + + /** + * This method is like `_.forEach` except that it iterates over elements of + * `collection` from right to left. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @alias eachRight + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Array|Object} Returns `collection`. + * @see _.forEach + * @example + * + * _.forEachRight([1, 2], function(value) { + * console.log(value); + * }); + * // => Logs `2` then `1`. + */ + function forEachRight(collection, iteratee) { + var func = isArray(collection) ? arrayEachRight : baseEachRight; + return func(collection, getIteratee(iteratee, 3)); + } + + /** + * Creates an object composed of keys generated from the results of running + * each element of `collection` thru `iteratee`. The order of grouped values + * is determined by the order they occur in `collection`. The corresponding + * value of each key is an array of elements responsible for generating the + * key. The iteratee is invoked with one argument: (value). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The iteratee to transform keys. + * @returns {Object} Returns the composed aggregate object. + * @example + * + * _.groupBy([6.1, 4.2, 6.3], Math.floor); + * // => { '4': [4.2], '6': [6.1, 6.3] } + * + * // The `_.property` iteratee shorthand. + * _.groupBy(['one', 'two', 'three'], 'length'); + * // => { '3': ['one', 'two'], '5': ['three'] } + */ + var groupBy = createAggregator(function(result, value, key) { + if (hasOwnProperty.call(result, key)) { + result[key].push(value); + } else { + baseAssignValue(result, key, [value]); + } + }); + + /** + * Checks if `value` is in `collection`. If `collection` is a string, it's + * checked for a substring of `value`, otherwise + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * is used for equality comparisons. If `fromIndex` is negative, it's used as + * the offset from the end of `collection`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object|string} collection The collection to inspect. + * @param {*} value The value to search for. + * @param {number} [fromIndex=0] The index to search from. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.reduce`. + * @returns {boolean} Returns `true` if `value` is found, else `false`. + * @example + * + * _.includes([1, 2, 3], 1); + * // => true + * + * _.includes([1, 2, 3], 1, 2); + * // => false + * + * _.includes({ 'a': 1, 'b': 2 }, 1); + * // => true + * + * _.includes('abcd', 'bc'); + * // => true + */ + function includes(collection, value, fromIndex, guard) { + collection = isArrayLike(collection) ? collection : values(collection); + fromIndex = (fromIndex && !guard) ? toInteger(fromIndex) : 0; + + var length = collection.length; + if (fromIndex < 0) { + fromIndex = nativeMax(length + fromIndex, 0); + } + return isString(collection) + ? (fromIndex <= length && collection.indexOf(value, fromIndex) > -1) + : (!!length && baseIndexOf(collection, value, fromIndex) > -1); + } + + /** + * Invokes the method at `path` of each element in `collection`, returning + * an array of the results of each invoked method. Any additional arguments + * are provided to each invoked method. If `path` is a function, it's invoked + * for, and `this` bound to, each element in `collection`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Array|Function|string} path The path of the method to invoke or + * the function invoked per iteration. + * @param {...*} [args] The arguments to invoke each method with. + * @returns {Array} Returns the array of results. + * @example + * + * _.invokeMap([[5, 1, 7], [3, 2, 1]], 'sort'); + * // => [[1, 5, 7], [1, 2, 3]] + * + * _.invokeMap([123, 456], String.prototype.split, ''); + * // => [['1', '2', '3'], ['4', '5', '6']] + */ + var invokeMap = baseRest(function(collection, path, args) { + var index = -1, + isFunc = typeof path == 'function', + result = isArrayLike(collection) ? Array(collection.length) : []; + + baseEach(collection, function(value) { + result[++index] = isFunc ? apply(path, value, args) : baseInvoke(value, path, args); + }); + return result; + }); + + /** + * Creates an object composed of keys generated from the results of running + * each element of `collection` thru `iteratee`. The corresponding value of + * each key is the last element responsible for generating the key. The + * iteratee is invoked with one argument: (value). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The iteratee to transform keys. + * @returns {Object} Returns the composed aggregate object. + * @example + * + * var array = [ + * { 'dir': 'left', 'code': 97 }, + * { 'dir': 'right', 'code': 100 } + * ]; + * + * _.keyBy(array, function(o) { + * return String.fromCharCode(o.code); + * }); + * // => { 'a': { 'dir': 'left', 'code': 97 }, 'd': { 'dir': 'right', 'code': 100 } } + * + * _.keyBy(array, 'dir'); + * // => { 'left': { 'dir': 'left', 'code': 97 }, 'right': { 'dir': 'right', 'code': 100 } } + */ + var keyBy = createAggregator(function(result, value, key) { + baseAssignValue(result, key, value); + }); + + /** + * Creates an array of values by running each element in `collection` thru + * `iteratee`. The iteratee is invoked with three arguments: + * (value, index|key, collection). + * + * Many lodash methods are guarded to work as iteratees for methods like + * `_.every`, `_.filter`, `_.map`, `_.mapValues`, `_.reject`, and `_.some`. + * + * The guarded methods are: + * `ary`, `chunk`, `curry`, `curryRight`, `drop`, `dropRight`, `every`, + * `fill`, `invert`, `parseInt`, `random`, `range`, `rangeRight`, `repeat`, + * `sampleSize`, `slice`, `some`, `sortBy`, `split`, `take`, `takeRight`, + * `template`, `trim`, `trimEnd`, `trimStart`, and `words` + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Array} Returns the new mapped array. + * @example + * + * function square(n) { + * return n * n; + * } + * + * _.map([4, 8], square); + * // => [16, 64] + * + * _.map({ 'a': 4, 'b': 8 }, square); + * // => [16, 64] (iteration order is not guaranteed) + * + * var users = [ + * { 'user': 'barney' }, + * { 'user': 'fred' } + * ]; + * + * // The `_.property` iteratee shorthand. + * _.map(users, 'user'); + * // => ['barney', 'fred'] + */ + function map(collection, iteratee) { + var func = isArray(collection) ? arrayMap : baseMap; + return func(collection, getIteratee(iteratee, 3)); + } + + /** + * This method is like `_.sortBy` except that it allows specifying the sort + * orders of the iteratees to sort by. If `orders` is unspecified, all values + * are sorted in ascending order. Otherwise, specify an order of "desc" for + * descending or "asc" for ascending sort order of corresponding values. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Array[]|Function[]|Object[]|string[]} [iteratees=[_.identity]] + * The iteratees to sort by. + * @param {string[]} [orders] The sort orders of `iteratees`. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.reduce`. + * @returns {Array} Returns the new sorted array. + * @example + * + * var users = [ + * { 'user': 'fred', 'age': 48 }, + * { 'user': 'barney', 'age': 34 }, + * { 'user': 'fred', 'age': 40 }, + * { 'user': 'barney', 'age': 36 } + * ]; + * + * // Sort by `user` in ascending order and by `age` in descending order. + * _.orderBy(users, ['user', 'age'], ['asc', 'desc']); + * // => objects for [['barney', 36], ['barney', 34], ['fred', 48], ['fred', 40]] + */ + function orderBy(collection, iteratees, orders, guard) { + if (collection == null) { + return []; + } + if (!isArray(iteratees)) { + iteratees = iteratees == null ? [] : [iteratees]; + } + orders = guard ? undefined : orders; + if (!isArray(orders)) { + orders = orders == null ? [] : [orders]; + } + return baseOrderBy(collection, iteratees, orders); + } + + /** + * Creates an array of elements split into two groups, the first of which + * contains elements `predicate` returns truthy for, the second of which + * contains elements `predicate` returns falsey for. The predicate is + * invoked with one argument: (value). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the array of grouped elements. + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': false }, + * { 'user': 'fred', 'age': 40, 'active': true }, + * { 'user': 'pebbles', 'age': 1, 'active': false } + * ]; + * + * _.partition(users, function(o) { return o.active; }); + * // => objects for [['fred'], ['barney', 'pebbles']] + * + * // The `_.matches` iteratee shorthand. + * _.partition(users, { 'age': 1, 'active': false }); + * // => objects for [['pebbles'], ['barney', 'fred']] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.partition(users, ['active', false]); + * // => objects for [['barney', 'pebbles'], ['fred']] + * + * // The `_.property` iteratee shorthand. + * _.partition(users, 'active'); + * // => objects for [['fred'], ['barney', 'pebbles']] + */ + var partition = createAggregator(function(result, value, key) { + result[key ? 0 : 1].push(value); + }, function() { return [[], []]; }); + + /** + * Reduces `collection` to a value which is the accumulated result of running + * each element in `collection` thru `iteratee`, where each successive + * invocation is supplied the return value of the previous. If `accumulator` + * is not given, the first element of `collection` is used as the initial + * value. The iteratee is invoked with four arguments: + * (accumulator, value, index|key, collection). + * + * Many lodash methods are guarded to work as iteratees for methods like + * `_.reduce`, `_.reduceRight`, and `_.transform`. + * + * The guarded methods are: + * `assign`, `defaults`, `defaultsDeep`, `includes`, `merge`, `orderBy`, + * and `sortBy` + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @param {*} [accumulator] The initial value. + * @returns {*} Returns the accumulated value. + * @see _.reduceRight + * @example + * + * _.reduce([1, 2], function(sum, n) { + * return sum + n; + * }, 0); + * // => 3 + * + * _.reduce({ 'a': 1, 'b': 2, 'c': 1 }, function(result, value, key) { + * (result[value] || (result[value] = [])).push(key); + * return result; + * }, {}); + * // => { '1': ['a', 'c'], '2': ['b'] } (iteration order is not guaranteed) + */ + function reduce(collection, iteratee, accumulator) { + var func = isArray(collection) ? arrayReduce : baseReduce, + initAccum = arguments.length < 3; + + return func(collection, getIteratee(iteratee, 4), accumulator, initAccum, baseEach); + } + + /** + * This method is like `_.reduce` except that it iterates over elements of + * `collection` from right to left. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @param {*} [accumulator] The initial value. + * @returns {*} Returns the accumulated value. + * @see _.reduce + * @example + * + * var array = [[0, 1], [2, 3], [4, 5]]; + * + * _.reduceRight(array, function(flattened, other) { + * return flattened.concat(other); + * }, []); + * // => [4, 5, 2, 3, 0, 1] + */ + function reduceRight(collection, iteratee, accumulator) { + var func = isArray(collection) ? arrayReduceRight : baseReduce, + initAccum = arguments.length < 3; + + return func(collection, getIteratee(iteratee, 4), accumulator, initAccum, baseEachRight); + } + + /** + * The opposite of `_.filter`; this method returns the elements of `collection` + * that `predicate` does **not** return truthy for. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {Array} Returns the new filtered array. + * @see _.filter + * @example + * + * var users = [ + * { 'user': 'barney', 'age': 36, 'active': false }, + * { 'user': 'fred', 'age': 40, 'active': true } + * ]; + * + * _.reject(users, function(o) { return !o.active; }); + * // => objects for ['fred'] + * + * // The `_.matches` iteratee shorthand. + * _.reject(users, { 'age': 40, 'active': true }); + * // => objects for ['barney'] + * + * // The `_.matchesProperty` iteratee shorthand. + * _.reject(users, ['active', false]); + * // => objects for ['fred'] + * + * // The `_.property` iteratee shorthand. + * _.reject(users, 'active'); + * // => objects for ['barney'] + */ + function reject(collection, predicate) { + var func = isArray(collection) ? arrayFilter : baseFilter; + return func(collection, negate(getIteratee(predicate, 3))); + } + + /** + * Gets a random element from `collection`. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Collection + * @param {Array|Object} collection The collection to sample. + * @returns {*} Returns the random element. + * @example + * + * _.sample([1, 2, 3, 4]); + * // => 2 + */ + function sample(collection) { + var func = isArray(collection) ? arraySample : baseSample; + return func(collection); + } + + /** + * Gets `n` random elements at unique keys from `collection` up to the + * size of `collection`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Collection + * @param {Array|Object} collection The collection to sample. + * @param {number} [n=1] The number of elements to sample. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Array} Returns the random elements. + * @example + * + * _.sampleSize([1, 2, 3], 2); + * // => [3, 1] + * + * _.sampleSize([1, 2, 3], 4); + * // => [2, 3, 1] + */ + function sampleSize(collection, n, guard) { + if ((guard ? isIterateeCall(collection, n, guard) : n === undefined)) { + n = 1; + } else { + n = toInteger(n); + } + var func = isArray(collection) ? arraySampleSize : baseSampleSize; + return func(collection, n); + } + + /** + * Creates an array of shuffled values, using a version of the + * [Fisher-Yates shuffle](https://en.wikipedia.org/wiki/Fisher-Yates_shuffle). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to shuffle. + * @returns {Array} Returns the new shuffled array. + * @example + * + * _.shuffle([1, 2, 3, 4]); + * // => [4, 1, 3, 2] + */ + function shuffle(collection) { + var func = isArray(collection) ? arrayShuffle : baseShuffle; + return func(collection); + } + + /** + * Gets the size of `collection` by returning its length for array-like + * values or the number of own enumerable string keyed properties for objects. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object|string} collection The collection to inspect. + * @returns {number} Returns the collection size. + * @example + * + * _.size([1, 2, 3]); + * // => 3 + * + * _.size({ 'a': 1, 'b': 2 }); + * // => 2 + * + * _.size('pebbles'); + * // => 7 + */ + function size(collection) { + if (collection == null) { + return 0; + } + if (isArrayLike(collection)) { + return isString(collection) ? stringSize(collection) : collection.length; + } + var tag = getTag(collection); + if (tag == mapTag || tag == setTag) { + return collection.size; + } + return baseKeys(collection).length; + } + + /** + * Checks if `predicate` returns truthy for **any** element of `collection`. + * Iteration is stopped once `predicate` returns truthy. The predicate is + * invoked with three arguments: (value, index|key, collection). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {boolean} Returns `true` if any element passes the predicate check, + * else `false`. + * @example + * + * _.some([null, 0, 'yes', false], Boolean); + * // => true + * + * var users = [ + * { 'user': 'barney', 'active': true }, + * { 'user': 'fred', 'active': false } + * ]; + * + * // The `_.matches` iteratee shorthand. + * _.some(users, { 'user': 'barney', 'active': false }); + * // => false + * + * // The `_.matchesProperty` iteratee shorthand. + * _.some(users, ['active', false]); + * // => true + * + * // The `_.property` iteratee shorthand. + * _.some(users, 'active'); + * // => true + */ + function some(collection, predicate, guard) { + var func = isArray(collection) ? arraySome : baseSome; + if (guard && isIterateeCall(collection, predicate, guard)) { + predicate = undefined; + } + return func(collection, getIteratee(predicate, 3)); + } + + /** + * Creates an array of elements, sorted in ascending order by the results of + * running each element in a collection thru each iteratee. This method + * performs a stable sort, that is, it preserves the original sort order of + * equal elements. The iteratees are invoked with one argument: (value). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Collection + * @param {Array|Object} collection The collection to iterate over. + * @param {...(Function|Function[])} [iteratees=[_.identity]] + * The iteratees to sort by. + * @returns {Array} Returns the new sorted array. + * @example + * + * var users = [ + * { 'user': 'fred', 'age': 48 }, + * { 'user': 'barney', 'age': 36 }, + * { 'user': 'fred', 'age': 30 }, + * { 'user': 'barney', 'age': 34 } + * ]; + * + * _.sortBy(users, [function(o) { return o.user; }]); + * // => objects for [['barney', 36], ['barney', 34], ['fred', 48], ['fred', 30]] + * + * _.sortBy(users, ['user', 'age']); + * // => objects for [['barney', 34], ['barney', 36], ['fred', 30], ['fred', 48]] + */ + var sortBy = baseRest(function(collection, iteratees) { + if (collection == null) { + return []; + } + var length = iteratees.length; + if (length > 1 && isIterateeCall(collection, iteratees[0], iteratees[1])) { + iteratees = []; + } else if (length > 2 && isIterateeCall(iteratees[0], iteratees[1], iteratees[2])) { + iteratees = [iteratees[0]]; + } + return baseOrderBy(collection, baseFlatten(iteratees, 1), []); + }); + + /*------------------------------------------------------------------------*/ + + /** + * Gets the timestamp of the number of milliseconds that have elapsed since + * the Unix epoch (1 January 1970 00:00:00 UTC). + * + * @static + * @memberOf _ + * @since 2.4.0 + * @category Date + * @returns {number} Returns the timestamp. + * @example + * + * _.defer(function(stamp) { + * console.log(_.now() - stamp); + * }, _.now()); + * // => Logs the number of milliseconds it took for the deferred invocation. + */ + var now = ctxNow || function() { + return root.Date.now(); + }; + + /*------------------------------------------------------------------------*/ + + /** + * The opposite of `_.before`; this method creates a function that invokes + * `func` once it's called `n` or more times. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {number} n The number of calls before `func` is invoked. + * @param {Function} func The function to restrict. + * @returns {Function} Returns the new restricted function. + * @example + * + * var saves = ['profile', 'settings']; + * + * var done = _.after(saves.length, function() { + * console.log('done saving!'); + * }); + * + * _.forEach(saves, function(type) { + * asyncSave({ 'type': type, 'complete': done }); + * }); + * // => Logs 'done saving!' after the two async saves have completed. + */ + function after(n, func) { + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + n = toInteger(n); + return function() { + if (--n < 1) { + return func.apply(this, arguments); + } + }; + } + + /** + * Creates a function that invokes `func`, with up to `n` arguments, + * ignoring any additional arguments. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Function + * @param {Function} func The function to cap arguments for. + * @param {number} [n=func.length] The arity cap. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Function} Returns the new capped function. + * @example + * + * _.map(['6', '8', '10'], _.ary(parseInt, 1)); + * // => [6, 8, 10] + */ + function ary(func, n, guard) { + n = guard ? undefined : n; + n = (func && n == null) ? func.length : n; + return createWrap(func, WRAP_ARY_FLAG, undefined, undefined, undefined, undefined, n); + } + + /** + * Creates a function that invokes `func`, with the `this` binding and arguments + * of the created function, while it's called less than `n` times. Subsequent + * calls to the created function return the result of the last `func` invocation. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Function + * @param {number} n The number of calls at which `func` is no longer invoked. + * @param {Function} func The function to restrict. + * @returns {Function} Returns the new restricted function. + * @example + * + * jQuery(element).on('click', _.before(5, addContactToList)); + * // => Allows adding up to 4 contacts to the list. + */ + function before(n, func) { + var result; + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + n = toInteger(n); + return function() { + if (--n > 0) { + result = func.apply(this, arguments); + } + if (n <= 1) { + func = undefined; + } + return result; + }; + } + + /** + * Creates a function that invokes `func` with the `this` binding of `thisArg` + * and `partials` prepended to the arguments it receives. + * + * The `_.bind.placeholder` value, which defaults to `_` in monolithic builds, + * may be used as a placeholder for partially applied arguments. + * + * **Note:** Unlike native `Function#bind`, this method doesn't set the "length" + * property of bound functions. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to bind. + * @param {*} thisArg The `this` binding of `func`. + * @param {...*} [partials] The arguments to be partially applied. + * @returns {Function} Returns the new bound function. + * @example + * + * function greet(greeting, punctuation) { + * return greeting + ' ' + this.user + punctuation; + * } + * + * var object = { 'user': 'fred' }; + * + * var bound = _.bind(greet, object, 'hi'); + * bound('!'); + * // => 'hi fred!' + * + * // Bound with placeholders. + * var bound = _.bind(greet, object, _, '!'); + * bound('hi'); + * // => 'hi fred!' + */ + var bind = baseRest(function(func, thisArg, partials) { + var bitmask = WRAP_BIND_FLAG; + if (partials.length) { + var holders = replaceHolders(partials, getHolder(bind)); + bitmask |= WRAP_PARTIAL_FLAG; + } + return createWrap(func, bitmask, thisArg, partials, holders); + }); + + /** + * Creates a function that invokes the method at `object[key]` with `partials` + * prepended to the arguments it receives. + * + * This method differs from `_.bind` by allowing bound functions to reference + * methods that may be redefined or don't yet exist. See + * [Peter Michaux's article](http://peter.michaux.ca/articles/lazy-function-definition-pattern) + * for more details. + * + * The `_.bindKey.placeholder` value, which defaults to `_` in monolithic + * builds, may be used as a placeholder for partially applied arguments. + * + * @static + * @memberOf _ + * @since 0.10.0 + * @category Function + * @param {Object} object The object to invoke the method on. + * @param {string} key The key of the method. + * @param {...*} [partials] The arguments to be partially applied. + * @returns {Function} Returns the new bound function. + * @example + * + * var object = { + * 'user': 'fred', + * 'greet': function(greeting, punctuation) { + * return greeting + ' ' + this.user + punctuation; + * } + * }; + * + * var bound = _.bindKey(object, 'greet', 'hi'); + * bound('!'); + * // => 'hi fred!' + * + * object.greet = function(greeting, punctuation) { + * return greeting + 'ya ' + this.user + punctuation; + * }; + * + * bound('!'); + * // => 'hiya fred!' + * + * // Bound with placeholders. + * var bound = _.bindKey(object, 'greet', _, '!'); + * bound('hi'); + * // => 'hiya fred!' + */ + var bindKey = baseRest(function(object, key, partials) { + var bitmask = WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG; + if (partials.length) { + var holders = replaceHolders(partials, getHolder(bindKey)); + bitmask |= WRAP_PARTIAL_FLAG; + } + return createWrap(key, bitmask, object, partials, holders); + }); + + /** + * Creates a function that accepts arguments of `func` and either invokes + * `func` returning its result, if at least `arity` number of arguments have + * been provided, or returns a function that accepts the remaining `func` + * arguments, and so on. The arity of `func` may be specified if `func.length` + * is not sufficient. + * + * The `_.curry.placeholder` value, which defaults to `_` in monolithic builds, + * may be used as a placeholder for provided arguments. + * + * **Note:** This method doesn't set the "length" property of curried functions. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Function + * @param {Function} func The function to curry. + * @param {number} [arity=func.length] The arity of `func`. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Function} Returns the new curried function. + * @example + * + * var abc = function(a, b, c) { + * return [a, b, c]; + * }; + * + * var curried = _.curry(abc); + * + * curried(1)(2)(3); + * // => [1, 2, 3] + * + * curried(1, 2)(3); + * // => [1, 2, 3] + * + * curried(1, 2, 3); + * // => [1, 2, 3] + * + * // Curried with placeholders. + * curried(1)(_, 3)(2); + * // => [1, 2, 3] + */ + function curry(func, arity, guard) { + arity = guard ? undefined : arity; + var result = createWrap(func, WRAP_CURRY_FLAG, undefined, undefined, undefined, undefined, undefined, arity); + result.placeholder = curry.placeholder; + return result; + } + + /** + * This method is like `_.curry` except that arguments are applied to `func` + * in the manner of `_.partialRight` instead of `_.partial`. + * + * The `_.curryRight.placeholder` value, which defaults to `_` in monolithic + * builds, may be used as a placeholder for provided arguments. + * + * **Note:** This method doesn't set the "length" property of curried functions. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Function + * @param {Function} func The function to curry. + * @param {number} [arity=func.length] The arity of `func`. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Function} Returns the new curried function. + * @example + * + * var abc = function(a, b, c) { + * return [a, b, c]; + * }; + * + * var curried = _.curryRight(abc); + * + * curried(3)(2)(1); + * // => [1, 2, 3] + * + * curried(2, 3)(1); + * // => [1, 2, 3] + * + * curried(1, 2, 3); + * // => [1, 2, 3] + * + * // Curried with placeholders. + * curried(3)(1, _)(2); + * // => [1, 2, 3] + */ + function curryRight(func, arity, guard) { + arity = guard ? undefined : arity; + var result = createWrap(func, WRAP_CURRY_RIGHT_FLAG, undefined, undefined, undefined, undefined, undefined, arity); + result.placeholder = curryRight.placeholder; + return result; + } + + /** + * Creates a debounced function that delays invoking `func` until after `wait` + * milliseconds have elapsed since the last time the debounced function was + * invoked. The debounced function comes with a `cancel` method to cancel + * delayed `func` invocations and a `flush` method to immediately invoke them. + * Provide `options` to indicate whether `func` should be invoked on the + * leading and/or trailing edge of the `wait` timeout. The `func` is invoked + * with the last arguments provided to the debounced function. Subsequent + * calls to the debounced function return the result of the last `func` + * invocation. + * + * **Note:** If `leading` and `trailing` options are `true`, `func` is + * invoked on the trailing edge of the timeout only if the debounced function + * is invoked more than once during the `wait` timeout. + * + * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred + * until to the next tick, similar to `setTimeout` with a timeout of `0`. + * + * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/) + * for details over the differences between `_.debounce` and `_.throttle`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to debounce. + * @param {number} [wait=0] The number of milliseconds to delay. + * @param {Object} [options={}] The options object. + * @param {boolean} [options.leading=false] + * Specify invoking on the leading edge of the timeout. + * @param {number} [options.maxWait] + * The maximum time `func` is allowed to be delayed before it's invoked. + * @param {boolean} [options.trailing=true] + * Specify invoking on the trailing edge of the timeout. + * @returns {Function} Returns the new debounced function. + * @example + * + * // Avoid costly calculations while the window size is in flux. + * jQuery(window).on('resize', _.debounce(calculateLayout, 150)); + * + * // Invoke `sendMail` when clicked, debouncing subsequent calls. + * jQuery(element).on('click', _.debounce(sendMail, 300, { + * 'leading': true, + * 'trailing': false + * })); + * + * // Ensure `batchLog` is invoked once after 1 second of debounced calls. + * var debounced = _.debounce(batchLog, 250, { 'maxWait': 1000 }); + * var source = new EventSource('/stream'); + * jQuery(source).on('message', debounced); + * + * // Cancel the trailing debounced invocation. + * jQuery(window).on('popstate', debounced.cancel); + */ + function debounce(func, wait, options) { + var lastArgs, + lastThis, + maxWait, + result, + timerId, + lastCallTime, + lastInvokeTime = 0, + leading = false, + maxing = false, + trailing = true; + + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + wait = toNumber(wait) || 0; + if (isObject(options)) { + leading = !!options.leading; + maxing = 'maxWait' in options; + maxWait = maxing ? nativeMax(toNumber(options.maxWait) || 0, wait) : maxWait; + trailing = 'trailing' in options ? !!options.trailing : trailing; + } + + function invokeFunc(time) { + var args = lastArgs, + thisArg = lastThis; + + lastArgs = lastThis = undefined; + lastInvokeTime = time; + result = func.apply(thisArg, args); + return result; + } + + function leadingEdge(time) { + // Reset any `maxWait` timer. + lastInvokeTime = time; + // Start the timer for the trailing edge. + timerId = setTimeout(timerExpired, wait); + // Invoke the leading edge. + return leading ? invokeFunc(time) : result; + } + + function remainingWait(time) { + var timeSinceLastCall = time - lastCallTime, + timeSinceLastInvoke = time - lastInvokeTime, + timeWaiting = wait - timeSinceLastCall; + + return maxing + ? nativeMin(timeWaiting, maxWait - timeSinceLastInvoke) + : timeWaiting; + } + + function shouldInvoke(time) { + var timeSinceLastCall = time - lastCallTime, + timeSinceLastInvoke = time - lastInvokeTime; + + // Either this is the first call, activity has stopped and we're at the + // trailing edge, the system time has gone backwards and we're treating + // it as the trailing edge, or we've hit the `maxWait` limit. + return (lastCallTime === undefined || (timeSinceLastCall >= wait) || + (timeSinceLastCall < 0) || (maxing && timeSinceLastInvoke >= maxWait)); + } + + function timerExpired() { + var time = now(); + if (shouldInvoke(time)) { + return trailingEdge(time); + } + // Restart the timer. + timerId = setTimeout(timerExpired, remainingWait(time)); + } + + function trailingEdge(time) { + timerId = undefined; + + // Only invoke if we have `lastArgs` which means `func` has been + // debounced at least once. + if (trailing && lastArgs) { + return invokeFunc(time); + } + lastArgs = lastThis = undefined; + return result; + } + + function cancel() { + if (timerId !== undefined) { + clearTimeout(timerId); + } + lastInvokeTime = 0; + lastArgs = lastCallTime = lastThis = timerId = undefined; + } + + function flush() { + return timerId === undefined ? result : trailingEdge(now()); + } + + function debounced() { + var time = now(), + isInvoking = shouldInvoke(time); + + lastArgs = arguments; + lastThis = this; + lastCallTime = time; + + if (isInvoking) { + if (timerId === undefined) { + return leadingEdge(lastCallTime); + } + if (maxing) { + // Handle invocations in a tight loop. + clearTimeout(timerId); + timerId = setTimeout(timerExpired, wait); + return invokeFunc(lastCallTime); + } + } + if (timerId === undefined) { + timerId = setTimeout(timerExpired, wait); + } + return result; + } + debounced.cancel = cancel; + debounced.flush = flush; + return debounced; + } + + /** + * Defers invoking the `func` until the current call stack has cleared. Any + * additional arguments are provided to `func` when it's invoked. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to defer. + * @param {...*} [args] The arguments to invoke `func` with. + * @returns {number} Returns the timer id. + * @example + * + * _.defer(function(text) { + * console.log(text); + * }, 'deferred'); + * // => Logs 'deferred' after one millisecond. + */ + var defer = baseRest(function(func, args) { + return baseDelay(func, 1, args); + }); + + /** + * Invokes `func` after `wait` milliseconds. Any additional arguments are + * provided to `func` when it's invoked. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to delay. + * @param {number} wait The number of milliseconds to delay invocation. + * @param {...*} [args] The arguments to invoke `func` with. + * @returns {number} Returns the timer id. + * @example + * + * _.delay(function(text) { + * console.log(text); + * }, 1000, 'later'); + * // => Logs 'later' after one second. + */ + var delay = baseRest(function(func, wait, args) { + return baseDelay(func, toNumber(wait) || 0, args); + }); + + /** + * Creates a function that invokes `func` with arguments reversed. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Function + * @param {Function} func The function to flip arguments for. + * @returns {Function} Returns the new flipped function. + * @example + * + * var flipped = _.flip(function() { + * return _.toArray(arguments); + * }); + * + * flipped('a', 'b', 'c', 'd'); + * // => ['d', 'c', 'b', 'a'] + */ + function flip(func) { + return createWrap(func, WRAP_FLIP_FLAG); + } + + /** + * Creates a function that memoizes the result of `func`. If `resolver` is + * provided, it determines the cache key for storing the result based on the + * arguments provided to the memoized function. By default, the first argument + * provided to the memoized function is used as the map cache key. The `func` + * is invoked with the `this` binding of the memoized function. + * + * **Note:** The cache is exposed as the `cache` property on the memoized + * function. Its creation may be customized by replacing the `_.memoize.Cache` + * constructor with one whose instances implement the + * [`Map`](http://ecma-international.org/ecma-262/7.0/#sec-properties-of-the-map-prototype-object) + * method interface of `clear`, `delete`, `get`, `has`, and `set`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to have its output memoized. + * @param {Function} [resolver] The function to resolve the cache key. + * @returns {Function} Returns the new memoized function. + * @example + * + * var object = { 'a': 1, 'b': 2 }; + * var other = { 'c': 3, 'd': 4 }; + * + * var values = _.memoize(_.values); + * values(object); + * // => [1, 2] + * + * values(other); + * // => [3, 4] + * + * object.a = 2; + * values(object); + * // => [1, 2] + * + * // Modify the result cache. + * values.cache.set(object, ['a', 'b']); + * values(object); + * // => ['a', 'b'] + * + * // Replace `_.memoize.Cache`. + * _.memoize.Cache = WeakMap; + */ + function memoize(func, resolver) { + if (typeof func != 'function' || (resolver != null && typeof resolver != 'function')) { + throw new TypeError(FUNC_ERROR_TEXT); + } + var memoized = function() { + var args = arguments, + key = resolver ? resolver.apply(this, args) : args[0], + cache = memoized.cache; + + if (cache.has(key)) { + return cache.get(key); + } + var result = func.apply(this, args); + memoized.cache = cache.set(key, result) || cache; + return result; + }; + memoized.cache = new (memoize.Cache || MapCache); + return memoized; + } + + // Expose `MapCache`. + memoize.Cache = MapCache; + + /** + * Creates a function that negates the result of the predicate `func`. The + * `func` predicate is invoked with the `this` binding and arguments of the + * created function. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Function + * @param {Function} predicate The predicate to negate. + * @returns {Function} Returns the new negated function. + * @example + * + * function isEven(n) { + * return n % 2 == 0; + * } + * + * _.filter([1, 2, 3, 4, 5, 6], _.negate(isEven)); + * // => [1, 3, 5] + */ + function negate(predicate) { + if (typeof predicate != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + return function() { + var args = arguments; + switch (args.length) { + case 0: return !predicate.call(this); + case 1: return !predicate.call(this, args[0]); + case 2: return !predicate.call(this, args[0], args[1]); + case 3: return !predicate.call(this, args[0], args[1], args[2]); + } + return !predicate.apply(this, args); + }; + } + + /** + * Creates a function that is restricted to invoking `func` once. Repeat calls + * to the function return the value of the first invocation. The `func` is + * invoked with the `this` binding and arguments of the created function. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to restrict. + * @returns {Function} Returns the new restricted function. + * @example + * + * var initialize = _.once(createApplication); + * initialize(); + * initialize(); + * // => `createApplication` is invoked once + */ + function once(func) { + return before(2, func); + } + + /** + * Creates a function that invokes `func` with its arguments transformed. + * + * @static + * @since 4.0.0 + * @memberOf _ + * @category Function + * @param {Function} func The function to wrap. + * @param {...(Function|Function[])} [transforms=[_.identity]] + * The argument transforms. + * @returns {Function} Returns the new function. + * @example + * + * function doubled(n) { + * return n * 2; + * } + * + * function square(n) { + * return n * n; + * } + * + * var func = _.overArgs(function(x, y) { + * return [x, y]; + * }, [square, doubled]); + * + * func(9, 3); + * // => [81, 6] + * + * func(10, 5); + * // => [100, 10] + */ + var overArgs = castRest(function(func, transforms) { + transforms = (transforms.length == 1 && isArray(transforms[0])) + ? arrayMap(transforms[0], baseUnary(getIteratee())) + : arrayMap(baseFlatten(transforms, 1), baseUnary(getIteratee())); + + var funcsLength = transforms.length; + return baseRest(function(args) { + var index = -1, + length = nativeMin(args.length, funcsLength); + + while (++index < length) { + args[index] = transforms[index].call(this, args[index]); + } + return apply(func, this, args); + }); + }); + + /** + * Creates a function that invokes `func` with `partials` prepended to the + * arguments it receives. This method is like `_.bind` except it does **not** + * alter the `this` binding. + * + * The `_.partial.placeholder` value, which defaults to `_` in monolithic + * builds, may be used as a placeholder for partially applied arguments. + * + * **Note:** This method doesn't set the "length" property of partially + * applied functions. + * + * @static + * @memberOf _ + * @since 0.2.0 + * @category Function + * @param {Function} func The function to partially apply arguments to. + * @param {...*} [partials] The arguments to be partially applied. + * @returns {Function} Returns the new partially applied function. + * @example + * + * function greet(greeting, name) { + * return greeting + ' ' + name; + * } + * + * var sayHelloTo = _.partial(greet, 'hello'); + * sayHelloTo('fred'); + * // => 'hello fred' + * + * // Partially applied with placeholders. + * var greetFred = _.partial(greet, _, 'fred'); + * greetFred('hi'); + * // => 'hi fred' + */ + var partial = baseRest(function(func, partials) { + var holders = replaceHolders(partials, getHolder(partial)); + return createWrap(func, WRAP_PARTIAL_FLAG, undefined, partials, holders); + }); + + /** + * This method is like `_.partial` except that partially applied arguments + * are appended to the arguments it receives. + * + * The `_.partialRight.placeholder` value, which defaults to `_` in monolithic + * builds, may be used as a placeholder for partially applied arguments. + * + * **Note:** This method doesn't set the "length" property of partially + * applied functions. + * + * @static + * @memberOf _ + * @since 1.0.0 + * @category Function + * @param {Function} func The function to partially apply arguments to. + * @param {...*} [partials] The arguments to be partially applied. + * @returns {Function} Returns the new partially applied function. + * @example + * + * function greet(greeting, name) { + * return greeting + ' ' + name; + * } + * + * var greetFred = _.partialRight(greet, 'fred'); + * greetFred('hi'); + * // => 'hi fred' + * + * // Partially applied with placeholders. + * var sayHelloTo = _.partialRight(greet, 'hello', _); + * sayHelloTo('fred'); + * // => 'hello fred' + */ + var partialRight = baseRest(function(func, partials) { + var holders = replaceHolders(partials, getHolder(partialRight)); + return createWrap(func, WRAP_PARTIAL_RIGHT_FLAG, undefined, partials, holders); + }); + + /** + * Creates a function that invokes `func` with arguments arranged according + * to the specified `indexes` where the argument value at the first index is + * provided as the first argument, the argument value at the second index is + * provided as the second argument, and so on. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Function + * @param {Function} func The function to rearrange arguments for. + * @param {...(number|number[])} indexes The arranged argument indexes. + * @returns {Function} Returns the new function. + * @example + * + * var rearged = _.rearg(function(a, b, c) { + * return [a, b, c]; + * }, [2, 0, 1]); + * + * rearged('b', 'c', 'a') + * // => ['a', 'b', 'c'] + */ + var rearg = flatRest(function(func, indexes) { + return createWrap(func, WRAP_REARG_FLAG, undefined, undefined, undefined, indexes); + }); + + /** + * Creates a function that invokes `func` with the `this` binding of the + * created function and arguments from `start` and beyond provided as + * an array. + * + * **Note:** This method is based on the + * [rest parameter](https://mdn.io/rest_parameters). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Function + * @param {Function} func The function to apply a rest parameter to. + * @param {number} [start=func.length-1] The start position of the rest parameter. + * @returns {Function} Returns the new function. + * @example + * + * var say = _.rest(function(what, names) { + * return what + ' ' + _.initial(names).join(', ') + + * (_.size(names) > 1 ? ', & ' : '') + _.last(names); + * }); + * + * say('hello', 'fred', 'barney', 'pebbles'); + * // => 'hello fred, barney, & pebbles' + */ + function rest(func, start) { + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + start = start === undefined ? start : toInteger(start); + return baseRest(func, start); + } + + /** + * Creates a function that invokes `func` with the `this` binding of the + * create function and an array of arguments much like + * [`Function#apply`](http://www.ecma-international.org/ecma-262/7.0/#sec-function.prototype.apply). + * + * **Note:** This method is based on the + * [spread operator](https://mdn.io/spread_operator). + * + * @static + * @memberOf _ + * @since 3.2.0 + * @category Function + * @param {Function} func The function to spread arguments over. + * @param {number} [start=0] The start position of the spread. + * @returns {Function} Returns the new function. + * @example + * + * var say = _.spread(function(who, what) { + * return who + ' says ' + what; + * }); + * + * say(['fred', 'hello']); + * // => 'fred says hello' + * + * var numbers = Promise.all([ + * Promise.resolve(40), + * Promise.resolve(36) + * ]); + * + * numbers.then(_.spread(function(x, y) { + * return x + y; + * })); + * // => a Promise of 76 + */ + function spread(func, start) { + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + start = start == null ? 0 : nativeMax(toInteger(start), 0); + return baseRest(function(args) { + var array = args[start], + otherArgs = castSlice(args, 0, start); + + if (array) { + arrayPush(otherArgs, array); + } + return apply(func, this, otherArgs); + }); + } + + /** + * Creates a throttled function that only invokes `func` at most once per + * every `wait` milliseconds. The throttled function comes with a `cancel` + * method to cancel delayed `func` invocations and a `flush` method to + * immediately invoke them. Provide `options` to indicate whether `func` + * should be invoked on the leading and/or trailing edge of the `wait` + * timeout. The `func` is invoked with the last arguments provided to the + * throttled function. Subsequent calls to the throttled function return the + * result of the last `func` invocation. + * + * **Note:** If `leading` and `trailing` options are `true`, `func` is + * invoked on the trailing edge of the timeout only if the throttled function + * is invoked more than once during the `wait` timeout. + * + * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred + * until to the next tick, similar to `setTimeout` with a timeout of `0`. + * + * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/) + * for details over the differences between `_.throttle` and `_.debounce`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {Function} func The function to throttle. + * @param {number} [wait=0] The number of milliseconds to throttle invocations to. + * @param {Object} [options={}] The options object. + * @param {boolean} [options.leading=true] + * Specify invoking on the leading edge of the timeout. + * @param {boolean} [options.trailing=true] + * Specify invoking on the trailing edge of the timeout. + * @returns {Function} Returns the new throttled function. + * @example + * + * // Avoid excessively updating the position while scrolling. + * jQuery(window).on('scroll', _.throttle(updatePosition, 100)); + * + * // Invoke `renewToken` when the click event is fired, but not more than once every 5 minutes. + * var throttled = _.throttle(renewToken, 300000, { 'trailing': false }); + * jQuery(element).on('click', throttled); + * + * // Cancel the trailing throttled invocation. + * jQuery(window).on('popstate', throttled.cancel); + */ + function throttle(func, wait, options) { + var leading = true, + trailing = true; + + if (typeof func != 'function') { + throw new TypeError(FUNC_ERROR_TEXT); + } + if (isObject(options)) { + leading = 'leading' in options ? !!options.leading : leading; + trailing = 'trailing' in options ? !!options.trailing : trailing; + } + return debounce(func, wait, { + 'leading': leading, + 'maxWait': wait, + 'trailing': trailing + }); + } + + /** + * Creates a function that accepts up to one argument, ignoring any + * additional arguments. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Function + * @param {Function} func The function to cap arguments for. + * @returns {Function} Returns the new capped function. + * @example + * + * _.map(['6', '8', '10'], _.unary(parseInt)); + * // => [6, 8, 10] + */ + function unary(func) { + return ary(func, 1); + } + + /** + * Creates a function that provides `value` to `wrapper` as its first + * argument. Any additional arguments provided to the function are appended + * to those provided to the `wrapper`. The wrapper is invoked with the `this` + * binding of the created function. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Function + * @param {*} value The value to wrap. + * @param {Function} [wrapper=identity] The wrapper function. + * @returns {Function} Returns the new function. + * @example + * + * var p = _.wrap(_.escape, function(func, text) { + * return '

' + func(text) + '

'; + * }); + * + * p('fred, barney, & pebbles'); + * // => '

fred, barney, & pebbles

' + */ + function wrap(value, wrapper) { + return partial(castFunction(wrapper), value); + } + + /*------------------------------------------------------------------------*/ + + /** + * Casts `value` as an array if it's not one. + * + * @static + * @memberOf _ + * @since 4.4.0 + * @category Lang + * @param {*} value The value to inspect. + * @returns {Array} Returns the cast array. + * @example + * + * _.castArray(1); + * // => [1] + * + * _.castArray({ 'a': 1 }); + * // => [{ 'a': 1 }] + * + * _.castArray('abc'); + * // => ['abc'] + * + * _.castArray(null); + * // => [null] + * + * _.castArray(undefined); + * // => [undefined] + * + * _.castArray(); + * // => [] + * + * var array = [1, 2, 3]; + * console.log(_.castArray(array) === array); + * // => true + */ + function castArray() { + if (!arguments.length) { + return []; + } + var value = arguments[0]; + return isArray(value) ? value : [value]; + } + + /** + * Creates a shallow clone of `value`. + * + * **Note:** This method is loosely based on the + * [structured clone algorithm](https://mdn.io/Structured_clone_algorithm) + * and supports cloning arrays, array buffers, booleans, date objects, maps, + * numbers, `Object` objects, regexes, sets, strings, symbols, and typed + * arrays. The own enumerable properties of `arguments` objects are cloned + * as plain objects. An empty object is returned for uncloneable values such + * as error objects, functions, DOM nodes, and WeakMaps. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to clone. + * @returns {*} Returns the cloned value. + * @see _.cloneDeep + * @example + * + * var objects = [{ 'a': 1 }, { 'b': 2 }]; + * + * var shallow = _.clone(objects); + * console.log(shallow[0] === objects[0]); + * // => true + */ + function clone(value) { + return baseClone(value, CLONE_SYMBOLS_FLAG); + } + + /** + * This method is like `_.clone` except that it accepts `customizer` which + * is invoked to produce the cloned value. If `customizer` returns `undefined`, + * cloning is handled by the method instead. The `customizer` is invoked with + * up to four arguments; (value [, index|key, object, stack]). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to clone. + * @param {Function} [customizer] The function to customize cloning. + * @returns {*} Returns the cloned value. + * @see _.cloneDeepWith + * @example + * + * function customizer(value) { + * if (_.isElement(value)) { + * return value.cloneNode(false); + * } + * } + * + * var el = _.cloneWith(document.body, customizer); + * + * console.log(el === document.body); + * // => false + * console.log(el.nodeName); + * // => 'BODY' + * console.log(el.childNodes.length); + * // => 0 + */ + function cloneWith(value, customizer) { + customizer = typeof customizer == 'function' ? customizer : undefined; + return baseClone(value, CLONE_SYMBOLS_FLAG, customizer); + } + + /** + * This method is like `_.clone` except that it recursively clones `value`. + * + * @static + * @memberOf _ + * @since 1.0.0 + * @category Lang + * @param {*} value The value to recursively clone. + * @returns {*} Returns the deep cloned value. + * @see _.clone + * @example + * + * var objects = [{ 'a': 1 }, { 'b': 2 }]; + * + * var deep = _.cloneDeep(objects); + * console.log(deep[0] === objects[0]); + * // => false + */ + function cloneDeep(value) { + return baseClone(value, CLONE_DEEP_FLAG | CLONE_SYMBOLS_FLAG); + } + + /** + * This method is like `_.cloneWith` except that it recursively clones `value`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to recursively clone. + * @param {Function} [customizer] The function to customize cloning. + * @returns {*} Returns the deep cloned value. + * @see _.cloneWith + * @example + * + * function customizer(value) { + * if (_.isElement(value)) { + * return value.cloneNode(true); + * } + * } + * + * var el = _.cloneDeepWith(document.body, customizer); + * + * console.log(el === document.body); + * // => false + * console.log(el.nodeName); + * // => 'BODY' + * console.log(el.childNodes.length); + * // => 20 + */ + function cloneDeepWith(value, customizer) { + customizer = typeof customizer == 'function' ? customizer : undefined; + return baseClone(value, CLONE_DEEP_FLAG | CLONE_SYMBOLS_FLAG, customizer); + } + + /** + * Checks if `object` conforms to `source` by invoking the predicate + * properties of `source` with the corresponding property values of `object`. + * + * **Note:** This method is equivalent to `_.conforms` when `source` is + * partially applied. + * + * @static + * @memberOf _ + * @since 4.14.0 + * @category Lang + * @param {Object} object The object to inspect. + * @param {Object} source The object of property predicates to conform to. + * @returns {boolean} Returns `true` if `object` conforms, else `false`. + * @example + * + * var object = { 'a': 1, 'b': 2 }; + * + * _.conformsTo(object, { 'b': function(n) { return n > 1; } }); + * // => true + * + * _.conformsTo(object, { 'b': function(n) { return n > 2; } }); + * // => false + */ + function conformsTo(object, source) { + return source == null || baseConformsTo(object, source, keys(source)); + } + + /** + * Performs a + * [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero) + * comparison between two values to determine if they are equivalent. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + * @example + * + * var object = { 'a': 1 }; + * var other = { 'a': 1 }; + * + * _.eq(object, object); + * // => true + * + * _.eq(object, other); + * // => false + * + * _.eq('a', 'a'); + * // => true + * + * _.eq('a', Object('a')); + * // => false + * + * _.eq(NaN, NaN); + * // => true + */ + function eq(value, other) { + return value === other || (value !== value && other !== other); + } + + /** + * Checks if `value` is greater than `other`. + * + * @static + * @memberOf _ + * @since 3.9.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is greater than `other`, + * else `false`. + * @see _.lt + * @example + * + * _.gt(3, 1); + * // => true + * + * _.gt(3, 3); + * // => false + * + * _.gt(1, 3); + * // => false + */ + var gt = createRelationalOperation(baseGt); + + /** + * Checks if `value` is greater than or equal to `other`. + * + * @static + * @memberOf _ + * @since 3.9.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is greater than or equal to + * `other`, else `false`. + * @see _.lte + * @example + * + * _.gte(3, 1); + * // => true + * + * _.gte(3, 3); + * // => true + * + * _.gte(1, 3); + * // => false + */ + var gte = createRelationalOperation(function(value, other) { + return value >= other; + }); + + /** + * Checks if `value` is likely an `arguments` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an `arguments` object, + * else `false`. + * @example + * + * _.isArguments(function() { return arguments; }()); + * // => true + * + * _.isArguments([1, 2, 3]); + * // => false + */ + var isArguments = baseIsArguments(function() { return arguments; }()) ? baseIsArguments : function(value) { + return isObjectLike(value) && hasOwnProperty.call(value, 'callee') && + !propertyIsEnumerable.call(value, 'callee'); + }; + + /** + * Checks if `value` is classified as an `Array` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an array, else `false`. + * @example + * + * _.isArray([1, 2, 3]); + * // => true + * + * _.isArray(document.body.children); + * // => false + * + * _.isArray('abc'); + * // => false + * + * _.isArray(_.noop); + * // => false + */ + var isArray = Array.isArray; + + /** + * Checks if `value` is classified as an `ArrayBuffer` object. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an array buffer, else `false`. + * @example + * + * _.isArrayBuffer(new ArrayBuffer(2)); + * // => true + * + * _.isArrayBuffer(new Array(2)); + * // => false + */ + var isArrayBuffer = nodeIsArrayBuffer ? baseUnary(nodeIsArrayBuffer) : baseIsArrayBuffer; + + /** + * Checks if `value` is array-like. A value is considered array-like if it's + * not a function and has a `value.length` that's an integer greater than or + * equal to `0` and less than or equal to `Number.MAX_SAFE_INTEGER`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is array-like, else `false`. + * @example + * + * _.isArrayLike([1, 2, 3]); + * // => true + * + * _.isArrayLike(document.body.children); + * // => true + * + * _.isArrayLike('abc'); + * // => true + * + * _.isArrayLike(_.noop); + * // => false + */ + function isArrayLike(value) { + return value != null && isLength(value.length) && !isFunction(value); + } + + /** + * This method is like `_.isArrayLike` except that it also checks if `value` + * is an object. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an array-like object, + * else `false`. + * @example + * + * _.isArrayLikeObject([1, 2, 3]); + * // => true + * + * _.isArrayLikeObject(document.body.children); + * // => true + * + * _.isArrayLikeObject('abc'); + * // => false + * + * _.isArrayLikeObject(_.noop); + * // => false + */ + function isArrayLikeObject(value) { + return isObjectLike(value) && isArrayLike(value); + } + + /** + * Checks if `value` is classified as a boolean primitive or object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a boolean, else `false`. + * @example + * + * _.isBoolean(false); + * // => true + * + * _.isBoolean(null); + * // => false + */ + function isBoolean(value) { + return value === true || value === false || + (isObjectLike(value) && baseGetTag(value) == boolTag); + } + + /** + * Checks if `value` is a buffer. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a buffer, else `false`. + * @example + * + * _.isBuffer(new Buffer(2)); + * // => true + * + * _.isBuffer(new Uint8Array(2)); + * // => false + */ + var isBuffer = nativeIsBuffer || stubFalse; + + /** + * Checks if `value` is classified as a `Date` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a date object, else `false`. + * @example + * + * _.isDate(new Date); + * // => true + * + * _.isDate('Mon April 23 2012'); + * // => false + */ + var isDate = nodeIsDate ? baseUnary(nodeIsDate) : baseIsDate; + + /** + * Checks if `value` is likely a DOM element. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a DOM element, else `false`. + * @example + * + * _.isElement(document.body); + * // => true + * + * _.isElement(''); + * // => false + */ + function isElement(value) { + return isObjectLike(value) && value.nodeType === 1 && !isPlainObject(value); + } + + /** + * Checks if `value` is an empty object, collection, map, or set. + * + * Objects are considered empty if they have no own enumerable string keyed + * properties. + * + * Array-like values such as `arguments` objects, arrays, buffers, strings, or + * jQuery-like collections are considered empty if they have a `length` of `0`. + * Similarly, maps and sets are considered empty if they have a `size` of `0`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is empty, else `false`. + * @example + * + * _.isEmpty(null); + * // => true + * + * _.isEmpty(true); + * // => true + * + * _.isEmpty(1); + * // => true + * + * _.isEmpty([1, 2, 3]); + * // => false + * + * _.isEmpty({ 'a': 1 }); + * // => false + */ + function isEmpty(value) { + if (value == null) { + return true; + } + if (isArrayLike(value) && + (isArray(value) || typeof value == 'string' || typeof value.splice == 'function' || + isBuffer(value) || isTypedArray(value) || isArguments(value))) { + return !value.length; + } + var tag = getTag(value); + if (tag == mapTag || tag == setTag) { + return !value.size; + } + if (isPrototype(value)) { + return !baseKeys(value).length; + } + for (var key in value) { + if (hasOwnProperty.call(value, key)) { + return false; + } + } + return true; + } + + /** + * Performs a deep comparison between two values to determine if they are + * equivalent. + * + * **Note:** This method supports comparing arrays, array buffers, booleans, + * date objects, error objects, maps, numbers, `Object` objects, regexes, + * sets, strings, symbols, and typed arrays. `Object` objects are compared + * by their own, not inherited, enumerable properties. Functions and DOM + * nodes are compared by strict equality, i.e. `===`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + * @example + * + * var object = { 'a': 1 }; + * var other = { 'a': 1 }; + * + * _.isEqual(object, other); + * // => true + * + * object === other; + * // => false + */ + function isEqual(value, other) { + return baseIsEqual(value, other); + } + + /** + * This method is like `_.isEqual` except that it accepts `customizer` which + * is invoked to compare values. If `customizer` returns `undefined`, comparisons + * are handled by the method instead. The `customizer` is invoked with up to + * six arguments: (objValue, othValue [, index|key, object, other, stack]). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @param {Function} [customizer] The function to customize comparisons. + * @returns {boolean} Returns `true` if the values are equivalent, else `false`. + * @example + * + * function isGreeting(value) { + * return /^h(?:i|ello)$/.test(value); + * } + * + * function customizer(objValue, othValue) { + * if (isGreeting(objValue) && isGreeting(othValue)) { + * return true; + * } + * } + * + * var array = ['hello', 'goodbye']; + * var other = ['hi', 'goodbye']; + * + * _.isEqualWith(array, other, customizer); + * // => true + */ + function isEqualWith(value, other, customizer) { + customizer = typeof customizer == 'function' ? customizer : undefined; + var result = customizer ? customizer(value, other) : undefined; + return result === undefined ? baseIsEqual(value, other, undefined, customizer) : !!result; + } + + /** + * Checks if `value` is an `Error`, `EvalError`, `RangeError`, `ReferenceError`, + * `SyntaxError`, `TypeError`, or `URIError` object. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an error object, else `false`. + * @example + * + * _.isError(new Error); + * // => true + * + * _.isError(Error); + * // => false + */ + function isError(value) { + if (!isObjectLike(value)) { + return false; + } + var tag = baseGetTag(value); + return tag == errorTag || tag == domExcTag || + (typeof value.message == 'string' && typeof value.name == 'string' && !isPlainObject(value)); + } + + /** + * Checks if `value` is a finite primitive number. + * + * **Note:** This method is based on + * [`Number.isFinite`](https://mdn.io/Number/isFinite). + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a finite number, else `false`. + * @example + * + * _.isFinite(3); + * // => true + * + * _.isFinite(Number.MIN_VALUE); + * // => true + * + * _.isFinite(Infinity); + * // => false + * + * _.isFinite('3'); + * // => false + */ + function isFinite(value) { + return typeof value == 'number' && nativeIsFinite(value); + } + + /** + * Checks if `value` is classified as a `Function` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a function, else `false`. + * @example + * + * _.isFunction(_); + * // => true + * + * _.isFunction(/abc/); + * // => false + */ + function isFunction(value) { + if (!isObject(value)) { + return false; + } + // The use of `Object#toString` avoids issues with the `typeof` operator + // in Safari 9 which returns 'object' for typed arrays and other constructors. + var tag = baseGetTag(value); + return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag; + } + + /** + * Checks if `value` is an integer. + * + * **Note:** This method is based on + * [`Number.isInteger`](https://mdn.io/Number/isInteger). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an integer, else `false`. + * @example + * + * _.isInteger(3); + * // => true + * + * _.isInteger(Number.MIN_VALUE); + * // => false + * + * _.isInteger(Infinity); + * // => false + * + * _.isInteger('3'); + * // => false + */ + function isInteger(value) { + return typeof value == 'number' && value == toInteger(value); + } + + /** + * Checks if `value` is a valid array-like length. + * + * **Note:** This method is loosely based on + * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a valid length, else `false`. + * @example + * + * _.isLength(3); + * // => true + * + * _.isLength(Number.MIN_VALUE); + * // => false + * + * _.isLength(Infinity); + * // => false + * + * _.isLength('3'); + * // => false + */ + function isLength(value) { + return typeof value == 'number' && + value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER; + } + + /** + * Checks if `value` is the + * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types) + * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`) + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is an object, else `false`. + * @example + * + * _.isObject({}); + * // => true + * + * _.isObject([1, 2, 3]); + * // => true + * + * _.isObject(_.noop); + * // => true + * + * _.isObject(null); + * // => false + */ + function isObject(value) { + var type = typeof value; + return value != null && (type == 'object' || type == 'function'); + } + + /** + * Checks if `value` is object-like. A value is object-like if it's not `null` + * and has a `typeof` result of "object". + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is object-like, else `false`. + * @example + * + * _.isObjectLike({}); + * // => true + * + * _.isObjectLike([1, 2, 3]); + * // => true + * + * _.isObjectLike(_.noop); + * // => false + * + * _.isObjectLike(null); + * // => false + */ + function isObjectLike(value) { + return value != null && typeof value == 'object'; + } + + /** + * Checks if `value` is classified as a `Map` object. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a map, else `false`. + * @example + * + * _.isMap(new Map); + * // => true + * + * _.isMap(new WeakMap); + * // => false + */ + var isMap = nodeIsMap ? baseUnary(nodeIsMap) : baseIsMap; + + /** + * Performs a partial deep comparison between `object` and `source` to + * determine if `object` contains equivalent property values. + * + * **Note:** This method is equivalent to `_.matches` when `source` is + * partially applied. + * + * Partial comparisons will match empty array and empty object `source` + * values against any array or object value, respectively. See `_.isEqual` + * for a list of supported value comparisons. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Lang + * @param {Object} object The object to inspect. + * @param {Object} source The object of property values to match. + * @returns {boolean} Returns `true` if `object` is a match, else `false`. + * @example + * + * var object = { 'a': 1, 'b': 2 }; + * + * _.isMatch(object, { 'b': 2 }); + * // => true + * + * _.isMatch(object, { 'b': 1 }); + * // => false + */ + function isMatch(object, source) { + return object === source || baseIsMatch(object, source, getMatchData(source)); + } + + /** + * This method is like `_.isMatch` except that it accepts `customizer` which + * is invoked to compare values. If `customizer` returns `undefined`, comparisons + * are handled by the method instead. The `customizer` is invoked with five + * arguments: (objValue, srcValue, index|key, object, source). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {Object} object The object to inspect. + * @param {Object} source The object of property values to match. + * @param {Function} [customizer] The function to customize comparisons. + * @returns {boolean} Returns `true` if `object` is a match, else `false`. + * @example + * + * function isGreeting(value) { + * return /^h(?:i|ello)$/.test(value); + * } + * + * function customizer(objValue, srcValue) { + * if (isGreeting(objValue) && isGreeting(srcValue)) { + * return true; + * } + * } + * + * var object = { 'greeting': 'hello' }; + * var source = { 'greeting': 'hi' }; + * + * _.isMatchWith(object, source, customizer); + * // => true + */ + function isMatchWith(object, source, customizer) { + customizer = typeof customizer == 'function' ? customizer : undefined; + return baseIsMatch(object, source, getMatchData(source), customizer); + } + + /** + * Checks if `value` is `NaN`. + * + * **Note:** This method is based on + * [`Number.isNaN`](https://mdn.io/Number/isNaN) and is not the same as + * global [`isNaN`](https://mdn.io/isNaN) which returns `true` for + * `undefined` and other non-number values. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `NaN`, else `false`. + * @example + * + * _.isNaN(NaN); + * // => true + * + * _.isNaN(new Number(NaN)); + * // => true + * + * isNaN(undefined); + * // => true + * + * _.isNaN(undefined); + * // => false + */ + function isNaN(value) { + // An `NaN` primitive is the only value that is not equal to itself. + // Perform the `toStringTag` check first to avoid errors with some + // ActiveX objects in IE. + return isNumber(value) && value != +value; + } + + /** + * Checks if `value` is a pristine native function. + * + * **Note:** This method can't reliably detect native functions in the presence + * of the core-js package because core-js circumvents this kind of detection. + * Despite multiple requests, the core-js maintainer has made it clear: any + * attempt to fix the detection will be obstructed. As a result, we're left + * with little choice but to throw an error. Unfortunately, this also affects + * packages, like [babel-polyfill](https://www.npmjs.com/package/babel-polyfill), + * which rely on core-js. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a native function, + * else `false`. + * @example + * + * _.isNative(Array.prototype.push); + * // => true + * + * _.isNative(_); + * // => false + */ + function isNative(value) { + if (isMaskable(value)) { + throw new Error(CORE_ERROR_TEXT); + } + return baseIsNative(value); + } + + /** + * Checks if `value` is `null`. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `null`, else `false`. + * @example + * + * _.isNull(null); + * // => true + * + * _.isNull(void 0); + * // => false + */ + function isNull(value) { + return value === null; + } + + /** + * Checks if `value` is `null` or `undefined`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is nullish, else `false`. + * @example + * + * _.isNil(null); + * // => true + * + * _.isNil(void 0); + * // => true + * + * _.isNil(NaN); + * // => false + */ + function isNil(value) { + return value == null; + } + + /** + * Checks if `value` is classified as a `Number` primitive or object. + * + * **Note:** To exclude `Infinity`, `-Infinity`, and `NaN`, which are + * classified as numbers, use the `_.isFinite` method. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a number, else `false`. + * @example + * + * _.isNumber(3); + * // => true + * + * _.isNumber(Number.MIN_VALUE); + * // => true + * + * _.isNumber(Infinity); + * // => true + * + * _.isNumber('3'); + * // => false + */ + function isNumber(value) { + return typeof value == 'number' || + (isObjectLike(value) && baseGetTag(value) == numberTag); + } + + /** + * Checks if `value` is a plain object, that is, an object created by the + * `Object` constructor or one with a `[[Prototype]]` of `null`. + * + * @static + * @memberOf _ + * @since 0.8.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a plain object, else `false`. + * @example + * + * function Foo() { + * this.a = 1; + * } + * + * _.isPlainObject(new Foo); + * // => false + * + * _.isPlainObject([1, 2, 3]); + * // => false + * + * _.isPlainObject({ 'x': 0, 'y': 0 }); + * // => true + * + * _.isPlainObject(Object.create(null)); + * // => true + */ + function isPlainObject(value) { + if (!isObjectLike(value) || baseGetTag(value) != objectTag) { + return false; + } + var proto = getPrototype(value); + if (proto === null) { + return true; + } + var Ctor = hasOwnProperty.call(proto, 'constructor') && proto.constructor; + return typeof Ctor == 'function' && Ctor instanceof Ctor && + funcToString.call(Ctor) == objectCtorString; + } + + /** + * Checks if `value` is classified as a `RegExp` object. + * + * @static + * @memberOf _ + * @since 0.1.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a regexp, else `false`. + * @example + * + * _.isRegExp(/abc/); + * // => true + * + * _.isRegExp('/abc/'); + * // => false + */ + var isRegExp = nodeIsRegExp ? baseUnary(nodeIsRegExp) : baseIsRegExp; + + /** + * Checks if `value` is a safe integer. An integer is safe if it's an IEEE-754 + * double precision number which isn't the result of a rounded unsafe integer. + * + * **Note:** This method is based on + * [`Number.isSafeInteger`](https://mdn.io/Number/isSafeInteger). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a safe integer, else `false`. + * @example + * + * _.isSafeInteger(3); + * // => true + * + * _.isSafeInteger(Number.MIN_VALUE); + * // => false + * + * _.isSafeInteger(Infinity); + * // => false + * + * _.isSafeInteger('3'); + * // => false + */ + function isSafeInteger(value) { + return isInteger(value) && value >= -MAX_SAFE_INTEGER && value <= MAX_SAFE_INTEGER; + } + + /** + * Checks if `value` is classified as a `Set` object. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a set, else `false`. + * @example + * + * _.isSet(new Set); + * // => true + * + * _.isSet(new WeakSet); + * // => false + */ + var isSet = nodeIsSet ? baseUnary(nodeIsSet) : baseIsSet; + + /** + * Checks if `value` is classified as a `String` primitive or object. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a string, else `false`. + * @example + * + * _.isString('abc'); + * // => true + * + * _.isString(1); + * // => false + */ + function isString(value) { + return typeof value == 'string' || + (!isArray(value) && isObjectLike(value) && baseGetTag(value) == stringTag); + } + + /** + * Checks if `value` is classified as a `Symbol` primitive or object. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a symbol, else `false`. + * @example + * + * _.isSymbol(Symbol.iterator); + * // => true + * + * _.isSymbol('abc'); + * // => false + */ + function isSymbol(value) { + return typeof value == 'symbol' || + (isObjectLike(value) && baseGetTag(value) == symbolTag); + } + + /** + * Checks if `value` is classified as a typed array. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a typed array, else `false`. + * @example + * + * _.isTypedArray(new Uint8Array); + * // => true + * + * _.isTypedArray([]); + * // => false + */ + var isTypedArray = nodeIsTypedArray ? baseUnary(nodeIsTypedArray) : baseIsTypedArray; + + /** + * Checks if `value` is `undefined`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is `undefined`, else `false`. + * @example + * + * _.isUndefined(void 0); + * // => true + * + * _.isUndefined(null); + * // => false + */ + function isUndefined(value) { + return value === undefined; + } + + /** + * Checks if `value` is classified as a `WeakMap` object. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a weak map, else `false`. + * @example + * + * _.isWeakMap(new WeakMap); + * // => true + * + * _.isWeakMap(new Map); + * // => false + */ + function isWeakMap(value) { + return isObjectLike(value) && getTag(value) == weakMapTag; + } + + /** + * Checks if `value` is classified as a `WeakSet` object. + * + * @static + * @memberOf _ + * @since 4.3.0 + * @category Lang + * @param {*} value The value to check. + * @returns {boolean} Returns `true` if `value` is a weak set, else `false`. + * @example + * + * _.isWeakSet(new WeakSet); + * // => true + * + * _.isWeakSet(new Set); + * // => false + */ + function isWeakSet(value) { + return isObjectLike(value) && baseGetTag(value) == weakSetTag; + } + + /** + * Checks if `value` is less than `other`. + * + * @static + * @memberOf _ + * @since 3.9.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is less than `other`, + * else `false`. + * @see _.gt + * @example + * + * _.lt(1, 3); + * // => true + * + * _.lt(3, 3); + * // => false + * + * _.lt(3, 1); + * // => false + */ + var lt = createRelationalOperation(baseLt); + + /** + * Checks if `value` is less than or equal to `other`. + * + * @static + * @memberOf _ + * @since 3.9.0 + * @category Lang + * @param {*} value The value to compare. + * @param {*} other The other value to compare. + * @returns {boolean} Returns `true` if `value` is less than or equal to + * `other`, else `false`. + * @see _.gte + * @example + * + * _.lte(1, 3); + * // => true + * + * _.lte(3, 3); + * // => true + * + * _.lte(3, 1); + * // => false + */ + var lte = createRelationalOperation(function(value, other) { + return value <= other; + }); + + /** + * Converts `value` to an array. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Lang + * @param {*} value The value to convert. + * @returns {Array} Returns the converted array. + * @example + * + * _.toArray({ 'a': 1, 'b': 2 }); + * // => [1, 2] + * + * _.toArray('abc'); + * // => ['a', 'b', 'c'] + * + * _.toArray(1); + * // => [] + * + * _.toArray(null); + * // => [] + */ + function toArray(value) { + if (!value) { + return []; + } + if (isArrayLike(value)) { + return isString(value) ? stringToArray(value) : copyArray(value); + } + if (symIterator && value[symIterator]) { + return iteratorToArray(value[symIterator]()); + } + var tag = getTag(value), + func = tag == mapTag ? mapToArray : (tag == setTag ? setToArray : values); + + return func(value); + } + + /** + * Converts `value` to a finite number. + * + * @static + * @memberOf _ + * @since 4.12.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {number} Returns the converted number. + * @example + * + * _.toFinite(3.2); + * // => 3.2 + * + * _.toFinite(Number.MIN_VALUE); + * // => 5e-324 + * + * _.toFinite(Infinity); + * // => 1.7976931348623157e+308 + * + * _.toFinite('3.2'); + * // => 3.2 + */ + function toFinite(value) { + if (!value) { + return value === 0 ? value : 0; + } + value = toNumber(value); + if (value === INFINITY || value === -INFINITY) { + var sign = (value < 0 ? -1 : 1); + return sign * MAX_INTEGER; + } + return value === value ? value : 0; + } + + /** + * Converts `value` to an integer. + * + * **Note:** This method is loosely based on + * [`ToInteger`](http://www.ecma-international.org/ecma-262/7.0/#sec-tointeger). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {number} Returns the converted integer. + * @example + * + * _.toInteger(3.2); + * // => 3 + * + * _.toInteger(Number.MIN_VALUE); + * // => 0 + * + * _.toInteger(Infinity); + * // => 1.7976931348623157e+308 + * + * _.toInteger('3.2'); + * // => 3 + */ + function toInteger(value) { + var result = toFinite(value), + remainder = result % 1; + + return result === result ? (remainder ? result - remainder : result) : 0; + } + + /** + * Converts `value` to an integer suitable for use as the length of an + * array-like object. + * + * **Note:** This method is based on + * [`ToLength`](http://ecma-international.org/ecma-262/7.0/#sec-tolength). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {number} Returns the converted integer. + * @example + * + * _.toLength(3.2); + * // => 3 + * + * _.toLength(Number.MIN_VALUE); + * // => 0 + * + * _.toLength(Infinity); + * // => 4294967295 + * + * _.toLength('3.2'); + * // => 3 + */ + function toLength(value) { + return value ? baseClamp(toInteger(value), 0, MAX_ARRAY_LENGTH) : 0; + } + + /** + * Converts `value` to a number. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to process. + * @returns {number} Returns the number. + * @example + * + * _.toNumber(3.2); + * // => 3.2 + * + * _.toNumber(Number.MIN_VALUE); + * // => 5e-324 + * + * _.toNumber(Infinity); + * // => Infinity + * + * _.toNumber('3.2'); + * // => 3.2 + */ + function toNumber(value) { + if (typeof value == 'number') { + return value; + } + if (isSymbol(value)) { + return NAN; + } + if (isObject(value)) { + var other = typeof value.valueOf == 'function' ? value.valueOf() : value; + value = isObject(other) ? (other + '') : other; + } + if (typeof value != 'string') { + return value === 0 ? value : +value; + } + value = baseTrim(value); + var isBinary = reIsBinary.test(value); + return (isBinary || reIsOctal.test(value)) + ? freeParseInt(value.slice(2), isBinary ? 2 : 8) + : (reIsBadHex.test(value) ? NAN : +value); + } + + /** + * Converts `value` to a plain object flattening inherited enumerable string + * keyed properties of `value` to own properties of the plain object. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {Object} Returns the converted plain object. + * @example + * + * function Foo() { + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.assign({ 'a': 1 }, new Foo); + * // => { 'a': 1, 'b': 2 } + * + * _.assign({ 'a': 1 }, _.toPlainObject(new Foo)); + * // => { 'a': 1, 'b': 2, 'c': 3 } + */ + function toPlainObject(value) { + return copyObject(value, keysIn(value)); + } + + /** + * Converts `value` to a safe integer. A safe integer can be compared and + * represented correctly. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {number} Returns the converted integer. + * @example + * + * _.toSafeInteger(3.2); + * // => 3 + * + * _.toSafeInteger(Number.MIN_VALUE); + * // => 0 + * + * _.toSafeInteger(Infinity); + * // => 9007199254740991 + * + * _.toSafeInteger('3.2'); + * // => 3 + */ + function toSafeInteger(value) { + return value + ? baseClamp(toInteger(value), -MAX_SAFE_INTEGER, MAX_SAFE_INTEGER) + : (value === 0 ? value : 0); + } + + /** + * Converts `value` to a string. An empty string is returned for `null` + * and `undefined` values. The sign of `-0` is preserved. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Lang + * @param {*} value The value to convert. + * @returns {string} Returns the converted string. + * @example + * + * _.toString(null); + * // => '' + * + * _.toString(-0); + * // => '-0' + * + * _.toString([1, 2, 3]); + * // => '1,2,3' + */ + function toString(value) { + return value == null ? '' : baseToString(value); + } + + /*------------------------------------------------------------------------*/ + + /** + * Assigns own enumerable string keyed properties of source objects to the + * destination object. Source objects are applied from left to right. + * Subsequent sources overwrite property assignments of previous sources. + * + * **Note:** This method mutates `object` and is loosely based on + * [`Object.assign`](https://mdn.io/Object/assign). + * + * @static + * @memberOf _ + * @since 0.10.0 + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @see _.assignIn + * @example + * + * function Foo() { + * this.a = 1; + * } + * + * function Bar() { + * this.c = 3; + * } + * + * Foo.prototype.b = 2; + * Bar.prototype.d = 4; + * + * _.assign({ 'a': 0 }, new Foo, new Bar); + * // => { 'a': 1, 'c': 3 } + */ + var assign = createAssigner(function(object, source) { + if (isPrototype(source) || isArrayLike(source)) { + copyObject(source, keys(source), object); + return; + } + for (var key in source) { + if (hasOwnProperty.call(source, key)) { + assignValue(object, key, source[key]); + } + } + }); + + /** + * This method is like `_.assign` except that it iterates over own and + * inherited source properties. + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @alias extend + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @see _.assign + * @example + * + * function Foo() { + * this.a = 1; + * } + * + * function Bar() { + * this.c = 3; + * } + * + * Foo.prototype.b = 2; + * Bar.prototype.d = 4; + * + * _.assignIn({ 'a': 0 }, new Foo, new Bar); + * // => { 'a': 1, 'b': 2, 'c': 3, 'd': 4 } + */ + var assignIn = createAssigner(function(object, source) { + copyObject(source, keysIn(source), object); + }); + + /** + * This method is like `_.assignIn` except that it accepts `customizer` + * which is invoked to produce the assigned values. If `customizer` returns + * `undefined`, assignment is handled by the method instead. The `customizer` + * is invoked with five arguments: (objValue, srcValue, key, object, source). + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @alias extendWith + * @category Object + * @param {Object} object The destination object. + * @param {...Object} sources The source objects. + * @param {Function} [customizer] The function to customize assigned values. + * @returns {Object} Returns `object`. + * @see _.assignWith + * @example + * + * function customizer(objValue, srcValue) { + * return _.isUndefined(objValue) ? srcValue : objValue; + * } + * + * var defaults = _.partialRight(_.assignInWith, customizer); + * + * defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 }); + * // => { 'a': 1, 'b': 2 } + */ + var assignInWith = createAssigner(function(object, source, srcIndex, customizer) { + copyObject(source, keysIn(source), object, customizer); + }); + + /** + * This method is like `_.assign` except that it accepts `customizer` + * which is invoked to produce the assigned values. If `customizer` returns + * `undefined`, assignment is handled by the method instead. The `customizer` + * is invoked with five arguments: (objValue, srcValue, key, object, source). + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The destination object. + * @param {...Object} sources The source objects. + * @param {Function} [customizer] The function to customize assigned values. + * @returns {Object} Returns `object`. + * @see _.assignInWith + * @example + * + * function customizer(objValue, srcValue) { + * return _.isUndefined(objValue) ? srcValue : objValue; + * } + * + * var defaults = _.partialRight(_.assignWith, customizer); + * + * defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 }); + * // => { 'a': 1, 'b': 2 } + */ + var assignWith = createAssigner(function(object, source, srcIndex, customizer) { + copyObject(source, keys(source), object, customizer); + }); + + /** + * Creates an array of values corresponding to `paths` of `object`. + * + * @static + * @memberOf _ + * @since 1.0.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {...(string|string[])} [paths] The property paths to pick. + * @returns {Array} Returns the picked values. + * @example + * + * var object = { 'a': [{ 'b': { 'c': 3 } }, 4] }; + * + * _.at(object, ['a[0].b.c', 'a[1]']); + * // => [3, 4] + */ + var at = flatRest(baseAt); + + /** + * Creates an object that inherits from the `prototype` object. If a + * `properties` object is given, its own enumerable string keyed properties + * are assigned to the created object. + * + * @static + * @memberOf _ + * @since 2.3.0 + * @category Object + * @param {Object} prototype The object to inherit from. + * @param {Object} [properties] The properties to assign to the object. + * @returns {Object} Returns the new object. + * @example + * + * function Shape() { + * this.x = 0; + * this.y = 0; + * } + * + * function Circle() { + * Shape.call(this); + * } + * + * Circle.prototype = _.create(Shape.prototype, { + * 'constructor': Circle + * }); + * + * var circle = new Circle; + * circle instanceof Circle; + * // => true + * + * circle instanceof Shape; + * // => true + */ + function create(prototype, properties) { + var result = baseCreate(prototype); + return properties == null ? result : baseAssign(result, properties); + } + + /** + * Assigns own and inherited enumerable string keyed properties of source + * objects to the destination object for all destination properties that + * resolve to `undefined`. Source objects are applied from left to right. + * Once a property is set, additional values of the same property are ignored. + * + * **Note:** This method mutates `object`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @see _.defaultsDeep + * @example + * + * _.defaults({ 'a': 1 }, { 'b': 2 }, { 'a': 3 }); + * // => { 'a': 1, 'b': 2 } + */ + var defaults = baseRest(function(object, sources) { + object = Object(object); + + var index = -1; + var length = sources.length; + var guard = length > 2 ? sources[2] : undefined; + + if (guard && isIterateeCall(sources[0], sources[1], guard)) { + length = 1; + } + + while (++index < length) { + var source = sources[index]; + var props = keysIn(source); + var propsIndex = -1; + var propsLength = props.length; + + while (++propsIndex < propsLength) { + var key = props[propsIndex]; + var value = object[key]; + + if (value === undefined || + (eq(value, objectProto[key]) && !hasOwnProperty.call(object, key))) { + object[key] = source[key]; + } + } + } + + return object; + }); + + /** + * This method is like `_.defaults` except that it recursively assigns + * default properties. + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 3.10.0 + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @see _.defaults + * @example + * + * _.defaultsDeep({ 'a': { 'b': 2 } }, { 'a': { 'b': 1, 'c': 3 } }); + * // => { 'a': { 'b': 2, 'c': 3 } } + */ + var defaultsDeep = baseRest(function(args) { + args.push(undefined, customDefaultsMerge); + return apply(mergeWith, undefined, args); + }); + + /** + * This method is like `_.find` except that it returns the key of the first + * element `predicate` returns truthy for instead of the element itself. + * + * @static + * @memberOf _ + * @since 1.1.0 + * @category Object + * @param {Object} object The object to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {string|undefined} Returns the key of the matched element, + * else `undefined`. + * @example + * + * var users = { + * 'barney': { 'age': 36, 'active': true }, + * 'fred': { 'age': 40, 'active': false }, + * 'pebbles': { 'age': 1, 'active': true } + * }; + * + * _.findKey(users, function(o) { return o.age < 40; }); + * // => 'barney' (iteration order is not guaranteed) + * + * // The `_.matches` iteratee shorthand. + * _.findKey(users, { 'age': 1, 'active': true }); + * // => 'pebbles' + * + * // The `_.matchesProperty` iteratee shorthand. + * _.findKey(users, ['active', false]); + * // => 'fred' + * + * // The `_.property` iteratee shorthand. + * _.findKey(users, 'active'); + * // => 'barney' + */ + function findKey(object, predicate) { + return baseFindKey(object, getIteratee(predicate, 3), baseForOwn); + } + + /** + * This method is like `_.findKey` except that it iterates over elements of + * a collection in the opposite order. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Object + * @param {Object} object The object to inspect. + * @param {Function} [predicate=_.identity] The function invoked per iteration. + * @returns {string|undefined} Returns the key of the matched element, + * else `undefined`. + * @example + * + * var users = { + * 'barney': { 'age': 36, 'active': true }, + * 'fred': { 'age': 40, 'active': false }, + * 'pebbles': { 'age': 1, 'active': true } + * }; + * + * _.findLastKey(users, function(o) { return o.age < 40; }); + * // => returns 'pebbles' assuming `_.findKey` returns 'barney' + * + * // The `_.matches` iteratee shorthand. + * _.findLastKey(users, { 'age': 36, 'active': true }); + * // => 'barney' + * + * // The `_.matchesProperty` iteratee shorthand. + * _.findLastKey(users, ['active', false]); + * // => 'fred' + * + * // The `_.property` iteratee shorthand. + * _.findLastKey(users, 'active'); + * // => 'pebbles' + */ + function findLastKey(object, predicate) { + return baseFindKey(object, getIteratee(predicate, 3), baseForOwnRight); + } + + /** + * Iterates over own and inherited enumerable string keyed properties of an + * object and invokes `iteratee` for each property. The iteratee is invoked + * with three arguments: (value, key, object). Iteratee functions may exit + * iteration early by explicitly returning `false`. + * + * @static + * @memberOf _ + * @since 0.3.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Object} Returns `object`. + * @see _.forInRight + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.forIn(new Foo, function(value, key) { + * console.log(key); + * }); + * // => Logs 'a', 'b', then 'c' (iteration order is not guaranteed). + */ + function forIn(object, iteratee) { + return object == null + ? object + : baseFor(object, getIteratee(iteratee, 3), keysIn); + } + + /** + * This method is like `_.forIn` except that it iterates over properties of + * `object` in the opposite order. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Object} Returns `object`. + * @see _.forIn + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.forInRight(new Foo, function(value, key) { + * console.log(key); + * }); + * // => Logs 'c', 'b', then 'a' assuming `_.forIn` logs 'a', 'b', then 'c'. + */ + function forInRight(object, iteratee) { + return object == null + ? object + : baseForRight(object, getIteratee(iteratee, 3), keysIn); + } + + /** + * Iterates over own enumerable string keyed properties of an object and + * invokes `iteratee` for each property. The iteratee is invoked with three + * arguments: (value, key, object). Iteratee functions may exit iteration + * early by explicitly returning `false`. + * + * @static + * @memberOf _ + * @since 0.3.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Object} Returns `object`. + * @see _.forOwnRight + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.forOwn(new Foo, function(value, key) { + * console.log(key); + * }); + * // => Logs 'a' then 'b' (iteration order is not guaranteed). + */ + function forOwn(object, iteratee) { + return object && baseForOwn(object, getIteratee(iteratee, 3)); + } + + /** + * This method is like `_.forOwn` except that it iterates over properties of + * `object` in the opposite order. + * + * @static + * @memberOf _ + * @since 2.0.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Object} Returns `object`. + * @see _.forOwn + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.forOwnRight(new Foo, function(value, key) { + * console.log(key); + * }); + * // => Logs 'b' then 'a' assuming `_.forOwn` logs 'a' then 'b'. + */ + function forOwnRight(object, iteratee) { + return object && baseForOwnRight(object, getIteratee(iteratee, 3)); + } + + /** + * Creates an array of function property names from own enumerable properties + * of `object`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to inspect. + * @returns {Array} Returns the function names. + * @see _.functionsIn + * @example + * + * function Foo() { + * this.a = _.constant('a'); + * this.b = _.constant('b'); + * } + * + * Foo.prototype.c = _.constant('c'); + * + * _.functions(new Foo); + * // => ['a', 'b'] + */ + function functions(object) { + return object == null ? [] : baseFunctions(object, keys(object)); + } + + /** + * Creates an array of function property names from own and inherited + * enumerable properties of `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The object to inspect. + * @returns {Array} Returns the function names. + * @see _.functions + * @example + * + * function Foo() { + * this.a = _.constant('a'); + * this.b = _.constant('b'); + * } + * + * Foo.prototype.c = _.constant('c'); + * + * _.functionsIn(new Foo); + * // => ['a', 'b', 'c'] + */ + function functionsIn(object) { + return object == null ? [] : baseFunctions(object, keysIn(object)); + } + + /** + * Gets the value at `path` of `object`. If the resolved value is + * `undefined`, the `defaultValue` is returned in its place. + * + * @static + * @memberOf _ + * @since 3.7.0 + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path of the property to get. + * @param {*} [defaultValue] The value returned for `undefined` resolved values. + * @returns {*} Returns the resolved value. + * @example + * + * var object = { 'a': [{ 'b': { 'c': 3 } }] }; + * + * _.get(object, 'a[0].b.c'); + * // => 3 + * + * _.get(object, ['a', '0', 'b', 'c']); + * // => 3 + * + * _.get(object, 'a.b.c', 'default'); + * // => 'default' + */ + function get(object, path, defaultValue) { + var result = object == null ? undefined : baseGet(object, path); + return result === undefined ? defaultValue : result; + } + + /** + * Checks if `path` is a direct property of `object`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path to check. + * @returns {boolean} Returns `true` if `path` exists, else `false`. + * @example + * + * var object = { 'a': { 'b': 2 } }; + * var other = _.create({ 'a': _.create({ 'b': 2 }) }); + * + * _.has(object, 'a'); + * // => true + * + * _.has(object, 'a.b'); + * // => true + * + * _.has(object, ['a', 'b']); + * // => true + * + * _.has(other, 'a'); + * // => false + */ + function has(object, path) { + return object != null && hasPath(object, path, baseHas); + } + + /** + * Checks if `path` is a direct or inherited property of `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path to check. + * @returns {boolean} Returns `true` if `path` exists, else `false`. + * @example + * + * var object = _.create({ 'a': _.create({ 'b': 2 }) }); + * + * _.hasIn(object, 'a'); + * // => true + * + * _.hasIn(object, 'a.b'); + * // => true + * + * _.hasIn(object, ['a', 'b']); + * // => true + * + * _.hasIn(object, 'b'); + * // => false + */ + function hasIn(object, path) { + return object != null && hasPath(object, path, baseHasIn); + } + + /** + * Creates an object composed of the inverted keys and values of `object`. + * If `object` contains duplicate values, subsequent values overwrite + * property assignments of previous values. + * + * @static + * @memberOf _ + * @since 0.7.0 + * @category Object + * @param {Object} object The object to invert. + * @returns {Object} Returns the new inverted object. + * @example + * + * var object = { 'a': 1, 'b': 2, 'c': 1 }; + * + * _.invert(object); + * // => { '1': 'c', '2': 'b' } + */ + var invert = createInverter(function(result, value, key) { + if (value != null && + typeof value.toString != 'function') { + value = nativeObjectToString.call(value); + } + + result[value] = key; + }, constant(identity)); + + /** + * This method is like `_.invert` except that the inverted object is generated + * from the results of running each element of `object` thru `iteratee`. The + * corresponding inverted value of each inverted key is an array of keys + * responsible for generating the inverted value. The iteratee is invoked + * with one argument: (value). + * + * @static + * @memberOf _ + * @since 4.1.0 + * @category Object + * @param {Object} object The object to invert. + * @param {Function} [iteratee=_.identity] The iteratee invoked per element. + * @returns {Object} Returns the new inverted object. + * @example + * + * var object = { 'a': 1, 'b': 2, 'c': 1 }; + * + * _.invertBy(object); + * // => { '1': ['a', 'c'], '2': ['b'] } + * + * _.invertBy(object, function(value) { + * return 'group' + value; + * }); + * // => { 'group1': ['a', 'c'], 'group2': ['b'] } + */ + var invertBy = createInverter(function(result, value, key) { + if (value != null && + typeof value.toString != 'function') { + value = nativeObjectToString.call(value); + } + + if (hasOwnProperty.call(result, value)) { + result[value].push(key); + } else { + result[value] = [key]; + } + }, getIteratee); + + /** + * Invokes the method at `path` of `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path of the method to invoke. + * @param {...*} [args] The arguments to invoke the method with. + * @returns {*} Returns the result of the invoked method. + * @example + * + * var object = { 'a': [{ 'b': { 'c': [1, 2, 3, 4] } }] }; + * + * _.invoke(object, 'a[0].b.c.slice', 1, 3); + * // => [2, 3] + */ + var invoke = baseRest(baseInvoke); + + /** + * Creates an array of the own enumerable property names of `object`. + * + * **Note:** Non-object values are coerced to objects. See the + * [ES spec](http://ecma-international.org/ecma-262/7.0/#sec-object.keys) + * for more details. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.keys(new Foo); + * // => ['a', 'b'] (iteration order is not guaranteed) + * + * _.keys('hi'); + * // => ['0', '1'] + */ + function keys(object) { + return isArrayLike(object) ? arrayLikeKeys(object) : baseKeys(object); + } + + /** + * Creates an array of the own and inherited enumerable property names of `object`. + * + * **Note:** Non-object values are coerced to objects. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property names. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.keysIn(new Foo); + * // => ['a', 'b', 'c'] (iteration order is not guaranteed) + */ + function keysIn(object) { + return isArrayLike(object) ? arrayLikeKeys(object, true) : baseKeysIn(object); + } + + /** + * The opposite of `_.mapValues`; this method creates an object with the + * same values as `object` and keys generated by running each own enumerable + * string keyed property of `object` thru `iteratee`. The iteratee is invoked + * with three arguments: (value, key, object). + * + * @static + * @memberOf _ + * @since 3.8.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Object} Returns the new mapped object. + * @see _.mapValues + * @example + * + * _.mapKeys({ 'a': 1, 'b': 2 }, function(value, key) { + * return key + value; + * }); + * // => { 'a1': 1, 'b2': 2 } + */ + function mapKeys(object, iteratee) { + var result = {}; + iteratee = getIteratee(iteratee, 3); + + baseForOwn(object, function(value, key, object) { + baseAssignValue(result, iteratee(value, key, object), value); + }); + return result; + } + + /** + * Creates an object with the same keys as `object` and values generated + * by running each own enumerable string keyed property of `object` thru + * `iteratee`. The iteratee is invoked with three arguments: + * (value, key, object). + * + * @static + * @memberOf _ + * @since 2.4.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @returns {Object} Returns the new mapped object. + * @see _.mapKeys + * @example + * + * var users = { + * 'fred': { 'user': 'fred', 'age': 40 }, + * 'pebbles': { 'user': 'pebbles', 'age': 1 } + * }; + * + * _.mapValues(users, function(o) { return o.age; }); + * // => { 'fred': 40, 'pebbles': 1 } (iteration order is not guaranteed) + * + * // The `_.property` iteratee shorthand. + * _.mapValues(users, 'age'); + * // => { 'fred': 40, 'pebbles': 1 } (iteration order is not guaranteed) + */ + function mapValues(object, iteratee) { + var result = {}; + iteratee = getIteratee(iteratee, 3); + + baseForOwn(object, function(value, key, object) { + baseAssignValue(result, key, iteratee(value, key, object)); + }); + return result; + } + + /** + * This method is like `_.assign` except that it recursively merges own and + * inherited enumerable string keyed properties of source objects into the + * destination object. Source properties that resolve to `undefined` are + * skipped if a destination value exists. Array and plain object properties + * are merged recursively. Other objects and value types are overridden by + * assignment. Source objects are applied from left to right. Subsequent + * sources overwrite property assignments of previous sources. + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 0.5.0 + * @category Object + * @param {Object} object The destination object. + * @param {...Object} [sources] The source objects. + * @returns {Object} Returns `object`. + * @example + * + * var object = { + * 'a': [{ 'b': 2 }, { 'd': 4 }] + * }; + * + * var other = { + * 'a': [{ 'c': 3 }, { 'e': 5 }] + * }; + * + * _.merge(object, other); + * // => { 'a': [{ 'b': 2, 'c': 3 }, { 'd': 4, 'e': 5 }] } + */ + var merge = createAssigner(function(object, source, srcIndex) { + baseMerge(object, source, srcIndex); + }); + + /** + * This method is like `_.merge` except that it accepts `customizer` which + * is invoked to produce the merged values of the destination and source + * properties. If `customizer` returns `undefined`, merging is handled by the + * method instead. The `customizer` is invoked with six arguments: + * (objValue, srcValue, key, object, source, stack). + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The destination object. + * @param {...Object} sources The source objects. + * @param {Function} customizer The function to customize assigned values. + * @returns {Object} Returns `object`. + * @example + * + * function customizer(objValue, srcValue) { + * if (_.isArray(objValue)) { + * return objValue.concat(srcValue); + * } + * } + * + * var object = { 'a': [1], 'b': [2] }; + * var other = { 'a': [3], 'b': [4] }; + * + * _.mergeWith(object, other, customizer); + * // => { 'a': [1, 3], 'b': [2, 4] } + */ + var mergeWith = createAssigner(function(object, source, srcIndex, customizer) { + baseMerge(object, source, srcIndex, customizer); + }); + + /** + * The opposite of `_.pick`; this method creates an object composed of the + * own and inherited enumerable property paths of `object` that are not omitted. + * + * **Note:** This method is considerably slower than `_.pick`. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The source object. + * @param {...(string|string[])} [paths] The property paths to omit. + * @returns {Object} Returns the new object. + * @example + * + * var object = { 'a': 1, 'b': '2', 'c': 3 }; + * + * _.omit(object, ['a', 'c']); + * // => { 'b': '2' } + */ + var omit = flatRest(function(object, paths) { + var result = {}; + if (object == null) { + return result; + } + var isDeep = false; + paths = arrayMap(paths, function(path) { + path = castPath(path, object); + isDeep || (isDeep = path.length > 1); + return path; + }); + copyObject(object, getAllKeysIn(object), result); + if (isDeep) { + result = baseClone(result, CLONE_DEEP_FLAG | CLONE_FLAT_FLAG | CLONE_SYMBOLS_FLAG, customOmitClone); + } + var length = paths.length; + while (length--) { + baseUnset(result, paths[length]); + } + return result; + }); + + /** + * The opposite of `_.pickBy`; this method creates an object composed of + * the own and inherited enumerable string keyed properties of `object` that + * `predicate` doesn't return truthy for. The predicate is invoked with two + * arguments: (value, key). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The source object. + * @param {Function} [predicate=_.identity] The function invoked per property. + * @returns {Object} Returns the new object. + * @example + * + * var object = { 'a': 1, 'b': '2', 'c': 3 }; + * + * _.omitBy(object, _.isNumber); + * // => { 'b': '2' } + */ + function omitBy(object, predicate) { + return pickBy(object, negate(getIteratee(predicate))); + } + + /** + * Creates an object composed of the picked `object` properties. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The source object. + * @param {...(string|string[])} [paths] The property paths to pick. + * @returns {Object} Returns the new object. + * @example + * + * var object = { 'a': 1, 'b': '2', 'c': 3 }; + * + * _.pick(object, ['a', 'c']); + * // => { 'a': 1, 'c': 3 } + */ + var pick = flatRest(function(object, paths) { + return object == null ? {} : basePick(object, paths); + }); + + /** + * Creates an object composed of the `object` properties `predicate` returns + * truthy for. The predicate is invoked with two arguments: (value, key). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The source object. + * @param {Function} [predicate=_.identity] The function invoked per property. + * @returns {Object} Returns the new object. + * @example + * + * var object = { 'a': 1, 'b': '2', 'c': 3 }; + * + * _.pickBy(object, _.isNumber); + * // => { 'a': 1, 'c': 3 } + */ + function pickBy(object, predicate) { + if (object == null) { + return {}; + } + var props = arrayMap(getAllKeysIn(object), function(prop) { + return [prop]; + }); + predicate = getIteratee(predicate); + return basePickBy(object, props, function(value, path) { + return predicate(value, path[0]); + }); + } + + /** + * This method is like `_.get` except that if the resolved value is a + * function it's invoked with the `this` binding of its parent object and + * its result is returned. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @param {Array|string} path The path of the property to resolve. + * @param {*} [defaultValue] The value returned for `undefined` resolved values. + * @returns {*} Returns the resolved value. + * @example + * + * var object = { 'a': [{ 'b': { 'c1': 3, 'c2': _.constant(4) } }] }; + * + * _.result(object, 'a[0].b.c1'); + * // => 3 + * + * _.result(object, 'a[0].b.c2'); + * // => 4 + * + * _.result(object, 'a[0].b.c3', 'default'); + * // => 'default' + * + * _.result(object, 'a[0].b.c3', _.constant('default')); + * // => 'default' + */ + function result(object, path, defaultValue) { + path = castPath(path, object); + + var index = -1, + length = path.length; + + // Ensure the loop is entered when path is empty. + if (!length) { + length = 1; + object = undefined; + } + while (++index < length) { + var value = object == null ? undefined : object[toKey(path[index])]; + if (value === undefined) { + index = length; + value = defaultValue; + } + object = isFunction(value) ? value.call(object) : value; + } + return object; + } + + /** + * Sets the value at `path` of `object`. If a portion of `path` doesn't exist, + * it's created. Arrays are created for missing index properties while objects + * are created for all other missing properties. Use `_.setWith` to customize + * `path` creation. + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 3.7.0 + * @category Object + * @param {Object} object The object to modify. + * @param {Array|string} path The path of the property to set. + * @param {*} value The value to set. + * @returns {Object} Returns `object`. + * @example + * + * var object = { 'a': [{ 'b': { 'c': 3 } }] }; + * + * _.set(object, 'a[0].b.c', 4); + * console.log(object.a[0].b.c); + * // => 4 + * + * _.set(object, ['x', '0', 'y', 'z'], 5); + * console.log(object.x[0].y.z); + * // => 5 + */ + function set(object, path, value) { + return object == null ? object : baseSet(object, path, value); + } + + /** + * This method is like `_.set` except that it accepts `customizer` which is + * invoked to produce the objects of `path`. If `customizer` returns `undefined` + * path creation is handled by the method instead. The `customizer` is invoked + * with three arguments: (nsValue, key, nsObject). + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The object to modify. + * @param {Array|string} path The path of the property to set. + * @param {*} value The value to set. + * @param {Function} [customizer] The function to customize assigned values. + * @returns {Object} Returns `object`. + * @example + * + * var object = {}; + * + * _.setWith(object, '[0][1]', 'a', Object); + * // => { '0': { '1': 'a' } } + */ + function setWith(object, path, value, customizer) { + customizer = typeof customizer == 'function' ? customizer : undefined; + return object == null ? object : baseSet(object, path, value, customizer); + } + + /** + * Creates an array of own enumerable string keyed-value pairs for `object` + * which can be consumed by `_.fromPairs`. If `object` is a map or set, its + * entries are returned. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @alias entries + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the key-value pairs. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.toPairs(new Foo); + * // => [['a', 1], ['b', 2]] (iteration order is not guaranteed) + */ + var toPairs = createToPairs(keys); + + /** + * Creates an array of own and inherited enumerable string keyed-value pairs + * for `object` which can be consumed by `_.fromPairs`. If `object` is a map + * or set, its entries are returned. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @alias entriesIn + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the key-value pairs. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.toPairsIn(new Foo); + * // => [['a', 1], ['b', 2], ['c', 3]] (iteration order is not guaranteed) + */ + var toPairsIn = createToPairs(keysIn); + + /** + * An alternative to `_.reduce`; this method transforms `object` to a new + * `accumulator` object which is the result of running each of its own + * enumerable string keyed properties thru `iteratee`, with each invocation + * potentially mutating the `accumulator` object. If `accumulator` is not + * provided, a new object with the same `[[Prototype]]` will be used. The + * iteratee is invoked with four arguments: (accumulator, value, key, object). + * Iteratee functions may exit iteration early by explicitly returning `false`. + * + * @static + * @memberOf _ + * @since 1.3.0 + * @category Object + * @param {Object} object The object to iterate over. + * @param {Function} [iteratee=_.identity] The function invoked per iteration. + * @param {*} [accumulator] The custom accumulator value. + * @returns {*} Returns the accumulated value. + * @example + * + * _.transform([2, 3, 4], function(result, n) { + * result.push(n *= n); + * return n % 2 == 0; + * }, []); + * // => [4, 9] + * + * _.transform({ 'a': 1, 'b': 2, 'c': 1 }, function(result, value, key) { + * (result[value] || (result[value] = [])).push(key); + * }, {}); + * // => { '1': ['a', 'c'], '2': ['b'] } + */ + function transform(object, iteratee, accumulator) { + var isArr = isArray(object), + isArrLike = isArr || isBuffer(object) || isTypedArray(object); + + iteratee = getIteratee(iteratee, 4); + if (accumulator == null) { + var Ctor = object && object.constructor; + if (isArrLike) { + accumulator = isArr ? new Ctor : []; + } + else if (isObject(object)) { + accumulator = isFunction(Ctor) ? baseCreate(getPrototype(object)) : {}; + } + else { + accumulator = {}; + } + } + (isArrLike ? arrayEach : baseForOwn)(object, function(value, index, object) { + return iteratee(accumulator, value, index, object); + }); + return accumulator; + } + + /** + * Removes the property at `path` of `object`. + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Object + * @param {Object} object The object to modify. + * @param {Array|string} path The path of the property to unset. + * @returns {boolean} Returns `true` if the property is deleted, else `false`. + * @example + * + * var object = { 'a': [{ 'b': { 'c': 7 } }] }; + * _.unset(object, 'a[0].b.c'); + * // => true + * + * console.log(object); + * // => { 'a': [{ 'b': {} }] }; + * + * _.unset(object, ['a', '0', 'b', 'c']); + * // => true + * + * console.log(object); + * // => { 'a': [{ 'b': {} }] }; + */ + function unset(object, path) { + return object == null ? true : baseUnset(object, path); + } + + /** + * This method is like `_.set` except that accepts `updater` to produce the + * value to set. Use `_.updateWith` to customize `path` creation. The `updater` + * is invoked with one argument: (value). + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.6.0 + * @category Object + * @param {Object} object The object to modify. + * @param {Array|string} path The path of the property to set. + * @param {Function} updater The function to produce the updated value. + * @returns {Object} Returns `object`. + * @example + * + * var object = { 'a': [{ 'b': { 'c': 3 } }] }; + * + * _.update(object, 'a[0].b.c', function(n) { return n * n; }); + * console.log(object.a[0].b.c); + * // => 9 + * + * _.update(object, 'x[0].y.z', function(n) { return n ? n + 1 : 0; }); + * console.log(object.x[0].y.z); + * // => 0 + */ + function update(object, path, updater) { + return object == null ? object : baseUpdate(object, path, castFunction(updater)); + } + + /** + * This method is like `_.update` except that it accepts `customizer` which is + * invoked to produce the objects of `path`. If `customizer` returns `undefined` + * path creation is handled by the method instead. The `customizer` is invoked + * with three arguments: (nsValue, key, nsObject). + * + * **Note:** This method mutates `object`. + * + * @static + * @memberOf _ + * @since 4.6.0 + * @category Object + * @param {Object} object The object to modify. + * @param {Array|string} path The path of the property to set. + * @param {Function} updater The function to produce the updated value. + * @param {Function} [customizer] The function to customize assigned values. + * @returns {Object} Returns `object`. + * @example + * + * var object = {}; + * + * _.updateWith(object, '[0][1]', _.constant('a'), Object); + * // => { '0': { '1': 'a' } } + */ + function updateWith(object, path, updater, customizer) { + customizer = typeof customizer == 'function' ? customizer : undefined; + return object == null ? object : baseUpdate(object, path, castFunction(updater), customizer); + } + + /** + * Creates an array of the own enumerable string keyed property values of `object`. + * + * **Note:** Non-object values are coerced to objects. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property values. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.values(new Foo); + * // => [1, 2] (iteration order is not guaranteed) + * + * _.values('hi'); + * // => ['h', 'i'] + */ + function values(object) { + return object == null ? [] : baseValues(object, keys(object)); + } + + /** + * Creates an array of the own and inherited enumerable string keyed property + * values of `object`. + * + * **Note:** Non-object values are coerced to objects. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category Object + * @param {Object} object The object to query. + * @returns {Array} Returns the array of property values. + * @example + * + * function Foo() { + * this.a = 1; + * this.b = 2; + * } + * + * Foo.prototype.c = 3; + * + * _.valuesIn(new Foo); + * // => [1, 2, 3] (iteration order is not guaranteed) + */ + function valuesIn(object) { + return object == null ? [] : baseValues(object, keysIn(object)); + } + + /*------------------------------------------------------------------------*/ + + /** + * Clamps `number` within the inclusive `lower` and `upper` bounds. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category Number + * @param {number} number The number to clamp. + * @param {number} [lower] The lower bound. + * @param {number} upper The upper bound. + * @returns {number} Returns the clamped number. + * @example + * + * _.clamp(-10, -5, 5); + * // => -5 + * + * _.clamp(10, -5, 5); + * // => 5 + */ + function clamp(number, lower, upper) { + if (upper === undefined) { + upper = lower; + lower = undefined; + } + if (upper !== undefined) { + upper = toNumber(upper); + upper = upper === upper ? upper : 0; + } + if (lower !== undefined) { + lower = toNumber(lower); + lower = lower === lower ? lower : 0; + } + return baseClamp(toNumber(number), lower, upper); + } + + /** + * Checks if `n` is between `start` and up to, but not including, `end`. If + * `end` is not specified, it's set to `start` with `start` then set to `0`. + * If `start` is greater than `end` the params are swapped to support + * negative ranges. + * + * @static + * @memberOf _ + * @since 3.3.0 + * @category Number + * @param {number} number The number to check. + * @param {number} [start=0] The start of the range. + * @param {number} end The end of the range. + * @returns {boolean} Returns `true` if `number` is in the range, else `false`. + * @see _.range, _.rangeRight + * @example + * + * _.inRange(3, 2, 4); + * // => true + * + * _.inRange(4, 8); + * // => true + * + * _.inRange(4, 2); + * // => false + * + * _.inRange(2, 2); + * // => false + * + * _.inRange(1.2, 2); + * // => true + * + * _.inRange(5.2, 4); + * // => false + * + * _.inRange(-3, -2, -6); + * // => true + */ + function inRange(number, start, end) { + start = toFinite(start); + if (end === undefined) { + end = start; + start = 0; + } else { + end = toFinite(end); + } + number = toNumber(number); + return baseInRange(number, start, end); + } + + /** + * Produces a random number between the inclusive `lower` and `upper` bounds. + * If only one argument is provided a number between `0` and the given number + * is returned. If `floating` is `true`, or either `lower` or `upper` are + * floats, a floating-point number is returned instead of an integer. + * + * **Note:** JavaScript follows the IEEE-754 standard for resolving + * floating-point values which can produce unexpected results. + * + * @static + * @memberOf _ + * @since 0.7.0 + * @category Number + * @param {number} [lower=0] The lower bound. + * @param {number} [upper=1] The upper bound. + * @param {boolean} [floating] Specify returning a floating-point number. + * @returns {number} Returns the random number. + * @example + * + * _.random(0, 5); + * // => an integer between 0 and 5 + * + * _.random(5); + * // => also an integer between 0 and 5 + * + * _.random(5, true); + * // => a floating-point number between 0 and 5 + * + * _.random(1.2, 5.2); + * // => a floating-point number between 1.2 and 5.2 + */ + function random(lower, upper, floating) { + if (floating && typeof floating != 'boolean' && isIterateeCall(lower, upper, floating)) { + upper = floating = undefined; + } + if (floating === undefined) { + if (typeof upper == 'boolean') { + floating = upper; + upper = undefined; + } + else if (typeof lower == 'boolean') { + floating = lower; + lower = undefined; + } + } + if (lower === undefined && upper === undefined) { + lower = 0; + upper = 1; + } + else { + lower = toFinite(lower); + if (upper === undefined) { + upper = lower; + lower = 0; + } else { + upper = toFinite(upper); + } + } + if (lower > upper) { + var temp = lower; + lower = upper; + upper = temp; + } + if (floating || lower % 1 || upper % 1) { + var rand = nativeRandom(); + return nativeMin(lower + (rand * (upper - lower + freeParseFloat('1e-' + ((rand + '').length - 1)))), upper); + } + return baseRandom(lower, upper); + } + + /*------------------------------------------------------------------------*/ + + /** + * Converts `string` to [camel case](https://en.wikipedia.org/wiki/CamelCase). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to convert. + * @returns {string} Returns the camel cased string. + * @example + * + * _.camelCase('Foo Bar'); + * // => 'fooBar' + * + * _.camelCase('--foo-bar--'); + * // => 'fooBar' + * + * _.camelCase('__FOO_BAR__'); + * // => 'fooBar' + */ + var camelCase = createCompounder(function(result, word, index) { + word = word.toLowerCase(); + return result + (index ? capitalize(word) : word); + }); + + /** + * Converts the first character of `string` to upper case and the remaining + * to lower case. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to capitalize. + * @returns {string} Returns the capitalized string. + * @example + * + * _.capitalize('FRED'); + * // => 'Fred' + */ + function capitalize(string) { + return upperFirst(toString(string).toLowerCase()); + } + + /** + * Deburrs `string` by converting + * [Latin-1 Supplement](https://en.wikipedia.org/wiki/Latin-1_Supplement_(Unicode_block)#Character_table) + * and [Latin Extended-A](https://en.wikipedia.org/wiki/Latin_Extended-A) + * letters to basic Latin letters and removing + * [combining diacritical marks](https://en.wikipedia.org/wiki/Combining_Diacritical_Marks). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to deburr. + * @returns {string} Returns the deburred string. + * @example + * + * _.deburr('déjà vu'); + * // => 'deja vu' + */ + function deburr(string) { + string = toString(string); + return string && string.replace(reLatin, deburrLetter).replace(reComboMark, ''); + } + + /** + * Checks if `string` ends with the given target string. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to inspect. + * @param {string} [target] The string to search for. + * @param {number} [position=string.length] The position to search up to. + * @returns {boolean} Returns `true` if `string` ends with `target`, + * else `false`. + * @example + * + * _.endsWith('abc', 'c'); + * // => true + * + * _.endsWith('abc', 'b'); + * // => false + * + * _.endsWith('abc', 'b', 2); + * // => true + */ + function endsWith(string, target, position) { + string = toString(string); + target = baseToString(target); + + var length = string.length; + position = position === undefined + ? length + : baseClamp(toInteger(position), 0, length); + + var end = position; + position -= target.length; + return position >= 0 && string.slice(position, end) == target; + } + + /** + * Converts the characters "&", "<", ">", '"', and "'" in `string` to their + * corresponding HTML entities. + * + * **Note:** No other characters are escaped. To escape additional + * characters use a third-party library like [_he_](https://mths.be/he). + * + * Though the ">" character is escaped for symmetry, characters like + * ">" and "/" don't need escaping in HTML and have no special meaning + * unless they're part of a tag or unquoted attribute value. See + * [Mathias Bynens's article](https://mathiasbynens.be/notes/ambiguous-ampersands) + * (under "semi-related fun fact") for more details. + * + * When working with HTML you should always + * [quote attribute values](http://wonko.com/post/html-escaping) to reduce + * XSS vectors. + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category String + * @param {string} [string=''] The string to escape. + * @returns {string} Returns the escaped string. + * @example + * + * _.escape('fred, barney, & pebbles'); + * // => 'fred, barney, & pebbles' + */ + function escape(string) { + string = toString(string); + return (string && reHasUnescapedHtml.test(string)) + ? string.replace(reUnescapedHtml, escapeHtmlChar) + : string; + } + + /** + * Escapes the `RegExp` special characters "^", "$", "\", ".", "*", "+", + * "?", "(", ")", "[", "]", "{", "}", and "|" in `string`. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to escape. + * @returns {string} Returns the escaped string. + * @example + * + * _.escapeRegExp('[lodash](https://lodash.com/)'); + * // => '\[lodash\]\(https://lodash\.com/\)' + */ + function escapeRegExp(string) { + string = toString(string); + return (string && reHasRegExpChar.test(string)) + ? string.replace(reRegExpChar, '\\$&') + : string; + } + + /** + * Converts `string` to + * [kebab case](https://en.wikipedia.org/wiki/Letter_case#Special_case_styles). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to convert. + * @returns {string} Returns the kebab cased string. + * @example + * + * _.kebabCase('Foo Bar'); + * // => 'foo-bar' + * + * _.kebabCase('fooBar'); + * // => 'foo-bar' + * + * _.kebabCase('__FOO_BAR__'); + * // => 'foo-bar' + */ + var kebabCase = createCompounder(function(result, word, index) { + return result + (index ? '-' : '') + word.toLowerCase(); + }); + + /** + * Converts `string`, as space separated words, to lower case. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category String + * @param {string} [string=''] The string to convert. + * @returns {string} Returns the lower cased string. + * @example + * + * _.lowerCase('--Foo-Bar--'); + * // => 'foo bar' + * + * _.lowerCase('fooBar'); + * // => 'foo bar' + * + * _.lowerCase('__FOO_BAR__'); + * // => 'foo bar' + */ + var lowerCase = createCompounder(function(result, word, index) { + return result + (index ? ' ' : '') + word.toLowerCase(); + }); + + /** + * Converts the first character of `string` to lower case. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category String + * @param {string} [string=''] The string to convert. + * @returns {string} Returns the converted string. + * @example + * + * _.lowerFirst('Fred'); + * // => 'fred' + * + * _.lowerFirst('FRED'); + * // => 'fRED' + */ + var lowerFirst = createCaseFirst('toLowerCase'); + + /** + * Pads `string` on the left and right sides if it's shorter than `length`. + * Padding characters are truncated if they can't be evenly divided by `length`. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to pad. + * @param {number} [length=0] The padding length. + * @param {string} [chars=' '] The string used as padding. + * @returns {string} Returns the padded string. + * @example + * + * _.pad('abc', 8); + * // => ' abc ' + * + * _.pad('abc', 8, '_-'); + * // => '_-abc_-_' + * + * _.pad('abc', 3); + * // => 'abc' + */ + function pad(string, length, chars) { + string = toString(string); + length = toInteger(length); + + var strLength = length ? stringSize(string) : 0; + if (!length || strLength >= length) { + return string; + } + var mid = (length - strLength) / 2; + return ( + createPadding(nativeFloor(mid), chars) + + string + + createPadding(nativeCeil(mid), chars) + ); + } + + /** + * Pads `string` on the right side if it's shorter than `length`. Padding + * characters are truncated if they exceed `length`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category String + * @param {string} [string=''] The string to pad. + * @param {number} [length=0] The padding length. + * @param {string} [chars=' '] The string used as padding. + * @returns {string} Returns the padded string. + * @example + * + * _.padEnd('abc', 6); + * // => 'abc ' + * + * _.padEnd('abc', 6, '_-'); + * // => 'abc_-_' + * + * _.padEnd('abc', 3); + * // => 'abc' + */ + function padEnd(string, length, chars) { + string = toString(string); + length = toInteger(length); + + var strLength = length ? stringSize(string) : 0; + return (length && strLength < length) + ? (string + createPadding(length - strLength, chars)) + : string; + } + + /** + * Pads `string` on the left side if it's shorter than `length`. Padding + * characters are truncated if they exceed `length`. + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category String + * @param {string} [string=''] The string to pad. + * @param {number} [length=0] The padding length. + * @param {string} [chars=' '] The string used as padding. + * @returns {string} Returns the padded string. + * @example + * + * _.padStart('abc', 6); + * // => ' abc' + * + * _.padStart('abc', 6, '_-'); + * // => '_-_abc' + * + * _.padStart('abc', 3); + * // => 'abc' + */ + function padStart(string, length, chars) { + string = toString(string); + length = toInteger(length); + + var strLength = length ? stringSize(string) : 0; + return (length && strLength < length) + ? (createPadding(length - strLength, chars) + string) + : string; + } + + /** + * Converts `string` to an integer of the specified radix. If `radix` is + * `undefined` or `0`, a `radix` of `10` is used unless `value` is a + * hexadecimal, in which case a `radix` of `16` is used. + * + * **Note:** This method aligns with the + * [ES5 implementation](https://es5.github.io/#x15.1.2.2) of `parseInt`. + * + * @static + * @memberOf _ + * @since 1.1.0 + * @category String + * @param {string} string The string to convert. + * @param {number} [radix=10] The radix to interpret `value` by. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {number} Returns the converted integer. + * @example + * + * _.parseInt('08'); + * // => 8 + * + * _.map(['6', '08', '10'], _.parseInt); + * // => [6, 8, 10] + */ + function parseInt(string, radix, guard) { + if (guard || radix == null) { + radix = 0; + } else if (radix) { + radix = +radix; + } + return nativeParseInt(toString(string).replace(reTrimStart, ''), radix || 0); + } + + /** + * Repeats the given string `n` times. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to repeat. + * @param {number} [n=1] The number of times to repeat the string. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {string} Returns the repeated string. + * @example + * + * _.repeat('*', 3); + * // => '***' + * + * _.repeat('abc', 2); + * // => 'abcabc' + * + * _.repeat('abc', 0); + * // => '' + */ + function repeat(string, n, guard) { + if ((guard ? isIterateeCall(string, n, guard) : n === undefined)) { + n = 1; + } else { + n = toInteger(n); + } + return baseRepeat(toString(string), n); + } + + /** + * Replaces matches for `pattern` in `string` with `replacement`. + * + * **Note:** This method is based on + * [`String#replace`](https://mdn.io/String/replace). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category String + * @param {string} [string=''] The string to modify. + * @param {RegExp|string} pattern The pattern to replace. + * @param {Function|string} replacement The match replacement. + * @returns {string} Returns the modified string. + * @example + * + * _.replace('Hi Fred', 'Fred', 'Barney'); + * // => 'Hi Barney' + */ + function replace() { + var args = arguments, + string = toString(args[0]); + + return args.length < 3 ? string : string.replace(args[1], args[2]); + } + + /** + * Converts `string` to + * [snake case](https://en.wikipedia.org/wiki/Snake_case). + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to convert. + * @returns {string} Returns the snake cased string. + * @example + * + * _.snakeCase('Foo Bar'); + * // => 'foo_bar' + * + * _.snakeCase('fooBar'); + * // => 'foo_bar' + * + * _.snakeCase('--FOO-BAR--'); + * // => 'foo_bar' + */ + var snakeCase = createCompounder(function(result, word, index) { + return result + (index ? '_' : '') + word.toLowerCase(); + }); + + /** + * Splits `string` by `separator`. + * + * **Note:** This method is based on + * [`String#split`](https://mdn.io/String/split). + * + * @static + * @memberOf _ + * @since 4.0.0 + * @category String + * @param {string} [string=''] The string to split. + * @param {RegExp|string} separator The separator pattern to split by. + * @param {number} [limit] The length to truncate results to. + * @returns {Array} Returns the string segments. + * @example + * + * _.split('a-b-c', '-', 2); + * // => ['a', 'b'] + */ + function split(string, separator, limit) { + if (limit && typeof limit != 'number' && isIterateeCall(string, separator, limit)) { + separator = limit = undefined; + } + limit = limit === undefined ? MAX_ARRAY_LENGTH : limit >>> 0; + if (!limit) { + return []; + } + string = toString(string); + if (string && ( + typeof separator == 'string' || + (separator != null && !isRegExp(separator)) + )) { + separator = baseToString(separator); + if (!separator && hasUnicode(string)) { + return castSlice(stringToArray(string), 0, limit); + } + } + return string.split(separator, limit); + } + + /** + * Converts `string` to + * [start case](https://en.wikipedia.org/wiki/Letter_case#Stylistic_or_specialised_usage). + * + * @static + * @memberOf _ + * @since 3.1.0 + * @category String + * @param {string} [string=''] The string to convert. + * @returns {string} Returns the start cased string. + * @example + * + * _.startCase('--foo-bar--'); + * // => 'Foo Bar' + * + * _.startCase('fooBar'); + * // => 'Foo Bar' + * + * _.startCase('__FOO_BAR__'); + * // => 'FOO BAR' + */ + var startCase = createCompounder(function(result, word, index) { + return result + (index ? ' ' : '') + upperFirst(word); + }); + + /** + * Checks if `string` starts with the given target string. + * + * @static + * @memberOf _ + * @since 3.0.0 + * @category String + * @param {string} [string=''] The string to inspect. + * @param {string} [target] The string to search for. + * @param {number} [position=0] The position to search from. + * @returns {boolean} Returns `true` if `string` starts with `target`, + * else `false`. + * @example + * + * _.startsWith('abc', 'a'); + * // => true + * + * _.startsWith('abc', 'b'); + * // => false + * + * _.startsWith('abc', 'b', 1); + * // => true + */ + function startsWith(string, target, position) { + string = toString(string); + position = position == null + ? 0 + : baseClamp(toInteger(position), 0, string.length); + + target = baseToString(target); + return string.slice(position, position + target.length) == target; + } + + /** + * Creates a compiled template function that can interpolate data properties + * in "interpolate" delimiters, HTML-escape interpolated data properties in + * "escape" delimiters, and execute JavaScript in "evaluate" delimiters. Data + * properties may be accessed as free variables in the template. If a setting + * object is given, it takes precedence over `_.templateSettings` values. + * + * **Note:** In the development build `_.template` utilizes + * [sourceURLs](http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/#toc-sourceurl) + * for easier debugging. + * + * For more information on precompiling templates see + * [lodash's custom builds documentation](https://lodash.com/custom-builds). + * + * For more information on Chrome extension sandboxes see + * [Chrome's extensions documentation](https://developer.chrome.com/extensions/sandboxingEval). + * + * @static + * @since 0.1.0 + * @memberOf _ + * @category String + * @param {string} [string=''] The template string. + * @param {Object} [options={}] The options object. + * @param {RegExp} [options.escape=_.templateSettings.escape] + * The HTML "escape" delimiter. + * @param {RegExp} [options.evaluate=_.templateSettings.evaluate] + * The "evaluate" delimiter. + * @param {Object} [options.imports=_.templateSettings.imports] + * An object to import into the template as free variables. + * @param {RegExp} [options.interpolate=_.templateSettings.interpolate] + * The "interpolate" delimiter. + * @param {string} [options.sourceURL='lodash.templateSources[n]'] + * The sourceURL of the compiled template. + * @param {string} [options.variable='obj'] + * The data object variable name. + * @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`. + * @returns {Function} Returns the compiled template function. + * @example + * + * // Use the "interpolate" delimiter to create a compiled template. + * var compiled = _.template('hello <%= user %>!'); + * compiled({ 'user': 'fred' }); + * // => 'hello fred!' + * + * // Use the HTML "escape" delimiter to escape data property values. + * var compiled = _.template('<%- value %>'); + * compiled({ 'value': ' + + + + + + + +
+ + +
+ +
+
+

+ + <%= headerTitle %> +
<%= headerSub %>
+

+
+
+ +
+ <% for (var i=1, l=sections.length; i + <% var section = sections[i]; %> + <% var NOOP = section.docsText.match(/^NOOP/); %> + <% if (!NOOP) { %> + <% var heading = section.docsText.match(/^# ([^\(\)]*)(\(\))?\n/); %> + <% var headingID = heading ? heading[1] : '' %> +
+
+ <% docsHtml = section.docsHtml %> + + + + <%= docsHtml %> +
+ <% if (section.codeText.replace(/\s/gm, '') != '') { %> +
<%= section.codeHtml %>
+ <% } %> +
+ <% } %> + <% } %> +
+
+
+ + diff --git a/docs/node_modules/ruby/.publish/index.html b/docs/node_modules/ruby/.publish/index.html new file mode 100644 index 0000000..cc7fa09 --- /dev/null +++ b/docs/node_modules/ruby/.publish/index.html @@ -0,0 +1,339 @@ + + + + + + + + + + Ruby for Node + + + + + + + + + + + + + +
+ + +
+ +
+
+

+ + Ruby for Node +
Helper methods from ruby ported to Node.
+

+
+
+ +
+ + + + + + + + + + +
+
+ + + + +

Getting Started

+
npm install ruby --save
+
+
let r = require('ruby');
+
+let words = r.w('I am not throwing away my shot!');
+words; // ['I', 'am', 'not', 'throwing', 'away', 'my', 'shot!']
+
+ +
+ +
+ + + + + + + + + + + +
+
+ + + + +

$stdout - Docs

+

A collection of methods that output to stdout. All the methods +are available both on the $stdout object and as standalone methods.

+ + +
+ +
    this.$stdout = new $Stdout();
+    assign(this, this.$stdout);
+ +
+ + + + + + + +
+
+ + + + +

int - Docs

+ + +
+ +
    this.int = new _Integer();
+ +
+ + + + + + + +
+
+ + + + +

str - Docs

+ + +
+ +
    this.str = new _String();
+ +
+ + + + + + + +
+
+ + + + +

Percent Strings - Docs

+ + +
+ +
    assign(this, new PercentStrings());
+ +
+ + + + + + + + + + + +
+
+ + + + +

add_methods_to_number_prototype

+

If you’d like the Integer Methods as attributes on any number, just run this method.

+
ruby.add_methods_to_number_prototype();
+
+ +
+ +
  add_methods_to_number_prototype () {
+    _addMethodsToPrototype(Number.prototype, this.int);
+  }
+ +
+ + + + + + + +
+
+ + + + +

add_methods_to_string_prototype

+

If you’d like the String Methods as attributes on any string, just run this method.

+
ruby.add_methods_to_string_prototype();
+
+ +
+ +
  add_methods_to_string_prototype () {
+    _addMethodsToPrototype(String.prototype, this.str);
+  }
+ +
+ + + + + + + + + + + +
+
+ + + + +

More than one argument indicates that the second is a block

+ +
+ +
    if (method.length > 1) {
+      prototype[method_name] = _generate_method_with_block(method);
+    } else {
+      Object.defineProperty(
+        prototype,
+        method_name,
+        { get: method }
+      );
+    }
+  });
+}
+
+export default new Ruby();
+ +
+ + +
+
+
+ + diff --git a/docs/node_modules/ruby/.publish/integer.html b/docs/node_modules/ruby/.publish/integer.html new file mode 100644 index 0000000..7046f1b --- /dev/null +++ b/docs/node_modules/ruby/.publish/integer.html @@ -0,0 +1,573 @@ + + + + + + + + + + Integer + + + + + + + + + + + + + +
+ + +
+ +
+
+

+ + Integer +
The final countdown.
+

+
+
+ +
+ + + + + + +
+
+ + + + +

Methods

+ +

These can be called through the int object on ruby:

+
ruby.int.even(5); // false
+
+

Or, if you call the add_methods_to_number_prototype method, you can call each applicable method as a property on any number.

+
ruby = require('ruby');
+ruby.add_methods_to_number_prototype();
+
+let number = 5;
+number.odd; // true
+
+

Note: because Javascript will interpret a . after a number as a float, you cannot call the properties directly on the number or you will get a syntax error. Instead, you can call the property like this:

+
// set a variable
+let number = 5;
+number.odd; // true
+
+// use the .. notation
+5..odd; // true
+
+// surround it in ()
+(5).odd; //true
+
+

The examples below will always use the prototype version, unless otherwise specified.

+ +
+ +
export default class _Integer {
+  constructor () {
+    this.even = even;
+    this.even_questionmark = this.even;
+    this.gcd = gcd;
+    this.gcdlcm = gcdlcm;
+    this.lcm = lcm;
+    this.next = next;
+    this.odd = odd;
+    this.odd_questionmark = this.odd;
+    this.pred = pred;
+    this.succ = this.next;
+    this.times = times;
+    this.upto = upto;
+    this.to_i = to_i;
+  }
+}
+ +
+ + + + + + + +
+
+ + + + +

even

+

Returns true if number is even.

+

even_questionmark is an alias of even.

+
let is_even = (4).even;
+is_even; // true
+
+is_even = (5).even;
+is_even; // false
+
+ +
+ +
function even(num) {
+  num = num || this;
+
+  return num % 2 === 0;
+}
+ +
+ + + + + + + +
+
+ + + + +

gcd

+

Returns the greatest common divisor (always positive).

+
(2).gcd(2); // 2
+(3).gcd(-7); // 1
+
+

(0).gcd(x) and x.gcd(0) return abs(x).

+
(0).gcd(-7); // 7
+(7).gcd(0); // 7
+
+ +
+ +
function gcd(number_1, number_2) {
+  if (isUndefined(number_1)) number_1 = this;
+
+  if (number_2) {
+    return gcd(number_2, number_1 % number_2);
+  } else {
+    return Math.abs(number_1);
+  }
+}
+ +
+ + + + + + + +
+
+ + + + +

gcdlcm

+

Returns an array. The first element is the greatest common divisor and the second is the least common multiple.

+
(2).gcdlcm(2); // [2, 2]
+(3).gcdlcm(-7); // [1, 21]
+
+ +
+ +
function gcdlcm(number_1, number_2) {
+  if (isUndefined(number_1)) number_1 = this;
+
+  let greatest_common_divisor = gcd(number_1, number_2);
+  let least_common_multiple = lcm(number_1, number_2);
+
+  return [greatest_common_divisor, least_common_multiple];
+}
+ +
+ + + + + + + +
+
+ + + + +

lcm

+

Returns the least common multiple (always positive).

+
(2).lcm(2); // 2
+(3).lcm(-7); // 21
+
+

(0).lcm(x) and x.lcm(0) return zero.

+
(0).gcd(-7); // 0
+(7).gcd(0); // 0
+
+ +
+ +
function lcm(number_1, number_2) {
+  if (isUndefined(number_1)) number_1 = this;
+
+  let top_of_equation = Math.abs(number_1 * number_2);
+  let bottom_of_equation = gcd(number_1, number_2);
+
+  return top_of_equation / bottom_of_equation;
+}
+ +
+ + + + + + + + + + + + + + + +
+
+ + + + +

odd

+

Returns true if number is odd.

+

odd_questionmark is an alias of odd.

+
let is_odd = (4).odd;
+is_odd; // true
+
+is_odd = (5).odd;
+is_odd; // false
+
+ +
+ +
function odd(num) {
+  num = num || this;
+
+  return num % 2 != 0;
+}
+ +
+ + + + + + + +
+
+ + + + +

pred

+

Returns the Integer equal to int - 1.

+
let previous_number = (1).pred;
+previous_number; // 0
+
+previous_number = (-1).pred;
+previous_number; // -2
+
+ +
+ +
function pred(num) {
+  num = num || this;
+
+  return num - 1;
+}
+ +
+ + + + + + + +
+
+ + + + +

times

+

As int is already a Number, all these methods simply return the receiver.

+
let x = [];
+let number = (5).times((n) => {
+  x.push(n);
+});
+
+x; // [0, 1, 2, 3, 4]
+
+ +
+ +
function times(num, block) {
+  num = num || this;
+
+  _times(num, block);
+}
+ +
+ + + + + + + +
+
+ + + + +

upto

+

Iterates the given block, passing in integer values from int up to and including limit.

+
let x = [];
+let number = (5).upto(10, (n) => {
+  x.push(n);
+});
+
+x; // [5, 6, 7, 8, 9, 10]
+
+ +
+ +
function upto(original_number, upto_number, block) {
+  original_number = original_number  || this;
+
+  for (var i = original_number; i <= upto_number; i++) {
+    block(i);
+  }
+}
+ +
+ + + + + + + +
+
+ + + + +

to_i

+

As int is already a Number, all these methods simply return the receiver.

+
let number = 1;
+number.to_i; // 1
+
+ +
+ +
function to_i(num) {
+  num = num || this;
+
+  return num;
+}
+ +
+ + +
+
+
+ + diff --git a/docs/node_modules/ruby/.publish/percent_strings.html b/docs/node_modules/ruby/.publish/percent_strings.html new file mode 100644 index 0000000..132d219 --- /dev/null +++ b/docs/node_modules/ruby/.publish/percent_strings.html @@ -0,0 +1,182 @@ + + + + + + + + + + Percent Strings + + + + + + + + + + + + + +
+ + +
+ +
+
+

+ + Percent Strings +
Only a percent of a string.
+

+
+
+ +
+ + + + + + +
+
+ + + + +

Methods

+

Inspired by Ruby’s Percent Strings

+ + +
+ +
export default class PercentStrings {
+  constructor () {
+    this.w = w;
+    this.percent_w = percent_w;
+  }
+}
+ +
+ + + + + + + +
+
+ + + + +

w()

+

Inspired by Ruby’s %w.

+

Takes in a string as an argument and converts it to an array, deliminated by spaces.

+
import {w} from 'ruby';
+
+let words = w('Hercules Mulligan!');
+words; // ['Hercules', 'Mulligan!'];
+
+

Takes an options hash where you can specify a specific delimeter. Use this if you need an element to contain whitespaces, as escaping the white space character will not work.

+
let my_shot = 'I am not throwing away my shot.';
+let words = w(my_shot, { delimiter: 'not' });
+words; // ['I am ', ' throwing away my shot.'];
+
+ +
+ +
function w (words, options={}) {
+  let delimiter = options.delimiter || ' ';
+  let wordsArray = words.split(delimiter);
+
+  return wordsArray;
+}
+ +
+ + + + + + + +
+
+ + + + +

percent_w()

+

An alias for w. Javascript doesn’t allow methods to start with a % sign 😢

+
import {percent_w} from 'ruby';
+
+let you_say = percent_w('You say the price of my love\'s not a price that you\'re willing to pay.');
+you_say; // ['You', 'say', 'the', 'price', 'of', 'my', 'love\'s', 'not', 'a', 'price', 'that', 'you\'re', 'willing', 'to', 'pay.']
+
+ +
+ +
let percent_w = w;
+ +
+ + +
+
+
+ + diff --git a/docs/node_modules/ruby/.publish/stdout.html b/docs/node_modules/ruby/.publish/stdout.html new file mode 100644 index 0000000..3895bde --- /dev/null +++ b/docs/node_modules/ruby/.publish/stdout.html @@ -0,0 +1,303 @@ + + + + + + + + + + $stdout + + + + + + + + + + + + + +
+ + +
+ +
+
+

+ + $stdout +
Get the stdout!
+

+
+
+ +
+ + + + + + +
+
+ + + + +

Methods

+ + +
+ +
export default class $Stdout {
+  constructor () {
+    this.putc = putc;
+    this.puts = puts;
+  }
+}
+ +
+ + + + + + + +
+
+ + + + +

putc()

+
import { putc } from 'ruby';
+
+

Prints a character to stdout. Only prints the first letter of the string and only takes in a single string or number.

+
putc('ABC');
+// A
+
+

Prints the character equivalent of the number that is passed in.

+
putc(65);
+// A
+
+

Does not print new new lines.

+
putc('A');
+putc('B');
+putc('C');
+// ABC
+
+

Returns the original argument

+
let word = putc('ABC');
+word; // 'ABC'
+
+ +
+ +
function putc (arg) {
+  if (arguments.length !== 1) {
+    throw `ArgumentError: wrong number of arguments (${arguments.length} for 1)`;
+  }
+
+  if (!(isNumber(arg) || isString(arg))) {
+    throw `no implicit conversion of ${typeof arg} into Integer (TypeError)`;
+  }
+
+  let output;
+
+  if (isString(arg)) {
+    output = arg.slice(0, 1);
+  } else {
+    output = String.fromCharCode(arg);
+  }
+
+  process.stdout.write(output);
+
+  return arg;
+}
+ +
+ + + + + + + +
+
+ + + + +

puts()

+
import {puts} from 'ruby';
+
+

Strings

+

Prints the string to stdout

+
puts('this is a test');
+// this is a test
+
+

Numbers

+

Prints the number to stdout

+
puts(10);
+// 10
+
+

Boolean

+

Prints the boolean to stdout

+
puts(true);
+// true
+
+

Regex

+

Prints the regex in the form (?-mix:the_regex)

+
let regex = /^this is a test$/;
+puts(regex);
+// (?-mix:^this is a test$)
+
+

Undefined or Null

+

Prints an empty string to stdout

+
puts(null);
+// ''
+
+puts(undefined);
+// ''
+
+

NaN

+

Prints the string NaN

+
puts(NaN);
+// NaN
+
+puts(0/0);
+// NaN
+
+

Error

+

Prints the string NaN

+
puts(NaN);
+// NaN
+
+puts(0/0);
+// NaN
+
+

Arrays

+

Prints each element to stdout on a new line

+
puts(['this', 'is', 'a', 'test']);
+// this
+// is
+// a
+// test
+
+

Plain Objects

+

Prints the string version of objects that inherit directly from the Object prototype

+
puts({this_is: 'a test'});
+// { this_is: 'a test' }
+
+

Other Objects

+

Prints the object’s construtor’s name in the form: #<ClassName>. Unfortunately, javascript does not expose the memory location of the object, so that can not be added as a reference id to the ouput.

+
puts(ruby.$stdout);
+// #<$Stdout>
+
+

Functions

+

Prints the function’s construtor’s name in the form: #<Name>.

+
puts(function () { return 'this is a test'});
+// #<Function>
+
+

Multiple Arguments

+

If multiple arguments are passed in, they’ll be printed to stdout separated by new lines

+
puts('this', 'is', 'a', 'test', ruby.$stdout);
+// this
+// is
+// a
+// test
+// #<$Stdout>
+
+ +
+ +
function puts () {
+  each(arguments, (arg) => {
+    if (isString(arg) || isNumber(arg) || isBoolean(arg)) {
+      _printWithNewLine(String(arg));
+    } else if (isNull(arg) || isUndefined(arg)) {
+      _printWithNewLine('');
+    } else if (isRegExp(arg)) {
+      let stringifiedRegEx = _convertRegexToString(arg);
+      _printWithNewLine(stringifiedRegEx);
+    } else if (arg instanceof Error) {
+      let stringifiedError = _convertErrorToString(arg);
+      _printWithNewLine(stringifiedError);
+    } else if (isArray(arg)) {
+      each(arg, (element) => {
+        puts(element);
+      });
+    } else if (!isPlainObject(arg) && isObject(arg)) {
+      _printWithNewLine(`#<${arg.constructor.name}>`);
+    } else {
+      console.log(arg); // hack to make plain objects print semi-correctly
+    }
+  });
+}
+ +
+ + + + + + +
+
+
+ + diff --git a/docs/node_modules/ruby/.publish/string.html b/docs/node_modules/ruby/.publish/string.html new file mode 100644 index 0000000..d1d3e32 --- /dev/null +++ b/docs/node_modules/ruby/.publish/string.html @@ -0,0 +1,403 @@ + + + + + + + + + + String + + + + + + + + + + + + + +
+ + +
+ +
+
+

+ + String +
All strings attached!
+

+
+
+ +
+ + + + + + +
+
+ + + + +

Methods

+ +

These can be called through the str object on ruby:

+
ruby.str.downcase('hEllO'); // hello
+
+

Or, if you call the add_methods_to_string_prototype method, you can call each applicable method as a property on any string.

+
ruby = require('ruby');
+ruby.add_methods_to_string_prototype();
+
+'hEllO'.downcase; // hello
+
+

The examples below will always use the prototype version, unless otherwise specified.

+ +
+ +
export default class _String {
+  constructor () {
+    this.chars = chars;
+    this.downcase = downcase;
+    this.empty = empty;
+    this.empty_questionmark = this.empty;
+    this.reverse = reverse;
+    this.upcase = upcase;
+  }
+ +
+ + + + + + + +
+
+ + + + +

new

+

Creates a new string.

+

Only available on ruby.str, not as a method on an instance of String.

+
let new_string = ruby.str.new('abc');
+new_string; // 'abc'
+
+ +
+ +
  new (str) {
+    return `${str}`;
+  }
+ +
+ + + + + + + + + + + +
+
+ + + + +

chars

+

Returns the characters of the string in an array.

+
let chars = 'abc'.chars;
+chars; // ['a', 'b', 'c']
+
+ +
+ +
function chars(str) {
+  str = str || this;
+
+  return str.split('');
+}
+ +
+ + + + + + + +
+
+ + + + +

downcase

+

Returns the string with all lowercase letters.

+
let str = 'hEllO'.downcase;
+str; // 'hello'
+
+ +
+ +
function downcase(str) {
+  str = str || this;
+
+  return str.toLowerCase();
+}
+ +
+ + + + + + + +
+
+ + + + +

empty

+

Returns true if the string is empty and false if it is not.

+
'hello'.empty; // false
+' '.empty; // false
+''.empty; // true
+
+

empty_questionmark is an alias for empty.

+ +
+ +
function empty(str) {
+  if (str === undefined) { // eslint-disable-line no-undefined
+    str = this;
+  }
+
+  return str.length === 0;
+}
+ +
+ + + + + + + +
+
+ + + + +

reverse

+

Returns the string in reverse order.

+
let str = 'stressed'.reverse;
+str; // 'desserts'
+
+ +
+ +
function reverse(str) {
+  str = str || this;
+
+  let parts = str.split('');
+  let reversedParts = parts.reverse();
+  let reversed = reversedParts.join('');
+
+  return reversed;
+}
+ +
+ + + + + + + +
+
+ + + + +

upcase

+

Returns the string with all uppercase letters.

+
let str = 'hEllO'.upcase;
+str; // 'HELLO'
+
+ +
+ +
function upcase(str) {
+  str = str || this;
+
+  return str.toUpperCase();
+}
+ +
+ + +
+
+
+ + diff --git a/docs/node_modules/ruby/.publish/style.css b/docs/node_modules/ruby/.publish/style.css new file mode 100644 index 0000000..f784cb1 --- /dev/null +++ b/docs/node_modules/ruby/.publish/style.css @@ -0,0 +1,21 @@ +#background { + bottom: 0; + position: fixed; + right: 0; + top: 0; + width: 50%; +} + +.section-link { + left: -10px; + position: absolute; + top: 47px; +} + +#menu-buttons { + margin-left: 10px; +} + +#container { + margin-top: 20px; +} diff --git a/docs/node_modules/ruby/.publish/top_level_methods.html b/docs/node_modules/ruby/.publish/top_level_methods.html new file mode 100644 index 0000000..5d2e941 --- /dev/null +++ b/docs/node_modules/ruby/.publish/top_level_methods.html @@ -0,0 +1,138 @@ + + + + + + + + + + Top Level Methods + + + + + + + + + + + + + +
+ + +
+ +
+
+

+ + Top Level Methods +
Ruby-like helper methods.
+

+
+
+ +
+ + + + + + +
+
+ + + + +

w()

+

Inspired by Ruby’s %w.

+

Takes in a string as an argument and converts it to an array, deliminated by spaces.

+
import {w} from 'ruby';
+
+let words = w('Hercules Mulligan!');
+words; // ['Hercules', 'Mulligan!'];
+
+

Takes an options hash where you can specify a specific delimeter.

+
let my_shot = 'I am not throwing away my shot.';
+let words = w(my_shot, { delimiter: 'not' });
+words; // ['I am ', ' throwing away my shot.'];
+
+ +
+ +
export function w (words, options={}) {
+  let delimiter = options.delimiter || ' ';
+  let wordsArray = words.split(delimiter);
+
+  return wordsArray;
+}
+ +
+ + + + + + + +
+
+ + + + +

percent_w()

+

An alias for w. Javascript doesn’t allow methods to start with a % sign 😢

+
import {percent_w} from 'ruby';
+
+let you_say = percent_w('You say the price of my love\'s not a price that you\'re willing to pay.');
+you_say; // ['You', 'say', 'the', 'price', 'of', 'my', 'love\'s', 'not', 'a', 'price', 'that', 'you\'re', 'willing', 'to', 'pay.']
+
+ +
+ +
export var percent_w = w;
+ +
+ + +
+
+
+ + diff --git a/docs/node_modules/ruby/.travis.yml b/docs/node_modules/ruby/.travis.yml new file mode 100644 index 0000000..83817dc --- /dev/null +++ b/docs/node_modules/ruby/.travis.yml @@ -0,0 +1,3 @@ +language: node_js +node_js: + - '4.1.1' diff --git a/docs/node_modules/ruby/README.md b/docs/node_modules/ruby/README.md new file mode 100644 index 0000000..d59c9c4 --- /dev/null +++ b/docs/node_modules/ruby/README.md @@ -0,0 +1,44 @@ +# Ruby-Node +[![Build Status](https://travis-ci.org/crookedneighbor/ruby-node.svg?branch=master)](https://travis-ci.org/crookedneighbor/ruby-node) +--- + +Helper methods from ruby ported to Node. + +![Ruby + Node](https://raw.githubusercontent.com/crookedneighbor/ruby-node/master/docs/assets/images/logos.png) + +## Getting Started + +```bash +npm install ruby --save +``` + +```js +let ruby = require('ruby'); + +let words = ruby.w('I am not throwing away my shot!'); +words; // ['I', 'am', 'not', 'throwing', 'away', 'my', 'shot!'] + +ruby.puts(words); +// I +// am +// not +// throwing +// away +// my +// shot! +``` + +```js +let ruby = require('ruby'); +ruby.add_methods_to_string_prototype(); + +'stressed'.reverse; // 'desserts' +``` + +For more info, [read the docs](http://crookedneighbor.github.io/ruby-node/) + +## Tests + +```bash +npm t +``` diff --git a/docs/node_modules/ruby/dist/index.js b/docs/node_modules/ruby/dist/index.js new file mode 100644 index 0000000..ca39eda --- /dev/null +++ b/docs/node_modules/ruby/dist/index.js @@ -0,0 +1,85 @@ +'use strict'; + +Object.defineProperty(exports, '__esModule', { + value: true +}); + +var _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ('value' in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; })(); + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } } + +var _lodash = require('lodash'); + +var _stdout = require('./stdout'); + +var _stdout2 = _interopRequireDefault(_stdout); + +var _integer = require('./integer'); + +var _integer2 = _interopRequireDefault(_integer); + +var _string = require('./string'); + +var _string2 = _interopRequireDefault(_string); + +var _percent_strings = require('./percent_strings'); + +var _percent_strings2 = _interopRequireDefault(_percent_strings); + +var Ruby = (function () { + function Ruby() { + _classCallCheck(this, Ruby); + + this.$stdout = new _stdout2['default'](); + (0, _lodash.assign)(this, this.$stdout); + + this.int = new _integer2['default'](); + + this.str = new _string2['default'](); + + (0, _lodash.assign)(this, new _percent_strings2['default']()); + } + + _createClass(Ruby, [{ + key: 'add_methods_to_number_prototype', + value: function add_methods_to_number_prototype() { + _addMethodsToPrototype(Number.prototype, this.int); + } + }, { + key: 'add_methods_to_string_prototype', + value: function add_methods_to_string_prototype() { + _addMethodsToPrototype(String.prototype, this.str); + } + }]); + + return Ruby; +})(); + +function _generate_method_with_block(func) { + return function () { + for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) { + args[_key] = arguments[_key]; + } + + return func.apply(undefined, [this].concat(args)); + }; +} + +function _addMethodsToPrototype(prototype, object) { + var methods = (0, _lodash.functions)(object); + + (0, _lodash.each)(methods, function (method_name) { + var method = object[method_name]; + + if (method.length > 1) { + prototype[method_name] = _generate_method_with_block(method); + } else { + Object.defineProperty(prototype, method_name, { get: method }); + } + }); +} + +exports['default'] = new Ruby(); +module.exports = exports['default']; \ No newline at end of file diff --git a/docs/node_modules/ruby/dist/integer.js b/docs/node_modules/ruby/dist/integer.js new file mode 100644 index 0000000..865e536 --- /dev/null +++ b/docs/node_modules/ruby/dist/integer.js @@ -0,0 +1,116 @@ +'use strict'; + +Object.defineProperty(exports, '__esModule', { + value: true +}); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } } + +var _lodash = require('lodash'); + +var _Integer = function _Integer() { + _classCallCheck(this, _Integer); + + this.even = even; + this.even_questionmark = this.even; + this.gcd = gcd; + this.gcdlcm = gcdlcm; + this.lcm = lcm; + this.next = next; + this.odd = odd; + this.odd_questionmark = this.odd; + this.pred = pred; + this.succ = this.next; + this.times = times; + this.upto = upto; + this.to_i = to_i; +}; + +exports['default'] = _Integer; + +function even(num) { + num = num || this; + + return num % 2 === 0; +} + +function gcd(_x, _x2) { + var _this = this; + + var _again = true; + + _function: while (_again) { + var number_1 = _x, + number_2 = _x2; + _again = false; + + if ((0, _lodash.isUndefined)(number_1)) number_1 = _this; + + if (number_2) { + _this = undefined; + _x = number_2; + _x2 = number_1 % number_2; + _again = true; + continue _function; + } else { + return Math.abs(number_1); + } + } +} + +function gcdlcm(number_1, number_2) { + if ((0, _lodash.isUndefined)(number_1)) number_1 = this; + + var greatest_common_divisor = gcd(number_1, number_2); + var least_common_multiple = lcm(number_1, number_2); + + return [greatest_common_divisor, least_common_multiple]; +} + +function lcm(number_1, number_2) { + if ((0, _lodash.isUndefined)(number_1)) number_1 = this; + + var top_of_equation = Math.abs(number_1 * number_2); + var bottom_of_equation = gcd(number_1, number_2); + + return top_of_equation / bottom_of_equation; +} + +function next(num) { + num = num || this; + + return num + 1; +} + +function odd(num) { + num = num || this; + + return num % 2 != 0; +} + +function pred(num) { + num = num || this; + + return num - 1; +} + +function times(num, block) { + num = num || this; + + (0, _lodash.times)(num, block); +} + +function upto(original_number, upto_number, block) { + original_number = original_number || this; + + for (var i = original_number; i <= upto_number; i++) { + block(i); + } +} + +function to_i(num) { + num = num || this; + + return num; +} +module.exports = exports['default']; \ No newline at end of file diff --git a/docs/node_modules/ruby/dist/percent_strings.js b/docs/node_modules/ruby/dist/percent_strings.js new file mode 100644 index 0000000..f0942dd --- /dev/null +++ b/docs/node_modules/ruby/dist/percent_strings.js @@ -0,0 +1,28 @@ +'use strict'; + +Object.defineProperty(exports, '__esModule', { + value: true +}); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } } + +var PercentStrings = function PercentStrings() { + _classCallCheck(this, PercentStrings); + + this.w = w; + this.percent_w = percent_w; +}; + +exports['default'] = PercentStrings; + +function w(words) { + var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1]; + + var delimiter = options.delimiter || ' '; + var wordsArray = words.split(delimiter); + + return wordsArray; +} + +var percent_w = w; +module.exports = exports['default']; \ No newline at end of file diff --git a/docs/node_modules/ruby/dist/stdout.js b/docs/node_modules/ruby/dist/stdout.js new file mode 100644 index 0000000..141f21d --- /dev/null +++ b/docs/node_modules/ruby/dist/stdout.js @@ -0,0 +1,80 @@ +'use strict'; + +Object.defineProperty(exports, '__esModule', { + value: true +}); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } } + +var _lodash = require('lodash'); + +var $Stdout = function $Stdout() { + _classCallCheck(this, $Stdout); + + this.putc = putc; + this.puts = puts; +}; + +exports['default'] = $Stdout; + +function putc(arg) { + if (arguments.length !== 1) { + throw 'ArgumentError: wrong number of arguments (' + arguments.length + ' for 1)'; + } + + if (!((0, _lodash.isNumber)(arg) || (0, _lodash.isString)(arg))) { + throw 'no implicit conversion of ' + typeof arg + ' into Integer (TypeError)'; + } + + var output = undefined; + + if ((0, _lodash.isString)(arg)) { + output = arg.slice(0, 1); + } else { + output = String.fromCharCode(arg); + } + + process.stdout.write(output); + + return arg; +} + +function puts() { + (0, _lodash.each)(arguments, function (arg) { + if ((0, _lodash.isString)(arg) || (0, _lodash.isNumber)(arg) || (0, _lodash.isBoolean)(arg)) { + _printWithNewLine(String(arg)); + } else if ((0, _lodash.isNull)(arg) || (0, _lodash.isUndefined)(arg)) { + _printWithNewLine(''); + } else if ((0, _lodash.isRegExp)(arg)) { + var stringifiedRegEx = _convertRegexToString(arg); + _printWithNewLine(stringifiedRegEx); + } else if (arg instanceof Error) { + var stringifiedError = _convertErrorToString(arg); + _printWithNewLine(stringifiedError); + } else if ((0, _lodash.isArray)(arg)) { + (0, _lodash.each)(arg, function (element) { + puts(element); + }); + } else if (!(0, _lodash.isPlainObject)(arg) && (0, _lodash.isObject)(arg)) { + _printWithNewLine('#<' + arg.constructor.name + '>'); + } else { + console.log(arg); + } + }); +} + +function _printWithNewLine(arg) { + process.stdout.write(arg + '\n'); +} + +function _convertRegexToString(regex) { + var str = String(regex); + str = str.slice(1, -1); + return '(?-mix:' + str + ')'; +} + +function _convertErrorToString(error) { + if (error.message) return error.message; + return String(error); +} +module.exports = exports['default']; \ No newline at end of file diff --git a/docs/node_modules/ruby/dist/string.js b/docs/node_modules/ruby/dist/string.js new file mode 100644 index 0000000..b62402e --- /dev/null +++ b/docs/node_modules/ruby/dist/string.js @@ -0,0 +1,72 @@ +'use strict'; + +Object.defineProperty(exports, '__esModule', { + value: true +}); + +var _createClass = (function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ('value' in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; })(); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError('Cannot call a class as a function'); } } + +var _lodash = require('lodash'); + +var _String = (function () { + function _String() { + _classCallCheck(this, _String); + + this.chars = chars; + this.downcase = downcase; + this.empty = empty; + this.empty_questionmark = this.empty; + this.reverse = reverse; + this.upcase = upcase; + } + + _createClass(_String, [{ + key: 'new', + value: function _new(str) { + return '' + str; + } + }]); + + return _String; +})(); + +exports['default'] = _String; + +function chars(str) { + str = str || this; + + return str.split(''); +} + +function downcase(str) { + str = str || this; + + return str.toLowerCase(); +} + +function empty(str) { + if (str === undefined) { + str = this; + } + + return str.length === 0; +} + +function reverse(str) { + str = str || this; + + var parts = str.split(''); + var reversedParts = parts.reverse(); + var reversed = reversedParts.join(''); + + return reversed; +} + +function upcase(str) { + str = str || this; + + return str.toUpperCase(); +} +module.exports = exports['default']; \ No newline at end of file diff --git a/docs/node_modules/ruby/docs/assets/css/style.css b/docs/node_modules/ruby/docs/assets/css/style.css new file mode 100644 index 0000000..f784cb1 --- /dev/null +++ b/docs/node_modules/ruby/docs/assets/css/style.css @@ -0,0 +1,21 @@ +#background { + bottom: 0; + position: fixed; + right: 0; + top: 0; + width: 50%; +} + +.section-link { + left: -10px; + position: absolute; + top: 47px; +} + +#menu-buttons { + margin-left: 10px; +} + +#container { + margin-top: 20px; +} diff --git a/docs/node_modules/ruby/docs/assets/images/logos.png b/docs/node_modules/ruby/docs/assets/images/logos.png new file mode 100644 index 0000000000000000000000000000000000000000..fb1049536cee071ac4246c6aded1735a54417b15 GIT binary patch literal 98736 zcmeFY^Lu68vM?Ik=?*$Z$F^;eP?Gztdl3!wZ)Ry@3Id`Ln(7Iy@=dncZDtxuBkkvLPO?cF1?O=Ns)o}vb}9v$3IwRA0OWUw z?+B!*=s^+0L2y_ouuw^Ga1>xp;RTnE{g3^}d4S`oD;rnUKMT4`o5~0vxHSh65h&ki zK?)5S71_eLdgP|*dOF-e5D5dITLfay@$d?5O--RbM%#EoPKbe>2W9o2nwOt|6Ca=A zUeJIVl=DM$AYRmt7|87T7OEm6h`|eLr+|;lFqxhRgYh>Z6cC!Hd+&;k!oYqo{dMPZ;vZAd~5KRVXOnbzfKO}7~%!# zC=y=vPkuBG`wSx(kTC>jFiue$MBTj*8*iClJ-C}7?YyU@=WgQ%{#E=mnuebm#4<8( zVCJG9_Iim&(!w&76*?qszbb11S2)e>4XDZ2e*{%YoB}5x{hJgczLjgJo>O0DMCLB!bvD2|P*w(E`-h0E{LO&jIRUtOhzj zA;gtu6@Fd-V+>qekdXscF1UFItOKDg5MvhUA`p6q@dP?}2QdkUV1OnAdeY!~5FxGz zBBOu}3Nk5#q<~WbQwiu_VY39p0|ZZ@4+X4m@W4=}0-g#KE?8Be)>+jPC>P|@K&S%s zSq>IN-(bH&gKwa}Bld(~i%S$IC~Q+GCy-j9596ameikw*iYt&Ss8&cfgG* zHV1i!de|w8g!G+%nxFqXOj8=8~9F?h$oy zb>VhV_~P_3_41d(`I7!=AAIkm;8TPH1(Q2}5(XXO3Zr+yNzxQU<}w%~7~`**j0yI6 z(0P-=lEIb1l(83R%NWfvG&9yRI72w|pMTt<+|pyvVc25mr{Sh~rJ2+4YjA3`YWQk8 zYvO1?Yx*}{H~npfZ2sQR+R$q%-W=Vm-8|ZyZ**ytzi)7$uzz(lcGxj;orV6Ja@ukz zbILQVIo&xjI(ssKI;cA3jBf>(ow*&u9mO5>(e}a;9||8aPauytkDG_NN2X`Jhp30# zgWL1?nd3R;$>^Et`Q=INS@a3`yzq?kv<$n;w!;jj9p4pHB{q7(!^+DlA^_;tfIss)gt=g2BQh1L8I?R?|T%E zNge?nnNP~FDIrB71tOut19Ve#sk(;URc?sVXr!$__etrc;-nd+GbKxl)z7WbtK=&itlq736f>4dmQSwHEafcxS#VgaT6-_4EyFGG zn)HB)hn-82OO{K}Rn_(Ca(O!F73S6H<@<8?^6)}_FOK+x_=ZULV+tn;AsO-VhhdCN zEL==jY-dbwtaa?MY>Lc7rb`x@jIFGEmRv?;wrFN+X7QBlRD5Q<28?EiW{U=xwDF{I zntiQE4RNiVmT_%u&14P#`q=t;>)$rhhWm!vX5F@h#>sYXV|ptB>+M~E{hcF)v#TM+ znZ{YiDam!q`~_okw_|~0HO!poVCmM$r0PEF#xrR4B<(c7EPf&{thd+3+NSV^z2~e) z0&ktS5f2{k8PCdC+5y!~QhK9$=Soj|-J|2BCIM|ealWO#>$cFgyx*x`sGsu3>Bs0> zIXDZr6xb1%E4Vxq9RxOHF47CC4Ym$?59%J)Jc<ZqcCGJ zZ8CK;tD^(ZA#lv*2u(%JA?PKfylF9WXtT$|vE!7Zx9R(F-xTs>^`v&UvDew+p{8(o z+%1kh_Y!)2#?M8?^SOp%VaO~*-?IcI$JK7DOjyRMmkO=RR=Db@_3Q1wS<%=VSxnf5Wua#uYlCTxXys}{+huH= zSSVXtcTu`Fm*v*?o?|T3z5$*9neFTsq??*uIF9ZYd7r)GNbzy(kGU89CoLD}XG}n^ zr-7ZpcRSz(H}Voe+hfJUhDXU;#bM*#{*j)N{Q~-Yav9(6zN2y}dF@x#7XXwS@`hj8 z^ZAx@?=i9-R=)?21tSN83ICnbs;$R)>C9xMI#E4_-e|9$Z!%X9_PDR~Ynw@mbIWP& zYIhjp??&x?ul-*1HgtQkUUKto@qYc+gy+N;<8ksl`Br5oW#9tT!aH*vGl3b2nfh@P z--0jQC-F<^b@lSfmS_1hGQ1)@&Nh;-`Kw-YMZ;>NNh?biZdcC>$s;*n2A+C?db1zb z-&ZSEf2cNB15?}n)%L~Pgv7;|BnVe@%j?yFbxVd8 zO*fDokiW$(hNdjkQ1PV$;|d(gW;>TC4T~m5@U(e!As?tDk(D`+4N%SZjucM#hgpYn zdw-5`PzKN7761tg2FB)0EQ5(!R@;39_k9Yvsv*H2*@J2Nkvc zDOZX-aZd$XwQl9ndfYv^9b%nw_aUaEIjL3?yX%f*Z-?vz@Z;?O=BTs$z-r) zrDm(=SJ8aarqw)@@ubPFr>Mx&RN zhLO8YuuP~@9mq@OVepeETWX~`x}Enp-j`;rX?1ZGMmMD|(w!}3vvcTOcl>am-ShI< z|0ugV0;gT8^<=*RMA@gct8ZKNY`U61U99#N#)ZB5<<{gPcT3?9yT9^oEbKpxy);_Z z@1hs;b(bf;n?vdGmU|KLR&bl})O;#Er_NgMou#rXlhAK(;qboF8Bh6d`28}Pf9pMj zo{T5US1Hpd8!2-(|7JE~MnCn_m+eL9y7ZxXcV+y!86I|fqhFgYiyo5J{f+0T+Emxx z*qHpIiQz|{SiB)w(y)} zJjTov*q7@k`@0HA8ki|~G&o17RY+j5Cc*Bb7AHo}`7q))mO4J}>66KjP5-PtFI^w) z)n^H1|DOFqS4+vuPeQfu9^jj{FgS1?lM}Tu=_wnYh0KoMndSd%VLSNzi+OY+Dk}O` z+9|F)UxEga|F1rVMxK`Aam#8ZyehFd{0uLDzmjmzfF891dE7zZylJdgFVrpdw7PJe zsV+ajqua8;v&FRP-W$g!xm0&AZQZt(Tgv_UqVPi2#bw+6wB|3Bw?oV8z)(qEg*aop zvlrksBmd&e|25{l^9a6Mu)lC|_m)1tPs>M`pZIy%hGlQ_x-olyhD?l{d~3#Um~c)$ z8$Y8oJNa4Wh4?M?=xpXW9)4&W-?zU}qcf%H{7U#>^k(KEwM5^lI)t_N{%`J+v|w`u z+$tVz*q|Xs!$Jpk6zl{f6^~$qR`!WdvY2U16^Er4swT` zlll$m)#=s89`~sI1V42GEd}u^(E(ixu?{IQ$&JLKJ_5NKi5=;OB(Zh+NgbV}Jtd(k zQLpw(sSM4H+XA6E8T-%t!hzaZsV1U7l=upJidKSKT4gFqDw(SERhHGf0ATNHv{w_9 zT(OL@ptA(EWVUv<>ZsCjs$IZEm|kjMDro7T?@+H8oEYyNmCcTGOb}Op|wFc!GFwdE2qI zQxInVinIv<>=o;s@{Kwy0}?58C{(gAi?F4z_^;{kaIpm9W#UWmLow~&48MCKdGU_X z>2W_9cU6k~_9T=fn2c|3d)Xg1x3)8#`0vHEY`rAK#LS*RS7_dY_trAbF*!>+={$ox ztHVc-_&J?OKBwm1A?re`Mpxr&zaf6tr{?r~yNdiZKaspLiJ#J6lfl{Q71ov1F7;6} z$Ju_nyYy=9M2A}?TT7y^(k0S!2fR6cNu>^{-dH)P(`F@OXJz}eQSC&XQ}eo&@;R*`IOgLTv?dt^y*pid+EG3!;Sg>Fp;lW*H2r5`feIhEE7) z5J7&>f-fv@V9dCQ@v@<6Rq32c$&j~5p{SzppnzsTdDpq(N<|#@JmiNJ z9|sLfLZxCAIv1% zH15>oRD81rM;cmRqV`*;RK%3vJF_Y_YucuWD`hMbEi7<|i?>Vvo)RGgVJ(Iu7E<<` z4DA&0A9)QIEx%@r2FDg&qZMF)+oJP?(}k<4+wHpY@y8arblL4MFIrFkE9~ps>vC8I zL>i=*Z%y1S6z9?*k|w$=L}W}4u04W6)=4H#_k3ILrj=8ckl0UCE#T77!A<7Qw@9J* zmQ)4YBYJn8B@ZE^l1EJ+QA6d3Gc>A)`Nll?y1hO`9S?xt#p(ArCv`MBud5tOJb;%< z+a}*#q)Fb**9+ae%{Jbw_|p6cUR7Ke?+<6J_bjJ_JMOS+06~PZw|Of+yN~XBS%*bK z%%|hiadB#;K7pEkEo&XYJFu0gxz*ohga8^Q0KWm0j}Yk~kc$D#Z2&za$Rq(=N|3e# z6hFA#0RNZ3dBT+19eN@03EU#Iuh?9{fg)W6!XoP;bO!W8z|5etg{TXe7Ya$33AuR=;(#6`18l_S%30h0{9IrUB z>LX-ZPdtK6o?feWv*7G7_ERv4j?Lx29mCRGB&gSpO ze5%ol5IP-7qfU))OotJE+I4O-cT6rhcQ0NA-?2xS_owmX zj`G!y4fBv=)nNRgqk5sO#h!PT5oW`CKHxskGHtC`Kjb*yhhB@X#i)m>-OcL#{W3K7 zsTlNUfv6fkK>|pW0Hy}0JL$t~LaILOk3nIEs2XoDQUpsu?*fwwgf7U~Vv59yWX0bV zei^V2q4tHGbCoC9G0aD>YM9>e<#FBOhGN%gOh4p<`-Kh#0$^zu6Gb%l zOf7jUk)J>qZ=8IkU`bF*tx3tRI68M*9NPytogvmOE;CBn@7Vv+ z6Y2J*dZJPO3w1Bk0#Wqwj?Z*$k8t?=4I=z190BI@cY1;uic)S()jEyqgBJatDyn{R z&u<2@HnifKL(-J@Vd^FI*eqo%>a9oZobAmUKl+s2W}f-#Zr{K|FS2=G;={brUrJtg z1D}tTgTaR&>qYd`d!FCb{8=71_Z_ofU&om*%lRk#;PSYb-yO`%kZvq+Jx3vL z*z+&dqTiyWrNh%X)6e`W-Z-9(56kywj=mqIR-_)KF6nFaGx^`wpsCxc$Jam9E7n-n z{;bi}&DJ~CcGsiV@o(w-(0*v2x!mt3`26T4>fY^kG%9vy{+RQ-anc@z7MTSFVeV?Y z*2MzRAp$vr#KEan#lbl<77q7#Z$? zIB@zpJ6N(*(Qwg_mEkhBx1}>Qu{ScM^RRXJI!*uq;ql=5y0kTQF(mY`wXt*N^57-@ z7Y5hY^*>;GV#0r+xLETNYse}P3fnuG60*{<&@mA6!4VP?@;I58aVd$2{rmB+J6>W7 z7Z(REdU|(vcRF`wI(sK`dPYu8PI?9=dL|~?FAQ2|PdgVw4_Z5ClK&#|A37qY&c;rb z4lb7Vc7*@XH8iq!b>Sr@{%4{8{`?o8E|zBhvyz?jzqj?ZLHd7wp=YFHp#N{$Uyt(q z1LYF7w{>tbb$0%u&&SB~FUdz9WBi*I5B)zI|6hXmFDd^E`Xy#QI3D`{Rv8~0*lGYI2#5fP zq==x32k5ykYyhrm>qBkTMP6o22nvKI389q6cTEw3XaNw&LGlagOV}p#e` zkcQ}py<7L-3PM66L)hphbO|AiP!zN#`(}Cfl^g%<+OEwd-pypmd1hs1PWH;Ws_wj3 zRoNwX`CRWhB{T?7K>-vLi2wWbe?{FL15v&3ORHLOzkp8#FSValUTIBccbS4hj z_!As<578F282x9|;*}%@Z;CZyV1$EQ&oo`-hN|Gh$+f)F}r07P6M;uWMnfVl6A z?!U-0%%WQ8+||CMEgzO^_q|j#E$#m0`YL0B5?&RmpjV57)f9TuO@Iftfu@vzwv^;1 z6}~gp;xXljkD+zeHSB)gm$~UvR*5J=1_l(AJwArIWC_auFpj_lG3|dl-1Sm(k3D%q z?kVU{kqmV<9UkH<%`FXPA2`rmN3a@rj{q~X#7*D$;W#MC+^ntDo`MPS0uM@b@gCaK zLj50FHnlJUiGJ6=uEjn3x)7vpj19qzpY1L)O97PH*$V>&M}h!lbvfRvz|n8E2R~uJ zz!APEfS(6NcKl0*Uwa)85Zg&gA0+_MzJm>f>r0XXSfaUU4BdGRfCwfIc-Q4O)11Xy zIKM2u<7aH2AxeV>2_T}P?CA+Jlv4eVek)=I9x;5}Fr{7PTvA@5avetwob}q>&Qh({ zZZyz5$oDDuk88uG-;ssEytVd0nbYk&|0o3$&c4FHI9~e3ltTW8ltH!V&W1T3tJfIH zF~9-Z8J}n9T#TLpwCw{aEjY4f)rZ|<)G-*R+0ym(&arvk3BvIMCUp@2=f7F z>0a?atQhh?8Umv^20u0@z3~|GpJRsxuzRKD*N|c)_D3ZwY4<65)%&lp7mVJ zTmQ#$3$!7~{&0KN*miC|q`LPdyR~6om}7Jz;=)u9FM*wgNFq zDi{^fub8H4K`QtkEw8?yaQI(D8lNij!F0R&bxp6Y{XuqEiSu=Z72Hv_l)hHTK$+XF48=&kAU~zh}GQby>1d3}jGe z&3%G`(ojk9(KYl#@&3pPJKwjn-H+y4$%6EjM?& z)#i(hEK3Hb=9rRPQ`=MHSz5QzK5YJ&A85jN1pCY-Y#1pT8Z9{m=IYeVW;H*%$HUM{`-6pV)4tYeI zlSxBW@L=ruET9j2>5aYB^%yS()2qfGdqYR@OM(_nDNFfsMP}H|Al3MfTVK*%lnvHa zDWd@WN=L~*9=k#!E0VC@O=edBf1xAy6o#>!)8Et10?T zbHM&r&cgu1?DhC{amDKw7;COcWo(hO&{~x?x?n{kY4?3#2)}iw}%_ zhVan%jER*an_lU84oW~?rlNo1C(rG?INrbTZ7+XM_6Z6=aqonN2(&{1G2Dh8&mVg5 zw1F1UTruni#o?nqPTk)6+ud0M*Fb5Lm;HD?E$6fThnhaR!)EK&88|UxO3R-OA7nHA zc+2_Sq;XY`?zsDTdf;@5dPQ_=T5e|26^d^<5z1D%yj)@AcjJT`1Vy|{OX$rQ`co$o z{g`VN2(XZtfGwX7Q)Cc{|ElLathvp{rwZ{V(7bd9{};UXE_54?M_v;TbakZ1NmcMS zb@Ed$LNa+UocBB5nV=hKa-nbZ=pL1Edyf|M`yPJl@LD&POQ#3g1)bU;PFGfaqP?DB zO4Y8M&!`X(fqud}8|v~nyre51tZ%6LDRs^6aC2|#Iyes~5NHx`)ZM*LBpHDGy zvXHUW-CT%&$|2*jAiUp$uNM?(mHd3{KSJA6E; zT`bHF(O2I01#6=>;NnaRE;{0)dErBIJg|Ts=aJ?@uoo<3 zSi(trzHK$WEORo6{f2=LJ4KF<5g`PMx%N8k+^xTYq z{4xSuaV6^k_a-PH+;fO0%g5SD9!yS%0L@Vsll7GJqRTGH3)i}cfaE=w^eF{&<~5?^ zbyi0+%iO!l1J@01V*VE0Z9f{u@tmZVE#HrvyY)im@RyuEdgMsWCDW}39v-M6gEd;00pxd}+0wdK~= zi6S4~XBznkh3HQSm#Se6>S0#5k3z0IW2<0m>9}Shz zT|^G|p9QZh^@<}s?);Eoy-R+M#!#SFp}Lo)Cp^Lp=azBM`Q)^&2Tl}8&Fr3GdRqbR zL0jL`mb;YC2>8vK@XXY6^%6q!_d6$GKj!nCKm8oldVjn86KNVuVRU+SI)dK`T_a7Q z%Qe~{huTa$qZ+Re1|XCmtA8OOocROnsGSf{WdZ&V@V>JxEQ|ptv-BIFr1cS0FgA=}9t!s1 zQgXv$z!$~UF7{BtFnmah?ps@0DvNMlZ@xN3@DLW<1+-!;ri)(1peXMa^*l& z$!w1a=@QmSPplcp!S}pNU0&co_{Z8xy4{}is2>>J5Bia-T@eIACCOJbP+*u_Anfa- z84td{G4*9w^@INjux~_iU7GAGNhEvfid6j|LCO4u8)qfC%pY8GCP$0}^b$Oi!*M@ACNCHJG7Wa+vuQgQb0*Hx2~8vf)?j5G3FZ zqw{cDF4q0L2+1J%nwF~6O(vTxvu10NRJl1)u-DjgrptU<2Yq=auZ+@STh9;dm?=@7 ze!PO6C6O?1)FG!}h=)^WE72c;HB9 zM3`#2qTCRJX*^aT6Zb_Clkua%JprG<60o_y>U97*QLa9bu*KGvsvl#kkBc!dCCkZ{ z4Bc`w77CA48_*!W?wsFt{=zZeWE~X8v)Fb93i4R^z=w-~Rm;6!1PXRG?8sWnZAvo7 zR+u%8@W*suT(E&R)qS%7Z{)87Rxx~%P55w*2v1JLI$NFTZxY|5 zoh7YKZK<6A+L2V(%<3VdHyd#OR@0RN@C$<&cyA5@a zlWk;nshBwDQ$yt4!(x34Sy)UEjuYriIn{|190+qw{EHCjCb4BXzvnDuiQIY-HH`b* zTFX7|Epvw7PzUym3|Ph0c7LF$b9KM%1QFw>LPk#JLi9zH)fZS5Jg>F{NJsjL+*~ii zj`KzESutyQJ!vhwDl*Rq3XB~K?;$O^VtWj9j6SaWyEtZ7bv?lyCV!QWtS}p%UCfS` zWeW`Y2Vkj9e3Gng#Jb#jYcRl1rtKU18uk1BPNRPBjt^1dp-0S|o4%ZFPcZ}TiKGlkUu{ML21mMbE7j8~d<;3p;> z@x)Re2ImUWHpv^ebAJOPhTgjt3@Ts1kyHUb_uN*)<^1)!^`_}`P-|sjcy@%6J@8tO zvqLeDNxn6oWEi=&y9o3K+~|QV``t8iK6P`Ns5N;@%LS0=DTa@hu|kscO|zT(7sX zmNMb%Iz9^4z7YpA$ilaqb|Z7t&*d`&WXJw(gT~tFgp= z)nlfN-I_qpqUgwK(!W|~_^2*uPH3*{EjZckdDcyFys$je@NE}~;n=md^(h306Rj7b z=-4PuRlUUm&e$~GNUu&f)}pQuxh#l9UD+5yCwXKGAR2(`Utx(6hS(CI8O=EH>t5hf% z9aqD?1*-itxo~p7!EG|&z0XNe-C`PdDWO7`j*qWO-h+)_SKfWLHE*F#e`mh!IYL9p zor3YS_GL}4Vk3i>oG|7`&{={JOygKwI}L8;?dy61{g8XJV0J|!^h67u9xj&5N}T?Q zqyaVYVz&E(Kl|aFr>|WbRIayt#cR7h?X7_C?v-tx^aC_y!kV*#n60Oz{-~W{`i^0= zM3-GXb&&k3W8C^CixJAz{5N;@6^!Y6frsslD5ra(g-1E-POJUl>o*d~_^9_mWW7<# zyo*9eDZOg&09Br?&b1C%3r4x)eS2VWX7KjfV+;<I<^^V+maMKXe9ibHKVb_e(1fI-l97~mQ2^Fj%h?O&j1eW_l+6OBc@>dg+ z#a3qeZ=ll=J6HMjzc0nDe5i4D$EX6IsCHV7>`*tv!pP_s+k!c8fSr1R-;Wc& z3K_5XACEy|d0Ee6GGWR3lQ(DM4Gj5|D_zQye?&8BGJYkv9CI~SkU`5cq6U}kAk4N| z-vAwo)Ld{a0m4f7nKK1^K$0x)0L7e^D5k|8@oSzk__058Z41jO=*SA8WKVJVLflX0 z-u%5jvgRZuh)ee=+F$-AfzokWYb;)8DW3~FLu|fA*(#2v%dIpd=M~34YVJGJ|FXF_ z=4}>}&3M8i$hzg}Rc3lwrfdVqi{X?Fzq;QQ2G6euIBo{NmER!$Y^&W#Bf@@FkM;gz zBbO3GEF+6TaTS-fNR|o%#wrF9@*Z4q!(vlz{7O;nzO7r6wt21HdRoU{`LMEW@{Mn9 zegpggFHsE-J*J42M^Z`nw|tEKSqC5aGe7pINKtjbAY(ZHzqSR$uQ zOY%dJfhAH-T_=1@5?YDxli`izvGBgjx9&Z*SGFR*;niWV514I2X^LA_@UVA-DPG#% zOhdsRYzy=<{^7>Zmx{$LcI$hmTe@l_Q5gk%s^Qu9A+;xF*u(DOcZEZ&(OGN@j!5>A zC|xM-*S&X<*yCSNO}=%x9~*`>bv@;+L)H3WxIL`LZI0n>+efwG9kx6|qPbbER;IF# z_7>QN1LM+INZ&F_LPvIP-{V@Xwfbq3)%GzJfAbFvB;0)PcyOvO8hWn zH^Xi)(#M1N_%oE^to_f#7m1^$U18_;IJd(&_vQm$Uw@{Rc{!t`E8$>8!KcB8!*)%% zZvAmKd>H%>hTc=iw^3@fAi~+tuLx#rSIPAa2UCIz8&J1efd8eT-+P+z_%+G~W z@;&R`E9;ktmP^xdLCyUm@#aQ>a@fiCgPOVQyo1;B5FVST|Q%#oz8~9D$nj?Gb zWIlmPCh~cx;F#4?n?c@0y&hyUx(se9ly36VDZZJ|CDYK&@kYNvh}jzYUva#m z%rPgzhQwV#{MNkzXfRgHA9O-}b!eec__N-lc9+8vIK+ik~=k z1_gaYUVT)azo?~4m-LUchnL;Tp#b)P@hq}4AjTRXS+!3`*sbj_?vZ5Z zTC>oCo!3k|tcV5dYPRMA5PM!ud9#0d*uHuyveM8AqDZiSrBCxefY$+K2J#owb5fdZ z@#!>@4=BU@wb$tJ|Qy$(>%#Kn7Lb8 z+sz*qt|jI2ymwoo?;xoxn&1#u=Ks_?+Fv6J@j_8sxZroj)i4}b2`=?*_jE0%NtdNN zohQGBUA7U6-(S!`fzNye=`j0%9}veb@6P9re%&d)G_pLSxyo> z<@XAQ3)=VVP`ks@1CQC5G zphn0TA_=aV(6A}|M8aW zRn&$ws_WNuXU(27jX}s3-U7#@qYkg!yzo+4y7We=UKq5tRFj?It8I$jQVE1#z)rex zs`VaR&b1`G)Co-u!P9z(Q>_j{l-^R!m6hcsKUV~pDOu?N@X_4RE@!D_STPf{_VGzh z3ZG-@_txE#Y)6<&f_`eav^+7n-N4kxCI53g33n>QmGbePbUqSRvSW0d39-=?CkV5}9 zk)Dr$t-+%{lMl6hE>)9?EpFk{@gSqj82|m8^I2uQrW|a#g{M3^6PC>k3l93vvD+>c zq5-zx>SM@LxzQ_FTX3Um=kYS{b%YknyHx8}Au61lK}3WT=g&m9+Jd8`dqi0#aD=GJ z9)pLNC4BT({su`gMbA_<7=?F?+sW!_JYSjn^ORno3^DTw&y_&#lvdb zk_mmiew23#f}wVIxzo$F;R496ayFsrarP^Ge`LytLV+hmRw@?IHrfhYmmzE0QIeRA z4a0klP*66u(-BacZ)>(RCNtKv&Mvk!*GwBi##k*1+wx`4uYDb!S+3PayUfFd2YV0u zXHw>O{}=sA+>bG4CH?@I#lkeokKctJq9bj1^Z=havB70~>AiA?V+P){JE_NO+j88N z`xo%Arom&EF4A>7e7{_;q|XZn-K`w<3EXe~frE4HsVtO)O2HILDoxphNb%)~?V$ss zMz3&f#f`B8%RgIs-jck|vZ$9%{ofG%#&l)4Vl#&`#>>Oz3SIt;ajSv1RwIB=m>8lM z++fvuWghjC){i%%{^6cXNp|lWcF$&nrX%K`K1fQ?@6`GFBL!-z?h73h>tdhy!+DEk zc-SVG;EbI{{W7f&r-j$6?BSu|Fxd84HhN53E-4_M>6?L)!P+R7CH4LxnwxY`Lpg&aY5x7nFZq>v?bP>4 z{qxWG_E*Sy!PS!zPx5$GwF?@ajt}_D4&aUuy8O>u6=|_>PJaY4MNNuHd=*dc({eCvN9YCY=(wp@K1y`MaH+)WL2_F@~4-Seb2VkMNylko0X|27H=W6;v z1oDX)%m>K>2`U!Xo^GGhfUEZ{#`0)}#lHrAQD9~nJQb<>kN!o=8e$Ad9=sg^HC(vqG(kTF4oFmr$As`f8 zF)j>J;!7X_>5Y89Yc)T&X#AJJUfq6(rVLp7d!lkE8XTf_n3QZD15?5tRuIX$>}a!u znauJ)cT&Vu6nUIGqr*uoPKhAnIY{cVM|yP}t{?A;qxmCIld9b))5`Dm-e8GYzVbn} zns)P3mNlBPo}Z0!$pXM?816I+y(MO?my@Ek*k+xCeDAJL>c*w6 zmW%Pxr8EB5Lap1UeYpH+!PWhc?#nUmL*WIkJC)n%DYF6vK10=V(cox0@Q4#>5{$nv zfQ9}!WHmQa1~cY6hTD(7{VK(MFS!)Lhq`^0lD!Yflg;%T4$578h`lVm+a$vy>@OQA z`o2w#`4RwpcTi1LKwQ@zJY6DbxTj8gaDeqsLH@IwAx*@*^*HKw_p?f(n2aJO%)Em)Yd z;dU@-U#dpx@P(qpDE}IN) z!`VYlH+o8B6Dk!$8GR|k;SfC((iA#@JC6xH3vRx{lI2ype(&s2v$g>%DI3x1A0~g^ zsQue&lO>mgoxv}SLD}>;Zaw9-HdREz5<^-1eLMg=Oo+M6I?|VCg*m z=MvS^AMz{hWc$=(;YnVX4h_&aPo9*cne(%|8=D?iy};~s^>Kaff8NMInyjrOOK|g$ zROlaN>ry)2&b}7EUzhhU(9+j0Ifp`_%=kU5IuxdW5y7~C3OC#{Wg}KD8VctLcU)#e z>4Sac) zKftvC4gDs*r7avU;)@M2theLXcE^E9P+Dwq^L(CCQfJYb`N0MW(4vA^@gCoLaG~e^h4wI3IZ3s{RS3w30@0^{&p>Zp^pshL68&z8cpW zoZj$^;&UWKSL#YBwVCX`cxTQ3Hc+g+j#j52VT@HJ570wV-|Mk=)%Q`6*`SXq7z zI`7xx`|H!Tc)|ToGKjO{P|eMlVtCy$Aa3O5ES&9y6w4UO9Q4XO&8?o(1BJFKxaOsE zXDaqI#YT6;lilUl@@m~)0VGxyke5tk*3W+T8<=XmZ>bB)wbI+6550Xnn#mg;CY+V! zIY@Qkh{7ul7a+sC6(E5jT|2B{5S&>lTC#w;aqiOvGrA{OShj}>l-eDhnpG5c;q{@m zRl02?T#yFagIEW);k>L@p)CnMHl@Wj=I>@q!#Tf+n8`qP&|CT^Y#)$1x@v79oh48p z+P(!&9^<<^h_83Cm}=&?DZBBerEJerS!?C_dt0tj4*7Zc8bJDwK|NdBuU;m$TdhZ^ zs5wK>`ChCddkE*iUtzs_Q2}kTho4a^xuE$z-jRB^FQmOstEiE_IPbQkjzt~jV&VOMXh|Pwp|nNC=bat^D*eM`ml6Ts*ywIjbw^0 zD@Z>gAP;v;FXm+&&ZDbWN!uPk+sI3h!o*#;$-L-_<;~Z{`zyzSz@{QFap9--vAoPA z-0`Q|X?qwKP{Q+YQ>*E<{P>el7)U5L@8vOU{k`wlH(WDr=8L`7pj6x|2wb%AxC0&E zITuf`Z#XGC<0sYwP0#}6&J0x-Ts>{?*{}5q7*c5$1fthumw1T~1S%qcm(;mPn2xPz zn}L%y_z-{j2b0u_d+q_*!z&}x^<}oTkaq%S1{WLCyvP3l{r0>XbM8fI$40`tX#qan z+n$_oUejy0{c4Oe6w_9t!N8`~vI)8AQ=S@d%Zq%zgF1s%Z~lTyxL+_}+azr}#3gYj zX=l)8G90!<%1=Yw;eHJsX8af58nxlD84FcTXO>%xNHF`0dKI(7sP9X|pn%Y_ty(pN&Li%Qy&4gt`4Z6XhSYOx>^~4P2 z-e&x4UTyQ~I1{ns$#CjNr2daqu8-O6YF=aNy-m^Z}j-Z!zT&C0H|;`r)9O*mHJ z1Bnk!ZAfrP>V2Dx8g9mL_u%tAH1|L}`XZzK!JFf#b=Je6>#d+|XF{lTXPcoX8GSv` z3`x5#OQ_L|1$&vm@sGN4Ny`&DL4E{*9w2beoTG*{jLv)q?nTdn@9n)o-V;aI>HUMs z52-o@uJjq5 zH9XmGv6cn5O&veGEkPm z@`*FPRo~gPVWgFUv-|`El5g$X9S1HhGEHx&v-dDK;+`%eYk!vraj!k5gQ`XlcIrW|!FEBsV=ErGS1q{oBGvlF+gi&WPcz4c zw3_qyzCgqcvoeewnarUfz=k{*%JeaL58!j16p^7QlRhn;SDdiQGF{2Lu7_G+Q)e_` zHE{E)VXtv&&sonatFC1FK-kzO{5HMz+S&)detNLs<%Qch4MR4eWbbA*eP%1#)CPN6 z9C*0PT#$OYpTxpRiVHnqx-RxeN1XNr&oYP)uS7VYBXK8bXNXTqCoP{Q}k?ZB&T+Aic1)=oUzO2KC&G?Y~TYZfmQ0ZOV_;TQ^+`4U`LyF?f7* z^HNJ9d1qfDu2&@996&@QkLl*n5cSO`?_o^_2UB06{TO*Caj)C;18NUU(oc;TNinu4 zo?IpeA0M(U5qPypzm>MQIWb4WkRZNa|g{>SM5E zH1$RoS|s+U%v?lWGk$y+=6ks#u3XvijER!HAYc%<1WVFm>dvK}9h{m<+e7kL@wB^V zn<>|qdwTT1M8zijLEM4aCDW(vFB1a$68|K%b=fnY`e1fQ>LSN-zU-vcHf}aq(-}zM zxdN+~_uDY=y({PVKfivT*)Jyv!+|P`5ch$4<$76ekoI9{;x=qwG)*<;WXvlVNlXvBLDznorYA+CXXViA=)|Q7L=y>*rmu*;Z?bW00R3-yw zyjxyp4Qn7_4?Wft2|KIT1l+K3oRgsIc>N1K4$`<#6z%BoSr$Z|CO07TFdZP-r>0&{ zPUT*g0VSikOyFLA<&vf=qA1x30_vg{PuSgYf=TfC|0PW79Gx@|9=!GGDaLbg*Zb;D ztTTPxlmliyEtgIZAOaI!8h?nBcFxC_p)aS>mXo~u7jITPm+@6#4Hf|VvvPtd*X%cY ziCn$SM<9F~ZhmbMd64t$0ep!#`k5NPNO`tf?bbb>822^rKiZO@bg$MBvWgbmzHw zO()_}Hwg=K97%I368IzqPGF^6(7-RjGyJ;DQ2TdR?lp6Dl4KkxvIub>C|9bFaR}TvFxJC?7X}BAT{nIw~3*;iHCS9au7fbegH#Q%f*J3RhQ3sWc8f$ zzMJk?y=oiVp%qmBg<6sJ!lF)*-+1=O*v=P7ef0j~ASv$#|L$yRKcG>GoqPXX{r+wF z`uk6;dv9m|8(5{_d@F73hY?<)Y=nsp2|JgW#{|Urc;HTJT9ogb05#Jr%1__%ryKR0p`Ym$QYK*RBg72s`kHIvi0e}3MaAJZXx#m2+-%|31{KU@fL7iP@&`{|pPRpNY$eB_LI8fTColNd3BK)2#)`T} zI#B;X`x$^%46I zHkNAzs_P zN4KI`!IgP*9npM?YNXw?k-~eSLwVo$!P?IM7uGMoTLS`@ym`IhWd6oR?!f3ZxRG3vJg5->X(w4HY2S z;*W`5V_(*kHJq@@>e#;NSG*5B)x4WB-I>kkc0jZX z?ZnjfmB>4Z`|u-=QG4F;FpCyK0PQ(7=Op4GA;&TD>T_t)d7Uimd9II{Hw&HRdnN3?JPgo{Ks$(zn-X!l~yZkj8 z`J(1M=*+8aPye#o{pLT08Tbpf>1|jC!k*QnoLY8G%0a@zMJL7Z61KkVqSg41V0*jx1VeQ;I?rm^$x#7lNezEb|9U0QDyM&8SAlZ0e_e9ek zmLuus*M`j_?X1H=+j-BQ{r#r)@jRC>I1#w;=~Ld99+o{9s}rAr6;F2x;My_vC*JR! z=KY`2o?>7sU|F*<#Qgb`eP_+-cfmw}L5;wKxyK!uuCpiO8G0h-QP^(6zC0OIF_`u& zwfx}MtLv?sZkGwHUG7OC?p+|+dLlsDk3w%b5%qn|ufD9FKj&L&?XxeaR5$DO7$RH= zrD_B|PL|8d8A4qi&+~Y>g7&?N=3VEHk#~K*5u5k0Op(0n^XTnfPTqAI?cO7;c}#f@ zIYC5W*tgGmm^E?j-F-TOZfP>onBKX$$KYEnWNE-LvhsbuFXpRP8Ni3~7&R z+Sxg6`VuLAx-*Xn^KKbwr!RO02f(|Y`^HPdIu4w%6jn151{DGqEjo3Zx|WX9;p_hr z5R*N~){{6n505IyrJjdR(`)w3ul&nd2fu(nXbFNq?<3GS=crWM==#&})|!aFkwf{q zN}e|*{DFX-;uZBKc)(RnLx%nJ);(r4^*%ZSqXi-E1LHc?TuPAklThjJv5i{s;6Kz0 z=l{2AUsAMZk87>V8;=vvu4&aLz{H7oyj*{fceZcjVf*nunE^;Cxeg`P1Bi&VM?0O+ zQ}Q0R87BrwcR(q8#adD{F1knyYfBED}tt6llIWuMQhusQODaqB=a#_ zc9M1wcG|v&WkPMc@iL<#lNkjKJk4;Zh3?qU-2CE0&t+FGTQ@qDip@eUNV4e%1+6+b zbDXrtO;<|YJ+h6^M>~%+v5%fm<(hU}F=jy?Y!Ufq8!!Tj;-hq=8Pcv3SjO`=K5iC1r%4b5`W^ue za_ieVK96~;m%z?^Pal6YK|(#yKm-4b?^{0~xxVvWafhnMG<|==NQ?c807(1iL9c%c zYBTh$U)`YQ|6no}l+0=uWLh#V?)B$cYQ&Mpv04yJS9QGbxbj<}Xo$ST6v=o@<4&zQNq95~m3Huk zxNDnuP3}qfX*z?88xi&Z#9t2pknZ52?dIK%*XF+6y!f3J+u9b^;@g6dMABX`u?Yg- zNe72qwx<1sE$E^YO$Y)L=8gX(#+n!7FXkj0pH!0g`QL)4m>}n`f??RNhUDvRZv4nS z%Mt>gh_RI;@cjj+ysuN`&V~olGqKRujxOFKN%HMN^O?c|WJ>+RwXC0CyYI|@ZOxZ0 zR7-8m2yA722WkHnl#sXDzL%cYc!_%Bx@pSBUxrmq)B1tD^HTIg``%yVUCT#R9_1um zH;f(U=CGW+>%68+l<%Fs3z(r{;V3aJ3J7xM#-h!D7l?vqH81YnJ|ASYq}9je23S zDM>p`Vj|5uk4gB$iL2a41Rtb5G?j_cke{DN!C}F7!o5w~aVu~azrAYh8?U@O0){0G zT9D27F`Dq6Y1%`Tc~Ns7n`l~Q(_UHAj{K2~rP}{L<~Wo z1c8ee9Q$EkrM^p!kj~g6+{C(&44UzE;P0O8Uvura2VW}b#8z@5#CHq$UTJyw{1=4OrjuT50rxHfqDVHJI{Y~Dr zETrp(u_MA9RwM7aOq3~3-urBU<|H*wofOw8o_f%U`XVb#h z-}Bm=I!0M3uJa*}7XSc207*naRK4DP&;&i=%YCD1hpZ9er4wCCNqcc1zz%XMuu@sq zy8g$_trzMD`56!hoHOUBVZ*ksJIh!0`Itk!8(rGzdp1GR7Z#QAt;ch=y7GuuhClR$ zFU*LZq6rdIL=gnKK>&YO)+Mi;a10bZm%{7OG4w!_G#8S5^rzAeUVZ*MzVBb(lB@gW ztp{%%s|#=RW!%lRm81cJ0EpO6AnFgAUzx9-{Pver(}Gu3s-g0wA1vgZm!?3Bd#HI2 z%kURv``G3^==9YtjaRB2&%ac+pI^3EZTQ_(y=YQs_7ahHJ+ah~brN)H*RjWwRugnh zyg^*?Uz2C<$!?gA&n-*{&!hN=s8bcLv(a2eALGf5LpSHP{d>{M_SI|JwzchQt3shj zSWL^lsieJN-V)uCW+G~Va95m&T52A{u?a(bB5K?`rXUmYuo>U;=lrOt;~18akbDFt z%{}38C!?m|1Jx%eZPGl&&@9HG7SIjmS%G!^JNB^O&yZ!@lYe80gxwuQ|}Pe@(T$w@fc|U`TBxA%wh#sPqPTXUztCgR?$|PHykNKBPt*akOr{ z^`XD1mizyJ%(#T*W-rvRlYrAapg`C|B3>Zrnxm7A?3sLg zFr#);jxH|YNj|r9Nz;ZUD_TdwV@G6MrNz`g1A(-&PYmoP1G@R%|88j8IXsi!#3F$4 zVBN*1|UbN7o$m;7wcDUBz9G;hvP37<%x0JzDa{N0G`8A>GG#XJ zEMwX#+LAzld!;TO+ zJa6s#_I2;9Xd2@C&QR9EP)^zlT5_oCQB;R=dv;xpO&hy+JcX!b595oINI4O;P@m3E zNsIRErXKFQ)3mb`gNDLr?_Iz1$1UxfJ^41QQGR<9fp5(@s($pSh96_K$BTKZnESIg z+w5uGl*h(0yckHV!!7l@R6cv%RR=x#PEX5AK0#n0B5?k^&+S~NS}%Z|`M0dJJq80- z{q9IgUo3bshS?0wA%E6UZ~x?my=G>UB3mux5aM1-G!s%6$l4Ha?AvhjetFUFZ&NQ! zJP#w$EJ$gQI2uufyoa>TxPc@ty-D5!7>|e4vq;_pXc0%9^cl7H|J|c6Oa8q@YGvb@ za32Sg7_wiIRv7GdB-tXI&x^z9=b;)sRuqhsAW%R8OUd@zzvM?=nOic%oiNhj^mQ}4&?TIKnt@3`ds@Du$T znRjl44eOacR(I6*cml*EVRzu#5%#|AAnbPr+5GgWAAJ}jYzczE)`P&rg`e8T3Q`y0 zUGWvC&Kc@wX|9=!{_DR{5O_Bq+&t{A&I=nGABBg8!4+!1Oyc0eXTbFaBy1%9etri| zb;_H!T&rHZd=mNqt!V|)&dyQmS&h7tly%X(qhd~24Lp>KG}f#q9;iKy6XDXdZra03 z(P+BkWq3@IX$W@w3 ziue@bD1#3fqA?O6)Q2YBqIZ|*T9`O$zeoPZv4w7REO=JA8#XAF#zzy%$S0y9;HY1d z<-&PH)Ok(xlauExgnR|F7XnDKj(C*U|MfBBC?T_lWi&8|GXn$dt%D8nKkk(wR(jh# z#;BIJ*S4>1&H1Bjti4)J+I5BaF^emO=cXOB#V0EQ@$HGGJuGjAJK>qe0Ee5bX%Cww zJQ5O$Kx3n_U(YQ5Nh)n8hP3lug@+B;*28ct>&|v9XWI0AXU`LcD=!GJKQ|#Eob7xbC2 zh^m!cf)Hpv?fCO-$DYhp9QhLN??96nx}d{~yU${L`}tj#I;TwEPe^-zUl(b={}H%; z-&u3^%C0%h_SI>yd;b@os}BBN`aAHsp`RbNb?L;HjytEn<*9Z15p}6`wNhVSBLLFA z6FdOUfZvb9=QUoeUY&lmwr3}4kB4d+ZIh>(_PvYdoduxfWvHfk*J;L2xz1VoQ?0GA zTxs6;SvAdjyj;1fNT&7F<~^(@eE68Q3~t5qC_Tn33`VA38?$+**^C9EJaqq$sQvDL zN?DnV%CB0cmR|H_<+V3c;!yL=hY;HVYba>bwT4_rF%e`rWH{86cQKjKdC91GFJREX zuMVuv#76{~OJ38|9Fy!y>eFMPNHb4tn69z3g8ZsBziD}!KTKt;`XZqQ$zetvSXX#t z$TGzsY40*PDkJToCzw#vUMNfXB769#0bNg6XM{nNK*(q(&!E#|akN!x-zQW2Q&vk^ogIl-d(z0e4>ypzUit&I%OyY2 za5q1Ams&OrYhPexEYNW_X8c(=vPxK3&q^FqQXu-@>H#GB-q zp`5hG$+b>LncgPtY)6PYQAkcWebwp1c3a*&)2XvR(Vsq}N!YpKshbOygRI{gr0iR+ z9(VtWdzwxp;C!MjNP{cb7TYm+5o5AzsQMEky%+&FNW8f_| z?)`N))u>&N_Hp==AZg$Gg^SNqZ`^#7ChdCSAoY!gEtR#$=xXGhB&!;EClNE6WnJY! zuz9DTWTas2(GJ8g>|-^XcNQVRq^-UtwJ2*aE1pN`sEdJ^8GH)$gDh*CcV+<5jrgu^ zUzZt@R-=yl3=ef^dFoM^r@)MbngYa7lOETmvkhu7w8mVsVx)7g&3)q9bjrkdkY^sD zTu9gvS5DL;&1RU75>^ONbiovfSy(-KHKNYib`NDYE$;9)w0mlsa1wO?kal!ahxlMX z!-Uvy@DO$cgiJ!h5ZGmT(;3i^^&e>mVRxWmho-;P?Nontg5c_(A2@4a!eA0{1c5{& z5V=FW;s-AtH={FWPsZ!<3oxG3BB>>#E9_8;4d=rh|+~)%HLW3dW=!J@< z%HBr+r2S*~GoVfTuFp?6Q@wuMZF)YVUK%pid^PgUEY-++m{$Fdtc1KXbEJ9K<*H0t ztu|qGqit0e1A~a_iKcG_vl%uNtau)3-b>1WdvI`L`c;sDoCNXQ`FUGyd(vr|w6kpcycbk< z*;06uftgHzhZ{*KH54HOW(iJ^1Memo4v9In=pL_c7qb`S&?{=#0 z5MWNqgDpJ7F|lEJYy?>!ljMgdCSAGKvM^PClYl^*^8YiPw)b?Q9qX&Wdqiv4p$Wu9 z?7Ng}UqAJrnUD5W`_hgeur(ksb-xGbF7?|JUpn^Jeqf)6NA(v|{G!aS!O?TOw{f5{ z0CQ*d%6YlZp{*NwyS?77Khpp8b~93cEfD}|KMD2Sh4;?;o}YYm*($RWtbcZ{3tFteYd6>tr|=kME0SwI!MB{W z^SbCQ;(x@xaBa{o)9|ZQMm?hilAnG@05-8h1Kawl`MT5>0&$six_5-v@LB20$U>j(++&-pSvwl--M>=3$S^A8lP$5K%?&{D0q|d9qVg+-VAj7 zMdLoet{`r{FMxLZ2K-~_+)K|>uitWuB55~)WU-4GOO#k^&ATC{CGEvD@5V>EkuAO_ znKC9QrSaX^*OPRS-&F`k`&}U^Bx@)~a$3;5lSsl|CfXrS(dJ#(0blEE%M3v1ImgIs z+R`L2l1CF$7*1=O_=vn$wRs0Y^*fc?=Ex(|ki9;voAX+lRm-#g3da=iG^0mhxR%tW zLu?Rb{BR%H2%2+a_EJL3%RxXn2KK)^l$*Yk=c%L-F~r-{rDY)*M$o^OrbTb1;Jk+WI<}vgPDDqSN|1=z7@Q*Z{AD_(wMZ+cNU8Ue;;K>U{;$&UkIslk*?v zv4s9dAm>H!ATuAl2G)M9-Q4iU>7Tf#rT1Etngsztz#wqJ zNqQyI8I8+M{zvN??~9mtHNnc*`)TJ3y*zpBt7EZ1v3~n6b~_OZu)AH%Sk%pyXG;u!@VKeg;>;Y zG}tCi*AZ)%@g7_n4bNEH?CJO|@8qoYZLYr!MwGg<<)l5N{H!;`LXT0lfV3CtK^;c^ z5>gK(4_+3lRfp+;?E4dedS9Iqa8hV5zPMqw1(P%o_MBP?v##IRZPv|G4to%GX%Ykh zL7=Y@Xng;@{2F`vDm5S(4n1~si5`PjXL4vun>MXJo12Y+dIRBkIKwmT&N;LvzO51MQhg$Y}{kh zvTn@m1sU0Iv$38^CNElhtqn>btIorG(Wc2Tj`g4-+T%7f*Tn379B__d2K;@`v{yeW z9jv1%u}+Ut&ep-crBs~=o&FLb@IMte!WEn%Qfxh`sr(cJ}{Uzd5>~g0S^)B zw)}dXC_nv*z%QRaGwmtsFuGvumB7#OSP%yHd54?zZ?shYXxQ9-f68Gqg|zny;8Lj| z&~pT?KIHxt*Nl7M$GN1C>e(|6XZE(;GoAq~@r@_}uA@`unO*(YW^&(p%6D zNc-jBDL>_{{OXNU)ch$|D4V2RyDFqMH)1g{GZi*RqEceU5|g3UW;0dWi)89f^Bxnc zCWk%IylZ(uVmGFFFBi!4gTzpq#ei5A@Gs9Cos&$)&1QU9!i+ifODa8bl+NLIcBlf-(!egAp~Unhy1Ze6{?$Ju;PJ4<8uh3;Gw3jN>#q;yB-)b<$AcNfl*FOmAZ5g- zVK*m8rIg>aGG`BirBGc+!ox}o*=E^Fq@D5c!Dcn{7*kJN{-X*5#%hH5UkR452+T?kx%(1UNH z#}g;cKmLz+vtEXevnRp+y`k3YIq2t%uipPAo;zr7(LhDnyvhcu{DWF<++^T;!Byy_ zChc$D{tNZek1oUV+X2k8iG^IqVZZzp;Z#3!LQ=86>W#bz42xo)0-UFyYKY1Ko zr;9r5Do6$a+N5Nz@HlFUf;Cyui1& zQEJ<6$^DZsi1NtQ0gUjgq<}?`F_Ig3Dmq zGW{?z8~jV^joQ|EJP#&Lj@s#ra|_}GuxH=!D2RIo^%?@sJt`^L;%Pb^`OAoUfwWfA zrjw*s(x#V_bWM2CcATtlgrsY--X%}jfB9EWK-zQPkO?fI=x^9pg-$o21!?F7RdEPlj$xfX#MI%w-w z2bTLkzu5mDGLNAaph_KrKtCYRxYx|)w3Yp_?**%CH3x>z89s0L-06od)vU=1ueF-h zEfsAB0wC?fQSA5FzQN+_uqe-yXMJ7e+FF&B4&QEZqQgA#V92A66Y^ewrUaKlYE-?clfl&DT}yYp=jeCQ~5lJ<+Cj zA?YOABXFH*{egOwHgSWFLDC-%+KObN#+v@oD+Ov$EBSe6UJ|xypVmqI(2a_r1edZLrX022 z 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 +<% var headerTitle = headerPieces[0] %> +<% var headerIcon = headerPieces[1] %> +<% var headerSub = headerPieces[2] %> +<% var file = title %> + + + + + <%= headerTitle %> + + + + + + + + + + + + + +
+ + +
+ +
+
+

+ + <%= headerTitle %> +
<%= headerSub %>
+

+
+
+ +
+ <% for (var i=1, l=sections.length; i + <% var section = sections[i]; %> + <% var NOOP = section.docsText.match(/^NOOP/); %> + <% if (!NOOP) { %> + <% var heading = section.docsText.match(/^# ([^\(\)]*)(\(\))?\n/); %> + <% var headingID = heading ? heading[1] : '' %> +
+
+ <% docsHtml = section.docsHtml %> + + + + <%= docsHtml %> +
+ <% if (section.codeText.replace(/\s/gm, '') != '') { %> +
<%= section.codeHtml %>
+ <% } %> +
+ <% } %> + <% } %> +
+
+
+ + diff --git a/docs/node_modules/ruby/docs/index.html b/docs/node_modules/ruby/docs/index.html new file mode 100644 index 0000000..df83941 --- /dev/null +++ b/docs/node_modules/ruby/docs/index.html @@ -0,0 +1,309 @@ + + + + + + + + + + Ruby for Node + + + + + + + + + + + + + +
+ + +
+ +
+
+

+ + Ruby for Node +
Helper methods from ruby ported to Node.
+

+
+
+ +
+ + + + + + + + + + +
+
+ + + + +

Getting Started

+
npm install ruby --save
+
+
let r = require('ruby');
+
+let words = r.w('I am not throwing away my shot!');
+words; // ['I', 'am', 'not', 'throwing', 'away', 'my', 'shot!']
+
+ +
+ +
+ + + + + + + + + + + +
+
+ + + + +

$stdout - Docs

+

A collection of methods that output to stdout. All the methods +are available both on the $stdout object and as standalone methods.

+ + +
+ +
    this.$stdout = new $Stdout();
+    assign(this, this.$stdout);
+ +
+ + + + + + + +
+
+ + + + +

int - Docs

+ + +
+ +
    this.int = new _Integer();
+ +
+ + + + + + + +
+
+ + + + +

str - Docs

+ + +
+ +
    this.str = new _String();
+ +
+ + + + + + + +
+
+ + + + +

Percent Strings - Docs

+ + +
+ +
    assign(this, new PercentStrings());
+ +
+ + + + + + + + + + + +
+
+ + + + +

add_methods_to_number_prototype

+

If you’d like the Integer Methods as attributes on any number, just run this method.

+
ruby.add_methods_to_number_prototype();
+
+ +
+ +
  add_methods_to_number_prototype () {
+    _addMethodsToPrototype(Number.prototype, this.int);
+  }
+ +
+ + + + + + + +
+
+ + + + +

add_methods_to_string_prototype

+

If you’d like the String Methods as attributes on any string, just run this method.

+
ruby.add_methods_to_string_prototype();
+
+ +
+ +
  add_methods_to_string_prototype () {
+    _addMethodsToPrototype(String.prototype, this.str);
+  }
+ +
+ + + + + + +
+
+
+ + diff --git a/docs/node_modules/ruby/docs/integer.html b/docs/node_modules/ruby/docs/integer.html new file mode 100644 index 0000000..6960ffc --- /dev/null +++ b/docs/node_modules/ruby/docs/integer.html @@ -0,0 +1,666 @@ + + + + + + + + + + Integer + + + + + + + + + + + + + +
+ + +
+ +
+
+

+ + Integer +
The final countdown.
+

+
+
+ +
+ + + + + + +
+
+ + + + +

Methods

+ +

These can be called through the int object on ruby:

+
ruby.int.even(5); // false
+
+

Or, if you call the add_methods_to_number_prototype method, you can call each applicable method as a property on any number.

+
ruby = require('ruby');
+ruby.add_methods_to_number_prototype();
+
+let number = 5;
+number.odd; // true
+
+

Note: because Javascript will interpret a . after a number as a float, you cannot call the properties directly on the number or you will get a syntax error. Instead, you can call the property like this:

+
// set a variable
+let number = 5;
+number.odd; // true
+
+// use the .. notation
+5..odd; // true
+
+// surround it in ()
+(5).odd; //true
+
+

The examples below will always use the prototype version, unless otherwise specified.

+ +
+ +
export default class _Integer {
+  constructor () {
+    this.char = char;
+    this.downto = downto;
+    this.even = even;
+    this.even_questionmark = this.even;
+    this.gcd = gcd;
+    this.gcdlcm = gcdlcm;
+    this.lcm = lcm;
+    this.next = next;
+    this.odd = odd;
+    this.odd_questionmark = this.odd;
+    this.pred = pred;
+    this.succ = this.next;
+    this.times = times;
+    this.upto = upto;
+    this.to_i = to_i;
+  }
+}
+ +
+ + + + + + + +
+
+ + + + +

char

+

Returns a string containing the character represented by the number’s value.

+
(1).char; // 'A'
+
+ +
+ +
function char(num) {
+  num = _check_number(num, this);
+
+  return String.fromCharCode(num);
+}
+ +
+ + + + + + + +
+
+ + + + +

downto

+

Iterates the given block, passing in integer values from int up to and including limit.

+
let x = [];
+let number = (5).downto(10, (n) => {
+  x.push(n);
+});
+
+x; // [5, 4, 3, 2, 1]
+
+ +
+ +
function downto(original_number, downto_number, block) {
+  original_number = _check_number(original_number, this);
+
+  for (var i = original_number; i >= downto_number; i--) {
+    block(i);
+  }
+
+  return original_number;
+}
+ +
+ + + + + + + +
+
+ + + + +

even

+

Returns true if number is even.

+

even_questionmark is an alias of even.

+
let is_even = (4).even;
+is_even; // true
+
+is_even = (5).even;
+is_even; // false
+
+ +
+ +
function even(num) {
+  num = _check_number(num, this);
+
+  return num % 2 === 0;
+}
+ +
+ + + + + + + +
+
+ + + + +

gcd

+

Returns the greatest common divisor (always positive).

+
(2).gcd(2); // 2
+(3).gcd(-7); // 1
+
+

(0).gcd(x) and x.gcd(0) return abs(x).

+
(0).gcd(-7); // 7
+(7).gcd(0); // 7
+
+ +
+ +
function gcd(number_1, number_2) {
+  number_1 = _check_number(number_1, this);
+
+  if (number_2) {
+    return gcd(number_2, number_1 % number_2);
+  } else {
+    return Math.abs(number_1);
+  }
+}
+ +
+ + + + + + + +
+
+ + + + +

gcdlcm

+

Returns an array. The first element is the greatest common divisor and the second is the least common multiple.

+
(2).gcdlcm(2); // [2, 2]
+(3).gcdlcm(-7); // [1, 21]
+
+ +
+ +
function gcdlcm(number_1, number_2) {
+  number_1 = _check_number(number_1, this);
+
+  let greatest_common_divisor = gcd(number_1, number_2);
+  let least_common_multiple = lcm(number_1, number_2);
+
+  return [greatest_common_divisor, least_common_multiple];
+}
+ +
+ + + + + + + +
+
+ + + + +

lcm

+

Returns the least common multiple (always positive).

+
(2).lcm(2); // 2
+(3).lcm(-7); // 21
+
+

(0).lcm(x) and x.lcm(0) return zero.

+
(0).gcd(-7); // 0
+(7).gcd(0); // 0
+
+ +
+ +
function lcm(number_1, number_2) {
+  number_1 = _check_number(number_1, this);
+
+  let top_of_equation = Math.abs(number_1 * number_2);
+  let bottom_of_equation = gcd(number_1, number_2);
+
+  return top_of_equation / bottom_of_equation;
+}
+ +
+ + + + + + + + + + + + + + + +
+
+ + + + +

odd

+

Returns true if number is odd.

+

odd_questionmark is an alias of odd.

+
let is_odd = (4).odd;
+is_odd; // true
+
+is_odd = (5).odd;
+is_odd; // false
+
+ +
+ +
function odd(num) {
+  num = _check_number(num, this);
+
+  return num % 2 != 0;
+}
+ +
+ + + + + + + +
+
+ + + + +

pred

+

Returns the Integer equal to int - 1.

+
let previous_number = (1).pred;
+previous_number; // 0
+
+previous_number = (-1).pred;
+previous_number; // -2
+
+ +
+ +
function pred(num) {
+  num = _check_number(num, this);
+
+  return num - 1;
+}
+ +
+ + + + + + + +
+
+ + + + +

times

+

As int is already a Number, all these methods simply return the receiver.

+
let x = [];
+let number = (5).times((n) => {
+  x.push(n);
+});
+
+x; // [0, 1, 2, 3, 4]
+
+ +
+ +
function times(num, block) {
+  num = _check_number(num, this);
+
+  _times(num, block);
+
+  return num;
+}
+ +
+ + + + + + + +
+
+ + + + +

upto

+

Iterates the given block, passing in integer values from int up to and including limit.

+
let x = [];
+let number = (5).upto(10, (n) => {
+  x.push(n);
+});
+
+x; // [5, 6, 7, 8, 9, 10]
+
+ +
+ +
function upto(original_number, upto_number, block) {
+  original_number = _check_number(original_number, this);
+
+  for (var i = original_number; i <= upto_number; i++) {
+    block(i);
+  }
+
+  return original_number;
+}
+ +
+ + + + + + + +
+
+ + + + +

to_i

+

As int is already a Number, all these methods simply return the receiver.

+
let number = 1;
+number.to_i; // 1
+
+ +
+ +
function to_i(num) {
+  num = _check_number(num, this);
+
+  return num;
+}
+ +
+ + + + + + +
+
+
+ + diff --git a/docs/node_modules/ruby/docs/percent_strings.html b/docs/node_modules/ruby/docs/percent_strings.html new file mode 100644 index 0000000..132d219 --- /dev/null +++ b/docs/node_modules/ruby/docs/percent_strings.html @@ -0,0 +1,182 @@ + + + + + + + + + + Percent Strings + + + + + + + + + + + + + +
+ + +
+ +
+
+

+ + Percent Strings +
Only a percent of a string.
+

+
+
+ +
+ + + + + + +
+
+ + + + +

Methods

+

Inspired by Ruby’s Percent Strings

+ + +
+ +
export default class PercentStrings {
+  constructor () {
+    this.w = w;
+    this.percent_w = percent_w;
+  }
+}
+ +
+ + + + + + + +
+
+ + + + +

w()

+

Inspired by Ruby’s %w.

+

Takes in a string as an argument and converts it to an array, deliminated by spaces.

+
import {w} from 'ruby';
+
+let words = w('Hercules Mulligan!');
+words; // ['Hercules', 'Mulligan!'];
+
+

Takes an options hash where you can specify a specific delimeter. Use this if you need an element to contain whitespaces, as escaping the white space character will not work.

+
let my_shot = 'I am not throwing away my shot.';
+let words = w(my_shot, { delimiter: 'not' });
+words; // ['I am ', ' throwing away my shot.'];
+
+ +
+ +
function w (words, options={}) {
+  let delimiter = options.delimiter || ' ';
+  let wordsArray = words.split(delimiter);
+
+  return wordsArray;
+}
+ +
+ + + + + + + +
+
+ + + + +

percent_w()

+

An alias for w. Javascript doesn’t allow methods to start with a % sign 😢

+
import {percent_w} from 'ruby';
+
+let you_say = percent_w('You say the price of my love\'s not a price that you\'re willing to pay.');
+you_say; // ['You', 'say', 'the', 'price', 'of', 'my', 'love\'s', 'not', 'a', 'price', 'that', 'you\'re', 'willing', 'to', 'pay.']
+
+ +
+ +
let percent_w = w;
+ +
+ + +
+
+
+ + diff --git a/docs/node_modules/ruby/docs/stdout.html b/docs/node_modules/ruby/docs/stdout.html new file mode 100644 index 0000000..3895bde --- /dev/null +++ b/docs/node_modules/ruby/docs/stdout.html @@ -0,0 +1,303 @@ + + + + + + + + + + $stdout + + + + + + + + + + + + + +
+ + +
+ +
+
+

+ + $stdout +
Get the stdout!
+

+
+
+ +
+ + + + + + +
+
+ + + + +

Methods

+ + +
+ +
export default class $Stdout {
+  constructor () {
+    this.putc = putc;
+    this.puts = puts;
+  }
+}
+ +
+ + + + + + + +
+
+ + + + +

putc()

+
import { putc } from 'ruby';
+
+

Prints a character to stdout. Only prints the first letter of the string and only takes in a single string or number.

+
putc('ABC');
+// A
+
+

Prints the character equivalent of the number that is passed in.

+
putc(65);
+// A
+
+

Does not print new new lines.

+
putc('A');
+putc('B');
+putc('C');
+// ABC
+
+

Returns the original argument

+
let word = putc('ABC');
+word; // 'ABC'
+
+ +
+ +
function putc (arg) {
+  if (arguments.length !== 1) {
+    throw `ArgumentError: wrong number of arguments (${arguments.length} for 1)`;
+  }
+
+  if (!(isNumber(arg) || isString(arg))) {
+    throw `no implicit conversion of ${typeof arg} into Integer (TypeError)`;
+  }
+
+  let output;
+
+  if (isString(arg)) {
+    output = arg.slice(0, 1);
+  } else {
+    output = String.fromCharCode(arg);
+  }
+
+  process.stdout.write(output);
+
+  return arg;
+}
+ +
+ + + + + + + +
+
+ + + + +

puts()

+
import {puts} from 'ruby';
+
+

Strings

+

Prints the string to stdout

+
puts('this is a test');
+// this is a test
+
+

Numbers

+

Prints the number to stdout

+
puts(10);
+// 10
+
+

Boolean

+

Prints the boolean to stdout

+
puts(true);
+// true
+
+

Regex

+

Prints the regex in the form (?-mix:the_regex)

+
let regex = /^this is a test$/;
+puts(regex);
+// (?-mix:^this is a test$)
+
+

Undefined or Null

+

Prints an empty string to stdout

+
puts(null);
+// ''
+
+puts(undefined);
+// ''
+
+

NaN

+

Prints the string NaN

+
puts(NaN);
+// NaN
+
+puts(0/0);
+// NaN
+
+

Error

+

Prints the string NaN

+
puts(NaN);
+// NaN
+
+puts(0/0);
+// NaN
+
+

Arrays

+

Prints each element to stdout on a new line

+
puts(['this', 'is', 'a', 'test']);
+// this
+// is
+// a
+// test
+
+

Plain Objects

+

Prints the string version of objects that inherit directly from the Object prototype

+
puts({this_is: 'a test'});
+// { this_is: 'a test' }
+
+

Other Objects

+

Prints the object’s construtor’s name in the form: #<ClassName>. Unfortunately, javascript does not expose the memory location of the object, so that can not be added as a reference id to the ouput.

+
puts(ruby.$stdout);
+// #<$Stdout>
+
+

Functions

+

Prints the function’s construtor’s name in the form: #<Name>.

+
puts(function () { return 'this is a test'});
+// #<Function>
+
+

Multiple Arguments

+

If multiple arguments are passed in, they’ll be printed to stdout separated by new lines

+
puts('this', 'is', 'a', 'test', ruby.$stdout);
+// this
+// is
+// a
+// test
+// #<$Stdout>
+
+ +
+ +
function puts () {
+  each(arguments, (arg) => {
+    if (isString(arg) || isNumber(arg) || isBoolean(arg)) {
+      _printWithNewLine(String(arg));
+    } else if (isNull(arg) || isUndefined(arg)) {
+      _printWithNewLine('');
+    } else if (isRegExp(arg)) {
+      let stringifiedRegEx = _convertRegexToString(arg);
+      _printWithNewLine(stringifiedRegEx);
+    } else if (arg instanceof Error) {
+      let stringifiedError = _convertErrorToString(arg);
+      _printWithNewLine(stringifiedError);
+    } else if (isArray(arg)) {
+      each(arg, (element) => {
+        puts(element);
+      });
+    } else if (!isPlainObject(arg) && isObject(arg)) {
+      _printWithNewLine(`#<${arg.constructor.name}>`);
+    } else {
+      console.log(arg); // hack to make plain objects print semi-correctly
+    }
+  });
+}
+ +
+ + + + + + +
+
+
+ + diff --git a/docs/node_modules/ruby/docs/string.html b/docs/node_modules/ruby/docs/string.html new file mode 100644 index 0000000..40940dd --- /dev/null +++ b/docs/node_modules/ruby/docs/string.html @@ -0,0 +1,405 @@ + + + + + + + + + + String + + + + + + + + + + + + + +
+ + +
+ +
+
+

+ + String +
All strings attached!
+

+
+
+ +
+ + + + + + +
+
+ + + + +

Methods

+ +

These can be called through the str object on ruby:

+
ruby.str.downcase('hEllO'); // hello
+
+

Or, if you call the add_methods_to_string_prototype method, you can call each applicable method as a property on any string.

+
ruby = require('ruby');
+ruby.add_methods_to_string_prototype();
+
+'hEllO'.downcase; // hello
+
+

The examples below will always use the prototype version, unless otherwise specified.

+ +
+ +
export default class _String {
+  constructor () {
+    this.chars = chars;
+    this.downcase = downcase;
+    this.empty = empty;
+    this.empty_questionmark = this.empty;
+    this.reverse = reverse;
+    this.upcase = upcase;
+  }
+ +
+ + + + + + + +
+
+ + + + +

new

+

Creates a new string.

+

Only available on ruby.str, not as a method on an instance of String.

+
let new_string = ruby.str.new('abc');
+new_string; // 'abc'
+
+ +
+ +
  new (str) {
+    return `${str}`;
+  }
+ +
+ + + + + + + + + + + +
+
+ + + + +

chars

+

Returns the characters of the string in an array.

+
let chars = 'abc'.chars;
+chars; // ['a', 'b', 'c']
+
+ +
+ +
function chars(str) {
+  str = _check_string(str, this);
+
+  return str.split('');
+}
+ +
+ + + + + + + +
+
+ + + + +

downcase

+

Returns the string with all lowercase letters.

+
let str = 'hEllO'.downcase;
+str; // 'hello'
+
+ +
+ +
function downcase(str) {
+  str = _check_string(str, this);
+
+  return str.toLowerCase();
+}
+ +
+ + + + + + + +
+
+ + + + +

empty

+

Returns true if the string is empty and false if it is not.

+
'hello'.empty; // false
+' '.empty; // false
+''.empty; // true
+
+

empty_questionmark is an alias for empty.

+ +
+ +
function empty(str) {
+  str = _check_string(str, this);
+
+  return str.length === 0;
+}
+ +
+ + + + + + + +
+
+ + + + +

reverse

+

Returns the string in reverse order.

+
let str = 'stressed'.reverse;
+str; // 'desserts'
+
+ +
+ +
function reverse(str) {
+  str = _check_string(str, this);
+
+  let parts = str.split('');
+  let reversedParts = parts.reverse();
+  let reversed = reversedParts.join('');
+
+  return reversed;
+}
+ +
+ + + + + + + +
+
+ + + + +

upcase

+

Returns the string with all uppercase letters.

+
let str = 'hEllO'.upcase;
+str; // 'HELLO'
+
+ +
+ +
function upcase(str) {
+  str = _check_string(str, this);
+
+  return str.toUpperCase();
+}
+ +
+ + + + + + +
+
+
+ + diff --git a/docs/node_modules/ruby/docs/style.css b/docs/node_modules/ruby/docs/style.css new file mode 100644 index 0000000..f784cb1 --- /dev/null +++ b/docs/node_modules/ruby/docs/style.css @@ -0,0 +1,21 @@ +#background { + bottom: 0; + position: fixed; + right: 0; + top: 0; + width: 50%; +} + +.section-link { + left: -10px; + position: absolute; + top: 47px; +} + +#menu-buttons { + margin-left: 10px; +} + +#container { + margin-top: 20px; +} diff --git a/docs/node_modules/ruby/docs/top_level_methods.html b/docs/node_modules/ruby/docs/top_level_methods.html new file mode 100644 index 0000000..5d2e941 --- /dev/null +++ b/docs/node_modules/ruby/docs/top_level_methods.html @@ -0,0 +1,138 @@ + + + + + + + + + + Top Level Methods + + + + + + + + + + + + + +
+ + +
+ +
+
+

+ + Top Level Methods +
Ruby-like helper methods.
+

+
+
+ +
+ + + + + + +
+
+ + + + +

w()

+

Inspired by Ruby’s %w.

+

Takes in a string as an argument and converts it to an array, deliminated by spaces.

+
import {w} from 'ruby';
+
+let words = w('Hercules Mulligan!');
+words; // ['Hercules', 'Mulligan!'];
+
+

Takes an options hash where you can specify a specific delimeter.

+
let my_shot = 'I am not throwing away my shot.';
+let words = w(my_shot, { delimiter: 'not' });
+words; // ['I am ', ' throwing away my shot.'];
+
+ +
+ +
export function w (words, options={}) {
+  let delimiter = options.delimiter || ' ';
+  let wordsArray = words.split(delimiter);
+
+  return wordsArray;
+}
+ +
+ + + + + + + +
+
+ + + + +

percent_w()

+

An alias for w. Javascript doesn’t allow methods to start with a % sign 😢

+
import {percent_w} from 'ruby';
+
+let you_say = percent_w('You say the price of my love\'s not a price that you\'re willing to pay.');
+you_say; // ['You', 'say', 'the', 'price', 'of', 'my', 'love\'s', 'not', 'a', 'price', 'that', 'you\'re', 'willing', 'to', 'pay.']
+
+ +
+ +
export var percent_w = w;
+ +
+ + +
+
+
+ + diff --git a/docs/node_modules/ruby/package.json b/docs/node_modules/ruby/package.json new file mode 100644 index 0000000..fbe435d --- /dev/null +++ b/docs/node_modules/ruby/package.json @@ -0,0 +1,45 @@ +{ + "name": "ruby", + "version": "0.6.1", + "description": "Helper methods from ruby ported to Node.", + "main": "dist/index.js", + "scripts": { + "build": "gulp babel", + "docs": "gulp docs", + "docs:deploy": "gulp docs:deploy", + "lint": "gulp lint", + "test": "npm run build && npm run lint && gulp test" + }, + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/crookedneighbor/ruby-node.git" + }, + "keywords": [ + "ruby", + "util" + ], + "author": "Blade Barringer ", + "license": "ISC", + "bugs": { + "url": "https://github.com/crookedneighbor/ruby-node/issues" + }, + "homepage": "https://github.com/crookedneighbor/ruby-node#readme", + "devDependencies": { + "babel": "^5.8.21", + "chai": "^3.2.0", + "chai-as-promised": "^5.1.0", + "del": "^2.0.2", + "docco": "^0.7.0", + "eslint-plugin-mocha": "^1.0.0", + "glob": "^5.0.15", + "gulp": "^3.9.0", + "gulp-babel": "^5.3.0", + "gulp-eslint": "^1.0.0", + "gulp-gh-pages": "^0.5.3", + "logtrap": "0.0.1", + "mocha": "^2.3.3" + }, + "dependencies": { + "lodash": "^4.13.0" + } +} diff --git a/docs/package-lock.json b/docs/package-lock.json new file mode 100644 index 0000000..032bd78 --- /dev/null +++ b/docs/package-lock.json @@ -0,0 +1,89 @@ +{ + "name": "docs", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "dependencies": { + "react": "^18.2.0", + "ruby": "^0.6.1" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "node_modules/loose-envify": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "dependencies": { + "js-tokens": "^3.0.0 || ^4.0.0" + }, + "bin": { + "loose-envify": "cli.js" + } + }, + "node_modules/react": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", + "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", + "dependencies": { + "loose-envify": "^1.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ruby": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/ruby/-/ruby-0.6.1.tgz", + "integrity": "sha512-TjMB+HyxathhcgvtQ3jkYWWjW3t9q+3VPLe0jpsm1x8tryXJ3626rO6gQ+0S12Oyac+Glp6KDuy1JBdKND+eSQ==", + "dependencies": { + "lodash": "^4.13.0" + } + } + }, + "dependencies": { + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + }, + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "loose-envify": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "requires": { + "js-tokens": "^3.0.0 || ^4.0.0" + } + }, + "react": { + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", + "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", + "requires": { + "loose-envify": "^1.1.0" + } + }, + "ruby": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/ruby/-/ruby-0.6.1.tgz", + "integrity": "sha512-TjMB+HyxathhcgvtQ3jkYWWjW3t9q+3VPLe0jpsm1x8tryXJ3626rO6gQ+0S12Oyac+Glp6KDuy1JBdKND+eSQ==", + "requires": { + "lodash": "^4.13.0" + } + } + } +} diff --git a/docs/package.json b/docs/package.json new file mode 100644 index 0000000..2341482 --- /dev/null +++ b/docs/package.json @@ -0,0 +1,6 @@ +{ + "dependencies": { + "react": "^18.2.0", + "ruby": "^0.6.1" + } +}