@zipify/wysiwyg 1.2.1-0 → 1.2.1-1

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.
Files changed (1148) hide show
  1. package/.github/actions/lint-css/action.yaml +1 -3
  2. package/dist/cli.js +3 -3
  3. package/dist/wysiwyg.css +24 -25
  4. package/dist/wysiwyg.mjs +617 -594
  5. package/jest.config.js +3 -0
  6. package/lib/components/base/Modal.vue +21 -2
  7. package/lib/components/base/__tests__/Modal.test.js +1 -0
  8. package/lib/components/toolbar/controls/link/LinkControl.vue +18 -7
  9. package/lib/components/toolbar/controls/link/LinkControlHeader.vue +1 -1
  10. package/lib/components/toolbar/controls/link/__tests__/LinkControl.test.js +7 -7
  11. package/lib/components/toolbar/controls/link/composables/useLink.js +3 -1
  12. package/lib/composables/__tests__/__snapshots__/useEditor.test.js.snap +1 -1
  13. package/lib/composables/useEditor.js +4 -3
  14. package/lib/extensions/FontWeight.js +2 -0
  15. package/lib/extensions/StylePreset.js +33 -3
  16. package/lib/extensions/TextDecoration.js +1 -6
  17. package/lib/extensions/__tests__/FontWeight.test.js +8 -0
  18. package/lib/extensions/__tests__/StylePreset.test.js +52 -2
  19. package/lib/extensions/__tests__/TextDecoration.test.js +2 -62
  20. package/lib/extensions/__tests__/__snapshots__/Alignment.test.js.snap +2 -2
  21. package/lib/extensions/__tests__/__snapshots__/BackgroundColor.test.js.snap +1 -1
  22. package/lib/extensions/__tests__/__snapshots__/FontColor.test.js.snap +1 -1
  23. package/lib/extensions/__tests__/__snapshots__/FontFamily.test.js.snap +1 -1
  24. package/lib/extensions/__tests__/__snapshots__/FontSize.test.js.snap +2 -2
  25. package/lib/extensions/__tests__/__snapshots__/FontStyle.test.js.snap +1 -1
  26. package/lib/extensions/__tests__/__snapshots__/FontWeight.test.js.snap +26 -1
  27. package/lib/extensions/__tests__/__snapshots__/LineHeight.test.js.snap +2 -2
  28. package/lib/extensions/__tests__/__snapshots__/Margin.test.js.snap +2 -2
  29. package/lib/extensions/__tests__/__snapshots__/StylePreset.test.js.snap +22 -2
  30. package/lib/extensions/__tests__/__snapshots__/TextDecoration.test.js.snap +3 -3
  31. package/package.json +23 -28
  32. package/config/build/lambda.config.js +0 -39
  33. package/dist/lambda-to-json.zip +0 -0
  34. package/lib/components/toolbar/controls/link/LinkControlApply.vue +0 -35
  35. package/lib/entry-lambda-to-json.js +0 -8
  36. package/node_modules_lambda/.bin/acorn +0 -4
  37. package/node_modules_lambda/.bin/escodegen +0 -77
  38. package/node_modules_lambda/.bin/esgenerate +0 -64
  39. package/node_modules_lambda/.bin/esparse +0 -139
  40. package/node_modules_lambda/.bin/esvalidate +0 -236
  41. package/node_modules_lambda/.package-lock.json +0 -602
  42. package/node_modules_lambda/@tootallnate/once/LICENSE +0 -21
  43. package/node_modules_lambda/@tootallnate/once/README.md +0 -93
  44. package/node_modules_lambda/@tootallnate/once/dist/index.d.ts +0 -7
  45. package/node_modules_lambda/@tootallnate/once/dist/index.js +0 -24
  46. package/node_modules_lambda/@tootallnate/once/dist/index.js.map +0 -1
  47. package/node_modules_lambda/@tootallnate/once/dist/overloaded-parameters.d.ts +0 -231
  48. package/node_modules_lambda/@tootallnate/once/dist/overloaded-parameters.js +0 -3
  49. package/node_modules_lambda/@tootallnate/once/dist/overloaded-parameters.js.map +0 -1
  50. package/node_modules_lambda/@tootallnate/once/dist/types.d.ts +0 -17
  51. package/node_modules_lambda/@tootallnate/once/dist/types.js +0 -3
  52. package/node_modules_lambda/@tootallnate/once/dist/types.js.map +0 -1
  53. package/node_modules_lambda/@tootallnate/once/package.json +0 -52
  54. package/node_modules_lambda/abab/LICENSE.md +0 -13
  55. package/node_modules_lambda/abab/README.md +0 -51
  56. package/node_modules_lambda/abab/index.d.ts +0 -2
  57. package/node_modules_lambda/abab/index.js +0 -9
  58. package/node_modules_lambda/abab/lib/atob.js +0 -101
  59. package/node_modules_lambda/abab/lib/btoa.js +0 -62
  60. package/node_modules_lambda/abab/package.json +0 -42
  61. package/node_modules_lambda/acorn/CHANGELOG.md +0 -798
  62. package/node_modules_lambda/acorn/LICENSE +0 -21
  63. package/node_modules_lambda/acorn/README.md +0 -273
  64. package/node_modules_lambda/acorn/bin/acorn +0 -4
  65. package/node_modules_lambda/acorn/dist/acorn.d.ts +0 -252
  66. package/node_modules_lambda/acorn/dist/acorn.js +0 -5608
  67. package/node_modules_lambda/acorn/dist/acorn.mjs +0 -5577
  68. package/node_modules_lambda/acorn/dist/acorn.mjs.d.ts +0 -2
  69. package/node_modules_lambda/acorn/dist/bin.js +0 -91
  70. package/node_modules_lambda/acorn/package.json +0 -50
  71. package/node_modules_lambda/acorn-globals/LICENSE +0 -19
  72. package/node_modules_lambda/acorn-globals/README.md +0 -81
  73. package/node_modules_lambda/acorn-globals/index.js +0 -179
  74. package/node_modules_lambda/acorn-globals/node_modules/.bin/acorn +0 -4
  75. package/node_modules_lambda/acorn-globals/node_modules/acorn/CHANGELOG.md +0 -620
  76. package/node_modules_lambda/acorn-globals/node_modules/acorn/LICENSE +0 -21
  77. package/node_modules_lambda/acorn-globals/node_modules/acorn/README.md +0 -269
  78. package/node_modules_lambda/acorn-globals/node_modules/acorn/bin/acorn +0 -4
  79. package/node_modules_lambda/acorn-globals/node_modules/acorn/dist/acorn.d.ts +0 -209
  80. package/node_modules_lambda/acorn-globals/node_modules/acorn/dist/acorn.js +0 -5186
  81. package/node_modules_lambda/acorn-globals/node_modules/acorn/dist/acorn.js.map +0 -1
  82. package/node_modules_lambda/acorn-globals/node_modules/acorn/dist/acorn.mjs +0 -5155
  83. package/node_modules_lambda/acorn-globals/node_modules/acorn/dist/acorn.mjs.d.ts +0 -2
  84. package/node_modules_lambda/acorn-globals/node_modules/acorn/dist/acorn.mjs.map +0 -1
  85. package/node_modules_lambda/acorn-globals/node_modules/acorn/dist/bin.js +0 -64
  86. package/node_modules_lambda/acorn-globals/node_modules/acorn/package.json +0 -35
  87. package/node_modules_lambda/acorn-globals/package.json +0 -35
  88. package/node_modules_lambda/acorn-walk/CHANGELOG.md +0 -131
  89. package/node_modules_lambda/acorn-walk/LICENSE +0 -19
  90. package/node_modules_lambda/acorn-walk/README.md +0 -126
  91. package/node_modules_lambda/acorn-walk/dist/walk.d.ts +0 -112
  92. package/node_modules_lambda/acorn-walk/dist/walk.js +0 -463
  93. package/node_modules_lambda/acorn-walk/dist/walk.js.map +0 -1
  94. package/node_modules_lambda/acorn-walk/dist/walk.mjs +0 -443
  95. package/node_modules_lambda/acorn-walk/dist/walk.mjs.map +0 -1
  96. package/node_modules_lambda/acorn-walk/package.json +0 -34
  97. package/node_modules_lambda/agent-base/README.md +0 -145
  98. package/node_modules_lambda/agent-base/dist/src/index.d.ts +0 -78
  99. package/node_modules_lambda/agent-base/dist/src/index.js +0 -203
  100. package/node_modules_lambda/agent-base/dist/src/index.js.map +0 -1
  101. package/node_modules_lambda/agent-base/dist/src/promisify.d.ts +0 -4
  102. package/node_modules_lambda/agent-base/dist/src/promisify.js +0 -18
  103. package/node_modules_lambda/agent-base/dist/src/promisify.js.map +0 -1
  104. package/node_modules_lambda/agent-base/package.json +0 -64
  105. package/node_modules_lambda/agent-base/src/index.ts +0 -345
  106. package/node_modules_lambda/agent-base/src/promisify.ts +0 -33
  107. package/node_modules_lambda/asynckit/LICENSE +0 -21
  108. package/node_modules_lambda/asynckit/README.md +0 -233
  109. package/node_modules_lambda/asynckit/bench.js +0 -76
  110. package/node_modules_lambda/asynckit/index.js +0 -6
  111. package/node_modules_lambda/asynckit/lib/abort.js +0 -29
  112. package/node_modules_lambda/asynckit/lib/async.js +0 -34
  113. package/node_modules_lambda/asynckit/lib/defer.js +0 -26
  114. package/node_modules_lambda/asynckit/lib/iterate.js +0 -75
  115. package/node_modules_lambda/asynckit/lib/readable_asynckit.js +0 -91
  116. package/node_modules_lambda/asynckit/lib/readable_parallel.js +0 -25
  117. package/node_modules_lambda/asynckit/lib/readable_serial.js +0 -25
  118. package/node_modules_lambda/asynckit/lib/readable_serial_ordered.js +0 -29
  119. package/node_modules_lambda/asynckit/lib/state.js +0 -37
  120. package/node_modules_lambda/asynckit/lib/streamify.js +0 -141
  121. package/node_modules_lambda/asynckit/lib/terminator.js +0 -29
  122. package/node_modules_lambda/asynckit/package.json +0 -63
  123. package/node_modules_lambda/asynckit/parallel.js +0 -43
  124. package/node_modules_lambda/asynckit/serial.js +0 -17
  125. package/node_modules_lambda/asynckit/serialOrdered.js +0 -75
  126. package/node_modules_lambda/asynckit/stream.js +0 -21
  127. package/node_modules_lambda/browser-process-hrtime/LICENSE +0 -9
  128. package/node_modules_lambda/browser-process-hrtime/README.md +0 -27
  129. package/node_modules_lambda/browser-process-hrtime/index.d.ts +0 -4
  130. package/node_modules_lambda/browser-process-hrtime/index.js +0 -28
  131. package/node_modules_lambda/browser-process-hrtime/package.json +0 -15
  132. package/node_modules_lambda/combined-stream/License +0 -19
  133. package/node_modules_lambda/combined-stream/Readme.md +0 -138
  134. package/node_modules_lambda/combined-stream/lib/combined_stream.js +0 -208
  135. package/node_modules_lambda/combined-stream/package.json +0 -25
  136. package/node_modules_lambda/combined-stream/yarn.lock +0 -17
  137. package/node_modules_lambda/cssom/LICENSE.txt +0 -20
  138. package/node_modules_lambda/cssom/README.mdown +0 -67
  139. package/node_modules_lambda/cssom/lib/CSSConditionRule.js +0 -25
  140. package/node_modules_lambda/cssom/lib/CSSDocumentRule.js +0 -39
  141. package/node_modules_lambda/cssom/lib/CSSFontFaceRule.js +0 -36
  142. package/node_modules_lambda/cssom/lib/CSSGroupingRule.js +0 -68
  143. package/node_modules_lambda/cssom/lib/CSSHostRule.js +0 -37
  144. package/node_modules_lambda/cssom/lib/CSSImportRule.js +0 -132
  145. package/node_modules_lambda/cssom/lib/CSSKeyframeRule.js +0 -37
  146. package/node_modules_lambda/cssom/lib/CSSKeyframesRule.js +0 -39
  147. package/node_modules_lambda/cssom/lib/CSSMediaRule.js +0 -53
  148. package/node_modules_lambda/cssom/lib/CSSOM.js +0 -3
  149. package/node_modules_lambda/cssom/lib/CSSRule.js +0 -43
  150. package/node_modules_lambda/cssom/lib/CSSStyleDeclaration.js +0 -148
  151. package/node_modules_lambda/cssom/lib/CSSStyleRule.js +0 -190
  152. package/node_modules_lambda/cssom/lib/CSSStyleSheet.js +0 -88
  153. package/node_modules_lambda/cssom/lib/CSSSupportsRule.js +0 -36
  154. package/node_modules_lambda/cssom/lib/CSSValue.js +0 -43
  155. package/node_modules_lambda/cssom/lib/CSSValueExpression.js +0 -344
  156. package/node_modules_lambda/cssom/lib/MatcherList.js +0 -62
  157. package/node_modules_lambda/cssom/lib/MediaList.js +0 -61
  158. package/node_modules_lambda/cssom/lib/StyleSheet.js +0 -17
  159. package/node_modules_lambda/cssom/lib/clone.js +0 -74
  160. package/node_modules_lambda/cssom/lib/index.js +0 -23
  161. package/node_modules_lambda/cssom/lib/parse.js +0 -465
  162. package/node_modules_lambda/cssom/package.json +0 -18
  163. package/node_modules_lambda/cssstyle/LICENSE +0 -20
  164. package/node_modules_lambda/cssstyle/README.md +0 -15
  165. package/node_modules_lambda/cssstyle/lib/CSSStyleDeclaration.js +0 -260
  166. package/node_modules_lambda/cssstyle/lib/CSSStyleDeclaration.test.js +0 -556
  167. package/node_modules_lambda/cssstyle/lib/allExtraProperties.js +0 -67
  168. package/node_modules_lambda/cssstyle/lib/allProperties.js +0 -462
  169. package/node_modules_lambda/cssstyle/lib/allWebkitProperties.js +0 -194
  170. package/node_modules_lambda/cssstyle/lib/constants.js +0 -6
  171. package/node_modules_lambda/cssstyle/lib/implementedProperties.js +0 -90
  172. package/node_modules_lambda/cssstyle/lib/named_colors.json +0 -152
  173. package/node_modules_lambda/cssstyle/lib/parsers.js +0 -722
  174. package/node_modules_lambda/cssstyle/lib/parsers.test.js +0 -139
  175. package/node_modules_lambda/cssstyle/lib/properties/azimuth.js +0 -67
  176. package/node_modules_lambda/cssstyle/lib/properties/background.js +0 -19
  177. package/node_modules_lambda/cssstyle/lib/properties/backgroundAttachment.js +0 -24
  178. package/node_modules_lambda/cssstyle/lib/properties/backgroundColor.js +0 -36
  179. package/node_modules_lambda/cssstyle/lib/properties/backgroundImage.js +0 -32
  180. package/node_modules_lambda/cssstyle/lib/properties/backgroundPosition.js +0 -58
  181. package/node_modules_lambda/cssstyle/lib/properties/backgroundRepeat.js +0 -32
  182. package/node_modules_lambda/cssstyle/lib/properties/border.js +0 -33
  183. package/node_modules_lambda/cssstyle/lib/properties/borderBottom.js +0 -17
  184. package/node_modules_lambda/cssstyle/lib/properties/borderBottomColor.js +0 -16
  185. package/node_modules_lambda/cssstyle/lib/properties/borderBottomStyle.js +0 -21
  186. package/node_modules_lambda/cssstyle/lib/properties/borderBottomWidth.js +0 -16
  187. package/node_modules_lambda/cssstyle/lib/properties/borderCollapse.js +0 -26
  188. package/node_modules_lambda/cssstyle/lib/properties/borderColor.js +0 -30
  189. package/node_modules_lambda/cssstyle/lib/properties/borderLeft.js +0 -17
  190. package/node_modules_lambda/cssstyle/lib/properties/borderLeftColor.js +0 -16
  191. package/node_modules_lambda/cssstyle/lib/properties/borderLeftStyle.js +0 -21
  192. package/node_modules_lambda/cssstyle/lib/properties/borderLeftWidth.js +0 -16
  193. package/node_modules_lambda/cssstyle/lib/properties/borderRight.js +0 -17
  194. package/node_modules_lambda/cssstyle/lib/properties/borderRightColor.js +0 -16
  195. package/node_modules_lambda/cssstyle/lib/properties/borderRightStyle.js +0 -21
  196. package/node_modules_lambda/cssstyle/lib/properties/borderRightWidth.js +0 -16
  197. package/node_modules_lambda/cssstyle/lib/properties/borderSpacing.js +0 -41
  198. package/node_modules_lambda/cssstyle/lib/properties/borderStyle.js +0 -38
  199. package/node_modules_lambda/cssstyle/lib/properties/borderTop.js +0 -17
  200. package/node_modules_lambda/cssstyle/lib/properties/borderTopColor.js +0 -16
  201. package/node_modules_lambda/cssstyle/lib/properties/borderTopStyle.js +0 -21
  202. package/node_modules_lambda/cssstyle/lib/properties/borderTopWidth.js +0 -17
  203. package/node_modules_lambda/cssstyle/lib/properties/borderWidth.js +0 -46
  204. package/node_modules_lambda/cssstyle/lib/properties/bottom.js +0 -14
  205. package/node_modules_lambda/cssstyle/lib/properties/clear.js +0 -16
  206. package/node_modules_lambda/cssstyle/lib/properties/clip.js +0 -47
  207. package/node_modules_lambda/cssstyle/lib/properties/color.js +0 -14
  208. package/node_modules_lambda/cssstyle/lib/properties/cssFloat.js +0 -12
  209. package/node_modules_lambda/cssstyle/lib/properties/flex.js +0 -45
  210. package/node_modules_lambda/cssstyle/lib/properties/flexBasis.js +0 -28
  211. package/node_modules_lambda/cssstyle/lib/properties/flexGrow.js +0 -19
  212. package/node_modules_lambda/cssstyle/lib/properties/flexShrink.js +0 -19
  213. package/node_modules_lambda/cssstyle/lib/properties/float.js +0 -12
  214. package/node_modules_lambda/cssstyle/lib/properties/floodColor.js +0 -14
  215. package/node_modules_lambda/cssstyle/lib/properties/font.js +0 -43
  216. package/node_modules_lambda/cssstyle/lib/properties/fontFamily.js +0 -33
  217. package/node_modules_lambda/cssstyle/lib/properties/fontSize.js +0 -38
  218. package/node_modules_lambda/cssstyle/lib/properties/fontStyle.js +0 -18
  219. package/node_modules_lambda/cssstyle/lib/properties/fontVariant.js +0 -18
  220. package/node_modules_lambda/cssstyle/lib/properties/fontWeight.js +0 -33
  221. package/node_modules_lambda/cssstyle/lib/properties/height.js +0 -24
  222. package/node_modules_lambda/cssstyle/lib/properties/left.js +0 -14
  223. package/node_modules_lambda/cssstyle/lib/properties/lightingColor.js +0 -14
  224. package/node_modules_lambda/cssstyle/lib/properties/lineHeight.js +0 -26
  225. package/node_modules_lambda/cssstyle/lib/properties/margin.js +0 -68
  226. package/node_modules_lambda/cssstyle/lib/properties/marginBottom.js +0 -13
  227. package/node_modules_lambda/cssstyle/lib/properties/marginLeft.js +0 -13
  228. package/node_modules_lambda/cssstyle/lib/properties/marginRight.js +0 -13
  229. package/node_modules_lambda/cssstyle/lib/properties/marginTop.js +0 -13
  230. package/node_modules_lambda/cssstyle/lib/properties/opacity.js +0 -14
  231. package/node_modules_lambda/cssstyle/lib/properties/outlineColor.js +0 -14
  232. package/node_modules_lambda/cssstyle/lib/properties/padding.js +0 -61
  233. package/node_modules_lambda/cssstyle/lib/properties/paddingBottom.js +0 -13
  234. package/node_modules_lambda/cssstyle/lib/properties/paddingLeft.js +0 -13
  235. package/node_modules_lambda/cssstyle/lib/properties/paddingRight.js +0 -13
  236. package/node_modules_lambda/cssstyle/lib/properties/paddingTop.js +0 -13
  237. package/node_modules_lambda/cssstyle/lib/properties/right.js +0 -14
  238. package/node_modules_lambda/cssstyle/lib/properties/stopColor.js +0 -14
  239. package/node_modules_lambda/cssstyle/lib/properties/textLineThroughColor.js +0 -14
  240. package/node_modules_lambda/cssstyle/lib/properties/textOverlineColor.js +0 -14
  241. package/node_modules_lambda/cssstyle/lib/properties/textUnderlineColor.js +0 -14
  242. package/node_modules_lambda/cssstyle/lib/properties/top.js +0 -14
  243. package/node_modules_lambda/cssstyle/lib/properties/webkitBorderAfterColor.js +0 -14
  244. package/node_modules_lambda/cssstyle/lib/properties/webkitBorderBeforeColor.js +0 -14
  245. package/node_modules_lambda/cssstyle/lib/properties/webkitBorderEndColor.js +0 -14
  246. package/node_modules_lambda/cssstyle/lib/properties/webkitBorderStartColor.js +0 -14
  247. package/node_modules_lambda/cssstyle/lib/properties/webkitColumnRuleColor.js +0 -14
  248. package/node_modules_lambda/cssstyle/lib/properties/webkitMatchNearestMailBlockquoteColor.js +0 -14
  249. package/node_modules_lambda/cssstyle/lib/properties/webkitTapHighlightColor.js +0 -14
  250. package/node_modules_lambda/cssstyle/lib/properties/webkitTextEmphasisColor.js +0 -14
  251. package/node_modules_lambda/cssstyle/lib/properties/webkitTextFillColor.js +0 -14
  252. package/node_modules_lambda/cssstyle/lib/properties/webkitTextStrokeColor.js +0 -14
  253. package/node_modules_lambda/cssstyle/lib/properties/width.js +0 -24
  254. package/node_modules_lambda/cssstyle/lib/properties.js +0 -1833
  255. package/node_modules_lambda/cssstyle/lib/utils/colorSpace.js +0 -21
  256. package/node_modules_lambda/cssstyle/lib/utils/getBasicPropertyDescriptor.js +0 -14
  257. package/node_modules_lambda/cssstyle/node_modules/cssom/LICENSE.txt +0 -20
  258. package/node_modules_lambda/cssstyle/node_modules/cssom/README.mdown +0 -67
  259. package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSDocumentRule.js +0 -39
  260. package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSFontFaceRule.js +0 -36
  261. package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSHostRule.js +0 -37
  262. package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSImportRule.js +0 -132
  263. package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSKeyframeRule.js +0 -37
  264. package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSKeyframesRule.js +0 -39
  265. package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSMediaRule.js +0 -41
  266. package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSOM.js +0 -3
  267. package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSRule.js +0 -43
  268. package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSStyleDeclaration.js +0 -148
  269. package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSStyleRule.js +0 -190
  270. package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSStyleSheet.js +0 -88
  271. package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSSupportsRule.js +0 -36
  272. package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSValue.js +0 -43
  273. package/node_modules_lambda/cssstyle/node_modules/cssom/lib/CSSValueExpression.js +0 -344
  274. package/node_modules_lambda/cssstyle/node_modules/cssom/lib/MatcherList.js +0 -62
  275. package/node_modules_lambda/cssstyle/node_modules/cssom/lib/MediaList.js +0 -61
  276. package/node_modules_lambda/cssstyle/node_modules/cssom/lib/StyleSheet.js +0 -17
  277. package/node_modules_lambda/cssstyle/node_modules/cssom/lib/clone.js +0 -82
  278. package/node_modules_lambda/cssstyle/node_modules/cssom/lib/index.js +0 -21
  279. package/node_modules_lambda/cssstyle/node_modules/cssom/lib/parse.js +0 -464
  280. package/node_modules_lambda/cssstyle/node_modules/cssom/package.json +0 -18
  281. package/node_modules_lambda/cssstyle/package.json +0 -72
  282. package/node_modules_lambda/data-urls/LICENSE.txt +0 -7
  283. package/node_modules_lambda/data-urls/README.md +0 -62
  284. package/node_modules_lambda/data-urls/lib/parser.js +0 -69
  285. package/node_modules_lambda/data-urls/lib/utils.js +0 -18
  286. package/node_modules_lambda/data-urls/node_modules/whatwg-url/LICENSE.txt +0 -21
  287. package/node_modules_lambda/data-urls/node_modules/whatwg-url/README.md +0 -106
  288. package/node_modules_lambda/data-urls/node_modules/whatwg-url/index.js +0 -27
  289. package/node_modules_lambda/data-urls/node_modules/whatwg-url/lib/Function.js +0 -42
  290. package/node_modules_lambda/data-urls/node_modules/whatwg-url/lib/URL-impl.js +0 -209
  291. package/node_modules_lambda/data-urls/node_modules/whatwg-url/lib/URL.js +0 -442
  292. package/node_modules_lambda/data-urls/node_modules/whatwg-url/lib/URLSearchParams-impl.js +0 -130
  293. package/node_modules_lambda/data-urls/node_modules/whatwg-url/lib/URLSearchParams.js +0 -472
  294. package/node_modules_lambda/data-urls/node_modules/whatwg-url/lib/VoidFunction.js +0 -26
  295. package/node_modules_lambda/data-urls/node_modules/whatwg-url/lib/encoding.js +0 -16
  296. package/node_modules_lambda/data-urls/node_modules/whatwg-url/lib/infra.js +0 -26
  297. package/node_modules_lambda/data-urls/node_modules/whatwg-url/lib/percent-encoding.js +0 -142
  298. package/node_modules_lambda/data-urls/node_modules/whatwg-url/lib/url-state-machine.js +0 -1244
  299. package/node_modules_lambda/data-urls/node_modules/whatwg-url/lib/urlencoded.js +0 -106
  300. package/node_modules_lambda/data-urls/node_modules/whatwg-url/lib/utils.js +0 -190
  301. package/node_modules_lambda/data-urls/node_modules/whatwg-url/package.json +0 -58
  302. package/node_modules_lambda/data-urls/node_modules/whatwg-url/webidl2js-wrapper.js +0 -7
  303. package/node_modules_lambda/data-urls/package.json +0 -54
  304. package/node_modules_lambda/debug/LICENSE +0 -20
  305. package/node_modules_lambda/debug/README.md +0 -481
  306. package/node_modules_lambda/debug/package.json +0 -59
  307. package/node_modules_lambda/debug/src/browser.js +0 -269
  308. package/node_modules_lambda/debug/src/common.js +0 -274
  309. package/node_modules_lambda/debug/src/index.js +0 -10
  310. package/node_modules_lambda/debug/src/node.js +0 -263
  311. package/node_modules_lambda/decimal.js/CHANGELOG.md +0 -231
  312. package/node_modules_lambda/decimal.js/LICENCE.md +0 -23
  313. package/node_modules_lambda/decimal.js/README.md +0 -246
  314. package/node_modules_lambda/decimal.js/decimal.d.ts +0 -300
  315. package/node_modules_lambda/decimal.js/decimal.js +0 -4934
  316. package/node_modules_lambda/decimal.js/decimal.mjs +0 -4898
  317. package/node_modules_lambda/decimal.js/package.json +0 -40
  318. package/node_modules_lambda/deep-is/.travis.yml +0 -5
  319. package/node_modules_lambda/deep-is/LICENSE +0 -22
  320. package/node_modules_lambda/deep-is/README.markdown +0 -70
  321. package/node_modules_lambda/deep-is/example/cmp.js +0 -11
  322. package/node_modules_lambda/deep-is/index.js +0 -102
  323. package/node_modules_lambda/deep-is/package.json +0 -58
  324. package/node_modules_lambda/deep-is/test/NaN.js +0 -16
  325. package/node_modules_lambda/deep-is/test/cmp.js +0 -23
  326. package/node_modules_lambda/deep-is/test/neg-vs-pos-0.js +0 -15
  327. package/node_modules_lambda/delayed-stream/License +0 -19
  328. package/node_modules_lambda/delayed-stream/Makefile +0 -7
  329. package/node_modules_lambda/delayed-stream/Readme.md +0 -141
  330. package/node_modules_lambda/delayed-stream/lib/delayed_stream.js +0 -107
  331. package/node_modules_lambda/delayed-stream/package.json +0 -27
  332. package/node_modules_lambda/domexception/LICENSE.txt +0 -21
  333. package/node_modules_lambda/domexception/README.md +0 -31
  334. package/node_modules_lambda/domexception/index.js +0 -7
  335. package/node_modules_lambda/domexception/lib/DOMException-impl.js +0 -22
  336. package/node_modules_lambda/domexception/lib/DOMException.js +0 -222
  337. package/node_modules_lambda/domexception/lib/Function.js +0 -42
  338. package/node_modules_lambda/domexception/lib/VoidFunction.js +0 -26
  339. package/node_modules_lambda/domexception/lib/legacy-error-codes.json +0 -24
  340. package/node_modules_lambda/domexception/lib/utils.js +0 -190
  341. package/node_modules_lambda/domexception/package.json +0 -42
  342. package/node_modules_lambda/domexception/webidl2js-wrapper.js +0 -15
  343. package/node_modules_lambda/escodegen/LICENSE.BSD +0 -21
  344. package/node_modules_lambda/escodegen/README.md +0 -84
  345. package/node_modules_lambda/escodegen/bin/escodegen.js +0 -77
  346. package/node_modules_lambda/escodegen/bin/esgenerate.js +0 -64
  347. package/node_modules_lambda/escodegen/escodegen.js +0 -2647
  348. package/node_modules_lambda/escodegen/node_modules/estraverse/.jshintrc +0 -16
  349. package/node_modules_lambda/escodegen/node_modules/estraverse/LICENSE.BSD +0 -19
  350. package/node_modules_lambda/escodegen/node_modules/estraverse/README.md +0 -153
  351. package/node_modules_lambda/escodegen/node_modules/estraverse/estraverse.js +0 -805
  352. package/node_modules_lambda/escodegen/node_modules/estraverse/gulpfile.js +0 -70
  353. package/node_modules_lambda/escodegen/node_modules/estraverse/package.json +0 -40
  354. package/node_modules_lambda/escodegen/node_modules/levn/LICENSE +0 -22
  355. package/node_modules_lambda/escodegen/node_modules/levn/README.md +0 -196
  356. package/node_modules_lambda/escodegen/node_modules/levn/lib/cast.js +0 -298
  357. package/node_modules_lambda/escodegen/node_modules/levn/lib/coerce.js +0 -285
  358. package/node_modules_lambda/escodegen/node_modules/levn/lib/index.js +0 -22
  359. package/node_modules_lambda/escodegen/node_modules/levn/lib/parse-string.js +0 -113
  360. package/node_modules_lambda/escodegen/node_modules/levn/lib/parse.js +0 -102
  361. package/node_modules_lambda/escodegen/node_modules/levn/package.json +0 -47
  362. package/node_modules_lambda/escodegen/node_modules/optionator/CHANGELOG.md +0 -56
  363. package/node_modules_lambda/escodegen/node_modules/optionator/LICENSE +0 -22
  364. package/node_modules_lambda/escodegen/node_modules/optionator/README.md +0 -238
  365. package/node_modules_lambda/escodegen/node_modules/optionator/lib/help.js +0 -260
  366. package/node_modules_lambda/escodegen/node_modules/optionator/lib/index.js +0 -465
  367. package/node_modules_lambda/escodegen/node_modules/optionator/lib/util.js +0 -54
  368. package/node_modules_lambda/escodegen/node_modules/optionator/package.json +0 -44
  369. package/node_modules_lambda/escodegen/node_modules/prelude-ls/CHANGELOG.md +0 -99
  370. package/node_modules_lambda/escodegen/node_modules/prelude-ls/LICENSE +0 -22
  371. package/node_modules_lambda/escodegen/node_modules/prelude-ls/README.md +0 -15
  372. package/node_modules_lambda/escodegen/node_modules/prelude-ls/lib/Func.js +0 -65
  373. package/node_modules_lambda/escodegen/node_modules/prelude-ls/lib/List.js +0 -686
  374. package/node_modules_lambda/escodegen/node_modules/prelude-ls/lib/Num.js +0 -130
  375. package/node_modules_lambda/escodegen/node_modules/prelude-ls/lib/Obj.js +0 -154
  376. package/node_modules_lambda/escodegen/node_modules/prelude-ls/lib/Str.js +0 -92
  377. package/node_modules_lambda/escodegen/node_modules/prelude-ls/lib/index.js +0 -178
  378. package/node_modules_lambda/escodegen/node_modules/prelude-ls/package.json +0 -52
  379. package/node_modules_lambda/escodegen/node_modules/source-map/CHANGELOG.md +0 -301
  380. package/node_modules_lambda/escodegen/node_modules/source-map/LICENSE +0 -28
  381. package/node_modules_lambda/escodegen/node_modules/source-map/README.md +0 -742
  382. package/node_modules_lambda/escodegen/node_modules/source-map/dist/source-map.debug.js +0 -3234
  383. package/node_modules_lambda/escodegen/node_modules/source-map/dist/source-map.js +0 -3233
  384. package/node_modules_lambda/escodegen/node_modules/source-map/dist/source-map.min.js +0 -2
  385. package/node_modules_lambda/escodegen/node_modules/source-map/dist/source-map.min.js.map +0 -1
  386. package/node_modules_lambda/escodegen/node_modules/source-map/lib/array-set.js +0 -121
  387. package/node_modules_lambda/escodegen/node_modules/source-map/lib/base64-vlq.js +0 -140
  388. package/node_modules_lambda/escodegen/node_modules/source-map/lib/base64.js +0 -67
  389. package/node_modules_lambda/escodegen/node_modules/source-map/lib/binary-search.js +0 -111
  390. package/node_modules_lambda/escodegen/node_modules/source-map/lib/mapping-list.js +0 -79
  391. package/node_modules_lambda/escodegen/node_modules/source-map/lib/quick-sort.js +0 -114
  392. package/node_modules_lambda/escodegen/node_modules/source-map/lib/source-map-consumer.js +0 -1145
  393. package/node_modules_lambda/escodegen/node_modules/source-map/lib/source-map-generator.js +0 -425
  394. package/node_modules_lambda/escodegen/node_modules/source-map/lib/source-node.js +0 -413
  395. package/node_modules_lambda/escodegen/node_modules/source-map/lib/util.js +0 -488
  396. package/node_modules_lambda/escodegen/node_modules/source-map/package.json +0 -73
  397. package/node_modules_lambda/escodegen/node_modules/source-map/source-map.d.ts +0 -98
  398. package/node_modules_lambda/escodegen/node_modules/source-map/source-map.js +0 -8
  399. package/node_modules_lambda/escodegen/node_modules/type-check/LICENSE +0 -22
  400. package/node_modules_lambda/escodegen/node_modules/type-check/README.md +0 -210
  401. package/node_modules_lambda/escodegen/node_modules/type-check/lib/check.js +0 -126
  402. package/node_modules_lambda/escodegen/node_modules/type-check/lib/index.js +0 -16
  403. package/node_modules_lambda/escodegen/node_modules/type-check/lib/parse-type.js +0 -196
  404. package/node_modules_lambda/escodegen/node_modules/type-check/package.json +0 -40
  405. package/node_modules_lambda/escodegen/package.json +0 -62
  406. package/node_modules_lambda/esprima/ChangeLog +0 -235
  407. package/node_modules_lambda/esprima/LICENSE.BSD +0 -21
  408. package/node_modules_lambda/esprima/README.md +0 -46
  409. package/node_modules_lambda/esprima/bin/esparse.js +0 -139
  410. package/node_modules_lambda/esprima/bin/esvalidate.js +0 -236
  411. package/node_modules_lambda/esprima/dist/esprima.js +0 -6709
  412. package/node_modules_lambda/esprima/package.json +0 -112
  413. package/node_modules_lambda/esutils/LICENSE.BSD +0 -19
  414. package/node_modules_lambda/esutils/README.md +0 -174
  415. package/node_modules_lambda/esutils/lib/ast.js +0 -144
  416. package/node_modules_lambda/esutils/lib/code.js +0 -135
  417. package/node_modules_lambda/esutils/lib/keyword.js +0 -165
  418. package/node_modules_lambda/esutils/lib/utils.js +0 -33
  419. package/node_modules_lambda/esutils/package.json +0 -44
  420. package/node_modules_lambda/fast-levenshtein/LICENSE.md +0 -25
  421. package/node_modules_lambda/fast-levenshtein/README.md +0 -104
  422. package/node_modules_lambda/fast-levenshtein/levenshtein.js +0 -136
  423. package/node_modules_lambda/fast-levenshtein/package.json +0 -39
  424. package/node_modules_lambda/form-data/License +0 -19
  425. package/node_modules_lambda/form-data/README.md.bak +0 -358
  426. package/node_modules_lambda/form-data/Readme.md +0 -358
  427. package/node_modules_lambda/form-data/index.d.ts +0 -62
  428. package/node_modules_lambda/form-data/lib/browser.js +0 -2
  429. package/node_modules_lambda/form-data/lib/form_data.js +0 -501
  430. package/node_modules_lambda/form-data/lib/populate.js +0 -10
  431. package/node_modules_lambda/form-data/package.json +0 -68
  432. package/node_modules_lambda/html-encoding-sniffer/LICENSE.txt +0 -7
  433. package/node_modules_lambda/html-encoding-sniffer/README.md +0 -40
  434. package/node_modules_lambda/html-encoding-sniffer/lib/html-encoding-sniffer.js +0 -295
  435. package/node_modules_lambda/html-encoding-sniffer/package.json +0 -31
  436. package/node_modules_lambda/http-proxy-agent/README.md +0 -74
  437. package/node_modules_lambda/http-proxy-agent/dist/agent.d.ts +0 -32
  438. package/node_modules_lambda/http-proxy-agent/dist/agent.js +0 -145
  439. package/node_modules_lambda/http-proxy-agent/dist/agent.js.map +0 -1
  440. package/node_modules_lambda/http-proxy-agent/dist/index.d.ts +0 -21
  441. package/node_modules_lambda/http-proxy-agent/dist/index.js +0 -14
  442. package/node_modules_lambda/http-proxy-agent/dist/index.js.map +0 -1
  443. package/node_modules_lambda/http-proxy-agent/package.json +0 -57
  444. package/node_modules_lambda/https-proxy-agent/README.md +0 -137
  445. package/node_modules_lambda/https-proxy-agent/dist/agent.d.ts +0 -30
  446. package/node_modules_lambda/https-proxy-agent/dist/agent.js +0 -177
  447. package/node_modules_lambda/https-proxy-agent/dist/agent.js.map +0 -1
  448. package/node_modules_lambda/https-proxy-agent/dist/index.d.ts +0 -23
  449. package/node_modules_lambda/https-proxy-agent/dist/index.js +0 -14
  450. package/node_modules_lambda/https-proxy-agent/dist/index.js.map +0 -1
  451. package/node_modules_lambda/https-proxy-agent/dist/parse-proxy-response.d.ts +0 -7
  452. package/node_modules_lambda/https-proxy-agent/dist/parse-proxy-response.js +0 -66
  453. package/node_modules_lambda/https-proxy-agent/dist/parse-proxy-response.js.map +0 -1
  454. package/node_modules_lambda/https-proxy-agent/package.json +0 -56
  455. package/node_modules_lambda/is-potential-custom-element-name/LICENSE-MIT.txt +0 -20
  456. package/node_modules_lambda/is-potential-custom-element-name/README.md +0 -40
  457. package/node_modules_lambda/is-potential-custom-element-name/index.js +0 -9
  458. package/node_modules_lambda/is-potential-custom-element-name/package.json +0 -35
  459. package/node_modules_lambda/jsdom/LICENSE.txt +0 -22
  460. package/node_modules_lambda/jsdom/README.md +0 -522
  461. package/node_modules_lambda/jsdom/lib/api.js +0 -333
  462. package/node_modules_lambda/jsdom/lib/jsdom/browser/Window.js +0 -933
  463. package/node_modules_lambda/jsdom/lib/jsdom/browser/default-stylesheet.js +0 -789
  464. package/node_modules_lambda/jsdom/lib/jsdom/browser/js-globals.json +0 -307
  465. package/node_modules_lambda/jsdom/lib/jsdom/browser/not-implemented.js +0 -13
  466. package/node_modules_lambda/jsdom/lib/jsdom/browser/parser/html.js +0 -224
  467. package/node_modules_lambda/jsdom/lib/jsdom/browser/parser/index.js +0 -37
  468. package/node_modules_lambda/jsdom/lib/jsdom/browser/parser/xml.js +0 -202
  469. package/node_modules_lambda/jsdom/lib/jsdom/browser/resources/async-resource-queue.js +0 -114
  470. package/node_modules_lambda/jsdom/lib/jsdom/browser/resources/no-op-resource-loader.js +0 -8
  471. package/node_modules_lambda/jsdom/lib/jsdom/browser/resources/per-document-resource-loader.js +0 -95
  472. package/node_modules_lambda/jsdom/lib/jsdom/browser/resources/request-manager.js +0 -33
  473. package/node_modules_lambda/jsdom/lib/jsdom/browser/resources/resource-loader.js +0 -142
  474. package/node_modules_lambda/jsdom/lib/jsdom/browser/resources/resource-queue.js +0 -142
  475. package/node_modules_lambda/jsdom/lib/jsdom/level2/style.js +0 -57
  476. package/node_modules_lambda/jsdom/lib/jsdom/level3/xpath.js +0 -1874
  477. package/node_modules_lambda/jsdom/lib/jsdom/living/aborting/AbortController-impl.js +0 -17
  478. package/node_modules_lambda/jsdom/lib/jsdom/living/aborting/AbortSignal-impl.js +0 -69
  479. package/node_modules_lambda/jsdom/lib/jsdom/living/attributes/Attr-impl.js +0 -60
  480. package/node_modules_lambda/jsdom/lib/jsdom/living/attributes/NamedNodeMap-impl.js +0 -78
  481. package/node_modules_lambda/jsdom/lib/jsdom/living/attributes.js +0 -312
  482. package/node_modules_lambda/jsdom/lib/jsdom/living/constraint-validation/DefaultConstraintValidation-impl.js +0 -75
  483. package/node_modules_lambda/jsdom/lib/jsdom/living/constraint-validation/ValidityState-impl.js +0 -66
  484. package/node_modules_lambda/jsdom/lib/jsdom/living/cssom/StyleSheetList-impl.js +0 -38
  485. package/node_modules_lambda/jsdom/lib/jsdom/living/custom-elements/CustomElementRegistry-impl.js +0 -265
  486. package/node_modules_lambda/jsdom/lib/jsdom/living/documents.js +0 -15
  487. package/node_modules_lambda/jsdom/lib/jsdom/living/domparsing/DOMParser-impl.js +0 -58
  488. package/node_modules_lambda/jsdom/lib/jsdom/living/domparsing/InnerHTML-impl.js +0 -29
  489. package/node_modules_lambda/jsdom/lib/jsdom/living/domparsing/XMLSerializer-impl.js +0 -18
  490. package/node_modules_lambda/jsdom/lib/jsdom/living/domparsing/parse5-adapter-serialization.js +0 -63
  491. package/node_modules_lambda/jsdom/lib/jsdom/living/domparsing/serialization.js +0 -45
  492. package/node_modules_lambda/jsdom/lib/jsdom/living/events/CloseEvent-impl.js +0 -10
  493. package/node_modules_lambda/jsdom/lib/jsdom/living/events/CompositionEvent-impl.js +0 -20
  494. package/node_modules_lambda/jsdom/lib/jsdom/living/events/CustomEvent-impl.js +0 -21
  495. package/node_modules_lambda/jsdom/lib/jsdom/living/events/ErrorEvent-impl.js +0 -14
  496. package/node_modules_lambda/jsdom/lib/jsdom/living/events/Event-impl.js +0 -197
  497. package/node_modules_lambda/jsdom/lib/jsdom/living/events/EventModifierMixin-impl.js +0 -18
  498. package/node_modules_lambda/jsdom/lib/jsdom/living/events/EventTarget-impl.js +0 -405
  499. package/node_modules_lambda/jsdom/lib/jsdom/living/events/FocusEvent-impl.js +0 -9
  500. package/node_modules_lambda/jsdom/lib/jsdom/living/events/HashChangeEvent-impl.js +0 -14
  501. package/node_modules_lambda/jsdom/lib/jsdom/living/events/InputEvent-impl.js +0 -11
  502. package/node_modules_lambda/jsdom/lib/jsdom/living/events/KeyboardEvent-impl.js +0 -29
  503. package/node_modules_lambda/jsdom/lib/jsdom/living/events/MessageEvent-impl.js +0 -25
  504. package/node_modules_lambda/jsdom/lib/jsdom/living/events/MouseEvent-impl.js +0 -49
  505. package/node_modules_lambda/jsdom/lib/jsdom/living/events/PageTransitionEvent-impl.js +0 -20
  506. package/node_modules_lambda/jsdom/lib/jsdom/living/events/PopStateEvent-impl.js +0 -9
  507. package/node_modules_lambda/jsdom/lib/jsdom/living/events/ProgressEvent-impl.js +0 -14
  508. package/node_modules_lambda/jsdom/lib/jsdom/living/events/StorageEvent-impl.js +0 -26
  509. package/node_modules_lambda/jsdom/lib/jsdom/living/events/TouchEvent-impl.js +0 -14
  510. package/node_modules_lambda/jsdom/lib/jsdom/living/events/UIEvent-impl.js +0 -59
  511. package/node_modules_lambda/jsdom/lib/jsdom/living/events/WheelEvent-impl.js +0 -12
  512. package/node_modules_lambda/jsdom/lib/jsdom/living/fetch/Headers-impl.js +0 -170
  513. package/node_modules_lambda/jsdom/lib/jsdom/living/fetch/header-list.js +0 -54
  514. package/node_modules_lambda/jsdom/lib/jsdom/living/fetch/header-types.js +0 -103
  515. package/node_modules_lambda/jsdom/lib/jsdom/living/file-api/Blob-impl.js +0 -93
  516. package/node_modules_lambda/jsdom/lib/jsdom/living/file-api/File-impl.js +0 -12
  517. package/node_modules_lambda/jsdom/lib/jsdom/living/file-api/FileList-impl.js +0 -15
  518. package/node_modules_lambda/jsdom/lib/jsdom/living/file-api/FileReader-impl.js +0 -130
  519. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/AbortController.js +0 -143
  520. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/AbortSignal.js +0 -184
  521. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/AbstractRange.js +0 -171
  522. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/AddEventListenerOptions.js +0 -44
  523. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/AssignedNodesOptions.js +0 -28
  524. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Attr.js +0 -217
  525. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/BarProp.js +0 -117
  526. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/BinaryType.js +0 -12
  527. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Blob.js +0 -203
  528. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/BlobCallback.js +0 -30
  529. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/BlobPropertyBag.js +0 -42
  530. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/CDATASection.js +0 -109
  531. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/CanPlayTypeResult.js +0 -12
  532. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/CharacterData.js +0 -453
  533. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/CloseEvent.js +0 -168
  534. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/CloseEventInit.js +0 -65
  535. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Comment.js +0 -120
  536. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/CompositionEvent.js +0 -219
  537. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/CompositionEventInit.js +0 -32
  538. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/CustomElementConstructor.js +0 -34
  539. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/CustomElementRegistry.js +0 -242
  540. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/CustomEvent.js +0 -206
  541. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/CustomEventInit.js +0 -32
  542. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/DOMImplementation.js +0 -237
  543. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/DOMParser.js +0 -140
  544. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/DOMStringMap.js +0 -323
  545. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/DOMTokenList.js +0 -563
  546. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Document.js +0 -3593
  547. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/DocumentFragment.js +0 -334
  548. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/DocumentReadyState.js +0 -12
  549. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/DocumentType.js +0 -252
  550. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Element.js +0 -1718
  551. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ElementCreationOptions.js +0 -26
  552. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ElementDefinitionOptions.js +0 -29
  553. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/EndingType.js +0 -12
  554. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ErrorEvent.js +0 -192
  555. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ErrorEventInit.js +0 -92
  556. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Event.js +0 -430
  557. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/EventHandlerNonNull.js +0 -36
  558. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/EventInit.js +0 -58
  559. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/EventListener.js +0 -35
  560. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/EventListenerOptions.js +0 -28
  561. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/EventModifierInit.js +0 -221
  562. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/EventTarget.js +0 -259
  563. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/External.js +0 -130
  564. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/File.js +0 -177
  565. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/FileList.js +0 -324
  566. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/FilePropertyBag.js +0 -33
  567. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/FileReader.js +0 -468
  568. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/FocusEvent.js +0 -144
  569. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/FocusEventInit.js +0 -36
  570. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/FormData.js +0 -452
  571. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Function.js +0 -42
  572. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/GetRootNodeOptions.js +0 -31
  573. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLAnchorElement.js +0 -1023
  574. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLAreaElement.js +0 -822
  575. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLAudioElement.js +0 -110
  576. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLBRElement.js +0 -153
  577. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLBaseElement.js +0 -193
  578. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLBodyElement.js +0 -877
  579. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLButtonElement.js +0 -522
  580. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLCanvasElement.js +0 -304
  581. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLCollection.js +0 -378
  582. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLDListElement.js +0 -156
  583. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLDataElement.js +0 -153
  584. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLDataListElement.js +0 -125
  585. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLDetailsElement.js +0 -156
  586. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLDialogElement.js +0 -156
  587. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLDirectoryElement.js +0 -156
  588. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLDivElement.js +0 -153
  589. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLElement.js +0 -2549
  590. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLEmbedElement.js +0 -371
  591. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLFieldSetElement.js +0 -329
  592. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLFontElement.js +0 -236
  593. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLFormElement.js +0 -501
  594. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLFrameElement.js +0 -494
  595. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLFrameSetElement.js +0 -708
  596. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLHRElement.js +0 -320
  597. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLHeadElement.js +0 -110
  598. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLHeadingElement.js +0 -153
  599. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLHtmlElement.js +0 -153
  600. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLIFrameElement.js +0 -670
  601. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLImageElement.js +0 -870
  602. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLInputElement.js +0 -1875
  603. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLLIElement.js +0 -199
  604. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLLabelElement.js +0 -179
  605. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLLegendElement.js +0 -166
  606. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLLinkElement.js +0 -542
  607. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLMapElement.js +0 -168
  608. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLMarqueeElement.js +0 -546
  609. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLMediaElement.js +0 -888
  610. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLMenuElement.js +0 -156
  611. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLMetaElement.js +0 -276
  612. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLMeterElement.js +0 -365
  613. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLModElement.js +0 -207
  614. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLOListElement.js +0 -281
  615. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLObjectElement.js +0 -921
  616. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLOptGroupElement.js +0 -197
  617. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLOptionElement.js +0 -376
  618. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLOptionsCollection.js +0 -537
  619. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLOutputElement.js +0 -392
  620. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLParagraphElement.js +0 -153
  621. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLParamElement.js +0 -276
  622. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLPictureElement.js +0 -110
  623. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLPreElement.js +0 -158
  624. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLProgressElement.js +0 -218
  625. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLQuoteElement.js +0 -166
  626. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLScriptElement.js +0 -459
  627. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLSelectElement.js +0 -1013
  628. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLSlotElement.js +0 -192
  629. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLSourceElement.js +0 -330
  630. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLSpanElement.js +0 -110
  631. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLStyleElement.js +0 -207
  632. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLTableCaptionElement.js +0 -153
  633. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLTableCellElement.js +0 -700
  634. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLTableColElement.js +0 -364
  635. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLTableElement.js +0 -799
  636. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLTableRowElement.js +0 -414
  637. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLTableSectionElement.js +0 -346
  638. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLTemplateElement.js +0 -123
  639. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLTextAreaElement.js +0 -1171
  640. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLTimeElement.js +0 -153
  641. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLTitleElement.js +0 -152
  642. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLTrackElement.js +0 -356
  643. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLUListElement.js +0 -197
  644. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLUnknownElement.js +0 -109
  645. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HTMLVideoElement.js +0 -329
  646. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HashChangeEvent.js +0 -157
  647. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/HashChangeEventInit.js +0 -50
  648. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Headers.js +0 -408
  649. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/History.js +0 -266
  650. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/InputEvent.js +0 -168
  651. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/InputEventInit.js +0 -68
  652. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/KeyboardEvent.js +0 -445
  653. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/KeyboardEventInit.js +0 -116
  654. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Location.js +0 -404
  655. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/MessageEvent.js +0 -317
  656. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/MessageEventInit.js +0 -100
  657. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/MimeType.js +0 -156
  658. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/MimeTypeArray.js +0 -352
  659. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/MouseEvent.js +0 -499
  660. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/MouseEventInit.js +0 -111
  661. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/MutationCallback.js +0 -34
  662. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/MutationObserver.js +0 -178
  663. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/MutationObserverInit.js +0 -121
  664. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/MutationRecord.js +0 -229
  665. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/NamedNodeMap.js +0 -553
  666. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Navigator.js +0 -326
  667. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Node.js +0 -763
  668. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/NodeFilter.js +0 -75
  669. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/NodeIterator.js +0 -207
  670. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/NodeList.js +0 -328
  671. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/OnBeforeUnloadEventHandlerNonNull.js +0 -42
  672. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/OnErrorEventHandlerNonNull.js +0 -56
  673. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/PageTransitionEvent.js +0 -144
  674. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/PageTransitionEventInit.js +0 -35
  675. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Performance.js +0 -142
  676. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Plugin.js +0 -385
  677. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/PluginArray.js +0 -362
  678. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/PopStateEvent.js +0 -144
  679. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/PopStateEventInit.js +0 -32
  680. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ProcessingInstruction.js +0 -122
  681. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ProgressEvent.js +0 -170
  682. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ProgressEventInit.js +0 -65
  683. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Range.js +0 -641
  684. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/SVGAnimatedString.js +0 -149
  685. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/SVGBoundingBoxOptions.js +0 -64
  686. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/SVGElement.js +0 -2227
  687. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/SVGGraphicsElement.js +0 -139
  688. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/SVGNumber.js +0 -132
  689. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/SVGSVGElement.js +0 -737
  690. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/SVGStringList.js +0 -537
  691. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/SVGTitleElement.js +0 -109
  692. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Screen.js +0 -180
  693. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ScrollBehavior.js +0 -12
  694. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ScrollIntoViewOptions.js +0 -45
  695. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ScrollLogicalPosition.js +0 -14
  696. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ScrollOptions.js +0 -30
  697. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ScrollRestoration.js +0 -12
  698. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Selection.js +0 -569
  699. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/SelectionMode.js +0 -12
  700. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ShadowRoot.js +0 -187
  701. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ShadowRootInit.js +0 -30
  702. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ShadowRootMode.js +0 -12
  703. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/StaticRange.js +0 -123
  704. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/StaticRangeInit.js +0 -72
  705. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Storage.js +0 -423
  706. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/StorageEvent.js +0 -318
  707. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/StorageEventInit.js +0 -99
  708. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/StyleSheetList.js +0 -326
  709. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/SupportedType.js +0 -18
  710. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/Text.js +0 -170
  711. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/TextTrackKind.js +0 -12
  712. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/TouchEvent.js +0 -222
  713. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/TouchEventInit.js +0 -89
  714. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/TreeWalker.js +0 -255
  715. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/UIEvent.js +0 -235
  716. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/UIEventInit.js +0 -62
  717. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/ValidityState.js +0 -249
  718. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/VisibilityState.js +0 -12
  719. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/VoidFunction.js +0 -26
  720. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/WebSocket.js +0 -476
  721. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/WheelEvent.js +0 -191
  722. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/WheelEventInit.js +0 -71
  723. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/XMLDocument.js +0 -109
  724. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/XMLHttpRequest.js +0 -655
  725. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/XMLHttpRequestEventTarget.js +0 -334
  726. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/XMLHttpRequestResponseType.js +0 -14
  727. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/XMLHttpRequestUpload.js +0 -109
  728. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/XMLSerializer.js +0 -132
  729. package/node_modules_lambda/jsdom/lib/jsdom/living/generated/utils.js +0 -190
  730. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/agent-factory.js +0 -15
  731. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/binary-data.js +0 -9
  732. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/create-element.js +0 -320
  733. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/create-event-accessor.js +0 -188
  734. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/custom-elements.js +0 -270
  735. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/dates-and-times.js +0 -270
  736. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/details.js +0 -15
  737. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/document-base-url.js +0 -54
  738. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/events.js +0 -24
  739. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/focusing.js +0 -104
  740. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/form-controls.js +0 -306
  741. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/html-constructor.js +0 -78
  742. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/http-request.js +0 -254
  743. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/internal-constants.js +0 -12
  744. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/iterable-weak-set.js +0 -48
  745. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/json.js +0 -12
  746. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/mutation-observers.js +0 -198
  747. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/namespaces.js +0 -15
  748. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/node.js +0 -68
  749. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/number-and-date-inputs.js +0 -195
  750. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/ordered-set.js +0 -104
  751. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/page-transition-event.js +0 -9
  752. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js +0 -76
  753. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/selectors.js +0 -47
  754. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/shadow-dom.js +0 -285
  755. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/strings.js +0 -148
  756. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/style-rules.js +0 -114
  757. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/stylesheets.js +0 -113
  758. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/svg/basic-types.js +0 -41
  759. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/svg/render.js +0 -46
  760. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/text.js +0 -19
  761. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/traversal.js +0 -72
  762. package/node_modules_lambda/jsdom/lib/jsdom/living/helpers/validate-names.js +0 -65
  763. package/node_modules_lambda/jsdom/lib/jsdom/living/hr-time/Performance-impl.js +0 -25
  764. package/node_modules_lambda/jsdom/lib/jsdom/living/interfaces.js +0 -217
  765. package/node_modules_lambda/jsdom/lib/jsdom/living/mutation-observer/MutationObserver-impl.js +0 -95
  766. package/node_modules_lambda/jsdom/lib/jsdom/living/mutation-observer/MutationRecord-impl.js +0 -37
  767. package/node_modules_lambda/jsdom/lib/jsdom/living/named-properties-window.js +0 -141
  768. package/node_modules_lambda/jsdom/lib/jsdom/living/navigator/MimeType-impl.js +0 -3
  769. package/node_modules_lambda/jsdom/lib/jsdom/living/navigator/MimeTypeArray-impl.js +0 -21
  770. package/node_modules_lambda/jsdom/lib/jsdom/living/navigator/Navigator-impl.js +0 -29
  771. package/node_modules_lambda/jsdom/lib/jsdom/living/navigator/NavigatorConcurrentHardware-impl.js +0 -8
  772. package/node_modules_lambda/jsdom/lib/jsdom/living/navigator/NavigatorCookies-impl.js +0 -7
  773. package/node_modules_lambda/jsdom/lib/jsdom/living/navigator/NavigatorID-impl.js +0 -37
  774. package/node_modules_lambda/jsdom/lib/jsdom/living/navigator/NavigatorLanguage-impl.js +0 -9
  775. package/node_modules_lambda/jsdom/lib/jsdom/living/navigator/NavigatorOnLine-impl.js +0 -7
  776. package/node_modules_lambda/jsdom/lib/jsdom/living/navigator/NavigatorPlugins-impl.js +0 -8
  777. package/node_modules_lambda/jsdom/lib/jsdom/living/navigator/Plugin-impl.js +0 -3
  778. package/node_modules_lambda/jsdom/lib/jsdom/living/navigator/PluginArray-impl.js +0 -23
  779. package/node_modules_lambda/jsdom/lib/jsdom/living/node-document-position.js +0 -10
  780. package/node_modules_lambda/jsdom/lib/jsdom/living/node-type.js +0 -16
  781. package/node_modules_lambda/jsdom/lib/jsdom/living/node.js +0 -331
  782. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/CDATASection-impl.js +0 -16
  783. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/CharacterData-impl.js +0 -118
  784. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/ChildNode-impl.js +0 -80
  785. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/Comment-impl.js +0 -20
  786. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/DOMImplementation-impl.js +0 -120
  787. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/DOMStringMap-impl.js +0 -64
  788. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/DOMTokenList-impl.js +0 -171
  789. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/Document-impl.js +0 -946
  790. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/DocumentFragment-impl.js +0 -44
  791. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/DocumentOrShadowRoot-impl.js +0 -28
  792. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/DocumentType-impl.js +0 -24
  793. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/Element-impl.js +0 -582
  794. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/ElementCSSInlineStyle-impl.js +0 -25
  795. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/ElementContentEditable-impl.js +0 -7
  796. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/GlobalEventHandlers-impl.js +0 -95
  797. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLAnchorElement-impl.js +0 -50
  798. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLAreaElement-impl.js +0 -43
  799. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLAudioElement-impl.js +0 -9
  800. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLBRElement-impl.js +0 -9
  801. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLBaseElement-impl.js +0 -27
  802. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLBodyElement-impl.js +0 -17
  803. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js +0 -79
  804. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js +0 -130
  805. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLCollection-impl.js +0 -96
  806. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLDListElement-impl.js +0 -9
  807. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLDataElement-impl.js +0 -9
  808. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLDataListElement-impl.js +0 -20
  809. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLDetailsElement-impl.js +0 -35
  810. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLDialogElement-impl.js +0 -9
  811. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLDirectoryElement-impl.js +0 -9
  812. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLDivElement-impl.js +0 -9
  813. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLElement-impl.js +0 -160
  814. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLEmbedElement-impl.js +0 -8
  815. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLFieldSetElement-impl.js +0 -43
  816. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLFontElement-impl.js +0 -9
  817. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js +0 -232
  818. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLFrameElement-impl.js +0 -261
  819. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLFrameSetElement-impl.js +0 -17
  820. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLHRElement-impl.js +0 -9
  821. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLHeadElement-impl.js +0 -9
  822. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLHeadingElement-impl.js +0 -9
  823. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLHtmlElement-impl.js +0 -9
  824. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLHyperlinkElementUtils-impl.js +0 -371
  825. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLIFrameElement-impl.js +0 -9
  826. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLImageElement-impl.js +0 -132
  827. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLInputElement-impl.js +0 -1129
  828. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLLIElement-impl.js +0 -9
  829. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLLabelElement-impl.js +0 -94
  830. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLLegendElement-impl.js +0 -18
  831. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLLinkElement-impl.js +0 -101
  832. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLMapElement-impl.js +0 -13
  833. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLMarqueeElement-impl.js +0 -9
  834. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLMediaElement-impl.js +0 -138
  835. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLMenuElement-impl.js +0 -9
  836. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLMetaElement-impl.js +0 -9
  837. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLMeterElement-impl.js +0 -180
  838. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLModElement-impl.js +0 -9
  839. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLOListElement-impl.js +0 -22
  840. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLObjectElement-impl.js +0 -26
  841. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLOptGroupElement-impl.js +0 -9
  842. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLOptionElement-impl.js +0 -146
  843. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLOptionsCollection-impl.js +0 -110
  844. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLOrSVGElement-impl.js +0 -85
  845. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLOutputElement-impl.js +0 -88
  846. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLParagraphElement-impl.js +0 -9
  847. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLParamElement-impl.js +0 -9
  848. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLPictureElement-impl.js +0 -9
  849. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLPreElement-impl.js +0 -9
  850. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLProgressElement-impl.js +0 -74
  851. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLQuoteElement-impl.js +0 -9
  852. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLScriptElement-impl.js +0 -265
  853. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLSelectElement-impl.js +0 -283
  854. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLSlotElement-impl.js +0 -59
  855. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLSourceElement-impl.js +0 -8
  856. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLSpanElement-impl.js +0 -9
  857. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLStyleElement-impl.js +0 -74
  858. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLTableCaptionElement-impl.js +0 -9
  859. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLTableCellElement-impl.js +0 -73
  860. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLTableColElement-impl.js +0 -9
  861. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLTableElement-impl.js +0 -236
  862. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLTableRowElement-impl.js +0 -88
  863. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLTableSectionElement-impl.js +0 -61
  864. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLTemplateElement-impl.js +0 -67
  865. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLTextAreaElement-impl.js +0 -272
  866. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLTimeElement-impl.js +0 -9
  867. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLTitleElement-impl.js +0 -18
  868. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLTrackElement-impl.js +0 -13
  869. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLUListElement-impl.js +0 -9
  870. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLUnknownElement-impl.js +0 -9
  871. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/HTMLVideoElement-impl.js +0 -17
  872. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/LinkStyle-impl.js +0 -2
  873. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/Node-impl.js +0 -1159
  874. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/NodeList-impl.js +0 -43
  875. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/NonDocumentTypeChildNode-impl.js +0 -28
  876. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/NonElementParentNode-impl.js +0 -11
  877. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/ParentNode-impl.js +0 -91
  878. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/ProcessingInstruction-impl.js +0 -22
  879. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/SVGElement-impl.js +0 -64
  880. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/SVGGraphicsElement-impl.js +0 -16
  881. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/SVGSVGElement-impl.js +0 -42
  882. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/SVGTests-impl.js +0 -42
  883. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/SVGTitleElement-impl.js +0 -9
  884. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/ShadowRoot-impl.js +0 -40
  885. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/Slotable-impl.js +0 -48
  886. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/Text-impl.js +0 -96
  887. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/WindowEventHandlers-impl.js +0 -52
  888. package/node_modules_lambda/jsdom/lib/jsdom/living/nodes/XMLDocument-impl.js +0 -4
  889. package/node_modules_lambda/jsdom/lib/jsdom/living/post-message.js +0 -39
  890. package/node_modules_lambda/jsdom/lib/jsdom/living/range/AbstractRange-impl.js +0 -43
  891. package/node_modules_lambda/jsdom/lib/jsdom/living/range/Range-impl.js +0 -897
  892. package/node_modules_lambda/jsdom/lib/jsdom/living/range/StaticRange-impl.js +0 -39
  893. package/node_modules_lambda/jsdom/lib/jsdom/living/range/boundary-point.js +0 -47
  894. package/node_modules_lambda/jsdom/lib/jsdom/living/selection/Selection-impl.js +0 -342
  895. package/node_modules_lambda/jsdom/lib/jsdom/living/svg/SVGAnimatedString-impl.js +0 -38
  896. package/node_modules_lambda/jsdom/lib/jsdom/living/svg/SVGListBase.js +0 -195
  897. package/node_modules_lambda/jsdom/lib/jsdom/living/svg/SVGNumber-impl.js +0 -48
  898. package/node_modules_lambda/jsdom/lib/jsdom/living/svg/SVGStringList-impl.js +0 -16
  899. package/node_modules_lambda/jsdom/lib/jsdom/living/traversal/NodeIterator-impl.js +0 -127
  900. package/node_modules_lambda/jsdom/lib/jsdom/living/traversal/TreeWalker-impl.js +0 -217
  901. package/node_modules_lambda/jsdom/lib/jsdom/living/traversal/helpers.js +0 -44
  902. package/node_modules_lambda/jsdom/lib/jsdom/living/websockets/WebSocket-impl-browser.js +0 -175
  903. package/node_modules_lambda/jsdom/lib/jsdom/living/websockets/WebSocket-impl.js +0 -328
  904. package/node_modules_lambda/jsdom/lib/jsdom/living/webstorage/Storage-impl.js +0 -102
  905. package/node_modules_lambda/jsdom/lib/jsdom/living/window/BarProp-impl.js +0 -10
  906. package/node_modules_lambda/jsdom/lib/jsdom/living/window/External-impl.js +0 -9
  907. package/node_modules_lambda/jsdom/lib/jsdom/living/window/History-impl.js +0 -134
  908. package/node_modules_lambda/jsdom/lib/jsdom/living/window/Location-impl.js +0 -238
  909. package/node_modules_lambda/jsdom/lib/jsdom/living/window/Screen-impl.js +0 -13
  910. package/node_modules_lambda/jsdom/lib/jsdom/living/window/SessionHistory.js +0 -163
  911. package/node_modules_lambda/jsdom/lib/jsdom/living/window/navigation.js +0 -85
  912. package/node_modules_lambda/jsdom/lib/jsdom/living/xhr/FormData-impl.js +0 -171
  913. package/node_modules_lambda/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js +0 -1023
  914. package/node_modules_lambda/jsdom/lib/jsdom/living/xhr/XMLHttpRequestEventTarget-impl.js +0 -17
  915. package/node_modules_lambda/jsdom/lib/jsdom/living/xhr/XMLHttpRequestUpload-impl.js +0 -4
  916. package/node_modules_lambda/jsdom/lib/jsdom/living/xhr/xhr-sync-worker.js +0 -60
  917. package/node_modules_lambda/jsdom/lib/jsdom/living/xhr/xhr-utils.js +0 -438
  918. package/node_modules_lambda/jsdom/lib/jsdom/named-properties-tracker.js +0 -158
  919. package/node_modules_lambda/jsdom/lib/jsdom/utils.js +0 -165
  920. package/node_modules_lambda/jsdom/lib/jsdom/virtual-console.js +0 -34
  921. package/node_modules_lambda/jsdom/lib/jsdom/vm-shim.js +0 -106
  922. package/node_modules_lambda/jsdom/package.json +0 -116
  923. package/node_modules_lambda/mime-db/HISTORY.md +0 -507
  924. package/node_modules_lambda/mime-db/LICENSE +0 -23
  925. package/node_modules_lambda/mime-db/README.md +0 -100
  926. package/node_modules_lambda/mime-db/db.json +0 -8519
  927. package/node_modules_lambda/mime-db/index.js +0 -12
  928. package/node_modules_lambda/mime-db/package.json +0 -60
  929. package/node_modules_lambda/mime-types/HISTORY.md +0 -397
  930. package/node_modules_lambda/mime-types/LICENSE +0 -23
  931. package/node_modules_lambda/mime-types/README.md +0 -113
  932. package/node_modules_lambda/mime-types/index.js +0 -188
  933. package/node_modules_lambda/mime-types/package.json +0 -44
  934. package/node_modules_lambda/ms/index.js +0 -162
  935. package/node_modules_lambda/ms/license.md +0 -21
  936. package/node_modules_lambda/ms/package.json +0 -37
  937. package/node_modules_lambda/ms/readme.md +0 -60
  938. package/node_modules_lambda/nwsapi/LICENSE +0 -22
  939. package/node_modules_lambda/nwsapi/README.md +0 -132
  940. package/node_modules_lambda/nwsapi/dist/lint.log +0 -0
  941. package/node_modules_lambda/nwsapi/package.json +0 -38
  942. package/node_modules_lambda/nwsapi/src/modules/nwsapi-jquery.js +0 -135
  943. package/node_modules_lambda/nwsapi/src/modules/nwsapi-traversal.js +0 -90
  944. package/node_modules_lambda/nwsapi/src/nwsapi.js +0 -1800
  945. package/node_modules_lambda/parse5/LICENSE +0 -19
  946. package/node_modules_lambda/parse5/README.md +0 -38
  947. package/node_modules_lambda/parse5/lib/common/doctype.js +0 -162
  948. package/node_modules_lambda/parse5/lib/common/error-codes.js +0 -65
  949. package/node_modules_lambda/parse5/lib/common/foreign-content.js +0 -265
  950. package/node_modules_lambda/parse5/lib/common/html.js +0 -272
  951. package/node_modules_lambda/parse5/lib/common/unicode.js +0 -109
  952. package/node_modules_lambda/parse5/lib/extensions/error-reporting/mixin-base.js +0 -43
  953. package/node_modules_lambda/parse5/lib/extensions/error-reporting/parser-mixin.js +0 -52
  954. package/node_modules_lambda/parse5/lib/extensions/error-reporting/preprocessor-mixin.js +0 -24
  955. package/node_modules_lambda/parse5/lib/extensions/error-reporting/tokenizer-mixin.js +0 -17
  956. package/node_modules_lambda/parse5/lib/extensions/location-info/open-element-stack-mixin.js +0 -35
  957. package/node_modules_lambda/parse5/lib/extensions/location-info/parser-mixin.js +0 -223
  958. package/node_modules_lambda/parse5/lib/extensions/location-info/tokenizer-mixin.js +0 -146
  959. package/node_modules_lambda/parse5/lib/extensions/position-tracking/preprocessor-mixin.js +0 -64
  960. package/node_modules_lambda/parse5/lib/index.js +0 -29
  961. package/node_modules_lambda/parse5/lib/parser/formatting-element-list.js +0 -181
  962. package/node_modules_lambda/parse5/lib/parser/index.js +0 -2956
  963. package/node_modules_lambda/parse5/lib/parser/open-element-stack.js +0 -482
  964. package/node_modules_lambda/parse5/lib/serializer/index.js +0 -176
  965. package/node_modules_lambda/parse5/lib/tokenizer/index.js +0 -2196
  966. package/node_modules_lambda/parse5/lib/tokenizer/named-entity-data.js +0 -5
  967. package/node_modules_lambda/parse5/lib/tokenizer/preprocessor.js +0 -159
  968. package/node_modules_lambda/parse5/lib/tree-adapters/default.js +0 -221
  969. package/node_modules_lambda/parse5/lib/utils/merge-options.js +0 -13
  970. package/node_modules_lambda/parse5/lib/utils/mixin.js +0 -39
  971. package/node_modules_lambda/parse5/package.json +0 -35
  972. package/node_modules_lambda/psl/LICENSE +0 -9
  973. package/node_modules_lambda/psl/README.md +0 -215
  974. package/node_modules_lambda/psl/browserstack-logo.svg +0 -90
  975. package/node_modules_lambda/psl/data/rules.json +0 -8834
  976. package/node_modules_lambda/psl/dist/psl.js +0 -9645
  977. package/node_modules_lambda/psl/dist/psl.min.js +0 -1
  978. package/node_modules_lambda/psl/index.js +0 -269
  979. package/node_modules_lambda/psl/package.json +0 -44
  980. package/node_modules_lambda/punycode/LICENSE-MIT.txt +0 -20
  981. package/node_modules_lambda/punycode/README.md +0 -122
  982. package/node_modules_lambda/punycode/package.json +0 -58
  983. package/node_modules_lambda/punycode/punycode.es6.js +0 -441
  984. package/node_modules_lambda/punycode/punycode.js +0 -440
  985. package/node_modules_lambda/safer-buffer/LICENSE +0 -21
  986. package/node_modules_lambda/safer-buffer/Porting-Buffer.md +0 -268
  987. package/node_modules_lambda/safer-buffer/Readme.md +0 -156
  988. package/node_modules_lambda/safer-buffer/dangerous.js +0 -58
  989. package/node_modules_lambda/safer-buffer/package.json +0 -34
  990. package/node_modules_lambda/safer-buffer/safer.js +0 -77
  991. package/node_modules_lambda/safer-buffer/tests.js +0 -406
  992. package/node_modules_lambda/saxes/README.md +0 -323
  993. package/node_modules_lambda/saxes/package.json +0 -70
  994. package/node_modules_lambda/saxes/saxes.d.ts +0 -635
  995. package/node_modules_lambda/saxes/saxes.js +0 -2064
  996. package/node_modules_lambda/saxes/saxes.js.map +0 -1
  997. package/node_modules_lambda/symbol-tree/LICENSE +0 -21
  998. package/node_modules_lambda/symbol-tree/README.md +0 -545
  999. package/node_modules_lambda/symbol-tree/lib/SymbolTree.js +0 -838
  1000. package/node_modules_lambda/symbol-tree/lib/SymbolTreeNode.js +0 -54
  1001. package/node_modules_lambda/symbol-tree/lib/TreeIterator.js +0 -69
  1002. package/node_modules_lambda/symbol-tree/lib/TreePosition.js +0 -11
  1003. package/node_modules_lambda/symbol-tree/package.json +0 -47
  1004. package/node_modules_lambda/tough-cookie/LICENSE +0 -12
  1005. package/node_modules_lambda/tough-cookie/README.md +0 -582
  1006. package/node_modules_lambda/tough-cookie/lib/cookie.js +0 -1671
  1007. package/node_modules_lambda/tough-cookie/lib/memstore.js +0 -190
  1008. package/node_modules_lambda/tough-cookie/lib/pathMatch.js +0 -61
  1009. package/node_modules_lambda/tough-cookie/lib/permuteDomain.js +0 -70
  1010. package/node_modules_lambda/tough-cookie/lib/pubsuffix-psl.js +0 -38
  1011. package/node_modules_lambda/tough-cookie/lib/store.js +0 -76
  1012. package/node_modules_lambda/tough-cookie/lib/version.js +0 -2
  1013. package/node_modules_lambda/tough-cookie/package.json +0 -109
  1014. package/node_modules_lambda/tr46/LICENSE.md +0 -21
  1015. package/node_modules_lambda/tr46/README.md +0 -78
  1016. package/node_modules_lambda/tr46/index.js +0 -298
  1017. package/node_modules_lambda/tr46/lib/mappingTable.json +0 -1
  1018. package/node_modules_lambda/tr46/lib/regexes.js +0 -29
  1019. package/node_modules_lambda/tr46/lib/statusMapping.js +0 -11
  1020. package/node_modules_lambda/tr46/package.json +0 -47
  1021. package/node_modules_lambda/universalify/LICENSE +0 -20
  1022. package/node_modules_lambda/universalify/README.md +0 -76
  1023. package/node_modules_lambda/universalify/index.js +0 -25
  1024. package/node_modules_lambda/universalify/package.json +0 -34
  1025. package/node_modules_lambda/w3c-hr-time/CHANGELOG.md +0 -19
  1026. package/node_modules_lambda/w3c-hr-time/LICENSE.md +0 -21
  1027. package/node_modules_lambda/w3c-hr-time/README.md +0 -130
  1028. package/node_modules_lambda/w3c-hr-time/index.js +0 -11
  1029. package/node_modules_lambda/w3c-hr-time/lib/calculate-clock-offset.js +0 -39
  1030. package/node_modules_lambda/w3c-hr-time/lib/clock-is-accurate.js +0 -61
  1031. package/node_modules_lambda/w3c-hr-time/lib/global-monotonic-clock.js +0 -10
  1032. package/node_modules_lambda/w3c-hr-time/lib/performance.js +0 -53
  1033. package/node_modules_lambda/w3c-hr-time/lib/utils.js +0 -11
  1034. package/node_modules_lambda/w3c-hr-time/package.json +0 -26
  1035. package/node_modules_lambda/w3c-xmlserializer/LICENSE.md +0 -25
  1036. package/node_modules_lambda/w3c-xmlserializer/README.md +0 -41
  1037. package/node_modules_lambda/w3c-xmlserializer/lib/attributes.js +0 -125
  1038. package/node_modules_lambda/w3c-xmlserializer/lib/constants.js +0 -44
  1039. package/node_modules_lambda/w3c-xmlserializer/lib/serialize.js +0 -365
  1040. package/node_modules_lambda/w3c-xmlserializer/package.json +0 -33
  1041. package/node_modules_lambda/webidl-conversions/LICENSE.md +0 -12
  1042. package/node_modules_lambda/webidl-conversions/README.md +0 -99
  1043. package/node_modules_lambda/webidl-conversions/lib/index.js +0 -450
  1044. package/node_modules_lambda/webidl-conversions/package.json +0 -35
  1045. package/node_modules_lambda/whatwg-encoding/LICENSE.txt +0 -7
  1046. package/node_modules_lambda/whatwg-encoding/README.md +0 -50
  1047. package/node_modules_lambda/whatwg-encoding/lib/labels-to-names.json +0 -216
  1048. package/node_modules_lambda/whatwg-encoding/lib/supported-names.json +0 -37
  1049. package/node_modules_lambda/whatwg-encoding/lib/whatwg-encoding.js +0 -47
  1050. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/.github/dependabot.yml +0 -11
  1051. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/Changelog.md +0 -212
  1052. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/LICENSE +0 -21
  1053. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/README.md +0 -130
  1054. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/dbcs-codec.js +0 -597
  1055. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/dbcs-data.js +0 -188
  1056. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/index.js +0 -23
  1057. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/internal.js +0 -198
  1058. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/sbcs-codec.js +0 -72
  1059. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/sbcs-data-generated.js +0 -451
  1060. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/sbcs-data.js +0 -179
  1061. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/tables/big5-added.json +0 -122
  1062. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/tables/cp936.json +0 -264
  1063. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/tables/cp949.json +0 -273
  1064. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/tables/cp950.json +0 -177
  1065. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/tables/eucjp.json +0 -182
  1066. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +0 -1
  1067. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/tables/gbk-added.json +0 -56
  1068. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/tables/shiftjis.json +0 -125
  1069. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/utf16.js +0 -197
  1070. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/utf32.js +0 -319
  1071. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/encodings/utf7.js +0 -290
  1072. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/lib/bom-handling.js +0 -52
  1073. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/lib/index.d.ts +0 -41
  1074. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/lib/index.js +0 -180
  1075. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/lib/streams.js +0 -109
  1076. package/node_modules_lambda/whatwg-encoding/node_modules/iconv-lite/package.json +0 -44
  1077. package/node_modules_lambda/whatwg-encoding/package.json +0 -33
  1078. package/node_modules_lambda/whatwg-mimetype/LICENSE.txt +0 -7
  1079. package/node_modules_lambda/whatwg-mimetype/README.md +0 -101
  1080. package/node_modules_lambda/whatwg-mimetype/lib/mime-type-parameters.js +0 -70
  1081. package/node_modules_lambda/whatwg-mimetype/lib/mime-type.js +0 -127
  1082. package/node_modules_lambda/whatwg-mimetype/lib/parser.js +0 -105
  1083. package/node_modules_lambda/whatwg-mimetype/lib/serializer.js +0 -25
  1084. package/node_modules_lambda/whatwg-mimetype/lib/utils.js +0 -60
  1085. package/node_modules_lambda/whatwg-mimetype/package.json +0 -47
  1086. package/node_modules_lambda/whatwg-url/LICENSE.txt +0 -21
  1087. package/node_modules_lambda/whatwg-url/README.md +0 -105
  1088. package/node_modules_lambda/whatwg-url/index.js +0 -25
  1089. package/node_modules_lambda/whatwg-url/lib/Function.js +0 -42
  1090. package/node_modules_lambda/whatwg-url/lib/URL-impl.js +0 -217
  1091. package/node_modules_lambda/whatwg-url/lib/URL.js +0 -442
  1092. package/node_modules_lambda/whatwg-url/lib/URLSearchParams-impl.js +0 -130
  1093. package/node_modules_lambda/whatwg-url/lib/URLSearchParams.js +0 -472
  1094. package/node_modules_lambda/whatwg-url/lib/VoidFunction.js +0 -26
  1095. package/node_modules_lambda/whatwg-url/lib/encoding.js +0 -16
  1096. package/node_modules_lambda/whatwg-url/lib/infra.js +0 -26
  1097. package/node_modules_lambda/whatwg-url/lib/percent-encoding.js +0 -142
  1098. package/node_modules_lambda/whatwg-url/lib/url-state-machine.js +0 -1234
  1099. package/node_modules_lambda/whatwg-url/lib/urlencoded.js +0 -106
  1100. package/node_modules_lambda/whatwg-url/lib/utils.js +0 -190
  1101. package/node_modules_lambda/whatwg-url/package.json +0 -58
  1102. package/node_modules_lambda/whatwg-url/webidl2js-wrapper.js +0 -7
  1103. package/node_modules_lambda/word-wrap/LICENSE +0 -21
  1104. package/node_modules_lambda/word-wrap/README.md +0 -182
  1105. package/node_modules_lambda/word-wrap/index.d.ts +0 -50
  1106. package/node_modules_lambda/word-wrap/index.js +0 -46
  1107. package/node_modules_lambda/word-wrap/package.json +0 -77
  1108. package/node_modules_lambda/ws/LICENSE +0 -19
  1109. package/node_modules_lambda/ws/README.md +0 -495
  1110. package/node_modules_lambda/ws/browser.js +0 -8
  1111. package/node_modules_lambda/ws/index.js +0 -13
  1112. package/node_modules_lambda/ws/lib/buffer-util.js +0 -127
  1113. package/node_modules_lambda/ws/lib/constants.js +0 -12
  1114. package/node_modules_lambda/ws/lib/event-target.js +0 -266
  1115. package/node_modules_lambda/ws/lib/extension.js +0 -203
  1116. package/node_modules_lambda/ws/lib/limiter.js +0 -55
  1117. package/node_modules_lambda/ws/lib/permessage-deflate.js +0 -511
  1118. package/node_modules_lambda/ws/lib/receiver.js +0 -618
  1119. package/node_modules_lambda/ws/lib/sender.js +0 -478
  1120. package/node_modules_lambda/ws/lib/stream.js +0 -159
  1121. package/node_modules_lambda/ws/lib/subprotocol.js +0 -62
  1122. package/node_modules_lambda/ws/lib/validation.js +0 -125
  1123. package/node_modules_lambda/ws/lib/websocket-server.js +0 -535
  1124. package/node_modules_lambda/ws/lib/websocket.js +0 -1296
  1125. package/node_modules_lambda/ws/package.json +0 -61
  1126. package/node_modules_lambda/ws/wrapper.mjs +0 -8
  1127. package/node_modules_lambda/xml-name-validator/LICENSE.txt +0 -176
  1128. package/node_modules_lambda/xml-name-validator/README.md +0 -35
  1129. package/node_modules_lambda/xml-name-validator/lib/xml-name-validator.js +0 -9
  1130. package/node_modules_lambda/xml-name-validator/package.json +0 -30
  1131. package/node_modules_lambda/xmlchars/LICENSE +0 -18
  1132. package/node_modules_lambda/xmlchars/README.md +0 -33
  1133. package/node_modules_lambda/xmlchars/package.json +0 -51
  1134. package/node_modules_lambda/xmlchars/xml/1.0/ed4.d.ts +0 -31
  1135. package/node_modules_lambda/xmlchars/xml/1.0/ed4.js +0 -44
  1136. package/node_modules_lambda/xmlchars/xml/1.0/ed4.js.map +0 -1
  1137. package/node_modules_lambda/xmlchars/xml/1.0/ed5.d.ts +0 -51
  1138. package/node_modules_lambda/xmlchars/xml/1.0/ed5.js +0 -105
  1139. package/node_modules_lambda/xmlchars/xml/1.0/ed5.js.map +0 -1
  1140. package/node_modules_lambda/xmlchars/xml/1.1/ed2.d.ts +0 -73
  1141. package/node_modules_lambda/xmlchars/xml/1.1/ed2.js +0 -145
  1142. package/node_modules_lambda/xmlchars/xml/1.1/ed2.js.map +0 -1
  1143. package/node_modules_lambda/xmlchars/xmlchars.d.ts +0 -170
  1144. package/node_modules_lambda/xmlchars/xmlchars.js +0 -191
  1145. package/node_modules_lambda/xmlchars/xmlchars.js.map +0 -1
  1146. package/node_modules_lambda/xmlchars/xmlns/1.0/ed3.d.ts +0 -28
  1147. package/node_modules_lambda/xmlchars/xmlns/1.0/ed3.js +0 -65
  1148. package/node_modules_lambda/xmlchars/xmlns/1.0/ed3.js.map +0 -1
