@slicemachine/manager 0.1.1-dev-plugins.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1500) hide show
  1. package/LICENSE +202 -0
  2. package/dist/__node_modules/@mswjs/cookies/lib/index.cjs +26 -0
  3. package/dist/__node_modules/@mswjs/cookies/lib/index.cjs.map +1 -0
  4. package/dist/__node_modules/@mswjs/cookies/lib/index.js +25 -0
  5. package/dist/__node_modules/@mswjs/cookies/lib/index.js.map +1 -0
  6. package/dist/__node_modules/@mswjs/cookies/lib/store.cjs +175 -0
  7. package/dist/__node_modules/@mswjs/cookies/lib/store.cjs.map +1 -0
  8. package/dist/__node_modules/@mswjs/cookies/lib/store.js +174 -0
  9. package/dist/__node_modules/@mswjs/cookies/lib/store.js.map +1 -0
  10. package/dist/__node_modules/@mswjs/interceptors/lib/BatchInterceptor.cjs +92 -0
  11. package/dist/__node_modules/@mswjs/interceptors/lib/BatchInterceptor.cjs.map +1 -0
  12. package/dist/__node_modules/@mswjs/interceptors/lib/BatchInterceptor.js +93 -0
  13. package/dist/__node_modules/@mswjs/interceptors/lib/BatchInterceptor.js.map +1 -0
  14. package/dist/__node_modules/@mswjs/interceptors/lib/InteractiveIsomorphicRequest.cjs +52 -0
  15. package/dist/__node_modules/@mswjs/interceptors/lib/InteractiveIsomorphicRequest.cjs.map +1 -0
  16. package/dist/__node_modules/@mswjs/interceptors/lib/InteractiveIsomorphicRequest.js +53 -0
  17. package/dist/__node_modules/@mswjs/interceptors/lib/InteractiveIsomorphicRequest.js.map +1 -0
  18. package/dist/__node_modules/@mswjs/interceptors/lib/Interceptor.cjs +176 -0
  19. package/dist/__node_modules/@mswjs/interceptors/lib/Interceptor.cjs.map +1 -0
  20. package/dist/__node_modules/@mswjs/interceptors/lib/Interceptor.js +175 -0
  21. package/dist/__node_modules/@mswjs/interceptors/lib/Interceptor.js.map +1 -0
  22. package/dist/__node_modules/@mswjs/interceptors/lib/IsomorphicRequest.cjs +186 -0
  23. package/dist/__node_modules/@mswjs/interceptors/lib/IsomorphicRequest.cjs.map +1 -0
  24. package/dist/__node_modules/@mswjs/interceptors/lib/IsomorphicRequest.js +187 -0
  25. package/dist/__node_modules/@mswjs/interceptors/lib/IsomorphicRequest.js.map +1 -0
  26. package/dist/__node_modules/@mswjs/interceptors/lib/glossary.cjs +7 -0
  27. package/dist/__node_modules/@mswjs/interceptors/lib/glossary.cjs.map +1 -0
  28. package/dist/__node_modules/@mswjs/interceptors/lib/glossary.js +8 -0
  29. package/dist/__node_modules/@mswjs/interceptors/lib/glossary.js.map +1 -0
  30. package/dist/__node_modules/@mswjs/interceptors/lib/index.cjs +54 -0
  31. package/dist/__node_modules/@mswjs/interceptors/lib/index.cjs.map +1 -0
  32. package/dist/__node_modules/@mswjs/interceptors/lib/index.js +53 -0
  33. package/dist/__node_modules/@mswjs/interceptors/lib/index.js.map +1 -0
  34. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/XMLHttpRequestOverride.cjs +554 -0
  35. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/XMLHttpRequestOverride.cjs.map +1 -0
  36. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/XMLHttpRequestOverride.js +554 -0
  37. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/XMLHttpRequestOverride.js.map +1 -0
  38. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/index.cjs +83 -0
  39. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/index.cjs.map +1 -0
  40. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/index.js +83 -0
  41. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/index.js.map +1 -0
  42. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/polyfills/EventPolyfill.cjs +57 -0
  43. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/polyfills/EventPolyfill.cjs.map +1 -0
  44. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/polyfills/EventPolyfill.js +57 -0
  45. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/polyfills/EventPolyfill.js.map +1 -0
  46. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/polyfills/ProgressEventPolyfill.cjs +51 -0
  47. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/polyfills/ProgressEventPolyfill.cjs.map +1 -0
  48. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/polyfills/ProgressEventPolyfill.js +51 -0
  49. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/polyfills/ProgressEventPolyfill.js.map +1 -0
  50. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/utils/bufferFrom.cjs +26 -0
  51. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/utils/bufferFrom.cjs.map +1 -0
  52. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/utils/bufferFrom.js +26 -0
  53. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/utils/bufferFrom.js.map +1 -0
  54. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/utils/createEvent.cjs +41 -0
  55. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/utils/createEvent.cjs.map +1 -0
  56. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/utils/createEvent.js +41 -0
  57. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/XMLHttpRequest/utils/createEvent.js.map +1 -0
  58. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/fetch/index.cjs +319 -0
  59. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/fetch/index.cjs.map +1 -0
  60. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/fetch/index.js +319 -0
  61. package/dist/__node_modules/@mswjs/interceptors/lib/interceptors/fetch/index.js.map +1 -0
  62. package/dist/__node_modules/@mswjs/interceptors/lib/utils/AsyncEventEmitter.cjs +327 -0
  63. package/dist/__node_modules/@mswjs/interceptors/lib/utils/AsyncEventEmitter.cjs.map +1 -0
  64. package/dist/__node_modules/@mswjs/interceptors/lib/utils/AsyncEventEmitter.js +326 -0
  65. package/dist/__node_modules/@mswjs/interceptors/lib/utils/AsyncEventEmitter.js.map +1 -0
  66. package/dist/__node_modules/@mswjs/interceptors/lib/utils/bufferUtils.cjs +24 -0
  67. package/dist/__node_modules/@mswjs/interceptors/lib/utils/bufferUtils.cjs.map +1 -0
  68. package/dist/__node_modules/@mswjs/interceptors/lib/utils/bufferUtils.js +25 -0
  69. package/dist/__node_modules/@mswjs/interceptors/lib/utils/bufferUtils.js.map +1 -0
  70. package/dist/__node_modules/@mswjs/interceptors/lib/utils/createLazyCallback.cjs +148 -0
  71. package/dist/__node_modules/@mswjs/interceptors/lib/utils/createLazyCallback.cjs.map +1 -0
  72. package/dist/__node_modules/@mswjs/interceptors/lib/utils/createLazyCallback.js +149 -0
  73. package/dist/__node_modules/@mswjs/interceptors/lib/utils/createLazyCallback.js.map +1 -0
  74. package/dist/__node_modules/@mswjs/interceptors/lib/utils/getCleanUrl.cjs +13 -0
  75. package/dist/__node_modules/@mswjs/interceptors/lib/utils/getCleanUrl.cjs.map +1 -0
  76. package/dist/__node_modules/@mswjs/interceptors/lib/utils/getCleanUrl.js +14 -0
  77. package/dist/__node_modules/@mswjs/interceptors/lib/utils/getCleanUrl.js.map +1 -0
  78. package/dist/__node_modules/@mswjs/interceptors/lib/utils/nextTick.cjs +18 -0
  79. package/dist/__node_modules/@mswjs/interceptors/lib/utils/nextTick.cjs.map +1 -0
  80. package/dist/__node_modules/@mswjs/interceptors/lib/utils/nextTick.js +19 -0
  81. package/dist/__node_modules/@mswjs/interceptors/lib/utils/nextTick.js.map +1 -0
  82. package/dist/__node_modules/@mswjs/interceptors/lib/utils/parseJson.cjs +23 -0
  83. package/dist/__node_modules/@mswjs/interceptors/lib/utils/parseJson.cjs.map +1 -0
  84. package/dist/__node_modules/@mswjs/interceptors/lib/utils/parseJson.js +23 -0
  85. package/dist/__node_modules/@mswjs/interceptors/lib/utils/parseJson.js.map +1 -0
  86. package/dist/__node_modules/@mswjs/interceptors/lib/utils/toIsoResponse.cjs +26 -0
  87. package/dist/__node_modules/@mswjs/interceptors/lib/utils/toIsoResponse.cjs.map +1 -0
  88. package/dist/__node_modules/@mswjs/interceptors/lib/utils/toIsoResponse.js +26 -0
  89. package/dist/__node_modules/@mswjs/interceptors/lib/utils/toIsoResponse.js.map +1 -0
  90. package/dist/__node_modules/@mswjs/interceptors/lib/utils/uuid.cjs +14 -0
  91. package/dist/__node_modules/@mswjs/interceptors/lib/utils/uuid.cjs.map +1 -0
  92. package/dist/__node_modules/@mswjs/interceptors/lib/utils/uuid.js +15 -0
  93. package/dist/__node_modules/@mswjs/interceptors/lib/utils/uuid.js.map +1 -0
  94. package/dist/__node_modules/@open-draft/until/lib/index.cjs +9 -0
  95. package/dist/__node_modules/@open-draft/until/lib/index.cjs.map +1 -0
  96. package/dist/__node_modules/@open-draft/until/lib/index.js +10 -0
  97. package/dist/__node_modules/@open-draft/until/lib/index.js.map +1 -0
  98. package/dist/__node_modules/@open-draft/until/lib/until.cjs +15 -0
  99. package/dist/__node_modules/@open-draft/until/lib/until.cjs.map +1 -0
  100. package/dist/__node_modules/@open-draft/until/lib/until.js +16 -0
  101. package/dist/__node_modules/@open-draft/until/lib/until.js.map +1 -0
  102. package/dist/__node_modules/@xmldom/xmldom/lib/conventions.cjs +144 -0
  103. package/dist/__node_modules/@xmldom/xmldom/lib/conventions.cjs.map +1 -0
  104. package/dist/__node_modules/@xmldom/xmldom/lib/conventions.js +144 -0
  105. package/dist/__node_modules/@xmldom/xmldom/lib/conventions.js.map +1 -0
  106. package/dist/__node_modules/@xmldom/xmldom/lib/dom-parser.cjs +226 -0
  107. package/dist/__node_modules/@xmldom/xmldom/lib/dom-parser.cjs.map +1 -0
  108. package/dist/__node_modules/@xmldom/xmldom/lib/dom-parser.js +226 -0
  109. package/dist/__node_modules/@xmldom/xmldom/lib/dom-parser.js.map +1 -0
  110. package/dist/__node_modules/@xmldom/xmldom/lib/dom.cjs +1396 -0
  111. package/dist/__node_modules/@xmldom/xmldom/lib/dom.cjs.map +1 -0
  112. package/dist/__node_modules/@xmldom/xmldom/lib/dom.js +1396 -0
  113. package/dist/__node_modules/@xmldom/xmldom/lib/dom.js.map +1 -0
  114. package/dist/__node_modules/@xmldom/xmldom/lib/entities.cjs +261 -0
  115. package/dist/__node_modules/@xmldom/xmldom/lib/entities.cjs.map +1 -0
  116. package/dist/__node_modules/@xmldom/xmldom/lib/entities.js +261 -0
  117. package/dist/__node_modules/@xmldom/xmldom/lib/entities.js.map +1 -0
  118. package/dist/__node_modules/@xmldom/xmldom/lib/index.cjs +18 -0
  119. package/dist/__node_modules/@xmldom/xmldom/lib/index.cjs.map +1 -0
  120. package/dist/__node_modules/@xmldom/xmldom/lib/index.js +18 -0
  121. package/dist/__node_modules/@xmldom/xmldom/lib/index.js.map +1 -0
  122. package/dist/__node_modules/@xmldom/xmldom/lib/sax.cjs +588 -0
  123. package/dist/__node_modules/@xmldom/xmldom/lib/sax.cjs.map +1 -0
  124. package/dist/__node_modules/@xmldom/xmldom/lib/sax.js +588 -0
  125. package/dist/__node_modules/@xmldom/xmldom/lib/sax.js.map +1 -0
  126. package/dist/__node_modules/busboy/lib/index.cjs +51 -0
  127. package/dist/__node_modules/busboy/lib/index.cjs.map +1 -0
  128. package/dist/__node_modules/busboy/lib/index.js +52 -0
  129. package/dist/__node_modules/busboy/lib/index.js.map +1 -0
  130. package/dist/__node_modules/busboy/lib/types/multipart.cjs +1046 -0
  131. package/dist/__node_modules/busboy/lib/types/multipart.cjs.map +1 -0
  132. package/dist/__node_modules/busboy/lib/types/multipart.js +1047 -0
  133. package/dist/__node_modules/busboy/lib/types/multipart.js.map +1 -0
  134. package/dist/__node_modules/busboy/lib/types/urlencoded.cjs +545 -0
  135. package/dist/__node_modules/busboy/lib/types/urlencoded.cjs.map +1 -0
  136. package/dist/__node_modules/busboy/lib/types/urlencoded.js +546 -0
  137. package/dist/__node_modules/busboy/lib/types/urlencoded.js.map +1 -0
  138. package/dist/__node_modules/busboy/lib/utils.cjs +1681 -0
  139. package/dist/__node_modules/busboy/lib/utils.cjs.map +1 -0
  140. package/dist/__node_modules/busboy/lib/utils.js +1682 -0
  141. package/dist/__node_modules/busboy/lib/utils.js.map +1 -0
  142. package/dist/__node_modules/common-tags/es/TemplateTag/TemplateTag.cjs +135 -0
  143. package/dist/__node_modules/common-tags/es/TemplateTag/TemplateTag.cjs.map +1 -0
  144. package/dist/__node_modules/common-tags/es/TemplateTag/TemplateTag.js +136 -0
  145. package/dist/__node_modules/common-tags/es/TemplateTag/TemplateTag.js.map +1 -0
  146. package/dist/__node_modules/common-tags/es/commaLists/commaLists.cjs +7 -0
  147. package/dist/__node_modules/common-tags/es/commaLists/commaLists.cjs.map +1 -0
  148. package/dist/__node_modules/common-tags/es/commaLists/commaLists.js +6 -0
  149. package/dist/__node_modules/common-tags/es/commaLists/commaLists.js.map +1 -0
  150. package/dist/__node_modules/common-tags/es/commaListsAnd/commaListsAnd.cjs +7 -0
  151. package/dist/__node_modules/common-tags/es/commaListsAnd/commaListsAnd.cjs.map +1 -0
  152. package/dist/__node_modules/common-tags/es/commaListsAnd/commaListsAnd.js +6 -0
  153. package/dist/__node_modules/common-tags/es/commaListsAnd/commaListsAnd.js.map +1 -0
  154. package/dist/__node_modules/common-tags/es/commaListsOr/commaListsOr.cjs +7 -0
  155. package/dist/__node_modules/common-tags/es/commaListsOr/commaListsOr.cjs.map +1 -0
  156. package/dist/__node_modules/common-tags/es/commaListsOr/commaListsOr.js +6 -0
  157. package/dist/__node_modules/common-tags/es/commaListsOr/commaListsOr.js.map +1 -0
  158. package/dist/__node_modules/common-tags/es/html/html.cjs +9 -0
  159. package/dist/__node_modules/common-tags/es/html/html.cjs.map +1 -0
  160. package/dist/__node_modules/common-tags/es/html/html.js +8 -0
  161. package/dist/__node_modules/common-tags/es/html/html.js.map +1 -0
  162. package/dist/__node_modules/common-tags/es/inlineArrayTransformer/inlineArrayTransformer.cjs +32 -0
  163. package/dist/__node_modules/common-tags/es/inlineArrayTransformer/inlineArrayTransformer.cjs.map +1 -0
  164. package/dist/__node_modules/common-tags/es/inlineArrayTransformer/inlineArrayTransformer.js +33 -0
  165. package/dist/__node_modules/common-tags/es/inlineArrayTransformer/inlineArrayTransformer.js.map +1 -0
  166. package/dist/__node_modules/common-tags/es/inlineLists/inlineLists.cjs +7 -0
  167. package/dist/__node_modules/common-tags/es/inlineLists/inlineLists.cjs.map +1 -0
  168. package/dist/__node_modules/common-tags/es/inlineLists/inlineLists.js +6 -0
  169. package/dist/__node_modules/common-tags/es/inlineLists/inlineLists.js.map +1 -0
  170. package/dist/__node_modules/common-tags/es/oneLine/oneLine.cjs +6 -0
  171. package/dist/__node_modules/common-tags/es/oneLine/oneLine.cjs.map +1 -0
  172. package/dist/__node_modules/common-tags/es/oneLine/oneLine.js +5 -0
  173. package/dist/__node_modules/common-tags/es/oneLine/oneLine.js.map +1 -0
  174. package/dist/__node_modules/common-tags/es/oneLineCommaLists/oneLineCommaLists.cjs +7 -0
  175. package/dist/__node_modules/common-tags/es/oneLineCommaLists/oneLineCommaLists.cjs.map +1 -0
  176. package/dist/__node_modules/common-tags/es/oneLineCommaLists/oneLineCommaLists.js +6 -0
  177. package/dist/__node_modules/common-tags/es/oneLineCommaLists/oneLineCommaLists.js.map +1 -0
  178. package/dist/__node_modules/common-tags/es/oneLineCommaListsAnd/oneLineCommaListsAnd.cjs +7 -0
  179. package/dist/__node_modules/common-tags/es/oneLineCommaListsAnd/oneLineCommaListsAnd.cjs.map +1 -0
  180. package/dist/__node_modules/common-tags/es/oneLineCommaListsAnd/oneLineCommaListsAnd.js +6 -0
  181. package/dist/__node_modules/common-tags/es/oneLineCommaListsAnd/oneLineCommaListsAnd.js.map +1 -0
  182. package/dist/__node_modules/common-tags/es/oneLineCommaListsOr/oneLineCommaListsOr.cjs +7 -0
  183. package/dist/__node_modules/common-tags/es/oneLineCommaListsOr/oneLineCommaListsOr.cjs.map +1 -0
  184. package/dist/__node_modules/common-tags/es/oneLineCommaListsOr/oneLineCommaListsOr.js +6 -0
  185. package/dist/__node_modules/common-tags/es/oneLineCommaListsOr/oneLineCommaListsOr.js.map +1 -0
  186. package/dist/__node_modules/common-tags/es/oneLineInlineLists/oneLineInlineLists.cjs +7 -0
  187. package/dist/__node_modules/common-tags/es/oneLineInlineLists/oneLineInlineLists.cjs.map +1 -0
  188. package/dist/__node_modules/common-tags/es/oneLineInlineLists/oneLineInlineLists.js +6 -0
  189. package/dist/__node_modules/common-tags/es/oneLineInlineLists/oneLineInlineLists.js.map +1 -0
  190. package/dist/__node_modules/common-tags/es/oneLineTrim/oneLineTrim.cjs +6 -0
  191. package/dist/__node_modules/common-tags/es/oneLineTrim/oneLineTrim.cjs.map +1 -0
  192. package/dist/__node_modules/common-tags/es/oneLineTrim/oneLineTrim.js +5 -0
  193. package/dist/__node_modules/common-tags/es/oneLineTrim/oneLineTrim.js.map +1 -0
  194. package/dist/__node_modules/common-tags/es/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.cjs +19 -0
  195. package/dist/__node_modules/common-tags/es/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.cjs.map +1 -0
  196. package/dist/__node_modules/common-tags/es/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.js +20 -0
  197. package/dist/__node_modules/common-tags/es/removeNonPrintingValuesTransformer/removeNonPrintingValuesTransformer.js.map +1 -0
  198. package/dist/__node_modules/common-tags/es/replaceResultTransformer/replaceResultTransformer.cjs +13 -0
  199. package/dist/__node_modules/common-tags/es/replaceResultTransformer/replaceResultTransformer.cjs.map +1 -0
  200. package/dist/__node_modules/common-tags/es/replaceResultTransformer/replaceResultTransformer.js +14 -0
  201. package/dist/__node_modules/common-tags/es/replaceResultTransformer/replaceResultTransformer.js.map +1 -0
  202. package/dist/__node_modules/common-tags/es/replaceSubstitutionTransformer/replaceSubstitutionTransformer.cjs +17 -0
  203. package/dist/__node_modules/common-tags/es/replaceSubstitutionTransformer/replaceSubstitutionTransformer.cjs.map +1 -0
  204. package/dist/__node_modules/common-tags/es/replaceSubstitutionTransformer/replaceSubstitutionTransformer.js +18 -0
  205. package/dist/__node_modules/common-tags/es/replaceSubstitutionTransformer/replaceSubstitutionTransformer.js.map +1 -0
  206. package/dist/__node_modules/common-tags/es/safeHtml/safeHtml.cjs +9 -0
  207. package/dist/__node_modules/common-tags/es/safeHtml/safeHtml.cjs.map +1 -0
  208. package/dist/__node_modules/common-tags/es/safeHtml/safeHtml.js +8 -0
  209. package/dist/__node_modules/common-tags/es/safeHtml/safeHtml.js.map +1 -0
  210. package/dist/__node_modules/common-tags/es/splitStringTransformer/splitStringTransformer.cjs +17 -0
  211. package/dist/__node_modules/common-tags/es/splitStringTransformer/splitStringTransformer.cjs.map +1 -0
  212. package/dist/__node_modules/common-tags/es/splitStringTransformer/splitStringTransformer.js +18 -0
  213. package/dist/__node_modules/common-tags/es/splitStringTransformer/splitStringTransformer.js.map +1 -0
  214. package/dist/__node_modules/common-tags/es/stripIndent/stripIndent.cjs +7 -0
  215. package/dist/__node_modules/common-tags/es/stripIndent/stripIndent.cjs.map +1 -0
  216. package/dist/__node_modules/common-tags/es/stripIndent/stripIndent.js +8 -0
  217. package/dist/__node_modules/common-tags/es/stripIndent/stripIndent.js.map +1 -0
  218. package/dist/__node_modules/common-tags/es/stripIndentTransformer/stripIndentTransformer.cjs +35 -0
  219. package/dist/__node_modules/common-tags/es/stripIndentTransformer/stripIndentTransformer.cjs.map +1 -0
  220. package/dist/__node_modules/common-tags/es/stripIndentTransformer/stripIndentTransformer.js +36 -0
  221. package/dist/__node_modules/common-tags/es/stripIndentTransformer/stripIndentTransformer.js.map +1 -0
  222. package/dist/__node_modules/common-tags/es/stripIndents/stripIndents.cjs +6 -0
  223. package/dist/__node_modules/common-tags/es/stripIndents/stripIndents.cjs.map +1 -0
  224. package/dist/__node_modules/common-tags/es/stripIndents/stripIndents.js +5 -0
  225. package/dist/__node_modules/common-tags/es/stripIndents/stripIndents.js.map +1 -0
  226. package/dist/__node_modules/common-tags/es/trimResultTransformer/trimResultTransformer.cjs +21 -0
  227. package/dist/__node_modules/common-tags/es/trimResultTransformer/trimResultTransformer.cjs.map +1 -0
  228. package/dist/__node_modules/common-tags/es/trimResultTransformer/trimResultTransformer.js +22 -0
  229. package/dist/__node_modules/common-tags/es/trimResultTransformer/trimResultTransformer.js.map +1 -0
  230. package/dist/__node_modules/data-uri-to-buffer/dist/index.cjs +41 -0
  231. package/dist/__node_modules/data-uri-to-buffer/dist/index.cjs.map +1 -0
  232. package/dist/__node_modules/data-uri-to-buffer/dist/index.js +41 -0
  233. package/dist/__node_modules/data-uri-to-buffer/dist/index.js.map +1 -0
  234. package/dist/__node_modules/debug/__node_modules/ms/index.cjs +122 -0
  235. package/dist/__node_modules/debug/__node_modules/ms/index.cjs.map +1 -0
  236. package/dist/__node_modules/debug/__node_modules/ms/index.js +122 -0
  237. package/dist/__node_modules/debug/__node_modules/ms/index.js.map +1 -0
  238. package/dist/__node_modules/debug/src/browser.cjs +165 -0
  239. package/dist/__node_modules/debug/src/browser.cjs.map +1 -0
  240. package/dist/__node_modules/debug/src/browser.js +164 -0
  241. package/dist/__node_modules/debug/src/browser.js.map +1 -0
  242. package/dist/__node_modules/debug/src/common.cjs +161 -0
  243. package/dist/__node_modules/debug/src/common.cjs.map +1 -0
  244. package/dist/__node_modules/debug/src/common.js +162 -0
  245. package/dist/__node_modules/debug/src/common.js.map +1 -0
  246. package/dist/__node_modules/devalue/src/constants.cjs +15 -0
  247. package/dist/__node_modules/devalue/src/constants.cjs.map +1 -0
  248. package/dist/__node_modules/devalue/src/constants.js +15 -0
  249. package/dist/__node_modules/devalue/src/constants.js.map +1 -0
  250. package/dist/__node_modules/devalue/src/parse.cjs +95 -0
  251. package/dist/__node_modules/devalue/src/parse.cjs.map +1 -0
  252. package/dist/__node_modules/devalue/src/parse.js +95 -0
  253. package/dist/__node_modules/devalue/src/parse.js.map +1 -0
  254. package/dist/__node_modules/devalue/src/stringify.cjs +140 -0
  255. package/dist/__node_modules/devalue/src/stringify.cjs.map +1 -0
  256. package/dist/__node_modules/devalue/src/stringify.js +140 -0
  257. package/dist/__node_modules/devalue/src/stringify.js.map +1 -0
  258. package/dist/__node_modules/devalue/src/uneval.cjs +4 -0
  259. package/dist/__node_modules/devalue/src/uneval.cjs.map +1 -0
  260. package/dist/__node_modules/devalue/src/uneval.js +3 -0
  261. package/dist/__node_modules/devalue/src/uneval.js.map +1 -0
  262. package/dist/__node_modules/devalue/src/utils.cjs +68 -0
  263. package/dist/__node_modules/devalue/src/utils.cjs.map +1 -0
  264. package/dist/__node_modules/devalue/src/utils.js +68 -0
  265. package/dist/__node_modules/devalue/src/utils.js.map +1 -0
  266. package/dist/__node_modules/fetch-blob/file.cjs +61 -0
  267. package/dist/__node_modules/fetch-blob/file.cjs.map +1 -0
  268. package/dist/__node_modules/fetch-blob/file.js +61 -0
  269. package/dist/__node_modules/fetch-blob/file.js.map +1 -0
  270. package/dist/__node_modules/fetch-blob/index.cjs +217 -0
  271. package/dist/__node_modules/fetch-blob/index.cjs.map +1 -0
  272. package/dist/__node_modules/fetch-blob/index.js +217 -0
  273. package/dist/__node_modules/fetch-blob/index.js.map +1 -0
  274. package/dist/__node_modules/fetch-blob/streams.cjs +43 -0
  275. package/dist/__node_modules/fetch-blob/streams.cjs.map +1 -0
  276. package/dist/__node_modules/fetch-blob/streams.js +42 -0
  277. package/dist/__node_modules/fetch-blob/streams.js.map +1 -0
  278. package/dist/__node_modules/file-type/core.cjs +1147 -0
  279. package/dist/__node_modules/file-type/core.cjs.map +1 -0
  280. package/dist/__node_modules/file-type/core.js +1147 -0
  281. package/dist/__node_modules/file-type/core.js.map +1 -0
  282. package/dist/__node_modules/file-type/util.cjs +27 -0
  283. package/dist/__node_modules/file-type/util.cjs.map +1 -0
  284. package/dist/__node_modules/file-type/util.js +27 -0
  285. package/dist/__node_modules/file-type/util.js.map +1 -0
  286. package/dist/__node_modules/formdata-node/lib/browser.cjs +16 -0
  287. package/dist/__node_modules/formdata-node/lib/browser.cjs.map +1 -0
  288. package/dist/__node_modules/formdata-node/lib/browser.js +16 -0
  289. package/dist/__node_modules/formdata-node/lib/browser.js.map +1 -0
  290. package/dist/__node_modules/formdata-polyfill/esm.min.cjs +116 -0
  291. package/dist/__node_modules/formdata-polyfill/esm.min.cjs.map +1 -0
  292. package/dist/__node_modules/formdata-polyfill/esm.min.js +116 -0
  293. package/dist/__node_modules/formdata-polyfill/esm.min.js.map +1 -0
  294. package/dist/__node_modules/fp-ts/es6/Either.cjs +14 -0
  295. package/dist/__node_modules/fp-ts/es6/Either.cjs.map +1 -0
  296. package/dist/__node_modules/fp-ts/es6/Either.js +14 -0
  297. package/dist/__node_modules/fp-ts/es6/Either.js.map +1 -0
  298. package/dist/__node_modules/fp-ts/es6/function.cjs +33 -0
  299. package/dist/__node_modules/fp-ts/es6/function.cjs.map +1 -0
  300. package/dist/__node_modules/fp-ts/es6/function.js +33 -0
  301. package/dist/__node_modules/fp-ts/es6/function.js.map +1 -0
  302. package/dist/__node_modules/fp-ts/es6/internal.cjs +18 -0
  303. package/dist/__node_modules/fp-ts/es6/internal.cjs.map +1 -0
  304. package/dist/__node_modules/fp-ts/es6/internal.js +18 -0
  305. package/dist/__node_modules/fp-ts/es6/internal.js.map +1 -0
  306. package/dist/__node_modules/get-port/index.cjs +113 -0
  307. package/dist/__node_modules/get-port/index.cjs.map +1 -0
  308. package/dist/__node_modules/get-port/index.js +114 -0
  309. package/dist/__node_modules/get-port/index.js.map +1 -0
  310. package/dist/__node_modules/graphql/error/GraphQLError.cjs +162 -0
  311. package/dist/__node_modules/graphql/error/GraphQLError.cjs.map +1 -0
  312. package/dist/__node_modules/graphql/error/GraphQLError.js +162 -0
  313. package/dist/__node_modules/graphql/error/GraphQLError.js.map +1 -0
  314. package/dist/__node_modules/graphql/error/locatedError.cjs +23 -0
  315. package/dist/__node_modules/graphql/error/locatedError.cjs.map +1 -0
  316. package/dist/__node_modules/graphql/error/locatedError.js +23 -0
  317. package/dist/__node_modules/graphql/error/locatedError.js.map +1 -0
  318. package/dist/__node_modules/graphql/error/syntaxError.cjs +11 -0
  319. package/dist/__node_modules/graphql/error/syntaxError.cjs.map +1 -0
  320. package/dist/__node_modules/graphql/error/syntaxError.js +11 -0
  321. package/dist/__node_modules/graphql/error/syntaxError.js.map +1 -0
  322. package/dist/__node_modules/graphql/execution/collectFields.cjs +128 -0
  323. package/dist/__node_modules/graphql/execution/collectFields.cjs.map +1 -0
  324. package/dist/__node_modules/graphql/execution/collectFields.js +128 -0
  325. package/dist/__node_modules/graphql/execution/collectFields.js.map +1 -0
  326. package/dist/__node_modules/graphql/execution/execute.cjs +600 -0
  327. package/dist/__node_modules/graphql/execution/execute.cjs.map +1 -0
  328. package/dist/__node_modules/graphql/execution/execute.js +600 -0
  329. package/dist/__node_modules/graphql/execution/execute.js.map +1 -0
  330. package/dist/__node_modules/graphql/execution/mapAsyncIterator.cjs +46 -0
  331. package/dist/__node_modules/graphql/execution/mapAsyncIterator.cjs.map +1 -0
  332. package/dist/__node_modules/graphql/execution/mapAsyncIterator.js +46 -0
  333. package/dist/__node_modules/graphql/execution/mapAsyncIterator.js.map +1 -0
  334. package/dist/__node_modules/graphql/execution/subscribe.cjs +121 -0
  335. package/dist/__node_modules/graphql/execution/subscribe.cjs.map +1 -0
  336. package/dist/__node_modules/graphql/execution/subscribe.js +121 -0
  337. package/dist/__node_modules/graphql/execution/subscribe.js.map +1 -0
  338. package/dist/__node_modules/graphql/execution/values.cjs +184 -0
  339. package/dist/__node_modules/graphql/execution/values.cjs.map +1 -0
  340. package/dist/__node_modules/graphql/execution/values.js +184 -0
  341. package/dist/__node_modules/graphql/execution/values.js.map +1 -0
  342. package/dist/__node_modules/graphql/graphql.cjs +67 -0
  343. package/dist/__node_modules/graphql/graphql.cjs.map +1 -0
  344. package/dist/__node_modules/graphql/graphql.js +67 -0
  345. package/dist/__node_modules/graphql/graphql.js.map +1 -0
  346. package/dist/__node_modules/graphql/index.cjs +320 -0
  347. package/dist/__node_modules/graphql/index.cjs.map +1 -0
  348. package/dist/__node_modules/graphql/index.js +299 -0
  349. package/dist/__node_modules/graphql/index.js.map +1 -0
  350. package/dist/__node_modules/graphql/jsutils/Path.cjs +21 -0
  351. package/dist/__node_modules/graphql/jsutils/Path.cjs.map +1 -0
  352. package/dist/__node_modules/graphql/jsutils/Path.js +21 -0
  353. package/dist/__node_modules/graphql/jsutils/Path.js.map +1 -0
  354. package/dist/__node_modules/graphql/jsutils/devAssert.cjs +10 -0
  355. package/dist/__node_modules/graphql/jsutils/devAssert.cjs.map +1 -0
  356. package/dist/__node_modules/graphql/jsutils/devAssert.js +10 -0
  357. package/dist/__node_modules/graphql/jsutils/devAssert.js.map +1 -0
  358. package/dist/__node_modules/graphql/jsutils/didYouMean.cjs +24 -0
  359. package/dist/__node_modules/graphql/jsutils/didYouMean.cjs.map +1 -0
  360. package/dist/__node_modules/graphql/jsutils/didYouMean.js +24 -0
  361. package/dist/__node_modules/graphql/jsutils/didYouMean.js.map +1 -0
  362. package/dist/__node_modules/graphql/jsutils/groupBy.cjs +17 -0
  363. package/dist/__node_modules/graphql/jsutils/groupBy.cjs.map +1 -0
  364. package/dist/__node_modules/graphql/jsutils/groupBy.js +17 -0
  365. package/dist/__node_modules/graphql/jsutils/groupBy.js.map +1 -0
  366. package/dist/__node_modules/graphql/jsutils/identityFunc.cjs +7 -0
  367. package/dist/__node_modules/graphql/jsutils/identityFunc.cjs.map +1 -0
  368. package/dist/__node_modules/graphql/jsutils/identityFunc.js +7 -0
  369. package/dist/__node_modules/graphql/jsutils/identityFunc.js.map +1 -0
  370. package/dist/__node_modules/graphql/jsutils/inspect.cjs +85 -0
  371. package/dist/__node_modules/graphql/jsutils/inspect.cjs.map +1 -0
  372. package/dist/__node_modules/graphql/jsutils/inspect.js +85 -0
  373. package/dist/__node_modules/graphql/jsutils/inspect.js.map +1 -0
  374. package/dist/__node_modules/graphql/jsutils/instanceOf.cjs +41 -0
  375. package/dist/__node_modules/graphql/jsutils/instanceOf.cjs.map +1 -0
  376. package/dist/__node_modules/graphql/jsutils/instanceOf.js +41 -0
  377. package/dist/__node_modules/graphql/jsutils/instanceOf.js.map +1 -0
  378. package/dist/__node_modules/graphql/jsutils/invariant.cjs +12 -0
  379. package/dist/__node_modules/graphql/jsutils/invariant.cjs.map +1 -0
  380. package/dist/__node_modules/graphql/jsutils/invariant.js +12 -0
  381. package/dist/__node_modules/graphql/jsutils/invariant.js.map +1 -0
  382. package/dist/__node_modules/graphql/jsutils/isAsyncIterable.cjs +7 -0
  383. package/dist/__node_modules/graphql/jsutils/isAsyncIterable.cjs.map +1 -0
  384. package/dist/__node_modules/graphql/jsutils/isAsyncIterable.js +7 -0
  385. package/dist/__node_modules/graphql/jsutils/isAsyncIterable.js.map +1 -0
  386. package/dist/__node_modules/graphql/jsutils/isIterableObject.cjs +7 -0
  387. package/dist/__node_modules/graphql/jsutils/isIterableObject.cjs.map +1 -0
  388. package/dist/__node_modules/graphql/jsutils/isIterableObject.js +7 -0
  389. package/dist/__node_modules/graphql/jsutils/isIterableObject.js.map +1 -0
  390. package/dist/__node_modules/graphql/jsutils/isObjectLike.cjs +7 -0
  391. package/dist/__node_modules/graphql/jsutils/isObjectLike.cjs.map +1 -0
  392. package/dist/__node_modules/graphql/jsutils/isObjectLike.js +7 -0
  393. package/dist/__node_modules/graphql/jsutils/isObjectLike.js.map +1 -0
  394. package/dist/__node_modules/graphql/jsutils/isPromise.cjs +7 -0
  395. package/dist/__node_modules/graphql/jsutils/isPromise.cjs.map +1 -0
  396. package/dist/__node_modules/graphql/jsutils/isPromise.js +7 -0
  397. package/dist/__node_modules/graphql/jsutils/isPromise.js.map +1 -0
  398. package/dist/__node_modules/graphql/jsutils/keyMap.cjs +11 -0
  399. package/dist/__node_modules/graphql/jsutils/keyMap.cjs.map +1 -0
  400. package/dist/__node_modules/graphql/jsutils/keyMap.js +11 -0
  401. package/dist/__node_modules/graphql/jsutils/keyMap.js.map +1 -0
  402. package/dist/__node_modules/graphql/jsutils/keyValMap.cjs +11 -0
  403. package/dist/__node_modules/graphql/jsutils/keyValMap.cjs.map +1 -0
  404. package/dist/__node_modules/graphql/jsutils/keyValMap.js +11 -0
  405. package/dist/__node_modules/graphql/jsutils/keyValMap.js.map +1 -0
  406. package/dist/__node_modules/graphql/jsutils/mapValue.cjs +11 -0
  407. package/dist/__node_modules/graphql/jsutils/mapValue.cjs.map +1 -0
  408. package/dist/__node_modules/graphql/jsutils/mapValue.js +11 -0
  409. package/dist/__node_modules/graphql/jsutils/mapValue.js.map +1 -0
  410. package/dist/__node_modules/graphql/jsutils/memoize3.cjs +28 -0
  411. package/dist/__node_modules/graphql/jsutils/memoize3.cjs.map +1 -0
  412. package/dist/__node_modules/graphql/jsutils/memoize3.js +28 -0
  413. package/dist/__node_modules/graphql/jsutils/memoize3.js.map +1 -0
  414. package/dist/__node_modules/graphql/jsutils/naturalCompare.cjs +47 -0
  415. package/dist/__node_modules/graphql/jsutils/naturalCompare.cjs.map +1 -0
  416. package/dist/__node_modules/graphql/jsutils/naturalCompare.js +47 -0
  417. package/dist/__node_modules/graphql/jsutils/naturalCompare.js.map +1 -0
  418. package/dist/__node_modules/graphql/jsutils/printPathArray.cjs +9 -0
  419. package/dist/__node_modules/graphql/jsutils/printPathArray.cjs.map +1 -0
  420. package/dist/__node_modules/graphql/jsutils/printPathArray.js +9 -0
  421. package/dist/__node_modules/graphql/jsutils/printPathArray.js.map +1 -0
  422. package/dist/__node_modules/graphql/jsutils/promiseForObject.cjs +13 -0
  423. package/dist/__node_modules/graphql/jsutils/promiseForObject.cjs.map +1 -0
  424. package/dist/__node_modules/graphql/jsutils/promiseForObject.js +13 -0
  425. package/dist/__node_modules/graphql/jsutils/promiseForObject.js.map +1 -0
  426. package/dist/__node_modules/graphql/jsutils/promiseReduce.cjs +12 -0
  427. package/dist/__node_modules/graphql/jsutils/promiseReduce.cjs.map +1 -0
  428. package/dist/__node_modules/graphql/jsutils/promiseReduce.js +12 -0
  429. package/dist/__node_modules/graphql/jsutils/promiseReduce.js.map +1 -0
  430. package/dist/__node_modules/graphql/jsutils/suggestionList.cjs +94 -0
  431. package/dist/__node_modules/graphql/jsutils/suggestionList.cjs.map +1 -0
  432. package/dist/__node_modules/graphql/jsutils/suggestionList.js +94 -0
  433. package/dist/__node_modules/graphql/jsutils/suggestionList.js.map +1 -0
  434. package/dist/__node_modules/graphql/jsutils/toError.cjs +15 -0
  435. package/dist/__node_modules/graphql/jsutils/toError.cjs.map +1 -0
  436. package/dist/__node_modules/graphql/jsutils/toError.js +15 -0
  437. package/dist/__node_modules/graphql/jsutils/toError.js.map +1 -0
  438. package/dist/__node_modules/graphql/jsutils/toObjMap.cjs +17 -0
  439. package/dist/__node_modules/graphql/jsutils/toObjMap.cjs.map +1 -0
  440. package/dist/__node_modules/graphql/jsutils/toObjMap.js +17 -0
  441. package/dist/__node_modules/graphql/jsutils/toObjMap.js.map +1 -0
  442. package/dist/__node_modules/graphql/language/ast.cjs +175 -0
  443. package/dist/__node_modules/graphql/language/ast.cjs.map +1 -0
  444. package/dist/__node_modules/graphql/language/ast.js +176 -0
  445. package/dist/__node_modules/graphql/language/ast.js.map +1 -0
  446. package/dist/__node_modules/graphql/language/blockString.cjs +109 -0
  447. package/dist/__node_modules/graphql/language/blockString.cjs.map +1 -0
  448. package/dist/__node_modules/graphql/language/blockString.js +109 -0
  449. package/dist/__node_modules/graphql/language/blockString.js.map +1 -0
  450. package/dist/__node_modules/graphql/language/characterClasses.cjs +23 -0
  451. package/dist/__node_modules/graphql/language/characterClasses.cjs.map +1 -0
  452. package/dist/__node_modules/graphql/language/characterClasses.js +23 -0
  453. package/dist/__node_modules/graphql/language/characterClasses.js.map +1 -0
  454. package/dist/__node_modules/graphql/language/directiveLocation.cjs +25 -0
  455. package/dist/__node_modules/graphql/language/directiveLocation.cjs.map +1 -0
  456. package/dist/__node_modules/graphql/language/directiveLocation.js +26 -0
  457. package/dist/__node_modules/graphql/language/directiveLocation.js.map +1 -0
  458. package/dist/__node_modules/graphql/language/kinds.cjs +49 -0
  459. package/dist/__node_modules/graphql/language/kinds.cjs.map +1 -0
  460. package/dist/__node_modules/graphql/language/kinds.js +50 -0
  461. package/dist/__node_modules/graphql/language/kinds.js.map +1 -0
  462. package/dist/__node_modules/graphql/language/lexer.cjs +509 -0
  463. package/dist/__node_modules/graphql/language/lexer.cjs.map +1 -0
  464. package/dist/__node_modules/graphql/language/lexer.js +509 -0
  465. package/dist/__node_modules/graphql/language/lexer.js.map +1 -0
  466. package/dist/__node_modules/graphql/language/location.cjs +22 -0
  467. package/dist/__node_modules/graphql/language/location.cjs.map +1 -0
  468. package/dist/__node_modules/graphql/language/location.js +22 -0
  469. package/dist/__node_modules/graphql/language/location.js.map +1 -0
  470. package/dist/__node_modules/graphql/language/parser.cjs +1283 -0
  471. package/dist/__node_modules/graphql/language/parser.cjs.map +1 -0
  472. package/dist/__node_modules/graphql/language/parser.js +1283 -0
  473. package/dist/__node_modules/graphql/language/parser.js.map +1 -0
  474. package/dist/__node_modules/graphql/language/predicates.cjs +44 -0
  475. package/dist/__node_modules/graphql/language/predicates.cjs.map +1 -0
  476. package/dist/__node_modules/graphql/language/predicates.js +44 -0
  477. package/dist/__node_modules/graphql/language/predicates.js.map +1 -0
  478. package/dist/__node_modules/graphql/language/printLocation.cjs +51 -0
  479. package/dist/__node_modules/graphql/language/printLocation.cjs.map +1 -0
  480. package/dist/__node_modules/graphql/language/printLocation.js +51 -0
  481. package/dist/__node_modules/graphql/language/printLocation.js.map +1 -0
  482. package/dist/__node_modules/graphql/language/printString.cjs +178 -0
  483. package/dist/__node_modules/graphql/language/printString.cjs.map +1 -0
  484. package/dist/__node_modules/graphql/language/printString.js +178 -0
  485. package/dist/__node_modules/graphql/language/printString.js.map +1 -0
  486. package/dist/__node_modules/graphql/language/printer.cjs +245 -0
  487. package/dist/__node_modules/graphql/language/printer.cjs.map +1 -0
  488. package/dist/__node_modules/graphql/language/printer.js +245 -0
  489. package/dist/__node_modules/graphql/language/printer.js.map +1 -0
  490. package/dist/__node_modules/graphql/language/source.cjs +33 -0
  491. package/dist/__node_modules/graphql/language/source.cjs.map +1 -0
  492. package/dist/__node_modules/graphql/language/source.js +33 -0
  493. package/dist/__node_modules/graphql/language/source.js.map +1 -0
  494. package/dist/__node_modules/graphql/language/tokenKind.cjs +28 -0
  495. package/dist/__node_modules/graphql/language/tokenKind.cjs.map +1 -0
  496. package/dist/__node_modules/graphql/language/tokenKind.js +29 -0
  497. package/dist/__node_modules/graphql/language/tokenKind.js.map +1 -0
  498. package/dist/__node_modules/graphql/language/visitor.cjs +200 -0
  499. package/dist/__node_modules/graphql/language/visitor.cjs.map +1 -0
  500. package/dist/__node_modules/graphql/language/visitor.js +200 -0
  501. package/dist/__node_modules/graphql/language/visitor.js.map +1 -0
  502. package/dist/__node_modules/graphql/type/assertName.cjs +34 -0
  503. package/dist/__node_modules/graphql/type/assertName.cjs.map +1 -0
  504. package/dist/__node_modules/graphql/type/assertName.js +34 -0
  505. package/dist/__node_modules/graphql/type/assertName.js.map +1 -0
  506. package/dist/__node_modules/graphql/type/definition.cjs +762 -0
  507. package/dist/__node_modules/graphql/type/definition.cjs.map +1 -0
  508. package/dist/__node_modules/graphql/type/definition.js +762 -0
  509. package/dist/__node_modules/graphql/type/definition.js.map +1 -0
  510. package/dist/__node_modules/graphql/type/directives.cjs +139 -0
  511. package/dist/__node_modules/graphql/type/directives.cjs.map +1 -0
  512. package/dist/__node_modules/graphql/type/directives.js +139 -0
  513. package/dist/__node_modules/graphql/type/directives.js.map +1 -0
  514. package/dist/__node_modules/graphql/type/introspection.cjs +495 -0
  515. package/dist/__node_modules/graphql/type/introspection.cjs.map +1 -0
  516. package/dist/__node_modules/graphql/type/introspection.js +496 -0
  517. package/dist/__node_modules/graphql/type/introspection.js.map +1 -0
  518. package/dist/__node_modules/graphql/type/scalars.cjs +248 -0
  519. package/dist/__node_modules/graphql/type/scalars.cjs.map +1 -0
  520. package/dist/__node_modules/graphql/type/scalars.js +248 -0
  521. package/dist/__node_modules/graphql/type/scalars.js.map +1 -0
  522. package/dist/__node_modules/graphql/type/schema.cjs +223 -0
  523. package/dist/__node_modules/graphql/type/schema.cjs.map +1 -0
  524. package/dist/__node_modules/graphql/type/schema.js +223 -0
  525. package/dist/__node_modules/graphql/type/schema.js.map +1 -0
  526. package/dist/__node_modules/graphql/type/validate.cjs +428 -0
  527. package/dist/__node_modules/graphql/type/validate.cjs.map +1 -0
  528. package/dist/__node_modules/graphql/type/validate.js +428 -0
  529. package/dist/__node_modules/graphql/type/validate.js.map +1 -0
  530. package/dist/__node_modules/graphql/utilities/TypeInfo.cjs +257 -0
  531. package/dist/__node_modules/graphql/utilities/TypeInfo.cjs.map +1 -0
  532. package/dist/__node_modules/graphql/utilities/TypeInfo.js +257 -0
  533. package/dist/__node_modules/graphql/utilities/TypeInfo.js.map +1 -0
  534. package/dist/__node_modules/graphql/utilities/assertValidName.cjs +28 -0
  535. package/dist/__node_modules/graphql/utilities/assertValidName.cjs.map +1 -0
  536. package/dist/__node_modules/graphql/utilities/assertValidName.js +28 -0
  537. package/dist/__node_modules/graphql/utilities/assertValidName.js.map +1 -0
  538. package/dist/__node_modules/graphql/utilities/astFromValue.cjs +111 -0
  539. package/dist/__node_modules/graphql/utilities/astFromValue.cjs.map +1 -0
  540. package/dist/__node_modules/graphql/utilities/astFromValue.js +111 -0
  541. package/dist/__node_modules/graphql/utilities/astFromValue.js.map +1 -0
  542. package/dist/__node_modules/graphql/utilities/buildASTSchema.cjs +62 -0
  543. package/dist/__node_modules/graphql/utilities/buildASTSchema.cjs.map +1 -0
  544. package/dist/__node_modules/graphql/utilities/buildASTSchema.js +62 -0
  545. package/dist/__node_modules/graphql/utilities/buildASTSchema.js.map +1 -0
  546. package/dist/__node_modules/graphql/utilities/buildClientSchema.cjs +264 -0
  547. package/dist/__node_modules/graphql/utilities/buildClientSchema.cjs.map +1 -0
  548. package/dist/__node_modules/graphql/utilities/buildClientSchema.js +264 -0
  549. package/dist/__node_modules/graphql/utilities/buildClientSchema.js.map +1 -0
  550. package/dist/__node_modules/graphql/utilities/coerceInputValue.cjs +133 -0
  551. package/dist/__node_modules/graphql/utilities/coerceInputValue.cjs.map +1 -0
  552. package/dist/__node_modules/graphql/utilities/coerceInputValue.js +133 -0
  553. package/dist/__node_modules/graphql/utilities/coerceInputValue.js.map +1 -0
  554. package/dist/__node_modules/graphql/utilities/concatAST.cjs +15 -0
  555. package/dist/__node_modules/graphql/utilities/concatAST.cjs.map +1 -0
  556. package/dist/__node_modules/graphql/utilities/concatAST.js +15 -0
  557. package/dist/__node_modules/graphql/utilities/concatAST.js.map +1 -0
  558. package/dist/__node_modules/graphql/utilities/extendSchema.cjs +448 -0
  559. package/dist/__node_modules/graphql/utilities/extendSchema.cjs.map +1 -0
  560. package/dist/__node_modules/graphql/utilities/extendSchema.js +448 -0
  561. package/dist/__node_modules/graphql/utilities/extendSchema.js.map +1 -0
  562. package/dist/__node_modules/graphql/utilities/findBreakingChanges.cjs +384 -0
  563. package/dist/__node_modules/graphql/utilities/findBreakingChanges.cjs.map +1 -0
  564. package/dist/__node_modules/graphql/utilities/findBreakingChanges.js +386 -0
  565. package/dist/__node_modules/graphql/utilities/findBreakingChanges.js.map +1 -0
  566. package/dist/__node_modules/graphql/utilities/getIntrospectionQuery.cjs +119 -0
  567. package/dist/__node_modules/graphql/utilities/getIntrospectionQuery.cjs.map +1 -0
  568. package/dist/__node_modules/graphql/utilities/getIntrospectionQuery.js +119 -0
  569. package/dist/__node_modules/graphql/utilities/getIntrospectionQuery.js.map +1 -0
  570. package/dist/__node_modules/graphql/utilities/getOperationAST.cjs +22 -0
  571. package/dist/__node_modules/graphql/utilities/getOperationAST.cjs.map +1 -0
  572. package/dist/__node_modules/graphql/utilities/getOperationAST.js +22 -0
  573. package/dist/__node_modules/graphql/utilities/getOperationAST.js.map +1 -0
  574. package/dist/__node_modules/graphql/utilities/getOperationRootType.cjs +43 -0
  575. package/dist/__node_modules/graphql/utilities/getOperationRootType.cjs.map +1 -0
  576. package/dist/__node_modules/graphql/utilities/getOperationRootType.js +43 -0
  577. package/dist/__node_modules/graphql/utilities/getOperationRootType.js.map +1 -0
  578. package/dist/__node_modules/graphql/utilities/introspectionFromSchema.cjs +24 -0
  579. package/dist/__node_modules/graphql/utilities/introspectionFromSchema.cjs.map +1 -0
  580. package/dist/__node_modules/graphql/utilities/introspectionFromSchema.js +24 -0
  581. package/dist/__node_modules/graphql/utilities/introspectionFromSchema.js.map +1 -0
  582. package/dist/__node_modules/graphql/utilities/lexicographicSortSchema.cjs +129 -0
  583. package/dist/__node_modules/graphql/utilities/lexicographicSortSchema.cjs.map +1 -0
  584. package/dist/__node_modules/graphql/utilities/lexicographicSortSchema.js +129 -0
  585. package/dist/__node_modules/graphql/utilities/lexicographicSortSchema.js.map +1 -0
  586. package/dist/__node_modules/graphql/utilities/printSchema.cjs +192 -0
  587. package/dist/__node_modules/graphql/utilities/printSchema.cjs.map +1 -0
  588. package/dist/__node_modules/graphql/utilities/printSchema.js +192 -0
  589. package/dist/__node_modules/graphql/utilities/printSchema.js.map +1 -0
  590. package/dist/__node_modules/graphql/utilities/separateOperations.cjs +57 -0
  591. package/dist/__node_modules/graphql/utilities/separateOperations.cjs.map +1 -0
  592. package/dist/__node_modules/graphql/utilities/separateOperations.js +57 -0
  593. package/dist/__node_modules/graphql/utilities/separateOperations.js.map +1 -0
  594. package/dist/__node_modules/graphql/utilities/sortValueNode.cjs +30 -0
  595. package/dist/__node_modules/graphql/utilities/sortValueNode.cjs.map +1 -0
  596. package/dist/__node_modules/graphql/utilities/sortValueNode.js +30 -0
  597. package/dist/__node_modules/graphql/utilities/sortValueNode.js.map +1 -0
  598. package/dist/__node_modules/graphql/utilities/stripIgnoredCharacters.cjs +35 -0
  599. package/dist/__node_modules/graphql/utilities/stripIgnoredCharacters.cjs.map +1 -0
  600. package/dist/__node_modules/graphql/utilities/stripIgnoredCharacters.js +35 -0
  601. package/dist/__node_modules/graphql/utilities/stripIgnoredCharacters.js.map +1 -0
  602. package/dist/__node_modules/graphql/utilities/typeComparators.cjs +58 -0
  603. package/dist/__node_modules/graphql/utilities/typeComparators.cjs.map +1 -0
  604. package/dist/__node_modules/graphql/utilities/typeComparators.js +58 -0
  605. package/dist/__node_modules/graphql/utilities/typeComparators.js.map +1 -0
  606. package/dist/__node_modules/graphql/utilities/typeFromAST.cjs +20 -0
  607. package/dist/__node_modules/graphql/utilities/typeFromAST.cjs.map +1 -0
  608. package/dist/__node_modules/graphql/utilities/typeFromAST.js +20 -0
  609. package/dist/__node_modules/graphql/utilities/typeFromAST.js.map +1 -0
  610. package/dist/__node_modules/graphql/utilities/valueFromAST.cjs +100 -0
  611. package/dist/__node_modules/graphql/utilities/valueFromAST.cjs.map +1 -0
  612. package/dist/__node_modules/graphql/utilities/valueFromAST.js +100 -0
  613. package/dist/__node_modules/graphql/utilities/valueFromAST.js.map +1 -0
  614. package/dist/__node_modules/graphql/utilities/valueFromASTUntyped.cjs +32 -0
  615. package/dist/__node_modules/graphql/utilities/valueFromASTUntyped.cjs.map +1 -0
  616. package/dist/__node_modules/graphql/utilities/valueFromASTUntyped.js +32 -0
  617. package/dist/__node_modules/graphql/utilities/valueFromASTUntyped.js.map +1 -0
  618. package/dist/__node_modules/graphql/validation/ValidationContext.cjs +170 -0
  619. package/dist/__node_modules/graphql/validation/ValidationContext.cjs.map +1 -0
  620. package/dist/__node_modules/graphql/validation/ValidationContext.js +170 -0
  621. package/dist/__node_modules/graphql/validation/ValidationContext.js.map +1 -0
  622. package/dist/__node_modules/graphql/validation/rules/ExecutableDefinitionsRule.cjs +24 -0
  623. package/dist/__node_modules/graphql/validation/rules/ExecutableDefinitionsRule.cjs.map +1 -0
  624. package/dist/__node_modules/graphql/validation/rules/ExecutableDefinitionsRule.js +24 -0
  625. package/dist/__node_modules/graphql/validation/rules/ExecutableDefinitionsRule.js.map +1 -0
  626. package/dist/__node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.cjs +80 -0
  627. package/dist/__node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.cjs.map +1 -0
  628. package/dist/__node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.js +80 -0
  629. package/dist/__node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.js.map +1 -0
  630. package/dist/__node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.cjs +43 -0
  631. package/dist/__node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.cjs.map +1 -0
  632. package/dist/__node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.js +43 -0
  633. package/dist/__node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.js.map +1 -0
  634. package/dist/__node_modules/graphql/validation/rules/KnownArgumentNamesRule.cjs +73 -0
  635. package/dist/__node_modules/graphql/validation/rules/KnownArgumentNamesRule.cjs.map +1 -0
  636. package/dist/__node_modules/graphql/validation/rules/KnownArgumentNamesRule.js +73 -0
  637. package/dist/__node_modules/graphql/validation/rules/KnownArgumentNamesRule.js.map +1 -0
  638. package/dist/__node_modules/graphql/validation/rules/KnownDirectivesRule.cjs +110 -0
  639. package/dist/__node_modules/graphql/validation/rules/KnownDirectivesRule.cjs.map +1 -0
  640. package/dist/__node_modules/graphql/validation/rules/KnownDirectivesRule.js +110 -0
  641. package/dist/__node_modules/graphql/validation/rules/KnownDirectivesRule.js.map +1 -0
  642. package/dist/__node_modules/graphql/validation/rules/KnownFragmentNamesRule.cjs +20 -0
  643. package/dist/__node_modules/graphql/validation/rules/KnownFragmentNamesRule.cjs.map +1 -0
  644. package/dist/__node_modules/graphql/validation/rules/KnownFragmentNamesRule.js +20 -0
  645. package/dist/__node_modules/graphql/validation/rules/KnownFragmentNamesRule.js.map +1 -0
  646. package/dist/__node_modules/graphql/validation/rules/KnownTypeNamesRule.cjs +55 -0
  647. package/dist/__node_modules/graphql/validation/rules/KnownTypeNamesRule.cjs.map +1 -0
  648. package/dist/__node_modules/graphql/validation/rules/KnownTypeNamesRule.js +55 -0
  649. package/dist/__node_modules/graphql/validation/rules/KnownTypeNamesRule.js.map +1 -0
  650. package/dist/__node_modules/graphql/validation/rules/LoneAnonymousOperationRule.cjs +28 -0
  651. package/dist/__node_modules/graphql/validation/rules/LoneAnonymousOperationRule.cjs.map +1 -0
  652. package/dist/__node_modules/graphql/validation/rules/LoneAnonymousOperationRule.js +28 -0
  653. package/dist/__node_modules/graphql/validation/rules/LoneAnonymousOperationRule.js.map +1 -0
  654. package/dist/__node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.cjs +34 -0
  655. package/dist/__node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.cjs.map +1 -0
  656. package/dist/__node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.js +34 -0
  657. package/dist/__node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.js.map +1 -0
  658. package/dist/__node_modules/graphql/validation/rules/NoFragmentCyclesRule.cjs +53 -0
  659. package/dist/__node_modules/graphql/validation/rules/NoFragmentCyclesRule.cjs.map +1 -0
  660. package/dist/__node_modules/graphql/validation/rules/NoFragmentCyclesRule.js +53 -0
  661. package/dist/__node_modules/graphql/validation/rules/NoFragmentCyclesRule.js.map +1 -0
  662. package/dist/__node_modules/graphql/validation/rules/NoUndefinedVariablesRule.cjs +34 -0
  663. package/dist/__node_modules/graphql/validation/rules/NoUndefinedVariablesRule.cjs.map +1 -0
  664. package/dist/__node_modules/graphql/validation/rules/NoUndefinedVariablesRule.js +34 -0
  665. package/dist/__node_modules/graphql/validation/rules/NoUndefinedVariablesRule.js.map +1 -0
  666. package/dist/__node_modules/graphql/validation/rules/NoUnusedFragmentsRule.cjs +41 -0
  667. package/dist/__node_modules/graphql/validation/rules/NoUnusedFragmentsRule.cjs.map +1 -0
  668. package/dist/__node_modules/graphql/validation/rules/NoUnusedFragmentsRule.js +41 -0
  669. package/dist/__node_modules/graphql/validation/rules/NoUnusedFragmentsRule.js.map +1 -0
  670. package/dist/__node_modules/graphql/validation/rules/NoUnusedVariablesRule.cjs +38 -0
  671. package/dist/__node_modules/graphql/validation/rules/NoUnusedVariablesRule.cjs.map +1 -0
  672. package/dist/__node_modules/graphql/validation/rules/NoUnusedVariablesRule.js +38 -0
  673. package/dist/__node_modules/graphql/validation/rules/NoUnusedVariablesRule.js.map +1 -0
  674. package/dist/__node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.cjs +477 -0
  675. package/dist/__node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.cjs.map +1 -0
  676. package/dist/__node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.js +477 -0
  677. package/dist/__node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.js.map +1 -0
  678. package/dist/__node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.cjs +55 -0
  679. package/dist/__node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.cjs.map +1 -0
  680. package/dist/__node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.js +55 -0
  681. package/dist/__node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.js.map +1 -0
  682. package/dist/__node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.cjs +111 -0
  683. package/dist/__node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.cjs.map +1 -0
  684. package/dist/__node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.js +111 -0
  685. package/dist/__node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.js.map +1 -0
  686. package/dist/__node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.cjs +97 -0
  687. package/dist/__node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.cjs.map +1 -0
  688. package/dist/__node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.js +97 -0
  689. package/dist/__node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.js.map +1 -0
  690. package/dist/__node_modules/graphql/validation/rules/ScalarLeafsRule.cjs +42 -0
  691. package/dist/__node_modules/graphql/validation/rules/ScalarLeafsRule.cjs.map +1 -0
  692. package/dist/__node_modules/graphql/validation/rules/ScalarLeafsRule.js +42 -0
  693. package/dist/__node_modules/graphql/validation/rules/ScalarLeafsRule.js.map +1 -0
  694. package/dist/__node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.cjs +62 -0
  695. package/dist/__node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.cjs.map +1 -0
  696. package/dist/__node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.js +62 -0
  697. package/dist/__node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.js.map +1 -0
  698. package/dist/__node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.cjs +47 -0
  699. package/dist/__node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.cjs.map +1 -0
  700. package/dist/__node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.js +47 -0
  701. package/dist/__node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.js.map +1 -0
  702. package/dist/__node_modules/graphql/validation/rules/UniqueArgumentNamesRule.cjs +29 -0
  703. package/dist/__node_modules/graphql/validation/rules/UniqueArgumentNamesRule.cjs.map +1 -0
  704. package/dist/__node_modules/graphql/validation/rules/UniqueArgumentNamesRule.js +29 -0
  705. package/dist/__node_modules/graphql/validation/rules/UniqueArgumentNamesRule.js.map +1 -0
  706. package/dist/__node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.cjs +38 -0
  707. package/dist/__node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.cjs.map +1 -0
  708. package/dist/__node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.js +38 -0
  709. package/dist/__node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.js.map +1 -0
  710. package/dist/__node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.cjs +63 -0
  711. package/dist/__node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.cjs.map +1 -0
  712. package/dist/__node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.js +63 -0
  713. package/dist/__node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.js.map +1 -0
  714. package/dist/__node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.cjs +50 -0
  715. package/dist/__node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.cjs.map +1 -0
  716. package/dist/__node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.js +50 -0
  717. package/dist/__node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.js.map +1 -0
  718. package/dist/__node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.cjs +59 -0
  719. package/dist/__node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.cjs.map +1 -0
  720. package/dist/__node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.js +59 -0
  721. package/dist/__node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.js.map +1 -0
  722. package/dist/__node_modules/graphql/validation/rules/UniqueFragmentNamesRule.cjs +27 -0
  723. package/dist/__node_modules/graphql/validation/rules/UniqueFragmentNamesRule.cjs.map +1 -0
  724. package/dist/__node_modules/graphql/validation/rules/UniqueFragmentNamesRule.js +27 -0
  725. package/dist/__node_modules/graphql/validation/rules/UniqueFragmentNamesRule.js.map +1 -0
  726. package/dist/__node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.cjs +38 -0
  727. package/dist/__node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.cjs.map +1 -0
  728. package/dist/__node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.js +38 -0
  729. package/dist/__node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.js.map +1 -0
  730. package/dist/__node_modules/graphql/validation/rules/UniqueOperationNamesRule.cjs +32 -0
  731. package/dist/__node_modules/graphql/validation/rules/UniqueOperationNamesRule.cjs.map +1 -0
  732. package/dist/__node_modules/graphql/validation/rules/UniqueOperationNamesRule.js +32 -0
  733. package/dist/__node_modules/graphql/validation/rules/UniqueOperationNamesRule.js.map +1 -0
  734. package/dist/__node_modules/graphql/validation/rules/UniqueOperationTypesRule.cjs +48 -0
  735. package/dist/__node_modules/graphql/validation/rules/UniqueOperationTypesRule.cjs.map +1 -0
  736. package/dist/__node_modules/graphql/validation/rules/UniqueOperationTypesRule.js +48 -0
  737. package/dist/__node_modules/graphql/validation/rules/UniqueOperationTypesRule.js.map +1 -0
  738. package/dist/__node_modules/graphql/validation/rules/UniqueTypeNamesRule.cjs +41 -0
  739. package/dist/__node_modules/graphql/validation/rules/UniqueTypeNamesRule.cjs.map +1 -0
  740. package/dist/__node_modules/graphql/validation/rules/UniqueTypeNamesRule.js +41 -0
  741. package/dist/__node_modules/graphql/validation/rules/UniqueTypeNamesRule.js.map +1 -0
  742. package/dist/__node_modules/graphql/validation/rules/UniqueVariableNamesRule.cjs +30 -0
  743. package/dist/__node_modules/graphql/validation/rules/UniqueVariableNamesRule.cjs.map +1 -0
  744. package/dist/__node_modules/graphql/validation/rules/UniqueVariableNamesRule.js +30 -0
  745. package/dist/__node_modules/graphql/validation/rules/UniqueVariableNamesRule.js.map +1 -0
  746. package/dist/__node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.cjs +132 -0
  747. package/dist/__node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.cjs.map +1 -0
  748. package/dist/__node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.js +132 -0
  749. package/dist/__node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.js.map +1 -0
  750. package/dist/__node_modules/graphql/validation/rules/VariablesAreInputTypesRule.cjs +27 -0
  751. package/dist/__node_modules/graphql/validation/rules/VariablesAreInputTypesRule.cjs.map +1 -0
  752. package/dist/__node_modules/graphql/validation/rules/VariablesAreInputTypesRule.js +27 -0
  753. package/dist/__node_modules/graphql/validation/rules/VariablesAreInputTypesRule.js.map +1 -0
  754. package/dist/__node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.cjs +64 -0
  755. package/dist/__node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.cjs.map +1 -0
  756. package/dist/__node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.js +64 -0
  757. package/dist/__node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.js.map +1 -0
  758. package/dist/__node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.cjs +89 -0
  759. package/dist/__node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.cjs.map +1 -0
  760. package/dist/__node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.js +89 -0
  761. package/dist/__node_modules/graphql/validation/rules/custom/NoDeprecatedCustomRule.js.map +1 -0
  762. package/dist/__node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.cjs +24 -0
  763. package/dist/__node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.cjs.map +1 -0
  764. package/dist/__node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.js +24 -0
  765. package/dist/__node_modules/graphql/validation/rules/custom/NoSchemaIntrospectionCustomRule.js.map +1 -0
  766. package/dist/__node_modules/graphql/validation/specifiedRules.cjs +84 -0
  767. package/dist/__node_modules/graphql/validation/specifiedRules.cjs.map +1 -0
  768. package/dist/__node_modules/graphql/validation/specifiedRules.js +84 -0
  769. package/dist/__node_modules/graphql/validation/specifiedRules.js.map +1 -0
  770. package/dist/__node_modules/graphql/validation/validate.cjs +72 -0
  771. package/dist/__node_modules/graphql/validation/validate.cjs.map +1 -0
  772. package/dist/__node_modules/graphql/validation/validate.js +72 -0
  773. package/dist/__node_modules/graphql/validation/validate.js.map +1 -0
  774. package/dist/__node_modules/graphql/version.cjs +12 -0
  775. package/dist/__node_modules/graphql/version.cjs.map +1 -0
  776. package/dist/__node_modules/graphql/version.js +12 -0
  777. package/dist/__node_modules/graphql/version.js.map +1 -0
  778. package/dist/__node_modules/headers-polyfill/lib/index.cjs +214 -0
  779. package/dist/__node_modules/headers-polyfill/lib/index.cjs.map +1 -0
  780. package/dist/__node_modules/headers-polyfill/lib/index.js +215 -0
  781. package/dist/__node_modules/headers-polyfill/lib/index.js.map +1 -0
  782. package/dist/__node_modules/is-node-process/lib/index.cjs +18 -0
  783. package/dist/__node_modules/is-node-process/lib/index.cjs.map +1 -0
  784. package/dist/__node_modules/is-node-process/lib/index.js +17 -0
  785. package/dist/__node_modules/is-node-process/lib/index.js.map +1 -0
  786. package/dist/__node_modules/js-levenshtein/index.cjs +91 -0
  787. package/dist/__node_modules/js-levenshtein/index.cjs.map +1 -0
  788. package/dist/__node_modules/js-levenshtein/index.js +91 -0
  789. package/dist/__node_modules/js-levenshtein/index.js.map +1 -0
  790. package/dist/__node_modules/msw/__node_modules/node-fetch/browser.cjs +34 -0
  791. package/dist/__node_modules/msw/__node_modules/node-fetch/browser.cjs.map +1 -0
  792. package/dist/__node_modules/msw/__node_modules/node-fetch/browser.js +34 -0
  793. package/dist/__node_modules/msw/__node_modules/node-fetch/browser.js.map +1 -0
  794. package/dist/__node_modules/msw/__node_modules/path-to-regexp/dist.es2015/index.cjs +363 -0
  795. package/dist/__node_modules/msw/__node_modules/path-to-regexp/dist.es2015/index.cjs.map +1 -0
  796. package/dist/__node_modules/msw/__node_modules/path-to-regexp/dist.es2015/index.js +363 -0
  797. package/dist/__node_modules/msw/__node_modules/path-to-regexp/dist.es2015/index.js.map +1 -0
  798. package/dist/__node_modules/msw/lib/index.cjs +1937 -0
  799. package/dist/__node_modules/msw/lib/index.cjs.map +1 -0
  800. package/dist/__node_modules/msw/lib/index.js +1938 -0
  801. package/dist/__node_modules/msw/lib/index.js.map +1 -0
  802. package/dist/__node_modules/node-domexception/index.cjs +11 -0
  803. package/dist/__node_modules/node-domexception/index.cjs.map +1 -0
  804. package/dist/__node_modules/node-domexception/index.js +10 -0
  805. package/dist/__node_modules/node-domexception/index.js.map +1 -0
  806. package/dist/__node_modules/node-fetch/src/body.cjs +262 -0
  807. package/dist/__node_modules/node-fetch/src/body.cjs.map +1 -0
  808. package/dist/__node_modules/node-fetch/src/body.js +262 -0
  809. package/dist/__node_modules/node-fetch/src/body.js.map +1 -0
  810. package/dist/__node_modules/node-fetch/src/errors/abort-error.cjs +10 -0
  811. package/dist/__node_modules/node-fetch/src/errors/abort-error.cjs.map +1 -0
  812. package/dist/__node_modules/node-fetch/src/errors/abort-error.js +10 -0
  813. package/dist/__node_modules/node-fetch/src/errors/abort-error.js.map +1 -0
  814. package/dist/__node_modules/node-fetch/src/errors/base.cjs +17 -0
  815. package/dist/__node_modules/node-fetch/src/errors/base.cjs.map +1 -0
  816. package/dist/__node_modules/node-fetch/src/errors/base.js +17 -0
  817. package/dist/__node_modules/node-fetch/src/errors/base.js.map +1 -0
  818. package/dist/__node_modules/node-fetch/src/errors/fetch-error.cjs +19 -0
  819. package/dist/__node_modules/node-fetch/src/errors/fetch-error.cjs.map +1 -0
  820. package/dist/__node_modules/node-fetch/src/errors/fetch-error.js +19 -0
  821. package/dist/__node_modules/node-fetch/src/errors/fetch-error.js.map +1 -0
  822. package/dist/__node_modules/node-fetch/src/headers.cjs +190 -0
  823. package/dist/__node_modules/node-fetch/src/headers.cjs.map +1 -0
  824. package/dist/__node_modules/node-fetch/src/headers.js +190 -0
  825. package/dist/__node_modules/node-fetch/src/headers.js.map +1 -0
  826. package/dist/__node_modules/node-fetch/src/index.cjs +292 -0
  827. package/dist/__node_modules/node-fetch/src/index.cjs.map +1 -0
  828. package/dist/__node_modules/node-fetch/src/index.js +292 -0
  829. package/dist/__node_modules/node-fetch/src/index.js.map +1 -0
  830. package/dist/__node_modules/node-fetch/src/request.cjs +206 -0
  831. package/dist/__node_modules/node-fetch/src/request.cjs.map +1 -0
  832. package/dist/__node_modules/node-fetch/src/request.js +206 -0
  833. package/dist/__node_modules/node-fetch/src/request.js.map +1 -0
  834. package/dist/__node_modules/node-fetch/src/response.cjs +122 -0
  835. package/dist/__node_modules/node-fetch/src/response.cjs.map +1 -0
  836. package/dist/__node_modules/node-fetch/src/response.js +123 -0
  837. package/dist/__node_modules/node-fetch/src/response.js.map +1 -0
  838. package/dist/__node_modules/node-fetch/src/utils/get-search.cjs +12 -0
  839. package/dist/__node_modules/node-fetch/src/utils/get-search.cjs.map +1 -0
  840. package/dist/__node_modules/node-fetch/src/utils/get-search.js +12 -0
  841. package/dist/__node_modules/node-fetch/src/utils/get-search.js.map +1 -0
  842. package/dist/__node_modules/node-fetch/src/utils/is-redirect.cjs +8 -0
  843. package/dist/__node_modules/node-fetch/src/utils/is-redirect.cjs.map +1 -0
  844. package/dist/__node_modules/node-fetch/src/utils/is-redirect.js +8 -0
  845. package/dist/__node_modules/node-fetch/src/utils/is-redirect.js.map +1 -0
  846. package/dist/__node_modules/node-fetch/src/utils/is.cjs +28 -0
  847. package/dist/__node_modules/node-fetch/src/utils/is.cjs.map +1 -0
  848. package/dist/__node_modules/node-fetch/src/utils/is.js +28 -0
  849. package/dist/__node_modules/node-fetch/src/utils/is.js.map +1 -0
  850. package/dist/__node_modules/node-fetch/src/utils/multipart-parser.cjs +356 -0
  851. package/dist/__node_modules/node-fetch/src/utils/multipart-parser.cjs.map +1 -0
  852. package/dist/__node_modules/node-fetch/src/utils/multipart-parser.js +356 -0
  853. package/dist/__node_modules/node-fetch/src/utils/multipart-parser.js.map +1 -0
  854. package/dist/__node_modules/node-fetch/src/utils/referrer.cjs +149 -0
  855. package/dist/__node_modules/node-fetch/src/utils/referrer.cjs.map +1 -0
  856. package/dist/__node_modules/node-fetch/src/utils/referrer.js +149 -0
  857. package/dist/__node_modules/node-fetch/src/utils/referrer.js.map +1 -0
  858. package/dist/__node_modules/outvariant/lib/format.cjs +53 -0
  859. package/dist/__node_modules/outvariant/lib/format.cjs.map +1 -0
  860. package/dist/__node_modules/outvariant/lib/format.js +54 -0
  861. package/dist/__node_modules/outvariant/lib/format.js.map +1 -0
  862. package/dist/__node_modules/outvariant/lib/index.cjs +29 -0
  863. package/dist/__node_modules/outvariant/lib/index.cjs.map +1 -0
  864. package/dist/__node_modules/outvariant/lib/index.js +28 -0
  865. package/dist/__node_modules/outvariant/lib/index.js.map +1 -0
  866. package/dist/__node_modules/outvariant/lib/invariant.cjs +95 -0
  867. package/dist/__node_modules/outvariant/lib/invariant.cjs.map +1 -0
  868. package/dist/__node_modules/outvariant/lib/invariant.js +94 -0
  869. package/dist/__node_modules/outvariant/lib/invariant.js.map +1 -0
  870. package/dist/__node_modules/p-limit/index.cjs +53 -0
  871. package/dist/__node_modules/p-limit/index.cjs.map +1 -0
  872. package/dist/__node_modules/p-limit/index.js +54 -0
  873. package/dist/__node_modules/p-limit/index.js.map +1 -0
  874. package/dist/__node_modules/peek-readable/lib/EndOfFileStream.cjs +11 -0
  875. package/dist/__node_modules/peek-readable/lib/EndOfFileStream.cjs.map +1 -0
  876. package/dist/__node_modules/peek-readable/lib/EndOfFileStream.js +11 -0
  877. package/dist/__node_modules/peek-readable/lib/EndOfFileStream.js.map +1 -0
  878. package/dist/__node_modules/r19/dist/client/createRPCClient.cjs +50 -0
  879. package/dist/__node_modules/r19/dist/client/createRPCClient.cjs.map +1 -0
  880. package/dist/__node_modules/r19/dist/client/createRPCClient.js +50 -0
  881. package/dist/__node_modules/r19/dist/client/createRPCClient.js.map +1 -0
  882. package/dist/__node_modules/r19/dist/constants.cjs +5 -0
  883. package/dist/__node_modules/r19/dist/constants.cjs.map +1 -0
  884. package/dist/__node_modules/r19/dist/constants.js +5 -0
  885. package/dist/__node_modules/r19/dist/constants.js.map +1 -0
  886. package/dist/__node_modules/r19/dist/createRPCMiddleware.cjs +25 -0
  887. package/dist/__node_modules/r19/dist/createRPCMiddleware.cjs.map +1 -0
  888. package/dist/__node_modules/r19/dist/createRPCMiddleware.js +25 -0
  889. package/dist/__node_modules/r19/dist/createRPCMiddleware.js.map +1 -0
  890. package/dist/__node_modules/r19/dist/handleRPCRequest.cjs +182 -0
  891. package/dist/__node_modules/r19/dist/handleRPCRequest.cjs.map +1 -0
  892. package/dist/__node_modules/r19/dist/handleRPCRequest.js +182 -0
  893. package/dist/__node_modules/r19/dist/handleRPCRequest.js.map +1 -0
  894. package/dist/__node_modules/r19/dist/lib/encodeFormData.cjs +46 -0
  895. package/dist/__node_modules/r19/dist/lib/encodeFormData.cjs.map +1 -0
  896. package/dist/__node_modules/r19/dist/lib/encodeFormData.js +46 -0
  897. package/dist/__node_modules/r19/dist/lib/encodeFormData.js.map +1 -0
  898. package/dist/__node_modules/r19/dist/lib/flattenObject.cjs +43 -0
  899. package/dist/__node_modules/r19/dist/lib/flattenObject.cjs.map +1 -0
  900. package/dist/__node_modules/r19/dist/lib/flattenObject.js +43 -0
  901. package/dist/__node_modules/r19/dist/lib/flattenObject.js.map +1 -0
  902. package/dist/__node_modules/r19/dist/lib/formDataToObject.client.cjs +19 -0
  903. package/dist/__node_modules/r19/dist/lib/formDataToObject.client.cjs.map +1 -0
  904. package/dist/__node_modules/r19/dist/lib/formDataToObject.client.js +19 -0
  905. package/dist/__node_modules/r19/dist/lib/formDataToObject.client.js.map +1 -0
  906. package/dist/__node_modules/r19/dist/lib/isErrorLike.cjs +7 -0
  907. package/dist/__node_modules/r19/dist/lib/isErrorLike.cjs.map +1 -0
  908. package/dist/__node_modules/r19/dist/lib/isErrorLike.js +7 -0
  909. package/dist/__node_modules/r19/dist/lib/isErrorLike.js.map +1 -0
  910. package/dist/__node_modules/r19/dist/lib/objectToFormData.client.cjs +20 -0
  911. package/dist/__node_modules/r19/dist/lib/objectToFormData.client.cjs.map +1 -0
  912. package/dist/__node_modules/r19/dist/lib/objectToFormData.client.js +20 -0
  913. package/dist/__node_modules/r19/dist/lib/objectToFormData.client.js.map +1 -0
  914. package/dist/__node_modules/r19/dist/lib/objectToFormData.server.cjs +22 -0
  915. package/dist/__node_modules/r19/dist/lib/objectToFormData.server.cjs.map +1 -0
  916. package/dist/__node_modules/r19/dist/lib/objectToFormData.server.js +22 -0
  917. package/dist/__node_modules/r19/dist/lib/objectToFormData.server.js.map +1 -0
  918. package/dist/__node_modules/r19/dist/lib/unflattenObject.cjs +20 -0
  919. package/dist/__node_modules/r19/dist/lib/unflattenObject.cjs.map +1 -0
  920. package/dist/__node_modules/r19/dist/lib/unflattenObject.js +20 -0
  921. package/dist/__node_modules/r19/dist/lib/unflattenObject.js.map +1 -0
  922. package/dist/__node_modules/r19/dist/proceduresFromInstance.cjs +33 -0
  923. package/dist/__node_modules/r19/dist/proceduresFromInstance.cjs.map +1 -0
  924. package/dist/__node_modules/r19/dist/proceduresFromInstance.js +33 -0
  925. package/dist/__node_modules/r19/dist/proceduresFromInstance.js.map +1 -0
  926. package/dist/__node_modules/set-cookie-parser/lib/set-cookie.cjs +161 -0
  927. package/dist/__node_modules/set-cookie-parser/lib/set-cookie.cjs.map +1 -0
  928. package/dist/__node_modules/set-cookie-parser/lib/set-cookie.js +162 -0
  929. package/dist/__node_modules/set-cookie-parser/lib/set-cookie.js.map +1 -0
  930. package/dist/__node_modules/streamsearch/lib/sbmh.cjs +393 -0
  931. package/dist/__node_modules/streamsearch/lib/sbmh.cjs.map +1 -0
  932. package/dist/__node_modules/streamsearch/lib/sbmh.js +394 -0
  933. package/dist/__node_modules/streamsearch/lib/sbmh.js.map +1 -0
  934. package/dist/__node_modules/strict-event-emitter/lib/StrictEventEmitter.cjs +98 -0
  935. package/dist/__node_modules/strict-event-emitter/lib/StrictEventEmitter.cjs.map +1 -0
  936. package/dist/__node_modules/strict-event-emitter/lib/StrictEventEmitter.js +98 -0
  937. package/dist/__node_modules/strict-event-emitter/lib/StrictEventEmitter.js.map +1 -0
  938. package/dist/__node_modules/strict-event-emitter/lib/index.cjs +34 -0
  939. package/dist/__node_modules/strict-event-emitter/lib/index.cjs.map +1 -0
  940. package/dist/__node_modules/strict-event-emitter/lib/index.js +34 -0
  941. package/dist/__node_modules/strict-event-emitter/lib/index.js.map +1 -0
  942. package/dist/__node_modules/strtok3/lib/AbstractTokenizer.cjs +98 -0
  943. package/dist/__node_modules/strtok3/lib/AbstractTokenizer.cjs.map +1 -0
  944. package/dist/__node_modules/strtok3/lib/AbstractTokenizer.js +98 -0
  945. package/dist/__node_modules/strtok3/lib/AbstractTokenizer.js.map +1 -0
  946. package/dist/__node_modules/strtok3/lib/BufferTokenizer.cjs +53 -0
  947. package/dist/__node_modules/strtok3/lib/BufferTokenizer.cjs.map +1 -0
  948. package/dist/__node_modules/strtok3/lib/BufferTokenizer.js +53 -0
  949. package/dist/__node_modules/strtok3/lib/BufferTokenizer.js.map +1 -0
  950. package/dist/__node_modules/strtok3/lib/core.cjs +9 -0
  951. package/dist/__node_modules/strtok3/lib/core.cjs.map +1 -0
  952. package/dist/__node_modules/strtok3/lib/core.js +9 -0
  953. package/dist/__node_modules/strtok3/lib/core.js.map +1 -0
  954. package/dist/__node_modules/token-types/lib/index.cjs +94 -0
  955. package/dist/__node_modules/token-types/lib/index.cjs.map +1 -0
  956. package/dist/__node_modules/token-types/lib/index.js +94 -0
  957. package/dist/__node_modules/token-types/lib/index.js.map +1 -0
  958. package/dist/__node_modules/unist-util-is/index.cjs +73 -0
  959. package/dist/__node_modules/unist-util-is/index.cjs.map +1 -0
  960. package/dist/__node_modules/unist-util-is/index.js +73 -0
  961. package/dist/__node_modules/unist-util-is/index.js.map +1 -0
  962. package/dist/__node_modules/unist-util-visit/index.cjs +32 -0
  963. package/dist/__node_modules/unist-util-visit/index.cjs.map +1 -0
  964. package/dist/__node_modules/unist-util-visit/index.js +33 -0
  965. package/dist/__node_modules/unist-util-visit/index.js.map +1 -0
  966. package/dist/__node_modules/unist-util-visit-parents/color.browser.cjs +7 -0
  967. package/dist/__node_modules/unist-util-visit-parents/color.browser.cjs.map +1 -0
  968. package/dist/__node_modules/unist-util-visit-parents/color.browser.js +7 -0
  969. package/dist/__node_modules/unist-util-visit-parents/color.browser.js.map +1 -0
  970. package/dist/__node_modules/unist-util-visit-parents/index.cjs +74 -0
  971. package/dist/__node_modules/unist-util-visit-parents/index.cjs.map +1 -0
  972. package/dist/__node_modules/unist-util-visit-parents/index.js +74 -0
  973. package/dist/__node_modules/unist-util-visit-parents/index.js.map +1 -0
  974. package/dist/__node_modules/web-encoding/src/lib.cjs +7 -0
  975. package/dist/__node_modules/web-encoding/src/lib.cjs.map +1 -0
  976. package/dist/__node_modules/web-encoding/src/lib.js +8 -0
  977. package/dist/__node_modules/web-encoding/src/lib.js.map +1 -0
  978. package/dist/__node_modules/web-streams-polyfill/dist/ponyfill.es2018.cjs +3822 -0
  979. package/dist/__node_modules/web-streams-polyfill/dist/ponyfill.es2018.cjs.map +1 -0
  980. package/dist/__node_modules/web-streams-polyfill/dist/ponyfill.es2018.js +3822 -0
  981. package/dist/__node_modules/web-streams-polyfill/dist/ponyfill.es2018.js.map +1 -0
  982. package/dist/__node_modules/yocto-queue/index.cjs +89 -0
  983. package/dist/__node_modules/yocto-queue/index.cjs.map +1 -0
  984. package/dist/__node_modules/yocto-queue/index.js +90 -0
  985. package/dist/__node_modules/yocto-queue/index.js.map +1 -0
  986. package/dist/_virtual/AsyncEventEmitter.cjs +5 -0
  987. package/dist/_virtual/AsyncEventEmitter.cjs.map +1 -0
  988. package/dist/_virtual/AsyncEventEmitter.js +5 -0
  989. package/dist/_virtual/AsyncEventEmitter.js.map +1 -0
  990. package/dist/_virtual/BatchInterceptor.cjs +5 -0
  991. package/dist/_virtual/BatchInterceptor.cjs.map +1 -0
  992. package/dist/_virtual/BatchInterceptor.js +5 -0
  993. package/dist/_virtual/BatchInterceptor.js.map +1 -0
  994. package/dist/_virtual/EventPolyfill.cjs +5 -0
  995. package/dist/_virtual/EventPolyfill.cjs.map +1 -0
  996. package/dist/_virtual/EventPolyfill.js +5 -0
  997. package/dist/_virtual/EventPolyfill.js.map +1 -0
  998. package/dist/_virtual/InteractiveIsomorphicRequest.cjs +5 -0
  999. package/dist/_virtual/InteractiveIsomorphicRequest.cjs.map +1 -0
  1000. package/dist/_virtual/InteractiveIsomorphicRequest.js +5 -0
  1001. package/dist/_virtual/InteractiveIsomorphicRequest.js.map +1 -0
  1002. package/dist/_virtual/Interceptor.cjs +5 -0
  1003. package/dist/_virtual/Interceptor.cjs.map +1 -0
  1004. package/dist/_virtual/Interceptor.js +5 -0
  1005. package/dist/_virtual/Interceptor.js.map +1 -0
  1006. package/dist/_virtual/IsomorphicRequest.cjs +5 -0
  1007. package/dist/_virtual/IsomorphicRequest.cjs.map +1 -0
  1008. package/dist/_virtual/IsomorphicRequest.js +5 -0
  1009. package/dist/_virtual/IsomorphicRequest.js.map +1 -0
  1010. package/dist/_virtual/ProgressEventPolyfill.cjs +5 -0
  1011. package/dist/_virtual/ProgressEventPolyfill.cjs.map +1 -0
  1012. package/dist/_virtual/ProgressEventPolyfill.js +5 -0
  1013. package/dist/_virtual/ProgressEventPolyfill.js.map +1 -0
  1014. package/dist/_virtual/StrictEventEmitter.cjs +5 -0
  1015. package/dist/_virtual/StrictEventEmitter.cjs.map +1 -0
  1016. package/dist/_virtual/StrictEventEmitter.js +5 -0
  1017. package/dist/_virtual/StrictEventEmitter.js.map +1 -0
  1018. package/dist/_virtual/XMLHttpRequestOverride.cjs +5 -0
  1019. package/dist/_virtual/XMLHttpRequestOverride.cjs.map +1 -0
  1020. package/dist/_virtual/XMLHttpRequestOverride.js +5 -0
  1021. package/dist/_virtual/XMLHttpRequestOverride.js.map +1 -0
  1022. package/dist/_virtual/_commonjsHelpers.cjs +35 -0
  1023. package/dist/_virtual/_commonjsHelpers.cjs.map +1 -0
  1024. package/dist/_virtual/_commonjsHelpers.js +35 -0
  1025. package/dist/_virtual/_commonjsHelpers.js.map +1 -0
  1026. package/dist/_virtual/browser.cjs +13 -0
  1027. package/dist/_virtual/browser.cjs.map +1 -0
  1028. package/dist/_virtual/browser.js +14 -0
  1029. package/dist/_virtual/browser.js.map +1 -0
  1030. package/dist/_virtual/browser2.cjs +13 -0
  1031. package/dist/_virtual/browser2.cjs.map +1 -0
  1032. package/dist/_virtual/browser2.js +14 -0
  1033. package/dist/_virtual/browser2.js.map +1 -0
  1034. package/dist/_virtual/bufferFrom.cjs +5 -0
  1035. package/dist/_virtual/bufferFrom.cjs.map +1 -0
  1036. package/dist/_virtual/bufferFrom.js +5 -0
  1037. package/dist/_virtual/bufferFrom.js.map +1 -0
  1038. package/dist/_virtual/bufferUtils.cjs +5 -0
  1039. package/dist/_virtual/bufferUtils.cjs.map +1 -0
  1040. package/dist/_virtual/bufferUtils.js +5 -0
  1041. package/dist/_virtual/bufferUtils.js.map +1 -0
  1042. package/dist/_virtual/conventions.cjs +5 -0
  1043. package/dist/_virtual/conventions.cjs.map +1 -0
  1044. package/dist/_virtual/conventions.js +5 -0
  1045. package/dist/_virtual/conventions.js.map +1 -0
  1046. package/dist/_virtual/createEvent.cjs +5 -0
  1047. package/dist/_virtual/createEvent.cjs.map +1 -0
  1048. package/dist/_virtual/createEvent.js +5 -0
  1049. package/dist/_virtual/createEvent.js.map +1 -0
  1050. package/dist/_virtual/createLazyCallback.cjs +5 -0
  1051. package/dist/_virtual/createLazyCallback.cjs.map +1 -0
  1052. package/dist/_virtual/createLazyCallback.js +5 -0
  1053. package/dist/_virtual/createLazyCallback.js.map +1 -0
  1054. package/dist/_virtual/dom-parser.cjs +5 -0
  1055. package/dist/_virtual/dom-parser.cjs.map +1 -0
  1056. package/dist/_virtual/dom-parser.js +5 -0
  1057. package/dist/_virtual/dom-parser.js.map +1 -0
  1058. package/dist/_virtual/dom.cjs +5 -0
  1059. package/dist/_virtual/dom.cjs.map +1 -0
  1060. package/dist/_virtual/dom.js +5 -0
  1061. package/dist/_virtual/dom.js.map +1 -0
  1062. package/dist/_virtual/entities.cjs +5 -0
  1063. package/dist/_virtual/entities.cjs.map +1 -0
  1064. package/dist/_virtual/entities.js +5 -0
  1065. package/dist/_virtual/entities.js.map +1 -0
  1066. package/dist/_virtual/format.cjs +5 -0
  1067. package/dist/_virtual/format.cjs.map +1 -0
  1068. package/dist/_virtual/format.js +5 -0
  1069. package/dist/_virtual/format.js.map +1 -0
  1070. package/dist/_virtual/getCleanUrl.cjs +5 -0
  1071. package/dist/_virtual/getCleanUrl.cjs.map +1 -0
  1072. package/dist/_virtual/getCleanUrl.js +5 -0
  1073. package/dist/_virtual/getCleanUrl.js.map +1 -0
  1074. package/dist/_virtual/glossary.cjs +5 -0
  1075. package/dist/_virtual/glossary.cjs.map +1 -0
  1076. package/dist/_virtual/glossary.js +5 -0
  1077. package/dist/_virtual/glossary.js.map +1 -0
  1078. package/dist/_virtual/index.cjs +6 -0
  1079. package/dist/_virtual/index.cjs.map +1 -0
  1080. package/dist/_virtual/index.js +7 -0
  1081. package/dist/_virtual/index.js.map +1 -0
  1082. package/dist/_virtual/index10.cjs +5 -0
  1083. package/dist/_virtual/index10.cjs.map +1 -0
  1084. package/dist/_virtual/index10.js +5 -0
  1085. package/dist/_virtual/index10.js.map +1 -0
  1086. package/dist/_virtual/index11.cjs +5 -0
  1087. package/dist/_virtual/index11.cjs.map +1 -0
  1088. package/dist/_virtual/index11.js +5 -0
  1089. package/dist/_virtual/index11.js.map +1 -0
  1090. package/dist/_virtual/index2.cjs +6 -0
  1091. package/dist/_virtual/index2.cjs.map +1 -0
  1092. package/dist/_virtual/index2.js +7 -0
  1093. package/dist/_virtual/index2.js.map +1 -0
  1094. package/dist/_virtual/index3.cjs +13 -0
  1095. package/dist/_virtual/index3.cjs.map +1 -0
  1096. package/dist/_virtual/index3.js +14 -0
  1097. package/dist/_virtual/index3.js.map +1 -0
  1098. package/dist/_virtual/index4.cjs +5 -0
  1099. package/dist/_virtual/index4.cjs.map +1 -0
  1100. package/dist/_virtual/index4.js +5 -0
  1101. package/dist/_virtual/index4.js.map +1 -0
  1102. package/dist/_virtual/index5.cjs +5 -0
  1103. package/dist/_virtual/index5.cjs.map +1 -0
  1104. package/dist/_virtual/index5.js +5 -0
  1105. package/dist/_virtual/index5.js.map +1 -0
  1106. package/dist/_virtual/index6.cjs +5 -0
  1107. package/dist/_virtual/index6.cjs.map +1 -0
  1108. package/dist/_virtual/index6.js +5 -0
  1109. package/dist/_virtual/index6.js.map +1 -0
  1110. package/dist/_virtual/index7.cjs +5 -0
  1111. package/dist/_virtual/index7.cjs.map +1 -0
  1112. package/dist/_virtual/index7.js +5 -0
  1113. package/dist/_virtual/index7.js.map +1 -0
  1114. package/dist/_virtual/index8.cjs +5 -0
  1115. package/dist/_virtual/index8.cjs.map +1 -0
  1116. package/dist/_virtual/index8.js +5 -0
  1117. package/dist/_virtual/index8.js.map +1 -0
  1118. package/dist/_virtual/index9.cjs +5 -0
  1119. package/dist/_virtual/index9.cjs.map +1 -0
  1120. package/dist/_virtual/index9.js +5 -0
  1121. package/dist/_virtual/index9.js.map +1 -0
  1122. package/dist/_virtual/invariant.cjs +5 -0
  1123. package/dist/_virtual/invariant.cjs.map +1 -0
  1124. package/dist/_virtual/invariant.js +5 -0
  1125. package/dist/_virtual/invariant.js.map +1 -0
  1126. package/dist/_virtual/lib.cjs +5 -0
  1127. package/dist/_virtual/lib.cjs.map +1 -0
  1128. package/dist/_virtual/lib.js +5 -0
  1129. package/dist/_virtual/lib.js.map +1 -0
  1130. package/dist/_virtual/nextTick.cjs +5 -0
  1131. package/dist/_virtual/nextTick.cjs.map +1 -0
  1132. package/dist/_virtual/nextTick.js +5 -0
  1133. package/dist/_virtual/nextTick.js.map +1 -0
  1134. package/dist/_virtual/parseJson.cjs +5 -0
  1135. package/dist/_virtual/parseJson.cjs.map +1 -0
  1136. package/dist/_virtual/parseJson.js +5 -0
  1137. package/dist/_virtual/parseJson.js.map +1 -0
  1138. package/dist/_virtual/ponyfill.es2018.cjs +13 -0
  1139. package/dist/_virtual/ponyfill.es2018.cjs.map +1 -0
  1140. package/dist/_virtual/ponyfill.es2018.js +14 -0
  1141. package/dist/_virtual/ponyfill.es2018.js.map +1 -0
  1142. package/dist/_virtual/sax.cjs +5 -0
  1143. package/dist/_virtual/sax.cjs.map +1 -0
  1144. package/dist/_virtual/sax.js +5 -0
  1145. package/dist/_virtual/sax.js.map +1 -0
  1146. package/dist/_virtual/set-cookie.cjs +13 -0
  1147. package/dist/_virtual/set-cookie.cjs.map +1 -0
  1148. package/dist/_virtual/set-cookie.js +14 -0
  1149. package/dist/_virtual/set-cookie.js.map +1 -0
  1150. package/dist/_virtual/store.cjs +5 -0
  1151. package/dist/_virtual/store.cjs.map +1 -0
  1152. package/dist/_virtual/store.js +5 -0
  1153. package/dist/_virtual/store.js.map +1 -0
  1154. package/dist/_virtual/toIsoResponse.cjs +5 -0
  1155. package/dist/_virtual/toIsoResponse.cjs.map +1 -0
  1156. package/dist/_virtual/toIsoResponse.js +5 -0
  1157. package/dist/_virtual/toIsoResponse.js.map +1 -0
  1158. package/dist/_virtual/until.cjs +5 -0
  1159. package/dist/_virtual/until.cjs.map +1 -0
  1160. package/dist/_virtual/until.js +5 -0
  1161. package/dist/_virtual/until.js.map +1 -0
  1162. package/dist/_virtual/uuid.cjs +5 -0
  1163. package/dist/_virtual/uuid.cjs.map +1 -0
  1164. package/dist/_virtual/uuid.js +5 -0
  1165. package/dist/_virtual/uuid.js.map +1 -0
  1166. package/dist/auth/PrismicAuthManager.cjs +280 -0
  1167. package/dist/auth/PrismicAuthManager.cjs.map +1 -0
  1168. package/dist/auth/PrismicAuthManager.d.ts +58 -0
  1169. package/dist/auth/PrismicAuthManager.js +258 -0
  1170. package/dist/auth/PrismicAuthManager.js.map +1 -0
  1171. package/dist/auth/createPrismicAuthManager.cjs +8 -0
  1172. package/dist/auth/createPrismicAuthManager.cjs.map +1 -0
  1173. package/dist/auth/createPrismicAuthManager.d.ts +4 -0
  1174. package/dist/auth/createPrismicAuthManager.js +8 -0
  1175. package/dist/auth/createPrismicAuthManager.js.map +1 -0
  1176. package/dist/auth/createPrismicAuthManagerMiddleware.cjs +50 -0
  1177. package/dist/auth/createPrismicAuthManagerMiddleware.cjs.map +1 -0
  1178. package/dist/auth/createPrismicAuthManagerMiddleware.d.ts +14 -0
  1179. package/dist/auth/createPrismicAuthManagerMiddleware.js +33 -0
  1180. package/dist/auth/createPrismicAuthManagerMiddleware.js.map +1 -0
  1181. package/dist/client/index.d.ts +5 -0
  1182. package/dist/client.cjs +20 -0
  1183. package/dist/client.cjs.map +1 -0
  1184. package/dist/client.js +20 -0
  1185. package/dist/client.js.map +1 -0
  1186. package/dist/constants/API_ENDPOINTS.cjs +45 -0
  1187. package/dist/constants/API_ENDPOINTS.cjs.map +1 -0
  1188. package/dist/constants/API_ENDPOINTS.d.ts +9 -0
  1189. package/dist/constants/API_ENDPOINTS.js +45 -0
  1190. package/dist/constants/API_ENDPOINTS.js.map +1 -0
  1191. package/dist/constants/API_TOKENS.cjs +17 -0
  1192. package/dist/constants/API_TOKENS.cjs.map +1 -0
  1193. package/dist/constants/API_TOKENS.d.ts +5 -0
  1194. package/dist/constants/API_TOKENS.js +17 -0
  1195. package/dist/constants/API_TOKENS.js.map +1 -0
  1196. package/dist/constants/APPLICATION_MODE.cjs +9 -0
  1197. package/dist/constants/APPLICATION_MODE.cjs.map +1 -0
  1198. package/dist/constants/APPLICATION_MODE.d.ts +5 -0
  1199. package/dist/constants/APPLICATION_MODE.js +9 -0
  1200. package/dist/constants/APPLICATION_MODE.js.map +1 -0
  1201. package/dist/constants/DEFAULT_SLICE_SCREENSHOT_URL.cjs +5 -0
  1202. package/dist/constants/DEFAULT_SLICE_SCREENSHOT_URL.cjs.map +1 -0
  1203. package/dist/constants/DEFAULT_SLICE_SCREENSHOT_URL.d.ts +5 -0
  1204. package/dist/constants/DEFAULT_SLICE_SCREENSHOT_URL.js +5 -0
  1205. package/dist/constants/DEFAULT_SLICE_SCREENSHOT_URL.js.map +1 -0
  1206. package/dist/constants/SLICE_MACHINE_CONFIG_FILENAME.cjs +5 -0
  1207. package/dist/constants/SLICE_MACHINE_CONFIG_FILENAME.cjs.map +1 -0
  1208. package/dist/constants/SLICE_MACHINE_CONFIG_FILENAME.d.ts +1 -0
  1209. package/dist/constants/SLICE_MACHINE_CONFIG_FILENAME.js +5 -0
  1210. package/dist/constants/SLICE_MACHINE_CONFIG_FILENAME.js.map +1 -0
  1211. package/dist/constants/SLICE_MACHINE_GITHUB_PACKAGE_NAME.cjs +5 -0
  1212. package/dist/constants/SLICE_MACHINE_GITHUB_PACKAGE_NAME.cjs.map +1 -0
  1213. package/dist/constants/SLICE_MACHINE_GITHUB_PACKAGE_NAME.d.ts +1 -0
  1214. package/dist/constants/SLICE_MACHINE_GITHUB_PACKAGE_NAME.js +5 -0
  1215. package/dist/constants/SLICE_MACHINE_GITHUB_PACKAGE_NAME.js.map +1 -0
  1216. package/dist/constants/SLICE_MACHINE_GITHUB_REPOSITORY_NAME.cjs +5 -0
  1217. package/dist/constants/SLICE_MACHINE_GITHUB_REPOSITORY_NAME.cjs.map +1 -0
  1218. package/dist/constants/SLICE_MACHINE_GITHUB_REPOSITORY_NAME.d.ts +1 -0
  1219. package/dist/constants/SLICE_MACHINE_GITHUB_REPOSITORY_NAME.js +5 -0
  1220. package/dist/constants/SLICE_MACHINE_GITHUB_REPOSITORY_NAME.js.map +1 -0
  1221. package/dist/constants/SLICE_MACHINE_GITHUB_REPOSITORY_ORGANIZATION.cjs +5 -0
  1222. package/dist/constants/SLICE_MACHINE_GITHUB_REPOSITORY_ORGANIZATION.cjs.map +1 -0
  1223. package/dist/constants/SLICE_MACHINE_GITHUB_REPOSITORY_ORGANIZATION.d.ts +1 -0
  1224. package/dist/constants/SLICE_MACHINE_GITHUB_REPOSITORY_ORGANIZATION.js +5 -0
  1225. package/dist/constants/SLICE_MACHINE_GITHUB_REPOSITORY_ORGANIZATION.js.map +1 -0
  1226. package/dist/constants/SLICE_MACHINE_NPM_PACKAGE_NAME.cjs +5 -0
  1227. package/dist/constants/SLICE_MACHINE_NPM_PACKAGE_NAME.cjs.map +1 -0
  1228. package/dist/constants/SLICE_MACHINE_NPM_PACKAGE_NAME.d.ts +1 -0
  1229. package/dist/constants/SLICE_MACHINE_NPM_PACKAGE_NAME.js +5 -0
  1230. package/dist/constants/SLICE_MACHINE_NPM_PACKAGE_NAME.js.map +1 -0
  1231. package/dist/constants/SLICE_MACHINE_USER_AGENT.cjs +5 -0
  1232. package/dist/constants/SLICE_MACHINE_USER_AGENT.cjs.map +1 -0
  1233. package/dist/constants/SLICE_MACHINE_USER_AGENT.d.ts +1 -0
  1234. package/dist/constants/SLICE_MACHINE_USER_AGENT.js +5 -0
  1235. package/dist/constants/SLICE_MACHINE_USER_AGENT.js.map +1 -0
  1236. package/dist/constants/TS_CONFIG_FILENAME.cjs +5 -0
  1237. package/dist/constants/TS_CONFIG_FILENAME.cjs.map +1 -0
  1238. package/dist/constants/TS_CONFIG_FILENAME.d.ts +1 -0
  1239. package/dist/constants/TS_CONFIG_FILENAME.js +5 -0
  1240. package/dist/constants/TS_CONFIG_FILENAME.js.map +1 -0
  1241. package/dist/constants/VERSION_KIND.cjs +10 -0
  1242. package/dist/constants/VERSION_KIND.cjs.map +1 -0
  1243. package/dist/constants/VERSION_KIND.d.ts +6 -0
  1244. package/dist/constants/VERSION_KIND.js +10 -0
  1245. package/dist/constants/VERSION_KIND.js.map +1 -0
  1246. package/dist/errors.cjs +77 -0
  1247. package/dist/errors.cjs.map +1 -0
  1248. package/dist/errors.d.ts +34 -0
  1249. package/dist/errors.js +77 -0
  1250. package/dist/errors.js.map +1 -0
  1251. package/dist/index.cjs +17 -0
  1252. package/dist/index.cjs.map +1 -0
  1253. package/dist/index.d.ts +9 -0
  1254. package/dist/index.js +17 -0
  1255. package/dist/index.js.map +1 -0
  1256. package/dist/lib/DecodeError.cjs +22 -0
  1257. package/dist/lib/DecodeError.cjs.map +1 -0
  1258. package/dist/lib/DecodeError.d.ts +12 -0
  1259. package/dist/lib/DecodeError.js +22 -0
  1260. package/dist/lib/DecodeError.js.map +1 -0
  1261. package/dist/lib/assertPluginsInitialized.cjs +9 -0
  1262. package/dist/lib/assertPluginsInitialized.cjs.map +1 -0
  1263. package/dist/lib/assertPluginsInitialized.d.ts +2 -0
  1264. package/dist/lib/assertPluginsInitialized.js +9 -0
  1265. package/dist/lib/assertPluginsInitialized.js.map +1 -0
  1266. package/dist/lib/bufferCodec.cjs +24 -0
  1267. package/dist/lib/bufferCodec.cjs.map +1 -0
  1268. package/dist/lib/bufferCodec.d.ts +3 -0
  1269. package/dist/lib/bufferCodec.js +7 -0
  1270. package/dist/lib/bufferCodec.js.map +1 -0
  1271. package/dist/lib/castArray.cjs +7 -0
  1272. package/dist/lib/castArray.cjs.map +1 -0
  1273. package/dist/lib/castArray.d.ts +1 -0
  1274. package/dist/lib/castArray.js +7 -0
  1275. package/dist/lib/castArray.js.map +1 -0
  1276. package/dist/lib/checkIsURLAccessible.cjs +9 -0
  1277. package/dist/lib/checkIsURLAccessible.cjs.map +1 -0
  1278. package/dist/lib/checkIsURLAccessible.d.ts +1 -0
  1279. package/dist/lib/checkIsURLAccessible.js +9 -0
  1280. package/dist/lib/checkIsURLAccessible.js.map +1 -0
  1281. package/dist/lib/createContentDigest.cjs +25 -0
  1282. package/dist/lib/createContentDigest.cjs.map +1 -0
  1283. package/dist/lib/createContentDigest.d.ts +9 -0
  1284. package/dist/lib/createContentDigest.js +8 -0
  1285. package/dist/lib/createContentDigest.js.map +1 -0
  1286. package/dist/lib/decode.cjs +18 -0
  1287. package/dist/lib/decode.cjs.map +1 -0
  1288. package/dist/lib/decode.d.ts +10 -0
  1289. package/dist/lib/decode.js +18 -0
  1290. package/dist/lib/decode.js.map +1 -0
  1291. package/dist/lib/decodeHookResult.cjs +21 -0
  1292. package/dist/lib/decodeHookResult.cjs.map +1 -0
  1293. package/dist/lib/decodeHookResult.d.ts +10 -0
  1294. package/dist/lib/decodeHookResult.js +21 -0
  1295. package/dist/lib/decodeHookResult.js.map +1 -0
  1296. package/dist/lib/decodeSliceMachineConfig.cjs +50 -0
  1297. package/dist/lib/decodeSliceMachineConfig.cjs.map +1 -0
  1298. package/dist/lib/decodeSliceMachineConfig.d.ts +3 -0
  1299. package/dist/lib/decodeSliceMachineConfig.js +33 -0
  1300. package/dist/lib/decodeSliceMachineConfig.js.map +1 -0
  1301. package/dist/lib/fetchGitHubReleaseBodyForRelease.cjs +102 -0
  1302. package/dist/lib/fetchGitHubReleaseBodyForRelease.cjs.map +1 -0
  1303. package/dist/lib/fetchGitHubReleaseBodyForRelease.d.ts +21 -0
  1304. package/dist/lib/fetchGitHubReleaseBodyForRelease.js +85 -0
  1305. package/dist/lib/fetchGitHubReleaseBodyForRelease.js.map +1 -0
  1306. package/dist/lib/fetchNPMPackageVersions.cjs +41 -0
  1307. package/dist/lib/fetchNPMPackageVersions.cjs.map +1 -0
  1308. package/dist/lib/fetchNPMPackageVersions.d.ts +5 -0
  1309. package/dist/lib/fetchNPMPackageVersions.js +24 -0
  1310. package/dist/lib/fetchNPMPackageVersions.js.map +1 -0
  1311. package/dist/lib/format.cjs +33 -0
  1312. package/dist/lib/format.cjs.map +1 -0
  1313. package/dist/lib/format.d.ts +12 -0
  1314. package/dist/lib/format.js +33 -0
  1315. package/dist/lib/format.js.map +1 -0
  1316. package/dist/lib/functionCodec.cjs +29 -0
  1317. package/dist/lib/functionCodec.cjs.map +1 -0
  1318. package/dist/lib/functionCodec.d.ts +2 -0
  1319. package/dist/lib/functionCodec.js +12 -0
  1320. package/dist/lib/functionCodec.js.map +1 -0
  1321. package/dist/lib/locateFileUpward.cjs +50 -0
  1322. package/dist/lib/locateFileUpward.cjs.map +1 -0
  1323. package/dist/lib/locateFileUpward.d.ts +10 -0
  1324. package/dist/lib/locateFileUpward.js +32 -0
  1325. package/dist/lib/locateFileUpward.js.map +1 -0
  1326. package/dist/lib/markdownToHTML.cjs +90 -0
  1327. package/dist/lib/markdownToHTML.cjs.map +1 -0
  1328. package/dist/lib/markdownToHTML.d.ts +1 -0
  1329. package/dist/lib/markdownToHTML.js +68 -0
  1330. package/dist/lib/markdownToHTML.js.map +1 -0
  1331. package/dist/lib/prismicrc.cjs +48 -0
  1332. package/dist/lib/prismicrc.cjs.map +1 -0
  1333. package/dist/lib/prismicrc.d.ts +10 -0
  1334. package/dist/lib/prismicrc.js +29 -0
  1335. package/dist/lib/prismicrc.js.map +1 -0
  1336. package/dist/lib/serializeCookies.cjs +29 -0
  1337. package/dist/lib/serializeCookies.cjs.map +1 -0
  1338. package/dist/lib/serializeCookies.d.ts +6 -0
  1339. package/dist/lib/serializeCookies.js +29 -0
  1340. package/dist/lib/serializeCookies.js.map +1 -0
  1341. package/dist/managers/BaseManager.cjs +63 -0
  1342. package/dist/managers/BaseManager.cjs.map +1 -0
  1343. package/dist/managers/BaseManager.d.ts +33 -0
  1344. package/dist/managers/BaseManager.js +63 -0
  1345. package/dist/managers/BaseManager.js.map +1 -0
  1346. package/dist/managers/SliceMachineManager.cjs +217 -0
  1347. package/dist/managers/SliceMachineManager.cjs.map +1 -0
  1348. package/dist/managers/SliceMachineManager.d.ts +93 -0
  1349. package/dist/managers/SliceMachineManager.js +217 -0
  1350. package/dist/managers/SliceMachineManager.js.map +1 -0
  1351. package/dist/managers/createSliceMachineManager.cjs +8 -0
  1352. package/dist/managers/createSliceMachineManager.cjs.map +1 -0
  1353. package/dist/managers/createSliceMachineManager.d.ts +4 -0
  1354. package/dist/managers/createSliceMachineManager.js +8 -0
  1355. package/dist/managers/createSliceMachineManager.js.map +1 -0
  1356. package/dist/managers/createSliceMachineManagerClient.cjs +11 -0
  1357. package/dist/managers/createSliceMachineManagerClient.cjs.map +1 -0
  1358. package/dist/managers/createSliceMachineManagerClient.d.ts +8 -0
  1359. package/dist/managers/createSliceMachineManagerClient.js +11 -0
  1360. package/dist/managers/createSliceMachineManagerClient.js.map +1 -0
  1361. package/dist/managers/createSliceMachineManagerMiddleware.cjs +47 -0
  1362. package/dist/managers/createSliceMachineManagerMiddleware.cjs.map +1 -0
  1363. package/dist/managers/createSliceMachineManagerMiddleware.d.ts +14 -0
  1364. package/dist/managers/createSliceMachineManagerMiddleware.js +47 -0
  1365. package/dist/managers/createSliceMachineManagerMiddleware.js.map +1 -0
  1366. package/dist/managers/customTypes/CustomTypesManager.cjs +177 -0
  1367. package/dist/managers/customTypes/CustomTypesManager.cjs.map +1 -0
  1368. package/dist/managers/customTypes/CustomTypesManager.d.ts +50 -0
  1369. package/dist/managers/customTypes/CustomTypesManager.js +159 -0
  1370. package/dist/managers/customTypes/CustomTypesManager.js.map +1 -0
  1371. package/dist/managers/plugins/PluginsManager.cjs +36 -0
  1372. package/dist/managers/plugins/PluginsManager.cjs.map +1 -0
  1373. package/dist/managers/plugins/PluginsManager.d.ts +13 -0
  1374. package/dist/managers/plugins/PluginsManager.js +36 -0
  1375. package/dist/managers/plugins/PluginsManager.js.map +1 -0
  1376. package/dist/managers/prismicRepository/PrismicRepositoryManager.cjs +199 -0
  1377. package/dist/managers/prismicRepository/PrismicRepositoryManager.cjs.map +1 -0
  1378. package/dist/managers/prismicRepository/PrismicRepositoryManager.d.ts +28 -0
  1379. package/dist/managers/prismicRepository/PrismicRepositoryManager.js +182 -0
  1380. package/dist/managers/prismicRepository/PrismicRepositoryManager.js.map +1 -0
  1381. package/dist/managers/prismicRepository/types.cjs +45 -0
  1382. package/dist/managers/prismicRepository/types.cjs.map +1 -0
  1383. package/dist/managers/prismicRepository/types.d.ts +38 -0
  1384. package/dist/managers/prismicRepository/types.js +28 -0
  1385. package/dist/managers/prismicRepository/types.js.map +1 -0
  1386. package/dist/managers/project/ProjectManager.cjs +120 -0
  1387. package/dist/managers/project/ProjectManager.cjs.map +1 -0
  1388. package/dist/managers/project/ProjectManager.d.ts +30 -0
  1389. package/dist/managers/project/ProjectManager.js +102 -0
  1390. package/dist/managers/project/ProjectManager.js.map +1 -0
  1391. package/dist/managers/screenshots/ScreenshotsManager.cjs +206 -0
  1392. package/dist/managers/screenshots/ScreenshotsManager.cjs.map +1 -0
  1393. package/dist/managers/screenshots/ScreenshotsManager.d.ts +31 -0
  1394. package/dist/managers/screenshots/ScreenshotsManager.js +168 -0
  1395. package/dist/managers/screenshots/ScreenshotsManager.js.map +1 -0
  1396. package/dist/managers/simulator/SimulatorManager.cjs +100 -0
  1397. package/dist/managers/simulator/SimulatorManager.cjs.map +1 -0
  1398. package/dist/managers/simulator/SimulatorManager.d.ts +37 -0
  1399. package/dist/managers/simulator/SimulatorManager.js +83 -0
  1400. package/dist/managers/simulator/SimulatorManager.js.map +1 -0
  1401. package/dist/managers/slices/SlicesManager.cjs +341 -0
  1402. package/dist/managers/slices/SlicesManager.cjs.map +1 -0
  1403. package/dist/managers/slices/SlicesManager.d.ts +111 -0
  1404. package/dist/managers/slices/SlicesManager.js +323 -0
  1405. package/dist/managers/slices/SlicesManager.js.map +1 -0
  1406. package/dist/managers/snippets/SnippetsManager.cjs +41 -0
  1407. package/dist/managers/snippets/SnippetsManager.cjs.map +1 -0
  1408. package/dist/managers/snippets/SnippetsManager.d.ts +11 -0
  1409. package/dist/managers/snippets/SnippetsManager.js +24 -0
  1410. package/dist/managers/snippets/SnippetsManager.js.map +1 -0
  1411. package/dist/managers/telemetry/TelemetryManager.cjs +105 -0
  1412. package/dist/managers/telemetry/TelemetryManager.cjs.map +1 -0
  1413. package/dist/managers/telemetry/TelemetryManager.d.ts +17 -0
  1414. package/dist/managers/telemetry/TelemetryManager.js +105 -0
  1415. package/dist/managers/telemetry/TelemetryManager.js.map +1 -0
  1416. package/dist/managers/telemetry/types.cjs +15 -0
  1417. package/dist/managers/telemetry/types.cjs.map +1 -0
  1418. package/dist/managers/telemetry/types.d.ts +28 -0
  1419. package/dist/managers/telemetry/types.js +15 -0
  1420. package/dist/managers/telemetry/types.js.map +1 -0
  1421. package/dist/managers/user/UserManager.cjs +25 -0
  1422. package/dist/managers/user/UserManager.cjs.map +1 -0
  1423. package/dist/managers/user/UserManager.d.ts +38 -0
  1424. package/dist/managers/user/UserManager.js +25 -0
  1425. package/dist/managers/user/UserManager.js.map +1 -0
  1426. package/dist/managers/versions/VersionsManager.cjs +104 -0
  1427. package/dist/managers/versions/VersionsManager.cjs.map +1 -0
  1428. package/dist/managers/versions/VersionsManager.d.ts +19 -0
  1429. package/dist/managers/versions/VersionsManager.js +86 -0
  1430. package/dist/managers/versions/VersionsManager.js.map +1 -0
  1431. package/dist/managers/versions/types.d.ts +5 -0
  1432. package/dist/test/createSliceMachineManagerMSWHandler.cjs +27 -0
  1433. package/dist/test/createSliceMachineManagerMSWHandler.cjs.map +1 -0
  1434. package/dist/test/createSliceMachineManagerMSWHandler.d.ts +7 -0
  1435. package/dist/test/createSliceMachineManagerMSWHandler.js +27 -0
  1436. package/dist/test/createSliceMachineManagerMSWHandler.js.map +1 -0
  1437. package/dist/test/index.d.ts +1 -0
  1438. package/dist/test.cjs +5 -0
  1439. package/dist/test.cjs.map +1 -0
  1440. package/dist/test.js +5 -0
  1441. package/dist/test.js.map +1 -0
  1442. package/dist/types.d.ts +45 -0
  1443. package/package.json +128 -0
  1444. package/src/auth/PrismicAuthManager.ts +403 -0
  1445. package/src/auth/createPrismicAuthManager.ts +11 -0
  1446. package/src/auth/createPrismicAuthManagerMiddleware.ts +70 -0
  1447. package/src/client/index.ts +32 -0
  1448. package/src/constants/API_ENDPOINTS.ts +62 -0
  1449. package/src/constants/API_TOKENS.ts +18 -0
  1450. package/src/constants/APPLICATION_MODE.ts +5 -0
  1451. package/src/constants/DEFAULT_SLICE_SCREENSHOT_URL.ts +6 -0
  1452. package/src/constants/SLICE_MACHINE_CONFIG_FILENAME.ts +1 -0
  1453. package/src/constants/SLICE_MACHINE_GITHUB_PACKAGE_NAME.ts +1 -0
  1454. package/src/constants/SLICE_MACHINE_GITHUB_REPOSITORY_NAME.ts +1 -0
  1455. package/src/constants/SLICE_MACHINE_GITHUB_REPOSITORY_ORGANIZATION.ts +1 -0
  1456. package/src/constants/SLICE_MACHINE_NPM_PACKAGE_NAME.ts +1 -0
  1457. package/src/constants/SLICE_MACHINE_USER_AGENT.ts +1 -0
  1458. package/src/constants/TS_CONFIG_FILENAME.ts +1 -0
  1459. package/src/constants/VERSION_KIND.ts +6 -0
  1460. package/src/errors.ts +146 -0
  1461. package/src/index.ts +27 -0
  1462. package/src/lib/DecodeError.ts +22 -0
  1463. package/src/lib/assertPluginsInitialized.ts +11 -0
  1464. package/src/lib/bufferCodec.ts +10 -0
  1465. package/src/lib/castArray.ts +3 -0
  1466. package/src/lib/checkIsURLAccessible.ts +7 -0
  1467. package/src/lib/createContentDigest.ts +12 -0
  1468. package/src/lib/decode.ts +36 -0
  1469. package/src/lib/decodeHookResult.ts +36 -0
  1470. package/src/lib/decodeSliceMachineConfig.ts +43 -0
  1471. package/src/lib/fetchGitHubReleaseBodyForRelease.ts +143 -0
  1472. package/src/lib/fetchNPMPackageVersions.ts +46 -0
  1473. package/src/lib/format.ts +34 -0
  1474. package/src/lib/functionCodec.ts +16 -0
  1475. package/src/lib/locateFileUpward.ts +58 -0
  1476. package/src/lib/markdownToHTML.ts +113 -0
  1477. package/src/lib/prismicrc.ts +64 -0
  1478. package/src/lib/serializeCookies.ts +45 -0
  1479. package/src/managers/BaseManager.ts +92 -0
  1480. package/src/managers/SliceMachineManager.ts +362 -0
  1481. package/src/managers/createSliceMachineManager.ts +11 -0
  1482. package/src/managers/createSliceMachineManagerClient.ts +23 -0
  1483. package/src/managers/createSliceMachineManagerMiddleware.ts +75 -0
  1484. package/src/managers/customTypes/CustomTypesManager.ts +303 -0
  1485. package/src/managers/plugins/PluginsManager.ts +48 -0
  1486. package/src/managers/prismicRepository/PrismicRepositoryManager.ts +266 -0
  1487. package/src/managers/prismicRepository/types.ts +30 -0
  1488. package/src/managers/project/ProjectManager.ts +165 -0
  1489. package/src/managers/screenshots/ScreenshotsManager.ts +242 -0
  1490. package/src/managers/simulator/SimulatorManager.ts +151 -0
  1491. package/src/managers/slices/SlicesManager.ts +604 -0
  1492. package/src/managers/snippets/SnippetsManager.ts +45 -0
  1493. package/src/managers/telemetry/TelemetryManager.ts +142 -0
  1494. package/src/managers/telemetry/types.ts +46 -0
  1495. package/src/managers/user/UserManager.ts +27 -0
  1496. package/src/managers/versions/VersionsManager.ts +121 -0
  1497. package/src/managers/versions/types.ts +6 -0
  1498. package/src/test/createSliceMachineManagerMSWHandler.ts +41 -0
  1499. package/src/test/index.ts +4 -0
  1500. package/src/types.ts +59 -0
