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,825 @@
|
|
|
1
|
+
# minipass
|
|
2
|
+
|
|
3
|
+
A _very_ minimal implementation of a [PassThrough
|
|
4
|
+
stream](https://nodejs.org/api/stream.html#stream_class_stream_passthrough)
|
|
5
|
+
|
|
6
|
+
[It's very
|
|
7
|
+
fast](https://docs.google.com/spreadsheets/d/1K_HR5oh3r80b8WVMWCPPjfuWXUgfkmhlX7FGI6JJ8tY/edit?usp=sharing)
|
|
8
|
+
for objects, strings, and buffers.
|
|
9
|
+
|
|
10
|
+
Supports `pipe()`ing (including multi-`pipe()` and backpressure
|
|
11
|
+
transmission), buffering data until either a `data` event handler
|
|
12
|
+
or `pipe()` is added (so you don't lose the first chunk), and
|
|
13
|
+
most other cases where PassThrough is a good idea.
|
|
14
|
+
|
|
15
|
+
There is a `read()` method, but it's much more efficient to
|
|
16
|
+
consume data from this stream via `'data'` events or by calling
|
|
17
|
+
`pipe()` into some other stream. Calling `read()` requires the
|
|
18
|
+
buffer to be flattened in some cases, which requires copying
|
|
19
|
+
memory.
|
|
20
|
+
|
|
21
|
+
If you set `objectMode: true` in the options, then whatever is
|
|
22
|
+
written will be emitted. Otherwise, it'll do a minimal amount of
|
|
23
|
+
Buffer copying to ensure proper Streams semantics when `read(n)`
|
|
24
|
+
is called.
|
|
25
|
+
|
|
26
|
+
`objectMode` can only be set at instantiation. Attempting to
|
|
27
|
+
write something other than a String or Buffer without having set
|
|
28
|
+
`objectMode` in the options will throw an error.
|
|
29
|
+
|
|
30
|
+
This is not a `through` or `through2` stream. It doesn't
|
|
31
|
+
transform the data, it just passes it right through. If you want
|
|
32
|
+
to transform the data, extend the class, and override the
|
|
33
|
+
`write()` method. Once you're done transforming the data however
|
|
34
|
+
you want, call `super.write()` with the transform output.
|
|
35
|
+
|
|
36
|
+
For some examples of streams that extend Minipass in various
|
|
37
|
+
ways, check out:
|
|
38
|
+
|
|
39
|
+
- [minizlib](http://npm.im/minizlib)
|
|
40
|
+
- [fs-minipass](http://npm.im/fs-minipass)
|
|
41
|
+
- [tar](http://npm.im/tar)
|
|
42
|
+
- [minipass-collect](http://npm.im/minipass-collect)
|
|
43
|
+
- [minipass-flush](http://npm.im/minipass-flush)
|
|
44
|
+
- [minipass-pipeline](http://npm.im/minipass-pipeline)
|
|
45
|
+
- [tap](http://npm.im/tap)
|
|
46
|
+
- [tap-parser](http://npm.im/tap-parser)
|
|
47
|
+
- [treport](http://npm.im/treport)
|
|
48
|
+
- [minipass-fetch](http://npm.im/minipass-fetch)
|
|
49
|
+
- [pacote](http://npm.im/pacote)
|
|
50
|
+
- [make-fetch-happen](http://npm.im/make-fetch-happen)
|
|
51
|
+
- [cacache](http://npm.im/cacache)
|
|
52
|
+
- [ssri](http://npm.im/ssri)
|
|
53
|
+
- [npm-registry-fetch](http://npm.im/npm-registry-fetch)
|
|
54
|
+
- [minipass-json-stream](http://npm.im/minipass-json-stream)
|
|
55
|
+
- [minipass-sized](http://npm.im/minipass-sized)
|
|
56
|
+
|
|
57
|
+
## Usage in TypeScript
|
|
58
|
+
|
|
59
|
+
The `Minipass` class takes three type template definitions:
|
|
60
|
+
|
|
61
|
+
- `RType` the type being read, which defaults to `Buffer`. If
|
|
62
|
+
`RType` is `string`, then the constructor _must_ get an options
|
|
63
|
+
object specifying either an `encoding` or `objectMode: true`.
|
|
64
|
+
If it's anything other than `string` or `Buffer`, then it
|
|
65
|
+
_must_ get an options object specifying `objectMode: true`.
|
|
66
|
+
- `WType` the type being written. If `RType` is `Buffer` or
|
|
67
|
+
`string`, then this defaults to `ContiguousData` (Buffer,
|
|
68
|
+
string, ArrayBuffer, or ArrayBufferView). Otherwise, it
|
|
69
|
+
defaults to `RType`.
|
|
70
|
+
- `Events` type mapping event names to the arguments emitted
|
|
71
|
+
with that event, which extends `Minipass.Events`.
|
|
72
|
+
|
|
73
|
+
To declare types for custom events in subclasses, extend the
|
|
74
|
+
third parameter with your own event signatures. For example:
|
|
75
|
+
|
|
76
|
+
```js
|
|
77
|
+
import { Minipass } from 'minipass'
|
|
78
|
+
|
|
79
|
+
// a NDJSON stream that emits 'jsonError' when it can't stringify
|
|
80
|
+
export interface Events extends Minipass.Events {
|
|
81
|
+
jsonError: [e: Error]
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export class NDJSONStream extends Minipass<string, any, Events> {
|
|
85
|
+
constructor() {
|
|
86
|
+
super({ objectMode: true })
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
// data is type `any` because that's WType
|
|
90
|
+
write(data, encoding, cb) {
|
|
91
|
+
try {
|
|
92
|
+
const json = JSON.stringify(data)
|
|
93
|
+
return super.write(json + '\n', encoding, cb)
|
|
94
|
+
} catch (er) {
|
|
95
|
+
if (!er instanceof Error) {
|
|
96
|
+
er = Object.assign(new Error('json stringify failed'), {
|
|
97
|
+
cause: er,
|
|
98
|
+
})
|
|
99
|
+
}
|
|
100
|
+
// trying to emit with something OTHER than an error will
|
|
101
|
+
// fail, because we declared the event arguments type.
|
|
102
|
+
this.emit('jsonError', er)
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
const s = new NDJSONStream()
|
|
108
|
+
s.on('jsonError', e => {
|
|
109
|
+
// here, TS knows that e is an Error
|
|
110
|
+
})
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
Emitting/handling events that aren't declared in this way is
|
|
114
|
+
fine, but the arguments will be typed as `unknown`.
|
|
115
|
+
|
|
116
|
+
## Differences from Node.js Streams
|
|
117
|
+
|
|
118
|
+
There are several things that make Minipass streams different
|
|
119
|
+
from (and in some ways superior to) Node.js core streams.
|
|
120
|
+
|
|
121
|
+
Please read these caveats if you are familiar with node-core
|
|
122
|
+
streams and intend to use Minipass streams in your programs.
|
|
123
|
+
|
|
124
|
+
You can avoid most of these differences entirely (for a very
|
|
125
|
+
small performance penalty) by setting `{async: true}` in the
|
|
126
|
+
constructor options.
|
|
127
|
+
|
|
128
|
+
### Timing
|
|
129
|
+
|
|
130
|
+
Minipass streams are designed to support synchronous use-cases.
|
|
131
|
+
Thus, data is emitted as soon as it is available, always. It is
|
|
132
|
+
buffered until read, but no longer. Another way to look at it is
|
|
133
|
+
that Minipass streams are exactly as synchronous as the logic
|
|
134
|
+
that writes into them.
|
|
135
|
+
|
|
136
|
+
This can be surprising if your code relies on
|
|
137
|
+
`PassThrough.write()` always providing data on the next tick
|
|
138
|
+
rather than the current one, or being able to call `resume()` and
|
|
139
|
+
not have the entire buffer disappear immediately.
|
|
140
|
+
|
|
141
|
+
However, without this synchronicity guarantee, there would be no
|
|
142
|
+
way for Minipass to achieve the speeds it does, or support the
|
|
143
|
+
synchronous use cases that it does. Simply put, waiting takes
|
|
144
|
+
time.
|
|
145
|
+
|
|
146
|
+
This non-deferring approach makes Minipass streams much easier to
|
|
147
|
+
reason about, especially in the context of Promises and other
|
|
148
|
+
flow-control mechanisms.
|
|
149
|
+
|
|
150
|
+
Example:
|
|
151
|
+
|
|
152
|
+
```js
|
|
153
|
+
// hybrid module, either works
|
|
154
|
+
import { Minipass } from 'minipass'
|
|
155
|
+
// or:
|
|
156
|
+
const { Minipass } = require('minipass')
|
|
157
|
+
|
|
158
|
+
const stream = new Minipass()
|
|
159
|
+
stream.on('data', () => console.log('data event'))
|
|
160
|
+
console.log('before write')
|
|
161
|
+
stream.write('hello')
|
|
162
|
+
console.log('after write')
|
|
163
|
+
// output:
|
|
164
|
+
// before write
|
|
165
|
+
// data event
|
|
166
|
+
// after write
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
### Exception: Async Opt-In
|
|
170
|
+
|
|
171
|
+
If you wish to have a Minipass stream with behavior that more
|
|
172
|
+
closely mimics Node.js core streams, you can set the stream in
|
|
173
|
+
async mode either by setting `async: true` in the constructor
|
|
174
|
+
options, or by setting `stream.async = true` later on.
|
|
175
|
+
|
|
176
|
+
```js
|
|
177
|
+
// hybrid module, either works
|
|
178
|
+
import { Minipass } from 'minipass'
|
|
179
|
+
// or:
|
|
180
|
+
const { Minipass } = require('minipass')
|
|
181
|
+
|
|
182
|
+
const asyncStream = new Minipass({ async: true })
|
|
183
|
+
asyncStream.on('data', () => console.log('data event'))
|
|
184
|
+
console.log('before write')
|
|
185
|
+
asyncStream.write('hello')
|
|
186
|
+
console.log('after write')
|
|
187
|
+
// output:
|
|
188
|
+
// before write
|
|
189
|
+
// after write
|
|
190
|
+
// data event <-- this is deferred until the next tick
|
|
191
|
+
```
|
|
192
|
+
|
|
193
|
+
Switching _out_ of async mode is unsafe, as it could cause data
|
|
194
|
+
corruption, and so is not enabled. Example:
|
|
195
|
+
|
|
196
|
+
```js
|
|
197
|
+
import { Minipass } from 'minipass'
|
|
198
|
+
const stream = new Minipass({ encoding: 'utf8' })
|
|
199
|
+
stream.on('data', chunk => console.log(chunk))
|
|
200
|
+
stream.async = true
|
|
201
|
+
console.log('before writes')
|
|
202
|
+
stream.write('hello')
|
|
203
|
+
setStreamSyncAgainSomehow(stream) // <-- this doesn't actually exist!
|
|
204
|
+
stream.write('world')
|
|
205
|
+
console.log('after writes')
|
|
206
|
+
// hypothetical output would be:
|
|
207
|
+
// before writes
|
|
208
|
+
// world
|
|
209
|
+
// after writes
|
|
210
|
+
// hello
|
|
211
|
+
// NOT GOOD!
|
|
212
|
+
```
|
|
213
|
+
|
|
214
|
+
To avoid this problem, once set into async mode, any attempt to
|
|
215
|
+
make the stream sync again will be ignored.
|
|
216
|
+
|
|
217
|
+
```js
|
|
218
|
+
const { Minipass } = require('minipass')
|
|
219
|
+
const stream = new Minipass({ encoding: 'utf8' })
|
|
220
|
+
stream.on('data', chunk => console.log(chunk))
|
|
221
|
+
stream.async = true
|
|
222
|
+
console.log('before writes')
|
|
223
|
+
stream.write('hello')
|
|
224
|
+
stream.async = false // <-- no-op, stream already async
|
|
225
|
+
stream.write('world')
|
|
226
|
+
console.log('after writes')
|
|
227
|
+
// actual output:
|
|
228
|
+
// before writes
|
|
229
|
+
// after writes
|
|
230
|
+
// hello
|
|
231
|
+
// world
|
|
232
|
+
```
|
|
233
|
+
|
|
234
|
+
### No High/Low Water Marks
|
|
235
|
+
|
|
236
|
+
Node.js core streams will optimistically fill up a buffer,
|
|
237
|
+
returning `true` on all writes until the limit is hit, even if
|
|
238
|
+
the data has nowhere to go. Then, they will not attempt to draw
|
|
239
|
+
more data in until the buffer size dips below a minimum value.
|
|
240
|
+
|
|
241
|
+
Minipass streams are much simpler. The `write()` method will
|
|
242
|
+
return `true` if the data has somewhere to go (which is to say,
|
|
243
|
+
given the timing guarantees, that the data is already there by
|
|
244
|
+
the time `write()` returns).
|
|
245
|
+
|
|
246
|
+
If the data has nowhere to go, then `write()` returns false, and
|
|
247
|
+
the data sits in a buffer, to be drained out immediately as soon
|
|
248
|
+
as anyone consumes it.
|
|
249
|
+
|
|
250
|
+
Since nothing is ever buffered unnecessarily, there is much less
|
|
251
|
+
copying data, and less bookkeeping about buffer capacity levels.
|
|
252
|
+
|
|
253
|
+
### Hazards of Buffering (or: Why Minipass Is So Fast)
|
|
254
|
+
|
|
255
|
+
Since data written to a Minipass stream is immediately written
|
|
256
|
+
all the way through the pipeline, and `write()` always returns
|
|
257
|
+
true/false based on whether the data was fully flushed,
|
|
258
|
+
backpressure is communicated immediately to the upstream caller.
|
|
259
|
+
This minimizes buffering.
|
|
260
|
+
|
|
261
|
+
Consider this case:
|
|
262
|
+
|
|
263
|
+
```js
|
|
264
|
+
const { PassThrough } = require('stream')
|
|
265
|
+
const p1 = new PassThrough({ highWaterMark: 1024 })
|
|
266
|
+
const p2 = new PassThrough({ highWaterMark: 1024 })
|
|
267
|
+
const p3 = new PassThrough({ highWaterMark: 1024 })
|
|
268
|
+
const p4 = new PassThrough({ highWaterMark: 1024 })
|
|
269
|
+
|
|
270
|
+
p1.pipe(p2).pipe(p3).pipe(p4)
|
|
271
|
+
p4.on('data', () => console.log('made it through'))
|
|
272
|
+
|
|
273
|
+
// this returns false and buffers, then writes to p2 on next tick (1)
|
|
274
|
+
// p2 returns false and buffers, pausing p1, then writes to p3 on next tick (2)
|
|
275
|
+
// p3 returns false and buffers, pausing p2, then writes to p4 on next tick (3)
|
|
276
|
+
// p4 returns false and buffers, pausing p3, then emits 'data' and 'drain'
|
|
277
|
+
// on next tick (4)
|
|
278
|
+
// p3 sees p4's 'drain' event, and calls resume(), emitting 'resume' and
|
|
279
|
+
// 'drain' on next tick (5)
|
|
280
|
+
// p2 sees p3's 'drain', calls resume(), emits 'resume' and 'drain' on next tick (6)
|
|
281
|
+
// p1 sees p2's 'drain', calls resume(), emits 'resume' and 'drain' on next
|
|
282
|
+
// tick (7)
|
|
283
|
+
|
|
284
|
+
p1.write(Buffer.alloc(2048)) // returns false
|
|
285
|
+
```
|
|
286
|
+
|
|
287
|
+
Along the way, the data was buffered and deferred at each stage,
|
|
288
|
+
and multiple event deferrals happened, for an unblocked pipeline
|
|
289
|
+
where it was perfectly safe to write all the way through!
|
|
290
|
+
|
|
291
|
+
Furthermore, setting a `highWaterMark` of `1024` might lead
|
|
292
|
+
someone reading the code to think an advisory maximum of 1KiB is
|
|
293
|
+
being set for the pipeline. However, the actual advisory
|
|
294
|
+
buffering level is the _sum_ of `highWaterMark` values, since
|
|
295
|
+
each one has its own bucket.
|
|
296
|
+
|
|
297
|
+
Consider the Minipass case:
|
|
298
|
+
|
|
299
|
+
```js
|
|
300
|
+
const m1 = new Minipass()
|
|
301
|
+
const m2 = new Minipass()
|
|
302
|
+
const m3 = new Minipass()
|
|
303
|
+
const m4 = new Minipass()
|
|
304
|
+
|
|
305
|
+
m1.pipe(m2).pipe(m3).pipe(m4)
|
|
306
|
+
m4.on('data', () => console.log('made it through'))
|
|
307
|
+
|
|
308
|
+
// m1 is flowing, so it writes the data to m2 immediately
|
|
309
|
+
// m2 is flowing, so it writes the data to m3 immediately
|
|
310
|
+
// m3 is flowing, so it writes the data to m4 immediately
|
|
311
|
+
// m4 is flowing, so it fires the 'data' event immediately, returns true
|
|
312
|
+
// m4's write returned true, so m3 is still flowing, returns true
|
|
313
|
+
// m3's write returned true, so m2 is still flowing, returns true
|
|
314
|
+
// m2's write returned true, so m1 is still flowing, returns true
|
|
315
|
+
// No event deferrals or buffering along the way!
|
|
316
|
+
|
|
317
|
+
m1.write(Buffer.alloc(2048)) // returns true
|
|
318
|
+
```
|
|
319
|
+
|
|
320
|
+
It is extremely unlikely that you _don't_ want to buffer any data
|
|
321
|
+
written, or _ever_ buffer data that can be flushed all the way
|
|
322
|
+
through. Neither node-core streams nor Minipass ever fail to
|
|
323
|
+
buffer written data, but node-core streams do a lot of
|
|
324
|
+
unnecessary buffering and pausing.
|
|
325
|
+
|
|
326
|
+
As always, the faster implementation is the one that does less
|
|
327
|
+
stuff and waits less time to do it.
|
|
328
|
+
|
|
329
|
+
### Immediately emit `end` for empty streams (when not paused)
|
|
330
|
+
|
|
331
|
+
If a stream is not paused, and `end()` is called before writing
|
|
332
|
+
any data into it, then it will emit `end` immediately.
|
|
333
|
+
|
|
334
|
+
If you have logic that occurs on the `end` event which you don't
|
|
335
|
+
want to potentially happen immediately (for example, closing file
|
|
336
|
+
descriptors, moving on to the next entry in an archive parse
|
|
337
|
+
stream, etc.) then be sure to call `stream.pause()` on creation,
|
|
338
|
+
and then `stream.resume()` once you are ready to respond to the
|
|
339
|
+
`end` event.
|
|
340
|
+
|
|
341
|
+
However, this is _usually_ not a problem because:
|
|
342
|
+
|
|
343
|
+
### Emit `end` When Asked
|
|
344
|
+
|
|
345
|
+
One hazard of immediately emitting `'end'` is that you may not
|
|
346
|
+
yet have had a chance to add a listener. In order to avoid this
|
|
347
|
+
hazard, Minipass streams safely re-emit the `'end'` event if a
|
|
348
|
+
new listener is added after `'end'` has been emitted.
|
|
349
|
+
|
|
350
|
+
Ie, if you do `stream.on('end', someFunction)`, and the stream
|
|
351
|
+
has already emitted `end`, then it will call the handler right
|
|
352
|
+
away. (You can think of this somewhat like attaching a new
|
|
353
|
+
`.then(fn)` to a previously-resolved Promise.)
|
|
354
|
+
|
|
355
|
+
To prevent calling handlers multiple times who would not expect
|
|
356
|
+
multiple ends to occur, all listeners are removed from the
|
|
357
|
+
`'end'` event whenever it is emitted.
|
|
358
|
+
|
|
359
|
+
### Emit `error` When Asked
|
|
360
|
+
|
|
361
|
+
The most recent error object passed to the `'error'` event is
|
|
362
|
+
stored on the stream. If a new `'error'` event handler is added,
|
|
363
|
+
and an error was previously emitted, then the event handler will
|
|
364
|
+
be called immediately (or on `process.nextTick` in the case of
|
|
365
|
+
async streams).
|
|
366
|
+
|
|
367
|
+
This makes it much more difficult to end up trying to interact
|
|
368
|
+
with a broken stream, if the error handler is added after an
|
|
369
|
+
error was previously emitted.
|
|
370
|
+
|
|
371
|
+
### Impact of "immediate flow" on Tee-streams
|
|
372
|
+
|
|
373
|
+
A "tee stream" is a stream piping to multiple destinations:
|
|
374
|
+
|
|
375
|
+
```js
|
|
376
|
+
const tee = new Minipass()
|
|
377
|
+
t.pipe(dest1)
|
|
378
|
+
t.pipe(dest2)
|
|
379
|
+
t.write('foo') // goes to both destinations
|
|
380
|
+
```
|
|
381
|
+
|
|
382
|
+
Since Minipass streams _immediately_ process any pending data
|
|
383
|
+
through the pipeline when a new pipe destination is added, this
|
|
384
|
+
can have surprising effects, especially when a stream comes in
|
|
385
|
+
from some other function and may or may not have data in its
|
|
386
|
+
buffer.
|
|
387
|
+
|
|
388
|
+
```js
|
|
389
|
+
// WARNING! WILL LOSE DATA!
|
|
390
|
+
const src = new Minipass()
|
|
391
|
+
src.write('foo')
|
|
392
|
+
src.pipe(dest1) // 'foo' chunk flows to dest1 immediately, and is gone
|
|
393
|
+
src.pipe(dest2) // gets nothing!
|
|
394
|
+
```
|
|
395
|
+
|
|
396
|
+
One solution is to create a dedicated tee-stream junction that
|
|
397
|
+
pipes to both locations, and then pipe to _that_ instead.
|
|
398
|
+
|
|
399
|
+
```js
|
|
400
|
+
// Safe example: tee to both places
|
|
401
|
+
const src = new Minipass()
|
|
402
|
+
src.write('foo')
|
|
403
|
+
const tee = new Minipass()
|
|
404
|
+
tee.pipe(dest1)
|
|
405
|
+
tee.pipe(dest2)
|
|
406
|
+
src.pipe(tee) // tee gets 'foo', pipes to both locations
|
|
407
|
+
```
|
|
408
|
+
|
|
409
|
+
The same caveat applies to `on('data')` event listeners. The
|
|
410
|
+
first one added will _immediately_ receive all of the data,
|
|
411
|
+
leaving nothing for the second:
|
|
412
|
+
|
|
413
|
+
```js
|
|
414
|
+
// WARNING! WILL LOSE DATA!
|
|
415
|
+
const src = new Minipass()
|
|
416
|
+
src.write('foo')
|
|
417
|
+
src.on('data', handler1) // receives 'foo' right away
|
|
418
|
+
src.on('data', handler2) // nothing to see here!
|
|
419
|
+
```
|
|
420
|
+
|
|
421
|
+
Using a dedicated tee-stream can be used in this case as well:
|
|
422
|
+
|
|
423
|
+
```js
|
|
424
|
+
// Safe example: tee to both data handlers
|
|
425
|
+
const src = new Minipass()
|
|
426
|
+
src.write('foo')
|
|
427
|
+
const tee = new Minipass()
|
|
428
|
+
tee.on('data', handler1)
|
|
429
|
+
tee.on('data', handler2)
|
|
430
|
+
src.pipe(tee)
|
|
431
|
+
```
|
|
432
|
+
|
|
433
|
+
All of the hazards in this section are avoided by setting `{
|
|
434
|
+
async: true }` in the Minipass constructor, or by setting
|
|
435
|
+
`stream.async = true` afterwards. Note that this does add some
|
|
436
|
+
overhead, so should only be done in cases where you are willing
|
|
437
|
+
to lose a bit of performance in order to avoid having to refactor
|
|
438
|
+
program logic.
|
|
439
|
+
|
|
440
|
+
## USAGE
|
|
441
|
+
|
|
442
|
+
It's a stream! Use it like a stream and it'll most likely do what
|
|
443
|
+
you want.
|
|
444
|
+
|
|
445
|
+
```js
|
|
446
|
+
import { Minipass } from 'minipass'
|
|
447
|
+
const mp = new Minipass(options) // options is optional
|
|
448
|
+
mp.write('foo')
|
|
449
|
+
mp.pipe(someOtherStream)
|
|
450
|
+
mp.end('bar')
|
|
451
|
+
```
|
|
452
|
+
|
|
453
|
+
### OPTIONS
|
|
454
|
+
|
|
455
|
+
- `encoding` How would you like the data coming _out_ of the
|
|
456
|
+
stream to be encoded? Accepts any values that can be passed to
|
|
457
|
+
`Buffer.toString()`.
|
|
458
|
+
- `objectMode` Emit data exactly as it comes in. This will be
|
|
459
|
+
flipped on by default if you write() something other than a
|
|
460
|
+
string or Buffer at any point. Setting `objectMode: true` will
|
|
461
|
+
prevent setting any encoding value.
|
|
462
|
+
- `async` Defaults to `false`. Set to `true` to defer data
|
|
463
|
+
emission until next tick. This reduces performance slightly,
|
|
464
|
+
but makes Minipass streams use timing behavior closer to Node
|
|
465
|
+
core streams. See [Timing](#timing) for more details.
|
|
466
|
+
- `signal` An `AbortSignal` that will cause the stream to unhook
|
|
467
|
+
itself from everything and become as inert as possible. Note
|
|
468
|
+
that providing a `signal` parameter will make `'error'` events
|
|
469
|
+
no longer throw if they are unhandled, but they will still be
|
|
470
|
+
emitted to handlers if any are attached.
|
|
471
|
+
|
|
472
|
+
### API
|
|
473
|
+
|
|
474
|
+
Implements the user-facing portions of Node.js's `Readable` and
|
|
475
|
+
`Writable` streams.
|
|
476
|
+
|
|
477
|
+
### Methods
|
|
478
|
+
|
|
479
|
+
- `write(chunk, [encoding], [callback])` - Put data in. (Note
|
|
480
|
+
that, in the base Minipass class, the same data will come out.)
|
|
481
|
+
Returns `false` if the stream will buffer the next write, or
|
|
482
|
+
true if it's still in "flowing" mode.
|
|
483
|
+
- `end([chunk, [encoding]], [callback])` - Signal that you have
|
|
484
|
+
no more data to write. This will queue an `end` event to be
|
|
485
|
+
fired when all the data has been consumed.
|
|
486
|
+
- `pause()` - No more data for a while, please. This also
|
|
487
|
+
prevents `end` from being emitted for empty streams until the
|
|
488
|
+
stream is resumed.
|
|
489
|
+
- `resume()` - Resume the stream. If there's data in the buffer,
|
|
490
|
+
it is all discarded. Any buffered events are immediately
|
|
491
|
+
emitted.
|
|
492
|
+
- `pipe(dest)` - Send all output to the stream provided. When
|
|
493
|
+
data is emitted, it is immediately written to any and all pipe
|
|
494
|
+
destinations. (Or written on next tick in `async` mode.)
|
|
495
|
+
- `unpipe(dest)` - Stop piping to the destination stream. This is
|
|
496
|
+
immediate, meaning that any asynchronously queued data will
|
|
497
|
+
_not_ make it to the destination when running in `async` mode.
|
|
498
|
+
- `options.end` - Boolean, end the destination stream when the
|
|
499
|
+
source stream ends. Default `true`.
|
|
500
|
+
- `options.proxyErrors` - Boolean, proxy `error` events from
|
|
501
|
+
the source stream to the destination stream. Note that errors
|
|
502
|
+
are _not_ proxied after the pipeline terminates, either due
|
|
503
|
+
to the source emitting `'end'` or manually unpiping with
|
|
504
|
+
`src.unpipe(dest)`. Default `false`.
|
|
505
|
+
- `on(ev, fn)`, `emit(ev, fn)` - Minipass streams are
|
|
506
|
+
EventEmitters. Some events are given special treatment,
|
|
507
|
+
however. (See below under "events".)
|
|
508
|
+
- `promise()` - Returns a Promise that resolves when the stream
|
|
509
|
+
emits `end`, or rejects if the stream emits `error`.
|
|
510
|
+
- `collect()` - Return a Promise that resolves on `end` with an
|
|
511
|
+
array containing each chunk of data that was emitted, or
|
|
512
|
+
rejects if the stream emits `error`. Note that this consumes
|
|
513
|
+
the stream data.
|
|
514
|
+
- `concat()` - Same as `collect()`, but concatenates the data
|
|
515
|
+
into a single Buffer object. Will reject the returned promise
|
|
516
|
+
if the stream is in objectMode, or if it goes into objectMode
|
|
517
|
+
by the end of the data.
|
|
518
|
+
- `read(n)` - Consume `n` bytes of data out of the buffer. If `n`
|
|
519
|
+
is not provided, then consume all of it. If `n` bytes are not
|
|
520
|
+
available, then it returns null. **Note** consuming streams in
|
|
521
|
+
this way is less efficient, and can lead to unnecessary Buffer
|
|
522
|
+
copying.
|
|
523
|
+
- `destroy([er])` - Destroy the stream. If an error is provided,
|
|
524
|
+
then an `'error'` event is emitted. If the stream has a
|
|
525
|
+
`close()` method, and has not emitted a `'close'` event yet,
|
|
526
|
+
then `stream.close()` will be called. Any Promises returned by
|
|
527
|
+
`.promise()`, `.collect()` or `.concat()` will be rejected.
|
|
528
|
+
After being destroyed, writing to the stream will emit an
|
|
529
|
+
error. No more data will be emitted if the stream is destroyed,
|
|
530
|
+
even if it was previously buffered.
|
|
531
|
+
|
|
532
|
+
### Properties
|
|
533
|
+
|
|
534
|
+
- `bufferLength` Read-only. Total number of bytes buffered, or in
|
|
535
|
+
the case of objectMode, the total number of objects.
|
|
536
|
+
- `encoding` Read-only. The encoding that has been set.
|
|
537
|
+
- `flowing` Read-only. Boolean indicating whether a chunk written
|
|
538
|
+
to the stream will be immediately emitted.
|
|
539
|
+
- `emittedEnd` Read-only. Boolean indicating whether the end-ish
|
|
540
|
+
events (ie, `end`, `prefinish`, `finish`) have been emitted.
|
|
541
|
+
Note that listening on any end-ish event will immediateyl
|
|
542
|
+
re-emit it if it has already been emitted.
|
|
543
|
+
- `writable` Whether the stream is writable. Default `true`. Set
|
|
544
|
+
to `false` when `end()`
|
|
545
|
+
- `readable` Whether the stream is readable. Default `true`.
|
|
546
|
+
- `pipes` An array of Pipe objects referencing streams that this
|
|
547
|
+
stream is piping into.
|
|
548
|
+
- `destroyed` A getter that indicates whether the stream was
|
|
549
|
+
destroyed.
|
|
550
|
+
- `paused` True if the stream has been explicitly paused,
|
|
551
|
+
otherwise false.
|
|
552
|
+
- `objectMode` Indicates whether the stream is in `objectMode`.
|
|
553
|
+
- `aborted` Readonly property set when the `AbortSignal`
|
|
554
|
+
dispatches an `abort` event.
|
|
555
|
+
|
|
556
|
+
### Events
|
|
557
|
+
|
|
558
|
+
- `data` Emitted when there's data to read. Argument is the data
|
|
559
|
+
to read. This is never emitted while not flowing. If a listener
|
|
560
|
+
is attached, that will resume the stream.
|
|
561
|
+
- `end` Emitted when there's no more data to read. This will be
|
|
562
|
+
emitted immediately for empty streams when `end()` is called.
|
|
563
|
+
If a listener is attached, and `end` was already emitted, then
|
|
564
|
+
it will be emitted again. All listeners are removed when `end`
|
|
565
|
+
is emitted.
|
|
566
|
+
- `prefinish` An end-ish event that follows the same logic as
|
|
567
|
+
`end` and is emitted in the same conditions where `end` is
|
|
568
|
+
emitted. Emitted after `'end'`.
|
|
569
|
+
- `finish` An end-ish event that follows the same logic as `end`
|
|
570
|
+
and is emitted in the same conditions where `end` is emitted.
|
|
571
|
+
Emitted after `'prefinish'`.
|
|
572
|
+
- `close` An indication that an underlying resource has been
|
|
573
|
+
released. Minipass does not emit this event, but will defer it
|
|
574
|
+
until after `end` has been emitted, since it throws off some
|
|
575
|
+
stream libraries otherwise.
|
|
576
|
+
- `drain` Emitted when the internal buffer empties, and it is
|
|
577
|
+
again suitable to `write()` into the stream.
|
|
578
|
+
- `readable` Emitted when data is buffered and ready to be read
|
|
579
|
+
by a consumer.
|
|
580
|
+
- `resume` Emitted when stream changes state from buffering to
|
|
581
|
+
flowing mode. (Ie, when `resume` is called, `pipe` is called,
|
|
582
|
+
or a `data` event listener is added.)
|
|
583
|
+
|
|
584
|
+
### Static Methods
|
|
585
|
+
|
|
586
|
+
- `Minipass.isStream(stream)` Returns `true` if the argument is a
|
|
587
|
+
stream, and false otherwise. To be considered a stream, the
|
|
588
|
+
object must be either an instance of Minipass, or an
|
|
589
|
+
EventEmitter that has either a `pipe()` method, or both
|
|
590
|
+
`write()` and `end()` methods. (Pretty much any stream in
|
|
591
|
+
node-land will return `true` for this.)
|
|
592
|
+
|
|
593
|
+
## EXAMPLES
|
|
594
|
+
|
|
595
|
+
Here are some examples of things you can do with Minipass
|
|
596
|
+
streams.
|
|
597
|
+
|
|
598
|
+
### simple "are you done yet" promise
|
|
599
|
+
|
|
600
|
+
```js
|
|
601
|
+
mp.promise().then(
|
|
602
|
+
() => {
|
|
603
|
+
// stream is finished
|
|
604
|
+
},
|
|
605
|
+
er => {
|
|
606
|
+
// stream emitted an error
|
|
607
|
+
}
|
|
608
|
+
)
|
|
609
|
+
```
|
|
610
|
+
|
|
611
|
+
### collecting
|
|
612
|
+
|
|
613
|
+
```js
|
|
614
|
+
mp.collect().then(all => {
|
|
615
|
+
// all is an array of all the data emitted
|
|
616
|
+
// encoding is supported in this case, so
|
|
617
|
+
// so the result will be a collection of strings if
|
|
618
|
+
// an encoding is specified, or buffers/objects if not.
|
|
619
|
+
//
|
|
620
|
+
// In an async function, you may do
|
|
621
|
+
// const data = await stream.collect()
|
|
622
|
+
})
|
|
623
|
+
```
|
|
624
|
+
|
|
625
|
+
### collecting into a single blob
|
|
626
|
+
|
|
627
|
+
This is a bit slower because it concatenates the data into one
|
|
628
|
+
chunk for you, but if you're going to do it yourself anyway, it's
|
|
629
|
+
convenient this way:
|
|
630
|
+
|
|
631
|
+
```js
|
|
632
|
+
mp.concat().then(onebigchunk => {
|
|
633
|
+
// onebigchunk is a string if the stream
|
|
634
|
+
// had an encoding set, or a buffer otherwise.
|
|
635
|
+
})
|
|
636
|
+
```
|
|
637
|
+
|
|
638
|
+
### iteration
|
|
639
|
+
|
|
640
|
+
You can iterate over streams synchronously or asynchronously in
|
|
641
|
+
platforms that support it.
|
|
642
|
+
|
|
643
|
+
Synchronous iteration will end when the currently available data
|
|
644
|
+
is consumed, even if the `end` event has not been reached. In
|
|
645
|
+
string and buffer mode, the data is concatenated, so unless
|
|
646
|
+
multiple writes are occurring in the same tick as the `read()`,
|
|
647
|
+
sync iteration loops will generally only have a single iteration.
|
|
648
|
+
|
|
649
|
+
To consume chunks in this way exactly as they have been written,
|
|
650
|
+
with no flattening, create the stream with the `{ objectMode:
|
|
651
|
+
true }` option.
|
|
652
|
+
|
|
653
|
+
```js
|
|
654
|
+
const mp = new Minipass({ objectMode: true })
|
|
655
|
+
mp.write('a')
|
|
656
|
+
mp.write('b')
|
|
657
|
+
for (let letter of mp) {
|
|
658
|
+
console.log(letter) // a, b
|
|
659
|
+
}
|
|
660
|
+
mp.write('c')
|
|
661
|
+
mp.write('d')
|
|
662
|
+
for (let letter of mp) {
|
|
663
|
+
console.log(letter) // c, d
|
|
664
|
+
}
|
|
665
|
+
mp.write('e')
|
|
666
|
+
mp.end()
|
|
667
|
+
for (let letter of mp) {
|
|
668
|
+
console.log(letter) // e
|
|
669
|
+
}
|
|
670
|
+
for (let letter of mp) {
|
|
671
|
+
console.log(letter) // nothing
|
|
672
|
+
}
|
|
673
|
+
```
|
|
674
|
+
|
|
675
|
+
Asynchronous iteration will continue until the end event is reached,
|
|
676
|
+
consuming all of the data.
|
|
677
|
+
|
|
678
|
+
```js
|
|
679
|
+
const mp = new Minipass({ encoding: 'utf8' })
|
|
680
|
+
|
|
681
|
+
// some source of some data
|
|
682
|
+
let i = 5
|
|
683
|
+
const inter = setInterval(() => {
|
|
684
|
+
if (i-- > 0) mp.write(Buffer.from('foo\n', 'utf8'))
|
|
685
|
+
else {
|
|
686
|
+
mp.end()
|
|
687
|
+
clearInterval(inter)
|
|
688
|
+
}
|
|
689
|
+
}, 100)
|
|
690
|
+
|
|
691
|
+
// consume the data with asynchronous iteration
|
|
692
|
+
async function consume() {
|
|
693
|
+
for await (let chunk of mp) {
|
|
694
|
+
console.log(chunk)
|
|
695
|
+
}
|
|
696
|
+
return 'ok'
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
consume().then(res => console.log(res))
|
|
700
|
+
// logs `foo\n` 5 times, and then `ok`
|
|
701
|
+
```
|
|
702
|
+
|
|
703
|
+
### subclass that `console.log()`s everything written into it
|
|
704
|
+
|
|
705
|
+
```js
|
|
706
|
+
class Logger extends Minipass {
|
|
707
|
+
write(chunk, encoding, callback) {
|
|
708
|
+
console.log('WRITE', chunk, encoding)
|
|
709
|
+
return super.write(chunk, encoding, callback)
|
|
710
|
+
}
|
|
711
|
+
end(chunk, encoding, callback) {
|
|
712
|
+
console.log('END', chunk, encoding)
|
|
713
|
+
return super.end(chunk, encoding, callback)
|
|
714
|
+
}
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
someSource.pipe(new Logger()).pipe(someDest)
|
|
718
|
+
```
|
|
719
|
+
|
|
720
|
+
### same thing, but using an inline anonymous class
|
|
721
|
+
|
|
722
|
+
```js
|
|
723
|
+
// js classes are fun
|
|
724
|
+
someSource
|
|
725
|
+
.pipe(
|
|
726
|
+
new (class extends Minipass {
|
|
727
|
+
emit(ev, ...data) {
|
|
728
|
+
// let's also log events, because debugging some weird thing
|
|
729
|
+
console.log('EMIT', ev)
|
|
730
|
+
return super.emit(ev, ...data)
|
|
731
|
+
}
|
|
732
|
+
write(chunk, encoding, callback) {
|
|
733
|
+
console.log('WRITE', chunk, encoding)
|
|
734
|
+
return super.write(chunk, encoding, callback)
|
|
735
|
+
}
|
|
736
|
+
end(chunk, encoding, callback) {
|
|
737
|
+
console.log('END', chunk, encoding)
|
|
738
|
+
return super.end(chunk, encoding, callback)
|
|
739
|
+
}
|
|
740
|
+
})()
|
|
741
|
+
)
|
|
742
|
+
.pipe(someDest)
|
|
743
|
+
```
|
|
744
|
+
|
|
745
|
+
### subclass that defers 'end' for some reason
|
|
746
|
+
|
|
747
|
+
```js
|
|
748
|
+
class SlowEnd extends Minipass {
|
|
749
|
+
emit(ev, ...args) {
|
|
750
|
+
if (ev === 'end') {
|
|
751
|
+
console.log('going to end, hold on a sec')
|
|
752
|
+
setTimeout(() => {
|
|
753
|
+
console.log('ok, ready to end now')
|
|
754
|
+
super.emit('end', ...args)
|
|
755
|
+
}, 100)
|
|
756
|
+
return true
|
|
757
|
+
} else {
|
|
758
|
+
return super.emit(ev, ...args)
|
|
759
|
+
}
|
|
760
|
+
}
|
|
761
|
+
}
|
|
762
|
+
```
|
|
763
|
+
|
|
764
|
+
### transform that creates newline-delimited JSON
|
|
765
|
+
|
|
766
|
+
```js
|
|
767
|
+
class NDJSONEncode extends Minipass {
|
|
768
|
+
write(obj, cb) {
|
|
769
|
+
try {
|
|
770
|
+
// JSON.stringify can throw, emit an error on that
|
|
771
|
+
return super.write(JSON.stringify(obj) + '\n', 'utf8', cb)
|
|
772
|
+
} catch (er) {
|
|
773
|
+
this.emit('error', er)
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
end(obj, cb) {
|
|
777
|
+
if (typeof obj === 'function') {
|
|
778
|
+
cb = obj
|
|
779
|
+
obj = undefined
|
|
780
|
+
}
|
|
781
|
+
if (obj !== undefined) {
|
|
782
|
+
this.write(obj)
|
|
783
|
+
}
|
|
784
|
+
return super.end(cb)
|
|
785
|
+
}
|
|
786
|
+
}
|
|
787
|
+
```
|
|
788
|
+
|
|
789
|
+
### transform that parses newline-delimited JSON
|
|
790
|
+
|
|
791
|
+
```js
|
|
792
|
+
class NDJSONDecode extends Minipass {
|
|
793
|
+
constructor(options) {
|
|
794
|
+
// always be in object mode, as far as Minipass is concerned
|
|
795
|
+
super({ objectMode: true })
|
|
796
|
+
this._jsonBuffer = ''
|
|
797
|
+
}
|
|
798
|
+
write(chunk, encoding, cb) {
|
|
799
|
+
if (
|
|
800
|
+
typeof chunk === 'string' &&
|
|
801
|
+
typeof encoding === 'string' &&
|
|
802
|
+
encoding !== 'utf8'
|
|
803
|
+
) {
|
|
804
|
+
chunk = Buffer.from(chunk, encoding).toString()
|
|
805
|
+
} else if (Buffer.isBuffer(chunk)) {
|
|
806
|
+
chunk = chunk.toString()
|
|
807
|
+
}
|
|
808
|
+
if (typeof encoding === 'function') {
|
|
809
|
+
cb = encoding
|
|
810
|
+
}
|
|
811
|
+
const jsonData = (this._jsonBuffer + chunk).split('\n')
|
|
812
|
+
this._jsonBuffer = jsonData.pop()
|
|
813
|
+
for (let i = 0; i < jsonData.length; i++) {
|
|
814
|
+
try {
|
|
815
|
+
// JSON.parse can throw, emit an error on that
|
|
816
|
+
super.write(JSON.parse(jsonData[i]))
|
|
817
|
+
} catch (er) {
|
|
818
|
+
this.emit('error', er)
|
|
819
|
+
continue
|
|
820
|
+
}
|
|
821
|
+
}
|
|
822
|
+
if (cb) cb()
|
|
823
|
+
}
|
|
824
|
+
}
|
|
825
|
+
```
|