@@ -1,22 +0,0 @@
1
- Copyright (c) 2010 Elijah Insua
2
-
3
- Permission is hereby granted, free of charge, to any person
4
- obtaining a copy of this software and associated documentation
5
- files (the "Software"), to deal in the Software without
6
- restriction, including without limitation the rights to use,
7
- copy, modify, merge, publish, distribute, sublicense, and/or sell
8
- copies of the Software, and to permit persons to whom the
9
- Software is furnished to do so, subject to the following
10
- conditions:
11
-
12
- The above copyright notice and this permission notice shall be
13
- included in all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
17
- OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
19
- HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20
- WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22
- OTHER DEALINGS IN THE SOFTWARE.
@@ -1,522 +0,0 @@
1
- <h1 align="center">
2
- <img width="100" height="100" src="logo.svg" alt=""><br>
3
- jsdom
4
- </h1>
5
-
6
- jsdom is a pure-JavaScript implementation of many web standards, notably the WHATWG [DOM](https://dom.spec.whatwg.org/) and [HTML](https://html.spec.whatwg.org/multipage/) Standards, for use with Node.js. In general, the goal of the project is to emulate enough of a subset of a web browser to be useful for testing and scraping real-world web applications.
7
-
8
- The latest versions of jsdom require Node.js v12 or newer. (Versions of jsdom below v17 still work with previous Node.js versions, but are unsupported.)
9
-
10
- ## Basic usage
11
-
12
- ```js
13
- const jsdom = require("jsdom");
14
- const { JSDOM } = jsdom;
15
- ```
16
-
17
- To use jsdom, you will primarily use the `JSDOM` constructor, which is a named export of the jsdom main module. Pass the constructor a string. You will get back a `JSDOM` object, which has a number of useful properties, notably `window`:
18
-
19
- ```js
20
- const dom = new JSDOM(`<!DOCTYPE html><p>Hello world</p>`);
21
- console.log(dom.window.document.querySelector("p").textContent); // "Hello world"
22
- ```
23
-
24
- (Note that jsdom will parse the HTML you pass it just like a browser does, including implied `<html>`, `<head>`, and `<body>` tags.)
25
-
26
- The resulting object is an instance of the `JSDOM` class, which contains a number of useful properties and methods besides `window`. In general, it can be used to act on the jsdom from the "outside," doing things that are not possible with the normal DOM APIs. For simple cases, where you don't need any of this functionality, we recommend a coding pattern like
27
-
28
- ```js
29
- const { window } = new JSDOM(`...`);
30
- // or even
31
- const { document } = (new JSDOM(`...`)).window;
32
- ```
33
-
34
- Full documentation on everything you can do with the `JSDOM` class is below, in the section "`JSDOM` Object API".
35
-
36
- ## Customizing jsdom
37
-
38
- The `JSDOM` constructor accepts a second parameter which can be used to customize your jsdom in the following ways.
39
-
40
- ### Simple options
41
-
42
- ```js
43
- const dom = new JSDOM(``, {
44
- url: "https://example.org/",
45
- referrer: "https://example.com/",
46
- contentType: "text/html",
47
- includeNodeLocations: true,
48
- storageQuota: 10000000
49
- });
50
- ```
51
-
52
- - `url` sets the value returned by `window.location`, `document.URL`, and `document.documentURI`, and affects things like resolution of relative URLs within the document and the same-origin restrictions and referrer used while fetching subresources. It defaults to `"about:blank"`.
53
- - `referrer` just affects the value read from `document.referrer`. It defaults to no referrer (which reflects as the empty string).
54
- - `contentType` affects the value read from `document.contentType`, as well as how the document is parsed: as HTML or as XML. Values that are not a [HTML mime type](https://mimesniff.spec.whatwg.org/#html-mime-type) or an [XML mime type](https://mimesniff.spec.whatwg.org/#xml-mime-type) will throw. It defaults to `"text/html"`. If a `charset` parameter is present, it can affect [binary data processing](#encoding-sniffing).
55
- - `includeNodeLocations` preserves the location info produced by the HTML parser, allowing you to retrieve it with the `nodeLocation()` method (described below). It also ensures that line numbers reported in exception stack traces for code running inside `<script>` elements are correct. It defaults to `false` to give the best performance, and cannot be used with an XML content type since our XML parser does not support location info.
56
- - `storageQuota` is the maximum size in code units for the separate storage areas used by `localStorage` and `sessionStorage`. Attempts to store data larger than this limit will cause a `DOMException` to be thrown. By default, it is set to 5,000,000 code units per origin, as inspired by the HTML specification.
57
-
58
- Note that both `url` and `referrer` are canonicalized before they're used, so e.g. if you pass in `"https:example.com"`, jsdom will interpret that as if you had given `"https://example.com/"`. If you pass an unparseable URL, the call will throw. (URLs are parsed and serialized according to the [URL Standard](https://url.spec.whatwg.org/).)
59
-
60
- ### Executing scripts
61
-
62
- jsdom's most powerful ability is that it can execute scripts inside the jsdom. These scripts can modify the content of the page and access all the web platform APIs jsdom implements.
63
-
64
- However, this is also highly dangerous when dealing with untrusted content. The jsdom sandbox is not foolproof, and code running inside the DOM's `<script>`s can, if it tries hard enough, get access to the Node.js environment, and thus to your machine. As such, the ability to execute scripts embedded in the HTML is disabled by default:
65
-
66
- ```js
67
- const dom = new JSDOM(`<body>
68
- <script>document.body.appendChild(document.createElement("hr"));</script>
69
- </body>`);
70
-
71
- // The script will not be executed, by default:
72
- dom.window.document.body.children.length === 1;
73
- ```
74
-
75
- To enable executing scripts inside the page, you can use the `runScripts: "dangerously"` option:
76
-
77
- ```js
78
- const dom = new JSDOM(`<body>
79
- <script>document.body.appendChild(document.createElement("hr"));</script>
80
- </body>`, { runScripts: "dangerously" });
81
-
82
- // The script will be executed and modify the DOM:
83
- dom.window.document.body.children.length === 2;
84
- ```
85
-
86
- Again we emphasize to only use this when feeding jsdom code you know is safe. If you use it on arbitrary user-supplied code, or code from the Internet, you are effectively running untrusted Node.js code, and your machine could be compromised.
87
-
88
- If you want to execute _external_ scripts, included via `<script src="">`, you'll also need to ensure that they load them. To do this, add the option `resources: "usable"` [as described below](#loading-subresources). (You'll likely also want to set the `url` option, for the reasons discussed there.)
89
-
90
- Event handler attributes, like `<div onclick="">`, are also governed by this setting; they will not function unless `runScripts` is set to `"dangerously"`. (However, event handler _properties_, like `div.onclick = ...`, will function regardless of `runScripts`.)
91
-
92
- If you are simply trying to execute script "from the outside", instead of letting `<script>` elements and event handlers attributes run "from the inside", you can use the `runScripts: "outside-only"` option, which enables fresh copies of all the JavaScript spec-provided globals to be installed on `window`. This includes things like `window.Array`, `window.Promise`, etc. It also, notably, includes `window.eval`, which allows running scripts, but with the jsdom `window` as the global:
93
-
94
- ```js
95
- const { window } = new JSDOM(``, { runScripts: "outside-only" });
96
-
97
- window.eval(`document.body.innerHTML = "<p>Hello, world!</p>";`);
98
- window.document.body.children.length === 1;
99
- ```
100
-
101
- This is turned off by default for performance reasons, but is safe to enable.
102
-
103
- (Note that in the default configuration, without setting `runScripts`, the values of `window.Array`, `window.eval`, etc. will be the same as those provided by the outer Node.js environment. That is, `window.eval === eval` will hold, so `window.eval` will not run scripts in a useful way.)
104
-
105
- We strongly advise against trying to "execute scripts" by mashing together the jsdom and Node global environments (e.g. by doing `global.window = dom.window`), and then executing scripts or test code inside the Node global environment. Instead, you should treat jsdom like you would a browser, and run all scripts and tests that need access to a DOM inside the jsdom environment, using `window.eval` or `runScripts: "dangerously"`. This might require, for example, creating a browserify bundle to execute as a `<script>` element—just like you would in a browser.
106
-
107
- Finally, for advanced use cases you can use the `dom.getInternalVMContext()` method, documented below.
108
-
109
- ### Pretending to be a visual browser
110
-
111
- jsdom does not have the capability to render visual content, and will act like a headless browser by default. It provides hints to web pages through APIs such as `document.hidden` that their content is not visible.
112
-
113
- When the `pretendToBeVisual` option is set to `true`, jsdom will pretend that it is rendering and displaying content. It does this by:
114
-
115
- * Changing `document.hidden` to return `false` instead of `true`
116
- * Changing `document.visibilityState` to return `"visible"` instead of `"prerender"`
117
- * Enabling `window.requestAnimationFrame()` and `window.cancelAnimationFrame()` methods, which otherwise do not exist
118
-
119
- ```js
120
- const window = (new JSDOM(``, { pretendToBeVisual: true })).window;
121
-
122
- window.requestAnimationFrame(timestamp => {
123
- console.log(timestamp > 0);
124
- });
125
- ```
126
-
127
- Note that jsdom still [does not do any layout or rendering](#unimplemented-parts-of-the-web-platform), so this is really just about _pretending_ to be visual, not about implementing the parts of the platform a real, visual web browser would implement.
128
-
129
- ### Loading subresources
130
-
131
- #### Basic options
132
-
133
- By default, jsdom will not load any subresources such as scripts, stylesheets, images, or iframes. If you'd like jsdom to load such resources, you can pass the `resources: "usable"` option, which will load all usable resources. Those are:
134
-
135
- * Frames and iframes, via `<frame>` and `<iframe>`
136
- * Stylesheets, via `<link rel="stylesheet">`
137
- * Scripts, via `<script>`, but only if `runScripts: "dangerously"` is also set
138
- * Images, via `<img>`, but only if the `canvas` npm package is also installed (see "[Canvas Support](#canvas-support)" below)
139
-
140
- When attempting to load resources, recall that the default value for the `url` option is `"about:blank"`, which means that any resources included via relative URLs will fail to load. (The result of trying to parse the URL `/something` against the URL `about:blank` is an error.) So, you'll likely want to set a non-default value for the `url` option in those cases, or use one of the [convenience APIs](#convenience-apis) that do so automatically.
141
-
142
- #### Advanced configuration
143
-
144
- _This resource loader system is new as of jsdom v12.0.0, and we'd love your feedback on whether it meets your needs and how easy it is to use. Please file an issue to discuss!_
145
-
146
- To more fully customize jsdom's resource-loading behavior, you can pass an instance of the `ResourceLoader` class as the `resources` option value:
147
-
148
- ```js
149
- const resourceLoader = new jsdom.ResourceLoader({
150
- proxy: "http://127.0.0.1:9001",
151
- strictSSL: false,
152
- userAgent: "Mellblomenator/9000",
153
- });
154
- const dom = new JSDOM(``, { resources: resourceLoader });
155
- ```
156
-
157
- The three options to the `ResourceLoader` constructor are:
158
-
159
- - `proxy` is the address of an HTTP proxy to be used.
160
- - `strictSSL` can be set to false to disable the requirement that SSL certificates be valid.
161
- - `userAgent` affects the `User-Agent` header sent, and thus the resulting value for `navigator.userAgent`. It defaults to <code>\`Mozilla/5.0 (${process.platform || "unknown OS"}) AppleWebKit/537.36 (KHTML, like Gecko) jsdom/${jsdomVersion}\`</code>.
162
-
163
- You can further customize resource fetching by subclassing `ResourceLoader` and overriding the `fetch()` method. For example, here is a version that only returns results for requests to a trusted origin:
164
-
165
- ```js
166
- class CustomResourceLoader extends jsdom.ResourceLoader {
167
- fetch(url, options) {
168
- // Override the contents of this script to do something unusual.
169
- if (url === "https://example.com/some-specific-script.js") {
170
- return Promise.resolve(Buffer.from("window.someGlobal = 5;"));
171
- }
172
-
173
- return super.fetch(url, options);
174
- }
175
- }
176
- ```
177
-
178
- jsdom will call your custom resource loader's `fetch()` method whenever it encounters a "usable" resource, per the above section. The method takes a URL string, as well as a few options which you should pass through unmodified if calling `super.fetch()`. It must return a promise for a Node.js `Buffer` object, or return `null` if the resource is intentionally not to be loaded. In general, most cases will want to delegate to `super.fetch()`, as shown.
179
-
180
- One of the options you will receive in `fetch()` will be the element (if applicable) that is fetching a resource.
181
-
182
- ```js
183
- class CustomResourceLoader extends jsdom.ResourceLoader {
184
- fetch(url, options) {
185
- if (options.element) {
186
- console.log(`Element ${options.element.localName} is requesting the url ${url}`);
187
- }
188
-
189
- return super.fetch(url, options);
190
- }
191
- }
192
- ```
193
-
194
- ### Virtual consoles
195
-
196
- Like web browsers, jsdom has the concept of a "console". This records both information directly sent from the page, via scripts executing inside the document, as well as information from the jsdom implementation itself. We call the user-controllable console a "virtual console", to distinguish it from the Node.js `console` API and from the inside-the-page `window.console` API.
197
-
198
- By default, the `JSDOM` constructor will return an instance with a virtual console that forwards all its output to the Node.js console. To create your own virtual console and pass it to jsdom, you can override this default by doing
199
-
200
- ```js
201
- const virtualConsole = new jsdom.VirtualConsole();
202
- const dom = new JSDOM(``, { virtualConsole });
203
- ```
204
-
205
- Code like this will create a virtual console with no behavior. You can give it behavior by adding event listeners for all the possible console methods:
206
-
207
- ```js
208
- virtualConsole.on("error", () => { ... });
209
- virtualConsole.on("warn", () => { ... });
210
- virtualConsole.on("info", () => { ... });
211
- virtualConsole.on("dir", () => { ... });
212
- // ... etc. See https://console.spec.whatwg.org/#logging
213
- ```
214
-
215
- (Note that it is probably best to set up these event listeners *before* calling `new JSDOM()`, since errors or console-invoking script might occur during parsing.)
216
-
217
- If you simply want to redirect the virtual console output to another console, like the default Node.js one, you can do
218
-
219
- ```js
220
- virtualConsole.sendTo(console);
221
- ```
222
-
223
- There is also a special event, `"jsdomError"`, which will fire with error objects to report errors from jsdom itself. This is similar to how error messages often show up in web browser consoles, even if they are not initiated by `console.error`. So far, the following errors are output this way:
224
-
225
- - Errors loading or parsing subresources (scripts, stylesheets, frames, and iframes)
226
- - Script execution errors that are not handled by a window `onerror` event handler that returns `true` or calls `event.preventDefault()`
227
- - Not-implemented errors resulting from calls to methods, like `window.alert`, which jsdom does not implement, but installs anyway for web compatibility
228
-
229
- If you're using `sendTo(c)` to send errors to `c`, by default it will call `c.error(errorStack[, errorDetail])` with information from `"jsdomError"` events. If you'd prefer to maintain a strict one-to-one mapping of events to method calls, and perhaps handle `"jsdomError"`s yourself, then you can do
230
-
231
- ```js
232
- virtualConsole.sendTo(c, { omitJSDOMErrors: true });
233
- ```
234
-
235
- ### Cookie jars
236
-
237
- Like web browsers, jsdom has the concept of a cookie jar, storing HTTP cookies. Cookies that have a URL on the same domain as the document, and are not marked HTTP-only, are accessible via the `document.cookie` API. Additionally, all cookies in the cookie jar will impact the fetching of subresources.
238
-
239
- By default, the `JSDOM` constructor will return an instance with an empty cookie jar. To create your own cookie jar and pass it to jsdom, you can override this default by doing
240
-
241
- ```js
242
- const cookieJar = new jsdom.CookieJar(store, options);
243
- const dom = new JSDOM(``, { cookieJar });
244
- ```
245
-
246
- This is mostly useful if you want to share the same cookie jar among multiple jsdoms, or prime the cookie jar with certain values ahead of time.
247
-
248
- Cookie jars are provided by the [tough-cookie](https://www.npmjs.com/package/tough-cookie) package. The `jsdom.CookieJar` constructor is a subclass of the tough-cookie cookie jar which by default sets the `looseMode: true` option, since that [matches better how browsers behave](https://github.com/whatwg/html/issues/804). If you want to use tough-cookie's utilities and classes yourself, you can use the `jsdom.toughCookie` module export to get access to the tough-cookie module instance packaged with jsdom.
249
-
250
- ### Intervening before parsing
251
-
252
- jsdom allows you to intervene in the creation of a jsdom very early: after the `Window` and `Document` objects are created, but before any HTML is parsed to populate the document with nodes:
253
-
254
- ```js
255
- const dom = new JSDOM(`<p>Hello</p>`, {
256
- beforeParse(window) {
257
- window.document.childNodes.length === 0;
258
- window.someCoolAPI = () => { /* ... */ };
259
- }
260
- });
261
- ```
262
-
263
- This is especially useful if you are wanting to modify the environment in some way, for example adding shims for web platform APIs jsdom does not support.
264
-
265
- ## `JSDOM` object API
266
-
267
- Once you have constructed a `JSDOM` object, it will have the following useful capabilities:
268
-
269
- ### Properties
270
-
271
- The property `window` retrieves the `Window` object that was created for you.
272
-
273
- The properties `virtualConsole` and `cookieJar` reflect the options you pass in, or the defaults created for you if nothing was passed in for those options.
274
-
275
- ### Serializing the document with `serialize()`
276
-
277
- The `serialize()` method will return the [HTML serialization](https://html.spec.whatwg.org/#html-fragment-serialisation-algorithm) of the document, including the doctype:
278
-
279
- ```js
280
- const dom = new JSDOM(`<!DOCTYPE html>hello`);
281
-
282
- dom.serialize() === "<!DOCTYPE html><html><head></head><body>hello</body></html>";
283
-
284
- // Contrast with:
285
- dom.window.document.documentElement.outerHTML === "<html><head></head><body>hello</body></html>";
286
- ```
287
-
288
- ### Getting the source location of a node with `nodeLocation(node)`
289
-
290
- The `nodeLocation()` method will find where a DOM node is within the source document, returning the [parse5 location info](https://www.npmjs.com/package/parse5#options-locationinfo) for the node:
291
-
292
- ```js
293
- const dom = new JSDOM(
294
- `<p>Hello
295
- <img src="foo.jpg">
296
- </p>`,
297
- { includeNodeLocations: true }
298
- );
299
-
300
- const document = dom.window.document;
301
- const bodyEl = document.body; // implicitly created
302
- const pEl = document.querySelector("p");
303
- const textNode = pEl.firstChild;
304
- const imgEl = document.querySelector("img");
305
-
306
- console.log(dom.nodeLocation(bodyEl)); // null; it's not in the source
307
- console.log(dom.nodeLocation(pEl)); // { startOffset: 0, endOffset: 39, startTag: ..., endTag: ... }
308
- console.log(dom.nodeLocation(textNode)); // { startOffset: 3, endOffset: 13 }
309
- console.log(dom.nodeLocation(imgEl)); // { startOffset: 13, endOffset: 32 }
310
- ```
311
-
312
- Note that this feature only works if you have set the `includeNodeLocations` option; node locations are off by default for performance reasons.
313
-
314
- ### Interfacing with the Node.js `vm` module using `getInternalVMContext()`
315
-
316
- The built-in [`vm`](https://nodejs.org/api/vm.html) module of Node.js is what underpins jsdom's script-running magic. Some advanced use cases, like pre-compiling a script and then running it multiple times, benefit from using the `vm` module directly with a jsdom-created `Window`.
317
-
318
- To get access to the [contextified global object](https://nodejs.org/api/vm.html#vm_what_does_it_mean_to_contextify_an_object), suitable for use with the `vm` APIs, you can use the `getInternalVMContext()` method:
319
-
320
- ```js
321
- const { Script } = require("vm");
322
-
323
- const dom = new JSDOM(``, { runScripts: "outside-only" });
324
- const script = new Script(`
325
- if (!this.ran) {
326
- this.ran = 0;
327
- }
328
-
329
- ++this.ran;
330
- `);
331
-
332
- const vmContext = dom.getInternalVMContext();
333
-
334
- script.runInContext(vmContext);
335
- script.runInContext(vmContext);
336
- script.runInContext(vmContext);
337
-
338
- console.assert(dom.window.ran === 3);
339
- ```
340
-
341
- This is somewhat-advanced functionality, and we advise sticking to normal DOM APIs (such as `window.eval()` or `document.createElement("script")`) unless you have very specific needs.
342
-
343
- Note that this method will throw an exception if the `JSDOM` instance was created without `runScripts` set, or if you are [using jsdom in a web browser](#running-jsdom-inside-a-web-browser).
344
-
345
- ### Reconfiguring the jsdom with `reconfigure(settings)`
346
-
347
- The `top` property on `window` is marked `[Unforgeable]` in the spec, meaning it is a non-configurable own property and thus cannot be overridden or shadowed by normal code running inside the jsdom, even using `Object.defineProperty`.
348
-
349
- Similarly, at present jsdom does not handle navigation (such as setting `window.location.href = "https://example.com/"`); doing so will cause the virtual console to emit a `"jsdomError"` explaining that this feature is not implemented, and nothing will change: there will be no new `Window` or `Document` object, and the existing `window`'s `location` object will still have all the same property values.
350
-
351
- However, if you're acting from outside the window, e.g. in some test framework that creates jsdoms, you can override one or both of these using the special `reconfigure()` method:
352
-
353
- ```js
354
- const dom = new JSDOM();
355
-
356
- dom.window.top === dom.window;
357
- dom.window.location.href === "about:blank";
358
-
359
- dom.reconfigure({ windowTop: myFakeTopForTesting, url: "https://example.com/" });
360
-
361
- dom.window.top === myFakeTopForTesting;
362
- dom.window.location.href === "https://example.com/";
363
- ```
364
-
365
- Note that changing the jsdom's URL will impact all APIs that return the current document URL, such as `window.location`, `document.URL`, and `document.documentURI`, as well as the resolution of relative URLs within the document, and the same-origin checks and referrer used while fetching subresources. It will not, however, perform navigation to the contents of that URL; the contents of the DOM will remain unchanged, and no new instances of `Window`, `Document`, etc. will be created.
366
-
367
- ## Convenience APIs
368
-
369
- ### `fromURL()`
370
-
371
- In addition to the `JSDOM` constructor itself, jsdom provides a promise-returning factory method for constructing a jsdom from a URL:
372
-
373
- ```js
374
- JSDOM.fromURL("https://example.com/", options).then(dom => {
375
- console.log(dom.serialize());
376
- });
377
- ```
378
-
379
- The returned promise will fulfill with a `JSDOM` instance if the URL is valid and the request is successful. Any redirects will be followed to their ultimate destination.
380
-
381
- The options provided to `fromURL()` are similar to those provided to the `JSDOM` constructor, with the following additional restrictions and consequences:
382
-
383
- - The `url` and `contentType` options cannot be provided.
384
- - The `referrer` option is used as the HTTP `Referer` request header of the initial request.
385
- - The `resources` option also affects the initial request; this is useful if you want to, for example, configure a proxy (see above).
386
- - The resulting jsdom's URL, content type, and referrer are determined from the response.
387
- - Any cookies set via HTTP `Set-Cookie` response headers are stored in the jsdom's cookie jar. Similarly, any cookies already in a supplied cookie jar are sent as HTTP `Cookie` request headers.
388
-
389
- ### `fromFile()`
390
-
391
- Similar to `fromURL()`, jsdom also provides a `fromFile()` factory method for constructing a jsdom from a filename:
392
-
393
- ```js
394
- JSDOM.fromFile("stuff.html", options).then(dom => {
395
- console.log(dom.serialize());
396
- });
397
- ```
398
-
399
- The returned promise will fulfill with a `JSDOM` instance if the given file can be opened. As usual in Node.js APIs, the filename is given relative to the current working directory.
400
-
401
- The options provided to `fromFile()` are similar to those provided to the `JSDOM` constructor, with the following additional defaults:
402
-
403
- - The `url` option will default to a file URL corresponding to the given filename, instead of to `"about:blank"`.
404
- - The `contentType` option will default to `"application/xhtml+xml"` if the given filename ends in `.xht`, `.xhtml`, or `.xml`; otherwise it will continue to default to `"text/html"`.
405
-
406
- ### `fragment()`
407
-
408
- For the very simplest of cases, you might not need a whole `JSDOM` instance with all its associated power. You might not even need a `Window` or `Document`! Instead, you just need to parse some HTML, and get a DOM object you can manipulate. For that, we have `fragment()`, which creates a `DocumentFragment` from a given string:
409
-
410
- ```js
411
- const frag = JSDOM.fragment(`<p>Hello</p><p><strong>Hi!</strong>`);
412
-
413
- frag.childNodes.length === 2;
414
- frag.querySelector("strong").textContent === "Hi!";
415
- // etc.
416
- ```
417
-
418
- Here `frag` is a [`DocumentFragment`](https://developer.mozilla.org/en-US/docs/Web/API/DocumentFragment) instance, whose contents are created by parsing the provided string. The parsing is done using a `<template>` element, so you can include any element there (including ones with weird parsing rules like `<td>`). It's also important to note that the resulting `DocumentFragment` will not have [an associated browsing context](https://html.spec.whatwg.org/multipage/#concept-document-bc): that is, elements' `ownerDocument` will have a null `defaultView` property, resources will not load, etc.
419
-
420
- All invocations of the `fragment()` factory result in `DocumentFragment`s that share the same template owner `Document`. This allows many calls to `fragment()` with no extra overhead. But it also means that calls to `fragment()` cannot be customized with any options.
421
-
422
- Note that serialization is not as easy with `DocumentFragment`s as it is with full `JSDOM` objects. If you need to serialize your DOM, you should probably use the `JSDOM` constructor more directly. But for the special case of a fragment containing a single element, it's pretty easy to do through normal means:
423
-
424
- ```js
425
- const frag = JSDOM.fragment(`<p>Hello</p>`);
426
- console.log(frag.firstChild.outerHTML); // logs "<p>Hello</p>"
427
- ```
428
-
429
- ## Other noteworthy features
430
-
431
- ### Canvas support
432
-
433
- jsdom includes support for using the [`canvas`](https://www.npmjs.com/package/canvas) package to extend any `<canvas>` elements with the canvas API. To make this work, you need to include `canvas` as a dependency in your project, as a peer of `jsdom`. If jsdom can find the `canvas` package, it will use it, but if it's not present, then `<canvas>` elements will behave like `<div>`s. Since jsdom v13, version 2.x of `canvas` is required; version 1.x is no longer supported.
434
-
435
- ### Encoding sniffing
436
-
437
- In addition to supplying a string, the `JSDOM` constructor can also be supplied binary data, in the form of a Node.js [`Buffer`](https://nodejs.org/docs/latest/api/buffer.html) or a standard JavaScript binary data type like `ArrayBuffer`, `Uint8Array`, `DataView`, etc. When this is done, jsdom will [sniff the encoding](https://html.spec.whatwg.org/multipage/syntax.html#encoding-sniffing-algorithm) from the supplied bytes, scanning for `<meta charset>` tags just like a browser does.
438
-
439
- If the supplied `contentType` option contains a `charset` parameter, that encoding will override the sniffed encoding—unless a UTF-8 or UTF-16 BOM is present, in which case those take precedence. (Again, this is just like a browser.)
440
-
441
- This encoding sniffing also applies to `JSDOM.fromFile()` and `JSDOM.fromURL()`. In the latter case, any `Content-Type` headers sent with the response will take priority, in the same fashion as the constructor's `contentType` option.
442
-
443
- Note that in many cases supplying bytes in this fashion can be better than supplying a string. For example, if you attempt to use Node.js's `buffer.toString("utf-8")` API, Node.js will not strip any leading BOMs. If you then give this string to jsdom, it will interpret it verbatim, leaving the BOM intact. But jsdom's binary data decoding code will strip leading BOMs, just like a browser; in such cases, supplying `buffer` directly will give the desired result.
444
-
445
- ### Closing down a jsdom
446
-
447
- Timers in the jsdom (set by `window.setTimeout()` or `window.setInterval()`) will, by definition, execute code in the future in the context of the window. Since there is no way to execute code in the future without keeping the process alive, outstanding jsdom timers will keep your Node.js process alive. Similarly, since there is no way to execute code in the context of an object without keeping that object alive, outstanding jsdom timers will prevent garbage collection of the window on which they are scheduled.
448
-
449
- If you want to be sure to shut down a jsdom window, use `window.close()`, which will terminate all running timers (and also remove any event listeners on the window and document).
450
-
451
- ### Running jsdom inside a web browser
452
-
453
- jsdom has some support for being run inside a web browser, using [browserify](https://browserify.org/). That is, inside a web browser, you can use a browserified jsdom to create an entirely self-contained set of plain JavaScript objects which look and act much like the browser's existing DOM objects, while being entirely independent of them. "Virtual DOM", indeed!
454
-
455
- jsdom's primary target is still Node.js, and so we use language features that are only present in recent Node.js versions (namely, Node.js v8+). Thus, older browsers will likely not work. (Even transpilation will not help: we use `Proxy`s extensively throughout the jsdom codebase.)
456
-
457
- Notably, jsdom works well inside a web worker. The original contributor, [@lawnsea](https://github.com/lawnsea/), who made this possible, has [published a paper](https://pdfs.semanticscholar.org/47f0/6bb6607a975500a30e9e52d7c9fbc0034e27.pdf) about his project which uses this capability.
458
-
459
- Not everything works perfectly when running jsdom inside a web browser. Sometimes that is because of fundamental limitations (such as not having filesystem access), but sometimes it is simply because we haven't spent enough time making the appropriate small tweaks. Bug reports are certainly welcome.
460
-
461
- ### Debugging the DOM using Chrome Devtools
462
-
463
- As of Node.js v6 you can debug programs using Chrome Devtools. See the [official documentation](https://nodejs.org/en/docs/inspector/) for how to get started.
464
-
465
- By default jsdom elements are formatted as plain old JS objects in the console. To make it easier to debug, you can use [jsdom-devtools-formatter](https://github.com/viddo/jsdom-devtools-formatter), which lets you inspect them like real DOM elements.
466
-
467
- ## Caveats
468
-
469
- ### Asynchronous script loading
470
-
471
- People often have trouble with asynchronous script loading when using jsdom. Many pages load scripts asynchronously, but there is no way to tell when they're done doing so, and thus when it's a good time to run your code and inspect the resulting DOM structure. This is a fundamental limitation; we cannot predict what scripts on the web page will do, and so cannot tell you when they are done loading more scripts.
472
-
473
- This can be worked around in a few ways. The best way, if you control the page in question, is to use whatever mechanisms are given by the script loader to detect when loading is done. For example, if you're using a module loader like RequireJS, the code could look like:
474
-
475
- ```js
476
- // On the Node.js side:
477
- const window = (new JSDOM(...)).window;
478
- window.onModulesLoaded = () => {
479
- console.log("ready to roll!");
480
- };
481
- ```
482
-
483
- ```html
484
- <!-- Inside the HTML you supply to jsdom -->
485
- <script>
486
- requirejs(["entry-module"], () => {
487
- window.onModulesLoaded();
488
- });
489
- </script>
490
- ```
491
-
492
- If you do not control the page, you could try workarounds such as polling for the presence of a specific element.
493
-
494
- For more details, see the discussion in [#640](https://github.com/jsdom/jsdom/issues/640), especially [@matthewkastor](https://github.com/matthewkastor)'s [insightful comment](https://github.com/jsdom/jsdom/issues/640#issuecomment-22216965).
495
-
496
- ### Unimplemented parts of the web platform
497
-
498
- Although we enjoy adding new features to jsdom and keeping it up to date with the latest web specs, it has many missing APIs. Please feel free to file an issue for anything missing, but we're a small and busy team, so a pull request might work even better.
499
-
500
- Beyond just features that we haven't gotten to yet, there are two major features that are currently outside the scope of jsdom. These are:
501
-
502
- - **Navigation**: the ability to change the global object, and all other objects, when clicking a link or assigning `location.href` or similar.
503
- - **Layout**: the ability to calculate where elements will be visually laid out as a result of CSS, which impacts methods like `getBoundingClientRects()` or properties like `offsetTop`.
504
-
505
- Currently jsdom has dummy behaviors for some aspects of these features, such as sending a "not implemented" `"jsdomError"` to the virtual console for navigation, or returning zeros for many layout-related properties. Often you can work around these limitations in your code, e.g. by creating new `JSDOM` instances for each page you "navigate" to during a crawl, or using `Object.defineProperty()` to change what various layout-related getters and methods return.
506
-
507
- Note that other tools in the same space, such as PhantomJS, do support these features. On the wiki, we have a more complete writeup about [jsdom vs. PhantomJS](https://github.com/jsdom/jsdom/wiki/jsdom-vs.-PhantomJS).
508
-
509
- ## Supporting jsdom
510
-
511
- jsdom is a community-driven project maintained by a team of [volunteers](https://github.com/orgs/jsdom/people). You could support jsdom by:
512
-
513
- - [Getting professional support for jsdom](https://tidelift.com/subscription/pkg/npm-jsdom?utm_source=npm-jsdom&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.
514
- - [Contributing](https://github.com/jsdom/jsdom/blob/master/Contributing.md) directly to the project.
515
-
516
- ## Getting help
517
-
518
- If you need help with jsdom, please feel free to use any of the following venues:
519
-
520
- - The [mailing list](https://groups.google.com/group/jsdom) (best for "how do I" questions)
521
- - The [issue tracker](https://github.com/jsdom/jsdom/issues) (best for bug reports)
522
- - The Matrix room: [#jsdom:matrix.org](https://matrix.to/#/#jsdom:matrix.org)