cloudstructs 0.9.9 → 0.9.10
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 +135 -4
- package/API.md +175 -0
- package/README.md +2 -0
- package/lib/codecommit-mirror/index.js +2 -2
- package/lib/dmarc/index.js +1 -1
- package/lib/ecs-service-roller/index.js +2 -2
- package/lib/email-receiver/receiver.js +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/mjml-template/index.d.ts +30 -0
- package/lib/mjml-template/index.js +28 -0
- package/lib/saml-identity-provider/index.js +2 -2
- package/lib/slack-app/manifest.js +1 -1
- package/lib/slack-app/slack-app.js +2 -2
- package/lib/slack-events/index.js +1 -1
- package/lib/slack-textract/index.js +1 -1
- package/lib/ssl-server-test/index.js +1 -1
- package/lib/state-machine-cr-provider/index.js +1 -1
- package/lib/static-website/index.js +1 -1
- package/lib/toolkit-cleaner/index.js +1 -1
- package/lib/url-shortener/index.js +1 -1
- package/node_modules/@babel/runtime/LICENSE +22 -0
- package/node_modules/@babel/runtime/README.md +19 -0
- package/node_modules/@babel/runtime/helpers/AwaitValue.js +4 -0
- package/node_modules/@babel/runtime/helpers/OverloadYield.js +4 -0
- package/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js +9 -0
- package/node_modules/@babel/runtime/helpers/applyDecs.js +236 -0
- package/node_modules/@babel/runtime/helpers/applyDecs2203.js +184 -0
- package/node_modules/@babel/runtime/helpers/applyDecs2203R.js +191 -0
- package/node_modules/@babel/runtime/helpers/applyDecs2301.js +222 -0
- package/node_modules/@babel/runtime/helpers/applyDecs2305.js +133 -0
- package/node_modules/@babel/runtime/helpers/applyDecs2311.js +124 -0
- package/node_modules/@babel/runtime/helpers/arrayLikeToArray.js +6 -0
- package/node_modules/@babel/runtime/helpers/arrayWithHoles.js +4 -0
- package/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js +5 -0
- package/node_modules/@babel/runtime/helpers/assertClassBrand.js +5 -0
- package/node_modules/@babel/runtime/helpers/assertThisInitialized.js +5 -0
- package/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js +24 -0
- package/node_modules/@babel/runtime/helpers/asyncIterator.js +45 -0
- package/node_modules/@babel/runtime/helpers/asyncToGenerator.js +26 -0
- package/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js +5 -0
- package/node_modules/@babel/runtime/helpers/callSuper.js +7 -0
- package/node_modules/@babel/runtime/helpers/checkInRHS.js +6 -0
- package/node_modules/@babel/runtime/helpers/checkPrivateRedeclaration.js +4 -0
- package/node_modules/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js +10 -0
- package/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js +4 -0
- package/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js +7 -0
- package/node_modules/@babel/runtime/helpers/classCallCheck.js +4 -0
- package/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js +5 -0
- package/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js +4 -0
- package/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js +5 -0
- package/node_modules/@babel/runtime/helpers/classNameTDZError.js +4 -0
- package/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js +7 -0
- package/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js +7 -0
- package/node_modules/@babel/runtime/helpers/classPrivateFieldGet2.js +5 -0
- package/node_modules/@babel/runtime/helpers/classPrivateFieldInitSpec.js +5 -0
- package/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js +5 -0
- package/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js +5 -0
- package/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js +7 -0
- package/node_modules/@babel/runtime/helpers/classPrivateFieldSet2.js +5 -0
- package/node_modules/@babel/runtime/helpers/classPrivateGetter.js +5 -0
- package/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js +5 -0
- package/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js +5 -0
- package/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js +4 -0
- package/node_modules/@babel/runtime/helpers/classPrivateSetter.js +5 -0
- package/node_modules/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js +7 -0
- package/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js +7 -0
- package/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js +7 -0
- package/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js +5 -0
- package/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js +4 -0
- package/node_modules/@babel/runtime/helpers/construct.js +10 -0
- package/node_modules/@babel/runtime/helpers/createClass.js +13 -0
- package/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js +50 -0
- package/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js +19 -0
- package/node_modules/@babel/runtime/helpers/createSuper.js +16 -0
- package/node_modules/@babel/runtime/helpers/decorate.js +250 -0
- package/node_modules/@babel/runtime/helpers/defaults.js +9 -0
- package/node_modules/@babel/runtime/helpers/defineAccessor.js +8 -0
- package/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js +12 -0
- package/node_modules/@babel/runtime/helpers/defineProperty.js +10 -0
- package/node_modules/@babel/runtime/helpers/dispose.js +28 -0
- package/node_modules/@babel/runtime/helpers/esm/AwaitValue.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/OverloadYield.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js +9 -0
- package/node_modules/@babel/runtime/helpers/esm/applyDecs.js +236 -0
- package/node_modules/@babel/runtime/helpers/esm/applyDecs2203.js +184 -0
- package/node_modules/@babel/runtime/helpers/esm/applyDecs2203R.js +191 -0
- package/node_modules/@babel/runtime/helpers/esm/applyDecs2301.js +222 -0
- package/node_modules/@babel/runtime/helpers/esm/applyDecs2305.js +133 -0
- package/node_modules/@babel/runtime/helpers/esm/applyDecs2311.js +124 -0
- package/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +6 -0
- package/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/assertClassBrand.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js +24 -0
- package/node_modules/@babel/runtime/helpers/esm/asyncIterator.js +45 -0
- package/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js +26 -0
- package/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/callSuper.js +7 -0
- package/node_modules/@babel/runtime/helpers/esm/checkInRHS.js +6 -0
- package/node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js +10 -0
- package/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js +7 -0
- package/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js +7 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js +7 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet2.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js +7 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet2.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateGetter.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/classPrivateSetter.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js +7 -0
- package/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js +7 -0
- package/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js +7 -0
- package/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/construct.js +10 -0
- package/node_modules/@babel/runtime/helpers/esm/createClass.js +13 -0
- package/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js +50 -0
- package/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js +19 -0
- package/node_modules/@babel/runtime/helpers/esm/createSuper.js +16 -0
- package/node_modules/@babel/runtime/helpers/esm/decorate.js +250 -0
- package/node_modules/@babel/runtime/helpers/esm/defaults.js +9 -0
- package/node_modules/@babel/runtime/helpers/esm/defineAccessor.js +8 -0
- package/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js +12 -0
- package/node_modules/@babel/runtime/helpers/esm/defineProperty.js +10 -0
- package/node_modules/@babel/runtime/helpers/esm/dispose.js +28 -0
- package/node_modules/@babel/runtime/helpers/esm/extends.js +10 -0
- package/node_modules/@babel/runtime/helpers/esm/get.js +11 -0
- package/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +6 -0
- package/node_modules/@babel/runtime/helpers/esm/identity.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/importDeferProxy.js +27 -0
- package/node_modules/@babel/runtime/helpers/esm/inherits.js +14 -0
- package/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +5 -0
- package/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js +9 -0
- package/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/instanceof.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js +6 -0
- package/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js +27 -0
- package/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js +8 -0
- package/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +9 -0
- package/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +28 -0
- package/node_modules/@babel/runtime/helpers/esm/jsx.js +22 -0
- package/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js +9 -0
- package/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/nullishReceiverError.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/objectSpread.js +14 -0
- package/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +23 -0
- package/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +13 -0
- package/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +10 -0
- package/node_modules/@babel/runtime/helpers/esm/package.json +3 -0
- package/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +8 -0
- package/node_modules/@babel/runtime/helpers/esm/readOnlyError.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js +304 -0
- package/node_modules/@babel/runtime/helpers/esm/set.js +22 -0
- package/node_modules/@babel/runtime/helpers/esm/setFunctionName.js +12 -0
- package/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +6 -0
- package/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js +7 -0
- package/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +8 -0
- package/node_modules/@babel/runtime/helpers/esm/superPropBase.js +6 -0
- package/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +8 -0
- package/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/tdz.js +4 -0
- package/node_modules/@babel/runtime/helpers/esm/temporalRef.js +6 -0
- package/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js +2 -0
- package/node_modules/@babel/runtime/helpers/esm/toArray.js +8 -0
- package/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +8 -0
- package/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +12 -0
- package/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +7 -0
- package/node_modules/@babel/runtime/helpers/esm/toSetter.js +10 -0
- package/node_modules/@babel/runtime/helpers/esm/typeof.js +10 -0
- package/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +9 -0
- package/node_modules/@babel/runtime/helpers/esm/using.js +12 -0
- package/node_modules/@babel/runtime/helpers/esm/usingCtx.js +47 -0
- package/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js +69 -0
- package/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js +27 -0
- package/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js +51 -0
- package/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js +4 -0
- package/node_modules/@babel/runtime/helpers/extends.js +10 -0
- package/node_modules/@babel/runtime/helpers/get.js +11 -0
- package/node_modules/@babel/runtime/helpers/getPrototypeOf.js +6 -0
- package/node_modules/@babel/runtime/helpers/identity.js +4 -0
- package/node_modules/@babel/runtime/helpers/importDeferProxy.js +27 -0
- package/node_modules/@babel/runtime/helpers/inherits.js +14 -0
- package/node_modules/@babel/runtime/helpers/inheritsLoose.js +5 -0
- package/node_modules/@babel/runtime/helpers/initializerDefineProperty.js +9 -0
- package/node_modules/@babel/runtime/helpers/initializerWarningHelper.js +4 -0
- package/node_modules/@babel/runtime/helpers/instanceof.js +4 -0
- package/node_modules/@babel/runtime/helpers/interopRequireDefault.js +6 -0
- package/node_modules/@babel/runtime/helpers/interopRequireWildcard.js +27 -0
- package/node_modules/@babel/runtime/helpers/isNativeFunction.js +8 -0
- package/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js +9 -0
- package/node_modules/@babel/runtime/helpers/iterableToArray.js +4 -0
- package/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js +28 -0
- package/node_modules/@babel/runtime/helpers/jsx.js +22 -0
- package/node_modules/@babel/runtime/helpers/maybeArrayLike.js +9 -0
- package/node_modules/@babel/runtime/helpers/newArrowCheck.js +4 -0
- package/node_modules/@babel/runtime/helpers/nonIterableRest.js +4 -0
- package/node_modules/@babel/runtime/helpers/nonIterableSpread.js +4 -0
- package/node_modules/@babel/runtime/helpers/nullishReceiverError.js +4 -0
- package/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js +4 -0
- package/node_modules/@babel/runtime/helpers/objectSpread.js +14 -0
- package/node_modules/@babel/runtime/helpers/objectSpread2.js +23 -0
- package/node_modules/@babel/runtime/helpers/objectWithoutProperties.js +13 -0
- package/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +10 -0
- package/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js +8 -0
- package/node_modules/@babel/runtime/helpers/readOnlyError.js +4 -0
- package/node_modules/@babel/runtime/helpers/regeneratorRuntime.js +304 -0
- package/node_modules/@babel/runtime/helpers/set.js +22 -0
- package/node_modules/@babel/runtime/helpers/setFunctionName.js +12 -0
- package/node_modules/@babel/runtime/helpers/setPrototypeOf.js +6 -0
- package/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js +7 -0
- package/node_modules/@babel/runtime/helpers/slicedToArray.js +8 -0
- package/node_modules/@babel/runtime/helpers/superPropBase.js +6 -0
- package/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js +8 -0
- package/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js +4 -0
- package/node_modules/@babel/runtime/helpers/tdz.js +4 -0
- package/node_modules/@babel/runtime/helpers/temporalRef.js +6 -0
- package/node_modules/@babel/runtime/helpers/temporalUndefined.js +2 -0
- package/node_modules/@babel/runtime/helpers/toArray.js +8 -0
- package/node_modules/@babel/runtime/helpers/toConsumableArray.js +8 -0
- package/node_modules/@babel/runtime/helpers/toPrimitive.js +12 -0
- package/node_modules/@babel/runtime/helpers/toPropertyKey.js +7 -0
- package/node_modules/@babel/runtime/helpers/toSetter.js +10 -0
- package/node_modules/@babel/runtime/helpers/typeof.js +10 -0
- package/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js +9 -0
- package/node_modules/@babel/runtime/helpers/using.js +12 -0
- package/node_modules/@babel/runtime/helpers/usingCtx.js +47 -0
- package/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js +69 -0
- package/node_modules/@babel/runtime/helpers/wrapNativeSuper.js +27 -0
- package/node_modules/@babel/runtime/helpers/wrapRegExp.js +51 -0
- package/node_modules/@babel/runtime/helpers/writeOnlyError.js +4 -0
- package/node_modules/@babel/runtime/package.json +1038 -0
- package/node_modules/@babel/runtime/regenerator/index.js +15 -0
- package/node_modules/@isaacs/cliui/LICENSE.txt +14 -0
- package/node_modules/@isaacs/cliui/README.md +143 -0
- package/node_modules/@isaacs/cliui/build/index.cjs +317 -0
- package/node_modules/@isaacs/cliui/build/index.d.cts +43 -0
- package/node_modules/@isaacs/cliui/build/lib/index.js +302 -0
- package/node_modules/@isaacs/cliui/index.mjs +14 -0
- package/node_modules/@isaacs/cliui/node_modules/ansi-regex/index.d.ts +33 -0
- package/node_modules/@isaacs/cliui/node_modules/ansi-regex/index.js +8 -0
- package/node_modules/@isaacs/cliui/node_modules/ansi-regex/license +9 -0
- package/node_modules/@isaacs/cliui/node_modules/ansi-regex/package.json +58 -0
- package/node_modules/@isaacs/cliui/node_modules/ansi-regex/readme.md +72 -0
- package/node_modules/@isaacs/cliui/node_modules/ansi-styles/index.d.ts +236 -0
- package/node_modules/@isaacs/cliui/node_modules/ansi-styles/index.js +223 -0
- package/node_modules/@isaacs/cliui/node_modules/ansi-styles/license +9 -0
- package/node_modules/@isaacs/cliui/node_modules/ansi-styles/package.json +54 -0
- package/node_modules/@isaacs/cliui/node_modules/ansi-styles/readme.md +173 -0
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/README.md +137 -0
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/RGI_Emoji.d.ts +5 -0
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/RGI_Emoji.js +6 -0
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/RGI_Emoji.d.ts +5 -0
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/RGI_Emoji.js +6 -0
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/index.d.ts +5 -0
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/index.js +6 -0
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/text.d.ts +5 -0
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/text.js +6 -0
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/index.d.ts +5 -0
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/index.js +6 -0
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/package.json +52 -0
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/text.d.ts +5 -0
- package/node_modules/@isaacs/cliui/node_modules/emoji-regex/text.js +6 -0
- package/node_modules/@isaacs/cliui/node_modules/string-width/index.d.ts +29 -0
- package/node_modules/@isaacs/cliui/node_modules/string-width/index.js +54 -0
- package/node_modules/@isaacs/cliui/node_modules/string-width/license +9 -0
- package/node_modules/@isaacs/cliui/node_modules/string-width/package.json +59 -0
- package/node_modules/@isaacs/cliui/node_modules/string-width/readme.md +67 -0
- package/node_modules/@isaacs/cliui/node_modules/strip-ansi/index.d.ts +15 -0
- package/node_modules/@isaacs/cliui/node_modules/strip-ansi/index.js +14 -0
- package/node_modules/@isaacs/cliui/node_modules/strip-ansi/license +9 -0
- package/node_modules/@isaacs/cliui/node_modules/strip-ansi/package.json +57 -0
- package/node_modules/@isaacs/cliui/node_modules/strip-ansi/readme.md +41 -0
- package/node_modules/@isaacs/cliui/node_modules/wrap-ansi/index.d.ts +41 -0
- package/node_modules/@isaacs/cliui/node_modules/wrap-ansi/index.js +214 -0
- package/node_modules/@isaacs/cliui/node_modules/wrap-ansi/license +9 -0
- package/node_modules/@isaacs/cliui/node_modules/wrap-ansi/package.json +69 -0
- package/node_modules/@isaacs/cliui/node_modules/wrap-ansi/readme.md +91 -0
- package/node_modules/@isaacs/cliui/package.json +86 -0
- package/node_modules/@one-ini/wasm/LICENSE +21 -0
- package/node_modules/@one-ini/wasm/README.md +83 -0
- package/node_modules/@one-ini/wasm/one_ini.d.ts +25 -0
- package/node_modules/@one-ini/wasm/one_ini.js +323 -0
- package/node_modules/@one-ini/wasm/one_ini_bg.wasm +0 -0
- package/node_modules/@one-ini/wasm/package.json +28 -0
- package/node_modules/@pkgjs/parseargs/.editorconfig +14 -0
- package/node_modules/@pkgjs/parseargs/CHANGELOG.md +147 -0
- package/node_modules/@pkgjs/parseargs/LICENSE +201 -0
- package/node_modules/@pkgjs/parseargs/README.md +413 -0
- package/node_modules/@pkgjs/parseargs/examples/is-default-value.js +25 -0
- package/node_modules/@pkgjs/parseargs/examples/limit-long-syntax.js +35 -0
- package/node_modules/@pkgjs/parseargs/examples/negate.js +43 -0
- package/node_modules/@pkgjs/parseargs/examples/no-repeated-options.js +31 -0
- package/node_modules/@pkgjs/parseargs/examples/ordered-options.mjs +41 -0
- package/node_modules/@pkgjs/parseargs/examples/simple-hard-coded.js +26 -0
- package/node_modules/@pkgjs/parseargs/index.js +396 -0
- package/node_modules/@pkgjs/parseargs/internal/errors.js +47 -0
- package/node_modules/@pkgjs/parseargs/internal/primordials.js +393 -0
- package/node_modules/@pkgjs/parseargs/internal/util.js +14 -0
- package/node_modules/@pkgjs/parseargs/internal/validators.js +89 -0
- package/node_modules/@pkgjs/parseargs/package.json +36 -0
- package/node_modules/@pkgjs/parseargs/utils.js +198 -0
- package/node_modules/abbrev/LICENSE +46 -0
- package/node_modules/abbrev/README.md +23 -0
- package/node_modules/abbrev/lib/index.js +50 -0
- package/node_modules/abbrev/package.json +43 -0
- package/node_modules/ansi-colors/LICENSE +21 -0
- package/node_modules/ansi-colors/README.md +315 -0
- package/node_modules/ansi-colors/index.js +184 -0
- package/node_modules/ansi-colors/package.json +129 -0
- package/node_modules/ansi-colors/symbols.js +69 -0
- package/node_modules/ansi-colors/types/index.d.ts +235 -0
- package/node_modules/ansi-regex/index.d.ts +37 -0
- package/node_modules/ansi-regex/index.js +10 -0
- package/node_modules/ansi-regex/license +9 -0
- package/node_modules/ansi-regex/package.json +55 -0
- package/node_modules/ansi-regex/readme.md +78 -0
- package/node_modules/ansi-styles/index.d.ts +345 -0
- package/node_modules/ansi-styles/index.js +163 -0
- package/node_modules/ansi-styles/license +9 -0
- package/node_modules/ansi-styles/package.json +56 -0
- package/node_modules/ansi-styles/readme.md +152 -0
- package/node_modules/anymatch/LICENSE +15 -0
- package/node_modules/anymatch/README.md +87 -0
- package/node_modules/anymatch/index.d.ts +20 -0
- package/node_modules/anymatch/index.js +104 -0
- package/node_modules/anymatch/package.json +48 -0
- package/node_modules/balanced-match/.github/FUNDING.yml +2 -0
- package/node_modules/balanced-match/LICENSE.md +21 -0
- package/node_modules/balanced-match/README.md +97 -0
- package/node_modules/balanced-match/index.js +62 -0
- package/node_modules/balanced-match/package.json +48 -0
- package/node_modules/binary-extensions/binary-extensions.json +263 -0
- package/node_modules/binary-extensions/binary-extensions.json.d.ts +3 -0
- package/node_modules/binary-extensions/index.d.ts +14 -0
- package/node_modules/binary-extensions/index.js +1 -0
- package/node_modules/binary-extensions/license +10 -0
- package/node_modules/binary-extensions/package.json +40 -0
- package/node_modules/binary-extensions/readme.md +25 -0
- package/node_modules/boolbase/README.md +10 -0
- package/node_modules/boolbase/index.js +8 -0
- package/node_modules/boolbase/package.json +23 -0
- package/node_modules/brace-expansion/.github/FUNDING.yml +2 -0
- package/node_modules/brace-expansion/LICENSE +21 -0
- package/node_modules/brace-expansion/README.md +135 -0
- package/node_modules/brace-expansion/index.js +203 -0
- package/node_modules/brace-expansion/package.json +46 -0
- package/node_modules/braces/LICENSE +21 -0
- package/node_modules/braces/README.md +586 -0
- package/node_modules/braces/index.js +170 -0
- package/node_modules/braces/lib/compile.js +60 -0
- package/node_modules/braces/lib/constants.js +57 -0
- package/node_modules/braces/lib/expand.js +113 -0
- package/node_modules/braces/lib/parse.js +331 -0
- package/node_modules/braces/lib/stringify.js +32 -0
- package/node_modules/braces/lib/utils.js +122 -0
- package/node_modules/braces/package.json +77 -0
- package/node_modules/camel-case/LICENSE +21 -0
- package/node_modules/camel-case/camel-case.d.ts +3 -0
- package/node_modules/camel-case/camel-case.js +23 -0
- package/node_modules/camel-case/package.json +56 -0
- package/node_modules/cheerio/LICENSE +21 -0
- package/node_modules/cheerio/Readme.md +357 -0
- package/node_modules/cheerio/lib/api/attributes.d.ts +332 -0
- package/node_modules/cheerio/lib/api/attributes.d.ts.map +1 -0
- package/node_modules/cheerio/lib/api/attributes.js +622 -0
- package/node_modules/cheerio/lib/api/attributes.js.map +1 -0
- package/node_modules/cheerio/lib/api/css.d.ts +40 -0
- package/node_modules/cheerio/lib/api/css.d.ts.map +1 -0
- package/node_modules/cheerio/lib/api/css.js +118 -0
- package/node_modules/cheerio/lib/api/css.js.map +1 -0
- package/node_modules/cheerio/lib/api/forms.d.ts +38 -0
- package/node_modules/cheerio/lib/api/forms.d.ts.map +1 -0
- package/node_modules/cheerio/lib/api/forms.js +92 -0
- package/node_modules/cheerio/lib/api/forms.js.map +1 -0
- package/node_modules/cheerio/lib/api/manipulation.d.ts +522 -0
- package/node_modules/cheerio/lib/api/manipulation.d.ts.map +1 -0
- package/node_modules/cheerio/lib/api/manipulation.js +861 -0
- package/node_modules/cheerio/lib/api/manipulation.js.map +1 -0
- package/node_modules/cheerio/lib/api/traversing.d.ts +644 -0
- package/node_modules/cheerio/lib/api/traversing.d.ts.map +1 -0
- package/node_modules/cheerio/lib/api/traversing.js +907 -0
- package/node_modules/cheerio/lib/api/traversing.js.map +1 -0
- package/node_modules/cheerio/lib/cheerio.d.ts +69 -0
- package/node_modules/cheerio/lib/cheerio.d.ts.map +1 -0
- package/node_modules/cheerio/lib/cheerio.js +66 -0
- package/node_modules/cheerio/lib/cheerio.js.map +1 -0
- package/node_modules/cheerio/lib/esm/api/attributes.d.ts +332 -0
- package/node_modules/cheerio/lib/esm/api/attributes.d.ts.map +1 -0
- package/node_modules/cheerio/lib/esm/api/attributes.js +601 -0
- package/node_modules/cheerio/lib/esm/api/attributes.js.map +1 -0
- package/node_modules/cheerio/lib/esm/api/css.d.ts +40 -0
- package/node_modules/cheerio/lib/esm/api/css.d.ts.map +1 -0
- package/node_modules/cheerio/lib/esm/api/css.js +113 -0
- package/node_modules/cheerio/lib/esm/api/css.js.map +1 -0
- package/node_modules/cheerio/lib/esm/api/forms.d.ts +38 -0
- package/node_modules/cheerio/lib/esm/api/forms.d.ts.map +1 -0
- package/node_modules/cheerio/lib/esm/api/forms.js +83 -0
- package/node_modules/cheerio/lib/esm/api/forms.js.map +1 -0
- package/node_modules/cheerio/lib/esm/api/manipulation.d.ts +522 -0
- package/node_modules/cheerio/lib/esm/api/manipulation.d.ts.map +1 -0
- package/node_modules/cheerio/lib/esm/api/manipulation.js +810 -0
- package/node_modules/cheerio/lib/esm/api/manipulation.js.map +1 -0
- package/node_modules/cheerio/lib/esm/api/traversing.d.ts +644 -0
- package/node_modules/cheerio/lib/esm/api/traversing.d.ts.map +1 -0
- package/node_modules/cheerio/lib/esm/api/traversing.js +831 -0
- package/node_modules/cheerio/lib/esm/api/traversing.js.map +1 -0
- package/node_modules/cheerio/lib/esm/cheerio.d.ts +69 -0
- package/node_modules/cheerio/lib/esm/cheerio.d.ts.map +1 -0
- package/node_modules/cheerio/lib/esm/cheerio.js +38 -0
- package/node_modules/cheerio/lib/esm/cheerio.js.map +1 -0
- package/node_modules/cheerio/lib/esm/index.d.ts +107 -0
- package/node_modules/cheerio/lib/esm/index.d.ts.map +1 -0
- package/node_modules/cheerio/lib/esm/index.js +102 -0
- package/node_modules/cheerio/lib/esm/index.js.map +1 -0
- package/node_modules/cheerio/lib/esm/load.d.ts +60 -0
- package/node_modules/cheerio/lib/esm/load.d.ts.map +1 -0
- package/node_modules/cheerio/lib/esm/load.js +122 -0
- package/node_modules/cheerio/lib/esm/load.js.map +1 -0
- package/node_modules/cheerio/lib/esm/options.d.ts +90 -0
- package/node_modules/cheerio/lib/esm/options.d.ts.map +1 -0
- package/node_modules/cheerio/lib/esm/options.js +26 -0
- package/node_modules/cheerio/lib/esm/options.js.map +1 -0
- package/node_modules/cheerio/lib/esm/package.json +1 -0
- package/node_modules/cheerio/lib/esm/parse.d.ts +19 -0
- package/node_modules/cheerio/lib/esm/parse.d.ts.map +1 -0
- package/node_modules/cheerio/lib/esm/parse.js +73 -0
- package/node_modules/cheerio/lib/esm/parse.js.map +1 -0
- package/node_modules/cheerio/lib/esm/parsers/parse5-adapter.d.ts +20 -0
- package/node_modules/cheerio/lib/esm/parsers/parse5-adapter.d.ts.map +1 -0
- package/node_modules/cheerio/lib/esm/parsers/parse5-adapter.js +52 -0
- package/node_modules/cheerio/lib/esm/parsers/parse5-adapter.js.map +1 -0
- package/node_modules/cheerio/lib/esm/slim.d.ts +20 -0
- package/node_modules/cheerio/lib/esm/slim.d.ts.map +1 -0
- package/node_modules/cheerio/lib/esm/slim.js +22 -0
- package/node_modules/cheerio/lib/esm/slim.js.map +1 -0
- package/node_modules/cheerio/lib/esm/static.d.ts +93 -0
- package/node_modules/cheerio/lib/esm/static.d.ts.map +1 -0
- package/node_modules/cheerio/lib/esm/static.js +185 -0
- package/node_modules/cheerio/lib/esm/static.js.map +1 -0
- package/node_modules/cheerio/lib/esm/types.d.ts +20 -0
- package/node_modules/cheerio/lib/esm/types.d.ts.map +1 -0
- package/node_modules/cheerio/lib/esm/types.js +2 -0
- package/node_modules/cheerio/lib/esm/types.js.map +1 -0
- package/node_modules/cheerio/lib/esm/utils.d.ts +75 -0
- package/node_modules/cheerio/lib/esm/utils.d.ts.map +1 -0
- package/node_modules/cheerio/lib/esm/utils.js +112 -0
- package/node_modules/cheerio/lib/esm/utils.js.map +1 -0
- package/node_modules/cheerio/lib/index.d.ts +107 -0
- package/node_modules/cheerio/lib/index.d.ts.map +1 -0
- package/node_modules/cheerio/lib/index.js +141 -0
- package/node_modules/cheerio/lib/index.js.map +1 -0
- package/node_modules/cheerio/lib/load.d.ts +60 -0
- package/node_modules/cheerio/lib/load.d.ts.map +1 -0
- package/node_modules/cheerio/lib/load.js +179 -0
- package/node_modules/cheerio/lib/load.js.map +1 -0
- package/node_modules/cheerio/lib/options.d.ts +90 -0
- package/node_modules/cheerio/lib/options.d.ts.map +1 -0
- package/node_modules/cheerio/lib/options.js +41 -0
- package/node_modules/cheerio/lib/options.js.map +1 -0
- package/node_modules/cheerio/lib/parse.d.ts +19 -0
- package/node_modules/cheerio/lib/parse.d.ts.map +1 -0
- package/node_modules/cheerio/lib/parse.js +78 -0
- package/node_modules/cheerio/lib/parse.js.map +1 -0
- package/node_modules/cheerio/lib/parsers/parse5-adapter.d.ts +20 -0
- package/node_modules/cheerio/lib/parsers/parse5-adapter.d.ts.map +1 -0
- package/node_modules/cheerio/lib/parsers/parse5-adapter.js +67 -0
- package/node_modules/cheerio/lib/parsers/parse5-adapter.js.map +1 -0
- package/node_modules/cheerio/lib/slim.d.ts +20 -0
- package/node_modules/cheerio/lib/slim.d.ts.map +1 -0
- package/node_modules/cheerio/lib/slim.js +42 -0
- package/node_modules/cheerio/lib/slim.js.map +1 -0
- package/node_modules/cheerio/lib/static.d.ts +93 -0
- package/node_modules/cheerio/lib/static.d.ts.map +1 -0
- package/node_modules/cheerio/lib/static.js +226 -0
- package/node_modules/cheerio/lib/static.js.map +1 -0
- package/node_modules/cheerio/lib/types.d.ts +20 -0
- package/node_modules/cheerio/lib/types.d.ts.map +1 -0
- package/node_modules/cheerio/lib/types.js +3 -0
- package/node_modules/cheerio/lib/types.js.map +1 -0
- package/node_modules/cheerio/lib/utils.d.ts +75 -0
- package/node_modules/cheerio/lib/utils.d.ts.map +1 -0
- package/node_modules/cheerio/lib/utils.js +122 -0
- package/node_modules/cheerio/lib/utils.js.map +1 -0
- package/node_modules/cheerio/package.json +134 -0
- package/node_modules/cheerio-select/LICENSE +11 -0
- package/node_modules/cheerio-select/README.md +18 -0
- package/node_modules/cheerio-select/lib/esm/helpers.d.ts +5 -0
- package/node_modules/cheerio-select/lib/esm/helpers.d.ts.map +1 -0
- package/node_modules/cheerio-select/lib/esm/helpers.js +20 -0
- package/node_modules/cheerio-select/lib/esm/helpers.js.map +1 -0
- package/node_modules/cheerio-select/lib/esm/index.d.ts +12 -0
- package/node_modules/cheerio-select/lib/esm/index.d.ts.map +1 -0
- package/node_modules/cheerio-select/lib/esm/index.js +241 -0
- package/node_modules/cheerio-select/lib/esm/index.js.map +1 -0
- package/node_modules/cheerio-select/lib/esm/package.json +1 -0
- package/node_modules/cheerio-select/lib/esm/positionals.d.ts +10 -0
- package/node_modules/cheerio-select/lib/esm/positionals.d.ts.map +1 -0
- package/node_modules/cheerio-select/lib/esm/positionals.js +47 -0
- package/node_modules/cheerio-select/lib/esm/positionals.js.map +1 -0
- package/node_modules/cheerio-select/lib/helpers.d.ts +5 -0
- package/node_modules/cheerio-select/lib/helpers.d.ts.map +1 -0
- package/node_modules/cheerio-select/lib/helpers.js +26 -0
- package/node_modules/cheerio-select/lib/helpers.js.map +1 -0
- package/node_modules/cheerio-select/lib/index.d.ts +12 -0
- package/node_modules/cheerio-select/lib/index.d.ts.map +1 -0
- package/node_modules/cheerio-select/lib/index.js +302 -0
- package/node_modules/cheerio-select/lib/index.js.map +1 -0
- package/node_modules/cheerio-select/lib/positionals.d.ts +10 -0
- package/node_modules/cheerio-select/lib/positionals.d.ts.map +1 -0
- package/node_modules/cheerio-select/lib/positionals.js +52 -0
- package/node_modules/cheerio-select/lib/positionals.js.map +1 -0
- package/node_modules/cheerio-select/package.json +76 -0
- package/node_modules/chokidar/LICENSE +21 -0
- package/node_modules/chokidar/README.md +308 -0
- package/node_modules/chokidar/index.js +973 -0
- package/node_modules/chokidar/lib/constants.js +66 -0
- package/node_modules/chokidar/lib/fsevents-handler.js +526 -0
- package/node_modules/chokidar/lib/nodefs-handler.js +654 -0
- package/node_modules/chokidar/package.json +70 -0
- package/node_modules/chokidar/types/index.d.ts +192 -0
- package/node_modules/clean-css/History.md +1377 -0
- package/node_modules/clean-css/LICENSE +19 -0
- package/node_modules/clean-css/README.md +764 -0
- package/node_modules/clean-css/index.js +1 -0
- package/node_modules/clean-css/lib/clean.js +172 -0
- package/node_modules/clean-css/lib/optimizer/hack.js +8 -0
- package/node_modules/clean-css/lib/optimizer/level-0/optimize.js +6 -0
- package/node_modules/clean-css/lib/optimizer/level-1/optimize.js +691 -0
- package/node_modules/clean-css/lib/optimizer/level-1/shorten-hex.js +189 -0
- package/node_modules/clean-css/lib/optimizer/level-1/shorten-hsl.js +61 -0
- package/node_modules/clean-css/lib/optimizer/level-1/shorten-rgb.js +10 -0
- package/node_modules/clean-css/lib/optimizer/level-1/sort-selectors.js +23 -0
- package/node_modules/clean-css/lib/optimizer/level-1/tidy-at-rule.js +9 -0
- package/node_modules/clean-css/lib/optimizer/level-1/tidy-block.js +23 -0
- package/node_modules/clean-css/lib/optimizer/level-1/tidy-rules.js +213 -0
- package/node_modules/clean-css/lib/optimizer/level-2/break-up.js +644 -0
- package/node_modules/clean-css/lib/optimizer/level-2/can-override.js +283 -0
- package/node_modules/clean-css/lib/optimizer/level-2/clone.js +33 -0
- package/node_modules/clean-css/lib/optimizer/level-2/compactable.js +1063 -0
- package/node_modules/clean-css/lib/optimizer/level-2/extract-properties.js +73 -0
- package/node_modules/clean-css/lib/optimizer/level-2/invalid-property-error.js +10 -0
- package/node_modules/clean-css/lib/optimizer/level-2/is-mergeable.js +259 -0
- package/node_modules/clean-css/lib/optimizer/level-2/merge-adjacent.js +50 -0
- package/node_modules/clean-css/lib/optimizer/level-2/merge-media-queries.js +103 -0
- package/node_modules/clean-css/lib/optimizer/level-2/merge-non-adjacent-by-body.js +80 -0
- package/node_modules/clean-css/lib/optimizer/level-2/merge-non-adjacent-by-selector.js +78 -0
- package/node_modules/clean-css/lib/optimizer/level-2/optimize.js +134 -0
- package/node_modules/clean-css/lib/optimizer/level-2/properties/every-values-pair.js +28 -0
- package/node_modules/clean-css/lib/optimizer/level-2/properties/find-component-in.js +40 -0
- package/node_modules/clean-css/lib/optimizer/level-2/properties/has-inherit.js +10 -0
- package/node_modules/clean-css/lib/optimizer/level-2/properties/is-component-of.js +22 -0
- package/node_modules/clean-css/lib/optimizer/level-2/properties/is-mergeable-shorthand.js +11 -0
- package/node_modules/clean-css/lib/optimizer/level-2/properties/merge-into-shorthands.js +445 -0
- package/node_modules/clean-css/lib/optimizer/level-2/properties/optimize.js +40 -0
- package/node_modules/clean-css/lib/optimizer/level-2/properties/override-properties.js +484 -0
- package/node_modules/clean-css/lib/optimizer/level-2/properties/overrides-non-component-shorthand.js +9 -0
- package/node_modules/clean-css/lib/optimizer/level-2/properties/populate-components.js +42 -0
- package/node_modules/clean-css/lib/optimizer/level-2/properties/understandable.js +15 -0
- package/node_modules/clean-css/lib/optimizer/level-2/properties/vendor-prefixes.js +23 -0
- package/node_modules/clean-css/lib/optimizer/level-2/reduce-non-adjacent.js +180 -0
- package/node_modules/clean-css/lib/optimizer/level-2/remove-duplicate-font-at-rules.js +30 -0
- package/node_modules/clean-css/lib/optimizer/level-2/remove-duplicate-media-queries.js +30 -0
- package/node_modules/clean-css/lib/optimizer/level-2/remove-duplicates.js +43 -0
- package/node_modules/clean-css/lib/optimizer/level-2/remove-unused-at-rules.js +249 -0
- package/node_modules/clean-css/lib/optimizer/level-2/reorderable.js +93 -0
- package/node_modules/clean-css/lib/optimizer/level-2/restore-with-components.js +13 -0
- package/node_modules/clean-css/lib/optimizer/level-2/restore.js +303 -0
- package/node_modules/clean-css/lib/optimizer/level-2/restructure.js +389 -0
- package/node_modules/clean-css/lib/optimizer/level-2/rules-overlap.js +32 -0
- package/node_modules/clean-css/lib/optimizer/level-2/specificities-overlap.js +34 -0
- package/node_modules/clean-css/lib/optimizer/level-2/specificity.js +77 -0
- package/node_modules/clean-css/lib/optimizer/level-2/tidy-rule-duplicates.js +21 -0
- package/node_modules/clean-css/lib/optimizer/remove-unused.js +11 -0
- package/node_modules/clean-css/lib/optimizer/restore-from-optimizing.js +69 -0
- package/node_modules/clean-css/lib/optimizer/validator.js +529 -0
- package/node_modules/clean-css/lib/optimizer/wrap-for-optimizing.js +191 -0
- package/node_modules/clean-css/lib/options/compatibility.js +185 -0
- package/node_modules/clean-css/lib/options/fetch.js +7 -0
- package/node_modules/clean-css/lib/options/format.js +216 -0
- package/node_modules/clean-css/lib/options/inline-request.js +22 -0
- package/node_modules/clean-css/lib/options/inline-timeout.js +7 -0
- package/node_modules/clean-css/lib/options/inline.js +15 -0
- package/node_modules/clean-css/lib/options/optimization-level.js +221 -0
- package/node_modules/clean-css/lib/options/rebase-to.js +7 -0
- package/node_modules/clean-css/lib/options/rebase.js +5 -0
- package/node_modules/clean-css/lib/options/rounding-precision.js +88 -0
- package/node_modules/clean-css/lib/reader/apply-source-maps.js +245 -0
- package/node_modules/clean-css/lib/reader/extract-import-url-and-media.js +35 -0
- package/node_modules/clean-css/lib/reader/input-source-map-tracker.js +58 -0
- package/node_modules/clean-css/lib/reader/is-allowed-resource.js +77 -0
- package/node_modules/clean-css/lib/reader/load-original-sources.js +126 -0
- package/node_modules/clean-css/lib/reader/load-remote-resource.js +74 -0
- package/node_modules/clean-css/lib/reader/match-data-uri.js +7 -0
- package/node_modules/clean-css/lib/reader/normalize-path.js +8 -0
- package/node_modules/clean-css/lib/reader/read-sources.js +341 -0
- package/node_modules/clean-css/lib/reader/rebase-local-map.js +15 -0
- package/node_modules/clean-css/lib/reader/rebase-remote-map.js +14 -0
- package/node_modules/clean-css/lib/reader/rebase.js +101 -0
- package/node_modules/clean-css/lib/reader/restore-import.js +5 -0
- package/node_modules/clean-css/lib/reader/rewrite-url.js +118 -0
- package/node_modules/clean-css/lib/tokenizer/marker.js +26 -0
- package/node_modules/clean-css/lib/tokenizer/token.js +17 -0
- package/node_modules/clean-css/lib/tokenizer/tokenize.js +571 -0
- package/node_modules/clean-css/lib/utils/clone-array.js +12 -0
- package/node_modules/clean-css/lib/utils/format-position.js +11 -0
- package/node_modules/clean-css/lib/utils/has-protocol.js +7 -0
- package/node_modules/clean-css/lib/utils/is-data-uri-resource.js +7 -0
- package/node_modules/clean-css/lib/utils/is-http-resource.js +7 -0
- package/node_modules/clean-css/lib/utils/is-https-resource.js +7 -0
- package/node_modules/clean-css/lib/utils/is-import.js +7 -0
- package/node_modules/clean-css/lib/utils/is-remote-resource.js +7 -0
- package/node_modules/clean-css/lib/utils/natural-compare.js +31 -0
- package/node_modules/clean-css/lib/utils/override.js +34 -0
- package/node_modules/clean-css/lib/utils/split.js +50 -0
- package/node_modules/clean-css/lib/writer/helpers.js +247 -0
- package/node_modules/clean-css/lib/writer/one-time.js +52 -0
- package/node_modules/clean-css/lib/writer/simple.js +50 -0
- package/node_modules/clean-css/lib/writer/source-maps.js +101 -0
- package/node_modules/clean-css/package.json +48 -0
- package/node_modules/color-convert/LICENSE +21 -0
- package/node_modules/color-convert/README.md +68 -0
- package/node_modules/color-convert/conversions.js +839 -0
- package/node_modules/color-convert/index.js +81 -0
- package/node_modules/color-convert/package.json +48 -0
- package/node_modules/color-convert/route.js +97 -0
- package/node_modules/color-name/LICENSE +8 -0
- package/node_modules/color-name/README.md +11 -0
- package/node_modules/color-name/index.js +152 -0
- package/node_modules/color-name/package.json +28 -0
- package/node_modules/commander/LICENSE +22 -0
- package/node_modules/commander/Readme.md +428 -0
- package/node_modules/commander/index.js +1224 -0
- package/node_modules/commander/package.json +38 -0
- package/node_modules/commander/typings/index.d.ts +310 -0
- package/node_modules/config-chain/LICENCE +22 -0
- package/node_modules/config-chain/index.js +282 -0
- package/node_modules/config-chain/package.json +28 -0
- package/node_modules/config-chain/readme.markdown +257 -0
- package/node_modules/cross-spawn/LICENSE +21 -0
- package/node_modules/cross-spawn/README.md +96 -0
- package/node_modules/cross-spawn/index.js +39 -0
- package/node_modules/cross-spawn/lib/enoent.js +59 -0
- package/node_modules/cross-spawn/lib/parse.js +91 -0
- package/node_modules/cross-spawn/lib/util/escape.js +45 -0
- package/node_modules/cross-spawn/lib/util/readShebang.js +23 -0
- package/node_modules/cross-spawn/lib/util/resolveCommand.js +52 -0
- package/node_modules/cross-spawn/package.json +73 -0
- package/node_modules/css-select/LICENSE +11 -0
- package/node_modules/css-select/README.md +264 -0
- package/node_modules/css-select/lib/attributes.d.ts +7 -0
- package/node_modules/css-select/lib/attributes.d.ts.map +1 -0
- package/node_modules/css-select/lib/attributes.js +236 -0
- package/node_modules/css-select/lib/attributes.js.map +1 -0
- package/node_modules/css-select/lib/compile.d.ts +13 -0
- package/node_modules/css-select/lib/compile.d.ts.map +1 -0
- package/node_modules/css-select/lib/compile.js +151 -0
- package/node_modules/css-select/lib/compile.js.map +1 -0
- package/node_modules/css-select/lib/esm/attributes.d.ts +7 -0
- package/node_modules/css-select/lib/esm/attributes.d.ts.map +1 -0
- package/node_modules/css-select/lib/esm/attributes.js +222 -0
- package/node_modules/css-select/lib/esm/attributes.js.map +1 -0
- package/node_modules/css-select/lib/esm/compile.d.ts +13 -0
- package/node_modules/css-select/lib/esm/compile.d.ts.map +1 -0
- package/node_modules/css-select/lib/esm/compile.js +115 -0
- package/node_modules/css-select/lib/esm/compile.js.map +1 -0
- package/node_modules/css-select/lib/esm/general.d.ts +3 -0
- package/node_modules/css-select/lib/esm/general.d.ts.map +1 -0
- package/node_modules/css-select/lib/esm/general.js +144 -0
- package/node_modules/css-select/lib/esm/general.js.map +1 -0
- package/node_modules/css-select/lib/esm/index.d.ts +50 -0
- package/node_modules/css-select/lib/esm/index.d.ts.map +1 -0
- package/node_modules/css-select/lib/esm/index.js +115 -0
- package/node_modules/css-select/lib/esm/index.js.map +1 -0
- package/node_modules/css-select/lib/esm/package.json +1 -0
- package/node_modules/css-select/lib/esm/pseudo-selectors/aliases.d.ts +5 -0
- package/node_modules/css-select/lib/esm/pseudo-selectors/aliases.d.ts.map +1 -0
- package/node_modules/css-select/lib/esm/pseudo-selectors/aliases.js +35 -0
- package/node_modules/css-select/lib/esm/pseudo-selectors/aliases.js.map +1 -0
- package/node_modules/css-select/lib/esm/pseudo-selectors/filters.d.ts +4 -0
- package/node_modules/css-select/lib/esm/pseudo-selectors/filters.d.ts.map +1 -0
- package/node_modules/css-select/lib/esm/pseudo-selectors/filters.js +143 -0
- package/node_modules/css-select/lib/esm/pseudo-selectors/filters.js.map +1 -0
- package/node_modules/css-select/lib/esm/pseudo-selectors/index.d.ts +8 -0
- package/node_modules/css-select/lib/esm/pseudo-selectors/index.d.ts.map +1 -0
- package/node_modules/css-select/lib/esm/pseudo-selectors/index.js +40 -0
- package/node_modules/css-select/lib/esm/pseudo-selectors/index.js.map +1 -0
- package/node_modules/css-select/lib/esm/pseudo-selectors/pseudos.d.ts +6 -0
- package/node_modules/css-select/lib/esm/pseudo-selectors/pseudos.d.ts.map +1 -0
- package/node_modules/css-select/lib/esm/pseudo-selectors/pseudos.js +79 -0
- package/node_modules/css-select/lib/esm/pseudo-selectors/pseudos.js.map +1 -0
- package/node_modules/css-select/lib/esm/pseudo-selectors/subselects.d.ts +9 -0
- package/node_modules/css-select/lib/esm/pseudo-selectors/subselects.d.ts.map +1 -0
- package/node_modules/css-select/lib/esm/pseudo-selectors/subselects.js +94 -0
- package/node_modules/css-select/lib/esm/pseudo-selectors/subselects.js.map +1 -0
- package/node_modules/css-select/lib/esm/sort.d.ts +12 -0
- package/node_modules/css-select/lib/esm/sort.d.ts.map +1 -0
- package/node_modules/css-select/lib/esm/sort.js +79 -0
- package/node_modules/css-select/lib/esm/sort.js.map +1 -0
- package/node_modules/css-select/lib/esm/types.d.ts +167 -0
- package/node_modules/css-select/lib/esm/types.d.ts.map +1 -0
- package/node_modules/css-select/lib/esm/types.js +2 -0
- package/node_modules/css-select/lib/esm/types.js.map +1 -0
- package/node_modules/css-select/lib/general.d.ts +3 -0
- package/node_modules/css-select/lib/general.d.ts.map +1 -0
- package/node_modules/css-select/lib/general.js +148 -0
- package/node_modules/css-select/lib/general.js.map +1 -0
- package/node_modules/css-select/lib/index.d.ts +50 -0
- package/node_modules/css-select/lib/index.d.ts.map +1 -0
- package/node_modules/css-select/lib/index.js +154 -0
- package/node_modules/css-select/lib/index.js.map +1 -0
- package/node_modules/css-select/lib/pseudo-selectors/aliases.d.ts +5 -0
- package/node_modules/css-select/lib/pseudo-selectors/aliases.d.ts.map +1 -0
- package/node_modules/css-select/lib/pseudo-selectors/aliases.js +34 -0
- package/node_modules/css-select/lib/pseudo-selectors/aliases.js.map +1 -0
- package/node_modules/css-select/lib/pseudo-selectors/filters.d.ts +4 -0
- package/node_modules/css-select/lib/pseudo-selectors/filters.d.ts.map +1 -0
- package/node_modules/css-select/lib/pseudo-selectors/filters.js +157 -0
- package/node_modules/css-select/lib/pseudo-selectors/filters.js.map +1 -0
- package/node_modules/css-select/lib/pseudo-selectors/index.d.ts +8 -0
- package/node_modules/css-select/lib/pseudo-selectors/index.d.ts.map +1 -0
- package/node_modules/css-select/lib/pseudo-selectors/index.js +46 -0
- package/node_modules/css-select/lib/pseudo-selectors/index.js.map +1 -0
- package/node_modules/css-select/lib/pseudo-selectors/pseudos.d.ts +6 -0
- package/node_modules/css-select/lib/pseudo-selectors/pseudos.d.ts.map +1 -0
- package/node_modules/css-select/lib/pseudo-selectors/pseudos.js +93 -0
- package/node_modules/css-select/lib/pseudo-selectors/pseudos.js.map +1 -0
- package/node_modules/css-select/lib/pseudo-selectors/subselects.d.ts +9 -0
- package/node_modules/css-select/lib/pseudo-selectors/subselects.d.ts.map +1 -0
- package/node_modules/css-select/lib/pseudo-selectors/subselects.js +112 -0
- package/node_modules/css-select/lib/pseudo-selectors/subselects.js.map +1 -0
- package/node_modules/css-select/lib/sort.d.ts +12 -0
- package/node_modules/css-select/lib/sort.d.ts.map +1 -0
- package/node_modules/css-select/lib/sort.js +84 -0
- package/node_modules/css-select/lib/sort.js.map +1 -0
- package/node_modules/css-select/lib/types.d.ts +167 -0
- package/node_modules/css-select/lib/types.d.ts.map +1 -0
- package/node_modules/css-select/lib/types.js +3 -0
- package/node_modules/css-select/lib/types.js.map +1 -0
- package/node_modules/css-select/package.json +81 -0
- package/node_modules/css-what/LICENSE +11 -0
- package/node_modules/css-what/lib/commonjs/index.d.ts +4 -0
- package/node_modules/css-what/lib/commonjs/index.d.ts.map +1 -0
- package/node_modules/css-what/lib/commonjs/index.js +23 -0
- package/node_modules/css-what/lib/commonjs/parse.d.ts +20 -0
- package/node_modules/css-what/lib/commonjs/parse.d.ts.map +1 -0
- package/node_modules/css-what/lib/commonjs/parse.js +425 -0
- package/node_modules/css-what/lib/commonjs/stringify.d.ts +8 -0
- package/node_modules/css-what/lib/commonjs/stringify.d.ts.map +1 -0
- package/node_modules/css-what/lib/commonjs/stringify.js +138 -0
- package/node_modules/css-what/lib/commonjs/types.d.ts +70 -0
- package/node_modules/css-what/lib/commonjs/types.d.ts.map +1 -0
- package/node_modules/css-what/lib/commonjs/types.js +42 -0
- package/node_modules/css-what/lib/es/index.d.ts +4 -0
- package/node_modules/css-what/lib/es/index.d.ts.map +1 -0
- package/node_modules/css-what/lib/es/index.js +3 -0
- package/node_modules/css-what/lib/es/parse.d.ts +20 -0
- package/node_modules/css-what/lib/es/parse.d.ts.map +1 -0
- package/node_modules/css-what/lib/es/parse.js +420 -0
- package/node_modules/css-what/lib/es/stringify.d.ts +8 -0
- package/node_modules/css-what/lib/es/stringify.d.ts.map +1 -0
- package/node_modules/css-what/lib/es/stringify.js +126 -0
- package/node_modules/css-what/lib/es/types.d.ts +70 -0
- package/node_modules/css-what/lib/es/types.d.ts.map +1 -0
- package/node_modules/css-what/lib/es/types.js +39 -0
- package/node_modules/css-what/package.json +59 -0
- package/node_modules/css-what/readme.md +69 -0
- package/node_modules/detect-node/LICENSE +21 -0
- package/node_modules/detect-node/Readme.md +30 -0
- package/node_modules/detect-node/browser.js +2 -0
- package/node_modules/detect-node/index.esm.js +2 -0
- package/node_modules/detect-node/index.js +2 -0
- package/node_modules/detect-node/package.json +25 -0
- package/node_modules/dom-serializer/LICENSE +11 -0
- package/node_modules/dom-serializer/README.md +109 -0
- package/node_modules/dom-serializer/lib/esm/foreignNames.d.ts +3 -0
- package/node_modules/dom-serializer/lib/esm/foreignNames.d.ts.map +1 -0
- package/node_modules/dom-serializer/lib/esm/foreignNames.js +100 -0
- package/node_modules/dom-serializer/lib/esm/index.d.ts +52 -0
- package/node_modules/dom-serializer/lib/esm/index.d.ts.map +1 -0
- package/node_modules/dom-serializer/lib/esm/index.js +190 -0
- package/node_modules/dom-serializer/lib/esm/package.json +1 -0
- package/node_modules/dom-serializer/lib/foreignNames.d.ts +3 -0
- package/node_modules/dom-serializer/lib/foreignNames.d.ts.map +1 -0
- package/node_modules/dom-serializer/lib/foreignNames.js +103 -0
- package/node_modules/dom-serializer/lib/index.d.ts +52 -0
- package/node_modules/dom-serializer/lib/index.d.ts.map +1 -0
- package/node_modules/dom-serializer/lib/index.js +229 -0
- package/node_modules/dom-serializer/package.json +69 -0
- package/node_modules/domelementtype/LICENSE +11 -0
- package/node_modules/domelementtype/lib/esm/index.d.ts +48 -0
- package/node_modules/domelementtype/lib/esm/index.d.ts.map +1 -0
- package/node_modules/domelementtype/lib/esm/index.js +51 -0
- package/node_modules/domelementtype/lib/esm/package.json +1 -0
- package/node_modules/domelementtype/lib/index.d.ts +48 -0
- package/node_modules/domelementtype/lib/index.d.ts.map +1 -0
- package/node_modules/domelementtype/lib/index.js +55 -0
- package/node_modules/domelementtype/package.json +54 -0
- package/node_modules/domelementtype/readme.md +1 -0
- package/node_modules/domhandler/LICENSE +11 -0
- package/node_modules/domhandler/lib/esm/index.d.ts +76 -0
- package/node_modules/domhandler/lib/esm/index.d.ts.map +1 -0
- package/node_modules/domhandler/lib/esm/index.js +146 -0
- package/node_modules/domhandler/lib/esm/node.d.ts +245 -0
- package/node_modules/domhandler/lib/esm/node.d.ts.map +1 -0
- package/node_modules/domhandler/lib/esm/node.js +338 -0
- package/node_modules/domhandler/lib/esm/package.json +1 -0
- package/node_modules/domhandler/lib/index.d.ts +76 -0
- package/node_modules/domhandler/lib/index.d.ts.map +1 -0
- package/node_modules/domhandler/lib/index.js +165 -0
- package/node_modules/domhandler/lib/node.d.ts +245 -0
- package/node_modules/domhandler/lib/node.d.ts.map +1 -0
- package/node_modules/domhandler/lib/node.js +474 -0
- package/node_modules/domhandler/package.json +73 -0
- package/node_modules/domhandler/readme.md +92 -0
- package/node_modules/domutils/LICENSE +11 -0
- package/node_modules/domutils/lib/esm/feeds.d.ts +71 -0
- package/node_modules/domutils/lib/esm/feeds.d.ts.map +1 -0
- package/node_modules/domutils/lib/esm/feeds.js +183 -0
- package/node_modules/domutils/lib/esm/feeds.js.map +1 -0
- package/node_modules/domutils/lib/esm/helpers.d.ts +59 -0
- package/node_modules/domutils/lib/esm/helpers.d.ts.map +1 -0
- package/node_modules/domutils/lib/esm/helpers.js +136 -0
- package/node_modules/domutils/lib/esm/helpers.js.map +1 -0
- package/node_modules/domutils/lib/esm/index.d.ts +10 -0
- package/node_modules/domutils/lib/esm/index.d.ts.map +1 -0
- package/node_modules/domutils/lib/esm/index.js +10 -0
- package/node_modules/domutils/lib/esm/index.js.map +1 -0
- package/node_modules/domutils/lib/esm/legacy.d.ts +68 -0
- package/node_modules/domutils/lib/esm/legacy.d.ts.map +1 -0
- package/node_modules/domutils/lib/esm/legacy.js +139 -0
- package/node_modules/domutils/lib/esm/legacy.js.map +1 -0
- package/node_modules/domutils/lib/esm/manipulation.d.ts +49 -0
- package/node_modules/domutils/lib/esm/manipulation.d.ts.map +1 -0
- package/node_modules/domutils/lib/esm/manipulation.js +134 -0
- package/node_modules/domutils/lib/esm/manipulation.js.map +1 -0
- package/node_modules/domutils/lib/esm/package.json +1 -0
- package/node_modules/domutils/lib/esm/querying.d.ts +64 -0
- package/node_modules/domutils/lib/esm/querying.d.ts.map +1 -0
- package/node_modules/domutils/lib/esm/querying.js +145 -0
- package/node_modules/domutils/lib/esm/querying.js.map +1 -0
- package/node_modules/domutils/lib/esm/stringify.d.ts +46 -0
- package/node_modules/domutils/lib/esm/stringify.d.ts.map +1 -0
- package/node_modules/domutils/lib/esm/stringify.js +81 -0
- package/node_modules/domutils/lib/esm/stringify.js.map +1 -0
- package/node_modules/domutils/lib/esm/traversal.d.ts +67 -0
- package/node_modules/domutils/lib/esm/traversal.d.ts.map +1 -0
- package/node_modules/domutils/lib/esm/traversal.js +112 -0
- package/node_modules/domutils/lib/esm/traversal.js.map +1 -0
- package/node_modules/domutils/lib/feeds.d.ts +71 -0
- package/node_modules/domutils/lib/feeds.d.ts.map +1 -0
- package/node_modules/domutils/lib/feeds.js +191 -0
- package/node_modules/domutils/lib/feeds.js.map +1 -0
- package/node_modules/domutils/lib/helpers.d.ts +59 -0
- package/node_modules/domutils/lib/helpers.d.ts.map +1 -0
- package/node_modules/domutils/lib/helpers.js +142 -0
- package/node_modules/domutils/lib/helpers.js.map +1 -0
- package/node_modules/domutils/lib/index.d.ts +10 -0
- package/node_modules/domutils/lib/index.d.ts.map +1 -0
- package/node_modules/domutils/lib/index.js +33 -0
- package/node_modules/domutils/lib/index.js.map +1 -0
- package/node_modules/domutils/lib/legacy.d.ts +68 -0
- package/node_modules/domutils/lib/legacy.d.ts.map +1 -0
- package/node_modules/domutils/lib/legacy.js +153 -0
- package/node_modules/domutils/lib/legacy.js.map +1 -0
- package/node_modules/domutils/lib/manipulation.d.ts +49 -0
- package/node_modules/domutils/lib/manipulation.d.ts.map +1 -0
- package/node_modules/domutils/lib/manipulation.js +143 -0
- package/node_modules/domutils/lib/manipulation.js.map +1 -0
- package/node_modules/domutils/lib/querying.d.ts +64 -0
- package/node_modules/domutils/lib/querying.d.ts.map +1 -0
- package/node_modules/domutils/lib/querying.js +159 -0
- package/node_modules/domutils/lib/querying.js.map +1 -0
- package/node_modules/domutils/lib/stringify.d.ts +46 -0
- package/node_modules/domutils/lib/stringify.d.ts.map +1 -0
- package/node_modules/domutils/lib/stringify.js +92 -0
- package/node_modules/domutils/lib/stringify.js.map +1 -0
- package/node_modules/domutils/lib/traversal.d.ts +67 -0
- package/node_modules/domutils/lib/traversal.d.ts.map +1 -0
- package/node_modules/domutils/lib/traversal.js +126 -0
- package/node_modules/domutils/lib/traversal.js.map +1 -0
- package/node_modules/domutils/package.json +79 -0
- package/node_modules/domutils/readme.md +31 -0
- package/node_modules/eastasianwidth/README.md +32 -0
- package/node_modules/eastasianwidth/eastasianwidth.js +311 -0
- package/node_modules/eastasianwidth/package.json +18 -0
- package/node_modules/editorconfig/LICENSE +19 -0
- package/node_modules/editorconfig/README.md +255 -0
- package/node_modules/editorconfig/bin/editorconfig +6 -0
- package/node_modules/editorconfig/lib/cli.d.ts +14 -0
- package/node_modules/editorconfig/lib/cli.js +109 -0
- package/node_modules/editorconfig/lib/index.d.ts +105 -0
- package/node_modules/editorconfig/lib/index.js +460 -0
- package/node_modules/editorconfig/node_modules/commander/LICENSE +22 -0
- package/node_modules/editorconfig/node_modules/commander/Readme.md +1134 -0
- package/node_modules/editorconfig/node_modules/commander/esm.mjs +16 -0
- package/node_modules/editorconfig/node_modules/commander/index.js +27 -0
- package/node_modules/editorconfig/node_modules/commander/lib/argument.js +147 -0
- package/node_modules/editorconfig/node_modules/commander/lib/command.js +2179 -0
- package/node_modules/editorconfig/node_modules/commander/lib/error.js +45 -0
- package/node_modules/editorconfig/node_modules/commander/lib/help.js +464 -0
- package/node_modules/editorconfig/node_modules/commander/lib/option.js +331 -0
- package/node_modules/editorconfig/node_modules/commander/lib/suggestSimilar.js +100 -0
- package/node_modules/editorconfig/node_modules/commander/package-support.json +16 -0
- package/node_modules/editorconfig/node_modules/commander/package.json +80 -0
- package/node_modules/editorconfig/node_modules/commander/typings/index.d.ts +889 -0
- package/node_modules/editorconfig/node_modules/minimatch/LICENSE +15 -0
- package/node_modules/editorconfig/node_modules/minimatch/README.md +454 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts +2 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/assert-valid-pattern.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/assert-valid-pattern.js +14 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/assert-valid-pattern.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/ast.d.ts +24 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/ast.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/ast.js +566 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/ast.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/brace-expressions.d.ts +8 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/brace-expressions.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/brace-expressions.js +152 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/brace-expressions.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/escape.d.ts +12 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/escape.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/escape.js +22 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/escape.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/index.d.ts +94 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/index.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/index.js +1011 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/index.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/package.json +3 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/unescape.d.ts +17 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/unescape.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/unescape.js +24 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/cjs/unescape.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts +2 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/assert-valid-pattern.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/assert-valid-pattern.js +10 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/assert-valid-pattern.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/ast.d.ts +24 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/ast.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/ast.js +562 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/ast.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/brace-expressions.d.ts +8 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/brace-expressions.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/brace-expressions.js +148 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/brace-expressions.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/escape.d.ts +12 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/escape.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/escape.js +18 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/escape.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/index.d.ts +94 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/index.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/index.js +995 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/index.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/package.json +3 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/unescape.d.ts +17 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/unescape.d.ts.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/unescape.js +20 -0
- package/node_modules/editorconfig/node_modules/minimatch/dist/mjs/unescape.js.map +1 -0
- package/node_modules/editorconfig/node_modules/minimatch/package.json +86 -0
- package/node_modules/editorconfig/package.json +65 -0
- package/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
- package/node_modules/emoji-regex/README.md +73 -0
- package/node_modules/emoji-regex/es2015/index.js +6 -0
- package/node_modules/emoji-regex/es2015/text.js +6 -0
- package/node_modules/emoji-regex/index.d.ts +23 -0
- package/node_modules/emoji-regex/index.js +6 -0
- package/node_modules/emoji-regex/package.json +50 -0
- package/node_modules/emoji-regex/text.js +6 -0
- package/node_modules/entities/LICENSE +11 -0
- package/node_modules/entities/lib/decode.d.ts +211 -0
- package/node_modules/entities/lib/decode.d.ts.map +1 -0
- package/node_modules/entities/lib/decode.js +536 -0
- package/node_modules/entities/lib/decode.js.map +1 -0
- package/node_modules/entities/lib/decode_codepoint.d.ts +19 -0
- package/node_modules/entities/lib/decode_codepoint.d.ts.map +1 -0
- package/node_modules/entities/lib/decode_codepoint.js +76 -0
- package/node_modules/entities/lib/decode_codepoint.js.map +1 -0
- package/node_modules/entities/lib/encode.d.ts +22 -0
- package/node_modules/entities/lib/encode.d.ts.map +1 -0
- package/node_modules/entities/lib/encode.js +77 -0
- package/node_modules/entities/lib/encode.js.map +1 -0
- package/node_modules/entities/lib/escape.d.ts +43 -0
- package/node_modules/entities/lib/escape.d.ts.map +1 -0
- package/node_modules/entities/lib/escape.js +122 -0
- package/node_modules/entities/lib/escape.js.map +1 -0
- package/node_modules/entities/lib/esm/decode.d.ts +211 -0
- package/node_modules/entities/lib/esm/decode.d.ts.map +1 -0
- package/node_modules/entities/lib/esm/decode.js +496 -0
- package/node_modules/entities/lib/esm/decode.js.map +1 -0
- package/node_modules/entities/lib/esm/decode_codepoint.d.ts +19 -0
- package/node_modules/entities/lib/esm/decode_codepoint.d.ts.map +1 -0
- package/node_modules/entities/lib/esm/decode_codepoint.js +71 -0
- package/node_modules/entities/lib/esm/decode_codepoint.js.map +1 -0
- package/node_modules/entities/lib/esm/encode.d.ts +22 -0
- package/node_modules/entities/lib/esm/encode.d.ts.map +1 -0
- package/node_modules/entities/lib/esm/encode.js +69 -0
- package/node_modules/entities/lib/esm/encode.js.map +1 -0
- package/node_modules/entities/lib/esm/escape.d.ts +43 -0
- package/node_modules/entities/lib/esm/escape.d.ts.map +1 -0
- package/node_modules/entities/lib/esm/escape.js +116 -0
- package/node_modules/entities/lib/esm/escape.js.map +1 -0
- package/node_modules/entities/lib/esm/generated/decode-data-html.d.ts +3 -0
- package/node_modules/entities/lib/esm/generated/decode-data-html.d.ts.map +1 -0
- package/node_modules/entities/lib/esm/generated/decode-data-html.js +7 -0
- package/node_modules/entities/lib/esm/generated/decode-data-html.js.map +1 -0
- package/node_modules/entities/lib/esm/generated/decode-data-xml.d.ts +3 -0
- package/node_modules/entities/lib/esm/generated/decode-data-xml.d.ts.map +1 -0
- package/node_modules/entities/lib/esm/generated/decode-data-xml.js +7 -0
- package/node_modules/entities/lib/esm/generated/decode-data-xml.js.map +1 -0
- package/node_modules/entities/lib/esm/generated/encode-html.d.ts +8 -0
- package/node_modules/entities/lib/esm/generated/encode-html.d.ts.map +1 -0
- package/node_modules/entities/lib/esm/generated/encode-html.js +10 -0
- package/node_modules/entities/lib/esm/generated/encode-html.js.map +1 -0
- package/node_modules/entities/lib/esm/index.d.ts +96 -0
- package/node_modules/entities/lib/esm/index.d.ts.map +1 -0
- package/node_modules/entities/lib/esm/index.js +99 -0
- package/node_modules/entities/lib/esm/index.js.map +1 -0
- package/node_modules/entities/lib/esm/package.json +1 -0
- package/node_modules/entities/lib/generated/decode-data-html.d.ts +3 -0
- package/node_modules/entities/lib/generated/decode-data-html.d.ts.map +1 -0
- package/node_modules/entities/lib/generated/decode-data-html.js +9 -0
- package/node_modules/entities/lib/generated/decode-data-html.js.map +1 -0
- package/node_modules/entities/lib/generated/decode-data-xml.d.ts +3 -0
- package/node_modules/entities/lib/generated/decode-data-xml.d.ts.map +1 -0
- package/node_modules/entities/lib/generated/decode-data-xml.js +9 -0
- package/node_modules/entities/lib/generated/decode-data-xml.js.map +1 -0
- package/node_modules/entities/lib/generated/encode-html.d.ts +8 -0
- package/node_modules/entities/lib/generated/encode-html.d.ts.map +1 -0
- package/node_modules/entities/lib/generated/encode-html.js +12 -0
- package/node_modules/entities/lib/generated/encode-html.js.map +1 -0
- package/node_modules/entities/lib/index.d.ts +96 -0
- package/node_modules/entities/lib/index.d.ts.map +1 -0
- package/node_modules/entities/lib/index.js +126 -0
- package/node_modules/entities/lib/index.js.map +1 -0
- package/node_modules/entities/package.json +90 -0
- package/node_modules/entities/readme.md +122 -0
- package/node_modules/escalade/dist/index.js +22 -0
- package/node_modules/escalade/dist/index.mjs +22 -0
- package/node_modules/escalade/index.d.ts +3 -0
- package/node_modules/escalade/license +9 -0
- package/node_modules/escalade/package.json +63 -0
- package/node_modules/escalade/readme.md +211 -0
- package/node_modules/escalade/sync/index.d.ts +2 -0
- package/node_modules/escalade/sync/index.js +18 -0
- package/node_modules/escalade/sync/index.mjs +18 -0
- package/node_modules/escape-goat/index.d.ts +62 -0
- package/node_modules/escape-goat/index.js +41 -0
- package/node_modules/escape-goat/license +9 -0
- package/node_modules/escape-goat/package.json +46 -0
- package/node_modules/escape-goat/readme.md +62 -0
- package/node_modules/fill-range/LICENSE +21 -0
- package/node_modules/fill-range/README.md +237 -0
- package/node_modules/fill-range/index.js +248 -0
- package/node_modules/fill-range/package.json +74 -0
- package/node_modules/foreground-child/LICENSE +15 -0
- package/node_modules/foreground-child/README.md +128 -0
- package/node_modules/foreground-child/dist/commonjs/all-signals.d.ts +3 -0
- package/node_modules/foreground-child/dist/commonjs/all-signals.d.ts.map +1 -0
- package/node_modules/foreground-child/dist/commonjs/all-signals.js +58 -0
- package/node_modules/foreground-child/dist/commonjs/all-signals.js.map +1 -0
- package/node_modules/foreground-child/dist/commonjs/index.d.ts +63 -0
- package/node_modules/foreground-child/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/foreground-child/dist/commonjs/index.js +121 -0
- package/node_modules/foreground-child/dist/commonjs/index.js.map +1 -0
- package/node_modules/foreground-child/dist/commonjs/package.json +3 -0
- package/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts +7 -0
- package/node_modules/foreground-child/dist/commonjs/proxy-signals.d.ts.map +1 -0
- package/node_modules/foreground-child/dist/commonjs/proxy-signals.js +38 -0
- package/node_modules/foreground-child/dist/commonjs/proxy-signals.js.map +1 -0
- package/node_modules/foreground-child/dist/commonjs/watchdog.d.ts +11 -0
- package/node_modules/foreground-child/dist/commonjs/watchdog.d.ts.map +1 -0
- package/node_modules/foreground-child/dist/commonjs/watchdog.js +50 -0
- package/node_modules/foreground-child/dist/commonjs/watchdog.js.map +1 -0
- package/node_modules/foreground-child/dist/esm/all-signals.d.ts +3 -0
- package/node_modules/foreground-child/dist/esm/all-signals.d.ts.map +1 -0
- package/node_modules/foreground-child/dist/esm/all-signals.js +52 -0
- package/node_modules/foreground-child/dist/esm/all-signals.js.map +1 -0
- package/node_modules/foreground-child/dist/esm/index.d.ts +63 -0
- package/node_modules/foreground-child/dist/esm/index.d.ts.map +1 -0
- package/node_modules/foreground-child/dist/esm/index.js +113 -0
- package/node_modules/foreground-child/dist/esm/index.js.map +1 -0
- package/node_modules/foreground-child/dist/esm/package.json +3 -0
- package/node_modules/foreground-child/dist/esm/proxy-signals.d.ts +7 -0
- package/node_modules/foreground-child/dist/esm/proxy-signals.d.ts.map +1 -0
- package/node_modules/foreground-child/dist/esm/proxy-signals.js +34 -0
- package/node_modules/foreground-child/dist/esm/proxy-signals.js.map +1 -0
- package/node_modules/foreground-child/dist/esm/watchdog.d.ts +11 -0
- package/node_modules/foreground-child/dist/esm/watchdog.d.ts.map +1 -0
- package/node_modules/foreground-child/dist/esm/watchdog.js +46 -0
- package/node_modules/foreground-child/dist/esm/watchdog.js.map +1 -0
- package/node_modules/foreground-child/node_modules/signal-exit/LICENSE.txt +16 -0
- package/node_modules/foreground-child/node_modules/signal-exit/README.md +74 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/browser.d.ts +12 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/browser.d.ts.map +1 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/browser.js +10 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/browser.js.map +1 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/index.d.ts +48 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/index.d.ts.map +1 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/index.js +279 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/index.js.map +1 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/package.json +3 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/signals.d.ts +29 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/signals.d.ts.map +1 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/signals.js +42 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/cjs/signals.js.map +1 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/browser.d.ts +12 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/browser.d.ts.map +1 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/browser.js +4 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/browser.js.map +1 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/index.d.ts +48 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/index.d.ts.map +1 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/index.js +275 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/index.js.map +1 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/package.json +3 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/signals.d.ts +29 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/signals.d.ts.map +1 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/signals.js +39 -0
- package/node_modules/foreground-child/node_modules/signal-exit/dist/mjs/signals.js.map +1 -0
- package/node_modules/foreground-child/node_modules/signal-exit/package.json +106 -0
- package/node_modules/foreground-child/package.json +111 -0
- package/node_modules/get-caller-file/LICENSE.md +6 -0
- package/node_modules/get-caller-file/README.md +41 -0
- package/node_modules/get-caller-file/index.d.ts +2 -0
- package/node_modules/get-caller-file/index.js +22 -0
- package/node_modules/get-caller-file/index.js.map +1 -0
- package/node_modules/get-caller-file/package.json +42 -0
- package/node_modules/glob-parent/LICENSE +15 -0
- package/node_modules/glob-parent/README.md +137 -0
- package/node_modules/glob-parent/index.js +42 -0
- package/node_modules/glob-parent/package.json +48 -0
- package/node_modules/he/LICENSE-MIT.txt +20 -0
- package/node_modules/he/README.md +379 -0
- package/node_modules/he/bin/he +148 -0
- package/node_modules/he/he.js +345 -0
- package/node_modules/he/man/he.1 +78 -0
- package/node_modules/he/package.json +58 -0
- package/node_modules/html-minifier/LICENSE +22 -0
- package/node_modules/html-minifier/README.md +160 -0
- package/node_modules/html-minifier/cli.js +311 -0
- package/node_modules/html-minifier/package.json +86 -0
- package/node_modules/html-minifier/sample-cli-config-file.conf +40 -0
- package/node_modules/html-minifier/src/htmlminifier.js +1344 -0
- package/node_modules/html-minifier/src/htmlparser.js +567 -0
- package/node_modules/html-minifier/src/tokenchain.js +71 -0
- package/node_modules/html-minifier/src/utils.js +18 -0
- package/node_modules/htmlparser2/LICENSE +18 -0
- package/node_modules/htmlparser2/README.md +172 -0
- package/node_modules/htmlparser2/lib/Parser.d.ts +190 -0
- package/node_modules/htmlparser2/lib/Parser.d.ts.map +1 -0
- package/node_modules/htmlparser2/lib/Parser.js +518 -0
- package/node_modules/htmlparser2/lib/Parser.js.map +1 -0
- package/node_modules/htmlparser2/lib/Tokenizer.d.ts +143 -0
- package/node_modules/htmlparser2/lib/Tokenizer.d.ts.map +1 -0
- package/node_modules/htmlparser2/lib/Tokenizer.js +938 -0
- package/node_modules/htmlparser2/lib/Tokenizer.js.map +1 -0
- package/node_modules/htmlparser2/lib/WritableStream.d.ts +17 -0
- package/node_modules/htmlparser2/lib/WritableStream.d.ts.map +1 -0
- package/node_modules/htmlparser2/lib/WritableStream.js +54 -0
- package/node_modules/htmlparser2/lib/WritableStream.js.map +1 -0
- package/node_modules/htmlparser2/lib/esm/Parser.d.ts +190 -0
- package/node_modules/htmlparser2/lib/esm/Parser.d.ts.map +1 -0
- package/node_modules/htmlparser2/lib/esm/Parser.js +489 -0
- package/node_modules/htmlparser2/lib/esm/Parser.js.map +1 -0
- package/node_modules/htmlparser2/lib/esm/Tokenizer.d.ts +143 -0
- package/node_modules/htmlparser2/lib/esm/Tokenizer.d.ts.map +1 -0
- package/node_modules/htmlparser2/lib/esm/Tokenizer.js +932 -0
- package/node_modules/htmlparser2/lib/esm/Tokenizer.js.map +1 -0
- package/node_modules/htmlparser2/lib/esm/WritableStream.d.ts +17 -0
- package/node_modules/htmlparser2/lib/esm/WritableStream.d.ts.map +1 -0
- package/node_modules/htmlparser2/lib/esm/WritableStream.js +32 -0
- package/node_modules/htmlparser2/lib/esm/WritableStream.js.map +1 -0
- package/node_modules/htmlparser2/lib/esm/index.d.ts +44 -0
- package/node_modules/htmlparser2/lib/esm/index.d.ts.map +1 -0
- package/node_modules/htmlparser2/lib/esm/index.js +62 -0
- package/node_modules/htmlparser2/lib/esm/index.js.map +1 -0
- package/node_modules/htmlparser2/lib/esm/package.json +1 -0
- package/node_modules/htmlparser2/lib/index.d.ts +44 -0
- package/node_modules/htmlparser2/lib/index.d.ts.map +1 -0
- package/node_modules/htmlparser2/lib/index.js +100 -0
- package/node_modules/htmlparser2/lib/index.js.map +1 -0
- package/node_modules/htmlparser2/package.json +97 -0
- package/node_modules/ini/LICENSE +15 -0
- package/node_modules/ini/README.md +102 -0
- package/node_modules/ini/ini.js +206 -0
- package/node_modules/ini/package.json +33 -0
- package/node_modules/is-binary-path/index.d.ts +17 -0
- package/node_modules/is-binary-path/index.js +7 -0
- package/node_modules/is-binary-path/license +9 -0
- package/node_modules/is-binary-path/package.json +40 -0
- package/node_modules/is-binary-path/readme.md +34 -0
- package/node_modules/is-extglob/LICENSE +21 -0
- package/node_modules/is-extglob/README.md +107 -0
- package/node_modules/is-extglob/index.js +20 -0
- package/node_modules/is-extglob/package.json +69 -0
- package/node_modules/is-fullwidth-code-point/index.d.ts +17 -0
- package/node_modules/is-fullwidth-code-point/index.js +50 -0
- package/node_modules/is-fullwidth-code-point/license +9 -0
- package/node_modules/is-fullwidth-code-point/package.json +42 -0
- package/node_modules/is-fullwidth-code-point/readme.md +39 -0
- package/node_modules/is-glob/LICENSE +21 -0
- package/node_modules/is-glob/README.md +206 -0
- package/node_modules/is-glob/index.js +150 -0
- package/node_modules/is-glob/package.json +81 -0
- package/node_modules/is-number/LICENSE +21 -0
- package/node_modules/is-number/README.md +187 -0
- package/node_modules/is-number/index.js +18 -0
- package/node_modules/is-number/package.json +82 -0
- package/node_modules/isexe/.npmignore +2 -0
- package/node_modules/isexe/LICENSE +15 -0
- package/node_modules/isexe/README.md +51 -0
- package/node_modules/isexe/index.js +57 -0
- package/node_modules/isexe/mode.js +41 -0
- package/node_modules/isexe/package.json +31 -0
- package/node_modules/isexe/test/basic.js +221 -0
- package/node_modules/isexe/windows.js +42 -0
- package/node_modules/jackspeak/LICENSE.md +55 -0
- package/node_modules/jackspeak/README.md +357 -0
- package/node_modules/jackspeak/dist/commonjs/index.d.ts +315 -0
- package/node_modules/jackspeak/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/jackspeak/dist/commonjs/index.js +1010 -0
- package/node_modules/jackspeak/dist/commonjs/index.js.map +1 -0
- package/node_modules/jackspeak/dist/commonjs/package.json +3 -0
- package/node_modules/jackspeak/dist/commonjs/parse-args-cjs.cjs.map +1 -0
- package/node_modules/jackspeak/dist/commonjs/parse-args-cjs.d.cts.map +1 -0
- package/node_modules/jackspeak/dist/commonjs/parse-args.d.ts +4 -0
- package/node_modules/jackspeak/dist/commonjs/parse-args.js +50 -0
- package/node_modules/jackspeak/dist/esm/index.d.ts +315 -0
- package/node_modules/jackspeak/dist/esm/index.d.ts.map +1 -0
- package/node_modules/jackspeak/dist/esm/index.js +1000 -0
- package/node_modules/jackspeak/dist/esm/index.js.map +1 -0
- package/node_modules/jackspeak/dist/esm/package.json +3 -0
- package/node_modules/jackspeak/dist/esm/parse-args.d.ts +4 -0
- package/node_modules/jackspeak/dist/esm/parse-args.d.ts.map +1 -0
- package/node_modules/jackspeak/dist/esm/parse-args.js +26 -0
- package/node_modules/jackspeak/dist/esm/parse-args.js.map +1 -0
- package/node_modules/jackspeak/package.json +95 -0
- package/node_modules/js-beautify/LICENSE +9 -0
- package/node_modules/js-beautify/README.md +437 -0
- package/node_modules/js-beautify/js/bin/css-beautify.js +4 -0
- package/node_modules/js-beautify/js/bin/html-beautify.js +4 -0
- package/node_modules/js-beautify/js/bin/js-beautify.js +4 -0
- package/node_modules/js-beautify/js/index.js +86 -0
- package/node_modules/js-beautify/js/lib/beautifier.js +6117 -0
- package/node_modules/js-beautify/js/lib/beautifier.min.js +2 -0
- package/node_modules/js-beautify/js/lib/beautify-css.js +1693 -0
- package/node_modules/js-beautify/js/lib/beautify-html.js +3225 -0
- package/node_modules/js-beautify/js/lib/beautify.js +4049 -0
- package/node_modules/js-beautify/js/lib/cli.js +713 -0
- package/node_modules/js-beautify/js/lib/unpackers/javascriptobfuscator_unpacker.js +132 -0
- package/node_modules/js-beautify/js/lib/unpackers/myobfuscate_unpacker.js +119 -0
- package/node_modules/js-beautify/js/lib/unpackers/p_a_c_k_e_r_unpacker.js +119 -0
- package/node_modules/js-beautify/js/lib/unpackers/urlencode_unpacker.js +104 -0
- package/node_modules/js-beautify/js/src/cli.js +713 -0
- package/node_modules/js-beautify/js/src/core/directives.js +62 -0
- package/node_modules/js-beautify/js/src/core/inputscanner.js +192 -0
- package/node_modules/js-beautify/js/src/core/options.js +193 -0
- package/node_modules/js-beautify/js/src/core/output.js +419 -0
- package/node_modules/js-beautify/js/src/core/pattern.js +94 -0
- package/node_modules/js-beautify/js/src/core/templatablepattern.js +212 -0
- package/node_modules/js-beautify/js/src/core/token.js +54 -0
- package/node_modules/js-beautify/js/src/core/tokenizer.js +140 -0
- package/node_modules/js-beautify/js/src/core/tokenstream.js +78 -0
- package/node_modules/js-beautify/js/src/core/whitespacepattern.js +105 -0
- package/node_modules/js-beautify/js/src/css/beautifier.js +547 -0
- package/node_modules/js-beautify/js/src/css/index.js +42 -0
- package/node_modules/js-beautify/js/src/css/options.js +56 -0
- package/node_modules/js-beautify/js/src/css/tokenizer.js +29 -0
- package/node_modules/js-beautify/js/src/html/beautifier.js +919 -0
- package/node_modules/js-beautify/js/src/html/index.js +42 -0
- package/node_modules/js-beautify/js/src/html/options.js +93 -0
- package/node_modules/js-beautify/js/src/html/tokenizer.js +377 -0
- package/node_modules/js-beautify/js/src/index.js +44 -0
- package/node_modules/js-beautify/js/src/javascript/acorn.js +58 -0
- package/node_modules/js-beautify/js/src/javascript/beautifier.js +1480 -0
- package/node_modules/js-beautify/js/src/javascript/index.js +42 -0
- package/node_modules/js-beautify/js/src/javascript/options.js +93 -0
- package/node_modules/js-beautify/js/src/javascript/tokenizer.js +586 -0
- package/node_modules/js-beautify/js/src/unpackers/javascriptobfuscator_unpacker.js +132 -0
- package/node_modules/js-beautify/js/src/unpackers/myobfuscate_unpacker.js +119 -0
- package/node_modules/js-beautify/js/src/unpackers/p_a_c_k_e_r_unpacker.js +119 -0
- package/node_modules/js-beautify/js/src/unpackers/urlencode_unpacker.js +104 -0
- package/node_modules/js-beautify/node_modules/glob/LICENSE +15 -0
- package/node_modules/js-beautify/node_modules/glob/README.md +1265 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/glob.d.ts +389 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/glob.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/glob.js +247 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/glob.js.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/has-magic.d.ts +14 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/has-magic.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/has-magic.js +27 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/has-magic.js.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/ignore.d.ts +25 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/ignore.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/ignore.js +119 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/ignore.js.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/index.d.ts +97 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/index.js +68 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/index.js.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/package.json +3 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/pattern.d.ts +77 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/pattern.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/pattern.js +219 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/pattern.js.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/processor.d.ts +59 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/processor.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/processor.js +301 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/processor.js.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/walker.d.ts +98 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/walker.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/walker.js +387 -0
- package/node_modules/js-beautify/node_modules/glob/dist/commonjs/walker.js.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/bin.d.mts +3 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/bin.d.mts.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/bin.mjs +270 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/bin.mjs.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/glob.d.ts +389 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/glob.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/glob.js +243 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/glob.js.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/has-magic.d.ts +14 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/has-magic.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/has-magic.js +23 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/has-magic.js.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/ignore.d.ts +25 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/ignore.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/ignore.js +115 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/ignore.js.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/index.d.ts +97 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/index.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/index.js +55 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/index.js.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/package.json +3 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/pattern.d.ts +77 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/pattern.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/pattern.js +215 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/pattern.js.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/processor.d.ts +59 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/processor.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/processor.js +294 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/processor.js.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/walker.d.ts +98 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/walker.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/walker.js +381 -0
- package/node_modules/js-beautify/node_modules/glob/dist/esm/walker.js.map +1 -0
- package/node_modules/js-beautify/node_modules/glob/package.json +98 -0
- package/node_modules/js-beautify/node_modules/minimatch/LICENSE +15 -0
- package/node_modules/js-beautify/node_modules/minimatch/README.md +454 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +2 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +14 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +1 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/ast.d.ts +20 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/ast.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/ast.js +592 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/ast.js.map +1 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +8 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/brace-expressions.js +152 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +1 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/escape.d.ts +12 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/escape.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/escape.js +22 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/escape.js.map +1 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/index.d.ts +94 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/index.js +1016 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/index.js.map +1 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/package.json +3 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/unescape.d.ts +17 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/unescape.js +24 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/commonjs/unescape.js.map +1 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +2 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/assert-valid-pattern.js +10 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +1 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/ast.d.ts +20 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/ast.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/ast.js +588 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/ast.js.map +1 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/brace-expressions.d.ts +8 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/brace-expressions.js +148 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/brace-expressions.js.map +1 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/escape.d.ts +12 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/escape.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/escape.js +18 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/escape.js.map +1 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/index.d.ts +94 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/index.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/index.js +1000 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/index.js.map +1 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/package.json +3 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/unescape.d.ts +17 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/unescape.d.ts.map +1 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/unescape.js +20 -0
- package/node_modules/js-beautify/node_modules/minimatch/dist/esm/unescape.js.map +1 -0
- package/node_modules/js-beautify/node_modules/minimatch/package.json +82 -0
- package/node_modules/js-beautify/package.json +73 -0
- package/node_modules/js-cookie/LICENSE +21 -0
- package/node_modules/js-cookie/README.md +305 -0
- package/node_modules/js-cookie/dist/js.cookie.js +147 -0
- package/node_modules/js-cookie/dist/js.cookie.min.js +2 -0
- package/node_modules/js-cookie/dist/js.cookie.min.mjs +2 -0
- package/node_modules/js-cookie/dist/js.cookie.mjs +134 -0
- package/node_modules/js-cookie/index.js +1 -0
- package/node_modules/js-cookie/package.json +71 -0
- package/node_modules/juice/LICENSE.md +21 -0
- package/node_modules/juice/README.md +201 -0
- package/node_modules/juice/bin/juice +64 -0
- package/node_modules/juice/client.js +29 -0
- package/node_modules/juice/index.js +69 -0
- package/node_modules/juice/juice.d.ts +66 -0
- package/node_modules/juice/lib/cheerio.js +72 -0
- package/node_modules/juice/lib/cli.js +142 -0
- package/node_modules/juice/lib/inline.js +517 -0
- package/node_modules/juice/lib/numbers.js +40 -0
- package/node_modules/juice/lib/property.js +65 -0
- package/node_modules/juice/lib/selector.js +97 -0
- package/node_modules/juice/lib/utils.js +167 -0
- package/node_modules/juice/lib/variables.js +70 -0
- package/node_modules/juice/node_modules/commander/LICENSE +22 -0
- package/node_modules/juice/node_modules/commander/Readme.md +791 -0
- package/node_modules/juice/node_modules/commander/index.js +1881 -0
- package/node_modules/juice/node_modules/commander/package.json +51 -0
- package/node_modules/juice/node_modules/commander/typings/index.d.ts +410 -0
- package/node_modules/juice/package.json +57 -0
- package/node_modules/lodash/LICENSE +47 -0
- package/node_modules/lodash/README.md +39 -0
- package/node_modules/lodash/_DataView.js +7 -0
- package/node_modules/lodash/_Hash.js +32 -0
- package/node_modules/lodash/_LazyWrapper.js +28 -0
- package/node_modules/lodash/_ListCache.js +32 -0
- package/node_modules/lodash/_LodashWrapper.js +22 -0
- package/node_modules/lodash/_Map.js +7 -0
- package/node_modules/lodash/_MapCache.js +32 -0
- package/node_modules/lodash/_Promise.js +7 -0
- package/node_modules/lodash/_Set.js +7 -0
- package/node_modules/lodash/_SetCache.js +27 -0
- package/node_modules/lodash/_Stack.js +27 -0
- package/node_modules/lodash/_Symbol.js +6 -0
- package/node_modules/lodash/_Uint8Array.js +6 -0
- package/node_modules/lodash/_WeakMap.js +7 -0
- package/node_modules/lodash/_apply.js +21 -0
- package/node_modules/lodash/_arrayAggregator.js +22 -0
- package/node_modules/lodash/_arrayEach.js +22 -0
- package/node_modules/lodash/_arrayEachRight.js +21 -0
- package/node_modules/lodash/_arrayEvery.js +23 -0
- package/node_modules/lodash/_arrayFilter.js +25 -0
- package/node_modules/lodash/_arrayIncludes.js +17 -0
- package/node_modules/lodash/_arrayIncludesWith.js +22 -0
- package/node_modules/lodash/_arrayLikeKeys.js +49 -0
- package/node_modules/lodash/_arrayMap.js +21 -0
- package/node_modules/lodash/_arrayPush.js +20 -0
- package/node_modules/lodash/_arrayReduce.js +26 -0
- package/node_modules/lodash/_arrayReduceRight.js +24 -0
- package/node_modules/lodash/_arraySample.js +15 -0
- package/node_modules/lodash/_arraySampleSize.js +17 -0
- package/node_modules/lodash/_arrayShuffle.js +15 -0
- package/node_modules/lodash/_arraySome.js +23 -0
- package/node_modules/lodash/_asciiSize.js +12 -0
- package/node_modules/lodash/_asciiToArray.js +12 -0
- package/node_modules/lodash/_asciiWords.js +15 -0
- package/node_modules/lodash/_assignMergeValue.js +20 -0
- package/node_modules/lodash/_assignValue.js +28 -0
- package/node_modules/lodash/_assocIndexOf.js +21 -0
- package/node_modules/lodash/_baseAggregator.js +21 -0
- package/node_modules/lodash/_baseAssign.js +17 -0
- package/node_modules/lodash/_baseAssignIn.js +17 -0
- package/node_modules/lodash/_baseAssignValue.js +25 -0
- package/node_modules/lodash/_baseAt.js +23 -0
- package/node_modules/lodash/_baseClamp.js +22 -0
- package/node_modules/lodash/_baseClone.js +166 -0
- package/node_modules/lodash/_baseConforms.js +18 -0
- package/node_modules/lodash/_baseConformsTo.js +27 -0
- package/node_modules/lodash/_baseCreate.js +30 -0
- package/node_modules/lodash/_baseDelay.js +21 -0
- package/node_modules/lodash/_baseDifference.js +67 -0
- package/node_modules/lodash/_baseEach.js +14 -0
- package/node_modules/lodash/_baseEachRight.js +14 -0
- package/node_modules/lodash/_baseEvery.js +21 -0
- package/node_modules/lodash/_baseExtremum.js +32 -0
- package/node_modules/lodash/_baseFill.js +32 -0
- package/node_modules/lodash/_baseFilter.js +21 -0
- package/node_modules/lodash/_baseFindIndex.js +24 -0
- package/node_modules/lodash/_baseFindKey.js +23 -0
- package/node_modules/lodash/_baseFlatten.js +38 -0
- package/node_modules/lodash/_baseFor.js +16 -0
- package/node_modules/lodash/_baseForOwn.js +16 -0
- package/node_modules/lodash/_baseForOwnRight.js +16 -0
- package/node_modules/lodash/_baseForRight.js +15 -0
- package/node_modules/lodash/_baseFunctions.js +19 -0
- package/node_modules/lodash/_baseGet.js +24 -0
- package/node_modules/lodash/_baseGetAllKeys.js +20 -0
- package/node_modules/lodash/_baseGetTag.js +28 -0
- package/node_modules/lodash/_baseGt.js +14 -0
- package/node_modules/lodash/_baseHas.js +19 -0
- package/node_modules/lodash/_baseHasIn.js +13 -0
- package/node_modules/lodash/_baseInRange.js +18 -0
- package/node_modules/lodash/_baseIndexOf.js +20 -0
- package/node_modules/lodash/_baseIndexOfWith.js +23 -0
- package/node_modules/lodash/_baseIntersection.js +74 -0
- package/node_modules/lodash/_baseInverter.js +21 -0
- package/node_modules/lodash/_baseInvoke.js +24 -0
- package/node_modules/lodash/_baseIsArguments.js +18 -0
- package/node_modules/lodash/_baseIsArrayBuffer.js +17 -0
- package/node_modules/lodash/_baseIsDate.js +18 -0
- package/node_modules/lodash/_baseIsEqual.js +28 -0
- package/node_modules/lodash/_baseIsEqualDeep.js +83 -0
- package/node_modules/lodash/_baseIsMap.js +18 -0
- package/node_modules/lodash/_baseIsMatch.js +62 -0
- package/node_modules/lodash/_baseIsNaN.js +12 -0
- package/node_modules/lodash/_baseIsNative.js +47 -0
- package/node_modules/lodash/_baseIsRegExp.js +18 -0
- package/node_modules/lodash/_baseIsSet.js +18 -0
- package/node_modules/lodash/_baseIsTypedArray.js +60 -0
- package/node_modules/lodash/_baseIteratee.js +31 -0
- package/node_modules/lodash/_baseKeys.js +30 -0
- package/node_modules/lodash/_baseKeysIn.js +33 -0
- package/node_modules/lodash/_baseLodash.js +10 -0
- package/node_modules/lodash/_baseLt.js +14 -0
- package/node_modules/lodash/_baseMap.js +22 -0
- package/node_modules/lodash/_baseMatches.js +22 -0
- package/node_modules/lodash/_baseMatchesProperty.js +33 -0
- package/node_modules/lodash/_baseMean.js +20 -0
- package/node_modules/lodash/_baseMerge.js +42 -0
- package/node_modules/lodash/_baseMergeDeep.js +94 -0
- package/node_modules/lodash/_baseNth.js +20 -0
- package/node_modules/lodash/_baseOrderBy.js +49 -0
- package/node_modules/lodash/_basePick.js +19 -0
- package/node_modules/lodash/_basePickBy.js +30 -0
- package/node_modules/lodash/_baseProperty.js +14 -0
- package/node_modules/lodash/_basePropertyDeep.js +16 -0
- package/node_modules/lodash/_basePropertyOf.js +14 -0
- package/node_modules/lodash/_basePullAll.js +51 -0
- package/node_modules/lodash/_basePullAt.js +37 -0
- package/node_modules/lodash/_baseRandom.js +18 -0
- package/node_modules/lodash/_baseRange.js +28 -0
- package/node_modules/lodash/_baseReduce.js +23 -0
- package/node_modules/lodash/_baseRepeat.js +35 -0
- package/node_modules/lodash/_baseRest.js +17 -0
- package/node_modules/lodash/_baseSample.js +15 -0
- package/node_modules/lodash/_baseSampleSize.js +18 -0
- package/node_modules/lodash/_baseSet.js +51 -0
- package/node_modules/lodash/_baseSetData.js +17 -0
- package/node_modules/lodash/_baseSetToString.js +22 -0
- package/node_modules/lodash/_baseShuffle.js +15 -0
- package/node_modules/lodash/_baseSlice.js +31 -0
- package/node_modules/lodash/_baseSome.js +22 -0
- package/node_modules/lodash/_baseSortBy.js +21 -0
- package/node_modules/lodash/_baseSortedIndex.js +42 -0
- package/node_modules/lodash/_baseSortedIndexBy.js +67 -0
- package/node_modules/lodash/_baseSortedUniq.js +30 -0
- package/node_modules/lodash/_baseSum.js +24 -0
- package/node_modules/lodash/_baseTimes.js +20 -0
- package/node_modules/lodash/_baseToNumber.js +24 -0
- package/node_modules/lodash/_baseToPairs.js +18 -0
- package/node_modules/lodash/_baseToString.js +37 -0
- package/node_modules/lodash/_baseTrim.js +19 -0
- package/node_modules/lodash/_baseUnary.js +14 -0
- package/node_modules/lodash/_baseUniq.js +72 -0
- package/node_modules/lodash/_baseUnset.js +20 -0
- package/node_modules/lodash/_baseUpdate.js +18 -0
- package/node_modules/lodash/_baseValues.js +19 -0
- package/node_modules/lodash/_baseWhile.js +26 -0
- package/node_modules/lodash/_baseWrapperValue.js +25 -0
- package/node_modules/lodash/_baseXor.js +36 -0
- package/node_modules/lodash/_baseZipObject.js +23 -0
- package/node_modules/lodash/_cacheHas.js +13 -0
- package/node_modules/lodash/_castArrayLikeObject.js +14 -0
- package/node_modules/lodash/_castFunction.js +14 -0
- package/node_modules/lodash/_castPath.js +21 -0
- package/node_modules/lodash/_castRest.js +14 -0
- package/node_modules/lodash/_castSlice.js +18 -0
- package/node_modules/lodash/_charsEndIndex.js +19 -0
- package/node_modules/lodash/_charsStartIndex.js +20 -0
- package/node_modules/lodash/_cloneArrayBuffer.js +16 -0
- package/node_modules/lodash/_cloneBuffer.js +35 -0
- package/node_modules/lodash/_cloneDataView.js +16 -0
- package/node_modules/lodash/_cloneRegExp.js +17 -0
- package/node_modules/lodash/_cloneSymbol.js +18 -0
- package/node_modules/lodash/_cloneTypedArray.js +16 -0
- package/node_modules/lodash/_compareAscending.js +41 -0
- package/node_modules/lodash/_compareMultiple.js +44 -0
- package/node_modules/lodash/_composeArgs.js +39 -0
- package/node_modules/lodash/_composeArgsRight.js +41 -0
- package/node_modules/lodash/_copyArray.js +20 -0
- package/node_modules/lodash/_copyObject.js +40 -0
- package/node_modules/lodash/_copySymbols.js +16 -0
- package/node_modules/lodash/_copySymbolsIn.js +16 -0
- package/node_modules/lodash/_coreJsData.js +6 -0
- package/node_modules/lodash/_countHolders.js +21 -0
- package/node_modules/lodash/_createAggregator.js +23 -0
- package/node_modules/lodash/_createAssigner.js +37 -0
- package/node_modules/lodash/_createBaseEach.js +32 -0
- package/node_modules/lodash/_createBaseFor.js +25 -0
- package/node_modules/lodash/_createBind.js +28 -0
- package/node_modules/lodash/_createCaseFirst.js +33 -0
- package/node_modules/lodash/_createCompounder.js +24 -0
- package/node_modules/lodash/_createCtor.js +37 -0
- package/node_modules/lodash/_createCurry.js +46 -0
- package/node_modules/lodash/_createFind.js +25 -0
- package/node_modules/lodash/_createFlow.js +78 -0
- package/node_modules/lodash/_createHybrid.js +92 -0
- package/node_modules/lodash/_createInverter.js +17 -0
- package/node_modules/lodash/_createMathOperation.js +38 -0
- package/node_modules/lodash/_createOver.js +27 -0
- package/node_modules/lodash/_createPadding.js +33 -0
- package/node_modules/lodash/_createPartial.js +43 -0
- package/node_modules/lodash/_createRange.js +30 -0
- package/node_modules/lodash/_createRecurry.js +56 -0
- package/node_modules/lodash/_createRelationalOperation.js +20 -0
- package/node_modules/lodash/_createRound.js +35 -0
- package/node_modules/lodash/_createSet.js +19 -0
- package/node_modules/lodash/_createToPairs.js +30 -0
- package/node_modules/lodash/_createWrap.js +106 -0
- package/node_modules/lodash/_customDefaultsAssignIn.js +29 -0
- package/node_modules/lodash/_customDefaultsMerge.js +28 -0
- package/node_modules/lodash/_customOmitClone.js +16 -0
- package/node_modules/lodash/_deburrLetter.js +71 -0
- package/node_modules/lodash/_defineProperty.js +11 -0
- package/node_modules/lodash/_equalArrays.js +84 -0
- package/node_modules/lodash/_equalByTag.js +112 -0
- package/node_modules/lodash/_equalObjects.js +90 -0
- package/node_modules/lodash/_escapeHtmlChar.js +21 -0
- package/node_modules/lodash/_escapeStringChar.js +22 -0
- package/node_modules/lodash/_flatRest.js +16 -0
- package/node_modules/lodash/_freeGlobal.js +4 -0
- package/node_modules/lodash/_getAllKeys.js +16 -0
- package/node_modules/lodash/_getAllKeysIn.js +17 -0
- package/node_modules/lodash/_getData.js +15 -0
- package/node_modules/lodash/_getFuncName.js +31 -0
- package/node_modules/lodash/_getHolder.js +13 -0
- package/node_modules/lodash/_getMapData.js +18 -0
- package/node_modules/lodash/_getMatchData.js +24 -0
- package/node_modules/lodash/_getNative.js +17 -0
- package/node_modules/lodash/_getPrototype.js +6 -0
- package/node_modules/lodash/_getRawTag.js +46 -0
- package/node_modules/lodash/_getSymbols.js +30 -0
- package/node_modules/lodash/_getSymbolsIn.js +25 -0
- package/node_modules/lodash/_getTag.js +58 -0
- package/node_modules/lodash/_getValue.js +13 -0
- package/node_modules/lodash/_getView.js +33 -0
- package/node_modules/lodash/_getWrapDetails.js +17 -0
- package/node_modules/lodash/_hasPath.js +39 -0
- package/node_modules/lodash/_hasUnicode.js +26 -0
- package/node_modules/lodash/_hasUnicodeWord.js +15 -0
- package/node_modules/lodash/_hashClear.js +15 -0
- package/node_modules/lodash/_hashDelete.js +17 -0
- package/node_modules/lodash/_hashGet.js +30 -0
- package/node_modules/lodash/_hashHas.js +23 -0
- package/node_modules/lodash/_hashSet.js +23 -0
- package/node_modules/lodash/_initCloneArray.js +26 -0
- package/node_modules/lodash/_initCloneByTag.js +77 -0
- package/node_modules/lodash/_initCloneObject.js +18 -0
- package/node_modules/lodash/_insertWrapDetails.js +23 -0
- package/node_modules/lodash/_isFlattenable.js +20 -0
- package/node_modules/lodash/_isIndex.js +25 -0
- package/node_modules/lodash/_isIterateeCall.js +30 -0
- package/node_modules/lodash/_isKey.js +29 -0
- package/node_modules/lodash/_isKeyable.js +15 -0
- package/node_modules/lodash/_isLaziable.js +28 -0
- package/node_modules/lodash/_isMaskable.js +14 -0
- package/node_modules/lodash/_isMasked.js +20 -0
- package/node_modules/lodash/_isPrototype.js +18 -0
- package/node_modules/lodash/_isStrictComparable.js +15 -0
- package/node_modules/lodash/_iteratorToArray.js +18 -0
- package/node_modules/lodash/_lazyClone.js +23 -0
- package/node_modules/lodash/_lazyReverse.js +23 -0
- package/node_modules/lodash/_lazyValue.js +69 -0
- package/node_modules/lodash/_listCacheClear.js +13 -0
- package/node_modules/lodash/_listCacheDelete.js +35 -0
- package/node_modules/lodash/_listCacheGet.js +19 -0
- package/node_modules/lodash/_listCacheHas.js +16 -0
- package/node_modules/lodash/_listCacheSet.js +26 -0
- package/node_modules/lodash/_mapCacheClear.js +21 -0
- package/node_modules/lodash/_mapCacheDelete.js +18 -0
- package/node_modules/lodash/_mapCacheGet.js +16 -0
- package/node_modules/lodash/_mapCacheHas.js +16 -0
- package/node_modules/lodash/_mapCacheSet.js +22 -0
- package/node_modules/lodash/_mapToArray.js +18 -0
- package/node_modules/lodash/_matchesStrictComparable.js +20 -0
- package/node_modules/lodash/_memoizeCapped.js +26 -0
- package/node_modules/lodash/_mergeData.js +90 -0
- package/node_modules/lodash/_metaMap.js +6 -0
- package/node_modules/lodash/_nativeCreate.js +6 -0
- package/node_modules/lodash/_nativeKeys.js +6 -0
- package/node_modules/lodash/_nativeKeysIn.js +20 -0
- package/node_modules/lodash/_nodeUtil.js +30 -0
- package/node_modules/lodash/_objectToString.js +22 -0
- package/node_modules/lodash/_overArg.js +15 -0
- package/node_modules/lodash/_overRest.js +36 -0
- package/node_modules/lodash/_parent.js +16 -0
- package/node_modules/lodash/_reEscape.js +4 -0
- package/node_modules/lodash/_reEvaluate.js +4 -0
- package/node_modules/lodash/_reInterpolate.js +4 -0
- package/node_modules/lodash/_realNames.js +4 -0
- package/node_modules/lodash/_reorder.js +29 -0
- package/node_modules/lodash/_replaceHolders.js +29 -0
- package/node_modules/lodash/_root.js +9 -0
- package/node_modules/lodash/_safeGet.js +21 -0
- package/node_modules/lodash/_setCacheAdd.js +19 -0
- package/node_modules/lodash/_setCacheHas.js +14 -0
- package/node_modules/lodash/_setData.js +20 -0
- package/node_modules/lodash/_setToArray.js +18 -0
- package/node_modules/lodash/_setToPairs.js +18 -0
- package/node_modules/lodash/_setToString.js +14 -0
- package/node_modules/lodash/_setWrapToString.js +21 -0
- package/node_modules/lodash/_shortOut.js +37 -0
- package/node_modules/lodash/_shuffleSelf.js +28 -0
- package/node_modules/lodash/_stackClear.js +15 -0
- package/node_modules/lodash/_stackDelete.js +18 -0
- package/node_modules/lodash/_stackGet.js +14 -0
- package/node_modules/lodash/_stackHas.js +14 -0
- package/node_modules/lodash/_stackSet.js +34 -0
- package/node_modules/lodash/_strictIndexOf.js +23 -0
- package/node_modules/lodash/_strictLastIndexOf.js +21 -0
- package/node_modules/lodash/_stringSize.js +18 -0
- package/node_modules/lodash/_stringToArray.js +18 -0
- package/node_modules/lodash/_stringToPath.js +27 -0
- package/node_modules/lodash/_toKey.js +21 -0
- package/node_modules/lodash/_toSource.js +26 -0
- package/node_modules/lodash/_trimmedEndIndex.js +19 -0
- package/node_modules/lodash/_unescapeHtmlChar.js +21 -0
- package/node_modules/lodash/_unicodeSize.js +44 -0
- package/node_modules/lodash/_unicodeToArray.js +40 -0
- package/node_modules/lodash/_unicodeWords.js +69 -0
- package/node_modules/lodash/_updateWrapDetails.js +46 -0
- package/node_modules/lodash/_wrapperClone.js +23 -0
- package/node_modules/lodash/add.js +22 -0
- package/node_modules/lodash/after.js +42 -0
- package/node_modules/lodash/array.js +67 -0
- package/node_modules/lodash/ary.js +29 -0
- package/node_modules/lodash/assign.js +58 -0
- package/node_modules/lodash/assignIn.js +40 -0
- package/node_modules/lodash/assignInWith.js +38 -0
- package/node_modules/lodash/assignWith.js +37 -0
- package/node_modules/lodash/at.js +23 -0
- package/node_modules/lodash/attempt.js +35 -0
- package/node_modules/lodash/before.js +40 -0
- package/node_modules/lodash/bind.js +57 -0
- package/node_modules/lodash/bindAll.js +41 -0
- package/node_modules/lodash/bindKey.js +68 -0
- package/node_modules/lodash/camelCase.js +29 -0
- package/node_modules/lodash/capitalize.js +23 -0
- package/node_modules/lodash/castArray.js +44 -0
- package/node_modules/lodash/ceil.js +26 -0
- package/node_modules/lodash/chain.js +38 -0
- package/node_modules/lodash/chunk.js +50 -0
- package/node_modules/lodash/clamp.js +39 -0
- package/node_modules/lodash/clone.js +36 -0
- package/node_modules/lodash/cloneDeep.js +29 -0
- package/node_modules/lodash/cloneDeepWith.js +40 -0
- package/node_modules/lodash/cloneWith.js +42 -0
- package/node_modules/lodash/collection.js +30 -0
- package/node_modules/lodash/commit.js +33 -0
- package/node_modules/lodash/compact.js +31 -0
- package/node_modules/lodash/concat.js +43 -0
- package/node_modules/lodash/cond.js +60 -0
- package/node_modules/lodash/conforms.js +35 -0
- package/node_modules/lodash/conformsTo.js +32 -0
- package/node_modules/lodash/constant.js +26 -0
- package/node_modules/lodash/core.js +3877 -0
- package/node_modules/lodash/core.min.js +29 -0
- package/node_modules/lodash/countBy.js +40 -0
- package/node_modules/lodash/create.js +43 -0
- package/node_modules/lodash/curry.js +57 -0
- package/node_modules/lodash/curryRight.js +54 -0
- package/node_modules/lodash/date.js +3 -0
- package/node_modules/lodash/debounce.js +191 -0
- package/node_modules/lodash/deburr.js +45 -0
- package/node_modules/lodash/defaultTo.js +25 -0
- package/node_modules/lodash/defaults.js +64 -0
- package/node_modules/lodash/defaultsDeep.js +30 -0
- package/node_modules/lodash/defer.js +26 -0
- package/node_modules/lodash/delay.js +28 -0
- package/node_modules/lodash/difference.js +33 -0
- package/node_modules/lodash/differenceBy.js +44 -0
- package/node_modules/lodash/differenceWith.js +40 -0
- package/node_modules/lodash/divide.js +22 -0
- package/node_modules/lodash/drop.js +38 -0
- package/node_modules/lodash/dropRight.js +39 -0
- package/node_modules/lodash/dropRightWhile.js +45 -0
- package/node_modules/lodash/dropWhile.js +45 -0
- package/node_modules/lodash/each.js +1 -0
- package/node_modules/lodash/eachRight.js +1 -0
- package/node_modules/lodash/endsWith.js +43 -0
- package/node_modules/lodash/entries.js +1 -0
- package/node_modules/lodash/entriesIn.js +1 -0
- package/node_modules/lodash/eq.js +37 -0
- package/node_modules/lodash/escape.js +43 -0
- package/node_modules/lodash/escapeRegExp.js +32 -0
- package/node_modules/lodash/every.js +56 -0
- package/node_modules/lodash/extend.js +1 -0
- package/node_modules/lodash/extendWith.js +1 -0
- package/node_modules/lodash/fill.js +45 -0
- package/node_modules/lodash/filter.js +52 -0
- package/node_modules/lodash/find.js +42 -0
- package/node_modules/lodash/findIndex.js +55 -0
- package/node_modules/lodash/findKey.js +44 -0
- package/node_modules/lodash/findLast.js +25 -0
- package/node_modules/lodash/findLastIndex.js +59 -0
- package/node_modules/lodash/findLastKey.js +44 -0
- package/node_modules/lodash/first.js +1 -0
- package/node_modules/lodash/flake.lock +40 -0
- package/node_modules/lodash/flake.nix +20 -0
- package/node_modules/lodash/flatMap.js +29 -0
- package/node_modules/lodash/flatMapDeep.js +31 -0
- package/node_modules/lodash/flatMapDepth.js +31 -0
- package/node_modules/lodash/flatten.js +22 -0
- package/node_modules/lodash/flattenDeep.js +25 -0
- package/node_modules/lodash/flattenDepth.js +33 -0
- package/node_modules/lodash/flip.js +28 -0
- package/node_modules/lodash/floor.js +26 -0
- package/node_modules/lodash/flow.js +27 -0
- package/node_modules/lodash/flowRight.js +26 -0
- package/node_modules/lodash/forEach.js +41 -0
- package/node_modules/lodash/forEachRight.js +31 -0
- package/node_modules/lodash/forIn.js +39 -0
- package/node_modules/lodash/forInRight.js +37 -0
- package/node_modules/lodash/forOwn.js +36 -0
- package/node_modules/lodash/forOwnRight.js +34 -0
- package/node_modules/lodash/fp/F.js +1 -0
- package/node_modules/lodash/fp/T.js +1 -0
- package/node_modules/lodash/fp/__.js +1 -0
- package/node_modules/lodash/fp/_baseConvert.js +569 -0
- package/node_modules/lodash/fp/_convertBrowser.js +18 -0
- package/node_modules/lodash/fp/_falseOptions.js +7 -0
- package/node_modules/lodash/fp/_mapping.js +358 -0
- package/node_modules/lodash/fp/_util.js +16 -0
- package/node_modules/lodash/fp/add.js +5 -0
- package/node_modules/lodash/fp/after.js +5 -0
- package/node_modules/lodash/fp/all.js +1 -0
- package/node_modules/lodash/fp/allPass.js +1 -0
- package/node_modules/lodash/fp/always.js +1 -0
- package/node_modules/lodash/fp/any.js +1 -0
- package/node_modules/lodash/fp/anyPass.js +1 -0
- package/node_modules/lodash/fp/apply.js +1 -0
- package/node_modules/lodash/fp/array.js +2 -0
- package/node_modules/lodash/fp/ary.js +5 -0
- package/node_modules/lodash/fp/assign.js +5 -0
- package/node_modules/lodash/fp/assignAll.js +5 -0
- package/node_modules/lodash/fp/assignAllWith.js +5 -0
- package/node_modules/lodash/fp/assignIn.js +5 -0
- package/node_modules/lodash/fp/assignInAll.js +5 -0
- package/node_modules/lodash/fp/assignInAllWith.js +5 -0
- package/node_modules/lodash/fp/assignInWith.js +5 -0
- package/node_modules/lodash/fp/assignWith.js +5 -0
- package/node_modules/lodash/fp/assoc.js +1 -0
- package/node_modules/lodash/fp/assocPath.js +1 -0
- package/node_modules/lodash/fp/at.js +5 -0
- package/node_modules/lodash/fp/attempt.js +5 -0
- package/node_modules/lodash/fp/before.js +5 -0
- package/node_modules/lodash/fp/bind.js +5 -0
- package/node_modules/lodash/fp/bindAll.js +5 -0
- package/node_modules/lodash/fp/bindKey.js +5 -0
- package/node_modules/lodash/fp/camelCase.js +5 -0
- package/node_modules/lodash/fp/capitalize.js +5 -0
- package/node_modules/lodash/fp/castArray.js +5 -0
- package/node_modules/lodash/fp/ceil.js +5 -0
- package/node_modules/lodash/fp/chain.js +5 -0
- package/node_modules/lodash/fp/chunk.js +5 -0
- package/node_modules/lodash/fp/clamp.js +5 -0
- package/node_modules/lodash/fp/clone.js +5 -0
- package/node_modules/lodash/fp/cloneDeep.js +5 -0
- package/node_modules/lodash/fp/cloneDeepWith.js +5 -0
- package/node_modules/lodash/fp/cloneWith.js +5 -0
- package/node_modules/lodash/fp/collection.js +2 -0
- package/node_modules/lodash/fp/commit.js +5 -0
- package/node_modules/lodash/fp/compact.js +5 -0
- package/node_modules/lodash/fp/complement.js +1 -0
- package/node_modules/lodash/fp/compose.js +1 -0
- package/node_modules/lodash/fp/concat.js +5 -0
- package/node_modules/lodash/fp/cond.js +5 -0
- package/node_modules/lodash/fp/conforms.js +1 -0
- package/node_modules/lodash/fp/conformsTo.js +5 -0
- package/node_modules/lodash/fp/constant.js +5 -0
- package/node_modules/lodash/fp/contains.js +1 -0
- package/node_modules/lodash/fp/convert.js +18 -0
- package/node_modules/lodash/fp/countBy.js +5 -0
- package/node_modules/lodash/fp/create.js +5 -0
- package/node_modules/lodash/fp/curry.js +5 -0
- package/node_modules/lodash/fp/curryN.js +5 -0
- package/node_modules/lodash/fp/curryRight.js +5 -0
- package/node_modules/lodash/fp/curryRightN.js +5 -0
- package/node_modules/lodash/fp/date.js +2 -0
- package/node_modules/lodash/fp/debounce.js +5 -0
- package/node_modules/lodash/fp/deburr.js +5 -0
- package/node_modules/lodash/fp/defaultTo.js +5 -0
- package/node_modules/lodash/fp/defaults.js +5 -0
- package/node_modules/lodash/fp/defaultsAll.js +5 -0
- package/node_modules/lodash/fp/defaultsDeep.js +5 -0
- package/node_modules/lodash/fp/defaultsDeepAll.js +5 -0
- package/node_modules/lodash/fp/defer.js +5 -0
- package/node_modules/lodash/fp/delay.js +5 -0
- package/node_modules/lodash/fp/difference.js +5 -0
- package/node_modules/lodash/fp/differenceBy.js +5 -0
- package/node_modules/lodash/fp/differenceWith.js +5 -0
- package/node_modules/lodash/fp/dissoc.js +1 -0
- package/node_modules/lodash/fp/dissocPath.js +1 -0
- package/node_modules/lodash/fp/divide.js +5 -0
- package/node_modules/lodash/fp/drop.js +5 -0
- package/node_modules/lodash/fp/dropLast.js +1 -0
- package/node_modules/lodash/fp/dropLastWhile.js +1 -0
- package/node_modules/lodash/fp/dropRight.js +5 -0
- package/node_modules/lodash/fp/dropRightWhile.js +5 -0
- package/node_modules/lodash/fp/dropWhile.js +5 -0
- package/node_modules/lodash/fp/each.js +1 -0
- package/node_modules/lodash/fp/eachRight.js +1 -0
- package/node_modules/lodash/fp/endsWith.js +5 -0
- package/node_modules/lodash/fp/entries.js +1 -0
- package/node_modules/lodash/fp/entriesIn.js +1 -0
- package/node_modules/lodash/fp/eq.js +5 -0
- package/node_modules/lodash/fp/equals.js +1 -0
- package/node_modules/lodash/fp/escape.js +5 -0
- package/node_modules/lodash/fp/escapeRegExp.js +5 -0
- package/node_modules/lodash/fp/every.js +5 -0
- package/node_modules/lodash/fp/extend.js +1 -0
- package/node_modules/lodash/fp/extendAll.js +1 -0
- package/node_modules/lodash/fp/extendAllWith.js +1 -0
- package/node_modules/lodash/fp/extendWith.js +1 -0
- package/node_modules/lodash/fp/fill.js +5 -0
- package/node_modules/lodash/fp/filter.js +5 -0
- package/node_modules/lodash/fp/find.js +5 -0
- package/node_modules/lodash/fp/findFrom.js +5 -0
- package/node_modules/lodash/fp/findIndex.js +5 -0
- package/node_modules/lodash/fp/findIndexFrom.js +5 -0
- package/node_modules/lodash/fp/findKey.js +5 -0
- package/node_modules/lodash/fp/findLast.js +5 -0
- package/node_modules/lodash/fp/findLastFrom.js +5 -0
- package/node_modules/lodash/fp/findLastIndex.js +5 -0
- package/node_modules/lodash/fp/findLastIndexFrom.js +5 -0
- package/node_modules/lodash/fp/findLastKey.js +5 -0
- package/node_modules/lodash/fp/first.js +1 -0
- package/node_modules/lodash/fp/flatMap.js +5 -0
- package/node_modules/lodash/fp/flatMapDeep.js +5 -0
- package/node_modules/lodash/fp/flatMapDepth.js +5 -0
- package/node_modules/lodash/fp/flatten.js +5 -0
- package/node_modules/lodash/fp/flattenDeep.js +5 -0
- package/node_modules/lodash/fp/flattenDepth.js +5 -0
- package/node_modules/lodash/fp/flip.js +5 -0
- package/node_modules/lodash/fp/floor.js +5 -0
- package/node_modules/lodash/fp/flow.js +5 -0
- package/node_modules/lodash/fp/flowRight.js +5 -0
- package/node_modules/lodash/fp/forEach.js +5 -0
- package/node_modules/lodash/fp/forEachRight.js +5 -0
- package/node_modules/lodash/fp/forIn.js +5 -0
- package/node_modules/lodash/fp/forInRight.js +5 -0
- package/node_modules/lodash/fp/forOwn.js +5 -0
- package/node_modules/lodash/fp/forOwnRight.js +5 -0
- package/node_modules/lodash/fp/fromPairs.js +5 -0
- package/node_modules/lodash/fp/function.js +2 -0
- package/node_modules/lodash/fp/functions.js +5 -0
- package/node_modules/lodash/fp/functionsIn.js +5 -0
- package/node_modules/lodash/fp/get.js +5 -0
- package/node_modules/lodash/fp/getOr.js +5 -0
- package/node_modules/lodash/fp/groupBy.js +5 -0
- package/node_modules/lodash/fp/gt.js +5 -0
- package/node_modules/lodash/fp/gte.js +5 -0
- package/node_modules/lodash/fp/has.js +5 -0
- package/node_modules/lodash/fp/hasIn.js +5 -0
- package/node_modules/lodash/fp/head.js +5 -0
- package/node_modules/lodash/fp/identical.js +1 -0
- package/node_modules/lodash/fp/identity.js +5 -0
- package/node_modules/lodash/fp/inRange.js +5 -0
- package/node_modules/lodash/fp/includes.js +5 -0
- package/node_modules/lodash/fp/includesFrom.js +5 -0
- package/node_modules/lodash/fp/indexBy.js +1 -0
- package/node_modules/lodash/fp/indexOf.js +5 -0
- package/node_modules/lodash/fp/indexOfFrom.js +5 -0
- package/node_modules/lodash/fp/init.js +1 -0
- package/node_modules/lodash/fp/initial.js +5 -0
- package/node_modules/lodash/fp/intersection.js +5 -0
- package/node_modules/lodash/fp/intersectionBy.js +5 -0
- package/node_modules/lodash/fp/intersectionWith.js +5 -0
- package/node_modules/lodash/fp/invert.js +5 -0
- package/node_modules/lodash/fp/invertBy.js +5 -0
- package/node_modules/lodash/fp/invertObj.js +1 -0
- package/node_modules/lodash/fp/invoke.js +5 -0
- package/node_modules/lodash/fp/invokeArgs.js +5 -0
- package/node_modules/lodash/fp/invokeArgsMap.js +5 -0
- package/node_modules/lodash/fp/invokeMap.js +5 -0
- package/node_modules/lodash/fp/isArguments.js +5 -0
- package/node_modules/lodash/fp/isArray.js +5 -0
- package/node_modules/lodash/fp/isArrayBuffer.js +5 -0
- package/node_modules/lodash/fp/isArrayLike.js +5 -0
- package/node_modules/lodash/fp/isArrayLikeObject.js +5 -0
- package/node_modules/lodash/fp/isBoolean.js +5 -0
- package/node_modules/lodash/fp/isBuffer.js +5 -0
- package/node_modules/lodash/fp/isDate.js +5 -0
- package/node_modules/lodash/fp/isElement.js +5 -0
- package/node_modules/lodash/fp/isEmpty.js +5 -0
- package/node_modules/lodash/fp/isEqual.js +5 -0
- package/node_modules/lodash/fp/isEqualWith.js +5 -0
- package/node_modules/lodash/fp/isError.js +5 -0
- package/node_modules/lodash/fp/isFinite.js +5 -0
- package/node_modules/lodash/fp/isFunction.js +5 -0
- package/node_modules/lodash/fp/isInteger.js +5 -0
- package/node_modules/lodash/fp/isLength.js +5 -0
- package/node_modules/lodash/fp/isMap.js +5 -0
- package/node_modules/lodash/fp/isMatch.js +5 -0
- package/node_modules/lodash/fp/isMatchWith.js +5 -0
- package/node_modules/lodash/fp/isNaN.js +5 -0
- package/node_modules/lodash/fp/isNative.js +5 -0
- package/node_modules/lodash/fp/isNil.js +5 -0
- package/node_modules/lodash/fp/isNull.js +5 -0
- package/node_modules/lodash/fp/isNumber.js +5 -0
- package/node_modules/lodash/fp/isObject.js +5 -0
- package/node_modules/lodash/fp/isObjectLike.js +5 -0
- package/node_modules/lodash/fp/isPlainObject.js +5 -0
- package/node_modules/lodash/fp/isRegExp.js +5 -0
- package/node_modules/lodash/fp/isSafeInteger.js +5 -0
- package/node_modules/lodash/fp/isSet.js +5 -0
- package/node_modules/lodash/fp/isString.js +5 -0
- package/node_modules/lodash/fp/isSymbol.js +5 -0
- package/node_modules/lodash/fp/isTypedArray.js +5 -0
- package/node_modules/lodash/fp/isUndefined.js +5 -0
- package/node_modules/lodash/fp/isWeakMap.js +5 -0
- package/node_modules/lodash/fp/isWeakSet.js +5 -0
- package/node_modules/lodash/fp/iteratee.js +5 -0
- package/node_modules/lodash/fp/join.js +5 -0
- package/node_modules/lodash/fp/juxt.js +1 -0
- package/node_modules/lodash/fp/kebabCase.js +5 -0
- package/node_modules/lodash/fp/keyBy.js +5 -0
- package/node_modules/lodash/fp/keys.js +5 -0
- package/node_modules/lodash/fp/keysIn.js +5 -0
- package/node_modules/lodash/fp/lang.js +2 -0
- package/node_modules/lodash/fp/last.js +5 -0
- package/node_modules/lodash/fp/lastIndexOf.js +5 -0
- package/node_modules/lodash/fp/lastIndexOfFrom.js +5 -0
- package/node_modules/lodash/fp/lowerCase.js +5 -0
- package/node_modules/lodash/fp/lowerFirst.js +5 -0
- package/node_modules/lodash/fp/lt.js +5 -0
- package/node_modules/lodash/fp/lte.js +5 -0
- package/node_modules/lodash/fp/map.js +5 -0
- package/node_modules/lodash/fp/mapKeys.js +5 -0
- package/node_modules/lodash/fp/mapValues.js +5 -0
- package/node_modules/lodash/fp/matches.js +1 -0
- package/node_modules/lodash/fp/matchesProperty.js +5 -0
- package/node_modules/lodash/fp/math.js +2 -0
- package/node_modules/lodash/fp/max.js +5 -0
- package/node_modules/lodash/fp/maxBy.js +5 -0
- package/node_modules/lodash/fp/mean.js +5 -0
- package/node_modules/lodash/fp/meanBy.js +5 -0
- package/node_modules/lodash/fp/memoize.js +5 -0
- package/node_modules/lodash/fp/merge.js +5 -0
- package/node_modules/lodash/fp/mergeAll.js +5 -0
- package/node_modules/lodash/fp/mergeAllWith.js +5 -0
- package/node_modules/lodash/fp/mergeWith.js +5 -0
- package/node_modules/lodash/fp/method.js +5 -0
- package/node_modules/lodash/fp/methodOf.js +5 -0
- package/node_modules/lodash/fp/min.js +5 -0
- package/node_modules/lodash/fp/minBy.js +5 -0
- package/node_modules/lodash/fp/mixin.js +5 -0
- package/node_modules/lodash/fp/multiply.js +5 -0
- package/node_modules/lodash/fp/nAry.js +1 -0
- package/node_modules/lodash/fp/negate.js +5 -0
- package/node_modules/lodash/fp/next.js +5 -0
- package/node_modules/lodash/fp/noop.js +5 -0
- package/node_modules/lodash/fp/now.js +5 -0
- package/node_modules/lodash/fp/nth.js +5 -0
- package/node_modules/lodash/fp/nthArg.js +5 -0
- package/node_modules/lodash/fp/number.js +2 -0
- package/node_modules/lodash/fp/object.js +2 -0
- package/node_modules/lodash/fp/omit.js +5 -0
- package/node_modules/lodash/fp/omitAll.js +1 -0
- package/node_modules/lodash/fp/omitBy.js +5 -0
- package/node_modules/lodash/fp/once.js +5 -0
- package/node_modules/lodash/fp/orderBy.js +5 -0
- package/node_modules/lodash/fp/over.js +5 -0
- package/node_modules/lodash/fp/overArgs.js +5 -0
- package/node_modules/lodash/fp/overEvery.js +5 -0
- package/node_modules/lodash/fp/overSome.js +5 -0
- package/node_modules/lodash/fp/pad.js +5 -0
- package/node_modules/lodash/fp/padChars.js +5 -0
- package/node_modules/lodash/fp/padCharsEnd.js +5 -0
- package/node_modules/lodash/fp/padCharsStart.js +5 -0
- package/node_modules/lodash/fp/padEnd.js +5 -0
- package/node_modules/lodash/fp/padStart.js +5 -0
- package/node_modules/lodash/fp/parseInt.js +5 -0
- package/node_modules/lodash/fp/partial.js +5 -0
- package/node_modules/lodash/fp/partialRight.js +5 -0
- package/node_modules/lodash/fp/partition.js +5 -0
- package/node_modules/lodash/fp/path.js +1 -0
- package/node_modules/lodash/fp/pathEq.js +1 -0
- package/node_modules/lodash/fp/pathOr.js +1 -0
- package/node_modules/lodash/fp/paths.js +1 -0
- package/node_modules/lodash/fp/pick.js +5 -0
- package/node_modules/lodash/fp/pickAll.js +1 -0
- package/node_modules/lodash/fp/pickBy.js +5 -0
- package/node_modules/lodash/fp/pipe.js +1 -0
- package/node_modules/lodash/fp/placeholder.js +6 -0
- package/node_modules/lodash/fp/plant.js +5 -0
- package/node_modules/lodash/fp/pluck.js +1 -0
- package/node_modules/lodash/fp/prop.js +1 -0
- package/node_modules/lodash/fp/propEq.js +1 -0
- package/node_modules/lodash/fp/propOr.js +1 -0
- package/node_modules/lodash/fp/property.js +1 -0
- package/node_modules/lodash/fp/propertyOf.js +5 -0
- package/node_modules/lodash/fp/props.js +1 -0
- package/node_modules/lodash/fp/pull.js +5 -0
- package/node_modules/lodash/fp/pullAll.js +5 -0
- package/node_modules/lodash/fp/pullAllBy.js +5 -0
- package/node_modules/lodash/fp/pullAllWith.js +5 -0
- package/node_modules/lodash/fp/pullAt.js +5 -0
- package/node_modules/lodash/fp/random.js +5 -0
- package/node_modules/lodash/fp/range.js +5 -0
- package/node_modules/lodash/fp/rangeRight.js +5 -0
- package/node_modules/lodash/fp/rangeStep.js +5 -0
- package/node_modules/lodash/fp/rangeStepRight.js +5 -0
- package/node_modules/lodash/fp/rearg.js +5 -0
- package/node_modules/lodash/fp/reduce.js +5 -0
- package/node_modules/lodash/fp/reduceRight.js +5 -0
- package/node_modules/lodash/fp/reject.js +5 -0
- package/node_modules/lodash/fp/remove.js +5 -0
- package/node_modules/lodash/fp/repeat.js +5 -0
- package/node_modules/lodash/fp/replace.js +5 -0
- package/node_modules/lodash/fp/rest.js +5 -0
- package/node_modules/lodash/fp/restFrom.js +5 -0
- package/node_modules/lodash/fp/result.js +5 -0
- package/node_modules/lodash/fp/reverse.js +5 -0
- package/node_modules/lodash/fp/round.js +5 -0
- package/node_modules/lodash/fp/sample.js +5 -0
- package/node_modules/lodash/fp/sampleSize.js +5 -0
- package/node_modules/lodash/fp/seq.js +2 -0
- package/node_modules/lodash/fp/set.js +5 -0
- package/node_modules/lodash/fp/setWith.js +5 -0
- package/node_modules/lodash/fp/shuffle.js +5 -0
- package/node_modules/lodash/fp/size.js +5 -0
- package/node_modules/lodash/fp/slice.js +5 -0
- package/node_modules/lodash/fp/snakeCase.js +5 -0
- package/node_modules/lodash/fp/some.js +5 -0
- package/node_modules/lodash/fp/sortBy.js +5 -0
- package/node_modules/lodash/fp/sortedIndex.js +5 -0
- package/node_modules/lodash/fp/sortedIndexBy.js +5 -0
- package/node_modules/lodash/fp/sortedIndexOf.js +5 -0
- package/node_modules/lodash/fp/sortedLastIndex.js +5 -0
- package/node_modules/lodash/fp/sortedLastIndexBy.js +5 -0
- package/node_modules/lodash/fp/sortedLastIndexOf.js +5 -0
- package/node_modules/lodash/fp/sortedUniq.js +5 -0
- package/node_modules/lodash/fp/sortedUniqBy.js +5 -0
- package/node_modules/lodash/fp/split.js +5 -0
- package/node_modules/lodash/fp/spread.js +5 -0
- package/node_modules/lodash/fp/spreadFrom.js +5 -0
- package/node_modules/lodash/fp/startCase.js +5 -0
- package/node_modules/lodash/fp/startsWith.js +5 -0
- package/node_modules/lodash/fp/string.js +2 -0
- package/node_modules/lodash/fp/stubArray.js +5 -0
- package/node_modules/lodash/fp/stubFalse.js +5 -0
- package/node_modules/lodash/fp/stubObject.js +5 -0
- package/node_modules/lodash/fp/stubString.js +5 -0
- package/node_modules/lodash/fp/stubTrue.js +5 -0
- package/node_modules/lodash/fp/subtract.js +5 -0
- package/node_modules/lodash/fp/sum.js +5 -0
- package/node_modules/lodash/fp/sumBy.js +5 -0
- package/node_modules/lodash/fp/symmetricDifference.js +1 -0
- package/node_modules/lodash/fp/symmetricDifferenceBy.js +1 -0
- package/node_modules/lodash/fp/symmetricDifferenceWith.js +1 -0
- package/node_modules/lodash/fp/tail.js +5 -0
- package/node_modules/lodash/fp/take.js +5 -0
- package/node_modules/lodash/fp/takeLast.js +1 -0
- package/node_modules/lodash/fp/takeLastWhile.js +1 -0
- package/node_modules/lodash/fp/takeRight.js +5 -0
- package/node_modules/lodash/fp/takeRightWhile.js +5 -0
- package/node_modules/lodash/fp/takeWhile.js +5 -0
- package/node_modules/lodash/fp/tap.js +5 -0
- package/node_modules/lodash/fp/template.js +5 -0
- package/node_modules/lodash/fp/templateSettings.js +5 -0
- package/node_modules/lodash/fp/throttle.js +5 -0
- package/node_modules/lodash/fp/thru.js +5 -0
- package/node_modules/lodash/fp/times.js +5 -0
- package/node_modules/lodash/fp/toArray.js +5 -0
- package/node_modules/lodash/fp/toFinite.js +5 -0
- package/node_modules/lodash/fp/toInteger.js +5 -0
- package/node_modules/lodash/fp/toIterator.js +5 -0
- package/node_modules/lodash/fp/toJSON.js +5 -0
- package/node_modules/lodash/fp/toLength.js +5 -0
- package/node_modules/lodash/fp/toLower.js +5 -0
- package/node_modules/lodash/fp/toNumber.js +5 -0
- package/node_modules/lodash/fp/toPairs.js +5 -0
- package/node_modules/lodash/fp/toPairsIn.js +5 -0
- package/node_modules/lodash/fp/toPath.js +5 -0
- package/node_modules/lodash/fp/toPlainObject.js +5 -0
- package/node_modules/lodash/fp/toSafeInteger.js +5 -0
- package/node_modules/lodash/fp/toString.js +5 -0
- package/node_modules/lodash/fp/toUpper.js +5 -0
- package/node_modules/lodash/fp/transform.js +5 -0
- package/node_modules/lodash/fp/trim.js +5 -0
- package/node_modules/lodash/fp/trimChars.js +5 -0
- package/node_modules/lodash/fp/trimCharsEnd.js +5 -0
- package/node_modules/lodash/fp/trimCharsStart.js +5 -0
- package/node_modules/lodash/fp/trimEnd.js +5 -0
- package/node_modules/lodash/fp/trimStart.js +5 -0
- package/node_modules/lodash/fp/truncate.js +5 -0
- package/node_modules/lodash/fp/unapply.js +1 -0
- package/node_modules/lodash/fp/unary.js +5 -0
- package/node_modules/lodash/fp/unescape.js +5 -0
- package/node_modules/lodash/fp/union.js +5 -0
- package/node_modules/lodash/fp/unionBy.js +5 -0
- package/node_modules/lodash/fp/unionWith.js +5 -0
- package/node_modules/lodash/fp/uniq.js +5 -0
- package/node_modules/lodash/fp/uniqBy.js +5 -0
- package/node_modules/lodash/fp/uniqWith.js +5 -0
- package/node_modules/lodash/fp/uniqueId.js +5 -0
- package/node_modules/lodash/fp/unnest.js +1 -0
- package/node_modules/lodash/fp/unset.js +5 -0
- package/node_modules/lodash/fp/unzip.js +5 -0
- package/node_modules/lodash/fp/unzipWith.js +5 -0
- package/node_modules/lodash/fp/update.js +5 -0
- package/node_modules/lodash/fp/updateWith.js +5 -0
- package/node_modules/lodash/fp/upperCase.js +5 -0
- package/node_modules/lodash/fp/upperFirst.js +5 -0
- package/node_modules/lodash/fp/useWith.js +1 -0
- package/node_modules/lodash/fp/util.js +2 -0
- package/node_modules/lodash/fp/value.js +5 -0
- package/node_modules/lodash/fp/valueOf.js +5 -0
- package/node_modules/lodash/fp/values.js +5 -0
- package/node_modules/lodash/fp/valuesIn.js +5 -0
- package/node_modules/lodash/fp/where.js +1 -0
- package/node_modules/lodash/fp/whereEq.js +1 -0
- package/node_modules/lodash/fp/without.js +5 -0
- package/node_modules/lodash/fp/words.js +5 -0
- package/node_modules/lodash/fp/wrap.js +5 -0
- package/node_modules/lodash/fp/wrapperAt.js +5 -0
- package/node_modules/lodash/fp/wrapperChain.js +5 -0
- package/node_modules/lodash/fp/wrapperLodash.js +5 -0
- package/node_modules/lodash/fp/wrapperReverse.js +5 -0
- package/node_modules/lodash/fp/wrapperValue.js +5 -0
- package/node_modules/lodash/fp/xor.js +5 -0
- package/node_modules/lodash/fp/xorBy.js +5 -0
- package/node_modules/lodash/fp/xorWith.js +5 -0
- package/node_modules/lodash/fp/zip.js +5 -0
- package/node_modules/lodash/fp/zipAll.js +5 -0
- package/node_modules/lodash/fp/zipObj.js +1 -0
- package/node_modules/lodash/fp/zipObject.js +5 -0
- package/node_modules/lodash/fp/zipObjectDeep.js +5 -0
- package/node_modules/lodash/fp/zipWith.js +5 -0
- package/node_modules/lodash/fp.js +2 -0
- package/node_modules/lodash/fromPairs.js +28 -0
- package/node_modules/lodash/function.js +25 -0
- package/node_modules/lodash/functions.js +31 -0
- package/node_modules/lodash/functionsIn.js +31 -0
- package/node_modules/lodash/get.js +33 -0
- package/node_modules/lodash/groupBy.js +41 -0
- package/node_modules/lodash/gt.js +29 -0
- package/node_modules/lodash/gte.js +30 -0
- package/node_modules/lodash/has.js +35 -0
- package/node_modules/lodash/hasIn.js +34 -0
- package/node_modules/lodash/head.js +23 -0
- package/node_modules/lodash/identity.js +21 -0
- package/node_modules/lodash/inRange.js +55 -0
- package/node_modules/lodash/includes.js +53 -0
- package/node_modules/lodash/index.js +1 -0
- package/node_modules/lodash/indexOf.js +42 -0
- package/node_modules/lodash/initial.js +22 -0
- package/node_modules/lodash/intersection.js +30 -0
- package/node_modules/lodash/intersectionBy.js +45 -0
- package/node_modules/lodash/intersectionWith.js +41 -0
- package/node_modules/lodash/invert.js +42 -0
- package/node_modules/lodash/invertBy.js +56 -0
- package/node_modules/lodash/invoke.js +24 -0
- package/node_modules/lodash/invokeMap.js +41 -0
- package/node_modules/lodash/isArguments.js +36 -0
- package/node_modules/lodash/isArray.js +26 -0
- package/node_modules/lodash/isArrayBuffer.js +27 -0
- package/node_modules/lodash/isArrayLike.js +33 -0
- package/node_modules/lodash/isArrayLikeObject.js +33 -0
- package/node_modules/lodash/isBoolean.js +29 -0
- package/node_modules/lodash/isBuffer.js +38 -0
- package/node_modules/lodash/isDate.js +27 -0
- package/node_modules/lodash/isElement.js +25 -0
- package/node_modules/lodash/isEmpty.js +77 -0
- package/node_modules/lodash/isEqual.js +35 -0
- package/node_modules/lodash/isEqualWith.js +41 -0
- package/node_modules/lodash/isError.js +36 -0
- package/node_modules/lodash/isFinite.js +36 -0
- package/node_modules/lodash/isFunction.js +37 -0
- package/node_modules/lodash/isInteger.js +33 -0
- package/node_modules/lodash/isLength.js +35 -0
- package/node_modules/lodash/isMap.js +27 -0
- package/node_modules/lodash/isMatch.js +36 -0
- package/node_modules/lodash/isMatchWith.js +41 -0
- package/node_modules/lodash/isNaN.js +38 -0
- package/node_modules/lodash/isNative.js +40 -0
- package/node_modules/lodash/isNil.js +25 -0
- package/node_modules/lodash/isNull.js +22 -0
- package/node_modules/lodash/isNumber.js +38 -0
- package/node_modules/lodash/isObject.js +31 -0
- package/node_modules/lodash/isObjectLike.js +29 -0
- package/node_modules/lodash/isPlainObject.js +62 -0
- package/node_modules/lodash/isRegExp.js +27 -0
- package/node_modules/lodash/isSafeInteger.js +37 -0
- package/node_modules/lodash/isSet.js +27 -0
- package/node_modules/lodash/isString.js +30 -0
- package/node_modules/lodash/isSymbol.js +29 -0
- package/node_modules/lodash/isTypedArray.js +27 -0
- package/node_modules/lodash/isUndefined.js +22 -0
- package/node_modules/lodash/isWeakMap.js +28 -0
- package/node_modules/lodash/isWeakSet.js +28 -0
- package/node_modules/lodash/iteratee.js +53 -0
- package/node_modules/lodash/join.js +26 -0
- package/node_modules/lodash/kebabCase.js +28 -0
- package/node_modules/lodash/keyBy.js +36 -0
- package/node_modules/lodash/keys.js +37 -0
- package/node_modules/lodash/keysIn.js +32 -0
- package/node_modules/lodash/lang.js +58 -0
- package/node_modules/lodash/last.js +20 -0
- package/node_modules/lodash/lastIndexOf.js +46 -0
- package/node_modules/lodash/lodash.js +17209 -0
- package/node_modules/lodash/lodash.min.js +140 -0
- package/node_modules/lodash/lowerCase.js +27 -0
- package/node_modules/lodash/lowerFirst.js +22 -0
- package/node_modules/lodash/lt.js +29 -0
- package/node_modules/lodash/lte.js +30 -0
- package/node_modules/lodash/map.js +53 -0
- package/node_modules/lodash/mapKeys.js +36 -0
- package/node_modules/lodash/mapValues.js +43 -0
- package/node_modules/lodash/matches.js +46 -0
- package/node_modules/lodash/matchesProperty.js +44 -0
- package/node_modules/lodash/math.js +17 -0
- package/node_modules/lodash/max.js +29 -0
- package/node_modules/lodash/maxBy.js +34 -0
- package/node_modules/lodash/mean.js +22 -0
- package/node_modules/lodash/meanBy.js +31 -0
- package/node_modules/lodash/memoize.js +73 -0
- package/node_modules/lodash/merge.js +39 -0
- package/node_modules/lodash/mergeWith.js +39 -0
- package/node_modules/lodash/method.js +34 -0
- package/node_modules/lodash/methodOf.js +33 -0
- package/node_modules/lodash/min.js +29 -0
- package/node_modules/lodash/minBy.js +34 -0
- package/node_modules/lodash/mixin.js +74 -0
- package/node_modules/lodash/multiply.js +22 -0
- package/node_modules/lodash/negate.js +40 -0
- package/node_modules/lodash/next.js +35 -0
- package/node_modules/lodash/noop.js +17 -0
- package/node_modules/lodash/now.js +23 -0
- package/node_modules/lodash/nth.js +29 -0
- package/node_modules/lodash/nthArg.js +32 -0
- package/node_modules/lodash/number.js +5 -0
- package/node_modules/lodash/object.js +49 -0
- package/node_modules/lodash/omit.js +57 -0
- package/node_modules/lodash/omitBy.js +29 -0
- package/node_modules/lodash/once.js +25 -0
- package/node_modules/lodash/orderBy.js +47 -0
- package/node_modules/lodash/over.js +24 -0
- package/node_modules/lodash/overArgs.js +61 -0
- package/node_modules/lodash/overEvery.js +34 -0
- package/node_modules/lodash/overSome.js +37 -0
- package/node_modules/lodash/package.json +17 -0
- package/node_modules/lodash/pad.js +49 -0
- package/node_modules/lodash/padEnd.js +39 -0
- package/node_modules/lodash/padStart.js +39 -0
- package/node_modules/lodash/parseInt.js +43 -0
- package/node_modules/lodash/partial.js +50 -0
- package/node_modules/lodash/partialRight.js +49 -0
- package/node_modules/lodash/partition.js +43 -0
- package/node_modules/lodash/pick.js +25 -0
- package/node_modules/lodash/pickBy.js +37 -0
- package/node_modules/lodash/plant.js +48 -0
- package/node_modules/lodash/property.js +32 -0
- package/node_modules/lodash/propertyOf.js +30 -0
- package/node_modules/lodash/pull.js +29 -0
- package/node_modules/lodash/pullAll.js +29 -0
- package/node_modules/lodash/pullAllBy.js +33 -0
- package/node_modules/lodash/pullAllWith.js +32 -0
- package/node_modules/lodash/pullAt.js +43 -0
- package/node_modules/lodash/random.js +82 -0
- package/node_modules/lodash/range.js +46 -0
- package/node_modules/lodash/rangeRight.js +41 -0
- package/node_modules/lodash/rearg.js +33 -0
- package/node_modules/lodash/reduce.js +51 -0
- package/node_modules/lodash/reduceRight.js +36 -0
- package/node_modules/lodash/reject.js +46 -0
- package/node_modules/lodash/release.md +48 -0
- package/node_modules/lodash/remove.js +53 -0
- package/node_modules/lodash/repeat.js +37 -0
- package/node_modules/lodash/replace.js +29 -0
- package/node_modules/lodash/rest.js +40 -0
- package/node_modules/lodash/result.js +56 -0
- package/node_modules/lodash/reverse.js +34 -0
- package/node_modules/lodash/round.js +26 -0
- package/node_modules/lodash/sample.js +24 -0
- package/node_modules/lodash/sampleSize.js +37 -0
- package/node_modules/lodash/seq.js +16 -0
- package/node_modules/lodash/set.js +35 -0
- package/node_modules/lodash/setWith.js +32 -0
- package/node_modules/lodash/shuffle.js +25 -0
- package/node_modules/lodash/size.js +46 -0
- package/node_modules/lodash/slice.js +37 -0
- package/node_modules/lodash/snakeCase.js +28 -0
- package/node_modules/lodash/some.js +51 -0
- package/node_modules/lodash/sortBy.js +48 -0
- package/node_modules/lodash/sortedIndex.js +24 -0
- package/node_modules/lodash/sortedIndexBy.js +33 -0
- package/node_modules/lodash/sortedIndexOf.js +31 -0
- package/node_modules/lodash/sortedLastIndex.js +25 -0
- package/node_modules/lodash/sortedLastIndexBy.js +33 -0
- package/node_modules/lodash/sortedLastIndexOf.js +31 -0
- package/node_modules/lodash/sortedUniq.js +24 -0
- package/node_modules/lodash/sortedUniqBy.js +26 -0
- package/node_modules/lodash/split.js +52 -0
- package/node_modules/lodash/spread.js +63 -0
- package/node_modules/lodash/startCase.js +29 -0
- package/node_modules/lodash/startsWith.js +39 -0
- package/node_modules/lodash/string.js +33 -0
- package/node_modules/lodash/stubArray.js +23 -0
- package/node_modules/lodash/stubFalse.js +18 -0
- package/node_modules/lodash/stubObject.js +23 -0
- package/node_modules/lodash/stubString.js +18 -0
- package/node_modules/lodash/stubTrue.js +18 -0
- package/node_modules/lodash/subtract.js +22 -0
- package/node_modules/lodash/sum.js +24 -0
- package/node_modules/lodash/sumBy.js +33 -0
- package/node_modules/lodash/tail.js +22 -0
- package/node_modules/lodash/take.js +37 -0
- package/node_modules/lodash/takeRight.js +39 -0
- package/node_modules/lodash/takeRightWhile.js +45 -0
- package/node_modules/lodash/takeWhile.js +45 -0
- package/node_modules/lodash/tap.js +29 -0
- package/node_modules/lodash/template.js +272 -0
- package/node_modules/lodash/templateSettings.js +67 -0
- package/node_modules/lodash/throttle.js +69 -0
- package/node_modules/lodash/thru.js +28 -0
- package/node_modules/lodash/times.js +51 -0
- package/node_modules/lodash/toArray.js +58 -0
- package/node_modules/lodash/toFinite.js +42 -0
- package/node_modules/lodash/toInteger.js +36 -0
- package/node_modules/lodash/toIterator.js +23 -0
- package/node_modules/lodash/toJSON.js +1 -0
- package/node_modules/lodash/toLength.js +38 -0
- package/node_modules/lodash/toLower.js +28 -0
- package/node_modules/lodash/toNumber.js +64 -0
- package/node_modules/lodash/toPairs.js +30 -0
- package/node_modules/lodash/toPairsIn.js +30 -0
- package/node_modules/lodash/toPath.js +33 -0
- package/node_modules/lodash/toPlainObject.js +32 -0
- package/node_modules/lodash/toSafeInteger.js +37 -0
- package/node_modules/lodash/toString.js +28 -0
- package/node_modules/lodash/toUpper.js +28 -0
- package/node_modules/lodash/transform.js +65 -0
- package/node_modules/lodash/trim.js +47 -0
- package/node_modules/lodash/trimEnd.js +41 -0
- package/node_modules/lodash/trimStart.js +43 -0
- package/node_modules/lodash/truncate.js +111 -0
- package/node_modules/lodash/unary.js +22 -0
- package/node_modules/lodash/unescape.js +34 -0
- package/node_modules/lodash/union.js +26 -0
- package/node_modules/lodash/unionBy.js +39 -0
- package/node_modules/lodash/unionWith.js +34 -0
- package/node_modules/lodash/uniq.js +25 -0
- package/node_modules/lodash/uniqBy.js +31 -0
- package/node_modules/lodash/uniqWith.js +28 -0
- package/node_modules/lodash/uniqueId.js +28 -0
- package/node_modules/lodash/unset.js +34 -0
- package/node_modules/lodash/unzip.js +45 -0
- package/node_modules/lodash/unzipWith.js +39 -0
- package/node_modules/lodash/update.js +35 -0
- package/node_modules/lodash/updateWith.js +33 -0
- package/node_modules/lodash/upperCase.js +27 -0
- package/node_modules/lodash/upperFirst.js +22 -0
- package/node_modules/lodash/util.js +34 -0
- package/node_modules/lodash/value.js +1 -0
- package/node_modules/lodash/valueOf.js +1 -0
- package/node_modules/lodash/values.js +34 -0
- package/node_modules/lodash/valuesIn.js +32 -0
- package/node_modules/lodash/without.js +31 -0
- package/node_modules/lodash/words.js +35 -0
- package/node_modules/lodash/wrap.js +30 -0
- package/node_modules/lodash/wrapperAt.js +48 -0
- package/node_modules/lodash/wrapperChain.js +34 -0
- package/node_modules/lodash/wrapperLodash.js +147 -0
- package/node_modules/lodash/wrapperReverse.js +44 -0
- package/node_modules/lodash/wrapperValue.js +21 -0
- package/node_modules/lodash/xor.js +28 -0
- package/node_modules/lodash/xorBy.js +39 -0
- package/node_modules/lodash/xorWith.js +34 -0
- package/node_modules/lodash/zip.js +22 -0
- package/node_modules/lodash/zipObject.js +24 -0
- package/node_modules/lodash/zipObjectDeep.js +23 -0
- package/node_modules/lodash/zipWith.js +32 -0
- package/node_modules/lower-case/LICENSE +21 -0
- package/node_modules/lower-case/README.md +45 -0
- package/node_modules/lower-case/lower-case.d.ts +3 -0
- package/node_modules/lower-case/lower-case.js +54 -0
- package/node_modules/lower-case/package.json +52 -0
- package/node_modules/mensch/HISTORY.md +48 -0
- package/node_modules/mensch/LICENSE +21 -0
- package/node_modules/mensch/README.md +130 -0
- package/node_modules/mensch/bower.json +27 -0
- package/node_modules/mensch/index.js +5 -0
- package/node_modules/mensch/lib/debug.js +11 -0
- package/node_modules/mensch/lib/lexer.js +692 -0
- package/node_modules/mensch/lib/parser.js +291 -0
- package/node_modules/mensch/lib/stringify.js +258 -0
- package/node_modules/mensch/package.json +26 -0
- package/node_modules/mime/LICENSE +21 -0
- package/node_modules/mime/Mime.js +97 -0
- package/node_modules/mime/README.md +187 -0
- package/node_modules/mime/cli.js +46 -0
- package/node_modules/mime/index.js +4 -0
- package/node_modules/mime/lite.js +4 -0
- package/node_modules/mime/package.json +52 -0
- package/node_modules/mime/types/other.js +1 -0
- package/node_modules/mime/types/standard.js +1 -0
- package/node_modules/minipass/LICENSE +15 -0
- package/node_modules/minipass/README.md +825 -0
- package/node_modules/minipass/dist/commonjs/index.d.ts +549 -0
- package/node_modules/minipass/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/minipass/dist/commonjs/index.js +1028 -0
- package/node_modules/minipass/dist/commonjs/index.js.map +1 -0
- package/node_modules/minipass/dist/commonjs/package.json +3 -0
- package/node_modules/minipass/dist/esm/index.d.ts +549 -0
- package/node_modules/minipass/dist/esm/index.d.ts.map +1 -0
- package/node_modules/minipass/dist/esm/index.js +1018 -0
- package/node_modules/minipass/dist/esm/index.js.map +1 -0
- package/node_modules/minipass/dist/esm/package.json +3 -0
- package/node_modules/minipass/package.json +82 -0
- package/node_modules/mjml/LICENSE.md +21 -0
- package/node_modules/mjml/README.md +144 -0
- package/node_modules/mjml/bin/mjml +4 -0
- package/node_modules/mjml/lib/index.js +15 -0
- package/node_modules/mjml/package.json +45 -0
- package/node_modules/mjml-accordion/LICENSE.md +21 -0
- package/node_modules/mjml-accordion/README.md +138 -0
- package/node_modules/mjml-accordion/lib/Accordion.js +115 -0
- package/node_modules/mjml-accordion/lib/AccordionElement.js +133 -0
- package/node_modules/mjml-accordion/lib/AccordionText.js +107 -0
- package/node_modules/mjml-accordion/lib/AccordionTitle.js +141 -0
- package/node_modules/mjml-accordion/lib/index.js +34 -0
- package/node_modules/mjml-accordion/package.json +33 -0
- package/node_modules/mjml-body/LICENSE.md +21 -0
- package/node_modules/mjml-body/README.md +28 -0
- package/node_modules/mjml-body/lib/index.js +72 -0
- package/node_modules/mjml-body/package.json +33 -0
- package/node_modules/mjml-button/LICENSE.md +21 -0
- package/node_modules/mjml-button/README.md +75 -0
- package/node_modules/mjml-button/lib/index.js +181 -0
- package/node_modules/mjml-button/package.json +33 -0
- package/node_modules/mjml-carousel/LICENSE.md +21 -0
- package/node_modules/mjml-carousel/README.md +67 -0
- package/node_modules/mjml-carousel/lib/Carousel.js +357 -0
- package/node_modules/mjml-carousel/lib/CarouselImage.js +177 -0
- package/node_modules/mjml-carousel/lib/index.js +20 -0
- package/node_modules/mjml-carousel/package.json +33 -0
- package/node_modules/mjml-cli/LICENSE.md +21 -0
- package/node_modules/mjml-cli/README.md +162 -0
- package/node_modules/mjml-cli/bin/mjml +3 -0
- package/node_modules/mjml-cli/lib/client.js +307 -0
- package/node_modules/mjml-cli/lib/commands/outputToConsole.js +21 -0
- package/node_modules/mjml-cli/lib/commands/outputToFile.js +53 -0
- package/node_modules/mjml-cli/lib/commands/readFile.js +27 -0
- package/node_modules/mjml-cli/lib/commands/readStream.js +22 -0
- package/node_modules/mjml-cli/lib/commands/watchFiles.js +121 -0
- package/node_modules/mjml-cli/lib/helpers/defaultOptions.js +11 -0
- package/node_modules/mjml-cli/lib/helpers/fileContext.js +56 -0
- package/node_modules/mjml-cli/lib/helpers/promesify.js +48 -0
- package/node_modules/mjml-cli/lib/helpers/timePad.js +18 -0
- package/node_modules/mjml-cli/node_modules/cliui/LICENSE.txt +14 -0
- package/node_modules/mjml-cli/node_modules/cliui/README.md +141 -0
- package/node_modules/mjml-cli/node_modules/cliui/build/index.cjs +302 -0
- package/node_modules/mjml-cli/node_modules/cliui/build/index.d.cts +43 -0
- package/node_modules/mjml-cli/node_modules/cliui/build/lib/index.js +287 -0
- package/node_modules/mjml-cli/node_modules/cliui/build/lib/string-utils.js +27 -0
- package/node_modules/mjml-cli/node_modules/cliui/index.mjs +13 -0
- package/node_modules/mjml-cli/node_modules/cliui/package.json +83 -0
- package/node_modules/mjml-cli/node_modules/glob/LICENSE +15 -0
- package/node_modules/mjml-cli/node_modules/glob/README.md +1265 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/glob.d.ts +389 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/glob.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/glob.js +247 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/glob.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/has-magic.d.ts +14 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/has-magic.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/has-magic.js +27 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/has-magic.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/ignore.d.ts +25 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/ignore.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/ignore.js +119 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/ignore.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/index.d.ts +97 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/index.js +68 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/index.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/package.json +3 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/pattern.d.ts +77 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/pattern.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/pattern.js +219 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/pattern.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/processor.d.ts +59 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/processor.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/processor.js +301 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/processor.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/walker.d.ts +98 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/walker.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/walker.js +387 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/commonjs/walker.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/bin.d.mts +3 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/bin.d.mts.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/bin.mjs +270 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/bin.mjs.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/glob.d.ts +389 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/glob.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/glob.js +243 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/glob.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/has-magic.d.ts +14 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/has-magic.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/has-magic.js +23 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/has-magic.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/ignore.d.ts +25 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/ignore.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/ignore.js +115 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/ignore.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/index.d.ts +97 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/index.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/index.js +55 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/index.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/package.json +3 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/pattern.d.ts +77 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/pattern.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/pattern.js +215 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/pattern.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/processor.d.ts +59 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/processor.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/processor.js +294 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/processor.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/walker.d.ts +98 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/walker.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/walker.js +381 -0
- package/node_modules/mjml-cli/node_modules/glob/dist/esm/walker.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/glob/package.json +98 -0
- package/node_modules/mjml-cli/node_modules/minimatch/LICENSE +15 -0
- package/node_modules/mjml-cli/node_modules/minimatch/README.md +454 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +2 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +14 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/ast.d.ts +20 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/ast.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/ast.js +592 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/ast.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +8 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/brace-expressions.js +152 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/escape.d.ts +12 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/escape.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/escape.js +22 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/escape.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/index.d.ts +94 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/index.js +1016 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/index.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/package.json +3 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/unescape.d.ts +17 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/unescape.js +24 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/commonjs/unescape.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +2 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/assert-valid-pattern.js +10 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/ast.d.ts +20 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/ast.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/ast.js +588 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/ast.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/brace-expressions.d.ts +8 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/brace-expressions.js +148 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/brace-expressions.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/escape.d.ts +12 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/escape.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/escape.js +18 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/escape.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/index.d.ts +94 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/index.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/index.js +1000 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/index.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/package.json +3 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/unescape.d.ts +17 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/unescape.d.ts.map +1 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/unescape.js +20 -0
- package/node_modules/mjml-cli/node_modules/minimatch/dist/esm/unescape.js.map +1 -0
- package/node_modules/mjml-cli/node_modules/minimatch/package.json +82 -0
- package/node_modules/mjml-cli/node_modules/yargs/LICENSE +21 -0
- package/node_modules/mjml-cli/node_modules/yargs/README.md +204 -0
- package/node_modules/mjml-cli/node_modules/yargs/browser.d.ts +5 -0
- package/node_modules/mjml-cli/node_modules/yargs/browser.mjs +7 -0
- package/node_modules/mjml-cli/node_modules/yargs/build/index.cjs +1 -0
- package/node_modules/mjml-cli/node_modules/yargs/build/lib/argsert.js +62 -0
- package/node_modules/mjml-cli/node_modules/yargs/build/lib/command.js +449 -0
- package/node_modules/mjml-cli/node_modules/yargs/build/lib/completion-templates.js +48 -0
- package/node_modules/mjml-cli/node_modules/yargs/build/lib/completion.js +243 -0
- package/node_modules/mjml-cli/node_modules/yargs/build/lib/middleware.js +88 -0
- package/node_modules/mjml-cli/node_modules/yargs/build/lib/parse-command.js +32 -0
- package/node_modules/mjml-cli/node_modules/yargs/build/lib/typings/common-types.js +9 -0
- package/node_modules/mjml-cli/node_modules/yargs/build/lib/typings/yargs-parser-types.js +1 -0
- package/node_modules/mjml-cli/node_modules/yargs/build/lib/usage.js +584 -0
- package/node_modules/mjml-cli/node_modules/yargs/build/lib/utils/apply-extends.js +59 -0
- package/node_modules/mjml-cli/node_modules/yargs/build/lib/utils/is-promise.js +5 -0
- package/node_modules/mjml-cli/node_modules/yargs/build/lib/utils/levenshtein.js +34 -0
- package/node_modules/mjml-cli/node_modules/yargs/build/lib/utils/maybe-async-result.js +17 -0
- package/node_modules/mjml-cli/node_modules/yargs/build/lib/utils/obj-filter.js +10 -0
- package/node_modules/mjml-cli/node_modules/yargs/build/lib/utils/process-argv.js +17 -0
- package/node_modules/mjml-cli/node_modules/yargs/build/lib/utils/set-blocking.js +12 -0
- package/node_modules/mjml-cli/node_modules/yargs/build/lib/utils/which-module.js +10 -0
- package/node_modules/mjml-cli/node_modules/yargs/build/lib/validation.js +305 -0
- package/node_modules/mjml-cli/node_modules/yargs/build/lib/yargs-factory.js +1512 -0
- package/node_modules/mjml-cli/node_modules/yargs/build/lib/yerror.js +9 -0
- package/node_modules/mjml-cli/node_modules/yargs/helpers/helpers.mjs +10 -0
- package/node_modules/mjml-cli/node_modules/yargs/helpers/index.js +14 -0
- package/node_modules/mjml-cli/node_modules/yargs/helpers/package.json +3 -0
- package/node_modules/mjml-cli/node_modules/yargs/index.cjs +53 -0
- package/node_modules/mjml-cli/node_modules/yargs/index.mjs +8 -0
- package/node_modules/mjml-cli/node_modules/yargs/lib/platform-shims/browser.mjs +95 -0
- package/node_modules/mjml-cli/node_modules/yargs/lib/platform-shims/esm.mjs +73 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/be.json +46 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/cs.json +51 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/de.json +46 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/en.json +55 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/es.json +46 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/fi.json +49 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/fr.json +53 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/hi.json +49 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/hu.json +46 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/id.json +50 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/it.json +46 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/ja.json +51 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/ko.json +49 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/nb.json +44 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/nl.json +49 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/nn.json +44 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/pirate.json +13 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/pl.json +49 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/pt.json +45 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/pt_BR.json +48 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/ru.json +51 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/th.json +46 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/tr.json +48 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/uk_UA.json +51 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/uz.json +52 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/zh_CN.json +48 -0
- package/node_modules/mjml-cli/node_modules/yargs/locales/zh_TW.json +51 -0
- package/node_modules/mjml-cli/node_modules/yargs/package.json +123 -0
- package/node_modules/mjml-cli/node_modules/yargs/yargs +9 -0
- package/node_modules/mjml-cli/node_modules/yargs/yargs.mjs +10 -0
- package/node_modules/mjml-cli/node_modules/yargs-parser/LICENSE.txt +14 -0
- package/node_modules/mjml-cli/node_modules/yargs-parser/README.md +518 -0
- package/node_modules/mjml-cli/node_modules/yargs-parser/browser.js +29 -0
- package/node_modules/mjml-cli/node_modules/yargs-parser/build/index.cjs +1050 -0
- package/node_modules/mjml-cli/node_modules/yargs-parser/build/lib/index.js +62 -0
- package/node_modules/mjml-cli/node_modules/yargs-parser/build/lib/string-utils.js +65 -0
- package/node_modules/mjml-cli/node_modules/yargs-parser/build/lib/tokenize-arg-string.js +40 -0
- package/node_modules/mjml-cli/node_modules/yargs-parser/build/lib/yargs-parser-types.js +12 -0
- package/node_modules/mjml-cli/node_modules/yargs-parser/build/lib/yargs-parser.js +1045 -0
- package/node_modules/mjml-cli/node_modules/yargs-parser/package.json +92 -0
- package/node_modules/mjml-cli/package.json +46 -0
- package/node_modules/mjml-column/LICENSE.md +21 -0
- package/node_modules/mjml-column/README.md +65 -0
- package/node_modules/mjml-column/lib/index.js +324 -0
- package/node_modules/mjml-column/package.json +33 -0
- package/node_modules/mjml-core/LICENSE.md +21 -0
- package/node_modules/mjml-core/README.md +17 -0
- package/node_modules/mjml-core/lib/Error.js +86 -0
- package/node_modules/mjml-core/lib/MJMLElementsCollection.js +37 -0
- package/node_modules/mjml-core/lib/MJMLHead.js +38 -0
- package/node_modules/mjml-core/lib/MJMLRenderer.js +275 -0
- package/node_modules/mjml-core/lib/components.js +24 -0
- package/node_modules/mjml-core/lib/configs/defaultContainer.js +15 -0
- package/node_modules/mjml-core/lib/configs/defaultStyle.js +6 -0
- package/node_modules/mjml-core/lib/configs/listFontsImports.js +21 -0
- package/node_modules/mjml-core/lib/createComponent.js +284 -0
- package/node_modules/mjml-core/lib/decorators/MJMLElement.js +356 -0
- package/node_modules/mjml-core/lib/helpers/colors.js +7 -0
- package/node_modules/mjml-core/lib/helpers/conditionalTag.js +29 -0
- package/node_modules/mjml-core/lib/helpers/dom.js +109 -0
- package/node_modules/mjml-core/lib/helpers/fonts.js +31 -0
- package/node_modules/mjml-core/lib/helpers/formatAttributes.js +27 -0
- package/node_modules/mjml-core/lib/helpers/genRandomHexString.js +14 -0
- package/node_modules/mjml-core/lib/helpers/html.js +9 -0
- package/node_modules/mjml-core/lib/helpers/importFonts.js +46 -0
- package/node_modules/mjml-core/lib/helpers/index.js +40 -0
- package/node_modules/mjml-core/lib/helpers/isBrowser.js +11 -0
- package/node_modules/mjml-core/lib/helpers/jsonToXML.js +18 -0
- package/node_modules/mjml-core/lib/helpers/makeLowerBreakpoint.js +15 -0
- package/node_modules/mjml-core/lib/helpers/mediaQueries.js +39 -0
- package/node_modules/mjml-core/lib/helpers/mergeOutlookConditionnals.js +10 -0
- package/node_modules/mjml-core/lib/helpers/minifyOutlookConditionnals.js +15 -0
- package/node_modules/mjml-core/lib/helpers/mjAttribute.js +62 -0
- package/node_modules/mjml-core/lib/helpers/mjml.js +46 -0
- package/node_modules/mjml-core/lib/helpers/mjmlconfig.js +125 -0
- package/node_modules/mjml-core/lib/helpers/parseAttributes.js +29 -0
- package/node_modules/mjml-core/lib/helpers/postRender.js +33 -0
- package/node_modules/mjml-core/lib/helpers/preview.js +15 -0
- package/node_modules/mjml-core/lib/helpers/removeCDATA.js +19 -0
- package/node_modules/mjml-core/lib/helpers/shorthandParser.js +46 -0
- package/node_modules/mjml-core/lib/helpers/skeleton.js +81 -0
- package/node_modules/mjml-core/lib/helpers/styles.js +26 -0
- package/node_modules/mjml-core/lib/helpers/suffixCssClasses.js +9 -0
- package/node_modules/mjml-core/lib/helpers/traverseMJML.js +41 -0
- package/node_modules/mjml-core/lib/helpers/widthParser.js +24 -0
- package/node_modules/mjml-core/lib/includeExternal.js +92 -0
- package/node_modules/mjml-core/lib/index.js +432 -0
- package/node_modules/mjml-core/lib/parsers/config.js +130 -0
- package/node_modules/mjml-core/lib/parsers/document.js +189 -0
- package/node_modules/mjml-core/lib/types/boolean.js +31 -0
- package/node_modules/mjml-core/lib/types/color.js +38 -0
- package/node_modules/mjml-core/lib/types/enum.js +31 -0
- package/node_modules/mjml-core/lib/types/helpers/colors.js +8 -0
- package/node_modules/mjml-core/lib/types/index.js +40 -0
- package/node_modules/mjml-core/lib/types/integer.js +25 -0
- package/node_modules/mjml-core/lib/types/string.js +25 -0
- package/node_modules/mjml-core/lib/types/type.js +60 -0
- package/node_modules/mjml-core/lib/types/unit.js +37 -0
- package/node_modules/mjml-core/package.json +42 -0
- package/node_modules/mjml-divider/LICENSE.md +21 -0
- package/node_modules/mjml-divider/README.md +36 -0
- package/node_modules/mjml-divider/lib/index.js +132 -0
- package/node_modules/mjml-divider/package.json +33 -0
- package/node_modules/mjml-group/LICENSE.md +21 -0
- package/node_modules/mjml-group/README.md +67 -0
- package/node_modules/mjml-group/lib/index.js +229 -0
- package/node_modules/mjml-group/package.json +33 -0
- package/node_modules/mjml-head/LICENSE.md +21 -0
- package/node_modules/mjml-head/lib/index.js +29 -0
- package/node_modules/mjml-head/package.json +33 -0
- package/node_modules/mjml-head-attributes/LICENSE.md +21 -0
- package/node_modules/mjml-head-attributes/README.md +48 -0
- package/node_modules/mjml-head-attributes/lib/index.js +56 -0
- package/node_modules/mjml-head-attributes/package.json +33 -0
- package/node_modules/mjml-head-breakpoint/LICENSE.md +21 -0
- package/node_modules/mjml-head-breakpoint/README.md +30 -0
- package/node_modules/mjml-head-breakpoint/lib/index.js +36 -0
- package/node_modules/mjml-head-breakpoint/package.json +33 -0
- package/node_modules/mjml-head-font/LICENSE.md +21 -0
- package/node_modules/mjml-head-font/README.md +36 -0
- package/node_modules/mjml-head-font/lib/index.js +36 -0
- package/node_modules/mjml-head-font/package.json +33 -0
- package/node_modules/mjml-head-html-attributes/LICENSE.md +21 -0
- package/node_modules/mjml-head-html-attributes/README.md +38 -0
- package/node_modules/mjml-head-html-attributes/lib/index.js +49 -0
- package/node_modules/mjml-head-html-attributes/package.json +33 -0
- package/node_modules/mjml-head-preview/LICENSE.md +21 -0
- package/node_modules/mjml-head-preview/README.md +29 -0
- package/node_modules/mjml-head-preview/lib/index.js +33 -0
- package/node_modules/mjml-head-preview/package.json +33 -0
- package/node_modules/mjml-head-style/LICENSE.md +21 -0
- package/node_modules/mjml-head-style/README.md +49 -0
- package/node_modules/mjml-head-style/lib/index.js +36 -0
- package/node_modules/mjml-head-style/package.json +33 -0
- package/node_modules/mjml-head-title/LICENSE.md +21 -0
- package/node_modules/mjml-head-title/README.md +27 -0
- package/node_modules/mjml-head-title/lib/index.js +33 -0
- package/node_modules/mjml-head-title/package.json +33 -0
- package/node_modules/mjml-hero/LICENSE.md +21 -0
- package/node_modules/mjml-hero/README.md +121 -0
- package/node_modules/mjml-hero/lib/index.js +374 -0
- package/node_modules/mjml-hero/package.json +33 -0
- package/node_modules/mjml-image/LICENSE.md +21 -0
- package/node_modules/mjml-image/README.md +53 -0
- package/node_modules/mjml-image/lib/index.js +187 -0
- package/node_modules/mjml-image/package.json +33 -0
- package/node_modules/mjml-migrate/LICENSE +21 -0
- package/node_modules/mjml-migrate/README.md +21 -0
- package/node_modules/mjml-migrate/lib/cli.js +20 -0
- package/node_modules/mjml-migrate/lib/config.js +8 -0
- package/node_modules/mjml-migrate/lib/migrate.js +187 -0
- package/node_modules/mjml-migrate/node_modules/cliui/LICENSE.txt +14 -0
- package/node_modules/mjml-migrate/node_modules/cliui/README.md +141 -0
- package/node_modules/mjml-migrate/node_modules/cliui/build/index.cjs +302 -0
- package/node_modules/mjml-migrate/node_modules/cliui/build/index.d.cts +43 -0
- package/node_modules/mjml-migrate/node_modules/cliui/build/lib/index.js +287 -0
- package/node_modules/mjml-migrate/node_modules/cliui/build/lib/string-utils.js +27 -0
- package/node_modules/mjml-migrate/node_modules/cliui/index.mjs +13 -0
- package/node_modules/mjml-migrate/node_modules/cliui/package.json +83 -0
- package/node_modules/mjml-migrate/node_modules/yargs/LICENSE +21 -0
- package/node_modules/mjml-migrate/node_modules/yargs/README.md +204 -0
- package/node_modules/mjml-migrate/node_modules/yargs/browser.d.ts +5 -0
- package/node_modules/mjml-migrate/node_modules/yargs/browser.mjs +7 -0
- package/node_modules/mjml-migrate/node_modules/yargs/build/index.cjs +1 -0
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/argsert.js +62 -0
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/command.js +449 -0
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/completion-templates.js +48 -0
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/completion.js +243 -0
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/middleware.js +88 -0
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/parse-command.js +32 -0
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/typings/common-types.js +9 -0
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/typings/yargs-parser-types.js +1 -0
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/usage.js +584 -0
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/apply-extends.js +59 -0
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/is-promise.js +5 -0
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/levenshtein.js +34 -0
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/maybe-async-result.js +17 -0
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/obj-filter.js +10 -0
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/process-argv.js +17 -0
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/set-blocking.js +12 -0
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/utils/which-module.js +10 -0
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/validation.js +305 -0
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/yargs-factory.js +1512 -0
- package/node_modules/mjml-migrate/node_modules/yargs/build/lib/yerror.js +9 -0
- package/node_modules/mjml-migrate/node_modules/yargs/helpers/helpers.mjs +10 -0
- package/node_modules/mjml-migrate/node_modules/yargs/helpers/index.js +14 -0
- package/node_modules/mjml-migrate/node_modules/yargs/helpers/package.json +3 -0
- package/node_modules/mjml-migrate/node_modules/yargs/index.cjs +53 -0
- package/node_modules/mjml-migrate/node_modules/yargs/index.mjs +8 -0
- package/node_modules/mjml-migrate/node_modules/yargs/lib/platform-shims/browser.mjs +95 -0
- package/node_modules/mjml-migrate/node_modules/yargs/lib/platform-shims/esm.mjs +73 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/be.json +46 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/cs.json +51 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/de.json +46 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/en.json +55 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/es.json +46 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/fi.json +49 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/fr.json +53 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/hi.json +49 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/hu.json +46 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/id.json +50 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/it.json +46 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/ja.json +51 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/ko.json +49 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/nb.json +44 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/nl.json +49 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/nn.json +44 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/pirate.json +13 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/pl.json +49 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/pt.json +45 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/pt_BR.json +48 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/ru.json +51 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/th.json +46 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/tr.json +48 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/uk_UA.json +51 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/uz.json +52 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/zh_CN.json +48 -0
- package/node_modules/mjml-migrate/node_modules/yargs/locales/zh_TW.json +51 -0
- package/node_modules/mjml-migrate/node_modules/yargs/package.json +123 -0
- package/node_modules/mjml-migrate/node_modules/yargs/yargs +9 -0
- package/node_modules/mjml-migrate/node_modules/yargs/yargs.mjs +10 -0
- package/node_modules/mjml-migrate/node_modules/yargs-parser/LICENSE.txt +14 -0
- package/node_modules/mjml-migrate/node_modules/yargs-parser/README.md +518 -0
- package/node_modules/mjml-migrate/node_modules/yargs-parser/browser.js +29 -0
- package/node_modules/mjml-migrate/node_modules/yargs-parser/build/index.cjs +1050 -0
- package/node_modules/mjml-migrate/node_modules/yargs-parser/build/lib/index.js +62 -0
- package/node_modules/mjml-migrate/node_modules/yargs-parser/build/lib/string-utils.js +65 -0
- package/node_modules/mjml-migrate/node_modules/yargs-parser/build/lib/tokenize-arg-string.js +40 -0
- package/node_modules/mjml-migrate/node_modules/yargs-parser/build/lib/yargs-parser-types.js +12 -0
- package/node_modules/mjml-migrate/node_modules/yargs-parser/build/lib/yargs-parser.js +1045 -0
- package/node_modules/mjml-migrate/node_modules/yargs-parser/package.json +92 -0
- package/node_modules/mjml-migrate/package.json +36 -0
- package/node_modules/mjml-navbar/LICENSE.md +21 -0
- package/node_modules/mjml-navbar/README.md +123 -0
- package/node_modules/mjml-navbar/lib/InlineLinks.js +227 -0
- package/node_modules/mjml-navbar/lib/Link.js +130 -0
- package/node_modules/mjml-navbar/lib/Navbar.js +191 -0
- package/node_modules/mjml-navbar/lib/NavbarLink.js +127 -0
- package/node_modules/mjml-navbar/lib/index.js +20 -0
- package/node_modules/mjml-navbar/package.json +33 -0
- package/node_modules/mjml-parser-xml/LICENSE.md +21 -0
- package/node_modules/mjml-parser-xml/lib/helpers/addCDATASection.js +31 -0
- package/node_modules/mjml-parser-xml/lib/helpers/cleanNode.js +24 -0
- package/node_modules/mjml-parser-xml/lib/helpers/convertBooleansOnAttrs.js +25 -0
- package/node_modules/mjml-parser-xml/lib/helpers/parseAttributes.js +37 -0
- package/node_modules/mjml-parser-xml/lib/helpers/setEmptyAttributes.js +17 -0
- package/node_modules/mjml-parser-xml/lib/index.js +315 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/LICENSE +18 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/README.md +171 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/Parser.d.ts +198 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/Parser.d.ts.map +1 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/Parser.js +519 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/Parser.js.map +1 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/Tokenizer.d.ts +126 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/Tokenizer.d.ts.map +1 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/Tokenizer.js +791 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/Tokenizer.js.map +1 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/WritableStream.d.ts +17 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/WritableStream.d.ts.map +1 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/WritableStream.js +54 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/WritableStream.js.map +1 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/esm/Parser.d.ts +198 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/esm/Parser.d.ts.map +1 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/esm/Parser.js +490 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/esm/Parser.js.map +1 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/esm/Tokenizer.d.ts +126 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/esm/Tokenizer.d.ts.map +1 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/esm/Tokenizer.js +784 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/esm/Tokenizer.js.map +1 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/esm/WritableStream.d.ts +17 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/esm/WritableStream.d.ts.map +1 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/esm/WritableStream.js +32 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/esm/WritableStream.js.map +1 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/esm/index.d.ts +54 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/esm/index.d.ts.map +1 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/esm/index.js +74 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/esm/index.js.map +1 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/esm/package.json +1 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/index.d.ts +54 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/index.d.ts.map +1 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/index.js +114 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/lib/index.js.map +1 -0
- package/node_modules/mjml-parser-xml/node_modules/htmlparser2/package.json +97 -0
- package/node_modules/mjml-parser-xml/package.json +38 -0
- package/node_modules/mjml-preset-core/LICENSE.md +21 -0
- package/node_modules/mjml-preset-core/README.md +18 -0
- package/node_modules/mjml-preset-core/lib/dependencies.js +37 -0
- package/node_modules/mjml-preset-core/lib/index.js +40 -0
- package/node_modules/mjml-preset-core/package.json +56 -0
- package/node_modules/mjml-raw/LICENSE.md +21 -0
- package/node_modules/mjml-raw/README.md +57 -0
- package/node_modules/mjml-raw/lib/index.js +34 -0
- package/node_modules/mjml-raw/package.json +33 -0
- package/node_modules/mjml-section/LICENSE.md +21 -0
- package/node_modules/mjml-section/README.md +64 -0
- package/node_modules/mjml-section/lib/index.js +505 -0
- package/node_modules/mjml-section/package.json +33 -0
- package/node_modules/mjml-social/LICENSE.md +21 -0
- package/node_modules/mjml-social/README.md +152 -0
- package/node_modules/mjml-social/lib/Social.js +170 -0
- package/node_modules/mjml-social/lib/SocialElement.js +301 -0
- package/node_modules/mjml-social/lib/index.js +20 -0
- package/node_modules/mjml-social/package.json +33 -0
- package/node_modules/mjml-spacer/LICENSE.md +21 -0
- package/node_modules/mjml-spacer/README.md +34 -0
- package/node_modules/mjml-spacer/lib/index.js +62 -0
- package/node_modules/mjml-spacer/package.json +33 -0
- package/node_modules/mjml-table/LICENSE.md +21 -0
- package/node_modules/mjml-table/README.md +63 -0
- package/node_modules/mjml-table/lib/index.js +106 -0
- package/node_modules/mjml-table/package.json +33 -0
- package/node_modules/mjml-text/LICENSE.md +21 -0
- package/node_modules/mjml-text/README.md +52 -0
- package/node_modules/mjml-text/lib/index.js +99 -0
- package/node_modules/mjml-text/package.json +33 -0
- package/node_modules/mjml-validator/LICENSE.md +21 -0
- package/node_modules/mjml-validator/README.md +36 -0
- package/node_modules/mjml-validator/lib/MJMLRulesCollection.js +32 -0
- package/node_modules/mjml-validator/lib/dependencies.js +39 -0
- package/node_modules/mjml-validator/lib/index.js +75 -0
- package/node_modules/mjml-validator/lib/rules/errorAttr.js +29 -0
- package/node_modules/mjml-validator/lib/rules/index.js +29 -0
- package/node_modules/mjml-validator/lib/rules/ruleError.js +31 -0
- package/node_modules/mjml-validator/lib/rules/validAttributes.js +35 -0
- package/node_modules/mjml-validator/lib/rules/validChildren.js +35 -0
- package/node_modules/mjml-validator/lib/rules/validTag.js +24 -0
- package/node_modules/mjml-validator/lib/rules/validTypes.js +34 -0
- package/node_modules/mjml-validator/lib/types/boolean.js +57 -0
- package/node_modules/mjml-validator/lib/types/color.js +51 -0
- package/node_modules/mjml-validator/lib/types/enum.js +57 -0
- package/node_modules/mjml-validator/lib/types/helpers/colors.js +7 -0
- package/node_modules/mjml-validator/lib/types/index.js +41 -0
- package/node_modules/mjml-validator/lib/types/integer.js +47 -0
- package/node_modules/mjml-validator/lib/types/string.js +47 -0
- package/node_modules/mjml-validator/lib/types/type.js +93 -0
- package/node_modules/mjml-validator/lib/types/unit.js +57 -0
- package/node_modules/mjml-validator/package.json +31 -0
- package/node_modules/mjml-wrapper/LICENSE.md +21 -0
- package/node_modules/mjml-wrapper/README.md +72 -0
- package/node_modules/mjml-wrapper/lib/index.js +56 -0
- package/node_modules/mjml-wrapper/package.json +34 -0
- package/node_modules/no-case/LICENSE +21 -0
- package/node_modules/no-case/README.md +50 -0
- package/node_modules/no-case/no-case.d.ts +3 -0
- package/node_modules/no-case/no-case.js +40 -0
- package/node_modules/no-case/package.json +56 -0
- package/node_modules/no-case/vendor/camel-case-regexp.js +1 -0
- package/node_modules/no-case/vendor/camel-case-upper-regexp.js +1 -0
- package/node_modules/no-case/vendor/non-word-regexp.js +1 -0
- package/node_modules/node-fetch/LICENSE.md +22 -0
- package/node_modules/node-fetch/README.md +634 -0
- package/node_modules/node-fetch/browser.js +25 -0
- package/node_modules/node-fetch/lib/index.es.js +1777 -0
- package/node_modules/node-fetch/lib/index.js +1787 -0
- package/node_modules/node-fetch/lib/index.mjs +1775 -0
- package/node_modules/node-fetch/package.json +89 -0
- package/node_modules/nopt/LICENSE +15 -0
- package/node_modules/nopt/README.md +213 -0
- package/node_modules/nopt/bin/nopt.js +29 -0
- package/node_modules/nopt/lib/debug.js +5 -0
- package/node_modules/nopt/lib/nopt-lib.js +479 -0
- package/node_modules/nopt/lib/nopt.js +30 -0
- package/node_modules/nopt/lib/type-defs.js +91 -0
- package/node_modules/nopt/package.json +51 -0
- package/node_modules/normalize-path/LICENSE +21 -0
- package/node_modules/normalize-path/README.md +127 -0
- package/node_modules/normalize-path/index.js +35 -0
- package/node_modules/normalize-path/package.json +77 -0
- package/node_modules/nth-check/LICENSE +11 -0
- package/node_modules/nth-check/README.md +136 -0
- package/node_modules/nth-check/lib/compile.d.ts +55 -0
- package/node_modules/nth-check/lib/compile.d.ts.map +1 -0
- package/node_modules/nth-check/lib/compile.js +121 -0
- package/node_modules/nth-check/lib/compile.js.map +1 -0
- package/node_modules/nth-check/lib/esm/compile.d.ts +55 -0
- package/node_modules/nth-check/lib/esm/compile.d.ts.map +1 -0
- package/node_modules/nth-check/lib/esm/compile.js +113 -0
- package/node_modules/nth-check/lib/esm/compile.js.map +1 -0
- package/node_modules/nth-check/lib/esm/index.d.ts +59 -0
- package/node_modules/nth-check/lib/esm/index.d.ts.map +1 -0
- package/node_modules/nth-check/lib/esm/index.js +63 -0
- package/node_modules/nth-check/lib/esm/index.js.map +1 -0
- package/node_modules/nth-check/lib/esm/package.json +1 -0
- package/node_modules/nth-check/lib/esm/parse.d.ts +9 -0
- package/node_modules/nth-check/lib/esm/parse.d.ts.map +1 -0
- package/node_modules/nth-check/lib/esm/parse.js +73 -0
- package/node_modules/nth-check/lib/esm/parse.js.map +1 -0
- package/node_modules/nth-check/lib/index.d.ts +59 -0
- package/node_modules/nth-check/lib/index.d.ts.map +1 -0
- package/node_modules/nth-check/lib/index.js +70 -0
- package/node_modules/nth-check/lib/index.js.map +1 -0
- package/node_modules/nth-check/lib/parse.d.ts +9 -0
- package/node_modules/nth-check/lib/parse.d.ts.map +1 -0
- package/node_modules/nth-check/lib/parse.js +77 -0
- package/node_modules/nth-check/lib/parse.js.map +1 -0
- package/node_modules/nth-check/package.json +78 -0
- package/node_modules/package-json-from-dist/LICENSE.md +63 -0
- package/node_modules/package-json-from-dist/README.md +95 -0
- package/node_modules/package-json-from-dist/dist/commonjs/index.d.ts +89 -0
- package/node_modules/package-json-from-dist/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/package-json-from-dist/dist/commonjs/index.js +124 -0
- package/node_modules/package-json-from-dist/dist/commonjs/index.js.map +1 -0
- package/node_modules/package-json-from-dist/dist/commonjs/package.json +3 -0
- package/node_modules/package-json-from-dist/dist/esm/index.d.ts +89 -0
- package/node_modules/package-json-from-dist/dist/esm/index.d.ts.map +1 -0
- package/node_modules/package-json-from-dist/dist/esm/index.js +119 -0
- package/node_modules/package-json-from-dist/dist/esm/index.js.map +1 -0
- package/node_modules/package-json-from-dist/dist/esm/package.json +3 -0
- package/node_modules/package-json-from-dist/package.json +68 -0
- package/node_modules/param-case/LICENSE +21 -0
- package/node_modules/param-case/README.md +45 -0
- package/node_modules/param-case/package.json +46 -0
- package/node_modules/param-case/param-case.d.ts +3 -0
- package/node_modules/param-case/param-case.js +12 -0
- package/node_modules/parse5/LICENSE +19 -0
- package/node_modules/parse5/README.md +38 -0
- package/node_modules/parse5/dist/cjs/common/doctype.d.ts +5 -0
- package/node_modules/parse5/dist/cjs/common/doctype.js +120 -0
- package/node_modules/parse5/dist/cjs/common/error-codes.d.ts +68 -0
- package/node_modules/parse5/dist/cjs/common/error-codes.js +67 -0
- package/node_modules/parse5/dist/cjs/common/foreign-content.d.ts +10 -0
- package/node_modules/parse5/dist/cjs/common/foreign-content.js +239 -0
- package/node_modules/parse5/dist/cjs/common/html.d.ts +288 -0
- package/node_modules/parse5/dist/cjs/common/html.js +529 -0
- package/node_modules/parse5/dist/cjs/common/token.d.ts +85 -0
- package/node_modules/parse5/dist/cjs/common/token.js +25 -0
- package/node_modules/parse5/dist/cjs/common/unicode.d.ts +49 -0
- package/node_modules/parse5/dist/cjs/common/unicode.js +77 -0
- package/node_modules/parse5/dist/cjs/index.d.ts +60 -0
- package/node_modules/parse5/dist/cjs/index.js +57 -0
- package/node_modules/parse5/dist/cjs/package.json +1 -0
- package/node_modules/parse5/dist/cjs/parser/formatting-element-list.d.ts +37 -0
- package/node_modules/parse5/dist/cjs/parser/formatting-element-list.js +115 -0
- package/node_modules/parse5/dist/cjs/parser/index.d.ts +157 -0
- package/node_modules/parse5/dist/cjs/parser/index.js +3163 -0
- package/node_modules/parse5/dist/cjs/parser/open-element-stack.d.ts +53 -0
- package/node_modules/parse5/dist/cjs/parser/open-element-stack.js +316 -0
- package/node_modules/parse5/dist/cjs/serializer/index.d.ts +61 -0
- package/node_modules/parse5/dist/cjs/serializer/index.js +173 -0
- package/node_modules/parse5/dist/cjs/tokenizer/index.d.ts +248 -0
- package/node_modules/parse5/dist/cjs/tokenizer/index.js +2908 -0
- package/node_modules/parse5/dist/cjs/tokenizer/preprocessor.d.ts +37 -0
- package/node_modules/parse5/dist/cjs/tokenizer/preprocessor.js +199 -0
- package/node_modules/parse5/dist/cjs/tree-adapters/default.d.ts +85 -0
- package/node_modules/parse5/dist/cjs/tree-adapters/default.js +177 -0
- package/node_modules/parse5/dist/cjs/tree-adapters/interface.d.ts +250 -0
- package/node_modules/parse5/dist/cjs/tree-adapters/interface.js +3 -0
- package/node_modules/parse5/dist/common/doctype.d.ts +5 -0
- package/node_modules/parse5/dist/common/doctype.js +115 -0
- package/node_modules/parse5/dist/common/error-codes.d.ts +68 -0
- package/node_modules/parse5/dist/common/error-codes.js +64 -0
- package/node_modules/parse5/dist/common/foreign-content.d.ts +10 -0
- package/node_modules/parse5/dist/common/foreign-content.js +230 -0
- package/node_modules/parse5/dist/common/html.d.ts +288 -0
- package/node_modules/parse5/dist/common/html.js +523 -0
- package/node_modules/parse5/dist/common/token.d.ts +85 -0
- package/node_modules/parse5/dist/common/token.js +21 -0
- package/node_modules/parse5/dist/common/unicode.d.ts +49 -0
- package/node_modules/parse5/dist/common/unicode.js +69 -0
- package/node_modules/parse5/dist/index.d.ts +60 -0
- package/node_modules/parse5/dist/index.js +45 -0
- package/node_modules/parse5/dist/parser/formatting-element-list.d.ts +37 -0
- package/node_modules/parse5/dist/parser/formatting-element-list.js +111 -0
- package/node_modules/parse5/dist/parser/index.d.ts +157 -0
- package/node_modules/parse5/dist/parser/index.js +3168 -0
- package/node_modules/parse5/dist/parser/open-element-stack.d.ts +53 -0
- package/node_modules/parse5/dist/parser/open-element-stack.js +312 -0
- package/node_modules/parse5/dist/serializer/index.d.ts +61 -0
- package/node_modules/parse5/dist/serializer/index.js +168 -0
- package/node_modules/parse5/dist/tokenizer/index.d.ts +248 -0
- package/node_modules/parse5/dist/tokenizer/index.js +2904 -0
- package/node_modules/parse5/dist/tokenizer/preprocessor.d.ts +37 -0
- package/node_modules/parse5/dist/tokenizer/preprocessor.js +195 -0
- package/node_modules/parse5/dist/tree-adapters/default.d.ts +85 -0
- package/node_modules/parse5/dist/tree-adapters/default.js +174 -0
- package/node_modules/parse5/dist/tree-adapters/interface.d.ts +250 -0
- package/node_modules/parse5/dist/tree-adapters/interface.js +2 -0
- package/node_modules/parse5/package.json +50 -0
- package/node_modules/parse5-htmlparser2-tree-adapter/LICENSE +19 -0
- package/node_modules/parse5-htmlparser2-tree-adapter/README.md +34 -0
- package/node_modules/parse5-htmlparser2-tree-adapter/dist/cjs/index.d.ts +7 -0
- package/node_modules/parse5-htmlparser2-tree-adapter/dist/cjs/index.js +215 -0
- package/node_modules/parse5-htmlparser2-tree-adapter/dist/cjs/package.json +1 -0
- package/node_modules/parse5-htmlparser2-tree-adapter/dist/index.d.ts +7 -0
- package/node_modules/parse5-htmlparser2-tree-adapter/dist/index.js +214 -0
- package/node_modules/parse5-htmlparser2-tree-adapter/package.json +39 -0
- package/node_modules/path-key/index.d.ts +40 -0
- package/node_modules/path-key/index.js +16 -0
- package/node_modules/path-key/license +9 -0
- package/node_modules/path-key/package.json +39 -0
- package/node_modules/path-key/readme.md +61 -0
- package/node_modules/path-scurry/LICENSE.md +55 -0
- package/node_modules/path-scurry/README.md +636 -0
- package/node_modules/path-scurry/dist/commonjs/index.d.ts +1116 -0
- package/node_modules/path-scurry/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/path-scurry/dist/commonjs/index.js +2014 -0
- package/node_modules/path-scurry/dist/commonjs/index.js.map +1 -0
- package/node_modules/path-scurry/dist/commonjs/package.json +3 -0
- package/node_modules/path-scurry/dist/esm/index.d.ts +1116 -0
- package/node_modules/path-scurry/dist/esm/index.d.ts.map +1 -0
- package/node_modules/path-scurry/dist/esm/index.js +1979 -0
- package/node_modules/path-scurry/dist/esm/index.js.map +1 -0
- package/node_modules/path-scurry/dist/esm/package.json +3 -0
- package/node_modules/path-scurry/node_modules/lru-cache/LICENSE +15 -0
- package/node_modules/path-scurry/node_modules/lru-cache/README.md +1204 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.d.ts +856 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.d.ts.map +1 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.js +1446 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.js.map +1 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.min.js +2 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/index.min.js.map +7 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/commonjs/package.json +3 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.d.ts +856 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.d.ts.map +1 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.js +1442 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.js.map +1 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.min.js +2 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/index.min.js.map +7 -0
- package/node_modules/path-scurry/node_modules/lru-cache/dist/esm/package.json +3 -0
- package/node_modules/path-scurry/node_modules/lru-cache/package.json +117 -0
- package/node_modules/path-scurry/package.json +89 -0
- package/node_modules/picomatch/LICENSE +21 -0
- package/node_modules/picomatch/README.md +708 -0
- package/node_modules/picomatch/index.js +3 -0
- package/node_modules/picomatch/lib/constants.js +179 -0
- package/node_modules/picomatch/lib/parse.js +1091 -0
- package/node_modules/picomatch/lib/picomatch.js +342 -0
- package/node_modules/picomatch/lib/scan.js +391 -0
- package/node_modules/picomatch/lib/utils.js +64 -0
- package/node_modules/picomatch/package.json +81 -0
- package/node_modules/proto-list/LICENSE +15 -0
- package/node_modules/proto-list/README.md +3 -0
- package/node_modules/proto-list/package.json +18 -0
- package/node_modules/proto-list/proto-list.js +88 -0
- package/node_modules/proto-list/test/basic.js +61 -0
- package/node_modules/readdirp/LICENSE +21 -0
- package/node_modules/readdirp/README.md +122 -0
- package/node_modules/readdirp/index.d.ts +43 -0
- package/node_modules/readdirp/index.js +287 -0
- package/node_modules/readdirp/package.json +122 -0
- package/node_modules/regenerator-runtime/LICENSE +21 -0
- package/node_modules/regenerator-runtime/README.md +31 -0
- package/node_modules/regenerator-runtime/package.json +19 -0
- package/node_modules/regenerator-runtime/path.js +11 -0
- package/node_modules/regenerator-runtime/runtime.js +761 -0
- package/node_modules/relateurl/README.md +159 -0
- package/node_modules/relateurl/lib/constants.js +10 -0
- package/node_modules/relateurl/lib/format.js +174 -0
- package/node_modules/relateurl/lib/index.js +94 -0
- package/node_modules/relateurl/lib/options.js +57 -0
- package/node_modules/relateurl/lib/parse/host.js +26 -0
- package/node_modules/relateurl/lib/parse/hrefInfo.js +20 -0
- package/node_modules/relateurl/lib/parse/index.js +58 -0
- package/node_modules/relateurl/lib/parse/path.js +100 -0
- package/node_modules/relateurl/lib/parse/port.js +32 -0
- package/node_modules/relateurl/lib/parse/query.js +53 -0
- package/node_modules/relateurl/lib/parse/urlstring.js +146 -0
- package/node_modules/relateurl/lib/relate/absolutize.js +89 -0
- package/node_modules/relateurl/lib/relate/findRelation.js +79 -0
- package/node_modules/relateurl/lib/relate/index.js +18 -0
- package/node_modules/relateurl/lib/relate/relativize.js +67 -0
- package/node_modules/relateurl/lib/util/devlog.js +25 -0
- package/node_modules/relateurl/lib/util/object.js +64 -0
- package/node_modules/relateurl/lib/util/path.js +49 -0
- package/node_modules/relateurl/license +21 -0
- package/node_modules/relateurl/package.json +46 -0
- package/node_modules/require-directory/.jshintrc +67 -0
- package/node_modules/require-directory/.npmignore +1 -0
- package/node_modules/require-directory/.travis.yml +3 -0
- package/node_modules/require-directory/LICENSE +22 -0
- package/node_modules/require-directory/README.markdown +184 -0
- package/node_modules/require-directory/index.js +86 -0
- package/node_modules/require-directory/package.json +40 -0
- package/node_modules/semver/LICENSE +15 -0
- package/node_modules/semver/README.md +654 -0
- package/node_modules/semver/bin/semver.js +188 -0
- package/node_modules/semver/classes/comparator.js +141 -0
- package/node_modules/semver/classes/index.js +5 -0
- package/node_modules/semver/classes/range.js +540 -0
- package/node_modules/semver/classes/semver.js +302 -0
- package/node_modules/semver/functions/clean.js +6 -0
- package/node_modules/semver/functions/cmp.js +52 -0
- package/node_modules/semver/functions/coerce.js +60 -0
- package/node_modules/semver/functions/compare-build.js +7 -0
- package/node_modules/semver/functions/compare-loose.js +3 -0
- package/node_modules/semver/functions/compare.js +5 -0
- package/node_modules/semver/functions/diff.js +65 -0
- package/node_modules/semver/functions/eq.js +3 -0
- package/node_modules/semver/functions/gt.js +3 -0
- package/node_modules/semver/functions/gte.js +3 -0
- package/node_modules/semver/functions/inc.js +19 -0
- package/node_modules/semver/functions/lt.js +3 -0
- package/node_modules/semver/functions/lte.js +3 -0
- package/node_modules/semver/functions/major.js +3 -0
- package/node_modules/semver/functions/minor.js +3 -0
- package/node_modules/semver/functions/neq.js +3 -0
- package/node_modules/semver/functions/parse.js +16 -0
- package/node_modules/semver/functions/patch.js +3 -0
- package/node_modules/semver/functions/prerelease.js +6 -0
- package/node_modules/semver/functions/rcompare.js +3 -0
- package/node_modules/semver/functions/rsort.js +3 -0
- package/node_modules/semver/functions/satisfies.js +10 -0
- package/node_modules/semver/functions/sort.js +3 -0
- package/node_modules/semver/functions/valid.js +6 -0
- package/node_modules/semver/index.js +89 -0
- package/node_modules/semver/internal/constants.js +35 -0
- package/node_modules/semver/internal/debug.js +9 -0
- package/node_modules/semver/internal/identifiers.js +23 -0
- package/node_modules/semver/internal/lrucache.js +40 -0
- package/node_modules/semver/internal/parse-options.js +15 -0
- package/node_modules/semver/internal/re.js +217 -0
- package/node_modules/semver/package.json +77 -0
- package/node_modules/semver/preload.js +2 -0
- package/node_modules/semver/range.bnf +16 -0
- package/node_modules/semver/ranges/gtr.js +4 -0
- package/node_modules/semver/ranges/intersects.js +7 -0
- package/node_modules/semver/ranges/ltr.js +4 -0
- package/node_modules/semver/ranges/max-satisfying.js +25 -0
- package/node_modules/semver/ranges/min-satisfying.js +24 -0
- package/node_modules/semver/ranges/min-version.js +61 -0
- package/node_modules/semver/ranges/outside.js +80 -0
- package/node_modules/semver/ranges/simplify.js +47 -0
- package/node_modules/semver/ranges/subset.js +247 -0
- package/node_modules/semver/ranges/to-comparators.js +8 -0
- package/node_modules/semver/ranges/valid.js +11 -0
- package/node_modules/shebang-command/index.js +19 -0
- package/node_modules/shebang-command/license +9 -0
- package/node_modules/shebang-command/package.json +34 -0
- package/node_modules/shebang-command/readme.md +34 -0
- package/node_modules/shebang-regex/index.d.ts +22 -0
- package/node_modules/shebang-regex/index.js +2 -0
- package/node_modules/shebang-regex/license +9 -0
- package/node_modules/shebang-regex/package.json +35 -0
- package/node_modules/shebang-regex/readme.md +33 -0
- package/node_modules/slick/.npmignore +1 -0
- package/node_modules/slick/README.md +106 -0
- package/node_modules/slick/finder.js +829 -0
- package/node_modules/slick/index.js +5 -0
- package/node_modules/slick/package.json +33 -0
- package/node_modules/slick/parser.js +250 -0
- package/node_modules/source-map/LICENSE +28 -0
- package/node_modules/source-map/README.md +742 -0
- package/node_modules/source-map/dist/source-map.debug.js +3234 -0
- package/node_modules/source-map/dist/source-map.js +3233 -0
- package/node_modules/source-map/dist/source-map.min.js +2 -0
- package/node_modules/source-map/dist/source-map.min.js.map +1 -0
- package/node_modules/source-map/lib/array-set.js +121 -0
- package/node_modules/source-map/lib/base64-vlq.js +140 -0
- package/node_modules/source-map/lib/base64.js +67 -0
- package/node_modules/source-map/lib/binary-search.js +111 -0
- package/node_modules/source-map/lib/mapping-list.js +79 -0
- package/node_modules/source-map/lib/quick-sort.js +114 -0
- package/node_modules/source-map/lib/source-map-consumer.js +1145 -0
- package/node_modules/source-map/lib/source-map-generator.js +425 -0
- package/node_modules/source-map/lib/source-node.js +413 -0
- package/node_modules/source-map/lib/util.js +488 -0
- package/node_modules/source-map/package.json +73 -0
- package/node_modules/source-map/source-map.d.ts +98 -0
- package/node_modules/source-map/source-map.js +8 -0
- package/node_modules/string-width/index.d.ts +29 -0
- package/node_modules/string-width/index.js +47 -0
- package/node_modules/string-width/license +9 -0
- package/node_modules/string-width/package.json +56 -0
- package/node_modules/string-width/readme.md +50 -0
- package/node_modules/string-width-cjs/index.d.ts +29 -0
- package/node_modules/string-width-cjs/index.js +47 -0
- package/node_modules/string-width-cjs/license +9 -0
- package/node_modules/string-width-cjs/package.json +56 -0
- package/node_modules/string-width-cjs/readme.md +50 -0
- package/node_modules/strip-ansi/index.d.ts +17 -0
- package/node_modules/strip-ansi/index.js +4 -0
- package/node_modules/strip-ansi/license +9 -0
- package/node_modules/strip-ansi/package.json +54 -0
- package/node_modules/strip-ansi/readme.md +46 -0
- package/node_modules/strip-ansi-cjs/index.d.ts +17 -0
- package/node_modules/strip-ansi-cjs/index.js +4 -0
- package/node_modules/strip-ansi-cjs/license +9 -0
- package/node_modules/strip-ansi-cjs/package.json +54 -0
- package/node_modules/strip-ansi-cjs/readme.md +46 -0
- package/node_modules/to-regex-range/LICENSE +21 -0
- package/node_modules/to-regex-range/README.md +305 -0
- package/node_modules/to-regex-range/index.js +288 -0
- package/node_modules/to-regex-range/package.json +88 -0
- package/node_modules/tr46/.npmignore +4 -0
- package/node_modules/tr46/index.js +193 -0
- package/node_modules/tr46/lib/.gitkeep +0 -0
- package/node_modules/tr46/lib/mappingTable.json +1 -0
- package/node_modules/tr46/package.json +31 -0
- package/node_modules/uglify-js/LICENSE +29 -0
- package/node_modules/uglify-js/README.md +1479 -0
- package/node_modules/uglify-js/bin/uglifyjs +621 -0
- package/node_modules/uglify-js/lib/ast.js +2356 -0
- package/node_modules/uglify-js/lib/compress.js +14483 -0
- package/node_modules/uglify-js/lib/minify.js +277 -0
- package/node_modules/uglify-js/lib/mozilla-ast.js +1338 -0
- package/node_modules/uglify-js/lib/output.js +1959 -0
- package/node_modules/uglify-js/lib/parse.js +2589 -0
- package/node_modules/uglify-js/lib/propmangle.js +328 -0
- package/node_modules/uglify-js/lib/scope.js +883 -0
- package/node_modules/uglify-js/lib/sourcemap.js +195 -0
- package/node_modules/uglify-js/lib/transform.js +250 -0
- package/node_modules/uglify-js/lib/utils.js +300 -0
- package/node_modules/uglify-js/package.json +56 -0
- package/node_modules/uglify-js/tools/domprops.html +456 -0
- package/node_modules/uglify-js/tools/domprops.json +8327 -0
- package/node_modules/uglify-js/tools/exports.js +8 -0
- package/node_modules/uglify-js/tools/node.js +110 -0
- package/node_modules/uglify-js/tools/tty.js +22 -0
- package/node_modules/upper-case/LICENSE +21 -0
- package/node_modules/upper-case/README.md +45 -0
- package/node_modules/upper-case/package.json +51 -0
- package/node_modules/upper-case/upper-case.d.ts +3 -0
- package/node_modules/upper-case/upper-case.js +50 -0
- package/node_modules/valid-data-url/LICENSE +21 -0
- package/node_modules/valid-data-url/README.md +78 -0
- package/node_modules/valid-data-url/index.js +27 -0
- package/node_modules/valid-data-url/package.json +62 -0
- package/node_modules/web-resource-inliner/README.md +80 -0
- package/node_modules/web-resource-inliner/node_modules/dom-serializer/LICENSE +11 -0
- package/node_modules/web-resource-inliner/node_modules/dom-serializer/README.md +97 -0
- package/node_modules/web-resource-inliner/node_modules/dom-serializer/lib/esm/foreignNames.d.ts +3 -0
- package/node_modules/web-resource-inliner/node_modules/dom-serializer/lib/esm/foreignNames.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/dom-serializer/lib/esm/foreignNames.js +100 -0
- package/node_modules/web-resource-inliner/node_modules/dom-serializer/lib/esm/index.d.ts +52 -0
- package/node_modules/web-resource-inliner/node_modules/dom-serializer/lib/esm/index.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/dom-serializer/lib/esm/index.js +190 -0
- package/node_modules/web-resource-inliner/node_modules/dom-serializer/lib/esm/package.json +1 -0
- package/node_modules/web-resource-inliner/node_modules/dom-serializer/lib/foreignNames.d.ts +3 -0
- package/node_modules/web-resource-inliner/node_modules/dom-serializer/lib/foreignNames.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/dom-serializer/lib/foreignNames.js +103 -0
- package/node_modules/web-resource-inliner/node_modules/dom-serializer/lib/index.d.ts +43 -0
- package/node_modules/web-resource-inliner/node_modules/dom-serializer/lib/index.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/dom-serializer/lib/index.js +211 -0
- package/node_modules/web-resource-inliner/node_modules/dom-serializer/node_modules/domhandler/LICENSE +11 -0
- package/node_modules/web-resource-inliner/node_modules/dom-serializer/node_modules/domhandler/lib/index.d.ts +85 -0
- package/node_modules/web-resource-inliner/node_modules/dom-serializer/node_modules/domhandler/lib/index.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/dom-serializer/node_modules/domhandler/lib/index.js +176 -0
- package/node_modules/web-resource-inliner/node_modules/dom-serializer/node_modules/domhandler/lib/node.d.ts +237 -0
- package/node_modules/web-resource-inliner/node_modules/dom-serializer/node_modules/domhandler/lib/node.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/dom-serializer/node_modules/domhandler/lib/node.js +444 -0
- package/node_modules/web-resource-inliner/node_modules/dom-serializer/node_modules/domhandler/package.json +58 -0
- package/node_modules/web-resource-inliner/node_modules/dom-serializer/node_modules/domhandler/readme.md +163 -0
- package/node_modules/web-resource-inliner/node_modules/dom-serializer/package.json +55 -0
- package/node_modules/web-resource-inliner/node_modules/domhandler/LICENSE +11 -0
- package/node_modules/web-resource-inliner/node_modules/domhandler/lib/index.d.ts +78 -0
- package/node_modules/web-resource-inliner/node_modules/domhandler/lib/index.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/domhandler/lib/index.js +176 -0
- package/node_modules/web-resource-inliner/node_modules/domhandler/lib/node.d.ts +98 -0
- package/node_modules/web-resource-inliner/node_modules/domhandler/lib/node.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/domhandler/lib/node.js +296 -0
- package/node_modules/web-resource-inliner/node_modules/domhandler/package.json +57 -0
- package/node_modules/web-resource-inliner/node_modules/domhandler/readme.md +163 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/LICENSE +11 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/lib/feeds.d.ts +45 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/lib/feeds.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/lib/feeds.js +190 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/lib/helpers.d.ts +51 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/lib/helpers.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/lib/helpers.js +125 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/lib/index.d.ts +10 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/lib/index.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/lib/index.js +28 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/lib/legacy.d.ts +47 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/lib/legacy.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/lib/legacy.js +124 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/lib/manipulation.d.ts +43 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/lib/manipulation.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/lib/manipulation.js +129 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/lib/querying.d.ts +55 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/lib/querying.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/lib/querying.js +126 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/lib/stringify.d.ts +41 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/lib/stringify.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/lib/stringify.js +86 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/lib/traversal.d.ts +59 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/lib/traversal.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/lib/traversal.js +117 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/node_modules/domhandler/LICENSE +11 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/node_modules/domhandler/lib/index.d.ts +85 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/node_modules/domhandler/lib/index.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/node_modules/domhandler/lib/index.js +176 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/node_modules/domhandler/lib/node.d.ts +237 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/node_modules/domhandler/lib/node.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/node_modules/domhandler/lib/node.js +444 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/node_modules/domhandler/package.json +58 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/node_modules/domhandler/readme.md +163 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/package.json +65 -0
- package/node_modules/web-resource-inliner/node_modules/domutils/readme.md +31 -0
- package/node_modules/web-resource-inliner/node_modules/entities/LICENSE +11 -0
- package/node_modules/web-resource-inliner/node_modules/entities/lib/decode.d.ts +5 -0
- package/node_modules/web-resource-inliner/node_modules/entities/lib/decode.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/entities/lib/decode.js +53 -0
- package/node_modules/web-resource-inliner/node_modules/entities/lib/decode_codepoint.d.ts +2 -0
- package/node_modules/web-resource-inliner/node_modules/entities/lib/decode_codepoint.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/entities/lib/decode_codepoint.js +30 -0
- package/node_modules/web-resource-inliner/node_modules/entities/lib/encode.d.ts +47 -0
- package/node_modules/web-resource-inliner/node_modules/entities/lib/encode.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/entities/lib/encode.js +136 -0
- package/node_modules/web-resource-inliner/node_modules/entities/lib/index.d.ts +27 -0
- package/node_modules/web-resource-inliner/node_modules/entities/lib/index.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/entities/lib/index.js +57 -0
- package/node_modules/web-resource-inliner/node_modules/entities/lib/maps/decode.json +1 -0
- package/node_modules/web-resource-inliner/node_modules/entities/lib/maps/entities.json +1 -0
- package/node_modules/web-resource-inliner/node_modules/entities/lib/maps/legacy.json +1 -0
- package/node_modules/web-resource-inliner/node_modules/entities/lib/maps/xml.json +1 -0
- package/node_modules/web-resource-inliner/node_modules/entities/package.json +64 -0
- package/node_modules/web-resource-inliner/node_modules/entities/readme.md +57 -0
- package/node_modules/web-resource-inliner/node_modules/htmlparser2/LICENSE +18 -0
- package/node_modules/web-resource-inliner/node_modules/htmlparser2/README.md +127 -0
- package/node_modules/web-resource-inliner/node_modules/htmlparser2/lib/CollectingHandler.d.ts +10 -0
- package/node_modules/web-resource-inliner/node_modules/htmlparser2/lib/CollectingHandler.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/htmlparser2/lib/CollectingHandler.js +60 -0
- package/node_modules/web-resource-inliner/node_modules/htmlparser2/lib/FeedHandler.d.ts +67 -0
- package/node_modules/web-resource-inliner/node_modules/htmlparser2/lib/FeedHandler.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/htmlparser2/lib/FeedHandler.js +233 -0
- package/node_modules/web-resource-inliner/node_modules/htmlparser2/lib/MultiplexHandler.d.ts +27 -0
- package/node_modules/web-resource-inliner/node_modules/htmlparser2/lib/MultiplexHandler.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/htmlparser2/lib/MultiplexHandler.js +56 -0
- package/node_modules/web-resource-inliner/node_modules/htmlparser2/lib/Parser.d.ts +146 -0
- package/node_modules/web-resource-inliner/node_modules/htmlparser2/lib/Parser.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/htmlparser2/lib/Parser.js +379 -0
- package/node_modules/web-resource-inliner/node_modules/htmlparser2/lib/Tokenizer.d.ts +175 -0
- package/node_modules/web-resource-inliner/node_modules/htmlparser2/lib/Tokenizer.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/htmlparser2/lib/Tokenizer.js +898 -0
- package/node_modules/web-resource-inliner/node_modules/htmlparser2/lib/WritableStream.d.ts +16 -0
- package/node_modules/web-resource-inliner/node_modules/htmlparser2/lib/WritableStream.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/htmlparser2/lib/WritableStream.js +51 -0
- package/node_modules/web-resource-inliner/node_modules/htmlparser2/lib/index.d.ts +28 -0
- package/node_modules/web-resource-inliner/node_modules/htmlparser2/lib/index.d.ts.map +1 -0
- package/node_modules/web-resource-inliner/node_modules/htmlparser2/lib/index.js +70 -0
- package/node_modules/web-resource-inliner/node_modules/htmlparser2/package.json +68 -0
- package/node_modules/web-resource-inliner/package.json +50 -0
- package/node_modules/web-resource-inliner/src/css.js +115 -0
- package/node_modules/web-resource-inliner/src/html.js +286 -0
- package/node_modules/web-resource-inliner/src/inline.js +16 -0
- package/node_modules/web-resource-inliner/src/util.js +216 -0
- package/node_modules/webidl-conversions/LICENSE.md +12 -0
- package/node_modules/webidl-conversions/README.md +53 -0
- package/node_modules/webidl-conversions/lib/index.js +189 -0
- package/node_modules/webidl-conversions/package.json +23 -0
- package/node_modules/whatwg-url/LICENSE.txt +21 -0
- package/node_modules/whatwg-url/README.md +67 -0
- package/node_modules/whatwg-url/lib/URL-impl.js +200 -0
- package/node_modules/whatwg-url/lib/URL.js +196 -0
- package/node_modules/whatwg-url/lib/public-api.js +11 -0
- package/node_modules/whatwg-url/lib/url-state-machine.js +1297 -0
- package/node_modules/whatwg-url/lib/utils.js +20 -0
- package/node_modules/whatwg-url/package.json +32 -0
- package/node_modules/which/LICENSE +15 -0
- package/node_modules/which/README.md +54 -0
- package/node_modules/which/bin/node-which +52 -0
- package/node_modules/which/package.json +43 -0
- package/node_modules/which/which.js +125 -0
- package/node_modules/wrap-ansi/index.js +216 -0
- package/node_modules/wrap-ansi/license +9 -0
- package/node_modules/wrap-ansi/package.json +62 -0
- package/node_modules/wrap-ansi/readme.md +91 -0
- package/node_modules/wrap-ansi-cjs/index.js +216 -0
- package/node_modules/wrap-ansi-cjs/license +9 -0
- package/node_modules/wrap-ansi-cjs/package.json +62 -0
- package/node_modules/wrap-ansi-cjs/readme.md +91 -0
- package/node_modules/y18n/LICENSE +13 -0
- package/node_modules/y18n/README.md +127 -0
- package/node_modules/y18n/build/index.cjs +203 -0
- package/node_modules/y18n/build/lib/cjs.js +6 -0
- package/node_modules/y18n/build/lib/index.js +174 -0
- package/node_modules/y18n/build/lib/platform-shims/node.js +19 -0
- package/node_modules/y18n/index.mjs +8 -0
- package/node_modules/y18n/package.json +70 -0
- package/package.json +12 -3
|
@@ -0,0 +1,496 @@
|
|
|
1
|
+
import htmlDecodeTree from "./generated/decode-data-html.js";
|
|
2
|
+
import xmlDecodeTree from "./generated/decode-data-xml.js";
|
|
3
|
+
import decodeCodePoint, { replaceCodePoint, fromCodePoint, } from "./decode_codepoint.js";
|
|
4
|
+
// Re-export for use by eg. htmlparser2
|
|
5
|
+
export { htmlDecodeTree, xmlDecodeTree, decodeCodePoint };
|
|
6
|
+
export { replaceCodePoint, fromCodePoint } from "./decode_codepoint.js";
|
|
7
|
+
var CharCodes;
|
|
8
|
+
(function (CharCodes) {
|
|
9
|
+
CharCodes[CharCodes["NUM"] = 35] = "NUM";
|
|
10
|
+
CharCodes[CharCodes["SEMI"] = 59] = "SEMI";
|
|
11
|
+
CharCodes[CharCodes["EQUALS"] = 61] = "EQUALS";
|
|
12
|
+
CharCodes[CharCodes["ZERO"] = 48] = "ZERO";
|
|
13
|
+
CharCodes[CharCodes["NINE"] = 57] = "NINE";
|
|
14
|
+
CharCodes[CharCodes["LOWER_A"] = 97] = "LOWER_A";
|
|
15
|
+
CharCodes[CharCodes["LOWER_F"] = 102] = "LOWER_F";
|
|
16
|
+
CharCodes[CharCodes["LOWER_X"] = 120] = "LOWER_X";
|
|
17
|
+
CharCodes[CharCodes["LOWER_Z"] = 122] = "LOWER_Z";
|
|
18
|
+
CharCodes[CharCodes["UPPER_A"] = 65] = "UPPER_A";
|
|
19
|
+
CharCodes[CharCodes["UPPER_F"] = 70] = "UPPER_F";
|
|
20
|
+
CharCodes[CharCodes["UPPER_Z"] = 90] = "UPPER_Z";
|
|
21
|
+
})(CharCodes || (CharCodes = {}));
|
|
22
|
+
/** Bit that needs to be set to convert an upper case ASCII character to lower case */
|
|
23
|
+
const TO_LOWER_BIT = 0b100000;
|
|
24
|
+
export var BinTrieFlags;
|
|
25
|
+
(function (BinTrieFlags) {
|
|
26
|
+
BinTrieFlags[BinTrieFlags["VALUE_LENGTH"] = 49152] = "VALUE_LENGTH";
|
|
27
|
+
BinTrieFlags[BinTrieFlags["BRANCH_LENGTH"] = 16256] = "BRANCH_LENGTH";
|
|
28
|
+
BinTrieFlags[BinTrieFlags["JUMP_TABLE"] = 127] = "JUMP_TABLE";
|
|
29
|
+
})(BinTrieFlags || (BinTrieFlags = {}));
|
|
30
|
+
function isNumber(code) {
|
|
31
|
+
return code >= CharCodes.ZERO && code <= CharCodes.NINE;
|
|
32
|
+
}
|
|
33
|
+
function isHexadecimalCharacter(code) {
|
|
34
|
+
return ((code >= CharCodes.UPPER_A && code <= CharCodes.UPPER_F) ||
|
|
35
|
+
(code >= CharCodes.LOWER_A && code <= CharCodes.LOWER_F));
|
|
36
|
+
}
|
|
37
|
+
function isAsciiAlphaNumeric(code) {
|
|
38
|
+
return ((code >= CharCodes.UPPER_A && code <= CharCodes.UPPER_Z) ||
|
|
39
|
+
(code >= CharCodes.LOWER_A && code <= CharCodes.LOWER_Z) ||
|
|
40
|
+
isNumber(code));
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Checks if the given character is a valid end character for an entity in an attribute.
|
|
44
|
+
*
|
|
45
|
+
* Attribute values that aren't terminated properly aren't parsed, and shouldn't lead to a parser error.
|
|
46
|
+
* See the example in https://html.spec.whatwg.org/multipage/parsing.html#named-character-reference-state
|
|
47
|
+
*/
|
|
48
|
+
function isEntityInAttributeInvalidEnd(code) {
|
|
49
|
+
return code === CharCodes.EQUALS || isAsciiAlphaNumeric(code);
|
|
50
|
+
}
|
|
51
|
+
var EntityDecoderState;
|
|
52
|
+
(function (EntityDecoderState) {
|
|
53
|
+
EntityDecoderState[EntityDecoderState["EntityStart"] = 0] = "EntityStart";
|
|
54
|
+
EntityDecoderState[EntityDecoderState["NumericStart"] = 1] = "NumericStart";
|
|
55
|
+
EntityDecoderState[EntityDecoderState["NumericDecimal"] = 2] = "NumericDecimal";
|
|
56
|
+
EntityDecoderState[EntityDecoderState["NumericHex"] = 3] = "NumericHex";
|
|
57
|
+
EntityDecoderState[EntityDecoderState["NamedEntity"] = 4] = "NamedEntity";
|
|
58
|
+
})(EntityDecoderState || (EntityDecoderState = {}));
|
|
59
|
+
export var DecodingMode;
|
|
60
|
+
(function (DecodingMode) {
|
|
61
|
+
/** Entities in text nodes that can end with any character. */
|
|
62
|
+
DecodingMode[DecodingMode["Legacy"] = 0] = "Legacy";
|
|
63
|
+
/** Only allow entities terminated with a semicolon. */
|
|
64
|
+
DecodingMode[DecodingMode["Strict"] = 1] = "Strict";
|
|
65
|
+
/** Entities in attributes have limitations on ending characters. */
|
|
66
|
+
DecodingMode[DecodingMode["Attribute"] = 2] = "Attribute";
|
|
67
|
+
})(DecodingMode || (DecodingMode = {}));
|
|
68
|
+
/**
|
|
69
|
+
* Token decoder with support of writing partial entities.
|
|
70
|
+
*/
|
|
71
|
+
export class EntityDecoder {
|
|
72
|
+
constructor(
|
|
73
|
+
/** The tree used to decode entities. */
|
|
74
|
+
decodeTree,
|
|
75
|
+
/**
|
|
76
|
+
* The function that is called when a codepoint is decoded.
|
|
77
|
+
*
|
|
78
|
+
* For multi-byte named entities, this will be called multiple times,
|
|
79
|
+
* with the second codepoint, and the same `consumed` value.
|
|
80
|
+
*
|
|
81
|
+
* @param codepoint The decoded codepoint.
|
|
82
|
+
* @param consumed The number of bytes consumed by the decoder.
|
|
83
|
+
*/
|
|
84
|
+
emitCodePoint,
|
|
85
|
+
/** An object that is used to produce errors. */
|
|
86
|
+
errors) {
|
|
87
|
+
this.decodeTree = decodeTree;
|
|
88
|
+
this.emitCodePoint = emitCodePoint;
|
|
89
|
+
this.errors = errors;
|
|
90
|
+
/** The current state of the decoder. */
|
|
91
|
+
this.state = EntityDecoderState.EntityStart;
|
|
92
|
+
/** Characters that were consumed while parsing an entity. */
|
|
93
|
+
this.consumed = 1;
|
|
94
|
+
/**
|
|
95
|
+
* The result of the entity.
|
|
96
|
+
*
|
|
97
|
+
* Either the result index of a numeric entity, or the codepoint of a
|
|
98
|
+
* numeric entity.
|
|
99
|
+
*/
|
|
100
|
+
this.result = 0;
|
|
101
|
+
/** The current index in the decode tree. */
|
|
102
|
+
this.treeIndex = 0;
|
|
103
|
+
/** The number of characters that were consumed in excess. */
|
|
104
|
+
this.excess = 1;
|
|
105
|
+
/** The mode in which the decoder is operating. */
|
|
106
|
+
this.decodeMode = DecodingMode.Strict;
|
|
107
|
+
}
|
|
108
|
+
/** Resets the instance to make it reusable. */
|
|
109
|
+
startEntity(decodeMode) {
|
|
110
|
+
this.decodeMode = decodeMode;
|
|
111
|
+
this.state = EntityDecoderState.EntityStart;
|
|
112
|
+
this.result = 0;
|
|
113
|
+
this.treeIndex = 0;
|
|
114
|
+
this.excess = 1;
|
|
115
|
+
this.consumed = 1;
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* Write an entity to the decoder. This can be called multiple times with partial entities.
|
|
119
|
+
* If the entity is incomplete, the decoder will return -1.
|
|
120
|
+
*
|
|
121
|
+
* Mirrors the implementation of `getDecoder`, but with the ability to stop decoding if the
|
|
122
|
+
* entity is incomplete, and resume when the next string is written.
|
|
123
|
+
*
|
|
124
|
+
* @param string The string containing the entity (or a continuation of the entity).
|
|
125
|
+
* @param offset The offset at which the entity begins. Should be 0 if this is not the first call.
|
|
126
|
+
* @returns The number of characters that were consumed, or -1 if the entity is incomplete.
|
|
127
|
+
*/
|
|
128
|
+
write(str, offset) {
|
|
129
|
+
switch (this.state) {
|
|
130
|
+
case EntityDecoderState.EntityStart: {
|
|
131
|
+
if (str.charCodeAt(offset) === CharCodes.NUM) {
|
|
132
|
+
this.state = EntityDecoderState.NumericStart;
|
|
133
|
+
this.consumed += 1;
|
|
134
|
+
return this.stateNumericStart(str, offset + 1);
|
|
135
|
+
}
|
|
136
|
+
this.state = EntityDecoderState.NamedEntity;
|
|
137
|
+
return this.stateNamedEntity(str, offset);
|
|
138
|
+
}
|
|
139
|
+
case EntityDecoderState.NumericStart: {
|
|
140
|
+
return this.stateNumericStart(str, offset);
|
|
141
|
+
}
|
|
142
|
+
case EntityDecoderState.NumericDecimal: {
|
|
143
|
+
return this.stateNumericDecimal(str, offset);
|
|
144
|
+
}
|
|
145
|
+
case EntityDecoderState.NumericHex: {
|
|
146
|
+
return this.stateNumericHex(str, offset);
|
|
147
|
+
}
|
|
148
|
+
case EntityDecoderState.NamedEntity: {
|
|
149
|
+
return this.stateNamedEntity(str, offset);
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
/**
|
|
154
|
+
* Switches between the numeric decimal and hexadecimal states.
|
|
155
|
+
*
|
|
156
|
+
* Equivalent to the `Numeric character reference state` in the HTML spec.
|
|
157
|
+
*
|
|
158
|
+
* @param str The string containing the entity (or a continuation of the entity).
|
|
159
|
+
* @param offset The current offset.
|
|
160
|
+
* @returns The number of characters that were consumed, or -1 if the entity is incomplete.
|
|
161
|
+
*/
|
|
162
|
+
stateNumericStart(str, offset) {
|
|
163
|
+
if (offset >= str.length) {
|
|
164
|
+
return -1;
|
|
165
|
+
}
|
|
166
|
+
if ((str.charCodeAt(offset) | TO_LOWER_BIT) === CharCodes.LOWER_X) {
|
|
167
|
+
this.state = EntityDecoderState.NumericHex;
|
|
168
|
+
this.consumed += 1;
|
|
169
|
+
return this.stateNumericHex(str, offset + 1);
|
|
170
|
+
}
|
|
171
|
+
this.state = EntityDecoderState.NumericDecimal;
|
|
172
|
+
return this.stateNumericDecimal(str, offset);
|
|
173
|
+
}
|
|
174
|
+
addToNumericResult(str, start, end, base) {
|
|
175
|
+
if (start !== end) {
|
|
176
|
+
const digitCount = end - start;
|
|
177
|
+
this.result =
|
|
178
|
+
this.result * Math.pow(base, digitCount) +
|
|
179
|
+
parseInt(str.substr(start, digitCount), base);
|
|
180
|
+
this.consumed += digitCount;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
/**
|
|
184
|
+
* Parses a hexadecimal numeric entity.
|
|
185
|
+
*
|
|
186
|
+
* Equivalent to the `Hexademical character reference state` in the HTML spec.
|
|
187
|
+
*
|
|
188
|
+
* @param str The string containing the entity (or a continuation of the entity).
|
|
189
|
+
* @param offset The current offset.
|
|
190
|
+
* @returns The number of characters that were consumed, or -1 if the entity is incomplete.
|
|
191
|
+
*/
|
|
192
|
+
stateNumericHex(str, offset) {
|
|
193
|
+
const startIdx = offset;
|
|
194
|
+
while (offset < str.length) {
|
|
195
|
+
const char = str.charCodeAt(offset);
|
|
196
|
+
if (isNumber(char) || isHexadecimalCharacter(char)) {
|
|
197
|
+
offset += 1;
|
|
198
|
+
}
|
|
199
|
+
else {
|
|
200
|
+
this.addToNumericResult(str, startIdx, offset, 16);
|
|
201
|
+
return this.emitNumericEntity(char, 3);
|
|
202
|
+
}
|
|
203
|
+
}
|
|
204
|
+
this.addToNumericResult(str, startIdx, offset, 16);
|
|
205
|
+
return -1;
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* Parses a decimal numeric entity.
|
|
209
|
+
*
|
|
210
|
+
* Equivalent to the `Decimal character reference state` in the HTML spec.
|
|
211
|
+
*
|
|
212
|
+
* @param str The string containing the entity (or a continuation of the entity).
|
|
213
|
+
* @param offset The current offset.
|
|
214
|
+
* @returns The number of characters that were consumed, or -1 if the entity is incomplete.
|
|
215
|
+
*/
|
|
216
|
+
stateNumericDecimal(str, offset) {
|
|
217
|
+
const startIdx = offset;
|
|
218
|
+
while (offset < str.length) {
|
|
219
|
+
const char = str.charCodeAt(offset);
|
|
220
|
+
if (isNumber(char)) {
|
|
221
|
+
offset += 1;
|
|
222
|
+
}
|
|
223
|
+
else {
|
|
224
|
+
this.addToNumericResult(str, startIdx, offset, 10);
|
|
225
|
+
return this.emitNumericEntity(char, 2);
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
this.addToNumericResult(str, startIdx, offset, 10);
|
|
229
|
+
return -1;
|
|
230
|
+
}
|
|
231
|
+
/**
|
|
232
|
+
* Validate and emit a numeric entity.
|
|
233
|
+
*
|
|
234
|
+
* Implements the logic from the `Hexademical character reference start
|
|
235
|
+
* state` and `Numeric character reference end state` in the HTML spec.
|
|
236
|
+
*
|
|
237
|
+
* @param lastCp The last code point of the entity. Used to see if the
|
|
238
|
+
* entity was terminated with a semicolon.
|
|
239
|
+
* @param expectedLength The minimum number of characters that should be
|
|
240
|
+
* consumed. Used to validate that at least one digit
|
|
241
|
+
* was consumed.
|
|
242
|
+
* @returns The number of characters that were consumed.
|
|
243
|
+
*/
|
|
244
|
+
emitNumericEntity(lastCp, expectedLength) {
|
|
245
|
+
var _a;
|
|
246
|
+
// Ensure we consumed at least one digit.
|
|
247
|
+
if (this.consumed <= expectedLength) {
|
|
248
|
+
(_a = this.errors) === null || _a === void 0 ? void 0 : _a.absenceOfDigitsInNumericCharacterReference(this.consumed);
|
|
249
|
+
return 0;
|
|
250
|
+
}
|
|
251
|
+
// Figure out if this is a legit end of the entity
|
|
252
|
+
if (lastCp === CharCodes.SEMI) {
|
|
253
|
+
this.consumed += 1;
|
|
254
|
+
}
|
|
255
|
+
else if (this.decodeMode === DecodingMode.Strict) {
|
|
256
|
+
return 0;
|
|
257
|
+
}
|
|
258
|
+
this.emitCodePoint(replaceCodePoint(this.result), this.consumed);
|
|
259
|
+
if (this.errors) {
|
|
260
|
+
if (lastCp !== CharCodes.SEMI) {
|
|
261
|
+
this.errors.missingSemicolonAfterCharacterReference();
|
|
262
|
+
}
|
|
263
|
+
this.errors.validateNumericCharacterReference(this.result);
|
|
264
|
+
}
|
|
265
|
+
return this.consumed;
|
|
266
|
+
}
|
|
267
|
+
/**
|
|
268
|
+
* Parses a named entity.
|
|
269
|
+
*
|
|
270
|
+
* Equivalent to the `Named character reference state` in the HTML spec.
|
|
271
|
+
*
|
|
272
|
+
* @param str The string containing the entity (or a continuation of the entity).
|
|
273
|
+
* @param offset The current offset.
|
|
274
|
+
* @returns The number of characters that were consumed, or -1 if the entity is incomplete.
|
|
275
|
+
*/
|
|
276
|
+
stateNamedEntity(str, offset) {
|
|
277
|
+
const { decodeTree } = this;
|
|
278
|
+
let current = decodeTree[this.treeIndex];
|
|
279
|
+
// The mask is the number of bytes of the value, including the current byte.
|
|
280
|
+
let valueLength = (current & BinTrieFlags.VALUE_LENGTH) >> 14;
|
|
281
|
+
for (; offset < str.length; offset++, this.excess++) {
|
|
282
|
+
const char = str.charCodeAt(offset);
|
|
283
|
+
this.treeIndex = determineBranch(decodeTree, current, this.treeIndex + Math.max(1, valueLength), char);
|
|
284
|
+
if (this.treeIndex < 0) {
|
|
285
|
+
return this.result === 0 ||
|
|
286
|
+
// If we are parsing an attribute
|
|
287
|
+
(this.decodeMode === DecodingMode.Attribute &&
|
|
288
|
+
// We shouldn't have consumed any characters after the entity,
|
|
289
|
+
(valueLength === 0 ||
|
|
290
|
+
// And there should be no invalid characters.
|
|
291
|
+
isEntityInAttributeInvalidEnd(char)))
|
|
292
|
+
? 0
|
|
293
|
+
: this.emitNotTerminatedNamedEntity();
|
|
294
|
+
}
|
|
295
|
+
current = decodeTree[this.treeIndex];
|
|
296
|
+
valueLength = (current & BinTrieFlags.VALUE_LENGTH) >> 14;
|
|
297
|
+
// If the branch is a value, store it and continue
|
|
298
|
+
if (valueLength !== 0) {
|
|
299
|
+
// If the entity is terminated by a semicolon, we are done.
|
|
300
|
+
if (char === CharCodes.SEMI) {
|
|
301
|
+
return this.emitNamedEntityData(this.treeIndex, valueLength, this.consumed + this.excess);
|
|
302
|
+
}
|
|
303
|
+
// If we encounter a non-terminated (legacy) entity while parsing strictly, then ignore it.
|
|
304
|
+
if (this.decodeMode !== DecodingMode.Strict) {
|
|
305
|
+
this.result = this.treeIndex;
|
|
306
|
+
this.consumed += this.excess;
|
|
307
|
+
this.excess = 0;
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
}
|
|
311
|
+
return -1;
|
|
312
|
+
}
|
|
313
|
+
/**
|
|
314
|
+
* Emit a named entity that was not terminated with a semicolon.
|
|
315
|
+
*
|
|
316
|
+
* @returns The number of characters consumed.
|
|
317
|
+
*/
|
|
318
|
+
emitNotTerminatedNamedEntity() {
|
|
319
|
+
var _a;
|
|
320
|
+
const { result, decodeTree } = this;
|
|
321
|
+
const valueLength = (decodeTree[result] & BinTrieFlags.VALUE_LENGTH) >> 14;
|
|
322
|
+
this.emitNamedEntityData(result, valueLength, this.consumed);
|
|
323
|
+
(_a = this.errors) === null || _a === void 0 ? void 0 : _a.missingSemicolonAfterCharacterReference();
|
|
324
|
+
return this.consumed;
|
|
325
|
+
}
|
|
326
|
+
/**
|
|
327
|
+
* Emit a named entity.
|
|
328
|
+
*
|
|
329
|
+
* @param result The index of the entity in the decode tree.
|
|
330
|
+
* @param valueLength The number of bytes in the entity.
|
|
331
|
+
* @param consumed The number of characters consumed.
|
|
332
|
+
*
|
|
333
|
+
* @returns The number of characters consumed.
|
|
334
|
+
*/
|
|
335
|
+
emitNamedEntityData(result, valueLength, consumed) {
|
|
336
|
+
const { decodeTree } = this;
|
|
337
|
+
this.emitCodePoint(valueLength === 1
|
|
338
|
+
? decodeTree[result] & ~BinTrieFlags.VALUE_LENGTH
|
|
339
|
+
: decodeTree[result + 1], consumed);
|
|
340
|
+
if (valueLength === 3) {
|
|
341
|
+
// For multi-byte values, we need to emit the second byte.
|
|
342
|
+
this.emitCodePoint(decodeTree[result + 2], consumed);
|
|
343
|
+
}
|
|
344
|
+
return consumed;
|
|
345
|
+
}
|
|
346
|
+
/**
|
|
347
|
+
* Signal to the parser that the end of the input was reached.
|
|
348
|
+
*
|
|
349
|
+
* Remaining data will be emitted and relevant errors will be produced.
|
|
350
|
+
*
|
|
351
|
+
* @returns The number of characters consumed.
|
|
352
|
+
*/
|
|
353
|
+
end() {
|
|
354
|
+
var _a;
|
|
355
|
+
switch (this.state) {
|
|
356
|
+
case EntityDecoderState.NamedEntity: {
|
|
357
|
+
// Emit a named entity if we have one.
|
|
358
|
+
return this.result !== 0 &&
|
|
359
|
+
(this.decodeMode !== DecodingMode.Attribute ||
|
|
360
|
+
this.result === this.treeIndex)
|
|
361
|
+
? this.emitNotTerminatedNamedEntity()
|
|
362
|
+
: 0;
|
|
363
|
+
}
|
|
364
|
+
// Otherwise, emit a numeric entity if we have one.
|
|
365
|
+
case EntityDecoderState.NumericDecimal: {
|
|
366
|
+
return this.emitNumericEntity(0, 2);
|
|
367
|
+
}
|
|
368
|
+
case EntityDecoderState.NumericHex: {
|
|
369
|
+
return this.emitNumericEntity(0, 3);
|
|
370
|
+
}
|
|
371
|
+
case EntityDecoderState.NumericStart: {
|
|
372
|
+
(_a = this.errors) === null || _a === void 0 ? void 0 : _a.absenceOfDigitsInNumericCharacterReference(this.consumed);
|
|
373
|
+
return 0;
|
|
374
|
+
}
|
|
375
|
+
case EntityDecoderState.EntityStart: {
|
|
376
|
+
// Return 0 if we have no entity.
|
|
377
|
+
return 0;
|
|
378
|
+
}
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
/**
|
|
383
|
+
* Creates a function that decodes entities in a string.
|
|
384
|
+
*
|
|
385
|
+
* @param decodeTree The decode tree.
|
|
386
|
+
* @returns A function that decodes entities in a string.
|
|
387
|
+
*/
|
|
388
|
+
function getDecoder(decodeTree) {
|
|
389
|
+
let ret = "";
|
|
390
|
+
const decoder = new EntityDecoder(decodeTree, (str) => (ret += fromCodePoint(str)));
|
|
391
|
+
return function decodeWithTrie(str, decodeMode) {
|
|
392
|
+
let lastIndex = 0;
|
|
393
|
+
let offset = 0;
|
|
394
|
+
while ((offset = str.indexOf("&", offset)) >= 0) {
|
|
395
|
+
ret += str.slice(lastIndex, offset);
|
|
396
|
+
decoder.startEntity(decodeMode);
|
|
397
|
+
const len = decoder.write(str,
|
|
398
|
+
// Skip the "&"
|
|
399
|
+
offset + 1);
|
|
400
|
+
if (len < 0) {
|
|
401
|
+
lastIndex = offset + decoder.end();
|
|
402
|
+
break;
|
|
403
|
+
}
|
|
404
|
+
lastIndex = offset + len;
|
|
405
|
+
// If `len` is 0, skip the current `&` and continue.
|
|
406
|
+
offset = len === 0 ? lastIndex + 1 : lastIndex;
|
|
407
|
+
}
|
|
408
|
+
const result = ret + str.slice(lastIndex);
|
|
409
|
+
// Make sure we don't keep a reference to the final string.
|
|
410
|
+
ret = "";
|
|
411
|
+
return result;
|
|
412
|
+
};
|
|
413
|
+
}
|
|
414
|
+
/**
|
|
415
|
+
* Determines the branch of the current node that is taken given the current
|
|
416
|
+
* character. This function is used to traverse the trie.
|
|
417
|
+
*
|
|
418
|
+
* @param decodeTree The trie.
|
|
419
|
+
* @param current The current node.
|
|
420
|
+
* @param nodeIdx The index right after the current node and its value.
|
|
421
|
+
* @param char The current character.
|
|
422
|
+
* @returns The index of the next node, or -1 if no branch is taken.
|
|
423
|
+
*/
|
|
424
|
+
export function determineBranch(decodeTree, current, nodeIdx, char) {
|
|
425
|
+
const branchCount = (current & BinTrieFlags.BRANCH_LENGTH) >> 7;
|
|
426
|
+
const jumpOffset = current & BinTrieFlags.JUMP_TABLE;
|
|
427
|
+
// Case 1: Single branch encoded in jump offset
|
|
428
|
+
if (branchCount === 0) {
|
|
429
|
+
return jumpOffset !== 0 && char === jumpOffset ? nodeIdx : -1;
|
|
430
|
+
}
|
|
431
|
+
// Case 2: Multiple branches encoded in jump table
|
|
432
|
+
if (jumpOffset) {
|
|
433
|
+
const value = char - jumpOffset;
|
|
434
|
+
return value < 0 || value >= branchCount
|
|
435
|
+
? -1
|
|
436
|
+
: decodeTree[nodeIdx + value] - 1;
|
|
437
|
+
}
|
|
438
|
+
// Case 3: Multiple branches encoded in dictionary
|
|
439
|
+
// Binary search for the character.
|
|
440
|
+
let lo = nodeIdx;
|
|
441
|
+
let hi = lo + branchCount - 1;
|
|
442
|
+
while (lo <= hi) {
|
|
443
|
+
const mid = (lo + hi) >>> 1;
|
|
444
|
+
const midVal = decodeTree[mid];
|
|
445
|
+
if (midVal < char) {
|
|
446
|
+
lo = mid + 1;
|
|
447
|
+
}
|
|
448
|
+
else if (midVal > char) {
|
|
449
|
+
hi = mid - 1;
|
|
450
|
+
}
|
|
451
|
+
else {
|
|
452
|
+
return decodeTree[mid + branchCount];
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
return -1;
|
|
456
|
+
}
|
|
457
|
+
const htmlDecoder = getDecoder(htmlDecodeTree);
|
|
458
|
+
const xmlDecoder = getDecoder(xmlDecodeTree);
|
|
459
|
+
/**
|
|
460
|
+
* Decodes an HTML string.
|
|
461
|
+
*
|
|
462
|
+
* @param str The string to decode.
|
|
463
|
+
* @param mode The decoding mode.
|
|
464
|
+
* @returns The decoded string.
|
|
465
|
+
*/
|
|
466
|
+
export function decodeHTML(str, mode = DecodingMode.Legacy) {
|
|
467
|
+
return htmlDecoder(str, mode);
|
|
468
|
+
}
|
|
469
|
+
/**
|
|
470
|
+
* Decodes an HTML string in an attribute.
|
|
471
|
+
*
|
|
472
|
+
* @param str The string to decode.
|
|
473
|
+
* @returns The decoded string.
|
|
474
|
+
*/
|
|
475
|
+
export function decodeHTMLAttribute(str) {
|
|
476
|
+
return htmlDecoder(str, DecodingMode.Attribute);
|
|
477
|
+
}
|
|
478
|
+
/**
|
|
479
|
+
* Decodes an HTML string, requiring all entities to be terminated by a semicolon.
|
|
480
|
+
*
|
|
481
|
+
* @param str The string to decode.
|
|
482
|
+
* @returns The decoded string.
|
|
483
|
+
*/
|
|
484
|
+
export function decodeHTMLStrict(str) {
|
|
485
|
+
return htmlDecoder(str, DecodingMode.Strict);
|
|
486
|
+
}
|
|
487
|
+
/**
|
|
488
|
+
* Decodes an XML string, requiring all entities to be terminated by a semicolon.
|
|
489
|
+
*
|
|
490
|
+
* @param str The string to decode.
|
|
491
|
+
* @returns The decoded string.
|
|
492
|
+
*/
|
|
493
|
+
export function decodeXML(str) {
|
|
494
|
+
return xmlDecoder(str, DecodingMode.Strict);
|
|
495
|
+
}
|
|
496
|
+
//# sourceMappingURL=decode.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"decode.js","sourceRoot":"https://raw.githubusercontent.com/fb55/entities/61afd4701eaa736978b13c7351cd3de9a96b04bc/src/","sources":["decode.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Polyfill for `String.fromCodePoint`. It is used to create a string from a Unicode code point.
|
|
3
|
+
*/
|
|
4
|
+
export declare const fromCodePoint: (...codePoints: number[]) => string;
|
|
5
|
+
/**
|
|
6
|
+
* Replace the given code point with a replacement character if it is a
|
|
7
|
+
* surrogate or is outside the valid range. Otherwise return the code
|
|
8
|
+
* point unchanged.
|
|
9
|
+
*/
|
|
10
|
+
export declare function replaceCodePoint(codePoint: number): number;
|
|
11
|
+
/**
|
|
12
|
+
* Replace the code point if relevant, then convert it to a string.
|
|
13
|
+
*
|
|
14
|
+
* @deprecated Use `fromCodePoint(replaceCodePoint(codePoint))` instead.
|
|
15
|
+
* @param codePoint The code point to decode.
|
|
16
|
+
* @returns The decoded code point.
|
|
17
|
+
*/
|
|
18
|
+
export default function decodeCodePoint(codePoint: number): string;
|
|
19
|
+
//# sourceMappingURL=decode_codepoint.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"decode_codepoint.d.ts","sourceRoot":"https://raw.githubusercontent.com/fb55/entities/61afd4701eaa736978b13c7351cd3de9a96b04bc/src/","sources":["decode_codepoint.ts"],"names":[],"mappings":"AAkCA;;GAEG;AACH,eAAO,MAAM,aAAa,qCAgBrB,CAAC;AAEN;;;;GAIG;AACH,wBAAgB,gBAAgB,CAAC,SAAS,EAAE,MAAM,UAMjD;AAED;;;;;;GAMG;AACH,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,CAEjE"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
// Adapted from https://github.com/mathiasbynens/he/blob/36afe179392226cf1b6ccdb16ebbb7a5a844d93a/src/he.js#L106-L134
|
|
2
|
+
var _a;
|
|
3
|
+
const decodeMap = new Map([
|
|
4
|
+
[0, 65533],
|
|
5
|
+
// C1 Unicode control character reference replacements
|
|
6
|
+
[128, 8364],
|
|
7
|
+
[130, 8218],
|
|
8
|
+
[131, 402],
|
|
9
|
+
[132, 8222],
|
|
10
|
+
[133, 8230],
|
|
11
|
+
[134, 8224],
|
|
12
|
+
[135, 8225],
|
|
13
|
+
[136, 710],
|
|
14
|
+
[137, 8240],
|
|
15
|
+
[138, 352],
|
|
16
|
+
[139, 8249],
|
|
17
|
+
[140, 338],
|
|
18
|
+
[142, 381],
|
|
19
|
+
[145, 8216],
|
|
20
|
+
[146, 8217],
|
|
21
|
+
[147, 8220],
|
|
22
|
+
[148, 8221],
|
|
23
|
+
[149, 8226],
|
|
24
|
+
[150, 8211],
|
|
25
|
+
[151, 8212],
|
|
26
|
+
[152, 732],
|
|
27
|
+
[153, 8482],
|
|
28
|
+
[154, 353],
|
|
29
|
+
[155, 8250],
|
|
30
|
+
[156, 339],
|
|
31
|
+
[158, 382],
|
|
32
|
+
[159, 376],
|
|
33
|
+
]);
|
|
34
|
+
/**
|
|
35
|
+
* Polyfill for `String.fromCodePoint`. It is used to create a string from a Unicode code point.
|
|
36
|
+
*/
|
|
37
|
+
export const fromCodePoint =
|
|
38
|
+
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition, node/no-unsupported-features/es-builtins
|
|
39
|
+
(_a = String.fromCodePoint) !== null && _a !== void 0 ? _a : function (codePoint) {
|
|
40
|
+
let output = "";
|
|
41
|
+
if (codePoint > 0xffff) {
|
|
42
|
+
codePoint -= 0x10000;
|
|
43
|
+
output += String.fromCharCode(((codePoint >>> 10) & 0x3ff) | 0xd800);
|
|
44
|
+
codePoint = 0xdc00 | (codePoint & 0x3ff);
|
|
45
|
+
}
|
|
46
|
+
output += String.fromCharCode(codePoint);
|
|
47
|
+
return output;
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* Replace the given code point with a replacement character if it is a
|
|
51
|
+
* surrogate or is outside the valid range. Otherwise return the code
|
|
52
|
+
* point unchanged.
|
|
53
|
+
*/
|
|
54
|
+
export function replaceCodePoint(codePoint) {
|
|
55
|
+
var _a;
|
|
56
|
+
if ((codePoint >= 0xd800 && codePoint <= 0xdfff) || codePoint > 0x10ffff) {
|
|
57
|
+
return 0xfffd;
|
|
58
|
+
}
|
|
59
|
+
return (_a = decodeMap.get(codePoint)) !== null && _a !== void 0 ? _a : codePoint;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Replace the code point if relevant, then convert it to a string.
|
|
63
|
+
*
|
|
64
|
+
* @deprecated Use `fromCodePoint(replaceCodePoint(codePoint))` instead.
|
|
65
|
+
* @param codePoint The code point to decode.
|
|
66
|
+
* @returns The decoded code point.
|
|
67
|
+
*/
|
|
68
|
+
export default function decodeCodePoint(codePoint) {
|
|
69
|
+
return fromCodePoint(replaceCodePoint(codePoint));
|
|
70
|
+
}
|
|
71
|
+
//# sourceMappingURL=decode_codepoint.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"decode_codepoint.js","sourceRoot":"https://raw.githubusercontent.com/fb55/entities/61afd4701eaa736978b13c7351cd3de9a96b04bc/src/","sources":["decode_codepoint.ts"],"names":[],"mappings":"AAAA,qHAAqH;;AAErH,MAAM,SAAS,GAAG,IAAI,GAAG,CAAC;IACtB,CAAC,CAAC,EAAE,KAAK,CAAC;IACV,sDAAsD;IACtD,CAAC,GAAG,EAAE,IAAI,CAAC;IACX,CAAC,GAAG,EAAE,IAAI,CAAC;IACX,CAAC,GAAG,EAAE,GAAG,CAAC;IACV,CAAC,GAAG,EAAE,IAAI,CAAC;IACX,CAAC,GAAG,EAAE,IAAI,CAAC;IACX,CAAC,GAAG,EAAE,IAAI,CAAC;IACX,CAAC,GAAG,EAAE,IAAI,CAAC;IACX,CAAC,GAAG,EAAE,GAAG,CAAC;IACV,CAAC,GAAG,EAAE,IAAI,CAAC;IACX,CAAC,GAAG,EAAE,GAAG,CAAC;IACV,CAAC,GAAG,EAAE,IAAI,CAAC;IACX,CAAC,GAAG,EAAE,GAAG,CAAC;IACV,CAAC,GAAG,EAAE,GAAG,CAAC;IACV,CAAC,GAAG,EAAE,IAAI,CAAC;IACX,CAAC,GAAG,EAAE,IAAI,CAAC;IACX,CAAC,GAAG,EAAE,IAAI,CAAC;IACX,CAAC,GAAG,EAAE,IAAI,CAAC;IACX,CAAC,GAAG,EAAE,IAAI,CAAC;IACX,CAAC,GAAG,EAAE,IAAI,CAAC;IACX,CAAC,GAAG,EAAE,IAAI,CAAC;IACX,CAAC,GAAG,EAAE,GAAG,CAAC;IACV,CAAC,GAAG,EAAE,IAAI,CAAC;IACX,CAAC,GAAG,EAAE,GAAG,CAAC;IACV,CAAC,GAAG,EAAE,IAAI,CAAC;IACX,CAAC,GAAG,EAAE,GAAG,CAAC;IACV,CAAC,GAAG,EAAE,GAAG,CAAC;IACV,CAAC,GAAG,EAAE,GAAG,CAAC;CACb,CAAC,CAAC;AAEH;;GAEG;AACH,MAAM,CAAC,MAAM,aAAa;AACtB,iHAAiH;AACjH,MAAA,MAAM,CAAC,aAAa,mCACpB,UAAU,SAAiB;IACvB,IAAI,MAAM,GAAG,EAAE,CAAC;IAEhB,IAAI,SAAS,GAAG,MAAM,EAAE;QACpB,SAAS,IAAI,OAAO,CAAC;QACrB,MAAM,IAAI,MAAM,CAAC,YAAY,CACzB,CAAC,CAAC,SAAS,KAAK,EAAE,CAAC,GAAG,KAAK,CAAC,GAAG,MAAM,CACxC,CAAC;QACF,SAAS,GAAG,MAAM,GAAG,CAAC,SAAS,GAAG,KAAK,CAAC,CAAC;KAC5C;IAED,MAAM,IAAI,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC;IACzC,OAAO,MAAM,CAAC;AAClB,CAAC,CAAC;AAEN;;;;GAIG;AACH,MAAM,UAAU,gBAAgB,CAAC,SAAiB;;IAC9C,IAAI,CAAC,SAAS,IAAI,MAAM,IAAI,SAAS,IAAI,MAAM,CAAC,IAAI,SAAS,GAAG,QAAQ,EAAE;QACtE,OAAO,MAAM,CAAC;KACjB;IAED,OAAO,MAAA,SAAS,CAAC,GAAG,CAAC,SAAS,CAAC,mCAAI,SAAS,CAAC;AACjD,CAAC;AAED;;;;;;GAMG;AACH,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,SAAiB;IACrD,OAAO,aAAa,CAAC,gBAAgB,CAAC,SAAS,CAAC,CAAC,CAAC;AACtD,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Encodes all characters in the input using HTML entities. This includes
|
|
3
|
+
* characters that are valid ASCII characters in HTML documents, such as `#`.
|
|
4
|
+
*
|
|
5
|
+
* To get a more compact output, consider using the `encodeNonAsciiHTML`
|
|
6
|
+
* function, which will only encode characters that are not valid in HTML
|
|
7
|
+
* documents, as well as non-ASCII characters.
|
|
8
|
+
*
|
|
9
|
+
* If a character has no equivalent entity, a numeric hexadecimal reference
|
|
10
|
+
* (eg. `ü`) will be used.
|
|
11
|
+
*/
|
|
12
|
+
export declare function encodeHTML(data: string): string;
|
|
13
|
+
/**
|
|
14
|
+
* Encodes all non-ASCII characters, as well as characters not valid in HTML
|
|
15
|
+
* documents using HTML entities. This function will not encode characters that
|
|
16
|
+
* are valid in HTML documents, such as `#`.
|
|
17
|
+
*
|
|
18
|
+
* If a character has no equivalent entity, a numeric hexadecimal reference
|
|
19
|
+
* (eg. `ü`) will be used.
|
|
20
|
+
*/
|
|
21
|
+
export declare function encodeNonAsciiHTML(data: string): string;
|
|
22
|
+
//# sourceMappingURL=encode.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"encode.d.ts","sourceRoot":"https://raw.githubusercontent.com/fb55/entities/61afd4701eaa736978b13c7351cd3de9a96b04bc/src/","sources":["encode.ts"],"names":[],"mappings":"AAKA;;;;;;;;;;GAUG;AACH,wBAAgB,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAE/C;AACD;;;;;;;GAOG;AACH,wBAAgB,kBAAkB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAEvD"}
|