@gradientedge/cdk-utils 4.3.2 → 4.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +38 -23
- package/api-docs/AcmManager.html +619 -0
- package/api-docs/AcmProps.html +235 -0
- package/api-docs/AlarmProps.html +235 -0
- package/api-docs/AlarmStatusWidgetProps.html +235 -0
- package/api-docs/ApiDestinationEvent.html +294 -0
- package/api-docs/ApiDestinationEventType.html +235 -0
- package/api-docs/ApiDestinedLambda.html +294 -0
- package/api-docs/ApiDestinedLambdaEnvironment.html +235 -0
- package/api-docs/ApiDestinedLambdaType.html +235 -0
- package/api-docs/ApiDestinedRestApi.html +294 -0
- package/api-docs/ApiDestinedRestApiType.html +235 -0
- package/api-docs/ApiManager.html +763 -0
- package/api-docs/ApiToEventBridgeTarget.html +1874 -0
- package/api-docs/ApiToEventBridgeTarget.jpg +0 -0
- package/api-docs/ApiToEventBridgeTargetEventProps.html +235 -0
- package/api-docs/ApiToEventBridgeTargetLambdaProps.html +235 -0
- package/api-docs/ApiToEventBridgeTargetProps.html +235 -0
- package/api-docs/AppConfigManager.html +1200 -0
- package/api-docs/AppConfigProps.html +235 -0
- package/api-docs/CloudFrontManager.html +2399 -0
- package/api-docs/CloudFrontProps.html +235 -0
- package/api-docs/CloudTrailManager.html +634 -0
- package/api-docs/CloudTrailProps.html +235 -0
- package/api-docs/CloudWatchManager.html +2983 -0
- package/api-docs/CloudfrontFunctionProps.html +235 -0
- package/api-docs/CodeBuildManager.html +733 -0
- package/api-docs/CommonConstruct.html +1296 -0
- package/api-docs/CommonStack.html +810 -0
- package/api-docs/CommonStackProps.html +235 -0
- package/api-docs/DashboardProps.html +235 -0
- package/api-docs/DistributionProps.html +235 -0
- package/api-docs/DynamodbManager.html +527 -0
- package/api-docs/EcrManager.html +527 -0
- package/api-docs/EcsClusterProps.html +235 -0
- package/api-docs/EcsManager.html +877 -0
- package/api-docs/EcsTaskProps.html +235 -0
- package/api-docs/EksClusterProps.html +235 -0
- package/api-docs/EksManager.html +577 -0
- package/api-docs/EventBusProps.html +235 -0
- package/api-docs/EventManager.html +1451 -0
- package/api-docs/EventRuleProps.html +235 -0
- package/api-docs/GraphQLApiLambda.html +1668 -0
- package/api-docs/GraphQLApiLambda.jpg +0 -0
- package/api-docs/GraphQlApiLambdaEnvironment.html +235 -0
- package/api-docs/GraphQlApiLambdaProps.html +235 -0
- package/api-docs/GraphWidgetProps.html +235 -0
- package/api-docs/HealthCheck.html +235 -0
- package/api-docs/IamManager.html +3818 -0
- package/api-docs/LambdaEdgeProps.html +235 -0
- package/api-docs/LambdaEnvironment.html +235 -0
- package/api-docs/LambdaManager.html +2375 -0
- package/api-docs/LambdaProps.html +235 -0
- package/api-docs/LogManager.html +952 -0
- package/api-docs/LogProps.html +235 -0
- package/api-docs/LogQueryWidgetProps.html +235 -0
- package/api-docs/MetricFilterProps.html +235 -0
- package/api-docs/MetricProps.html +235 -0
- package/api-docs/NumericWidgetProps.html +235 -0
- package/api-docs/Route53Manager.html +1457 -0
- package/api-docs/Route53Props.html +235 -0
- package/api-docs/RuleProps.html +235 -0
- package/api-docs/S3BucketProps.html +235 -0
- package/api-docs/S3Manager.html +1543 -0
- package/api-docs/SSMParameterReader.html +428 -0
- package/api-docs/SSMParameterReaderProps.html +235 -0
- package/api-docs/SecretsManager.html +1137 -0
- package/api-docs/SiteWithEcsBackend.html +2388 -0
- package/api-docs/SiteWithEcsBackendProps.html +235 -0
- package/api-docs/SnsManager.html +777 -0
- package/api-docs/SsmManager.html +952 -0
- package/api-docs/StaticSite.html +1355 -0
- package/api-docs/StaticSiteProps.html +235 -0
- package/api-docs/SubscriptionProps.html +235 -0
- package/api-docs/TableProps.html +235 -0
- package/api-docs/TextWidgetProps.html +235 -0
- package/api-docs/VpcManager.html +930 -0
- package/api-docs/WafIPSetProps.html +235 -0
- package/api-docs/WafManager.html +727 -0
- package/api-docs/WafWebACLProps.html +235 -0
- package/api-docs/common_construct.ts.html +275 -0
- package/api-docs/common_stack.ts.html +299 -0
- package/api-docs/construct_api-to-eventbridge-target_api-destination-event.ts.html +171 -0
- package/api-docs/construct_api-to-eventbridge-target_api-destined-lambda.ts.html +174 -0
- package/api-docs/construct_api-to-eventbridge-target_api-destined-rest-api.ts.html +186 -0
- package/api-docs/construct_api-to-eventbridge-target_main.ts.html +747 -0
- package/api-docs/construct_graphql-api-lambda_main.ts.html +404 -0
- package/api-docs/construct_site-with-ecs-backend_main.ts.html +540 -0
- package/api-docs/construct_static-site_main.ts.html +370 -0
- package/api-docs/global.html +1527 -0
- package/api-docs/index.html +207 -0
- package/api-docs/manager_aws_acm-manager.ts.html +232 -0
- package/api-docs/manager_aws_api-manager.ts.html +256 -0
- package/api-docs/manager_aws_app-config-manager.ts.html +305 -0
- package/api-docs/manager_aws_cloudfront-manager.ts.html +487 -0
- package/api-docs/manager_aws_cloudtrail-manager.ts.html +247 -0
- package/api-docs/manager_aws_cloudwatch-manager.ts.html +548 -0
- package/api-docs/manager_aws_codebuild-manager.ts.html +236 -0
- package/api-docs/manager_aws_dynamodb-manager.ts.html +215 -0
- package/api-docs/manager_aws_ecr-manager.ts.html +195 -0
- package/api-docs/manager_aws_ecs-manager.ts.html +255 -0
- package/api-docs/manager_aws_eks-manager.ts.html +256 -0
- package/api-docs/manager_aws_event-manager.ts.html +332 -0
- package/api-docs/manager_aws_iam-manager.ts.html +569 -0
- package/api-docs/manager_aws_lambda-manager.ts.html +396 -0
- package/api-docs/manager_aws_log-manager.ts.html +255 -0
- package/api-docs/manager_aws_route53-manager.ts.html +329 -0
- package/api-docs/manager_aws_s3-manager.ts.html +357 -0
- package/api-docs/manager_aws_secrets-manager.ts.html +270 -0
- package/api-docs/manager_aws_sns-manager.ts.html +242 -0
- package/api-docs/manager_aws_ssm-manager.ts.html +268 -0
- package/api-docs/manager_aws_vpc-manager.ts.html +238 -0
- package/api-docs/manager_aws_waf-manager.ts.html +228 -0
- package/api-docs/scripts/app.min.js +1 -0
- package/api-docs/scripts/linenumber.js +26 -0
- package/api-docs/scripts/search.js +39 -0
- package/api-docs/styles/app.min.css +1 -0
- package/api-docs/styles/iframe.css +13 -0
- package/api-docs/styles/prettify-jsdoc.css +111 -0
- package/api-docs/styles/prettify-tomorrow.css +132 -0
- package/api-docs/styles/reset.css +44 -0
- package/api-docs/tutorial-Architecture.html +147 -0
- package/api-docs/tutorial-Build.html +146 -0
- package/api-docs/tutorial-CI-CD.html +150 -0
- package/api-docs/tutorial-Development.html +223 -0
- package/api-docs/types_aws_index.ts.html +611 -0
- package/api-docs/utils_aws_index.ts.html +189 -0
- package/api-docs/utils_index.ts.html +225 -0
- package/app/api-destined-function/node_modules/.yarn-integrity +180 -0
- package/app/api-destined-function/node_modules/@types/uuid/LICENSE +21 -0
- package/app/api-destined-function/node_modules/@types/uuid/README.md +16 -0
- package/app/api-destined-function/node_modules/@types/uuid/index.d.mts +10 -0
- package/app/api-destined-function/node_modules/@types/uuid/index.d.ts +80 -0
- package/app/api-destined-function/node_modules/@types/uuid/package.json +54 -0
- package/app/api-destined-function/node_modules/balanced-match/LICENSE.md +21 -0
- package/app/api-destined-function/node_modules/balanced-match/README.md +97 -0
- package/app/api-destined-function/node_modules/balanced-match/index.js +62 -0
- package/app/api-destined-function/node_modules/balanced-match/package.json +48 -0
- package/app/api-destined-function/node_modules/brace-expansion/LICENSE +21 -0
- package/app/api-destined-function/node_modules/brace-expansion/README.md +129 -0
- package/app/api-destined-function/node_modules/brace-expansion/index.js +201 -0
- package/app/api-destined-function/node_modules/brace-expansion/package.json +47 -0
- package/app/api-destined-function/node_modules/concat-map/.travis.yml +4 -0
- package/app/api-destined-function/node_modules/concat-map/LICENSE +18 -0
- package/app/api-destined-function/node_modules/concat-map/README.markdown +62 -0
- package/app/api-destined-function/node_modules/concat-map/example/map.js +6 -0
- package/app/api-destined-function/node_modules/concat-map/index.js +13 -0
- package/app/api-destined-function/node_modules/concat-map/package.json +43 -0
- package/app/api-destined-function/node_modules/fs.realpath/LICENSE +43 -0
- package/app/api-destined-function/node_modules/fs.realpath/README.md +33 -0
- package/app/api-destined-function/node_modules/fs.realpath/index.js +66 -0
- package/app/api-destined-function/node_modules/fs.realpath/old.js +303 -0
- package/app/api-destined-function/node_modules/fs.realpath/package.json +26 -0
- package/app/api-destined-function/node_modules/glob/LICENSE +21 -0
- package/app/api-destined-function/node_modules/glob/README.md +378 -0
- package/app/api-destined-function/node_modules/glob/common.js +236 -0
- package/app/api-destined-function/node_modules/glob/glob.js +787 -0
- package/app/api-destined-function/node_modules/glob/package.json +52 -0
- package/app/api-destined-function/node_modules/glob/sync.js +483 -0
- package/app/api-destined-function/node_modules/inflight/LICENSE +15 -0
- package/app/api-destined-function/node_modules/inflight/README.md +37 -0
- package/app/api-destined-function/node_modules/inflight/inflight.js +54 -0
- package/app/api-destined-function/node_modules/inflight/package.json +29 -0
- package/app/api-destined-function/node_modules/inherits/LICENSE +16 -0
- package/app/api-destined-function/node_modules/inherits/README.md +42 -0
- package/app/api-destined-function/node_modules/inherits/inherits.js +9 -0
- package/app/api-destined-function/node_modules/inherits/inherits_browser.js +27 -0
- package/app/api-destined-function/node_modules/inherits/package.json +29 -0
- package/app/api-destined-function/node_modules/minimatch/LICENSE +15 -0
- package/app/api-destined-function/node_modules/minimatch/README.md +209 -0
- package/app/api-destined-function/node_modules/minimatch/minimatch.js +923 -0
- package/app/api-destined-function/node_modules/minimatch/package.json +30 -0
- package/app/api-destined-function/node_modules/mkdirp/LICENSE +21 -0
- package/app/api-destined-function/node_modules/mkdirp/bin/cmd.js +68 -0
- package/app/api-destined-function/node_modules/mkdirp/index.js +31 -0
- package/app/api-destined-function/node_modules/mkdirp/lib/find-made.js +29 -0
- package/app/api-destined-function/node_modules/mkdirp/lib/mkdirp-manual.js +64 -0
- package/app/api-destined-function/node_modules/mkdirp/lib/mkdirp-native.js +39 -0
- package/app/api-destined-function/node_modules/mkdirp/lib/opts-arg.js +23 -0
- package/app/api-destined-function/node_modules/mkdirp/lib/path-arg.js +29 -0
- package/app/api-destined-function/node_modules/mkdirp/lib/use-native.js +10 -0
- package/app/api-destined-function/node_modules/mkdirp/package.json +44 -0
- package/app/api-destined-function/node_modules/mkdirp/readme.markdown +266 -0
- package/app/api-destined-function/node_modules/once/LICENSE +15 -0
- package/app/api-destined-function/node_modules/once/README.md +79 -0
- package/app/api-destined-function/node_modules/once/once.js +42 -0
- package/app/api-destined-function/node_modules/once/package.json +33 -0
- package/app/api-destined-function/node_modules/path-is-absolute/index.js +20 -0
- package/app/api-destined-function/node_modules/path-is-absolute/license +21 -0
- package/app/api-destined-function/node_modules/path-is-absolute/package.json +43 -0
- package/app/api-destined-function/node_modules/path-is-absolute/readme.md +59 -0
- package/app/api-destined-function/node_modules/rimraf/LICENSE +15 -0
- package/app/api-destined-function/node_modules/rimraf/README.md +101 -0
- package/app/api-destined-function/node_modules/rimraf/bin.js +68 -0
- package/app/api-destined-function/node_modules/rimraf/package.json +32 -0
- package/app/api-destined-function/node_modules/rimraf/rimraf.js +360 -0
- package/app/api-destined-function/node_modules/uuid/LICENSE.md +9 -0
- package/app/api-destined-function/node_modules/uuid/README.md +505 -0
- package/app/api-destined-function/node_modules/uuid/dist/bin/uuid +2 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/index.js +9 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/md5.js +215 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/nil.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/parse.js +35 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/regex.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/rng.js +19 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/stringify.js +30 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v1.js +95 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v3.js +4 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v35.js +64 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v4.js +24 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/v5.js +4 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/validate.js +7 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-browser/version.js +11 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/index.js +9 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/md5.js +13 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/nil.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/parse.js +35 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/regex.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/rng.js +12 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/sha1.js +13 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/stringify.js +29 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/v1.js +95 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/v3.js +4 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/v35.js +64 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/v4.js +24 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/v5.js +4 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/validate.js +7 -0
- package/app/api-destined-function/node_modules/uuid/dist/esm-node/version.js +11 -0
- package/app/api-destined-function/node_modules/uuid/dist/index.js +79 -0
- package/app/api-destined-function/node_modules/uuid/dist/md5-browser.js +223 -0
- package/app/api-destined-function/node_modules/uuid/dist/md5.js +23 -0
- package/app/api-destined-function/node_modules/uuid/dist/nil.js +8 -0
- package/app/api-destined-function/node_modules/uuid/dist/parse.js +45 -0
- package/app/api-destined-function/node_modules/uuid/dist/regex.js +8 -0
- package/app/api-destined-function/node_modules/uuid/dist/rng-browser.js +26 -0
- package/app/api-destined-function/node_modules/uuid/dist/rng.js +24 -0
- package/app/api-destined-function/node_modules/uuid/dist/sha1-browser.js +104 -0
- package/app/api-destined-function/node_modules/uuid/dist/sha1.js +23 -0
- package/app/api-destined-function/node_modules/uuid/dist/stringify.js +39 -0
- package/app/api-destined-function/node_modules/uuid/dist/umd/uuid.min.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/umd/uuidNIL.min.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/umd/uuidParse.min.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/umd/uuidStringify.min.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/umd/uuidValidate.min.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/umd/uuidVersion.min.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
- package/app/api-destined-function/node_modules/uuid/dist/uuid-bin.js +85 -0
- package/app/api-destined-function/node_modules/uuid/dist/v1.js +107 -0
- package/app/api-destined-function/node_modules/uuid/dist/v3.js +16 -0
- package/app/api-destined-function/node_modules/uuid/dist/v35.js +78 -0
- package/app/api-destined-function/node_modules/uuid/dist/v4.js +37 -0
- package/app/api-destined-function/node_modules/uuid/dist/v5.js +16 -0
- package/app/api-destined-function/node_modules/uuid/dist/validate.js +17 -0
- package/app/api-destined-function/node_modules/uuid/dist/version.js +21 -0
- package/app/api-destined-function/node_modules/uuid/package.json +135 -0
- package/app/api-destined-function/node_modules/uuid/wrapper.mjs +10 -0
- package/app/api-destined-function/node_modules/wrappy/LICENSE +15 -0
- package/app/api-destined-function/node_modules/wrappy/README.md +36 -0
- package/app/api-destined-function/node_modules/wrappy/package.json +29 -0
- package/app/api-destined-function/node_modules/wrappy/wrappy.js +33 -0
- package/app/api-destined-function/package.json +30 -0
- package/app/api-destined-function/src/lib/lambda.ts +31 -0
- package/dist/app/api-destined-function/src/lib/lambda.d.ts +19 -0
- package/dist/app/api-destined-function/src/lib/lambda.d.ts.map +1 -0
- package/dist/app/api-destined-function/src/lib/lambda.js +34 -0
- package/dist/app/api-destined-function/src/lib/lambda.js.map +1 -0
- package/dist/src/lib/common/{commonConstruct.d.ts → construct.d.ts} +2 -13
- package/dist/src/lib/common/construct.d.ts.map +1 -0
- package/dist/src/lib/common/{commonConstruct.js → construct.js} +2 -13
- package/dist/src/lib/common/construct.js.map +1 -0
- package/dist/src/lib/common/index.d.ts +2 -2
- package/dist/src/lib/common/index.d.ts.map +1 -1
- package/dist/src/lib/common/index.js +2 -2
- package/dist/src/lib/common/index.js.map +1 -1
- package/dist/src/lib/common/{commonStack.d.ts → stack.d.ts} +3 -14
- package/dist/src/lib/common/stack.d.ts.map +1 -0
- package/dist/src/lib/common/{commonStack.js → stack.js} +4 -15
- package/dist/src/lib/common/stack.js.map +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/api-destination-event.d.ts +16 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/api-destination-event.d.ts.map +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/api-destination-event.js +17 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/api-destination-event.js.map +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/api-destined-lambda.d.ts +19 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/api-destined-lambda.d.ts.map +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/api-destined-lambda.js +19 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/api-destined-lambda.js.map +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/api-destined-rest-api.d.ts +35 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/api-destined-rest-api.d.ts.map +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/api-destined-rest-api.js +29 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/api-destined-rest-api.js.map +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/index.d.ts +5 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/index.d.ts.map +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/index.js +17 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/index.js.map +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/main.d.ts +134 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/main.d.ts.map +1 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/main.js +487 -0
- package/dist/src/lib/construct/api-to-eventbridge-target/main.js.map +1 -0
- package/dist/src/lib/construct/graphql-api-lambda/index.d.ts +2 -0
- package/dist/src/lib/construct/graphql-api-lambda/index.d.ts.map +1 -0
- package/dist/src/lib/construct/graphql-api-lambda/index.js +14 -0
- package/dist/src/lib/construct/graphql-api-lambda/index.js.map +1 -0
- package/dist/src/lib/construct/{graphQLApiLambda.d.ts → graphql-api-lambda/main.d.ts} +8 -18
- package/dist/src/lib/construct/graphql-api-lambda/main.d.ts.map +1 -0
- package/dist/src/lib/construct/{graphQLApiLambda.js → graphql-api-lambda/main.js} +9 -19
- package/dist/src/lib/construct/graphql-api-lambda/main.js.map +1 -0
- package/dist/src/lib/construct/index.d.ts +4 -3
- package/dist/src/lib/construct/index.d.ts.map +1 -1
- package/dist/src/lib/construct/index.js +4 -3
- package/dist/src/lib/construct/index.js.map +1 -1
- package/dist/src/lib/construct/site-with-ecs-backend/index.d.ts +2 -0
- package/dist/src/lib/construct/site-with-ecs-backend/index.d.ts.map +1 -0
- package/dist/src/lib/construct/site-with-ecs-backend/index.js +14 -0
- package/dist/src/lib/construct/site-with-ecs-backend/index.js.map +1 -0
- package/dist/src/lib/construct/{siteWithEcsBackend.d.ts → site-with-ecs-backend/main.d.ts} +4 -16
- package/dist/src/lib/construct/site-with-ecs-backend/main.d.ts.map +1 -0
- package/dist/src/lib/construct/{siteWithEcsBackend.js → site-with-ecs-backend/main.js} +3 -15
- package/dist/src/lib/construct/site-with-ecs-backend/main.js.map +1 -0
- package/dist/src/lib/construct/static-site/index.d.ts +2 -0
- package/dist/src/lib/construct/static-site/index.d.ts.map +1 -0
- package/dist/src/lib/construct/static-site/index.js +14 -0
- package/dist/src/lib/construct/static-site/index.js.map +1 -0
- package/dist/src/lib/construct/{staticSite.d.ts → static-site/main.d.ts} +4 -16
- package/dist/src/lib/construct/static-site/main.d.ts.map +1 -0
- package/dist/src/lib/construct/{staticSite.js → static-site/main.js} +3 -15
- package/dist/src/lib/construct/static-site/main.js.map +1 -0
- package/dist/src/lib/manager/aws/{acmManager.d.ts → acm-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/acm-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{acmManager.js → acm-manager.js} +2 -2
- package/dist/src/lib/manager/aws/acm-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{apiManager.d.ts → api-manager.d.ts} +5 -5
- package/dist/src/lib/manager/aws/api-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{apiManager.js → api-manager.js} +5 -5
- package/dist/src/lib/manager/aws/api-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{appConfigManager.d.ts → app-config-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/app-config-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{appConfigManager.js → app-config-manager.js} +2 -2
- package/dist/src/lib/manager/aws/app-config-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{cloudFrontManager.d.ts → cloudfront-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/cloudfront-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{cloudFrontManager.js → cloudfront-manager.js} +2 -2
- package/dist/src/lib/manager/aws/cloudfront-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{cloudTrailManager.d.ts → cloudtrail-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/cloudtrail-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{cloudTrailManager.js → cloudtrail-manager.js} +2 -2
- package/dist/src/lib/manager/aws/cloudtrail-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{cloudWatchManager.d.ts → cloudwatch-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/cloudwatch-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{cloudWatchManager.js → cloudwatch-manager.js} +2 -2
- package/dist/src/lib/manager/aws/cloudwatch-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{codeBuildManager.d.ts → codebuild-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/codebuild-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{codeBuildManager.js → codebuild-manager.js} +2 -2
- package/dist/src/lib/manager/aws/codebuild-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{dynamodbManager.d.ts → dynamodb-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/dynamodb-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{dynamodbManager.js → dynamodb-manager.js} +2 -2
- package/dist/src/lib/manager/aws/dynamodb-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{ecrManager.d.ts → ecr-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/ecr-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{ecrManager.js → ecr-manager.js} +2 -2
- package/dist/src/lib/manager/aws/ecr-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{ecsManager.d.ts → ecs-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/ecs-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{ecsManager.js → ecs-manager.js} +2 -2
- package/dist/src/lib/manager/aws/ecs-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{eksManager.d.ts → eks-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/eks-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{eksManager.js → eks-manager.js} +2 -2
- package/dist/src/lib/manager/aws/eks-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{eventManager.d.ts → event-manager.d.ts} +18 -2
- package/dist/src/lib/manager/aws/event-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{eventManager.js → event-manager.js} +44 -2
- package/dist/src/lib/manager/aws/event-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{iamManager.d.ts → iam-manager.d.ts} +12 -14
- package/dist/src/lib/manager/aws/iam-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{iamManager.js → iam-manager.js} +21 -17
- package/dist/src/lib/manager/aws/iam-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/index.d.ts +22 -22
- package/dist/src/lib/manager/aws/index.d.ts.map +1 -1
- package/dist/src/lib/manager/aws/index.js +22 -22
- package/dist/src/lib/manager/aws/index.js.map +1 -1
- package/dist/src/lib/manager/aws/{lambdaManager.d.ts → lambda-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/lambda-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{lambdaManager.js → lambda-manager.js} +4 -4
- package/dist/src/lib/manager/aws/lambda-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{logManager.d.ts → log-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/log-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{logManager.js → log-manager.js} +2 -2
- package/dist/src/lib/manager/aws/log-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{route53Manager.d.ts → route53-manager.d.ts} +3 -3
- package/dist/src/lib/manager/aws/route53-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{route53Manager.js → route53-manager.js} +3 -3
- package/dist/src/lib/manager/aws/route53-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{s3Manager.d.ts → s3-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/s3-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{s3Manager.js → s3-manager.js} +2 -2
- package/dist/src/lib/manager/aws/s3-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{secretsManager.d.ts → secrets-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/secrets-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{secretsManager.js → secrets-manager.js} +2 -2
- package/dist/src/lib/manager/aws/secrets-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{snsManager.d.ts → sns-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/sns-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{snsManager.js → sns-manager.js} +2 -2
- package/dist/src/lib/manager/aws/sns-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{ssmManager.d.ts → ssm-manager.d.ts} +4 -9
- package/dist/src/lib/manager/aws/ssm-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{ssmManager.js → ssm-manager.js} +4 -9
- package/dist/src/lib/manager/aws/ssm-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{vpcManager.d.ts → vpc-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/vpc-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{vpcManager.js → vpc-manager.js} +2 -2
- package/dist/src/lib/manager/aws/vpc-manager.js.map +1 -0
- package/dist/src/lib/manager/aws/{wafManager.d.ts → waf-manager.d.ts} +2 -2
- package/dist/src/lib/manager/aws/waf-manager.d.ts.map +1 -0
- package/dist/src/lib/manager/aws/{wafManager.js → waf-manager.js} +2 -2
- package/dist/src/lib/manager/aws/waf-manager.js.map +1 -0
- package/dist/src/lib/types/aws/index.d.ts +137 -2
- package/dist/src/lib/types/aws/index.d.ts.map +1 -1
- package/dist/src/lib/utils/aws/index.d.ts +1 -1
- package/dist/src/lib/utils/aws/index.d.ts.map +1 -1
- package/dist/src/lib/utils/index.d.ts +1 -0
- package/dist/src/lib/utils/index.d.ts.map +1 -1
- package/dist/src/lib/utils/index.js +1 -0
- package/dist/src/lib/utils/index.js.map +1 -1
- package/img/ApiToEventBridgeTarget.jpg +0 -0
- package/img/GraphQLApiLambda.jpg +0 -0
- package/package.json +7 -8
- package/src/lib/common/{commonConstruct.ts → construct.ts} +1 -12
- package/src/lib/common/index.ts +2 -2
- package/src/lib/common/{commonStack.ts → stack.ts} +3 -13
- package/src/lib/construct/api-to-eventbridge-target/api-destination-event.ts +16 -0
- package/src/lib/construct/api-to-eventbridge-target/api-destined-lambda.ts +19 -0
- package/src/lib/construct/api-to-eventbridge-target/api-destined-rest-api.ts +31 -0
- package/src/lib/construct/api-to-eventbridge-target/index.ts +4 -0
- package/src/lib/construct/api-to-eventbridge-target/main.ts +592 -0
- package/src/lib/construct/graphql-api-lambda/index.ts +1 -0
- package/src/lib/construct/{graphQLApiLambda.ts → graphql-api-lambda/main.ts} +9 -19
- package/src/lib/construct/index.ts +4 -3
- package/src/lib/construct/site-with-ecs-backend/index.ts +1 -0
- package/src/lib/construct/{siteWithEcsBackend.ts → site-with-ecs-backend/main.ts} +3 -15
- package/src/lib/construct/static-site/index.ts +1 -0
- package/src/lib/construct/{staticSite.ts → static-site/main.ts} +3 -15
- package/src/lib/manager/aws/{acmManager.ts → acm-manager.ts} +1 -1
- package/src/lib/manager/aws/{apiManager.ts → api-manager.ts} +4 -4
- package/src/lib/manager/aws/{appConfigManager.ts → app-config-manager.ts} +1 -1
- package/src/lib/manager/aws/{cloudFrontManager.ts → cloudfront-manager.ts} +1 -1
- package/src/lib/manager/aws/{cloudTrailManager.ts → cloudtrail-manager.ts} +1 -1
- package/src/lib/manager/aws/{cloudWatchManager.ts → cloudwatch-manager.ts} +1 -1
- package/src/lib/manager/aws/{codeBuildManager.ts → codebuild-manager.ts} +1 -1
- package/src/lib/manager/aws/{dynamodbManager.ts → dynamodb-manager.ts} +1 -1
- package/src/lib/manager/aws/{ecrManager.ts → ecr-manager.ts} +1 -1
- package/src/lib/manager/aws/{ecsManager.ts → ecs-manager.ts} +1 -1
- package/src/lib/manager/aws/{eksManager.ts → eks-manager.ts} +1 -1
- package/src/lib/manager/aws/{eventManager.ts → event-manager.ts} +55 -1
- package/src/lib/manager/aws/{iamManager.ts → iam-manager.ts} +21 -16
- package/src/lib/manager/aws/index.ts +22 -22
- package/src/lib/manager/aws/{lambdaManager.ts → lambda-manager.ts} +2 -2
- package/src/lib/manager/aws/{logManager.ts → log-manager.ts} +1 -1
- package/src/lib/manager/aws/{route53Manager.ts → route53-manager.ts} +2 -2
- package/src/lib/manager/aws/{s3Manager.ts → s3-manager.ts} +1 -1
- package/src/lib/manager/aws/{secretsManager.ts → secrets-manager.ts} +1 -1
- package/src/lib/manager/aws/{snsManager.ts → sns-manager.ts} +1 -1
- package/src/lib/manager/aws/{ssmManager.ts → ssm-manager.ts} +3 -8
- package/src/lib/manager/aws/{vpcManager.ts → vpc-manager.ts} +1 -1
- package/src/lib/manager/aws/{wafManager.ts → waf-manager.ts} +1 -1
- package/src/lib/types/aws/index.ts +140 -2
- package/src/lib/utils/aws/index.ts +1 -1
- package/src/lib/utils/index.ts +1 -0
- package/.releaserc +0 -9
- package/dist/src/lib/common/commonConstruct.d.ts.map +0 -1
- package/dist/src/lib/common/commonConstruct.js.map +0 -1
- package/dist/src/lib/common/commonStack.d.ts.map +0 -1
- package/dist/src/lib/common/commonStack.js.map +0 -1
- package/dist/src/lib/construct/graphQLApiLambda.d.ts.map +0 -1
- package/dist/src/lib/construct/graphQLApiLambda.js.map +0 -1
- package/dist/src/lib/construct/siteWithEcsBackend.d.ts.map +0 -1
- package/dist/src/lib/construct/siteWithEcsBackend.js.map +0 -1
- package/dist/src/lib/construct/staticSite.d.ts.map +0 -1
- package/dist/src/lib/construct/staticSite.js.map +0 -1
- package/dist/src/lib/manager/aws/acmManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/acmManager.js.map +0 -1
- package/dist/src/lib/manager/aws/apiManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/apiManager.js.map +0 -1
- package/dist/src/lib/manager/aws/appConfigManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/appConfigManager.js.map +0 -1
- package/dist/src/lib/manager/aws/cloudFrontManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/cloudFrontManager.js.map +0 -1
- package/dist/src/lib/manager/aws/cloudTrailManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/cloudTrailManager.js.map +0 -1
- package/dist/src/lib/manager/aws/cloudWatchManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/cloudWatchManager.js.map +0 -1
- package/dist/src/lib/manager/aws/codeBuildManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/codeBuildManager.js.map +0 -1
- package/dist/src/lib/manager/aws/dynamodbManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/dynamodbManager.js.map +0 -1
- package/dist/src/lib/manager/aws/ecrManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/ecrManager.js.map +0 -1
- package/dist/src/lib/manager/aws/ecsManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/ecsManager.js.map +0 -1
- package/dist/src/lib/manager/aws/eksManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/eksManager.js.map +0 -1
- package/dist/src/lib/manager/aws/eventManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/eventManager.js.map +0 -1
- package/dist/src/lib/manager/aws/iamManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/iamManager.js.map +0 -1
- package/dist/src/lib/manager/aws/lambdaManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/lambdaManager.js.map +0 -1
- package/dist/src/lib/manager/aws/logManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/logManager.js.map +0 -1
- package/dist/src/lib/manager/aws/route53Manager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/route53Manager.js.map +0 -1
- package/dist/src/lib/manager/aws/s3Manager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/s3Manager.js.map +0 -1
- package/dist/src/lib/manager/aws/secretsManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/secretsManager.js.map +0 -1
- package/dist/src/lib/manager/aws/snsManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/snsManager.js.map +0 -1
- package/dist/src/lib/manager/aws/ssmManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/ssmManager.js.map +0 -1
- package/dist/src/lib/manager/aws/vpcManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/vpcManager.js.map +0 -1
- package/dist/src/lib/manager/aws/wafManager.d.ts.map +0 -1
- package/dist/src/lib/manager/aws/wafManager.js.map +0 -1
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# Installation
|
|
2
|
+
> `npm install --save @types/uuid`
|
|
3
|
+
|
|
4
|
+
# Summary
|
|
5
|
+
This package contains type definitions for uuid (https://github.com/uuidjs/uuid).
|
|
6
|
+
|
|
7
|
+
# Details
|
|
8
|
+
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid.
|
|
9
|
+
|
|
10
|
+
### Additional Details
|
|
11
|
+
* Last updated: Thu, 06 Jan 2022 07:31:27 GMT
|
|
12
|
+
* Dependencies: none
|
|
13
|
+
* Global values: none
|
|
14
|
+
|
|
15
|
+
# Credits
|
|
16
|
+
These definitions were written by [Oliver Hoffmann](https://github.com/iamolivinius), [Felipe Ochoa](https://github.com/felipeochoa), [Chris Barth](https://github.com/cjbarth), [Linus Unnebäck](https://github.com/LinusU), and [Christoph Tavan](https://github.com/ctavan).
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import uuid from './index.js';
|
|
2
|
+
export import v1 = uuid.v1;
|
|
3
|
+
export import v3 = uuid.v3;
|
|
4
|
+
export import v4 = uuid.v4;
|
|
5
|
+
export import v5 = uuid.v5;
|
|
6
|
+
export import NIL = uuid.NIL;
|
|
7
|
+
export import version = uuid.version;
|
|
8
|
+
export import validate = uuid.validate;
|
|
9
|
+
export import stringify = uuid.stringify;
|
|
10
|
+
export import parse = uuid.parse;
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
// Type definitions for uuid 8.3
|
|
2
|
+
// Project: https://github.com/uuidjs/uuid
|
|
3
|
+
// Definitions by: Oliver Hoffmann <https://github.com/iamolivinius>
|
|
4
|
+
// Felipe Ochoa <https://github.com/felipeochoa>
|
|
5
|
+
// Chris Barth <https://github.com/cjbarth>
|
|
6
|
+
// Linus Unnebäck <https://github.com/LinusU>
|
|
7
|
+
// Christoph Tavan <https://github.com/ctavan>
|
|
8
|
+
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
9
|
+
// TypeScript Version: 2.8
|
|
10
|
+
|
|
11
|
+
// disable automatic export
|
|
12
|
+
export {};
|
|
13
|
+
|
|
14
|
+
// Uses ArrayLike to admit Unit8 and co.
|
|
15
|
+
type OutputBuffer = ArrayLike<number>;
|
|
16
|
+
type InputBuffer = ArrayLike<number>;
|
|
17
|
+
|
|
18
|
+
interface RandomOptions {
|
|
19
|
+
random?: InputBuffer | undefined;
|
|
20
|
+
}
|
|
21
|
+
interface RngOptions {
|
|
22
|
+
rng?: (() => InputBuffer) | undefined;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
interface V1BaseOptions {
|
|
26
|
+
node?: InputBuffer | undefined;
|
|
27
|
+
clockseq?: number | undefined;
|
|
28
|
+
msecs?: number | Date | undefined;
|
|
29
|
+
nsecs?: number | undefined;
|
|
30
|
+
}
|
|
31
|
+
interface V1RandomOptions extends V1BaseOptions, RandomOptions {}
|
|
32
|
+
interface V1RngOptions extends V1BaseOptions, RngOptions {}
|
|
33
|
+
|
|
34
|
+
export type V1Options = V1RandomOptions | V1RngOptions;
|
|
35
|
+
export type V4Options = RandomOptions | RngOptions;
|
|
36
|
+
|
|
37
|
+
type v1String = (options?: V1Options) => string;
|
|
38
|
+
type v1Buffer = <T extends OutputBuffer>(options: V1Options | null | undefined, buffer: T, offset?: number) => T;
|
|
39
|
+
type v1 = v1Buffer & v1String;
|
|
40
|
+
|
|
41
|
+
type v4String = (options?: V4Options) => string;
|
|
42
|
+
type v4Buffer = <T extends OutputBuffer>(options: V4Options | null | undefined, buffer: T, offset?: number) => T;
|
|
43
|
+
type v4 = v4Buffer & v4String;
|
|
44
|
+
|
|
45
|
+
type v3String = (name: string | InputBuffer, namespace: string | InputBuffer) => string;
|
|
46
|
+
type v3Buffer = <T extends OutputBuffer>(name: string | InputBuffer, namespace: string | InputBuffer, buffer: T, offset?: number) => T;
|
|
47
|
+
interface v3Static {
|
|
48
|
+
// https://github.com/uuidjs/uuid/blob/master/src/v35.js#L22
|
|
49
|
+
DNS: string;
|
|
50
|
+
// https://github.com/uuidjs/uuid/blob/master/src/v35.js#L23
|
|
51
|
+
URL: string;
|
|
52
|
+
}
|
|
53
|
+
type v3 = v3Buffer & v3String & v3Static;
|
|
54
|
+
|
|
55
|
+
type v5String = (name: string | InputBuffer, namespace: string | InputBuffer) => string;
|
|
56
|
+
type v5Buffer = <T extends OutputBuffer>(name: string | InputBuffer, namespace: string | InputBuffer, buffer: T, offset?: number) => T;
|
|
57
|
+
interface v5Static {
|
|
58
|
+
// https://github.com/uuidjs/uuid/blob/master/src/v35.js#L22
|
|
59
|
+
DNS: string;
|
|
60
|
+
// https://github.com/uuidjs/uuid/blob/master/src/v35.js#L23
|
|
61
|
+
URL: string;
|
|
62
|
+
}
|
|
63
|
+
type v5 = v5Buffer & v5String & v5Static;
|
|
64
|
+
|
|
65
|
+
type NIL = string;
|
|
66
|
+
|
|
67
|
+
type parse = (uuid: string) => OutputBuffer;
|
|
68
|
+
type stringify = (buffer: InputBuffer, offset?: number) => string;
|
|
69
|
+
type validate = (uuid: string) => boolean;
|
|
70
|
+
type version = (uuid: string) => number;
|
|
71
|
+
|
|
72
|
+
export const NIL: NIL;
|
|
73
|
+
export const parse: parse;
|
|
74
|
+
export const stringify: stringify;
|
|
75
|
+
export const v1: v1;
|
|
76
|
+
export const v3: v3;
|
|
77
|
+
export const v4: v4;
|
|
78
|
+
export const v5: v5;
|
|
79
|
+
export const validate: validate;
|
|
80
|
+
export const version: version;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@types/uuid",
|
|
3
|
+
"version": "8.3.4",
|
|
4
|
+
"description": "TypeScript definitions for uuid",
|
|
5
|
+
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"contributors": [
|
|
8
|
+
{
|
|
9
|
+
"name": "Oliver Hoffmann",
|
|
10
|
+
"url": "https://github.com/iamolivinius",
|
|
11
|
+
"githubUsername": "iamolivinius"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "Felipe Ochoa",
|
|
15
|
+
"url": "https://github.com/felipeochoa",
|
|
16
|
+
"githubUsername": "felipeochoa"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "Chris Barth",
|
|
20
|
+
"url": "https://github.com/cjbarth",
|
|
21
|
+
"githubUsername": "cjbarth"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "Linus Unnebäck",
|
|
25
|
+
"url": "https://github.com/LinusU",
|
|
26
|
+
"githubUsername": "LinusU"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "Christoph Tavan",
|
|
30
|
+
"url": "https://github.com/ctavan",
|
|
31
|
+
"githubUsername": "ctavan"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"main": "",
|
|
35
|
+
"types": "index.d.ts",
|
|
36
|
+
"repository": {
|
|
37
|
+
"type": "git",
|
|
38
|
+
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
|
39
|
+
"directory": "types/uuid"
|
|
40
|
+
},
|
|
41
|
+
"scripts": {},
|
|
42
|
+
"dependencies": {},
|
|
43
|
+
"typesPublisherContentHash": "7bd9cd358e9e4357393eb0163c44f44dc265ab936b456743af6ed3d0d0ac644f",
|
|
44
|
+
"typeScriptVersion": "3.8",
|
|
45
|
+
"exports": {
|
|
46
|
+
"./package.json": "./package.json",
|
|
47
|
+
".": {
|
|
48
|
+
"types": {
|
|
49
|
+
"import": "./index.d.mts",
|
|
50
|
+
"default": "./index.d.ts"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
(MIT)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
6
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
7
|
+
the Software without restriction, including without limitation the rights to
|
|
8
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
9
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
|
10
|
+
so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
# balanced-match
|
|
2
|
+
|
|
3
|
+
Match balanced string pairs, like `{` and `}` or `<b>` and `</b>`. Supports regular expressions as well!
|
|
4
|
+
|
|
5
|
+
[](http://travis-ci.org/juliangruber/balanced-match)
|
|
6
|
+
[](https://www.npmjs.org/package/balanced-match)
|
|
7
|
+
|
|
8
|
+
[](https://ci.testling.com/juliangruber/balanced-match)
|
|
9
|
+
|
|
10
|
+
## Example
|
|
11
|
+
|
|
12
|
+
Get the first matching pair of braces:
|
|
13
|
+
|
|
14
|
+
```js
|
|
15
|
+
var balanced = require('balanced-match');
|
|
16
|
+
|
|
17
|
+
console.log(balanced('{', '}', 'pre{in{nested}}post'));
|
|
18
|
+
console.log(balanced('{', '}', 'pre{first}between{second}post'));
|
|
19
|
+
console.log(balanced(/\s+\{\s+/, /\s+\}\s+/, 'pre { in{nest} } post'));
|
|
20
|
+
```
|
|
21
|
+
|
|
22
|
+
The matches are:
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
$ node example.js
|
|
26
|
+
{ start: 3, end: 14, pre: 'pre', body: 'in{nested}', post: 'post' }
|
|
27
|
+
{ start: 3,
|
|
28
|
+
end: 9,
|
|
29
|
+
pre: 'pre',
|
|
30
|
+
body: 'first',
|
|
31
|
+
post: 'between{second}post' }
|
|
32
|
+
{ start: 3, end: 17, pre: 'pre', body: 'in{nest}', post: 'post' }
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## API
|
|
36
|
+
|
|
37
|
+
### var m = balanced(a, b, str)
|
|
38
|
+
|
|
39
|
+
For the first non-nested matching pair of `a` and `b` in `str`, return an
|
|
40
|
+
object with those keys:
|
|
41
|
+
|
|
42
|
+
* **start** the index of the first match of `a`
|
|
43
|
+
* **end** the index of the matching `b`
|
|
44
|
+
* **pre** the preamble, `a` and `b` not included
|
|
45
|
+
* **body** the match, `a` and `b` not included
|
|
46
|
+
* **post** the postscript, `a` and `b` not included
|
|
47
|
+
|
|
48
|
+
If there's no match, `undefined` will be returned.
|
|
49
|
+
|
|
50
|
+
If the `str` contains more `a` than `b` / there are unmatched pairs, the first match that was closed will be used. For example, `{{a}` will match `['{', 'a', '']` and `{a}}` will match `['', 'a', '}']`.
|
|
51
|
+
|
|
52
|
+
### var r = balanced.range(a, b, str)
|
|
53
|
+
|
|
54
|
+
For the first non-nested matching pair of `a` and `b` in `str`, return an
|
|
55
|
+
array with indexes: `[ <a index>, <b index> ]`.
|
|
56
|
+
|
|
57
|
+
If there's no match, `undefined` will be returned.
|
|
58
|
+
|
|
59
|
+
If the `str` contains more `a` than `b` / there are unmatched pairs, the first match that was closed will be used. For example, `{{a}` will match `[ 1, 3 ]` and `{a}}` will match `[0, 2]`.
|
|
60
|
+
|
|
61
|
+
## Installation
|
|
62
|
+
|
|
63
|
+
With [npm](https://npmjs.org) do:
|
|
64
|
+
|
|
65
|
+
```bash
|
|
66
|
+
npm install balanced-match
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
## Security contact information
|
|
70
|
+
|
|
71
|
+
To report a security vulnerability, please use the
|
|
72
|
+
[Tidelift security contact](https://tidelift.com/security).
|
|
73
|
+
Tidelift will coordinate the fix and disclosure.
|
|
74
|
+
|
|
75
|
+
## License
|
|
76
|
+
|
|
77
|
+
(MIT)
|
|
78
|
+
|
|
79
|
+
Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
|
|
80
|
+
|
|
81
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
82
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
83
|
+
the Software without restriction, including without limitation the rights to
|
|
84
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
85
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
|
86
|
+
so, subject to the following conditions:
|
|
87
|
+
|
|
88
|
+
The above copyright notice and this permission notice shall be included in all
|
|
89
|
+
copies or substantial portions of the Software.
|
|
90
|
+
|
|
91
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
92
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
93
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
94
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
95
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
96
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
97
|
+
SOFTWARE.
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
module.exports = balanced;
|
|
3
|
+
function balanced(a, b, str) {
|
|
4
|
+
if (a instanceof RegExp) a = maybeMatch(a, str);
|
|
5
|
+
if (b instanceof RegExp) b = maybeMatch(b, str);
|
|
6
|
+
|
|
7
|
+
var r = range(a, b, str);
|
|
8
|
+
|
|
9
|
+
return r && {
|
|
10
|
+
start: r[0],
|
|
11
|
+
end: r[1],
|
|
12
|
+
pre: str.slice(0, r[0]),
|
|
13
|
+
body: str.slice(r[0] + a.length, r[1]),
|
|
14
|
+
post: str.slice(r[1] + b.length)
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
function maybeMatch(reg, str) {
|
|
19
|
+
var m = str.match(reg);
|
|
20
|
+
return m ? m[0] : null;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
balanced.range = range;
|
|
24
|
+
function range(a, b, str) {
|
|
25
|
+
var begs, beg, left, right, result;
|
|
26
|
+
var ai = str.indexOf(a);
|
|
27
|
+
var bi = str.indexOf(b, ai + 1);
|
|
28
|
+
var i = ai;
|
|
29
|
+
|
|
30
|
+
if (ai >= 0 && bi > 0) {
|
|
31
|
+
if(a===b) {
|
|
32
|
+
return [ai, bi];
|
|
33
|
+
}
|
|
34
|
+
begs = [];
|
|
35
|
+
left = str.length;
|
|
36
|
+
|
|
37
|
+
while (i >= 0 && !result) {
|
|
38
|
+
if (i == ai) {
|
|
39
|
+
begs.push(i);
|
|
40
|
+
ai = str.indexOf(a, i + 1);
|
|
41
|
+
} else if (begs.length == 1) {
|
|
42
|
+
result = [ begs.pop(), bi ];
|
|
43
|
+
} else {
|
|
44
|
+
beg = begs.pop();
|
|
45
|
+
if (beg < left) {
|
|
46
|
+
left = beg;
|
|
47
|
+
right = bi;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
bi = str.indexOf(b, i + 1);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
i = ai < bi && ai >= 0 ? ai : bi;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
if (begs.length) {
|
|
57
|
+
result = [ left, right ];
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
return result;
|
|
62
|
+
}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "balanced-match",
|
|
3
|
+
"description": "Match balanced character pairs, like \"{\" and \"}\"",
|
|
4
|
+
"version": "1.0.2",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git://github.com/juliangruber/balanced-match.git"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://github.com/juliangruber/balanced-match",
|
|
10
|
+
"main": "index.js",
|
|
11
|
+
"scripts": {
|
|
12
|
+
"test": "tape test/test.js",
|
|
13
|
+
"bench": "matcha test/bench.js"
|
|
14
|
+
},
|
|
15
|
+
"devDependencies": {
|
|
16
|
+
"matcha": "^0.7.0",
|
|
17
|
+
"tape": "^4.6.0"
|
|
18
|
+
},
|
|
19
|
+
"keywords": [
|
|
20
|
+
"match",
|
|
21
|
+
"regexp",
|
|
22
|
+
"test",
|
|
23
|
+
"balanced",
|
|
24
|
+
"parse"
|
|
25
|
+
],
|
|
26
|
+
"author": {
|
|
27
|
+
"name": "Julian Gruber",
|
|
28
|
+
"email": "mail@juliangruber.com",
|
|
29
|
+
"url": "http://juliangruber.com"
|
|
30
|
+
},
|
|
31
|
+
"license": "MIT",
|
|
32
|
+
"testling": {
|
|
33
|
+
"files": "test/*.js",
|
|
34
|
+
"browsers": [
|
|
35
|
+
"ie/8..latest",
|
|
36
|
+
"firefox/20..latest",
|
|
37
|
+
"firefox/nightly",
|
|
38
|
+
"chrome/25..latest",
|
|
39
|
+
"chrome/canary",
|
|
40
|
+
"opera/12..latest",
|
|
41
|
+
"opera/next",
|
|
42
|
+
"safari/5.1..latest",
|
|
43
|
+
"ipad/6.0..latest",
|
|
44
|
+
"iphone/6.0..latest",
|
|
45
|
+
"android-browser/4.2..latest"
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
# brace-expansion
|
|
2
|
+
|
|
3
|
+
[Brace expansion](https://www.gnu.org/software/bash/manual/html_node/Brace-Expansion.html),
|
|
4
|
+
as known from sh/bash, in JavaScript.
|
|
5
|
+
|
|
6
|
+
[](http://travis-ci.org/juliangruber/brace-expansion)
|
|
7
|
+
[](https://www.npmjs.org/package/brace-expansion)
|
|
8
|
+
[](https://greenkeeper.io/)
|
|
9
|
+
|
|
10
|
+
[](https://ci.testling.com/juliangruber/brace-expansion)
|
|
11
|
+
|
|
12
|
+
## Example
|
|
13
|
+
|
|
14
|
+
```js
|
|
15
|
+
var expand = require('brace-expansion');
|
|
16
|
+
|
|
17
|
+
expand('file-{a,b,c}.jpg')
|
|
18
|
+
// => ['file-a.jpg', 'file-b.jpg', 'file-c.jpg']
|
|
19
|
+
|
|
20
|
+
expand('-v{,,}')
|
|
21
|
+
// => ['-v', '-v', '-v']
|
|
22
|
+
|
|
23
|
+
expand('file{0..2}.jpg')
|
|
24
|
+
// => ['file0.jpg', 'file1.jpg', 'file2.jpg']
|
|
25
|
+
|
|
26
|
+
expand('file-{a..c}.jpg')
|
|
27
|
+
// => ['file-a.jpg', 'file-b.jpg', 'file-c.jpg']
|
|
28
|
+
|
|
29
|
+
expand('file{2..0}.jpg')
|
|
30
|
+
// => ['file2.jpg', 'file1.jpg', 'file0.jpg']
|
|
31
|
+
|
|
32
|
+
expand('file{0..4..2}.jpg')
|
|
33
|
+
// => ['file0.jpg', 'file2.jpg', 'file4.jpg']
|
|
34
|
+
|
|
35
|
+
expand('file-{a..e..2}.jpg')
|
|
36
|
+
// => ['file-a.jpg', 'file-c.jpg', 'file-e.jpg']
|
|
37
|
+
|
|
38
|
+
expand('file{00..10..5}.jpg')
|
|
39
|
+
// => ['file00.jpg', 'file05.jpg', 'file10.jpg']
|
|
40
|
+
|
|
41
|
+
expand('{{A..C},{a..c}}')
|
|
42
|
+
// => ['A', 'B', 'C', 'a', 'b', 'c']
|
|
43
|
+
|
|
44
|
+
expand('ppp{,config,oe{,conf}}')
|
|
45
|
+
// => ['ppp', 'pppconfig', 'pppoe', 'pppoeconf']
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
## API
|
|
49
|
+
|
|
50
|
+
```js
|
|
51
|
+
var expand = require('brace-expansion');
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
### var expanded = expand(str)
|
|
55
|
+
|
|
56
|
+
Return an array of all possible and valid expansions of `str`. If none are
|
|
57
|
+
found, `[str]` is returned.
|
|
58
|
+
|
|
59
|
+
Valid expansions are:
|
|
60
|
+
|
|
61
|
+
```js
|
|
62
|
+
/^(.*,)+(.+)?$/
|
|
63
|
+
// {a,b,...}
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
A comma separated list of options, like `{a,b}` or `{a,{b,c}}` or `{,a,}`.
|
|
67
|
+
|
|
68
|
+
```js
|
|
69
|
+
/^-?\d+\.\.-?\d+(\.\.-?\d+)?$/
|
|
70
|
+
// {x..y[..incr]}
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
A numeric sequence from `x` to `y` inclusive, with optional increment.
|
|
74
|
+
If `x` or `y` start with a leading `0`, all the numbers will be padded
|
|
75
|
+
to have equal length. Negative numbers and backwards iteration work too.
|
|
76
|
+
|
|
77
|
+
```js
|
|
78
|
+
/^-?\d+\.\.-?\d+(\.\.-?\d+)?$/
|
|
79
|
+
// {x..y[..incr]}
|
|
80
|
+
```
|
|
81
|
+
|
|
82
|
+
An alphabetic sequence from `x` to `y` inclusive, with optional increment.
|
|
83
|
+
`x` and `y` must be exactly one character, and if given, `incr` must be a
|
|
84
|
+
number.
|
|
85
|
+
|
|
86
|
+
For compatibility reasons, the string `${` is not eligible for brace expansion.
|
|
87
|
+
|
|
88
|
+
## Installation
|
|
89
|
+
|
|
90
|
+
With [npm](https://npmjs.org) do:
|
|
91
|
+
|
|
92
|
+
```bash
|
|
93
|
+
npm install brace-expansion
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
## Contributors
|
|
97
|
+
|
|
98
|
+
- [Julian Gruber](https://github.com/juliangruber)
|
|
99
|
+
- [Isaac Z. Schlueter](https://github.com/isaacs)
|
|
100
|
+
|
|
101
|
+
## Sponsors
|
|
102
|
+
|
|
103
|
+
This module is proudly supported by my [Sponsors](https://github.com/juliangruber/sponsors)!
|
|
104
|
+
|
|
105
|
+
Do you want to support modules like this to improve their quality, stability and weigh in on new features? Then please consider donating to my [Patreon](https://www.patreon.com/juliangruber). Not sure how much of my modules you're using? Try [feross/thanks](https://github.com/feross/thanks)!
|
|
106
|
+
|
|
107
|
+
## License
|
|
108
|
+
|
|
109
|
+
(MIT)
|
|
110
|
+
|
|
111
|
+
Copyright (c) 2013 Julian Gruber <julian@juliangruber.com>
|
|
112
|
+
|
|
113
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
114
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
115
|
+
the Software without restriction, including without limitation the rights to
|
|
116
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
117
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
|
118
|
+
so, subject to the following conditions:
|
|
119
|
+
|
|
120
|
+
The above copyright notice and this permission notice shall be included in all
|
|
121
|
+
copies or substantial portions of the Software.
|
|
122
|
+
|
|
123
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
124
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
125
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
126
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
127
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
128
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
129
|
+
SOFTWARE.
|