isomorfeus-preact 10.5.0 → 10.5.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1080) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +29 -0
  3. data/lib/isomorfeus/preact/config.rb +19 -35
  4. data/lib/isomorfeus/preact/imports.rb +30 -0
  5. data/lib/isomorfeus/preact_view_helper.rb +34 -42
  6. data/lib/isomorfeus-preact.rb +6 -4
  7. data/lib/lucid_app/context.rb +9 -9
  8. data/lib/preact/version.rb +1 -1
  9. data/node_modules/.bin/loose-envify +12 -0
  10. data/node_modules/.bin/loose-envify.cmd +17 -0
  11. data/node_modules/.bin/loose-envify.ps1 +28 -0
  12. data/node_modules/.package-lock.json +278 -0
  13. data/node_modules/@babel/runtime/LICENSE +22 -0
  14. data/node_modules/@babel/runtime/README.md +19 -0
  15. data/node_modules/@babel/runtime/helpers/AsyncGenerator.js +99 -0
  16. data/node_modules/@babel/runtime/helpers/AwaitValue.js +6 -0
  17. data/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js +31 -0
  18. data/node_modules/@babel/runtime/helpers/arrayLikeToArray.js +12 -0
  19. data/node_modules/@babel/runtime/helpers/arrayWithHoles.js +6 -0
  20. data/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js +8 -0
  21. data/node_modules/@babel/runtime/helpers/assertThisInitialized.js +10 -0
  22. data/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js +57 -0
  23. data/node_modules/@babel/runtime/helpers/asyncIterator.js +16 -0
  24. data/node_modules/@babel/runtime/helpers/asyncToGenerator.js +38 -0
  25. data/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js +8 -0
  26. data/node_modules/@babel/runtime/helpers/checkPrivateRedeclaration.js +8 -0
  27. data/node_modules/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js +23 -0
  28. data/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js +10 -0
  29. data/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js +14 -0
  30. data/node_modules/@babel/runtime/helpers/classCallCheck.js +8 -0
  31. data/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js +8 -0
  32. data/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js +8 -0
  33. data/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js +10 -0
  34. data/node_modules/@babel/runtime/helpers/classNameTDZError.js +6 -0
  35. data/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js +11 -0
  36. data/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js +11 -0
  37. data/node_modules/@babel/runtime/helpers/classPrivateFieldInitSpec.js +9 -0
  38. data/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js +10 -0
  39. data/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js +8 -0
  40. data/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js +12 -0
  41. data/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js +10 -0
  42. data/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js +9 -0
  43. data/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js +6 -0
  44. data/node_modules/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js +14 -0
  45. data/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js +14 -0
  46. data/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js +15 -0
  47. data/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js +9 -0
  48. data/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js +6 -0
  49. data/node_modules/@babel/runtime/helpers/construct.js +26 -0
  50. data/node_modules/@babel/runtime/helpers/createClass.js +18 -0
  51. data/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js +61 -0
  52. data/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js +25 -0
  53. data/node_modules/@babel/runtime/helpers/createSuper.js +25 -0
  54. data/node_modules/@babel/runtime/helpers/decorate.js +401 -0
  55. data/node_modules/@babel/runtime/helpers/defaults.js +17 -0
  56. data/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js +25 -0
  57. data/node_modules/@babel/runtime/helpers/defineProperty.js +17 -0
  58. data/node_modules/@babel/runtime/helpers/esm/AsyncGenerator.js +95 -0
  59. data/node_modules/@babel/runtime/helpers/esm/AwaitValue.js +3 -0
  60. data/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js +28 -0
  61. data/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +9 -0
  62. data/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +3 -0
  63. data/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js +4 -0
  64. data/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +7 -0
  65. data/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js +54 -0
  66. data/node_modules/@babel/runtime/helpers/esm/asyncIterator.js +13 -0
  67. data/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js +35 -0
  68. data/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js +4 -0
  69. data/node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js +5 -0
  70. data/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js +20 -0
  71. data/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js +7 -0
  72. data/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js +11 -0
  73. data/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +5 -0
  74. data/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js +5 -0
  75. data/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js +5 -0
  76. data/node_modules/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js +7 -0
  77. data/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js +3 -0
  78. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js +6 -0
  79. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js +6 -0
  80. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js +5 -0
  81. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js +7 -0
  82. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js +4 -0
  83. data/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js +7 -0
  84. data/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js +7 -0
  85. data/node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js +5 -0
  86. data/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js +3 -0
  87. data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js +8 -0
  88. data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js +8 -0
  89. data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js +9 -0
  90. data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js +5 -0
  91. data/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js +3 -0
  92. data/node_modules/@babel/runtime/helpers/esm/construct.js +18 -0
  93. data/node_modules/@babel/runtime/helpers/esm/createClass.js +15 -0
  94. data/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js +57 -0
  95. data/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js +21 -0
  96. data/node_modules/@babel/runtime/helpers/esm/createSuper.js +19 -0
  97. data/node_modules/@babel/runtime/helpers/esm/decorate.js +396 -0
  98. data/node_modules/@babel/runtime/helpers/esm/defaults.js +14 -0
  99. data/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js +22 -0
  100. data/node_modules/@babel/runtime/helpers/esm/defineProperty.js +14 -0
  101. data/node_modules/@babel/runtime/helpers/esm/extends.js +17 -0
  102. data/node_modules/@babel/runtime/helpers/esm/get.js +20 -0
  103. data/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +6 -0
  104. data/node_modules/@babel/runtime/helpers/esm/inherits.js +15 -0
  105. data/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js +6 -0
  106. data/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js +9 -0
  107. data/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js +3 -0
  108. data/node_modules/@babel/runtime/helpers/esm/instanceof.js +7 -0
  109. data/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js +5 -0
  110. data/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js +51 -0
  111. data/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js +3 -0
  112. data/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +12 -0
  113. data/node_modules/@babel/runtime/helpers/esm/iterableToArray.js +3 -0
  114. data/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +29 -0
  115. data/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimitLoose.js +14 -0
  116. data/node_modules/@babel/runtime/helpers/esm/jsx.js +46 -0
  117. data/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js +9 -0
  118. data/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js +5 -0
  119. data/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +3 -0
  120. data/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js +3 -0
  121. data/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js +3 -0
  122. data/node_modules/@babel/runtime/helpers/esm/objectSpread.js +19 -0
  123. data/node_modules/@babel/runtime/helpers/esm/objectSpread2.js +39 -0
  124. data/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js +19 -0
  125. data/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js +14 -0
  126. data/node_modules/@babel/runtime/helpers/esm/package.json +3 -0
  127. data/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +11 -0
  128. data/node_modules/@babel/runtime/helpers/esm/readOnlyError.js +3 -0
  129. data/node_modules/@babel/runtime/helpers/esm/set.js +51 -0
  130. data/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +8 -0
  131. data/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js +7 -0
  132. data/node_modules/@babel/runtime/helpers/esm/slicedToArray.js +7 -0
  133. data/node_modules/@babel/runtime/helpers/esm/slicedToArrayLoose.js +7 -0
  134. data/node_modules/@babel/runtime/helpers/esm/superPropBase.js +9 -0
  135. data/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js +11 -0
  136. data/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js +8 -0
  137. data/node_modules/@babel/runtime/helpers/esm/tdz.js +3 -0
  138. data/node_modules/@babel/runtime/helpers/esm/temporalRef.js +5 -0
  139. data/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js +1 -0
  140. data/node_modules/@babel/runtime/helpers/esm/toArray.js +7 -0
  141. data/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js +7 -0
  142. data/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +13 -0
  143. data/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +6 -0
  144. data/node_modules/@babel/runtime/helpers/esm/typeof.js +15 -0
  145. data/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +9 -0
  146. data/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js +6 -0
  147. data/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js +37 -0
  148. data/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js +65 -0
  149. data/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js +3 -0
  150. data/node_modules/@babel/runtime/helpers/extends.js +21 -0
  151. data/node_modules/@babel/runtime/helpers/get.js +27 -0
  152. data/node_modules/@babel/runtime/helpers/getPrototypeOf.js +10 -0
  153. data/node_modules/@babel/runtime/helpers/inherits.js +19 -0
  154. data/node_modules/@babel/runtime/helpers/inheritsLoose.js +10 -0
  155. data/node_modules/@babel/runtime/helpers/initializerDefineProperty.js +12 -0
  156. data/node_modules/@babel/runtime/helpers/initializerWarningHelper.js +6 -0
  157. data/node_modules/@babel/runtime/helpers/instanceof.js +10 -0
  158. data/node_modules/@babel/runtime/helpers/interopRequireDefault.js +8 -0
  159. data/node_modules/@babel/runtime/helpers/interopRequireWildcard.js +54 -0
  160. data/node_modules/@babel/runtime/helpers/isNativeFunction.js +6 -0
  161. data/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js +15 -0
  162. data/node_modules/@babel/runtime/helpers/iterableToArray.js +6 -0
  163. data/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js +32 -0
  164. data/node_modules/@babel/runtime/helpers/iterableToArrayLimitLoose.js +17 -0
  165. data/node_modules/@babel/runtime/helpers/jsx.js +50 -0
  166. data/node_modules/@babel/runtime/helpers/maybeArrayLike.js +13 -0
  167. data/node_modules/@babel/runtime/helpers/newArrowCheck.js +8 -0
  168. data/node_modules/@babel/runtime/helpers/nonIterableRest.js +6 -0
  169. data/node_modules/@babel/runtime/helpers/nonIterableSpread.js +6 -0
  170. data/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js +6 -0
  171. data/node_modules/@babel/runtime/helpers/objectSpread.js +23 -0
  172. data/node_modules/@babel/runtime/helpers/objectSpread2.js +42 -0
  173. data/node_modules/@babel/runtime/helpers/objectWithoutProperties.js +23 -0
  174. data/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js +17 -0
  175. data/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js +16 -0
  176. data/node_modules/@babel/runtime/helpers/readOnlyError.js +6 -0
  177. data/node_modules/@babel/runtime/helpers/set.js +55 -0
  178. data/node_modules/@babel/runtime/helpers/setPrototypeOf.js +12 -0
  179. data/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js +10 -0
  180. data/node_modules/@babel/runtime/helpers/slicedToArray.js +14 -0
  181. data/node_modules/@babel/runtime/helpers/slicedToArrayLoose.js +14 -0
  182. data/node_modules/@babel/runtime/helpers/superPropBase.js +13 -0
  183. data/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js +14 -0
  184. data/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js +11 -0
  185. data/node_modules/@babel/runtime/helpers/tdz.js +6 -0
  186. data/node_modules/@babel/runtime/helpers/temporalRef.js +10 -0
  187. data/node_modules/@babel/runtime/helpers/temporalUndefined.js +4 -0
  188. data/node_modules/@babel/runtime/helpers/toArray.js +14 -0
  189. data/node_modules/@babel/runtime/helpers/toConsumableArray.js +14 -0
  190. data/node_modules/@babel/runtime/helpers/toPrimitive.js +17 -0
  191. data/node_modules/@babel/runtime/helpers/toPropertyKey.js +11 -0
  192. data/node_modules/@babel/runtime/helpers/typeof.js +22 -0
  193. data/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js +13 -0
  194. data/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js +10 -0
  195. data/node_modules/@babel/runtime/helpers/wrapNativeSuper.js +45 -0
  196. data/node_modules/@babel/runtime/helpers/wrapRegExp.js +72 -0
  197. data/node_modules/@babel/runtime/helpers/writeOnlyError.js +6 -0
  198. data/node_modules/@babel/runtime/package.json +848 -0
  199. data/node_modules/@babel/runtime/regenerator/index.js +1 -0
  200. data/node_modules/css-in-js-utils/Changelog.md +16 -0
  201. data/node_modules/css-in-js-utils/LICENSE +21 -0
  202. data/node_modules/css-in-js-utils/README.md +241 -0
  203. data/node_modules/css-in-js-utils/lib/__tests__/assignStyle-test.js +117 -0
  204. data/node_modules/css-in-js-utils/lib/__tests__/camelCaseProperty-test.js +15 -0
  205. data/node_modules/css-in-js-utils/lib/__tests__/cssifyDeclaration-test.js +15 -0
  206. data/node_modules/css-in-js-utils/lib/__tests__/cssifyObject-test.js +31 -0
  207. data/node_modules/css-in-js-utils/lib/__tests__/isPrefixedProperty-test.js +19 -0
  208. data/node_modules/css-in-js-utils/lib/__tests__/isPrefixedValue-test.js +19 -0
  209. data/node_modules/css-in-js-utils/lib/__tests__/isUnitlessProperty-test.js +43 -0
  210. data/node_modules/css-in-js-utils/lib/__tests__/normalizeProperty-test.js +21 -0
  211. data/node_modules/css-in-js-utils/lib/__tests__/resolveArrayValue-test.js +17 -0
  212. data/node_modules/css-in-js-utils/lib/__tests__/unprefixProperty-test.js +19 -0
  213. data/node_modules/css-in-js-utils/lib/__tests__/unprefixValue-test.js +20 -0
  214. data/node_modules/css-in-js-utils/lib/assignStyle.js +37 -0
  215. data/node_modules/css-in-js-utils/lib/camelCaseProperty.js +15 -0
  216. data/node_modules/css-in-js-utils/lib/cssifyDeclaration.js +17 -0
  217. data/node_modules/css-in-js-utils/lib/cssifyObject.js +34 -0
  218. data/node_modules/css-in-js-utils/lib/hyphenateProperty.js +17 -0
  219. data/node_modules/css-in-js-utils/lib/index.js +71 -0
  220. data/node_modules/css-in-js-utils/lib/isPrefixedProperty.js +12 -0
  221. data/node_modules/css-in-js-utils/lib/isPrefixedValue.js +12 -0
  222. data/node_modules/css-in-js-utils/lib/isUnitlessProperty.js +64 -0
  223. data/node_modules/css-in-js-utils/lib/normalizeProperty.js +21 -0
  224. data/node_modules/css-in-js-utils/lib/resolveArrayValue.js +19 -0
  225. data/node_modules/css-in-js-utils/lib/unprefixProperty.js +13 -0
  226. data/node_modules/css-in-js-utils/lib/unprefixValue.js +16 -0
  227. data/node_modules/css-in-js-utils/package.json +56 -0
  228. data/node_modules/css-tree/CHANGELOG.md +590 -0
  229. data/node_modules/css-tree/LICENSE +19 -0
  230. data/node_modules/css-tree/README.md +130 -0
  231. data/node_modules/css-tree/data/index.js +103 -0
  232. data/node_modules/css-tree/data/patch.json +721 -0
  233. data/node_modules/css-tree/dist/csstree.js +12606 -0
  234. data/node_modules/css-tree/dist/csstree.min.js +1 -0
  235. data/node_modules/css-tree/lib/common/List.js +576 -0
  236. data/node_modules/css-tree/lib/common/OffsetToLocation.js +91 -0
  237. data/node_modules/css-tree/lib/common/SyntaxError.js +82 -0
  238. data/node_modules/css-tree/lib/common/TokenStream.js +219 -0
  239. data/node_modules/css-tree/lib/common/adopt-buffer.js +10 -0
  240. data/node_modules/css-tree/lib/convertor/create.js +28 -0
  241. data/node_modules/css-tree/lib/convertor/index.js +3 -0
  242. data/node_modules/css-tree/lib/definition-syntax/SyntaxError.js +14 -0
  243. data/node_modules/css-tree/lib/definition-syntax/generate.js +129 -0
  244. data/node_modules/css-tree/lib/definition-syntax/index.js +6 -0
  245. data/node_modules/css-tree/lib/definition-syntax/parse.js +568 -0
  246. data/node_modules/css-tree/lib/definition-syntax/tokenizer.js +55 -0
  247. data/node_modules/css-tree/lib/definition-syntax/walk.js +52 -0
  248. data/node_modules/css-tree/lib/generator/create.js +66 -0
  249. data/node_modules/css-tree/lib/generator/index.js +4 -0
  250. data/node_modules/css-tree/lib/generator/sourceMap.js +95 -0
  251. data/node_modules/css-tree/lib/index.js +1 -0
  252. data/node_modules/css-tree/lib/lexer/Lexer.js +466 -0
  253. data/node_modules/css-tree/lib/lexer/error.js +127 -0
  254. data/node_modules/css-tree/lib/lexer/generic-an-plus-b.js +236 -0
  255. data/node_modules/css-tree/lib/lexer/generic-urange.js +159 -0
  256. data/node_modules/css-tree/lib/lexer/generic.js +585 -0
  257. data/node_modules/css-tree/lib/lexer/index.js +3 -0
  258. data/node_modules/css-tree/lib/lexer/match-graph.js +455 -0
  259. data/node_modules/css-tree/lib/lexer/match.js +639 -0
  260. data/node_modules/css-tree/lib/lexer/prepare-tokens.js +73 -0
  261. data/node_modules/css-tree/lib/lexer/search.js +65 -0
  262. data/node_modules/css-tree/lib/lexer/structure.js +163 -0
  263. data/node_modules/css-tree/lib/lexer/trace.js +79 -0
  264. data/node_modules/css-tree/lib/parser/create.js +304 -0
  265. data/node_modules/css-tree/lib/parser/index.js +4 -0
  266. data/node_modules/css-tree/lib/parser/sequence.js +54 -0
  267. data/node_modules/css-tree/lib/syntax/atrule/font-face.js +8 -0
  268. data/node_modules/css-tree/lib/syntax/atrule/import.js +40 -0
  269. data/node_modules/css-tree/lib/syntax/atrule/index.js +7 -0
  270. data/node_modules/css-tree/lib/syntax/atrule/media.js +12 -0
  271. data/node_modules/css-tree/lib/syntax/atrule/page.js +12 -0
  272. data/node_modules/css-tree/lib/syntax/atrule/supports.js +89 -0
  273. data/node_modules/css-tree/lib/syntax/config/lexer.js +9 -0
  274. data/node_modules/css-tree/lib/syntax/config/mix.js +140 -0
  275. data/node_modules/css-tree/lib/syntax/config/parser.js +25 -0
  276. data/node_modules/css-tree/lib/syntax/config/walker.js +3 -0
  277. data/node_modules/css-tree/lib/syntax/create.js +77 -0
  278. data/node_modules/css-tree/lib/syntax/function/expression.js +7 -0
  279. data/node_modules/css-tree/lib/syntax/function/var.js +43 -0
  280. data/node_modules/css-tree/lib/syntax/index.js +21 -0
  281. data/node_modules/css-tree/lib/syntax/node/AnPlusB.js +297 -0
  282. data/node_modules/css-tree/lib/syntax/node/Atrule.js +107 -0
  283. data/node_modules/css-tree/lib/syntax/node/AtrulePrelude.js +51 -0
  284. data/node_modules/css-tree/lib/syntax/node/AttributeSelector.js +165 -0
  285. data/node_modules/css-tree/lib/syntax/node/Block.js +91 -0
  286. data/node_modules/css-tree/lib/syntax/node/Brackets.js +34 -0
  287. data/node_modules/css-tree/lib/syntax/node/CDC.js +19 -0
  288. data/node_modules/css-tree/lib/syntax/node/CDO.js +19 -0
  289. data/node_modules/css-tree/lib/syntax/node/ClassSelector.js +29 -0
  290. data/node_modules/css-tree/lib/syntax/node/Combinator.js +55 -0
  291. data/node_modules/css-tree/lib/syntax/node/Comment.js +36 -0
  292. data/node_modules/css-tree/lib/syntax/node/Declaration.js +169 -0
  293. data/node_modules/css-tree/lib/syntax/node/DeclarationList.js +49 -0
  294. data/node_modules/css-tree/lib/syntax/node/Dimension.js +29 -0
  295. data/node_modules/css-tree/lib/syntax/node/Function.js +40 -0
  296. data/node_modules/css-tree/lib/syntax/node/Hash.js +26 -0
  297. data/node_modules/css-tree/lib/syntax/node/IdSelector.js +27 -0
  298. data/node_modules/css-tree/lib/syntax/node/Identifier.js +20 -0
  299. data/node_modules/css-tree/lib/syntax/node/MediaFeature.js +76 -0
  300. data/node_modules/css-tree/lib/syntax/node/MediaQuery.js +68 -0
  301. data/node_modules/css-tree/lib/syntax/node/MediaQueryList.js +36 -0
  302. data/node_modules/css-tree/lib/syntax/node/Nth.js +51 -0
  303. data/node_modules/css-tree/lib/syntax/node/Number.js +18 -0
  304. data/node_modules/css-tree/lib/syntax/node/Operator.js +21 -0
  305. data/node_modules/css-tree/lib/syntax/node/Parentheses.js +34 -0
  306. data/node_modules/css-tree/lib/syntax/node/Percentage.js +27 -0
  307. data/node_modules/css-tree/lib/syntax/node/PseudoClassSelector.js +61 -0
  308. data/node_modules/css-tree/lib/syntax/node/PseudoElementSelector.js +62 -0
  309. data/node_modules/css-tree/lib/syntax/node/Ratio.js +66 -0
  310. data/node_modules/css-tree/lib/syntax/node/Raw.js +87 -0
  311. data/node_modules/css-tree/lib/syntax/node/Rule.js +54 -0
  312. data/node_modules/css-tree/lib/syntax/node/Selector.js +32 -0
  313. data/node_modules/css-tree/lib/syntax/node/SelectorList.js +39 -0
  314. data/node_modules/css-tree/lib/syntax/node/String.js +18 -0
  315. data/node_modules/css-tree/lib/syntax/node/StyleSheet.js +81 -0
  316. data/node_modules/css-tree/lib/syntax/node/TypeSelector.js +53 -0
  317. data/node_modules/css-tree/lib/syntax/node/UnicodeRange.js +173 -0
  318. data/node_modules/css-tree/lib/syntax/node/Url.js +69 -0
  319. data/node_modules/css-tree/lib/syntax/node/Value.js +19 -0
  320. data/node_modules/css-tree/lib/syntax/node/WhiteSpace.js +26 -0
  321. data/node_modules/css-tree/lib/syntax/node/index.js +42 -0
  322. data/node_modules/css-tree/lib/syntax/pseudo/common/nth.js +9 -0
  323. data/node_modules/css-tree/lib/syntax/pseudo/common/nthWithOfClause.js +9 -0
  324. data/node_modules/css-tree/lib/syntax/pseudo/common/selectorList.js +7 -0
  325. data/node_modules/css-tree/lib/syntax/pseudo/dir.js +7 -0
  326. data/node_modules/css-tree/lib/syntax/pseudo/has.js +7 -0
  327. data/node_modules/css-tree/lib/syntax/pseudo/index.js +12 -0
  328. data/node_modules/css-tree/lib/syntax/pseudo/lang.js +7 -0
  329. data/node_modules/css-tree/lib/syntax/pseudo/matches.js +1 -0
  330. data/node_modules/css-tree/lib/syntax/pseudo/not.js +1 -0
  331. data/node_modules/css-tree/lib/syntax/pseudo/nth-child.js +1 -0
  332. data/node_modules/css-tree/lib/syntax/pseudo/nth-last-child.js +1 -0
  333. data/node_modules/css-tree/lib/syntax/pseudo/nth-last-of-type.js +1 -0
  334. data/node_modules/css-tree/lib/syntax/pseudo/nth-of-type.js +1 -0
  335. data/node_modules/css-tree/lib/syntax/pseudo/slotted.js +7 -0
  336. data/node_modules/css-tree/lib/syntax/scope/atrulePrelude.js +3 -0
  337. data/node_modules/css-tree/lib/syntax/scope/default.js +87 -0
  338. data/node_modules/css-tree/lib/syntax/scope/index.js +5 -0
  339. data/node_modules/css-tree/lib/syntax/scope/selector.js +80 -0
  340. data/node_modules/css-tree/lib/syntax/scope/value.js +5 -0
  341. data/node_modules/css-tree/lib/tokenizer/char-code-definitions.js +249 -0
  342. data/node_modules/css-tree/lib/tokenizer/const.js +40 -0
  343. data/node_modules/css-tree/lib/tokenizer/index.js +591 -0
  344. data/node_modules/css-tree/lib/tokenizer/utils.js +243 -0
  345. data/node_modules/css-tree/lib/utils/clone.js +21 -0
  346. data/node_modules/css-tree/lib/utils/createCustomError.js +17 -0
  347. data/node_modules/css-tree/lib/utils/names.js +104 -0
  348. data/node_modules/css-tree/lib/walker/create.js +284 -0
  349. data/node_modules/css-tree/lib/walker/index.js +4 -0
  350. data/node_modules/css-tree/package.json +60 -0
  351. data/node_modules/csstype/LICENSE +19 -0
  352. data/node_modules/csstype/README.md +273 -0
  353. data/node_modules/csstype/index.d.ts +20553 -0
  354. data/node_modules/csstype/index.js.flow +6278 -0
  355. data/node_modules/csstype/package.json +62 -0
  356. data/node_modules/error-stack-parser/CHANGELOG.md +53 -0
  357. data/node_modules/error-stack-parser/LICENSE +19 -0
  358. data/node_modules/error-stack-parser/README.md +44 -0
  359. data/node_modules/error-stack-parser/dist/error-stack-parser.js +202 -0
  360. data/node_modules/error-stack-parser/dist/error-stack-parser.min.js +2 -0
  361. data/node_modules/error-stack-parser/dist/error-stack-parser.min.js.map +1 -0
  362. data/node_modules/error-stack-parser/error-stack-parser.d.ts +66 -0
  363. data/node_modules/error-stack-parser/error-stack-parser.js +202 -0
  364. data/node_modules/error-stack-parser/package.json +63 -0
  365. data/node_modules/fastest-stable-stringify/.eslintrc.yml +26 -0
  366. data/node_modules/fastest-stable-stringify/.travis.yml +7 -0
  367. data/node_modules/fastest-stable-stringify/LICENSE +18 -0
  368. data/node_modules/fastest-stable-stringify/README.md +44 -0
  369. data/node_modules/fastest-stable-stringify/benchmark/index.js +32 -0
  370. data/node_modules/fastest-stable-stringify/benchmark/test.json +215 -0
  371. data/node_modules/fastest-stable-stringify/example/key_cmp.js +7 -0
  372. data/node_modules/fastest-stable-stringify/example/nested.js +3 -0
  373. data/node_modules/fastest-stable-stringify/example/str.js +3 -0
  374. data/node_modules/fastest-stable-stringify/example/value_cmp.js +7 -0
  375. data/node_modules/fastest-stable-stringify/index.js +60 -0
  376. data/node_modules/fastest-stable-stringify/package.json +54 -0
  377. data/node_modules/fastest-stable-stringify/test/bench.js +20 -0
  378. data/node_modules/fastest-stable-stringify/test/nested.js +24 -0
  379. data/node_modules/fastest-stable-stringify/test/str.js +52 -0
  380. data/node_modules/fastest-stable-stringify/test/to-json.js +22 -0
  381. data/node_modules/hyphenate-style-name/LICENSE +28 -0
  382. data/node_modules/hyphenate-style-name/README.md +28 -0
  383. data/node_modules/hyphenate-style-name/index.cjs.js +21 -0
  384. data/node_modules/hyphenate-style-name/index.js +19 -0
  385. data/node_modules/hyphenate-style-name/package.json +42 -0
  386. data/node_modules/inline-style-prefixer/CHANGELOG.md +195 -0
  387. data/node_modules/inline-style-prefixer/LICENSE +22 -0
  388. data/node_modules/inline-style-prefixer/README.md +100 -0
  389. data/node_modules/inline-style-prefixer/es/createPrefixer.js +47 -0
  390. data/node_modules/inline-style-prefixer/es/data.js +12 -0
  391. data/node_modules/inline-style-prefixer/es/generator/generatePluginList.js +21 -0
  392. data/node_modules/inline-style-prefixer/es/generator/generatePrefixMap.js +75 -0
  393. data/node_modules/inline-style-prefixer/es/generator/index.js +69 -0
  394. data/node_modules/inline-style-prefixer/es/generator/maps/pluginMap.js +108 -0
  395. data/node_modules/inline-style-prefixer/es/generator/maps/propertyMap.js +38 -0
  396. data/node_modules/inline-style-prefixer/es/index.js +26 -0
  397. data/node_modules/inline-style-prefixer/es/plugins/backgroundClip.js +7 -0
  398. data/node_modules/inline-style-prefixer/es/plugins/calc.js +11 -0
  399. data/node_modules/inline-style-prefixer/es/plugins/crossFade.js +12 -0
  400. data/node_modules/inline-style-prefixer/es/plugins/cursor.js +16 -0
  401. data/node_modules/inline-style-prefixer/es/plugins/filter.js +12 -0
  402. data/node_modules/inline-style-prefixer/es/plugins/flex.js +10 -0
  403. data/node_modules/inline-style-prefixer/es/plugins/flexboxIE.js +67 -0
  404. data/node_modules/inline-style-prefixer/es/plugins/flexboxOld.js +33 -0
  405. data/node_modules/inline-style-prefixer/es/plugins/gradient.js +14 -0
  406. data/node_modules/inline-style-prefixer/es/plugins/grid.js +129 -0
  407. data/node_modules/inline-style-prefixer/es/plugins/imageSet.js +12 -0
  408. data/node_modules/inline-style-prefixer/es/plugins/index.js +17 -0
  409. data/node_modules/inline-style-prefixer/es/plugins/logical.js +35 -0
  410. data/node_modules/inline-style-prefixer/es/plugins/position.js +5 -0
  411. data/node_modules/inline-style-prefixer/es/plugins/sizing.js +26 -0
  412. data/node_modules/inline-style-prefixer/es/plugins/transition.js +75 -0
  413. data/node_modules/inline-style-prefixer/es/utils/addNewValuesOnly.js +15 -0
  414. data/node_modules/inline-style-prefixer/es/utils/capitalizeString.js +3 -0
  415. data/node_modules/inline-style-prefixer/es/utils/isObject.js +3 -0
  416. data/node_modules/inline-style-prefixer/es/utils/prefixProperty.js +22 -0
  417. data/node_modules/inline-style-prefixer/es/utils/prefixValue.js +11 -0
  418. data/node_modules/inline-style-prefixer/lib/createPrefixer.js +66 -0
  419. data/node_modules/inline-style-prefixer/lib/data.js +17 -0
  420. data/node_modules/inline-style-prefixer/lib/generator/generatePluginList.js +32 -0
  421. data/node_modules/inline-style-prefixer/lib/generator/generatePrefixMap.js +86 -0
  422. data/node_modules/inline-style-prefixer/lib/generator/index.js +85 -0
  423. data/node_modules/inline-style-prefixer/lib/generator/maps/pluginMap.js +113 -0
  424. data/node_modules/inline-style-prefixer/lib/generator/maps/propertyMap.js +43 -0
  425. data/node_modules/inline-style-prefixer/lib/index.js +78 -0
  426. data/node_modules/inline-style-prefixer/lib/plugins/backgroundClip.js +13 -0
  427. data/node_modules/inline-style-prefixer/lib/plugins/calc.js +21 -0
  428. data/node_modules/inline-style-prefixer/lib/plugins/crossFade.js +22 -0
  429. data/node_modules/inline-style-prefixer/lib/plugins/cursor.js +22 -0
  430. data/node_modules/inline-style-prefixer/lib/plugins/filter.js +22 -0
  431. data/node_modules/inline-style-prefixer/lib/plugins/flex.js +16 -0
  432. data/node_modules/inline-style-prefixer/lib/plugins/flexboxIE.js +73 -0
  433. data/node_modules/inline-style-prefixer/lib/plugins/flexboxOld.js +39 -0
  434. data/node_modules/inline-style-prefixer/lib/plugins/gradient.js +26 -0
  435. data/node_modules/inline-style-prefixer/lib/plugins/grid.js +136 -0
  436. data/node_modules/inline-style-prefixer/lib/plugins/imageSet.js +22 -0
  437. data/node_modules/inline-style-prefixer/lib/plugins/index.js +69 -0
  438. data/node_modules/inline-style-prefixer/lib/plugins/logical.js +41 -0
  439. data/node_modules/inline-style-prefixer/lib/plugins/position.js +11 -0
  440. data/node_modules/inline-style-prefixer/lib/plugins/sizing.js +32 -0
  441. data/node_modules/inline-style-prefixer/lib/plugins/transition.js +92 -0
  442. data/node_modules/inline-style-prefixer/lib/utils/addNewValuesOnly.js +21 -0
  443. data/node_modules/inline-style-prefixer/lib/utils/capitalizeString.js +9 -0
  444. data/node_modules/inline-style-prefixer/lib/utils/isObject.js +9 -0
  445. data/node_modules/inline-style-prefixer/lib/utils/prefixProperty.js +32 -0
  446. data/node_modules/inline-style-prefixer/lib/utils/prefixValue.js +17 -0
  447. data/node_modules/inline-style-prefixer/package.json +79 -0
  448. data/node_modules/isobject/LICENSE +21 -0
  449. data/node_modules/isobject/README.md +122 -0
  450. data/node_modules/isobject/index.d.ts +5 -0
  451. data/node_modules/isobject/index.js +12 -0
  452. data/node_modules/isobject/package.json +74 -0
  453. data/node_modules/js-tokens/CHANGELOG.md +151 -0
  454. data/node_modules/js-tokens/LICENSE +21 -0
  455. data/node_modules/js-tokens/README.md +240 -0
  456. data/node_modules/js-tokens/index.js +23 -0
  457. data/node_modules/js-tokens/package.json +30 -0
  458. data/node_modules/loose-envify/LICENSE +21 -0
  459. data/node_modules/loose-envify/README.md +45 -0
  460. data/node_modules/loose-envify/cli.js +16 -0
  461. data/node_modules/loose-envify/custom.js +4 -0
  462. data/node_modules/loose-envify/index.js +3 -0
  463. data/node_modules/loose-envify/loose-envify.js +36 -0
  464. data/node_modules/loose-envify/package.json +36 -0
  465. data/node_modules/loose-envify/replace.js +65 -0
  466. data/node_modules/mdn-data/LICENSE +116 -0
  467. data/node_modules/mdn-data/README.md +56 -0
  468. data/node_modules/mdn-data/api/index.js +3 -0
  469. data/node_modules/mdn-data/api/inheritance.json +2681 -0
  470. data/node_modules/mdn-data/api/inheritance.schema.json +31 -0
  471. data/node_modules/mdn-data/css/at-rules.json +560 -0
  472. data/node_modules/mdn-data/css/at-rules.schema.json +132 -0
  473. data/node_modules/mdn-data/css/definitions.json +77 -0
  474. data/node_modules/mdn-data/css/index.js +8 -0
  475. data/node_modules/mdn-data/css/properties.json +9163 -0
  476. data/node_modules/mdn-data/css/properties.schema.json +402 -0
  477. data/node_modules/mdn-data/css/selectors.json +927 -0
  478. data/node_modules/mdn-data/css/selectors.schema.json +36 -0
  479. data/node_modules/mdn-data/css/syntaxes.json +761 -0
  480. data/node_modules/mdn-data/css/syntaxes.schema.json +15 -0
  481. data/node_modules/mdn-data/css/types.json +265 -0
  482. data/node_modules/mdn-data/css/types.schema.json +32 -0
  483. data/node_modules/mdn-data/css/units.json +199 -0
  484. data/node_modules/mdn-data/css/units.schema.json +28 -0
  485. data/node_modules/mdn-data/index.js +5 -0
  486. data/node_modules/mdn-data/l10n/css.json +1567 -0
  487. data/node_modules/mdn-data/l10n/index.js +3 -0
  488. data/node_modules/mdn-data/package.json +39 -0
  489. data/node_modules/nano-css/.circleci/config.yml +85 -0
  490. data/node_modules/nano-css/.eslintrc.yml +27 -0
  491. data/node_modules/nano-css/.github/FUNDING.yml +3 -0
  492. data/node_modules/nano-css/.github/workflows/nodejs.yml +23 -0
  493. data/node_modules/nano-css/CHANGELOG.md +362 -0
  494. data/node_modules/nano-css/LICENSE +24 -0
  495. data/node_modules/nano-css/README.md +70 -0
  496. data/node_modules/nano-css/addon/__dev__/warnOnMissingDependencies.js +25 -0
  497. data/node_modules/nano-css/addon/__tests__/__snapshots__/reset.test.js.snap +407 -0
  498. data/node_modules/nano-css/addon/__tests__/__snapshots__/tachyons.test.js.snap +43 -0
  499. data/node_modules/nano-css/addon/__tests__/amp.server.dev.test.js +6 -0
  500. data/node_modules/nano-css/addon/__tests__/amp.server.test.js +223 -0
  501. data/node_modules/nano-css/addon/__tests__/atoms.dev.test.js +5 -0
  502. data/node_modules/nano-css/addon/__tests__/atoms.server.dev.test.js +8 -0
  503. data/node_modules/nano-css/addon/__tests__/atoms.server.test.js +6 -0
  504. data/node_modules/nano-css/addon/__tests__/atoms.test.js +49 -0
  505. data/node_modules/nano-css/addon/__tests__/cssom.server.test.js +12 -0
  506. data/node_modules/nano-css/addon/__tests__/emmet/emmet.dev.test.js +5 -0
  507. data/node_modules/nano-css/addon/__tests__/emmet/emmet.server.dev.test.js +8 -0
  508. data/node_modules/nano-css/addon/__tests__/emmet/emmet.server.test.js +6 -0
  509. data/node_modules/nano-css/addon/__tests__/emmet/emmet.test.js +219 -0
  510. data/node_modules/nano-css/addon/__tests__/env.js +6 -0
  511. data/node_modules/nano-css/addon/__tests__/extract.server.test.js +159 -0
  512. data/node_modules/nano-css/addon/__tests__/index.server.dev.test.js +6 -0
  513. data/node_modules/nano-css/addon/__tests__/index.server.test.js +4 -0
  514. data/node_modules/nano-css/addon/__tests__/index.test.js +257 -0
  515. data/node_modules/nano-css/addon/__tests__/jsx.dev.test.js +5 -0
  516. data/node_modules/nano-css/addon/__tests__/jsx.server.dev.test.js +6 -0
  517. data/node_modules/nano-css/addon/__tests__/jsx.server.test.js +4 -0
  518. data/node_modules/nano-css/addon/__tests__/jsx.test.js +33 -0
  519. data/node_modules/nano-css/addon/__tests__/keyframes.dev.test.js +5 -0
  520. data/node_modules/nano-css/addon/__tests__/keyframes.server.dev.test.js +6 -0
  521. data/node_modules/nano-css/addon/__tests__/keyframes.server.test.js +4 -0
  522. data/node_modules/nano-css/addon/__tests__/keyframes.test.js +131 -0
  523. data/node_modules/nano-css/addon/__tests__/limit.server.test.js +54 -0
  524. data/node_modules/nano-css/addon/__tests__/nesting.test.js +85 -0
  525. data/node_modules/nano-css/addon/__tests__/prefixer.test.js +121 -0
  526. data/node_modules/nano-css/addon/__tests__/put.dev.test.js +5 -0
  527. data/node_modules/nano-css/addon/__tests__/put.server.dev.test.js +6 -0
  528. data/node_modules/nano-css/addon/__tests__/put.server.test.js +4 -0
  529. data/node_modules/nano-css/addon/__tests__/put.test.js +75 -0
  530. data/node_modules/nano-css/addon/__tests__/reset.test.js +38 -0
  531. data/node_modules/nano-css/addon/__tests__/rule.dev.test.js +5 -0
  532. data/node_modules/nano-css/addon/__tests__/rule.server.dev.test.js +7 -0
  533. data/node_modules/nano-css/addon/__tests__/rule.server.test.js +5 -0
  534. data/node_modules/nano-css/addon/__tests__/rule.test.js +57 -0
  535. data/node_modules/nano-css/addon/__tests__/setup.js +7 -0
  536. data/node_modules/nano-css/addon/__tests__/sheet.test.js +74 -0
  537. data/node_modules/nano-css/addon/__tests__/snake.test.js +124 -0
  538. data/node_modules/nano-css/addon/__tests__/tachyons.test.js +45 -0
  539. data/node_modules/nano-css/addon/__tests__/units.dev.test.js +5 -0
  540. data/node_modules/nano-css/addon/__tests__/units.server.dev.test.js +6 -0
  541. data/node_modules/nano-css/addon/__tests__/units.server.test.js +4 -0
  542. data/node_modules/nano-css/addon/__tests__/units.test.js +41 -0
  543. data/node_modules/nano-css/addon/__tests__/validate.dev.test.js +5 -0
  544. data/node_modules/nano-css/addon/__tests__/validate.test.js +69 -0
  545. data/node_modules/nano-css/addon/__tests__/vcssom.server.test.js +14 -0
  546. data/node_modules/nano-css/addon/__tests__/virtual.dev.test.js +5 -0
  547. data/node_modules/nano-css/addon/__tests__/virtual.server.dev.test.js +6 -0
  548. data/node_modules/nano-css/addon/__tests__/virtual.server.test.js +4 -0
  549. data/node_modules/nano-css/addon/__tests__/virtual.test.js +225 -0
  550. data/node_modules/nano-css/addon/amp.d.ts +5 -0
  551. data/node_modules/nano-css/addon/amp.js +156 -0
  552. data/node_modules/nano-css/addon/animate/fadeIn.js +22 -0
  553. data/node_modules/nano-css/addon/animate/fadeInDown.js +25 -0
  554. data/node_modules/nano-css/addon/animate/fadeInScale.js +25 -0
  555. data/node_modules/nano-css/addon/animate/fadeOut.js +23 -0
  556. data/node_modules/nano-css/addon/animate/fadeOutScale.js +21 -0
  557. data/node_modules/nano-css/addon/array.d.ts +5 -0
  558. data/node_modules/nano-css/addon/array.js +33 -0
  559. data/node_modules/nano-css/addon/atoms.d.ts +243 -0
  560. data/node_modules/nano-css/addon/atoms.js +63 -0
  561. data/node_modules/nano-css/addon/cache.d.ts +8 -0
  562. data/node_modules/nano-css/addon/cache.js +17 -0
  563. data/node_modules/nano-css/addon/component.d.ts +7 -0
  564. data/node_modules/nano-css/addon/component.js +26 -0
  565. data/node_modules/nano-css/addon/cssom.d.ts +17 -0
  566. data/node_modules/nano-css/addon/cssom.js +36 -0
  567. data/node_modules/nano-css/addon/decorator.d.ts +7 -0
  568. data/node_modules/nano-css/addon/decorator.js +43 -0
  569. data/node_modules/nano-css/addon/drule.d.ts +8 -0
  570. data/node_modules/nano-css/addon/drule.js +27 -0
  571. data/node_modules/nano-css/addon/dsheet.d.ts +8 -0
  572. data/node_modules/nano-css/addon/dsheet.js +36 -0
  573. data/node_modules/nano-css/addon/emmet.d.ts +614 -0
  574. data/node_modules/nano-css/addon/emmet.js +177 -0
  575. data/node_modules/nano-css/addon/extract.d.ts +5 -0
  576. data/node_modules/nano-css/addon/extract.js +59 -0
  577. data/node_modules/nano-css/addon/global.d.ts +8 -0
  578. data/node_modules/nano-css/addon/global.js +19 -0
  579. data/node_modules/nano-css/addon/googleFont.d.ts +8 -0
  580. data/node_modules/nano-css/addon/googleFont.js +43 -0
  581. data/node_modules/nano-css/addon/hydrate.d.ts +7 -0
  582. data/node_modules/nano-css/addon/hydrate.js +28 -0
  583. data/node_modules/nano-css/addon/hyperstyle.js +27 -0
  584. data/node_modules/nano-css/addon/important.js +38 -0
  585. data/node_modules/nano-css/addon/jsx.js +60 -0
  586. data/node_modules/nano-css/addon/keyframes.d.ts +34 -0
  587. data/node_modules/nano-css/addon/keyframes.js +61 -0
  588. data/node_modules/nano-css/addon/limit.js +26 -0
  589. data/node_modules/nano-css/addon/nesting.js +37 -0
  590. data/node_modules/nano-css/addon/pipe.js +57 -0
  591. data/node_modules/nano-css/addon/prefixer.js +79 -0
  592. data/node_modules/nano-css/addon/ref.js +87 -0
  593. data/node_modules/nano-css/addon/reset/EricMeyer.js +48 -0
  594. data/node_modules/nano-css/addon/reset/EricMeyerCondensed.js +44 -0
  595. data/node_modules/nano-css/addon/reset/Minimalistic.js +16 -0
  596. data/node_modules/nano-css/addon/reset/Minimalistic2.js +17 -0
  597. data/node_modules/nano-css/addon/reset/Minimalistic3.js +18 -0
  598. data/node_modules/nano-css/addon/reset/Normalize.js +83 -0
  599. data/node_modules/nano-css/addon/reset/PoorMan.js +25 -0
  600. data/node_modules/nano-css/addon/reset/ShaunInman.js +42 -0
  601. data/node_modules/nano-css/addon/reset/Siolon.js +34 -0
  602. data/node_modules/nano-css/addon/reset/Tantek.js +31 -0
  603. data/node_modules/nano-css/addon/reset/Tripoli.js +75 -0
  604. data/node_modules/nano-css/addon/reset/Universal.js +23 -0
  605. data/node_modules/nano-css/addon/reset/Yahoo.js +43 -0
  606. data/node_modules/nano-css/addon/reset-font.js +24 -0
  607. data/node_modules/nano-css/addon/rtl.js +15 -0
  608. data/node_modules/nano-css/addon/rule.d.ts +26 -0
  609. data/node_modules/nano-css/addon/rule.js +39 -0
  610. data/node_modules/nano-css/addon/sheet.d.ts +22 -0
  611. data/node_modules/nano-css/addon/sheet.js +45 -0
  612. data/node_modules/nano-css/addon/snake.js +141 -0
  613. data/node_modules/nano-css/addon/sourcemaps.js +96 -0
  614. data/node_modules/nano-css/addon/spread.js +23 -0
  615. data/node_modules/nano-css/addon/stable.js +7 -0
  616. data/node_modules/nano-css/addon/style.js +33 -0
  617. data/node_modules/nano-css/addon/styled.js +161 -0
  618. data/node_modules/nano-css/addon/stylis/plugin-onRule.js +43 -0
  619. data/node_modules/nano-css/addon/stylis.js +28 -0
  620. data/node_modules/nano-css/addon/tachyons.js +215 -0
  621. data/node_modules/nano-css/addon/unitless.js +78 -0
  622. data/node_modules/nano-css/addon/units.d.ts +89 -0
  623. data/node_modules/nano-css/addon/units.js +27 -0
  624. data/node_modules/nano-css/addon/useStyles.js +24 -0
  625. data/node_modules/nano-css/addon/util/cloneElement.js +11 -0
  626. data/node_modules/nano-css/addon/util/transformComponentDynamic.js +50 -0
  627. data/node_modules/nano-css/addon/util/transformComponentStatic.js +26 -0
  628. data/node_modules/nano-css/addon/validate.js +82 -0
  629. data/node_modules/nano-css/addon/vcssom/__tests__/cssToTree.test.js +159 -0
  630. data/node_modules/nano-css/addon/vcssom/cssToTree.d.ts +15 -0
  631. data/node_modules/nano-css/addon/vcssom/cssToTree.js +42 -0
  632. data/node_modules/nano-css/addon/vcssom/removeRule.d.ts +3 -0
  633. data/node_modules/nano-css/addon/vcssom/removeRule.js +15 -0
  634. data/node_modules/nano-css/addon/vcssom.d.ts +72 -0
  635. data/node_modules/nano-css/addon/vcssom.js +97 -0
  636. data/node_modules/nano-css/addon/virtual.js +107 -0
  637. data/node_modules/nano-css/addon/withStyles.js +32 -0
  638. data/node_modules/nano-css/index.d.ts +4 -0
  639. data/node_modules/nano-css/index.js +138 -0
  640. data/node_modules/nano-css/package.json +145 -0
  641. data/node_modules/nano-css/preset/react.js +43 -0
  642. data/node_modules/nano-css/preset/sheet.d.ts +5 -0
  643. data/node_modules/nano-css/preset/sheet.js +27 -0
  644. data/node_modules/nano-css/preset/vdom.js +40 -0
  645. data/node_modules/nano-css/prettier.config.js +13 -0
  646. data/node_modules/nano-css/renovate.json +3 -0
  647. data/node_modules/nano-css/types/common.d.ts +14 -0
  648. data/node_modules/nano-css/types/demo.ts +7 -0
  649. data/node_modules/nano-css/types/nano.d.ts +171 -0
  650. data/node_modules/object-assign/index.js +90 -0
  651. data/node_modules/object-assign/license +21 -0
  652. data/node_modules/object-assign/package.json +42 -0
  653. data/node_modules/object-assign/readme.md +61 -0
  654. data/node_modules/preact/LICENSE +21 -0
  655. data/node_modules/preact/README.md +187 -0
  656. data/node_modules/preact/compat/LICENSE +21 -0
  657. data/node_modules/preact/compat/dist/compat.js +2 -0
  658. data/node_modules/preact/compat/dist/compat.js.map +1 -0
  659. data/node_modules/preact/compat/dist/compat.mjs +2 -0
  660. data/node_modules/preact/compat/dist/compat.mjs.map +1 -0
  661. data/node_modules/preact/compat/dist/compat.modern.js +2 -0
  662. data/node_modules/preact/compat/dist/compat.modern.js.map +1 -0
  663. data/node_modules/preact/compat/dist/compat.module.js +2 -0
  664. data/node_modules/preact/compat/dist/compat.module.js.map +1 -0
  665. data/node_modules/preact/compat/dist/compat.umd.js +2 -0
  666. data/node_modules/preact/compat/dist/compat.umd.js.map +1 -0
  667. data/node_modules/preact/compat/jsx-dev-runtime.js +1 -0
  668. data/node_modules/preact/compat/jsx-dev-runtime.mjs +1 -0
  669. data/node_modules/preact/compat/jsx-runtime.js +1 -0
  670. data/node_modules/preact/compat/jsx-runtime.mjs +1 -0
  671. data/node_modules/preact/compat/package.json +19 -0
  672. data/node_modules/preact/compat/scheduler.js +15 -0
  673. data/node_modules/preact/compat/scheduler.mjs +23 -0
  674. data/node_modules/preact/compat/server.js +15 -0
  675. data/node_modules/preact/compat/server.mjs +4 -0
  676. data/node_modules/preact/compat/src/Children.js +21 -0
  677. data/node_modules/preact/compat/src/PureComponent.js +15 -0
  678. data/node_modules/preact/compat/src/forwardRef.js +51 -0
  679. data/node_modules/preact/compat/src/index.d.ts +140 -0
  680. data/node_modules/preact/compat/src/index.js +187 -0
  681. data/node_modules/preact/compat/src/internal.d.ts +47 -0
  682. data/node_modules/preact/compat/src/memo.js +34 -0
  683. data/node_modules/preact/compat/src/portals.js +80 -0
  684. data/node_modules/preact/compat/src/render.js +219 -0
  685. data/node_modules/preact/compat/src/suspense-list.d.ts +14 -0
  686. data/node_modules/preact/compat/src/suspense-list.js +126 -0
  687. data/node_modules/preact/compat/src/suspense.d.ts +15 -0
  688. data/node_modules/preact/compat/src/suspense.js +270 -0
  689. data/node_modules/preact/compat/src/util.js +28 -0
  690. data/node_modules/preact/compat/test-utils.js +1 -0
  691. data/node_modules/preact/debug/LICENSE +21 -0
  692. data/node_modules/preact/debug/dist/debug.js +2 -0
  693. data/node_modules/preact/debug/dist/debug.js.map +1 -0
  694. data/node_modules/preact/debug/dist/debug.mjs +2 -0
  695. data/node_modules/preact/debug/dist/debug.mjs.map +1 -0
  696. data/node_modules/preact/debug/dist/debug.modern.js +2 -0
  697. data/node_modules/preact/debug/dist/debug.modern.js.map +1 -0
  698. data/node_modules/preact/debug/dist/debug.module.js +2 -0
  699. data/node_modules/preact/debug/dist/debug.module.js.map +1 -0
  700. data/node_modules/preact/debug/dist/debug.umd.js +2 -0
  701. data/node_modules/preact/debug/dist/debug.umd.js.map +1 -0
  702. data/node_modules/preact/debug/package.json +18 -0
  703. data/node_modules/preact/debug/src/check-props.js +54 -0
  704. data/node_modules/preact/debug/src/component-stack.js +146 -0
  705. data/node_modules/preact/debug/src/constants.js +3 -0
  706. data/node_modules/preact/debug/src/debug.js +442 -0
  707. data/node_modules/preact/debug/src/index.js +6 -0
  708. data/node_modules/preact/debug/src/internal.d.ts +82 -0
  709. data/node_modules/preact/debug/src/util.js +11 -0
  710. data/node_modules/preact/devtools/LICENSE +21 -0
  711. data/node_modules/preact/devtools/dist/devtools.js +2 -0
  712. data/node_modules/preact/devtools/dist/devtools.js.map +1 -0
  713. data/node_modules/preact/devtools/dist/devtools.mjs +2 -0
  714. data/node_modules/preact/devtools/dist/devtools.mjs.map +1 -0
  715. data/node_modules/preact/devtools/dist/devtools.modern.js +2 -0
  716. data/node_modules/preact/devtools/dist/devtools.modern.js.map +1 -0
  717. data/node_modules/preact/devtools/dist/devtools.module.js +2 -0
  718. data/node_modules/preact/devtools/dist/devtools.module.js.map +1 -0
  719. data/node_modules/preact/devtools/dist/devtools.umd.js +2 -0
  720. data/node_modules/preact/devtools/dist/devtools.umd.js.map +1 -0
  721. data/node_modules/preact/devtools/package.json +16 -0
  722. data/node_modules/preact/devtools/src/devtools.js +10 -0
  723. data/node_modules/preact/devtools/src/index.d.ts +8 -0
  724. data/node_modules/preact/devtools/src/index.js +15 -0
  725. data/node_modules/preact/dist/preact.js +2 -0
  726. data/node_modules/preact/dist/preact.js.map +1 -0
  727. data/node_modules/preact/dist/preact.min.js +2 -0
  728. data/node_modules/preact/dist/preact.min.js.map +1 -0
  729. data/node_modules/preact/dist/preact.mjs +2 -0
  730. data/node_modules/preact/dist/preact.mjs.map +1 -0
  731. data/node_modules/preact/dist/preact.module.js +2 -0
  732. data/node_modules/preact/dist/preact.module.js.map +1 -0
  733. data/node_modules/preact/dist/preact.umd.js +2 -0
  734. data/node_modules/preact/dist/preact.umd.js.map +1 -0
  735. data/node_modules/preact/hooks/LICENSE +21 -0
  736. data/node_modules/preact/hooks/dist/hooks.js +2 -0
  737. data/node_modules/preact/hooks/dist/hooks.js.map +1 -0
  738. data/node_modules/preact/hooks/dist/hooks.mjs +2 -0
  739. data/node_modules/preact/hooks/dist/hooks.mjs.map +1 -0
  740. data/node_modules/preact/hooks/dist/hooks.modern.js +2 -0
  741. data/node_modules/preact/hooks/dist/hooks.modern.js.map +1 -0
  742. data/node_modules/preact/hooks/dist/hooks.module.js +2 -0
  743. data/node_modules/preact/hooks/dist/hooks.module.js.map +1 -0
  744. data/node_modules/preact/hooks/dist/hooks.umd.js +2 -0
  745. data/node_modules/preact/hooks/dist/hooks.umd.js.map +1 -0
  746. data/node_modules/preact/hooks/package.json +26 -0
  747. data/node_modules/preact/hooks/src/index.d.ts +133 -0
  748. data/node_modules/preact/hooks/src/index.js +386 -0
  749. data/node_modules/preact/hooks/src/internal.d.ts +75 -0
  750. data/node_modules/preact/jsx-runtime/LICENSE +21 -0
  751. data/node_modules/preact/jsx-runtime/dist/jsxRuntime.js +2 -0
  752. data/node_modules/preact/jsx-runtime/dist/jsxRuntime.js.map +1 -0
  753. data/node_modules/preact/jsx-runtime/dist/jsxRuntime.mjs +2 -0
  754. data/node_modules/preact/jsx-runtime/dist/jsxRuntime.modern.js +2 -0
  755. data/node_modules/preact/jsx-runtime/dist/jsxRuntime.modern.js.map +1 -0
  756. data/node_modules/preact/jsx-runtime/dist/jsxRuntime.module.js +2 -0
  757. data/node_modules/preact/jsx-runtime/dist/jsxRuntime.module.js.map +1 -0
  758. data/node_modules/preact/jsx-runtime/dist/jsxRuntime.umd.js +2 -0
  759. data/node_modules/preact/jsx-runtime/dist/jsxRuntime.umd.js.map +1 -0
  760. data/node_modules/preact/jsx-runtime/package.json +19 -0
  761. data/node_modules/preact/jsx-runtime/src/index.d.ts +50 -0
  762. data/node_modules/preact/jsx-runtime/src/index.js +77 -0
  763. data/node_modules/preact/package.json +270 -0
  764. data/node_modules/preact/src/cjs.js +3 -0
  765. data/node_modules/preact/src/clone-element.js +34 -0
  766. data/node_modules/preact/src/component.js +225 -0
  767. data/node_modules/preact/src/constants.js +3 -0
  768. data/node_modules/preact/src/create-context.js +68 -0
  769. data/node_modules/preact/src/create-element.js +97 -0
  770. data/node_modules/preact/src/diff/catch-error.js +38 -0
  771. data/node_modules/preact/src/diff/children.js +347 -0
  772. data/node_modules/preact/src/diff/index.js +514 -0
  773. data/node_modules/preact/src/diff/props.js +158 -0
  774. data/node_modules/preact/src/index.d.ts +310 -0
  775. data/node_modules/preact/src/index.js +13 -0
  776. data/node_modules/preact/src/internal.d.ts +146 -0
  777. data/node_modules/preact/src/jsx.d.ts +962 -0
  778. data/node_modules/preact/src/options.js +16 -0
  779. data/node_modules/preact/src/render.js +75 -0
  780. data/node_modules/preact/src/util.js +27 -0
  781. data/node_modules/preact/test-utils/dist/testUtils.js +2 -0
  782. data/node_modules/preact/test-utils/dist/testUtils.js.map +1 -0
  783. data/node_modules/preact/test-utils/dist/testUtils.mjs +2 -0
  784. data/node_modules/preact/test-utils/dist/testUtils.mjs.map +1 -0
  785. data/node_modules/preact/test-utils/dist/testUtils.modern.js +2 -0
  786. data/node_modules/preact/test-utils/dist/testUtils.modern.js.map +1 -0
  787. data/node_modules/preact/test-utils/dist/testUtils.module.js +2 -0
  788. data/node_modules/preact/test-utils/dist/testUtils.module.js.map +1 -0
  789. data/node_modules/preact/test-utils/dist/testUtils.umd.js +2 -0
  790. data/node_modules/preact/test-utils/dist/testUtils.umd.js.map +1 -0
  791. data/node_modules/preact/test-utils/package.json +19 -0
  792. data/node_modules/preact/test-utils/src/index.d.ts +3 -0
  793. data/node_modules/preact/test-utils/src/index.js +117 -0
  794. data/node_modules/preact-deep-force-update/.babelrc +8 -0
  795. data/node_modules/preact-deep-force-update/.eslintrc +66 -0
  796. data/node_modules/preact-deep-force-update/.npmignore +2 -0
  797. data/node_modules/preact-deep-force-update/.travis.yml +3 -0
  798. data/node_modules/preact-deep-force-update/LICENSE +21 -0
  799. data/node_modules/preact-deep-force-update/README.md +53 -0
  800. data/node_modules/preact-deep-force-update/dist/deep-force-update.js +36 -0
  801. data/node_modules/preact-deep-force-update/dist/deep-force-update.js.map +1 -0
  802. data/node_modules/preact-deep-force-update/dist/deep-force-update.min.js +2 -0
  803. data/node_modules/preact-deep-force-update/dist/deep-force-update.min.js.map +1 -0
  804. data/node_modules/preact-deep-force-update/karma.conf.js +32 -0
  805. data/node_modules/preact-deep-force-update/package.json +80 -0
  806. data/node_modules/preact-deep-force-update/rollup.config.js +17 -0
  807. data/node_modules/preact-deep-force-update/src/index.js +27 -0
  808. data/node_modules/preact-deep-force-update/test/index.js +50 -0
  809. data/node_modules/preact-render-to-string/LICENSE +21 -0
  810. data/node_modules/preact-render-to-string/README.md +102 -0
  811. data/node_modules/preact-render-to-string/dist/commonjs.js +2 -0
  812. data/node_modules/preact-render-to-string/dist/commonjs.js.map +1 -0
  813. data/node_modules/preact-render-to-string/dist/index.d.ts +16 -0
  814. data/node_modules/preact-render-to-string/dist/index.js +1 -0
  815. data/node_modules/preact-render-to-string/dist/index.js.map +1 -0
  816. data/node_modules/preact-render-to-string/dist/index.mjs +2 -0
  817. data/node_modules/preact-render-to-string/dist/index.module.js +2 -0
  818. data/node_modules/preact-render-to-string/dist/index.module.js.map +1 -0
  819. data/node_modules/preact-render-to-string/dist/jsx-entry.js +2 -0
  820. data/node_modules/preact-render-to-string/dist/jsx-entry.js.map +1 -0
  821. data/node_modules/preact-render-to-string/dist/jsx.d.ts +13 -0
  822. data/node_modules/preact-render-to-string/dist/jsx.js +1 -0
  823. data/node_modules/preact-render-to-string/dist/jsx.js.map +1 -0
  824. data/node_modules/preact-render-to-string/dist/jsx.mjs +2 -0
  825. data/node_modules/preact-render-to-string/dist/jsx.modern.js +2 -0
  826. data/node_modules/preact-render-to-string/dist/jsx.modern.js.map +1 -0
  827. data/node_modules/preact-render-to-string/dist/jsx.module.js +2 -0
  828. data/node_modules/preact-render-to-string/dist/jsx.module.js.map +1 -0
  829. data/node_modules/preact-render-to-string/dist/preact-render-to-string-tests.d.ts +1 -0
  830. data/node_modules/preact-render-to-string/jsx.js +1 -0
  831. data/node_modules/preact-render-to-string/package.json +139 -0
  832. data/node_modules/preact-render-to-string/src/index.d.ts +16 -0
  833. data/node_modules/preact-render-to-string/src/index.js +438 -0
  834. data/node_modules/preact-render-to-string/src/jsx.d.ts +13 -0
  835. data/node_modules/preact-render-to-string/src/jsx.js +76 -0
  836. data/node_modules/preact-render-to-string/src/polyfills.js +8 -0
  837. data/node_modules/preact-render-to-string/src/preact-render-to-string-tests.d.ts +1 -0
  838. data/node_modules/preact-render-to-string/src/util.js +78 -0
  839. data/node_modules/preact-render-to-string/typings.json +5 -0
  840. data/node_modules/pretty-format/.npmignore +3 -0
  841. data/node_modules/pretty-format/LICENSE.md +15 -0
  842. data/node_modules/pretty-format/README.md +94 -0
  843. data/node_modules/pretty-format/index.js +343 -0
  844. data/node_modules/pretty-format/package.json +26 -0
  845. data/node_modules/pretty-format/plugins/ReactElement.js +74 -0
  846. data/node_modules/pretty-format/plugins/ReactTestComponent.js +58 -0
  847. data/node_modules/pretty-format/printString.js +7 -0
  848. data/node_modules/react/LICENSE +21 -0
  849. data/node_modules/react/README.md +13 -0
  850. data/node_modules/react/build-info.json +8 -0
  851. data/node_modules/react/cjs/react-jsx-dev-runtime.development.js +1203 -0
  852. data/node_modules/react/cjs/react-jsx-dev-runtime.production.min.js +9 -0
  853. data/node_modules/react/cjs/react-jsx-dev-runtime.profiling.min.js +9 -0
  854. data/node_modules/react/cjs/react-jsx-runtime.development.js +1221 -0
  855. data/node_modules/react/cjs/react-jsx-runtime.production.min.js +10 -0
  856. data/node_modules/react/cjs/react-jsx-runtime.profiling.min.js +10 -0
  857. data/node_modules/react/cjs/react.development.js +2333 -0
  858. data/node_modules/react/cjs/react.production.min.js +23 -0
  859. data/node_modules/react/index.js +7 -0
  860. data/node_modules/react/jsx-dev-runtime.js +7 -0
  861. data/node_modules/react/jsx-runtime.js +7 -0
  862. data/node_modules/react/package.json +39 -0
  863. data/node_modules/react/umd/react.development.js +3357 -0
  864. data/node_modules/react/umd/react.production.min.js +31 -0
  865. data/node_modules/react/umd/react.profiling.min.js +36 -0
  866. data/node_modules/react-dom/LICENSE +21 -0
  867. data/node_modules/react-dom/README.md +54 -0
  868. data/node_modules/react-dom/build-info.json +8 -0
  869. data/node_modules/react-dom/cjs/react-dom-server.browser.development.js +4342 -0
  870. data/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js +51 -0
  871. data/node_modules/react-dom/cjs/react-dom-server.node.development.js +4383 -0
  872. data/node_modules/react-dom/cjs/react-dom-server.node.production.min.js +52 -0
  873. data/node_modules/react-dom/cjs/react-dom-test-utils.development.js +2118 -0
  874. data/node_modules/react-dom/cjs/react-dom-test-utils.production.min.js +43 -0
  875. data/node_modules/react-dom/cjs/react-dom.development.js +26262 -0
  876. data/node_modules/react-dom/cjs/react-dom.production.min.js +297 -0
  877. data/node_modules/react-dom/cjs/react-dom.profiling.min.js +310 -0
  878. data/node_modules/react-dom/index.js +38 -0
  879. data/node_modules/react-dom/package.json +49 -0
  880. data/node_modules/react-dom/profiling.js +38 -0
  881. data/node_modules/react-dom/server.browser.js +7 -0
  882. data/node_modules/react-dom/server.js +3 -0
  883. data/node_modules/react-dom/server.node.js +7 -0
  884. data/node_modules/react-dom/test-utils.js +7 -0
  885. data/node_modules/react-dom/umd/react-dom-server.browser.development.js +4341 -0
  886. data/node_modules/react-dom/umd/react-dom-server.browser.production.min.js +46 -0
  887. data/node_modules/react-dom/umd/react-dom-test-utils.development.js +2136 -0
  888. data/node_modules/react-dom/umd/react-dom-test-utils.production.min.js +35 -0
  889. data/node_modules/react-dom/umd/react-dom.development.js +26292 -0
  890. data/node_modules/react-dom/umd/react-dom.production.min.js +245 -0
  891. data/node_modules/react-dom/umd/react-dom.profiling.min.js +252 -0
  892. data/node_modules/regenerator-runtime/LICENSE +21 -0
  893. data/node_modules/regenerator-runtime/README.md +31 -0
  894. data/node_modules/regenerator-runtime/package.json +19 -0
  895. data/node_modules/regenerator-runtime/path.js +11 -0
  896. data/node_modules/regenerator-runtime/runtime.js +754 -0
  897. data/node_modules/rtl-css-js/CHANGELOG.md +5 -0
  898. data/node_modules/rtl-css-js/LICENSE +20 -0
  899. data/node_modules/rtl-css-js/README.md +205 -0
  900. data/node_modules/rtl-css-js/core/package.json +6 -0
  901. data/node_modules/rtl-css-js/core.d.ts +163 -0
  902. data/node_modules/rtl-css-js/core.esm.d.ts +1 -0
  903. data/node_modules/rtl-css-js/core.esm.js +9 -0
  904. data/node_modules/rtl-css-js/dist/cjs/convert-a10c80e3.js +509 -0
  905. data/node_modules/rtl-css-js/dist/cjs/core.js +30 -0
  906. data/node_modules/rtl-css-js/dist/cjs/index.js +7 -0
  907. data/node_modules/rtl-css-js/dist/esm/convert-09159978.js +487 -0
  908. data/node_modules/rtl-css-js/dist/esm/core.js +1 -0
  909. data/node_modules/rtl-css-js/dist/esm/index.js +5 -0
  910. data/node_modules/rtl-css-js/dist/rtl-css-js.core.umd.js +519 -0
  911. data/node_modules/rtl-css-js/dist/rtl-css-js.core.umd.js.map +1 -0
  912. data/node_modules/rtl-css-js/dist/rtl-css-js.core.umd.min.js +2 -0
  913. data/node_modules/rtl-css-js/dist/rtl-css-js.core.umd.min.js.map +1 -0
  914. data/node_modules/rtl-css-js/dist/rtl-css-js.umd.js +496 -0
  915. data/node_modules/rtl-css-js/dist/rtl-css-js.umd.js.map +1 -0
  916. data/node_modules/rtl-css-js/dist/rtl-css-js.umd.min.js +2 -0
  917. data/node_modules/rtl-css-js/dist/rtl-css-js.umd.min.js.map +1 -0
  918. data/node_modules/rtl-css-js/package.json +66 -0
  919. data/node_modules/rtl-css-js/types.d.ts +8 -0
  920. data/node_modules/scheduler/LICENSE +21 -0
  921. data/node_modules/scheduler/README.md +9 -0
  922. data/node_modules/scheduler/build-info.json +8 -0
  923. data/node_modules/scheduler/cjs/scheduler-tracing.development.js +347 -0
  924. data/node_modules/scheduler/cjs/scheduler-tracing.production.min.js +9 -0
  925. data/node_modules/scheduler/cjs/scheduler-tracing.profiling.min.js +16 -0
  926. data/node_modules/scheduler/cjs/scheduler-unstable_mock.development.js +665 -0
  927. data/node_modules/scheduler/cjs/scheduler-unstable_mock.production.min.js +19 -0
  928. data/node_modules/scheduler/cjs/scheduler-unstable_post_task.development.js +206 -0
  929. data/node_modules/scheduler/cjs/scheduler-unstable_post_task.production.min.js +13 -0
  930. data/node_modules/scheduler/cjs/scheduler.development.js +646 -0
  931. data/node_modules/scheduler/cjs/scheduler.production.min.js +20 -0
  932. data/node_modules/scheduler/index.js +7 -0
  933. data/node_modules/scheduler/package.json +40 -0
  934. data/node_modules/scheduler/tracing-profiling.js +7 -0
  935. data/node_modules/scheduler/tracing.js +7 -0
  936. data/node_modules/scheduler/umd/scheduler-tracing.development.js +80 -0
  937. data/node_modules/scheduler/umd/scheduler-tracing.production.min.js +80 -0
  938. data/node_modules/scheduler/umd/scheduler-tracing.profiling.min.js +80 -0
  939. data/node_modules/scheduler/umd/scheduler-unstable_mock.development.js +664 -0
  940. data/node_modules/scheduler/umd/scheduler-unstable_mock.production.min.js +18 -0
  941. data/node_modules/scheduler/umd/scheduler.development.js +152 -0
  942. data/node_modules/scheduler/umd/scheduler.production.min.js +146 -0
  943. data/node_modules/scheduler/umd/scheduler.profiling.min.js +146 -0
  944. data/node_modules/scheduler/unstable_mock.js +7 -0
  945. data/node_modules/scheduler/unstable_post_task.js +7 -0
  946. data/node_modules/source-map/CHANGELOG.md +301 -0
  947. data/node_modules/source-map/LICENSE +28 -0
  948. data/node_modules/source-map/README.md +742 -0
  949. data/node_modules/source-map/dist/source-map.debug.js +3234 -0
  950. data/node_modules/source-map/dist/source-map.js +3233 -0
  951. data/node_modules/source-map/dist/source-map.min.js +2 -0
  952. data/node_modules/source-map/dist/source-map.min.js.map +1 -0
  953. data/node_modules/source-map/lib/array-set.js +121 -0
  954. data/node_modules/source-map/lib/base64-vlq.js +140 -0
  955. data/node_modules/source-map/lib/base64.js +67 -0
  956. data/node_modules/source-map/lib/binary-search.js +111 -0
  957. data/node_modules/source-map/lib/mapping-list.js +79 -0
  958. data/node_modules/source-map/lib/quick-sort.js +114 -0
  959. data/node_modules/source-map/lib/source-map-consumer.js +1145 -0
  960. data/node_modules/source-map/lib/source-map-generator.js +425 -0
  961. data/node_modules/source-map/lib/source-node.js +413 -0
  962. data/node_modules/source-map/lib/util.js +488 -0
  963. data/node_modules/source-map/package.json +73 -0
  964. data/node_modules/source-map/source-map.d.ts +98 -0
  965. data/node_modules/source-map/source-map.js +8 -0
  966. data/node_modules/sourcemap-codec/CHANGELOG.md +64 -0
  967. data/node_modules/sourcemap-codec/LICENSE +21 -0
  968. data/node_modules/sourcemap-codec/README.md +63 -0
  969. data/node_modules/sourcemap-codec/dist/sourcemap-codec.es.js +124 -0
  970. data/node_modules/sourcemap-codec/dist/sourcemap-codec.es.js.map +1 -0
  971. data/node_modules/sourcemap-codec/dist/sourcemap-codec.umd.js +135 -0
  972. data/node_modules/sourcemap-codec/dist/sourcemap-codec.umd.js.map +1 -0
  973. data/node_modules/sourcemap-codec/dist/types/sourcemap-codec.d.ts +5 -0
  974. data/node_modules/sourcemap-codec/package.json +53 -0
  975. data/node_modules/stack-generator/.eslintrc.yml +32 -0
  976. data/node_modules/stack-generator/CHANGELOG.md +18 -0
  977. data/node_modules/stack-generator/CONTRIBUTING.md +27 -0
  978. data/node_modules/stack-generator/LICENSE +19 -0
  979. data/node_modules/stack-generator/README.md +28 -0
  980. data/node_modules/stack-generator/bower.json +33 -0
  981. data/node_modules/stack-generator/component.json +17 -0
  982. data/node_modules/stack-generator/dist/stack-generator.js +45 -0
  983. data/node_modules/stack-generator/dist/stack-generator.min.js +2 -0
  984. data/node_modules/stack-generator/dist/stack-generator.min.js.map +1 -0
  985. data/node_modules/stack-generator/karma.conf.ci.js +108 -0
  986. data/node_modules/stack-generator/karma.conf.js +26 -0
  987. data/node_modules/stack-generator/package.json +53 -0
  988. data/node_modules/stack-generator/stack-generator.js +45 -0
  989. data/node_modules/stackframe/.eslintrc.yml +29 -0
  990. data/node_modules/stackframe/CHANGELOG.md +39 -0
  991. data/node_modules/stackframe/CONTRIBUTING.md +28 -0
  992. data/node_modules/stackframe/LICENSE +19 -0
  993. data/node_modules/stackframe/README.md +78 -0
  994. data/node_modules/stackframe/bower.json +31 -0
  995. data/node_modules/stackframe/component.json +16 -0
  996. data/node_modules/stackframe/dist/stackframe.js +143 -0
  997. data/node_modules/stackframe/dist/stackframe.min.js +2 -0
  998. data/node_modules/stackframe/dist/stackframe.min.js.map +1 -0
  999. data/node_modules/stackframe/karma.conf.ci.js +105 -0
  1000. data/node_modules/stackframe/karma.conf.js +23 -0
  1001. data/node_modules/stackframe/package.json +51 -0
  1002. data/node_modules/stackframe/stackframe-tests.ts +47 -0
  1003. data/node_modules/stackframe/stackframe.d.ts +74 -0
  1004. data/node_modules/stackframe/stackframe.js +143 -0
  1005. data/node_modules/stacktrace-gps/CHANGELOG.md +60 -0
  1006. data/node_modules/stacktrace-gps/LICENSE +19 -0
  1007. data/node_modules/stacktrace-gps/README.md +89 -0
  1008. data/node_modules/stacktrace-gps/dist/polyfills.js +5 -0
  1009. data/node_modules/stacktrace-gps/dist/stacktrace-gps-with-polyfills.min.js +2 -0
  1010. data/node_modules/stacktrace-gps/dist/stacktrace-gps-with-polyfills.min.js.map +1 -0
  1011. data/node_modules/stacktrace-gps/dist/stacktrace-gps.js +342 -0
  1012. data/node_modules/stacktrace-gps/dist/stacktrace-gps.min.js +2 -0
  1013. data/node_modules/stacktrace-gps/dist/stacktrace-gps.min.js.map +1 -0
  1014. data/node_modules/stacktrace-gps/node_modules/source-map/CHANGELOG.md +301 -0
  1015. data/node_modules/stacktrace-gps/node_modules/source-map/LICENSE +28 -0
  1016. data/node_modules/stacktrace-gps/node_modules/source-map/README.md +729 -0
  1017. data/node_modules/stacktrace-gps/node_modules/source-map/dist/source-map.debug.js +3056 -0
  1018. data/node_modules/stacktrace-gps/node_modules/source-map/dist/source-map.js +3055 -0
  1019. data/node_modules/stacktrace-gps/node_modules/source-map/dist/source-map.min.js +2 -0
  1020. data/node_modules/stacktrace-gps/node_modules/source-map/dist/source-map.min.js.map +1 -0
  1021. data/node_modules/stacktrace-gps/node_modules/source-map/lib/array-set.js +104 -0
  1022. data/node_modules/stacktrace-gps/node_modules/source-map/lib/base64-vlq.js +140 -0
  1023. data/node_modules/stacktrace-gps/node_modules/source-map/lib/base64.js +67 -0
  1024. data/node_modules/stacktrace-gps/node_modules/source-map/lib/binary-search.js +111 -0
  1025. data/node_modules/stacktrace-gps/node_modules/source-map/lib/mapping-list.js +79 -0
  1026. data/node_modules/stacktrace-gps/node_modules/source-map/lib/quick-sort.js +114 -0
  1027. data/node_modules/stacktrace-gps/node_modules/source-map/lib/source-map-consumer.js +1082 -0
  1028. data/node_modules/stacktrace-gps/node_modules/source-map/lib/source-map-generator.js +404 -0
  1029. data/node_modules/stacktrace-gps/node_modules/source-map/lib/source-node.js +407 -0
  1030. data/node_modules/stacktrace-gps/node_modules/source-map/lib/util.js +417 -0
  1031. data/node_modules/stacktrace-gps/node_modules/source-map/package.json +71 -0
  1032. data/node_modules/stacktrace-gps/node_modules/source-map/source-map.js +8 -0
  1033. data/node_modules/stacktrace-gps/package.json +66 -0
  1034. data/node_modules/stacktrace-gps/stacktrace-gps.js +342 -0
  1035. data/node_modules/stacktrace-js/CHANGELOG.md +97 -0
  1036. data/node_modules/stacktrace-js/LICENSE +19 -0
  1037. data/node_modules/stacktrace-js/README.md +186 -0
  1038. data/node_modules/stacktrace-js/dist/stacktrace-with-promises-and-json-polyfills.js +5405 -0
  1039. data/node_modules/stacktrace-js/dist/stacktrace-with-promises-and-json-polyfills.min.js +3 -0
  1040. data/node_modules/stacktrace-js/dist/stacktrace-with-promises-and-json-polyfills.min.js.map +1 -0
  1041. data/node_modules/stacktrace-js/dist/stacktrace.js +3025 -0
  1042. data/node_modules/stacktrace-js/dist/stacktrace.min.js +2 -0
  1043. data/node_modules/stacktrace-js/dist/stacktrace.min.js.map +1 -0
  1044. data/node_modules/stacktrace-js/package.json +82 -0
  1045. data/node_modules/stacktrace-js/stacktrace-js.d.ts +134 -0
  1046. data/node_modules/stacktrace-js/stacktrace.js +227 -0
  1047. data/node_modules/stylis/LICENSE +21 -0
  1048. data/node_modules/stylis/README.md +152 -0
  1049. data/node_modules/stylis/dist/stylis.mjs +2 -0
  1050. data/node_modules/stylis/dist/stylis.mjs.map +1 -0
  1051. data/node_modules/stylis/dist/umd/package.json +1 -0
  1052. data/node_modules/stylis/dist/umd/stylis.js +2 -0
  1053. data/node_modules/stylis/dist/umd/stylis.js.map +1 -0
  1054. data/node_modules/stylis/index.js +7 -0
  1055. data/node_modules/stylis/package.json +164 -0
  1056. data/node_modules/stylis/src/Enum.js +20 -0
  1057. data/node_modules/stylis/src/Middleware.js +107 -0
  1058. data/node_modules/stylis/src/Parser.js +184 -0
  1059. data/node_modules/stylis/src/Prefixer.js +119 -0
  1060. data/node_modules/stylis/src/Serializer.js +34 -0
  1061. data/node_modules/stylis/src/Tokenizer.js +244 -0
  1062. data/node_modules/stylis/src/Utility.js +109 -0
  1063. data/node_modules/wouter-preact/cjs/index.js +180 -0
  1064. data/node_modules/wouter-preact/cjs/matcher.js +72 -0
  1065. data/node_modules/wouter-preact/cjs/package.json +1 -0
  1066. data/node_modules/wouter-preact/cjs/react-deps.js +75 -0
  1067. data/node_modules/wouter-preact/cjs/static-location.js +21 -0
  1068. data/node_modules/wouter-preact/cjs/use-location.js +94 -0
  1069. data/node_modules/wouter-preact/index.d.ts +110 -0
  1070. data/node_modules/wouter-preact/index.js +178 -0
  1071. data/node_modules/wouter-preact/matcher.d.ts +30 -0
  1072. data/node_modules/wouter-preact/matcher.js +66 -0
  1073. data/node_modules/wouter-preact/package.json +33 -0
  1074. data/node_modules/wouter-preact/react-deps.js +15 -0
  1075. data/node_modules/wouter-preact/static-location.d.ts +16 -0
  1076. data/node_modules/wouter-preact/static-location.js +17 -0
  1077. data/node_modules/wouter-preact/use-location.d.ts +43 -0
  1078. data/node_modules/wouter-preact/use-location.js +86 -0
  1079. data/package.json +10 -0
  1080. metadata +1097 -24
