@alma-cdk/project 1.0.0-beta.0 → 1.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +681 -13
- package/API.md +463 -24
- package/README.md +0 -6
- package/lib/configurations/accounts.js +1 -1
- package/lib/context/account.js +1 -1
- package/lib/context/environment.js +1 -1
- package/lib/name/name-path.js +1 -1
- package/lib/name/name-url.js +1 -1
- package/lib/name/name.js +1 -1
- package/lib/project/account-type.js +4 -5
- package/lib/project/environment-type.js +1 -1
- package/lib/project/envregexp.js +1 -1
- package/lib/project/project-context.js +4 -4
- package/lib/project/project.js +1 -1
- package/lib/smartstack/name/index.js +3 -3
- package/lib/smartstack/stack.js +1 -1
- package/lib/smartstack/tags/checks.js +4 -4
- package/lib/smartstack/tags/taggers.js +4 -4
- package/lib/smartstack/termination/index.js +3 -3
- package/lib/utils/find.d.ts +2 -0
- package/lib/utils/find.js +13 -0
- package/lib/utils/find.test.d.ts +1 -0
- package/lib/utils/find.test.js +37 -0
- package/lib/utils/get.d.ts +1 -0
- package/lib/utils/get.js +13 -0
- package/lib/utils/get.test.d.ts +1 -0
- package/lib/utils/get.test.js +30 -0
- package/lib/utils/isNonEmptyString.d.ts +1 -0
- package/lib/utils/isNonEmptyString.js +8 -0
- package/lib/wrapper/account.js +1 -1
- package/lib/wrapper/environment.js +1 -1
- package/node_modules/camel-case/package.json +1 -5
- package/node_modules/capital-case/package.json +1 -5
- package/node_modules/change-case/package.json +1 -5
- package/node_modules/constant-case/package.json +1 -5
- package/node_modules/dot-case/package.json +1 -5
- package/node_modules/header-case/package.json +1 -5
- package/node_modules/lower-case/package.json +1 -5
- package/node_modules/no-case/package.json +1 -5
- package/node_modules/param-case/package.json +1 -5
- package/node_modules/pascal-case/package.json +1 -5
- package/node_modules/path-case/package.json +1 -5
- package/node_modules/sentence-case/package.json +1 -5
- package/node_modules/snake-case/package.json +1 -5
- package/node_modules/{camel-case/node_modules/tslib → tslib}/README.md +1 -1
- package/node_modules/tslib/SECURITY.md +41 -0
- package/node_modules/tslib/modules/index.d.ts +37 -0
- package/node_modules/{camel-case/node_modules/tslib → tslib}/modules/index.js +13 -0
- package/node_modules/{capital-case/node_modules/tslib → tslib}/package.json +13 -8
- package/node_modules/{capital-case/node_modules/tslib → tslib}/tslib.d.ts +55 -0
- package/node_modules/{change-case/node_modules/tslib → tslib}/tslib.es6.js +125 -3
- package/node_modules/tslib/tslib.es6.mjs +370 -0
- package/node_modules/{change-case/node_modules/tslib → tslib}/tslib.js +107 -3
- package/node_modules/upper-case/package.json +1 -5
- package/node_modules/upper-case-first/package.json +1 -5
- package/package.json +28 -31
- package/.gitattributes +0 -25
- package/.nvmrc +0 -1
- package/lib/utils/isSet.d.ts +0 -1
- package/lib/utils/isSet.js +0 -9
- package/node_modules/a-sync-waterfall/LICENSE +0 -21
- package/node_modules/a-sync-waterfall/README.md +0 -95
- package/node_modules/a-sync-waterfall/index.js +0 -83
- package/node_modules/a-sync-waterfall/package.json +0 -25
- package/node_modules/a-sync-waterfall/test.js +0 -77
- package/node_modules/asap/CHANGES.md +0 -70
- package/node_modules/asap/LICENSE.md +0 -21
- package/node_modules/asap/README.md +0 -237
- package/node_modules/asap/asap.js +0 -65
- package/node_modules/asap/browser-asap.js +0 -66
- package/node_modules/asap/browser-raw.js +0 -223
- package/node_modules/asap/package.json +0 -62
- package/node_modules/asap/raw.js +0 -101
- package/node_modules/camel-case/node_modules/tslib/package.json +0 -42
- package/node_modules/camel-case/node_modules/tslib/tslib.d.ts +0 -398
- package/node_modules/camel-case/node_modules/tslib/tslib.es6.js +0 -248
- package/node_modules/camel-case/node_modules/tslib/tslib.js +0 -317
- package/node_modules/capital-case/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/capital-case/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/capital-case/node_modules/tslib/README.md +0 -164
- package/node_modules/capital-case/node_modules/tslib/modules/index.js +0 -55
- package/node_modules/capital-case/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/capital-case/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/capital-case/node_modules/tslib/tslib.es6.js +0 -248
- package/node_modules/capital-case/node_modules/tslib/tslib.html +0 -1
- package/node_modules/capital-case/node_modules/tslib/tslib.js +0 -317
- package/node_modules/change-case/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/change-case/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/change-case/node_modules/tslib/README.md +0 -164
- package/node_modules/change-case/node_modules/tslib/modules/index.js +0 -55
- package/node_modules/change-case/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/change-case/node_modules/tslib/package.json +0 -42
- package/node_modules/change-case/node_modules/tslib/tslib.d.ts +0 -398
- package/node_modules/change-case/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/change-case/node_modules/tslib/tslib.html +0 -1
- package/node_modules/constant-case/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/constant-case/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/constant-case/node_modules/tslib/README.md +0 -164
- package/node_modules/constant-case/node_modules/tslib/modules/index.js +0 -55
- package/node_modules/constant-case/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/constant-case/node_modules/tslib/package.json +0 -42
- package/node_modules/constant-case/node_modules/tslib/tslib.d.ts +0 -398
- package/node_modules/constant-case/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/constant-case/node_modules/tslib/tslib.es6.js +0 -248
- package/node_modules/constant-case/node_modules/tslib/tslib.html +0 -1
- package/node_modules/constant-case/node_modules/tslib/tslib.js +0 -317
- package/node_modules/dot-case/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/dot-case/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/dot-case/node_modules/tslib/README.md +0 -164
- package/node_modules/dot-case/node_modules/tslib/modules/index.js +0 -55
- package/node_modules/dot-case/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/dot-case/node_modules/tslib/package.json +0 -42
- package/node_modules/dot-case/node_modules/tslib/tslib.d.ts +0 -398
- package/node_modules/dot-case/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/dot-case/node_modules/tslib/tslib.es6.js +0 -248
- package/node_modules/dot-case/node_modules/tslib/tslib.html +0 -1
- package/node_modules/dot-case/node_modules/tslib/tslib.js +0 -317
- package/node_modules/header-case/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/header-case/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/header-case/node_modules/tslib/README.md +0 -164
- package/node_modules/header-case/node_modules/tslib/modules/index.js +0 -55
- package/node_modules/header-case/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/header-case/node_modules/tslib/package.json +0 -42
- package/node_modules/header-case/node_modules/tslib/tslib.d.ts +0 -398
- package/node_modules/header-case/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/header-case/node_modules/tslib/tslib.es6.js +0 -248
- package/node_modules/header-case/node_modules/tslib/tslib.html +0 -1
- package/node_modules/header-case/node_modules/tslib/tslib.js +0 -317
- package/node_modules/lodash/LICENSE +0 -47
- package/node_modules/lodash/README.md +0 -39
- package/node_modules/lodash/_DataView.js +0 -7
- package/node_modules/lodash/_Hash.js +0 -32
- package/node_modules/lodash/_LazyWrapper.js +0 -28
- package/node_modules/lodash/_ListCache.js +0 -32
- package/node_modules/lodash/_LodashWrapper.js +0 -22
- package/node_modules/lodash/_Map.js +0 -7
- package/node_modules/lodash/_MapCache.js +0 -32
- package/node_modules/lodash/_Promise.js +0 -7
- package/node_modules/lodash/_Set.js +0 -7
- package/node_modules/lodash/_SetCache.js +0 -27
- package/node_modules/lodash/_Stack.js +0 -27
- package/node_modules/lodash/_Symbol.js +0 -6
- package/node_modules/lodash/_Uint8Array.js +0 -6
- package/node_modules/lodash/_WeakMap.js +0 -7
- package/node_modules/lodash/_apply.js +0 -21
- package/node_modules/lodash/_arrayAggregator.js +0 -22
- package/node_modules/lodash/_arrayEach.js +0 -22
- package/node_modules/lodash/_arrayEachRight.js +0 -21
- package/node_modules/lodash/_arrayEvery.js +0 -23
- package/node_modules/lodash/_arrayFilter.js +0 -25
- package/node_modules/lodash/_arrayIncludes.js +0 -17
- package/node_modules/lodash/_arrayIncludesWith.js +0 -22
- package/node_modules/lodash/_arrayLikeKeys.js +0 -49
- package/node_modules/lodash/_arrayMap.js +0 -21
- package/node_modules/lodash/_arrayPush.js +0 -20
- package/node_modules/lodash/_arrayReduce.js +0 -26
- package/node_modules/lodash/_arrayReduceRight.js +0 -24
- package/node_modules/lodash/_arraySample.js +0 -15
- package/node_modules/lodash/_arraySampleSize.js +0 -17
- package/node_modules/lodash/_arrayShuffle.js +0 -15
- package/node_modules/lodash/_arraySome.js +0 -23
- package/node_modules/lodash/_asciiSize.js +0 -12
- package/node_modules/lodash/_asciiToArray.js +0 -12
- package/node_modules/lodash/_asciiWords.js +0 -15
- package/node_modules/lodash/_assignMergeValue.js +0 -20
- package/node_modules/lodash/_assignValue.js +0 -28
- package/node_modules/lodash/_assocIndexOf.js +0 -21
- package/node_modules/lodash/_baseAggregator.js +0 -21
- package/node_modules/lodash/_baseAssign.js +0 -17
- package/node_modules/lodash/_baseAssignIn.js +0 -17
- package/node_modules/lodash/_baseAssignValue.js +0 -25
- package/node_modules/lodash/_baseAt.js +0 -23
- package/node_modules/lodash/_baseClamp.js +0 -22
- package/node_modules/lodash/_baseClone.js +0 -166
- package/node_modules/lodash/_baseConforms.js +0 -18
- package/node_modules/lodash/_baseConformsTo.js +0 -27
- package/node_modules/lodash/_baseCreate.js +0 -30
- package/node_modules/lodash/_baseDelay.js +0 -21
- package/node_modules/lodash/_baseDifference.js +0 -67
- package/node_modules/lodash/_baseEach.js +0 -14
- package/node_modules/lodash/_baseEachRight.js +0 -14
- package/node_modules/lodash/_baseEvery.js +0 -21
- package/node_modules/lodash/_baseExtremum.js +0 -32
- package/node_modules/lodash/_baseFill.js +0 -32
- package/node_modules/lodash/_baseFilter.js +0 -21
- package/node_modules/lodash/_baseFindIndex.js +0 -24
- package/node_modules/lodash/_baseFindKey.js +0 -23
- package/node_modules/lodash/_baseFlatten.js +0 -38
- package/node_modules/lodash/_baseFor.js +0 -16
- package/node_modules/lodash/_baseForOwn.js +0 -16
- package/node_modules/lodash/_baseForOwnRight.js +0 -16
- package/node_modules/lodash/_baseForRight.js +0 -15
- package/node_modules/lodash/_baseFunctions.js +0 -19
- package/node_modules/lodash/_baseGet.js +0 -24
- package/node_modules/lodash/_baseGetAllKeys.js +0 -20
- package/node_modules/lodash/_baseGetTag.js +0 -28
- package/node_modules/lodash/_baseGt.js +0 -14
- package/node_modules/lodash/_baseHas.js +0 -19
- package/node_modules/lodash/_baseHasIn.js +0 -13
- package/node_modules/lodash/_baseInRange.js +0 -18
- package/node_modules/lodash/_baseIndexOf.js +0 -20
- package/node_modules/lodash/_baseIndexOfWith.js +0 -23
- package/node_modules/lodash/_baseIntersection.js +0 -74
- package/node_modules/lodash/_baseInverter.js +0 -21
- package/node_modules/lodash/_baseInvoke.js +0 -24
- package/node_modules/lodash/_baseIsArguments.js +0 -18
- package/node_modules/lodash/_baseIsArrayBuffer.js +0 -17
- package/node_modules/lodash/_baseIsDate.js +0 -18
- package/node_modules/lodash/_baseIsEqual.js +0 -28
- package/node_modules/lodash/_baseIsEqualDeep.js +0 -83
- package/node_modules/lodash/_baseIsMap.js +0 -18
- package/node_modules/lodash/_baseIsMatch.js +0 -62
- package/node_modules/lodash/_baseIsNaN.js +0 -12
- package/node_modules/lodash/_baseIsNative.js +0 -47
- package/node_modules/lodash/_baseIsRegExp.js +0 -18
- package/node_modules/lodash/_baseIsSet.js +0 -18
- package/node_modules/lodash/_baseIsTypedArray.js +0 -60
- package/node_modules/lodash/_baseIteratee.js +0 -31
- package/node_modules/lodash/_baseKeys.js +0 -30
- package/node_modules/lodash/_baseKeysIn.js +0 -33
- package/node_modules/lodash/_baseLodash.js +0 -10
- package/node_modules/lodash/_baseLt.js +0 -14
- package/node_modules/lodash/_baseMap.js +0 -22
- package/node_modules/lodash/_baseMatches.js +0 -22
- package/node_modules/lodash/_baseMatchesProperty.js +0 -33
- package/node_modules/lodash/_baseMean.js +0 -20
- package/node_modules/lodash/_baseMerge.js +0 -42
- package/node_modules/lodash/_baseMergeDeep.js +0 -94
- package/node_modules/lodash/_baseNth.js +0 -20
- package/node_modules/lodash/_baseOrderBy.js +0 -49
- package/node_modules/lodash/_basePick.js +0 -19
- package/node_modules/lodash/_basePickBy.js +0 -30
- package/node_modules/lodash/_baseProperty.js +0 -14
- package/node_modules/lodash/_basePropertyDeep.js +0 -16
- package/node_modules/lodash/_basePropertyOf.js +0 -14
- package/node_modules/lodash/_basePullAll.js +0 -51
- package/node_modules/lodash/_basePullAt.js +0 -37
- package/node_modules/lodash/_baseRandom.js +0 -18
- package/node_modules/lodash/_baseRange.js +0 -28
- package/node_modules/lodash/_baseReduce.js +0 -23
- package/node_modules/lodash/_baseRepeat.js +0 -35
- package/node_modules/lodash/_baseRest.js +0 -17
- package/node_modules/lodash/_baseSample.js +0 -15
- package/node_modules/lodash/_baseSampleSize.js +0 -18
- package/node_modules/lodash/_baseSet.js +0 -51
- package/node_modules/lodash/_baseSetData.js +0 -17
- package/node_modules/lodash/_baseSetToString.js +0 -22
- package/node_modules/lodash/_baseShuffle.js +0 -15
- package/node_modules/lodash/_baseSlice.js +0 -31
- package/node_modules/lodash/_baseSome.js +0 -22
- package/node_modules/lodash/_baseSortBy.js +0 -21
- package/node_modules/lodash/_baseSortedIndex.js +0 -42
- package/node_modules/lodash/_baseSortedIndexBy.js +0 -67
- package/node_modules/lodash/_baseSortedUniq.js +0 -30
- package/node_modules/lodash/_baseSum.js +0 -24
- package/node_modules/lodash/_baseTimes.js +0 -20
- package/node_modules/lodash/_baseToNumber.js +0 -24
- package/node_modules/lodash/_baseToPairs.js +0 -18
- package/node_modules/lodash/_baseToString.js +0 -37
- package/node_modules/lodash/_baseTrim.js +0 -19
- package/node_modules/lodash/_baseUnary.js +0 -14
- package/node_modules/lodash/_baseUniq.js +0 -72
- package/node_modules/lodash/_baseUnset.js +0 -20
- package/node_modules/lodash/_baseUpdate.js +0 -18
- package/node_modules/lodash/_baseValues.js +0 -19
- package/node_modules/lodash/_baseWhile.js +0 -26
- package/node_modules/lodash/_baseWrapperValue.js +0 -25
- package/node_modules/lodash/_baseXor.js +0 -36
- package/node_modules/lodash/_baseZipObject.js +0 -23
- package/node_modules/lodash/_cacheHas.js +0 -13
- package/node_modules/lodash/_castArrayLikeObject.js +0 -14
- package/node_modules/lodash/_castFunction.js +0 -14
- package/node_modules/lodash/_castPath.js +0 -21
- package/node_modules/lodash/_castRest.js +0 -14
- package/node_modules/lodash/_castSlice.js +0 -18
- package/node_modules/lodash/_charsEndIndex.js +0 -19
- package/node_modules/lodash/_charsStartIndex.js +0 -20
- package/node_modules/lodash/_cloneArrayBuffer.js +0 -16
- package/node_modules/lodash/_cloneBuffer.js +0 -35
- package/node_modules/lodash/_cloneDataView.js +0 -16
- package/node_modules/lodash/_cloneRegExp.js +0 -17
- package/node_modules/lodash/_cloneSymbol.js +0 -18
- package/node_modules/lodash/_cloneTypedArray.js +0 -16
- package/node_modules/lodash/_compareAscending.js +0 -41
- package/node_modules/lodash/_compareMultiple.js +0 -44
- package/node_modules/lodash/_composeArgs.js +0 -39
- package/node_modules/lodash/_composeArgsRight.js +0 -41
- package/node_modules/lodash/_copyArray.js +0 -20
- package/node_modules/lodash/_copyObject.js +0 -40
- package/node_modules/lodash/_copySymbols.js +0 -16
- package/node_modules/lodash/_copySymbolsIn.js +0 -16
- package/node_modules/lodash/_coreJsData.js +0 -6
- package/node_modules/lodash/_countHolders.js +0 -21
- package/node_modules/lodash/_createAggregator.js +0 -23
- package/node_modules/lodash/_createAssigner.js +0 -37
- package/node_modules/lodash/_createBaseEach.js +0 -32
- package/node_modules/lodash/_createBaseFor.js +0 -25
- package/node_modules/lodash/_createBind.js +0 -28
- package/node_modules/lodash/_createCaseFirst.js +0 -33
- package/node_modules/lodash/_createCompounder.js +0 -24
- package/node_modules/lodash/_createCtor.js +0 -37
- package/node_modules/lodash/_createCurry.js +0 -46
- package/node_modules/lodash/_createFind.js +0 -25
- package/node_modules/lodash/_createFlow.js +0 -78
- package/node_modules/lodash/_createHybrid.js +0 -92
- package/node_modules/lodash/_createInverter.js +0 -17
- package/node_modules/lodash/_createMathOperation.js +0 -38
- package/node_modules/lodash/_createOver.js +0 -27
- package/node_modules/lodash/_createPadding.js +0 -33
- package/node_modules/lodash/_createPartial.js +0 -43
- package/node_modules/lodash/_createRange.js +0 -30
- package/node_modules/lodash/_createRecurry.js +0 -56
- package/node_modules/lodash/_createRelationalOperation.js +0 -20
- package/node_modules/lodash/_createRound.js +0 -35
- package/node_modules/lodash/_createSet.js +0 -19
- package/node_modules/lodash/_createToPairs.js +0 -30
- package/node_modules/lodash/_createWrap.js +0 -106
- package/node_modules/lodash/_customDefaultsAssignIn.js +0 -29
- package/node_modules/lodash/_customDefaultsMerge.js +0 -28
- package/node_modules/lodash/_customOmitClone.js +0 -16
- package/node_modules/lodash/_deburrLetter.js +0 -71
- package/node_modules/lodash/_defineProperty.js +0 -11
- package/node_modules/lodash/_equalArrays.js +0 -84
- package/node_modules/lodash/_equalByTag.js +0 -112
- package/node_modules/lodash/_equalObjects.js +0 -90
- package/node_modules/lodash/_escapeHtmlChar.js +0 -21
- package/node_modules/lodash/_escapeStringChar.js +0 -22
- package/node_modules/lodash/_flatRest.js +0 -16
- package/node_modules/lodash/_freeGlobal.js +0 -4
- package/node_modules/lodash/_getAllKeys.js +0 -16
- package/node_modules/lodash/_getAllKeysIn.js +0 -17
- package/node_modules/lodash/_getData.js +0 -15
- package/node_modules/lodash/_getFuncName.js +0 -31
- package/node_modules/lodash/_getHolder.js +0 -13
- package/node_modules/lodash/_getMapData.js +0 -18
- package/node_modules/lodash/_getMatchData.js +0 -24
- package/node_modules/lodash/_getNative.js +0 -17
- package/node_modules/lodash/_getPrototype.js +0 -6
- package/node_modules/lodash/_getRawTag.js +0 -46
- package/node_modules/lodash/_getSymbols.js +0 -30
- package/node_modules/lodash/_getSymbolsIn.js +0 -25
- package/node_modules/lodash/_getTag.js +0 -58
- package/node_modules/lodash/_getValue.js +0 -13
- package/node_modules/lodash/_getView.js +0 -33
- package/node_modules/lodash/_getWrapDetails.js +0 -17
- package/node_modules/lodash/_hasPath.js +0 -39
- package/node_modules/lodash/_hasUnicode.js +0 -26
- package/node_modules/lodash/_hasUnicodeWord.js +0 -15
- package/node_modules/lodash/_hashClear.js +0 -15
- package/node_modules/lodash/_hashDelete.js +0 -17
- package/node_modules/lodash/_hashGet.js +0 -30
- package/node_modules/lodash/_hashHas.js +0 -23
- package/node_modules/lodash/_hashSet.js +0 -23
- package/node_modules/lodash/_initCloneArray.js +0 -26
- package/node_modules/lodash/_initCloneByTag.js +0 -77
- package/node_modules/lodash/_initCloneObject.js +0 -18
- package/node_modules/lodash/_insertWrapDetails.js +0 -23
- package/node_modules/lodash/_isFlattenable.js +0 -20
- package/node_modules/lodash/_isIndex.js +0 -25
- package/node_modules/lodash/_isIterateeCall.js +0 -30
- package/node_modules/lodash/_isKey.js +0 -29
- package/node_modules/lodash/_isKeyable.js +0 -15
- package/node_modules/lodash/_isLaziable.js +0 -28
- package/node_modules/lodash/_isMaskable.js +0 -14
- package/node_modules/lodash/_isMasked.js +0 -20
- package/node_modules/lodash/_isPrototype.js +0 -18
- package/node_modules/lodash/_isStrictComparable.js +0 -15
- package/node_modules/lodash/_iteratorToArray.js +0 -18
- package/node_modules/lodash/_lazyClone.js +0 -23
- package/node_modules/lodash/_lazyReverse.js +0 -23
- package/node_modules/lodash/_lazyValue.js +0 -69
- package/node_modules/lodash/_listCacheClear.js +0 -13
- package/node_modules/lodash/_listCacheDelete.js +0 -35
- package/node_modules/lodash/_listCacheGet.js +0 -19
- package/node_modules/lodash/_listCacheHas.js +0 -16
- package/node_modules/lodash/_listCacheSet.js +0 -26
- package/node_modules/lodash/_mapCacheClear.js +0 -21
- package/node_modules/lodash/_mapCacheDelete.js +0 -18
- package/node_modules/lodash/_mapCacheGet.js +0 -16
- package/node_modules/lodash/_mapCacheHas.js +0 -16
- package/node_modules/lodash/_mapCacheSet.js +0 -22
- package/node_modules/lodash/_mapToArray.js +0 -18
- package/node_modules/lodash/_matchesStrictComparable.js +0 -20
- package/node_modules/lodash/_memoizeCapped.js +0 -26
- package/node_modules/lodash/_mergeData.js +0 -90
- package/node_modules/lodash/_metaMap.js +0 -6
- package/node_modules/lodash/_nativeCreate.js +0 -6
- package/node_modules/lodash/_nativeKeys.js +0 -6
- package/node_modules/lodash/_nativeKeysIn.js +0 -20
- package/node_modules/lodash/_nodeUtil.js +0 -30
- package/node_modules/lodash/_objectToString.js +0 -22
- package/node_modules/lodash/_overArg.js +0 -15
- package/node_modules/lodash/_overRest.js +0 -36
- package/node_modules/lodash/_parent.js +0 -16
- package/node_modules/lodash/_reEscape.js +0 -4
- package/node_modules/lodash/_reEvaluate.js +0 -4
- package/node_modules/lodash/_reInterpolate.js +0 -4
- package/node_modules/lodash/_realNames.js +0 -4
- package/node_modules/lodash/_reorder.js +0 -29
- package/node_modules/lodash/_replaceHolders.js +0 -29
- package/node_modules/lodash/_root.js +0 -9
- package/node_modules/lodash/_safeGet.js +0 -21
- package/node_modules/lodash/_setCacheAdd.js +0 -19
- package/node_modules/lodash/_setCacheHas.js +0 -14
- package/node_modules/lodash/_setData.js +0 -20
- package/node_modules/lodash/_setToArray.js +0 -18
- package/node_modules/lodash/_setToPairs.js +0 -18
- package/node_modules/lodash/_setToString.js +0 -14
- package/node_modules/lodash/_setWrapToString.js +0 -21
- package/node_modules/lodash/_shortOut.js +0 -37
- package/node_modules/lodash/_shuffleSelf.js +0 -28
- package/node_modules/lodash/_stackClear.js +0 -15
- package/node_modules/lodash/_stackDelete.js +0 -18
- package/node_modules/lodash/_stackGet.js +0 -14
- package/node_modules/lodash/_stackHas.js +0 -14
- package/node_modules/lodash/_stackSet.js +0 -34
- package/node_modules/lodash/_strictIndexOf.js +0 -23
- package/node_modules/lodash/_strictLastIndexOf.js +0 -21
- package/node_modules/lodash/_stringSize.js +0 -18
- package/node_modules/lodash/_stringToArray.js +0 -18
- package/node_modules/lodash/_stringToPath.js +0 -27
- package/node_modules/lodash/_toKey.js +0 -21
- package/node_modules/lodash/_toSource.js +0 -26
- package/node_modules/lodash/_trimmedEndIndex.js +0 -19
- package/node_modules/lodash/_unescapeHtmlChar.js +0 -21
- package/node_modules/lodash/_unicodeSize.js +0 -44
- package/node_modules/lodash/_unicodeToArray.js +0 -40
- package/node_modules/lodash/_unicodeWords.js +0 -69
- package/node_modules/lodash/_updateWrapDetails.js +0 -46
- package/node_modules/lodash/_wrapperClone.js +0 -23
- package/node_modules/lodash/add.js +0 -22
- package/node_modules/lodash/after.js +0 -42
- package/node_modules/lodash/array.js +0 -67
- package/node_modules/lodash/ary.js +0 -29
- package/node_modules/lodash/assign.js +0 -58
- package/node_modules/lodash/assignIn.js +0 -40
- package/node_modules/lodash/assignInWith.js +0 -38
- package/node_modules/lodash/assignWith.js +0 -37
- package/node_modules/lodash/at.js +0 -23
- package/node_modules/lodash/attempt.js +0 -35
- package/node_modules/lodash/before.js +0 -40
- package/node_modules/lodash/bind.js +0 -57
- package/node_modules/lodash/bindAll.js +0 -41
- package/node_modules/lodash/bindKey.js +0 -68
- package/node_modules/lodash/camelCase.js +0 -29
- package/node_modules/lodash/capitalize.js +0 -23
- package/node_modules/lodash/castArray.js +0 -44
- package/node_modules/lodash/ceil.js +0 -26
- package/node_modules/lodash/chain.js +0 -38
- package/node_modules/lodash/chunk.js +0 -50
- package/node_modules/lodash/clamp.js +0 -39
- package/node_modules/lodash/clone.js +0 -36
- package/node_modules/lodash/cloneDeep.js +0 -29
- package/node_modules/lodash/cloneDeepWith.js +0 -40
- package/node_modules/lodash/cloneWith.js +0 -42
- package/node_modules/lodash/collection.js +0 -30
- package/node_modules/lodash/commit.js +0 -33
- package/node_modules/lodash/compact.js +0 -31
- package/node_modules/lodash/concat.js +0 -43
- package/node_modules/lodash/cond.js +0 -60
- package/node_modules/lodash/conforms.js +0 -35
- package/node_modules/lodash/conformsTo.js +0 -32
- package/node_modules/lodash/constant.js +0 -26
- package/node_modules/lodash/core.js +0 -3877
- package/node_modules/lodash/core.min.js +0 -29
- package/node_modules/lodash/countBy.js +0 -40
- package/node_modules/lodash/create.js +0 -43
- package/node_modules/lodash/curry.js +0 -57
- package/node_modules/lodash/curryRight.js +0 -54
- package/node_modules/lodash/date.js +0 -3
- package/node_modules/lodash/debounce.js +0 -191
- package/node_modules/lodash/deburr.js +0 -45
- package/node_modules/lodash/defaultTo.js +0 -25
- package/node_modules/lodash/defaults.js +0 -64
- package/node_modules/lodash/defaultsDeep.js +0 -30
- package/node_modules/lodash/defer.js +0 -26
- package/node_modules/lodash/delay.js +0 -28
- package/node_modules/lodash/difference.js +0 -33
- package/node_modules/lodash/differenceBy.js +0 -44
- package/node_modules/lodash/differenceWith.js +0 -40
- package/node_modules/lodash/divide.js +0 -22
- package/node_modules/lodash/drop.js +0 -38
- package/node_modules/lodash/dropRight.js +0 -39
- package/node_modules/lodash/dropRightWhile.js +0 -45
- package/node_modules/lodash/dropWhile.js +0 -45
- package/node_modules/lodash/each.js +0 -1
- package/node_modules/lodash/eachRight.js +0 -1
- package/node_modules/lodash/endsWith.js +0 -43
- package/node_modules/lodash/entries.js +0 -1
- package/node_modules/lodash/entriesIn.js +0 -1
- package/node_modules/lodash/eq.js +0 -37
- package/node_modules/lodash/escape.js +0 -43
- package/node_modules/lodash/escapeRegExp.js +0 -32
- package/node_modules/lodash/every.js +0 -56
- package/node_modules/lodash/extend.js +0 -1
- package/node_modules/lodash/extendWith.js +0 -1
- package/node_modules/lodash/fill.js +0 -45
- package/node_modules/lodash/filter.js +0 -52
- package/node_modules/lodash/find.js +0 -42
- package/node_modules/lodash/findIndex.js +0 -55
- package/node_modules/lodash/findKey.js +0 -44
- package/node_modules/lodash/findLast.js +0 -25
- package/node_modules/lodash/findLastIndex.js +0 -59
- package/node_modules/lodash/findLastKey.js +0 -44
- package/node_modules/lodash/first.js +0 -1
- package/node_modules/lodash/flake.lock +0 -40
- package/node_modules/lodash/flake.nix +0 -20
- package/node_modules/lodash/flatMap.js +0 -29
- package/node_modules/lodash/flatMapDeep.js +0 -31
- package/node_modules/lodash/flatMapDepth.js +0 -31
- package/node_modules/lodash/flatten.js +0 -22
- package/node_modules/lodash/flattenDeep.js +0 -25
- package/node_modules/lodash/flattenDepth.js +0 -33
- package/node_modules/lodash/flip.js +0 -28
- package/node_modules/lodash/floor.js +0 -26
- package/node_modules/lodash/flow.js +0 -27
- package/node_modules/lodash/flowRight.js +0 -26
- package/node_modules/lodash/forEach.js +0 -41
- package/node_modules/lodash/forEachRight.js +0 -31
- package/node_modules/lodash/forIn.js +0 -39
- package/node_modules/lodash/forInRight.js +0 -37
- package/node_modules/lodash/forOwn.js +0 -36
- package/node_modules/lodash/forOwnRight.js +0 -34
- package/node_modules/lodash/fp/F.js +0 -1
- package/node_modules/lodash/fp/T.js +0 -1
- package/node_modules/lodash/fp/__.js +0 -1
- package/node_modules/lodash/fp/_baseConvert.js +0 -569
- package/node_modules/lodash/fp/_convertBrowser.js +0 -18
- package/node_modules/lodash/fp/_falseOptions.js +0 -7
- package/node_modules/lodash/fp/_mapping.js +0 -358
- package/node_modules/lodash/fp/_util.js +0 -16
- package/node_modules/lodash/fp/add.js +0 -5
- package/node_modules/lodash/fp/after.js +0 -5
- package/node_modules/lodash/fp/all.js +0 -1
- package/node_modules/lodash/fp/allPass.js +0 -1
- package/node_modules/lodash/fp/always.js +0 -1
- package/node_modules/lodash/fp/any.js +0 -1
- package/node_modules/lodash/fp/anyPass.js +0 -1
- package/node_modules/lodash/fp/apply.js +0 -1
- package/node_modules/lodash/fp/array.js +0 -2
- package/node_modules/lodash/fp/ary.js +0 -5
- package/node_modules/lodash/fp/assign.js +0 -5
- package/node_modules/lodash/fp/assignAll.js +0 -5
- package/node_modules/lodash/fp/assignAllWith.js +0 -5
- package/node_modules/lodash/fp/assignIn.js +0 -5
- package/node_modules/lodash/fp/assignInAll.js +0 -5
- package/node_modules/lodash/fp/assignInAllWith.js +0 -5
- package/node_modules/lodash/fp/assignInWith.js +0 -5
- package/node_modules/lodash/fp/assignWith.js +0 -5
- package/node_modules/lodash/fp/assoc.js +0 -1
- package/node_modules/lodash/fp/assocPath.js +0 -1
- package/node_modules/lodash/fp/at.js +0 -5
- package/node_modules/lodash/fp/attempt.js +0 -5
- package/node_modules/lodash/fp/before.js +0 -5
- package/node_modules/lodash/fp/bind.js +0 -5
- package/node_modules/lodash/fp/bindAll.js +0 -5
- package/node_modules/lodash/fp/bindKey.js +0 -5
- package/node_modules/lodash/fp/camelCase.js +0 -5
- package/node_modules/lodash/fp/capitalize.js +0 -5
- package/node_modules/lodash/fp/castArray.js +0 -5
- package/node_modules/lodash/fp/ceil.js +0 -5
- package/node_modules/lodash/fp/chain.js +0 -5
- package/node_modules/lodash/fp/chunk.js +0 -5
- package/node_modules/lodash/fp/clamp.js +0 -5
- package/node_modules/lodash/fp/clone.js +0 -5
- package/node_modules/lodash/fp/cloneDeep.js +0 -5
- package/node_modules/lodash/fp/cloneDeepWith.js +0 -5
- package/node_modules/lodash/fp/cloneWith.js +0 -5
- package/node_modules/lodash/fp/collection.js +0 -2
- package/node_modules/lodash/fp/commit.js +0 -5
- package/node_modules/lodash/fp/compact.js +0 -5
- package/node_modules/lodash/fp/complement.js +0 -1
- package/node_modules/lodash/fp/compose.js +0 -1
- package/node_modules/lodash/fp/concat.js +0 -5
- package/node_modules/lodash/fp/cond.js +0 -5
- package/node_modules/lodash/fp/conforms.js +0 -1
- package/node_modules/lodash/fp/conformsTo.js +0 -5
- package/node_modules/lodash/fp/constant.js +0 -5
- package/node_modules/lodash/fp/contains.js +0 -1
- package/node_modules/lodash/fp/convert.js +0 -18
- package/node_modules/lodash/fp/countBy.js +0 -5
- package/node_modules/lodash/fp/create.js +0 -5
- package/node_modules/lodash/fp/curry.js +0 -5
- package/node_modules/lodash/fp/curryN.js +0 -5
- package/node_modules/lodash/fp/curryRight.js +0 -5
- package/node_modules/lodash/fp/curryRightN.js +0 -5
- package/node_modules/lodash/fp/date.js +0 -2
- package/node_modules/lodash/fp/debounce.js +0 -5
- package/node_modules/lodash/fp/deburr.js +0 -5
- package/node_modules/lodash/fp/defaultTo.js +0 -5
- package/node_modules/lodash/fp/defaults.js +0 -5
- package/node_modules/lodash/fp/defaultsAll.js +0 -5
- package/node_modules/lodash/fp/defaultsDeep.js +0 -5
- package/node_modules/lodash/fp/defaultsDeepAll.js +0 -5
- package/node_modules/lodash/fp/defer.js +0 -5
- package/node_modules/lodash/fp/delay.js +0 -5
- package/node_modules/lodash/fp/difference.js +0 -5
- package/node_modules/lodash/fp/differenceBy.js +0 -5
- package/node_modules/lodash/fp/differenceWith.js +0 -5
- package/node_modules/lodash/fp/dissoc.js +0 -1
- package/node_modules/lodash/fp/dissocPath.js +0 -1
- package/node_modules/lodash/fp/divide.js +0 -5
- package/node_modules/lodash/fp/drop.js +0 -5
- package/node_modules/lodash/fp/dropLast.js +0 -1
- package/node_modules/lodash/fp/dropLastWhile.js +0 -1
- package/node_modules/lodash/fp/dropRight.js +0 -5
- package/node_modules/lodash/fp/dropRightWhile.js +0 -5
- package/node_modules/lodash/fp/dropWhile.js +0 -5
- package/node_modules/lodash/fp/each.js +0 -1
- package/node_modules/lodash/fp/eachRight.js +0 -1
- package/node_modules/lodash/fp/endsWith.js +0 -5
- package/node_modules/lodash/fp/entries.js +0 -1
- package/node_modules/lodash/fp/entriesIn.js +0 -1
- package/node_modules/lodash/fp/eq.js +0 -5
- package/node_modules/lodash/fp/equals.js +0 -1
- package/node_modules/lodash/fp/escape.js +0 -5
- package/node_modules/lodash/fp/escapeRegExp.js +0 -5
- package/node_modules/lodash/fp/every.js +0 -5
- package/node_modules/lodash/fp/extend.js +0 -1
- package/node_modules/lodash/fp/extendAll.js +0 -1
- package/node_modules/lodash/fp/extendAllWith.js +0 -1
- package/node_modules/lodash/fp/extendWith.js +0 -1
- package/node_modules/lodash/fp/fill.js +0 -5
- package/node_modules/lodash/fp/filter.js +0 -5
- package/node_modules/lodash/fp/find.js +0 -5
- package/node_modules/lodash/fp/findFrom.js +0 -5
- package/node_modules/lodash/fp/findIndex.js +0 -5
- package/node_modules/lodash/fp/findIndexFrom.js +0 -5
- package/node_modules/lodash/fp/findKey.js +0 -5
- package/node_modules/lodash/fp/findLast.js +0 -5
- package/node_modules/lodash/fp/findLastFrom.js +0 -5
- package/node_modules/lodash/fp/findLastIndex.js +0 -5
- package/node_modules/lodash/fp/findLastIndexFrom.js +0 -5
- package/node_modules/lodash/fp/findLastKey.js +0 -5
- package/node_modules/lodash/fp/first.js +0 -1
- package/node_modules/lodash/fp/flatMap.js +0 -5
- package/node_modules/lodash/fp/flatMapDeep.js +0 -5
- package/node_modules/lodash/fp/flatMapDepth.js +0 -5
- package/node_modules/lodash/fp/flatten.js +0 -5
- package/node_modules/lodash/fp/flattenDeep.js +0 -5
- package/node_modules/lodash/fp/flattenDepth.js +0 -5
- package/node_modules/lodash/fp/flip.js +0 -5
- package/node_modules/lodash/fp/floor.js +0 -5
- package/node_modules/lodash/fp/flow.js +0 -5
- package/node_modules/lodash/fp/flowRight.js +0 -5
- package/node_modules/lodash/fp/forEach.js +0 -5
- package/node_modules/lodash/fp/forEachRight.js +0 -5
- package/node_modules/lodash/fp/forIn.js +0 -5
- package/node_modules/lodash/fp/forInRight.js +0 -5
- package/node_modules/lodash/fp/forOwn.js +0 -5
- package/node_modules/lodash/fp/forOwnRight.js +0 -5
- package/node_modules/lodash/fp/fromPairs.js +0 -5
- package/node_modules/lodash/fp/function.js +0 -2
- package/node_modules/lodash/fp/functions.js +0 -5
- package/node_modules/lodash/fp/functionsIn.js +0 -5
- package/node_modules/lodash/fp/get.js +0 -5
- package/node_modules/lodash/fp/getOr.js +0 -5
- package/node_modules/lodash/fp/groupBy.js +0 -5
- package/node_modules/lodash/fp/gt.js +0 -5
- package/node_modules/lodash/fp/gte.js +0 -5
- package/node_modules/lodash/fp/has.js +0 -5
- package/node_modules/lodash/fp/hasIn.js +0 -5
- package/node_modules/lodash/fp/head.js +0 -5
- package/node_modules/lodash/fp/identical.js +0 -1
- package/node_modules/lodash/fp/identity.js +0 -5
- package/node_modules/lodash/fp/inRange.js +0 -5
- package/node_modules/lodash/fp/includes.js +0 -5
- package/node_modules/lodash/fp/includesFrom.js +0 -5
- package/node_modules/lodash/fp/indexBy.js +0 -1
- package/node_modules/lodash/fp/indexOf.js +0 -5
- package/node_modules/lodash/fp/indexOfFrom.js +0 -5
- package/node_modules/lodash/fp/init.js +0 -1
- package/node_modules/lodash/fp/initial.js +0 -5
- package/node_modules/lodash/fp/intersection.js +0 -5
- package/node_modules/lodash/fp/intersectionBy.js +0 -5
- package/node_modules/lodash/fp/intersectionWith.js +0 -5
- package/node_modules/lodash/fp/invert.js +0 -5
- package/node_modules/lodash/fp/invertBy.js +0 -5
- package/node_modules/lodash/fp/invertObj.js +0 -1
- package/node_modules/lodash/fp/invoke.js +0 -5
- package/node_modules/lodash/fp/invokeArgs.js +0 -5
- package/node_modules/lodash/fp/invokeArgsMap.js +0 -5
- package/node_modules/lodash/fp/invokeMap.js +0 -5
- package/node_modules/lodash/fp/isArguments.js +0 -5
- package/node_modules/lodash/fp/isArray.js +0 -5
- package/node_modules/lodash/fp/isArrayBuffer.js +0 -5
- package/node_modules/lodash/fp/isArrayLike.js +0 -5
- package/node_modules/lodash/fp/isArrayLikeObject.js +0 -5
- package/node_modules/lodash/fp/isBoolean.js +0 -5
- package/node_modules/lodash/fp/isBuffer.js +0 -5
- package/node_modules/lodash/fp/isDate.js +0 -5
- package/node_modules/lodash/fp/isElement.js +0 -5
- package/node_modules/lodash/fp/isEmpty.js +0 -5
- package/node_modules/lodash/fp/isEqual.js +0 -5
- package/node_modules/lodash/fp/isEqualWith.js +0 -5
- package/node_modules/lodash/fp/isError.js +0 -5
- package/node_modules/lodash/fp/isFinite.js +0 -5
- package/node_modules/lodash/fp/isFunction.js +0 -5
- package/node_modules/lodash/fp/isInteger.js +0 -5
- package/node_modules/lodash/fp/isLength.js +0 -5
- package/node_modules/lodash/fp/isMap.js +0 -5
- package/node_modules/lodash/fp/isMatch.js +0 -5
- package/node_modules/lodash/fp/isMatchWith.js +0 -5
- package/node_modules/lodash/fp/isNaN.js +0 -5
- package/node_modules/lodash/fp/isNative.js +0 -5
- package/node_modules/lodash/fp/isNil.js +0 -5
- package/node_modules/lodash/fp/isNull.js +0 -5
- package/node_modules/lodash/fp/isNumber.js +0 -5
- package/node_modules/lodash/fp/isObject.js +0 -5
- package/node_modules/lodash/fp/isObjectLike.js +0 -5
- package/node_modules/lodash/fp/isPlainObject.js +0 -5
- package/node_modules/lodash/fp/isRegExp.js +0 -5
- package/node_modules/lodash/fp/isSafeInteger.js +0 -5
- package/node_modules/lodash/fp/isSet.js +0 -5
- package/node_modules/lodash/fp/isString.js +0 -5
- package/node_modules/lodash/fp/isSymbol.js +0 -5
- package/node_modules/lodash/fp/isTypedArray.js +0 -5
- package/node_modules/lodash/fp/isUndefined.js +0 -5
- package/node_modules/lodash/fp/isWeakMap.js +0 -5
- package/node_modules/lodash/fp/isWeakSet.js +0 -5
- package/node_modules/lodash/fp/iteratee.js +0 -5
- package/node_modules/lodash/fp/join.js +0 -5
- package/node_modules/lodash/fp/juxt.js +0 -1
- package/node_modules/lodash/fp/kebabCase.js +0 -5
- package/node_modules/lodash/fp/keyBy.js +0 -5
- package/node_modules/lodash/fp/keys.js +0 -5
- package/node_modules/lodash/fp/keysIn.js +0 -5
- package/node_modules/lodash/fp/lang.js +0 -2
- package/node_modules/lodash/fp/last.js +0 -5
- package/node_modules/lodash/fp/lastIndexOf.js +0 -5
- package/node_modules/lodash/fp/lastIndexOfFrom.js +0 -5
- package/node_modules/lodash/fp/lowerCase.js +0 -5
- package/node_modules/lodash/fp/lowerFirst.js +0 -5
- package/node_modules/lodash/fp/lt.js +0 -5
- package/node_modules/lodash/fp/lte.js +0 -5
- package/node_modules/lodash/fp/map.js +0 -5
- package/node_modules/lodash/fp/mapKeys.js +0 -5
- package/node_modules/lodash/fp/mapValues.js +0 -5
- package/node_modules/lodash/fp/matches.js +0 -1
- package/node_modules/lodash/fp/matchesProperty.js +0 -5
- package/node_modules/lodash/fp/math.js +0 -2
- package/node_modules/lodash/fp/max.js +0 -5
- package/node_modules/lodash/fp/maxBy.js +0 -5
- package/node_modules/lodash/fp/mean.js +0 -5
- package/node_modules/lodash/fp/meanBy.js +0 -5
- package/node_modules/lodash/fp/memoize.js +0 -5
- package/node_modules/lodash/fp/merge.js +0 -5
- package/node_modules/lodash/fp/mergeAll.js +0 -5
- package/node_modules/lodash/fp/mergeAllWith.js +0 -5
- package/node_modules/lodash/fp/mergeWith.js +0 -5
- package/node_modules/lodash/fp/method.js +0 -5
- package/node_modules/lodash/fp/methodOf.js +0 -5
- package/node_modules/lodash/fp/min.js +0 -5
- package/node_modules/lodash/fp/minBy.js +0 -5
- package/node_modules/lodash/fp/mixin.js +0 -5
- package/node_modules/lodash/fp/multiply.js +0 -5
- package/node_modules/lodash/fp/nAry.js +0 -1
- package/node_modules/lodash/fp/negate.js +0 -5
- package/node_modules/lodash/fp/next.js +0 -5
- package/node_modules/lodash/fp/noop.js +0 -5
- package/node_modules/lodash/fp/now.js +0 -5
- package/node_modules/lodash/fp/nth.js +0 -5
- package/node_modules/lodash/fp/nthArg.js +0 -5
- package/node_modules/lodash/fp/number.js +0 -2
- package/node_modules/lodash/fp/object.js +0 -2
- package/node_modules/lodash/fp/omit.js +0 -5
- package/node_modules/lodash/fp/omitAll.js +0 -1
- package/node_modules/lodash/fp/omitBy.js +0 -5
- package/node_modules/lodash/fp/once.js +0 -5
- package/node_modules/lodash/fp/orderBy.js +0 -5
- package/node_modules/lodash/fp/over.js +0 -5
- package/node_modules/lodash/fp/overArgs.js +0 -5
- package/node_modules/lodash/fp/overEvery.js +0 -5
- package/node_modules/lodash/fp/overSome.js +0 -5
- package/node_modules/lodash/fp/pad.js +0 -5
- package/node_modules/lodash/fp/padChars.js +0 -5
- package/node_modules/lodash/fp/padCharsEnd.js +0 -5
- package/node_modules/lodash/fp/padCharsStart.js +0 -5
- package/node_modules/lodash/fp/padEnd.js +0 -5
- package/node_modules/lodash/fp/padStart.js +0 -5
- package/node_modules/lodash/fp/parseInt.js +0 -5
- package/node_modules/lodash/fp/partial.js +0 -5
- package/node_modules/lodash/fp/partialRight.js +0 -5
- package/node_modules/lodash/fp/partition.js +0 -5
- package/node_modules/lodash/fp/path.js +0 -1
- package/node_modules/lodash/fp/pathEq.js +0 -1
- package/node_modules/lodash/fp/pathOr.js +0 -1
- package/node_modules/lodash/fp/paths.js +0 -1
- package/node_modules/lodash/fp/pick.js +0 -5
- package/node_modules/lodash/fp/pickAll.js +0 -1
- package/node_modules/lodash/fp/pickBy.js +0 -5
- package/node_modules/lodash/fp/pipe.js +0 -1
- package/node_modules/lodash/fp/placeholder.js +0 -6
- package/node_modules/lodash/fp/plant.js +0 -5
- package/node_modules/lodash/fp/pluck.js +0 -1
- package/node_modules/lodash/fp/prop.js +0 -1
- package/node_modules/lodash/fp/propEq.js +0 -1
- package/node_modules/lodash/fp/propOr.js +0 -1
- package/node_modules/lodash/fp/property.js +0 -1
- package/node_modules/lodash/fp/propertyOf.js +0 -5
- package/node_modules/lodash/fp/props.js +0 -1
- package/node_modules/lodash/fp/pull.js +0 -5
- package/node_modules/lodash/fp/pullAll.js +0 -5
- package/node_modules/lodash/fp/pullAllBy.js +0 -5
- package/node_modules/lodash/fp/pullAllWith.js +0 -5
- package/node_modules/lodash/fp/pullAt.js +0 -5
- package/node_modules/lodash/fp/random.js +0 -5
- package/node_modules/lodash/fp/range.js +0 -5
- package/node_modules/lodash/fp/rangeRight.js +0 -5
- package/node_modules/lodash/fp/rangeStep.js +0 -5
- package/node_modules/lodash/fp/rangeStepRight.js +0 -5
- package/node_modules/lodash/fp/rearg.js +0 -5
- package/node_modules/lodash/fp/reduce.js +0 -5
- package/node_modules/lodash/fp/reduceRight.js +0 -5
- package/node_modules/lodash/fp/reject.js +0 -5
- package/node_modules/lodash/fp/remove.js +0 -5
- package/node_modules/lodash/fp/repeat.js +0 -5
- package/node_modules/lodash/fp/replace.js +0 -5
- package/node_modules/lodash/fp/rest.js +0 -5
- package/node_modules/lodash/fp/restFrom.js +0 -5
- package/node_modules/lodash/fp/result.js +0 -5
- package/node_modules/lodash/fp/reverse.js +0 -5
- package/node_modules/lodash/fp/round.js +0 -5
- package/node_modules/lodash/fp/sample.js +0 -5
- package/node_modules/lodash/fp/sampleSize.js +0 -5
- package/node_modules/lodash/fp/seq.js +0 -2
- package/node_modules/lodash/fp/set.js +0 -5
- package/node_modules/lodash/fp/setWith.js +0 -5
- package/node_modules/lodash/fp/shuffle.js +0 -5
- package/node_modules/lodash/fp/size.js +0 -5
- package/node_modules/lodash/fp/slice.js +0 -5
- package/node_modules/lodash/fp/snakeCase.js +0 -5
- package/node_modules/lodash/fp/some.js +0 -5
- package/node_modules/lodash/fp/sortBy.js +0 -5
- package/node_modules/lodash/fp/sortedIndex.js +0 -5
- package/node_modules/lodash/fp/sortedIndexBy.js +0 -5
- package/node_modules/lodash/fp/sortedIndexOf.js +0 -5
- package/node_modules/lodash/fp/sortedLastIndex.js +0 -5
- package/node_modules/lodash/fp/sortedLastIndexBy.js +0 -5
- package/node_modules/lodash/fp/sortedLastIndexOf.js +0 -5
- package/node_modules/lodash/fp/sortedUniq.js +0 -5
- package/node_modules/lodash/fp/sortedUniqBy.js +0 -5
- package/node_modules/lodash/fp/split.js +0 -5
- package/node_modules/lodash/fp/spread.js +0 -5
- package/node_modules/lodash/fp/spreadFrom.js +0 -5
- package/node_modules/lodash/fp/startCase.js +0 -5
- package/node_modules/lodash/fp/startsWith.js +0 -5
- package/node_modules/lodash/fp/string.js +0 -2
- package/node_modules/lodash/fp/stubArray.js +0 -5
- package/node_modules/lodash/fp/stubFalse.js +0 -5
- package/node_modules/lodash/fp/stubObject.js +0 -5
- package/node_modules/lodash/fp/stubString.js +0 -5
- package/node_modules/lodash/fp/stubTrue.js +0 -5
- package/node_modules/lodash/fp/subtract.js +0 -5
- package/node_modules/lodash/fp/sum.js +0 -5
- package/node_modules/lodash/fp/sumBy.js +0 -5
- package/node_modules/lodash/fp/symmetricDifference.js +0 -1
- package/node_modules/lodash/fp/symmetricDifferenceBy.js +0 -1
- package/node_modules/lodash/fp/symmetricDifferenceWith.js +0 -1
- package/node_modules/lodash/fp/tail.js +0 -5
- package/node_modules/lodash/fp/take.js +0 -5
- package/node_modules/lodash/fp/takeLast.js +0 -1
- package/node_modules/lodash/fp/takeLastWhile.js +0 -1
- package/node_modules/lodash/fp/takeRight.js +0 -5
- package/node_modules/lodash/fp/takeRightWhile.js +0 -5
- package/node_modules/lodash/fp/takeWhile.js +0 -5
- package/node_modules/lodash/fp/tap.js +0 -5
- package/node_modules/lodash/fp/template.js +0 -5
- package/node_modules/lodash/fp/templateSettings.js +0 -5
- package/node_modules/lodash/fp/throttle.js +0 -5
- package/node_modules/lodash/fp/thru.js +0 -5
- package/node_modules/lodash/fp/times.js +0 -5
- package/node_modules/lodash/fp/toArray.js +0 -5
- package/node_modules/lodash/fp/toFinite.js +0 -5
- package/node_modules/lodash/fp/toInteger.js +0 -5
- package/node_modules/lodash/fp/toIterator.js +0 -5
- package/node_modules/lodash/fp/toJSON.js +0 -5
- package/node_modules/lodash/fp/toLength.js +0 -5
- package/node_modules/lodash/fp/toLower.js +0 -5
- package/node_modules/lodash/fp/toNumber.js +0 -5
- package/node_modules/lodash/fp/toPairs.js +0 -5
- package/node_modules/lodash/fp/toPairsIn.js +0 -5
- package/node_modules/lodash/fp/toPath.js +0 -5
- package/node_modules/lodash/fp/toPlainObject.js +0 -5
- package/node_modules/lodash/fp/toSafeInteger.js +0 -5
- package/node_modules/lodash/fp/toString.js +0 -5
- package/node_modules/lodash/fp/toUpper.js +0 -5
- package/node_modules/lodash/fp/transform.js +0 -5
- package/node_modules/lodash/fp/trim.js +0 -5
- package/node_modules/lodash/fp/trimChars.js +0 -5
- package/node_modules/lodash/fp/trimCharsEnd.js +0 -5
- package/node_modules/lodash/fp/trimCharsStart.js +0 -5
- package/node_modules/lodash/fp/trimEnd.js +0 -5
- package/node_modules/lodash/fp/trimStart.js +0 -5
- package/node_modules/lodash/fp/truncate.js +0 -5
- package/node_modules/lodash/fp/unapply.js +0 -1
- package/node_modules/lodash/fp/unary.js +0 -5
- package/node_modules/lodash/fp/unescape.js +0 -5
- package/node_modules/lodash/fp/union.js +0 -5
- package/node_modules/lodash/fp/unionBy.js +0 -5
- package/node_modules/lodash/fp/unionWith.js +0 -5
- package/node_modules/lodash/fp/uniq.js +0 -5
- package/node_modules/lodash/fp/uniqBy.js +0 -5
- package/node_modules/lodash/fp/uniqWith.js +0 -5
- package/node_modules/lodash/fp/uniqueId.js +0 -5
- package/node_modules/lodash/fp/unnest.js +0 -1
- package/node_modules/lodash/fp/unset.js +0 -5
- package/node_modules/lodash/fp/unzip.js +0 -5
- package/node_modules/lodash/fp/unzipWith.js +0 -5
- package/node_modules/lodash/fp/update.js +0 -5
- package/node_modules/lodash/fp/updateWith.js +0 -5
- package/node_modules/lodash/fp/upperCase.js +0 -5
- package/node_modules/lodash/fp/upperFirst.js +0 -5
- package/node_modules/lodash/fp/useWith.js +0 -1
- package/node_modules/lodash/fp/util.js +0 -2
- package/node_modules/lodash/fp/value.js +0 -5
- package/node_modules/lodash/fp/valueOf.js +0 -5
- package/node_modules/lodash/fp/values.js +0 -5
- package/node_modules/lodash/fp/valuesIn.js +0 -5
- package/node_modules/lodash/fp/where.js +0 -1
- package/node_modules/lodash/fp/whereEq.js +0 -1
- package/node_modules/lodash/fp/without.js +0 -5
- package/node_modules/lodash/fp/words.js +0 -5
- package/node_modules/lodash/fp/wrap.js +0 -5
- package/node_modules/lodash/fp/wrapperAt.js +0 -5
- package/node_modules/lodash/fp/wrapperChain.js +0 -5
- package/node_modules/lodash/fp/wrapperLodash.js +0 -5
- package/node_modules/lodash/fp/wrapperReverse.js +0 -5
- package/node_modules/lodash/fp/wrapperValue.js +0 -5
- package/node_modules/lodash/fp/xor.js +0 -5
- package/node_modules/lodash/fp/xorBy.js +0 -5
- package/node_modules/lodash/fp/xorWith.js +0 -5
- package/node_modules/lodash/fp/zip.js +0 -5
- package/node_modules/lodash/fp/zipAll.js +0 -5
- package/node_modules/lodash/fp/zipObj.js +0 -1
- package/node_modules/lodash/fp/zipObject.js +0 -5
- package/node_modules/lodash/fp/zipObjectDeep.js +0 -5
- package/node_modules/lodash/fp/zipWith.js +0 -5
- package/node_modules/lodash/fp.js +0 -2
- package/node_modules/lodash/fromPairs.js +0 -28
- package/node_modules/lodash/function.js +0 -25
- package/node_modules/lodash/functions.js +0 -31
- package/node_modules/lodash/functionsIn.js +0 -31
- package/node_modules/lodash/get.js +0 -33
- package/node_modules/lodash/groupBy.js +0 -41
- package/node_modules/lodash/gt.js +0 -29
- package/node_modules/lodash/gte.js +0 -30
- package/node_modules/lodash/has.js +0 -35
- package/node_modules/lodash/hasIn.js +0 -34
- package/node_modules/lodash/head.js +0 -23
- package/node_modules/lodash/identity.js +0 -21
- package/node_modules/lodash/inRange.js +0 -55
- package/node_modules/lodash/includes.js +0 -53
- package/node_modules/lodash/index.js +0 -1
- package/node_modules/lodash/indexOf.js +0 -42
- package/node_modules/lodash/initial.js +0 -22
- package/node_modules/lodash/intersection.js +0 -30
- package/node_modules/lodash/intersectionBy.js +0 -45
- package/node_modules/lodash/intersectionWith.js +0 -41
- package/node_modules/lodash/invert.js +0 -42
- package/node_modules/lodash/invertBy.js +0 -56
- package/node_modules/lodash/invoke.js +0 -24
- package/node_modules/lodash/invokeMap.js +0 -41
- package/node_modules/lodash/isArguments.js +0 -36
- package/node_modules/lodash/isArray.js +0 -26
- package/node_modules/lodash/isArrayBuffer.js +0 -27
- package/node_modules/lodash/isArrayLike.js +0 -33
- package/node_modules/lodash/isArrayLikeObject.js +0 -33
- package/node_modules/lodash/isBoolean.js +0 -29
- package/node_modules/lodash/isBuffer.js +0 -38
- package/node_modules/lodash/isDate.js +0 -27
- package/node_modules/lodash/isElement.js +0 -25
- package/node_modules/lodash/isEmpty.js +0 -77
- package/node_modules/lodash/isEqual.js +0 -35
- package/node_modules/lodash/isEqualWith.js +0 -41
- package/node_modules/lodash/isError.js +0 -36
- package/node_modules/lodash/isFinite.js +0 -36
- package/node_modules/lodash/isFunction.js +0 -37
- package/node_modules/lodash/isInteger.js +0 -33
- package/node_modules/lodash/isLength.js +0 -35
- package/node_modules/lodash/isMap.js +0 -27
- package/node_modules/lodash/isMatch.js +0 -36
- package/node_modules/lodash/isMatchWith.js +0 -41
- package/node_modules/lodash/isNaN.js +0 -38
- package/node_modules/lodash/isNative.js +0 -40
- package/node_modules/lodash/isNil.js +0 -25
- package/node_modules/lodash/isNull.js +0 -22
- package/node_modules/lodash/isNumber.js +0 -38
- package/node_modules/lodash/isObject.js +0 -31
- package/node_modules/lodash/isObjectLike.js +0 -29
- package/node_modules/lodash/isPlainObject.js +0 -62
- package/node_modules/lodash/isRegExp.js +0 -27
- package/node_modules/lodash/isSafeInteger.js +0 -37
- package/node_modules/lodash/isSet.js +0 -27
- package/node_modules/lodash/isString.js +0 -30
- package/node_modules/lodash/isSymbol.js +0 -29
- package/node_modules/lodash/isTypedArray.js +0 -27
- package/node_modules/lodash/isUndefined.js +0 -22
- package/node_modules/lodash/isWeakMap.js +0 -28
- package/node_modules/lodash/isWeakSet.js +0 -28
- package/node_modules/lodash/iteratee.js +0 -53
- package/node_modules/lodash/join.js +0 -26
- package/node_modules/lodash/kebabCase.js +0 -28
- package/node_modules/lodash/keyBy.js +0 -36
- package/node_modules/lodash/keys.js +0 -37
- package/node_modules/lodash/keysIn.js +0 -32
- package/node_modules/lodash/lang.js +0 -58
- package/node_modules/lodash/last.js +0 -20
- package/node_modules/lodash/lastIndexOf.js +0 -46
- package/node_modules/lodash/lodash.js +0 -17209
- package/node_modules/lodash/lodash.min.js +0 -140
- package/node_modules/lodash/lowerCase.js +0 -27
- package/node_modules/lodash/lowerFirst.js +0 -22
- package/node_modules/lodash/lt.js +0 -29
- package/node_modules/lodash/lte.js +0 -30
- package/node_modules/lodash/map.js +0 -53
- package/node_modules/lodash/mapKeys.js +0 -36
- package/node_modules/lodash/mapValues.js +0 -43
- package/node_modules/lodash/matches.js +0 -46
- package/node_modules/lodash/matchesProperty.js +0 -44
- package/node_modules/lodash/math.js +0 -17
- package/node_modules/lodash/max.js +0 -29
- package/node_modules/lodash/maxBy.js +0 -34
- package/node_modules/lodash/mean.js +0 -22
- package/node_modules/lodash/meanBy.js +0 -31
- package/node_modules/lodash/memoize.js +0 -73
- package/node_modules/lodash/merge.js +0 -39
- package/node_modules/lodash/mergeWith.js +0 -39
- package/node_modules/lodash/method.js +0 -34
- package/node_modules/lodash/methodOf.js +0 -33
- package/node_modules/lodash/min.js +0 -29
- package/node_modules/lodash/minBy.js +0 -34
- package/node_modules/lodash/mixin.js +0 -74
- package/node_modules/lodash/multiply.js +0 -22
- package/node_modules/lodash/negate.js +0 -40
- package/node_modules/lodash/next.js +0 -35
- package/node_modules/lodash/noop.js +0 -17
- package/node_modules/lodash/now.js +0 -23
- package/node_modules/lodash/nth.js +0 -29
- package/node_modules/lodash/nthArg.js +0 -32
- package/node_modules/lodash/number.js +0 -5
- package/node_modules/lodash/object.js +0 -49
- package/node_modules/lodash/omit.js +0 -57
- package/node_modules/lodash/omitBy.js +0 -29
- package/node_modules/lodash/once.js +0 -25
- package/node_modules/lodash/orderBy.js +0 -47
- package/node_modules/lodash/over.js +0 -24
- package/node_modules/lodash/overArgs.js +0 -61
- package/node_modules/lodash/overEvery.js +0 -34
- package/node_modules/lodash/overSome.js +0 -37
- package/node_modules/lodash/package.json +0 -21
- package/node_modules/lodash/pad.js +0 -49
- package/node_modules/lodash/padEnd.js +0 -39
- package/node_modules/lodash/padStart.js +0 -39
- package/node_modules/lodash/parseInt.js +0 -43
- package/node_modules/lodash/partial.js +0 -50
- package/node_modules/lodash/partialRight.js +0 -49
- package/node_modules/lodash/partition.js +0 -43
- package/node_modules/lodash/pick.js +0 -25
- package/node_modules/lodash/pickBy.js +0 -37
- package/node_modules/lodash/plant.js +0 -48
- package/node_modules/lodash/property.js +0 -32
- package/node_modules/lodash/propertyOf.js +0 -30
- package/node_modules/lodash/pull.js +0 -29
- package/node_modules/lodash/pullAll.js +0 -29
- package/node_modules/lodash/pullAllBy.js +0 -33
- package/node_modules/lodash/pullAllWith.js +0 -32
- package/node_modules/lodash/pullAt.js +0 -43
- package/node_modules/lodash/random.js +0 -82
- package/node_modules/lodash/range.js +0 -46
- package/node_modules/lodash/rangeRight.js +0 -41
- package/node_modules/lodash/rearg.js +0 -33
- package/node_modules/lodash/reduce.js +0 -51
- package/node_modules/lodash/reduceRight.js +0 -36
- package/node_modules/lodash/reject.js +0 -46
- package/node_modules/lodash/release.md +0 -48
- package/node_modules/lodash/remove.js +0 -53
- package/node_modules/lodash/repeat.js +0 -37
- package/node_modules/lodash/replace.js +0 -29
- package/node_modules/lodash/rest.js +0 -40
- package/node_modules/lodash/result.js +0 -56
- package/node_modules/lodash/reverse.js +0 -34
- package/node_modules/lodash/round.js +0 -26
- package/node_modules/lodash/sample.js +0 -24
- package/node_modules/lodash/sampleSize.js +0 -37
- package/node_modules/lodash/seq.js +0 -16
- package/node_modules/lodash/set.js +0 -35
- package/node_modules/lodash/setWith.js +0 -32
- package/node_modules/lodash/shuffle.js +0 -25
- package/node_modules/lodash/size.js +0 -46
- package/node_modules/lodash/slice.js +0 -37
- package/node_modules/lodash/snakeCase.js +0 -28
- package/node_modules/lodash/some.js +0 -51
- package/node_modules/lodash/sortBy.js +0 -48
- package/node_modules/lodash/sortedIndex.js +0 -24
- package/node_modules/lodash/sortedIndexBy.js +0 -33
- package/node_modules/lodash/sortedIndexOf.js +0 -31
- package/node_modules/lodash/sortedLastIndex.js +0 -25
- package/node_modules/lodash/sortedLastIndexBy.js +0 -33
- package/node_modules/lodash/sortedLastIndexOf.js +0 -31
- package/node_modules/lodash/sortedUniq.js +0 -24
- package/node_modules/lodash/sortedUniqBy.js +0 -26
- package/node_modules/lodash/split.js +0 -52
- package/node_modules/lodash/spread.js +0 -63
- package/node_modules/lodash/startCase.js +0 -29
- package/node_modules/lodash/startsWith.js +0 -39
- package/node_modules/lodash/string.js +0 -33
- package/node_modules/lodash/stubArray.js +0 -23
- package/node_modules/lodash/stubFalse.js +0 -18
- package/node_modules/lodash/stubObject.js +0 -23
- package/node_modules/lodash/stubString.js +0 -18
- package/node_modules/lodash/stubTrue.js +0 -18
- package/node_modules/lodash/subtract.js +0 -22
- package/node_modules/lodash/sum.js +0 -24
- package/node_modules/lodash/sumBy.js +0 -33
- package/node_modules/lodash/tail.js +0 -22
- package/node_modules/lodash/take.js +0 -37
- package/node_modules/lodash/takeRight.js +0 -39
- package/node_modules/lodash/takeRightWhile.js +0 -45
- package/node_modules/lodash/takeWhile.js +0 -45
- package/node_modules/lodash/tap.js +0 -29
- package/node_modules/lodash/template.js +0 -272
- package/node_modules/lodash/templateSettings.js +0 -67
- package/node_modules/lodash/throttle.js +0 -69
- package/node_modules/lodash/thru.js +0 -28
- package/node_modules/lodash/times.js +0 -51
- package/node_modules/lodash/toArray.js +0 -58
- package/node_modules/lodash/toFinite.js +0 -42
- package/node_modules/lodash/toInteger.js +0 -36
- package/node_modules/lodash/toIterator.js +0 -23
- package/node_modules/lodash/toJSON.js +0 -1
- package/node_modules/lodash/toLength.js +0 -38
- package/node_modules/lodash/toLower.js +0 -28
- package/node_modules/lodash/toNumber.js +0 -64
- package/node_modules/lodash/toPairs.js +0 -30
- package/node_modules/lodash/toPairsIn.js +0 -30
- package/node_modules/lodash/toPath.js +0 -33
- package/node_modules/lodash/toPlainObject.js +0 -32
- package/node_modules/lodash/toSafeInteger.js +0 -37
- package/node_modules/lodash/toString.js +0 -28
- package/node_modules/lodash/toUpper.js +0 -28
- package/node_modules/lodash/transform.js +0 -65
- package/node_modules/lodash/trim.js +0 -47
- package/node_modules/lodash/trimEnd.js +0 -41
- package/node_modules/lodash/trimStart.js +0 -43
- package/node_modules/lodash/truncate.js +0 -111
- package/node_modules/lodash/unary.js +0 -22
- package/node_modules/lodash/unescape.js +0 -34
- package/node_modules/lodash/union.js +0 -26
- package/node_modules/lodash/unionBy.js +0 -39
- package/node_modules/lodash/unionWith.js +0 -34
- package/node_modules/lodash/uniq.js +0 -25
- package/node_modules/lodash/uniqBy.js +0 -31
- package/node_modules/lodash/uniqWith.js +0 -28
- package/node_modules/lodash/uniqueId.js +0 -28
- package/node_modules/lodash/unset.js +0 -34
- package/node_modules/lodash/unzip.js +0 -45
- package/node_modules/lodash/unzipWith.js +0 -39
- package/node_modules/lodash/update.js +0 -35
- package/node_modules/lodash/updateWith.js +0 -33
- package/node_modules/lodash/upperCase.js +0 -27
- package/node_modules/lodash/upperFirst.js +0 -22
- package/node_modules/lodash/util.js +0 -34
- package/node_modules/lodash/value.js +0 -1
- package/node_modules/lodash/valueOf.js +0 -1
- package/node_modules/lodash/values.js +0 -34
- package/node_modules/lodash/valuesIn.js +0 -32
- package/node_modules/lodash/without.js +0 -31
- package/node_modules/lodash/words.js +0 -35
- package/node_modules/lodash/wrap.js +0 -30
- package/node_modules/lodash/wrapperAt.js +0 -48
- package/node_modules/lodash/wrapperChain.js +0 -34
- package/node_modules/lodash/wrapperLodash.js +0 -147
- package/node_modules/lodash/wrapperReverse.js +0 -44
- package/node_modules/lodash/wrapperValue.js +0 -21
- package/node_modules/lodash/xor.js +0 -28
- package/node_modules/lodash/xorBy.js +0 -39
- package/node_modules/lodash/xorWith.js +0 -34
- package/node_modules/lodash/zip.js +0 -22
- package/node_modules/lodash/zipObject.js +0 -24
- package/node_modules/lodash/zipObjectDeep.js +0 -23
- package/node_modules/lodash/zipWith.js +0 -32
- package/node_modules/lower-case/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/lower-case/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/lower-case/node_modules/tslib/README.md +0 -164
- package/node_modules/lower-case/node_modules/tslib/modules/index.js +0 -55
- package/node_modules/lower-case/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/lower-case/node_modules/tslib/package.json +0 -42
- package/node_modules/lower-case/node_modules/tslib/tslib.d.ts +0 -398
- package/node_modules/lower-case/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/lower-case/node_modules/tslib/tslib.es6.js +0 -248
- package/node_modules/lower-case/node_modules/tslib/tslib.html +0 -1
- package/node_modules/lower-case/node_modules/tslib/tslib.js +0 -317
- package/node_modules/no-case/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/no-case/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/no-case/node_modules/tslib/README.md +0 -164
- package/node_modules/no-case/node_modules/tslib/modules/index.js +0 -55
- package/node_modules/no-case/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/no-case/node_modules/tslib/package.json +0 -42
- package/node_modules/no-case/node_modules/tslib/tslib.d.ts +0 -398
- package/node_modules/no-case/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/no-case/node_modules/tslib/tslib.es6.js +0 -248
- package/node_modules/no-case/node_modules/tslib/tslib.html +0 -1
- package/node_modules/no-case/node_modules/tslib/tslib.js +0 -317
- package/node_modules/nunjucks/CHANGELOG.md +0 -736
- package/node_modules/nunjucks/LICENSE +0 -26
- package/node_modules/nunjucks/README.md +0 -58
- package/node_modules/nunjucks/bin/precompile +0 -58
- package/node_modules/nunjucks/bin/precompile.cmd +0 -5
- package/node_modules/nunjucks/browser/nunjucks-slim.js +0 -4263
- package/node_modules/nunjucks/browser/nunjucks-slim.js.map +0 -1
- package/node_modules/nunjucks/browser/nunjucks-slim.min.js +0 -3
- package/node_modules/nunjucks/browser/nunjucks-slim.min.js.map +0 -1
- package/node_modules/nunjucks/browser/nunjucks.js +0 -8423
- package/node_modules/nunjucks/browser/nunjucks.js.map +0 -1
- package/node_modules/nunjucks/browser/nunjucks.min.js +0 -3
- package/node_modules/nunjucks/browser/nunjucks.min.js.map +0 -1
- package/node_modules/nunjucks/index.js +0 -103
- package/node_modules/nunjucks/node_modules/commander/CHANGELOG.md +0 -385
- package/node_modules/nunjucks/node_modules/commander/LICENSE +0 -22
- package/node_modules/nunjucks/node_modules/commander/Readme.md +0 -737
- package/node_modules/nunjucks/node_modules/commander/index.js +0 -1756
- package/node_modules/nunjucks/node_modules/commander/package.json +0 -52
- package/node_modules/nunjucks/node_modules/commander/typings/index.d.ts +0 -386
- package/node_modules/nunjucks/package.json +0 -116
- package/node_modules/nunjucks/src/compiler.js +0 -1449
- package/node_modules/nunjucks/src/environment.js +0 -659
- package/node_modules/nunjucks/src/express-app.js +0 -28
- package/node_modules/nunjucks/src/filters.js +0 -680
- package/node_modules/nunjucks/src/globals.js +0 -72
- package/node_modules/nunjucks/src/jinja-compat.js +0 -358
- package/node_modules/nunjucks/src/lexer.js +0 -542
- package/node_modules/nunjucks/src/lib.js +0 -417
- package/node_modules/nunjucks/src/loader.js +0 -30
- package/node_modules/nunjucks/src/loaders.js +0 -5
- package/node_modules/nunjucks/src/node-loaders.js +0 -177
- package/node_modules/nunjucks/src/nodes.js +0 -394
- package/node_modules/nunjucks/src/object.js +0 -129
- package/node_modules/nunjucks/src/parser.js +0 -1267
- package/node_modules/nunjucks/src/precompile-global.js +0 -22
- package/node_modules/nunjucks/src/precompile.js +0 -131
- package/node_modules/nunjucks/src/precompiled-loader.js +0 -41
- package/node_modules/nunjucks/src/runtime.js +0 -405
- package/node_modules/nunjucks/src/tests.js +0 -286
- package/node_modules/nunjucks/src/transformer.js +0 -197
- package/node_modules/nunjucks/src/web-loaders.js +0 -110
- package/node_modules/param-case/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/param-case/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/param-case/node_modules/tslib/README.md +0 -164
- package/node_modules/param-case/node_modules/tslib/modules/index.js +0 -55
- package/node_modules/param-case/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/param-case/node_modules/tslib/package.json +0 -42
- package/node_modules/param-case/node_modules/tslib/tslib.d.ts +0 -398
- package/node_modules/param-case/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/param-case/node_modules/tslib/tslib.es6.js +0 -248
- package/node_modules/param-case/node_modules/tslib/tslib.html +0 -1
- package/node_modules/param-case/node_modules/tslib/tslib.js +0 -317
- package/node_modules/pascal-case/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/pascal-case/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/pascal-case/node_modules/tslib/README.md +0 -164
- package/node_modules/pascal-case/node_modules/tslib/modules/index.js +0 -55
- package/node_modules/pascal-case/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/pascal-case/node_modules/tslib/package.json +0 -42
- package/node_modules/pascal-case/node_modules/tslib/tslib.d.ts +0 -398
- package/node_modules/pascal-case/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/pascal-case/node_modules/tslib/tslib.es6.js +0 -248
- package/node_modules/pascal-case/node_modules/tslib/tslib.html +0 -1
- package/node_modules/pascal-case/node_modules/tslib/tslib.js +0 -317
- package/node_modules/path-case/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/path-case/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/path-case/node_modules/tslib/README.md +0 -164
- package/node_modules/path-case/node_modules/tslib/modules/index.js +0 -55
- package/node_modules/path-case/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/path-case/node_modules/tslib/package.json +0 -42
- package/node_modules/path-case/node_modules/tslib/tslib.d.ts +0 -398
- package/node_modules/path-case/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/path-case/node_modules/tslib/tslib.es6.js +0 -248
- package/node_modules/path-case/node_modules/tslib/tslib.html +0 -1
- package/node_modules/path-case/node_modules/tslib/tslib.js +0 -317
- package/node_modules/sentence-case/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/sentence-case/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/sentence-case/node_modules/tslib/README.md +0 -164
- package/node_modules/sentence-case/node_modules/tslib/modules/index.js +0 -55
- package/node_modules/sentence-case/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/sentence-case/node_modules/tslib/package.json +0 -42
- package/node_modules/sentence-case/node_modules/tslib/tslib.d.ts +0 -398
- package/node_modules/sentence-case/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/sentence-case/node_modules/tslib/tslib.es6.js +0 -248
- package/node_modules/sentence-case/node_modules/tslib/tslib.html +0 -1
- package/node_modules/sentence-case/node_modules/tslib/tslib.js +0 -317
- package/node_modules/snake-case/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/snake-case/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/snake-case/node_modules/tslib/README.md +0 -164
- package/node_modules/snake-case/node_modules/tslib/modules/index.js +0 -55
- package/node_modules/snake-case/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/snake-case/node_modules/tslib/package.json +0 -42
- package/node_modules/snake-case/node_modules/tslib/tslib.d.ts +0 -398
- package/node_modules/snake-case/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/snake-case/node_modules/tslib/tslib.es6.js +0 -248
- package/node_modules/snake-case/node_modules/tslib/tslib.html +0 -1
- package/node_modules/snake-case/node_modules/tslib/tslib.js +0 -317
- package/node_modules/upper-case/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/upper-case/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/upper-case/node_modules/tslib/README.md +0 -164
- package/node_modules/upper-case/node_modules/tslib/modules/index.js +0 -55
- package/node_modules/upper-case/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/upper-case/node_modules/tslib/package.json +0 -42
- package/node_modules/upper-case/node_modules/tslib/tslib.d.ts +0 -398
- package/node_modules/upper-case/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/upper-case/node_modules/tslib/tslib.es6.js +0 -248
- package/node_modules/upper-case/node_modules/tslib/tslib.html +0 -1
- package/node_modules/upper-case/node_modules/tslib/tslib.js +0 -317
- package/node_modules/upper-case-first/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/upper-case-first/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/upper-case-first/node_modules/tslib/README.md +0 -164
- package/node_modules/upper-case-first/node_modules/tslib/modules/index.js +0 -55
- package/node_modules/upper-case-first/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/upper-case-first/node_modules/tslib/package.json +0 -42
- package/node_modules/upper-case-first/node_modules/tslib/tslib.d.ts +0 -398
- package/node_modules/upper-case-first/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/upper-case-first/node_modules/tslib/tslib.es6.js +0 -248
- package/node_modules/upper-case-first/node_modules/tslib/tslib.html +0 -1
- package/node_modules/upper-case-first/node_modules/tslib/tslib.js +0 -317
- /package/node_modules/{camel-case/node_modules/tslib → tslib}/CopyrightNotice.txt +0 -0
- /package/node_modules/{camel-case/node_modules/tslib → tslib}/LICENSE.txt +0 -0
- /package/node_modules/{camel-case/node_modules/tslib → tslib}/modules/package.json +0 -0
- /package/node_modules/{camel-case/node_modules/tslib → tslib}/tslib.es6.html +0 -0
- /package/node_modules/{camel-case/node_modules/tslib → tslib}/tslib.html +0 -0
package/.jsii
CHANGED
|
@@ -9,14 +9,91 @@
|
|
|
9
9
|
},
|
|
10
10
|
"bundled": {
|
|
11
11
|
"change-case": "^4.1.2",
|
|
12
|
-
"
|
|
13
|
-
"nunjucks": "^3.2.3"
|
|
12
|
+
"nunjucks": "^3.2.4"
|
|
14
13
|
},
|
|
15
14
|
"dependencies": {
|
|
16
|
-
"aws-cdk-lib": "^2.
|
|
17
|
-
"constructs": "^10.
|
|
15
|
+
"aws-cdk-lib": "^2.133.0",
|
|
16
|
+
"constructs": "^10.3.0"
|
|
18
17
|
},
|
|
19
18
|
"dependencyClosure": {
|
|
19
|
+
"@aws-cdk/asset-awscli-v1": {
|
|
20
|
+
"targets": {
|
|
21
|
+
"dotnet": {
|
|
22
|
+
"namespace": "Amazon.CDK.Asset.AwsCliV1",
|
|
23
|
+
"packageId": "Amazon.CDK.Asset.AwsCliV1"
|
|
24
|
+
},
|
|
25
|
+
"go": {
|
|
26
|
+
"moduleName": "github.com/cdklabs/awscdk-asset-awscli-go",
|
|
27
|
+
"packageName": "awscliv1"
|
|
28
|
+
},
|
|
29
|
+
"java": {
|
|
30
|
+
"maven": {
|
|
31
|
+
"artifactId": "cdk-asset-awscli-v1",
|
|
32
|
+
"groupId": "software.amazon.awscdk"
|
|
33
|
+
},
|
|
34
|
+
"package": "software.amazon.awscdk.cdk.asset.awscli.v1"
|
|
35
|
+
},
|
|
36
|
+
"js": {
|
|
37
|
+
"npm": "@aws-cdk/asset-awscli-v1"
|
|
38
|
+
},
|
|
39
|
+
"python": {
|
|
40
|
+
"distName": "aws-cdk.asset-awscli-v1",
|
|
41
|
+
"module": "aws_cdk.asset_awscli_v1"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"@aws-cdk/asset-kubectl-v20": {
|
|
46
|
+
"targets": {
|
|
47
|
+
"dotnet": {
|
|
48
|
+
"namespace": "Amazon.CDK.Asset.KubectlV20",
|
|
49
|
+
"packageId": "Amazon.CDK.Asset.KubectlV20"
|
|
50
|
+
},
|
|
51
|
+
"go": {
|
|
52
|
+
"moduleName": "github.com/cdklabs/awscdk-asset-kubectl-go",
|
|
53
|
+
"packageName": "kubectlv20"
|
|
54
|
+
},
|
|
55
|
+
"java": {
|
|
56
|
+
"maven": {
|
|
57
|
+
"artifactId": "cdk-asset-kubectl-v20",
|
|
58
|
+
"groupId": "software.amazon.awscdk"
|
|
59
|
+
},
|
|
60
|
+
"package": "software.amazon.awscdk.cdk.asset.kubectl.v20"
|
|
61
|
+
},
|
|
62
|
+
"js": {
|
|
63
|
+
"npm": "@aws-cdk/asset-kubectl-v20"
|
|
64
|
+
},
|
|
65
|
+
"python": {
|
|
66
|
+
"distName": "aws-cdk.asset-kubectl-v20",
|
|
67
|
+
"module": "aws_cdk.asset_kubectl_v20"
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"@aws-cdk/asset-node-proxy-agent-v6": {
|
|
72
|
+
"targets": {
|
|
73
|
+
"dotnet": {
|
|
74
|
+
"namespace": "Amazon.CDK.Asset.NodeProxyAgentV6",
|
|
75
|
+
"packageId": "Amazon.CDK.Asset.NodeProxyAgentV6"
|
|
76
|
+
},
|
|
77
|
+
"go": {
|
|
78
|
+
"moduleName": "github.com/cdklabs/awscdk-asset-node-proxy-agent-go",
|
|
79
|
+
"packageName": "nodeproxyagentv6"
|
|
80
|
+
},
|
|
81
|
+
"java": {
|
|
82
|
+
"maven": {
|
|
83
|
+
"artifactId": "cdk-asset-node-proxy-agent-v6",
|
|
84
|
+
"groupId": "software.amazon.awscdk"
|
|
85
|
+
},
|
|
86
|
+
"package": "software.amazon.awscdk.cdk.asset.node.proxy.agent.v6"
|
|
87
|
+
},
|
|
88
|
+
"js": {
|
|
89
|
+
"npm": "@aws-cdk/asset-node-proxy-agent-v6"
|
|
90
|
+
},
|
|
91
|
+
"python": {
|
|
92
|
+
"distName": "aws-cdk.asset-node-proxy-agent-v6",
|
|
93
|
+
"module": "aws_cdk.asset_node_proxy_agent_v6"
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
},
|
|
20
97
|
"aws-cdk-lib": {
|
|
21
98
|
"submodules": {
|
|
22
99
|
"aws-cdk-lib.alexa_ask": {
|
|
@@ -149,6 +226,8 @@
|
|
|
149
226
|
}
|
|
150
227
|
}
|
|
151
228
|
},
|
|
229
|
+
"aws-cdk-lib.aws_apigatewayv2_authorizers": {},
|
|
230
|
+
"aws-cdk-lib.aws_apigatewayv2_integrations": {},
|
|
152
231
|
"aws-cdk-lib.aws_appconfig": {
|
|
153
232
|
"targets": {
|
|
154
233
|
"dotnet": {
|
|
@@ -279,6 +358,19 @@
|
|
|
279
358
|
}
|
|
280
359
|
}
|
|
281
360
|
},
|
|
361
|
+
"aws-cdk-lib.aws_arczonalshift": {
|
|
362
|
+
"targets": {
|
|
363
|
+
"dotnet": {
|
|
364
|
+
"package": "Amazon.CDK.AWS.ARCZonalShift"
|
|
365
|
+
},
|
|
366
|
+
"java": {
|
|
367
|
+
"package": "software.amazon.awscdk.services.arczonalshift"
|
|
368
|
+
},
|
|
369
|
+
"python": {
|
|
370
|
+
"module": "aws_cdk.aws_arczonalshift"
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
},
|
|
282
374
|
"aws-cdk-lib.aws_athena": {
|
|
283
375
|
"targets": {
|
|
284
376
|
"dotnet": {
|
|
@@ -357,6 +449,19 @@
|
|
|
357
449
|
}
|
|
358
450
|
}
|
|
359
451
|
},
|
|
452
|
+
"aws-cdk-lib.aws_b2bi": {
|
|
453
|
+
"targets": {
|
|
454
|
+
"dotnet": {
|
|
455
|
+
"package": "Amazon.CDK.AWS.B2BI"
|
|
456
|
+
},
|
|
457
|
+
"java": {
|
|
458
|
+
"package": "software.amazon.awscdk.services.b2bi"
|
|
459
|
+
},
|
|
460
|
+
"python": {
|
|
461
|
+
"module": "aws_cdk.aws_b2bi"
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
},
|
|
360
465
|
"aws-cdk-lib.aws_backup": {
|
|
361
466
|
"targets": {
|
|
362
467
|
"dotnet": {
|
|
@@ -370,6 +475,19 @@
|
|
|
370
475
|
}
|
|
371
476
|
}
|
|
372
477
|
},
|
|
478
|
+
"aws-cdk-lib.aws_backupgateway": {
|
|
479
|
+
"targets": {
|
|
480
|
+
"dotnet": {
|
|
481
|
+
"package": "Amazon.CDK.AWS.BackupGateway"
|
|
482
|
+
},
|
|
483
|
+
"java": {
|
|
484
|
+
"package": "software.amazon.awscdk.services.backupgateway"
|
|
485
|
+
},
|
|
486
|
+
"python": {
|
|
487
|
+
"module": "aws_cdk.aws_backupgateway"
|
|
488
|
+
}
|
|
489
|
+
}
|
|
490
|
+
},
|
|
373
491
|
"aws-cdk-lib.aws_batch": {
|
|
374
492
|
"targets": {
|
|
375
493
|
"dotnet": {
|
|
@@ -383,6 +501,19 @@
|
|
|
383
501
|
}
|
|
384
502
|
}
|
|
385
503
|
},
|
|
504
|
+
"aws-cdk-lib.aws_bedrock": {
|
|
505
|
+
"targets": {
|
|
506
|
+
"dotnet": {
|
|
507
|
+
"namespace": "Amazon.CDK.AWS.Bedrock"
|
|
508
|
+
},
|
|
509
|
+
"java": {
|
|
510
|
+
"package": "software.amazon.awscdk.services.bedrock"
|
|
511
|
+
},
|
|
512
|
+
"python": {
|
|
513
|
+
"module": "aws_cdk.aws_bedrock"
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
},
|
|
386
517
|
"aws-cdk-lib.aws_billingconductor": {
|
|
387
518
|
"targets": {
|
|
388
519
|
"dotnet": {
|
|
@@ -461,6 +592,19 @@
|
|
|
461
592
|
}
|
|
462
593
|
}
|
|
463
594
|
},
|
|
595
|
+
"aws-cdk-lib.aws_cleanrooms": {
|
|
596
|
+
"targets": {
|
|
597
|
+
"dotnet": {
|
|
598
|
+
"package": "Amazon.CDK.AWS.CleanRooms"
|
|
599
|
+
},
|
|
600
|
+
"java": {
|
|
601
|
+
"package": "software.amazon.awscdk.services.cleanrooms"
|
|
602
|
+
},
|
|
603
|
+
"python": {
|
|
604
|
+
"module": "aws_cdk.aws_cleanrooms"
|
|
605
|
+
}
|
|
606
|
+
}
|
|
607
|
+
},
|
|
464
608
|
"aws-cdk-lib.aws_cloud9": {
|
|
465
609
|
"targets": {
|
|
466
610
|
"dotnet": {
|
|
@@ -709,6 +853,19 @@
|
|
|
709
853
|
}
|
|
710
854
|
}
|
|
711
855
|
},
|
|
856
|
+
"aws-cdk-lib.aws_comprehend": {
|
|
857
|
+
"targets": {
|
|
858
|
+
"dotnet": {
|
|
859
|
+
"namespace": "Amazon.CDK.AWS.Comprehend"
|
|
860
|
+
},
|
|
861
|
+
"java": {
|
|
862
|
+
"package": "software.amazon.awscdk.services.comprehend"
|
|
863
|
+
},
|
|
864
|
+
"python": {
|
|
865
|
+
"module": "aws_cdk.aws_comprehend"
|
|
866
|
+
}
|
|
867
|
+
}
|
|
868
|
+
},
|
|
712
869
|
"aws-cdk-lib.aws_config": {
|
|
713
870
|
"targets": {
|
|
714
871
|
"dotnet": {
|
|
@@ -735,6 +892,32 @@
|
|
|
735
892
|
}
|
|
736
893
|
}
|
|
737
894
|
},
|
|
895
|
+
"aws-cdk-lib.aws_connectcampaigns": {
|
|
896
|
+
"targets": {
|
|
897
|
+
"dotnet": {
|
|
898
|
+
"namespace": "Amazon.CDK.AWS.ConnectCampaigns"
|
|
899
|
+
},
|
|
900
|
+
"java": {
|
|
901
|
+
"package": "software.amazon.awscdk.services.connectcampaigns"
|
|
902
|
+
},
|
|
903
|
+
"python": {
|
|
904
|
+
"module": "aws_cdk.aws_connectcampaigns"
|
|
905
|
+
}
|
|
906
|
+
}
|
|
907
|
+
},
|
|
908
|
+
"aws-cdk-lib.aws_controltower": {
|
|
909
|
+
"targets": {
|
|
910
|
+
"dotnet": {
|
|
911
|
+
"namespace": "Amazon.CDK.AWS.ControlTower"
|
|
912
|
+
},
|
|
913
|
+
"java": {
|
|
914
|
+
"package": "software.amazon.awscdk.services.controltower"
|
|
915
|
+
},
|
|
916
|
+
"python": {
|
|
917
|
+
"module": "aws_cdk.aws_controltower"
|
|
918
|
+
}
|
|
919
|
+
}
|
|
920
|
+
},
|
|
738
921
|
"aws-cdk-lib.aws_cur": {
|
|
739
922
|
"targets": {
|
|
740
923
|
"dotnet": {
|
|
@@ -800,6 +983,19 @@
|
|
|
800
983
|
}
|
|
801
984
|
}
|
|
802
985
|
},
|
|
986
|
+
"aws-cdk-lib.aws_datazone": {
|
|
987
|
+
"targets": {
|
|
988
|
+
"dotnet": {
|
|
989
|
+
"package": "Amazon.CDK.AWS.DataZone"
|
|
990
|
+
},
|
|
991
|
+
"java": {
|
|
992
|
+
"package": "software.amazon.awscdk.services.datazone"
|
|
993
|
+
},
|
|
994
|
+
"python": {
|
|
995
|
+
"module": "aws_cdk.aws_datazone"
|
|
996
|
+
}
|
|
997
|
+
}
|
|
998
|
+
},
|
|
803
999
|
"aws-cdk-lib.aws_dax": {
|
|
804
1000
|
"targets": {
|
|
805
1001
|
"dotnet": {
|
|
@@ -826,6 +1022,19 @@
|
|
|
826
1022
|
}
|
|
827
1023
|
}
|
|
828
1024
|
},
|
|
1025
|
+
"aws-cdk-lib.aws_devicefarm": {
|
|
1026
|
+
"targets": {
|
|
1027
|
+
"dotnet": {
|
|
1028
|
+
"namespace": "Amazon.CDK.AWS.DeviceFarm"
|
|
1029
|
+
},
|
|
1030
|
+
"java": {
|
|
1031
|
+
"package": "software.amazon.awscdk.services.devicefarm"
|
|
1032
|
+
},
|
|
1033
|
+
"python": {
|
|
1034
|
+
"module": "aws_cdk.aws_devicefarm"
|
|
1035
|
+
}
|
|
1036
|
+
}
|
|
1037
|
+
},
|
|
829
1038
|
"aws-cdk-lib.aws_devopsguru": {
|
|
830
1039
|
"targets": {
|
|
831
1040
|
"dotnet": {
|
|
@@ -891,6 +1100,19 @@
|
|
|
891
1100
|
}
|
|
892
1101
|
}
|
|
893
1102
|
},
|
|
1103
|
+
"aws-cdk-lib.aws_docdbelastic": {
|
|
1104
|
+
"targets": {
|
|
1105
|
+
"dotnet": {
|
|
1106
|
+
"namespace": "Amazon.CDK.AWS.DocDBElastic"
|
|
1107
|
+
},
|
|
1108
|
+
"java": {
|
|
1109
|
+
"package": "software.amazon.awscdk.services.docdbelastic"
|
|
1110
|
+
},
|
|
1111
|
+
"python": {
|
|
1112
|
+
"module": "aws_cdk.aws_docdbelastic"
|
|
1113
|
+
}
|
|
1114
|
+
}
|
|
1115
|
+
},
|
|
894
1116
|
"aws-cdk-lib.aws_dynamodb": {
|
|
895
1117
|
"targets": {
|
|
896
1118
|
"dotnet": {
|
|
@@ -1112,6 +1334,32 @@
|
|
|
1112
1334
|
}
|
|
1113
1335
|
}
|
|
1114
1336
|
},
|
|
1337
|
+
"aws-cdk-lib.aws_emrserverless": {
|
|
1338
|
+
"targets": {
|
|
1339
|
+
"dotnet": {
|
|
1340
|
+
"namespace": "Amazon.CDK.AWS.EMRServerless"
|
|
1341
|
+
},
|
|
1342
|
+
"java": {
|
|
1343
|
+
"package": "software.amazon.awscdk.services.emrserverless"
|
|
1344
|
+
},
|
|
1345
|
+
"python": {
|
|
1346
|
+
"module": "aws_cdk.aws_emrserverless"
|
|
1347
|
+
}
|
|
1348
|
+
}
|
|
1349
|
+
},
|
|
1350
|
+
"aws-cdk-lib.aws_entityresolution": {
|
|
1351
|
+
"targets": {
|
|
1352
|
+
"dotnet": {
|
|
1353
|
+
"package": "Amazon.CDK.AWS.EntityResolution"
|
|
1354
|
+
},
|
|
1355
|
+
"java": {
|
|
1356
|
+
"package": "software.amazon.awscdk.services.entityresolution"
|
|
1357
|
+
},
|
|
1358
|
+
"python": {
|
|
1359
|
+
"module": "aws_cdk.aws_entityresolution"
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1115
1363
|
"aws-cdk-lib.aws_events": {
|
|
1116
1364
|
"targets": {
|
|
1117
1365
|
"dotnet": {
|
|
@@ -1294,6 +1542,19 @@
|
|
|
1294
1542
|
}
|
|
1295
1543
|
}
|
|
1296
1544
|
},
|
|
1545
|
+
"aws-cdk-lib.aws_grafana": {
|
|
1546
|
+
"targets": {
|
|
1547
|
+
"dotnet": {
|
|
1548
|
+
"namespace": "Amazon.CDK.AWS.Grafana"
|
|
1549
|
+
},
|
|
1550
|
+
"java": {
|
|
1551
|
+
"package": "software.amazon.awscdk.services.grafana"
|
|
1552
|
+
},
|
|
1553
|
+
"python": {
|
|
1554
|
+
"module": "aws_cdk.aws_grafana"
|
|
1555
|
+
}
|
|
1556
|
+
}
|
|
1557
|
+
},
|
|
1297
1558
|
"aws-cdk-lib.aws_greengrass": {
|
|
1298
1559
|
"targets": {
|
|
1299
1560
|
"dotnet": {
|
|
@@ -1346,6 +1607,19 @@
|
|
|
1346
1607
|
}
|
|
1347
1608
|
}
|
|
1348
1609
|
},
|
|
1610
|
+
"aws-cdk-lib.aws_healthimaging": {
|
|
1611
|
+
"targets": {
|
|
1612
|
+
"dotnet": {
|
|
1613
|
+
"package": "Amazon.CDK.AWS.HealthImaging"
|
|
1614
|
+
},
|
|
1615
|
+
"java": {
|
|
1616
|
+
"package": "software.amazon.awscdk.services.healthimaging"
|
|
1617
|
+
},
|
|
1618
|
+
"python": {
|
|
1619
|
+
"module": "aws_cdk.aws_healthimaging"
|
|
1620
|
+
}
|
|
1621
|
+
}
|
|
1622
|
+
},
|
|
1349
1623
|
"aws-cdk-lib.aws_healthlake": {
|
|
1350
1624
|
"targets": {
|
|
1351
1625
|
"dotnet": {
|
|
@@ -1372,6 +1646,19 @@
|
|
|
1372
1646
|
}
|
|
1373
1647
|
}
|
|
1374
1648
|
},
|
|
1649
|
+
"aws-cdk-lib.aws_identitystore": {
|
|
1650
|
+
"targets": {
|
|
1651
|
+
"dotnet": {
|
|
1652
|
+
"namespace": "Amazon.CDK.AWS.IdentityStore"
|
|
1653
|
+
},
|
|
1654
|
+
"java": {
|
|
1655
|
+
"package": "software.amazon.awscdk.services.identitystore"
|
|
1656
|
+
},
|
|
1657
|
+
"python": {
|
|
1658
|
+
"module": "aws_cdk.aws_identitystore"
|
|
1659
|
+
}
|
|
1660
|
+
}
|
|
1661
|
+
},
|
|
1375
1662
|
"aws-cdk-lib.aws_imagebuilder": {
|
|
1376
1663
|
"targets": {
|
|
1377
1664
|
"dotnet": {
|
|
@@ -1411,6 +1698,19 @@
|
|
|
1411
1698
|
}
|
|
1412
1699
|
}
|
|
1413
1700
|
},
|
|
1701
|
+
"aws-cdk-lib.aws_internetmonitor": {
|
|
1702
|
+
"targets": {
|
|
1703
|
+
"dotnet": {
|
|
1704
|
+
"namespace": "Amazon.CDK.AWS.InternetMonitor"
|
|
1705
|
+
},
|
|
1706
|
+
"java": {
|
|
1707
|
+
"package": "software.amazon.awscdk.services.internetmonitor"
|
|
1708
|
+
},
|
|
1709
|
+
"python": {
|
|
1710
|
+
"module": "aws_cdk.aws_internetmonitor"
|
|
1711
|
+
}
|
|
1712
|
+
}
|
|
1713
|
+
},
|
|
1414
1714
|
"aws-cdk-lib.aws_iot": {
|
|
1415
1715
|
"targets": {
|
|
1416
1716
|
"dotnet": {
|
|
@@ -1489,6 +1789,19 @@
|
|
|
1489
1789
|
}
|
|
1490
1790
|
}
|
|
1491
1791
|
},
|
|
1792
|
+
"aws-cdk-lib.aws_iotfleetwise": {
|
|
1793
|
+
"targets": {
|
|
1794
|
+
"dotnet": {
|
|
1795
|
+
"namespace": "Amazon.CDK.AWS.IoTFleetWise"
|
|
1796
|
+
},
|
|
1797
|
+
"java": {
|
|
1798
|
+
"package": "software.amazon.awscdk.services.iotfleetwise"
|
|
1799
|
+
},
|
|
1800
|
+
"python": {
|
|
1801
|
+
"module": "aws_cdk.aws_iotfleetwise"
|
|
1802
|
+
}
|
|
1803
|
+
}
|
|
1804
|
+
},
|
|
1492
1805
|
"aws-cdk-lib.aws_iotsitewise": {
|
|
1493
1806
|
"targets": {
|
|
1494
1807
|
"dotnet": {
|
|
@@ -1554,6 +1867,19 @@
|
|
|
1554
1867
|
}
|
|
1555
1868
|
}
|
|
1556
1869
|
},
|
|
1870
|
+
"aws-cdk-lib.aws_ivschat": {
|
|
1871
|
+
"targets": {
|
|
1872
|
+
"dotnet": {
|
|
1873
|
+
"namespace": "Amazon.CDK.AWS.IVSChat"
|
|
1874
|
+
},
|
|
1875
|
+
"java": {
|
|
1876
|
+
"package": "software.amazon.awscdk.services.ivschat"
|
|
1877
|
+
},
|
|
1878
|
+
"python": {
|
|
1879
|
+
"module": "aws_cdk.aws_ivschat"
|
|
1880
|
+
}
|
|
1881
|
+
}
|
|
1882
|
+
},
|
|
1557
1883
|
"aws-cdk-lib.aws_kafkaconnect": {
|
|
1558
1884
|
"targets": {
|
|
1559
1885
|
"dotnet": {
|
|
@@ -1580,6 +1906,19 @@
|
|
|
1580
1906
|
}
|
|
1581
1907
|
}
|
|
1582
1908
|
},
|
|
1909
|
+
"aws-cdk-lib.aws_kendraranking": {
|
|
1910
|
+
"targets": {
|
|
1911
|
+
"dotnet": {
|
|
1912
|
+
"namespace": "Amazon.CDK.AWS.KendraRanking"
|
|
1913
|
+
},
|
|
1914
|
+
"java": {
|
|
1915
|
+
"package": "software.amazon.awscdk.services.kendraranking"
|
|
1916
|
+
},
|
|
1917
|
+
"python": {
|
|
1918
|
+
"module": "aws_cdk.aws_kendraranking"
|
|
1919
|
+
}
|
|
1920
|
+
}
|
|
1921
|
+
},
|
|
1583
1922
|
"aws-cdk-lib.aws_kinesis": {
|
|
1584
1923
|
"targets": {
|
|
1585
1924
|
"dotnet": {
|
|
@@ -1840,6 +2179,19 @@
|
|
|
1840
2179
|
}
|
|
1841
2180
|
}
|
|
1842
2181
|
},
|
|
2182
|
+
"aws-cdk-lib.aws_m2": {
|
|
2183
|
+
"targets": {
|
|
2184
|
+
"dotnet": {
|
|
2185
|
+
"namespace": "Amazon.CDK.AWS.M2"
|
|
2186
|
+
},
|
|
2187
|
+
"java": {
|
|
2188
|
+
"package": "software.amazon.awscdk.services.m2"
|
|
2189
|
+
},
|
|
2190
|
+
"python": {
|
|
2191
|
+
"module": "aws_cdk.aws_m2"
|
|
2192
|
+
}
|
|
2193
|
+
}
|
|
2194
|
+
},
|
|
1843
2195
|
"aws-cdk-lib.aws_macie": {
|
|
1844
2196
|
"targets": {
|
|
1845
2197
|
"dotnet": {
|
|
@@ -1918,6 +2270,19 @@
|
|
|
1918
2270
|
}
|
|
1919
2271
|
}
|
|
1920
2272
|
},
|
|
2273
|
+
"aws-cdk-lib.aws_mediapackagev2": {
|
|
2274
|
+
"targets": {
|
|
2275
|
+
"dotnet": {
|
|
2276
|
+
"package": "Amazon.CDK.AWS.MediaPackageV2"
|
|
2277
|
+
},
|
|
2278
|
+
"java": {
|
|
2279
|
+
"package": "software.amazon.awscdk.services.mediapackagev2"
|
|
2280
|
+
},
|
|
2281
|
+
"python": {
|
|
2282
|
+
"module": "aws_cdk.aws_mediapackagev2"
|
|
2283
|
+
}
|
|
2284
|
+
}
|
|
2285
|
+
},
|
|
1921
2286
|
"aws-cdk-lib.aws_mediastore": {
|
|
1922
2287
|
"targets": {
|
|
1923
2288
|
"dotnet": {
|
|
@@ -1996,6 +2361,19 @@
|
|
|
1996
2361
|
}
|
|
1997
2362
|
}
|
|
1998
2363
|
},
|
|
2364
|
+
"aws-cdk-lib.aws_neptunegraph": {
|
|
2365
|
+
"targets": {
|
|
2366
|
+
"dotnet": {
|
|
2367
|
+
"package": "Amazon.CDK.AWS.NeptuneGraph"
|
|
2368
|
+
},
|
|
2369
|
+
"java": {
|
|
2370
|
+
"package": "software.amazon.awscdk.services.neptunegraph"
|
|
2371
|
+
},
|
|
2372
|
+
"python": {
|
|
2373
|
+
"module": "aws_cdk.aws_neptunegraph"
|
|
2374
|
+
}
|
|
2375
|
+
}
|
|
2376
|
+
},
|
|
1999
2377
|
"aws-cdk-lib.aws_networkfirewall": {
|
|
2000
2378
|
"targets": {
|
|
2001
2379
|
"dotnet": {
|
|
@@ -2035,6 +2413,45 @@
|
|
|
2035
2413
|
}
|
|
2036
2414
|
}
|
|
2037
2415
|
},
|
|
2416
|
+
"aws-cdk-lib.aws_oam": {
|
|
2417
|
+
"targets": {
|
|
2418
|
+
"dotnet": {
|
|
2419
|
+
"namespace": "Amazon.CDK.AWS.Oam"
|
|
2420
|
+
},
|
|
2421
|
+
"java": {
|
|
2422
|
+
"package": "software.amazon.awscdk.services.oam"
|
|
2423
|
+
},
|
|
2424
|
+
"python": {
|
|
2425
|
+
"module": "aws_cdk.aws_oam"
|
|
2426
|
+
}
|
|
2427
|
+
}
|
|
2428
|
+
},
|
|
2429
|
+
"aws-cdk-lib.aws_omics": {
|
|
2430
|
+
"targets": {
|
|
2431
|
+
"dotnet": {
|
|
2432
|
+
"namespace": "Amazon.CDK.AWS.Omics"
|
|
2433
|
+
},
|
|
2434
|
+
"java": {
|
|
2435
|
+
"package": "software.amazon.awscdk.services.omics"
|
|
2436
|
+
},
|
|
2437
|
+
"python": {
|
|
2438
|
+
"module": "aws_cdk.aws_omics"
|
|
2439
|
+
}
|
|
2440
|
+
}
|
|
2441
|
+
},
|
|
2442
|
+
"aws-cdk-lib.aws_opensearchserverless": {
|
|
2443
|
+
"targets": {
|
|
2444
|
+
"dotnet": {
|
|
2445
|
+
"namespace": "Amazon.CDK.AWS.OpenSearchServerless"
|
|
2446
|
+
},
|
|
2447
|
+
"java": {
|
|
2448
|
+
"package": "software.amazon.awscdk.services.opensearchserverless"
|
|
2449
|
+
},
|
|
2450
|
+
"python": {
|
|
2451
|
+
"module": "aws_cdk.aws_opensearchserverless"
|
|
2452
|
+
}
|
|
2453
|
+
}
|
|
2454
|
+
},
|
|
2038
2455
|
"aws-cdk-lib.aws_opensearchservice": {
|
|
2039
2456
|
"targets": {
|
|
2040
2457
|
"dotnet": {
|
|
@@ -2074,6 +2491,32 @@
|
|
|
2074
2491
|
}
|
|
2075
2492
|
}
|
|
2076
2493
|
},
|
|
2494
|
+
"aws-cdk-lib.aws_organizations": {
|
|
2495
|
+
"targets": {
|
|
2496
|
+
"dotnet": {
|
|
2497
|
+
"namespace": "Amazon.CDK.AWS.Organizations"
|
|
2498
|
+
},
|
|
2499
|
+
"java": {
|
|
2500
|
+
"package": "software.amazon.awscdk.services.organizations"
|
|
2501
|
+
},
|
|
2502
|
+
"python": {
|
|
2503
|
+
"module": "aws_cdk.aws_organizations"
|
|
2504
|
+
}
|
|
2505
|
+
}
|
|
2506
|
+
},
|
|
2507
|
+
"aws-cdk-lib.aws_osis": {
|
|
2508
|
+
"targets": {
|
|
2509
|
+
"dotnet": {
|
|
2510
|
+
"package": "Amazon.CDK.AWS.OSIS"
|
|
2511
|
+
},
|
|
2512
|
+
"java": {
|
|
2513
|
+
"package": "software.amazon.awscdk.services.osis"
|
|
2514
|
+
},
|
|
2515
|
+
"python": {
|
|
2516
|
+
"module": "aws_cdk.aws_osis"
|
|
2517
|
+
}
|
|
2518
|
+
}
|
|
2519
|
+
},
|
|
2077
2520
|
"aws-cdk-lib.aws_panorama": {
|
|
2078
2521
|
"targets": {
|
|
2079
2522
|
"dotnet": {
|
|
@@ -2087,6 +2530,19 @@
|
|
|
2087
2530
|
}
|
|
2088
2531
|
}
|
|
2089
2532
|
},
|
|
2533
|
+
"aws-cdk-lib.aws_pcaconnectorad": {
|
|
2534
|
+
"targets": {
|
|
2535
|
+
"dotnet": {
|
|
2536
|
+
"package": "Amazon.CDK.AWS.PCAConnectorAD"
|
|
2537
|
+
},
|
|
2538
|
+
"java": {
|
|
2539
|
+
"package": "software.amazon.awscdk.services.pcaconnectorad"
|
|
2540
|
+
},
|
|
2541
|
+
"python": {
|
|
2542
|
+
"module": "aws_cdk.aws_pcaconnectorad"
|
|
2543
|
+
}
|
|
2544
|
+
}
|
|
2545
|
+
},
|
|
2090
2546
|
"aws-cdk-lib.aws_personalize": {
|
|
2091
2547
|
"targets": {
|
|
2092
2548
|
"dotnet": {
|
|
@@ -2126,6 +2582,32 @@
|
|
|
2126
2582
|
}
|
|
2127
2583
|
}
|
|
2128
2584
|
},
|
|
2585
|
+
"aws-cdk-lib.aws_pipes": {
|
|
2586
|
+
"targets": {
|
|
2587
|
+
"dotnet": {
|
|
2588
|
+
"namespace": "Amazon.CDK.AWS.Pipes"
|
|
2589
|
+
},
|
|
2590
|
+
"java": {
|
|
2591
|
+
"package": "software.amazon.awscdk.services.pipes"
|
|
2592
|
+
},
|
|
2593
|
+
"python": {
|
|
2594
|
+
"module": "aws_cdk.aws_pipes"
|
|
2595
|
+
}
|
|
2596
|
+
}
|
|
2597
|
+
},
|
|
2598
|
+
"aws-cdk-lib.aws_proton": {
|
|
2599
|
+
"targets": {
|
|
2600
|
+
"dotnet": {
|
|
2601
|
+
"package": "Amazon.CDK.AWS.Proton"
|
|
2602
|
+
},
|
|
2603
|
+
"java": {
|
|
2604
|
+
"package": "software.amazon.awscdk.services.proton"
|
|
2605
|
+
},
|
|
2606
|
+
"python": {
|
|
2607
|
+
"module": "aws_cdk.aws_proton"
|
|
2608
|
+
}
|
|
2609
|
+
}
|
|
2610
|
+
},
|
|
2129
2611
|
"aws-cdk-lib.aws_qldb": {
|
|
2130
2612
|
"targets": {
|
|
2131
2613
|
"dotnet": {
|
|
@@ -2191,6 +2673,19 @@
|
|
|
2191
2673
|
}
|
|
2192
2674
|
}
|
|
2193
2675
|
},
|
|
2676
|
+
"aws-cdk-lib.aws_redshiftserverless": {
|
|
2677
|
+
"targets": {
|
|
2678
|
+
"dotnet": {
|
|
2679
|
+
"namespace": "Amazon.CDK.AWS.RedshiftServerless"
|
|
2680
|
+
},
|
|
2681
|
+
"java": {
|
|
2682
|
+
"package": "software.amazon.awscdk.services.redshiftserverless"
|
|
2683
|
+
},
|
|
2684
|
+
"python": {
|
|
2685
|
+
"module": "aws_cdk.aws_redshiftserverless"
|
|
2686
|
+
}
|
|
2687
|
+
}
|
|
2688
|
+
},
|
|
2194
2689
|
"aws-cdk-lib.aws_refactorspaces": {
|
|
2195
2690
|
"targets": {
|
|
2196
2691
|
"dotnet": {
|
|
@@ -2230,6 +2725,19 @@
|
|
|
2230
2725
|
}
|
|
2231
2726
|
}
|
|
2232
2727
|
},
|
|
2728
|
+
"aws-cdk-lib.aws_resourceexplorer2": {
|
|
2729
|
+
"targets": {
|
|
2730
|
+
"dotnet": {
|
|
2731
|
+
"namespace": "Amazon.CDK.AWS.ResourceExplorer2"
|
|
2732
|
+
},
|
|
2733
|
+
"java": {
|
|
2734
|
+
"package": "software.amazon.awscdk.services.resourceexplorer2"
|
|
2735
|
+
},
|
|
2736
|
+
"python": {
|
|
2737
|
+
"module": "aws_cdk.aws_resourceexplorer2"
|
|
2738
|
+
}
|
|
2739
|
+
}
|
|
2740
|
+
},
|
|
2233
2741
|
"aws-cdk-lib.aws_resourcegroups": {
|
|
2234
2742
|
"targets": {
|
|
2235
2743
|
"dotnet": {
|
|
@@ -2256,6 +2764,19 @@
|
|
|
2256
2764
|
}
|
|
2257
2765
|
}
|
|
2258
2766
|
},
|
|
2767
|
+
"aws-cdk-lib.aws_rolesanywhere": {
|
|
2768
|
+
"targets": {
|
|
2769
|
+
"dotnet": {
|
|
2770
|
+
"namespace": "Amazon.CDK.AWS.RolesAnywhere"
|
|
2771
|
+
},
|
|
2772
|
+
"java": {
|
|
2773
|
+
"package": "software.amazon.awscdk.services.rolesanywhere"
|
|
2774
|
+
},
|
|
2775
|
+
"python": {
|
|
2776
|
+
"module": "aws_cdk.aws_rolesanywhere"
|
|
2777
|
+
}
|
|
2778
|
+
}
|
|
2779
|
+
},
|
|
2259
2780
|
"aws-cdk-lib.aws_route53": {
|
|
2260
2781
|
"targets": {
|
|
2261
2782
|
"dotnet": {
|
|
@@ -2399,6 +2920,19 @@
|
|
|
2399
2920
|
}
|
|
2400
2921
|
}
|
|
2401
2922
|
},
|
|
2923
|
+
"aws-cdk-lib.aws_s3express": {
|
|
2924
|
+
"targets": {
|
|
2925
|
+
"dotnet": {
|
|
2926
|
+
"package": "Amazon.CDK.AWS.S3Express"
|
|
2927
|
+
},
|
|
2928
|
+
"java": {
|
|
2929
|
+
"package": "software.amazon.awscdk.services.s3express"
|
|
2930
|
+
},
|
|
2931
|
+
"python": {
|
|
2932
|
+
"module": "aws_cdk.aws_s3express"
|
|
2933
|
+
}
|
|
2934
|
+
}
|
|
2935
|
+
},
|
|
2402
2936
|
"aws-cdk-lib.aws_s3objectlambda": {
|
|
2403
2937
|
"targets": {
|
|
2404
2938
|
"dotnet": {
|
|
@@ -2451,6 +2985,19 @@
|
|
|
2451
2985
|
}
|
|
2452
2986
|
}
|
|
2453
2987
|
},
|
|
2988
|
+
"aws-cdk-lib.aws_scheduler": {
|
|
2989
|
+
"targets": {
|
|
2990
|
+
"dotnet": {
|
|
2991
|
+
"namespace": "Amazon.CDK.AWS.Scheduler"
|
|
2992
|
+
},
|
|
2993
|
+
"java": {
|
|
2994
|
+
"package": "software.amazon.awscdk.services.scheduler"
|
|
2995
|
+
},
|
|
2996
|
+
"python": {
|
|
2997
|
+
"module": "aws_cdk.aws_scheduler"
|
|
2998
|
+
}
|
|
2999
|
+
}
|
|
3000
|
+
},
|
|
2454
3001
|
"aws-cdk-lib.aws_sdb": {
|
|
2455
3002
|
"targets": {
|
|
2456
3003
|
"dotnet": {
|
|
@@ -2555,6 +3102,19 @@
|
|
|
2555
3102
|
}
|
|
2556
3103
|
}
|
|
2557
3104
|
},
|
|
3105
|
+
"aws-cdk-lib.aws_shield": {
|
|
3106
|
+
"targets": {
|
|
3107
|
+
"dotnet": {
|
|
3108
|
+
"package": "Amazon.CDK.AWS.Shield"
|
|
3109
|
+
},
|
|
3110
|
+
"java": {
|
|
3111
|
+
"package": "software.amazon.awscdk.services.shield"
|
|
3112
|
+
},
|
|
3113
|
+
"python": {
|
|
3114
|
+
"module": "aws_cdk.aws_shield"
|
|
3115
|
+
}
|
|
3116
|
+
}
|
|
3117
|
+
},
|
|
2558
3118
|
"aws-cdk-lib.aws_signer": {
|
|
2559
3119
|
"targets": {
|
|
2560
3120
|
"dotnet": {
|
|
@@ -2568,6 +3128,19 @@
|
|
|
2568
3128
|
}
|
|
2569
3129
|
}
|
|
2570
3130
|
},
|
|
3131
|
+
"aws-cdk-lib.aws_simspaceweaver": {
|
|
3132
|
+
"targets": {
|
|
3133
|
+
"dotnet": {
|
|
3134
|
+
"namespace": "Amazon.CDK.AWS.SimSpaceWeaver"
|
|
3135
|
+
},
|
|
3136
|
+
"java": {
|
|
3137
|
+
"package": "software.amazon.awscdk.services.simspaceweaver"
|
|
3138
|
+
},
|
|
3139
|
+
"python": {
|
|
3140
|
+
"module": "aws_cdk.aws_simspaceweaver"
|
|
3141
|
+
}
|
|
3142
|
+
}
|
|
3143
|
+
},
|
|
2571
3144
|
"aws-cdk-lib.aws_sns": {
|
|
2572
3145
|
"targets": {
|
|
2573
3146
|
"dotnet": {
|
|
@@ -2685,6 +3258,19 @@
|
|
|
2685
3258
|
}
|
|
2686
3259
|
}
|
|
2687
3260
|
},
|
|
3261
|
+
"aws-cdk-lib.aws_supportapp": {
|
|
3262
|
+
"targets": {
|
|
3263
|
+
"dotnet": {
|
|
3264
|
+
"namespace": "Amazon.CDK.AWS.SupportApp"
|
|
3265
|
+
},
|
|
3266
|
+
"java": {
|
|
3267
|
+
"package": "software.amazon.awscdk.services.supportapp"
|
|
3268
|
+
},
|
|
3269
|
+
"python": {
|
|
3270
|
+
"module": "aws_cdk.aws_supportapp"
|
|
3271
|
+
}
|
|
3272
|
+
}
|
|
3273
|
+
},
|
|
2688
3274
|
"aws-cdk-lib.aws_synthetics": {
|
|
2689
3275
|
"targets": {
|
|
2690
3276
|
"dotnet": {
|
|
@@ -2698,6 +3284,19 @@
|
|
|
2698
3284
|
}
|
|
2699
3285
|
}
|
|
2700
3286
|
},
|
|
3287
|
+
"aws-cdk-lib.aws_systemsmanagersap": {
|
|
3288
|
+
"targets": {
|
|
3289
|
+
"dotnet": {
|
|
3290
|
+
"namespace": "Amazon.CDK.AWS.SystemsManagerSAP"
|
|
3291
|
+
},
|
|
3292
|
+
"java": {
|
|
3293
|
+
"package": "software.amazon.awscdk.services.systemsmanagersap"
|
|
3294
|
+
},
|
|
3295
|
+
"python": {
|
|
3296
|
+
"module": "aws_cdk.aws_systemsmanagersap"
|
|
3297
|
+
}
|
|
3298
|
+
}
|
|
3299
|
+
},
|
|
2701
3300
|
"aws-cdk-lib.aws_timestream": {
|
|
2702
3301
|
"targets": {
|
|
2703
3302
|
"dotnet": {
|
|
@@ -2724,6 +3323,45 @@
|
|
|
2724
3323
|
}
|
|
2725
3324
|
}
|
|
2726
3325
|
},
|
|
3326
|
+
"aws-cdk-lib.aws_verifiedpermissions": {
|
|
3327
|
+
"targets": {
|
|
3328
|
+
"dotnet": {
|
|
3329
|
+
"package": "Amazon.CDK.AWS.VerifiedPermissions"
|
|
3330
|
+
},
|
|
3331
|
+
"java": {
|
|
3332
|
+
"package": "software.amazon.awscdk.services.verifiedpermissions"
|
|
3333
|
+
},
|
|
3334
|
+
"python": {
|
|
3335
|
+
"module": "aws_cdk.aws_verifiedpermissions"
|
|
3336
|
+
}
|
|
3337
|
+
}
|
|
3338
|
+
},
|
|
3339
|
+
"aws-cdk-lib.aws_voiceid": {
|
|
3340
|
+
"targets": {
|
|
3341
|
+
"dotnet": {
|
|
3342
|
+
"namespace": "Amazon.CDK.AWS.VoiceID"
|
|
3343
|
+
},
|
|
3344
|
+
"java": {
|
|
3345
|
+
"package": "software.amazon.awscdk.services.voiceid"
|
|
3346
|
+
},
|
|
3347
|
+
"python": {
|
|
3348
|
+
"module": "aws_cdk.aws_voiceid"
|
|
3349
|
+
}
|
|
3350
|
+
}
|
|
3351
|
+
},
|
|
3352
|
+
"aws-cdk-lib.aws_vpclattice": {
|
|
3353
|
+
"targets": {
|
|
3354
|
+
"dotnet": {
|
|
3355
|
+
"namespace": "Amazon.CDK.AWS.VpcLattice"
|
|
3356
|
+
},
|
|
3357
|
+
"java": {
|
|
3358
|
+
"package": "software.amazon.awscdk.services.vpclattice"
|
|
3359
|
+
},
|
|
3360
|
+
"python": {
|
|
3361
|
+
"module": "aws_cdk.aws_vpclattice"
|
|
3362
|
+
}
|
|
3363
|
+
}
|
|
3364
|
+
},
|
|
2727
3365
|
"aws-cdk-lib.aws_waf": {
|
|
2728
3366
|
"targets": {
|
|
2729
3367
|
"dotnet": {
|
|
@@ -2789,6 +3427,32 @@
|
|
|
2789
3427
|
}
|
|
2790
3428
|
}
|
|
2791
3429
|
},
|
|
3430
|
+
"aws-cdk-lib.aws_workspacesthinclient": {
|
|
3431
|
+
"targets": {
|
|
3432
|
+
"dotnet": {
|
|
3433
|
+
"package": "Amazon.CDK.AWS.WorkSpacesThinClient"
|
|
3434
|
+
},
|
|
3435
|
+
"java": {
|
|
3436
|
+
"package": "software.amazon.awscdk.services.workspacesthinclient"
|
|
3437
|
+
},
|
|
3438
|
+
"python": {
|
|
3439
|
+
"module": "aws_cdk.aws_workspacesthinclient"
|
|
3440
|
+
}
|
|
3441
|
+
}
|
|
3442
|
+
},
|
|
3443
|
+
"aws-cdk-lib.aws_workspacesweb": {
|
|
3444
|
+
"targets": {
|
|
3445
|
+
"dotnet": {
|
|
3446
|
+
"package": "Amazon.CDK.AWS.WorkSpacesWeb"
|
|
3447
|
+
},
|
|
3448
|
+
"java": {
|
|
3449
|
+
"package": "software.amazon.awscdk.services.workspacesweb"
|
|
3450
|
+
},
|
|
3451
|
+
"python": {
|
|
3452
|
+
"module": "aws_cdk.aws_workspacesweb"
|
|
3453
|
+
}
|
|
3454
|
+
}
|
|
3455
|
+
},
|
|
2792
3456
|
"aws-cdk-lib.aws_xray": {
|
|
2793
3457
|
"targets": {
|
|
2794
3458
|
"dotnet": {
|
|
@@ -2935,7 +3599,7 @@
|
|
|
2935
3599
|
},
|
|
2936
3600
|
"targets": {
|
|
2937
3601
|
"dotnet": {
|
|
2938
|
-
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/
|
|
3602
|
+
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/main/logo/default-256-dark.png",
|
|
2939
3603
|
"namespace": "Amazon.CDK",
|
|
2940
3604
|
"packageId": "Amazon.CDK.Lib"
|
|
2941
3605
|
},
|
|
@@ -2990,7 +3654,7 @@
|
|
|
2990
3654
|
"stability": "experimental"
|
|
2991
3655
|
},
|
|
2992
3656
|
"homepage": "https://github.com/alma-cdk/project.git",
|
|
2993
|
-
"jsiiVersion": "1.
|
|
3657
|
+
"jsiiVersion": "1.95.0 (build f1ff514)",
|
|
2994
3658
|
"keywords": [
|
|
2995
3659
|
"aws",
|
|
2996
3660
|
"aws-cdk",
|
|
@@ -3008,7 +3672,7 @@
|
|
|
3008
3672
|
},
|
|
3009
3673
|
"name": "@alma-cdk/project",
|
|
3010
3674
|
"readme": {
|
|
3011
|
-
"markdown": "<
|
|
3675
|
+
"markdown": "<div align=\"center\">\n\t<br/>\n\t<br/>\n <h1>\n\t<img width=\"300\" src=\"assets/alma-cdk-project.svg\" alt=\"Alma CDK Project\" />\n <br/>\n <br/>\n </h1>\n\n ```sh\n npm i -D @alma-cdk/project\n ```\n\n <div align=\"left\">\n\n Opinionated CDK “framework” with constructs & utilities for:\n - deploying multiple environments to multiple accounts (with many-to-many relationship)\n - managing account configuration through standardized props (no more random config files)\n - querying account and/or environment specific information within your CDK code\n - enabling dynamic & short-lived “feature-environments”\n - enabling well-defined tagging\n - providing structure & common conventions to CDK projects\n - choosing the target account & environment by passing in runtime context:\n\n ```sh\n npx cdk deploy -c account=dev -c environment=feature/abc-123\n ```\n ... which means you don't need to define all the possibile environments ahead of time!\n\n </div>\n <br/>\n</div>\n\n\n## Account Strategies\n\nDepending on the use case, you may choose a configuration between 1-3 AWS accounts with the following environments:\n\n\n1. **Shared account (`shared`)**:\n\n \n <br/>\n\n2. **Multi-account (`dev`+`prod`)**_– RECOMMENDED_:\n\n \n <br/>\n\n<br/>\n</details>\n\n3. **Multi-account (`dev`+`preprod`+`prod`)**:\n\n \n <br/>\n\n<br/>\n\n## Getting Started\n\nSteps required to define a _environmental_ project resources; At first, it might seem complex but once you get into the habbit of defining your projects this way it starts to make sense:\n\n1. Choose your [Account Strategy](#account-strategies)\n\n2. Initialize a new `Project` instead of `cdk.App`:\n\n ```ts\n // bin/app.ts\n import { Project, AccountStrategy } from '@alma-cdk/project';\n\n const project = new Project({\n // Basic info, you could also read these from package.json if you want\n name: 'my-cool-project',\n author: {\n organization: 'Acme Corp',\n name: 'Mad Scientists',\n email: 'mad.scientists@acme.example.com',\n },\n\n // If not set, defaults to one of: $CDK_DEFAULT_REGION, $AWS_REGION or us-east-1\n defaultRegion: 'eu-west-1',\n\n // Configures the project to use 2 AWS accounts (recommended)\n accounts: AccountStrategy.two({\n dev: {\n id: '111111111111',\n config: {\n // whatever you want here as [string]: any\n baseDomain: 'example.net',\n },\n },\n prod: {\n id: '222222222222',\n config: {\n // whatever you want here as [string]: any\n baseDomain: 'example.com',\n },\n },\n }),\n })\n ```\n\n3. Define a stack which `extends SmartStack` with resources:\n ```ts\n // lib/my-stack.ts\n import { Construct } from 'constructs';\n import { StackProps, RemovalPolicy } from 'aws-cdk-lib';\n import { SmartStack, Name, UrlName, PathName, EC } from '@alma-cdk/project';\n\n export class MyStack extends SmartStack {\n constructor(scope: Construct, id: string, props?: StackProps) {\n super(scope, id, props);\n\n new dynamodb.Table(this, 'Table', {\n removalPolicy: EC.isStable(this) ? RemovalPolicy.RETAIN : RemovalPolicy.DESTROY,\n\n tableName: Name.it(this, 'MyTable'),\n partitionKey: {\n type: dynamodb.AttributeType.STRING,\n name: 'pk',\n },\n // StagingMyTable\n });\n\n new events.EventBus(this, 'EventBus', {\n eventBusName: Name.withProject(this, 'MyEventBus'),\n // MyCoolProjectStagingMyEventBus\n });\n\n new s3.Bucket(this, 'Bucket', {\n\n removalPolicy: EC.isStable(this) ? RemovalPolicy.RETAIN : RemovalPolicy.DESTROY,\n autoDeleteObjects: EC.isStable(this) ? false : true,\n\n bucketName: UrlName.globally(this, 'MyBucket'),\n // acme-corp-my-cool-project-feature-foo-bar-my-bucket\n });\n\n new ssm.StringParameter(this, 'Parameter', {\n stringValue: 'Foo',\n tier: ssm.ParameterTier.ADVANCED,\n parameterName: PathName.withProject(this, 'MyNamespace/MyParameter'),\n // /MyCoolProject/Staging/MyNamespace/MyParameter\n });\n }\n }\n ```\n\n4. Define a new _environmental_ which `extends EnvironmentWrapper` and initialize all your environmental `SmartStack` stacks within:\n\n ```ts\n // lib/environment.ts\n import { Construct } from 'constructs';\n import { EnvironmentWrapper } from '@alma-cdk/project';\n import { MyStack } from './my-stack';\n\n export class Environment extends EnvironmentWrapper {\n constructor(scope: Construct) {\n super(scope);\n new MyStack(this, 'MyStack', { description: 'This is required' });\n }\n }\n ```\n\n Resulting Stack properties (given `environment=staging`):\n\n | Property | Example value |\n | :---------------------- | :--------------------------------------------------- |\n | `stackName` | `\"MyCoolProject-Environment-Staging-MyExampleStack\"` |\n | `terminationProtection` | `true` |\n | `env.account` | `\"111111111111\"` |\n | `env.region` | `\"eu-west-1\"` |\n\n Resulting Tags for the Stack and its resources (given `environment=staging`):\n\n | Property | Example value |\n | :---------------------- | :-------------------------------- |\n | `Account` | `dev` |\n | `Environment` | `staging` |\n | `Project` | `my-cool-project` |\n | `Author` | `Mad Scientists` |\n | `Organization` | `Acme Corp` |\n | `Contact` | `mad.scientists@acme.example.com` |\n\n5. Finally initialize the environment with the `Project` scope:\n\n ```ts\n // bin/app.ts\n import { Project, Accounts } from '@alma-cdk/project';\n import { Environment } from '../lib/environment';\n\n const project = new Project({/* removed for brevity, see step 1 */})\n\n new Environment(project);\n ```\n\n<br/>\n\n\n## Documentation\n\nSee detailed documentation for specific classes & methods at [constructs.dev](http://constructs.dev/packages/@alma-cdk/project).\n\nGenerally speaking you would be most interested in the following:\n- Project\n- AccountStrategy\n- SmartStack\n- AccountWrapper & EnvironmentWrapper\n- AccountContext (AC)\n- EnvironmentContext (EC)\n- Name / UrlName / PathName\n"
|
|
3012
3676
|
},
|
|
3013
3677
|
"repository": {
|
|
3014
3678
|
"type": "git",
|
|
@@ -3021,6 +3685,10 @@
|
|
|
3021
3685
|
},
|
|
3022
3686
|
"js": {
|
|
3023
3687
|
"npm": "@alma-cdk/project"
|
|
3688
|
+
},
|
|
3689
|
+
"python": {
|
|
3690
|
+
"distName": "alma-cdk.project",
|
|
3691
|
+
"module": "alma_cdk.project"
|
|
3024
3692
|
}
|
|
3025
3693
|
},
|
|
3026
3694
|
"types": {
|
|
@@ -3707,7 +4375,7 @@
|
|
|
3707
4375
|
"kind": "class",
|
|
3708
4376
|
"locationInModule": {
|
|
3709
4377
|
"filename": "src/project/account-type.ts",
|
|
3710
|
-
"line":
|
|
4378
|
+
"line": 9
|
|
3711
4379
|
},
|
|
3712
4380
|
"methods": [
|
|
3713
4381
|
{
|
|
@@ -3716,7 +4384,7 @@
|
|
|
3716
4384
|
},
|
|
3717
4385
|
"locationInModule": {
|
|
3718
4386
|
"filename": "src/project/account-type.ts",
|
|
3719
|
-
"line":
|
|
4387
|
+
"line": 16
|
|
3720
4388
|
},
|
|
3721
4389
|
"name": "get",
|
|
3722
4390
|
"parameters": [
|
|
@@ -3740,7 +4408,7 @@
|
|
|
3740
4408
|
},
|
|
3741
4409
|
"locationInModule": {
|
|
3742
4410
|
"filename": "src/project/account-type.ts",
|
|
3743
|
-
"line":
|
|
4411
|
+
"line": 31
|
|
3744
4412
|
},
|
|
3745
4413
|
"name": "matchFromEnvironment",
|
|
3746
4414
|
"parameters": [
|
|
@@ -3781,7 +4449,7 @@
|
|
|
3781
4449
|
},
|
|
3782
4450
|
"locationInModule": {
|
|
3783
4451
|
"filename": "src/project/account-type.ts",
|
|
3784
|
-
"line":
|
|
4452
|
+
"line": 11
|
|
3785
4453
|
},
|
|
3786
4454
|
"name": "set",
|
|
3787
4455
|
"parameters": [
|
|
@@ -5577,6 +6245,6 @@
|
|
|
5577
6245
|
"symbolId": "src/name/name-url:UrlName"
|
|
5578
6246
|
}
|
|
5579
6247
|
},
|
|
5580
|
-
"version": "1.0.0-beta.
|
|
5581
|
-
"fingerprint": "
|
|
6248
|
+
"version": "1.0.0-beta.2",
|
|
6249
|
+
"fingerprint": "zX3Ig30api5NEw7lwkvO1sU8dP+M0cFnuVWBR0NomBk="
|
|
5582
6250
|
}
|