@zipify/wysiwyg 1.2.0 → 1.2.1-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/actions/lint-css/action.yaml +1 -3
- package/dist/cli.js +3 -3
- package/dist/wysiwyg.css +24 -25
- package/dist/wysiwyg.mjs +641 -618
- package/jest.config.js +3 -0
- package/lib/components/base/Modal.vue +21 -2
- package/lib/components/base/__tests__/Modal.test.js +1 -0
- package/lib/components/toolbar/controls/link/LinkControl.vue +22 -10
- package/lib/components/toolbar/controls/link/LinkControlHeader.vue +3 -3
- package/lib/components/toolbar/controls/link/__tests__/LinkControl.test.js +8 -8
- package/lib/components/toolbar/controls/link/__tests__/LinkControlHeader.test.js +1 -1
- package/lib/components/toolbar/controls/link/composables/useLink.js +10 -6
- package/lib/composables/__tests__/__snapshots__/useEditor.test.js.snap +1 -1
- package/lib/composables/useEditor.js +4 -3
- package/lib/enums/TextSettings.js +2 -0
- package/lib/extensions/FontStyle.js +2 -2
- package/lib/extensions/FontWeight.js +2 -0
- package/lib/extensions/Link.js +13 -15
- package/lib/extensions/StylePreset.js +33 -3
- package/lib/extensions/TextDecoration.js +6 -12
- package/lib/extensions/__tests__/FontFamily.test.js +7 -6
- package/lib/extensions/__tests__/FontWeight.test.js +19 -10
- package/lib/extensions/__tests__/StylePreset.test.js +52 -2
- package/lib/extensions/__tests__/TextDecoration.test.js +11 -40
- package/lib/extensions/__tests__/__snapshots__/Alignment.test.js.snap +2 -2
- package/lib/extensions/__tests__/__snapshots__/BackgroundColor.test.js.snap +1 -1
- package/lib/extensions/__tests__/__snapshots__/FontColor.test.js.snap +1 -1
- package/lib/extensions/__tests__/__snapshots__/FontFamily.test.js.snap +19 -1
- package/lib/extensions/__tests__/__snapshots__/FontSize.test.js.snap +2 -2
- package/lib/extensions/__tests__/__snapshots__/FontStyle.test.js.snap +17 -1
- package/lib/extensions/__tests__/__snapshots__/FontWeight.test.js.snap +26 -1
- package/lib/extensions/__tests__/__snapshots__/LineHeight.test.js.snap +2 -2
- package/lib/extensions/__tests__/__snapshots__/Margin.test.js.snap +2 -2
- package/lib/extensions/__tests__/__snapshots__/StylePreset.test.js.snap +22 -2
- package/lib/extensions/__tests__/__snapshots__/TextDecoration.test.js.snap +3 -46
- package/package.json +23 -28
- package/config/build/lambda.config.js +0 -39
- package/dist/lambda-to-json.zip +0 -0
- package/lib/components/toolbar/controls/link/LinkControlApply.vue +0 -35
- package/lib/entry-lambda-to-json.js +0 -8
- package/node_modules_lambda/.bin/acorn +0 -4
- package/node_modules_lambda/.bin/escodegen +0 -77
- package/node_modules_lambda/.bin/esgenerate +0 -64
- package/node_modules_lambda/.bin/esparse +0 -139
- package/node_modules_lambda/.bin/esvalidate +0 -236
- package/node_modules_lambda/.package-lock.json +0 -602
- package/node_modules_lambda/@tootallnate/once/LICENSE +0 -21
- package/node_modules_lambda/@tootallnate/once/README.md +0 -93
- package/node_modules_lambda/@tootallnate/once/dist/index.d.ts +0 -7
- package/node_modules_lambda/@tootallnate/once/dist/index.js +0 -24
- package/node_modules_lambda/@tootallnate/once/dist/index.js.map +0 -1
- package/node_modules_lambda/@tootallnate/once/dist/overloaded-parameters.d.ts +0 -231
- package/node_modules_lambda/@tootallnate/once/dist/overloaded-parameters.js +0 -3
- package/node_modules_lambda/@tootallnate/once/dist/overloaded-parameters.js.map +0 -1
- package/node_modules_lambda/@tootallnate/once/dist/types.d.ts +0 -17
- package/node_modules_lambda/@tootallnate/once/dist/types.js +0 -3
- package/node_modules_lambda/@tootallnate/once/dist/types.js.map +0 -1
- package/node_modules_lambda/@tootallnate/once/package.json +0 -52
- package/node_modules_lambda/abab/LICENSE.md +0 -13
- package/node_modules_lambda/abab/README.md +0 -51
- package/node_modules_lambda/abab/index.d.ts +0 -2
- package/node_modules_lambda/abab/index.js +0 -9
- package/node_modules_lambda/abab/lib/atob.js +0 -101
- package/node_modules_lambda/abab/lib/btoa.js +0 -62
- package/node_modules_lambda/abab/package.json +0 -42
- package/node_modules_lambda/acorn/CHANGELOG.md +0 -798
- package/node_modules_lambda/acorn/LICENSE +0 -21
- package/node_modules_lambda/acorn/README.md +0 -273
- package/node_modules_lambda/acorn/bin/acorn +0 -4
- package/node_modules_lambda/acorn/dist/acorn.d.ts +0 -252
- package/node_modules_lambda/acorn/dist/acorn.js +0 -5608
- package/node_modules_lambda/acorn/dist/acorn.mjs +0 -5577
- package/node_modules_lambda/acorn/dist/acorn.mjs.d.ts +0 -2
- package/node_modules_lambda/acorn/dist/bin.js +0 -91
- package/node_modules_lambda/acorn/package.json +0 -50
- package/node_modules_lambda/acorn-globals/LICENSE +0 -19
- package/node_modules_lambda/acorn-globals/README.md +0 -81
- package/node_modules_lambda/acorn-globals/index.js +0 -179
- package/node_modules_lambda/acorn-globals/node_modules/.bin/acorn +0 -4
- package/node_modules_lambda/acorn-globals/node_modules/acorn/CHANGELOG.md +0 -620
- package/node_modules_lambda/acorn-globals/node_modules/acorn/LICENSE +0 -21
- package/node_modules_lambda/acorn-globals/node_modules/acorn/README.md +0 -269
- package/node_modules_lambda/acorn-globals/node_modules/acorn/bin/acorn +0 -4
- package/node_modules_lambda/acorn-globals/node_modules/acorn/dist/acorn.d.ts +0 -209
- package/node_modules_lambda/acorn-globals/node_modules/acorn/dist/acorn.js +0 -5186
- package/node_modules_lambda/acorn-globals/node_modules/acorn/dist/acorn.js.map +0 -1
- package/node_modules_lambda/acorn-globals/node_modules/acorn/dist/acorn.mjs +0 -5155
- package/node_modules_lambda/acorn-globals/node_modules/acorn/dist/acorn.mjs.d.ts +0 -2
- package/node_modules_lambda/acorn-globals/node_modules/acorn/dist/acorn.mjs.map +0 -1
- package/node_modules_lambda/acorn-globals/node_modules/acorn/dist/bin.js +0 -64
- package/node_modules_lambda/acorn-globals/node_modules/acorn/package.json +0 -35
- package/node_modules_lambda/acorn-globals/package.json +0 -35
- package/node_modules_lambda/acorn-walk/CHANGELOG.md +0 -131
- package/node_modules_lambda/acorn-walk/LICENSE +0 -19
- package/node_modules_lambda/acorn-walk/README.md +0 -126
- package/node_modules_lambda/acorn-walk/dist/walk.d.ts +0 -112
- package/node_modules_lambda/acorn-walk/dist/walk.js +0 -463
- package/node_modules_lambda/acorn-walk/dist/walk.js.map +0 -1
- package/node_modules_lambda/acorn-walk/dist/walk.mjs +0 -443
- package/node_modules_lambda/acorn-walk/dist/walk.mjs.map +0 -1
- package/node_modules_lambda/acorn-walk/package.json +0 -34
- package/node_modules_lambda/agent-base/README.md +0 -145
- package/node_modules_lambda/agent-base/dist/src/index.d.ts +0 -78
- package/node_modules_lambda/agent-base/dist/src/index.js +0 -203
- package/node_modules_lambda/agent-base/dist/src/index.js.map +0 -1
- package/node_modules_lambda/agent-base/dist/src/promisify.d.ts +0 -4
- package/node_modules_lambda/agent-base/dist/src/promisify.js +0 -18
- package/node_modules_lambda/agent-base/dist/src/promisify.js.map +0 -1
- package/node_modules_lambda/agent-base/package.json +0 -64
- package/node_modules_lambda/agent-base/src/index.ts +0 -345
- package/node_modules_lambda/agent-base/src/promisify.ts +0 -33
- package/node_modules_lambda/asynckit/LICENSE +0 -21
- package/node_modules_lambda/asynckit/README.md +0 -233
- package/node_modules_lambda/asynckit/bench.js +0 -76
- package/node_modules_lambda/asynckit/index.js +0 -6
- package/node_modules_lambda/asynckit/lib/abort.js +0 -29
- package/node_modules_lambda/asynckit/lib/async.js +0 -34
- package/node_modules_lambda/asynckit/lib/defer.js +0 -26
- package/node_modules_lambda/asynckit/lib/iterate.js +0 -75
- package/node_modules_lambda/asynckit/lib/readable_asynckit.js +0 -91
- package/node_modules_lambda/asynckit/lib/readable_parallel.js +0 -25
- package/node_modules_lambda/asynckit/lib/readable_serial.js +0 -25
- package/node_modules_lambda/asynckit/lib/readable_serial_ordered.js +0 -29
- package/node_modules_lambda/asynckit/lib/state.js +0 -37
- package/node_modules_lambda/asynckit/lib/streamify.js +0 -141
- package/node_modules_lambda/asynckit/lib/terminator.js +0 -29
- package/node_modules_lambda/asynckit/package.json +0 -63
- package/node_modules_lambda/asynckit/parallel.js +0 -43
- package/node_modules_lambda/asynckit/serial.js +0 -17
- package/node_modules_lambda/asynckit/serialOrdered.js +0 -75
- package/node_modules_lambda/asynckit/stream.js +0 -21
- package/node_modules_lambda/browser-process-hrtime/LICENSE +0 -9
- package/node_modules_lambda/browser-process-hrtime/README.md +0 -27
- package/node_modules_lambda/browser-process-hrtime/index.d.ts +0 -4
- package/node_modules_lambda/browser-process-hrtime/index.js +0 -28
- package/node_modules_lambda/browser-process-hrtime/package.json +0 -15
- package/node_modules_lambda/combined-stream/License +0 -19
- package/node_modules_lambda/combined-stream/Readme.md +0 -138
- package/node_modules_lambda/combined-stream/lib/combined_stream.js +0 -208
- package/node_modules_lambda/combined-stream/package.json +0 -25
- package/node_modules_lambda/combined-stream/yarn.lock +0 -17
- package/node_modules_lambda/cssom/LICENSE.txt +0 -20
- package/node_modules_lambda/cssom/README.mdown +0 -67
- package/node_modules_lambda/cssom/lib/CSSConditionRule.js +0 -25
- package/node_modules_lambda/cssom/lib/CSSDocumentRule.js +0 -39
- package/node_modules_lambda/cssom/lib/CSSFontFaceRule.js +0 -36
- package/node_modules_lambda/cssom/lib/CSSGroupingRule.js +0 -68
- package/node_modules_lambda/cssom/lib/CSSHostRule.js +0 -37
- package/node_modules_lambda/cssom/lib/CSSImportRule.js +0 -132
- package/node_modules_lambda/cssom/lib/CSSKeyframeRule.js +0 -37
- package/node_modules_lambda/cssom/lib/CSSKeyframesRule.js +0 -39
- package/node_modules_lambda/cssom/lib/CSSMediaRule.js +0 -53
- package/node_modules_lambda/cssom/lib/CSSOM.js +0 -3
- package/node_modules_lambda/cssom/lib/CSSRule.js +0 -43
- package/node_modules_lambda/cssom/lib/CSSStyleDeclaration.js +0 -148
- package/node_modules_lambda/cssom/lib/CSSStyleRule.js +0 -190
- package/node_modules_lambda/cssom/lib/CSSStyleSheet.js +0 -88
- package/node_modules_lambda/cssom/lib/CSSSupportsRule.js +0 -36
- package/node_modules_lambda/cssom/lib/CSSValue.js +0 -43
- package/node_modules_lambda/cssom/lib/CSSValueExpression.js +0 -344
- package/node_modules_lambda/cssom/lib/MatcherList.js +0 -62
- package/node_modules_lambda/cssom/lib/MediaList.js +0 -61
- package/node_modules_lambda/cssom/lib/StyleSheet.js +0 -17
- package/node_modules_lambda/cssom/lib/clone.js +0 -74
- package/node_modules_lambda/cssom/lib/index.js +0 -23
- package/node_modules_lambda/cssom/lib/parse.js +0 -465
- package/node_modules_lambda/cssom/package.json +0 -18
- package/node_modules_lambda/cssstyle/LICENSE +0 -20
- package/node_modules_lambda/cssstyle/README.md +0 -15
- package/node_modules_lambda/cssstyle/lib/CSSStyleDeclaration.js +0 -260
- package/node_modules_lambda/cssstyle/lib/CSSStyleDeclaration.test.js +0 -556
- package/node_modules_lambda/cssstyle/lib/allExtraProperties.js +0 -67
- package/node_modules_lambda/cssstyle/lib/allProperties.js +0 -462
- package/node_modules_lambda/cssstyle/lib/allWebkitProperties.js +0 -194
- package/node_modules_lambda/cssstyle/lib/constants.js +0 -6
- package/node_modules_lambda/cssstyle/lib/implementedProperties.js +0 -90
- package/node_modules_lambda/cssstyle/lib/named_colors.json +0 -152
- package/node_modules_lambda/cssstyle/lib/parsers.js +0 -722
- package/node_modules_lambda/cssstyle/lib/parsers.test.js +0 -139
- package/node_modules_lambda/cssstyle/lib/properties/azimuth.js +0 -67
- package/node_modules_lambda/cssstyle/lib/properties/background.js +0 -19
- package/node_modules_lambda/cssstyle/lib/properties/backgroundAttachment.js +0 -24
- package/node_modules_lambda/cssstyle/lib/properties/backgroundColor.js +0 -36
- package/node_modules_lambda/cssstyle/lib/properties/backgroundImage.js +0 -32
- package/node_modules_lambda/cssstyle/lib/properties/backgroundPosition.js +0 -58
- package/node_modules_lambda/cssstyle/lib/properties/backgroundRepeat.js +0 -32
- package/node_modules_lambda/cssstyle/lib/properties/border.js +0 -33
- package/node_modules_lambda/cssstyle/lib/properties/borderBottom.js +0 -17
- package/node_modules_lambda/cssstyle/lib/properties/borderBottomColor.js +0 -16
- package/node_modules_lambda/cssstyle/lib/properties/borderBottomStyle.js +0 -21
- package/node_modules_lambda/cssstyle/lib/properties/borderBottomWidth.js +0 -16
- package/node_modules_lambda/cssstyle/lib/properties/borderCollapse.js +0 -26
- package/node_modules_lambda/cssstyle/lib/properties/borderColor.js +0 -30
- package/node_modules_lambda/cssstyle/lib/properties/borderLeft.js +0 -17
- package/node_modules_lambda/cssstyle/lib/properties/borderLeftColor.js +0 -16
- package/node_modules_lambda/cssstyle/lib/properties/borderLeftStyle.js +0 -21
- package/node_modules_lambda/cssstyle/lib/properties/borderLeftWidth.js +0 -16
- package/node_modules_lambda/cssstyle/lib/properties/borderRight.js +0 -17
- package/node_modules_lambda/cssstyle/lib/properties/borderRightColor.js +0 -16
- package/node_modules_lambda/cssstyle/lib/properties/borderRightStyle.js +0 -21
- package/node_modules_lambda/cssstyle/lib/properties/borderRightWidth.js +0 -16
- package/node_modules_lambda/cssstyle/lib/properties/borderSpacing.js +0 -41
- package/node_modules_lambda/cssstyle/lib/properties/borderStyle.js +0 -38
- package/node_modules_lambda/cssstyle/lib/properties/borderTop.js +0 -17
- package/node_modules_lambda/cssstyle/lib/properties/borderTopColor.js +0 -16
- package/node_modules_lambda/cssstyle/lib/properties/borderTopStyle.js +0 -21
- package/node_modules_lambda/cssstyle/lib/properties/borderTopWidth.js +0 -17
- package/node_modules_lambda/cssstyle/lib/properties/borderWidth.js +0 -46
- package/node_modules_lambda/cssstyle/lib/properties/bottom.js +0 -14
- package/node_modules_lambda/cssstyle/lib/properties/clear.js +0 -16
- package/node_modules_lambda/cssstyle/lib/properties/clip.js +0 -47
- package/node_modules_lambda/cssstyle/lib/properties/color.js +0 -14
- package/node_modules_lambda/cssstyle/lib/properties/cssFloat.js +0 -12
- package/node_modules_lambda/cssstyle/lib/properties/flex.js +0 -45
- package/node_modules_lambda/cssstyle/lib/properties/flexBasis.js +0 -28
- package/node_modules_lambda/cssstyle/lib/properties/flexGrow.js +0 -19
- package/node_modules_lambda/cssstyle/lib/properties/flexShrink.js +0 -19
- package/node_modules_lambda/cssstyle/lib/properties/float.js +0 -12
- package/node_modules_lambda/cssstyle/lib/properties/floodColor.js +0 -14
- package/node_modules_lambda/cssstyle/lib/properties/font.js +0 -43
- package/node_modules_lambda/cssstyle/lib/properties/fontFamily.js +0 -33
- package/node_modules_lambda/cssstyle/lib/properties/fontSize.js +0 -38
- package/node_modules_lambda/cssstyle/lib/properties/fontStyle.js +0 -18
- package/node_modules_lambda/cssstyle/lib/properties/fontVariant.js +0 -18
- package/node_modules_lambda/cssstyle/lib/properties/fontWeight.js +0 -33
- package/node_modules_lambda/cssstyle/lib/properties/height.js +0 -24
- package/node_modules_lambda/cssstyle/lib/properties/left.js +0 -14
- package/node_modules_lambda/cssstyle/lib/properties/lightingColor.js +0 -14
- package/node_modules_lambda/cssstyle/lib/properties/lineHeight.js +0 -26
- package/node_modules_lambda/cssstyle/lib/properties/margin.js +0 -68
- package/node_modules_lambda/cssstyle/lib/properties/marginBottom.js +0 -13
- package/node_modules_lambda/cssstyle/lib/properties/marginLeft.js +0 -13
- package/node_modules_lambda/cssstyle/lib/properties/marginRight.js +0 -13
- package/node_modules_lambda/cssstyle/lib/properties/marginTop.js +0 -13
- package/node_modules_lambda/cssstyle/lib/properties/opacity.js +0 -14
- package/node_modules_lambda/cssstyle/lib/properties/outlineColor.js +0 -14
- package/node_modules_lambda/cssstyle/lib/properties/padding.js +0 -61
- package/node_modules_lambda/cssstyle/lib/properties/paddingBottom.js +0 -13
- package/node_modules_lambda/cssstyle/lib/properties/paddingLeft.js +0 -13
- package/node_modules_lambda/cssstyle/lib/properties/paddingRight.js +0 -13
- package/node_modules_lambda/cssstyle/lib/properties/paddingTop.js +0 -13
- package/node_modules_lambda/cssstyle/lib/properties/right.js +0 -14
- package/node_modules_lambda/cssstyle/lib/properties/stopColor.js +0 -14
- package/node_modules_lambda/cssstyle/lib/properties/textLineThroughColor.js +0 -14
- package/node_modules_lambda/cssstyle/lib/properties/textOverlineColor.js +0 -14
- package/node_modules_lambda/cssstyle/lib/properties/textUnderlineColor.js +0 -14
- package/node_modules_lambda/cssstyle/lib/properties/top.js +0 -14
- package/node_modules_lambda/cssstyle/lib/properties/webkitBorderAfterColor.js +0 -14
- package/node_modules_lambda/cssstyle/lib/properties/webkitBorderBeforeColor.js +0 -14
- package/node_modules_lambda/cssstyle/lib/properties/webkitBorderEndColor.js +0 -14
- package/node_modules_lambda/cssstyle/lib/properties/webkitBorderStartColor.js +0 -14
- package/node_modules_lambda/cssstyle/lib/properties/webkitColumnRuleColor.js +0 -14
- package/node_modules_lambda/cssstyle/lib/properties/webkitMatchNearestMailBlockquoteColor.js +0 -14
- package/node_modules_lambda/cssstyle/lib/properties/webkitTapHighlightColor.js +0 -14
- package/node_modules_lambda/cssstyle/lib/properties/webkitTextEmphasisColor.js +0 -14
- package/node_modules_lambda/cssstyle/lib/properties/webkitTextFillColor.js +0 -14
- package/node_modules_lambda/cssstyle/lib/properties/webkitTextStrokeColor.js +0 -14
- package/node_modules_lambda/cssstyle/lib/properties/width.js +0 -24
- package/node_modules_lambda/cssstyle/lib/properties.js +0 -1833
- package/node_modules_lambda/cssstyle/lib/utils/colorSpace.js +0 -21
- package/node_modules_lambda/cssstyle/lib/utils/getBasicPropertyDescriptor.js +0 -14
- package/node_modules_lambda/cssstyle/node_modules/cssom/LICENSE.txt +0 -20
- package/node_modules_lambda/cssstyle/node_modules/cssom/README.mdown +0 -67
- package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSDocumentRule.js +0 -39
- package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSFontFaceRule.js +0 -36
- package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSHostRule.js +0 -37
- package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSImportRule.js +0 -132
- package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSKeyframeRule.js +0 -37
- package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSKeyframesRule.js +0 -39
- package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSMediaRule.js +0 -41
- package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSOM.js +0 -3
- package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSRule.js +0 -43
- package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSStyleDeclaration.js +0 -148
- package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSStyleRule.js +0 -190
- package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSStyleSheet.js +0 -88
- package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSSupportsRule.js +0 -36
- package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSValue.js +0 -43
- package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSValueExpression.js +0 -344
- package/node_modules_lambda/cssstyle/node_modules/cssom/lib/MatcherList.js +0 -62
- package/node_modules_lambda/cssstyle/node_modules/cssom/lib/MediaList.js +0 -61
- package/node_modules_lambda/cssstyle/node_modules/cssom/lib/StyleSheet.js +0 -17
- package/node_modules_lambda/cssstyle/node_modules/cssom/lib/clone.js +0 -82
- package/node_modules_lambda/cssstyle/node_modules/cssom/lib/index.js +0 -21
- package/node_modules_lambda/cssstyle/node_modules/cssom/lib/parse.js +0 -464
- package/node_modules_lambda/cssstyle/node_modules/cssom/package.json +0 -18
- package/node_modules_lambda/cssstyle/package.json +0 -72
- package/node_modules_lambda/data-urls/LICENSE.txt +0 -7
- package/node_modules_lambda/data-urls/README.md +0 -62
- package/node_modules_lambda/data-urls/lib/parser.js +0 -69
- package/node_modules_lambda/data-urls/lib/utils.js +0 -18
- package/node_modules_lambda/data-urls/node_modules/whatwg-url/LICENSE.txt +0 -21
- package/node_modules_lambda/data-urls/node_modules/whatwg-url/README.md +0 -106
- package/node_modules_lambda/data-urls/node_modules/whatwg-url/index.js +0 -27
- package/node_modules_lambda/data-urls/node_modules/whatwg-url/lib/Function.js +0 -42
- package/node_modules_lambda/data-urls/node_modules/whatwg-url/lib/URL-impl.js +0 -209
- package/node_modules_lambda/data-urls/node_modules/whatwg-url/lib/URL.js +0 -442
- package/node_modules_lambda/data-urls/node_modules/whatwg-url/lib/URLSearchParams-impl.js +0 -130
- package/node_modules_lambda/data-urls/node_modules/whatwg-url/lib/URLSearchParams.js +0 -472
- package/node_modules_lambda/data-urls/node_modules/whatwg-url/lib/VoidFunction.js +0 -26
- package/node_modules_lambda/data-urls/node_modules/whatwg-url/lib/encoding.js +0 -16
- package/node_modules_lambda/data-urls/node_modules/whatwg-url/lib/infra.js +0 -26
- package/node_modules_lambda/data-urls/node_modules/whatwg-url/lib/percent-encoding.js +0 -142
- package/node_modules_lambda/data-urls/node_modules/whatwg-url/lib/url-state-machine.js +0 -1244
- package/node_modules_lambda/data-urls/node_modules/whatwg-url/lib/urlencoded.js +0 -106
- package/node_modules_lambda/data-urls/node_modules/whatwg-url/lib/utils.js +0 -190
- package/node_modules_lambda/data-urls/node_modules/whatwg-url/package.json +0 -58
- package/node_modules_lambda/data-urls/node_modules/whatwg-url/webidl2js-wrapper.js +0 -7
- package/node_modules_lambda/data-urls/package.json +0 -54
- package/node_modules_lambda/debug/LICENSE +0 -20
- package/node_modules_lambda/debug/README.md +0 -481
- package/node_modules_lambda/debug/package.json +0 -59
- package/node_modules_lambda/debug/src/browser.js +0 -269
- package/node_modules_lambda/debug/src/common.js +0 -274
- package/node_modules_lambda/debug/src/index.js +0 -10
- package/node_modules_lambda/debug/src/node.js +0 -263
- package/node_modules_lambda/decimal.js/CHANGELOG.md +0 -231
- package/node_modules_lambda/decimal.js/LICENCE.md +0 -23
- package/node_modules_lambda/decimal.js/README.md +0 -246
- package/node_modules_lambda/decimal.js/decimal.d.ts +0 -300
- package/node_modules_lambda/decimal.js/decimal.js +0 -4934
- package/node_modules_lambda/decimal.js/decimal.mjs +0 -4898
- package/node_modules_lambda/decimal.js/package.json +0 -40
- package/node_modules_lambda/deep-is/.travis.yml +0 -5
- package/node_modules_lambda/deep-is/LICENSE +0 -22
- package/node_modules_lambda/deep-is/README.markdown +0 -70
- package/node_modules_lambda/deep-is/example/cmp.js +0 -11
- package/node_modules_lambda/deep-is/index.js +0 -102
- package/node_modules_lambda/deep-is/package.json +0 -58
- package/node_modules_lambda/deep-is/test/NaN.js +0 -16
- package/node_modules_lambda/deep-is/test/cmp.js +0 -23
- package/node_modules_lambda/deep-is/test/neg-vs-pos-0.js +0 -15
- package/node_modules_lambda/delayed-stream/License +0 -19
- package/node_modules_lambda/delayed-stream/Makefile +0 -7
- package/node_modules_lambda/delayed-stream/Readme.md +0 -141
- package/node_modules_lambda/delayed-stream/lib/delayed_stream.js +0 -107
- package/node_modules_lambda/delayed-stream/package.json +0 -27
- package/node_modules_lambda/domexception/LICENSE.txt +0 -21
- package/node_modules_lambda/domexception/README.md +0 -31
- package/node_modules_lambda/domexception/index.js +0 -7
- package/node_modules_lambda/domexception/lib/DOMException-impl.js +0 -22
- package/node_modules_lambda/domexception/lib/DOMException.js +0 -222
- package/node_modules_lambda/domexception/lib/Function.js +0 -42
- package/node_modules_lambda/domexception/lib/VoidFunction.js +0 -26
- package/node_modules_lambda/domexception/lib/legacy-error-codes.json +0 -24
- package/node_modules_lambda/domexception/lib/utils.js +0 -190
- package/node_modules_lambda/domexception/package.json +0 -42
- package/node_modules_lambda/domexception/webidl2js-wrapper.js +0 -15
- package/node_modules_lambda/escodegen/LICENSE.BSD +0 -21
- package/node_modules_lambda/escodegen/README.md +0 -84
- package/node_modules_lambda/escodegen/bin/escodegen.js +0 -77
- package/node_modules_lambda/escodegen/bin/esgenerate.js +0 -64
- package/node_modules_lambda/escodegen/escodegen.js +0 -2647
- package/node_modules_lambda/escodegen/node_modules/estraverse/.jshintrc +0 -16
- package/node_modules_lambda/escodegen/node_modules/estraverse/LICENSE.BSD +0 -19
- package/node_modules_lambda/escodegen/node_modules/estraverse/README.md +0 -153
- package/node_modules_lambda/escodegen/node_modules/estraverse/estraverse.js +0 -805
- package/node_modules_lambda/escodegen/node_modules/estraverse/gulpfile.js +0 -70
- package/node_modules_lambda/escodegen/node_modules/estraverse/package.json +0 -40
- package/node_modules_lambda/escodegen/node_modules/levn/LICENSE +0 -22
- package/node_modules_lambda/escodegen/node_modules/levn/README.md +0 -196
- package/node_modules_lambda/escodegen/node_modules/levn/lib/cast.js +0 -298
- package/node_modules_lambda/escodegen/node_modules/levn/lib/coerce.js +0 -285
- package/node_modules_lambda/escodegen/node_modules/levn/lib/index.js +0 -22
- package/node_modules_lambda/escodegen/node_modules/levn/lib/parse-string.js +0 -113
- package/node_modules_lambda/escodegen/node_modules/levn/lib/parse.js +0 -102
- package/node_modules_lambda/escodegen/node_modules/levn/package.json +0 -47
- package/node_modules_lambda/escodegen/node_modules/optionator/CHANGELOG.md +0 -56
- package/node_modules_lambda/escodegen/node_modules/optionator/LICENSE +0 -22
- package/node_modules_lambda/escodegen/node_modules/optionator/README.md +0 -238
- package/node_modules_lambda/escodegen/node_modules/optionator/lib/help.js +0 -260
- package/node_modules_lambda/escodegen/node_modules/optionator/lib/index.js +0 -465
- package/node_modules_lambda/escodegen/node_modules/optionator/lib/util.js +0 -54
- package/node_modules_lambda/escodegen/node_modules/optionator/package.json +0 -44
- package/node_modules_lambda/escodegen/node_modules/prelude-ls/CHANGELOG.md +0 -99
- package/node_modules_lambda/escodegen/node_modules/prelude-ls/LICENSE +0 -22
- package/node_modules_lambda/escodegen/node_modules/prelude-ls/README.md +0 -15
- package/node_modules_lambda/escodegen/node_modules/prelude-ls/lib/Func.js +0 -65
- package/node_modules_lambda/escodegen/node_modules/prelude-ls/lib/List.js +0 -686
- package/node_modules_lambda/escodegen/node_modules/prelude-ls/lib/Num.js +0 -130
- package/node_modules_lambda/escodegen/node_modules/prelude-ls/lib/Obj.js +0 -154
- package/node_modules_lambda/escodegen/node_modules/prelude-ls/lib/Str.js +0 -92
- package/node_modules_lambda/escodegen/node_modules/prelude-ls/lib/index.js +0 -178
- package/node_modules_lambda/escodegen/node_modules/prelude-ls/package.json +0 -52
- package/node_modules_lambda/escodegen/node_modules/source-map/CHANGELOG.md +0 -301
- package/node_modules_lambda/escodegen/node_modules/source-map/LICENSE +0 -28
- package/node_modules_lambda/escodegen/node_modules/source-map/README.md +0 -742
- package/node_modules_lambda/escodegen/node_modules/source-map/dist/source-map.debug.js +0 -3234
- package/node_modules_lambda/escodegen/node_modules/source-map/dist/source-map.js +0 -3233
- package/node_modules_lambda/escodegen/node_modules/source-map/dist/source-map.min.js +0 -2
- package/node_modules_lambda/escodegen/node_modules/source-map/dist/source-map.min.js.map +0 -1
- package/node_modules_lambda/escodegen/node_modules/source-map/lib/array-set.js +0 -121
- package/node_modules_lambda/escodegen/node_modules/source-map/lib/base64-vlq.js +0 -140
- package/node_modules_lambda/escodegen/node_modules/source-map/lib/base64.js +0 -67
- package/node_modules_lambda/escodegen/node_modules/source-map/lib/binary-search.js +0 -111
- package/node_modules_lambda/escodegen/node_modules/source-map/lib/mapping-list.js +0 -79
- package/node_modules_lambda/escodegen/node_modules/source-map/lib/quick-sort.js +0 -114
- package/node_modules_lambda/escodegen/node_modules/source-map/lib/source-map-consumer.js +0 -1145
- package/node_modules_lambda/escodegen/node_modules/source-map/lib/source-map-generator.js +0 -425
- package/node_modules_lambda/escodegen/node_modules/source-map/lib/source-node.js +0 -413
- package/node_modules_lambda/escodegen/node_modules/source-map/lib/util.js +0 -488
- package/node_modules_lambda/escodegen/node_modules/source-map/package.json +0 -73
- package/node_modules_lambda/escodegen/node_modules/source-map/source-map.d.ts +0 -98
- package/node_modules_lambda/escodegen/node_modules/source-map/source-map.js +0 -8
- package/node_modules_lambda/escodegen/node_modules/type-check/LICENSE +0 -22
- package/node_modules_lambda/escodegen/node_modules/type-check/README.md +0 -210
- package/node_modules_lambda/escodegen/node_modules/type-check/lib/check.js +0 -126
- package/node_modules_lambda/escodegen/node_modules/type-check/lib/index.js +0 -16
- package/node_modules_lambda/escodegen/node_modules/type-check/lib/parse-type.js +0 -196
- package/node_modules_lambda/escodegen/node_modules/type-check/package.json +0 -40
- package/node_modules_lambda/escodegen/package.json +0 -62
- package/node_modules_lambda/esprima/ChangeLog +0 -235
- package/node_modules_lambda/esprima/LICENSE.BSD +0 -21
- package/node_modules_lambda/esprima/README.md +0 -46
- package/node_modules_lambda/esprima/bin/esparse.js +0 -139
- package/node_modules_lambda/esprima/bin/esvalidate.js +0 -236
- package/node_modules_lambda/esprima/dist/esprima.js +0 -6709
- package/node_modules_lambda/esprima/package.json +0 -112
- package/node_modules_lambda/esutils/LICENSE.BSD +0 -19
- package/node_modules_lambda/esutils/README.md +0 -174
- package/node_modules_lambda/esutils/lib/ast.js +0 -144
- package/node_modules_lambda/esutils/lib/code.js +0 -135
- package/node_modules_lambda/esutils/lib/keyword.js +0 -165
- package/node_modules_lambda/esutils/lib/utils.js +0 -33
- package/node_modules_lambda/esutils/package.json +0 -44
- package/node_modules_lambda/fast-levenshtein/LICENSE.md +0 -25
- package/node_modules_lambda/fast-levenshtein/README.md +0 -104
- package/node_modules_lambda/fast-levenshtein/levenshtein.js +0 -136
- package/node_modules_lambda/fast-levenshtein/package.json +0 -39
- package/node_modules_lambda/form-data/License +0 -19
- package/node_modules_lambda/form-data/README.md.bak +0 -358
- package/node_modules_lambda/form-data/Readme.md +0 -358
- package/node_modules_lambda/form-data/index.d.ts +0 -62
- package/node_modules_lambda/form-data/lib/browser.js +0 -2
- package/node_modules_lambda/form-data/lib/form_data.js +0 -501
- package/node_modules_lambda/form-data/lib/populate.js +0 -10
- package/node_modules_lambda/form-data/package.json +0 -68
- package/node_modules_lambda/html-encoding-sniffer/LICENSE.txt +0 -7
- package/node_modules_lambda/html-encoding-sniffer/README.md +0 -40
- package/node_modules_lambda/html-encoding-sniffer/lib/html-encoding-sniffer.js +0 -295
- package/node_modules_lambda/html-encoding-sniffer/package.json +0 -31
- package/node_modules_lambda/http-proxy-agent/README.md +0 -74
- package/node_modules_lambda/http-proxy-agent/dist/agent.d.ts +0 -32
- package/node_modules_lambda/http-proxy-agent/dist/agent.js +0 -145
- package/node_modules_lambda/http-proxy-agent/dist/agent.js.map +0 -1
- package/node_modules_lambda/http-proxy-agent/dist/index.d.ts +0 -21
- package/node_modules_lambda/http-proxy-agent/dist/index.js +0 -14
- package/node_modules_lambda/http-proxy-agent/dist/index.js.map +0 -1
- package/node_modules_lambda/http-proxy-agent/package.json +0 -57
- package/node_modules_lambda/https-proxy-agent/README.md +0 -137
- package/node_modules_lambda/https-proxy-agent/dist/agent.d.ts +0 -30
- package/node_modules_lambda/https-proxy-agent/dist/agent.js +0 -177
- package/node_modules_lambda/https-proxy-agent/dist/agent.js.map +0 -1
- package/node_modules_lambda/https-proxy-agent/dist/index.d.ts +0 -23
- package/node_modules_lambda/https-proxy-agent/dist/index.js +0 -14
- package/node_modules_lambda/https-proxy-agent/dist/index.js.map +0 -1
- package/node_modules_lambda/https-proxy-agent/dist/parse-proxy-response.d.ts +0 -7
- package/node_modules_lambda/https-proxy-agent/dist/parse-proxy-response.js +0 -66
- package/node_modules_lambda/https-proxy-agent/dist/parse-proxy-response.js.map +0 -1
- package/node_modules_lambda/https-proxy-agent/package.json +0 -56
- package/node_modules_lambda/is-potential-custom-element-name/LICENSE-MIT.txt +0 -20
- package/node_modules_lambda/is-potential-custom-element-name/README.md +0 -40
- package/node_modules_lambda/is-potential-custom-element-name/index.js +0 -9
- package/node_modules_lambda/is-potential-custom-element-name/package.json +0 -35
- package/node_modules_lambda/jsdom/LICENSE.txt +0 -22
- package/node_modules_lambda/jsdom/README.md +0 -522
- package/node_modules_lambda/jsdom/lib/api.js +0 -333
- package/node_modules_lambda/jsdom/lib/jsdom/browser/Window.js +0 -933
- package/node_modules_lambda/jsdom/lib/jsdom/browser/default-stylesheet.js +0 -789
- package/node_modules_lambda/jsdom/lib/jsdom/browser/js-globals.json +0 -307
- package/node_modules_lambda/jsdom/lib/jsdom/browser/not-implemented.js +0 -13
- package/node_modules_lambda/jsdom/lib/jsdom/browser/parser/html.js +0 -224
- package/node_modules_lambda/jsdom/lib/jsdom/browser/parser/index.js +0 -37
- package/node_modules_lambda/jsdom/lib/jsdom/browser/parser/xml.js +0 -202
- package/node_modules_lambda/jsdom/lib/jsdom/browser/resources/async-resource-queue.js +0 -114
- package/node_modules_lambda/jsdom/lib/jsdom/browser/resources/no-op-resource-loader.js +0 -8
- package/node_modules_lambda/jsdom/lib/jsdom/browser/resources/per-document-resource-loader.js +0 -95
- package/node_modules_lambda/jsdom/lib/jsdom/browser/resources/request-manager.js +0 -33
- package/node_modules_lambda/jsdom/lib/jsdom/browser/resources/resource-loader.js +0 -142
- package/node_modules_lambda/jsdom/lib/jsdom/browser/resources/resource-queue.js +0 -142
- package/node_modules_lambda/jsdom/lib/jsdom/level2/style.js +0 -57
- package/node_modules_lambda/jsdom/lib/jsdom/level3/xpath.js +0 -1874
- package/node_modules_lambda/jsdom/lib/jsdom/living/aborting/AbortController-impl.js +0 -17
- package/node_modules_lambda/jsdom/lib/jsdom/living/aborting/AbortSignal-impl.js +0 -69
- package/node_modules_lambda/jsdom/lib/jsdom/living/attributes/Attr-impl.js +0 -60
- package/node_modules_lambda/jsdom/lib/jsdom/living/attributes/NamedNodeMap-impl.js +0 -78
- package/node_modules_lambda/jsdom/lib/jsdom/living/attributes.js +0 -312
- package/node_modules_lambda/jsdom/lib/jsdom/living/constraint-validation/DefaultConstraintValidation-impl.js +0 -75
- package/node_modules_lambda/jsdom/lib/jsdom/living/constraint-validation/ValidityState-impl.js +0 -66
- package/node_modules_lambda/jsdom/lib/jsdom/living/cssom/StyleSheetList-impl.js +0 -38
- package/node_modules_lambda/jsdom/lib/jsdom/living/custom-elements/CustomElementRegistry-impl.js +0 -265
- package/node_modules_lambda/jsdom/lib/jsdom/living/documents.js +0 -15
- package/node_modules_lambda/jsdom/lib/jsdom/living/domparsing/DOMParser-impl.js +0 -58
- package/node_modules_lambda/jsdom/lib/jsdom/living/domparsing/InnerHTML-impl.js +0 -29
- package/node_modules_lambda/jsdom/lib/jsdom/living/domparsing/XMLSerializer-impl.js +0 -18
- package/node_modules_lambda/jsdom/lib/jsdom/living/domparsing/parse5-adapter-serialization.js +0 -63
- package/node_modules_lambda/jsdom/lib/jsdom/living/domparsing/serialization.js +0 -45
- package/node_modules_lambda/jsdom/lib/jsdom/living/events/CloseEvent-impl.js +0 -10
- package/node_modules_lambda/jsdom/lib/jsdom/living/events/CompositionEvent-impl.js +0 -20
- package/node_modules_lambda/jsdom/lib/jsdom/living/events/CustomEvent-impl.js +0 -21
- package/node_modules_lambda/jsdom/lib/jsdom/living/events/ErrorEvent-impl.js +0 -14
- package/node_modules_lambda/jsdom/lib/jsdom/living/events/Event-impl.js +0 -197
- package/node_modules_lambda/jsdom/lib/jsdom/living/events/EventModifierMixin-impl.js +0 -18
- package/node_modules_lambda/jsdom/lib/jsdom/living/events/EventTarget-impl.js +0 -405
- package/node_modules_lambda/jsdom/lib/jsdom/living/events/FocusEvent-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/events/HashChangeEvent-impl.js +0 -14
- package/node_modules_lambda/jsdom/lib/jsdom/living/events/InputEvent-impl.js +0 -11
- package/node_modules_lambda/jsdom/lib/jsdom/living/events/KeyboardEvent-impl.js +0 -29
- package/node_modules_lambda/jsdom/lib/jsdom/living/events/MessageEvent-impl.js +0 -25
- package/node_modules_lambda/jsdom/lib/jsdom/living/events/MouseEvent-impl.js +0 -49
- package/node_modules_lambda/jsdom/lib/jsdom/living/events/PageTransitionEvent-impl.js +0 -20
- package/node_modules_lambda/jsdom/lib/jsdom/living/events/PopStateEvent-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/events/ProgressEvent-impl.js +0 -14
- package/node_modules_lambda/jsdom/lib/jsdom/living/events/StorageEvent-impl.js +0 -26
- package/node_modules_lambda/jsdom/lib/jsdom/living/events/TouchEvent-impl.js +0 -14
- package/node_modules_lambda/jsdom/lib/jsdom/living/events/UIEvent-impl.js +0 -59
- package/node_modules_lambda/jsdom/lib/jsdom/living/events/WheelEvent-impl.js +0 -12
- package/node_modules_lambda/jsdom/lib/jsdom/living/fetch/Headers-impl.js +0 -170
- package/node_modules_lambda/jsdom/lib/jsdom/living/fetch/header-list.js +0 -54
- package/node_modules_lambda/jsdom/lib/jsdom/living/fetch/header-types.js +0 -103
- package/node_modules_lambda/jsdom/lib/jsdom/living/file-api/Blob-impl.js +0 -93
- package/node_modules_lambda/jsdom/lib/jsdom/living/file-api/File-impl.js +0 -12
- package/node_modules_lambda/jsdom/lib/jsdom/living/file-api/FileList-impl.js +0 -15
- package/node_modules_lambda/jsdom/lib/jsdom/living/file-api/FileReader-impl.js +0 -130
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/AbortController.js +0 -143
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/AbortSignal.js +0 -184
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/AbstractRange.js +0 -171
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/AddEventListenerOptions.js +0 -44
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/AssignedNodesOptions.js +0 -28
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Attr.js +0 -217
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/BarProp.js +0 -117
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/BinaryType.js +0 -12
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Blob.js +0 -203
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/BlobCallback.js +0 -30
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/BlobPropertyBag.js +0 -42
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/CDATASection.js +0 -109
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/CanPlayTypeResult.js +0 -12
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/CharacterData.js +0 -453
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/CloseEvent.js +0 -168
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/CloseEventInit.js +0 -65
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Comment.js +0 -120
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/CompositionEvent.js +0 -219
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/CompositionEventInit.js +0 -32
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/CustomElementConstructor.js +0 -34
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/CustomElementRegistry.js +0 -242
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/CustomEvent.js +0 -206
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/CustomEventInit.js +0 -32
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/DOMImplementation.js +0 -237
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/DOMParser.js +0 -140
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/DOMStringMap.js +0 -323
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/DOMTokenList.js +0 -563
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Document.js +0 -3593
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/DocumentFragment.js +0 -334
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/DocumentReadyState.js +0 -12
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/DocumentType.js +0 -252
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Element.js +0 -1718
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ElementCreationOptions.js +0 -26
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ElementDefinitionOptions.js +0 -29
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/EndingType.js +0 -12
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ErrorEvent.js +0 -192
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ErrorEventInit.js +0 -92
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Event.js +0 -430
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/EventHandlerNonNull.js +0 -36
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/EventInit.js +0 -58
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/EventListener.js +0 -35
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/EventListenerOptions.js +0 -28
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/EventModifierInit.js +0 -221
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/EventTarget.js +0 -259
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/External.js +0 -130
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/File.js +0 -177
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/FileList.js +0 -324
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/FilePropertyBag.js +0 -33
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/FileReader.js +0 -468
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/FocusEvent.js +0 -144
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/FocusEventInit.js +0 -36
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/FormData.js +0 -452
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Function.js +0 -42
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/GetRootNodeOptions.js +0 -31
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLAnchorElement.js +0 -1023
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLAreaElement.js +0 -822
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLAudioElement.js +0 -110
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLBRElement.js +0 -153
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLBaseElement.js +0 -193
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLBodyElement.js +0 -877
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLButtonElement.js +0 -522
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js +0 -304
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLCollection.js +0 -378
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLDListElement.js +0 -156
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLDataElement.js +0 -153
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLDataListElement.js +0 -125
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLDetailsElement.js +0 -156
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLDialogElement.js +0 -156
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLDirectoryElement.js +0 -156
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLDivElement.js +0 -153
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLElement.js +0 -2549
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLEmbedElement.js +0 -371
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLFieldSetElement.js +0 -329
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLFontElement.js +0 -236
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLFormElement.js +0 -501
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLFrameElement.js +0 -494
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLFrameSetElement.js +0 -708
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLHRElement.js +0 -320
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLHeadElement.js +0 -110
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLHeadingElement.js +0 -153
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLHtmlElement.js +0 -153
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLIFrameElement.js +0 -670
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLImageElement.js +0 -870
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLInputElement.js +0 -1875
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLLIElement.js +0 -199
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLLabelElement.js +0 -179
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLLegendElement.js +0 -166
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLLinkElement.js +0 -542
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLMapElement.js +0 -168
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLMarqueeElement.js +0 -546
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLMediaElement.js +0 -888
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLMenuElement.js +0 -156
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLMetaElement.js +0 -276
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLMeterElement.js +0 -365
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLModElement.js +0 -207
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLOListElement.js +0 -281
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLObjectElement.js +0 -921
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLOptGroupElement.js +0 -197
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLOptionElement.js +0 -376
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLOptionsCollection.js +0 -537
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLOutputElement.js +0 -392
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLParagraphElement.js +0 -153
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLParamElement.js +0 -276
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLPictureElement.js +0 -110
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLPreElement.js +0 -158
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLProgressElement.js +0 -218
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLQuoteElement.js +0 -166
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLScriptElement.js +0 -459
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLSelectElement.js +0 -1013
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLSlotElement.js +0 -192
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLSourceElement.js +0 -330
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLSpanElement.js +0 -110
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLStyleElement.js +0 -207
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLTableCaptionElement.js +0 -153
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLTableCellElement.js +0 -700
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLTableColElement.js +0 -364
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLTableElement.js +0 -799
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLTableRowElement.js +0 -414
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLTableSectionElement.js +0 -346
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLTemplateElement.js +0 -123
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLTextAreaElement.js +0 -1171
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLTimeElement.js +0 -153
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLTitleElement.js +0 -152
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLTrackElement.js +0 -356
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLUListElement.js +0 -197
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLUnknownElement.js +0 -109
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLVideoElement.js +0 -329
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HashChangeEvent.js +0 -157
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HashChangeEventInit.js +0 -50
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Headers.js +0 -408
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/History.js +0 -266
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/InputEvent.js +0 -168
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/InputEventInit.js +0 -68
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/KeyboardEvent.js +0 -445
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/KeyboardEventInit.js +0 -116
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Location.js +0 -404
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/MessageEvent.js +0 -317
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/MessageEventInit.js +0 -100
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/MimeType.js +0 -156
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/MimeTypeArray.js +0 -352
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/MouseEvent.js +0 -499
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/MouseEventInit.js +0 -111
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/MutationCallback.js +0 -34
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/MutationObserver.js +0 -178
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/MutationObserverInit.js +0 -121
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/MutationRecord.js +0 -229
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/NamedNodeMap.js +0 -553
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Navigator.js +0 -326
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Node.js +0 -763
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/NodeFilter.js +0 -75
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/NodeIterator.js +0 -207
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/NodeList.js +0 -328
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/OnBeforeUnloadEventHandlerNonNull.js +0 -42
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/OnErrorEventHandlerNonNull.js +0 -56
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/PageTransitionEvent.js +0 -144
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/PageTransitionEventInit.js +0 -35
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Performance.js +0 -142
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Plugin.js +0 -385
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/PluginArray.js +0 -362
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/PopStateEvent.js +0 -144
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/PopStateEventInit.js +0 -32
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ProcessingInstruction.js +0 -122
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ProgressEvent.js +0 -170
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ProgressEventInit.js +0 -65
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Range.js +0 -641
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/SVGAnimatedString.js +0 -149
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/SVGBoundingBoxOptions.js +0 -64
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/SVGElement.js +0 -2227
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/SVGGraphicsElement.js +0 -139
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/SVGNumber.js +0 -132
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/SVGSVGElement.js +0 -737
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/SVGStringList.js +0 -537
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/SVGTitleElement.js +0 -109
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Screen.js +0 -180
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ScrollBehavior.js +0 -12
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ScrollIntoViewOptions.js +0 -45
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ScrollLogicalPosition.js +0 -14
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ScrollOptions.js +0 -30
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ScrollRestoration.js +0 -12
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Selection.js +0 -569
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/SelectionMode.js +0 -12
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ShadowRoot.js +0 -187
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ShadowRootInit.js +0 -30
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ShadowRootMode.js +0 -12
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/StaticRange.js +0 -123
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/StaticRangeInit.js +0 -72
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Storage.js +0 -423
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/StorageEvent.js +0 -318
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/StorageEventInit.js +0 -99
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/StyleSheetList.js +0 -326
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/SupportedType.js +0 -18
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Text.js +0 -170
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/TextTrackKind.js +0 -12
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/TouchEvent.js +0 -222
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/TouchEventInit.js +0 -89
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/TreeWalker.js +0 -255
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/UIEvent.js +0 -235
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/UIEventInit.js +0 -62
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ValidityState.js +0 -249
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/VisibilityState.js +0 -12
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/VoidFunction.js +0 -26
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/WebSocket.js +0 -476
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/WheelEvent.js +0 -191
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/WheelEventInit.js +0 -71
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/XMLDocument.js +0 -109
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/XMLHttpRequest.js +0 -655
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/XMLHttpRequestEventTarget.js +0 -334
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/XMLHttpRequestResponseType.js +0 -14
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/XMLHttpRequestUpload.js +0 -109
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/XMLSerializer.js +0 -132
- package/node_modules_lambda/jsdom/lib/jsdom/living/generated/utils.js +0 -190
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/agent-factory.js +0 -15
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/binary-data.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/create-element.js +0 -320
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/create-event-accessor.js +0 -188
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/custom-elements.js +0 -270
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/dates-and-times.js +0 -270
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/details.js +0 -15
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/document-base-url.js +0 -54
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/events.js +0 -24
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/focusing.js +0 -104
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/form-controls.js +0 -306
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/html-constructor.js +0 -78
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/http-request.js +0 -254
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/internal-constants.js +0 -12
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/iterable-weak-set.js +0 -48
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/json.js +0 -12
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/mutation-observers.js +0 -198
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/namespaces.js +0 -15
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/node.js +0 -68
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/number-and-date-inputs.js +0 -195
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/ordered-set.js +0 -104
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/page-transition-event.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js +0 -76
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/selectors.js +0 -47
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/shadow-dom.js +0 -285
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/strings.js +0 -148
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/style-rules.js +0 -114
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/stylesheets.js +0 -113
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/svg/basic-types.js +0 -41
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/svg/render.js +0 -46
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/text.js +0 -19
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/traversal.js +0 -72
- package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/validate-names.js +0 -65
- package/node_modules_lambda/jsdom/lib/jsdom/living/hr-time/Performance-impl.js +0 -25
- package/node_modules_lambda/jsdom/lib/jsdom/living/interfaces.js +0 -217
- package/node_modules_lambda/jsdom/lib/jsdom/living/mutation-observer/MutationObserver-impl.js +0 -95
- package/node_modules_lambda/jsdom/lib/jsdom/living/mutation-observer/MutationRecord-impl.js +0 -37
- package/node_modules_lambda/jsdom/lib/jsdom/living/named-properties-window.js +0 -141
- package/node_modules_lambda/jsdom/lib/jsdom/living/navigator/MimeType-impl.js +0 -3
- package/node_modules_lambda/jsdom/lib/jsdom/living/navigator/MimeTypeArray-impl.js +0 -21
- package/node_modules_lambda/jsdom/lib/jsdom/living/navigator/Navigator-impl.js +0 -29
- package/node_modules_lambda/jsdom/lib/jsdom/living/navigator/NavigatorConcurrentHardware-impl.js +0 -8
- package/node_modules_lambda/jsdom/lib/jsdom/living/navigator/NavigatorCookies-impl.js +0 -7
- package/node_modules_lambda/jsdom/lib/jsdom/living/navigator/NavigatorID-impl.js +0 -37
- package/node_modules_lambda/jsdom/lib/jsdom/living/navigator/NavigatorLanguage-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/navigator/NavigatorOnLine-impl.js +0 -7
- package/node_modules_lambda/jsdom/lib/jsdom/living/navigator/NavigatorPlugins-impl.js +0 -8
- package/node_modules_lambda/jsdom/lib/jsdom/living/navigator/Plugin-impl.js +0 -3
- package/node_modules_lambda/jsdom/lib/jsdom/living/navigator/PluginArray-impl.js +0 -23
- package/node_modules_lambda/jsdom/lib/jsdom/living/node-document-position.js +0 -10
- package/node_modules_lambda/jsdom/lib/jsdom/living/node-type.js +0 -16
- package/node_modules_lambda/jsdom/lib/jsdom/living/node.js +0 -331
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/CDATASection-impl.js +0 -16
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/CharacterData-impl.js +0 -118
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/ChildNode-impl.js +0 -80
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/Comment-impl.js +0 -20
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/DOMImplementation-impl.js +0 -120
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/DOMStringMap-impl.js +0 -64
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/DOMTokenList-impl.js +0 -171
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/Document-impl.js +0 -946
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/DocumentFragment-impl.js +0 -44
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/DocumentOrShadowRoot-impl.js +0 -28
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/DocumentType-impl.js +0 -24
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/Element-impl.js +0 -582
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js +0 -25
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/ElementContentEditable-impl.js +0 -7
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/GlobalEventHandlers-impl.js +0 -95
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLAnchorElement-impl.js +0 -50
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLAreaElement-impl.js +0 -43
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLAudioElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLBRElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLBaseElement-impl.js +0 -27
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLBodyElement-impl.js +0 -17
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js +0 -79
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js +0 -130
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLCollection-impl.js +0 -96
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLDListElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLDataElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLDataListElement-impl.js +0 -20
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLDetailsElement-impl.js +0 -35
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLDialogElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLDirectoryElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLDivElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLElement-impl.js +0 -160
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLEmbedElement-impl.js +0 -8
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLFieldSetElement-impl.js +0 -43
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLFontElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js +0 -232
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLFrameElement-impl.js +0 -261
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLFrameSetElement-impl.js +0 -17
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLHRElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLHeadElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLHeadingElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLHtmlElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLHyperlinkElementUtils-impl.js +0 -371
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLIFrameElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLImageElement-impl.js +0 -132
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLInputElement-impl.js +0 -1129
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLLIElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLLabelElement-impl.js +0 -94
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLLegendElement-impl.js +0 -18
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLLinkElement-impl.js +0 -101
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLMapElement-impl.js +0 -13
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLMarqueeElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLMediaElement-impl.js +0 -138
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLMenuElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLMetaElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLMeterElement-impl.js +0 -180
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLModElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLOListElement-impl.js +0 -22
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLObjectElement-impl.js +0 -26
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLOptGroupElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLOptionElement-impl.js +0 -146
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLOptionsCollection-impl.js +0 -110
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLOrSVGElement-impl.js +0 -85
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLOutputElement-impl.js +0 -88
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLParagraphElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLParamElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLPictureElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLPreElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLProgressElement-impl.js +0 -74
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLQuoteElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLScriptElement-impl.js +0 -265
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLSelectElement-impl.js +0 -283
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLSlotElement-impl.js +0 -59
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLSourceElement-impl.js +0 -8
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLSpanElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLStyleElement-impl.js +0 -74
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLTableCaptionElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLTableCellElement-impl.js +0 -73
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLTableColElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLTableElement-impl.js +0 -236
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLTableRowElement-impl.js +0 -88
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLTableSectionElement-impl.js +0 -61
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLTemplateElement-impl.js +0 -67
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLTextAreaElement-impl.js +0 -272
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLTimeElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLTitleElement-impl.js +0 -18
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLTrackElement-impl.js +0 -13
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLUListElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLUnknownElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLVideoElement-impl.js +0 -17
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/LinkStyle-impl.js +0 -2
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/Node-impl.js +0 -1159
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/NodeList-impl.js +0 -43
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/NonDocumentTypeChildNode-impl.js +0 -28
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/NonElementParentNode-impl.js +0 -11
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/ParentNode-impl.js +0 -91
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/ProcessingInstruction-impl.js +0 -22
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/SVGElement-impl.js +0 -64
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/SVGGraphicsElement-impl.js +0 -16
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/SVGSVGElement-impl.js +0 -42
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/SVGTests-impl.js +0 -42
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/SVGTitleElement-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/ShadowRoot-impl.js +0 -40
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/Slotable-impl.js +0 -48
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/Text-impl.js +0 -96
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/WindowEventHandlers-impl.js +0 -52
- package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/XMLDocument-impl.js +0 -4
- package/node_modules_lambda/jsdom/lib/jsdom/living/post-message.js +0 -39
- package/node_modules_lambda/jsdom/lib/jsdom/living/range/AbstractRange-impl.js +0 -43
- package/node_modules_lambda/jsdom/lib/jsdom/living/range/Range-impl.js +0 -897
- package/node_modules_lambda/jsdom/lib/jsdom/living/range/StaticRange-impl.js +0 -39
- package/node_modules_lambda/jsdom/lib/jsdom/living/range/boundary-point.js +0 -47
- package/node_modules_lambda/jsdom/lib/jsdom/living/selection/Selection-impl.js +0 -342
- package/node_modules_lambda/jsdom/lib/jsdom/living/svg/SVGAnimatedString-impl.js +0 -38
- package/node_modules_lambda/jsdom/lib/jsdom/living/svg/SVGListBase.js +0 -195
- package/node_modules_lambda/jsdom/lib/jsdom/living/svg/SVGNumber-impl.js +0 -48
- package/node_modules_lambda/jsdom/lib/jsdom/living/svg/SVGStringList-impl.js +0 -16
- package/node_modules_lambda/jsdom/lib/jsdom/living/traversal/NodeIterator-impl.js +0 -127
- package/node_modules_lambda/jsdom/lib/jsdom/living/traversal/TreeWalker-impl.js +0 -217
- package/node_modules_lambda/jsdom/lib/jsdom/living/traversal/helpers.js +0 -44
- package/node_modules_lambda/jsdom/lib/jsdom/living/websockets/WebSocket-impl-browser.js +0 -175
- package/node_modules_lambda/jsdom/lib/jsdom/living/websockets/WebSocket-impl.js +0 -328
- package/node_modules_lambda/jsdom/lib/jsdom/living/webstorage/Storage-impl.js +0 -102
- package/node_modules_lambda/jsdom/lib/jsdom/living/window/BarProp-impl.js +0 -10
- package/node_modules_lambda/jsdom/lib/jsdom/living/window/External-impl.js +0 -9
- package/node_modules_lambda/jsdom/lib/jsdom/living/window/History-impl.js +0 -134
- package/node_modules_lambda/jsdom/lib/jsdom/living/window/Location-impl.js +0 -238
- package/node_modules_lambda/jsdom/lib/jsdom/living/window/Screen-impl.js +0 -13
- package/node_modules_lambda/jsdom/lib/jsdom/living/window/SessionHistory.js +0 -163
- package/node_modules_lambda/jsdom/lib/jsdom/living/window/navigation.js +0 -85
- package/node_modules_lambda/jsdom/lib/jsdom/living/xhr/FormData-impl.js +0 -171
- package/node_modules_lambda/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js +0 -1023
- package/node_modules_lambda/jsdom/lib/jsdom/living/xhr/XMLHttpRequestEventTarget-impl.js +0 -17
- package/node_modules_lambda/jsdom/lib/jsdom/living/xhr/XMLHttpRequestUpload-impl.js +0 -4
- package/node_modules_lambda/jsdom/lib/jsdom/living/xhr/xhr-sync-worker.js +0 -60
- package/node_modules_lambda/jsdom/lib/jsdom/living/xhr/xhr-utils.js +0 -438
- package/node_modules_lambda/jsdom/lib/jsdom/named-properties-tracker.js +0 -158
- package/node_modules_lambda/jsdom/lib/jsdom/utils.js +0 -165
- package/node_modules_lambda/jsdom/lib/jsdom/virtual-console.js +0 -34
- package/node_modules_lambda/jsdom/lib/jsdom/vm-shim.js +0 -106
- package/node_modules_lambda/jsdom/package.json +0 -116
- package/node_modules_lambda/mime-db/HISTORY.md +0 -507
- package/node_modules_lambda/mime-db/LICENSE +0 -23
- package/node_modules_lambda/mime-db/README.md +0 -100
- package/node_modules_lambda/mime-db/db.json +0 -8519
- package/node_modules_lambda/mime-db/index.js +0 -12
- package/node_modules_lambda/mime-db/package.json +0 -60
- package/node_modules_lambda/mime-types/HISTORY.md +0 -397
- package/node_modules_lambda/mime-types/LICENSE +0 -23
- package/node_modules_lambda/mime-types/README.md +0 -113
- package/node_modules_lambda/mime-types/index.js +0 -188
- package/node_modules_lambda/mime-types/package.json +0 -44
- package/node_modules_lambda/ms/index.js +0 -162
- package/node_modules_lambda/ms/license.md +0 -21
- package/node_modules_lambda/ms/package.json +0 -37
- package/node_modules_lambda/ms/readme.md +0 -60
- package/node_modules_lambda/nwsapi/LICENSE +0 -22
- package/node_modules_lambda/nwsapi/README.md +0 -132
- package/node_modules_lambda/nwsapi/dist/lint.log +0 -0
- package/node_modules_lambda/nwsapi/package.json +0 -38
- package/node_modules_lambda/nwsapi/src/modules/nwsapi-jquery.js +0 -135
- package/node_modules_lambda/nwsapi/src/modules/nwsapi-traversal.js +0 -90
- package/node_modules_lambda/nwsapi/src/nwsapi.js +0 -1800
- package/node_modules_lambda/parse5/LICENSE +0 -19
- package/node_modules_lambda/parse5/README.md +0 -38
- package/node_modules_lambda/parse5/lib/common/doctype.js +0 -162
- package/node_modules_lambda/parse5/lib/common/error-codes.js +0 -65
- package/node_modules_lambda/parse5/lib/common/foreign-content.js +0 -265
- package/node_modules_lambda/parse5/lib/common/html.js +0 -272
- package/node_modules_lambda/parse5/lib/common/unicode.js +0 -109
- package/node_modules_lambda/parse5/lib/extensions/error-reporting/mixin-base.js +0 -43
- package/node_modules_lambda/parse5/lib/extensions/error-reporting/parser-mixin.js +0 -52
- package/node_modules_lambda/parse5/lib/extensions/error-reporting/preprocessor-mixin.js +0 -24
- package/node_modules_lambda/parse5/lib/extensions/error-reporting/tokenizer-mixin.js +0 -17
- package/node_modules_lambda/parse5/lib/extensions/location-info/open-element-stack-mixin.js +0 -35
- package/node_modules_lambda/parse5/lib/extensions/location-info/parser-mixin.js +0 -223
- package/node_modules_lambda/parse5/lib/extensions/location-info/tokenizer-mixin.js +0 -146
- package/node_modules_lambda/parse5/lib/extensions/position-tracking/preprocessor-mixin.js +0 -64
- package/node_modules_lambda/parse5/lib/index.js +0 -29
- package/node_modules_lambda/parse5/lib/parser/formatting-element-list.js +0 -181
- package/node_modules_lambda/parse5/lib/parser/index.js +0 -2956
- package/node_modules_lambda/parse5/lib/parser/open-element-stack.js +0 -482
- package/node_modules_lambda/parse5/lib/serializer/index.js +0 -176
- package/node_modules_lambda/parse5/lib/tokenizer/index.js +0 -2196
- package/node_modules_lambda/parse5/lib/tokenizer/named-entity-data.js +0 -5
- package/node_modules_lambda/parse5/lib/tokenizer/preprocessor.js +0 -159
- package/node_modules_lambda/parse5/lib/tree-adapters/default.js +0 -221
- package/node_modules_lambda/parse5/lib/utils/merge-options.js +0 -13
- package/node_modules_lambda/parse5/lib/utils/mixin.js +0 -39
- package/node_modules_lambda/parse5/package.json +0 -35
- package/node_modules_lambda/psl/LICENSE +0 -9
- package/node_modules_lambda/psl/README.md +0 -215
- package/node_modules_lambda/psl/browserstack-logo.svg +0 -90
- package/node_modules_lambda/psl/data/rules.json +0 -8834
- package/node_modules_lambda/psl/dist/psl.js +0 -9645
- package/node_modules_lambda/psl/dist/psl.min.js +0 -1
- package/node_modules_lambda/psl/index.js +0 -269
- package/node_modules_lambda/psl/package.json +0 -44
- package/node_modules_lambda/punycode/LICENSE-MIT.txt +0 -20
- package/node_modules_lambda/punycode/README.md +0 -122
- package/node_modules_lambda/punycode/package.json +0 -58
- package/node_modules_lambda/punycode/punycode.es6.js +0 -441
- package/node_modules_lambda/punycode/punycode.js +0 -440
- package/node_modules_lambda/safer-buffer/LICENSE +0 -21
- package/node_modules_lambda/safer-buffer/Porting-Buffer.md +0 -268
- package/node_modules_lambda/safer-buffer/Readme.md +0 -156
- package/node_modules_lambda/safer-buffer/dangerous.js +0 -58
- package/node_modules_lambda/safer-buffer/package.json +0 -34
- package/node_modules_lambda/safer-buffer/safer.js +0 -77
- package/node_modules_lambda/safer-buffer/tests.js +0 -406
- package/node_modules_lambda/saxes/README.md +0 -323
- package/node_modules_lambda/saxes/package.json +0 -70
- package/node_modules_lambda/saxes/saxes.d.ts +0 -635
- package/node_modules_lambda/saxes/saxes.js +0 -2064
- package/node_modules_lambda/saxes/saxes.js.map +0 -1
- package/node_modules_lambda/symbol-tree/LICENSE +0 -21
- package/node_modules_lambda/symbol-tree/README.md +0 -545
- package/node_modules_lambda/symbol-tree/lib/SymbolTree.js +0 -838
- package/node_modules_lambda/symbol-tree/lib/SymbolTreeNode.js +0 -54
- package/node_modules_lambda/symbol-tree/lib/TreeIterator.js +0 -69
- package/node_modules_lambda/symbol-tree/lib/TreePosition.js +0 -11
- package/node_modules_lambda/symbol-tree/package.json +0 -47
- package/node_modules_lambda/tough-cookie/LICENSE +0 -12
- package/node_modules_lambda/tough-cookie/README.md +0 -582
- package/node_modules_lambda/tough-cookie/lib/cookie.js +0 -1671
- package/node_modules_lambda/tough-cookie/lib/memstore.js +0 -190
- package/node_modules_lambda/tough-cookie/lib/pathMatch.js +0 -61
- package/node_modules_lambda/tough-cookie/lib/permuteDomain.js +0 -70
- package/node_modules_lambda/tough-cookie/lib/pubsuffix-psl.js +0 -38
- package/node_modules_lambda/tough-cookie/lib/store.js +0 -76
- package/node_modules_lambda/tough-cookie/lib/version.js +0 -2
- package/node_modules_lambda/tough-cookie/package.json +0 -109
- package/node_modules_lambda/tr46/LICENSE.md +0 -21
- package/node_modules_lambda/tr46/README.md +0 -78
- package/node_modules_lambda/tr46/index.js +0 -298
- package/node_modules_lambda/tr46/lib/mappingTable.json +0 -1
- package/node_modules_lambda/tr46/lib/regexes.js +0 -29
- package/node_modules_lambda/tr46/lib/statusMapping.js +0 -11
- package/node_modules_lambda/tr46/package.json +0 -47
- package/node_modules_lambda/universalify/LICENSE +0 -20
- package/node_modules_lambda/universalify/README.md +0 -76
- package/node_modules_lambda/universalify/index.js +0 -25
- package/node_modules_lambda/universalify/package.json +0 -34
- package/node_modules_lambda/w3c-hr-time/CHANGELOG.md +0 -19
- package/node_modules_lambda/w3c-hr-time/LICENSE.md +0 -21
- package/node_modules_lambda/w3c-hr-time/README.md +0 -130
- package/node_modules_lambda/w3c-hr-time/index.js +0 -11
- package/node_modules_lambda/w3c-hr-time/lib/calculate-clock-offset.js +0 -39
- package/node_modules_lambda/w3c-hr-time/lib/clock-is-accurate.js +0 -61
- package/node_modules_lambda/w3c-hr-time/lib/global-monotonic-clock.js +0 -10
- package/node_modules_lambda/w3c-hr-time/lib/performance.js +0 -53
- package/node_modules_lambda/w3c-hr-time/lib/utils.js +0 -11
- package/node_modules_lambda/w3c-hr-time/package.json +0 -26
- package/node_modules_lambda/w3c-xmlserializer/LICENSE.md +0 -25
- package/node_modules_lambda/w3c-xmlserializer/README.md +0 -41
- package/node_modules_lambda/w3c-xmlserializer/lib/attributes.js +0 -125
- package/node_modules_lambda/w3c-xmlserializer/lib/constants.js +0 -44
- package/node_modules_lambda/w3c-xmlserializer/lib/serialize.js +0 -365
- package/node_modules_lambda/w3c-xmlserializer/package.json +0 -33
- package/node_modules_lambda/webidl-conversions/LICENSE.md +0 -12
- package/node_modules_lambda/webidl-conversions/README.md +0 -99
- package/node_modules_lambda/webidl-conversions/lib/index.js +0 -450
- package/node_modules_lambda/webidl-conversions/package.json +0 -35
- package/node_modules_lambda/whatwg-encoding/LICENSE.txt +0 -7
- package/node_modules_lambda/whatwg-encoding/README.md +0 -50
- package/node_modules_lambda/whatwg-encoding/lib/labels-to-names.json +0 -216
- package/node_modules_lambda/whatwg-encoding/lib/supported-names.json +0 -37
- package/node_modules_lambda/whatwg-encoding/lib/whatwg-encoding.js +0 -47
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/.github/dependabot.yml +0 -11
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/Changelog.md +0 -212
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/LICENSE +0 -21
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/README.md +0 -130
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/dbcs-codec.js +0 -597
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/dbcs-data.js +0 -188
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/index.js +0 -23
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/internal.js +0 -198
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/sbcs-codec.js +0 -72
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/sbcs-data-generated.js +0 -451
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/sbcs-data.js +0 -179
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/tables/big5-added.json +0 -122
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/tables/cp936.json +0 -264
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/tables/cp949.json +0 -273
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/tables/cp950.json +0 -177
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/tables/eucjp.json +0 -182
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +0 -1
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/tables/gbk-added.json +0 -56
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/tables/shiftjis.json +0 -125
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/utf16.js +0 -197
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/utf32.js +0 -319
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/utf7.js +0 -290
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/lib/bom-handling.js +0 -52
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/lib/index.d.ts +0 -41
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/lib/index.js +0 -180
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/lib/streams.js +0 -109
- package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/package.json +0 -44
- package/node_modules_lambda/whatwg-encoding/package.json +0 -33
- package/node_modules_lambda/whatwg-mimetype/LICENSE.txt +0 -7
- package/node_modules_lambda/whatwg-mimetype/README.md +0 -101
- package/node_modules_lambda/whatwg-mimetype/lib/mime-type-parameters.js +0 -70
- package/node_modules_lambda/whatwg-mimetype/lib/mime-type.js +0 -127
- package/node_modules_lambda/whatwg-mimetype/lib/parser.js +0 -105
- package/node_modules_lambda/whatwg-mimetype/lib/serializer.js +0 -25
- package/node_modules_lambda/whatwg-mimetype/lib/utils.js +0 -60
- package/node_modules_lambda/whatwg-mimetype/package.json +0 -47
- package/node_modules_lambda/whatwg-url/LICENSE.txt +0 -21
- package/node_modules_lambda/whatwg-url/README.md +0 -105
- package/node_modules_lambda/whatwg-url/index.js +0 -25
- package/node_modules_lambda/whatwg-url/lib/Function.js +0 -42
- package/node_modules_lambda/whatwg-url/lib/URL-impl.js +0 -217
- package/node_modules_lambda/whatwg-url/lib/URL.js +0 -442
- package/node_modules_lambda/whatwg-url/lib/URLSearchParams-impl.js +0 -130
- package/node_modules_lambda/whatwg-url/lib/URLSearchParams.js +0 -472
- package/node_modules_lambda/whatwg-url/lib/VoidFunction.js +0 -26
- package/node_modules_lambda/whatwg-url/lib/encoding.js +0 -16
- package/node_modules_lambda/whatwg-url/lib/infra.js +0 -26
- package/node_modules_lambda/whatwg-url/lib/percent-encoding.js +0 -142
- package/node_modules_lambda/whatwg-url/lib/url-state-machine.js +0 -1234
- package/node_modules_lambda/whatwg-url/lib/urlencoded.js +0 -106
- package/node_modules_lambda/whatwg-url/lib/utils.js +0 -190
- package/node_modules_lambda/whatwg-url/package.json +0 -58
- package/node_modules_lambda/whatwg-url/webidl2js-wrapper.js +0 -7
- package/node_modules_lambda/word-wrap/LICENSE +0 -21
- package/node_modules_lambda/word-wrap/README.md +0 -182
- package/node_modules_lambda/word-wrap/index.d.ts +0 -50
- package/node_modules_lambda/word-wrap/index.js +0 -46
- package/node_modules_lambda/word-wrap/package.json +0 -77
- package/node_modules_lambda/ws/LICENSE +0 -19
- package/node_modules_lambda/ws/README.md +0 -495
- package/node_modules_lambda/ws/browser.js +0 -8
- package/node_modules_lambda/ws/index.js +0 -13
- package/node_modules_lambda/ws/lib/buffer-util.js +0 -127
- package/node_modules_lambda/ws/lib/constants.js +0 -12
- package/node_modules_lambda/ws/lib/event-target.js +0 -266
- package/node_modules_lambda/ws/lib/extension.js +0 -203
- package/node_modules_lambda/ws/lib/limiter.js +0 -55
- package/node_modules_lambda/ws/lib/permessage-deflate.js +0 -511
- package/node_modules_lambda/ws/lib/receiver.js +0 -618
- package/node_modules_lambda/ws/lib/sender.js +0 -478
- package/node_modules_lambda/ws/lib/stream.js +0 -159
- package/node_modules_lambda/ws/lib/subprotocol.js +0 -62
- package/node_modules_lambda/ws/lib/validation.js +0 -125
- package/node_modules_lambda/ws/lib/websocket-server.js +0 -535
- package/node_modules_lambda/ws/lib/websocket.js +0 -1296
- package/node_modules_lambda/ws/package.json +0 -61
- package/node_modules_lambda/ws/wrapper.mjs +0 -8
- package/node_modules_lambda/xml-name-validator/LICENSE.txt +0 -176
- package/node_modules_lambda/xml-name-validator/README.md +0 -35
- package/node_modules_lambda/xml-name-validator/lib/xml-name-validator.js +0 -9
- package/node_modules_lambda/xml-name-validator/package.json +0 -30
- package/node_modules_lambda/xmlchars/LICENSE +0 -18
- package/node_modules_lambda/xmlchars/README.md +0 -33
- package/node_modules_lambda/xmlchars/package.json +0 -51
- package/node_modules_lambda/xmlchars/xml/1.0/ed4.d.ts +0 -31
- package/node_modules_lambda/xmlchars/xml/1.0/ed4.js +0 -44
- package/node_modules_lambda/xmlchars/xml/1.0/ed4.js.map +0 -1
- package/node_modules_lambda/xmlchars/xml/1.0/ed5.d.ts +0 -51
- package/node_modules_lambda/xmlchars/xml/1.0/ed5.js +0 -105
- package/node_modules_lambda/xmlchars/xml/1.0/ed5.js.map +0 -1
- package/node_modules_lambda/xmlchars/xml/1.1/ed2.d.ts +0 -73
- package/node_modules_lambda/xmlchars/xml/1.1/ed2.js +0 -145
- package/node_modules_lambda/xmlchars/xml/1.1/ed2.js.map +0 -1
- package/node_modules_lambda/xmlchars/xmlchars.d.ts +0 -170
- package/node_modules_lambda/xmlchars/xmlchars.js +0 -191
- package/node_modules_lambda/xmlchars/xmlchars.js.map +0 -1
- package/node_modules_lambda/xmlchars/xmlns/1.0/ed3.d.ts +0 -28
- package/node_modules_lambda/xmlchars/xmlns/1.0/ed3.js +0 -65
- package/node_modules_lambda/xmlchars/xmlns/1.0/ed3.js.map +0 -1
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "cssom",
|
|
3
|
-
"description": "CSS Object Model implementation and CSS parser",
|
|
4
|
-
"keywords": [
|
|
5
|
-
"CSS",
|
|
6
|
-
"CSSOM",
|
|
7
|
-
"parser",
|
|
8
|
-
"styleSheet"
|
|
9
|
-
],
|
|
10
|
-
"version": "0.3.8",
|
|
11
|
-
"author": "Nikita Vasilyev <me@elv1s.ru>",
|
|
12
|
-
"repository": "NV/CSSOM",
|
|
13
|
-
"files": [
|
|
14
|
-
"lib/"
|
|
15
|
-
],
|
|
16
|
-
"main": "./lib/index.js",
|
|
17
|
-
"license": "MIT"
|
|
18
|
-
}
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "cssstyle",
|
|
3
|
-
"description": "CSSStyleDeclaration Object Model implementation",
|
|
4
|
-
"keywords": [
|
|
5
|
-
"CSS",
|
|
6
|
-
"CSSStyleDeclaration",
|
|
7
|
-
"StyleSheet"
|
|
8
|
-
],
|
|
9
|
-
"version": "2.3.0",
|
|
10
|
-
"homepage": "https://github.com/jsdom/cssstyle",
|
|
11
|
-
"maintainers": [
|
|
12
|
-
{
|
|
13
|
-
"name": "Jon Sakas",
|
|
14
|
-
"email": "jon.sakas@gmail.com",
|
|
15
|
-
"url": "https://jon.sakas.co/"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"name": "Rafał Ruciński",
|
|
19
|
-
"email": "fatfisz@gmail.com",
|
|
20
|
-
"url": "https://fatfisz.com"
|
|
21
|
-
}
|
|
22
|
-
],
|
|
23
|
-
"contributors": [
|
|
24
|
-
{
|
|
25
|
-
"name": "Chad Walker",
|
|
26
|
-
"email": "chad@chad-cat-lore-eddie.com",
|
|
27
|
-
"url": "https://github.com/chad3814"
|
|
28
|
-
}
|
|
29
|
-
],
|
|
30
|
-
"repository": "jsdom/cssstyle",
|
|
31
|
-
"bugs": "https://github.com/jsdom/cssstyle/issues",
|
|
32
|
-
"directories": {
|
|
33
|
-
"lib": "./lib"
|
|
34
|
-
},
|
|
35
|
-
"files": [
|
|
36
|
-
"lib/"
|
|
37
|
-
],
|
|
38
|
-
"main": "./lib/CSSStyleDeclaration.js",
|
|
39
|
-
"dependencies": {
|
|
40
|
-
"cssom": "~0.3.6"
|
|
41
|
-
},
|
|
42
|
-
"devDependencies": {
|
|
43
|
-
"babel-generator": "~6.26.1",
|
|
44
|
-
"babel-traverse": "~6.26.0",
|
|
45
|
-
"babel-types": "~6.26.0",
|
|
46
|
-
"babylon": "~6.18.0",
|
|
47
|
-
"eslint": "~6.0.0",
|
|
48
|
-
"eslint-config-prettier": "~6.0.0",
|
|
49
|
-
"eslint-plugin-prettier": "~3.1.0",
|
|
50
|
-
"jest": "^24.8.0",
|
|
51
|
-
"npm-run-all": "^4.1.5",
|
|
52
|
-
"prettier": "~1.18.0",
|
|
53
|
-
"request": "^2.88.0",
|
|
54
|
-
"resolve": "~1.11.1"
|
|
55
|
-
},
|
|
56
|
-
"scripts": {
|
|
57
|
-
"download": "node ./scripts/download_latest_properties.js && eslint lib/allProperties.js --fix",
|
|
58
|
-
"generate": "run-p generate:*",
|
|
59
|
-
"generate:implemented_properties": "node ./scripts/generate_implemented_properties.js",
|
|
60
|
-
"generate:properties": "node ./scripts/generate_properties.js",
|
|
61
|
-
"lint": "npm run generate && eslint . --max-warnings 0",
|
|
62
|
-
"lint:fix": "eslint . --fix --max-warnings 0",
|
|
63
|
-
"prepublishOnly": "npm run lint && npm run test",
|
|
64
|
-
"test": "npm run generate && jest",
|
|
65
|
-
"test-ci": "npm run lint && npm run test && codecov",
|
|
66
|
-
"update-authors": "git log --format=\"%aN <%aE>\" | sort -f | uniq > AUTHORS"
|
|
67
|
-
},
|
|
68
|
-
"license": "MIT",
|
|
69
|
-
"engines": {
|
|
70
|
-
"node": ">=8"
|
|
71
|
-
}
|
|
72
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
Copyright © Domenic Denicola <d@domenic.me>
|
|
2
|
-
|
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
4
|
-
|
|
5
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
6
|
-
|
|
7
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
# Parse `data:` URLs
|
|
2
|
-
|
|
3
|
-
This package helps you parse `data:` URLs [according to the WHATWG Fetch Standard](https://fetch.spec.whatwg.org/#data-urls):
|
|
4
|
-
|
|
5
|
-
```js
|
|
6
|
-
const parseDataURL = require("data-urls");
|
|
7
|
-
|
|
8
|
-
const textExample = parseDataURL("data:,Hello%2C%20World!");
|
|
9
|
-
console.log(textExample.mimeType.toString()); // "text/plain;charset=US-ASCII"
|
|
10
|
-
console.log(textExample.body); // Uint8Array(13) [ 72, 101, 108, 108, 111, 44, … ]
|
|
11
|
-
|
|
12
|
-
const htmlExample = parseDataURL("data:text/html,%3Ch1%3EHello%2C%20World!%3C%2Fh1%3E");
|
|
13
|
-
console.log(htmlExample.mimeType.toString()); // "text/html"
|
|
14
|
-
console.log(htmlExample.body); // Uint8Array(22) [ 60, 104, 49, 62, 72, 101, … ]
|
|
15
|
-
|
|
16
|
-
const pngExample = parseDataURL("data:image/png;base64,iVBORw0KGgoAAA" +
|
|
17
|
-
"ANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4" +
|
|
18
|
-
"//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU" +
|
|
19
|
-
"5ErkJggg==");
|
|
20
|
-
console.log(pngExample.mimeType.toString()); // "image/png"
|
|
21
|
-
console.log(pngExample.body); // Uint8Array(85) [ 137, 80, 78, 71, 13, 10, … ]
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
## API
|
|
25
|
-
|
|
26
|
-
This package's main module's default export is a function that accepts a string and returns a `{ mimeType, body }` object, or `null` if the result cannot be parsed as a `data:` URL.
|
|
27
|
-
|
|
28
|
-
- The `mimeType` property is an instance of [whatwg-mimetype](https://www.npmjs.com/package/whatwg-mimetype)'s `MIMEType` class.
|
|
29
|
-
- The `body` property is a `Uint8Array` instance.
|
|
30
|
-
|
|
31
|
-
As shown in the examples above, you can easily get a stringified version of the MIME type using its `toString()` method. Read on for more on getting the stringified version of the body.
|
|
32
|
-
|
|
33
|
-
### Decoding the body
|
|
34
|
-
|
|
35
|
-
To decode the body bytes of a parsed data URL, you'll need to use the `charset` parameter of the MIME type, if any. This contains an encoding [label](https://encoding.spec.whatwg.org/#label); there are [various possible labels](https://encoding.spec.whatwg.org/#names-and-labels) for a given encoding. We suggest using the [whatwg-encoding](https://www.npmjs.com/package/whatwg-encoding) package as follows:
|
|
36
|
-
|
|
37
|
-
```js
|
|
38
|
-
const parseDataURL = require("data-urls");
|
|
39
|
-
const { labelToName, decode } = require("whatwg-encoding");
|
|
40
|
-
|
|
41
|
-
const dataURL = parseDataURL(arbitraryString);
|
|
42
|
-
|
|
43
|
-
// If there's no charset parameter, let's just hope it's UTF-8; that seems like a good guess.
|
|
44
|
-
const encodingName = labelToName(dataURL.mimeType.parameters.get("charset") || "utf-8");
|
|
45
|
-
const bodyDecoded = decode(dataURL.body, encodingName);
|
|
46
|
-
```
|
|
47
|
-
|
|
48
|
-
This is especially important since the default, if no parseable MIME type is given, is "US-ASCII", [aka windows-1252](https://encoding.spec.whatwg.org/#names-and-labels), not UTF-8 like you might asume. So for example given an `arbitraryString` of `"data:,Héllo!"`, the above code snippet will correctly produce a `bodyDecoded` of `"Héllo!"` by using the windows-1252 decoder, whereas if you used a UTF-8 decoder you'd get back `"Héllo!"`.
|
|
49
|
-
|
|
50
|
-
### Advanced functionality: parsing from a URL record
|
|
51
|
-
|
|
52
|
-
If you are using the [whatwg-url](https://github.com/jsdom/whatwg-url) package, you may already have a "URL record" object on hand, as produced by that package's `parseURL` export. In that case, you can use this package's `fromURLRecord` export to save a bit of work:
|
|
53
|
-
|
|
54
|
-
```js
|
|
55
|
-
const { parseURL } = require("whatwg-url");
|
|
56
|
-
const dataURLFromURLRecord = require("data-urls").fromURLRecord;
|
|
57
|
-
|
|
58
|
-
const urlRecord = parseURL("data:,Hello%2C%20World!");
|
|
59
|
-
const dataURL = dataURLFromURLRecord(urlRecord);
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
In practice, we expect this functionality only to be used by consumers like [jsdom](https://www.npmjs.com/package/jsdom), which are using these packages at a very low level.
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const MIMEType = require("whatwg-mimetype");
|
|
3
|
-
const { parseURL, serializeURL, percentDecodeString } = require("whatwg-url");
|
|
4
|
-
const { stripLeadingAndTrailingASCIIWhitespace, isomorphicDecode, forgivingBase64Decode } = require("./utils.js");
|
|
5
|
-
|
|
6
|
-
module.exports = stringInput => {
|
|
7
|
-
const urlRecord = parseURL(stringInput);
|
|
8
|
-
|
|
9
|
-
if (urlRecord === null) {
|
|
10
|
-
return null;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
return module.exports.fromURLRecord(urlRecord);
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
module.exports.fromURLRecord = urlRecord => {
|
|
17
|
-
if (urlRecord.scheme !== "data") {
|
|
18
|
-
return null;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
const input = serializeURL(urlRecord, true).substring("data:".length);
|
|
22
|
-
|
|
23
|
-
let position = 0;
|
|
24
|
-
|
|
25
|
-
let mimeType = "";
|
|
26
|
-
while (position < input.length && input[position] !== ",") {
|
|
27
|
-
mimeType += input[position];
|
|
28
|
-
++position;
|
|
29
|
-
}
|
|
30
|
-
mimeType = stripLeadingAndTrailingASCIIWhitespace(mimeType);
|
|
31
|
-
|
|
32
|
-
if (position === input.length) {
|
|
33
|
-
return null;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
++position;
|
|
37
|
-
|
|
38
|
-
const encodedBody = input.substring(position);
|
|
39
|
-
|
|
40
|
-
let body = percentDecodeString(encodedBody);
|
|
41
|
-
|
|
42
|
-
// Can't use /i regexp flag because it isn't restricted to ASCII.
|
|
43
|
-
const mimeTypeBase64MatchResult = /(.*); *[Bb][Aa][Ss][Ee]64$/u.exec(mimeType);
|
|
44
|
-
if (mimeTypeBase64MatchResult) {
|
|
45
|
-
const stringBody = isomorphicDecode(body);
|
|
46
|
-
body = forgivingBase64Decode(stringBody);
|
|
47
|
-
|
|
48
|
-
if (body === null) {
|
|
49
|
-
return null;
|
|
50
|
-
}
|
|
51
|
-
mimeType = mimeTypeBase64MatchResult[1];
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
if (mimeType.startsWith(";")) {
|
|
55
|
-
mimeType = `text/plain${mimeType}`;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
let mimeTypeRecord;
|
|
59
|
-
try {
|
|
60
|
-
mimeTypeRecord = new MIMEType(mimeType);
|
|
61
|
-
} catch (e) {
|
|
62
|
-
mimeTypeRecord = new MIMEType("text/plain;charset=US-ASCII");
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
return {
|
|
66
|
-
mimeType: mimeTypeRecord,
|
|
67
|
-
body
|
|
68
|
-
};
|
|
69
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const { atob } = require("abab");
|
|
3
|
-
|
|
4
|
-
exports.stripLeadingAndTrailingASCIIWhitespace = string => {
|
|
5
|
-
return string.replace(/^[ \t\n\f\r]+/u, "").replace(/[ \t\n\f\r]+$/u, "");
|
|
6
|
-
};
|
|
7
|
-
|
|
8
|
-
exports.isomorphicDecode = input => {
|
|
9
|
-
return Array.from(input, byte => String.fromCodePoint(byte)).join("");
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
exports.forgivingBase64Decode = data => {
|
|
13
|
-
const asString = atob(data);
|
|
14
|
-
if (asString === null) {
|
|
15
|
-
return null;
|
|
16
|
-
}
|
|
17
|
-
return Uint8Array.from(asString, c => c.codePointAt(0));
|
|
18
|
-
};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
The MIT License (MIT)
|
|
2
|
-
|
|
3
|
-
Copyright (c) Sebastian Mayr
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in
|
|
13
|
-
all copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
-
THE SOFTWARE.
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
# whatwg-url
|
|
2
|
-
|
|
3
|
-
whatwg-url is a full implementation of the WHATWG [URL Standard](https://url.spec.whatwg.org/). It can be used standalone, but it also exposes a lot of the internal algorithms that are useful for integrating a URL parser into a project like [jsdom](https://github.com/jsdom/jsdom).
|
|
4
|
-
|
|
5
|
-
## Specification conformance
|
|
6
|
-
|
|
7
|
-
whatwg-url is currently up to date with the URL spec up to commit [43c2713](https://github.com/whatwg/url/commit/43c27137a0bc82c4b800fe74be893255fbeb35f4).
|
|
8
|
-
|
|
9
|
-
For `file:` URLs, whose [origin is left unspecified](https://url.spec.whatwg.org/#concept-url-origin), whatwg-url chooses to use a new opaque origin (which serializes to `"null"`).
|
|
10
|
-
|
|
11
|
-
whatwg-url does not yet implement any encoding handling beyond UTF-8. That is, the _encoding override_ parameter does not exist in our API.
|
|
12
|
-
|
|
13
|
-
## API
|
|
14
|
-
|
|
15
|
-
### The `URL` and `URLSearchParams` classes
|
|
16
|
-
|
|
17
|
-
The main API is provided by the [`URL`](https://url.spec.whatwg.org/#url-class) and [`URLSearchParams`](https://url.spec.whatwg.org/#interface-urlsearchparams) exports, which follows the spec's behavior in all ways (including e.g. `USVString` conversion). Most consumers of this library will want to use these.
|
|
18
|
-
|
|
19
|
-
### Low-level URL Standard API
|
|
20
|
-
|
|
21
|
-
The following methods are exported for use by places like jsdom that need to implement things like [`HTMLHyperlinkElementUtils`](https://html.spec.whatwg.org/#htmlhyperlinkelementutils). They mostly operate on or return an "internal URL" or ["URL record"](https://url.spec.whatwg.org/#concept-url) type.
|
|
22
|
-
|
|
23
|
-
- [URL parser](https://url.spec.whatwg.org/#concept-url-parser): `parseURL(input, { baseURL })`
|
|
24
|
-
- [Basic URL parser](https://url.spec.whatwg.org/#concept-basic-url-parser): `basicURLParse(input, { baseURL, url, stateOverride })`
|
|
25
|
-
- [URL serializer](https://url.spec.whatwg.org/#concept-url-serializer): `serializeURL(urlRecord, excludeFragment)`
|
|
26
|
-
- [Host serializer](https://url.spec.whatwg.org/#concept-host-serializer): `serializeHost(hostFromURLRecord)`
|
|
27
|
-
- [URL path serializer](https://url.spec.whatwg.org/#url-path-serializer): `serializePath(urlRecord)`
|
|
28
|
-
- [Serialize an integer](https://url.spec.whatwg.org/#serialize-an-integer): `serializeInteger(number)`
|
|
29
|
-
- [Origin](https://url.spec.whatwg.org/#concept-url-origin) [serializer](https://html.spec.whatwg.org/multipage/origin.html#ascii-serialisation-of-an-origin): `serializeURLOrigin(urlRecord)`
|
|
30
|
-
- [Set the username](https://url.spec.whatwg.org/#set-the-username): `setTheUsername(urlRecord, usernameString)`
|
|
31
|
-
- [Set the password](https://url.spec.whatwg.org/#set-the-password): `setThePassword(urlRecord, passwordString)`
|
|
32
|
-
- [Has an opaque path](https://url.spec.whatwg.org/#url-opaque-path): `hasAnOpaquePath(urlRecord)`
|
|
33
|
-
- [Cannot have a username/password/port](https://url.spec.whatwg.org/#cannot-have-a-username-password-port): `cannotHaveAUsernamePasswordPort(urlRecord)`
|
|
34
|
-
- [Percent decode bytes](https://url.spec.whatwg.org/#percent-decode): `percentDecodeBytes(uint8Array)`
|
|
35
|
-
- [Percent decode a string](https://url.spec.whatwg.org/#percent-decode-string): `percentDecodeString(string)`
|
|
36
|
-
|
|
37
|
-
The `stateOverride` parameter is one of the following strings:
|
|
38
|
-
|
|
39
|
-
- [`"scheme start"`](https://url.spec.whatwg.org/#scheme-start-state)
|
|
40
|
-
- [`"scheme"`](https://url.spec.whatwg.org/#scheme-state)
|
|
41
|
-
- [`"no scheme"`](https://url.spec.whatwg.org/#no-scheme-state)
|
|
42
|
-
- [`"special relative or authority"`](https://url.spec.whatwg.org/#special-relative-or-authority-state)
|
|
43
|
-
- [`"path or authority"`](https://url.spec.whatwg.org/#path-or-authority-state)
|
|
44
|
-
- [`"relative"`](https://url.spec.whatwg.org/#relative-state)
|
|
45
|
-
- [`"relative slash"`](https://url.spec.whatwg.org/#relative-slash-state)
|
|
46
|
-
- [`"special authority slashes"`](https://url.spec.whatwg.org/#special-authority-slashes-state)
|
|
47
|
-
- [`"special authority ignore slashes"`](https://url.spec.whatwg.org/#special-authority-ignore-slashes-state)
|
|
48
|
-
- [`"authority"`](https://url.spec.whatwg.org/#authority-state)
|
|
49
|
-
- [`"host"`](https://url.spec.whatwg.org/#host-state)
|
|
50
|
-
- [`"hostname"`](https://url.spec.whatwg.org/#hostname-state)
|
|
51
|
-
- [`"port"`](https://url.spec.whatwg.org/#port-state)
|
|
52
|
-
- [`"file"`](https://url.spec.whatwg.org/#file-state)
|
|
53
|
-
- [`"file slash"`](https://url.spec.whatwg.org/#file-slash-state)
|
|
54
|
-
- [`"file host"`](https://url.spec.whatwg.org/#file-host-state)
|
|
55
|
-
- [`"path start"`](https://url.spec.whatwg.org/#path-start-state)
|
|
56
|
-
- [`"path"`](https://url.spec.whatwg.org/#path-state)
|
|
57
|
-
- [`"opaque path"`](https://url.spec.whatwg.org/#cannot-be-a-base-url-path-state)
|
|
58
|
-
- [`"query"`](https://url.spec.whatwg.org/#query-state)
|
|
59
|
-
- [`"fragment"`](https://url.spec.whatwg.org/#fragment-state)
|
|
60
|
-
|
|
61
|
-
The URL record type has the following API:
|
|
62
|
-
|
|
63
|
-
- [`scheme`](https://url.spec.whatwg.org/#concept-url-scheme)
|
|
64
|
-
- [`username`](https://url.spec.whatwg.org/#concept-url-username)
|
|
65
|
-
- [`password`](https://url.spec.whatwg.org/#concept-url-password)
|
|
66
|
-
- [`host`](https://url.spec.whatwg.org/#concept-url-host)
|
|
67
|
-
- [`port`](https://url.spec.whatwg.org/#concept-url-port)
|
|
68
|
-
- [`path`](https://url.spec.whatwg.org/#concept-url-path) (as an array of strings, or a string)
|
|
69
|
-
- [`query`](https://url.spec.whatwg.org/#concept-url-query)
|
|
70
|
-
- [`fragment`](https://url.spec.whatwg.org/#concept-url-fragment)
|
|
71
|
-
|
|
72
|
-
These properties should be treated with care, as in general changing them will cause the URL record to be in an inconsistent state until the appropriate invocation of `basicURLParse` is used to fix it up. You can see examples of this in the URL Standard, where there are many step sequences like "4. Set context object’s url’s fragment to the empty string. 5. Basic URL parse _input_ with context object’s url as _url_ and fragment state as _state override_." In between those two steps, a URL record is in an unusable state.
|
|
73
|
-
|
|
74
|
-
The return value of "failure" in the spec is represented by `null`. That is, functions like `parseURL` and `basicURLParse` can return _either_ a URL record _or_ `null`.
|
|
75
|
-
|
|
76
|
-
### `whatwg-url/webidl2js-wrapper` module
|
|
77
|
-
|
|
78
|
-
This module exports the `URL` and `URLSearchParams` [interface wrappers API](https://github.com/jsdom/webidl2js#for-interfaces) generated by [webidl2js](https://github.com/jsdom/webidl2js).
|
|
79
|
-
|
|
80
|
-
## Development instructions
|
|
81
|
-
|
|
82
|
-
First, install [Node.js](https://nodejs.org/). Then, fetch the dependencies of whatwg-url, by running from this directory:
|
|
83
|
-
|
|
84
|
-
npm install
|
|
85
|
-
|
|
86
|
-
To run tests:
|
|
87
|
-
|
|
88
|
-
npm test
|
|
89
|
-
|
|
90
|
-
To generate a coverage report:
|
|
91
|
-
|
|
92
|
-
npm run coverage
|
|
93
|
-
|
|
94
|
-
To build and run the live viewer:
|
|
95
|
-
|
|
96
|
-
npm run prepare
|
|
97
|
-
npm run build-live-viewer
|
|
98
|
-
|
|
99
|
-
Serve the contents of the `live-viewer` directory using any web server.
|
|
100
|
-
|
|
101
|
-
## Supporting whatwg-url
|
|
102
|
-
|
|
103
|
-
The jsdom project (including whatwg-url) is a community-driven project maintained by a team of [volunteers](https://github.com/orgs/jsdom/people). You could support us by:
|
|
104
|
-
|
|
105
|
-
- [Getting professional support for whatwg-url](https://tidelift.com/subscription/pkg/npm-whatwg-url?utm_source=npm-whatwg-url&utm_medium=referral&utm_campaign=readme) as part of a Tidelift subscription. Tidelift helps making open source sustainable for us while giving teams assurances for maintenance, licensing, and security.
|
|
106
|
-
- Contributing directly to the project.
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
const { URL, URLSearchParams } = require("./webidl2js-wrapper");
|
|
4
|
-
const urlStateMachine = require("./lib/url-state-machine");
|
|
5
|
-
const percentEncoding = require("./lib/percent-encoding");
|
|
6
|
-
|
|
7
|
-
const sharedGlobalObject = { Array, Object, Promise, String, TypeError };
|
|
8
|
-
URL.install(sharedGlobalObject, ["Window"]);
|
|
9
|
-
URLSearchParams.install(sharedGlobalObject, ["Window"]);
|
|
10
|
-
|
|
11
|
-
exports.URL = sharedGlobalObject.URL;
|
|
12
|
-
exports.URLSearchParams = sharedGlobalObject.URLSearchParams;
|
|
13
|
-
|
|
14
|
-
exports.parseURL = urlStateMachine.parseURL;
|
|
15
|
-
exports.basicURLParse = urlStateMachine.basicURLParse;
|
|
16
|
-
exports.serializeURL = urlStateMachine.serializeURL;
|
|
17
|
-
exports.serializePath = urlStateMachine.serializePath;
|
|
18
|
-
exports.serializeHost = urlStateMachine.serializeHost;
|
|
19
|
-
exports.serializeInteger = urlStateMachine.serializeInteger;
|
|
20
|
-
exports.serializeURLOrigin = urlStateMachine.serializeURLOrigin;
|
|
21
|
-
exports.setTheUsername = urlStateMachine.setTheUsername;
|
|
22
|
-
exports.setThePassword = urlStateMachine.setThePassword;
|
|
23
|
-
exports.cannotHaveAUsernamePasswordPort = urlStateMachine.cannotHaveAUsernamePasswordPort;
|
|
24
|
-
exports.hasAnOpaquePath = urlStateMachine.hasAnOpaquePath;
|
|
25
|
-
|
|
26
|
-
exports.percentDecodeString = percentEncoding.percentDecodeString;
|
|
27
|
-
exports.percentDecodeBytes = percentEncoding.percentDecodeBytes;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
const conversions = require("webidl-conversions");
|
|
4
|
-
const utils = require("./utils.js");
|
|
5
|
-
|
|
6
|
-
exports.convert = (globalObject, value, { context = "The provided value" } = {}) => {
|
|
7
|
-
if (typeof value !== "function") {
|
|
8
|
-
throw new globalObject.TypeError(context + " is not a function");
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
function invokeTheCallbackFunction(...args) {
|
|
12
|
-
const thisArg = utils.tryWrapperForImpl(this);
|
|
13
|
-
let callResult;
|
|
14
|
-
|
|
15
|
-
for (let i = 0; i < args.length; i++) {
|
|
16
|
-
args[i] = utils.tryWrapperForImpl(args[i]);
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
callResult = Reflect.apply(value, thisArg, args);
|
|
20
|
-
|
|
21
|
-
callResult = conversions["any"](callResult, { context: context, globals: globalObject });
|
|
22
|
-
|
|
23
|
-
return callResult;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
invokeTheCallbackFunction.construct = (...args) => {
|
|
27
|
-
for (let i = 0; i < args.length; i++) {
|
|
28
|
-
args[i] = utils.tryWrapperForImpl(args[i]);
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
let callResult = Reflect.construct(value, args);
|
|
32
|
-
|
|
33
|
-
callResult = conversions["any"](callResult, { context: context, globals: globalObject });
|
|
34
|
-
|
|
35
|
-
return callResult;
|
|
36
|
-
};
|
|
37
|
-
|
|
38
|
-
invokeTheCallbackFunction[utils.wrapperSymbol] = value;
|
|
39
|
-
invokeTheCallbackFunction.objectReference = value;
|
|
40
|
-
|
|
41
|
-
return invokeTheCallbackFunction;
|
|
42
|
-
};
|
|
@@ -1,209 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
const usm = require("./url-state-machine");
|
|
3
|
-
const urlencoded = require("./urlencoded");
|
|
4
|
-
const URLSearchParams = require("./URLSearchParams");
|
|
5
|
-
|
|
6
|
-
exports.implementation = class URLImpl {
|
|
7
|
-
constructor(globalObject, constructorArgs) {
|
|
8
|
-
const url = constructorArgs[0];
|
|
9
|
-
const base = constructorArgs[1];
|
|
10
|
-
|
|
11
|
-
let parsedBase = null;
|
|
12
|
-
if (base !== undefined) {
|
|
13
|
-
parsedBase = usm.basicURLParse(base);
|
|
14
|
-
if (parsedBase === null) {
|
|
15
|
-
throw new TypeError(`Invalid base URL: ${base}`);
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
const parsedURL = usm.basicURLParse(url, { baseURL: parsedBase });
|
|
20
|
-
if (parsedURL === null) {
|
|
21
|
-
throw new TypeError(`Invalid URL: ${url}`);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
const query = parsedURL.query !== null ? parsedURL.query : "";
|
|
25
|
-
|
|
26
|
-
this._url = parsedURL;
|
|
27
|
-
|
|
28
|
-
// We cannot invoke the "new URLSearchParams object" algorithm without going through the constructor, which strips
|
|
29
|
-
// question mark by default. Therefore the doNotStripQMark hack is used.
|
|
30
|
-
this._query = URLSearchParams.createImpl(globalObject, [query], { doNotStripQMark: true });
|
|
31
|
-
this._query._url = this;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
get href() {
|
|
35
|
-
return usm.serializeURL(this._url);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
set href(v) {
|
|
39
|
-
const parsedURL = usm.basicURLParse(v);
|
|
40
|
-
if (parsedURL === null) {
|
|
41
|
-
throw new TypeError(`Invalid URL: ${v}`);
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
this._url = parsedURL;
|
|
45
|
-
|
|
46
|
-
this._query._list.splice(0);
|
|
47
|
-
const { query } = parsedURL;
|
|
48
|
-
if (query !== null) {
|
|
49
|
-
this._query._list = urlencoded.parseUrlencodedString(query);
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
get origin() {
|
|
54
|
-
return usm.serializeURLOrigin(this._url);
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
get protocol() {
|
|
58
|
-
return `${this._url.scheme}:`;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
set protocol(v) {
|
|
62
|
-
usm.basicURLParse(`${v}:`, { url: this._url, stateOverride: "scheme start" });
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
get username() {
|
|
66
|
-
return this._url.username;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
set username(v) {
|
|
70
|
-
if (usm.cannotHaveAUsernamePasswordPort(this._url)) {
|
|
71
|
-
return;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
usm.setTheUsername(this._url, v);
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
get password() {
|
|
78
|
-
return this._url.password;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
set password(v) {
|
|
82
|
-
if (usm.cannotHaveAUsernamePasswordPort(this._url)) {
|
|
83
|
-
return;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
usm.setThePassword(this._url, v);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
get host() {
|
|
90
|
-
const url = this._url;
|
|
91
|
-
|
|
92
|
-
if (url.host === null) {
|
|
93
|
-
return "";
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
if (url.port === null) {
|
|
97
|
-
return usm.serializeHost(url.host);
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
return `${usm.serializeHost(url.host)}:${usm.serializeInteger(url.port)}`;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
set host(v) {
|
|
104
|
-
if (usm.hasAnOpaquePath(this._url)) {
|
|
105
|
-
return;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
usm.basicURLParse(v, { url: this._url, stateOverride: "host" });
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
get hostname() {
|
|
112
|
-
if (this._url.host === null) {
|
|
113
|
-
return "";
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
return usm.serializeHost(this._url.host);
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
set hostname(v) {
|
|
120
|
-
if (usm.hasAnOpaquePath(this._url)) {
|
|
121
|
-
return;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
usm.basicURLParse(v, { url: this._url, stateOverride: "hostname" });
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
get port() {
|
|
128
|
-
if (this._url.port === null) {
|
|
129
|
-
return "";
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
return usm.serializeInteger(this._url.port);
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
set port(v) {
|
|
136
|
-
if (usm.cannotHaveAUsernamePasswordPort(this._url)) {
|
|
137
|
-
return;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
if (v === "") {
|
|
141
|
-
this._url.port = null;
|
|
142
|
-
} else {
|
|
143
|
-
usm.basicURLParse(v, { url: this._url, stateOverride: "port" });
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
get pathname() {
|
|
148
|
-
return usm.serializePath(this._url);
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
set pathname(v) {
|
|
152
|
-
if (usm.hasAnOpaquePath(this._url)) {
|
|
153
|
-
return;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
this._url.path = [];
|
|
157
|
-
usm.basicURLParse(v, { url: this._url, stateOverride: "path start" });
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
get search() {
|
|
161
|
-
if (this._url.query === null || this._url.query === "") {
|
|
162
|
-
return "";
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
return `?${this._url.query}`;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
set search(v) {
|
|
169
|
-
const url = this._url;
|
|
170
|
-
|
|
171
|
-
if (v === "") {
|
|
172
|
-
url.query = null;
|
|
173
|
-
this._query._list = [];
|
|
174
|
-
return;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
const input = v[0] === "?" ? v.substring(1) : v;
|
|
178
|
-
url.query = "";
|
|
179
|
-
usm.basicURLParse(input, { url, stateOverride: "query" });
|
|
180
|
-
this._query._list = urlencoded.parseUrlencodedString(input);
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
get searchParams() {
|
|
184
|
-
return this._query;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
get hash() {
|
|
188
|
-
if (this._url.fragment === null || this._url.fragment === "") {
|
|
189
|
-
return "";
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
return `#${this._url.fragment}`;
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
set hash(v) {
|
|
196
|
-
if (v === "") {
|
|
197
|
-
this._url.fragment = null;
|
|
198
|
-
return;
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
const input = v[0] === "#" ? v.substring(1) : v;
|
|
202
|
-
this._url.fragment = "";
|
|
203
|
-
usm.basicURLParse(input, { url: this._url, stateOverride: "fragment" });
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
toJSON() {
|
|
207
|
-
return this.href;
|
|
208
|
-
}
|
|
209
|
-
};
|