@@ -0,0 +1,36 @@
1
+ {
2
+ "name": "loose-envify",
3
+ "version": "1.4.0",
4
+ "description": "Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST",
5
+ "keywords": [
6
+ "environment",
7
+ "variables",
8
+ "browserify",
9
+ "browserify-transform",
10
+ "transform",
11
+ "source",
12
+ "configuration"
13
+ ],
14
+ "homepage": "https://github.com/zertosh/loose-envify",
15
+ "license": "MIT",
16
+ "author": "Andres Suarez <zertosh@gmail.com>",
17
+ "main": "index.js",
18
+ "bin": {
19
+ "loose-envify": "cli.js"
20
+ },
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "git://github.com/zertosh/loose-envify.git"
24
+ },
25
+ "scripts": {
26
+ "test": "tap test/*.js"
27
+ },
28
+ "dependencies": {
29
+ "js-tokens": "^3.0.0 || ^4.0.0"
30
+ },
31
+ "devDependencies": {
32
+ "browserify": "^13.1.1",
33
+ "envify": "^3.4.0",
34
+ "tap": "^8.0.0"
35
+ }
36
+ }
@@ -0,0 +1,65 @@
1
+ 'use strict';
2
+
3
+ var jsTokens = require('js-tokens').default;
4
+
5
+ var processEnvRe = /\bprocess\.env\.[_$a-zA-Z][$\w]+\b/;
6
+ var spaceOrCommentRe = /^(?:\s|\/[/*])/;
7
+
8
+ function replace(src, envs) {
9
+ if (!processEnvRe.test(src)) {
10
+ return src;
11
+ }
12
+
13
+ var out = [];
14
+ var purge = envs.some(function(env) {
15
+ return env._ && env._.indexOf('purge') !== -1;
16
+ });
17
+
18
+ jsTokens.lastIndex = 0
19
+ var parts = src.match(jsTokens);
20
+
21
+ for (var i = 0; i < parts.length; i++) {
22
+ if (parts[i ] === 'process' &&
23
+ parts[i + 1] === '.' &&
24
+ parts[i + 2] === 'env' &&
25
+ parts[i + 3] === '.') {
26
+ var prevCodeToken = getAdjacentCodeToken(-1, parts, i);
27
+ var nextCodeToken = getAdjacentCodeToken(1, parts, i + 4);
28
+ var replacement = getReplacementString(envs, parts[i + 4], purge);
29
+ if (prevCodeToken !== '.' &&
30
+ nextCodeToken !== '.' &&
31
+ nextCodeToken !== '=' &&
32
+ typeof replacement === 'string') {
33
+ out.push(replacement);
34
+ i += 4;
35
+ continue;
36
+ }
37
+ }
38
+ out.push(parts[i]);
39
+ }
40
+
41
+ return out.join('');
42
+ }
43
+
44
+ function getAdjacentCodeToken(dir, parts, i) {
45
+ while (true) {
46
+ var part = parts[i += dir];
47
+ if (!spaceOrCommentRe.test(part)) {
48
+ return part;
49
+ }
50
+ }
51
+ }
52
+
53
+ function getReplacementString(envs, name, purge) {
54
+ for (var j = 0; j < envs.length; j++) {
55
+ var env = envs[j];
56
+ if (typeof env[name] !== 'undefined') {
57
+ return JSON.stringify(env[name]);
58
+ }
59
+ }
60
+ if (purge) {
61
+ return 'undefined';
62
+ }
63
+ }
64
+
65
+ module.exports = replace;
@@ -0,0 +1,116 @@
1
+ CC0 1.0 Universal
2
+
3
+ Statement of Purpose
4
+
5
+ The laws of most jurisdictions throughout the world automatically confer
6
+ exclusive Copyright and Related Rights (defined below) upon the creator and
7
+ subsequent owner(s) (each and all, an "owner") of an original work of
8
+ authorship and/or a database (each, a "Work").
9
+
10
+ Certain owners wish to permanently relinquish those rights to a Work for the
11
+ purpose of contributing to a commons of creative, cultural and scientific
12
+ works ("Commons") that the public can reliably and without fear of later
13
+ claims of infringement build upon, modify, incorporate in other works, reuse
14
+ and redistribute as freely as possible in any form whatsoever and for any
15
+ purposes, including without limitation commercial purposes. These owners may
16
+ contribute to the Commons to promote the ideal of a free culture and the
17
+ further production of creative, cultural and scientific works, or to gain
18
+ reputation or greater distribution for their Work in part through the use and
19
+ efforts of others.
20
+
21
+ For these and/or other purposes and motivations, and without any expectation
22
+ of additional consideration or compensation, the person associating CC0 with a
23
+ Work (the "Affirmer"), to the extent that he or she is an owner of Copyright
24
+ and Related Rights in the Work, voluntarily elects to apply CC0 to the Work
25
+ and publicly distribute the Work under its terms, with knowledge of his or her
26
+ Copyright and Related Rights in the Work and the meaning and intended legal
27
+ effect of CC0 on those rights.
28
+
29
+ 1. Copyright and Related Rights. A Work made available under CC0 may be
30
+ protected by copyright and related or neighboring rights ("Copyright and
31
+ Related Rights"). Copyright and Related Rights include, but are not limited
32
+ to, the following:
33
+
34
+ i. the right to reproduce, adapt, distribute, perform, display, communicate,
35
+ and translate a Work;
36
+
37
+ ii. moral rights retained by the original author(s) and/or performer(s);
38
+
39
+ iii. publicity and privacy rights pertaining to a person's image or likeness
40
+ depicted in a Work;
41
+
42
+ iv. rights protecting against unfair competition in regards to a Work,
43
+ subject to the limitations in paragraph 4(a), below;
44
+
45
+ v. rights protecting the extraction, dissemination, use and reuse of data in
46
+ a Work;
47
+
48
+ vi. database rights (such as those arising under Directive 96/9/EC of the
49
+ European Parliament and of the Council of 11 March 1996 on the legal
50
+ protection of databases, and under any national implementation thereof,
51
+ including any amended or successor version of such directive); and
52
+
53
+ vii. other similar, equivalent or corresponding rights throughout the world
54
+ based on applicable law or treaty, and any national implementations thereof.
55
+
56
+ 2. Waiver. To the greatest extent permitted by, but not in contravention of,
57
+ applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and
58
+ unconditionally waives, abandons, and surrenders all of Affirmer's Copyright
59
+ and Related Rights and associated claims and causes of action, whether now
60
+ known or unknown (including existing as well as future claims and causes of
61
+ action), in the Work (i) in all territories worldwide, (ii) for the maximum
62
+ duration provided by applicable law or treaty (including future time
63
+ extensions), (iii) in any current or future medium and for any number of
64
+ copies, and (iv) for any purpose whatsoever, including without limitation
65
+ commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes
66
+ the Waiver for the benefit of each member of the public at large and to the
67
+ detriment of Affirmer's heirs and successors, fully intending that such Waiver
68
+ shall not be subject to revocation, rescission, cancellation, termination, or
69
+ any other legal or equitable action to disrupt the quiet enjoyment of the Work
70
+ by the public as contemplated by Affirmer's express Statement of Purpose.
71
+
72
+ 3. Public License Fallback. Should any part of the Waiver for any reason be
73
+ judged legally invalid or ineffective under applicable law, then the Waiver
74
+ shall be preserved to the maximum extent permitted taking into account
75
+ Affirmer's express Statement of Purpose. In addition, to the extent the Waiver
76
+ is so judged Affirmer hereby grants to each affected person a royalty-free,
77
+ non transferable, non sublicensable, non exclusive, irrevocable and
78
+ unconditional license to exercise Affirmer's Copyright and Related Rights in
79
+ the Work (i) in all territories worldwide, (ii) for the maximum duration
80
+ provided by applicable law or treaty (including future time extensions), (iii)
81
+ in any current or future medium and for any number of copies, and (iv) for any
82
+ purpose whatsoever, including without limitation commercial, advertising or
83
+ promotional purposes (the "License"). The License shall be deemed effective as
84
+ of the date CC0 was applied by Affirmer to the Work. Should any part of the
85
+ License for any reason be judged legally invalid or ineffective under
86
+ applicable law, such partial invalidity or ineffectiveness shall not
87
+ invalidate the remainder of the License, and in such case Affirmer hereby
88
+ affirms that he or she will not (i) exercise any of his or her remaining
89
+ Copyright and Related Rights in the Work or (ii) assert any associated claims
90
+ and causes of action with respect to the Work, in either case contrary to
91
+ Affirmer's express Statement of Purpose.
92
+
93
+ 4. Limitations and Disclaimers.
94
+
95
+ a. No trademark or patent rights held by Affirmer are waived, abandoned,
96
+ surrendered, licensed or otherwise affected by this document.
97
+
98
+ b. Affirmer offers the Work as-is and makes no representations or warranties
99
+ of any kind concerning the Work, express, implied, statutory or otherwise,
100
+ including without limitation warranties of title, merchantability, fitness
101
+ for a particular purpose, non infringement, or the absence of latent or
102
+ other defects, accuracy, or the present or absence of errors, whether or not
103
+ discoverable, all to the greatest extent permissible under applicable law.
104
+
105
+ c. Affirmer disclaims responsibility for clearing rights of other persons
106
+ that may apply to the Work or any use thereof, including without limitation
107
+ any person's Copyright and Related Rights in the Work. Further, Affirmer
108
+ disclaims responsibility for obtaining any necessary consents, permissions
109
+ or other rights required for any use of the Work.
110
+
111
+ d. Affirmer understands and acknowledges that Creative Commons is not a
112
+ party to this document and has no duty or obligation with respect to this
113
+ CC0 or use of the Work.
114
+
115
+ For more information, please see
116
+ <http://creativecommons.org/publicdomain/zero/1.0/>
@@ -0,0 +1,56 @@
1
+ # MDN data
2
+
3
+ [https://github.com/mdn/data](https://github.com/mdn/data)
4
+
5
+ Maintained by the [MDN team at Mozilla](https://wiki.mozilla.org/MDN).
6
+
7
+ This repository contains general data for Web technologies.
8
+
9
+ This data is used in MDN documentation, to build
10
+ [information boxes](https://developer.mozilla.org/en-US/docs/Web/CSS/background)
11
+ or [sidebar navigation](https://developer.mozilla.org/en-US/docs/Web/API/Window).
12
+ External tools have started to make use of this data as well.
13
+ For example, the [CSSTree](https://github.com/csstree/csstree/) CSS parser.
14
+
15
+
16
+ [![NPM version](https://img.shields.io/npm/v/mdn-data.svg)](https://www.npmjs.com/package/mdn-data)
17
+ [![Build Status](https://travis-ci.org/mdn/data.svg?branch=master)](https://travis-ci.org/mdn/data)
18
+
19
+ ## Repository contents
20
+
21
+ There's a top-level directory for each broad area covered: for example, "api",
22
+ "css", "svg". Inside each of these directories is one or more
23
+ JSON files containing the data.
24
+
25
+ ### api
26
+ Contains data about Web APIs:
27
+ * API inheritance (interface inheritance and mixin implementations)
28
+
29
+ ### css
30
+ Contains data about:
31
+ * CSS at-rules
32
+ * CSS properties
33
+ * CSS selectors
34
+ * CSS syntaxes
35
+ * CSS types
36
+ * CSS units
37
+
38
+ Read more about [CSS data](https://github.com/mdn/data/blob/master/css/readme.md) and the format of the files.
39
+
40
+
41
+ ### l10n
42
+ The l10n folder contains localization strings that are used in the various
43
+ json files throughout this repository.
44
+
45
+ ## Problems?
46
+
47
+ If you find a problem, please [file an issue](https://github.com/mdn/data/issues/new).
48
+
49
+ ## Contributing
50
+
51
+ We're very happy to accept contributions to this data. Please familiarize yourself
52
+ with the schema for the data you're editing, and send us a pull request. See also the [Contributing file](https://github.com/mdn/data/blob/master/CONTRIBUTING.md) for more information.
53
+
54
+ ## See also
55
+ * [https://github.com/mdn/browser-compat-data](https://github.com/mdn/browser-compat-data)
56
+ for compatibility data for Web technologies.
@@ -0,0 +1,3 @@
1
+ module.exports = {
2
+ inheritance: require('./inheritance'),
3
+ }
@@ -0,0 +1,2681 @@
1
+ {
2
+ "AbsoluteOrientationSensor": {
3
+ "inherits": "OrientationSensor",
4
+ "implements": []
5
+ },
6
+ "AbstractRange": {
7
+ "inherits": null,
8
+ "implements": []
9
+ },
10
+ "Accelerometer": {
11
+ "inherits": "Sensor",
12
+ "implements": []
13
+ },
14
+ "AmbientLightSensor": {
15
+ "inherits": "Sensor",
16
+ "implements": []
17
+ },
18
+ "AnalyserNode": {
19
+ "inherits": "AudioNode",
20
+ "implements": [
21
+ "AudioNodePassThrough"
22
+ ]
23
+ },
24
+ "AnimationEvent": {
25
+ "inherits": "Event",
26
+ "implements": []
27
+ },
28
+ "ArchiveRequest": {
29
+ "inherits": "DOMRequest",
30
+ "implements": []
31
+ },
32
+ "Attr": {
33
+ "inherits": "Node",
34
+ "implements": []
35
+ },
36
+ "AudioBufferSourceNode": {
37
+ "inherits": "AudioScheduledSourceNode",
38
+ "implements": [
39
+ "AudioNodePassThrough"
40
+ ]
41
+ },
42
+ "AudioChannelManager": {
43
+ "inherits": "EventTarget",
44
+ "implements": []
45
+ },
46
+ "AudioContext": {
47
+ "inherits": "BaseAudioContext",
48
+ "implements": []
49
+ },
50
+ "AudioDestinationNode": {
51
+ "inherits": "AudioNode",
52
+ "implements": []
53
+ },
54
+ "AudioNode": {
55
+ "inherits": "EventTarget",
56
+ "implements": []
57
+ },
58
+ "AudioProcessingEvent": {
59
+ "inherits": "Event",
60
+ "implements": []
61
+ },
62
+ "AudioScheduledSourceNode": {
63
+ "inherits": "AudioNode",
64
+ "implements": []
65
+ },
66
+ "AudioStreamTrack": {
67
+ "inherits": "MediaStreamTrack",
68
+ "implements": []
69
+ },
70
+ "AudioTrackList": {
71
+ "inherits": "EventTarget",
72
+ "implements": []
73
+ },
74
+ "AutocompleteErrorEvent": {
75
+ "inherits": "Event",
76
+ "implements": []
77
+ },
78
+ "BarProp": {
79
+ "inherits": null,
80
+ "implements": []
81
+ },
82
+ "BaseAudioContext": {
83
+ "inherits": "EventTarget",
84
+ "implements": []
85
+ },
86
+ "BatteryManager": {
87
+ "inherits": "EventTarget",
88
+ "implements": []
89
+ },
90
+ "BeforeAfterKeyboardEvent": {
91
+ "inherits": "KeyboardEvent",
92
+ "implements": []
93
+ },
94
+ "BeforeInstallPromptEvent": {
95
+ "inherits": "Event",
96
+ "implements": []
97
+ },
98
+ "BeforeUnloadEvent": {
99
+ "inherits": "Event",
100
+ "implements": []
101
+ },
102
+ "BiquadFilterNode": {
103
+ "inherits": "AudioNode",
104
+ "implements": [
105
+ "AudioNodePassThrough"
106
+ ]
107
+ },
108
+ "BlobEvent": {
109
+ "inherits": "Event",
110
+ "implements": []
111
+ },
112
+ "BluetoothAdapter": {
113
+ "inherits": "EventTarget",
114
+ "implements": []
115
+ },
116
+ "BluetoothAdapterEvent": {
117
+ "inherits": "Event",
118
+ "implements": []
119
+ },
120
+ "BluetoothAttributeEvent": {
121
+ "inherits": "Event",
122
+ "implements": []
123
+ },
124
+ "BluetoothDevice": {
125
+ "inherits": "EventTarget",
126
+ "implements": []
127
+ },
128
+ "BluetoothDeviceEvent": {
129
+ "inherits": "Event",
130
+ "implements": []
131
+ },
132
+ "BluetoothDiscoveryHandle": {
133
+ "inherits": "EventTarget",
134
+ "implements": []
135
+ },
136
+ "BluetoothDiscoveryStateChangedEvent": {
137
+ "inherits": "Event",
138
+ "implements": []
139
+ },
140
+ "BluetoothGatt": {
141
+ "inherits": "EventTarget",
142
+ "implements": []
143
+ },
144
+ "BluetoothManager": {
145
+ "inherits": "EventTarget",
146
+ "implements": []
147
+ },
148
+ "BluetoothPairingEvent": {
149
+ "inherits": "Event",
150
+ "implements": []
151
+ },
152
+ "BluetoothStatusChangedEvent": {
153
+ "inherits": "Event",
154
+ "implements": []
155
+ },
156
+ "BoxObject": {
157
+ "inherits": null,
158
+ "implements": []
159
+ },
160
+ "BroadcastChannel": {
161
+ "inherits": "EventTarget",
162
+ "implements": []
163
+ },
164
+ "BrowserElement": {
165
+ "inherits": null,
166
+ "implements": [
167
+ "BrowserElementCommon",
168
+ "BrowserElementPrivileged"
169
+ ]
170
+ },
171
+ "CDATASection": {
172
+ "inherits": "Text",
173
+ "implements": []
174
+ },
175
+ "CFStateChangeEvent": {
176
+ "inherits": "Event",
177
+ "implements": []
178
+ },
179
+ "CSSCounterStyleRule": {
180
+ "inherits": "CSSRule",
181
+ "implements": []
182
+ },
183
+ "CSSFontFaceLoadEvent": {
184
+ "inherits": "Event",
185
+ "implements": []
186
+ },
187
+ "CSSImageValue": {
188
+ "inherits": "CSSStyleValue",
189
+ "implements": []
190
+ },
191
+ "CSSKeywordValue": {
192
+ "inherits": "CSSStyleValue",
193
+ "implements": []
194
+ },
195
+ "CSSMathInvert": {
196
+ "inherits": "CSSMathValue",
197
+ "implements": []
198
+ },
199
+ "CSSMathMax": {
200
+ "inherits": "CSSMathValue",
201
+ "implements": []
202
+ },
203
+ "CSSMathMin": {
204
+ "inherits": "CSSMathValue",
205
+ "implements": []
206
+ },
207
+ "CSSMathNegate": {
208
+ "inherits": "CSSMathValue",
209
+ "implements": []
210
+ },
211
+ "CSSMathProduct": {
212
+ "inherits": "CSSMathValue",
213
+ "implements": []
214
+ },
215
+ "CSSMathSum": {
216
+ "inherits": "CSSMathValue",
217
+ "implements": []
218
+ },
219
+ "CSSMathValue": {
220
+ "inherits": "CSSNumericValue",
221
+ "implements": [
222
+ "CSSMathInvert",
223
+ "CSSMathMax",
224
+ "CSSMathMin",
225
+ "CSSMathNegate",
226
+ "CSSMathProduct",
227
+ "CSSMathSum"
228
+ ]
229
+ },
230
+ "CSSMatrixComponent": {
231
+ "inherits": "CSSTransformComponent",
232
+ "implements": []
233
+ },
234
+ "CSSNumericValue": {
235
+ "inherits": "CSSStyleValue",
236
+ "implements": [
237
+ "CSSMathValue",
238
+ "CSSUnitValue"
239
+ ]
240
+ },
241
+ "CSSPerspective": {
242
+ "inherits": "CSSTransformComponent",
243
+ "implements": []
244
+ },
245
+ "CSSPositionValue": {
246
+ "inherits": "CSSStyleValue",
247
+ "implements": []
248
+ },
249
+ "CSSPrimitiveValue": {
250
+ "inherits": "CSSValue",
251
+ "implements": []
252
+ },
253
+ "CSSPseudoElement": {
254
+ "inherits": "EventTarget",
255
+ "implements": [
256
+ "Animatable"
257
+ ]
258
+ },
259
+ "CSSRotate": {
260
+ "inherits": "CSSTransformComponent",
261
+ "implements": []
262
+ },
263
+ "CSSScale": {
264
+ "inherits": "CSSTransformComponent",
265
+ "implements": []
266
+ },
267
+ "CSSSkew": {
268
+ "inherits": "CSSTransformComponent",
269
+ "implements": []
270
+ },
271
+ "CSSSkewX": {
272
+ "inherits": "CSSTransformComponent",
273
+ "implements": []
274
+ },
275
+ "CSSSkewY": {
276
+ "inherits": "CSSTransformComponent",
277
+ "implements": []
278
+ },
279
+ "CSSStyleDeclaration": {
280
+ "inherits": null,
281
+ "implements": []
282
+ },
283
+ "CSSStyleSheet": {
284
+ "inherits": "StyleSheet",
285
+ "implements": []
286
+ },
287
+ "CSSStyleValue": {
288
+ "inherits": null,
289
+ "implements": [
290
+ "CSSImageValue",
291
+ "CSSKeywordValue",
292
+ "CSSNumericValue",
293
+ "CSSPositionValue",
294
+ "CSSTransformValue",
295
+ "CSSUnitValue",
296
+ "CSSUnparsedValue"
297
+ ]
298
+ },
299
+ "CSSTransformComponent": {
300
+ "inherits": null,
301
+ "implements": [
302
+ "CSSMatrixComponent",
303
+ "CSSPerspective",
304
+ "CSSRotate",
305
+ "CSSScale",
306
+ "CSSSkew",
307
+ "CSSSkewX",
308
+ "CSSSkewY",
309
+ "CSSTranslate"
310
+ ]
311
+ },
312
+ "CSSTransformValue": {
313
+ "inherits": "CSSStyleValue",
314
+ "implements": []
315
+ },
316
+ "CSSTranslate": {
317
+ "inherits": "CSSTransformComponent",
318
+ "implements": []
319
+ },
320
+ "CSSUnitValue": {
321
+ "inherits": "CSSNumericValue",
322
+ "implements": []
323
+ },
324
+ "CSSUnparsedValue": {
325
+ "inherits": "CSSStyleValue",
326
+ "implements": []
327
+ },
328
+ "CSSValueList": {
329
+ "inherits": "CSSValue",
330
+ "implements": []
331
+ },
332
+ "CallEvent": {
333
+ "inherits": "Event",
334
+ "implements": []
335
+ },
336
+ "CallGroupErrorEvent": {
337
+ "inherits": "Event",
338
+ "implements": []
339
+ },
340
+ "CameraClosedEvent": {
341
+ "inherits": "Event",
342
+ "implements": []
343
+ },
344
+ "CameraConfigurationEvent": {
345
+ "inherits": "Event",
346
+ "implements": []
347
+ },
348
+ "CameraControl": {
349
+ "inherits": "MediaStream",
350
+ "implements": []
351
+ },
352
+ "CameraFacesDetectedEvent": {
353
+ "inherits": "Event",
354
+ "implements": []
355
+ },
356
+ "CameraStateChangeEvent": {
357
+ "inherits": "Event",
358
+ "implements": []
359
+ },
360
+ "CanvasCaptureMediaStream": {
361
+ "inherits": "MediaStream",
362
+ "implements": []
363
+ },
364
+ "CaretPosition": {
365
+ "inherits": null,
366
+ "implements": []
367
+ },
368
+ "ChannelMergerNode": {
369
+ "inherits": "AudioNode",
370
+ "implements": []
371
+ },
372
+ "ChannelSplitterNode": {
373
+ "inherits": "AudioNode",
374
+ "implements": []
375
+ },
376
+ "CharacterData": {
377
+ "inherits": "Node",
378
+ "implements": [
379
+ "ChildNode",
380
+ "NonDocumentTypeChildNode"
381
+ ]
382
+ },
383
+ "ChromeWorker": {
384
+ "inherits": "Worker",
385
+ "implements": []
386
+ },
387
+ "Clipboard": {
388
+ "inherits": "EventTarget",
389
+ "implements": []
390
+ },
391
+ "ClipboardEvent": {
392
+ "inherits": "Event",
393
+ "implements": []
394
+ },
395
+ "CloseEvent": {
396
+ "inherits": "Event",
397
+ "implements": []
398
+ },
399
+ "CommandEvent": {
400
+ "inherits": "Event",
401
+ "implements": []
402
+ },
403
+ "Comment": {
404
+ "inherits": "CharacterData",
405
+ "implements": []
406
+ },
407
+ "CompositionEvent": {
408
+ "inherits": "UIEvent",
409
+ "implements": []
410
+ },
411
+ "ConstantSourceNode": {
412
+ "inherits": "AudioScheduledSourceNode",
413
+ "implements": []
414
+ },
415
+ "ContactManager": {
416
+ "inherits": "EventTarget",
417
+ "implements": []
418
+ },
419
+ "ContainerBoxObject": {
420
+ "inherits": "BoxObject",
421
+ "implements": []
422
+ },
423
+ "ConvolverNode": {
424
+ "inherits": "AudioNode",
425
+ "implements": [
426
+ "AudioNodePassThrough"
427
+ ]
428
+ },
429
+ "Crypto": {
430
+ "inherits": null,
431
+ "implements": []
432
+ },
433
+ "CustomEvent": {
434
+ "inherits": "Event",
435
+ "implements": []
436
+ },
437
+ "DOMApplication": {
438
+ "inherits": "EventTarget",
439
+ "implements": []
440
+ },
441
+ "DOMApplicationsManager": {
442
+ "inherits": "EventTarget",
443
+ "implements": []
444
+ },
445
+ "DOMCursor": {
446
+ "inherits": "EventTarget",
447
+ "implements": [
448
+ "DOMRequestShared"
449
+ ]
450
+ },
451
+ "DOMDownload": {
452
+ "inherits": "EventTarget",
453
+ "implements": []
454
+ },
455
+ "DOMDownloadManager": {
456
+ "inherits": "EventTarget",
457
+ "implements": []
458
+ },
459
+ "DOMException": {
460
+ "inherits": null,
461
+ "implements": [
462
+ "ExceptionMembers"
463
+ ]
464
+ },
465
+ "DOMImplementation": {
466
+ "inherits": null,
467
+ "implements": []
468
+ },
469
+ "DOMMatrix": {
470
+ "inherits": "DOMMatrixReadOnly",
471
+ "implements": []
472
+ },
473
+ "DOMMobileMessageError": {
474
+ "inherits": "DOMError",
475
+ "implements": []
476
+ },
477
+ "DOMParser": {
478
+ "inherits": null,
479
+ "implements": []
480
+ },
481
+ "DOMPoint": {
482
+ "inherits": "DOMPointReadOnly",
483
+ "implements": []
484
+ },
485
+ "DOMRect": {
486
+ "inherits": "DOMRectReadOnly",
487
+ "implements": []
488
+ },
489
+ "DOMRequest": {
490
+ "inherits": "EventTarget",
491
+ "implements": [
492
+ "DOMRequestShared"
493
+ ]
494
+ },
495
+ "DOMSettableTokenList": {
496
+ "inherits": "DOMTokenList",
497
+ "implements": []
498
+ },
499
+ "DOMStringMap": {
500
+ "inherits": null,
501
+ "implements": []
502
+ },
503
+ "DOMTokenList": {
504
+ "inherits": null,
505
+ "implements": []
506
+ },
507
+ "DOMTransactionEvent": {
508
+ "inherits": "Event",
509
+ "implements": []
510
+ },
511
+ "DataContainerEvent": {
512
+ "inherits": "Event",
513
+ "implements": []
514
+ },
515
+ "DataErrorEvent": {
516
+ "inherits": "Event",
517
+ "implements": []
518
+ },
519
+ "DataStore": {
520
+ "inherits": "EventTarget",
521
+ "implements": []
522
+ },
523
+ "DataStoreChangeEvent": {
524
+ "inherits": "Event",
525
+ "implements": []
526
+ },
527
+ "DedicatedWorkerGlobalScope": {
528
+ "inherits": "WorkerGlobalScope",
529
+ "implements": []
530
+ },
531
+ "DelayNode": {
532
+ "inherits": "AudioNode",
533
+ "implements": [
534
+ "AudioNodePassThrough"
535
+ ]
536
+ },
537
+ "DesktopNotification": {
538
+ "inherits": "EventTarget",
539
+ "implements": []
540
+ },
541
+ "DeviceLightEvent": {
542
+ "inherits": "Event",
543
+ "implements": []
544
+ },
545
+ "DeviceMotionEvent": {
546
+ "inherits": "Event",
547
+ "implements": []
548
+ },
549
+ "DeviceOrientationEvent": {
550
+ "inherits": "Event",
551
+ "implements": []
552
+ },
553
+ "DeviceProximityEvent": {
554
+ "inherits": "Event",
555
+ "implements": []
556
+ },
557
+ "DeviceStorage": {
558
+ "inherits": "EventTarget",
559
+ "implements": []
560
+ },
561
+ "DeviceStorageChangeEvent": {
562
+ "inherits": "Event",
563
+ "implements": []
564
+ },
565
+ "Document": {
566
+ "inherits": "Node",
567
+ "implements": [
568
+ "FontFaceSource",
569
+ "GeometryUtils",
570
+ "GlobalEventHandlers",
571
+ "OnErrorEventHandlerForNodes",
572
+ "ParentNode",
573
+ "TouchEventHandlers",
574
+ "XPathEvaluator"
575
+ ]
576
+ },
577
+ "DocumentFragment": {
578
+ "inherits": "Node",
579
+ "implements": [
580
+ "ParentNode"
581
+ ]
582
+ },
583
+ "DocumentType": {
584
+ "inherits": "Node",
585
+ "implements": [
586
+ "ChildNode"
587
+ ]
588
+ },
589
+ "DownloadEvent": {
590
+ "inherits": "Event",
591
+ "implements": []
592
+ },
593
+ "DragEvent": {
594
+ "inherits": "MouseEvent",
595
+ "implements": []
596
+ },
597
+ "DynamicsCompressorNode": {
598
+ "inherits": "AudioNode",
599
+ "implements": [
600
+ "AudioNodePassThrough"
601
+ ]
602
+ },
603
+ "Element": {
604
+ "inherits": "Node",
605
+ "implements": [
606
+ "Animatable",
607
+ "ChildNode",
608
+ "GeometryUtils",
609
+ "NonDocumentTypeChildNode",
610
+ "ParentNode"
611
+ ]
612
+ },
613
+ "EngineeringMode": {
614
+ "inherits": "EventTarget",
615
+ "implements": []
616
+ },
617
+ "ErrorEvent": {
618
+ "inherits": "Event",
619
+ "implements": []
620
+ },
621
+ "Event": {
622
+ "inherits": null,
623
+ "implements": []
624
+ },
625
+ "EventSource": {
626
+ "inherits": "EventTarget",
627
+ "implements": []
628
+ },
629
+ "Exception": {
630
+ "inherits": null,
631
+ "implements": [
632
+ "ExceptionMembers"
633
+ ]
634
+ },
635
+ "ExtendableEvent": {
636
+ "inherits": "Event",
637
+ "implements": []
638
+ },
639
+ "FMRadio": {
640
+ "inherits": "EventTarget",
641
+ "implements": []
642
+ },
643
+ "FetchEvent": {
644
+ "inherits": "Event",
645
+ "implements": []
646
+ },
647
+ "File": {
648
+ "inherits": "Blob",
649
+ "implements": []
650
+ },
651
+ "FileList": {
652
+ "inherits": null,
653
+ "implements": []
654
+ },
655
+ "FileReader": {
656
+ "inherits": "EventTarget",
657
+ "implements": []
658
+ },
659
+ "FocusEvent": {
660
+ "inherits": "UIEvent",
661
+ "implements": []
662
+ },
663
+ "FontFaceSet": {
664
+ "inherits": "EventTarget",
665
+ "implements": []
666
+ },
667
+ "FormData": {
668
+ "inherits": null,
669
+ "implements": []
670
+ },
671
+ "GainNode": {
672
+ "inherits": "AudioNode",
673
+ "implements": [
674
+ "AudioNodePassThrough"
675
+ ]
676
+ },
677
+ "GamepadAxisMoveEvent": {
678
+ "inherits": "GamepadEvent",
679
+ "implements": []
680
+ },
681
+ "GamepadButtonEvent": {
682
+ "inherits": "GamepadEvent",
683
+ "implements": []
684
+ },
685
+ "GamepadEvent": {
686
+ "inherits": "Event",
687
+ "implements": []
688
+ },
689
+ "Gyroscope": {
690
+ "inherits": "Sensor",
691
+ "implements": []
692
+ },
693
+ "HMDVRDevice": {
694
+ "inherits": "VRDevice",
695
+ "implements": []
696
+ },
697
+ "HTMLAnchorElement": {
698
+ "inherits": "HTMLElement",
699
+ "implements": [
700
+ "HTMLHyperlinkElementUtils",
701
+ "URLUtilsSearchParams"
702
+ ]
703
+ },
704
+ "HTMLAppletElement": {
705
+ "inherits": "HTMLElement",
706
+ "implements": [
707
+ "MozFrameLoaderOwner",
708
+ "MozImageLoadingContent",
709
+ "MozObjectLoadingContent"
710
+ ]
711
+ },
712
+ "HTMLAreaElement": {
713
+ "inherits": "HTMLElement",
714
+ "implements": [
715
+ "HTMLHyperlinkElementUtils",
716
+ "URLUtilsSearchParams"
717
+ ]
718
+ },
719
+ "HTMLAudioElement": {
720
+ "inherits": "HTMLMediaElement",
721
+ "implements": []
722
+ },
723
+ "HTMLBRElement": {
724
+ "inherits": "HTMLElement",
725
+ "implements": []
726
+ },
727
+ "HTMLBaseElement": {
728
+ "inherits": "HTMLElement",
729
+ "implements": []
730
+ },
731
+ "HTMLBodyElement": {
732
+ "inherits": "HTMLElement",
733
+ "implements": [
734
+ "WindowEventHandlers"
735
+ ]
736
+ },
737
+ "HTMLButtonElement": {
738
+ "inherits": "HTMLElement",
739
+ "implements": []
740
+ },
741
+ "HTMLCanvasElement": {
742
+ "inherits": "HTMLElement",
743
+ "implements": []
744
+ },
745
+ "HTMLCollection": {
746
+ "inherits": null,
747
+ "implements": []
748
+ },
749
+ "HTMLContentElement": {
750
+ "inherits": "HTMLElement",
751
+ "implements": []
752
+ },
753
+ "HTMLDListElement": {
754
+ "inherits": "HTMLElement",
755
+ "implements": []
756
+ },
757
+ "HTMLDataElement": {
758
+ "inherits": "HTMLElement",
759
+ "implements": []
760
+ },
761
+ "HTMLDataListElement": {
762
+ "inherits": "HTMLElement",
763
+ "implements": []
764
+ },
765
+ "HTMLDirectoryElement": {
766
+ "inherits": "HTMLElement",
767
+ "implements": []
768
+ },
769
+ "HTMLDivElement": {
770
+ "inherits": "HTMLElement",
771
+ "implements": []
772
+ },
773
+ "HTMLDocument": {
774
+ "inherits": "Document",
775
+ "implements": []
776
+ },
777
+ "HTMLElement": {
778
+ "inherits": "Element",
779
+ "implements": [
780
+ "GlobalEventHandlers",
781
+ "OnErrorEventHandlerForNodes",
782
+ "TouchEventHandlers"
783
+ ]
784
+ },
785
+ "HTMLEmbedElement": {
786
+ "inherits": "HTMLElement",
787
+ "implements": [
788
+ "MozFrameLoaderOwner",
789
+ "MozImageLoadingContent",
790
+ "MozObjectLoadingContent"
791
+ ]
792
+ },
793
+ "HTMLFieldSetElement": {
794
+ "inherits": "HTMLElement",
795
+ "implements": []
796
+ },
797
+ "HTMLFontElement": {
798
+ "inherits": "HTMLElement",
799
+ "implements": []
800
+ },
801
+ "HTMLFormControlsCollection": {
802
+ "inherits": "HTMLCollection",
803
+ "implements": []
804
+ },
805
+ "HTMLFormElement": {
806
+ "inherits": "HTMLElement",
807
+ "implements": []
808
+ },
809
+ "HTMLFrameElement": {
810
+ "inherits": "HTMLElement",
811
+ "implements": [
812
+ "MozFrameLoaderOwner"
813
+ ]
814
+ },
815
+ "HTMLFrameSetElement": {
816
+ "inherits": "HTMLElement",
817
+ "implements": [
818
+ "WindowEventHandlers"
819
+ ]
820
+ },
821
+ "HTMLHRElement": {
822
+ "inherits": "HTMLElement",
823
+ "implements": []
824
+ },
825
+ "HTMLHeadElement": {
826
+ "inherits": "HTMLElement",
827
+ "implements": []
828
+ },
829
+ "HTMLHeadingElement": {
830
+ "inherits": "HTMLElement",
831
+ "implements": []
832
+ },
833
+ "HTMLHtmlElement": {
834
+ "inherits": "HTMLElement",
835
+ "implements": []
836
+ },
837
+ "HTMLIFrameElement": {
838
+ "inherits": "HTMLElement",
839
+ "implements": [
840
+ "BrowserElement",
841
+ "MozFrameLoaderOwner"
842
+ ]
843
+ },
844
+ "HTMLImageElement": {
845
+ "inherits": "HTMLElement",
846
+ "implements": [
847
+ "MozImageLoadingContent"
848
+ ]
849
+ },
850
+ "HTMLInputElement": {
851
+ "inherits": "HTMLElement",
852
+ "implements": [
853
+ "MozImageLoadingContent",
854
+ "MozPhonetic"
855
+ ]
856
+ },
857
+ "HTMLLIElement": {
858
+ "inherits": "HTMLElement",
859
+ "implements": []
860
+ },
861
+ "HTMLLabelElement": {
862
+ "inherits": "HTMLElement",
863
+ "implements": []
864
+ },
865
+ "HTMLLegendElement": {
866
+ "inherits": "HTMLElement",
867
+ "implements": []
868
+ },
869
+ "HTMLLinkElement": {
870
+ "inherits": "HTMLElement",
871
+ "implements": [
872
+ "LinkStyle"
873
+ ]
874
+ },
875
+ "HTMLMapElement": {
876
+ "inherits": "HTMLElement",
877
+ "implements": []
878
+ },
879
+ "HTMLMarqueeElement": {
880
+ "inherits": "HTMLElement",
881
+ "implements": []
882
+ },
883
+ "HTMLMediaElement": {
884
+ "inherits": "HTMLElement",
885
+ "implements": []
886
+ },
887
+ "HTMLMenuElement": {
888
+ "inherits": "HTMLElement",
889
+ "implements": []
890
+ },
891
+ "HTMLMenuItemElement": {
892
+ "inherits": "HTMLElement",
893
+ "implements": []
894
+ },
895
+ "HTMLMetaElement": {
896
+ "inherits": "HTMLElement",
897
+ "implements": []
898
+ },
899
+ "HTMLMeterElement": {
900
+ "inherits": "HTMLElement",
901
+ "implements": []
902
+ },
903
+ "HTMLModElement": {
904
+ "inherits": "HTMLElement",
905
+ "implements": []
906
+ },
907
+ "HTMLOListElement": {
908
+ "inherits": "HTMLElement",
909
+ "implements": []
910
+ },
911
+ "HTMLObjectElement": {
912
+ "inherits": "HTMLElement",
913
+ "implements": [
914
+ "MozFrameLoaderOwner",
915
+ "MozImageLoadingContent",
916
+ "MozObjectLoadingContent"
917
+ ]
918
+ },
919
+ "HTMLOptGroupElement": {
920
+ "inherits": "HTMLElement",
921
+ "implements": []
922
+ },
923
+ "HTMLOptionElement": {
924
+ "inherits": "HTMLElement",
925
+ "implements": []
926
+ },
927
+ "HTMLOptionsCollection": {
928
+ "inherits": "HTMLCollection",
929
+ "implements": []
930
+ },
931
+ "HTMLOutputElement": {
932
+ "inherits": "HTMLElement",
933
+ "implements": []
934
+ },
935
+ "HTMLParagraphElement": {
936
+ "inherits": "HTMLElement",
937
+ "implements": []
938
+ },
939
+ "HTMLParamElement": {
940
+ "inherits": "HTMLElement",
941
+ "implements": []
942
+ },
943
+ "HTMLPictureElement": {
944
+ "inherits": "HTMLElement",
945
+ "implements": []
946
+ },
947
+ "HTMLPreElement": {
948
+ "inherits": "HTMLElement",
949
+ "implements": []
950
+ },
951
+ "HTMLProgressElement": {
952
+ "inherits": "HTMLElement",
953
+ "implements": []
954
+ },
955
+ "HTMLPropertiesCollection": {
956
+ "inherits": "HTMLCollection",
957
+ "implements": []
958
+ },
959
+ "HTMLQuoteElement": {
960
+ "inherits": "HTMLElement",
961
+ "implements": []
962
+ },
963
+ "HTMLScriptElement": {
964
+ "inherits": "HTMLElement",
965
+ "implements": []
966
+ },
967
+ "HTMLSelectElement": {
968
+ "inherits": "HTMLElement",
969
+ "implements": []
970
+ },
971
+ "HTMLShadowElement": {
972
+ "inherits": "HTMLElement",
973
+ "implements": []
974
+ },
975
+ "HTMLSourceElement": {
976
+ "inherits": "HTMLElement",
977
+ "implements": []
978
+ },
979
+ "HTMLSpanElement": {
980
+ "inherits": "HTMLElement",
981
+ "implements": []
982
+ },
983
+ "HTMLStyleElement": {
984
+ "inherits": "HTMLElement",
985
+ "implements": [
986
+ "LinkStyle"
987
+ ]
988
+ },
989
+ "HTMLTableCaptionElement": {
990
+ "inherits": "HTMLElement",
991
+ "implements": []
992
+ },
993
+ "HTMLTableCellElement": {
994
+ "inherits": "HTMLElement",
995
+ "implements": []
996
+ },
997
+ "HTMLTableColElement": {
998
+ "inherits": "HTMLElement",
999
+ "implements": []
1000
+ },
1001
+ "HTMLTableElement": {
1002
+ "inherits": "HTMLElement",
1003
+ "implements": []
1004
+ },
1005
+ "HTMLTableRowElement": {
1006
+ "inherits": "HTMLElement",
1007
+ "implements": []
1008
+ },
1009
+ "HTMLTableSectionElement": {
1010
+ "inherits": "HTMLElement",
1011
+ "implements": []
1012
+ },
1013
+ "HTMLTemplateElement": {
1014
+ "inherits": "HTMLElement",
1015
+ "implements": []
1016
+ },
1017
+ "HTMLTextAreaElement": {
1018
+ "inherits": "HTMLElement",
1019
+ "implements": []
1020
+ },
1021
+ "HTMLTimeElement": {
1022
+ "inherits": "HTMLElement",
1023
+ "implements": []
1024
+ },
1025
+ "HTMLTitleElement": {
1026
+ "inherits": "HTMLElement",
1027
+ "implements": []
1028
+ },
1029
+ "HTMLTrackElement": {
1030
+ "inherits": "HTMLElement",
1031
+ "implements": []
1032
+ },
1033
+ "HTMLUListElement": {
1034
+ "inherits": "HTMLElement",
1035
+ "implements": []
1036
+ },
1037
+ "HTMLUnknownElement": {
1038
+ "inherits": "HTMLElement",
1039
+ "implements": []
1040
+ },
1041
+ "HTMLVideoElement": {
1042
+ "inherits": "HTMLMediaElement",
1043
+ "implements": []
1044
+ },
1045
+ "HashChangeEvent": {
1046
+ "inherits": "Event",
1047
+ "implements": []
1048
+ },
1049
+ "History": {
1050
+ "inherits": null,
1051
+ "implements": []
1052
+ },
1053
+ "IDBCursorWithValue": {
1054
+ "inherits": "IDBCursor",
1055
+ "implements": []
1056
+ },
1057
+ "IDBDatabase": {
1058
+ "inherits": "EventTarget",
1059
+ "implements": []
1060
+ },
1061
+ "IDBFileHandle": {
1062
+ "inherits": "EventTarget",
1063
+ "implements": []
1064
+ },
1065
+ "IDBFileRequest": {
1066
+ "inherits": "DOMRequest",
1067
+ "implements": []
1068
+ },
1069
+ "IDBMutableFile": {
1070
+ "inherits": "EventTarget",
1071
+ "implements": []
1072
+ },
1073
+ "IDBOpenDBRequest": {
1074
+ "inherits": "IDBRequest",
1075
+ "implements": []
1076
+ },
1077
+ "IDBRequest": {
1078
+ "inherits": "EventTarget",
1079
+ "implements": []
1080
+ },
1081
+ "IDBTransaction": {
1082
+ "inherits": "EventTarget",
1083
+ "implements": []
1084
+ },
1085
+ "IDBVersionChangeEvent": {
1086
+ "inherits": "Event",
1087
+ "implements": []
1088
+ },
1089
+ "IccCardLockError": {
1090
+ "inherits": "DOMError",
1091
+ "implements": []
1092
+ },
1093
+ "IccChangeEvent": {
1094
+ "inherits": "Event",
1095
+ "implements": []
1096
+ },
1097
+ "ImageCapture": {
1098
+ "inherits": "EventTarget",
1099
+ "implements": []
1100
+ },
1101
+ "ImageCaptureErrorEvent": {
1102
+ "inherits": "Event",
1103
+ "implements": []
1104
+ },
1105
+ "ImageDocument": {
1106
+ "inherits": "HTMLDocument",
1107
+ "implements": []
1108
+ },
1109
+ "InputEvent": {
1110
+ "inherits": "UIEvent",
1111
+ "implements": []
1112
+ },
1113
+ "InstallEvent": {
1114
+ "inherits": "ExtendableEvent",
1115
+ "implements": []
1116
+ },
1117
+ "InstallTrigger": {
1118
+ "inherits": null,
1119
+ "implements": []
1120
+ },
1121
+ "KeyboardEvent": {
1122
+ "inherits": "UIEvent",
1123
+ "implements": [
1124
+ "KeyEvent"
1125
+ ]
1126
+ },
1127
+ "LinearAccelerationSensor": {
1128
+ "inherits": "Accelerometer",
1129
+ "implements": []
1130
+ },
1131
+ "ListBoxObject": {
1132
+ "inherits": "BoxObject",
1133
+ "implements": []
1134
+ },
1135
+ "LocalMediaStream": {
1136
+ "inherits": "MediaStream",
1137
+ "implements": []
1138
+ },
1139
+ "Location": {
1140
+ "inherits": null,
1141
+ "implements": []
1142
+ },
1143
+ "Magnetometer": {
1144
+ "inherits": "Sensor",
1145
+ "implements": []
1146
+ },
1147
+ "MediaDevices": {
1148
+ "inherits": "EventTarget",
1149
+ "implements": []
1150
+ },
1151
+ "MediaElementAudioSourceNode": {
1152
+ "inherits": "AudioNode",
1153
+ "implements": [
1154
+ "AudioNodePassThrough"
1155
+ ]
1156
+ },
1157
+ "MediaEncryptedEvent": {
1158
+ "inherits": "Event",
1159
+ "implements": []
1160
+ },
1161
+ "MediaKeyError": {
1162
+ "inherits": "Event",
1163
+ "implements": []
1164
+ },
1165
+ "MediaKeyMessageEvent": {
1166
+ "inherits": "Event",
1167
+ "implements": []
1168
+ },
1169
+ "MediaKeySession": {
1170
+ "inherits": "EventTarget",
1171
+ "implements": []
1172
+ },
1173
+ "MediaRecorder": {
1174
+ "inherits": "EventTarget",
1175
+ "implements": []
1176
+ },
1177
+ "MediaSource": {
1178
+ "inherits": "EventTarget",
1179
+ "implements": []
1180
+ },
1181
+ "MediaStream": {
1182
+ "inherits": "EventTarget",
1183
+ "implements": []
1184
+ },
1185
+ "MediaStreamAudioDestinationNode": {
1186
+ "inherits": "AudioNode",
1187
+ "implements": []
1188
+ },
1189
+ "MediaStreamAudioSourceNode": {
1190
+ "inherits": "AudioNode",
1191
+ "implements": [
1192
+ "AudioNodePassThrough"
1193
+ ]
1194
+ },
1195
+ "MediaStreamEvent": {
1196
+ "inherits": "Event",
1197
+ "implements": []
1198
+ },
1199
+ "MediaStreamTrackEvent": {
1200
+ "inherits": "Event",
1201
+ "implements": []
1202
+ },
1203
+ "MenuBoxObject": {
1204
+ "inherits": "BoxObject",
1205
+ "implements": []
1206
+ },
1207
+ "MerchantValidationEvent": {
1208
+ "inherits": "Event",
1209
+ "implements": []
1210
+ },
1211
+ "MessageEvent": {
1212
+ "inherits": "Event",
1213
+ "implements": []
1214
+ },
1215
+ "MessagePort": {
1216
+ "inherits": "EventTarget",
1217
+ "implements": [
1218
+ "Transferable"
1219
+ ]
1220
+ },
1221
+ "MimeTypeArray": {
1222
+ "inherits": null,
1223
+ "implements": []
1224
+ },
1225
+ "MouseEvent": {
1226
+ "inherits": "UIEvent",
1227
+ "implements": []
1228
+ },
1229
+ "MouseScrollEvent": {
1230
+ "inherits": "MouseEvent",
1231
+ "implements": []
1232
+ },
1233
+ "MozAbortablePromise": {
1234
+ "inherits": "_Promise",
1235
+ "implements": []
1236
+ },
1237
+ "MozActivity": {
1238
+ "inherits": "DOMRequest",
1239
+ "implements": []
1240
+ },
1241
+ "MozApplicationEvent": {
1242
+ "inherits": "Event",
1243
+ "implements": []
1244
+ },
1245
+ "MozCdmaIccInfo": {
1246
+ "inherits": "MozIccInfo",
1247
+ "implements": []
1248
+ },
1249
+ "MozCellBroadcast": {
1250
+ "inherits": "EventTarget",
1251
+ "implements": []
1252
+ },
1253
+ "MozCellBroadcastEvent": {
1254
+ "inherits": "Event",
1255
+ "implements": []
1256
+ },
1257
+ "MozClirModeEvent": {
1258
+ "inherits": "Event",
1259
+ "implements": []
1260
+ },
1261
+ "MozContactChangeEvent": {
1262
+ "inherits": "Event",
1263
+ "implements": []
1264
+ },
1265
+ "MozEmergencyCbModeEvent": {
1266
+ "inherits": "Event",
1267
+ "implements": []
1268
+ },
1269
+ "MozGsmIccInfo": {
1270
+ "inherits": "MozIccInfo",
1271
+ "implements": []
1272
+ },
1273
+ "MozIcc": {
1274
+ "inherits": "EventTarget",
1275
+ "implements": []
1276
+ },
1277
+ "MozIccManager": {
1278
+ "inherits": "EventTarget",
1279
+ "implements": []
1280
+ },
1281
+ "MozInputMethod": {
1282
+ "inherits": "EventTarget",
1283
+ "implements": []
1284
+ },
1285
+ "MozInterAppMessageEvent": {
1286
+ "inherits": "Event",
1287
+ "implements": []
1288
+ },
1289
+ "MozInterAppMessagePort": {
1290
+ "inherits": "EventTarget",
1291
+ "implements": []
1292
+ },
1293
+ "MozMessageDeletedEvent": {
1294
+ "inherits": "Event",
1295
+ "implements": []
1296
+ },
1297
+ "MozMmsEvent": {
1298
+ "inherits": "Event",
1299
+ "implements": []
1300
+ },
1301
+ "MozMobileConnection": {
1302
+ "inherits": "EventTarget",
1303
+ "implements": []
1304
+ },
1305
+ "MozMobileMessageManager": {
1306
+ "inherits": "EventTarget",
1307
+ "implements": []
1308
+ },
1309
+ "MozNFC": {
1310
+ "inherits": "EventTarget",
1311
+ "implements": [
1312
+ "MozNFCManager"
1313
+ ]
1314
+ },
1315
+ "MozNFCPeerEvent": {
1316
+ "inherits": "Event",
1317
+ "implements": []
1318
+ },
1319
+ "MozNFCTagEvent": {
1320
+ "inherits": "Event",
1321
+ "implements": []
1322
+ },
1323
+ "MozOtaStatusEvent": {
1324
+ "inherits": "Event",
1325
+ "implements": []
1326
+ },
1327
+ "MozSettingsEvent": {
1328
+ "inherits": "Event",
1329
+ "implements": []
1330
+ },
1331
+ "MozSettingsTransactionEvent": {
1332
+ "inherits": "Event",
1333
+ "implements": []
1334
+ },
1335
+ "MozSmsEvent": {
1336
+ "inherits": "Event",
1337
+ "implements": []
1338
+ },
1339
+ "MozSpeakerManager": {
1340
+ "inherits": "EventTarget",
1341
+ "implements": []
1342
+ },
1343
+ "MozStkCommandEvent": {
1344
+ "inherits": "Event",
1345
+ "implements": []
1346
+ },
1347
+ "MozVoicemail": {
1348
+ "inherits": "EventTarget",
1349
+ "implements": []
1350
+ },
1351
+ "MozVoicemailEvent": {
1352
+ "inherits": "Event",
1353
+ "implements": []
1354
+ },
1355
+ "MozWifiConnectionInfoEvent": {
1356
+ "inherits": "Event",
1357
+ "implements": []
1358
+ },
1359
+ "MozWifiManager": {
1360
+ "inherits": "EventTarget",
1361
+ "implements": []
1362
+ },
1363
+ "MozWifiStationInfoEvent": {
1364
+ "inherits": "Event",
1365
+ "implements": []
1366
+ },
1367
+ "MozWifiStatusChangeEvent": {
1368
+ "inherits": "Event",
1369
+ "implements": []
1370
+ },
1371
+ "MutationEvent": {
1372
+ "inherits": "Event",
1373
+ "implements": []
1374
+ },
1375
+ "MutationObserver": {
1376
+ "inherits": null,
1377
+ "implements": []
1378
+ },
1379
+ "MutationRecord": {
1380
+ "inherits": null,
1381
+ "implements": []
1382
+ },
1383
+ "NamedNodeMap": {
1384
+ "inherits": null,
1385
+ "implements": []
1386
+ },
1387
+ "Navigator": {
1388
+ "inherits": null,
1389
+ "implements": [
1390
+ "NavigatorBattery",
1391
+ "NavigatorContentUtils",
1392
+ "NavigatorDataStore",
1393
+ "NavigatorFeatures",
1394
+ "NavigatorGeolocation",
1395
+ "NavigatorID",
1396
+ "NavigatorLanguage",
1397
+ "NavigatorMobileId",
1398
+ "NavigatorOnLine",
1399
+ "NavigatorStorageUtils"
1400
+ ]
1401
+ },
1402
+ "NetworkInformation": {
1403
+ "inherits": "EventTarget",
1404
+ "implements": []
1405
+ },
1406
+ "Node": {
1407
+ "inherits": "EventTarget",
1408
+ "implements": []
1409
+ },
1410
+ "NodeIterator": {
1411
+ "inherits": null,
1412
+ "implements": []
1413
+ },
1414
+ "NodeList": {
1415
+ "inherits": null,
1416
+ "implements": []
1417
+ },
1418
+ "Notification": {
1419
+ "inherits": "EventTarget",
1420
+ "implements": []
1421
+ },
1422
+ "NotifyPaintEvent": {
1423
+ "inherits": "Event",
1424
+ "implements": []
1425
+ },
1426
+ "OfflineAudioCompletionEvent": {
1427
+ "inherits": "Event",
1428
+ "implements": []
1429
+ },
1430
+ "OfflineAudioContext": {
1431
+ "inherits": "BaseAudioContext",
1432
+ "implements": []
1433
+ },
1434
+ "OfflineResourceList": {
1435
+ "inherits": "EventTarget",
1436
+ "implements": []
1437
+ },
1438
+ "OffscreenCanvas": {
1439
+ "inherits": "EventTarget",
1440
+ "implements": []
1441
+ },
1442
+ "OrientationSensor": {
1443
+ "inherits": "Sensor",
1444
+ "implements": []
1445
+ },
1446
+ "OscillatorNode": {
1447
+ "inherits": "AudioNode",
1448
+ "implements": [
1449
+ "AudioNodePassThrough"
1450
+ ]
1451
+ },
1452
+ "PageTransitionEvent": {
1453
+ "inherits": "Event",
1454
+ "implements": []
1455
+ },
1456
+ "PaintRequest": {
1457
+ "inherits": null,
1458
+ "implements": []
1459
+ },
1460
+ "PaintRequestList": {
1461
+ "inherits": null,
1462
+ "implements": []
1463
+ },
1464
+ "PannerNode": {
1465
+ "inherits": "AudioNode",
1466
+ "implements": [
1467
+ "AudioNodePassThrough"
1468
+ ]
1469
+ },
1470
+ "PaymentAddress": {
1471
+ "inherits": null,
1472
+ "implements": []
1473
+ },
1474
+ "PaymentMethodChangeEvent": {
1475
+ "inherits": "PaymentRequestUpdateEvent",
1476
+ "implements": []
1477
+ },
1478
+ "PaymentRequest": {
1479
+ "inherits": "EventTarget",
1480
+ "implements": []
1481
+ },
1482
+ "PaymentRequestUpdateEvent": {
1483
+ "inherits": "Event",
1484
+ "implements": []
1485
+ },
1486
+ "PaymentResponse": {
1487
+ "inherits": "EventTarget",
1488
+ "implements": []
1489
+ },
1490
+ "Performance": {
1491
+ "inherits": null,
1492
+ "implements": []
1493
+ },
1494
+ "PerformanceLongTaskTiming": {
1495
+ "inherits": "PerformanceEntry",
1496
+ "implements": []
1497
+ },
1498
+ "PerformanceMark": {
1499
+ "inherits": "PerformanceEntry",
1500
+ "implements": []
1501
+ },
1502
+ "PerformanceMeasure": {
1503
+ "inherits": "PerformanceEntry",
1504
+ "implements": []
1505
+ },
1506
+ "PerformanceNavigationTiming": {
1507
+ "inherits": "PerformanceEntry",
1508
+ "implements": []
1509
+ },
1510
+ "PerformancePaintTiming": {
1511
+ "inherits": "PerformanceEntry",
1512
+ "implements": []
1513
+ },
1514
+ "PerformanceResourceTiming": {
1515
+ "inherits": "PerformanceEntry",
1516
+ "implements": []
1517
+ },
1518
+ "Plugin": {
1519
+ "inherits": null,
1520
+ "implements": []
1521
+ },
1522
+ "PluginArray": {
1523
+ "inherits": null,
1524
+ "implements": []
1525
+ },
1526
+ "PluginCrashedEvent": {
1527
+ "inherits": "Event",
1528
+ "implements": []
1529
+ },
1530
+ "PointerEvent": {
1531
+ "inherits": "MouseEvent",
1532
+ "implements": []
1533
+ },
1534
+ "PopStateEvent": {
1535
+ "inherits": "Event",
1536
+ "implements": []
1537
+ },
1538
+ "PopupBlockedEvent": {
1539
+ "inherits": "Event",
1540
+ "implements": []
1541
+ },
1542
+ "PopupBoxObject": {
1543
+ "inherits": "BoxObject",
1544
+ "implements": []
1545
+ },
1546
+ "PositionSensorVRDevice": {
1547
+ "inherits": "VRDevice",
1548
+ "implements": []
1549
+ },
1550
+ "PresentationDeviceInfoManager": {
1551
+ "inherits": "EventTarget",
1552
+ "implements": []
1553
+ },
1554
+ "ProcessingInstruction": {
1555
+ "inherits": "CharacterData",
1556
+ "implements": []
1557
+ },
1558
+ "ProgressEvent": {
1559
+ "inherits": "Event",
1560
+ "implements": []
1561
+ },
1562
+ "PromiseRejectionEvent": {
1563
+ "inherits": "Event",
1564
+ "implements": []
1565
+ },
1566
+ "PropertyNodeList": {
1567
+ "inherits": "NodeList",
1568
+ "implements": []
1569
+ },
1570
+ "PseudoElement": {
1571
+ "inherits": null,
1572
+ "implements": [
1573
+ "GeometryUtils"
1574
+ ]
1575
+ },
1576
+ "RTCDTMFSender": {
1577
+ "inherits": "EventTarget",
1578
+ "implements": []
1579
+ },
1580
+ "RTCDTMFToneChangeEvent": {
1581
+ "inherits": "Event",
1582
+ "implements": []
1583
+ },
1584
+ "RTCDataChannel": {
1585
+ "inherits": "EventTarget",
1586
+ "implements": []
1587
+ },
1588
+ "RTCDataChannelEvent": {
1589
+ "inherits": "Event",
1590
+ "implements": []
1591
+ },
1592
+ "RTCDtlsTransport": {
1593
+ "inherits": "EventTarget",
1594
+ "implements": []
1595
+ },
1596
+ "RTCIceTransport": {
1597
+ "inherits": "EventTarget",
1598
+ "implements": []
1599
+ },
1600
+ "RTCPeerConnection": {
1601
+ "inherits": "EventTarget",
1602
+ "implements": []
1603
+ },
1604
+ "RTCPeerConnectionIceEvent": {
1605
+ "inherits": "Event",
1606
+ "implements": []
1607
+ },
1608
+ "RTCPeerConnectionIdentityErrorEvent": {
1609
+ "inherits": "Event",
1610
+ "implements": []
1611
+ },
1612
+ "RTCPeerConnectionIdentityEvent": {
1613
+ "inherits": "Event",
1614
+ "implements": []
1615
+ },
1616
+ "RTCSctpTransport": {
1617
+ "inherits": "EventTarget",
1618
+ "implements": []
1619
+ },
1620
+ "RTCTrackEvent": {
1621
+ "inherits": "Event",
1622
+ "implements": []
1623
+ },
1624
+ "RadioNodeList": {
1625
+ "inherits": "NodeList",
1626
+ "implements": []
1627
+ },
1628
+ "Range": {
1629
+ "inherits": "AbstractRange",
1630
+ "implements": []
1631
+ },
1632
+ "RecordErrorEvent": {
1633
+ "inherits": "Event",
1634
+ "implements": []
1635
+ },
1636
+ "Rect": {
1637
+ "inherits": null,
1638
+ "implements": []
1639
+ },
1640
+ "RelativeOrientationSensor": {
1641
+ "inherits": "OrientationSensor",
1642
+ "implements": []
1643
+ },
1644
+ "Request": {
1645
+ "inherits": null,
1646
+ "implements": [
1647
+ "Body"
1648
+ ]
1649
+ },
1650
+ "Response": {
1651
+ "inherits": null,
1652
+ "implements": [
1653
+ "Body"
1654
+ ]
1655
+ },
1656
+ "StaticRange": {
1657
+ "inherits": "AbstractRange",
1658
+ "implements": []
1659
+ },
1660
+ "SVGAElement": {
1661
+ "inherits": "SVGGraphicsElement",
1662
+ "implements": [
1663
+ "SVGURIReference"
1664
+ ]
1665
+ },
1666
+ "SVGAltGlyphElement": {
1667
+ "inherits": "SVGTextPositioningElement",
1668
+ "implements": [
1669
+ "SVGURIReference"
1670
+ ]
1671
+ },
1672
+ "SVGAnimateElement": {
1673
+ "inherits": "SVGAnimationElement",
1674
+ "implements": []
1675
+ },
1676
+ "SVGAnimateMotionElement": {
1677
+ "inherits": "SVGAnimationElement",
1678
+ "implements": []
1679
+ },
1680
+ "SVGAnimateTransformElement": {
1681
+ "inherits": "SVGAnimationElement",
1682
+ "implements": []
1683
+ },
1684
+ "SVGAnimatedEnumeration": {
1685
+ "inherits": null,
1686
+ "implements": []
1687
+ },
1688
+ "SVGAnimatedInteger": {
1689
+ "inherits": null,
1690
+ "implements": []
1691
+ },
1692
+ "SVGAnimatedNumber": {
1693
+ "inherits": null,
1694
+ "implements": []
1695
+ },
1696
+ "SVGAnimatedNumberList": {
1697
+ "inherits": null,
1698
+ "implements": []
1699
+ },
1700
+ "SVGAnimatedPreserveAspectRatio": {
1701
+ "inherits": null,
1702
+ "implements": []
1703
+ },
1704
+ "SVGAnimatedString": {
1705
+ "inherits": null,
1706
+ "implements": []
1707
+ },
1708
+ "SVGAnimationElement": {
1709
+ "inherits": "SVGElement",
1710
+ "implements": [
1711
+ "SVGTests"
1712
+ ]
1713
+ },
1714
+ "SVGCircleElement": {
1715
+ "inherits": "SVGGeometryElement",
1716
+ "implements": []
1717
+ },
1718
+ "SVGClipPathElement": {
1719
+ "inherits": "SVGElement",
1720
+ "implements": [
1721
+ "SVGUnitTypes"
1722
+ ]
1723
+ },
1724
+ "SVGComponentTransferFunctionElement": {
1725
+ "inherits": "SVGElement",
1726
+ "implements": []
1727
+ },
1728
+ "SVGCursorElement": {
1729
+ "inherits": "SVGElement",
1730
+ "implements": [
1731
+ "SVGURIReference"
1732
+ ]
1733
+ },
1734
+ "SVGDefsElement": {
1735
+ "inherits": "SVGGraphicsElement",
1736
+ "implements": []
1737
+ },
1738
+ "SVGDescElement": {
1739
+ "inherits": "SVGElement",
1740
+ "implements": []
1741
+ },
1742
+ "SVGDocument": {
1743
+ "inherits": "Document",
1744
+ "implements": []
1745
+ },
1746
+ "SVGElement": {
1747
+ "inherits": "Element",
1748
+ "implements": [
1749
+ "GlobalEventHandlers",
1750
+ "OnErrorEventHandlerForNodes",
1751
+ "TouchEventHandlers"
1752
+ ]
1753
+ },
1754
+ "SVGEllipseElement": {
1755
+ "inherits": "SVGGeometryElement",
1756
+ "implements": []
1757
+ },
1758
+ "SVGFEBlendElement": {
1759
+ "inherits": "SVGElement",
1760
+ "implements": [
1761
+ "SVGFilterPrimitiveStandardAttributes"
1762
+ ]
1763
+ },
1764
+ "SVGFEColorMatrixElement": {
1765
+ "inherits": "SVGElement",
1766
+ "implements": [
1767
+ "SVGFilterPrimitiveStandardAttributes"
1768
+ ]
1769
+ },
1770
+ "SVGFEComponentTransferElement": {
1771
+ "inherits": "SVGElement",
1772
+ "implements": [
1773
+ "SVGFilterPrimitiveStandardAttributes"
1774
+ ]
1775
+ },
1776
+ "SVGFECompositeElement": {
1777
+ "inherits": "SVGElement",
1778
+ "implements": [
1779
+ "SVGFilterPrimitiveStandardAttributes"
1780
+ ]
1781
+ },
1782
+ "SVGFEConvolveMatrixElement": {
1783
+ "inherits": "SVGElement",
1784
+ "implements": [
1785
+ "SVGFilterPrimitiveStandardAttributes"
1786
+ ]
1787
+ },
1788
+ "SVGFEDiffuseLightingElement": {
1789
+ "inherits": "SVGElement",
1790
+ "implements": [
1791
+ "SVGFilterPrimitiveStandardAttributes"
1792
+ ]
1793
+ },
1794
+ "SVGFEDisplacementMapElement": {
1795
+ "inherits": "SVGElement",
1796
+ "implements": [
1797
+ "SVGFilterPrimitiveStandardAttributes"
1798
+ ]
1799
+ },
1800
+ "SVGFEDistantLightElement": {
1801
+ "inherits": "SVGElement",
1802
+ "implements": []
1803
+ },
1804
+ "SVGFEDropShadowElement": {
1805
+ "inherits": "SVGElement",
1806
+ "implements": [
1807
+ "SVGFilterPrimitiveStandardAttributes"
1808
+ ]
1809
+ },
1810
+ "SVGFEFloodElement": {
1811
+ "inherits": "SVGElement",
1812
+ "implements": [
1813
+ "SVGFilterPrimitiveStandardAttributes"
1814
+ ]
1815
+ },
1816
+ "SVGFEFuncAElement": {
1817
+ "inherits": "SVGComponentTransferFunctionElement",
1818
+ "implements": []
1819
+ },
1820
+ "SVGFEFuncBElement": {
1821
+ "inherits": "SVGComponentTransferFunctionElement",
1822
+ "implements": []
1823
+ },
1824
+ "SVGFEFuncGElement": {
1825
+ "inherits": "SVGComponentTransferFunctionElement",
1826
+ "implements": []
1827
+ },
1828
+ "SVGFEFuncRElement": {
1829
+ "inherits": "SVGComponentTransferFunctionElement",
1830
+ "implements": []
1831
+ },
1832
+ "SVGFEGaussianBlurElement": {
1833
+ "inherits": "SVGElement",
1834
+ "implements": [
1835
+ "SVGFilterPrimitiveStandardAttributes"
1836
+ ]
1837
+ },
1838
+ "SVGFEImageElement": {
1839
+ "inherits": "SVGElement",
1840
+ "implements": [
1841
+ "SVGFilterPrimitiveStandardAttributes",
1842
+ "SVGURIReference"
1843
+ ]
1844
+ },
1845
+ "SVGFEMergeElement": {
1846
+ "inherits": "SVGElement",
1847
+ "implements": [
1848
+ "SVGFilterPrimitiveStandardAttributes"
1849
+ ]
1850
+ },
1851
+ "SVGFEMergeNodeElement": {
1852
+ "inherits": "SVGElement",
1853
+ "implements": []
1854
+ },
1855
+ "SVGFEMorphologyElement": {
1856
+ "inherits": "SVGElement",
1857
+ "implements": [
1858
+ "SVGFilterPrimitiveStandardAttributes"
1859
+ ]
1860
+ },
1861
+ "SVGFEOffsetElement": {
1862
+ "inherits": "SVGElement",
1863
+ "implements": [
1864
+ "SVGFilterPrimitiveStandardAttributes"
1865
+ ]
1866
+ },
1867
+ "SVGFEPointLightElement": {
1868
+ "inherits": "SVGElement",
1869
+ "implements": []
1870
+ },
1871
+ "SVGFESpecularLightingElement": {
1872
+ "inherits": "SVGElement",
1873
+ "implements": [
1874
+ "SVGFilterPrimitiveStandardAttributes"
1875
+ ]
1876
+ },
1877
+ "SVGFESpotLightElement": {
1878
+ "inherits": "SVGElement",
1879
+ "implements": []
1880
+ },
1881
+ "SVGFETileElement": {
1882
+ "inherits": "SVGElement",
1883
+ "implements": [
1884
+ "SVGFilterPrimitiveStandardAttributes"
1885
+ ]
1886
+ },
1887
+ "SVGFETurbulenceElement": {
1888
+ "inherits": "SVGElement",
1889
+ "implements": [
1890
+ "SVGFilterPrimitiveStandardAttributes"
1891
+ ]
1892
+ },
1893
+ "SVGFilterElement": {
1894
+ "inherits": "SVGElement",
1895
+ "implements": [
1896
+ "SVGURIReference",
1897
+ "SVGUnitTypes"
1898
+ ]
1899
+ },
1900
+ "SVGForeignObjectElement": {
1901
+ "inherits": "SVGGraphicsElement",
1902
+ "implements": []
1903
+ },
1904
+ "SVGGElement": {
1905
+ "inherits": "SVGGraphicsElement",
1906
+ "implements": []
1907
+ },
1908
+ "SVGGeometryElement": {
1909
+ "inherits": "SVGGraphicsElement",
1910
+ "implements": []
1911
+ },
1912
+ "SVGGradientElement": {
1913
+ "inherits": "SVGElement",
1914
+ "implements": [
1915
+ "SVGURIReference",
1916
+ "SVGUnitTypes"
1917
+ ]
1918
+ },
1919
+ "SVGGraphicsElement": {
1920
+ "inherits": "SVGElement",
1921
+ "implements": [
1922
+ "SVGTests"
1923
+ ]
1924
+ },
1925
+ "SVGImageElement": {
1926
+ "inherits": "SVGGraphicsElement",
1927
+ "implements": [
1928
+ "MozImageLoadingContent",
1929
+ "SVGURIReference"
1930
+ ]
1931
+ },
1932
+ "SVGLengthList": {
1933
+ "inherits": null,
1934
+ "implements": []
1935
+ },
1936
+ "SVGLineElement": {
1937
+ "inherits": "SVGGeometryElement",
1938
+ "implements": []
1939
+ },
1940
+ "SVGLinearGradientElement": {
1941
+ "inherits": "SVGGradientElement",
1942
+ "implements": []
1943
+ },
1944
+ "SVGMPathElement": {
1945
+ "inherits": "SVGElement",
1946
+ "implements": [
1947
+ "SVGURIReference"
1948
+ ]
1949
+ },
1950
+ "SVGMarkerElement": {
1951
+ "inherits": "SVGElement",
1952
+ "implements": [
1953
+ "SVGFitToViewBox"
1954
+ ]
1955
+ },
1956
+ "SVGMaskElement": {
1957
+ "inherits": "SVGElement",
1958
+ "implements": [
1959
+ "SVGUnitTypes"
1960
+ ]
1961
+ },
1962
+ "SVGMetadataElement": {
1963
+ "inherits": "SVGElement",
1964
+ "implements": []
1965
+ },
1966
+ "SVGNumberList": {
1967
+ "inherits": null,
1968
+ "implements": []
1969
+ },
1970
+ "SVGPathElement": {
1971
+ "inherits": "SVGGeometryElement",
1972
+ "implements": [
1973
+ "SVGAnimatedPathData"
1974
+ ]
1975
+ },
1976
+ "SVGPathSegArcAbs": {
1977
+ "inherits": "SVGPathSeg",
1978
+ "implements": []
1979
+ },
1980
+ "SVGPathSegArcRel": {
1981
+ "inherits": "SVGPathSeg",
1982
+ "implements": []
1983
+ },
1984
+ "SVGPathSegClosePath": {
1985
+ "inherits": "SVGPathSeg",
1986
+ "implements": []
1987
+ },
1988
+ "SVGPathSegCurvetoCubicAbs": {
1989
+ "inherits": "SVGPathSeg",
1990
+ "implements": []
1991
+ },
1992
+ "SVGPathSegCurvetoCubicRel": {
1993
+ "inherits": "SVGPathSeg",
1994
+ "implements": []
1995
+ },
1996
+ "SVGPathSegCurvetoCubicSmoothAbs": {
1997
+ "inherits": "SVGPathSeg",
1998
+ "implements": []
1999
+ },
2000
+ "SVGPathSegCurvetoCubicSmoothRel": {
2001
+ "inherits": "SVGPathSeg",
2002
+ "implements": []
2003
+ },
2004
+ "SVGPathSegCurvetoQuadraticAbs": {
2005
+ "inherits": "SVGPathSeg",
2006
+ "implements": []
2007
+ },
2008
+ "SVGPathSegCurvetoQuadraticRel": {
2009
+ "inherits": "SVGPathSeg",
2010
+ "implements": []
2011
+ },
2012
+ "SVGPathSegCurvetoQuadraticSmoothAbs": {
2013
+ "inherits": "SVGPathSeg",
2014
+ "implements": []
2015
+ },
2016
+ "SVGPathSegCurvetoQuadraticSmoothRel": {
2017
+ "inherits": "SVGPathSeg",
2018
+ "implements": []
2019
+ },
2020
+ "SVGPathSegLinetoAbs": {
2021
+ "inherits": "SVGPathSeg",
2022
+ "implements": []
2023
+ },
2024
+ "SVGPathSegLinetoHorizontalAbs": {
2025
+ "inherits": "SVGPathSeg",
2026
+ "implements": []
2027
+ },
2028
+ "SVGPathSegLinetoHorizontalRel": {
2029
+ "inherits": "SVGPathSeg",
2030
+ "implements": []
2031
+ },
2032
+ "SVGPathSegLinetoRel": {
2033
+ "inherits": "SVGPathSeg",
2034
+ "implements": []
2035
+ },
2036
+ "SVGPathSegLinetoVerticalAbs": {
2037
+ "inherits": "SVGPathSeg",
2038
+ "implements": []
2039
+ },
2040
+ "SVGPathSegLinetoVerticalRel": {
2041
+ "inherits": "SVGPathSeg",
2042
+ "implements": []
2043
+ },
2044
+ "SVGPathSegList": {
2045
+ "inherits": null,
2046
+ "implements": []
2047
+ },
2048
+ "SVGPathSegMovetoAbs": {
2049
+ "inherits": "SVGPathSeg",
2050
+ "implements": []
2051
+ },
2052
+ "SVGPathSegMovetoRel": {
2053
+ "inherits": "SVGPathSeg",
2054
+ "implements": []
2055
+ },
2056
+ "SVGPatternElement": {
2057
+ "inherits": "SVGElement",
2058
+ "implements": [
2059
+ "SVGFitToViewBox",
2060
+ "SVGURIReference",
2061
+ "SVGUnitTypes"
2062
+ ]
2063
+ },
2064
+ "SVGPoint": {
2065
+ "inherits": null,
2066
+ "implements": []
2067
+ },
2068
+ "SVGPointList": {
2069
+ "inherits": null,
2070
+ "implements": []
2071
+ },
2072
+ "SVGPolygonElement": {
2073
+ "inherits": "SVGGeometryElement",
2074
+ "implements": [
2075
+ "SVGAnimatedPoints"
2076
+ ]
2077
+ },
2078
+ "SVGPolylineElement": {
2079
+ "inherits": "SVGGeometryElement",
2080
+ "implements": [
2081
+ "SVGAnimatedPoints"
2082
+ ]
2083
+ },
2084
+ "SVGPreserveAspectRatio": {
2085
+ "inherits": null,
2086
+ "implements": []
2087
+ },
2088
+ "SVGRadialGradientElement": {
2089
+ "inherits": "SVGGradientElement",
2090
+ "implements": []
2091
+ },
2092
+ "SVGRect": {
2093
+ "inherits": null,
2094
+ "implements": []
2095
+ },
2096
+ "SVGRectElement": {
2097
+ "inherits": "SVGGeometryElement",
2098
+ "implements": []
2099
+ },
2100
+ "SVGSVGElement": {
2101
+ "inherits": "SVGGraphicsElement",
2102
+ "implements": [
2103
+ "SVGFitToViewBox",
2104
+ "SVGZoomAndPan"
2105
+ ]
2106
+ },
2107
+ "SVGScriptElement": {
2108
+ "inherits": "SVGElement",
2109
+ "implements": [
2110
+ "SVGURIReference"
2111
+ ]
2112
+ },
2113
+ "SVGSetElement": {
2114
+ "inherits": "SVGAnimationElement",
2115
+ "implements": []
2116
+ },
2117
+ "SVGStopElement": {
2118
+ "inherits": "SVGElement",
2119
+ "implements": []
2120
+ },
2121
+ "SVGStringList": {
2122
+ "inherits": null,
2123
+ "implements": []
2124
+ },
2125
+ "SVGStyleElement": {
2126
+ "inherits": "SVGElement",
2127
+ "implements": []
2128
+ },
2129
+ "SVGSwitchElement": {
2130
+ "inherits": "SVGGraphicsElement",
2131
+ "implements": []
2132
+ },
2133
+ "SVGSymbolElement": {
2134
+ "inherits": "SVGElement",
2135
+ "implements": [
2136
+ "SVGFitToViewBox",
2137
+ "SVGTests"
2138
+ ]
2139
+ },
2140
+ "SVGTSpanElement": {
2141
+ "inherits": "SVGTextPositioningElement",
2142
+ "implements": []
2143
+ },
2144
+ "SVGTextContentElement": {
2145
+ "inherits": "SVGGraphicsElement",
2146
+ "implements": []
2147
+ },
2148
+ "SVGTextElement": {
2149
+ "inherits": "SVGTextPositioningElement",
2150
+ "implements": []
2151
+ },
2152
+ "SVGTextPathElement": {
2153
+ "inherits": "SVGTextContentElement",
2154
+ "implements": [
2155
+ "SVGURIReference"
2156
+ ]
2157
+ },
2158
+ "SVGTextPositioningElement": {
2159
+ "inherits": "SVGTextContentElement",
2160
+ "implements": []
2161
+ },
2162
+ "SVGTitleElement": {
2163
+ "inherits": "SVGElement",
2164
+ "implements": []
2165
+ },
2166
+ "SVGTransformList": {
2167
+ "inherits": null,
2168
+ "implements": []
2169
+ },
2170
+ "SVGUseElement": {
2171
+ "inherits": "SVGGraphicsElement",
2172
+ "implements": [
2173
+ "SVGURIReference"
2174
+ ]
2175
+ },
2176
+ "SVGViewElement": {
2177
+ "inherits": "SVGElement",
2178
+ "implements": [
2179
+ "SVGFitToViewBox",
2180
+ "SVGZoomAndPan"
2181
+ ]
2182
+ },
2183
+ "SVGZoomEvent": {
2184
+ "inherits": "UIEvent",
2185
+ "implements": []
2186
+ },
2187
+ "Screen": {
2188
+ "inherits": "EventTarget",
2189
+ "implements": []
2190
+ },
2191
+ "ScriptProcessorNode": {
2192
+ "inherits": "AudioNode",
2193
+ "implements": [
2194
+ "AudioNodePassThrough"
2195
+ ]
2196
+ },
2197
+ "ScrollAreaEvent": {
2198
+ "inherits": "UIEvent",
2199
+ "implements": []
2200
+ },
2201
+ "ScrollBoxObject": {
2202
+ "inherits": "BoxObject",
2203
+ "implements": []
2204
+ },
2205
+ "ScrollViewChangeEvent": {
2206
+ "inherits": "Event",
2207
+ "implements": []
2208
+ },
2209
+ "Selection": {
2210
+ "inherits": null,
2211
+ "implements": []
2212
+ },
2213
+ "SelectionStateChangedEvent": {
2214
+ "inherits": "Event",
2215
+ "implements": []
2216
+ },
2217
+ "Sensor": {
2218
+ "inherits": "EventTarget",
2219
+ "implements": []
2220
+ },
2221
+ "SensorErrorEvent": {
2222
+ "inherits": "Event",
2223
+ "implements": []
2224
+ },
2225
+ "ServiceWorker": {
2226
+ "inherits": "EventTarget",
2227
+ "implements": [
2228
+ "AbstractWorker"
2229
+ ]
2230
+ },
2231
+ "ServiceWorkerContainer": {
2232
+ "inherits": "EventTarget",
2233
+ "implements": []
2234
+ },
2235
+ "ServiceWorkerGlobalScope": {
2236
+ "inherits": "WorkerGlobalScope",
2237
+ "implements": [
2238
+ "GlobalFetch"
2239
+ ]
2240
+ },
2241
+ "ServiceWorkerRegistration": {
2242
+ "inherits": "EventTarget",
2243
+ "implements": []
2244
+ },
2245
+ "SettingsLock": {
2246
+ "inherits": "EventTarget",
2247
+ "implements": []
2248
+ },
2249
+ "SettingsManager": {
2250
+ "inherits": "EventTarget",
2251
+ "implements": []
2252
+ },
2253
+ "ShadowRoot": {
2254
+ "inherits": "DocumentFragment",
2255
+ "implements": []
2256
+ },
2257
+ "SharedWorker": {
2258
+ "inherits": "EventTarget",
2259
+ "implements": [
2260
+ "AbstractWorker"
2261
+ ]
2262
+ },
2263
+ "SharedWorkerGlobalScope": {
2264
+ "inherits": "WorkerGlobalScope",
2265
+ "implements": []
2266
+ },
2267
+ "SimpleGestureEvent": {
2268
+ "inherits": "MouseEvent",
2269
+ "implements": []
2270
+ },
2271
+ "SourceBuffer": {
2272
+ "inherits": "EventTarget",
2273
+ "implements": []
2274
+ },
2275
+ "SourceBufferList": {
2276
+ "inherits": "EventTarget",
2277
+ "implements": []
2278
+ },
2279
+ "SpeechRecognition": {
2280
+ "inherits": "EventTarget",
2281
+ "implements": []
2282
+ },
2283
+ "SpeechRecognitionError": {
2284
+ "inherits": "Event",
2285
+ "implements": []
2286
+ },
2287
+ "SpeechRecognitionEvent": {
2288
+ "inherits": "Event",
2289
+ "implements": []
2290
+ },
2291
+ "SpeechSynthesisEvent": {
2292
+ "inherits": "Event",
2293
+ "implements": []
2294
+ },
2295
+ "SpeechSynthesisUtterance": {
2296
+ "inherits": "EventTarget",
2297
+ "implements": []
2298
+ },
2299
+ "StereoPannerNode": {
2300
+ "inherits": "AudioNode",
2301
+ "implements": [
2302
+ "AudioNodePassThrough"
2303
+ ]
2304
+ },
2305
+ "StorageEvent": {
2306
+ "inherits": "Event",
2307
+ "implements": []
2308
+ },
2309
+ "StylePropertyMap": {
2310
+ "inherits": "StylePropertyMapReadOnly",
2311
+ "implements": []
2312
+ },
2313
+ "StylePropertyMapReadOnly": {
2314
+ "inherits": null,
2315
+ "implements": [
2316
+ "StylePropertyMap"
2317
+ ]
2318
+ },
2319
+ "StyleRuleChangeEvent": {
2320
+ "inherits": "Event",
2321
+ "implements": []
2322
+ },
2323
+ "StyleSheet": {
2324
+ "inherits": null,
2325
+ "implements": []
2326
+ },
2327
+ "StyleSheetApplicableStateChangeEvent": {
2328
+ "inherits": "Event",
2329
+ "implements": []
2330
+ },
2331
+ "StyleSheetChangeEvent": {
2332
+ "inherits": "Event",
2333
+ "implements": []
2334
+ },
2335
+ "SyncEvent": {
2336
+ "inherits": "ExtendableEvent",
2337
+ "implements": []
2338
+ },
2339
+ "TVChannel": {
2340
+ "inherits": "EventTarget",
2341
+ "implements": []
2342
+ },
2343
+ "TVCurrentChannelChangedEvent": {
2344
+ "inherits": "Event",
2345
+ "implements": []
2346
+ },
2347
+ "TVCurrentSourceChangedEvent": {
2348
+ "inherits": "Event",
2349
+ "implements": []
2350
+ },
2351
+ "TVEITBroadcastedEvent": {
2352
+ "inherits": "Event",
2353
+ "implements": []
2354
+ },
2355
+ "TVManager": {
2356
+ "inherits": "EventTarget",
2357
+ "implements": []
2358
+ },
2359
+ "TVScanningStateChangedEvent": {
2360
+ "inherits": "Event",
2361
+ "implements": []
2362
+ },
2363
+ "TVSource": {
2364
+ "inherits": "EventTarget",
2365
+ "implements": []
2366
+ },
2367
+ "TVTuner": {
2368
+ "inherits": "EventTarget",
2369
+ "implements": []
2370
+ },
2371
+ "TaskAttributionTiming": {
2372
+ "inherits": "PerformanceEntry",
2373
+ "implements": []
2374
+ },
2375
+ "Telephony": {
2376
+ "inherits": "EventTarget",
2377
+ "implements": []
2378
+ },
2379
+ "TelephonyCall": {
2380
+ "inherits": "EventTarget",
2381
+ "implements": []
2382
+ },
2383
+ "TelephonyCallGroup": {
2384
+ "inherits": "EventTarget",
2385
+ "implements": []
2386
+ },
2387
+ "Text": {
2388
+ "inherits": "CharacterData",
2389
+ "implements": [
2390
+ "GeometryUtils"
2391
+ ]
2392
+ },
2393
+ "TextTrack": {
2394
+ "inherits": "EventTarget",
2395
+ "implements": []
2396
+ },
2397
+ "TextTrackList": {
2398
+ "inherits": "EventTarget",
2399
+ "implements": []
2400
+ },
2401
+ "TimeEvent": {
2402
+ "inherits": "Event",
2403
+ "implements": []
2404
+ },
2405
+ "Touch": {
2406
+ "inherits": null,
2407
+ "implements": []
2408
+ },
2409
+ "TouchEvent": {
2410
+ "inherits": "UIEvent",
2411
+ "implements": []
2412
+ },
2413
+ "TouchList": {
2414
+ "inherits": null,
2415
+ "implements": []
2416
+ },
2417
+ "TrackEvent": {
2418
+ "inherits": "Event",
2419
+ "implements": []
2420
+ },
2421
+ "TransitionEvent": {
2422
+ "inherits": "Event",
2423
+ "implements": []
2424
+ },
2425
+ "TreeBoxObject": {
2426
+ "inherits": "BoxObject",
2427
+ "implements": []
2428
+ },
2429
+ "TreeColumns": {
2430
+ "inherits": null,
2431
+ "implements": []
2432
+ },
2433
+ "TreeWalker": {
2434
+ "inherits": null,
2435
+ "implements": []
2436
+ },
2437
+ "UDPMessageEvent": {
2438
+ "inherits": "Event",
2439
+ "implements": []
2440
+ },
2441
+ "UDPSocket": {
2442
+ "inherits": "EventTarget",
2443
+ "implements": []
2444
+ },
2445
+ "UIEvent": {
2446
+ "inherits": "Event",
2447
+ "implements": []
2448
+ },
2449
+ "URL": {
2450
+ "inherits": null,
2451
+ "implements": [
2452
+ "URLUtils",
2453
+ "URLUtilsSearchParams"
2454
+ ]
2455
+ },
2456
+ "USSDReceivedEvent": {
2457
+ "inherits": "Event",
2458
+ "implements": []
2459
+ },
2460
+ "UndoManager": {
2461
+ "inherits": null,
2462
+ "implements": []
2463
+ },
2464
+ "UserProximityEvent": {
2465
+ "inherits": "Event",
2466
+ "implements": []
2467
+ },
2468
+ "VRFieldOfView": {
2469
+ "inherits": "VRFieldOfViewReadOnly",
2470
+ "implements": []
2471
+ },
2472
+ "VTTCue": {
2473
+ "inherits": "EventTarget",
2474
+ "implements": []
2475
+ },
2476
+ "ValidityState": {
2477
+ "inherits": null,
2478
+ "implements": []
2479
+ },
2480
+ "VideoStreamTrack": {
2481
+ "inherits": "MediaStreamTrack",
2482
+ "implements": []
2483
+ },
2484
+ "VideoTrackList": {
2485
+ "inherits": "EventTarget",
2486
+ "implements": []
2487
+ },
2488
+ "WaveShaperNode": {
2489
+ "inherits": "AudioNode",
2490
+ "implements": [
2491
+ "AudioNodePassThrough"
2492
+ ]
2493
+ },
2494
+ "WebGL2RenderingContext": {
2495
+ "inherits": "WebGLRenderingContext",
2496
+ "implements": []
2497
+ },
2498
+ "WebGLContextEvent": {
2499
+ "inherits": "Event",
2500
+ "implements": []
2501
+ },
2502
+ "WebSocket": {
2503
+ "inherits": "EventTarget",
2504
+ "implements": []
2505
+ },
2506
+ "WheelEvent": {
2507
+ "inherits": "MouseEvent",
2508
+ "implements": []
2509
+ },
2510
+ "Window": {
2511
+ "inherits": null,
2512
+ "implements": [
2513
+ "ChromeWindow",
2514
+ "GlobalCrypto",
2515
+ "GlobalEventHandlers",
2516
+ "OnErrorEventHandlerForWindow",
2517
+ "SpeechSynthesisGetter",
2518
+ "TouchEventHandlers",
2519
+ "WindowEventHandlers",
2520
+ "WindowModal",
2521
+ "WindowOrWorkerGlobalScope"
2522
+ ]
2523
+ },
2524
+ "WindowClient": {
2525
+ "inherits": "Client",
2526
+ "implements": []
2527
+ },
2528
+ "WindowRoot": {
2529
+ "inherits": "EventTarget",
2530
+ "implements": []
2531
+ },
2532
+ "Worker": {
2533
+ "inherits": "EventTarget",
2534
+ "implements": [
2535
+ "AbstractWorker"
2536
+ ]
2537
+ },
2538
+ "WorkerGlobalScope": {
2539
+ "inherits": "EventTarget",
2540
+ "implements": [
2541
+ "GlobalCrypto",
2542
+ "WindowOrWorkerGlobalScope"
2543
+ ]
2544
+ },
2545
+ "WorkerLocation": {
2546
+ "inherits": null,
2547
+ "implements": [
2548
+ "URLUtilsReadOnly"
2549
+ ]
2550
+ },
2551
+ "WorkerNavigator": {
2552
+ "inherits": null,
2553
+ "implements": [
2554
+ "NavigatorDataStore",
2555
+ "NavigatorID",
2556
+ "NavigatorLanguage",
2557
+ "NavigatorOnLine"
2558
+ ]
2559
+ },
2560
+ "XMLDocument": {
2561
+ "inherits": "Document",
2562
+ "implements": []
2563
+ },
2564
+ "XMLHttpRequest": {
2565
+ "inherits": "XMLHttpRequestEventTarget",
2566
+ "implements": []
2567
+ },
2568
+ "XMLHttpRequestEventTarget": {
2569
+ "inherits": "EventTarget",
2570
+ "implements": []
2571
+ },
2572
+ "XMLHttpRequestUpload": {
2573
+ "inherits": "XMLHttpRequestEventTarget",
2574
+ "implements": []
2575
+ },
2576
+ "XMLSerializer": {
2577
+ "inherits": null,
2578
+ "implements": []
2579
+ },
2580
+ "XMLStylesheetProcessingInstruction": {
2581
+ "inherits": "ProcessingInstruction",
2582
+ "implements": []
2583
+ },
2584
+ "XPathEvaluator": {
2585
+ "inherits": null,
2586
+ "implements": []
2587
+ },
2588
+ "XR": {
2589
+ "inherits": "EventTarget",
2590
+ "implements": []
2591
+ },
2592
+ "XRBoundedReferenceSpace": {
2593
+ "inherits": "XRReferenceSpace",
2594
+ "implements": []
2595
+ },
2596
+ "XRFrame": {
2597
+ "inherits": null,
2598
+ "implements": []
2599
+ },
2600
+ "XRInputSource": {
2601
+ "inherits": null,
2602
+ "implements": []
2603
+ },
2604
+ "XRInputSourceArray": {
2605
+ "inherits": null,
2606
+ "implements": []
2607
+ },
2608
+ "XRInputSourceEvent": {
2609
+ "inherits": "Event",
2610
+ "implements": []
2611
+ },
2612
+ "XRInputSourcesChangeEvent": {
2613
+ "inherits": "Event",
2614
+ "implements": []
2615
+ },
2616
+ "XRPose": {
2617
+ "inherits": null,
2618
+ "implements": []
2619
+ },
2620
+ "XRReferenceSpace": {
2621
+ "inherits": "XRSpace",
2622
+ "implements": []
2623
+ },
2624
+ "XRReferenceSpaceEvent": {
2625
+ "inherits": "Event",
2626
+ "implements": []
2627
+ },
2628
+ "XRRenderState": {
2629
+ "inherits": null,
2630
+ "implements": []
2631
+ },
2632
+ "XRRigidTransform": {
2633
+ "inherits": null,
2634
+ "implements": []
2635
+ },
2636
+ "XRSession": {
2637
+ "inherits": "EventTarget",
2638
+ "implements": []
2639
+ },
2640
+ "XRSessionEvent": {
2641
+ "inherits": "Event",
2642
+ "implements": []
2643
+ },
2644
+ "XRSpace": {
2645
+ "inherits": "EventTarget",
2646
+ "implements": []
2647
+ },
2648
+ "XRView": {
2649
+ "inherits": null,
2650
+ "implements": []
2651
+ },
2652
+ "XRViewerPose": {
2653
+ "inherits": "XRPose",
2654
+ "implements": []
2655
+ },
2656
+ "XRViewport": {
2657
+ "inherits": null,
2658
+ "implements": []
2659
+ },
2660
+ "XRWebGLLayer": {
2661
+ "inherits": null,
2662
+ "implements": []
2663
+ },
2664
+ "XULCommandEvent": {
2665
+ "inherits": "UIEvent",
2666
+ "implements": []
2667
+ },
2668
+ "XULDocument": {
2669
+ "inherits": "Document",
2670
+ "implements": []
2671
+ },
2672
+ "XULElement": {
2673
+ "inherits": "Element",
2674
+ "implements": [
2675
+ "GlobalEventHandlers",
2676
+ "MozFrameLoaderOwner",
2677
+ "OnErrorEventHandlerForNodes",
2678
+ "TouchEventHandlers"
2679
+ ]
2680
+ }
2681
+ }