@@ -0,0 +1,1396 @@
1
+ import { __exports as dom } from "../../../../_virtual/dom.js";
2
+ import { __require as requireConventions } from "./conventions.js";
3
+ var hasRequiredDom;
4
+ function requireDom() {
5
+ if (hasRequiredDom)
6
+ return dom;
7
+ hasRequiredDom = 1;
8
+ var conventions = requireConventions();
9
+ var find = conventions.find;
10
+ var NAMESPACE = conventions.NAMESPACE;
11
+ function notEmptyString(input) {
12
+ return input !== "";
13
+ }
14
+ function splitOnASCIIWhitespace(input) {
15
+ return input ? input.split(/[\t\n\f\r ]+/).filter(notEmptyString) : [];
16
+ }
17
+ function orderedSetReducer(current, element) {
18
+ if (!current.hasOwnProperty(element)) {
19
+ current[element] = true;
20
+ }
21
+ return current;
22
+ }
23
+ function toOrderedSet(input) {
24
+ if (!input)
25
+ return [];
26
+ var list = splitOnASCIIWhitespace(input);
27
+ return Object.keys(list.reduce(orderedSetReducer, {}));
28
+ }
29
+ function arrayIncludes(list) {
30
+ return function(element) {
31
+ return list && list.indexOf(element) !== -1;
32
+ };
33
+ }
34
+ function copy(src, dest) {
35
+ for (var p in src) {
36
+ if (Object.prototype.hasOwnProperty.call(src, p)) {
37
+ dest[p] = src[p];
38
+ }
39
+ }
40
+ }
41
+ function _extends(Class, Super) {
42
+ var pt = Class.prototype;
43
+ if (!(pt instanceof Super)) {
44
+ let t = function() {
45
+ };
46
+ t.prototype = Super.prototype;
47
+ t = new t();
48
+ copy(pt, t);
49
+ Class.prototype = pt = t;
50
+ }
51
+ if (pt.constructor != Class) {
52
+ if (typeof Class != "function") {
53
+ console.error("unknown Class:" + Class);
54
+ }
55
+ pt.constructor = Class;
56
+ }
57
+ }
58
+ var NodeType = {};
59
+ var ELEMENT_NODE = NodeType.ELEMENT_NODE = 1;
60
+ var ATTRIBUTE_NODE = NodeType.ATTRIBUTE_NODE = 2;
61
+ var TEXT_NODE = NodeType.TEXT_NODE = 3;
62
+ var CDATA_SECTION_NODE = NodeType.CDATA_SECTION_NODE = 4;
63
+ var ENTITY_REFERENCE_NODE = NodeType.ENTITY_REFERENCE_NODE = 5;
64
+ var ENTITY_NODE = NodeType.ENTITY_NODE = 6;
65
+ var PROCESSING_INSTRUCTION_NODE = NodeType.PROCESSING_INSTRUCTION_NODE = 7;
66
+ var COMMENT_NODE = NodeType.COMMENT_NODE = 8;
67
+ var DOCUMENT_NODE = NodeType.DOCUMENT_NODE = 9;
68
+ var DOCUMENT_TYPE_NODE = NodeType.DOCUMENT_TYPE_NODE = 10;
69
+ var DOCUMENT_FRAGMENT_NODE = NodeType.DOCUMENT_FRAGMENT_NODE = 11;
70
+ var NOTATION_NODE = NodeType.NOTATION_NODE = 12;
71
+ var ExceptionCode = {};
72
+ var ExceptionMessage = {};
73
+ ExceptionCode.INDEX_SIZE_ERR = (ExceptionMessage[1] = "Index size error", 1);
74
+ ExceptionCode.DOMSTRING_SIZE_ERR = (ExceptionMessage[2] = "DOMString size error", 2);
75
+ var HIERARCHY_REQUEST_ERR = ExceptionCode.HIERARCHY_REQUEST_ERR = (ExceptionMessage[3] = "Hierarchy request error", 3);
76
+ ExceptionCode.WRONG_DOCUMENT_ERR = (ExceptionMessage[4] = "Wrong document", 4);
77
+ ExceptionCode.INVALID_CHARACTER_ERR = (ExceptionMessage[5] = "Invalid character", 5);
78
+ ExceptionCode.NO_DATA_ALLOWED_ERR = (ExceptionMessage[6] = "No data allowed", 6);
79
+ ExceptionCode.NO_MODIFICATION_ALLOWED_ERR = (ExceptionMessage[7] = "No modification allowed", 7);
80
+ var NOT_FOUND_ERR = ExceptionCode.NOT_FOUND_ERR = (ExceptionMessage[8] = "Not found", 8);
81
+ ExceptionCode.NOT_SUPPORTED_ERR = (ExceptionMessage[9] = "Not supported", 9);
82
+ var INUSE_ATTRIBUTE_ERR = ExceptionCode.INUSE_ATTRIBUTE_ERR = (ExceptionMessage[10] = "Attribute in use", 10);
83
+ ExceptionCode.INVALID_STATE_ERR = (ExceptionMessage[11] = "Invalid state", 11);
84
+ ExceptionCode.SYNTAX_ERR = (ExceptionMessage[12] = "Syntax error", 12);
85
+ ExceptionCode.INVALID_MODIFICATION_ERR = (ExceptionMessage[13] = "Invalid modification", 13);
86
+ ExceptionCode.NAMESPACE_ERR = (ExceptionMessage[14] = "Invalid namespace", 14);
87
+ ExceptionCode.INVALID_ACCESS_ERR = (ExceptionMessage[15] = "Invalid access", 15);
88
+ function DOMException(code, message) {
89
+ if (message instanceof Error) {
90
+ var error = message;
91
+ } else {
92
+ error = this;
93
+ Error.call(this, ExceptionMessage[code]);
94
+ this.message = ExceptionMessage[code];
95
+ if (Error.captureStackTrace)
96
+ Error.captureStackTrace(this, DOMException);
97
+ }
98
+ error.code = code;
99
+ if (message)
100
+ this.message = this.message + ": " + message;
101
+ return error;
102
+ }
103
+ DOMException.prototype = Error.prototype;
104
+ copy(ExceptionCode, DOMException);
105
+ function NodeList() {
106
+ }
107
+ NodeList.prototype = {
108
+ /**
109
+ * The number of nodes in the list. The range of valid child node indices is 0 to length-1 inclusive.
110
+ * @standard level1
111
+ */
112
+ length: 0,
113
+ /**
114
+ * Returns the indexth item in the collection. If index is greater than or equal to the number of nodes in the list, this returns null.
115
+ * @standard level1
116
+ * @param index unsigned long
117
+ * Index into the collection.
118
+ * @return Node
119
+ * The node at the indexth position in the NodeList, or null if that is not a valid index.
120
+ */
121
+ item: function(index) {
122
+ return this[index] || null;
123
+ },
124
+ toString: function(isHTML, nodeFilter) {
125
+ for (var buf = [], i = 0; i < this.length; i++) {
126
+ serializeToString(this[i], buf, isHTML, nodeFilter);
127
+ }
128
+ return buf.join("");
129
+ },
130
+ /**
131
+ * @private
132
+ * @param {function (Node):boolean} predicate
133
+ * @returns {Node[]}
134
+ */
135
+ filter: function(predicate) {
136
+ return Array.prototype.filter.call(this, predicate);
137
+ },
138
+ /**
139
+ * @private
140
+ * @param {Node} item
141
+ * @returns {number}
142
+ */
143
+ indexOf: function(item) {
144
+ return Array.prototype.indexOf.call(this, item);
145
+ }
146
+ };
147
+ function LiveNodeList(node, refresh) {
148
+ this._node = node;
149
+ this._refresh = refresh;
150
+ _updateLiveList(this);
151
+ }
152
+ function _updateLiveList(list) {
153
+ var inc = list._node._inc || list._node.ownerDocument._inc;
154
+ if (list._inc != inc) {
155
+ var ls = list._refresh(list._node);
156
+ __set__(list, "length", ls.length);
157
+ copy(ls, list);
158
+ list._inc = inc;
159
+ }
160
+ }
161
+ LiveNodeList.prototype.item = function(i) {
162
+ _updateLiveList(this);
163
+ return this[i];
164
+ };
165
+ _extends(LiveNodeList, NodeList);
166
+ function NamedNodeMap() {
167
+ }
168
+ function _findNodeIndex(list, node) {
169
+ var i = list.length;
170
+ while (i--) {
171
+ if (list[i] === node) {
172
+ return i;
173
+ }
174
+ }
175
+ }
176
+ function _addNamedNode(el, list, newAttr, oldAttr) {
177
+ if (oldAttr) {
178
+ list[_findNodeIndex(list, oldAttr)] = newAttr;
179
+ } else {
180
+ list[list.length++] = newAttr;
181
+ }
182
+ if (el) {
183
+ newAttr.ownerElement = el;
184
+ var doc = el.ownerDocument;
185
+ if (doc) {
186
+ oldAttr && _onRemoveAttribute(doc, el, oldAttr);
187
+ _onAddAttribute(doc, el, newAttr);
188
+ }
189
+ }
190
+ }
191
+ function _removeNamedNode(el, list, attr) {
192
+ var i = _findNodeIndex(list, attr);
193
+ if (i >= 0) {
194
+ var lastIndex = list.length - 1;
195
+ while (i < lastIndex) {
196
+ list[i] = list[++i];
197
+ }
198
+ list.length = lastIndex;
199
+ if (el) {
200
+ var doc = el.ownerDocument;
201
+ if (doc) {
202
+ _onRemoveAttribute(doc, el, attr);
203
+ attr.ownerElement = null;
204
+ }
205
+ }
206
+ } else {
207
+ throw new DOMException(NOT_FOUND_ERR, new Error(el.tagName + "@" + attr));
208
+ }
209
+ }
210
+ NamedNodeMap.prototype = {
211
+ length: 0,
212
+ item: NodeList.prototype.item,
213
+ getNamedItem: function(key) {
214
+ var i = this.length;
215
+ while (i--) {
216
+ var attr = this[i];
217
+ if (attr.nodeName == key) {
218
+ return attr;
219
+ }
220
+ }
221
+ },
222
+ setNamedItem: function(attr) {
223
+ var el = attr.ownerElement;
224
+ if (el && el != this._ownerElement) {
225
+ throw new DOMException(INUSE_ATTRIBUTE_ERR);
226
+ }
227
+ var oldAttr = this.getNamedItem(attr.nodeName);
228
+ _addNamedNode(this._ownerElement, this, attr, oldAttr);
229
+ return oldAttr;
230
+ },
231
+ /* returns Node */
232
+ setNamedItemNS: function(attr) {
233
+ var el = attr.ownerElement, oldAttr;
234
+ if (el && el != this._ownerElement) {
235
+ throw new DOMException(INUSE_ATTRIBUTE_ERR);
236
+ }
237
+ oldAttr = this.getNamedItemNS(attr.namespaceURI, attr.localName);
238
+ _addNamedNode(this._ownerElement, this, attr, oldAttr);
239
+ return oldAttr;
240
+ },
241
+ /* returns Node */
242
+ removeNamedItem: function(key) {
243
+ var attr = this.getNamedItem(key);
244
+ _removeNamedNode(this._ownerElement, this, attr);
245
+ return attr;
246
+ },
247
+ // raises: NOT_FOUND_ERR,NO_MODIFICATION_ALLOWED_ERR
248
+ //for level2
249
+ removeNamedItemNS: function(namespaceURI, localName) {
250
+ var attr = this.getNamedItemNS(namespaceURI, localName);
251
+ _removeNamedNode(this._ownerElement, this, attr);
252
+ return attr;
253
+ },
254
+ getNamedItemNS: function(namespaceURI, localName) {
255
+ var i = this.length;
256
+ while (i--) {
257
+ var node = this[i];
258
+ if (node.localName == localName && node.namespaceURI == namespaceURI) {
259
+ return node;
260
+ }
261
+ }
262
+ return null;
263
+ }
264
+ };
265
+ function DOMImplementation() {
266
+ }
267
+ DOMImplementation.prototype = {
268
+ /**
269
+ * The DOMImplementation.hasFeature() method returns a Boolean flag indicating if a given feature is supported.
270
+ * The different implementations fairly diverged in what kind of features were reported.
271
+ * The latest version of the spec settled to force this method to always return true, where the functionality was accurate and in use.
272
+ *
273
+ * @deprecated It is deprecated and modern browsers return true in all cases.
274
+ *
275
+ * @param {string} feature
276
+ * @param {string} [version]
277
+ * @returns {boolean} always true
278
+ *
279
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation/hasFeature MDN
280
+ * @see https://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-5CED94D7 DOM Level 1 Core
281
+ * @see https://dom.spec.whatwg.org/#dom-domimplementation-hasfeature DOM Living Standard
282
+ */
283
+ hasFeature: function(feature, version) {
284
+ return true;
285
+ },
286
+ /**
287
+ * Creates an XML Document object of the specified type with its document element.
288
+ *
289
+ * __It behaves slightly different from the description in the living standard__:
290
+ * - There is no interface/class `XMLDocument`, it returns a `Document` instance.
291
+ * - `contentType`, `encoding`, `mode`, `origin`, `url` fields are currently not declared.
292
+ * - this implementation is not validating names or qualified names
293
+ * (when parsing XML strings, the SAX parser takes care of that)
294
+ *
295
+ * @param {string|null} namespaceURI
296
+ * @param {string} qualifiedName
297
+ * @param {DocumentType=null} doctype
298
+ * @returns {Document}
299
+ *
300
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation/createDocument MDN
301
+ * @see https://www.w3.org/TR/DOM-Level-2-Core/core.html#Level-2-Core-DOM-createDocument DOM Level 2 Core (initial)
302
+ * @see https://dom.spec.whatwg.org/#dom-domimplementation-createdocument DOM Level 2 Core
303
+ *
304
+ * @see https://dom.spec.whatwg.org/#validate-and-extract DOM: Validate and extract
305
+ * @see https://www.w3.org/TR/xml/#NT-NameStartChar XML Spec: Names
306
+ * @see https://www.w3.org/TR/xml-names/#ns-qualnames XML Namespaces: Qualified names
307
+ */
308
+ createDocument: function(namespaceURI, qualifiedName, doctype) {
309
+ var doc = new Document();
310
+ doc.implementation = this;
311
+ doc.childNodes = new NodeList();
312
+ doc.doctype = doctype || null;
313
+ if (doctype) {
314
+ doc.appendChild(doctype);
315
+ }
316
+ if (qualifiedName) {
317
+ var root = doc.createElementNS(namespaceURI, qualifiedName);
318
+ doc.appendChild(root);
319
+ }
320
+ return doc;
321
+ },
322
+ /**
323
+ * Returns a doctype, with the given `qualifiedName`, `publicId`, and `systemId`.
324
+ *
325
+ * __This behavior is slightly different from the in the specs__:
326
+ * - this implementation is not validating names or qualified names
327
+ * (when parsing XML strings, the SAX parser takes care of that)
328
+ *
329
+ * @param {string} qualifiedName
330
+ * @param {string} [publicId]
331
+ * @param {string} [systemId]
332
+ * @returns {DocumentType} which can either be used with `DOMImplementation.createDocument` upon document creation
333
+ * or can be put into the document via methods like `Node.insertBefore()` or `Node.replaceChild()`
334
+ *
335
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/DOMImplementation/createDocumentType MDN
336
+ * @see https://www.w3.org/TR/DOM-Level-2-Core/core.html#Level-2-Core-DOM-createDocType DOM Level 2 Core
337
+ * @see https://dom.spec.whatwg.org/#dom-domimplementation-createdocumenttype DOM Living Standard
338
+ *
339
+ * @see https://dom.spec.whatwg.org/#validate-and-extract DOM: Validate and extract
340
+ * @see https://www.w3.org/TR/xml/#NT-NameStartChar XML Spec: Names
341
+ * @see https://www.w3.org/TR/xml-names/#ns-qualnames XML Namespaces: Qualified names
342
+ */
343
+ createDocumentType: function(qualifiedName, publicId, systemId) {
344
+ var node = new DocumentType();
345
+ node.name = qualifiedName;
346
+ node.nodeName = qualifiedName;
347
+ node.publicId = publicId || "";
348
+ node.systemId = systemId || "";
349
+ return node;
350
+ }
351
+ };
352
+ function Node() {
353
+ }
354
+ Node.prototype = {
355
+ firstChild: null,
356
+ lastChild: null,
357
+ previousSibling: null,
358
+ nextSibling: null,
359
+ attributes: null,
360
+ parentNode: null,
361
+ childNodes: null,
362
+ ownerDocument: null,
363
+ nodeValue: null,
364
+ namespaceURI: null,
365
+ prefix: null,
366
+ localName: null,
367
+ // Modified in DOM Level 2:
368
+ insertBefore: function(newChild, refChild) {
369
+ return _insertBefore(this, newChild, refChild);
370
+ },
371
+ replaceChild: function(newChild, oldChild) {
372
+ _insertBefore(this, newChild, oldChild, assertPreReplacementValidityInDocument);
373
+ if (oldChild) {
374
+ this.removeChild(oldChild);
375
+ }
376
+ },
377
+ removeChild: function(oldChild) {
378
+ return _removeChild(this, oldChild);
379
+ },
380
+ appendChild: function(newChild) {
381
+ return this.insertBefore(newChild, null);
382
+ },
383
+ hasChildNodes: function() {
384
+ return this.firstChild != null;
385
+ },
386
+ cloneNode: function(deep) {
387
+ return cloneNode(this.ownerDocument || this, this, deep);
388
+ },
389
+ // Modified in DOM Level 2:
390
+ normalize: function() {
391
+ var child = this.firstChild;
392
+ while (child) {
393
+ var next = child.nextSibling;
394
+ if (next && next.nodeType == TEXT_NODE && child.nodeType == TEXT_NODE) {
395
+ this.removeChild(next);
396
+ child.appendData(next.data);
397
+ } else {
398
+ child.normalize();
399
+ child = next;
400
+ }
401
+ }
402
+ },
403
+ // Introduced in DOM Level 2:
404
+ isSupported: function(feature, version) {
405
+ return this.ownerDocument.implementation.hasFeature(feature, version);
406
+ },
407
+ // Introduced in DOM Level 2:
408
+ hasAttributes: function() {
409
+ return this.attributes.length > 0;
410
+ },
411
+ /**
412
+ * Look up the prefix associated to the given namespace URI, starting from this node.
413
+ * **The default namespace declarations are ignored by this method.**
414
+ * See Namespace Prefix Lookup for details on the algorithm used by this method.
415
+ *
416
+ * _Note: The implementation seems to be incomplete when compared to the algorithm described in the specs._
417
+ *
418
+ * @param {string | null} namespaceURI
419
+ * @returns {string | null}
420
+ * @see https://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-lookupNamespacePrefix
421
+ * @see https://www.w3.org/TR/DOM-Level-3-Core/namespaces-algorithms.html#lookupNamespacePrefixAlgo
422
+ * @see https://dom.spec.whatwg.org/#dom-node-lookupprefix
423
+ * @see https://github.com/xmldom/xmldom/issues/322
424
+ */
425
+ lookupPrefix: function(namespaceURI) {
426
+ var el = this;
427
+ while (el) {
428
+ var map = el._nsMap;
429
+ if (map) {
430
+ for (var n in map) {
431
+ if (Object.prototype.hasOwnProperty.call(map, n) && map[n] === namespaceURI) {
432
+ return n;
433
+ }
434
+ }
435
+ }
436
+ el = el.nodeType == ATTRIBUTE_NODE ? el.ownerDocument : el.parentNode;
437
+ }
438
+ return null;
439
+ },
440
+ // Introduced in DOM Level 3:
441
+ lookupNamespaceURI: function(prefix) {
442
+ var el = this;
443
+ while (el) {
444
+ var map = el._nsMap;
445
+ if (map) {
446
+ if (Object.prototype.hasOwnProperty.call(map, prefix)) {
447
+ return map[prefix];
448
+ }
449
+ }
450
+ el = el.nodeType == ATTRIBUTE_NODE ? el.ownerDocument : el.parentNode;
451
+ }
452
+ return null;
453
+ },
454
+ // Introduced in DOM Level 3:
455
+ isDefaultNamespace: function(namespaceURI) {
456
+ var prefix = this.lookupPrefix(namespaceURI);
457
+ return prefix == null;
458
+ }
459
+ };
460
+ function _xmlEncoder(c) {
461
+ return c == "<" && "&lt;" || c == ">" && "&gt;" || c == "&" && "&amp;" || c == '"' && "&quot;" || "&#" + c.charCodeAt() + ";";
462
+ }
463
+ copy(NodeType, Node);
464
+ copy(NodeType, Node.prototype);
465
+ function _visitNode(node, callback) {
466
+ if (callback(node)) {
467
+ return true;
468
+ }
469
+ if (node = node.firstChild) {
470
+ do {
471
+ if (_visitNode(node, callback)) {
472
+ return true;
473
+ }
474
+ } while (node = node.nextSibling);
475
+ }
476
+ }
477
+ function Document() {
478
+ this.ownerDocument = this;
479
+ }
480
+ function _onAddAttribute(doc, el, newAttr) {
481
+ doc && doc._inc++;
482
+ var ns = newAttr.namespaceURI;
483
+ if (ns === NAMESPACE.XMLNS) {
484
+ el._nsMap[newAttr.prefix ? newAttr.localName : ""] = newAttr.value;
485
+ }
486
+ }
487
+ function _onRemoveAttribute(doc, el, newAttr, remove) {
488
+ doc && doc._inc++;
489
+ var ns = newAttr.namespaceURI;
490
+ if (ns === NAMESPACE.XMLNS) {
491
+ delete el._nsMap[newAttr.prefix ? newAttr.localName : ""];
492
+ }
493
+ }
494
+ function _onUpdateChild(doc, el, newChild) {
495
+ if (doc && doc._inc) {
496
+ doc._inc++;
497
+ var cs = el.childNodes;
498
+ if (newChild) {
499
+ cs[cs.length++] = newChild;
500
+ } else {
501
+ var child = el.firstChild;
502
+ var i = 0;
503
+ while (child) {
504
+ cs[i++] = child;
505
+ child = child.nextSibling;
506
+ }
507
+ cs.length = i;
508
+ delete cs[cs.length];
509
+ }
510
+ }
511
+ }
512
+ function _removeChild(parentNode, child) {
513
+ var previous = child.previousSibling;
514
+ var next = child.nextSibling;
515
+ if (previous) {
516
+ previous.nextSibling = next;
517
+ } else {
518
+ parentNode.firstChild = next;
519
+ }
520
+ if (next) {
521
+ next.previousSibling = previous;
522
+ } else {
523
+ parentNode.lastChild = previous;
524
+ }
525
+ child.parentNode = null;
526
+ child.previousSibling = null;
527
+ child.nextSibling = null;
528
+ _onUpdateChild(parentNode.ownerDocument, parentNode);
529
+ return child;
530
+ }
531
+ function hasValidParentNodeType(node) {
532
+ return node && (node.nodeType === Node.DOCUMENT_NODE || node.nodeType === Node.DOCUMENT_FRAGMENT_NODE || node.nodeType === Node.ELEMENT_NODE);
533
+ }
534
+ function hasInsertableNodeType(node) {
535
+ return node && (isElementNode(node) || isTextNode(node) || isDocTypeNode(node) || node.nodeType === Node.DOCUMENT_FRAGMENT_NODE || node.nodeType === Node.COMMENT_NODE || node.nodeType === Node.PROCESSING_INSTRUCTION_NODE);
536
+ }
537
+ function isDocTypeNode(node) {
538
+ return node && node.nodeType === Node.DOCUMENT_TYPE_NODE;
539
+ }
540
+ function isElementNode(node) {
541
+ return node && node.nodeType === Node.ELEMENT_NODE;
542
+ }
543
+ function isTextNode(node) {
544
+ return node && node.nodeType === Node.TEXT_NODE;
545
+ }
546
+ function isElementInsertionPossible(doc, child) {
547
+ var parentChildNodes = doc.childNodes || [];
548
+ if (find(parentChildNodes, isElementNode) || isDocTypeNode(child)) {
549
+ return false;
550
+ }
551
+ var docTypeNode = find(parentChildNodes, isDocTypeNode);
552
+ return !(child && docTypeNode && parentChildNodes.indexOf(docTypeNode) > parentChildNodes.indexOf(child));
553
+ }
554
+ function isElementReplacementPossible(doc, child) {
555
+ var parentChildNodes = doc.childNodes || [];
556
+ function hasElementChildThatIsNotChild(node) {
557
+ return isElementNode(node) && node !== child;
558
+ }
559
+ if (find(parentChildNodes, hasElementChildThatIsNotChild)) {
560
+ return false;
561
+ }
562
+ var docTypeNode = find(parentChildNodes, isDocTypeNode);
563
+ return !(child && docTypeNode && parentChildNodes.indexOf(docTypeNode) > parentChildNodes.indexOf(child));
564
+ }
565
+ function assertPreInsertionValidity1to5(parent, node, child) {
566
+ if (!hasValidParentNodeType(parent)) {
567
+ throw new DOMException(HIERARCHY_REQUEST_ERR, "Unexpected parent node type " + parent.nodeType);
568
+ }
569
+ if (child && child.parentNode !== parent) {
570
+ throw new DOMException(NOT_FOUND_ERR, "child not in parent");
571
+ }
572
+ if (// 4. If `node` is not a DocumentFragment, DocumentType, Element, or CharacterData node, then throw a "HierarchyRequestError" DOMException.
573
+ !hasInsertableNodeType(node) || isDocTypeNode(node) && parent.nodeType !== Node.DOCUMENT_NODE) {
574
+ throw new DOMException(
575
+ HIERARCHY_REQUEST_ERR,
576
+ "Unexpected node type " + node.nodeType + " for parent node type " + parent.nodeType
577
+ );
578
+ }
579
+ }
580
+ function assertPreInsertionValidityInDocument(parent, node, child) {
581
+ var parentChildNodes = parent.childNodes || [];
582
+ var nodeChildNodes = node.childNodes || [];
583
+ if (node.nodeType === Node.DOCUMENT_FRAGMENT_NODE) {
584
+ var nodeChildElements = nodeChildNodes.filter(isElementNode);
585
+ if (nodeChildElements.length > 1 || find(nodeChildNodes, isTextNode)) {
586
+ throw new DOMException(HIERARCHY_REQUEST_ERR, "More than one element or text in fragment");
587
+ }
588
+ if (nodeChildElements.length === 1 && !isElementInsertionPossible(parent, child)) {
589
+ throw new DOMException(HIERARCHY_REQUEST_ERR, "Element in fragment can not be inserted before doctype");
590
+ }
591
+ }
592
+ if (isElementNode(node)) {
593
+ if (!isElementInsertionPossible(parent, child)) {
594
+ throw new DOMException(HIERARCHY_REQUEST_ERR, "Only one element can be added and only after doctype");
595
+ }
596
+ }
597
+ if (isDocTypeNode(node)) {
598
+ if (find(parentChildNodes, isDocTypeNode)) {
599
+ throw new DOMException(HIERARCHY_REQUEST_ERR, "Only one doctype is allowed");
600
+ }
601
+ var parentElementChild = find(parentChildNodes, isElementNode);
602
+ if (child && parentChildNodes.indexOf(parentElementChild) < parentChildNodes.indexOf(child)) {
603
+ throw new DOMException(HIERARCHY_REQUEST_ERR, "Doctype can only be inserted before an element");
604
+ }
605
+ if (!child && parentElementChild) {
606
+ throw new DOMException(HIERARCHY_REQUEST_ERR, "Doctype can not be appended since element is present");
607
+ }
608
+ }
609
+ }
610
+ function assertPreReplacementValidityInDocument(parent, node, child) {
611
+ var parentChildNodes = parent.childNodes || [];
612
+ var nodeChildNodes = node.childNodes || [];
613
+ if (node.nodeType === Node.DOCUMENT_FRAGMENT_NODE) {
614
+ var nodeChildElements = nodeChildNodes.filter(isElementNode);
615
+ if (nodeChildElements.length > 1 || find(nodeChildNodes, isTextNode)) {
616
+ throw new DOMException(HIERARCHY_REQUEST_ERR, "More than one element or text in fragment");
617
+ }
618
+ if (nodeChildElements.length === 1 && !isElementReplacementPossible(parent, child)) {
619
+ throw new DOMException(HIERARCHY_REQUEST_ERR, "Element in fragment can not be inserted before doctype");
620
+ }
621
+ }
622
+ if (isElementNode(node)) {
623
+ if (!isElementReplacementPossible(parent, child)) {
624
+ throw new DOMException(HIERARCHY_REQUEST_ERR, "Only one element can be added and only after doctype");
625
+ }
626
+ }
627
+ if (isDocTypeNode(node)) {
628
+ let hasDoctypeChildThatIsNotChild = function(node2) {
629
+ return isDocTypeNode(node2) && node2 !== child;
630
+ };
631
+ if (find(parentChildNodes, hasDoctypeChildThatIsNotChild)) {
632
+ throw new DOMException(HIERARCHY_REQUEST_ERR, "Only one doctype is allowed");
633
+ }
634
+ var parentElementChild = find(parentChildNodes, isElementNode);
635
+ if (child && parentChildNodes.indexOf(parentElementChild) < parentChildNodes.indexOf(child)) {
636
+ throw new DOMException(HIERARCHY_REQUEST_ERR, "Doctype can only be inserted before an element");
637
+ }
638
+ }
639
+ }
640
+ function _insertBefore(parent, node, child, _inDocumentAssertion) {
641
+ assertPreInsertionValidity1to5(parent, node, child);
642
+ if (parent.nodeType === Node.DOCUMENT_NODE) {
643
+ (_inDocumentAssertion || assertPreInsertionValidityInDocument)(parent, node, child);
644
+ }
645
+ var cp = node.parentNode;
646
+ if (cp) {
647
+ cp.removeChild(node);
648
+ }
649
+ if (node.nodeType === DOCUMENT_FRAGMENT_NODE) {
650
+ var newFirst = node.firstChild;
651
+ if (newFirst == null) {
652
+ return node;
653
+ }
654
+ var newLast = node.lastChild;
655
+ } else {
656
+ newFirst = newLast = node;
657
+ }
658
+ var pre = child ? child.previousSibling : parent.lastChild;
659
+ newFirst.previousSibling = pre;
660
+ newLast.nextSibling = child;
661
+ if (pre) {
662
+ pre.nextSibling = newFirst;
663
+ } else {
664
+ parent.firstChild = newFirst;
665
+ }
666
+ if (child == null) {
667
+ parent.lastChild = newLast;
668
+ } else {
669
+ child.previousSibling = newLast;
670
+ }
671
+ do {
672
+ newFirst.parentNode = parent;
673
+ } while (newFirst !== newLast && (newFirst = newFirst.nextSibling));
674
+ _onUpdateChild(parent.ownerDocument || parent, parent);
675
+ if (node.nodeType == DOCUMENT_FRAGMENT_NODE) {
676
+ node.firstChild = node.lastChild = null;
677
+ }
678
+ return node;
679
+ }
680
+ function _appendSingleChild(parentNode, newChild) {
681
+ if (newChild.parentNode) {
682
+ newChild.parentNode.removeChild(newChild);
683
+ }
684
+ newChild.parentNode = parentNode;
685
+ newChild.previousSibling = parentNode.lastChild;
686
+ newChild.nextSibling = null;
687
+ if (newChild.previousSibling) {
688
+ newChild.previousSibling.nextSibling = newChild;
689
+ } else {
690
+ parentNode.firstChild = newChild;
691
+ }
692
+ parentNode.lastChild = newChild;
693
+ _onUpdateChild(parentNode.ownerDocument, parentNode, newChild);
694
+ return newChild;
695
+ }
696
+ Document.prototype = {
697
+ //implementation : null,
698
+ nodeName: "#document",
699
+ nodeType: DOCUMENT_NODE,
700
+ /**
701
+ * The DocumentType node of the document.
702
+ *
703
+ * @readonly
704
+ * @type DocumentType
705
+ */
706
+ doctype: null,
707
+ documentElement: null,
708
+ _inc: 1,
709
+ insertBefore: function(newChild, refChild) {
710
+ if (newChild.nodeType == DOCUMENT_FRAGMENT_NODE) {
711
+ var child = newChild.firstChild;
712
+ while (child) {
713
+ var next = child.nextSibling;
714
+ this.insertBefore(child, refChild);
715
+ child = next;
716
+ }
717
+ return newChild;
718
+ }
719
+ _insertBefore(this, newChild, refChild);
720
+ newChild.ownerDocument = this;
721
+ if (this.documentElement === null && newChild.nodeType === ELEMENT_NODE) {
722
+ this.documentElement = newChild;
723
+ }
724
+ return newChild;
725
+ },
726
+ removeChild: function(oldChild) {
727
+ if (this.documentElement == oldChild) {
728
+ this.documentElement = null;
729
+ }
730
+ return _removeChild(this, oldChild);
731
+ },
732
+ replaceChild: function(newChild, oldChild) {
733
+ _insertBefore(this, newChild, oldChild, assertPreReplacementValidityInDocument);
734
+ newChild.ownerDocument = this;
735
+ if (oldChild) {
736
+ this.removeChild(oldChild);
737
+ }
738
+ if (isElementNode(newChild)) {
739
+ this.documentElement = newChild;
740
+ }
741
+ },
742
+ // Introduced in DOM Level 2:
743
+ importNode: function(importedNode, deep) {
744
+ return importNode(this, importedNode, deep);
745
+ },
746
+ // Introduced in DOM Level 2:
747
+ getElementById: function(id) {
748
+ var rtv = null;
749
+ _visitNode(this.documentElement, function(node) {
750
+ if (node.nodeType == ELEMENT_NODE) {
751
+ if (node.getAttribute("id") == id) {
752
+ rtv = node;
753
+ return true;
754
+ }
755
+ }
756
+ });
757
+ return rtv;
758
+ },
759
+ /**
760
+ * The `getElementsByClassName` method of `Document` interface returns an array-like object
761
+ * of all child elements which have **all** of the given class name(s).
762
+ *
763
+ * Returns an empty list if `classeNames` is an empty string or only contains HTML white space characters.
764
+ *
765
+ *
766
+ * Warning: This is a live LiveNodeList.
767
+ * Changes in the DOM will reflect in the array as the changes occur.
768
+ * If an element selected by this array no longer qualifies for the selector,
769
+ * it will automatically be removed. Be aware of this for iteration purposes.
770
+ *
771
+ * @param {string} classNames is a string representing the class name(s) to match; multiple class names are separated by (ASCII-)whitespace
772
+ *
773
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/Document/getElementsByClassName
774
+ * @see https://dom.spec.whatwg.org/#concept-getelementsbyclassname
775
+ */
776
+ getElementsByClassName: function(classNames) {
777
+ var classNamesSet = toOrderedSet(classNames);
778
+ return new LiveNodeList(this, function(base) {
779
+ var ls = [];
780
+ if (classNamesSet.length > 0) {
781
+ _visitNode(base.documentElement, function(node) {
782
+ if (node !== base && node.nodeType === ELEMENT_NODE) {
783
+ var nodeClassNames = node.getAttribute("class");
784
+ if (nodeClassNames) {
785
+ var matches = classNames === nodeClassNames;
786
+ if (!matches) {
787
+ var nodeClassNamesSet = toOrderedSet(nodeClassNames);
788
+ matches = classNamesSet.every(arrayIncludes(nodeClassNamesSet));
789
+ }
790
+ if (matches) {
791
+ ls.push(node);
792
+ }
793
+ }
794
+ }
795
+ });
796
+ }
797
+ return ls;
798
+ });
799
+ },
800
+ //document factory method:
801
+ createElement: function(tagName) {
802
+ var node = new Element();
803
+ node.ownerDocument = this;
804
+ node.nodeName = tagName;
805
+ node.tagName = tagName;
806
+ node.localName = tagName;
807
+ node.childNodes = new NodeList();
808
+ var attrs = node.attributes = new NamedNodeMap();
809
+ attrs._ownerElement = node;
810
+ return node;
811
+ },
812
+ createDocumentFragment: function() {
813
+ var node = new DocumentFragment();
814
+ node.ownerDocument = this;
815
+ node.childNodes = new NodeList();
816
+ return node;
817
+ },
818
+ createTextNode: function(data) {
819
+ var node = new Text();
820
+ node.ownerDocument = this;
821
+ node.appendData(data);
822
+ return node;
823
+ },
824
+ createComment: function(data) {
825
+ var node = new Comment();
826
+ node.ownerDocument = this;
827
+ node.appendData(data);
828
+ return node;
829
+ },
830
+ createCDATASection: function(data) {
831
+ var node = new CDATASection();
832
+ node.ownerDocument = this;
833
+ node.appendData(data);
834
+ return node;
835
+ },
836
+ createProcessingInstruction: function(target, data) {
837
+ var node = new ProcessingInstruction();
838
+ node.ownerDocument = this;
839
+ node.tagName = node.target = target;
840
+ node.nodeValue = node.data = data;
841
+ return node;
842
+ },
843
+ createAttribute: function(name) {
844
+ var node = new Attr();
845
+ node.ownerDocument = this;
846
+ node.name = name;
847
+ node.nodeName = name;
848
+ node.localName = name;
849
+ node.specified = true;
850
+ return node;
851
+ },
852
+ createEntityReference: function(name) {
853
+ var node = new EntityReference();
854
+ node.ownerDocument = this;
855
+ node.nodeName = name;
856
+ return node;
857
+ },
858
+ // Introduced in DOM Level 2:
859
+ createElementNS: function(namespaceURI, qualifiedName) {
860
+ var node = new Element();
861
+ var pl = qualifiedName.split(":");
862
+ var attrs = node.attributes = new NamedNodeMap();
863
+ node.childNodes = new NodeList();
864
+ node.ownerDocument = this;
865
+ node.nodeName = qualifiedName;
866
+ node.tagName = qualifiedName;
867
+ node.namespaceURI = namespaceURI;
868
+ if (pl.length == 2) {
869
+ node.prefix = pl[0];
870
+ node.localName = pl[1];
871
+ } else {
872
+ node.localName = qualifiedName;
873
+ }
874
+ attrs._ownerElement = node;
875
+ return node;
876
+ },
877
+ // Introduced in DOM Level 2:
878
+ createAttributeNS: function(namespaceURI, qualifiedName) {
879
+ var node = new Attr();
880
+ var pl = qualifiedName.split(":");
881
+ node.ownerDocument = this;
882
+ node.nodeName = qualifiedName;
883
+ node.name = qualifiedName;
884
+ node.namespaceURI = namespaceURI;
885
+ node.specified = true;
886
+ if (pl.length == 2) {
887
+ node.prefix = pl[0];
888
+ node.localName = pl[1];
889
+ } else {
890
+ node.localName = qualifiedName;
891
+ }
892
+ return node;
893
+ }
894
+ };
895
+ _extends(Document, Node);
896
+ function Element() {
897
+ this._nsMap = {};
898
+ }
899
+ Element.prototype = {
900
+ nodeType: ELEMENT_NODE,
901
+ hasAttribute: function(name) {
902
+ return this.getAttributeNode(name) != null;
903
+ },
904
+ getAttribute: function(name) {
905
+ var attr = this.getAttributeNode(name);
906
+ return attr && attr.value || "";
907
+ },
908
+ getAttributeNode: function(name) {
909
+ return this.attributes.getNamedItem(name);
910
+ },
911
+ setAttribute: function(name, value) {
912
+ var attr = this.ownerDocument.createAttribute(name);
913
+ attr.value = attr.nodeValue = "" + value;
914
+ this.setAttributeNode(attr);
915
+ },
916
+ removeAttribute: function(name) {
917
+ var attr = this.getAttributeNode(name);
918
+ attr && this.removeAttributeNode(attr);
919
+ },
920
+ //four real opeartion method
921
+ appendChild: function(newChild) {
922
+ if (newChild.nodeType === DOCUMENT_FRAGMENT_NODE) {
923
+ return this.insertBefore(newChild, null);
924
+ } else {
925
+ return _appendSingleChild(this, newChild);
926
+ }
927
+ },
928
+ setAttributeNode: function(newAttr) {
929
+ return this.attributes.setNamedItem(newAttr);
930
+ },
931
+ setAttributeNodeNS: function(newAttr) {
932
+ return this.attributes.setNamedItemNS(newAttr);
933
+ },
934
+ removeAttributeNode: function(oldAttr) {
935
+ return this.attributes.removeNamedItem(oldAttr.nodeName);
936
+ },
937
+ //get real attribute name,and remove it by removeAttributeNode
938
+ removeAttributeNS: function(namespaceURI, localName) {
939
+ var old = this.getAttributeNodeNS(namespaceURI, localName);
940
+ old && this.removeAttributeNode(old);
941
+ },
942
+ hasAttributeNS: function(namespaceURI, localName) {
943
+ return this.getAttributeNodeNS(namespaceURI, localName) != null;
944
+ },
945
+ getAttributeNS: function(namespaceURI, localName) {
946
+ var attr = this.getAttributeNodeNS(namespaceURI, localName);
947
+ return attr && attr.value || "";
948
+ },
949
+ setAttributeNS: function(namespaceURI, qualifiedName, value) {
950
+ var attr = this.ownerDocument.createAttributeNS(namespaceURI, qualifiedName);
951
+ attr.value = attr.nodeValue = "" + value;
952
+ this.setAttributeNode(attr);
953
+ },
954
+ getAttributeNodeNS: function(namespaceURI, localName) {
955
+ return this.attributes.getNamedItemNS(namespaceURI, localName);
956
+ },
957
+ getElementsByTagName: function(tagName) {
958
+ return new LiveNodeList(this, function(base) {
959
+ var ls = [];
960
+ _visitNode(base, function(node) {
961
+ if (node !== base && node.nodeType == ELEMENT_NODE && (tagName === "*" || node.tagName == tagName)) {
962
+ ls.push(node);
963
+ }
964
+ });
965
+ return ls;
966
+ });
967
+ },
968
+ getElementsByTagNameNS: function(namespaceURI, localName) {
969
+ return new LiveNodeList(this, function(base) {
970
+ var ls = [];
971
+ _visitNode(base, function(node) {
972
+ if (node !== base && node.nodeType === ELEMENT_NODE && (namespaceURI === "*" || node.namespaceURI === namespaceURI) && (localName === "*" || node.localName == localName)) {
973
+ ls.push(node);
974
+ }
975
+ });
976
+ return ls;
977
+ });
978
+ }
979
+ };
980
+ Document.prototype.getElementsByTagName = Element.prototype.getElementsByTagName;
981
+ Document.prototype.getElementsByTagNameNS = Element.prototype.getElementsByTagNameNS;
982
+ _extends(Element, Node);
983
+ function Attr() {
984
+ }
985
+ Attr.prototype.nodeType = ATTRIBUTE_NODE;
986
+ _extends(Attr, Node);
987
+ function CharacterData() {
988
+ }
989
+ CharacterData.prototype = {
990
+ data: "",
991
+ substringData: function(offset, count) {
992
+ return this.data.substring(offset, offset + count);
993
+ },
994
+ appendData: function(text) {
995
+ text = this.data + text;
996
+ this.nodeValue = this.data = text;
997
+ this.length = text.length;
998
+ },
999
+ insertData: function(offset, text) {
1000
+ this.replaceData(offset, 0, text);
1001
+ },
1002
+ appendChild: function(newChild) {
1003
+ throw new Error(ExceptionMessage[HIERARCHY_REQUEST_ERR]);
1004
+ },
1005
+ deleteData: function(offset, count) {
1006
+ this.replaceData(offset, count, "");
1007
+ },
1008
+ replaceData: function(offset, count, text) {
1009
+ var start = this.data.substring(0, offset);
1010
+ var end = this.data.substring(offset + count);
1011
+ text = start + text + end;
1012
+ this.nodeValue = this.data = text;
1013
+ this.length = text.length;
1014
+ }
1015
+ };
1016
+ _extends(CharacterData, Node);
1017
+ function Text() {
1018
+ }
1019
+ Text.prototype = {
1020
+ nodeName: "#text",
1021
+ nodeType: TEXT_NODE,
1022
+ splitText: function(offset) {
1023
+ var text = this.data;
1024
+ var newText = text.substring(offset);
1025
+ text = text.substring(0, offset);
1026
+ this.data = this.nodeValue = text;
1027
+ this.length = text.length;
1028
+ var newNode = this.ownerDocument.createTextNode(newText);
1029
+ if (this.parentNode) {
1030
+ this.parentNode.insertBefore(newNode, this.nextSibling);
1031
+ }
1032
+ return newNode;
1033
+ }
1034
+ };
1035
+ _extends(Text, CharacterData);
1036
+ function Comment() {
1037
+ }
1038
+ Comment.prototype = {
1039
+ nodeName: "#comment",
1040
+ nodeType: COMMENT_NODE
1041
+ };
1042
+ _extends(Comment, CharacterData);
1043
+ function CDATASection() {
1044
+ }
1045
+ CDATASection.prototype = {
1046
+ nodeName: "#cdata-section",
1047
+ nodeType: CDATA_SECTION_NODE
1048
+ };
1049
+ _extends(CDATASection, CharacterData);
1050
+ function DocumentType() {
1051
+ }
1052
+ DocumentType.prototype.nodeType = DOCUMENT_TYPE_NODE;
1053
+ _extends(DocumentType, Node);
1054
+ function Notation() {
1055
+ }
1056
+ Notation.prototype.nodeType = NOTATION_NODE;
1057
+ _extends(Notation, Node);
1058
+ function Entity() {
1059
+ }
1060
+ Entity.prototype.nodeType = ENTITY_NODE;
1061
+ _extends(Entity, Node);
1062
+ function EntityReference() {
1063
+ }
1064
+ EntityReference.prototype.nodeType = ENTITY_REFERENCE_NODE;
1065
+ _extends(EntityReference, Node);
1066
+ function DocumentFragment() {
1067
+ }
1068
+ DocumentFragment.prototype.nodeName = "#document-fragment";
1069
+ DocumentFragment.prototype.nodeType = DOCUMENT_FRAGMENT_NODE;
1070
+ _extends(DocumentFragment, Node);
1071
+ function ProcessingInstruction() {
1072
+ }
1073
+ ProcessingInstruction.prototype.nodeType = PROCESSING_INSTRUCTION_NODE;
1074
+ _extends(ProcessingInstruction, Node);
1075
+ function XMLSerializer() {
1076
+ }
1077
+ XMLSerializer.prototype.serializeToString = function(node, isHtml, nodeFilter) {
1078
+ return nodeSerializeToString.call(node, isHtml, nodeFilter);
1079
+ };
1080
+ Node.prototype.toString = nodeSerializeToString;
1081
+ function nodeSerializeToString(isHtml, nodeFilter) {
1082
+ var buf = [];
1083
+ var refNode = this.nodeType == 9 && this.documentElement || this;
1084
+ var prefix = refNode.prefix;
1085
+ var uri = refNode.namespaceURI;
1086
+ if (uri && prefix == null) {
1087
+ var prefix = refNode.lookupPrefix(uri);
1088
+ if (prefix == null) {
1089
+ var visibleNamespaces = [
1090
+ { namespace: uri, prefix: null }
1091
+ //{namespace:uri,prefix:''}
1092
+ ];
1093
+ }
1094
+ }
1095
+ serializeToString(this, buf, isHtml, nodeFilter, visibleNamespaces);
1096
+ return buf.join("");
1097
+ }
1098
+ function needNamespaceDefine(node, isHTML, visibleNamespaces) {
1099
+ var prefix = node.prefix || "";
1100
+ var uri = node.namespaceURI;
1101
+ if (!uri) {
1102
+ return false;
1103
+ }
1104
+ if (prefix === "xml" && uri === NAMESPACE.XML || uri === NAMESPACE.XMLNS) {
1105
+ return false;
1106
+ }
1107
+ var i = visibleNamespaces.length;
1108
+ while (i--) {
1109
+ var ns = visibleNamespaces[i];
1110
+ if (ns.prefix === prefix) {
1111
+ return ns.namespace !== uri;
1112
+ }
1113
+ }
1114
+ return true;
1115
+ }
1116
+ function addSerializedAttribute(buf, qualifiedName, value) {
1117
+ buf.push(" ", qualifiedName, '="', value.replace(/[<>&"\t\n\r]/g, _xmlEncoder), '"');
1118
+ }
1119
+ function serializeToString(node, buf, isHTML, nodeFilter, visibleNamespaces) {
1120
+ if (!visibleNamespaces) {
1121
+ visibleNamespaces = [];
1122
+ }
1123
+ if (nodeFilter) {
1124
+ node = nodeFilter(node);
1125
+ if (node) {
1126
+ if (typeof node == "string") {
1127
+ buf.push(node);
1128
+ return;
1129
+ }
1130
+ } else {
1131
+ return;
1132
+ }
1133
+ }
1134
+ switch (node.nodeType) {
1135
+ case ELEMENT_NODE:
1136
+ var attrs = node.attributes;
1137
+ var len = attrs.length;
1138
+ var child = node.firstChild;
1139
+ var nodeName = node.tagName;
1140
+ isHTML = NAMESPACE.isHTML(node.namespaceURI) || isHTML;
1141
+ var prefixedNodeName = nodeName;
1142
+ if (!isHTML && !node.prefix && node.namespaceURI) {
1143
+ var defaultNS;
1144
+ for (var ai = 0; ai < attrs.length; ai++) {
1145
+ if (attrs.item(ai).name === "xmlns") {
1146
+ defaultNS = attrs.item(ai).value;
1147
+ break;
1148
+ }
1149
+ }
1150
+ if (!defaultNS) {
1151
+ for (var nsi = visibleNamespaces.length - 1; nsi >= 0; nsi--) {
1152
+ var namespace = visibleNamespaces[nsi];
1153
+ if (namespace.prefix === "" && namespace.namespace === node.namespaceURI) {
1154
+ defaultNS = namespace.namespace;
1155
+ break;
1156
+ }
1157
+ }
1158
+ }
1159
+ if (defaultNS !== node.namespaceURI) {
1160
+ for (var nsi = visibleNamespaces.length - 1; nsi >= 0; nsi--) {
1161
+ var namespace = visibleNamespaces[nsi];
1162
+ if (namespace.namespace === node.namespaceURI) {
1163
+ if (namespace.prefix) {
1164
+ prefixedNodeName = namespace.prefix + ":" + nodeName;
1165
+ }
1166
+ break;
1167
+ }
1168
+ }
1169
+ }
1170
+ }
1171
+ buf.push("<", prefixedNodeName);
1172
+ for (var i = 0; i < len; i++) {
1173
+ var attr = attrs.item(i);
1174
+ if (attr.prefix == "xmlns") {
1175
+ visibleNamespaces.push({ prefix: attr.localName, namespace: attr.value });
1176
+ } else if (attr.nodeName == "xmlns") {
1177
+ visibleNamespaces.push({ prefix: "", namespace: attr.value });
1178
+ }
1179
+ }
1180
+ for (var i = 0; i < len; i++) {
1181
+ var attr = attrs.item(i);
1182
+ if (needNamespaceDefine(attr, isHTML, visibleNamespaces)) {
1183
+ var prefix = attr.prefix || "";
1184
+ var uri = attr.namespaceURI;
1185
+ addSerializedAttribute(buf, prefix ? "xmlns:" + prefix : "xmlns", uri);
1186
+ visibleNamespaces.push({ prefix, namespace: uri });
1187
+ }
1188
+ serializeToString(attr, buf, isHTML, nodeFilter, visibleNamespaces);
1189
+ }
1190
+ if (nodeName === prefixedNodeName && needNamespaceDefine(node, isHTML, visibleNamespaces)) {
1191
+ var prefix = node.prefix || "";
1192
+ var uri = node.namespaceURI;
1193
+ addSerializedAttribute(buf, prefix ? "xmlns:" + prefix : "xmlns", uri);
1194
+ visibleNamespaces.push({ prefix, namespace: uri });
1195
+ }
1196
+ if (child || isHTML && !/^(?:meta|link|img|br|hr|input)$/i.test(nodeName)) {
1197
+ buf.push(">");
1198
+ if (isHTML && /^script$/i.test(nodeName)) {
1199
+ while (child) {
1200
+ if (child.data) {
1201
+ buf.push(child.data);
1202
+ } else {
1203
+ serializeToString(child, buf, isHTML, nodeFilter, visibleNamespaces.slice());
1204
+ }
1205
+ child = child.nextSibling;
1206
+ }
1207
+ } else {
1208
+ while (child) {
1209
+ serializeToString(child, buf, isHTML, nodeFilter, visibleNamespaces.slice());
1210
+ child = child.nextSibling;
1211
+ }
1212
+ }
1213
+ buf.push("</", prefixedNodeName, ">");
1214
+ } else {
1215
+ buf.push("/>");
1216
+ }
1217
+ return;
1218
+ case DOCUMENT_NODE:
1219
+ case DOCUMENT_FRAGMENT_NODE:
1220
+ var child = node.firstChild;
1221
+ while (child) {
1222
+ serializeToString(child, buf, isHTML, nodeFilter, visibleNamespaces.slice());
1223
+ child = child.nextSibling;
1224
+ }
1225
+ return;
1226
+ case ATTRIBUTE_NODE:
1227
+ return addSerializedAttribute(buf, node.name, node.value);
1228
+ case TEXT_NODE:
1229
+ return buf.push(
1230
+ node.data.replace(/[<&>]/g, _xmlEncoder)
1231
+ );
1232
+ case CDATA_SECTION_NODE:
1233
+ return buf.push("<![CDATA[", node.data, "]]>");
1234
+ case COMMENT_NODE:
1235
+ return buf.push("<!--", node.data, "-->");
1236
+ case DOCUMENT_TYPE_NODE:
1237
+ var pubid = node.publicId;
1238
+ var sysid = node.systemId;
1239
+ buf.push("<!DOCTYPE ", node.name);
1240
+ if (pubid) {
1241
+ buf.push(" PUBLIC ", pubid);
1242
+ if (sysid && sysid != ".") {
1243
+ buf.push(" ", sysid);
1244
+ }
1245
+ buf.push(">");
1246
+ } else if (sysid && sysid != ".") {
1247
+ buf.push(" SYSTEM ", sysid, ">");
1248
+ } else {
1249
+ var sub = node.internalSubset;
1250
+ if (sub) {
1251
+ buf.push(" [", sub, "]");
1252
+ }
1253
+ buf.push(">");
1254
+ }
1255
+ return;
1256
+ case PROCESSING_INSTRUCTION_NODE:
1257
+ return buf.push("<?", node.target, " ", node.data, "?>");
1258
+ case ENTITY_REFERENCE_NODE:
1259
+ return buf.push("&", node.nodeName, ";");
1260
+ default:
1261
+ buf.push("??", node.nodeName);
1262
+ }
1263
+ }
1264
+ function importNode(doc, node, deep) {
1265
+ var node2;
1266
+ switch (node.nodeType) {
1267
+ case ELEMENT_NODE:
1268
+ node2 = node.cloneNode(false);
1269
+ node2.ownerDocument = doc;
1270
+ case DOCUMENT_FRAGMENT_NODE:
1271
+ break;
1272
+ case ATTRIBUTE_NODE:
1273
+ deep = true;
1274
+ break;
1275
+ }
1276
+ if (!node2) {
1277
+ node2 = node.cloneNode(false);
1278
+ }
1279
+ node2.ownerDocument = doc;
1280
+ node2.parentNode = null;
1281
+ if (deep) {
1282
+ var child = node.firstChild;
1283
+ while (child) {
1284
+ node2.appendChild(importNode(doc, child, deep));
1285
+ child = child.nextSibling;
1286
+ }
1287
+ }
1288
+ return node2;
1289
+ }
1290
+ function cloneNode(doc, node, deep) {
1291
+ var node2 = new node.constructor();
1292
+ for (var n in node) {
1293
+ if (Object.prototype.hasOwnProperty.call(node, n)) {
1294
+ var v = node[n];
1295
+ if (typeof v != "object") {
1296
+ if (v != node2[n]) {
1297
+ node2[n] = v;
1298
+ }
1299
+ }
1300
+ }
1301
+ }
1302
+ if (node.childNodes) {
1303
+ node2.childNodes = new NodeList();
1304
+ }
1305
+ node2.ownerDocument = doc;
1306
+ switch (node2.nodeType) {
1307
+ case ELEMENT_NODE:
1308
+ var attrs = node.attributes;
1309
+ var attrs2 = node2.attributes = new NamedNodeMap();
1310
+ var len = attrs.length;
1311
+ attrs2._ownerElement = node2;
1312
+ for (var i = 0; i < len; i++) {
1313
+ node2.setAttributeNode(cloneNode(doc, attrs.item(i), true));
1314
+ }
1315
+ break;
1316
+ case ATTRIBUTE_NODE:
1317
+ deep = true;
1318
+ }
1319
+ if (deep) {
1320
+ var child = node.firstChild;
1321
+ while (child) {
1322
+ node2.appendChild(cloneNode(doc, child, deep));
1323
+ child = child.nextSibling;
1324
+ }
1325
+ }
1326
+ return node2;
1327
+ }
1328
+ function __set__(object, key, value) {
1329
+ object[key] = value;
1330
+ }
1331
+ try {
1332
+ if (Object.defineProperty) {
1333
+ let getTextContent = function(node) {
1334
+ switch (node.nodeType) {
1335
+ case ELEMENT_NODE:
1336
+ case DOCUMENT_FRAGMENT_NODE:
1337
+ var buf = [];
1338
+ node = node.firstChild;
1339
+ while (node) {
1340
+ if (node.nodeType !== 7 && node.nodeType !== 8) {
1341
+ buf.push(getTextContent(node));
1342
+ }
1343
+ node = node.nextSibling;
1344
+ }
1345
+ return buf.join("");
1346
+ default:
1347
+ return node.nodeValue;
1348
+ }
1349
+ };
1350
+ Object.defineProperty(LiveNodeList.prototype, "length", {
1351
+ get: function() {
1352
+ _updateLiveList(this);
1353
+ return this.$$length;
1354
+ }
1355
+ });
1356
+ Object.defineProperty(Node.prototype, "textContent", {
1357
+ get: function() {
1358
+ return getTextContent(this);
1359
+ },
1360
+ set: function(data) {
1361
+ switch (this.nodeType) {
1362
+ case ELEMENT_NODE:
1363
+ case DOCUMENT_FRAGMENT_NODE:
1364
+ while (this.firstChild) {
1365
+ this.removeChild(this.firstChild);
1366
+ }
1367
+ if (data || String(data)) {
1368
+ this.appendChild(this.ownerDocument.createTextNode(data));
1369
+ }
1370
+ break;
1371
+ default:
1372
+ this.data = data;
1373
+ this.value = data;
1374
+ this.nodeValue = data;
1375
+ }
1376
+ }
1377
+ });
1378
+ __set__ = function(object, key, value) {
1379
+ object["$$" + key] = value;
1380
+ };
1381
+ }
1382
+ } catch (e) {
1383
+ }
1384
+ dom.DocumentType = DocumentType;
1385
+ dom.DOMException = DOMException;
1386
+ dom.DOMImplementation = DOMImplementation;
1387
+ dom.Element = Element;
1388
+ dom.Node = Node;
1389
+ dom.NodeList = NodeList;
1390
+ dom.XMLSerializer = XMLSerializer;
1391
+ return dom;
1392
+ }
1393
+ export {
1394
+ requireDom as __require
1395
+ };
1396
+ //# sourceMappingURL=dom.js.map