@okta/okta-auth-js 7.14.0 → 8.0.0

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 (4323) hide show
  1. package/CHANGELOG.md +34 -1
  2. package/README.md +13 -0
  3. package/cjs/authn/AuthnTransactionImpl.js.map +1 -1
  4. package/cjs/authn/api.js.map +1 -1
  5. package/cjs/authn/factory.js.map +1 -1
  6. package/cjs/authn/index.js.map +1 -1
  7. package/cjs/authn/mixin.js.map +1 -1
  8. package/cjs/authn/types.js.map +1 -1
  9. package/cjs/authn/util/flattenEmbedded.js.map +1 -1
  10. package/cjs/authn/util/link2fn.js +2 -0
  11. package/cjs/authn/util/link2fn.js.map +1 -1
  12. package/cjs/authn/util/links2fns.js.map +1 -1
  13. package/cjs/authn/util/poll.js +0 -1
  14. package/cjs/authn/util/poll.js.map +1 -1
  15. package/cjs/authn/util/stateToken.js.map +1 -1
  16. package/cjs/base/factory.js +3 -5
  17. package/cjs/base/factory.js.map +1 -1
  18. package/cjs/base/index.js.map +1 -1
  19. package/cjs/base/options.js.map +1 -1
  20. package/cjs/base/types.js.map +1 -1
  21. package/cjs/browser/browserStorage.js +1 -3
  22. package/cjs/browser/browserStorage.js.map +1 -1
  23. package/cjs/browser/fingerprint.js.map +1 -1
  24. package/cjs/clock.js +2 -1
  25. package/cjs/clock.js.map +1 -1
  26. package/cjs/constants.js +20 -40
  27. package/cjs/constants.js.map +1 -1
  28. package/cjs/core/AuthStateManager.js +73 -13
  29. package/cjs/core/AuthStateManager.js.map +1 -1
  30. package/cjs/core/ServiceManager/browser.js +8 -11
  31. package/cjs/core/ServiceManager/browser.js.map +1 -1
  32. package/cjs/core/ServiceManager/index.js.map +1 -1
  33. package/cjs/core/ServiceManager/node.js.map +1 -1
  34. package/cjs/core/factory.js.map +1 -1
  35. package/cjs/core/index.js.map +1 -1
  36. package/cjs/core/mixin.js.map +1 -1
  37. package/cjs/core/options.js.map +1 -1
  38. package/cjs/core/storage.js.map +1 -1
  39. package/cjs/core/types/AuthState.js.map +1 -1
  40. package/cjs/core/types/Service.js.map +1 -1
  41. package/cjs/core/types/api.js.map +1 -1
  42. package/cjs/core/types/index.js.map +1 -1
  43. package/cjs/crypto/base64.js +4 -5
  44. package/cjs/crypto/base64.js.map +1 -1
  45. package/cjs/crypto/index.js +0 -11
  46. package/cjs/crypto/index.js.map +1 -1
  47. package/cjs/crypto/oidcHash.js +1 -2
  48. package/cjs/crypto/oidcHash.js.map +1 -1
  49. package/cjs/crypto/types.js.map +1 -1
  50. package/cjs/crypto/verifyToken.js +2 -9
  51. package/cjs/crypto/verifyToken.js.map +1 -1
  52. package/cjs/errors/AuthApiError.js.map +1 -1
  53. package/cjs/errors/AuthPollStopError.js.map +1 -1
  54. package/cjs/errors/AuthSdkError.js.map +1 -1
  55. package/cjs/errors/CustomError.js.map +1 -1
  56. package/cjs/errors/OAuthError.js +1 -2
  57. package/cjs/errors/OAuthError.js.map +1 -1
  58. package/cjs/errors/WWWAuthError.js +3 -4
  59. package/cjs/errors/WWWAuthError.js.map +1 -1
  60. package/cjs/errors/index.js.map +1 -1
  61. package/cjs/errors/types.js.map +1 -1
  62. package/cjs/exports/authn.js +3 -2
  63. package/cjs/exports/authn.js.map +1 -1
  64. package/cjs/exports/cdn/authn.js +1 -2
  65. package/cjs/exports/cdn/authn.js.map +1 -1
  66. package/cjs/exports/cdn/core.js +1 -2
  67. package/cjs/exports/cdn/core.js.map +1 -1
  68. package/cjs/exports/cdn/default.js +1 -2
  69. package/cjs/exports/cdn/default.js.map +1 -1
  70. package/cjs/exports/cdn/idx.js +1 -2
  71. package/cjs/exports/cdn/idx.js.map +1 -1
  72. package/cjs/exports/cdn/myaccount.js +1 -2
  73. package/cjs/exports/cdn/myaccount.js.map +1 -1
  74. package/cjs/exports/common.js +1 -2
  75. package/cjs/exports/common.js.map +1 -1
  76. package/cjs/exports/core.js +3 -2
  77. package/cjs/exports/core.js.map +1 -1
  78. package/cjs/exports/default.js +3 -2
  79. package/cjs/exports/default.js.map +1 -1
  80. package/cjs/exports/idx.js +1 -2
  81. package/cjs/exports/idx.js.map +1 -1
  82. package/cjs/exports/myaccount.js +3 -2
  83. package/cjs/exports/myaccount.js.map +1 -1
  84. package/cjs/features.js +1 -2
  85. package/cjs/features.js.map +1 -1
  86. package/cjs/fetch/fetchRequest.js +2 -5
  87. package/cjs/fetch/fetchRequest.js.map +1 -1
  88. package/cjs/http/OktaUserAgent.js +2 -2
  89. package/cjs/http/OktaUserAgent.js.map +1 -1
  90. package/cjs/http/headers.js.map +1 -1
  91. package/cjs/http/index.js.map +1 -1
  92. package/cjs/http/mixin.js.map +1 -1
  93. package/cjs/http/options.js.map +1 -1
  94. package/cjs/http/request.js +0 -1
  95. package/cjs/http/request.js.map +1 -1
  96. package/cjs/http/types.js.map +1 -1
  97. package/cjs/idx/IdxTransactionManager.js.map +1 -1
  98. package/cjs/idx/authenticate.js.map +1 -1
  99. package/cjs/idx/authenticator/Authenticator.js.map +1 -1
  100. package/cjs/idx/authenticator/OktaPassword.js.map +1 -1
  101. package/cjs/idx/authenticator/OktaVerifyTotp.js.map +1 -1
  102. package/cjs/idx/authenticator/SecurityQuestionEnrollment.js.map +1 -1
  103. package/cjs/idx/authenticator/SecurityQuestionVerification.js.map +1 -1
  104. package/cjs/idx/authenticator/VerificationCodeAuthenticator.js.map +1 -1
  105. package/cjs/idx/authenticator/WebauthnEnrollment.js.map +1 -1
  106. package/cjs/idx/authenticator/WebauthnVerification.js.map +1 -1
  107. package/cjs/idx/authenticator/getAuthenticator.js.map +1 -1
  108. package/cjs/idx/authenticator/index.js.map +1 -1
  109. package/cjs/idx/authenticator/util.js.map +1 -1
  110. package/cjs/idx/cancel.js.map +1 -1
  111. package/cjs/idx/emailVerify.js.map +1 -1
  112. package/cjs/idx/factory/MinimalOktaAuthIdx.js.map +1 -1
  113. package/cjs/idx/factory/OktaAuthIdx.js.map +1 -1
  114. package/cjs/idx/factory/api.js +1 -2
  115. package/cjs/idx/factory/api.js.map +1 -1
  116. package/cjs/idx/factory/index.js.map +1 -1
  117. package/cjs/idx/factory/minimalApi.js.map +1 -1
  118. package/cjs/idx/flow/AccountUnlockFlow.js +1 -2
  119. package/cjs/idx/flow/AccountUnlockFlow.js.map +1 -1
  120. package/cjs/idx/flow/AuthenticationFlow.js +1 -2
  121. package/cjs/idx/flow/AuthenticationFlow.js.map +1 -1
  122. package/cjs/idx/flow/FlowSpecification.js.map +1 -1
  123. package/cjs/idx/flow/PasswordRecoveryFlow.js +1 -2
  124. package/cjs/idx/flow/PasswordRecoveryFlow.js.map +1 -1
  125. package/cjs/idx/flow/RegistrationFlow.js +1 -2
  126. package/cjs/idx/flow/RegistrationFlow.js.map +1 -1
  127. package/cjs/idx/flow/RemediationFlow.js.map +1 -1
  128. package/cjs/idx/flow/index.js.map +1 -1
  129. package/cjs/idx/handleInteractionCodeRedirect.js.map +1 -1
  130. package/cjs/idx/idxState/index.js +1 -3
  131. package/cjs/idx/idxState/index.js.map +1 -1
  132. package/cjs/idx/idxState/v1/actionParser.js +1 -2
  133. package/cjs/idx/idxState/v1/actionParser.js.map +1 -1
  134. package/cjs/idx/idxState/v1/generateIdxAction.js +3 -2
  135. package/cjs/idx/idxState/v1/generateIdxAction.js.map +1 -1
  136. package/cjs/idx/idxState/v1/idxResponseParser.js +2 -5
  137. package/cjs/idx/idxState/v1/idxResponseParser.js.map +1 -1
  138. package/cjs/idx/idxState/v1/makeIdxState.js.map +1 -1
  139. package/cjs/idx/idxState/v1/parsers.js +2 -2
  140. package/cjs/idx/idxState/v1/parsers.js.map +1 -1
  141. package/cjs/idx/idxState/v1/remediationParser.js +1 -2
  142. package/cjs/idx/idxState/v1/remediationParser.js.map +1 -1
  143. package/cjs/idx/index.js.map +1 -1
  144. package/cjs/idx/interact.js +2 -0
  145. package/cjs/idx/interact.js.map +1 -1
  146. package/cjs/idx/introspect.js.map +1 -1
  147. package/cjs/idx/mixin.js +4 -6
  148. package/cjs/idx/mixin.js.map +1 -1
  149. package/cjs/idx/mixinMinimal.js +4 -6
  150. package/cjs/idx/mixinMinimal.js.map +1 -1
  151. package/cjs/idx/options.js.map +1 -1
  152. package/cjs/idx/poll.js.map +1 -1
  153. package/cjs/idx/proceed.js.map +1 -1
  154. package/cjs/idx/recoverPassword.js.map +1 -1
  155. package/cjs/idx/register.js.map +1 -1
  156. package/cjs/idx/remediate.js +77 -25
  157. package/cjs/idx/remediate.js.map +1 -1
  158. package/cjs/idx/remediators/AuthenticatorEnrollmentData.js +1 -3
  159. package/cjs/idx/remediators/AuthenticatorEnrollmentData.js.map +1 -1
  160. package/cjs/idx/remediators/AuthenticatorVerificationData.js +1 -3
  161. package/cjs/idx/remediators/AuthenticatorVerificationData.js.map +1 -1
  162. package/cjs/idx/remediators/Base/AuthenticatorData.js.map +1 -1
  163. package/cjs/idx/remediators/Base/Remediator.js +2 -2
  164. package/cjs/idx/remediators/Base/Remediator.js.map +1 -1
  165. package/cjs/idx/remediators/Base/SelectAuthenticator.js.map +1 -1
  166. package/cjs/idx/remediators/Base/VerifyAuthenticator.js.map +1 -1
  167. package/cjs/idx/remediators/ChallengeAuthenticator.js +3 -4
  168. package/cjs/idx/remediators/ChallengeAuthenticator.js.map +1 -1
  169. package/cjs/idx/remediators/ChallengePoll.js +1 -3
  170. package/cjs/idx/remediators/ChallengePoll.js.map +1 -1
  171. package/cjs/idx/remediators/EnrollAuthenticator.js +3 -4
  172. package/cjs/idx/remediators/EnrollAuthenticator.js.map +1 -1
  173. package/cjs/idx/remediators/EnrollPoll.js +1 -3
  174. package/cjs/idx/remediators/EnrollPoll.js.map +1 -1
  175. package/cjs/idx/remediators/EnrollProfile.js +2 -4
  176. package/cjs/idx/remediators/EnrollProfile.js.map +1 -1
  177. package/cjs/idx/remediators/EnrollmentChannelData.js +1 -3
  178. package/cjs/idx/remediators/EnrollmentChannelData.js.map +1 -1
  179. package/cjs/idx/remediators/GenericRemediator/GenericRemediator.js.map +1 -1
  180. package/cjs/idx/remediators/GenericRemediator/index.js.map +1 -1
  181. package/cjs/idx/remediators/GenericRemediator/util.js.map +1 -1
  182. package/cjs/idx/remediators/Identify.js +4 -9
  183. package/cjs/idx/remediators/Identify.js.map +1 -1
  184. package/cjs/idx/remediators/ReEnrollAuthenticator.js +1 -3
  185. package/cjs/idx/remediators/ReEnrollAuthenticator.js.map +1 -1
  186. package/cjs/idx/remediators/ReEnrollAuthenticatorWarning.js +3 -4
  187. package/cjs/idx/remediators/ReEnrollAuthenticatorWarning.js.map +1 -1
  188. package/cjs/idx/remediators/RedirectIdp.js +1 -3
  189. package/cjs/idx/remediators/RedirectIdp.js.map +1 -1
  190. package/cjs/idx/remediators/ResetAuthenticator.js +3 -4
  191. package/cjs/idx/remediators/ResetAuthenticator.js.map +1 -1
  192. package/cjs/idx/remediators/SelectAuthenticatorAuthenticate.js +1 -3
  193. package/cjs/idx/remediators/SelectAuthenticatorAuthenticate.js.map +1 -1
  194. package/cjs/idx/remediators/SelectAuthenticatorEnroll.js +3 -4
  195. package/cjs/idx/remediators/SelectAuthenticatorEnroll.js.map +1 -1
  196. package/cjs/idx/remediators/SelectAuthenticatorUnlockAccount.js +4 -9
  197. package/cjs/idx/remediators/SelectAuthenticatorUnlockAccount.js.map +1 -1
  198. package/cjs/idx/remediators/SelectEnrollProfile.js +3 -3
  199. package/cjs/idx/remediators/SelectEnrollProfile.js.map +1 -1
  200. package/cjs/idx/remediators/SelectEnrollmentChannel.js +1 -3
  201. package/cjs/idx/remediators/SelectEnrollmentChannel.js.map +1 -1
  202. package/cjs/idx/remediators/Skip.js +1 -3
  203. package/cjs/idx/remediators/Skip.js.map +1 -1
  204. package/cjs/idx/remediators/index.js.map +1 -1
  205. package/cjs/idx/remediators/util.js.map +1 -1
  206. package/cjs/idx/run.js +5 -3
  207. package/cjs/idx/run.js.map +1 -1
  208. package/cjs/idx/startTransaction.js +6 -0
  209. package/cjs/idx/startTransaction.js.map +1 -1
  210. package/cjs/idx/storage.js.map +1 -1
  211. package/cjs/idx/transactionMeta.js.map +1 -1
  212. package/cjs/idx/types/FlowIdentifier.js.map +1 -1
  213. package/cjs/idx/types/FlowSpecification.js.map +1 -1
  214. package/cjs/idx/types/api.js +10 -12
  215. package/cjs/idx/types/api.js.map +1 -1
  216. package/cjs/idx/types/idx-js.js.map +1 -1
  217. package/cjs/idx/types/index.js.map +1 -1
  218. package/cjs/idx/types/meta.js.map +1 -1
  219. package/cjs/idx/types/options.js.map +1 -1
  220. package/cjs/idx/types/storage.js.map +1 -1
  221. package/cjs/idx/unlockAccount.js.map +1 -1
  222. package/cjs/idx/util.js +0 -1
  223. package/cjs/idx/util.js.map +1 -1
  224. package/cjs/idx/webauthn.js.map +1 -1
  225. package/cjs/myaccount/api.js.map +1 -1
  226. package/cjs/myaccount/emailApi.js.map +1 -1
  227. package/cjs/myaccount/factory.js.map +1 -1
  228. package/cjs/myaccount/index.js.map +1 -1
  229. package/cjs/myaccount/mixin.js +1 -2
  230. package/cjs/myaccount/mixin.js.map +1 -1
  231. package/cjs/myaccount/passwordApi.js.map +1 -1
  232. package/cjs/myaccount/phoneApi.js.map +1 -1
  233. package/cjs/myaccount/profileApi.js.map +1 -1
  234. package/cjs/myaccount/request.js.map +1 -1
  235. package/cjs/myaccount/transactions/Base.js.map +1 -1
  236. package/cjs/myaccount/transactions/EmailChallengeTransaction.js.map +1 -1
  237. package/cjs/myaccount/transactions/EmailStatusTransaction.js.map +1 -1
  238. package/cjs/myaccount/transactions/EmailTransaction.js.map +1 -1
  239. package/cjs/myaccount/transactions/PasswordTransaction.js.map +1 -1
  240. package/cjs/myaccount/transactions/PhoneTransaction.js.map +1 -1
  241. package/cjs/myaccount/transactions/ProfileSchemaTransaction.js.map +1 -1
  242. package/cjs/myaccount/transactions/ProfileTransaction.js.map +1 -1
  243. package/cjs/myaccount/transactions/index.js.map +1 -1
  244. package/cjs/myaccount/types.js +9 -12
  245. package/cjs/myaccount/types.js.map +1 -1
  246. package/cjs/oidc/TokenManager.js +1 -1
  247. package/cjs/oidc/TokenManager.js.map +1 -1
  248. package/cjs/oidc/TransactionManager.js.map +1 -1
  249. package/cjs/oidc/decodeToken.js.map +1 -1
  250. package/cjs/oidc/dpop.js +6 -6
  251. package/cjs/oidc/dpop.js.map +1 -1
  252. package/cjs/oidc/endpoints/authorize.js.map +1 -1
  253. package/cjs/oidc/endpoints/index.js.map +1 -1
  254. package/cjs/oidc/endpoints/token.js +0 -1
  255. package/cjs/oidc/endpoints/token.js.map +1 -1
  256. package/cjs/oidc/endpoints/well-known.js.map +1 -1
  257. package/cjs/oidc/enrollAuthenticator.js.map +1 -1
  258. package/cjs/oidc/exchangeCodeForTokens.js.map +1 -1
  259. package/cjs/oidc/factory/OktaAuthOAuth.js.map +1 -1
  260. package/cjs/oidc/factory/api.js.map +1 -1
  261. package/cjs/oidc/factory/baseApi.js.map +1 -1
  262. package/cjs/oidc/factory/index.js.map +1 -1
  263. package/cjs/oidc/getToken.js.map +1 -1
  264. package/cjs/oidc/getUserInfo.js +0 -1
  265. package/cjs/oidc/getUserInfo.js.map +1 -1
  266. package/cjs/oidc/getWithPopup.js.map +1 -1
  267. package/cjs/oidc/getWithRedirect.js.map +1 -1
  268. package/cjs/oidc/getWithoutPrompt.js.map +1 -1
  269. package/cjs/oidc/handleOAuthResponse.js +6 -2
  270. package/cjs/oidc/handleOAuthResponse.js.map +1 -1
  271. package/cjs/oidc/index.js.map +1 -1
  272. package/cjs/oidc/introspect.js +1 -2
  273. package/cjs/oidc/introspect.js.map +1 -1
  274. package/cjs/oidc/mixin/browser.js.map +1 -1
  275. package/cjs/oidc/mixin/index.js +4 -6
  276. package/cjs/oidc/mixin/index.js.map +1 -1
  277. package/cjs/oidc/mixin/minimal.js.map +1 -1
  278. package/cjs/oidc/mixin/node.js.map +1 -1
  279. package/cjs/oidc/options/OAuthOptionsConstructor.js +4 -1
  280. package/cjs/oidc/options/OAuthOptionsConstructor.js.map +1 -1
  281. package/cjs/oidc/options/browser.js +1 -2
  282. package/cjs/oidc/options/browser.js.map +1 -1
  283. package/cjs/oidc/options/index.js.map +1 -1
  284. package/cjs/oidc/options/node.js +1 -2
  285. package/cjs/oidc/options/node.js.map +1 -1
  286. package/cjs/oidc/parseFromUrl.js.map +1 -1
  287. package/cjs/oidc/renewToken.js.map +1 -1
  288. package/cjs/oidc/renewTokens.js.map +1 -1
  289. package/cjs/oidc/renewTokensWithRefresh.js.map +1 -1
  290. package/cjs/oidc/revokeToken.js +1 -2
  291. package/cjs/oidc/revokeToken.js.map +1 -1
  292. package/cjs/oidc/storage.js.map +1 -1
  293. package/cjs/oidc/types/JWT.js.map +1 -1
  294. package/cjs/oidc/types/Token.js +4 -4
  295. package/cjs/oidc/types/Token.js.map +1 -1
  296. package/cjs/oidc/types/TokenManager.js +8 -12
  297. package/cjs/oidc/types/TokenManager.js.map +1 -1
  298. package/cjs/oidc/types/Transaction.js.map +1 -1
  299. package/cjs/oidc/types/TransactionManager.js.map +1 -1
  300. package/cjs/oidc/types/UserClaims.js.map +1 -1
  301. package/cjs/oidc/types/api.js.map +1 -1
  302. package/cjs/oidc/types/endpoints.js.map +1 -1
  303. package/cjs/oidc/types/index.js.map +1 -1
  304. package/cjs/oidc/types/meta.js.map +1 -1
  305. package/cjs/oidc/types/options.js.map +1 -1
  306. package/cjs/oidc/types/proto.js.map +1 -1
  307. package/cjs/oidc/types/storage.js.map +1 -1
  308. package/cjs/oidc/util/browser.js.map +1 -1
  309. package/cjs/oidc/util/defaultEnrollAuthenticatorParams.js.map +1 -1
  310. package/cjs/oidc/util/defaultTokenParams.js.map +1 -1
  311. package/cjs/oidc/util/enrollAuthenticatorMeta.js.map +1 -1
  312. package/cjs/oidc/util/errors.js.map +1 -1
  313. package/cjs/oidc/util/index.js.map +1 -1
  314. package/cjs/oidc/util/loginRedirect.js +4 -4
  315. package/cjs/oidc/util/loginRedirect.js.map +1 -1
  316. package/cjs/oidc/util/oauth.js.map +1 -1
  317. package/cjs/oidc/util/oauthMeta.js.map +1 -1
  318. package/cjs/oidc/util/pkce.js +3 -4
  319. package/cjs/oidc/util/pkce.js.map +1 -1
  320. package/cjs/oidc/util/prepareEnrollAuthenticatorParams.js.map +1 -1
  321. package/cjs/oidc/util/prepareTokenParams.js.map +1 -1
  322. package/cjs/oidc/util/refreshToken.js.map +1 -1
  323. package/cjs/oidc/util/sharedStorage.js.map +1 -1
  324. package/cjs/oidc/util/urlParams.js.map +1 -1
  325. package/cjs/oidc/util/validateClaims.js.map +1 -1
  326. package/cjs/oidc/util/validateToken.js.map +1 -1
  327. package/cjs/oidc/verifyToken.js +1 -2
  328. package/cjs/oidc/verifyToken.js.map +1 -1
  329. package/cjs/server/serverStorage.js +1 -2
  330. package/cjs/server/serverStorage.js.map +1 -1
  331. package/cjs/services/AutoRenewService.js +1 -3
  332. package/cjs/services/AutoRenewService.js.map +1 -1
  333. package/cjs/services/LeaderElectionService.js +1 -3
  334. package/cjs/services/LeaderElectionService.js.map +1 -1
  335. package/cjs/services/RenewOnTabActivationService.js +2 -4
  336. package/cjs/services/RenewOnTabActivationService.js.map +1 -1
  337. package/cjs/services/SyncStorageService.js +2 -4
  338. package/cjs/services/SyncStorageService.js.map +1 -1
  339. package/cjs/services/index.js.map +1 -1
  340. package/cjs/session/api.js.map +1 -1
  341. package/cjs/session/factory.js.map +1 -1
  342. package/cjs/session/index.js.map +1 -1
  343. package/cjs/session/mixin.js.map +1 -1
  344. package/cjs/session/types.js.map +1 -1
  345. package/cjs/storage/BaseStorageManager.js.map +1 -1
  346. package/cjs/storage/SavedObject.js.map +1 -1
  347. package/cjs/storage/index.js.map +1 -1
  348. package/cjs/storage/mixin.js.map +1 -1
  349. package/cjs/storage/options/StorageOptionsConstructor.js.map +1 -1
  350. package/cjs/storage/options/browser.js +1 -3
  351. package/cjs/storage/options/browser.js.map +1 -1
  352. package/cjs/storage/options/node.js +1 -2
  353. package/cjs/storage/options/node.js.map +1 -1
  354. package/cjs/storage/types.js.map +1 -1
  355. package/cjs/types/global.d.js.map +1 -1
  356. package/cjs/util/PromiseQueue.js.map +1 -1
  357. package/cjs/util/console.js +0 -2
  358. package/cjs/util/console.js.map +1 -1
  359. package/cjs/util/index.js.map +1 -1
  360. package/cjs/util/jsonpath.js.map +1 -1
  361. package/cjs/util/misc.js.map +1 -1
  362. package/cjs/util/object.js +0 -1
  363. package/cjs/util/object.js.map +1 -1
  364. package/cjs/util/types.js.map +1 -1
  365. package/cjs/util/url.js.map +1 -1
  366. package/dist/okta-auth-js.authn.min.analyzer.html +2 -2
  367. package/dist/okta-auth-js.authn.min.js +1 -1
  368. package/dist/okta-auth-js.authn.min.js.LICENSE.txt +1 -1
  369. package/dist/okta-auth-js.authn.min.js.map +1 -1
  370. package/dist/okta-auth-js.core.min.analyzer.html +2 -2
  371. package/dist/okta-auth-js.core.min.js +1 -1
  372. package/dist/okta-auth-js.core.min.js.LICENSE.txt +1 -1
  373. package/dist/okta-auth-js.core.min.js.map +1 -1
  374. package/dist/okta-auth-js.idx.min.analyzer.html +2 -2
  375. package/dist/okta-auth-js.idx.min.js +1 -1
  376. package/dist/okta-auth-js.idx.min.js.LICENSE.txt +1 -1
  377. package/dist/okta-auth-js.idx.min.js.map +1 -1
  378. package/dist/okta-auth-js.min.analyzer.html +2 -2
  379. package/dist/okta-auth-js.min.js +1 -1
  380. package/dist/okta-auth-js.min.js.LICENSE.txt +1 -1
  381. package/dist/okta-auth-js.min.js.map +1 -1
  382. package/dist/okta-auth-js.myaccount.min.analyzer.html +2 -2
  383. package/dist/okta-auth-js.myaccount.min.js +1 -1
  384. package/dist/okta-auth-js.myaccount.min.js.LICENSE.txt +1 -1
  385. package/dist/okta-auth-js.myaccount.min.js.map +1 -1
  386. package/dist/okta-auth-js.polyfill.js +1 -1
  387. package/dist/okta-auth-js.polyfill.js.map +1 -1
  388. package/esm/browser/_virtual/_tslib.js +14 -1
  389. package/esm/browser/_virtual/_tslib.js.map +1 -1
  390. package/esm/browser/authn/api.js +1 -3
  391. package/esm/browser/authn/api.js.map +1 -1
  392. package/esm/browser/authn/util/link2fn.js +0 -2
  393. package/esm/browser/authn/util/link2fn.js.map +1 -1
  394. package/esm/browser/authn/util/poll.js +3 -5
  395. package/esm/browser/authn/util/poll.js.map +1 -1
  396. package/esm/browser/browser/fingerprint.js +0 -1
  397. package/esm/browser/browser/fingerprint.js.map +1 -1
  398. package/esm/browser/core/AuthStateManager.js +63 -8
  399. package/esm/browser/core/AuthStateManager.js.map +1 -1
  400. package/esm/browser/core/options.js +0 -1
  401. package/esm/browser/core/options.js.map +1 -1
  402. package/esm/browser/crypto/base64.js +4 -5
  403. package/esm/browser/crypto/base64.js.map +1 -1
  404. package/esm/browser/crypto/index.js +0 -1
  405. package/esm/browser/crypto/index.js.map +1 -1
  406. package/esm/browser/crypto/oidcHash.js +1 -2
  407. package/esm/browser/crypto/oidcHash.js.map +1 -1
  408. package/esm/browser/crypto/verifyToken.js +2 -6
  409. package/esm/browser/crypto/verifyToken.js.map +1 -1
  410. package/esm/browser/features.js +3 -6
  411. package/esm/browser/features.js.map +1 -1
  412. package/esm/browser/fetch/fetchRequest.js +1 -3
  413. package/esm/browser/fetch/fetchRequest.js.map +1 -1
  414. package/esm/browser/http/OktaUserAgent.js +2 -2
  415. package/esm/browser/http/OktaUserAgent.js.map +1 -1
  416. package/esm/browser/http/options.js +0 -1
  417. package/esm/browser/http/options.js.map +1 -1
  418. package/esm/browser/idx/factory/api.js +0 -1
  419. package/esm/browser/idx/factory/api.js.map +1 -1
  420. package/esm/browser/idx/idxState/v1/generateIdxAction.js +1 -3
  421. package/esm/browser/idx/idxState/v1/generateIdxAction.js.map +1 -1
  422. package/esm/browser/idx/interact.js +0 -1
  423. package/esm/browser/idx/interact.js.map +1 -1
  424. package/esm/browser/idx/introspect.js +0 -1
  425. package/esm/browser/idx/introspect.js.map +1 -1
  426. package/esm/browser/idx/options.js.map +1 -1
  427. package/esm/browser/idx/remediate.js +61 -16
  428. package/esm/browser/idx/remediate.js.map +1 -1
  429. package/esm/browser/idx/run.js +3 -1
  430. package/esm/browser/idx/run.js.map +1 -1
  431. package/esm/browser/idx/startTransaction.js +3 -0
  432. package/esm/browser/idx/startTransaction.js.map +1 -1
  433. package/esm/browser/idx/transactionMeta.js +0 -1
  434. package/esm/browser/idx/transactionMeta.js.map +1 -1
  435. package/esm/browser/myaccount/request.js +2 -3
  436. package/esm/browser/myaccount/request.js.map +1 -1
  437. package/esm/browser/myaccount/transactions/Base.js.map +1 -1
  438. package/esm/browser/oidc/TokenManager.js +0 -1
  439. package/esm/browser/oidc/TokenManager.js.map +1 -1
  440. package/esm/browser/oidc/dpop.js +6 -7
  441. package/esm/browser/oidc/dpop.js.map +1 -1
  442. package/esm/browser/oidc/endpoints/token.js +0 -1
  443. package/esm/browser/oidc/endpoints/token.js.map +1 -1
  444. package/esm/browser/oidc/endpoints/well-known.js +2 -4
  445. package/esm/browser/oidc/endpoints/well-known.js.map +1 -1
  446. package/esm/browser/oidc/enrollAuthenticator.js +0 -1
  447. package/esm/browser/oidc/enrollAuthenticator.js.map +1 -1
  448. package/esm/browser/oidc/exchangeCodeForTokens.js +0 -1
  449. package/esm/browser/oidc/exchangeCodeForTokens.js.map +1 -1
  450. package/esm/browser/oidc/getUserInfo.js +0 -1
  451. package/esm/browser/oidc/getUserInfo.js.map +1 -1
  452. package/esm/browser/oidc/getWithPopup.js +0 -1
  453. package/esm/browser/oidc/getWithPopup.js.map +1 -1
  454. package/esm/browser/oidc/handleOAuthResponse.js +4 -3
  455. package/esm/browser/oidc/handleOAuthResponse.js.map +1 -1
  456. package/esm/browser/oidc/introspect.js +2 -4
  457. package/esm/browser/oidc/introspect.js.map +1 -1
  458. package/esm/browser/oidc/mixin/index.js +1 -2
  459. package/esm/browser/oidc/mixin/index.js.map +1 -1
  460. package/esm/browser/oidc/mixin/minimal.js +0 -1
  461. package/esm/browser/oidc/mixin/minimal.js.map +1 -1
  462. package/esm/browser/oidc/options/OAuthOptionsConstructor.js +1 -0
  463. package/esm/browser/oidc/options/OAuthOptionsConstructor.js.map +1 -1
  464. package/esm/browser/oidc/parseFromUrl.js +0 -1
  465. package/esm/browser/oidc/parseFromUrl.js.map +1 -1
  466. package/esm/browser/oidc/renewTokens.js +0 -1
  467. package/esm/browser/oidc/renewTokens.js.map +1 -1
  468. package/esm/browser/oidc/revokeToken.js +3 -6
  469. package/esm/browser/oidc/revokeToken.js.map +1 -1
  470. package/esm/browser/oidc/storage.js +0 -1
  471. package/esm/browser/oidc/storage.js.map +1 -1
  472. package/esm/browser/oidc/types/Token.js.map +1 -1
  473. package/esm/browser/oidc/util/loginRedirect.js +4 -4
  474. package/esm/browser/oidc/util/loginRedirect.js.map +1 -1
  475. package/esm/browser/oidc/util/pkce.js +2 -3
  476. package/esm/browser/oidc/util/pkce.js.map +1 -1
  477. package/esm/browser/package.json +1 -1
  478. package/esm/browser/session/api.js +0 -2
  479. package/esm/browser/session/api.js.map +1 -1
  480. package/esm/node/_virtual/_tslib.js +14 -1
  481. package/esm/node/_virtual/_tslib.js.map +1 -1
  482. package/esm/node/authn/api.js +1 -4
  483. package/esm/node/authn/api.js.map +1 -1
  484. package/esm/node/authn/util/link2fn.js +0 -3
  485. package/esm/node/authn/util/link2fn.js.map +1 -1
  486. package/esm/node/authn/util/poll.js +3 -6
  487. package/esm/node/authn/util/poll.js.map +1 -1
  488. package/esm/node/browser/fingerprint.js +0 -2
  489. package/esm/node/browser/fingerprint.js.map +1 -1
  490. package/esm/node/core/AuthStateManager.js +63 -9
  491. package/esm/node/core/AuthStateManager.js.map +1 -1
  492. package/esm/node/core/options.js +0 -2
  493. package/esm/node/core/options.js.map +1 -1
  494. package/esm/node/crypto/base64.js +4 -5
  495. package/esm/node/crypto/base64.js.map +1 -1
  496. package/esm/node/crypto/index.js +0 -1
  497. package/esm/node/crypto/index.js.map +1 -1
  498. package/esm/node/crypto/oidcHash.js +1 -2
  499. package/esm/node/crypto/oidcHash.js.map +1 -1
  500. package/esm/node/crypto/verifyToken.js +2 -6
  501. package/esm/node/crypto/verifyToken.js.map +1 -1
  502. package/esm/node/features.js +3 -6
  503. package/esm/node/features.js.map +1 -1
  504. package/esm/node/fetch/fetchRequest.js +1 -3
  505. package/esm/node/fetch/fetchRequest.js.map +1 -1
  506. package/esm/node/http/OktaUserAgent.js +2 -2
  507. package/esm/node/http/OktaUserAgent.js.map +1 -1
  508. package/esm/node/http/options.js +0 -2
  509. package/esm/node/http/options.js.map +1 -1
  510. package/esm/node/idx/factory/api.js +0 -2
  511. package/esm/node/idx/factory/api.js.map +1 -1
  512. package/esm/node/idx/idxState/v1/generateIdxAction.js +1 -4
  513. package/esm/node/idx/idxState/v1/generateIdxAction.js.map +1 -1
  514. package/esm/node/idx/interact.js +0 -2
  515. package/esm/node/idx/interact.js.map +1 -1
  516. package/esm/node/idx/introspect.js +0 -2
  517. package/esm/node/idx/introspect.js.map +1 -1
  518. package/esm/node/idx/options.js.map +1 -1
  519. package/esm/node/idx/remediate.js +61 -16
  520. package/esm/node/idx/remediate.js.map +1 -1
  521. package/esm/node/idx/run.js +3 -1
  522. package/esm/node/idx/run.js.map +1 -1
  523. package/esm/node/idx/startTransaction.js +3 -0
  524. package/esm/node/idx/startTransaction.js.map +1 -1
  525. package/esm/node/idx/transactionMeta.js +0 -2
  526. package/esm/node/idx/transactionMeta.js.map +1 -1
  527. package/esm/node/myaccount/request.js +2 -4
  528. package/esm/node/myaccount/request.js.map +1 -1
  529. package/esm/node/myaccount/transactions/Base.js.map +1 -1
  530. package/esm/node/oidc/TokenManager.js +0 -2
  531. package/esm/node/oidc/TokenManager.js.map +1 -1
  532. package/esm/node/oidc/decodeToken.js +0 -1
  533. package/esm/node/oidc/decodeToken.js.map +1 -1
  534. package/esm/node/oidc/dpop.js +6 -7
  535. package/esm/node/oidc/dpop.js.map +1 -1
  536. package/esm/node/oidc/endpoints/token.js +0 -2
  537. package/esm/node/oidc/endpoints/token.js.map +1 -1
  538. package/esm/node/oidc/endpoints/well-known.js +2 -5
  539. package/esm/node/oidc/endpoints/well-known.js.map +1 -1
  540. package/esm/node/oidc/enrollAuthenticator.js +0 -2
  541. package/esm/node/oidc/enrollAuthenticator.js.map +1 -1
  542. package/esm/node/oidc/exchangeCodeForTokens.js +0 -2
  543. package/esm/node/oidc/exchangeCodeForTokens.js.map +1 -1
  544. package/esm/node/oidc/factory/api.js +0 -1
  545. package/esm/node/oidc/factory/api.js.map +1 -1
  546. package/esm/node/oidc/factory/baseApi.js +0 -1
  547. package/esm/node/oidc/factory/baseApi.js.map +1 -1
  548. package/esm/node/oidc/getToken.js +0 -1
  549. package/esm/node/oidc/getToken.js.map +1 -1
  550. package/esm/node/oidc/getUserInfo.js +0 -2
  551. package/esm/node/oidc/getUserInfo.js.map +1 -1
  552. package/esm/node/oidc/getWithPopup.js +0 -2
  553. package/esm/node/oidc/getWithPopup.js.map +1 -1
  554. package/esm/node/oidc/getWithRedirect.js +0 -1
  555. package/esm/node/oidc/getWithRedirect.js.map +1 -1
  556. package/esm/node/oidc/handleOAuthResponse.js +4 -4
  557. package/esm/node/oidc/handleOAuthResponse.js.map +1 -1
  558. package/esm/node/oidc/introspect.js +2 -4
  559. package/esm/node/oidc/introspect.js.map +1 -1
  560. package/esm/node/oidc/mixin/index.js +1 -2
  561. package/esm/node/oidc/mixin/index.js.map +1 -1
  562. package/esm/node/oidc/mixin/minimal.js +0 -2
  563. package/esm/node/oidc/mixin/minimal.js.map +1 -1
  564. package/esm/node/oidc/options/OAuthOptionsConstructor.js +1 -0
  565. package/esm/node/oidc/options/OAuthOptionsConstructor.js.map +1 -1
  566. package/esm/node/oidc/parseFromUrl.js +0 -2
  567. package/esm/node/oidc/parseFromUrl.js.map +1 -1
  568. package/esm/node/oidc/renewTokens.js +0 -2
  569. package/esm/node/oidc/renewTokens.js.map +1 -1
  570. package/esm/node/oidc/revokeToken.js +3 -6
  571. package/esm/node/oidc/revokeToken.js.map +1 -1
  572. package/esm/node/oidc/storage.js +0 -2
  573. package/esm/node/oidc/storage.js.map +1 -1
  574. package/esm/node/oidc/types/Token.js.map +1 -1
  575. package/esm/node/oidc/util/loginRedirect.js +4 -4
  576. package/esm/node/oidc/util/loginRedirect.js.map +1 -1
  577. package/esm/node/oidc/util/pkce.js +2 -3
  578. package/esm/node/oidc/util/pkce.js.map +1 -1
  579. package/esm/node/oidc/verifyToken.js +0 -1
  580. package/esm/node/oidc/verifyToken.js.map +1 -1
  581. package/esm/node/package.json +1 -1
  582. package/esm/node/session/api.js +0 -3
  583. package/esm/node/session/api.js.map +1 -1
  584. package/esm/node/storage/options/StorageOptionsConstructor.js +0 -2
  585. package/esm/node/storage/options/StorageOptionsConstructor.js.map +1 -1
  586. package/package.json +44 -39
  587. package/polyfill/index.js +4 -0
  588. package/polyfill/node_modules/core-js/LICENSE +20 -0
  589. package/polyfill/node_modules/core-js/README.md +95 -0
  590. package/polyfill/node_modules/core-js/actual/README.md +1 -0
  591. package/polyfill/node_modules/core-js/actual/aggregate-error.js +4 -0
  592. package/polyfill/node_modules/core-js/actual/array/at.js +4 -0
  593. package/polyfill/node_modules/core-js/actual/array/concat.js +4 -0
  594. package/polyfill/node_modules/core-js/actual/array/copy-within.js +4 -0
  595. package/polyfill/node_modules/core-js/actual/array/entries.js +4 -0
  596. package/polyfill/node_modules/core-js/actual/array/every.js +4 -0
  597. package/polyfill/node_modules/core-js/actual/array/fill.js +4 -0
  598. package/polyfill/node_modules/core-js/actual/array/filter.js +4 -0
  599. package/polyfill/node_modules/core-js/actual/array/find-index.js +4 -0
  600. package/polyfill/node_modules/core-js/actual/array/find-last-index.js +5 -0
  601. package/polyfill/node_modules/core-js/actual/array/find-last.js +5 -0
  602. package/polyfill/node_modules/core-js/actual/array/find.js +4 -0
  603. package/polyfill/node_modules/core-js/actual/array/flat-map.js +4 -0
  604. package/polyfill/node_modules/core-js/actual/array/flat.js +4 -0
  605. package/polyfill/node_modules/core-js/actual/array/for-each.js +4 -0
  606. package/polyfill/node_modules/core-js/actual/array/from-async.js +5 -0
  607. package/polyfill/node_modules/core-js/actual/array/from.js +4 -0
  608. package/polyfill/node_modules/core-js/actual/array/group-by-to-map.js +7 -0
  609. package/polyfill/node_modules/core-js/actual/array/group-by.js +5 -0
  610. package/polyfill/node_modules/core-js/actual/array/group-to-map.js +7 -0
  611. package/polyfill/node_modules/core-js/actual/array/group.js +5 -0
  612. package/polyfill/node_modules/core-js/actual/array/includes.js +4 -0
  613. package/polyfill/node_modules/core-js/actual/array/index-of.js +4 -0
  614. package/polyfill/node_modules/core-js/actual/array/index.js +16 -0
  615. package/polyfill/node_modules/core-js/actual/array/is-array.js +4 -0
  616. package/polyfill/node_modules/core-js/actual/array/iterator.js +4 -0
  617. package/polyfill/node_modules/core-js/actual/array/join.js +4 -0
  618. package/polyfill/node_modules/core-js/actual/array/keys.js +4 -0
  619. package/polyfill/node_modules/core-js/actual/array/last-index-of.js +4 -0
  620. package/polyfill/node_modules/core-js/actual/array/map.js +4 -0
  621. package/polyfill/node_modules/core-js/actual/array/of.js +4 -0
  622. package/polyfill/node_modules/core-js/actual/array/push.js +4 -0
  623. package/polyfill/node_modules/core-js/actual/array/reduce-right.js +4 -0
  624. package/polyfill/node_modules/core-js/actual/array/reduce.js +4 -0
  625. package/polyfill/node_modules/core-js/actual/array/reverse.js +4 -0
  626. package/polyfill/node_modules/core-js/actual/array/slice.js +4 -0
  627. package/polyfill/node_modules/core-js/actual/array/some.js +4 -0
  628. package/polyfill/node_modules/core-js/actual/array/sort.js +4 -0
  629. package/polyfill/node_modules/core-js/actual/array/splice.js +4 -0
  630. package/polyfill/node_modules/core-js/actual/array/to-reversed.js +6 -0
  631. package/polyfill/node_modules/core-js/actual/array/to-sorted.js +6 -0
  632. package/polyfill/node_modules/core-js/actual/array/to-spliced.js +6 -0
  633. package/polyfill/node_modules/core-js/actual/array/unshift.js +4 -0
  634. package/polyfill/node_modules/core-js/actual/array/values.js +4 -0
  635. package/polyfill/node_modules/core-js/actual/array/virtual/at.js +4 -0
  636. package/polyfill/node_modules/core-js/actual/array/virtual/concat.js +4 -0
  637. package/polyfill/node_modules/core-js/actual/array/virtual/copy-within.js +4 -0
  638. package/polyfill/node_modules/core-js/actual/array/virtual/entries.js +4 -0
  639. package/polyfill/node_modules/core-js/actual/array/virtual/every.js +4 -0
  640. package/polyfill/node_modules/core-js/actual/array/virtual/fill.js +4 -0
  641. package/polyfill/node_modules/core-js/actual/array/virtual/filter.js +4 -0
  642. package/polyfill/node_modules/core-js/actual/array/virtual/find-index.js +4 -0
  643. package/polyfill/node_modules/core-js/actual/array/virtual/find-last-index.js +5 -0
  644. package/polyfill/node_modules/core-js/actual/array/virtual/find-last.js +5 -0
  645. package/polyfill/node_modules/core-js/actual/array/virtual/find.js +4 -0
  646. package/polyfill/node_modules/core-js/actual/array/virtual/flat-map.js +4 -0
  647. package/polyfill/node_modules/core-js/actual/array/virtual/flat.js +4 -0
  648. package/polyfill/node_modules/core-js/actual/array/virtual/for-each.js +4 -0
  649. package/polyfill/node_modules/core-js/actual/array/virtual/group-by-to-map.js +7 -0
  650. package/polyfill/node_modules/core-js/actual/array/virtual/group-by.js +5 -0
  651. package/polyfill/node_modules/core-js/actual/array/virtual/group-to-map.js +7 -0
  652. package/polyfill/node_modules/core-js/actual/array/virtual/group.js +5 -0
  653. package/polyfill/node_modules/core-js/actual/array/virtual/includes.js +4 -0
  654. package/polyfill/node_modules/core-js/actual/array/virtual/index-of.js +4 -0
  655. package/polyfill/node_modules/core-js/actual/array/virtual/index.js +17 -0
  656. package/polyfill/node_modules/core-js/actual/array/virtual/iterator.js +4 -0
  657. package/polyfill/node_modules/core-js/actual/array/virtual/join.js +4 -0
  658. package/polyfill/node_modules/core-js/actual/array/virtual/keys.js +4 -0
  659. package/polyfill/node_modules/core-js/actual/array/virtual/last-index-of.js +4 -0
  660. package/polyfill/node_modules/core-js/actual/array/virtual/map.js +4 -0
  661. package/polyfill/node_modules/core-js/actual/array/virtual/push.js +4 -0
  662. package/polyfill/node_modules/core-js/actual/array/virtual/reduce-right.js +4 -0
  663. package/polyfill/node_modules/core-js/actual/array/virtual/reduce.js +4 -0
  664. package/polyfill/node_modules/core-js/actual/array/virtual/reverse.js +4 -0
  665. package/polyfill/node_modules/core-js/actual/array/virtual/slice.js +4 -0
  666. package/polyfill/node_modules/core-js/actual/array/virtual/some.js +4 -0
  667. package/polyfill/node_modules/core-js/actual/array/virtual/sort.js +4 -0
  668. package/polyfill/node_modules/core-js/actual/array/virtual/splice.js +4 -0
  669. package/polyfill/node_modules/core-js/actual/array/virtual/to-reversed.js +6 -0
  670. package/polyfill/node_modules/core-js/actual/array/virtual/to-sorted.js +6 -0
  671. package/polyfill/node_modules/core-js/actual/array/virtual/to-spliced.js +6 -0
  672. package/polyfill/node_modules/core-js/actual/array/virtual/unshift.js +4 -0
  673. package/polyfill/node_modules/core-js/actual/array/virtual/values.js +4 -0
  674. package/polyfill/node_modules/core-js/actual/array/virtual/with.js +6 -0
  675. package/polyfill/node_modules/core-js/actual/array/with.js +6 -0
  676. package/polyfill/node_modules/core-js/actual/array-buffer/constructor.js +7 -0
  677. package/polyfill/node_modules/core-js/actual/array-buffer/detached.js +5 -0
  678. package/polyfill/node_modules/core-js/actual/array-buffer/index.js +7 -0
  679. package/polyfill/node_modules/core-js/actual/array-buffer/is-view.js +4 -0
  680. package/polyfill/node_modules/core-js/actual/array-buffer/slice.js +4 -0
  681. package/polyfill/node_modules/core-js/actual/array-buffer/transfer-to-fixed-length.js +5 -0
  682. package/polyfill/node_modules/core-js/actual/array-buffer/transfer.js +5 -0
  683. package/polyfill/node_modules/core-js/actual/async-disposable-stack/constructor.js +8 -0
  684. package/polyfill/node_modules/core-js/actual/async-disposable-stack/index.js +8 -0
  685. package/polyfill/node_modules/core-js/actual/async-iterator/async-dispose.js +3 -0
  686. package/polyfill/node_modules/core-js/actual/async-iterator/drop.js +9 -0
  687. package/polyfill/node_modules/core-js/actual/async-iterator/every.js +9 -0
  688. package/polyfill/node_modules/core-js/actual/async-iterator/filter.js +9 -0
  689. package/polyfill/node_modules/core-js/actual/async-iterator/find.js +9 -0
  690. package/polyfill/node_modules/core-js/actual/async-iterator/flat-map.js +9 -0
  691. package/polyfill/node_modules/core-js/actual/async-iterator/for-each.js +9 -0
  692. package/polyfill/node_modules/core-js/actual/async-iterator/from.js +23 -0
  693. package/polyfill/node_modules/core-js/actual/async-iterator/index.js +23 -0
  694. package/polyfill/node_modules/core-js/actual/async-iterator/map.js +9 -0
  695. package/polyfill/node_modules/core-js/actual/async-iterator/reduce.js +9 -0
  696. package/polyfill/node_modules/core-js/actual/async-iterator/some.js +9 -0
  697. package/polyfill/node_modules/core-js/actual/async-iterator/take.js +9 -0
  698. package/polyfill/node_modules/core-js/actual/async-iterator/to-array.js +9 -0
  699. package/polyfill/node_modules/core-js/actual/atob.js +4 -0
  700. package/polyfill/node_modules/core-js/actual/btoa.js +4 -0
  701. package/polyfill/node_modules/core-js/actual/clear-immediate.js +4 -0
  702. package/polyfill/node_modules/core-js/actual/data-view/get-float16.js +5 -0
  703. package/polyfill/node_modules/core-js/actual/data-view/index.js +6 -0
  704. package/polyfill/node_modules/core-js/actual/data-view/set-float16.js +5 -0
  705. package/polyfill/node_modules/core-js/actual/date/get-year.js +4 -0
  706. package/polyfill/node_modules/core-js/actual/date/index.js +4 -0
  707. package/polyfill/node_modules/core-js/actual/date/now.js +4 -0
  708. package/polyfill/node_modules/core-js/actual/date/set-year.js +4 -0
  709. package/polyfill/node_modules/core-js/actual/date/to-gmt-string.js +4 -0
  710. package/polyfill/node_modules/core-js/actual/date/to-iso-string.js +4 -0
  711. package/polyfill/node_modules/core-js/actual/date/to-json.js +4 -0
  712. package/polyfill/node_modules/core-js/actual/date/to-primitive.js +4 -0
  713. package/polyfill/node_modules/core-js/actual/date/to-string.js +4 -0
  714. package/polyfill/node_modules/core-js/actual/disposable-stack/constructor.js +7 -0
  715. package/polyfill/node_modules/core-js/actual/disposable-stack/index.js +7 -0
  716. package/polyfill/node_modules/core-js/actual/dom-collections/for-each.js +4 -0
  717. package/polyfill/node_modules/core-js/actual/dom-collections/index.js +4 -0
  718. package/polyfill/node_modules/core-js/actual/dom-collections/iterator.js +4 -0
  719. package/polyfill/node_modules/core-js/actual/dom-exception/constructor.js +4 -0
  720. package/polyfill/node_modules/core-js/actual/dom-exception/index.js +4 -0
  721. package/polyfill/node_modules/core-js/actual/dom-exception/to-string-tag.js +4 -0
  722. package/polyfill/node_modules/core-js/actual/error/constructor.js +4 -0
  723. package/polyfill/node_modules/core-js/actual/error/index.js +6 -0
  724. package/polyfill/node_modules/core-js/actual/error/is-error.js +5 -0
  725. package/polyfill/node_modules/core-js/actual/error/to-string.js +4 -0
  726. package/polyfill/node_modules/core-js/actual/escape.js +4 -0
  727. package/polyfill/node_modules/core-js/actual/function/bind.js +4 -0
  728. package/polyfill/node_modules/core-js/actual/function/has-instance.js +4 -0
  729. package/polyfill/node_modules/core-js/actual/function/index.js +5 -0
  730. package/polyfill/node_modules/core-js/actual/function/metadata.js +4 -0
  731. package/polyfill/node_modules/core-js/actual/function/name.js +4 -0
  732. package/polyfill/node_modules/core-js/actual/function/virtual/bind.js +4 -0
  733. package/polyfill/node_modules/core-js/actual/function/virtual/index.js +4 -0
  734. package/polyfill/node_modules/core-js/actual/get-iterator-method.js +4 -0
  735. package/polyfill/node_modules/core-js/actual/get-iterator.js +4 -0
  736. package/polyfill/node_modules/core-js/actual/global-this.js +4 -0
  737. package/polyfill/node_modules/core-js/actual/index.js +5 -0
  738. package/polyfill/node_modules/core-js/actual/instance/at.js +4 -0
  739. package/polyfill/node_modules/core-js/actual/instance/bind.js +4 -0
  740. package/polyfill/node_modules/core-js/actual/instance/code-point-at.js +4 -0
  741. package/polyfill/node_modules/core-js/actual/instance/concat.js +4 -0
  742. package/polyfill/node_modules/core-js/actual/instance/copy-within.js +4 -0
  743. package/polyfill/node_modules/core-js/actual/instance/ends-with.js +4 -0
  744. package/polyfill/node_modules/core-js/actual/instance/entries.js +4 -0
  745. package/polyfill/node_modules/core-js/actual/instance/every.js +4 -0
  746. package/polyfill/node_modules/core-js/actual/instance/fill.js +4 -0
  747. package/polyfill/node_modules/core-js/actual/instance/filter.js +4 -0
  748. package/polyfill/node_modules/core-js/actual/instance/find-index.js +4 -0
  749. package/polyfill/node_modules/core-js/actual/instance/find-last-index.js +10 -0
  750. package/polyfill/node_modules/core-js/actual/instance/find-last.js +10 -0
  751. package/polyfill/node_modules/core-js/actual/instance/find.js +4 -0
  752. package/polyfill/node_modules/core-js/actual/instance/flags.js +4 -0
  753. package/polyfill/node_modules/core-js/actual/instance/flat-map.js +4 -0
  754. package/polyfill/node_modules/core-js/actual/instance/flat.js +4 -0
  755. package/polyfill/node_modules/core-js/actual/instance/for-each.js +4 -0
  756. package/polyfill/node_modules/core-js/actual/instance/group-by-to-map.js +10 -0
  757. package/polyfill/node_modules/core-js/actual/instance/group-by.js +10 -0
  758. package/polyfill/node_modules/core-js/actual/instance/group-to-map.js +10 -0
  759. package/polyfill/node_modules/core-js/actual/instance/group.js +10 -0
  760. package/polyfill/node_modules/core-js/actual/instance/includes.js +4 -0
  761. package/polyfill/node_modules/core-js/actual/instance/index-of.js +4 -0
  762. package/polyfill/node_modules/core-js/actual/instance/is-well-formed.js +4 -0
  763. package/polyfill/node_modules/core-js/actual/instance/keys.js +4 -0
  764. package/polyfill/node_modules/core-js/actual/instance/last-index-of.js +4 -0
  765. package/polyfill/node_modules/core-js/actual/instance/map.js +4 -0
  766. package/polyfill/node_modules/core-js/actual/instance/match-all.js +4 -0
  767. package/polyfill/node_modules/core-js/actual/instance/pad-end.js +4 -0
  768. package/polyfill/node_modules/core-js/actual/instance/pad-start.js +4 -0
  769. package/polyfill/node_modules/core-js/actual/instance/push.js +4 -0
  770. package/polyfill/node_modules/core-js/actual/instance/reduce-right.js +4 -0
  771. package/polyfill/node_modules/core-js/actual/instance/reduce.js +4 -0
  772. package/polyfill/node_modules/core-js/actual/instance/repeat.js +4 -0
  773. package/polyfill/node_modules/core-js/actual/instance/replace-all.js +4 -0
  774. package/polyfill/node_modules/core-js/actual/instance/reverse.js +4 -0
  775. package/polyfill/node_modules/core-js/actual/instance/slice.js +4 -0
  776. package/polyfill/node_modules/core-js/actual/instance/some.js +4 -0
  777. package/polyfill/node_modules/core-js/actual/instance/sort.js +4 -0
  778. package/polyfill/node_modules/core-js/actual/instance/splice.js +4 -0
  779. package/polyfill/node_modules/core-js/actual/instance/starts-with.js +4 -0
  780. package/polyfill/node_modules/core-js/actual/instance/to-reversed.js +10 -0
  781. package/polyfill/node_modules/core-js/actual/instance/to-sorted.js +10 -0
  782. package/polyfill/node_modules/core-js/actual/instance/to-spliced.js +10 -0
  783. package/polyfill/node_modules/core-js/actual/instance/to-well-formed.js +4 -0
  784. package/polyfill/node_modules/core-js/actual/instance/trim-end.js +4 -0
  785. package/polyfill/node_modules/core-js/actual/instance/trim-left.js +4 -0
  786. package/polyfill/node_modules/core-js/actual/instance/trim-right.js +4 -0
  787. package/polyfill/node_modules/core-js/actual/instance/trim-start.js +4 -0
  788. package/polyfill/node_modules/core-js/actual/instance/trim.js +4 -0
  789. package/polyfill/node_modules/core-js/actual/instance/unshift.js +4 -0
  790. package/polyfill/node_modules/core-js/actual/instance/values.js +4 -0
  791. package/polyfill/node_modules/core-js/actual/instance/with.js +10 -0
  792. package/polyfill/node_modules/core-js/actual/is-iterable.js +4 -0
  793. package/polyfill/node_modules/core-js/actual/iterator/concat.js +5 -0
  794. package/polyfill/node_modules/core-js/actual/iterator/dispose.js +2 -0
  795. package/polyfill/node_modules/core-js/actual/iterator/drop.js +6 -0
  796. package/polyfill/node_modules/core-js/actual/iterator/every.js +6 -0
  797. package/polyfill/node_modules/core-js/actual/iterator/filter.js +6 -0
  798. package/polyfill/node_modules/core-js/actual/iterator/find.js +6 -0
  799. package/polyfill/node_modules/core-js/actual/iterator/flat-map.js +6 -0
  800. package/polyfill/node_modules/core-js/actual/iterator/for-each.js +6 -0
  801. package/polyfill/node_modules/core-js/actual/iterator/from.js +20 -0
  802. package/polyfill/node_modules/core-js/actual/iterator/index.js +24 -0
  803. package/polyfill/node_modules/core-js/actual/iterator/map.js +6 -0
  804. package/polyfill/node_modules/core-js/actual/iterator/reduce.js +6 -0
  805. package/polyfill/node_modules/core-js/actual/iterator/some.js +6 -0
  806. package/polyfill/node_modules/core-js/actual/iterator/take.js +6 -0
  807. package/polyfill/node_modules/core-js/actual/iterator/to-array.js +6 -0
  808. package/polyfill/node_modules/core-js/actual/iterator/to-async.js +11 -0
  809. package/polyfill/node_modules/core-js/actual/iterator/zip-keyed.js +24 -0
  810. package/polyfill/node_modules/core-js/actual/iterator/zip.js +22 -0
  811. package/polyfill/node_modules/core-js/actual/json/index.js +7 -0
  812. package/polyfill/node_modules/core-js/actual/json/is-raw-json.js +5 -0
  813. package/polyfill/node_modules/core-js/actual/json/parse.js +5 -0
  814. package/polyfill/node_modules/core-js/actual/json/raw-json.js +6 -0
  815. package/polyfill/node_modules/core-js/actual/json/stringify.js +4 -0
  816. package/polyfill/node_modules/core-js/actual/json/to-string-tag.js +4 -0
  817. package/polyfill/node_modules/core-js/actual/map/get-or-insert-computed.js +5 -0
  818. package/polyfill/node_modules/core-js/actual/map/get-or-insert.js +5 -0
  819. package/polyfill/node_modules/core-js/actual/map/group-by.js +7 -0
  820. package/polyfill/node_modules/core-js/actual/map/index.js +7 -0
  821. package/polyfill/node_modules/core-js/actual/math/acosh.js +4 -0
  822. package/polyfill/node_modules/core-js/actual/math/asinh.js +4 -0
  823. package/polyfill/node_modules/core-js/actual/math/atanh.js +4 -0
  824. package/polyfill/node_modules/core-js/actual/math/cbrt.js +4 -0
  825. package/polyfill/node_modules/core-js/actual/math/clz32.js +4 -0
  826. package/polyfill/node_modules/core-js/actual/math/cosh.js +4 -0
  827. package/polyfill/node_modules/core-js/actual/math/expm1.js +4 -0
  828. package/polyfill/node_modules/core-js/actual/math/f16round.js +5 -0
  829. package/polyfill/node_modules/core-js/actual/math/fround.js +4 -0
  830. package/polyfill/node_modules/core-js/actual/math/hypot.js +4 -0
  831. package/polyfill/node_modules/core-js/actual/math/imul.js +4 -0
  832. package/polyfill/node_modules/core-js/actual/math/index.js +6 -0
  833. package/polyfill/node_modules/core-js/actual/math/log10.js +4 -0
  834. package/polyfill/node_modules/core-js/actual/math/log1p.js +4 -0
  835. package/polyfill/node_modules/core-js/actual/math/log2.js +4 -0
  836. package/polyfill/node_modules/core-js/actual/math/sign.js +4 -0
  837. package/polyfill/node_modules/core-js/actual/math/sinh.js +4 -0
  838. package/polyfill/node_modules/core-js/actual/math/sum-precise.js +5 -0
  839. package/polyfill/node_modules/core-js/actual/math/tanh.js +4 -0
  840. package/polyfill/node_modules/core-js/actual/math/to-string-tag.js +4 -0
  841. package/polyfill/node_modules/core-js/actual/math/trunc.js +4 -0
  842. package/polyfill/node_modules/core-js/actual/number/constructor.js +4 -0
  843. package/polyfill/node_modules/core-js/actual/number/epsilon.js +4 -0
  844. package/polyfill/node_modules/core-js/actual/number/index.js +4 -0
  845. package/polyfill/node_modules/core-js/actual/number/is-finite.js +4 -0
  846. package/polyfill/node_modules/core-js/actual/number/is-integer.js +4 -0
  847. package/polyfill/node_modules/core-js/actual/number/is-nan.js +4 -0
  848. package/polyfill/node_modules/core-js/actual/number/is-safe-integer.js +4 -0
  849. package/polyfill/node_modules/core-js/actual/number/max-safe-integer.js +4 -0
  850. package/polyfill/node_modules/core-js/actual/number/min-safe-integer.js +4 -0
  851. package/polyfill/node_modules/core-js/actual/number/parse-float.js +4 -0
  852. package/polyfill/node_modules/core-js/actual/number/parse-int.js +4 -0
  853. package/polyfill/node_modules/core-js/actual/number/to-exponential.js +4 -0
  854. package/polyfill/node_modules/core-js/actual/number/to-fixed.js +4 -0
  855. package/polyfill/node_modules/core-js/actual/number/to-precision.js +4 -0
  856. package/polyfill/node_modules/core-js/actual/number/virtual/index.js +4 -0
  857. package/polyfill/node_modules/core-js/actual/number/virtual/to-exponential.js +4 -0
  858. package/polyfill/node_modules/core-js/actual/number/virtual/to-fixed.js +4 -0
  859. package/polyfill/node_modules/core-js/actual/number/virtual/to-precision.js +4 -0
  860. package/polyfill/node_modules/core-js/actual/object/assign.js +4 -0
  861. package/polyfill/node_modules/core-js/actual/object/create.js +4 -0
  862. package/polyfill/node_modules/core-js/actual/object/define-getter.js +4 -0
  863. package/polyfill/node_modules/core-js/actual/object/define-properties.js +4 -0
  864. package/polyfill/node_modules/core-js/actual/object/define-property.js +4 -0
  865. package/polyfill/node_modules/core-js/actual/object/define-setter.js +4 -0
  866. package/polyfill/node_modules/core-js/actual/object/entries.js +4 -0
  867. package/polyfill/node_modules/core-js/actual/object/freeze.js +4 -0
  868. package/polyfill/node_modules/core-js/actual/object/from-entries.js +4 -0
  869. package/polyfill/node_modules/core-js/actual/object/get-own-property-descriptor.js +4 -0
  870. package/polyfill/node_modules/core-js/actual/object/get-own-property-descriptors.js +4 -0
  871. package/polyfill/node_modules/core-js/actual/object/get-own-property-names.js +4 -0
  872. package/polyfill/node_modules/core-js/actual/object/get-own-property-symbols.js +4 -0
  873. package/polyfill/node_modules/core-js/actual/object/get-prototype-of.js +4 -0
  874. package/polyfill/node_modules/core-js/actual/object/group-by.js +5 -0
  875. package/polyfill/node_modules/core-js/actual/object/has-own.js +4 -0
  876. package/polyfill/node_modules/core-js/actual/object/index.js +5 -0
  877. package/polyfill/node_modules/core-js/actual/object/is-extensible.js +4 -0
  878. package/polyfill/node_modules/core-js/actual/object/is-frozen.js +4 -0
  879. package/polyfill/node_modules/core-js/actual/object/is-sealed.js +4 -0
  880. package/polyfill/node_modules/core-js/actual/object/is.js +4 -0
  881. package/polyfill/node_modules/core-js/actual/object/keys.js +4 -0
  882. package/polyfill/node_modules/core-js/actual/object/lookup-getter.js +4 -0
  883. package/polyfill/node_modules/core-js/actual/object/lookup-setter.js +4 -0
  884. package/polyfill/node_modules/core-js/actual/object/prevent-extensions.js +4 -0
  885. package/polyfill/node_modules/core-js/actual/object/proto.js +4 -0
  886. package/polyfill/node_modules/core-js/actual/object/seal.js +4 -0
  887. package/polyfill/node_modules/core-js/actual/object/set-prototype-of.js +4 -0
  888. package/polyfill/node_modules/core-js/actual/object/to-string.js +4 -0
  889. package/polyfill/node_modules/core-js/actual/object/values.js +4 -0
  890. package/polyfill/node_modules/core-js/actual/parse-float.js +4 -0
  891. package/polyfill/node_modules/core-js/actual/parse-int.js +4 -0
  892. package/polyfill/node_modules/core-js/actual/promise/all-settled.js +4 -0
  893. package/polyfill/node_modules/core-js/actual/promise/any.js +4 -0
  894. package/polyfill/node_modules/core-js/actual/promise/finally.js +4 -0
  895. package/polyfill/node_modules/core-js/actual/promise/index.js +7 -0
  896. package/polyfill/node_modules/core-js/actual/promise/try.js +6 -0
  897. package/polyfill/node_modules/core-js/actual/promise/with-resolvers.js +6 -0
  898. package/polyfill/node_modules/core-js/actual/queue-microtask.js +4 -0
  899. package/polyfill/node_modules/core-js/actual/reflect/apply.js +4 -0
  900. package/polyfill/node_modules/core-js/actual/reflect/construct.js +4 -0
  901. package/polyfill/node_modules/core-js/actual/reflect/define-property.js +4 -0
  902. package/polyfill/node_modules/core-js/actual/reflect/delete-property.js +4 -0
  903. package/polyfill/node_modules/core-js/actual/reflect/get-own-property-descriptor.js +4 -0
  904. package/polyfill/node_modules/core-js/actual/reflect/get-prototype-of.js +4 -0
  905. package/polyfill/node_modules/core-js/actual/reflect/get.js +4 -0
  906. package/polyfill/node_modules/core-js/actual/reflect/has.js +4 -0
  907. package/polyfill/node_modules/core-js/actual/reflect/index.js +4 -0
  908. package/polyfill/node_modules/core-js/actual/reflect/is-extensible.js +4 -0
  909. package/polyfill/node_modules/core-js/actual/reflect/own-keys.js +4 -0
  910. package/polyfill/node_modules/core-js/actual/reflect/prevent-extensions.js +4 -0
  911. package/polyfill/node_modules/core-js/actual/reflect/set-prototype-of.js +4 -0
  912. package/polyfill/node_modules/core-js/actual/reflect/set.js +4 -0
  913. package/polyfill/node_modules/core-js/actual/reflect/to-string-tag.js +4 -0
  914. package/polyfill/node_modules/core-js/actual/regexp/constructor.js +4 -0
  915. package/polyfill/node_modules/core-js/actual/regexp/dot-all.js +4 -0
  916. package/polyfill/node_modules/core-js/actual/regexp/escape.js +5 -0
  917. package/polyfill/node_modules/core-js/actual/regexp/flags.js +4 -0
  918. package/polyfill/node_modules/core-js/actual/regexp/index.js +5 -0
  919. package/polyfill/node_modules/core-js/actual/regexp/match.js +4 -0
  920. package/polyfill/node_modules/core-js/actual/regexp/replace.js +4 -0
  921. package/polyfill/node_modules/core-js/actual/regexp/search.js +4 -0
  922. package/polyfill/node_modules/core-js/actual/regexp/split.js +4 -0
  923. package/polyfill/node_modules/core-js/actual/regexp/sticky.js +4 -0
  924. package/polyfill/node_modules/core-js/actual/regexp/test.js +4 -0
  925. package/polyfill/node_modules/core-js/actual/regexp/to-string.js +4 -0
  926. package/polyfill/node_modules/core-js/actual/self.js +4 -0
  927. package/polyfill/node_modules/core-js/actual/set/difference.js +5 -0
  928. package/polyfill/node_modules/core-js/actual/set/index.js +11 -0
  929. package/polyfill/node_modules/core-js/actual/set/intersection.js +5 -0
  930. package/polyfill/node_modules/core-js/actual/set/is-disjoint-from.js +5 -0
  931. package/polyfill/node_modules/core-js/actual/set/is-subset-of.js +5 -0
  932. package/polyfill/node_modules/core-js/actual/set/is-superset-of.js +5 -0
  933. package/polyfill/node_modules/core-js/actual/set/symmetric-difference.js +5 -0
  934. package/polyfill/node_modules/core-js/actual/set/union.js +5 -0
  935. package/polyfill/node_modules/core-js/actual/set-immediate.js +4 -0
  936. package/polyfill/node_modules/core-js/actual/set-interval.js +4 -0
  937. package/polyfill/node_modules/core-js/actual/set-timeout.js +4 -0
  938. package/polyfill/node_modules/core-js/actual/string/anchor.js +4 -0
  939. package/polyfill/node_modules/core-js/actual/string/at.js +4 -0
  940. package/polyfill/node_modules/core-js/actual/string/big.js +4 -0
  941. package/polyfill/node_modules/core-js/actual/string/blink.js +4 -0
  942. package/polyfill/node_modules/core-js/actual/string/bold.js +4 -0
  943. package/polyfill/node_modules/core-js/actual/string/code-point-at.js +4 -0
  944. package/polyfill/node_modules/core-js/actual/string/ends-with.js +4 -0
  945. package/polyfill/node_modules/core-js/actual/string/fixed.js +4 -0
  946. package/polyfill/node_modules/core-js/actual/string/fontcolor.js +4 -0
  947. package/polyfill/node_modules/core-js/actual/string/fontsize.js +4 -0
  948. package/polyfill/node_modules/core-js/actual/string/from-code-point.js +4 -0
  949. package/polyfill/node_modules/core-js/actual/string/includes.js +4 -0
  950. package/polyfill/node_modules/core-js/actual/string/index.js +8 -0
  951. package/polyfill/node_modules/core-js/actual/string/is-well-formed.js +7 -0
  952. package/polyfill/node_modules/core-js/actual/string/italics.js +4 -0
  953. package/polyfill/node_modules/core-js/actual/string/iterator.js +4 -0
  954. package/polyfill/node_modules/core-js/actual/string/link.js +4 -0
  955. package/polyfill/node_modules/core-js/actual/string/match-all.js +4 -0
  956. package/polyfill/node_modules/core-js/actual/string/match.js +4 -0
  957. package/polyfill/node_modules/core-js/actual/string/pad-end.js +4 -0
  958. package/polyfill/node_modules/core-js/actual/string/pad-start.js +4 -0
  959. package/polyfill/node_modules/core-js/actual/string/raw.js +4 -0
  960. package/polyfill/node_modules/core-js/actual/string/repeat.js +4 -0
  961. package/polyfill/node_modules/core-js/actual/string/replace-all.js +4 -0
  962. package/polyfill/node_modules/core-js/actual/string/replace.js +4 -0
  963. package/polyfill/node_modules/core-js/actual/string/search.js +4 -0
  964. package/polyfill/node_modules/core-js/actual/string/small.js +4 -0
  965. package/polyfill/node_modules/core-js/actual/string/split.js +4 -0
  966. package/polyfill/node_modules/core-js/actual/string/starts-with.js +4 -0
  967. package/polyfill/node_modules/core-js/actual/string/strike.js +4 -0
  968. package/polyfill/node_modules/core-js/actual/string/sub.js +4 -0
  969. package/polyfill/node_modules/core-js/actual/string/substr.js +4 -0
  970. package/polyfill/node_modules/core-js/actual/string/sup.js +4 -0
  971. package/polyfill/node_modules/core-js/actual/string/to-well-formed.js +7 -0
  972. package/polyfill/node_modules/core-js/actual/string/trim-end.js +4 -0
  973. package/polyfill/node_modules/core-js/actual/string/trim-left.js +4 -0
  974. package/polyfill/node_modules/core-js/actual/string/trim-right.js +4 -0
  975. package/polyfill/node_modules/core-js/actual/string/trim-start.js +4 -0
  976. package/polyfill/node_modules/core-js/actual/string/trim.js +4 -0
  977. package/polyfill/node_modules/core-js/actual/string/virtual/anchor.js +4 -0
  978. package/polyfill/node_modules/core-js/actual/string/virtual/at.js +4 -0
  979. package/polyfill/node_modules/core-js/actual/string/virtual/big.js +4 -0
  980. package/polyfill/node_modules/core-js/actual/string/virtual/blink.js +4 -0
  981. package/polyfill/node_modules/core-js/actual/string/virtual/bold.js +4 -0
  982. package/polyfill/node_modules/core-js/actual/string/virtual/code-point-at.js +4 -0
  983. package/polyfill/node_modules/core-js/actual/string/virtual/ends-with.js +4 -0
  984. package/polyfill/node_modules/core-js/actual/string/virtual/fixed.js +4 -0
  985. package/polyfill/node_modules/core-js/actual/string/virtual/fontcolor.js +4 -0
  986. package/polyfill/node_modules/core-js/actual/string/virtual/fontsize.js +4 -0
  987. package/polyfill/node_modules/core-js/actual/string/virtual/includes.js +4 -0
  988. package/polyfill/node_modules/core-js/actual/string/virtual/index.js +8 -0
  989. package/polyfill/node_modules/core-js/actual/string/virtual/is-well-formed.js +7 -0
  990. package/polyfill/node_modules/core-js/actual/string/virtual/italics.js +4 -0
  991. package/polyfill/node_modules/core-js/actual/string/virtual/iterator.js +4 -0
  992. package/polyfill/node_modules/core-js/actual/string/virtual/link.js +4 -0
  993. package/polyfill/node_modules/core-js/actual/string/virtual/match-all.js +4 -0
  994. package/polyfill/node_modules/core-js/actual/string/virtual/pad-end.js +4 -0
  995. package/polyfill/node_modules/core-js/actual/string/virtual/pad-start.js +4 -0
  996. package/polyfill/node_modules/core-js/actual/string/virtual/repeat.js +4 -0
  997. package/polyfill/node_modules/core-js/actual/string/virtual/replace-all.js +4 -0
  998. package/polyfill/node_modules/core-js/actual/string/virtual/small.js +4 -0
  999. package/polyfill/node_modules/core-js/actual/string/virtual/starts-with.js +4 -0
  1000. package/polyfill/node_modules/core-js/actual/string/virtual/strike.js +4 -0
  1001. package/polyfill/node_modules/core-js/actual/string/virtual/sub.js +4 -0
  1002. package/polyfill/node_modules/core-js/actual/string/virtual/substr.js +4 -0
  1003. package/polyfill/node_modules/core-js/actual/string/virtual/sup.js +4 -0
  1004. package/polyfill/node_modules/core-js/actual/string/virtual/to-well-formed.js +7 -0
  1005. package/polyfill/node_modules/core-js/actual/string/virtual/trim-end.js +4 -0
  1006. package/polyfill/node_modules/core-js/actual/string/virtual/trim-left.js +4 -0
  1007. package/polyfill/node_modules/core-js/actual/string/virtual/trim-right.js +4 -0
  1008. package/polyfill/node_modules/core-js/actual/string/virtual/trim-start.js +4 -0
  1009. package/polyfill/node_modules/core-js/actual/string/virtual/trim.js +4 -0
  1010. package/polyfill/node_modules/core-js/actual/structured-clone.js +4 -0
  1011. package/polyfill/node_modules/core-js/actual/suppressed-error.js +5 -0
  1012. package/polyfill/node_modules/core-js/actual/symbol/async-dispose.js +5 -0
  1013. package/polyfill/node_modules/core-js/actual/symbol/async-iterator.js +4 -0
  1014. package/polyfill/node_modules/core-js/actual/symbol/description.js +4 -0
  1015. package/polyfill/node_modules/core-js/actual/symbol/dispose.js +5 -0
  1016. package/polyfill/node_modules/core-js/actual/symbol/for.js +4 -0
  1017. package/polyfill/node_modules/core-js/actual/symbol/has-instance.js +4 -0
  1018. package/polyfill/node_modules/core-js/actual/symbol/index.js +9 -0
  1019. package/polyfill/node_modules/core-js/actual/symbol/is-concat-spreadable.js +4 -0
  1020. package/polyfill/node_modules/core-js/actual/symbol/iterator.js +4 -0
  1021. package/polyfill/node_modules/core-js/actual/symbol/key-for.js +4 -0
  1022. package/polyfill/node_modules/core-js/actual/symbol/match-all.js +4 -0
  1023. package/polyfill/node_modules/core-js/actual/symbol/match.js +4 -0
  1024. package/polyfill/node_modules/core-js/actual/symbol/metadata.js +6 -0
  1025. package/polyfill/node_modules/core-js/actual/symbol/replace.js +4 -0
  1026. package/polyfill/node_modules/core-js/actual/symbol/search.js +4 -0
  1027. package/polyfill/node_modules/core-js/actual/symbol/species.js +4 -0
  1028. package/polyfill/node_modules/core-js/actual/symbol/split.js +4 -0
  1029. package/polyfill/node_modules/core-js/actual/symbol/to-primitive.js +4 -0
  1030. package/polyfill/node_modules/core-js/actual/symbol/to-string-tag.js +4 -0
  1031. package/polyfill/node_modules/core-js/actual/symbol/unscopables.js +4 -0
  1032. package/polyfill/node_modules/core-js/actual/typed-array/at.js +4 -0
  1033. package/polyfill/node_modules/core-js/actual/typed-array/copy-within.js +4 -0
  1034. package/polyfill/node_modules/core-js/actual/typed-array/entries.js +4 -0
  1035. package/polyfill/node_modules/core-js/actual/typed-array/every.js +4 -0
  1036. package/polyfill/node_modules/core-js/actual/typed-array/fill.js +4 -0
  1037. package/polyfill/node_modules/core-js/actual/typed-array/filter.js +4 -0
  1038. package/polyfill/node_modules/core-js/actual/typed-array/find-index.js +4 -0
  1039. package/polyfill/node_modules/core-js/actual/typed-array/find-last-index.js +5 -0
  1040. package/polyfill/node_modules/core-js/actual/typed-array/find-last.js +5 -0
  1041. package/polyfill/node_modules/core-js/actual/typed-array/find.js +4 -0
  1042. package/polyfill/node_modules/core-js/actual/typed-array/float32-array.js +5 -0
  1043. package/polyfill/node_modules/core-js/actual/typed-array/float64-array.js +5 -0
  1044. package/polyfill/node_modules/core-js/actual/typed-array/for-each.js +4 -0
  1045. package/polyfill/node_modules/core-js/actual/typed-array/from-base64.js +5 -0
  1046. package/polyfill/node_modules/core-js/actual/typed-array/from-hex.js +5 -0
  1047. package/polyfill/node_modules/core-js/actual/typed-array/from.js +4 -0
  1048. package/polyfill/node_modules/core-js/actual/typed-array/includes.js +4 -0
  1049. package/polyfill/node_modules/core-js/actual/typed-array/index-of.js +4 -0
  1050. package/polyfill/node_modules/core-js/actual/typed-array/index.js +17 -0
  1051. package/polyfill/node_modules/core-js/actual/typed-array/int16-array.js +5 -0
  1052. package/polyfill/node_modules/core-js/actual/typed-array/int32-array.js +5 -0
  1053. package/polyfill/node_modules/core-js/actual/typed-array/int8-array.js +5 -0
  1054. package/polyfill/node_modules/core-js/actual/typed-array/iterator.js +4 -0
  1055. package/polyfill/node_modules/core-js/actual/typed-array/join.js +4 -0
  1056. package/polyfill/node_modules/core-js/actual/typed-array/keys.js +4 -0
  1057. package/polyfill/node_modules/core-js/actual/typed-array/last-index-of.js +4 -0
  1058. package/polyfill/node_modules/core-js/actual/typed-array/map.js +4 -0
  1059. package/polyfill/node_modules/core-js/actual/typed-array/methods.js +17 -0
  1060. package/polyfill/node_modules/core-js/actual/typed-array/of.js +4 -0
  1061. package/polyfill/node_modules/core-js/actual/typed-array/reduce-right.js +4 -0
  1062. package/polyfill/node_modules/core-js/actual/typed-array/reduce.js +4 -0
  1063. package/polyfill/node_modules/core-js/actual/typed-array/reverse.js +4 -0
  1064. package/polyfill/node_modules/core-js/actual/typed-array/set-from-base64.js +5 -0
  1065. package/polyfill/node_modules/core-js/actual/typed-array/set-from-hex.js +5 -0
  1066. package/polyfill/node_modules/core-js/actual/typed-array/set.js +4 -0
  1067. package/polyfill/node_modules/core-js/actual/typed-array/slice.js +4 -0
  1068. package/polyfill/node_modules/core-js/actual/typed-array/some.js +4 -0
  1069. package/polyfill/node_modules/core-js/actual/typed-array/sort.js +4 -0
  1070. package/polyfill/node_modules/core-js/actual/typed-array/subarray.js +4 -0
  1071. package/polyfill/node_modules/core-js/actual/typed-array/to-base64.js +5 -0
  1072. package/polyfill/node_modules/core-js/actual/typed-array/to-hex.js +5 -0
  1073. package/polyfill/node_modules/core-js/actual/typed-array/to-locale-string.js +4 -0
  1074. package/polyfill/node_modules/core-js/actual/typed-array/to-reversed.js +6 -0
  1075. package/polyfill/node_modules/core-js/actual/typed-array/to-sorted.js +6 -0
  1076. package/polyfill/node_modules/core-js/actual/typed-array/to-spliced.js +3 -0
  1077. package/polyfill/node_modules/core-js/actual/typed-array/to-string.js +4 -0
  1078. package/polyfill/node_modules/core-js/actual/typed-array/uint16-array.js +5 -0
  1079. package/polyfill/node_modules/core-js/actual/typed-array/uint32-array.js +5 -0
  1080. package/polyfill/node_modules/core-js/actual/typed-array/uint8-array.js +5 -0
  1081. package/polyfill/node_modules/core-js/actual/typed-array/uint8-clamped-array.js +5 -0
  1082. package/polyfill/node_modules/core-js/actual/typed-array/values.js +4 -0
  1083. package/polyfill/node_modules/core-js/actual/typed-array/with.js +6 -0
  1084. package/polyfill/node_modules/core-js/actual/unescape.js +4 -0
  1085. package/polyfill/node_modules/core-js/actual/url/can-parse.js +4 -0
  1086. package/polyfill/node_modules/core-js/actual/url/index.js +4 -0
  1087. package/polyfill/node_modules/core-js/actual/url/parse.js +4 -0
  1088. package/polyfill/node_modules/core-js/actual/url/to-json.js +4 -0
  1089. package/polyfill/node_modules/core-js/actual/url-search-params/index.js +4 -0
  1090. package/polyfill/node_modules/core-js/actual/weak-map/get-or-insert-computed.js +5 -0
  1091. package/polyfill/node_modules/core-js/actual/weak-map/get-or-insert.js +5 -0
  1092. package/polyfill/node_modules/core-js/actual/weak-map/index.js +6 -0
  1093. package/polyfill/node_modules/core-js/actual/weak-set/index.js +4 -0
  1094. package/polyfill/node_modules/core-js/configurator.js +28 -0
  1095. package/polyfill/node_modules/core-js/es/README.md +1 -0
  1096. package/polyfill/node_modules/core-js/es/aggregate-error.js +9 -0
  1097. package/polyfill/node_modules/core-js/es/array/at.js +5 -0
  1098. package/polyfill/node_modules/core-js/es/array/concat.js +5 -0
  1099. package/polyfill/node_modules/core-js/es/array/copy-within.js +5 -0
  1100. package/polyfill/node_modules/core-js/es/array/entries.js +6 -0
  1101. package/polyfill/node_modules/core-js/es/array/every.js +5 -0
  1102. package/polyfill/node_modules/core-js/es/array/fill.js +5 -0
  1103. package/polyfill/node_modules/core-js/es/array/filter.js +5 -0
  1104. package/polyfill/node_modules/core-js/es/array/find-index.js +5 -0
  1105. package/polyfill/node_modules/core-js/es/array/find-last-index.js +5 -0
  1106. package/polyfill/node_modules/core-js/es/array/find-last.js +5 -0
  1107. package/polyfill/node_modules/core-js/es/array/find.js +5 -0
  1108. package/polyfill/node_modules/core-js/es/array/flat-map.js +6 -0
  1109. package/polyfill/node_modules/core-js/es/array/flat.js +6 -0
  1110. package/polyfill/node_modules/core-js/es/array/for-each.js +5 -0
  1111. package/polyfill/node_modules/core-js/es/array/from-async.js +9 -0
  1112. package/polyfill/node_modules/core-js/es/array/from.js +6 -0
  1113. package/polyfill/node_modules/core-js/es/array/includes.js +5 -0
  1114. package/polyfill/node_modules/core-js/es/array/index-of.js +5 -0
  1115. package/polyfill/node_modules/core-js/es/array/index.js +46 -0
  1116. package/polyfill/node_modules/core-js/es/array/is-array.js +5 -0
  1117. package/polyfill/node_modules/core-js/es/array/iterator.js +6 -0
  1118. package/polyfill/node_modules/core-js/es/array/join.js +5 -0
  1119. package/polyfill/node_modules/core-js/es/array/keys.js +6 -0
  1120. package/polyfill/node_modules/core-js/es/array/last-index-of.js +5 -0
  1121. package/polyfill/node_modules/core-js/es/array/map.js +5 -0
  1122. package/polyfill/node_modules/core-js/es/array/of.js +5 -0
  1123. package/polyfill/node_modules/core-js/es/array/push.js +5 -0
  1124. package/polyfill/node_modules/core-js/es/array/reduce-right.js +5 -0
  1125. package/polyfill/node_modules/core-js/es/array/reduce.js +5 -0
  1126. package/polyfill/node_modules/core-js/es/array/reverse.js +5 -0
  1127. package/polyfill/node_modules/core-js/es/array/slice.js +5 -0
  1128. package/polyfill/node_modules/core-js/es/array/some.js +5 -0
  1129. package/polyfill/node_modules/core-js/es/array/sort.js +5 -0
  1130. package/polyfill/node_modules/core-js/es/array/splice.js +5 -0
  1131. package/polyfill/node_modules/core-js/es/array/to-reversed.js +5 -0
  1132. package/polyfill/node_modules/core-js/es/array/to-sorted.js +6 -0
  1133. package/polyfill/node_modules/core-js/es/array/to-spliced.js +5 -0
  1134. package/polyfill/node_modules/core-js/es/array/unshift.js +5 -0
  1135. package/polyfill/node_modules/core-js/es/array/values.js +6 -0
  1136. package/polyfill/node_modules/core-js/es/array/virtual/at.js +5 -0
  1137. package/polyfill/node_modules/core-js/es/array/virtual/concat.js +5 -0
  1138. package/polyfill/node_modules/core-js/es/array/virtual/copy-within.js +5 -0
  1139. package/polyfill/node_modules/core-js/es/array/virtual/entries.js +6 -0
  1140. package/polyfill/node_modules/core-js/es/array/virtual/every.js +5 -0
  1141. package/polyfill/node_modules/core-js/es/array/virtual/fill.js +5 -0
  1142. package/polyfill/node_modules/core-js/es/array/virtual/filter.js +5 -0
  1143. package/polyfill/node_modules/core-js/es/array/virtual/find-index.js +5 -0
  1144. package/polyfill/node_modules/core-js/es/array/virtual/find-last-index.js +5 -0
  1145. package/polyfill/node_modules/core-js/es/array/virtual/find-last.js +5 -0
  1146. package/polyfill/node_modules/core-js/es/array/virtual/find.js +5 -0
  1147. package/polyfill/node_modules/core-js/es/array/virtual/flat-map.js +6 -0
  1148. package/polyfill/node_modules/core-js/es/array/virtual/flat.js +6 -0
  1149. package/polyfill/node_modules/core-js/es/array/virtual/for-each.js +5 -0
  1150. package/polyfill/node_modules/core-js/es/array/virtual/includes.js +5 -0
  1151. package/polyfill/node_modules/core-js/es/array/virtual/index-of.js +5 -0
  1152. package/polyfill/node_modules/core-js/es/array/virtual/index.js +40 -0
  1153. package/polyfill/node_modules/core-js/es/array/virtual/iterator.js +6 -0
  1154. package/polyfill/node_modules/core-js/es/array/virtual/join.js +5 -0
  1155. package/polyfill/node_modules/core-js/es/array/virtual/keys.js +6 -0
  1156. package/polyfill/node_modules/core-js/es/array/virtual/last-index-of.js +5 -0
  1157. package/polyfill/node_modules/core-js/es/array/virtual/map.js +5 -0
  1158. package/polyfill/node_modules/core-js/es/array/virtual/push.js +5 -0
  1159. package/polyfill/node_modules/core-js/es/array/virtual/reduce-right.js +5 -0
  1160. package/polyfill/node_modules/core-js/es/array/virtual/reduce.js +5 -0
  1161. package/polyfill/node_modules/core-js/es/array/virtual/reverse.js +5 -0
  1162. package/polyfill/node_modules/core-js/es/array/virtual/slice.js +5 -0
  1163. package/polyfill/node_modules/core-js/es/array/virtual/some.js +5 -0
  1164. package/polyfill/node_modules/core-js/es/array/virtual/sort.js +5 -0
  1165. package/polyfill/node_modules/core-js/es/array/virtual/splice.js +5 -0
  1166. package/polyfill/node_modules/core-js/es/array/virtual/to-reversed.js +5 -0
  1167. package/polyfill/node_modules/core-js/es/array/virtual/to-sorted.js +6 -0
  1168. package/polyfill/node_modules/core-js/es/array/virtual/to-spliced.js +5 -0
  1169. package/polyfill/node_modules/core-js/es/array/virtual/unshift.js +5 -0
  1170. package/polyfill/node_modules/core-js/es/array/virtual/values.js +6 -0
  1171. package/polyfill/node_modules/core-js/es/array/virtual/with.js +5 -0
  1172. package/polyfill/node_modules/core-js/es/array/with.js +5 -0
  1173. package/polyfill/node_modules/core-js/es/array-buffer/constructor.js +10 -0
  1174. package/polyfill/node_modules/core-js/es/array-buffer/detached.js +4 -0
  1175. package/polyfill/node_modules/core-js/es/array-buffer/index.js +12 -0
  1176. package/polyfill/node_modules/core-js/es/array-buffer/is-view.js +5 -0
  1177. package/polyfill/node_modules/core-js/es/array-buffer/slice.js +2 -0
  1178. package/polyfill/node_modules/core-js/es/array-buffer/transfer-to-fixed-length.js +5 -0
  1179. package/polyfill/node_modules/core-js/es/array-buffer/transfer.js +5 -0
  1180. package/polyfill/node_modules/core-js/es/async-disposable-stack/constructor.js +12 -0
  1181. package/polyfill/node_modules/core-js/es/async-disposable-stack/index.js +12 -0
  1182. package/polyfill/node_modules/core-js/es/async-iterator/async-dispose.js +4 -0
  1183. package/polyfill/node_modules/core-js/es/async-iterator/index.js +4 -0
  1184. package/polyfill/node_modules/core-js/es/data-view/get-float16.js +2 -0
  1185. package/polyfill/node_modules/core-js/es/data-view/index.js +10 -0
  1186. package/polyfill/node_modules/core-js/es/data-view/set-float16.js +2 -0
  1187. package/polyfill/node_modules/core-js/es/date/get-year.js +5 -0
  1188. package/polyfill/node_modules/core-js/es/date/index.js +12 -0
  1189. package/polyfill/node_modules/core-js/es/date/now.js +5 -0
  1190. package/polyfill/node_modules/core-js/es/date/set-year.js +5 -0
  1191. package/polyfill/node_modules/core-js/es/date/to-gmt-string.js +5 -0
  1192. package/polyfill/node_modules/core-js/es/date/to-iso-string.js +6 -0
  1193. package/polyfill/node_modules/core-js/es/date/to-json.js +5 -0
  1194. package/polyfill/node_modules/core-js/es/date/to-primitive.js +6 -0
  1195. package/polyfill/node_modules/core-js/es/date/to-string.js +5 -0
  1196. package/polyfill/node_modules/core-js/es/disposable-stack/constructor.js +10 -0
  1197. package/polyfill/node_modules/core-js/es/disposable-stack/index.js +10 -0
  1198. package/polyfill/node_modules/core-js/es/error/constructor.js +5 -0
  1199. package/polyfill/node_modules/core-js/es/error/index.js +7 -0
  1200. package/polyfill/node_modules/core-js/es/error/is-error.js +6 -0
  1201. package/polyfill/node_modules/core-js/es/error/to-string.js +5 -0
  1202. package/polyfill/node_modules/core-js/es/escape.js +5 -0
  1203. package/polyfill/node_modules/core-js/es/function/bind.js +5 -0
  1204. package/polyfill/node_modules/core-js/es/function/has-instance.js +5 -0
  1205. package/polyfill/node_modules/core-js/es/function/index.js +7 -0
  1206. package/polyfill/node_modules/core-js/es/function/name.js +2 -0
  1207. package/polyfill/node_modules/core-js/es/function/virtual/bind.js +5 -0
  1208. package/polyfill/node_modules/core-js/es/function/virtual/index.js +5 -0
  1209. package/polyfill/node_modules/core-js/es/get-iterator-method.js +6 -0
  1210. package/polyfill/node_modules/core-js/es/get-iterator.js +6 -0
  1211. package/polyfill/node_modules/core-js/es/global-this.js +4 -0
  1212. package/polyfill/node_modules/core-js/es/index.js +300 -0
  1213. package/polyfill/node_modules/core-js/es/instance/at.js +15 -0
  1214. package/polyfill/node_modules/core-js/es/instance/bind.js +10 -0
  1215. package/polyfill/node_modules/core-js/es/instance/code-point-at.js +11 -0
  1216. package/polyfill/node_modules/core-js/es/instance/concat.js +10 -0
  1217. package/polyfill/node_modules/core-js/es/instance/copy-within.js +10 -0
  1218. package/polyfill/node_modules/core-js/es/instance/ends-with.js +11 -0
  1219. package/polyfill/node_modules/core-js/es/instance/entries.js +10 -0
  1220. package/polyfill/node_modules/core-js/es/instance/every.js +10 -0
  1221. package/polyfill/node_modules/core-js/es/instance/fill.js +10 -0
  1222. package/polyfill/node_modules/core-js/es/instance/filter.js +10 -0
  1223. package/polyfill/node_modules/core-js/es/instance/find-index.js +10 -0
  1224. package/polyfill/node_modules/core-js/es/instance/find-last-index.js +10 -0
  1225. package/polyfill/node_modules/core-js/es/instance/find-last.js +10 -0
  1226. package/polyfill/node_modules/core-js/es/instance/find.js +10 -0
  1227. package/polyfill/node_modules/core-js/es/instance/flags.js +9 -0
  1228. package/polyfill/node_modules/core-js/es/instance/flat-map.js +10 -0
  1229. package/polyfill/node_modules/core-js/es/instance/flat.js +10 -0
  1230. package/polyfill/node_modules/core-js/es/instance/for-each.js +10 -0
  1231. package/polyfill/node_modules/core-js/es/instance/includes.js +15 -0
  1232. package/polyfill/node_modules/core-js/es/instance/index-of.js +10 -0
  1233. package/polyfill/node_modules/core-js/es/instance/is-well-formed.js +11 -0
  1234. package/polyfill/node_modules/core-js/es/instance/keys.js +10 -0
  1235. package/polyfill/node_modules/core-js/es/instance/last-index-of.js +10 -0
  1236. package/polyfill/node_modules/core-js/es/instance/map.js +10 -0
  1237. package/polyfill/node_modules/core-js/es/instance/match-all.js +11 -0
  1238. package/polyfill/node_modules/core-js/es/instance/pad-end.js +11 -0
  1239. package/polyfill/node_modules/core-js/es/instance/pad-start.js +11 -0
  1240. package/polyfill/node_modules/core-js/es/instance/push.js +10 -0
  1241. package/polyfill/node_modules/core-js/es/instance/reduce-right.js +10 -0
  1242. package/polyfill/node_modules/core-js/es/instance/reduce.js +10 -0
  1243. package/polyfill/node_modules/core-js/es/instance/repeat.js +11 -0
  1244. package/polyfill/node_modules/core-js/es/instance/replace-all.js +11 -0
  1245. package/polyfill/node_modules/core-js/es/instance/reverse.js +10 -0
  1246. package/polyfill/node_modules/core-js/es/instance/slice.js +10 -0
  1247. package/polyfill/node_modules/core-js/es/instance/some.js +10 -0
  1248. package/polyfill/node_modules/core-js/es/instance/sort.js +10 -0
  1249. package/polyfill/node_modules/core-js/es/instance/splice.js +10 -0
  1250. package/polyfill/node_modules/core-js/es/instance/starts-with.js +11 -0
  1251. package/polyfill/node_modules/core-js/es/instance/to-reversed.js +10 -0
  1252. package/polyfill/node_modules/core-js/es/instance/to-sorted.js +10 -0
  1253. package/polyfill/node_modules/core-js/es/instance/to-spliced.js +10 -0
  1254. package/polyfill/node_modules/core-js/es/instance/to-well-formed.js +11 -0
  1255. package/polyfill/node_modules/core-js/es/instance/trim-end.js +11 -0
  1256. package/polyfill/node_modules/core-js/es/instance/trim-left.js +11 -0
  1257. package/polyfill/node_modules/core-js/es/instance/trim-right.js +11 -0
  1258. package/polyfill/node_modules/core-js/es/instance/trim-start.js +11 -0
  1259. package/polyfill/node_modules/core-js/es/instance/trim.js +11 -0
  1260. package/polyfill/node_modules/core-js/es/instance/unshift.js +10 -0
  1261. package/polyfill/node_modules/core-js/es/instance/values.js +10 -0
  1262. package/polyfill/node_modules/core-js/es/instance/with.js +10 -0
  1263. package/polyfill/node_modules/core-js/es/is-iterable.js +6 -0
  1264. package/polyfill/node_modules/core-js/es/iterator/concat.js +21 -0
  1265. package/polyfill/node_modules/core-js/es/iterator/dispose.js +2 -0
  1266. package/polyfill/node_modules/core-js/es/iterator/drop.js +8 -0
  1267. package/polyfill/node_modules/core-js/es/iterator/every.js +8 -0
  1268. package/polyfill/node_modules/core-js/es/iterator/filter.js +8 -0
  1269. package/polyfill/node_modules/core-js/es/iterator/find.js +8 -0
  1270. package/polyfill/node_modules/core-js/es/iterator/flat-map.js +9 -0
  1271. package/polyfill/node_modules/core-js/es/iterator/for-each.js +8 -0
  1272. package/polyfill/node_modules/core-js/es/iterator/from.js +21 -0
  1273. package/polyfill/node_modules/core-js/es/iterator/index.js +23 -0
  1274. package/polyfill/node_modules/core-js/es/iterator/map.js +8 -0
  1275. package/polyfill/node_modules/core-js/es/iterator/reduce.js +8 -0
  1276. package/polyfill/node_modules/core-js/es/iterator/some.js +8 -0
  1277. package/polyfill/node_modules/core-js/es/iterator/take.js +8 -0
  1278. package/polyfill/node_modules/core-js/es/iterator/to-array.js +8 -0
  1279. package/polyfill/node_modules/core-js/es/json/index.js +14 -0
  1280. package/polyfill/node_modules/core-js/es/json/is-raw-json.js +5 -0
  1281. package/polyfill/node_modules/core-js/es/json/parse.js +6 -0
  1282. package/polyfill/node_modules/core-js/es/json/raw-json.js +7 -0
  1283. package/polyfill/node_modules/core-js/es/json/stringify.js +13 -0
  1284. package/polyfill/node_modules/core-js/es/json/to-string-tag.js +4 -0
  1285. package/polyfill/node_modules/core-js/es/map/get-or-insert-computed.js +6 -0
  1286. package/polyfill/node_modules/core-js/es/map/get-or-insert.js +6 -0
  1287. package/polyfill/node_modules/core-js/es/map/group-by.js +9 -0
  1288. package/polyfill/node_modules/core-js/es/map/index.js +11 -0
  1289. package/polyfill/node_modules/core-js/es/math/acosh.js +5 -0
  1290. package/polyfill/node_modules/core-js/es/math/asinh.js +5 -0
  1291. package/polyfill/node_modules/core-js/es/math/atanh.js +5 -0
  1292. package/polyfill/node_modules/core-js/es/math/cbrt.js +5 -0
  1293. package/polyfill/node_modules/core-js/es/math/clz32.js +5 -0
  1294. package/polyfill/node_modules/core-js/es/math/cosh.js +5 -0
  1295. package/polyfill/node_modules/core-js/es/math/expm1.js +5 -0
  1296. package/polyfill/node_modules/core-js/es/math/f16round.js +5 -0
  1297. package/polyfill/node_modules/core-js/es/math/fround.js +5 -0
  1298. package/polyfill/node_modules/core-js/es/math/hypot.js +5 -0
  1299. package/polyfill/node_modules/core-js/es/math/imul.js +5 -0
  1300. package/polyfill/node_modules/core-js/es/math/index.js +25 -0
  1301. package/polyfill/node_modules/core-js/es/math/log10.js +5 -0
  1302. package/polyfill/node_modules/core-js/es/math/log1p.js +5 -0
  1303. package/polyfill/node_modules/core-js/es/math/log2.js +5 -0
  1304. package/polyfill/node_modules/core-js/es/math/sign.js +5 -0
  1305. package/polyfill/node_modules/core-js/es/math/sinh.js +5 -0
  1306. package/polyfill/node_modules/core-js/es/math/sum-precise.js +6 -0
  1307. package/polyfill/node_modules/core-js/es/math/tanh.js +5 -0
  1308. package/polyfill/node_modules/core-js/es/math/to-string-tag.js +4 -0
  1309. package/polyfill/node_modules/core-js/es/math/trunc.js +5 -0
  1310. package/polyfill/node_modules/core-js/es/number/constructor.js +5 -0
  1311. package/polyfill/node_modules/core-js/es/number/epsilon.js +4 -0
  1312. package/polyfill/node_modules/core-js/es/number/index.js +17 -0
  1313. package/polyfill/node_modules/core-js/es/number/is-finite.js +5 -0
  1314. package/polyfill/node_modules/core-js/es/number/is-integer.js +5 -0
  1315. package/polyfill/node_modules/core-js/es/number/is-nan.js +5 -0
  1316. package/polyfill/node_modules/core-js/es/number/is-safe-integer.js +5 -0
  1317. package/polyfill/node_modules/core-js/es/number/max-safe-integer.js +4 -0
  1318. package/polyfill/node_modules/core-js/es/number/min-safe-integer.js +4 -0
  1319. package/polyfill/node_modules/core-js/es/number/parse-float.js +5 -0
  1320. package/polyfill/node_modules/core-js/es/number/parse-int.js +5 -0
  1321. package/polyfill/node_modules/core-js/es/number/to-exponential.js +5 -0
  1322. package/polyfill/node_modules/core-js/es/number/to-fixed.js +5 -0
  1323. package/polyfill/node_modules/core-js/es/number/to-precision.js +5 -0
  1324. package/polyfill/node_modules/core-js/es/number/virtual/index.js +7 -0
  1325. package/polyfill/node_modules/core-js/es/number/virtual/to-exponential.js +5 -0
  1326. package/polyfill/node_modules/core-js/es/number/virtual/to-fixed.js +5 -0
  1327. package/polyfill/node_modules/core-js/es/number/virtual/to-precision.js +5 -0
  1328. package/polyfill/node_modules/core-js/es/object/assign.js +5 -0
  1329. package/polyfill/node_modules/core-js/es/object/create.js +9 -0
  1330. package/polyfill/node_modules/core-js/es/object/define-getter.js +5 -0
  1331. package/polyfill/node_modules/core-js/es/object/define-properties.js +11 -0
  1332. package/polyfill/node_modules/core-js/es/object/define-property.js +11 -0
  1333. package/polyfill/node_modules/core-js/es/object/define-setter.js +5 -0
  1334. package/polyfill/node_modules/core-js/es/object/entries.js +5 -0
  1335. package/polyfill/node_modules/core-js/es/object/freeze.js +5 -0
  1336. package/polyfill/node_modules/core-js/es/object/from-entries.js +6 -0
  1337. package/polyfill/node_modules/core-js/es/object/get-own-property-descriptor.js +11 -0
  1338. package/polyfill/node_modules/core-js/es/object/get-own-property-descriptors.js +5 -0
  1339. package/polyfill/node_modules/core-js/es/object/get-own-property-names.js +9 -0
  1340. package/polyfill/node_modules/core-js/es/object/get-own-property-symbols.js +5 -0
  1341. package/polyfill/node_modules/core-js/es/object/get-prototype-of.js +5 -0
  1342. package/polyfill/node_modules/core-js/es/object/group-by.js +7 -0
  1343. package/polyfill/node_modules/core-js/es/object/has-own.js +5 -0
  1344. package/polyfill/node_modules/core-js/es/object/index.js +36 -0
  1345. package/polyfill/node_modules/core-js/es/object/is-extensible.js +5 -0
  1346. package/polyfill/node_modules/core-js/es/object/is-frozen.js +5 -0
  1347. package/polyfill/node_modules/core-js/es/object/is-sealed.js +5 -0
  1348. package/polyfill/node_modules/core-js/es/object/is.js +5 -0
  1349. package/polyfill/node_modules/core-js/es/object/keys.js +5 -0
  1350. package/polyfill/node_modules/core-js/es/object/lookup-getter.js +5 -0
  1351. package/polyfill/node_modules/core-js/es/object/lookup-setter.js +5 -0
  1352. package/polyfill/node_modules/core-js/es/object/prevent-extensions.js +5 -0
  1353. package/polyfill/node_modules/core-js/es/object/proto.js +2 -0
  1354. package/polyfill/node_modules/core-js/es/object/seal.js +5 -0
  1355. package/polyfill/node_modules/core-js/es/object/set-prototype-of.js +5 -0
  1356. package/polyfill/node_modules/core-js/es/object/to-string.js +10 -0
  1357. package/polyfill/node_modules/core-js/es/object/values.js +5 -0
  1358. package/polyfill/node_modules/core-js/es/parse-float.js +5 -0
  1359. package/polyfill/node_modules/core-js/es/parse-int.js +5 -0
  1360. package/polyfill/node_modules/core-js/es/promise/all-settled.js +16 -0
  1361. package/polyfill/node_modules/core-js/es/promise/any.js +17 -0
  1362. package/polyfill/node_modules/core-js/es/promise/finally.js +7 -0
  1363. package/polyfill/node_modules/core-js/es/promise/index.js +14 -0
  1364. package/polyfill/node_modules/core-js/es/promise/try.js +15 -0
  1365. package/polyfill/node_modules/core-js/es/promise/with-resolvers.js +13 -0
  1366. package/polyfill/node_modules/core-js/es/reflect/apply.js +5 -0
  1367. package/polyfill/node_modules/core-js/es/reflect/construct.js +5 -0
  1368. package/polyfill/node_modules/core-js/es/reflect/define-property.js +5 -0
  1369. package/polyfill/node_modules/core-js/es/reflect/delete-property.js +5 -0
  1370. package/polyfill/node_modules/core-js/es/reflect/get-own-property-descriptor.js +5 -0
  1371. package/polyfill/node_modules/core-js/es/reflect/get-prototype-of.js +5 -0
  1372. package/polyfill/node_modules/core-js/es/reflect/get.js +5 -0
  1373. package/polyfill/node_modules/core-js/es/reflect/has.js +5 -0
  1374. package/polyfill/node_modules/core-js/es/reflect/index.js +19 -0
  1375. package/polyfill/node_modules/core-js/es/reflect/is-extensible.js +5 -0
  1376. package/polyfill/node_modules/core-js/es/reflect/own-keys.js +5 -0
  1377. package/polyfill/node_modules/core-js/es/reflect/prevent-extensions.js +5 -0
  1378. package/polyfill/node_modules/core-js/es/reflect/set-prototype-of.js +5 -0
  1379. package/polyfill/node_modules/core-js/es/reflect/set.js +5 -0
  1380. package/polyfill/node_modules/core-js/es/reflect/to-string-tag.js +5 -0
  1381. package/polyfill/node_modules/core-js/es/regexp/constructor.js +7 -0
  1382. package/polyfill/node_modules/core-js/es/regexp/dot-all.js +8 -0
  1383. package/polyfill/node_modules/core-js/es/regexp/escape.js +5 -0
  1384. package/polyfill/node_modules/core-js/es/regexp/flags.js +5 -0
  1385. package/polyfill/node_modules/core-js/es/regexp/index.js +13 -0
  1386. package/polyfill/node_modules/core-js/es/regexp/match.js +11 -0
  1387. package/polyfill/node_modules/core-js/es/regexp/replace.js +11 -0
  1388. package/polyfill/node_modules/core-js/es/regexp/search.js +11 -0
  1389. package/polyfill/node_modules/core-js/es/regexp/split.js +11 -0
  1390. package/polyfill/node_modules/core-js/es/regexp/sticky.js +8 -0
  1391. package/polyfill/node_modules/core-js/es/regexp/test.js +6 -0
  1392. package/polyfill/node_modules/core-js/es/regexp/to-string.js +5 -0
  1393. package/polyfill/node_modules/core-js/es/set/difference.js +6 -0
  1394. package/polyfill/node_modules/core-js/es/set/index.js +15 -0
  1395. package/polyfill/node_modules/core-js/es/set/intersection.js +6 -0
  1396. package/polyfill/node_modules/core-js/es/set/is-disjoint-from.js +6 -0
  1397. package/polyfill/node_modules/core-js/es/set/is-subset-of.js +6 -0
  1398. package/polyfill/node_modules/core-js/es/set/is-superset-of.js +6 -0
  1399. package/polyfill/node_modules/core-js/es/set/symmetric-difference.js +6 -0
  1400. package/polyfill/node_modules/core-js/es/set/union.js +6 -0
  1401. package/polyfill/node_modules/core-js/es/string/anchor.js +5 -0
  1402. package/polyfill/node_modules/core-js/es/string/at.js +5 -0
  1403. package/polyfill/node_modules/core-js/es/string/big.js +5 -0
  1404. package/polyfill/node_modules/core-js/es/string/blink.js +5 -0
  1405. package/polyfill/node_modules/core-js/es/string/bold.js +5 -0
  1406. package/polyfill/node_modules/core-js/es/string/code-point-at.js +5 -0
  1407. package/polyfill/node_modules/core-js/es/string/ends-with.js +5 -0
  1408. package/polyfill/node_modules/core-js/es/string/fixed.js +5 -0
  1409. package/polyfill/node_modules/core-js/es/string/fontcolor.js +5 -0
  1410. package/polyfill/node_modules/core-js/es/string/fontsize.js +5 -0
  1411. package/polyfill/node_modules/core-js/es/string/from-code-point.js +5 -0
  1412. package/polyfill/node_modules/core-js/es/string/includes.js +5 -0
  1413. package/polyfill/node_modules/core-js/es/string/index.js +42 -0
  1414. package/polyfill/node_modules/core-js/es/string/is-well-formed.js +4 -0
  1415. package/polyfill/node_modules/core-js/es/string/italics.js +5 -0
  1416. package/polyfill/node_modules/core-js/es/string/iterator.js +7 -0
  1417. package/polyfill/node_modules/core-js/es/string/link.js +5 -0
  1418. package/polyfill/node_modules/core-js/es/string/match-all.js +7 -0
  1419. package/polyfill/node_modules/core-js/es/string/match.js +6 -0
  1420. package/polyfill/node_modules/core-js/es/string/pad-end.js +5 -0
  1421. package/polyfill/node_modules/core-js/es/string/pad-start.js +5 -0
  1422. package/polyfill/node_modules/core-js/es/string/raw.js +5 -0
  1423. package/polyfill/node_modules/core-js/es/string/repeat.js +5 -0
  1424. package/polyfill/node_modules/core-js/es/string/replace-all.js +7 -0
  1425. package/polyfill/node_modules/core-js/es/string/replace.js +6 -0
  1426. package/polyfill/node_modules/core-js/es/string/search.js +6 -0
  1427. package/polyfill/node_modules/core-js/es/string/small.js +5 -0
  1428. package/polyfill/node_modules/core-js/es/string/split.js +6 -0
  1429. package/polyfill/node_modules/core-js/es/string/starts-with.js +5 -0
  1430. package/polyfill/node_modules/core-js/es/string/strike.js +5 -0
  1431. package/polyfill/node_modules/core-js/es/string/sub.js +5 -0
  1432. package/polyfill/node_modules/core-js/es/string/substr.js +5 -0
  1433. package/polyfill/node_modules/core-js/es/string/sup.js +5 -0
  1434. package/polyfill/node_modules/core-js/es/string/to-well-formed.js +4 -0
  1435. package/polyfill/node_modules/core-js/es/string/trim-end.js +5 -0
  1436. package/polyfill/node_modules/core-js/es/string/trim-left.js +5 -0
  1437. package/polyfill/node_modules/core-js/es/string/trim-right.js +5 -0
  1438. package/polyfill/node_modules/core-js/es/string/trim-start.js +5 -0
  1439. package/polyfill/node_modules/core-js/es/string/trim.js +5 -0
  1440. package/polyfill/node_modules/core-js/es/string/virtual/anchor.js +5 -0
  1441. package/polyfill/node_modules/core-js/es/string/virtual/at.js +5 -0
  1442. package/polyfill/node_modules/core-js/es/string/virtual/big.js +5 -0
  1443. package/polyfill/node_modules/core-js/es/string/virtual/blink.js +5 -0
  1444. package/polyfill/node_modules/core-js/es/string/virtual/bold.js +5 -0
  1445. package/polyfill/node_modules/core-js/es/string/virtual/code-point-at.js +5 -0
  1446. package/polyfill/node_modules/core-js/es/string/virtual/ends-with.js +5 -0
  1447. package/polyfill/node_modules/core-js/es/string/virtual/fixed.js +5 -0
  1448. package/polyfill/node_modules/core-js/es/string/virtual/fontcolor.js +5 -0
  1449. package/polyfill/node_modules/core-js/es/string/virtual/fontsize.js +5 -0
  1450. package/polyfill/node_modules/core-js/es/string/virtual/includes.js +5 -0
  1451. package/polyfill/node_modules/core-js/es/string/virtual/index.js +38 -0
  1452. package/polyfill/node_modules/core-js/es/string/virtual/is-well-formed.js +5 -0
  1453. package/polyfill/node_modules/core-js/es/string/virtual/italics.js +5 -0
  1454. package/polyfill/node_modules/core-js/es/string/virtual/iterator.js +6 -0
  1455. package/polyfill/node_modules/core-js/es/string/virtual/link.js +5 -0
  1456. package/polyfill/node_modules/core-js/es/string/virtual/match-all.js +7 -0
  1457. package/polyfill/node_modules/core-js/es/string/virtual/pad-end.js +5 -0
  1458. package/polyfill/node_modules/core-js/es/string/virtual/pad-start.js +5 -0
  1459. package/polyfill/node_modules/core-js/es/string/virtual/repeat.js +5 -0
  1460. package/polyfill/node_modules/core-js/es/string/virtual/replace-all.js +7 -0
  1461. package/polyfill/node_modules/core-js/es/string/virtual/small.js +5 -0
  1462. package/polyfill/node_modules/core-js/es/string/virtual/starts-with.js +5 -0
  1463. package/polyfill/node_modules/core-js/es/string/virtual/strike.js +5 -0
  1464. package/polyfill/node_modules/core-js/es/string/virtual/sub.js +5 -0
  1465. package/polyfill/node_modules/core-js/es/string/virtual/substr.js +5 -0
  1466. package/polyfill/node_modules/core-js/es/string/virtual/sup.js +5 -0
  1467. package/polyfill/node_modules/core-js/es/string/virtual/to-well-formed.js +5 -0
  1468. package/polyfill/node_modules/core-js/es/string/virtual/trim-end.js +5 -0
  1469. package/polyfill/node_modules/core-js/es/string/virtual/trim-left.js +5 -0
  1470. package/polyfill/node_modules/core-js/es/string/virtual/trim-right.js +5 -0
  1471. package/polyfill/node_modules/core-js/es/string/virtual/trim-start.js +5 -0
  1472. package/polyfill/node_modules/core-js/es/string/virtual/trim.js +5 -0
  1473. package/polyfill/node_modules/core-js/es/suppressed-error.js +7 -0
  1474. package/polyfill/node_modules/core-js/es/symbol/async-dispose.js +5 -0
  1475. package/polyfill/node_modules/core-js/es/symbol/async-iterator.js +5 -0
  1476. package/polyfill/node_modules/core-js/es/symbol/description.js +2 -0
  1477. package/polyfill/node_modules/core-js/es/symbol/dispose.js +5 -0
  1478. package/polyfill/node_modules/core-js/es/symbol/for.js +5 -0
  1479. package/polyfill/node_modules/core-js/es/symbol/has-instance.js +6 -0
  1480. package/polyfill/node_modules/core-js/es/symbol/index.js +26 -0
  1481. package/polyfill/node_modules/core-js/es/symbol/is-concat-spreadable.js +6 -0
  1482. package/polyfill/node_modules/core-js/es/symbol/iterator.js +8 -0
  1483. package/polyfill/node_modules/core-js/es/symbol/key-for.js +5 -0
  1484. package/polyfill/node_modules/core-js/es/symbol/match-all.js +8 -0
  1485. package/polyfill/node_modules/core-js/es/symbol/match.js +7 -0
  1486. package/polyfill/node_modules/core-js/es/symbol/replace.js +7 -0
  1487. package/polyfill/node_modules/core-js/es/symbol/search.js +7 -0
  1488. package/polyfill/node_modules/core-js/es/symbol/species.js +5 -0
  1489. package/polyfill/node_modules/core-js/es/symbol/split.js +7 -0
  1490. package/polyfill/node_modules/core-js/es/symbol/to-primitive.js +6 -0
  1491. package/polyfill/node_modules/core-js/es/symbol/to-string-tag.js +9 -0
  1492. package/polyfill/node_modules/core-js/es/symbol/unscopables.js +5 -0
  1493. package/polyfill/node_modules/core-js/es/typed-array/at.js +2 -0
  1494. package/polyfill/node_modules/core-js/es/typed-array/copy-within.js +2 -0
  1495. package/polyfill/node_modules/core-js/es/typed-array/entries.js +3 -0
  1496. package/polyfill/node_modules/core-js/es/typed-array/every.js +2 -0
  1497. package/polyfill/node_modules/core-js/es/typed-array/fill.js +2 -0
  1498. package/polyfill/node_modules/core-js/es/typed-array/filter.js +2 -0
  1499. package/polyfill/node_modules/core-js/es/typed-array/find-index.js +2 -0
  1500. package/polyfill/node_modules/core-js/es/typed-array/find-last-index.js +2 -0
  1501. package/polyfill/node_modules/core-js/es/typed-array/find-last.js +2 -0
  1502. package/polyfill/node_modules/core-js/es/typed-array/find.js +2 -0
  1503. package/polyfill/node_modules/core-js/es/typed-array/float32-array.js +8 -0
  1504. package/polyfill/node_modules/core-js/es/typed-array/float64-array.js +8 -0
  1505. package/polyfill/node_modules/core-js/es/typed-array/for-each.js +2 -0
  1506. package/polyfill/node_modules/core-js/es/typed-array/from-base64.js +2 -0
  1507. package/polyfill/node_modules/core-js/es/typed-array/from-hex.js +2 -0
  1508. package/polyfill/node_modules/core-js/es/typed-array/from.js +2 -0
  1509. package/polyfill/node_modules/core-js/es/typed-array/includes.js +2 -0
  1510. package/polyfill/node_modules/core-js/es/typed-array/index-of.js +2 -0
  1511. package/polyfill/node_modules/core-js/es/typed-array/index.js +13 -0
  1512. package/polyfill/node_modules/core-js/es/typed-array/int16-array.js +8 -0
  1513. package/polyfill/node_modules/core-js/es/typed-array/int32-array.js +8 -0
  1514. package/polyfill/node_modules/core-js/es/typed-array/int8-array.js +8 -0
  1515. package/polyfill/node_modules/core-js/es/typed-array/iterator.js +3 -0
  1516. package/polyfill/node_modules/core-js/es/typed-array/join.js +2 -0
  1517. package/polyfill/node_modules/core-js/es/typed-array/keys.js +3 -0
  1518. package/polyfill/node_modules/core-js/es/typed-array/last-index-of.js +2 -0
  1519. package/polyfill/node_modules/core-js/es/typed-array/map.js +2 -0
  1520. package/polyfill/node_modules/core-js/es/typed-array/methods.js +40 -0
  1521. package/polyfill/node_modules/core-js/es/typed-array/of.js +2 -0
  1522. package/polyfill/node_modules/core-js/es/typed-array/reduce-right.js +2 -0
  1523. package/polyfill/node_modules/core-js/es/typed-array/reduce.js +2 -0
  1524. package/polyfill/node_modules/core-js/es/typed-array/reverse.js +2 -0
  1525. package/polyfill/node_modules/core-js/es/typed-array/set-from-base64.js +2 -0
  1526. package/polyfill/node_modules/core-js/es/typed-array/set-from-hex.js +2 -0
  1527. package/polyfill/node_modules/core-js/es/typed-array/set.js +2 -0
  1528. package/polyfill/node_modules/core-js/es/typed-array/slice.js +2 -0
  1529. package/polyfill/node_modules/core-js/es/typed-array/some.js +2 -0
  1530. package/polyfill/node_modules/core-js/es/typed-array/sort.js +2 -0
  1531. package/polyfill/node_modules/core-js/es/typed-array/subarray.js +2 -0
  1532. package/polyfill/node_modules/core-js/es/typed-array/to-base64.js +2 -0
  1533. package/polyfill/node_modules/core-js/es/typed-array/to-hex.js +2 -0
  1534. package/polyfill/node_modules/core-js/es/typed-array/to-locale-string.js +2 -0
  1535. package/polyfill/node_modules/core-js/es/typed-array/to-reversed.js +2 -0
  1536. package/polyfill/node_modules/core-js/es/typed-array/to-sorted.js +3 -0
  1537. package/polyfill/node_modules/core-js/es/typed-array/to-string.js +2 -0
  1538. package/polyfill/node_modules/core-js/es/typed-array/uint16-array.js +8 -0
  1539. package/polyfill/node_modules/core-js/es/typed-array/uint32-array.js +8 -0
  1540. package/polyfill/node_modules/core-js/es/typed-array/uint8-array.js +8 -0
  1541. package/polyfill/node_modules/core-js/es/typed-array/uint8-clamped-array.js +8 -0
  1542. package/polyfill/node_modules/core-js/es/typed-array/values.js +3 -0
  1543. package/polyfill/node_modules/core-js/es/typed-array/with.js +2 -0
  1544. package/polyfill/node_modules/core-js/es/unescape.js +5 -0
  1545. package/polyfill/node_modules/core-js/es/weak-map/get-or-insert-computed.js +6 -0
  1546. package/polyfill/node_modules/core-js/es/weak-map/get-or-insert.js +6 -0
  1547. package/polyfill/node_modules/core-js/es/weak-map/index.js +9 -0
  1548. package/polyfill/node_modules/core-js/es/weak-set/index.js +7 -0
  1549. package/polyfill/node_modules/core-js/features/aggregate-error.js +2 -0
  1550. package/polyfill/node_modules/core-js/features/array/at.js +2 -0
  1551. package/polyfill/node_modules/core-js/features/array/concat.js +2 -0
  1552. package/polyfill/node_modules/core-js/features/array/copy-within.js +2 -0
  1553. package/polyfill/node_modules/core-js/features/array/entries.js +2 -0
  1554. package/polyfill/node_modules/core-js/features/array/every.js +2 -0
  1555. package/polyfill/node_modules/core-js/features/array/fill.js +2 -0
  1556. package/polyfill/node_modules/core-js/features/array/filter-out.js +2 -0
  1557. package/polyfill/node_modules/core-js/features/array/filter-reject.js +2 -0
  1558. package/polyfill/node_modules/core-js/features/array/filter.js +2 -0
  1559. package/polyfill/node_modules/core-js/features/array/find-index.js +2 -0
  1560. package/polyfill/node_modules/core-js/features/array/find-last-index.js +2 -0
  1561. package/polyfill/node_modules/core-js/features/array/find-last.js +2 -0
  1562. package/polyfill/node_modules/core-js/features/array/find.js +2 -0
  1563. package/polyfill/node_modules/core-js/features/array/flat-map.js +2 -0
  1564. package/polyfill/node_modules/core-js/features/array/flat.js +2 -0
  1565. package/polyfill/node_modules/core-js/features/array/for-each.js +2 -0
  1566. package/polyfill/node_modules/core-js/features/array/from-async.js +2 -0
  1567. package/polyfill/node_modules/core-js/features/array/from.js +2 -0
  1568. package/polyfill/node_modules/core-js/features/array/group-by-to-map.js +2 -0
  1569. package/polyfill/node_modules/core-js/features/array/group-by.js +2 -0
  1570. package/polyfill/node_modules/core-js/features/array/group-to-map.js +2 -0
  1571. package/polyfill/node_modules/core-js/features/array/group.js +2 -0
  1572. package/polyfill/node_modules/core-js/features/array/includes.js +2 -0
  1573. package/polyfill/node_modules/core-js/features/array/index-of.js +2 -0
  1574. package/polyfill/node_modules/core-js/features/array/index.js +2 -0
  1575. package/polyfill/node_modules/core-js/features/array/is-array.js +2 -0
  1576. package/polyfill/node_modules/core-js/features/array/is-template-object.js +2 -0
  1577. package/polyfill/node_modules/core-js/features/array/iterator.js +2 -0
  1578. package/polyfill/node_modules/core-js/features/array/join.js +2 -0
  1579. package/polyfill/node_modules/core-js/features/array/keys.js +2 -0
  1580. package/polyfill/node_modules/core-js/features/array/last-index-of.js +2 -0
  1581. package/polyfill/node_modules/core-js/features/array/last-index.js +2 -0
  1582. package/polyfill/node_modules/core-js/features/array/last-item.js +2 -0
  1583. package/polyfill/node_modules/core-js/features/array/map.js +2 -0
  1584. package/polyfill/node_modules/core-js/features/array/of.js +2 -0
  1585. package/polyfill/node_modules/core-js/features/array/push.js +2 -0
  1586. package/polyfill/node_modules/core-js/features/array/reduce-right.js +2 -0
  1587. package/polyfill/node_modules/core-js/features/array/reduce.js +2 -0
  1588. package/polyfill/node_modules/core-js/features/array/reverse.js +2 -0
  1589. package/polyfill/node_modules/core-js/features/array/slice.js +2 -0
  1590. package/polyfill/node_modules/core-js/features/array/some.js +2 -0
  1591. package/polyfill/node_modules/core-js/features/array/sort.js +2 -0
  1592. package/polyfill/node_modules/core-js/features/array/splice.js +2 -0
  1593. package/polyfill/node_modules/core-js/features/array/to-reversed.js +2 -0
  1594. package/polyfill/node_modules/core-js/features/array/to-sorted.js +2 -0
  1595. package/polyfill/node_modules/core-js/features/array/to-spliced.js +2 -0
  1596. package/polyfill/node_modules/core-js/features/array/unique-by.js +2 -0
  1597. package/polyfill/node_modules/core-js/features/array/unshift.js +2 -0
  1598. package/polyfill/node_modules/core-js/features/array/values.js +2 -0
  1599. package/polyfill/node_modules/core-js/features/array/virtual/at.js +2 -0
  1600. package/polyfill/node_modules/core-js/features/array/virtual/concat.js +2 -0
  1601. package/polyfill/node_modules/core-js/features/array/virtual/copy-within.js +2 -0
  1602. package/polyfill/node_modules/core-js/features/array/virtual/entries.js +2 -0
  1603. package/polyfill/node_modules/core-js/features/array/virtual/every.js +2 -0
  1604. package/polyfill/node_modules/core-js/features/array/virtual/fill.js +2 -0
  1605. package/polyfill/node_modules/core-js/features/array/virtual/filter-out.js +2 -0
  1606. package/polyfill/node_modules/core-js/features/array/virtual/filter-reject.js +2 -0
  1607. package/polyfill/node_modules/core-js/features/array/virtual/filter.js +2 -0
  1608. package/polyfill/node_modules/core-js/features/array/virtual/find-index.js +2 -0
  1609. package/polyfill/node_modules/core-js/features/array/virtual/find-last-index.js +2 -0
  1610. package/polyfill/node_modules/core-js/features/array/virtual/find-last.js +2 -0
  1611. package/polyfill/node_modules/core-js/features/array/virtual/find.js +2 -0
  1612. package/polyfill/node_modules/core-js/features/array/virtual/flat-map.js +2 -0
  1613. package/polyfill/node_modules/core-js/features/array/virtual/flat.js +2 -0
  1614. package/polyfill/node_modules/core-js/features/array/virtual/for-each.js +2 -0
  1615. package/polyfill/node_modules/core-js/features/array/virtual/group-by-to-map.js +2 -0
  1616. package/polyfill/node_modules/core-js/features/array/virtual/group-by.js +2 -0
  1617. package/polyfill/node_modules/core-js/features/array/virtual/group-to-map.js +2 -0
  1618. package/polyfill/node_modules/core-js/features/array/virtual/group.js +2 -0
  1619. package/polyfill/node_modules/core-js/features/array/virtual/includes.js +2 -0
  1620. package/polyfill/node_modules/core-js/features/array/virtual/index-of.js +2 -0
  1621. package/polyfill/node_modules/core-js/features/array/virtual/index.js +2 -0
  1622. package/polyfill/node_modules/core-js/features/array/virtual/iterator.js +2 -0
  1623. package/polyfill/node_modules/core-js/features/array/virtual/join.js +2 -0
  1624. package/polyfill/node_modules/core-js/features/array/virtual/keys.js +2 -0
  1625. package/polyfill/node_modules/core-js/features/array/virtual/last-index-of.js +2 -0
  1626. package/polyfill/node_modules/core-js/features/array/virtual/map.js +2 -0
  1627. package/polyfill/node_modules/core-js/features/array/virtual/push.js +2 -0
  1628. package/polyfill/node_modules/core-js/features/array/virtual/reduce-right.js +2 -0
  1629. package/polyfill/node_modules/core-js/features/array/virtual/reduce.js +2 -0
  1630. package/polyfill/node_modules/core-js/features/array/virtual/reverse.js +2 -0
  1631. package/polyfill/node_modules/core-js/features/array/virtual/slice.js +2 -0
  1632. package/polyfill/node_modules/core-js/features/array/virtual/some.js +2 -0
  1633. package/polyfill/node_modules/core-js/features/array/virtual/sort.js +2 -0
  1634. package/polyfill/node_modules/core-js/features/array/virtual/splice.js +2 -0
  1635. package/polyfill/node_modules/core-js/features/array/virtual/to-reversed.js +2 -0
  1636. package/polyfill/node_modules/core-js/features/array/virtual/to-sorted.js +2 -0
  1637. package/polyfill/node_modules/core-js/features/array/virtual/to-spliced.js +2 -0
  1638. package/polyfill/node_modules/core-js/features/array/virtual/unique-by.js +2 -0
  1639. package/polyfill/node_modules/core-js/features/array/virtual/unshift.js +2 -0
  1640. package/polyfill/node_modules/core-js/features/array/virtual/values.js +2 -0
  1641. package/polyfill/node_modules/core-js/features/array/virtual/with.js +2 -0
  1642. package/polyfill/node_modules/core-js/features/array/with.js +2 -0
  1643. package/polyfill/node_modules/core-js/features/array-buffer/constructor.js +2 -0
  1644. package/polyfill/node_modules/core-js/features/array-buffer/detached.js +2 -0
  1645. package/polyfill/node_modules/core-js/features/array-buffer/index.js +2 -0
  1646. package/polyfill/node_modules/core-js/features/array-buffer/is-view.js +2 -0
  1647. package/polyfill/node_modules/core-js/features/array-buffer/slice.js +2 -0
  1648. package/polyfill/node_modules/core-js/features/array-buffer/transfer-to-fixed-length.js +2 -0
  1649. package/polyfill/node_modules/core-js/features/array-buffer/transfer.js +2 -0
  1650. package/polyfill/node_modules/core-js/features/async-disposable-stack/constructor.js +2 -0
  1651. package/polyfill/node_modules/core-js/features/async-disposable-stack/index.js +2 -0
  1652. package/polyfill/node_modules/core-js/features/async-iterator/as-indexed-pairs.js +2 -0
  1653. package/polyfill/node_modules/core-js/features/async-iterator/async-dispose.js +2 -0
  1654. package/polyfill/node_modules/core-js/features/async-iterator/drop.js +2 -0
  1655. package/polyfill/node_modules/core-js/features/async-iterator/every.js +2 -0
  1656. package/polyfill/node_modules/core-js/features/async-iterator/filter.js +2 -0
  1657. package/polyfill/node_modules/core-js/features/async-iterator/find.js +2 -0
  1658. package/polyfill/node_modules/core-js/features/async-iterator/flat-map.js +2 -0
  1659. package/polyfill/node_modules/core-js/features/async-iterator/for-each.js +2 -0
  1660. package/polyfill/node_modules/core-js/features/async-iterator/from.js +2 -0
  1661. package/polyfill/node_modules/core-js/features/async-iterator/index.js +2 -0
  1662. package/polyfill/node_modules/core-js/features/async-iterator/indexed.js +2 -0
  1663. package/polyfill/node_modules/core-js/features/async-iterator/map.js +2 -0
  1664. package/polyfill/node_modules/core-js/features/async-iterator/reduce.js +2 -0
  1665. package/polyfill/node_modules/core-js/features/async-iterator/some.js +2 -0
  1666. package/polyfill/node_modules/core-js/features/async-iterator/take.js +2 -0
  1667. package/polyfill/node_modules/core-js/features/async-iterator/to-array.js +2 -0
  1668. package/polyfill/node_modules/core-js/features/atob.js +2 -0
  1669. package/polyfill/node_modules/core-js/features/bigint/index.js +2 -0
  1670. package/polyfill/node_modules/core-js/features/bigint/range.js +2 -0
  1671. package/polyfill/node_modules/core-js/features/btoa.js +2 -0
  1672. package/polyfill/node_modules/core-js/features/clear-immediate.js +2 -0
  1673. package/polyfill/node_modules/core-js/features/composite-key.js +2 -0
  1674. package/polyfill/node_modules/core-js/features/composite-symbol.js +2 -0
  1675. package/polyfill/node_modules/core-js/features/data-view/get-float16.js +2 -0
  1676. package/polyfill/node_modules/core-js/features/data-view/get-uint8-clamped.js +2 -0
  1677. package/polyfill/node_modules/core-js/features/data-view/index.js +2 -0
  1678. package/polyfill/node_modules/core-js/features/data-view/set-float16.js +2 -0
  1679. package/polyfill/node_modules/core-js/features/data-view/set-uint8-clamped.js +2 -0
  1680. package/polyfill/node_modules/core-js/features/date/get-year.js +2 -0
  1681. package/polyfill/node_modules/core-js/features/date/index.js +2 -0
  1682. package/polyfill/node_modules/core-js/features/date/now.js +2 -0
  1683. package/polyfill/node_modules/core-js/features/date/set-year.js +2 -0
  1684. package/polyfill/node_modules/core-js/features/date/to-gmt-string.js +2 -0
  1685. package/polyfill/node_modules/core-js/features/date/to-iso-string.js +2 -0
  1686. package/polyfill/node_modules/core-js/features/date/to-json.js +2 -0
  1687. package/polyfill/node_modules/core-js/features/date/to-primitive.js +2 -0
  1688. package/polyfill/node_modules/core-js/features/date/to-string.js +2 -0
  1689. package/polyfill/node_modules/core-js/features/disposable-stack/constructor.js +2 -0
  1690. package/polyfill/node_modules/core-js/features/disposable-stack/index.js +2 -0
  1691. package/polyfill/node_modules/core-js/features/dom-collections/for-each.js +2 -0
  1692. package/polyfill/node_modules/core-js/features/dom-collections/index.js +2 -0
  1693. package/polyfill/node_modules/core-js/features/dom-collections/iterator.js +2 -0
  1694. package/polyfill/node_modules/core-js/features/dom-exception/constructor.js +2 -0
  1695. package/polyfill/node_modules/core-js/features/dom-exception/index.js +2 -0
  1696. package/polyfill/node_modules/core-js/features/dom-exception/to-string-tag.js +2 -0
  1697. package/polyfill/node_modules/core-js/features/error/constructor.js +2 -0
  1698. package/polyfill/node_modules/core-js/features/error/index.js +2 -0
  1699. package/polyfill/node_modules/core-js/features/error/is-error.js +2 -0
  1700. package/polyfill/node_modules/core-js/features/error/to-string.js +2 -0
  1701. package/polyfill/node_modules/core-js/features/escape.js +2 -0
  1702. package/polyfill/node_modules/core-js/features/function/bind.js +2 -0
  1703. package/polyfill/node_modules/core-js/features/function/demethodize.js +2 -0
  1704. package/polyfill/node_modules/core-js/features/function/has-instance.js +2 -0
  1705. package/polyfill/node_modules/core-js/features/function/index.js +2 -0
  1706. package/polyfill/node_modules/core-js/features/function/is-callable.js +2 -0
  1707. package/polyfill/node_modules/core-js/features/function/is-constructor.js +2 -0
  1708. package/polyfill/node_modules/core-js/features/function/metadata.js +2 -0
  1709. package/polyfill/node_modules/core-js/features/function/name.js +2 -0
  1710. package/polyfill/node_modules/core-js/features/function/un-this.js +2 -0
  1711. package/polyfill/node_modules/core-js/features/function/virtual/bind.js +2 -0
  1712. package/polyfill/node_modules/core-js/features/function/virtual/demethodize.js +2 -0
  1713. package/polyfill/node_modules/core-js/features/function/virtual/index.js +2 -0
  1714. package/polyfill/node_modules/core-js/features/function/virtual/un-this.js +2 -0
  1715. package/polyfill/node_modules/core-js/features/get-iterator-method.js +2 -0
  1716. package/polyfill/node_modules/core-js/features/get-iterator.js +2 -0
  1717. package/polyfill/node_modules/core-js/features/global-this.js +2 -0
  1718. package/polyfill/node_modules/core-js/features/index.js +2 -0
  1719. package/polyfill/node_modules/core-js/features/instance/at.js +2 -0
  1720. package/polyfill/node_modules/core-js/features/instance/bind.js +2 -0
  1721. package/polyfill/node_modules/core-js/features/instance/clamp.js +2 -0
  1722. package/polyfill/node_modules/core-js/features/instance/code-point-at.js +2 -0
  1723. package/polyfill/node_modules/core-js/features/instance/code-points.js +2 -0
  1724. package/polyfill/node_modules/core-js/features/instance/concat.js +2 -0
  1725. package/polyfill/node_modules/core-js/features/instance/copy-within.js +2 -0
  1726. package/polyfill/node_modules/core-js/features/instance/demethodize.js +2 -0
  1727. package/polyfill/node_modules/core-js/features/instance/ends-with.js +2 -0
  1728. package/polyfill/node_modules/core-js/features/instance/entries.js +2 -0
  1729. package/polyfill/node_modules/core-js/features/instance/every.js +2 -0
  1730. package/polyfill/node_modules/core-js/features/instance/fill.js +2 -0
  1731. package/polyfill/node_modules/core-js/features/instance/filter-out.js +2 -0
  1732. package/polyfill/node_modules/core-js/features/instance/filter-reject.js +2 -0
  1733. package/polyfill/node_modules/core-js/features/instance/filter.js +2 -0
  1734. package/polyfill/node_modules/core-js/features/instance/find-index.js +2 -0
  1735. package/polyfill/node_modules/core-js/features/instance/find-last-index.js +2 -0
  1736. package/polyfill/node_modules/core-js/features/instance/find-last.js +2 -0
  1737. package/polyfill/node_modules/core-js/features/instance/find.js +2 -0
  1738. package/polyfill/node_modules/core-js/features/instance/flags.js +2 -0
  1739. package/polyfill/node_modules/core-js/features/instance/flat-map.js +2 -0
  1740. package/polyfill/node_modules/core-js/features/instance/flat.js +2 -0
  1741. package/polyfill/node_modules/core-js/features/instance/for-each.js +2 -0
  1742. package/polyfill/node_modules/core-js/features/instance/group-by-to-map.js +2 -0
  1743. package/polyfill/node_modules/core-js/features/instance/group-by.js +2 -0
  1744. package/polyfill/node_modules/core-js/features/instance/group-to-map.js +2 -0
  1745. package/polyfill/node_modules/core-js/features/instance/group.js +2 -0
  1746. package/polyfill/node_modules/core-js/features/instance/includes.js +2 -0
  1747. package/polyfill/node_modules/core-js/features/instance/index-of.js +2 -0
  1748. package/polyfill/node_modules/core-js/features/instance/is-well-formed.js +2 -0
  1749. package/polyfill/node_modules/core-js/features/instance/keys.js +2 -0
  1750. package/polyfill/node_modules/core-js/features/instance/last-index-of.js +2 -0
  1751. package/polyfill/node_modules/core-js/features/instance/map.js +2 -0
  1752. package/polyfill/node_modules/core-js/features/instance/match-all.js +2 -0
  1753. package/polyfill/node_modules/core-js/features/instance/pad-end.js +2 -0
  1754. package/polyfill/node_modules/core-js/features/instance/pad-start.js +2 -0
  1755. package/polyfill/node_modules/core-js/features/instance/push.js +2 -0
  1756. package/polyfill/node_modules/core-js/features/instance/reduce-right.js +2 -0
  1757. package/polyfill/node_modules/core-js/features/instance/reduce.js +2 -0
  1758. package/polyfill/node_modules/core-js/features/instance/repeat.js +2 -0
  1759. package/polyfill/node_modules/core-js/features/instance/replace-all.js +2 -0
  1760. package/polyfill/node_modules/core-js/features/instance/reverse.js +2 -0
  1761. package/polyfill/node_modules/core-js/features/instance/slice.js +2 -0
  1762. package/polyfill/node_modules/core-js/features/instance/some.js +2 -0
  1763. package/polyfill/node_modules/core-js/features/instance/sort.js +2 -0
  1764. package/polyfill/node_modules/core-js/features/instance/splice.js +2 -0
  1765. package/polyfill/node_modules/core-js/features/instance/starts-with.js +2 -0
  1766. package/polyfill/node_modules/core-js/features/instance/to-reversed.js +2 -0
  1767. package/polyfill/node_modules/core-js/features/instance/to-sorted.js +2 -0
  1768. package/polyfill/node_modules/core-js/features/instance/to-spliced.js +2 -0
  1769. package/polyfill/node_modules/core-js/features/instance/to-well-formed.js +2 -0
  1770. package/polyfill/node_modules/core-js/features/instance/trim-end.js +2 -0
  1771. package/polyfill/node_modules/core-js/features/instance/trim-left.js +2 -0
  1772. package/polyfill/node_modules/core-js/features/instance/trim-right.js +2 -0
  1773. package/polyfill/node_modules/core-js/features/instance/trim-start.js +2 -0
  1774. package/polyfill/node_modules/core-js/features/instance/trim.js +2 -0
  1775. package/polyfill/node_modules/core-js/features/instance/un-this.js +2 -0
  1776. package/polyfill/node_modules/core-js/features/instance/unique-by.js +2 -0
  1777. package/polyfill/node_modules/core-js/features/instance/unshift.js +2 -0
  1778. package/polyfill/node_modules/core-js/features/instance/values.js +2 -0
  1779. package/polyfill/node_modules/core-js/features/instance/with.js +2 -0
  1780. package/polyfill/node_modules/core-js/features/is-iterable.js +2 -0
  1781. package/polyfill/node_modules/core-js/features/iterator/as-indexed-pairs.js +2 -0
  1782. package/polyfill/node_modules/core-js/features/iterator/chunks.js +2 -0
  1783. package/polyfill/node_modules/core-js/features/iterator/concat.js +2 -0
  1784. package/polyfill/node_modules/core-js/features/iterator/dispose.js +2 -0
  1785. package/polyfill/node_modules/core-js/features/iterator/drop.js +2 -0
  1786. package/polyfill/node_modules/core-js/features/iterator/every.js +2 -0
  1787. package/polyfill/node_modules/core-js/features/iterator/filter.js +2 -0
  1788. package/polyfill/node_modules/core-js/features/iterator/find.js +2 -0
  1789. package/polyfill/node_modules/core-js/features/iterator/flat-map.js +2 -0
  1790. package/polyfill/node_modules/core-js/features/iterator/for-each.js +2 -0
  1791. package/polyfill/node_modules/core-js/features/iterator/from.js +2 -0
  1792. package/polyfill/node_modules/core-js/features/iterator/index.js +2 -0
  1793. package/polyfill/node_modules/core-js/features/iterator/indexed.js +2 -0
  1794. package/polyfill/node_modules/core-js/features/iterator/map.js +2 -0
  1795. package/polyfill/node_modules/core-js/features/iterator/range.js +2 -0
  1796. package/polyfill/node_modules/core-js/features/iterator/reduce.js +2 -0
  1797. package/polyfill/node_modules/core-js/features/iterator/sliding.js +2 -0
  1798. package/polyfill/node_modules/core-js/features/iterator/some.js +2 -0
  1799. package/polyfill/node_modules/core-js/features/iterator/take.js +2 -0
  1800. package/polyfill/node_modules/core-js/features/iterator/to-array.js +2 -0
  1801. package/polyfill/node_modules/core-js/features/iterator/to-async.js +2 -0
  1802. package/polyfill/node_modules/core-js/features/iterator/windows.js +2 -0
  1803. package/polyfill/node_modules/core-js/features/iterator/zip-keyed.js +2 -0
  1804. package/polyfill/node_modules/core-js/features/iterator/zip.js +2 -0
  1805. package/polyfill/node_modules/core-js/features/json/index.js +2 -0
  1806. package/polyfill/node_modules/core-js/features/json/is-raw-json.js +2 -0
  1807. package/polyfill/node_modules/core-js/features/json/parse.js +2 -0
  1808. package/polyfill/node_modules/core-js/features/json/raw-json.js +2 -0
  1809. package/polyfill/node_modules/core-js/features/json/stringify.js +2 -0
  1810. package/polyfill/node_modules/core-js/features/json/to-string-tag.js +2 -0
  1811. package/polyfill/node_modules/core-js/features/map/delete-all.js +2 -0
  1812. package/polyfill/node_modules/core-js/features/map/emplace.js +2 -0
  1813. package/polyfill/node_modules/core-js/features/map/every.js +2 -0
  1814. package/polyfill/node_modules/core-js/features/map/filter.js +2 -0
  1815. package/polyfill/node_modules/core-js/features/map/find-key.js +2 -0
  1816. package/polyfill/node_modules/core-js/features/map/find.js +2 -0
  1817. package/polyfill/node_modules/core-js/features/map/from.js +2 -0
  1818. package/polyfill/node_modules/core-js/features/map/get-or-insert-computed.js +2 -0
  1819. package/polyfill/node_modules/core-js/features/map/get-or-insert.js +2 -0
  1820. package/polyfill/node_modules/core-js/features/map/group-by.js +2 -0
  1821. package/polyfill/node_modules/core-js/features/map/includes.js +2 -0
  1822. package/polyfill/node_modules/core-js/features/map/index.js +2 -0
  1823. package/polyfill/node_modules/core-js/features/map/key-by.js +2 -0
  1824. package/polyfill/node_modules/core-js/features/map/key-of.js +2 -0
  1825. package/polyfill/node_modules/core-js/features/map/map-keys.js +2 -0
  1826. package/polyfill/node_modules/core-js/features/map/map-values.js +2 -0
  1827. package/polyfill/node_modules/core-js/features/map/merge.js +2 -0
  1828. package/polyfill/node_modules/core-js/features/map/of.js +2 -0
  1829. package/polyfill/node_modules/core-js/features/map/reduce.js +2 -0
  1830. package/polyfill/node_modules/core-js/features/map/some.js +2 -0
  1831. package/polyfill/node_modules/core-js/features/map/update-or-insert.js +2 -0
  1832. package/polyfill/node_modules/core-js/features/map/update.js +2 -0
  1833. package/polyfill/node_modules/core-js/features/map/upsert.js +2 -0
  1834. package/polyfill/node_modules/core-js/features/math/acosh.js +2 -0
  1835. package/polyfill/node_modules/core-js/features/math/asinh.js +2 -0
  1836. package/polyfill/node_modules/core-js/features/math/atanh.js +2 -0
  1837. package/polyfill/node_modules/core-js/features/math/cbrt.js +2 -0
  1838. package/polyfill/node_modules/core-js/features/math/clamp.js +2 -0
  1839. package/polyfill/node_modules/core-js/features/math/clz32.js +2 -0
  1840. package/polyfill/node_modules/core-js/features/math/cosh.js +2 -0
  1841. package/polyfill/node_modules/core-js/features/math/deg-per-rad.js +2 -0
  1842. package/polyfill/node_modules/core-js/features/math/degrees.js +2 -0
  1843. package/polyfill/node_modules/core-js/features/math/expm1.js +2 -0
  1844. package/polyfill/node_modules/core-js/features/math/f16round.js +2 -0
  1845. package/polyfill/node_modules/core-js/features/math/fround.js +2 -0
  1846. package/polyfill/node_modules/core-js/features/math/fscale.js +2 -0
  1847. package/polyfill/node_modules/core-js/features/math/hypot.js +2 -0
  1848. package/polyfill/node_modules/core-js/features/math/iaddh.js +2 -0
  1849. package/polyfill/node_modules/core-js/features/math/imul.js +2 -0
  1850. package/polyfill/node_modules/core-js/features/math/imulh.js +2 -0
  1851. package/polyfill/node_modules/core-js/features/math/index.js +2 -0
  1852. package/polyfill/node_modules/core-js/features/math/isubh.js +2 -0
  1853. package/polyfill/node_modules/core-js/features/math/log10.js +2 -0
  1854. package/polyfill/node_modules/core-js/features/math/log1p.js +2 -0
  1855. package/polyfill/node_modules/core-js/features/math/log2.js +2 -0
  1856. package/polyfill/node_modules/core-js/features/math/rad-per-deg.js +2 -0
  1857. package/polyfill/node_modules/core-js/features/math/radians.js +2 -0
  1858. package/polyfill/node_modules/core-js/features/math/scale.js +2 -0
  1859. package/polyfill/node_modules/core-js/features/math/seeded-prng.js +2 -0
  1860. package/polyfill/node_modules/core-js/features/math/sign.js +2 -0
  1861. package/polyfill/node_modules/core-js/features/math/signbit.js +2 -0
  1862. package/polyfill/node_modules/core-js/features/math/sinh.js +2 -0
  1863. package/polyfill/node_modules/core-js/features/math/sum-precise.js +2 -0
  1864. package/polyfill/node_modules/core-js/features/math/tanh.js +2 -0
  1865. package/polyfill/node_modules/core-js/features/math/to-string-tag.js +2 -0
  1866. package/polyfill/node_modules/core-js/features/math/trunc.js +2 -0
  1867. package/polyfill/node_modules/core-js/features/math/umulh.js +2 -0
  1868. package/polyfill/node_modules/core-js/features/number/clamp.js +2 -0
  1869. package/polyfill/node_modules/core-js/features/number/constructor.js +2 -0
  1870. package/polyfill/node_modules/core-js/features/number/epsilon.js +2 -0
  1871. package/polyfill/node_modules/core-js/features/number/from-string.js +2 -0
  1872. package/polyfill/node_modules/core-js/features/number/index.js +2 -0
  1873. package/polyfill/node_modules/core-js/features/number/is-finite.js +2 -0
  1874. package/polyfill/node_modules/core-js/features/number/is-integer.js +2 -0
  1875. package/polyfill/node_modules/core-js/features/number/is-nan.js +2 -0
  1876. package/polyfill/node_modules/core-js/features/number/is-safe-integer.js +2 -0
  1877. package/polyfill/node_modules/core-js/features/number/max-safe-integer.js +2 -0
  1878. package/polyfill/node_modules/core-js/features/number/min-safe-integer.js +2 -0
  1879. package/polyfill/node_modules/core-js/features/number/parse-float.js +2 -0
  1880. package/polyfill/node_modules/core-js/features/number/parse-int.js +2 -0
  1881. package/polyfill/node_modules/core-js/features/number/range.js +2 -0
  1882. package/polyfill/node_modules/core-js/features/number/to-exponential.js +2 -0
  1883. package/polyfill/node_modules/core-js/features/number/to-fixed.js +2 -0
  1884. package/polyfill/node_modules/core-js/features/number/to-precision.js +2 -0
  1885. package/polyfill/node_modules/core-js/features/number/virtual/clamp.js +2 -0
  1886. package/polyfill/node_modules/core-js/features/number/virtual/index.js +2 -0
  1887. package/polyfill/node_modules/core-js/features/number/virtual/to-exponential.js +2 -0
  1888. package/polyfill/node_modules/core-js/features/number/virtual/to-fixed.js +2 -0
  1889. package/polyfill/node_modules/core-js/features/number/virtual/to-precision.js +2 -0
  1890. package/polyfill/node_modules/core-js/features/object/assign.js +2 -0
  1891. package/polyfill/node_modules/core-js/features/object/create.js +2 -0
  1892. package/polyfill/node_modules/core-js/features/object/define-getter.js +2 -0
  1893. package/polyfill/node_modules/core-js/features/object/define-properties.js +2 -0
  1894. package/polyfill/node_modules/core-js/features/object/define-property.js +2 -0
  1895. package/polyfill/node_modules/core-js/features/object/define-setter.js +2 -0
  1896. package/polyfill/node_modules/core-js/features/object/entries.js +2 -0
  1897. package/polyfill/node_modules/core-js/features/object/freeze.js +2 -0
  1898. package/polyfill/node_modules/core-js/features/object/from-entries.js +2 -0
  1899. package/polyfill/node_modules/core-js/features/object/get-own-property-descriptor.js +2 -0
  1900. package/polyfill/node_modules/core-js/features/object/get-own-property-descriptors.js +2 -0
  1901. package/polyfill/node_modules/core-js/features/object/get-own-property-names.js +2 -0
  1902. package/polyfill/node_modules/core-js/features/object/get-own-property-symbols.js +2 -0
  1903. package/polyfill/node_modules/core-js/features/object/get-prototype-of.js +2 -0
  1904. package/polyfill/node_modules/core-js/features/object/group-by.js +2 -0
  1905. package/polyfill/node_modules/core-js/features/object/has-own.js +2 -0
  1906. package/polyfill/node_modules/core-js/features/object/index.js +2 -0
  1907. package/polyfill/node_modules/core-js/features/object/is-extensible.js +2 -0
  1908. package/polyfill/node_modules/core-js/features/object/is-frozen.js +2 -0
  1909. package/polyfill/node_modules/core-js/features/object/is-sealed.js +2 -0
  1910. package/polyfill/node_modules/core-js/features/object/is.js +2 -0
  1911. package/polyfill/node_modules/core-js/features/object/iterate-entries.js +2 -0
  1912. package/polyfill/node_modules/core-js/features/object/iterate-keys.js +2 -0
  1913. package/polyfill/node_modules/core-js/features/object/iterate-values.js +2 -0
  1914. package/polyfill/node_modules/core-js/features/object/keys.js +2 -0
  1915. package/polyfill/node_modules/core-js/features/object/lookup-getter.js +2 -0
  1916. package/polyfill/node_modules/core-js/features/object/lookup-setter.js +2 -0
  1917. package/polyfill/node_modules/core-js/features/object/prevent-extensions.js +2 -0
  1918. package/polyfill/node_modules/core-js/features/object/proto.js +2 -0
  1919. package/polyfill/node_modules/core-js/features/object/seal.js +2 -0
  1920. package/polyfill/node_modules/core-js/features/object/set-prototype-of.js +2 -0
  1921. package/polyfill/node_modules/core-js/features/object/to-string.js +2 -0
  1922. package/polyfill/node_modules/core-js/features/object/values.js +2 -0
  1923. package/polyfill/node_modules/core-js/features/observable/index.js +2 -0
  1924. package/polyfill/node_modules/core-js/features/parse-float.js +2 -0
  1925. package/polyfill/node_modules/core-js/features/parse-int.js +2 -0
  1926. package/polyfill/node_modules/core-js/features/promise/all-settled.js +2 -0
  1927. package/polyfill/node_modules/core-js/features/promise/any.js +2 -0
  1928. package/polyfill/node_modules/core-js/features/promise/finally.js +2 -0
  1929. package/polyfill/node_modules/core-js/features/promise/index.js +2 -0
  1930. package/polyfill/node_modules/core-js/features/promise/try.js +2 -0
  1931. package/polyfill/node_modules/core-js/features/promise/with-resolvers.js +2 -0
  1932. package/polyfill/node_modules/core-js/features/queue-microtask.js +2 -0
  1933. package/polyfill/node_modules/core-js/features/reflect/apply.js +2 -0
  1934. package/polyfill/node_modules/core-js/features/reflect/construct.js +2 -0
  1935. package/polyfill/node_modules/core-js/features/reflect/define-metadata.js +2 -0
  1936. package/polyfill/node_modules/core-js/features/reflect/define-property.js +2 -0
  1937. package/polyfill/node_modules/core-js/features/reflect/delete-metadata.js +2 -0
  1938. package/polyfill/node_modules/core-js/features/reflect/delete-property.js +2 -0
  1939. package/polyfill/node_modules/core-js/features/reflect/get-metadata-keys.js +2 -0
  1940. package/polyfill/node_modules/core-js/features/reflect/get-metadata.js +2 -0
  1941. package/polyfill/node_modules/core-js/features/reflect/get-own-metadata-keys.js +2 -0
  1942. package/polyfill/node_modules/core-js/features/reflect/get-own-metadata.js +2 -0
  1943. package/polyfill/node_modules/core-js/features/reflect/get-own-property-descriptor.js +2 -0
  1944. package/polyfill/node_modules/core-js/features/reflect/get-prototype-of.js +2 -0
  1945. package/polyfill/node_modules/core-js/features/reflect/get.js +2 -0
  1946. package/polyfill/node_modules/core-js/features/reflect/has-metadata.js +2 -0
  1947. package/polyfill/node_modules/core-js/features/reflect/has-own-metadata.js +2 -0
  1948. package/polyfill/node_modules/core-js/features/reflect/has.js +2 -0
  1949. package/polyfill/node_modules/core-js/features/reflect/index.js +2 -0
  1950. package/polyfill/node_modules/core-js/features/reflect/is-extensible.js +2 -0
  1951. package/polyfill/node_modules/core-js/features/reflect/metadata.js +2 -0
  1952. package/polyfill/node_modules/core-js/features/reflect/own-keys.js +2 -0
  1953. package/polyfill/node_modules/core-js/features/reflect/prevent-extensions.js +2 -0
  1954. package/polyfill/node_modules/core-js/features/reflect/set-prototype-of.js +2 -0
  1955. package/polyfill/node_modules/core-js/features/reflect/set.js +2 -0
  1956. package/polyfill/node_modules/core-js/features/reflect/to-string-tag.js +2 -0
  1957. package/polyfill/node_modules/core-js/features/regexp/constructor.js +2 -0
  1958. package/polyfill/node_modules/core-js/features/regexp/dot-all.js +2 -0
  1959. package/polyfill/node_modules/core-js/features/regexp/escape.js +2 -0
  1960. package/polyfill/node_modules/core-js/features/regexp/flags.js +2 -0
  1961. package/polyfill/node_modules/core-js/features/regexp/index.js +2 -0
  1962. package/polyfill/node_modules/core-js/features/regexp/match.js +2 -0
  1963. package/polyfill/node_modules/core-js/features/regexp/replace.js +2 -0
  1964. package/polyfill/node_modules/core-js/features/regexp/search.js +2 -0
  1965. package/polyfill/node_modules/core-js/features/regexp/split.js +2 -0
  1966. package/polyfill/node_modules/core-js/features/regexp/sticky.js +2 -0
  1967. package/polyfill/node_modules/core-js/features/regexp/test.js +2 -0
  1968. package/polyfill/node_modules/core-js/features/regexp/to-string.js +2 -0
  1969. package/polyfill/node_modules/core-js/features/self.js +2 -0
  1970. package/polyfill/node_modules/core-js/features/set/add-all.js +2 -0
  1971. package/polyfill/node_modules/core-js/features/set/delete-all.js +2 -0
  1972. package/polyfill/node_modules/core-js/features/set/difference.js +2 -0
  1973. package/polyfill/node_modules/core-js/features/set/every.js +2 -0
  1974. package/polyfill/node_modules/core-js/features/set/filter.js +2 -0
  1975. package/polyfill/node_modules/core-js/features/set/find.js +2 -0
  1976. package/polyfill/node_modules/core-js/features/set/from.js +2 -0
  1977. package/polyfill/node_modules/core-js/features/set/index.js +2 -0
  1978. package/polyfill/node_modules/core-js/features/set/intersection.js +2 -0
  1979. package/polyfill/node_modules/core-js/features/set/is-disjoint-from.js +2 -0
  1980. package/polyfill/node_modules/core-js/features/set/is-subset-of.js +2 -0
  1981. package/polyfill/node_modules/core-js/features/set/is-superset-of.js +2 -0
  1982. package/polyfill/node_modules/core-js/features/set/join.js +2 -0
  1983. package/polyfill/node_modules/core-js/features/set/map.js +2 -0
  1984. package/polyfill/node_modules/core-js/features/set/of.js +2 -0
  1985. package/polyfill/node_modules/core-js/features/set/reduce.js +2 -0
  1986. package/polyfill/node_modules/core-js/features/set/some.js +2 -0
  1987. package/polyfill/node_modules/core-js/features/set/symmetric-difference.js +2 -0
  1988. package/polyfill/node_modules/core-js/features/set/union.js +2 -0
  1989. package/polyfill/node_modules/core-js/features/set-immediate.js +2 -0
  1990. package/polyfill/node_modules/core-js/features/set-interval.js +2 -0
  1991. package/polyfill/node_modules/core-js/features/set-timeout.js +2 -0
  1992. package/polyfill/node_modules/core-js/features/string/anchor.js +2 -0
  1993. package/polyfill/node_modules/core-js/features/string/at.js +2 -0
  1994. package/polyfill/node_modules/core-js/features/string/big.js +2 -0
  1995. package/polyfill/node_modules/core-js/features/string/blink.js +2 -0
  1996. package/polyfill/node_modules/core-js/features/string/bold.js +2 -0
  1997. package/polyfill/node_modules/core-js/features/string/code-point-at.js +2 -0
  1998. package/polyfill/node_modules/core-js/features/string/code-points.js +2 -0
  1999. package/polyfill/node_modules/core-js/features/string/cooked.js +2 -0
  2000. package/polyfill/node_modules/core-js/features/string/dedent.js +2 -0
  2001. package/polyfill/node_modules/core-js/features/string/ends-with.js +2 -0
  2002. package/polyfill/node_modules/core-js/features/string/fixed.js +2 -0
  2003. package/polyfill/node_modules/core-js/features/string/fontcolor.js +2 -0
  2004. package/polyfill/node_modules/core-js/features/string/fontsize.js +2 -0
  2005. package/polyfill/node_modules/core-js/features/string/from-code-point.js +2 -0
  2006. package/polyfill/node_modules/core-js/features/string/includes.js +2 -0
  2007. package/polyfill/node_modules/core-js/features/string/index.js +2 -0
  2008. package/polyfill/node_modules/core-js/features/string/is-well-formed.js +2 -0
  2009. package/polyfill/node_modules/core-js/features/string/italics.js +2 -0
  2010. package/polyfill/node_modules/core-js/features/string/iterator.js +2 -0
  2011. package/polyfill/node_modules/core-js/features/string/link.js +2 -0
  2012. package/polyfill/node_modules/core-js/features/string/match-all.js +2 -0
  2013. package/polyfill/node_modules/core-js/features/string/match.js +2 -0
  2014. package/polyfill/node_modules/core-js/features/string/pad-end.js +2 -0
  2015. package/polyfill/node_modules/core-js/features/string/pad-start.js +2 -0
  2016. package/polyfill/node_modules/core-js/features/string/raw.js +2 -0
  2017. package/polyfill/node_modules/core-js/features/string/repeat.js +2 -0
  2018. package/polyfill/node_modules/core-js/features/string/replace-all.js +2 -0
  2019. package/polyfill/node_modules/core-js/features/string/replace.js +2 -0
  2020. package/polyfill/node_modules/core-js/features/string/search.js +2 -0
  2021. package/polyfill/node_modules/core-js/features/string/small.js +2 -0
  2022. package/polyfill/node_modules/core-js/features/string/split.js +2 -0
  2023. package/polyfill/node_modules/core-js/features/string/starts-with.js +2 -0
  2024. package/polyfill/node_modules/core-js/features/string/strike.js +2 -0
  2025. package/polyfill/node_modules/core-js/features/string/sub.js +2 -0
  2026. package/polyfill/node_modules/core-js/features/string/substr.js +2 -0
  2027. package/polyfill/node_modules/core-js/features/string/sup.js +2 -0
  2028. package/polyfill/node_modules/core-js/features/string/to-well-formed.js +2 -0
  2029. package/polyfill/node_modules/core-js/features/string/trim-end.js +2 -0
  2030. package/polyfill/node_modules/core-js/features/string/trim-left.js +2 -0
  2031. package/polyfill/node_modules/core-js/features/string/trim-right.js +2 -0
  2032. package/polyfill/node_modules/core-js/features/string/trim-start.js +2 -0
  2033. package/polyfill/node_modules/core-js/features/string/trim.js +2 -0
  2034. package/polyfill/node_modules/core-js/features/string/virtual/anchor.js +2 -0
  2035. package/polyfill/node_modules/core-js/features/string/virtual/at.js +2 -0
  2036. package/polyfill/node_modules/core-js/features/string/virtual/big.js +2 -0
  2037. package/polyfill/node_modules/core-js/features/string/virtual/blink.js +2 -0
  2038. package/polyfill/node_modules/core-js/features/string/virtual/bold.js +2 -0
  2039. package/polyfill/node_modules/core-js/features/string/virtual/code-point-at.js +2 -0
  2040. package/polyfill/node_modules/core-js/features/string/virtual/code-points.js +2 -0
  2041. package/polyfill/node_modules/core-js/features/string/virtual/ends-with.js +2 -0
  2042. package/polyfill/node_modules/core-js/features/string/virtual/fixed.js +2 -0
  2043. package/polyfill/node_modules/core-js/features/string/virtual/fontcolor.js +2 -0
  2044. package/polyfill/node_modules/core-js/features/string/virtual/fontsize.js +2 -0
  2045. package/polyfill/node_modules/core-js/features/string/virtual/includes.js +2 -0
  2046. package/polyfill/node_modules/core-js/features/string/virtual/index.js +2 -0
  2047. package/polyfill/node_modules/core-js/features/string/virtual/is-well-formed.js +2 -0
  2048. package/polyfill/node_modules/core-js/features/string/virtual/italics.js +2 -0
  2049. package/polyfill/node_modules/core-js/features/string/virtual/iterator.js +2 -0
  2050. package/polyfill/node_modules/core-js/features/string/virtual/link.js +2 -0
  2051. package/polyfill/node_modules/core-js/features/string/virtual/match-all.js +2 -0
  2052. package/polyfill/node_modules/core-js/features/string/virtual/pad-end.js +2 -0
  2053. package/polyfill/node_modules/core-js/features/string/virtual/pad-start.js +2 -0
  2054. package/polyfill/node_modules/core-js/features/string/virtual/repeat.js +2 -0
  2055. package/polyfill/node_modules/core-js/features/string/virtual/replace-all.js +2 -0
  2056. package/polyfill/node_modules/core-js/features/string/virtual/small.js +2 -0
  2057. package/polyfill/node_modules/core-js/features/string/virtual/starts-with.js +2 -0
  2058. package/polyfill/node_modules/core-js/features/string/virtual/strike.js +2 -0
  2059. package/polyfill/node_modules/core-js/features/string/virtual/sub.js +2 -0
  2060. package/polyfill/node_modules/core-js/features/string/virtual/substr.js +2 -0
  2061. package/polyfill/node_modules/core-js/features/string/virtual/sup.js +2 -0
  2062. package/polyfill/node_modules/core-js/features/string/virtual/to-well-formed.js +2 -0
  2063. package/polyfill/node_modules/core-js/features/string/virtual/trim-end.js +2 -0
  2064. package/polyfill/node_modules/core-js/features/string/virtual/trim-left.js +2 -0
  2065. package/polyfill/node_modules/core-js/features/string/virtual/trim-right.js +2 -0
  2066. package/polyfill/node_modules/core-js/features/string/virtual/trim-start.js +2 -0
  2067. package/polyfill/node_modules/core-js/features/string/virtual/trim.js +2 -0
  2068. package/polyfill/node_modules/core-js/features/structured-clone.js +2 -0
  2069. package/polyfill/node_modules/core-js/features/suppressed-error.js +2 -0
  2070. package/polyfill/node_modules/core-js/features/symbol/async-dispose.js +2 -0
  2071. package/polyfill/node_modules/core-js/features/symbol/async-iterator.js +2 -0
  2072. package/polyfill/node_modules/core-js/features/symbol/custom-matcher.js +2 -0
  2073. package/polyfill/node_modules/core-js/features/symbol/description.js +2 -0
  2074. package/polyfill/node_modules/core-js/features/symbol/dispose.js +2 -0
  2075. package/polyfill/node_modules/core-js/features/symbol/for.js +2 -0
  2076. package/polyfill/node_modules/core-js/features/symbol/has-instance.js +2 -0
  2077. package/polyfill/node_modules/core-js/features/symbol/index.js +2 -0
  2078. package/polyfill/node_modules/core-js/features/symbol/is-concat-spreadable.js +2 -0
  2079. package/polyfill/node_modules/core-js/features/symbol/is-registered-symbol.js +2 -0
  2080. package/polyfill/node_modules/core-js/features/symbol/is-registered.js +2 -0
  2081. package/polyfill/node_modules/core-js/features/symbol/is-well-known-symbol.js +2 -0
  2082. package/polyfill/node_modules/core-js/features/symbol/is-well-known.js +2 -0
  2083. package/polyfill/node_modules/core-js/features/symbol/iterator.js +2 -0
  2084. package/polyfill/node_modules/core-js/features/symbol/key-for.js +2 -0
  2085. package/polyfill/node_modules/core-js/features/symbol/match-all.js +2 -0
  2086. package/polyfill/node_modules/core-js/features/symbol/match.js +2 -0
  2087. package/polyfill/node_modules/core-js/features/symbol/matcher.js +2 -0
  2088. package/polyfill/node_modules/core-js/features/symbol/metadata-key.js +2 -0
  2089. package/polyfill/node_modules/core-js/features/symbol/metadata.js +2 -0
  2090. package/polyfill/node_modules/core-js/features/symbol/observable.js +2 -0
  2091. package/polyfill/node_modules/core-js/features/symbol/pattern-match.js +2 -0
  2092. package/polyfill/node_modules/core-js/features/symbol/replace-all.js +2 -0
  2093. package/polyfill/node_modules/core-js/features/symbol/replace.js +2 -0
  2094. package/polyfill/node_modules/core-js/features/symbol/search.js +2 -0
  2095. package/polyfill/node_modules/core-js/features/symbol/species.js +2 -0
  2096. package/polyfill/node_modules/core-js/features/symbol/split.js +2 -0
  2097. package/polyfill/node_modules/core-js/features/symbol/to-primitive.js +2 -0
  2098. package/polyfill/node_modules/core-js/features/symbol/to-string-tag.js +2 -0
  2099. package/polyfill/node_modules/core-js/features/symbol/unscopables.js +2 -0
  2100. package/polyfill/node_modules/core-js/features/typed-array/at.js +2 -0
  2101. package/polyfill/node_modules/core-js/features/typed-array/copy-within.js +2 -0
  2102. package/polyfill/node_modules/core-js/features/typed-array/entries.js +2 -0
  2103. package/polyfill/node_modules/core-js/features/typed-array/every.js +2 -0
  2104. package/polyfill/node_modules/core-js/features/typed-array/fill.js +2 -0
  2105. package/polyfill/node_modules/core-js/features/typed-array/filter-out.js +2 -0
  2106. package/polyfill/node_modules/core-js/features/typed-array/filter-reject.js +2 -0
  2107. package/polyfill/node_modules/core-js/features/typed-array/filter.js +2 -0
  2108. package/polyfill/node_modules/core-js/features/typed-array/find-index.js +2 -0
  2109. package/polyfill/node_modules/core-js/features/typed-array/find-last-index.js +2 -0
  2110. package/polyfill/node_modules/core-js/features/typed-array/find-last.js +2 -0
  2111. package/polyfill/node_modules/core-js/features/typed-array/find.js +2 -0
  2112. package/polyfill/node_modules/core-js/features/typed-array/float32-array.js +2 -0
  2113. package/polyfill/node_modules/core-js/features/typed-array/float64-array.js +2 -0
  2114. package/polyfill/node_modules/core-js/features/typed-array/for-each.js +2 -0
  2115. package/polyfill/node_modules/core-js/features/typed-array/from-async.js +2 -0
  2116. package/polyfill/node_modules/core-js/features/typed-array/from-base64.js +2 -0
  2117. package/polyfill/node_modules/core-js/features/typed-array/from-hex.js +2 -0
  2118. package/polyfill/node_modules/core-js/features/typed-array/from.js +2 -0
  2119. package/polyfill/node_modules/core-js/features/typed-array/group-by.js +2 -0
  2120. package/polyfill/node_modules/core-js/features/typed-array/includes.js +2 -0
  2121. package/polyfill/node_modules/core-js/features/typed-array/index-of.js +2 -0
  2122. package/polyfill/node_modules/core-js/features/typed-array/index.js +2 -0
  2123. package/polyfill/node_modules/core-js/features/typed-array/int16-array.js +2 -0
  2124. package/polyfill/node_modules/core-js/features/typed-array/int32-array.js +2 -0
  2125. package/polyfill/node_modules/core-js/features/typed-array/int8-array.js +2 -0
  2126. package/polyfill/node_modules/core-js/features/typed-array/iterator.js +2 -0
  2127. package/polyfill/node_modules/core-js/features/typed-array/join.js +2 -0
  2128. package/polyfill/node_modules/core-js/features/typed-array/keys.js +2 -0
  2129. package/polyfill/node_modules/core-js/features/typed-array/last-index-of.js +2 -0
  2130. package/polyfill/node_modules/core-js/features/typed-array/map.js +2 -0
  2131. package/polyfill/node_modules/core-js/features/typed-array/methods.js +2 -0
  2132. package/polyfill/node_modules/core-js/features/typed-array/of.js +2 -0
  2133. package/polyfill/node_modules/core-js/features/typed-array/reduce-right.js +2 -0
  2134. package/polyfill/node_modules/core-js/features/typed-array/reduce.js +2 -0
  2135. package/polyfill/node_modules/core-js/features/typed-array/reverse.js +2 -0
  2136. package/polyfill/node_modules/core-js/features/typed-array/set-from-base64.js +2 -0
  2137. package/polyfill/node_modules/core-js/features/typed-array/set-from-hex.js +2 -0
  2138. package/polyfill/node_modules/core-js/features/typed-array/set.js +2 -0
  2139. package/polyfill/node_modules/core-js/features/typed-array/slice.js +2 -0
  2140. package/polyfill/node_modules/core-js/features/typed-array/some.js +2 -0
  2141. package/polyfill/node_modules/core-js/features/typed-array/sort.js +2 -0
  2142. package/polyfill/node_modules/core-js/features/typed-array/subarray.js +2 -0
  2143. package/polyfill/node_modules/core-js/features/typed-array/to-base64.js +2 -0
  2144. package/polyfill/node_modules/core-js/features/typed-array/to-hex.js +2 -0
  2145. package/polyfill/node_modules/core-js/features/typed-array/to-locale-string.js +2 -0
  2146. package/polyfill/node_modules/core-js/features/typed-array/to-reversed.js +2 -0
  2147. package/polyfill/node_modules/core-js/features/typed-array/to-sorted.js +2 -0
  2148. package/polyfill/node_modules/core-js/features/typed-array/to-spliced.js +2 -0
  2149. package/polyfill/node_modules/core-js/features/typed-array/to-string.js +2 -0
  2150. package/polyfill/node_modules/core-js/features/typed-array/uint16-array.js +2 -0
  2151. package/polyfill/node_modules/core-js/features/typed-array/uint32-array.js +2 -0
  2152. package/polyfill/node_modules/core-js/features/typed-array/uint8-array.js +2 -0
  2153. package/polyfill/node_modules/core-js/features/typed-array/uint8-clamped-array.js +2 -0
  2154. package/polyfill/node_modules/core-js/features/typed-array/unique-by.js +2 -0
  2155. package/polyfill/node_modules/core-js/features/typed-array/values.js +2 -0
  2156. package/polyfill/node_modules/core-js/features/typed-array/with.js +2 -0
  2157. package/polyfill/node_modules/core-js/features/unescape.js +2 -0
  2158. package/polyfill/node_modules/core-js/features/url/can-parse.js +2 -0
  2159. package/polyfill/node_modules/core-js/features/url/index.js +2 -0
  2160. package/polyfill/node_modules/core-js/features/url/parse.js +2 -0
  2161. package/polyfill/node_modules/core-js/features/url/to-json.js +2 -0
  2162. package/polyfill/node_modules/core-js/features/url-search-params/index.js +2 -0
  2163. package/polyfill/node_modules/core-js/features/weak-map/delete-all.js +2 -0
  2164. package/polyfill/node_modules/core-js/features/weak-map/emplace.js +2 -0
  2165. package/polyfill/node_modules/core-js/features/weak-map/from.js +2 -0
  2166. package/polyfill/node_modules/core-js/features/weak-map/get-or-insert-computed.js +2 -0
  2167. package/polyfill/node_modules/core-js/features/weak-map/get-or-insert.js +2 -0
  2168. package/polyfill/node_modules/core-js/features/weak-map/index.js +2 -0
  2169. package/polyfill/node_modules/core-js/features/weak-map/of.js +2 -0
  2170. package/polyfill/node_modules/core-js/features/weak-map/upsert.js +2 -0
  2171. package/polyfill/node_modules/core-js/features/weak-set/add-all.js +2 -0
  2172. package/polyfill/node_modules/core-js/features/weak-set/delete-all.js +2 -0
  2173. package/polyfill/node_modules/core-js/features/weak-set/from.js +2 -0
  2174. package/polyfill/node_modules/core-js/features/weak-set/index.js +2 -0
  2175. package/polyfill/node_modules/core-js/features/weak-set/of.js +2 -0
  2176. package/polyfill/node_modules/core-js/full/README.md +1 -0
  2177. package/polyfill/node_modules/core-js/full/aggregate-error.js +7 -0
  2178. package/polyfill/node_modules/core-js/full/array/at.js +7 -0
  2179. package/polyfill/node_modules/core-js/full/array/concat.js +4 -0
  2180. package/polyfill/node_modules/core-js/full/array/copy-within.js +4 -0
  2181. package/polyfill/node_modules/core-js/full/array/entries.js +4 -0
  2182. package/polyfill/node_modules/core-js/full/array/every.js +4 -0
  2183. package/polyfill/node_modules/core-js/full/array/fill.js +4 -0
  2184. package/polyfill/node_modules/core-js/full/array/filter-out.js +6 -0
  2185. package/polyfill/node_modules/core-js/full/array/filter-reject.js +5 -0
  2186. package/polyfill/node_modules/core-js/full/array/filter.js +4 -0
  2187. package/polyfill/node_modules/core-js/full/array/find-index.js +4 -0
  2188. package/polyfill/node_modules/core-js/full/array/find-last-index.js +4 -0
  2189. package/polyfill/node_modules/core-js/full/array/find-last.js +4 -0
  2190. package/polyfill/node_modules/core-js/full/array/find.js +4 -0
  2191. package/polyfill/node_modules/core-js/full/array/flat-map.js +4 -0
  2192. package/polyfill/node_modules/core-js/full/array/flat.js +4 -0
  2193. package/polyfill/node_modules/core-js/full/array/for-each.js +4 -0
  2194. package/polyfill/node_modules/core-js/full/array/from-async.js +4 -0
  2195. package/polyfill/node_modules/core-js/full/array/from.js +4 -0
  2196. package/polyfill/node_modules/core-js/full/array/group-by-to-map.js +4 -0
  2197. package/polyfill/node_modules/core-js/full/array/group-by.js +4 -0
  2198. package/polyfill/node_modules/core-js/full/array/group-to-map.js +4 -0
  2199. package/polyfill/node_modules/core-js/full/array/group.js +4 -0
  2200. package/polyfill/node_modules/core-js/full/array/includes.js +4 -0
  2201. package/polyfill/node_modules/core-js/full/array/index-of.js +4 -0
  2202. package/polyfill/node_modules/core-js/full/array/index.js +14 -0
  2203. package/polyfill/node_modules/core-js/full/array/is-array.js +4 -0
  2204. package/polyfill/node_modules/core-js/full/array/is-template-object.js +5 -0
  2205. package/polyfill/node_modules/core-js/full/array/iterator.js +4 -0
  2206. package/polyfill/node_modules/core-js/full/array/join.js +4 -0
  2207. package/polyfill/node_modules/core-js/full/array/keys.js +4 -0
  2208. package/polyfill/node_modules/core-js/full/array/last-index-of.js +4 -0
  2209. package/polyfill/node_modules/core-js/full/array/last-index.js +2 -0
  2210. package/polyfill/node_modules/core-js/full/array/last-item.js +2 -0
  2211. package/polyfill/node_modules/core-js/full/array/map.js +4 -0
  2212. package/polyfill/node_modules/core-js/full/array/of.js +4 -0
  2213. package/polyfill/node_modules/core-js/full/array/push.js +4 -0
  2214. package/polyfill/node_modules/core-js/full/array/reduce-right.js +4 -0
  2215. package/polyfill/node_modules/core-js/full/array/reduce.js +4 -0
  2216. package/polyfill/node_modules/core-js/full/array/reverse.js +4 -0
  2217. package/polyfill/node_modules/core-js/full/array/slice.js +4 -0
  2218. package/polyfill/node_modules/core-js/full/array/some.js +4 -0
  2219. package/polyfill/node_modules/core-js/full/array/sort.js +4 -0
  2220. package/polyfill/node_modules/core-js/full/array/splice.js +4 -0
  2221. package/polyfill/node_modules/core-js/full/array/to-reversed.js +4 -0
  2222. package/polyfill/node_modules/core-js/full/array/to-sorted.js +4 -0
  2223. package/polyfill/node_modules/core-js/full/array/to-spliced.js +4 -0
  2224. package/polyfill/node_modules/core-js/full/array/unique-by.js +6 -0
  2225. package/polyfill/node_modules/core-js/full/array/unshift.js +4 -0
  2226. package/polyfill/node_modules/core-js/full/array/values.js +4 -0
  2227. package/polyfill/node_modules/core-js/full/array/virtual/at.js +7 -0
  2228. package/polyfill/node_modules/core-js/full/array/virtual/concat.js +4 -0
  2229. package/polyfill/node_modules/core-js/full/array/virtual/copy-within.js +4 -0
  2230. package/polyfill/node_modules/core-js/full/array/virtual/entries.js +4 -0
  2231. package/polyfill/node_modules/core-js/full/array/virtual/every.js +4 -0
  2232. package/polyfill/node_modules/core-js/full/array/virtual/fill.js +4 -0
  2233. package/polyfill/node_modules/core-js/full/array/virtual/filter-out.js +6 -0
  2234. package/polyfill/node_modules/core-js/full/array/virtual/filter-reject.js +5 -0
  2235. package/polyfill/node_modules/core-js/full/array/virtual/filter.js +4 -0
  2236. package/polyfill/node_modules/core-js/full/array/virtual/find-index.js +4 -0
  2237. package/polyfill/node_modules/core-js/full/array/virtual/find-last-index.js +4 -0
  2238. package/polyfill/node_modules/core-js/full/array/virtual/find-last.js +4 -0
  2239. package/polyfill/node_modules/core-js/full/array/virtual/find.js +4 -0
  2240. package/polyfill/node_modules/core-js/full/array/virtual/flat-map.js +4 -0
  2241. package/polyfill/node_modules/core-js/full/array/virtual/flat.js +4 -0
  2242. package/polyfill/node_modules/core-js/full/array/virtual/for-each.js +4 -0
  2243. package/polyfill/node_modules/core-js/full/array/virtual/group-by-to-map.js +4 -0
  2244. package/polyfill/node_modules/core-js/full/array/virtual/group-by.js +4 -0
  2245. package/polyfill/node_modules/core-js/full/array/virtual/group-to-map.js +4 -0
  2246. package/polyfill/node_modules/core-js/full/array/virtual/group.js +4 -0
  2247. package/polyfill/node_modules/core-js/full/array/virtual/includes.js +4 -0
  2248. package/polyfill/node_modules/core-js/full/array/virtual/index-of.js +4 -0
  2249. package/polyfill/node_modules/core-js/full/array/virtual/index.js +10 -0
  2250. package/polyfill/node_modules/core-js/full/array/virtual/iterator.js +4 -0
  2251. package/polyfill/node_modules/core-js/full/array/virtual/join.js +4 -0
  2252. package/polyfill/node_modules/core-js/full/array/virtual/keys.js +4 -0
  2253. package/polyfill/node_modules/core-js/full/array/virtual/last-index-of.js +4 -0
  2254. package/polyfill/node_modules/core-js/full/array/virtual/map.js +4 -0
  2255. package/polyfill/node_modules/core-js/full/array/virtual/push.js +4 -0
  2256. package/polyfill/node_modules/core-js/full/array/virtual/reduce-right.js +4 -0
  2257. package/polyfill/node_modules/core-js/full/array/virtual/reduce.js +4 -0
  2258. package/polyfill/node_modules/core-js/full/array/virtual/reverse.js +4 -0
  2259. package/polyfill/node_modules/core-js/full/array/virtual/slice.js +4 -0
  2260. package/polyfill/node_modules/core-js/full/array/virtual/some.js +4 -0
  2261. package/polyfill/node_modules/core-js/full/array/virtual/sort.js +4 -0
  2262. package/polyfill/node_modules/core-js/full/array/virtual/splice.js +4 -0
  2263. package/polyfill/node_modules/core-js/full/array/virtual/to-reversed.js +4 -0
  2264. package/polyfill/node_modules/core-js/full/array/virtual/to-sorted.js +4 -0
  2265. package/polyfill/node_modules/core-js/full/array/virtual/to-spliced.js +4 -0
  2266. package/polyfill/node_modules/core-js/full/array/virtual/unique-by.js +6 -0
  2267. package/polyfill/node_modules/core-js/full/array/virtual/unshift.js +4 -0
  2268. package/polyfill/node_modules/core-js/full/array/virtual/values.js +4 -0
  2269. package/polyfill/node_modules/core-js/full/array/virtual/with.js +4 -0
  2270. package/polyfill/node_modules/core-js/full/array/with.js +4 -0
  2271. package/polyfill/node_modules/core-js/full/array-buffer/constructor.js +4 -0
  2272. package/polyfill/node_modules/core-js/full/array-buffer/detached.js +4 -0
  2273. package/polyfill/node_modules/core-js/full/array-buffer/index.js +4 -0
  2274. package/polyfill/node_modules/core-js/full/array-buffer/is-view.js +4 -0
  2275. package/polyfill/node_modules/core-js/full/array-buffer/slice.js +4 -0
  2276. package/polyfill/node_modules/core-js/full/array-buffer/transfer-to-fixed-length.js +4 -0
  2277. package/polyfill/node_modules/core-js/full/array-buffer/transfer.js +4 -0
  2278. package/polyfill/node_modules/core-js/full/async-disposable-stack/constructor.js +4 -0
  2279. package/polyfill/node_modules/core-js/full/async-disposable-stack/index.js +4 -0
  2280. package/polyfill/node_modules/core-js/full/async-iterator/as-indexed-pairs.js +9 -0
  2281. package/polyfill/node_modules/core-js/full/async-iterator/async-dispose.js +4 -0
  2282. package/polyfill/node_modules/core-js/full/async-iterator/drop.js +4 -0
  2283. package/polyfill/node_modules/core-js/full/async-iterator/every.js +4 -0
  2284. package/polyfill/node_modules/core-js/full/async-iterator/filter.js +4 -0
  2285. package/polyfill/node_modules/core-js/full/async-iterator/find.js +4 -0
  2286. package/polyfill/node_modules/core-js/full/async-iterator/flat-map.js +4 -0
  2287. package/polyfill/node_modules/core-js/full/async-iterator/for-each.js +4 -0
  2288. package/polyfill/node_modules/core-js/full/async-iterator/from.js +4 -0
  2289. package/polyfill/node_modules/core-js/full/async-iterator/index.js +7 -0
  2290. package/polyfill/node_modules/core-js/full/async-iterator/indexed.js +10 -0
  2291. package/polyfill/node_modules/core-js/full/async-iterator/map.js +4 -0
  2292. package/polyfill/node_modules/core-js/full/async-iterator/reduce.js +4 -0
  2293. package/polyfill/node_modules/core-js/full/async-iterator/some.js +4 -0
  2294. package/polyfill/node_modules/core-js/full/async-iterator/take.js +4 -0
  2295. package/polyfill/node_modules/core-js/full/async-iterator/to-array.js +4 -0
  2296. package/polyfill/node_modules/core-js/full/atob.js +4 -0
  2297. package/polyfill/node_modules/core-js/full/bigint/index.js +6 -0
  2298. package/polyfill/node_modules/core-js/full/bigint/range.js +6 -0
  2299. package/polyfill/node_modules/core-js/full/btoa.js +4 -0
  2300. package/polyfill/node_modules/core-js/full/clear-immediate.js +4 -0
  2301. package/polyfill/node_modules/core-js/full/composite-key.js +5 -0
  2302. package/polyfill/node_modules/core-js/full/composite-symbol.js +6 -0
  2303. package/polyfill/node_modules/core-js/full/data-view/get-float16.js +4 -0
  2304. package/polyfill/node_modules/core-js/full/data-view/get-uint8-clamped.js +2 -0
  2305. package/polyfill/node_modules/core-js/full/data-view/index.js +6 -0
  2306. package/polyfill/node_modules/core-js/full/data-view/set-float16.js +4 -0
  2307. package/polyfill/node_modules/core-js/full/data-view/set-uint8-clamped.js +2 -0
  2308. package/polyfill/node_modules/core-js/full/date/get-year.js +4 -0
  2309. package/polyfill/node_modules/core-js/full/date/index.js +4 -0
  2310. package/polyfill/node_modules/core-js/full/date/now.js +4 -0
  2311. package/polyfill/node_modules/core-js/full/date/set-year.js +4 -0
  2312. package/polyfill/node_modules/core-js/full/date/to-gmt-string.js +4 -0
  2313. package/polyfill/node_modules/core-js/full/date/to-iso-string.js +4 -0
  2314. package/polyfill/node_modules/core-js/full/date/to-json.js +4 -0
  2315. package/polyfill/node_modules/core-js/full/date/to-primitive.js +4 -0
  2316. package/polyfill/node_modules/core-js/full/date/to-string.js +4 -0
  2317. package/polyfill/node_modules/core-js/full/disposable-stack/constructor.js +4 -0
  2318. package/polyfill/node_modules/core-js/full/disposable-stack/index.js +4 -0
  2319. package/polyfill/node_modules/core-js/full/dom-collections/for-each.js +4 -0
  2320. package/polyfill/node_modules/core-js/full/dom-collections/index.js +4 -0
  2321. package/polyfill/node_modules/core-js/full/dom-collections/iterator.js +4 -0
  2322. package/polyfill/node_modules/core-js/full/dom-exception/constructor.js +4 -0
  2323. package/polyfill/node_modules/core-js/full/dom-exception/index.js +4 -0
  2324. package/polyfill/node_modules/core-js/full/dom-exception/to-string-tag.js +4 -0
  2325. package/polyfill/node_modules/core-js/full/error/constructor.js +4 -0
  2326. package/polyfill/node_modules/core-js/full/error/index.js +4 -0
  2327. package/polyfill/node_modules/core-js/full/error/is-error.js +4 -0
  2328. package/polyfill/node_modules/core-js/full/error/to-string.js +4 -0
  2329. package/polyfill/node_modules/core-js/full/escape.js +4 -0
  2330. package/polyfill/node_modules/core-js/full/function/bind.js +4 -0
  2331. package/polyfill/node_modules/core-js/full/function/demethodize.js +5 -0
  2332. package/polyfill/node_modules/core-js/full/function/has-instance.js +4 -0
  2333. package/polyfill/node_modules/core-js/full/function/index.js +9 -0
  2334. package/polyfill/node_modules/core-js/full/function/is-callable.js +5 -0
  2335. package/polyfill/node_modules/core-js/full/function/is-constructor.js +5 -0
  2336. package/polyfill/node_modules/core-js/full/function/metadata.js +4 -0
  2337. package/polyfill/node_modules/core-js/full/function/name.js +4 -0
  2338. package/polyfill/node_modules/core-js/full/function/un-this.js +5 -0
  2339. package/polyfill/node_modules/core-js/full/function/virtual/bind.js +4 -0
  2340. package/polyfill/node_modules/core-js/full/function/virtual/demethodize.js +5 -0
  2341. package/polyfill/node_modules/core-js/full/function/virtual/index.js +7 -0
  2342. package/polyfill/node_modules/core-js/full/function/virtual/un-this.js +5 -0
  2343. package/polyfill/node_modules/core-js/full/get-iterator-method.js +4 -0
  2344. package/polyfill/node_modules/core-js/full/get-iterator.js +4 -0
  2345. package/polyfill/node_modules/core-js/full/global-this.js +7 -0
  2346. package/polyfill/node_modules/core-js/full/index.js +537 -0
  2347. package/polyfill/node_modules/core-js/full/instance/at.js +15 -0
  2348. package/polyfill/node_modules/core-js/full/instance/bind.js +4 -0
  2349. package/polyfill/node_modules/core-js/full/instance/clamp.js +14 -0
  2350. package/polyfill/node_modules/core-js/full/instance/code-point-at.js +4 -0
  2351. package/polyfill/node_modules/core-js/full/instance/code-points.js +11 -0
  2352. package/polyfill/node_modules/core-js/full/instance/concat.js +4 -0
  2353. package/polyfill/node_modules/core-js/full/instance/copy-within.js +4 -0
  2354. package/polyfill/node_modules/core-js/full/instance/demethodize.js +10 -0
  2355. package/polyfill/node_modules/core-js/full/instance/ends-with.js +4 -0
  2356. package/polyfill/node_modules/core-js/full/instance/entries.js +4 -0
  2357. package/polyfill/node_modules/core-js/full/instance/every.js +4 -0
  2358. package/polyfill/node_modules/core-js/full/instance/fill.js +4 -0
  2359. package/polyfill/node_modules/core-js/full/instance/filter-out.js +11 -0
  2360. package/polyfill/node_modules/core-js/full/instance/filter-reject.js +10 -0
  2361. package/polyfill/node_modules/core-js/full/instance/filter.js +4 -0
  2362. package/polyfill/node_modules/core-js/full/instance/find-index.js +4 -0
  2363. package/polyfill/node_modules/core-js/full/instance/find-last-index.js +4 -0
  2364. package/polyfill/node_modules/core-js/full/instance/find-last.js +4 -0
  2365. package/polyfill/node_modules/core-js/full/instance/find.js +4 -0
  2366. package/polyfill/node_modules/core-js/full/instance/flags.js +4 -0
  2367. package/polyfill/node_modules/core-js/full/instance/flat-map.js +4 -0
  2368. package/polyfill/node_modules/core-js/full/instance/flat.js +4 -0
  2369. package/polyfill/node_modules/core-js/full/instance/for-each.js +4 -0
  2370. package/polyfill/node_modules/core-js/full/instance/group-by-to-map.js +4 -0
  2371. package/polyfill/node_modules/core-js/full/instance/group-by.js +4 -0
  2372. package/polyfill/node_modules/core-js/full/instance/group-to-map.js +4 -0
  2373. package/polyfill/node_modules/core-js/full/instance/group.js +4 -0
  2374. package/polyfill/node_modules/core-js/full/instance/includes.js +4 -0
  2375. package/polyfill/node_modules/core-js/full/instance/index-of.js +4 -0
  2376. package/polyfill/node_modules/core-js/full/instance/is-well-formed.js +4 -0
  2377. package/polyfill/node_modules/core-js/full/instance/keys.js +4 -0
  2378. package/polyfill/node_modules/core-js/full/instance/last-index-of.js +4 -0
  2379. package/polyfill/node_modules/core-js/full/instance/map.js +4 -0
  2380. package/polyfill/node_modules/core-js/full/instance/match-all.js +7 -0
  2381. package/polyfill/node_modules/core-js/full/instance/pad-end.js +4 -0
  2382. package/polyfill/node_modules/core-js/full/instance/pad-start.js +4 -0
  2383. package/polyfill/node_modules/core-js/full/instance/push.js +4 -0
  2384. package/polyfill/node_modules/core-js/full/instance/reduce-right.js +4 -0
  2385. package/polyfill/node_modules/core-js/full/instance/reduce.js +4 -0
  2386. package/polyfill/node_modules/core-js/full/instance/repeat.js +4 -0
  2387. package/polyfill/node_modules/core-js/full/instance/replace-all.js +7 -0
  2388. package/polyfill/node_modules/core-js/full/instance/reverse.js +4 -0
  2389. package/polyfill/node_modules/core-js/full/instance/slice.js +4 -0
  2390. package/polyfill/node_modules/core-js/full/instance/some.js +4 -0
  2391. package/polyfill/node_modules/core-js/full/instance/sort.js +4 -0
  2392. package/polyfill/node_modules/core-js/full/instance/splice.js +4 -0
  2393. package/polyfill/node_modules/core-js/full/instance/starts-with.js +4 -0
  2394. package/polyfill/node_modules/core-js/full/instance/to-reversed.js +4 -0
  2395. package/polyfill/node_modules/core-js/full/instance/to-sorted.js +4 -0
  2396. package/polyfill/node_modules/core-js/full/instance/to-spliced.js +4 -0
  2397. package/polyfill/node_modules/core-js/full/instance/to-well-formed.js +4 -0
  2398. package/polyfill/node_modules/core-js/full/instance/trim-end.js +4 -0
  2399. package/polyfill/node_modules/core-js/full/instance/trim-left.js +4 -0
  2400. package/polyfill/node_modules/core-js/full/instance/trim-right.js +4 -0
  2401. package/polyfill/node_modules/core-js/full/instance/trim-start.js +4 -0
  2402. package/polyfill/node_modules/core-js/full/instance/trim.js +4 -0
  2403. package/polyfill/node_modules/core-js/full/instance/un-this.js +10 -0
  2404. package/polyfill/node_modules/core-js/full/instance/unique-by.js +10 -0
  2405. package/polyfill/node_modules/core-js/full/instance/unshift.js +4 -0
  2406. package/polyfill/node_modules/core-js/full/instance/values.js +4 -0
  2407. package/polyfill/node_modules/core-js/full/instance/with.js +4 -0
  2408. package/polyfill/node_modules/core-js/full/is-iterable.js +4 -0
  2409. package/polyfill/node_modules/core-js/full/iterator/as-indexed-pairs.js +9 -0
  2410. package/polyfill/node_modules/core-js/full/iterator/chunks.js +8 -0
  2411. package/polyfill/node_modules/core-js/full/iterator/concat.js +7 -0
  2412. package/polyfill/node_modules/core-js/full/iterator/dispose.js +4 -0
  2413. package/polyfill/node_modules/core-js/full/iterator/drop.js +4 -0
  2414. package/polyfill/node_modules/core-js/full/iterator/every.js +4 -0
  2415. package/polyfill/node_modules/core-js/full/iterator/filter.js +4 -0
  2416. package/polyfill/node_modules/core-js/full/iterator/find.js +4 -0
  2417. package/polyfill/node_modules/core-js/full/iterator/flat-map.js +4 -0
  2418. package/polyfill/node_modules/core-js/full/iterator/for-each.js +4 -0
  2419. package/polyfill/node_modules/core-js/full/iterator/from.js +7 -0
  2420. package/polyfill/node_modules/core-js/full/iterator/index.js +11 -0
  2421. package/polyfill/node_modules/core-js/full/iterator/indexed.js +10 -0
  2422. package/polyfill/node_modules/core-js/full/iterator/map.js +4 -0
  2423. package/polyfill/node_modules/core-js/full/iterator/range.js +26 -0
  2424. package/polyfill/node_modules/core-js/full/iterator/reduce.js +4 -0
  2425. package/polyfill/node_modules/core-js/full/iterator/sliding.js +8 -0
  2426. package/polyfill/node_modules/core-js/full/iterator/some.js +4 -0
  2427. package/polyfill/node_modules/core-js/full/iterator/take.js +4 -0
  2428. package/polyfill/node_modules/core-js/full/iterator/to-array.js +4 -0
  2429. package/polyfill/node_modules/core-js/full/iterator/to-async.js +4 -0
  2430. package/polyfill/node_modules/core-js/full/iterator/windows.js +8 -0
  2431. package/polyfill/node_modules/core-js/full/iterator/zip-keyed.js +7 -0
  2432. package/polyfill/node_modules/core-js/full/iterator/zip.js +7 -0
  2433. package/polyfill/node_modules/core-js/full/json/index.js +4 -0
  2434. package/polyfill/node_modules/core-js/full/json/is-raw-json.js +4 -0
  2435. package/polyfill/node_modules/core-js/full/json/parse.js +4 -0
  2436. package/polyfill/node_modules/core-js/full/json/raw-json.js +4 -0
  2437. package/polyfill/node_modules/core-js/full/json/stringify.js +4 -0
  2438. package/polyfill/node_modules/core-js/full/json/to-string-tag.js +4 -0
  2439. package/polyfill/node_modules/core-js/full/map/delete-all.js +6 -0
  2440. package/polyfill/node_modules/core-js/full/map/emplace.js +6 -0
  2441. package/polyfill/node_modules/core-js/full/map/every.js +6 -0
  2442. package/polyfill/node_modules/core-js/full/map/filter.js +6 -0
  2443. package/polyfill/node_modules/core-js/full/map/find-key.js +6 -0
  2444. package/polyfill/node_modules/core-js/full/map/find.js +6 -0
  2445. package/polyfill/node_modules/core-js/full/map/from.js +26 -0
  2446. package/polyfill/node_modules/core-js/full/map/get-or-insert-computed.js +4 -0
  2447. package/polyfill/node_modules/core-js/full/map/get-or-insert.js +4 -0
  2448. package/polyfill/node_modules/core-js/full/map/group-by.js +20 -0
  2449. package/polyfill/node_modules/core-js/full/map/includes.js +6 -0
  2450. package/polyfill/node_modules/core-js/full/map/index.js +27 -0
  2451. package/polyfill/node_modules/core-js/full/map/key-by.js +30 -0
  2452. package/polyfill/node_modules/core-js/full/map/key-of.js +6 -0
  2453. package/polyfill/node_modules/core-js/full/map/map-keys.js +6 -0
  2454. package/polyfill/node_modules/core-js/full/map/map-values.js +6 -0
  2455. package/polyfill/node_modules/core-js/full/map/merge.js +6 -0
  2456. package/polyfill/node_modules/core-js/full/map/of.js +24 -0
  2457. package/polyfill/node_modules/core-js/full/map/reduce.js +6 -0
  2458. package/polyfill/node_modules/core-js/full/map/some.js +6 -0
  2459. package/polyfill/node_modules/core-js/full/map/update-or-insert.js +7 -0
  2460. package/polyfill/node_modules/core-js/full/map/update.js +6 -0
  2461. package/polyfill/node_modules/core-js/full/map/upsert.js +6 -0
  2462. package/polyfill/node_modules/core-js/full/math/acosh.js +4 -0
  2463. package/polyfill/node_modules/core-js/full/math/asinh.js +4 -0
  2464. package/polyfill/node_modules/core-js/full/math/atanh.js +4 -0
  2465. package/polyfill/node_modules/core-js/full/math/cbrt.js +4 -0
  2466. package/polyfill/node_modules/core-js/full/math/clamp.js +6 -0
  2467. package/polyfill/node_modules/core-js/full/math/clz32.js +4 -0
  2468. package/polyfill/node_modules/core-js/full/math/cosh.js +4 -0
  2469. package/polyfill/node_modules/core-js/full/math/deg-per-rad.js +4 -0
  2470. package/polyfill/node_modules/core-js/full/math/degrees.js +5 -0
  2471. package/polyfill/node_modules/core-js/full/math/expm1.js +4 -0
  2472. package/polyfill/node_modules/core-js/full/math/f16round.js +4 -0
  2473. package/polyfill/node_modules/core-js/full/math/fround.js +4 -0
  2474. package/polyfill/node_modules/core-js/full/math/fscale.js +5 -0
  2475. package/polyfill/node_modules/core-js/full/math/hypot.js +4 -0
  2476. package/polyfill/node_modules/core-js/full/math/iaddh.js +5 -0
  2477. package/polyfill/node_modules/core-js/full/math/imul.js +4 -0
  2478. package/polyfill/node_modules/core-js/full/math/imulh.js +5 -0
  2479. package/polyfill/node_modules/core-js/full/math/index.js +19 -0
  2480. package/polyfill/node_modules/core-js/full/math/isubh.js +5 -0
  2481. package/polyfill/node_modules/core-js/full/math/log10.js +4 -0
  2482. package/polyfill/node_modules/core-js/full/math/log1p.js +4 -0
  2483. package/polyfill/node_modules/core-js/full/math/log2.js +4 -0
  2484. package/polyfill/node_modules/core-js/full/math/rad-per-deg.js +4 -0
  2485. package/polyfill/node_modules/core-js/full/math/radians.js +5 -0
  2486. package/polyfill/node_modules/core-js/full/math/scale.js +5 -0
  2487. package/polyfill/node_modules/core-js/full/math/seeded-prng.js +5 -0
  2488. package/polyfill/node_modules/core-js/full/math/sign.js +4 -0
  2489. package/polyfill/node_modules/core-js/full/math/signbit.js +5 -0
  2490. package/polyfill/node_modules/core-js/full/math/sinh.js +4 -0
  2491. package/polyfill/node_modules/core-js/full/math/sum-precise.js +4 -0
  2492. package/polyfill/node_modules/core-js/full/math/tanh.js +4 -0
  2493. package/polyfill/node_modules/core-js/full/math/to-string-tag.js +4 -0
  2494. package/polyfill/node_modules/core-js/full/math/trunc.js +4 -0
  2495. package/polyfill/node_modules/core-js/full/math/umulh.js +5 -0
  2496. package/polyfill/node_modules/core-js/full/number/clamp.js +5 -0
  2497. package/polyfill/node_modules/core-js/full/number/constructor.js +4 -0
  2498. package/polyfill/node_modules/core-js/full/number/epsilon.js +4 -0
  2499. package/polyfill/node_modules/core-js/full/number/from-string.js +5 -0
  2500. package/polyfill/node_modules/core-js/full/number/index.js +9 -0
  2501. package/polyfill/node_modules/core-js/full/number/is-finite.js +4 -0
  2502. package/polyfill/node_modules/core-js/full/number/is-integer.js +4 -0
  2503. package/polyfill/node_modules/core-js/full/number/is-nan.js +4 -0
  2504. package/polyfill/node_modules/core-js/full/number/is-safe-integer.js +4 -0
  2505. package/polyfill/node_modules/core-js/full/number/max-safe-integer.js +4 -0
  2506. package/polyfill/node_modules/core-js/full/number/min-safe-integer.js +4 -0
  2507. package/polyfill/node_modules/core-js/full/number/parse-float.js +4 -0
  2508. package/polyfill/node_modules/core-js/full/number/parse-int.js +4 -0
  2509. package/polyfill/node_modules/core-js/full/number/range.js +6 -0
  2510. package/polyfill/node_modules/core-js/full/number/to-exponential.js +4 -0
  2511. package/polyfill/node_modules/core-js/full/number/to-fixed.js +4 -0
  2512. package/polyfill/node_modules/core-js/full/number/to-precision.js +4 -0
  2513. package/polyfill/node_modules/core-js/full/number/virtual/clamp.js +5 -0
  2514. package/polyfill/node_modules/core-js/full/number/virtual/index.js +4 -0
  2515. package/polyfill/node_modules/core-js/full/number/virtual/to-exponential.js +4 -0
  2516. package/polyfill/node_modules/core-js/full/number/virtual/to-fixed.js +4 -0
  2517. package/polyfill/node_modules/core-js/full/number/virtual/to-precision.js +4 -0
  2518. package/polyfill/node_modules/core-js/full/object/assign.js +4 -0
  2519. package/polyfill/node_modules/core-js/full/object/create.js +4 -0
  2520. package/polyfill/node_modules/core-js/full/object/define-getter.js +4 -0
  2521. package/polyfill/node_modules/core-js/full/object/define-properties.js +4 -0
  2522. package/polyfill/node_modules/core-js/full/object/define-property.js +4 -0
  2523. package/polyfill/node_modules/core-js/full/object/define-setter.js +4 -0
  2524. package/polyfill/node_modules/core-js/full/object/entries.js +4 -0
  2525. package/polyfill/node_modules/core-js/full/object/freeze.js +4 -0
  2526. package/polyfill/node_modules/core-js/full/object/from-entries.js +4 -0
  2527. package/polyfill/node_modules/core-js/full/object/get-own-property-descriptor.js +4 -0
  2528. package/polyfill/node_modules/core-js/full/object/get-own-property-descriptors.js +4 -0
  2529. package/polyfill/node_modules/core-js/full/object/get-own-property-names.js +4 -0
  2530. package/polyfill/node_modules/core-js/full/object/get-own-property-symbols.js +4 -0
  2531. package/polyfill/node_modules/core-js/full/object/get-prototype-of.js +4 -0
  2532. package/polyfill/node_modules/core-js/full/object/group-by.js +4 -0
  2533. package/polyfill/node_modules/core-js/full/object/has-own.js +7 -0
  2534. package/polyfill/node_modules/core-js/full/object/index.js +9 -0
  2535. package/polyfill/node_modules/core-js/full/object/is-extensible.js +4 -0
  2536. package/polyfill/node_modules/core-js/full/object/is-frozen.js +4 -0
  2537. package/polyfill/node_modules/core-js/full/object/is-sealed.js +4 -0
  2538. package/polyfill/node_modules/core-js/full/object/is.js +4 -0
  2539. package/polyfill/node_modules/core-js/full/object/iterate-entries.js +5 -0
  2540. package/polyfill/node_modules/core-js/full/object/iterate-keys.js +5 -0
  2541. package/polyfill/node_modules/core-js/full/object/iterate-values.js +5 -0
  2542. package/polyfill/node_modules/core-js/full/object/keys.js +4 -0
  2543. package/polyfill/node_modules/core-js/full/object/lookup-getter.js +4 -0
  2544. package/polyfill/node_modules/core-js/full/object/lookup-setter.js +4 -0
  2545. package/polyfill/node_modules/core-js/full/object/prevent-extensions.js +4 -0
  2546. package/polyfill/node_modules/core-js/full/object/proto.js +4 -0
  2547. package/polyfill/node_modules/core-js/full/object/seal.js +4 -0
  2548. package/polyfill/node_modules/core-js/full/object/set-prototype-of.js +4 -0
  2549. package/polyfill/node_modules/core-js/full/object/to-string.js +4 -0
  2550. package/polyfill/node_modules/core-js/full/object/values.js +4 -0
  2551. package/polyfill/node_modules/core-js/full/observable/index.js +9 -0
  2552. package/polyfill/node_modules/core-js/full/parse-float.js +4 -0
  2553. package/polyfill/node_modules/core-js/full/parse-int.js +4 -0
  2554. package/polyfill/node_modules/core-js/full/promise/all-settled.js +7 -0
  2555. package/polyfill/node_modules/core-js/full/promise/any.js +8 -0
  2556. package/polyfill/node_modules/core-js/full/promise/finally.js +4 -0
  2557. package/polyfill/node_modules/core-js/full/promise/index.js +8 -0
  2558. package/polyfill/node_modules/core-js/full/promise/try.js +4 -0
  2559. package/polyfill/node_modules/core-js/full/promise/with-resolvers.js +4 -0
  2560. package/polyfill/node_modules/core-js/full/queue-microtask.js +4 -0
  2561. package/polyfill/node_modules/core-js/full/reflect/apply.js +4 -0
  2562. package/polyfill/node_modules/core-js/full/reflect/construct.js +4 -0
  2563. package/polyfill/node_modules/core-js/full/reflect/define-metadata.js +5 -0
  2564. package/polyfill/node_modules/core-js/full/reflect/define-property.js +4 -0
  2565. package/polyfill/node_modules/core-js/full/reflect/delete-metadata.js +5 -0
  2566. package/polyfill/node_modules/core-js/full/reflect/delete-property.js +4 -0
  2567. package/polyfill/node_modules/core-js/full/reflect/get-metadata-keys.js +5 -0
  2568. package/polyfill/node_modules/core-js/full/reflect/get-metadata.js +5 -0
  2569. package/polyfill/node_modules/core-js/full/reflect/get-own-metadata-keys.js +5 -0
  2570. package/polyfill/node_modules/core-js/full/reflect/get-own-metadata.js +5 -0
  2571. package/polyfill/node_modules/core-js/full/reflect/get-own-property-descriptor.js +4 -0
  2572. package/polyfill/node_modules/core-js/full/reflect/get-prototype-of.js +4 -0
  2573. package/polyfill/node_modules/core-js/full/reflect/get.js +4 -0
  2574. package/polyfill/node_modules/core-js/full/reflect/has-metadata.js +5 -0
  2575. package/polyfill/node_modules/core-js/full/reflect/has-own-metadata.js +5 -0
  2576. package/polyfill/node_modules/core-js/full/reflect/has.js +4 -0
  2577. package/polyfill/node_modules/core-js/full/reflect/index.js +13 -0
  2578. package/polyfill/node_modules/core-js/full/reflect/is-extensible.js +4 -0
  2579. package/polyfill/node_modules/core-js/full/reflect/metadata.js +5 -0
  2580. package/polyfill/node_modules/core-js/full/reflect/own-keys.js +4 -0
  2581. package/polyfill/node_modules/core-js/full/reflect/prevent-extensions.js +4 -0
  2582. package/polyfill/node_modules/core-js/full/reflect/set-prototype-of.js +4 -0
  2583. package/polyfill/node_modules/core-js/full/reflect/set.js +4 -0
  2584. package/polyfill/node_modules/core-js/full/reflect/to-string-tag.js +4 -0
  2585. package/polyfill/node_modules/core-js/full/regexp/constructor.js +4 -0
  2586. package/polyfill/node_modules/core-js/full/regexp/dot-all.js +4 -0
  2587. package/polyfill/node_modules/core-js/full/regexp/escape.js +4 -0
  2588. package/polyfill/node_modules/core-js/full/regexp/flags.js +4 -0
  2589. package/polyfill/node_modules/core-js/full/regexp/index.js +4 -0
  2590. package/polyfill/node_modules/core-js/full/regexp/match.js +4 -0
  2591. package/polyfill/node_modules/core-js/full/regexp/replace.js +4 -0
  2592. package/polyfill/node_modules/core-js/full/regexp/search.js +4 -0
  2593. package/polyfill/node_modules/core-js/full/regexp/split.js +4 -0
  2594. package/polyfill/node_modules/core-js/full/regexp/sticky.js +4 -0
  2595. package/polyfill/node_modules/core-js/full/regexp/test.js +4 -0
  2596. package/polyfill/node_modules/core-js/full/regexp/to-string.js +4 -0
  2597. package/polyfill/node_modules/core-js/full/self.js +4 -0
  2598. package/polyfill/node_modules/core-js/full/set/add-all.js +6 -0
  2599. package/polyfill/node_modules/core-js/full/set/delete-all.js +6 -0
  2600. package/polyfill/node_modules/core-js/full/set/difference.js +9 -0
  2601. package/polyfill/node_modules/core-js/full/set/every.js +6 -0
  2602. package/polyfill/node_modules/core-js/full/set/filter.js +6 -0
  2603. package/polyfill/node_modules/core-js/full/set/find.js +6 -0
  2604. package/polyfill/node_modules/core-js/full/set/from.js +26 -0
  2605. package/polyfill/node_modules/core-js/full/set/index.js +22 -0
  2606. package/polyfill/node_modules/core-js/full/set/intersection.js +9 -0
  2607. package/polyfill/node_modules/core-js/full/set/is-disjoint-from.js +9 -0
  2608. package/polyfill/node_modules/core-js/full/set/is-subset-of.js +9 -0
  2609. package/polyfill/node_modules/core-js/full/set/is-superset-of.js +9 -0
  2610. package/polyfill/node_modules/core-js/full/set/join.js +6 -0
  2611. package/polyfill/node_modules/core-js/full/set/map.js +6 -0
  2612. package/polyfill/node_modules/core-js/full/set/of.js +24 -0
  2613. package/polyfill/node_modules/core-js/full/set/reduce.js +6 -0
  2614. package/polyfill/node_modules/core-js/full/set/some.js +6 -0
  2615. package/polyfill/node_modules/core-js/full/set/symmetric-difference.js +9 -0
  2616. package/polyfill/node_modules/core-js/full/set/union.js +9 -0
  2617. package/polyfill/node_modules/core-js/full/set-immediate.js +4 -0
  2618. package/polyfill/node_modules/core-js/full/set-interval.js +4 -0
  2619. package/polyfill/node_modules/core-js/full/set-timeout.js +4 -0
  2620. package/polyfill/node_modules/core-js/full/string/anchor.js +4 -0
  2621. package/polyfill/node_modules/core-js/full/string/at.js +6 -0
  2622. package/polyfill/node_modules/core-js/full/string/big.js +4 -0
  2623. package/polyfill/node_modules/core-js/full/string/blink.js +4 -0
  2624. package/polyfill/node_modules/core-js/full/string/bold.js +4 -0
  2625. package/polyfill/node_modules/core-js/full/string/code-point-at.js +4 -0
  2626. package/polyfill/node_modules/core-js/full/string/code-points.js +5 -0
  2627. package/polyfill/node_modules/core-js/full/string/cooked.js +5 -0
  2628. package/polyfill/node_modules/core-js/full/string/dedent.js +7 -0
  2629. package/polyfill/node_modules/core-js/full/string/ends-with.js +4 -0
  2630. package/polyfill/node_modules/core-js/full/string/fixed.js +4 -0
  2631. package/polyfill/node_modules/core-js/full/string/fontcolor.js +4 -0
  2632. package/polyfill/node_modules/core-js/full/string/fontsize.js +4 -0
  2633. package/polyfill/node_modules/core-js/full/string/from-code-point.js +4 -0
  2634. package/polyfill/node_modules/core-js/full/string/includes.js +4 -0
  2635. package/polyfill/node_modules/core-js/full/string/index.js +12 -0
  2636. package/polyfill/node_modules/core-js/full/string/is-well-formed.js +4 -0
  2637. package/polyfill/node_modules/core-js/full/string/italics.js +4 -0
  2638. package/polyfill/node_modules/core-js/full/string/iterator.js +4 -0
  2639. package/polyfill/node_modules/core-js/full/string/link.js +4 -0
  2640. package/polyfill/node_modules/core-js/full/string/match-all.js +7 -0
  2641. package/polyfill/node_modules/core-js/full/string/match.js +4 -0
  2642. package/polyfill/node_modules/core-js/full/string/pad-end.js +4 -0
  2643. package/polyfill/node_modules/core-js/full/string/pad-start.js +4 -0
  2644. package/polyfill/node_modules/core-js/full/string/raw.js +4 -0
  2645. package/polyfill/node_modules/core-js/full/string/repeat.js +4 -0
  2646. package/polyfill/node_modules/core-js/full/string/replace-all.js +7 -0
  2647. package/polyfill/node_modules/core-js/full/string/replace.js +4 -0
  2648. package/polyfill/node_modules/core-js/full/string/search.js +4 -0
  2649. package/polyfill/node_modules/core-js/full/string/small.js +4 -0
  2650. package/polyfill/node_modules/core-js/full/string/split.js +4 -0
  2651. package/polyfill/node_modules/core-js/full/string/starts-with.js +4 -0
  2652. package/polyfill/node_modules/core-js/full/string/strike.js +4 -0
  2653. package/polyfill/node_modules/core-js/full/string/sub.js +4 -0
  2654. package/polyfill/node_modules/core-js/full/string/substr.js +4 -0
  2655. package/polyfill/node_modules/core-js/full/string/sup.js +4 -0
  2656. package/polyfill/node_modules/core-js/full/string/to-well-formed.js +4 -0
  2657. package/polyfill/node_modules/core-js/full/string/trim-end.js +4 -0
  2658. package/polyfill/node_modules/core-js/full/string/trim-left.js +4 -0
  2659. package/polyfill/node_modules/core-js/full/string/trim-right.js +4 -0
  2660. package/polyfill/node_modules/core-js/full/string/trim-start.js +4 -0
  2661. package/polyfill/node_modules/core-js/full/string/trim.js +4 -0
  2662. package/polyfill/node_modules/core-js/full/string/virtual/anchor.js +4 -0
  2663. package/polyfill/node_modules/core-js/full/string/virtual/at.js +7 -0
  2664. package/polyfill/node_modules/core-js/full/string/virtual/big.js +4 -0
  2665. package/polyfill/node_modules/core-js/full/string/virtual/blink.js +4 -0
  2666. package/polyfill/node_modules/core-js/full/string/virtual/bold.js +4 -0
  2667. package/polyfill/node_modules/core-js/full/string/virtual/code-point-at.js +4 -0
  2668. package/polyfill/node_modules/core-js/full/string/virtual/code-points.js +6 -0
  2669. package/polyfill/node_modules/core-js/full/string/virtual/ends-with.js +4 -0
  2670. package/polyfill/node_modules/core-js/full/string/virtual/fixed.js +4 -0
  2671. package/polyfill/node_modules/core-js/full/string/virtual/fontcolor.js +4 -0
  2672. package/polyfill/node_modules/core-js/full/string/virtual/fontsize.js +4 -0
  2673. package/polyfill/node_modules/core-js/full/string/virtual/includes.js +4 -0
  2674. package/polyfill/node_modules/core-js/full/string/virtual/index.js +10 -0
  2675. package/polyfill/node_modules/core-js/full/string/virtual/is-well-formed.js +4 -0
  2676. package/polyfill/node_modules/core-js/full/string/virtual/italics.js +4 -0
  2677. package/polyfill/node_modules/core-js/full/string/virtual/iterator.js +4 -0
  2678. package/polyfill/node_modules/core-js/full/string/virtual/link.js +4 -0
  2679. package/polyfill/node_modules/core-js/full/string/virtual/match-all.js +7 -0
  2680. package/polyfill/node_modules/core-js/full/string/virtual/pad-end.js +4 -0
  2681. package/polyfill/node_modules/core-js/full/string/virtual/pad-start.js +4 -0
  2682. package/polyfill/node_modules/core-js/full/string/virtual/repeat.js +4 -0
  2683. package/polyfill/node_modules/core-js/full/string/virtual/replace-all.js +7 -0
  2684. package/polyfill/node_modules/core-js/full/string/virtual/small.js +4 -0
  2685. package/polyfill/node_modules/core-js/full/string/virtual/starts-with.js +4 -0
  2686. package/polyfill/node_modules/core-js/full/string/virtual/strike.js +4 -0
  2687. package/polyfill/node_modules/core-js/full/string/virtual/sub.js +4 -0
  2688. package/polyfill/node_modules/core-js/full/string/virtual/substr.js +4 -0
  2689. package/polyfill/node_modules/core-js/full/string/virtual/sup.js +4 -0
  2690. package/polyfill/node_modules/core-js/full/string/virtual/to-well-formed.js +4 -0
  2691. package/polyfill/node_modules/core-js/full/string/virtual/trim-end.js +4 -0
  2692. package/polyfill/node_modules/core-js/full/string/virtual/trim-left.js +4 -0
  2693. package/polyfill/node_modules/core-js/full/string/virtual/trim-right.js +4 -0
  2694. package/polyfill/node_modules/core-js/full/string/virtual/trim-start.js +4 -0
  2695. package/polyfill/node_modules/core-js/full/string/virtual/trim.js +4 -0
  2696. package/polyfill/node_modules/core-js/full/structured-clone.js +4 -0
  2697. package/polyfill/node_modules/core-js/full/suppressed-error.js +4 -0
  2698. package/polyfill/node_modules/core-js/full/symbol/async-dispose.js +4 -0
  2699. package/polyfill/node_modules/core-js/full/symbol/async-iterator.js +4 -0
  2700. package/polyfill/node_modules/core-js/full/symbol/custom-matcher.js +5 -0
  2701. package/polyfill/node_modules/core-js/full/symbol/description.js +2 -0
  2702. package/polyfill/node_modules/core-js/full/symbol/dispose.js +4 -0
  2703. package/polyfill/node_modules/core-js/full/symbol/for.js +4 -0
  2704. package/polyfill/node_modules/core-js/full/symbol/has-instance.js +4 -0
  2705. package/polyfill/node_modules/core-js/full/symbol/index.js +15 -0
  2706. package/polyfill/node_modules/core-js/full/symbol/is-concat-spreadable.js +4 -0
  2707. package/polyfill/node_modules/core-js/full/symbol/is-registered-symbol.js +6 -0
  2708. package/polyfill/node_modules/core-js/full/symbol/is-registered.js +6 -0
  2709. package/polyfill/node_modules/core-js/full/symbol/is-well-known-symbol.js +6 -0
  2710. package/polyfill/node_modules/core-js/full/symbol/is-well-known.js +6 -0
  2711. package/polyfill/node_modules/core-js/full/symbol/iterator.js +4 -0
  2712. package/polyfill/node_modules/core-js/full/symbol/key-for.js +4 -0
  2713. package/polyfill/node_modules/core-js/full/symbol/match-all.js +4 -0
  2714. package/polyfill/node_modules/core-js/full/symbol/match.js +4 -0
  2715. package/polyfill/node_modules/core-js/full/symbol/matcher.js +5 -0
  2716. package/polyfill/node_modules/core-js/full/symbol/metadata-key.js +5 -0
  2717. package/polyfill/node_modules/core-js/full/symbol/metadata.js +4 -0
  2718. package/polyfill/node_modules/core-js/full/symbol/observable.js +5 -0
  2719. package/polyfill/node_modules/core-js/full/symbol/pattern-match.js +6 -0
  2720. package/polyfill/node_modules/core-js/full/symbol/replace-all.js +6 -0
  2721. package/polyfill/node_modules/core-js/full/symbol/replace.js +4 -0
  2722. package/polyfill/node_modules/core-js/full/symbol/search.js +4 -0
  2723. package/polyfill/node_modules/core-js/full/symbol/species.js +4 -0
  2724. package/polyfill/node_modules/core-js/full/symbol/split.js +4 -0
  2725. package/polyfill/node_modules/core-js/full/symbol/to-primitive.js +4 -0
  2726. package/polyfill/node_modules/core-js/full/symbol/to-string-tag.js +4 -0
  2727. package/polyfill/node_modules/core-js/full/symbol/unscopables.js +4 -0
  2728. package/polyfill/node_modules/core-js/full/typed-array/at.js +7 -0
  2729. package/polyfill/node_modules/core-js/full/typed-array/copy-within.js +4 -0
  2730. package/polyfill/node_modules/core-js/full/typed-array/entries.js +4 -0
  2731. package/polyfill/node_modules/core-js/full/typed-array/every.js +4 -0
  2732. package/polyfill/node_modules/core-js/full/typed-array/fill.js +4 -0
  2733. package/polyfill/node_modules/core-js/full/typed-array/filter-out.js +3 -0
  2734. package/polyfill/node_modules/core-js/full/typed-array/filter-reject.js +2 -0
  2735. package/polyfill/node_modules/core-js/full/typed-array/filter.js +4 -0
  2736. package/polyfill/node_modules/core-js/full/typed-array/find-index.js +4 -0
  2737. package/polyfill/node_modules/core-js/full/typed-array/find-last-index.js +4 -0
  2738. package/polyfill/node_modules/core-js/full/typed-array/find-last.js +4 -0
  2739. package/polyfill/node_modules/core-js/full/typed-array/find.js +4 -0
  2740. package/polyfill/node_modules/core-js/full/typed-array/float32-array.js +5 -0
  2741. package/polyfill/node_modules/core-js/full/typed-array/float64-array.js +5 -0
  2742. package/polyfill/node_modules/core-js/full/typed-array/for-each.js +4 -0
  2743. package/polyfill/node_modules/core-js/full/typed-array/from-async.js +2 -0
  2744. package/polyfill/node_modules/core-js/full/typed-array/from-base64.js +4 -0
  2745. package/polyfill/node_modules/core-js/full/typed-array/from-hex.js +4 -0
  2746. package/polyfill/node_modules/core-js/full/typed-array/from.js +4 -0
  2747. package/polyfill/node_modules/core-js/full/typed-array/group-by.js +2 -0
  2748. package/polyfill/node_modules/core-js/full/typed-array/includes.js +4 -0
  2749. package/polyfill/node_modules/core-js/full/typed-array/index-of.js +4 -0
  2750. package/polyfill/node_modules/core-js/full/typed-array/index.js +14 -0
  2751. package/polyfill/node_modules/core-js/full/typed-array/int16-array.js +5 -0
  2752. package/polyfill/node_modules/core-js/full/typed-array/int32-array.js +5 -0
  2753. package/polyfill/node_modules/core-js/full/typed-array/int8-array.js +5 -0
  2754. package/polyfill/node_modules/core-js/full/typed-array/iterator.js +4 -0
  2755. package/polyfill/node_modules/core-js/full/typed-array/join.js +4 -0
  2756. package/polyfill/node_modules/core-js/full/typed-array/keys.js +4 -0
  2757. package/polyfill/node_modules/core-js/full/typed-array/last-index-of.js +4 -0
  2758. package/polyfill/node_modules/core-js/full/typed-array/map.js +4 -0
  2759. package/polyfill/node_modules/core-js/full/typed-array/methods.js +14 -0
  2760. package/polyfill/node_modules/core-js/full/typed-array/of.js +4 -0
  2761. package/polyfill/node_modules/core-js/full/typed-array/reduce-right.js +4 -0
  2762. package/polyfill/node_modules/core-js/full/typed-array/reduce.js +4 -0
  2763. package/polyfill/node_modules/core-js/full/typed-array/reverse.js +4 -0
  2764. package/polyfill/node_modules/core-js/full/typed-array/set-from-base64.js +4 -0
  2765. package/polyfill/node_modules/core-js/full/typed-array/set-from-hex.js +4 -0
  2766. package/polyfill/node_modules/core-js/full/typed-array/set.js +4 -0
  2767. package/polyfill/node_modules/core-js/full/typed-array/slice.js +4 -0
  2768. package/polyfill/node_modules/core-js/full/typed-array/some.js +4 -0
  2769. package/polyfill/node_modules/core-js/full/typed-array/sort.js +4 -0
  2770. package/polyfill/node_modules/core-js/full/typed-array/subarray.js +4 -0
  2771. package/polyfill/node_modules/core-js/full/typed-array/to-base64.js +4 -0
  2772. package/polyfill/node_modules/core-js/full/typed-array/to-hex.js +4 -0
  2773. package/polyfill/node_modules/core-js/full/typed-array/to-locale-string.js +4 -0
  2774. package/polyfill/node_modules/core-js/full/typed-array/to-reversed.js +4 -0
  2775. package/polyfill/node_modules/core-js/full/typed-array/to-sorted.js +4 -0
  2776. package/polyfill/node_modules/core-js/full/typed-array/to-spliced.js +5 -0
  2777. package/polyfill/node_modules/core-js/full/typed-array/to-string.js +4 -0
  2778. package/polyfill/node_modules/core-js/full/typed-array/uint16-array.js +5 -0
  2779. package/polyfill/node_modules/core-js/full/typed-array/uint32-array.js +5 -0
  2780. package/polyfill/node_modules/core-js/full/typed-array/uint8-array.js +5 -0
  2781. package/polyfill/node_modules/core-js/full/typed-array/uint8-clamped-array.js +5 -0
  2782. package/polyfill/node_modules/core-js/full/typed-array/unique-by.js +3 -0
  2783. package/polyfill/node_modules/core-js/full/typed-array/values.js +4 -0
  2784. package/polyfill/node_modules/core-js/full/typed-array/with.js +4 -0
  2785. package/polyfill/node_modules/core-js/full/unescape.js +4 -0
  2786. package/polyfill/node_modules/core-js/full/url/can-parse.js +4 -0
  2787. package/polyfill/node_modules/core-js/full/url/index.js +4 -0
  2788. package/polyfill/node_modules/core-js/full/url/parse.js +4 -0
  2789. package/polyfill/node_modules/core-js/full/url/to-json.js +4 -0
  2790. package/polyfill/node_modules/core-js/full/url-search-params/index.js +4 -0
  2791. package/polyfill/node_modules/core-js/full/weak-map/delete-all.js +6 -0
  2792. package/polyfill/node_modules/core-js/full/weak-map/emplace.js +6 -0
  2793. package/polyfill/node_modules/core-js/full/weak-map/from.js +14 -0
  2794. package/polyfill/node_modules/core-js/full/weak-map/get-or-insert-computed.js +4 -0
  2795. package/polyfill/node_modules/core-js/full/weak-map/get-or-insert.js +4 -0
  2796. package/polyfill/node_modules/core-js/full/weak-map/index.js +13 -0
  2797. package/polyfill/node_modules/core-js/full/weak-map/of.js +12 -0
  2798. package/polyfill/node_modules/core-js/full/weak-map/upsert.js +6 -0
  2799. package/polyfill/node_modules/core-js/full/weak-set/add-all.js +6 -0
  2800. package/polyfill/node_modules/core-js/full/weak-set/delete-all.js +6 -0
  2801. package/polyfill/node_modules/core-js/full/weak-set/from.js +12 -0
  2802. package/polyfill/node_modules/core-js/full/weak-set/index.js +9 -0
  2803. package/polyfill/node_modules/core-js/full/weak-set/of.js +10 -0
  2804. package/polyfill/node_modules/core-js/index.js +2 -0
  2805. package/polyfill/node_modules/core-js/internals/README.md +1 -0
  2806. package/polyfill/node_modules/core-js/internals/a-callable.js +11 -0
  2807. package/polyfill/node_modules/core-js/internals/a-constructor.js +11 -0
  2808. package/polyfill/node_modules/core-js/internals/a-data-view.js +9 -0
  2809. package/polyfill/node_modules/core-js/internals/a-map.js +8 -0
  2810. package/polyfill/node_modules/core-js/internals/a-number.js +7 -0
  2811. package/polyfill/node_modules/core-js/internals/a-possible-prototype.js +10 -0
  2812. package/polyfill/node_modules/core-js/internals/a-set.js +8 -0
  2813. package/polyfill/node_modules/core-js/internals/a-string.js +7 -0
  2814. package/polyfill/node_modules/core-js/internals/a-weak-key.js +12 -0
  2815. package/polyfill/node_modules/core-js/internals/a-weak-map.js +8 -0
  2816. package/polyfill/node_modules/core-js/internals/a-weak-set.js +8 -0
  2817. package/polyfill/node_modules/core-js/internals/add-disposable-resource.js +62 -0
  2818. package/polyfill/node_modules/core-js/internals/add-to-unscopables.js +21 -0
  2819. package/polyfill/node_modules/core-js/internals/advance-string-index.js +8 -0
  2820. package/polyfill/node_modules/core-js/internals/an-instance.js +9 -0
  2821. package/polyfill/node_modules/core-js/internals/an-object-or-undefined.js +10 -0
  2822. package/polyfill/node_modules/core-js/internals/an-object.js +11 -0
  2823. package/polyfill/node_modules/core-js/internals/an-uint8-array.js +11 -0
  2824. package/polyfill/node_modules/core-js/internals/array-buffer-basic-detection.js +3 -0
  2825. package/polyfill/node_modules/core-js/internals/array-buffer-byte-length.js +15 -0
  2826. package/polyfill/node_modules/core-js/internals/array-buffer-is-detached.js +17 -0
  2827. package/polyfill/node_modules/core-js/internals/array-buffer-non-extensible.js +11 -0
  2828. package/polyfill/node_modules/core-js/internals/array-buffer-not-detached.js +9 -0
  2829. package/polyfill/node_modules/core-js/internals/array-buffer-transfer.js +45 -0
  2830. package/polyfill/node_modules/core-js/internals/array-buffer-view-core.js +193 -0
  2831. package/polyfill/node_modules/core-js/internals/array-buffer.js +260 -0
  2832. package/polyfill/node_modules/core-js/internals/array-copy-within.js +31 -0
  2833. package/polyfill/node_modules/core-js/internals/array-fill.js +17 -0
  2834. package/polyfill/node_modules/core-js/internals/array-for-each.js +12 -0
  2835. package/polyfill/node_modules/core-js/internals/array-from-async.js +51 -0
  2836. package/polyfill/node_modules/core-js/internals/array-from-constructor-and-list.js +10 -0
  2837. package/polyfill/node_modules/core-js/internals/array-from.js +47 -0
  2838. package/polyfill/node_modules/core-js/internals/array-group-to-map.js +31 -0
  2839. package/polyfill/node_modules/core-js/internals/array-group.js +37 -0
  2840. package/polyfill/node_modules/core-js/internals/array-includes.js +34 -0
  2841. package/polyfill/node_modules/core-js/internals/array-iteration-from-last.js +35 -0
  2842. package/polyfill/node_modules/core-js/internals/array-iteration.js +72 -0
  2843. package/polyfill/node_modules/core-js/internals/array-last-index-of.js +28 -0
  2844. package/polyfill/node_modules/core-js/internals/array-method-has-species-support.js +20 -0
  2845. package/polyfill/node_modules/core-js/internals/array-method-is-strict.js +10 -0
  2846. package/polyfill/node_modules/core-js/internals/array-reduce.js +46 -0
  2847. package/polyfill/node_modules/core-js/internals/array-set-length.js +27 -0
  2848. package/polyfill/node_modules/core-js/internals/array-slice.js +4 -0
  2849. package/polyfill/node_modules/core-js/internals/array-sort.js +42 -0
  2850. package/polyfill/node_modules/core-js/internals/array-species-constructor.js +23 -0
  2851. package/polyfill/node_modules/core-js/internals/array-species-create.js +8 -0
  2852. package/polyfill/node_modules/core-js/internals/array-unique-by.js +35 -0
  2853. package/polyfill/node_modules/core-js/internals/async-from-sync-iterator.js +60 -0
  2854. package/polyfill/node_modules/core-js/internals/async-iterator-close.js +19 -0
  2855. package/polyfill/node_modules/core-js/internals/async-iterator-create-proxy.js +105 -0
  2856. package/polyfill/node_modules/core-js/internals/async-iterator-indexed.js +13 -0
  2857. package/polyfill/node_modules/core-js/internals/async-iterator-iteration.js +97 -0
  2858. package/polyfill/node_modules/core-js/internals/async-iterator-map.js +57 -0
  2859. package/polyfill/node_modules/core-js/internals/async-iterator-prototype.js +38 -0
  2860. package/polyfill/node_modules/core-js/internals/async-iterator-wrap.js +7 -0
  2861. package/polyfill/node_modules/core-js/internals/base64-map.js +19 -0
  2862. package/polyfill/node_modules/core-js/internals/call-with-safe-iteration-closing.js +12 -0
  2863. package/polyfill/node_modules/core-js/internals/caller.js +8 -0
  2864. package/polyfill/node_modules/core-js/internals/check-correctness-of-iteration.js +43 -0
  2865. package/polyfill/node_modules/core-js/internals/classof-raw.js +9 -0
  2866. package/polyfill/node_modules/core-js/internals/classof.js +30 -0
  2867. package/polyfill/node_modules/core-js/internals/collection-from.js +24 -0
  2868. package/polyfill/node_modules/core-js/internals/collection-of.js +15 -0
  2869. package/polyfill/node_modules/core-js/internals/collection-strong.js +206 -0
  2870. package/polyfill/node_modules/core-js/internals/collection-weak.js +131 -0
  2871. package/polyfill/node_modules/core-js/internals/collection.js +106 -0
  2872. package/polyfill/node_modules/core-js/internals/composite-key.js +50 -0
  2873. package/polyfill/node_modules/core-js/internals/copy-constructor-properties.js +17 -0
  2874. package/polyfill/node_modules/core-js/internals/correct-is-regexp-logic.js +16 -0
  2875. package/polyfill/node_modules/core-js/internals/correct-prototype-getter.js +9 -0
  2876. package/polyfill/node_modules/core-js/internals/create-html.js +16 -0
  2877. package/polyfill/node_modules/core-js/internals/create-iter-result-object.js +6 -0
  2878. package/polyfill/node_modules/core-js/internals/create-non-enumerable-property.js +11 -0
  2879. package/polyfill/node_modules/core-js/internals/create-property-descriptor.js +9 -0
  2880. package/polyfill/node_modules/core-js/internals/create-property.js +9 -0
  2881. package/polyfill/node_modules/core-js/internals/date-to-iso-string.js +41 -0
  2882. package/polyfill/node_modules/core-js/internals/date-to-primitive.js +14 -0
  2883. package/polyfill/node_modules/core-js/internals/define-built-in-accessor.js +9 -0
  2884. package/polyfill/node_modules/core-js/internals/define-built-in.js +28 -0
  2885. package/polyfill/node_modules/core-js/internals/define-built-ins.js +7 -0
  2886. package/polyfill/node_modules/core-js/internals/define-global-property.js +13 -0
  2887. package/polyfill/node_modules/core-js/internals/delete-property-or-throw.js +8 -0
  2888. package/polyfill/node_modules/core-js/internals/descriptors.js +8 -0
  2889. package/polyfill/node_modules/core-js/internals/detach-transferable.js +37 -0
  2890. package/polyfill/node_modules/core-js/internals/document-create-element.js +11 -0
  2891. package/polyfill/node_modules/core-js/internals/does-not-exceed-safe-integer.js +8 -0
  2892. package/polyfill/node_modules/core-js/internals/dom-exception-constants.js +28 -0
  2893. package/polyfill/node_modules/core-js/internals/dom-iterables.js +36 -0
  2894. package/polyfill/node_modules/core-js/internals/dom-token-list-prototype.js +8 -0
  2895. package/polyfill/node_modules/core-js/internals/entry-unbind.js +7 -0
  2896. package/polyfill/node_modules/core-js/internals/entry-virtual.js +6 -0
  2897. package/polyfill/node_modules/core-js/internals/enum-bug-keys.js +11 -0
  2898. package/polyfill/node_modules/core-js/internals/environment-ff-version.js +6 -0
  2899. package/polyfill/node_modules/core-js/internals/environment-is-ie-or-edge.js +4 -0
  2900. package/polyfill/node_modules/core-js/internals/environment-is-ios-pebble.js +4 -0
  2901. package/polyfill/node_modules/core-js/internals/environment-is-ios.js +5 -0
  2902. package/polyfill/node_modules/core-js/internals/environment-is-node.js +4 -0
  2903. package/polyfill/node_modules/core-js/internals/environment-is-webos-webkit.js +4 -0
  2904. package/polyfill/node_modules/core-js/internals/environment-user-agent.js +7 -0
  2905. package/polyfill/node_modules/core-js/internals/environment-v8-version.js +28 -0
  2906. package/polyfill/node_modules/core-js/internals/environment-webkit-version.js +6 -0
  2907. package/polyfill/node_modules/core-js/internals/environment.js +21 -0
  2908. package/polyfill/node_modules/core-js/internals/error-stack-clear.js +16 -0
  2909. package/polyfill/node_modules/core-js/internals/error-stack-install.js +15 -0
  2910. package/polyfill/node_modules/core-js/internals/error-stack-installable.js +11 -0
  2911. package/polyfill/node_modules/core-js/internals/error-to-string.js +29 -0
  2912. package/polyfill/node_modules/core-js/internals/export.js +55 -0
  2913. package/polyfill/node_modules/core-js/internals/fails.js +8 -0
  2914. package/polyfill/node_modules/core-js/internals/fix-regexp-well-known-symbol-logic.js +78 -0
  2915. package/polyfill/node_modules/core-js/internals/flatten-into-array.js +35 -0
  2916. package/polyfill/node_modules/core-js/internals/freezing.js +7 -0
  2917. package/polyfill/node_modules/core-js/internals/function-apply.js +11 -0
  2918. package/polyfill/node_modules/core-js/internals/function-bind-context.js +14 -0
  2919. package/polyfill/node_modules/core-js/internals/function-bind-native.js +9 -0
  2920. package/polyfill/node_modules/core-js/internals/function-bind.js +36 -0
  2921. package/polyfill/node_modules/core-js/internals/function-call.js +8 -0
  2922. package/polyfill/node_modules/core-js/internals/function-demethodize.js +7 -0
  2923. package/polyfill/node_modules/core-js/internals/function-name.js +18 -0
  2924. package/polyfill/node_modules/core-js/internals/function-uncurry-this-accessor.js +10 -0
  2925. package/polyfill/node_modules/core-js/internals/function-uncurry-this-clause.js +10 -0
  2926. package/polyfill/node_modules/core-js/internals/function-uncurry-this.js +13 -0
  2927. package/polyfill/node_modules/core-js/internals/get-alphabet-option.js +8 -0
  2928. package/polyfill/node_modules/core-js/internals/get-async-iterator-flattenable.js +30 -0
  2929. package/polyfill/node_modules/core-js/internals/get-async-iterator.js +15 -0
  2930. package/polyfill/node_modules/core-js/internals/get-built-in-node-module.js +15 -0
  2931. package/polyfill/node_modules/core-js/internals/get-built-in-prototype-method.js +8 -0
  2932. package/polyfill/node_modules/core-js/internals/get-built-in.js +11 -0
  2933. package/polyfill/node_modules/core-js/internals/get-iterator-direct.js +10 -0
  2934. package/polyfill/node_modules/core-js/internals/get-iterator-flattenable.js +11 -0
  2935. package/polyfill/node_modules/core-js/internals/get-iterator-method.js +14 -0
  2936. package/polyfill/node_modules/core-js/internals/get-iterator-record.js +7 -0
  2937. package/polyfill/node_modules/core-js/internals/get-iterator.js +14 -0
  2938. package/polyfill/node_modules/core-js/internals/get-method.js +10 -0
  2939. package/polyfill/node_modules/core-js/internals/get-mode-option.js +8 -0
  2940. package/polyfill/node_modules/core-js/internals/get-set-record.js +40 -0
  2941. package/polyfill/node_modules/core-js/internals/get-substitution.js +46 -0
  2942. package/polyfill/node_modules/core-js/internals/global-this.js +16 -0
  2943. package/polyfill/node_modules/core-js/internals/has-own-property.js +12 -0
  2944. package/polyfill/node_modules/core-js/internals/hidden-keys.js +2 -0
  2945. package/polyfill/node_modules/core-js/internals/host-report-errors.js +7 -0
  2946. package/polyfill/node_modules/core-js/internals/html.js +4 -0
  2947. package/polyfill/node_modules/core-js/internals/ie8-dom-define.js +12 -0
  2948. package/polyfill/node_modules/core-js/internals/ieee754.js +103 -0
  2949. package/polyfill/node_modules/core-js/internals/indexed-object.js +16 -0
  2950. package/polyfill/node_modules/core-js/internals/inherit-if-required.js +19 -0
  2951. package/polyfill/node_modules/core-js/internals/inspect-source.js +15 -0
  2952. package/polyfill/node_modules/core-js/internals/install-error-cause.js +11 -0
  2953. package/polyfill/node_modules/core-js/internals/internal-metadata.js +91 -0
  2954. package/polyfill/node_modules/core-js/internals/internal-state.js +71 -0
  2955. package/polyfill/node_modules/core-js/internals/is-array-iterator-method.js +11 -0
  2956. package/polyfill/node_modules/core-js/internals/is-array.js +9 -0
  2957. package/polyfill/node_modules/core-js/internals/is-big-int-array.js +7 -0
  2958. package/polyfill/node_modules/core-js/internals/is-callable.js +12 -0
  2959. package/polyfill/node_modules/core-js/internals/is-constructor.js +52 -0
  2960. package/polyfill/node_modules/core-js/internals/is-data-descriptor.js +6 -0
  2961. package/polyfill/node_modules/core-js/internals/is-forced.js +23 -0
  2962. package/polyfill/node_modules/core-js/internals/is-integral-number.js +11 -0
  2963. package/polyfill/node_modules/core-js/internals/is-iterable.js +17 -0
  2964. package/polyfill/node_modules/core-js/internals/is-null-or-undefined.js +6 -0
  2965. package/polyfill/node_modules/core-js/internals/is-object.js +6 -0
  2966. package/polyfill/node_modules/core-js/internals/is-possible-prototype.js +6 -0
  2967. package/polyfill/node_modules/core-js/internals/is-pure.js +2 -0
  2968. package/polyfill/node_modules/core-js/internals/is-raw-json.js +9 -0
  2969. package/polyfill/node_modules/core-js/internals/is-regexp.js +13 -0
  2970. package/polyfill/node_modules/core-js/internals/is-symbol.js +14 -0
  2971. package/polyfill/node_modules/core-js/internals/iterate-simple.js +12 -0
  2972. package/polyfill/node_modules/core-js/internals/iterate.js +69 -0
  2973. package/polyfill/node_modules/core-js/internals/iterator-close-all.js +16 -0
  2974. package/polyfill/node_modules/core-js/internals/iterator-close.js +24 -0
  2975. package/polyfill/node_modules/core-js/internals/iterator-create-constructor.js +16 -0
  2976. package/polyfill/node_modules/core-js/internals/iterator-create-proxy.js +86 -0
  2977. package/polyfill/node_modules/core-js/internals/iterator-define.js +102 -0
  2978. package/polyfill/node_modules/core-js/internals/iterator-helper-throws-on-invalid-iterator.js +12 -0
  2979. package/polyfill/node_modules/core-js/internals/iterator-helper-without-closing-on-early-error.js +23 -0
  2980. package/polyfill/node_modules/core-js/internals/iterator-indexed.js +14 -0
  2981. package/polyfill/node_modules/core-js/internals/iterator-window.js +50 -0
  2982. package/polyfill/node_modules/core-js/internals/iterator-zip.js +100 -0
  2983. package/polyfill/node_modules/core-js/internals/iterators-core.js +49 -0
  2984. package/polyfill/node_modules/core-js/internals/iterators.js +2 -0
  2985. package/polyfill/node_modules/core-js/internals/length-of-array-like.js +8 -0
  2986. package/polyfill/node_modules/core-js/internals/make-built-in.js +55 -0
  2987. package/polyfill/node_modules/core-js/internals/map-helpers.js +15 -0
  2988. package/polyfill/node_modules/core-js/internals/map-iterate.js +16 -0
  2989. package/polyfill/node_modules/core-js/internals/map-upsert.js +31 -0
  2990. package/polyfill/node_modules/core-js/internals/math-clamp.js +9 -0
  2991. package/polyfill/node_modules/core-js/internals/math-expm1.js +17 -0
  2992. package/polyfill/node_modules/core-js/internals/math-float-round.js +19 -0
  2993. package/polyfill/node_modules/core-js/internals/math-fround.js +13 -0
  2994. package/polyfill/node_modules/core-js/internals/math-log10.js +8 -0
  2995. package/polyfill/node_modules/core-js/internals/math-log1p.js +10 -0
  2996. package/polyfill/node_modules/core-js/internals/math-log2.js +10 -0
  2997. package/polyfill/node_modules/core-js/internals/math-round-ties-to-even.js +7 -0
  2998. package/polyfill/node_modules/core-js/internals/math-scale.js +14 -0
  2999. package/polyfill/node_modules/core-js/internals/math-sign.js +9 -0
  3000. package/polyfill/node_modules/core-js/internals/math-trunc.js +11 -0
  3001. package/polyfill/node_modules/core-js/internals/microtask.js +79 -0
  3002. package/polyfill/node_modules/core-js/internals/native-raw-json.js +11 -0
  3003. package/polyfill/node_modules/core-js/internals/new-promise-capability.js +21 -0
  3004. package/polyfill/node_modules/core-js/internals/normalize-string-argument.js +6 -0
  3005. package/polyfill/node_modules/core-js/internals/not-a-nan.js +8 -0
  3006. package/polyfill/node_modules/core-js/internals/not-a-regexp.js +10 -0
  3007. package/polyfill/node_modules/core-js/internals/number-is-finite.js +11 -0
  3008. package/polyfill/node_modules/core-js/internals/number-parse-float.js +23 -0
  3009. package/polyfill/node_modules/core-js/internals/number-parse-int.js +23 -0
  3010. package/polyfill/node_modules/core-js/internals/numeric-range-iterator.js +106 -0
  3011. package/polyfill/node_modules/core-js/internals/object-assign.js +58 -0
  3012. package/polyfill/node_modules/core-js/internals/object-create.js +85 -0
  3013. package/polyfill/node_modules/core-js/internals/object-define-properties.js +21 -0
  3014. package/polyfill/node_modules/core-js/internals/object-define-property.js +44 -0
  3015. package/polyfill/node_modules/core-js/internals/object-get-own-property-descriptor.js +23 -0
  3016. package/polyfill/node_modules/core-js/internals/object-get-own-property-names-external.js +24 -0
  3017. package/polyfill/node_modules/core-js/internals/object-get-own-property-names.js +12 -0
  3018. package/polyfill/node_modules/core-js/internals/object-get-own-property-symbols.js +3 -0
  3019. package/polyfill/node_modules/core-js/internals/object-get-prototype-of.js +22 -0
  3020. package/polyfill/node_modules/core-js/internals/object-is-extensible.js +17 -0
  3021. package/polyfill/node_modules/core-js/internals/object-is-prototype-of.js +4 -0
  3022. package/polyfill/node_modules/core-js/internals/object-iterator.js +38 -0
  3023. package/polyfill/node_modules/core-js/internals/object-keys-internal.js +21 -0
  3024. package/polyfill/node_modules/core-js/internals/object-keys.js +10 -0
  3025. package/polyfill/node_modules/core-js/internals/object-property-is-enumerable.js +14 -0
  3026. package/polyfill/node_modules/core-js/internals/object-prototype-accessors-forced.js +18 -0
  3027. package/polyfill/node_modules/core-js/internals/object-set-prototype-of.js +29 -0
  3028. package/polyfill/node_modules/core-js/internals/object-to-array.js +49 -0
  3029. package/polyfill/node_modules/core-js/internals/object-to-string.js +9 -0
  3030. package/polyfill/node_modules/core-js/internals/ordinary-to-primitive.js +16 -0
  3031. package/polyfill/node_modules/core-js/internals/own-keys.js +15 -0
  3032. package/polyfill/node_modules/core-js/internals/parse-json-string.js +56 -0
  3033. package/polyfill/node_modules/core-js/internals/path.js +4 -0
  3034. package/polyfill/node_modules/core-js/internals/perform.js +8 -0
  3035. package/polyfill/node_modules/core-js/internals/promise-constructor-detection.js +47 -0
  3036. package/polyfill/node_modules/core-js/internals/promise-native-constructor.js +4 -0
  3037. package/polyfill/node_modules/core-js/internals/promise-resolve.js +13 -0
  3038. package/polyfill/node_modules/core-js/internals/promise-statics-incorrect-iteration.js +8 -0
  3039. package/polyfill/node_modules/core-js/internals/proxy-accessor.js +10 -0
  3040. package/polyfill/node_modules/core-js/internals/queue.js +25 -0
  3041. package/polyfill/node_modules/core-js/internals/reflect-metadata.js +62 -0
  3042. package/polyfill/node_modules/core-js/internals/regexp-exec-abstract.js +21 -0
  3043. package/polyfill/node_modules/core-js/internals/regexp-exec.js +117 -0
  3044. package/polyfill/node_modules/core-js/internals/regexp-flags-detection.js +47 -0
  3045. package/polyfill/node_modules/core-js/internals/regexp-flags.js +18 -0
  3046. package/polyfill/node_modules/core-js/internals/regexp-get-flags.js +16 -0
  3047. package/polyfill/node_modules/core-js/internals/regexp-sticky-helpers.js +31 -0
  3048. package/polyfill/node_modules/core-js/internals/regexp-unsupported-dot-all.js +11 -0
  3049. package/polyfill/node_modules/core-js/internals/regexp-unsupported-ncg.js +12 -0
  3050. package/polyfill/node_modules/core-js/internals/require-object-coercible.js +11 -0
  3051. package/polyfill/node_modules/core-js/internals/safe-get-built-in.js +13 -0
  3052. package/polyfill/node_modules/core-js/internals/same-value-zero.js +7 -0
  3053. package/polyfill/node_modules/core-js/internals/same-value.js +8 -0
  3054. package/polyfill/node_modules/core-js/internals/schedulers-fix.js +31 -0
  3055. package/polyfill/node_modules/core-js/internals/set-clone.js +14 -0
  3056. package/polyfill/node_modules/core-js/internals/set-difference.js +26 -0
  3057. package/polyfill/node_modules/core-js/internals/set-helpers.js +14 -0
  3058. package/polyfill/node_modules/core-js/internals/set-intersection.js +31 -0
  3059. package/polyfill/node_modules/core-js/internals/set-is-disjoint-from.js +22 -0
  3060. package/polyfill/node_modules/core-js/internals/set-is-subset-of.js +16 -0
  3061. package/polyfill/node_modules/core-js/internals/set-is-superset-of.js +19 -0
  3062. package/polyfill/node_modules/core-js/internals/set-iterate.js +14 -0
  3063. package/polyfill/node_modules/core-js/internals/set-method-accept-set-like.js +58 -0
  3064. package/polyfill/node_modules/core-js/internals/set-method-get-keys-before-cloning-detection.js +30 -0
  3065. package/polyfill/node_modules/core-js/internals/set-size.js +7 -0
  3066. package/polyfill/node_modules/core-js/internals/set-species.js +18 -0
  3067. package/polyfill/node_modules/core-js/internals/set-symmetric-difference.js +23 -0
  3068. package/polyfill/node_modules/core-js/internals/set-to-string-tag.js +13 -0
  3069. package/polyfill/node_modules/core-js/internals/set-union.js +18 -0
  3070. package/polyfill/node_modules/core-js/internals/shared-key.js +9 -0
  3071. package/polyfill/node_modules/core-js/internals/shared-store.js +15 -0
  3072. package/polyfill/node_modules/core-js/internals/shared.js +6 -0
  3073. package/polyfill/node_modules/core-js/internals/species-constructor.js +15 -0
  3074. package/polyfill/node_modules/core-js/internals/string-cooked.js +27 -0
  3075. package/polyfill/node_modules/core-js/internals/string-html-forced.js +11 -0
  3076. package/polyfill/node_modules/core-js/internals/string-multibyte.js +37 -0
  3077. package/polyfill/node_modules/core-js/internals/string-pad-webkit-bug.js +5 -0
  3078. package/polyfill/node_modules/core-js/internals/string-pad.js +35 -0
  3079. package/polyfill/node_modules/core-js/internals/string-parse.js +119 -0
  3080. package/polyfill/node_modules/core-js/internals/string-punycode-to-ascii.js +181 -0
  3081. package/polyfill/node_modules/core-js/internals/string-repeat.js +17 -0
  3082. package/polyfill/node_modules/core-js/internals/string-trim-end.js +11 -0
  3083. package/polyfill/node_modules/core-js/internals/string-trim-forced.js +16 -0
  3084. package/polyfill/node_modules/core-js/internals/string-trim-start.js +11 -0
  3085. package/polyfill/node_modules/core-js/internals/string-trim.js +31 -0
  3086. package/polyfill/node_modules/core-js/internals/structured-clone-proper-transfer.js +16 -0
  3087. package/polyfill/node_modules/core-js/internals/symbol-constructor-detection.js +19 -0
  3088. package/polyfill/node_modules/core-js/internals/symbol-define-to-primitive.js +21 -0
  3089. package/polyfill/node_modules/core-js/internals/symbol-is-registered.js +17 -0
  3090. package/polyfill/node_modules/core-js/internals/symbol-is-well-known.js +35 -0
  3091. package/polyfill/node_modules/core-js/internals/symbol-registry-detection.js +5 -0
  3092. package/polyfill/node_modules/core-js/internals/task.js +117 -0
  3093. package/polyfill/node_modules/core-js/internals/this-number-value.js +6 -0
  3094. package/polyfill/node_modules/core-js/internals/to-absolute-index.js +13 -0
  3095. package/polyfill/node_modules/core-js/internals/to-big-int.js +13 -0
  3096. package/polyfill/node_modules/core-js/internals/to-index.js +15 -0
  3097. package/polyfill/node_modules/core-js/internals/to-indexed-object.js +8 -0
  3098. package/polyfill/node_modules/core-js/internals/to-integer-or-infinity.js +10 -0
  3099. package/polyfill/node_modules/core-js/internals/to-length.js +11 -0
  3100. package/polyfill/node_modules/core-js/internals/to-object.js +10 -0
  3101. package/polyfill/node_modules/core-js/internals/to-offset.js +10 -0
  3102. package/polyfill/node_modules/core-js/internals/to-positive-integer.js +10 -0
  3103. package/polyfill/node_modules/core-js/internals/to-primitive.js +26 -0
  3104. package/polyfill/node_modules/core-js/internals/to-property-key.js +10 -0
  3105. package/polyfill/node_modules/core-js/internals/to-set-like.js +20 -0
  3106. package/polyfill/node_modules/core-js/internals/to-string-tag-support.js +9 -0
  3107. package/polyfill/node_modules/core-js/internals/to-string.js +9 -0
  3108. package/polyfill/node_modules/core-js/internals/to-uint8-clamped.js +7 -0
  3109. package/polyfill/node_modules/core-js/internals/try-to-string.js +10 -0
  3110. package/polyfill/node_modules/core-js/internals/typed-array-constructor.js +236 -0
  3111. package/polyfill/node_modules/core-js/internals/typed-array-constructors-require-wrappers.js +23 -0
  3112. package/polyfill/node_modules/core-js/internals/typed-array-from-same-type-and-list.js +7 -0
  3113. package/polyfill/node_modules/core-js/internals/typed-array-from.js +42 -0
  3114. package/polyfill/node_modules/core-js/internals/uid.js +10 -0
  3115. package/polyfill/node_modules/core-js/internals/uint8-from-base64.js +157 -0
  3116. package/polyfill/node_modules/core-js/internals/uint8-from-hex.js +26 -0
  3117. package/polyfill/node_modules/core-js/internals/url-constructor-detection.js +42 -0
  3118. package/polyfill/node_modules/core-js/internals/use-symbol-as-uid.js +7 -0
  3119. package/polyfill/node_modules/core-js/internals/v8-prototype-define-bug.js +13 -0
  3120. package/polyfill/node_modules/core-js/internals/validate-arguments-length.js +7 -0
  3121. package/polyfill/node_modules/core-js/internals/weak-map-basic-detection.js +7 -0
  3122. package/polyfill/node_modules/core-js/internals/weak-map-helpers.js +14 -0
  3123. package/polyfill/node_modules/core-js/internals/weak-set-helpers.js +13 -0
  3124. package/polyfill/node_modules/core-js/internals/well-known-symbol-define.js +12 -0
  3125. package/polyfill/node_modules/core-js/internals/well-known-symbol-wrapped.js +4 -0
  3126. package/polyfill/node_modules/core-js/internals/well-known-symbol.js +19 -0
  3127. package/polyfill/node_modules/core-js/internals/whitespaces.js +4 -0
  3128. package/polyfill/node_modules/core-js/internals/wrap-error-constructor-with-cause.js +65 -0
  3129. package/polyfill/node_modules/core-js/modules/README.md +1 -0
  3130. package/polyfill/node_modules/core-js/modules/es.aggregate-error.cause.js +23 -0
  3131. package/polyfill/node_modules/core-js/modules/es.aggregate-error.constructor.js +51 -0
  3132. package/polyfill/node_modules/core-js/modules/es.aggregate-error.js +3 -0
  3133. package/polyfill/node_modules/core-js/modules/es.array-buffer.constructor.js +17 -0
  3134. package/polyfill/node_modules/core-js/modules/es.array-buffer.detached.js +17 -0
  3135. package/polyfill/node_modules/core-js/modules/es.array-buffer.is-view.js +11 -0
  3136. package/polyfill/node_modules/core-js/modules/es.array-buffer.slice.js +39 -0
  3137. package/polyfill/node_modules/core-js/modules/es.array-buffer.transfer-to-fixed-length.js +11 -0
  3138. package/polyfill/node_modules/core-js/modules/es.array-buffer.transfer.js +11 -0
  3139. package/polyfill/node_modules/core-js/modules/es.array.at.js +20 -0
  3140. package/polyfill/node_modules/core-js/modules/es.array.concat.js +59 -0
  3141. package/polyfill/node_modules/core-js/modules/es.array.copy-within.js +13 -0
  3142. package/polyfill/node_modules/core-js/modules/es.array.every.js +14 -0
  3143. package/polyfill/node_modules/core-js/modules/es.array.fill.js +13 -0
  3144. package/polyfill/node_modules/core-js/modules/es.array.filter.js +15 -0
  3145. package/polyfill/node_modules/core-js/modules/es.array.find-index.js +22 -0
  3146. package/polyfill/node_modules/core-js/modules/es.array.find-last-index.js +14 -0
  3147. package/polyfill/node_modules/core-js/modules/es.array.find-last.js +14 -0
  3148. package/polyfill/node_modules/core-js/modules/es.array.find.js +22 -0
  3149. package/polyfill/node_modules/core-js/modules/es.array.flat-map.js +21 -0
  3150. package/polyfill/node_modules/core-js/modules/es.array.flat.js +20 -0
  3151. package/polyfill/node_modules/core-js/modules/es.array.for-each.js +10 -0
  3152. package/polyfill/node_modules/core-js/modules/es.array.from-async.js +22 -0
  3153. package/polyfill/node_modules/core-js/modules/es.array.from.js +15 -0
  3154. package/polyfill/node_modules/core-js/modules/es.array.includes.js +22 -0
  3155. package/polyfill/node_modules/core-js/modules/es.array.index-of.js +23 -0
  3156. package/polyfill/node_modules/core-js/modules/es.array.is-array.js +9 -0
  3157. package/polyfill/node_modules/core-js/modules/es.array.iterator.js +62 -0
  3158. package/polyfill/node_modules/core-js/modules/es.array.join.js +19 -0
  3159. package/polyfill/node_modules/core-js/modules/es.array.last-index-of.js +10 -0
  3160. package/polyfill/node_modules/core-js/modules/es.array.map.js +15 -0
  3161. package/polyfill/node_modules/core-js/modules/es.array.of.js +28 -0
  3162. package/polyfill/node_modules/core-js/modules/es.array.push.js +42 -0
  3163. package/polyfill/node_modules/core-js/modules/es.array.reduce-right.js +19 -0
  3164. package/polyfill/node_modules/core-js/modules/es.array.reduce.js +20 -0
  3165. package/polyfill/node_modules/core-js/modules/es.array.reverse.js +19 -0
  3166. package/polyfill/node_modules/core-js/modules/es.array.slice.js +50 -0
  3167. package/polyfill/node_modules/core-js/modules/es.array.some.js +14 -0
  3168. package/polyfill/node_modules/core-js/modules/es.array.sort.js +106 -0
  3169. package/polyfill/node_modules/core-js/modules/es.array.species.js +6 -0
  3170. package/polyfill/node_modules/core-js/modules/es.array.splice.js +67 -0
  3171. package/polyfill/node_modules/core-js/modules/es.array.to-reversed.js +23 -0
  3172. package/polyfill/node_modules/core-js/modules/es.array.to-sorted.js +24 -0
  3173. package/polyfill/node_modules/core-js/modules/es.array.to-spliced.js +45 -0
  3174. package/polyfill/node_modules/core-js/modules/es.array.unscopables.flat-map.js +7 -0
  3175. package/polyfill/node_modules/core-js/modules/es.array.unscopables.flat.js +7 -0
  3176. package/polyfill/node_modules/core-js/modules/es.array.unshift.js +45 -0
  3177. package/polyfill/node_modules/core-js/modules/es.array.with.js +35 -0
  3178. package/polyfill/node_modules/core-js/modules/es.async-disposable-stack.constructor.js +135 -0
  3179. package/polyfill/node_modules/core-js/modules/es.async-iterator.async-dispose.js +26 -0
  3180. package/polyfill/node_modules/core-js/modules/es.data-view.constructor.js +10 -0
  3181. package/polyfill/node_modules/core-js/modules/es.data-view.get-float16.js +30 -0
  3182. package/polyfill/node_modules/core-js/modules/es.data-view.js +3 -0
  3183. package/polyfill/node_modules/core-js/modules/es.data-view.set-float16.js +56 -0
  3184. package/polyfill/node_modules/core-js/modules/es.date.get-year.js +20 -0
  3185. package/polyfill/node_modules/core-js/modules/es.date.now.js +15 -0
  3186. package/polyfill/node_modules/core-js/modules/es.date.set-year.js +20 -0
  3187. package/polyfill/node_modules/core-js/modules/es.date.to-gmt-string.js +8 -0
  3188. package/polyfill/node_modules/core-js/modules/es.date.to-iso-string.js +10 -0
  3189. package/polyfill/node_modules/core-js/modules/es.date.to-json.js +21 -0
  3190. package/polyfill/node_modules/core-js/modules/es.date.to-primitive.js +14 -0
  3191. package/polyfill/node_modules/core-js/modules/es.date.to-string.js +20 -0
  3192. package/polyfill/node_modules/core-js/modules/es.disposable-stack.constructor.js +114 -0
  3193. package/polyfill/node_modules/core-js/modules/es.error.cause.js +60 -0
  3194. package/polyfill/node_modules/core-js/modules/es.error.is-error.js +37 -0
  3195. package/polyfill/node_modules/core-js/modules/es.error.to-string.js +11 -0
  3196. package/polyfill/node_modules/core-js/modules/es.escape.js +43 -0
  3197. package/polyfill/node_modules/core-js/modules/es.function.bind.js +11 -0
  3198. package/polyfill/node_modules/core-js/modules/es.function.has-instance.js +20 -0
  3199. package/polyfill/node_modules/core-js/modules/es.function.name.js +26 -0
  3200. package/polyfill/node_modules/core-js/modules/es.global-this.js +9 -0
  3201. package/polyfill/node_modules/core-js/modules/es.iterator.concat.js +56 -0
  3202. package/polyfill/node_modules/core-js/modules/es.iterator.constructor.js +65 -0
  3203. package/polyfill/node_modules/core-js/modules/es.iterator.dispose.js +17 -0
  3204. package/polyfill/node_modules/core-js/modules/es.iterator.drop.js +53 -0
  3205. package/polyfill/node_modules/core-js/modules/es.iterator.every.js +32 -0
  3206. package/polyfill/node_modules/core-js/modules/es.iterator.filter.js +51 -0
  3207. package/polyfill/node_modules/core-js/modules/es.iterator.find.js +32 -0
  3208. package/polyfill/node_modules/core-js/modules/es.iterator.flat-map.js +75 -0
  3209. package/polyfill/node_modules/core-js/modules/es.iterator.for-each.js +32 -0
  3210. package/polyfill/node_modules/core-js/modules/es.iterator.from.js +35 -0
  3211. package/polyfill/node_modules/core-js/modules/es.iterator.map.js +44 -0
  3212. package/polyfill/node_modules/core-js/modules/es.iterator.reduce.js +52 -0
  3213. package/polyfill/node_modules/core-js/modules/es.iterator.some.js +32 -0
  3214. package/polyfill/node_modules/core-js/modules/es.iterator.take.js +44 -0
  3215. package/polyfill/node_modules/core-js/modules/es.iterator.to-array.js +19 -0
  3216. package/polyfill/node_modules/core-js/modules/es.json.is-raw-json.js +11 -0
  3217. package/polyfill/node_modules/core-js/modules/es.json.parse.js +251 -0
  3218. package/polyfill/node_modules/core-js/modules/es.json.raw-json.js +39 -0
  3219. package/polyfill/node_modules/core-js/modules/es.json.stringify.js +132 -0
  3220. package/polyfill/node_modules/core-js/modules/es.json.to-string-tag.js +7 -0
  3221. package/polyfill/node_modules/core-js/modules/es.map.constructor.js +9 -0
  3222. package/polyfill/node_modules/core-js/modules/es.map.get-or-insert-computed.js +25 -0
  3223. package/polyfill/node_modules/core-js/modules/es.map.get-or-insert.js +19 -0
  3224. package/polyfill/node_modules/core-js/modules/es.map.group-by.js +39 -0
  3225. package/polyfill/node_modules/core-js/modules/es.map.js +3 -0
  3226. package/polyfill/node_modules/core-js/modules/es.math.acosh.js +26 -0
  3227. package/polyfill/node_modules/core-js/modules/es.math.asinh.js +21 -0
  3228. package/polyfill/node_modules/core-js/modules/es.math.atanh.js +18 -0
  3229. package/polyfill/node_modules/core-js/modules/es.math.cbrt.js +15 -0
  3230. package/polyfill/node_modules/core-js/modules/es.math.clz32.js +15 -0
  3231. package/polyfill/node_modules/core-js/modules/es.math.cosh.js +19 -0
  3232. package/polyfill/node_modules/core-js/modules/es.math.expm1.js +8 -0
  3233. package/polyfill/node_modules/core-js/modules/es.math.f16round.js +15 -0
  3234. package/polyfill/node_modules/core-js/modules/es.math.fround.js +7 -0
  3235. package/polyfill/node_modules/core-js/modules/es.math.hypot.js +36 -0
  3236. package/polyfill/node_modules/core-js/modules/es.math.imul.js +24 -0
  3237. package/polyfill/node_modules/core-js/modules/es.math.log10.js +9 -0
  3238. package/polyfill/node_modules/core-js/modules/es.math.log1p.js +7 -0
  3239. package/polyfill/node_modules/core-js/modules/es.math.log2.js +9 -0
  3240. package/polyfill/node_modules/core-js/modules/es.math.sign.js +9 -0
  3241. package/polyfill/node_modules/core-js/modules/es.math.sinh.js +23 -0
  3242. package/polyfill/node_modules/core-js/modules/es.math.sum-precise.js +151 -0
  3243. package/polyfill/node_modules/core-js/modules/es.math.tanh.js +16 -0
  3244. package/polyfill/node_modules/core-js/modules/es.math.to-string-tag.js +6 -0
  3245. package/polyfill/node_modules/core-js/modules/es.math.trunc.js +9 -0
  3246. package/polyfill/node_modules/core-js/modules/es.number.constructor.js +115 -0
  3247. package/polyfill/node_modules/core-js/modules/es.number.epsilon.js +8 -0
  3248. package/polyfill/node_modules/core-js/modules/es.number.is-finite.js +7 -0
  3249. package/polyfill/node_modules/core-js/modules/es.number.is-integer.js +9 -0
  3250. package/polyfill/node_modules/core-js/modules/es.number.is-nan.js +11 -0
  3251. package/polyfill/node_modules/core-js/modules/es.number.is-safe-integer.js +13 -0
  3252. package/polyfill/node_modules/core-js/modules/es.number.max-safe-integer.js +8 -0
  3253. package/polyfill/node_modules/core-js/modules/es.number.min-safe-integer.js +8 -0
  3254. package/polyfill/node_modules/core-js/modules/es.number.parse-float.js +10 -0
  3255. package/polyfill/node_modules/core-js/modules/es.number.parse-int.js +10 -0
  3256. package/polyfill/node_modules/core-js/modules/es.number.to-exponential.js +98 -0
  3257. package/polyfill/node_modules/core-js/modules/es.number.to-fixed.js +131 -0
  3258. package/polyfill/node_modules/core-js/modules/es.number.to-precision.js +25 -0
  3259. package/polyfill/node_modules/core-js/modules/es.object.assign.js +10 -0
  3260. package/polyfill/node_modules/core-js/modules/es.object.create.js +11 -0
  3261. package/polyfill/node_modules/core-js/modules/es.object.define-getter.js +17 -0
  3262. package/polyfill/node_modules/core-js/modules/es.object.define-properties.js +11 -0
  3263. package/polyfill/node_modules/core-js/modules/es.object.define-property.js +11 -0
  3264. package/polyfill/node_modules/core-js/modules/es.object.define-setter.js +17 -0
  3265. package/polyfill/node_modules/core-js/modules/es.object.entries.js +11 -0
  3266. package/polyfill/node_modules/core-js/modules/es.object.freeze.js +18 -0
  3267. package/polyfill/node_modules/core-js/modules/es.object.from-entries.js +16 -0
  3268. package/polyfill/node_modules/core-js/modules/es.object.get-own-property-descriptor.js +16 -0
  3269. package/polyfill/node_modules/core-js/modules/es.object.get-own-property-descriptors.js +25 -0
  3270. package/polyfill/node_modules/core-js/modules/es.object.get-own-property-names.js +13 -0
  3271. package/polyfill/node_modules/core-js/modules/es.object.get-own-property-symbols.js +19 -0
  3272. package/polyfill/node_modules/core-js/modules/es.object.get-prototype-of.js +17 -0
  3273. package/polyfill/node_modules/core-js/modules/es.object.group-by.js +41 -0
  3274. package/polyfill/node_modules/core-js/modules/es.object.has-own.js +9 -0
  3275. package/polyfill/node_modules/core-js/modules/es.object.is-extensible.js +10 -0
  3276. package/polyfill/node_modules/core-js/modules/es.object.is-frozen.js +21 -0
  3277. package/polyfill/node_modules/core-js/modules/es.object.is-sealed.js +21 -0
  3278. package/polyfill/node_modules/core-js/modules/es.object.is.js +9 -0
  3279. package/polyfill/node_modules/core-js/modules/es.object.keys.js +15 -0
  3280. package/polyfill/node_modules/core-js/modules/es.object.lookup-getter.js +23 -0
  3281. package/polyfill/node_modules/core-js/modules/es.object.lookup-setter.js +23 -0
  3282. package/polyfill/node_modules/core-js/modules/es.object.prevent-extensions.js +18 -0
  3283. package/polyfill/node_modules/core-js/modules/es.object.proto.js +31 -0
  3284. package/polyfill/node_modules/core-js/modules/es.object.seal.js +18 -0
  3285. package/polyfill/node_modules/core-js/modules/es.object.set-prototype-of.js +9 -0
  3286. package/polyfill/node_modules/core-js/modules/es.object.to-string.js +10 -0
  3287. package/polyfill/node_modules/core-js/modules/es.object.values.js +11 -0
  3288. package/polyfill/node_modules/core-js/modules/es.parse-float.js +9 -0
  3289. package/polyfill/node_modules/core-js/modules/es.parse-int.js +9 -0
  3290. package/polyfill/node_modules/core-js/modules/es.promise.all-settled.js +44 -0
  3291. package/polyfill/node_modules/core-js/modules/es.promise.all.js +39 -0
  3292. package/polyfill/node_modules/core-js/modules/es.promise.any.js +48 -0
  3293. package/polyfill/node_modules/core-js/modules/es.promise.catch.js +26 -0
  3294. package/polyfill/node_modules/core-js/modules/es.promise.constructor.js +293 -0
  3295. package/polyfill/node_modules/core-js/modules/es.promise.finally.js +43 -0
  3296. package/polyfill/node_modules/core-js/modules/es.promise.js +8 -0
  3297. package/polyfill/node_modules/core-js/modules/es.promise.race.js +26 -0
  3298. package/polyfill/node_modules/core-js/modules/es.promise.reject.js +15 -0
  3299. package/polyfill/node_modules/core-js/modules/es.promise.resolve.js +18 -0
  3300. package/polyfill/node_modules/core-js/modules/es.promise.try.js +33 -0
  3301. package/polyfill/node_modules/core-js/modules/es.promise.with-resolvers.js +16 -0
  3302. package/polyfill/node_modules/core-js/modules/es.reflect.apply.js +20 -0
  3303. package/polyfill/node_modules/core-js/modules/es.reflect.construct.js +57 -0
  3304. package/polyfill/node_modules/core-js/modules/es.reflect.define-property.js +29 -0
  3305. package/polyfill/node_modules/core-js/modules/es.reflect.delete-property.js +13 -0
  3306. package/polyfill/node_modules/core-js/modules/es.reflect.get-own-property-descriptor.js +13 -0
  3307. package/polyfill/node_modules/core-js/modules/es.reflect.get-prototype-of.js +13 -0
  3308. package/polyfill/node_modules/core-js/modules/es.reflect.get.js +25 -0
  3309. package/polyfill/node_modules/core-js/modules/es.reflect.has.js +10 -0
  3310. package/polyfill/node_modules/core-js/modules/es.reflect.is-extensible.js +13 -0
  3311. package/polyfill/node_modules/core-js/modules/es.reflect.own-keys.js +9 -0
  3312. package/polyfill/node_modules/core-js/modules/es.reflect.prevent-extensions.js +20 -0
  3313. package/polyfill/node_modules/core-js/modules/es.reflect.set-prototype-of.js +20 -0
  3314. package/polyfill/node_modules/core-js/modules/es.reflect.set.js +50 -0
  3315. package/polyfill/node_modules/core-js/modules/es.reflect.to-string-tag.js +10 -0
  3316. package/polyfill/node_modules/core-js/modules/es.regexp.constructor.js +197 -0
  3317. package/polyfill/node_modules/core-js/modules/es.regexp.dot-all.js +26 -0
  3318. package/polyfill/node_modules/core-js/modules/es.regexp.escape.js +70 -0
  3319. package/polyfill/node_modules/core-js/modules/es.regexp.exec.js +9 -0
  3320. package/polyfill/node_modules/core-js/modules/es.regexp.flags.js +16 -0
  3321. package/polyfill/node_modules/core-js/modules/es.regexp.sticky.js +26 -0
  3322. package/polyfill/node_modules/core-js/modules/es.regexp.test.js +35 -0
  3323. package/polyfill/node_modules/core-js/modules/es.regexp.to-string.js +26 -0
  3324. package/polyfill/node_modules/core-js/modules/es.set.constructor.js +9 -0
  3325. package/polyfill/node_modules/core-js/modules/es.set.difference.v2.js +37 -0
  3326. package/polyfill/node_modules/core-js/modules/es.set.intersection.v2.js +18 -0
  3327. package/polyfill/node_modules/core-js/modules/es.set.is-disjoint-from.v2.js +14 -0
  3328. package/polyfill/node_modules/core-js/modules/es.set.is-subset-of.v2.js +14 -0
  3329. package/polyfill/node_modules/core-js/modules/es.set.is-superset-of.v2.js +14 -0
  3330. package/polyfill/node_modules/core-js/modules/es.set.js +3 -0
  3331. package/polyfill/node_modules/core-js/modules/es.set.symmetric-difference.v2.js +13 -0
  3332. package/polyfill/node_modules/core-js/modules/es.set.union.v2.js +13 -0
  3333. package/polyfill/node_modules/core-js/modules/es.string.anchor.js +12 -0
  3334. package/polyfill/node_modules/core-js/modules/es.string.at-alternative.js +26 -0
  3335. package/polyfill/node_modules/core-js/modules/es.string.big.js +12 -0
  3336. package/polyfill/node_modules/core-js/modules/es.string.blink.js +12 -0
  3337. package/polyfill/node_modules/core-js/modules/es.string.bold.js +12 -0
  3338. package/polyfill/node_modules/core-js/modules/es.string.code-point-at.js +11 -0
  3339. package/polyfill/node_modules/core-js/modules/es.string.ends-with.js +34 -0
  3340. package/polyfill/node_modules/core-js/modules/es.string.fixed.js +12 -0
  3341. package/polyfill/node_modules/core-js/modules/es.string.fontcolor.js +12 -0
  3342. package/polyfill/node_modules/core-js/modules/es.string.fontsize.js +12 -0
  3343. package/polyfill/node_modules/core-js/modules/es.string.from-code-point.js +32 -0
  3344. package/polyfill/node_modules/core-js/modules/es.string.includes.js +21 -0
  3345. package/polyfill/node_modules/core-js/modules/es.string.is-well-formed.js +23 -0
  3346. package/polyfill/node_modules/core-js/modules/es.string.italics.js +12 -0
  3347. package/polyfill/node_modules/core-js/modules/es.string.iterator.js +31 -0
  3348. package/polyfill/node_modules/core-js/modules/es.string.link.js +12 -0
  3349. package/polyfill/node_modules/core-js/modules/es.string.match-all.js +102 -0
  3350. package/polyfill/node_modules/core-js/modules/es.string.match.js +54 -0
  3351. package/polyfill/node_modules/core-js/modules/es.string.pad-end.js +12 -0
  3352. package/polyfill/node_modules/core-js/modules/es.string.pad-start.js +12 -0
  3353. package/polyfill/node_modules/core-js/modules/es.string.raw.js +28 -0
  3354. package/polyfill/node_modules/core-js/modules/es.string.repeat.js +9 -0
  3355. package/polyfill/node_modules/core-js/modules/es.string.replace-all.js +61 -0
  3356. package/polyfill/node_modules/core-js/modules/es.string.replace.js +144 -0
  3357. package/polyfill/node_modules/core-js/modules/es.string.search.js +38 -0
  3358. package/polyfill/node_modules/core-js/modules/es.string.small.js +12 -0
  3359. package/polyfill/node_modules/core-js/modules/es.string.split.js +111 -0
  3360. package/polyfill/node_modules/core-js/modules/es.string.starts-with.js +32 -0
  3361. package/polyfill/node_modules/core-js/modules/es.string.strike.js +12 -0
  3362. package/polyfill/node_modules/core-js/modules/es.string.sub.js +12 -0
  3363. package/polyfill/node_modules/core-js/modules/es.string.substr.js +30 -0
  3364. package/polyfill/node_modules/core-js/modules/es.string.sup.js +12 -0
  3365. package/polyfill/node_modules/core-js/modules/es.string.to-well-formed.js +43 -0
  3366. package/polyfill/node_modules/core-js/modules/es.string.trim-end.js +12 -0
  3367. package/polyfill/node_modules/core-js/modules/es.string.trim-left.js +10 -0
  3368. package/polyfill/node_modules/core-js/modules/es.string.trim-right.js +10 -0
  3369. package/polyfill/node_modules/core-js/modules/es.string.trim-start.js +12 -0
  3370. package/polyfill/node_modules/core-js/modules/es.string.trim.js +12 -0
  3371. package/polyfill/node_modules/core-js/modules/es.suppressed-error.constructor.js +64 -0
  3372. package/polyfill/node_modules/core-js/modules/es.symbol.async-dispose.js +21 -0
  3373. package/polyfill/node_modules/core-js/modules/es.symbol.async-iterator.js +6 -0
  3374. package/polyfill/node_modules/core-js/modules/es.symbol.constructor.js +263 -0
  3375. package/polyfill/node_modules/core-js/modules/es.symbol.description.js +60 -0
  3376. package/polyfill/node_modules/core-js/modules/es.symbol.dispose.js +21 -0
  3377. package/polyfill/node_modules/core-js/modules/es.symbol.for.js +23 -0
  3378. package/polyfill/node_modules/core-js/modules/es.symbol.has-instance.js +6 -0
  3379. package/polyfill/node_modules/core-js/modules/es.symbol.is-concat-spreadable.js +6 -0
  3380. package/polyfill/node_modules/core-js/modules/es.symbol.iterator.js +6 -0
  3381. package/polyfill/node_modules/core-js/modules/es.symbol.js +7 -0
  3382. package/polyfill/node_modules/core-js/modules/es.symbol.key-for.js +18 -0
  3383. package/polyfill/node_modules/core-js/modules/es.symbol.match-all.js +6 -0
  3384. package/polyfill/node_modules/core-js/modules/es.symbol.match.js +6 -0
  3385. package/polyfill/node_modules/core-js/modules/es.symbol.replace.js +6 -0
  3386. package/polyfill/node_modules/core-js/modules/es.symbol.search.js +6 -0
  3387. package/polyfill/node_modules/core-js/modules/es.symbol.species.js +6 -0
  3388. package/polyfill/node_modules/core-js/modules/es.symbol.split.js +6 -0
  3389. package/polyfill/node_modules/core-js/modules/es.symbol.to-primitive.js +11 -0
  3390. package/polyfill/node_modules/core-js/modules/es.symbol.to-string-tag.js +12 -0
  3391. package/polyfill/node_modules/core-js/modules/es.symbol.unscopables.js +6 -0
  3392. package/polyfill/node_modules/core-js/modules/es.typed-array.at.js +17 -0
  3393. package/polyfill/node_modules/core-js/modules/es.typed-array.copy-within.js +14 -0
  3394. package/polyfill/node_modules/core-js/modules/es.typed-array.every.js +12 -0
  3395. package/polyfill/node_modules/core-js/modules/es.typed-array.fill.js +29 -0
  3396. package/polyfill/node_modules/core-js/modules/es.typed-array.filter.js +14 -0
  3397. package/polyfill/node_modules/core-js/modules/es.typed-array.find-index.js +12 -0
  3398. package/polyfill/node_modules/core-js/modules/es.typed-array.find-last-index.js +12 -0
  3399. package/polyfill/node_modules/core-js/modules/es.typed-array.find-last.js +12 -0
  3400. package/polyfill/node_modules/core-js/modules/es.typed-array.find.js +12 -0
  3401. package/polyfill/node_modules/core-js/modules/es.typed-array.float32-array.js +10 -0
  3402. package/polyfill/node_modules/core-js/modules/es.typed-array.float64-array.js +10 -0
  3403. package/polyfill/node_modules/core-js/modules/es.typed-array.for-each.js +12 -0
  3404. package/polyfill/node_modules/core-js/modules/es.typed-array.from.js +8 -0
  3405. package/polyfill/node_modules/core-js/modules/es.typed-array.includes.js +12 -0
  3406. package/polyfill/node_modules/core-js/modules/es.typed-array.index-of.js +12 -0
  3407. package/polyfill/node_modules/core-js/modules/es.typed-array.int16-array.js +10 -0
  3408. package/polyfill/node_modules/core-js/modules/es.typed-array.int32-array.js +10 -0
  3409. package/polyfill/node_modules/core-js/modules/es.typed-array.int8-array.js +10 -0
  3410. package/polyfill/node_modules/core-js/modules/es.typed-array.iterator.js +46 -0
  3411. package/polyfill/node_modules/core-js/modules/es.typed-array.join.js +13 -0
  3412. package/polyfill/node_modules/core-js/modules/es.typed-array.last-index-of.js +14 -0
  3413. package/polyfill/node_modules/core-js/modules/es.typed-array.map.js +14 -0
  3414. package/polyfill/node_modules/core-js/modules/es.typed-array.of.js +16 -0
  3415. package/polyfill/node_modules/core-js/modules/es.typed-array.reduce-right.js +13 -0
  3416. package/polyfill/node_modules/core-js/modules/es.typed-array.reduce.js +13 -0
  3417. package/polyfill/node_modules/core-js/modules/es.typed-array.reverse.js +21 -0
  3418. package/polyfill/node_modules/core-js/modules/es.typed-array.set.js +44 -0
  3419. package/polyfill/node_modules/core-js/modules/es.typed-array.slice.js +25 -0
  3420. package/polyfill/node_modules/core-js/modules/es.typed-array.some.js +12 -0
  3421. package/polyfill/node_modules/core-js/modules/es.typed-array.sort.js +70 -0
  3422. package/polyfill/node_modules/core-js/modules/es.typed-array.subarray.js +22 -0
  3423. package/polyfill/node_modules/core-js/modules/es.typed-array.to-locale-string.js +32 -0
  3424. package/polyfill/node_modules/core-js/modules/es.typed-array.to-reversed.js +18 -0
  3425. package/polyfill/node_modules/core-js/modules/es.typed-array.to-sorted.js +19 -0
  3426. package/polyfill/node_modules/core-js/modules/es.typed-array.to-string.js +22 -0
  3427. package/polyfill/node_modules/core-js/modules/es.typed-array.uint16-array.js +10 -0
  3428. package/polyfill/node_modules/core-js/modules/es.typed-array.uint32-array.js +10 -0
  3429. package/polyfill/node_modules/core-js/modules/es.typed-array.uint8-array.js +10 -0
  3430. package/polyfill/node_modules/core-js/modules/es.typed-array.uint8-clamped-array.js +10 -0
  3431. package/polyfill/node_modules/core-js/modules/es.typed-array.with.js +48 -0
  3432. package/polyfill/node_modules/core-js/modules/es.uint8-array.from-base64.js +29 -0
  3433. package/polyfill/node_modules/core-js/modules/es.uint8-array.from-hex.js +13 -0
  3434. package/polyfill/node_modules/core-js/modules/es.uint8-array.set-from-base64.js +37 -0
  3435. package/polyfill/node_modules/core-js/modules/es.uint8-array.set-from-hex.js +32 -0
  3436. package/polyfill/node_modules/core-js/modules/es.uint8-array.to-base64.js +60 -0
  3437. package/polyfill/node_modules/core-js/modules/es.uint8-array.to-hex.js +34 -0
  3438. package/polyfill/node_modules/core-js/modules/es.unescape.js +45 -0
  3439. package/polyfill/node_modules/core-js/modules/es.weak-map.constructor.js +106 -0
  3440. package/polyfill/node_modules/core-js/modules/es.weak-map.get-or-insert-computed.js +36 -0
  3441. package/polyfill/node_modules/core-js/modules/es.weak-map.get-or-insert.js +19 -0
  3442. package/polyfill/node_modules/core-js/modules/es.weak-map.js +3 -0
  3443. package/polyfill/node_modules/core-js/modules/es.weak-set.constructor.js +9 -0
  3444. package/polyfill/node_modules/core-js/modules/es.weak-set.js +3 -0
  3445. package/polyfill/node_modules/core-js/modules/esnext.aggregate-error.js +3 -0
  3446. package/polyfill/node_modules/core-js/modules/esnext.array-buffer.detached.js +3 -0
  3447. package/polyfill/node_modules/core-js/modules/esnext.array-buffer.transfer-to-fixed-length.js +3 -0
  3448. package/polyfill/node_modules/core-js/modules/esnext.array-buffer.transfer.js +3 -0
  3449. package/polyfill/node_modules/core-js/modules/esnext.array.at.js +3 -0
  3450. package/polyfill/node_modules/core-js/modules/esnext.array.filter-out.js +15 -0
  3451. package/polyfill/node_modules/core-js/modules/esnext.array.filter-reject.js +14 -0
  3452. package/polyfill/node_modules/core-js/modules/esnext.array.find-last-index.js +3 -0
  3453. package/polyfill/node_modules/core-js/modules/esnext.array.find-last.js +3 -0
  3454. package/polyfill/node_modules/core-js/modules/esnext.array.from-async.js +3 -0
  3455. package/polyfill/node_modules/core-js/modules/esnext.array.group-by-to-map.js +16 -0
  3456. package/polyfill/node_modules/core-js/modules/esnext.array.group-by.js +18 -0
  3457. package/polyfill/node_modules/core-js/modules/esnext.array.group-to-map.js +13 -0
  3458. package/polyfill/node_modules/core-js/modules/esnext.array.group.js +15 -0
  3459. package/polyfill/node_modules/core-js/modules/esnext.array.is-template-object.js +29 -0
  3460. package/polyfill/node_modules/core-js/modules/esnext.array.last-index.js +22 -0
  3461. package/polyfill/node_modules/core-js/modules/esnext.array.last-item.js +27 -0
  3462. package/polyfill/node_modules/core-js/modules/esnext.array.to-reversed.js +3 -0
  3463. package/polyfill/node_modules/core-js/modules/esnext.array.to-sorted.js +3 -0
  3464. package/polyfill/node_modules/core-js/modules/esnext.array.to-spliced.js +3 -0
  3465. package/polyfill/node_modules/core-js/modules/esnext.array.unique-by.js +12 -0
  3466. package/polyfill/node_modules/core-js/modules/esnext.array.with.js +3 -0
  3467. package/polyfill/node_modules/core-js/modules/esnext.async-disposable-stack.constructor.js +3 -0
  3468. package/polyfill/node_modules/core-js/modules/esnext.async-iterator.as-indexed-pairs.js +10 -0
  3469. package/polyfill/node_modules/core-js/modules/esnext.async-iterator.async-dispose.js +3 -0
  3470. package/polyfill/node_modules/core-js/modules/esnext.async-iterator.constructor.js +34 -0
  3471. package/polyfill/node_modules/core-js/modules/esnext.async-iterator.drop.js +50 -0
  3472. package/polyfill/node_modules/core-js/modules/esnext.async-iterator.every.js +11 -0
  3473. package/polyfill/node_modules/core-js/modules/esnext.async-iterator.filter.js +66 -0
  3474. package/polyfill/node_modules/core-js/modules/esnext.async-iterator.find.js +11 -0
  3475. package/polyfill/node_modules/core-js/modules/esnext.async-iterator.flat-map.js +87 -0
  3476. package/polyfill/node_modules/core-js/modules/esnext.async-iterator.for-each.js +11 -0
  3477. package/polyfill/node_modules/core-js/modules/esnext.async-iterator.from.js +18 -0
  3478. package/polyfill/node_modules/core-js/modules/esnext.async-iterator.indexed.js +10 -0
  3479. package/polyfill/node_modules/core-js/modules/esnext.async-iterator.map.js +10 -0
  3480. package/polyfill/node_modules/core-js/modules/esnext.async-iterator.reduce.js +65 -0
  3481. package/polyfill/node_modules/core-js/modules/esnext.async-iterator.some.js +11 -0
  3482. package/polyfill/node_modules/core-js/modules/esnext.async-iterator.take.js +47 -0
  3483. package/polyfill/node_modules/core-js/modules/esnext.async-iterator.to-array.js +11 -0
  3484. package/polyfill/node_modules/core-js/modules/esnext.bigint.range.js +15 -0
  3485. package/polyfill/node_modules/core-js/modules/esnext.composite-key.js +20 -0
  3486. package/polyfill/node_modules/core-js/modules/esnext.composite-symbol.js +13 -0
  3487. package/polyfill/node_modules/core-js/modules/esnext.data-view.get-float16.js +3 -0
  3488. package/polyfill/node_modules/core-js/modules/esnext.data-view.get-uint8-clamped.js +14 -0
  3489. package/polyfill/node_modules/core-js/modules/esnext.data-view.set-float16.js +3 -0
  3490. package/polyfill/node_modules/core-js/modules/esnext.data-view.set-uint8-clamped.js +21 -0
  3491. package/polyfill/node_modules/core-js/modules/esnext.disposable-stack.constructor.js +3 -0
  3492. package/polyfill/node_modules/core-js/modules/esnext.error.is-error.js +3 -0
  3493. package/polyfill/node_modules/core-js/modules/esnext.function.demethodize.js +9 -0
  3494. package/polyfill/node_modules/core-js/modules/esnext.function.is-callable.js +30 -0
  3495. package/polyfill/node_modules/core-js/modules/esnext.function.is-constructor.js +9 -0
  3496. package/polyfill/node_modules/core-js/modules/esnext.function.metadata.js +14 -0
  3497. package/polyfill/node_modules/core-js/modules/esnext.function.un-this.js +10 -0
  3498. package/polyfill/node_modules/core-js/modules/esnext.global-this.js +3 -0
  3499. package/polyfill/node_modules/core-js/modules/esnext.iterator.as-indexed-pairs.js +10 -0
  3500. package/polyfill/node_modules/core-js/modules/esnext.iterator.chunks.js +44 -0
  3501. package/polyfill/node_modules/core-js/modules/esnext.iterator.concat.js +3 -0
  3502. package/polyfill/node_modules/core-js/modules/esnext.iterator.constructor.js +3 -0
  3503. package/polyfill/node_modules/core-js/modules/esnext.iterator.dispose.js +3 -0
  3504. package/polyfill/node_modules/core-js/modules/esnext.iterator.drop.js +3 -0
  3505. package/polyfill/node_modules/core-js/modules/esnext.iterator.every.js +3 -0
  3506. package/polyfill/node_modules/core-js/modules/esnext.iterator.filter.js +3 -0
  3507. package/polyfill/node_modules/core-js/modules/esnext.iterator.find.js +3 -0
  3508. package/polyfill/node_modules/core-js/modules/esnext.iterator.flat-map.js +3 -0
  3509. package/polyfill/node_modules/core-js/modules/esnext.iterator.for-each.js +3 -0
  3510. package/polyfill/node_modules/core-js/modules/esnext.iterator.from.js +3 -0
  3511. package/polyfill/node_modules/core-js/modules/esnext.iterator.indexed.js +10 -0
  3512. package/polyfill/node_modules/core-js/modules/esnext.iterator.map.js +3 -0
  3513. package/polyfill/node_modules/core-js/modules/esnext.iterator.range.js +16 -0
  3514. package/polyfill/node_modules/core-js/modules/esnext.iterator.reduce.js +3 -0
  3515. package/polyfill/node_modules/core-js/modules/esnext.iterator.sliding.js +11 -0
  3516. package/polyfill/node_modules/core-js/modules/esnext.iterator.some.js +3 -0
  3517. package/polyfill/node_modules/core-js/modules/esnext.iterator.take.js +3 -0
  3518. package/polyfill/node_modules/core-js/modules/esnext.iterator.to-array.js +3 -0
  3519. package/polyfill/node_modules/core-js/modules/esnext.iterator.to-async.js +14 -0
  3520. package/polyfill/node_modules/core-js/modules/esnext.iterator.windows.js +11 -0
  3521. package/polyfill/node_modules/core-js/modules/esnext.iterator.zip-keyed.js +71 -0
  3522. package/polyfill/node_modules/core-js/modules/esnext.iterator.zip.js +91 -0
  3523. package/polyfill/node_modules/core-js/modules/esnext.json.is-raw-json.js +3 -0
  3524. package/polyfill/node_modules/core-js/modules/esnext.json.parse.js +3 -0
  3525. package/polyfill/node_modules/core-js/modules/esnext.json.raw-json.js +3 -0
  3526. package/polyfill/node_modules/core-js/modules/esnext.map.delete-all.js +18 -0
  3527. package/polyfill/node_modules/core-js/modules/esnext.map.emplace.js +27 -0
  3528. package/polyfill/node_modules/core-js/modules/esnext.map.every.js +17 -0
  3529. package/polyfill/node_modules/core-js/modules/esnext.map.filter.js +23 -0
  3530. package/polyfill/node_modules/core-js/modules/esnext.map.find-key.js +18 -0
  3531. package/polyfill/node_modules/core-js/modules/esnext.map.find.js +18 -0
  3532. package/polyfill/node_modules/core-js/modules/esnext.map.from.js +10 -0
  3533. package/polyfill/node_modules/core-js/modules/esnext.map.get-or-insert-computed.js +3 -0
  3534. package/polyfill/node_modules/core-js/modules/esnext.map.get-or-insert.js +3 -0
  3535. package/polyfill/node_modules/core-js/modules/esnext.map.group-by.js +3 -0
  3536. package/polyfill/node_modules/core-js/modules/esnext.map.includes.js +15 -0
  3537. package/polyfill/node_modules/core-js/modules/esnext.map.key-by.js +22 -0
  3538. package/polyfill/node_modules/core-js/modules/esnext.map.key-of.js +15 -0
  3539. package/polyfill/node_modules/core-js/modules/esnext.map.map-keys.js +23 -0
  3540. package/polyfill/node_modules/core-js/modules/esnext.map.map-values.js +23 -0
  3541. package/polyfill/node_modules/core-js/modules/esnext.map.merge.js +22 -0
  3542. package/polyfill/node_modules/core-js/modules/esnext.map.of.js +10 -0
  3543. package/polyfill/node_modules/core-js/modules/esnext.map.reduce.js +28 -0
  3544. package/polyfill/node_modules/core-js/modules/esnext.map.some.js +17 -0
  3545. package/polyfill/node_modules/core-js/modules/esnext.map.update-or-insert.js +10 -0
  3546. package/polyfill/node_modules/core-js/modules/esnext.map.update.js +27 -0
  3547. package/polyfill/node_modules/core-js/modules/esnext.map.upsert.js +10 -0
  3548. package/polyfill/node_modules/core-js/modules/esnext.math.clamp.js +10 -0
  3549. package/polyfill/node_modules/core-js/modules/esnext.math.deg-per-rad.js +8 -0
  3550. package/polyfill/node_modules/core-js/modules/esnext.math.degrees.js +12 -0
  3551. package/polyfill/node_modules/core-js/modules/esnext.math.f16round.js +3 -0
  3552. package/polyfill/node_modules/core-js/modules/esnext.math.fscale.js +13 -0
  3553. package/polyfill/node_modules/core-js/modules/esnext.math.iaddh.js +14 -0
  3554. package/polyfill/node_modules/core-js/modules/esnext.math.imulh.js +19 -0
  3555. package/polyfill/node_modules/core-js/modules/esnext.math.isubh.js +14 -0
  3556. package/polyfill/node_modules/core-js/modules/esnext.math.rad-per-deg.js +8 -0
  3557. package/polyfill/node_modules/core-js/modules/esnext.math.radians.js +12 -0
  3558. package/polyfill/node_modules/core-js/modules/esnext.math.scale.js +9 -0
  3559. package/polyfill/node_modules/core-js/modules/esnext.math.seeded-prng.js +36 -0
  3560. package/polyfill/node_modules/core-js/modules/esnext.math.signbit.js +12 -0
  3561. package/polyfill/node_modules/core-js/modules/esnext.math.sum-precise.js +3 -0
  3562. package/polyfill/node_modules/core-js/modules/esnext.math.umulh.js +19 -0
  3563. package/polyfill/node_modules/core-js/modules/esnext.number.clamp.js +12 -0
  3564. package/polyfill/node_modules/core-js/modules/esnext.number.from-string.js +41 -0
  3565. package/polyfill/node_modules/core-js/modules/esnext.number.range.js +12 -0
  3566. package/polyfill/node_modules/core-js/modules/esnext.object.group-by.js +3 -0
  3567. package/polyfill/node_modules/core-js/modules/esnext.object.has-own.js +3 -0
  3568. package/polyfill/node_modules/core-js/modules/esnext.object.iterate-entries.js +12 -0
  3569. package/polyfill/node_modules/core-js/modules/esnext.object.iterate-keys.js +12 -0
  3570. package/polyfill/node_modules/core-js/modules/esnext.object.iterate-values.js +12 -0
  3571. package/polyfill/node_modules/core-js/modules/esnext.observable.constructor.js +187 -0
  3572. package/polyfill/node_modules/core-js/modules/esnext.observable.from.js +35 -0
  3573. package/polyfill/node_modules/core-js/modules/esnext.observable.js +5 -0
  3574. package/polyfill/node_modules/core-js/modules/esnext.observable.of.js +24 -0
  3575. package/polyfill/node_modules/core-js/modules/esnext.promise.all-settled.js +3 -0
  3576. package/polyfill/node_modules/core-js/modules/esnext.promise.any.js +3 -0
  3577. package/polyfill/node_modules/core-js/modules/esnext.promise.try.js +3 -0
  3578. package/polyfill/node_modules/core-js/modules/esnext.promise.with-resolvers.js +3 -0
  3579. package/polyfill/node_modules/core-js/modules/esnext.reflect.define-metadata.js +17 -0
  3580. package/polyfill/node_modules/core-js/modules/esnext.reflect.delete-metadata.js +22 -0
  3581. package/polyfill/node_modules/core-js/modules/esnext.reflect.get-metadata-keys.js +30 -0
  3582. package/polyfill/node_modules/core-js/modules/esnext.reflect.get-metadata.js +26 -0
  3583. package/polyfill/node_modules/core-js/modules/esnext.reflect.get-own-metadata-keys.js +17 -0
  3584. package/polyfill/node_modules/core-js/modules/esnext.reflect.get-own-metadata.js +17 -0
  3585. package/polyfill/node_modules/core-js/modules/esnext.reflect.has-metadata.js +25 -0
  3586. package/polyfill/node_modules/core-js/modules/esnext.reflect.has-own-metadata.js +17 -0
  3587. package/polyfill/node_modules/core-js/modules/esnext.reflect.metadata.js +17 -0
  3588. package/polyfill/node_modules/core-js/modules/esnext.regexp.escape.js +3 -0
  3589. package/polyfill/node_modules/core-js/modules/esnext.set.add-all.js +15 -0
  3590. package/polyfill/node_modules/core-js/modules/esnext.set.delete-all.js +18 -0
  3591. package/polyfill/node_modules/core-js/modules/esnext.set.difference.js +14 -0
  3592. package/polyfill/node_modules/core-js/modules/esnext.set.difference.v2.js +3 -0
  3593. package/polyfill/node_modules/core-js/modules/esnext.set.every.js +17 -0
  3594. package/polyfill/node_modules/core-js/modules/esnext.set.filter.js +23 -0
  3595. package/polyfill/node_modules/core-js/modules/esnext.set.find.js +18 -0
  3596. package/polyfill/node_modules/core-js/modules/esnext.set.from.js +10 -0
  3597. package/polyfill/node_modules/core-js/modules/esnext.set.intersection.js +14 -0
  3598. package/polyfill/node_modules/core-js/modules/esnext.set.intersection.v2.js +3 -0
  3599. package/polyfill/node_modules/core-js/modules/esnext.set.is-disjoint-from.js +14 -0
  3600. package/polyfill/node_modules/core-js/modules/esnext.set.is-disjoint-from.v2.js +3 -0
  3601. package/polyfill/node_modules/core-js/modules/esnext.set.is-subset-of.js +14 -0
  3602. package/polyfill/node_modules/core-js/modules/esnext.set.is-subset-of.v2.js +3 -0
  3603. package/polyfill/node_modules/core-js/modules/esnext.set.is-superset-of.js +14 -0
  3604. package/polyfill/node_modules/core-js/modules/esnext.set.is-superset-of.v2.js +3 -0
  3605. package/polyfill/node_modules/core-js/modules/esnext.set.join.js +23 -0
  3606. package/polyfill/node_modules/core-js/modules/esnext.set.map.js +23 -0
  3607. package/polyfill/node_modules/core-js/modules/esnext.set.of.js +10 -0
  3608. package/polyfill/node_modules/core-js/modules/esnext.set.reduce.js +28 -0
  3609. package/polyfill/node_modules/core-js/modules/esnext.set.some.js +17 -0
  3610. package/polyfill/node_modules/core-js/modules/esnext.set.symmetric-difference.js +14 -0
  3611. package/polyfill/node_modules/core-js/modules/esnext.set.symmetric-difference.v2.js +3 -0
  3612. package/polyfill/node_modules/core-js/modules/esnext.set.union.js +14 -0
  3613. package/polyfill/node_modules/core-js/modules/esnext.set.union.v2.js +3 -0
  3614. package/polyfill/node_modules/core-js/modules/esnext.string.at-alternative.js +3 -0
  3615. package/polyfill/node_modules/core-js/modules/esnext.string.at.js +19 -0
  3616. package/polyfill/node_modules/core-js/modules/esnext.string.code-points.js +40 -0
  3617. package/polyfill/node_modules/core-js/modules/esnext.string.cooked.js +9 -0
  3618. package/polyfill/node_modules/core-js/modules/esnext.string.dedent.js +153 -0
  3619. package/polyfill/node_modules/core-js/modules/esnext.string.is-well-formed.js +3 -0
  3620. package/polyfill/node_modules/core-js/modules/esnext.string.match-all.js +3 -0
  3621. package/polyfill/node_modules/core-js/modules/esnext.string.replace-all.js +3 -0
  3622. package/polyfill/node_modules/core-js/modules/esnext.string.to-well-formed.js +3 -0
  3623. package/polyfill/node_modules/core-js/modules/esnext.suppressed-error.constructor.js +3 -0
  3624. package/polyfill/node_modules/core-js/modules/esnext.symbol.async-dispose.js +3 -0
  3625. package/polyfill/node_modules/core-js/modules/esnext.symbol.custom-matcher.js +6 -0
  3626. package/polyfill/node_modules/core-js/modules/esnext.symbol.dispose.js +3 -0
  3627. package/polyfill/node_modules/core-js/modules/esnext.symbol.is-registered-symbol.js +9 -0
  3628. package/polyfill/node_modules/core-js/modules/esnext.symbol.is-registered.js +9 -0
  3629. package/polyfill/node_modules/core-js/modules/esnext.symbol.is-well-known-symbol.js +10 -0
  3630. package/polyfill/node_modules/core-js/modules/esnext.symbol.is-well-known.js +10 -0
  3631. package/polyfill/node_modules/core-js/modules/esnext.symbol.matcher.js +6 -0
  3632. package/polyfill/node_modules/core-js/modules/esnext.symbol.metadata-key.js +7 -0
  3633. package/polyfill/node_modules/core-js/modules/esnext.symbol.metadata.js +6 -0
  3634. package/polyfill/node_modules/core-js/modules/esnext.symbol.observable.js +6 -0
  3635. package/polyfill/node_modules/core-js/modules/esnext.symbol.pattern-match.js +7 -0
  3636. package/polyfill/node_modules/core-js/modules/esnext.symbol.replace-all.js +5 -0
  3637. package/polyfill/node_modules/core-js/modules/esnext.typed-array.at.js +3 -0
  3638. package/polyfill/node_modules/core-js/modules/esnext.typed-array.filter-out.js +15 -0
  3639. package/polyfill/node_modules/core-js/modules/esnext.typed-array.filter-reject.js +14 -0
  3640. package/polyfill/node_modules/core-js/modules/esnext.typed-array.find-last-index.js +3 -0
  3641. package/polyfill/node_modules/core-js/modules/esnext.typed-array.find-last.js +3 -0
  3642. package/polyfill/node_modules/core-js/modules/esnext.typed-array.from-async.js +25 -0
  3643. package/polyfill/node_modules/core-js/modules/esnext.typed-array.group-by.js +15 -0
  3644. package/polyfill/node_modules/core-js/modules/esnext.typed-array.to-reversed.js +3 -0
  3645. package/polyfill/node_modules/core-js/modules/esnext.typed-array.to-sorted.js +3 -0
  3646. package/polyfill/node_modules/core-js/modules/esnext.typed-array.to-spliced.js +52 -0
  3647. package/polyfill/node_modules/core-js/modules/esnext.typed-array.unique-by.js +17 -0
  3648. package/polyfill/node_modules/core-js/modules/esnext.typed-array.with.js +3 -0
  3649. package/polyfill/node_modules/core-js/modules/esnext.uint8-array.from-base64.js +3 -0
  3650. package/polyfill/node_modules/core-js/modules/esnext.uint8-array.from-hex.js +3 -0
  3651. package/polyfill/node_modules/core-js/modules/esnext.uint8-array.set-from-base64.js +3 -0
  3652. package/polyfill/node_modules/core-js/modules/esnext.uint8-array.set-from-hex.js +3 -0
  3653. package/polyfill/node_modules/core-js/modules/esnext.uint8-array.to-base64.js +3 -0
  3654. package/polyfill/node_modules/core-js/modules/esnext.uint8-array.to-hex.js +3 -0
  3655. package/polyfill/node_modules/core-js/modules/esnext.weak-map.delete-all.js +18 -0
  3656. package/polyfill/node_modules/core-js/modules/esnext.weak-map.emplace.js +27 -0
  3657. package/polyfill/node_modules/core-js/modules/esnext.weak-map.from.js +10 -0
  3658. package/polyfill/node_modules/core-js/modules/esnext.weak-map.get-or-insert-computed.js +3 -0
  3659. package/polyfill/node_modules/core-js/modules/esnext.weak-map.get-or-insert.js +3 -0
  3660. package/polyfill/node_modules/core-js/modules/esnext.weak-map.of.js +10 -0
  3661. package/polyfill/node_modules/core-js/modules/esnext.weak-map.upsert.js +10 -0
  3662. package/polyfill/node_modules/core-js/modules/esnext.weak-set.add-all.js +15 -0
  3663. package/polyfill/node_modules/core-js/modules/esnext.weak-set.delete-all.js +18 -0
  3664. package/polyfill/node_modules/core-js/modules/esnext.weak-set.from.js +10 -0
  3665. package/polyfill/node_modules/core-js/modules/esnext.weak-set.of.js +10 -0
  3666. package/polyfill/node_modules/core-js/modules/web.atob.js +67 -0
  3667. package/polyfill/node_modules/core-js/modules/web.btoa.js +51 -0
  3668. package/polyfill/node_modules/core-js/modules/web.clear-immediate.js +10 -0
  3669. package/polyfill/node_modules/core-js/modules/web.dom-collections.for-each.js +23 -0
  3670. package/polyfill/node_modules/core-js/modules/web.dom-collections.iterator.js +37 -0
  3671. package/polyfill/node_modules/core-js/modules/web.dom-exception.constructor.js +145 -0
  3672. package/polyfill/node_modules/core-js/modules/web.dom-exception.stack.js +68 -0
  3673. package/polyfill/node_modules/core-js/modules/web.dom-exception.to-string-tag.js +8 -0
  3674. package/polyfill/node_modules/core-js/modules/web.immediate.js +4 -0
  3675. package/polyfill/node_modules/core-js/modules/web.queue-microtask.js +25 -0
  3676. package/polyfill/node_modules/core-js/modules/web.self.js +41 -0
  3677. package/polyfill/node_modules/core-js/modules/web.set-immediate.js +14 -0
  3678. package/polyfill/node_modules/core-js/modules/web.set-interval.js +12 -0
  3679. package/polyfill/node_modules/core-js/modules/web.set-timeout.js +12 -0
  3680. package/polyfill/node_modules/core-js/modules/web.structured-clone.js +535 -0
  3681. package/polyfill/node_modules/core-js/modules/web.timers.js +4 -0
  3682. package/polyfill/node_modules/core-js/modules/web.url-search-params.constructor.js +511 -0
  3683. package/polyfill/node_modules/core-js/modules/web.url-search-params.delete.js +49 -0
  3684. package/polyfill/node_modules/core-js/modules/web.url-search-params.has.js +28 -0
  3685. package/polyfill/node_modules/core-js/modules/web.url-search-params.js +3 -0
  3686. package/polyfill/node_modules/core-js/modules/web.url-search-params.size.js +21 -0
  3687. package/polyfill/node_modules/core-js/modules/web.url.can-parse.js +36 -0
  3688. package/polyfill/node_modules/core-js/modules/web.url.constructor.js +1051 -0
  3689. package/polyfill/node_modules/core-js/modules/web.url.js +3 -0
  3690. package/polyfill/node_modules/core-js/modules/web.url.parse.js +23 -0
  3691. package/polyfill/node_modules/core-js/modules/web.url.to-json.js +11 -0
  3692. package/polyfill/node_modules/core-js/package.json +78 -0
  3693. package/polyfill/node_modules/core-js/postinstall.js +62 -0
  3694. package/polyfill/node_modules/core-js/proposals/accessible-object-hasownproperty.js +3 -0
  3695. package/polyfill/node_modules/core-js/proposals/array-buffer-base64.js +8 -0
  3696. package/polyfill/node_modules/core-js/proposals/array-buffer-transfer.js +5 -0
  3697. package/polyfill/node_modules/core-js/proposals/array-filtering-stage-1.js +4 -0
  3698. package/polyfill/node_modules/core-js/proposals/array-filtering.js +8 -0
  3699. package/polyfill/node_modules/core-js/proposals/array-find-from-last.js +6 -0
  3700. package/polyfill/node_modules/core-js/proposals/array-flat-map.js +6 -0
  3701. package/polyfill/node_modules/core-js/proposals/array-from-async-stage-2.js +3 -0
  3702. package/polyfill/node_modules/core-js/proposals/array-from-async.js +5 -0
  3703. package/polyfill/node_modules/core-js/proposals/array-grouping-stage-3-2.js +4 -0
  3704. package/polyfill/node_modules/core-js/proposals/array-grouping-stage-3.js +5 -0
  3705. package/polyfill/node_modules/core-js/proposals/array-grouping-v2.js +4 -0
  3706. package/polyfill/node_modules/core-js/proposals/array-grouping.js +6 -0
  3707. package/polyfill/node_modules/core-js/proposals/array-includes.js +4 -0
  3708. package/polyfill/node_modules/core-js/proposals/array-is-template-object.js +3 -0
  3709. package/polyfill/node_modules/core-js/proposals/array-last.js +4 -0
  3710. package/polyfill/node_modules/core-js/proposals/array-unique.js +5 -0
  3711. package/polyfill/node_modules/core-js/proposals/async-explicit-resource-management.js +7 -0
  3712. package/polyfill/node_modules/core-js/proposals/async-iteration.js +3 -0
  3713. package/polyfill/node_modules/core-js/proposals/async-iterator-helpers.js +16 -0
  3714. package/polyfill/node_modules/core-js/proposals/change-array-by-copy-stage-4.js +9 -0
  3715. package/polyfill/node_modules/core-js/proposals/change-array-by-copy.js +11 -0
  3716. package/polyfill/node_modules/core-js/proposals/collection-methods.js +29 -0
  3717. package/polyfill/node_modules/core-js/proposals/collection-of-from.js +10 -0
  3718. package/polyfill/node_modules/core-js/proposals/data-view-get-set-uint8-clamped.js +4 -0
  3719. package/polyfill/node_modules/core-js/proposals/decorator-metadata-v2.js +4 -0
  3720. package/polyfill/node_modules/core-js/proposals/decorator-metadata.js +4 -0
  3721. package/polyfill/node_modules/core-js/proposals/decorators.js +4 -0
  3722. package/polyfill/node_modules/core-js/proposals/efficient-64-bit-arithmetic.js +7 -0
  3723. package/polyfill/node_modules/core-js/proposals/error-cause.js +4 -0
  3724. package/polyfill/node_modules/core-js/proposals/explicit-resource-management.js +9 -0
  3725. package/polyfill/node_modules/core-js/proposals/extractors.js +3 -0
  3726. package/polyfill/node_modules/core-js/proposals/float16.js +5 -0
  3727. package/polyfill/node_modules/core-js/proposals/function-demethodize.js +3 -0
  3728. package/polyfill/node_modules/core-js/proposals/function-is-callable-is-constructor.js +4 -0
  3729. package/polyfill/node_modules/core-js/proposals/function-un-this.js +4 -0
  3730. package/polyfill/node_modules/core-js/proposals/global-this.js +6 -0
  3731. package/polyfill/node_modules/core-js/proposals/index.js +3 -0
  3732. package/polyfill/node_modules/core-js/proposals/is-error.js +3 -0
  3733. package/polyfill/node_modules/core-js/proposals/iterator-chunking-v2.js +4 -0
  3734. package/polyfill/node_modules/core-js/proposals/iterator-chunking.js +5 -0
  3735. package/polyfill/node_modules/core-js/proposals/iterator-helpers-stage-3-2.js +15 -0
  3736. package/polyfill/node_modules/core-js/proposals/iterator-helpers-stage-3.js +29 -0
  3737. package/polyfill/node_modules/core-js/proposals/iterator-helpers.js +8 -0
  3738. package/polyfill/node_modules/core-js/proposals/iterator-range.js +4 -0
  3739. package/polyfill/node_modules/core-js/proposals/iterator-sequencing.js +3 -0
  3740. package/polyfill/node_modules/core-js/proposals/joint-iteration.js +4 -0
  3741. package/polyfill/node_modules/core-js/proposals/json-parse-with-source.js +5 -0
  3742. package/polyfill/node_modules/core-js/proposals/keys-composition.js +4 -0
  3743. package/polyfill/node_modules/core-js/proposals/map-update-or-insert.js +4 -0
  3744. package/polyfill/node_modules/core-js/proposals/map-upsert-stage-2.js +4 -0
  3745. package/polyfill/node_modules/core-js/proposals/map-upsert-v4.js +6 -0
  3746. package/polyfill/node_modules/core-js/proposals/map-upsert.js +10 -0
  3747. package/polyfill/node_modules/core-js/proposals/math-clamp-v2.js +3 -0
  3748. package/polyfill/node_modules/core-js/proposals/math-clamp.js +3 -0
  3749. package/polyfill/node_modules/core-js/proposals/math-extensions.js +9 -0
  3750. package/polyfill/node_modules/core-js/proposals/math-signbit.js +3 -0
  3751. package/polyfill/node_modules/core-js/proposals/math-sum.js +3 -0
  3752. package/polyfill/node_modules/core-js/proposals/number-from-string.js +3 -0
  3753. package/polyfill/node_modules/core-js/proposals/number-range.js +4 -0
  3754. package/polyfill/node_modules/core-js/proposals/object-from-entries.js +3 -0
  3755. package/polyfill/node_modules/core-js/proposals/object-getownpropertydescriptors.js +3 -0
  3756. package/polyfill/node_modules/core-js/proposals/object-iteration.js +6 -0
  3757. package/polyfill/node_modules/core-js/proposals/object-values-entries.js +4 -0
  3758. package/polyfill/node_modules/core-js/proposals/observable.js +4 -0
  3759. package/polyfill/node_modules/core-js/proposals/pattern-matching-v2.js +3 -0
  3760. package/polyfill/node_modules/core-js/proposals/pattern-matching.js +5 -0
  3761. package/polyfill/node_modules/core-js/proposals/promise-all-settled.js +3 -0
  3762. package/polyfill/node_modules/core-js/proposals/promise-any.js +4 -0
  3763. package/polyfill/node_modules/core-js/proposals/promise-finally.js +3 -0
  3764. package/polyfill/node_modules/core-js/proposals/promise-try.js +3 -0
  3765. package/polyfill/node_modules/core-js/proposals/promise-with-resolvers.js +3 -0
  3766. package/polyfill/node_modules/core-js/proposals/reflect-metadata.js +11 -0
  3767. package/polyfill/node_modules/core-js/proposals/regexp-dotall-flag.js +6 -0
  3768. package/polyfill/node_modules/core-js/proposals/regexp-escaping.js +3 -0
  3769. package/polyfill/node_modules/core-js/proposals/regexp-named-groups.js +5 -0
  3770. package/polyfill/node_modules/core-js/proposals/relative-indexing-method.js +5 -0
  3771. package/polyfill/node_modules/core-js/proposals/seeded-random.js +3 -0
  3772. package/polyfill/node_modules/core-js/proposals/set-methods-v2.js +9 -0
  3773. package/polyfill/node_modules/core-js/proposals/set-methods.js +17 -0
  3774. package/polyfill/node_modules/core-js/proposals/string-at.js +3 -0
  3775. package/polyfill/node_modules/core-js/proposals/string-code-points.js +3 -0
  3776. package/polyfill/node_modules/core-js/proposals/string-cooked.js +3 -0
  3777. package/polyfill/node_modules/core-js/proposals/string-dedent.js +3 -0
  3778. package/polyfill/node_modules/core-js/proposals/string-left-right-trim.js +4 -0
  3779. package/polyfill/node_modules/core-js/proposals/string-match-all.js +3 -0
  3780. package/polyfill/node_modules/core-js/proposals/string-padding.js +4 -0
  3781. package/polyfill/node_modules/core-js/proposals/string-replace-all-stage-4.js +3 -0
  3782. package/polyfill/node_modules/core-js/proposals/string-replace-all.js +5 -0
  3783. package/polyfill/node_modules/core-js/proposals/symbol-description.js +3 -0
  3784. package/polyfill/node_modules/core-js/proposals/symbol-predicates-v2.js +4 -0
  3785. package/polyfill/node_modules/core-js/proposals/symbol-predicates.js +4 -0
  3786. package/polyfill/node_modules/core-js/proposals/url.js +3 -0
  3787. package/polyfill/node_modules/core-js/proposals/using-statement.js +5 -0
  3788. package/polyfill/node_modules/core-js/proposals/well-formed-stringify.js +3 -0
  3789. package/polyfill/node_modules/core-js/proposals/well-formed-unicode-strings.js +4 -0
  3790. package/polyfill/node_modules/core-js/stable/README.md +1 -0
  3791. package/polyfill/node_modules/core-js/stable/aggregate-error.js +8 -0
  3792. package/polyfill/node_modules/core-js/stable/array/at.js +4 -0
  3793. package/polyfill/node_modules/core-js/stable/array/concat.js +4 -0
  3794. package/polyfill/node_modules/core-js/stable/array/copy-within.js +4 -0
  3795. package/polyfill/node_modules/core-js/stable/array/entries.js +4 -0
  3796. package/polyfill/node_modules/core-js/stable/array/every.js +4 -0
  3797. package/polyfill/node_modules/core-js/stable/array/fill.js +4 -0
  3798. package/polyfill/node_modules/core-js/stable/array/filter.js +4 -0
  3799. package/polyfill/node_modules/core-js/stable/array/find-index.js +4 -0
  3800. package/polyfill/node_modules/core-js/stable/array/find-last-index.js +2 -0
  3801. package/polyfill/node_modules/core-js/stable/array/find-last.js +2 -0
  3802. package/polyfill/node_modules/core-js/stable/array/find.js +4 -0
  3803. package/polyfill/node_modules/core-js/stable/array/flat-map.js +4 -0
  3804. package/polyfill/node_modules/core-js/stable/array/flat.js +4 -0
  3805. package/polyfill/node_modules/core-js/stable/array/for-each.js +4 -0
  3806. package/polyfill/node_modules/core-js/stable/array/from-async.js +4 -0
  3807. package/polyfill/node_modules/core-js/stable/array/from.js +4 -0
  3808. package/polyfill/node_modules/core-js/stable/array/includes.js +4 -0
  3809. package/polyfill/node_modules/core-js/stable/array/index-of.js +4 -0
  3810. package/polyfill/node_modules/core-js/stable/array/index.js +4 -0
  3811. package/polyfill/node_modules/core-js/stable/array/is-array.js +4 -0
  3812. package/polyfill/node_modules/core-js/stable/array/iterator.js +4 -0
  3813. package/polyfill/node_modules/core-js/stable/array/join.js +4 -0
  3814. package/polyfill/node_modules/core-js/stable/array/keys.js +4 -0
  3815. package/polyfill/node_modules/core-js/stable/array/last-index-of.js +4 -0
  3816. package/polyfill/node_modules/core-js/stable/array/map.js +4 -0
  3817. package/polyfill/node_modules/core-js/stable/array/of.js +4 -0
  3818. package/polyfill/node_modules/core-js/stable/array/push.js +4 -0
  3819. package/polyfill/node_modules/core-js/stable/array/reduce-right.js +4 -0
  3820. package/polyfill/node_modules/core-js/stable/array/reduce.js +4 -0
  3821. package/polyfill/node_modules/core-js/stable/array/reverse.js +4 -0
  3822. package/polyfill/node_modules/core-js/stable/array/slice.js +4 -0
  3823. package/polyfill/node_modules/core-js/stable/array/some.js +4 -0
  3824. package/polyfill/node_modules/core-js/stable/array/sort.js +4 -0
  3825. package/polyfill/node_modules/core-js/stable/array/splice.js +4 -0
  3826. package/polyfill/node_modules/core-js/stable/array/to-reversed.js +4 -0
  3827. package/polyfill/node_modules/core-js/stable/array/to-sorted.js +4 -0
  3828. package/polyfill/node_modules/core-js/stable/array/to-spliced.js +4 -0
  3829. package/polyfill/node_modules/core-js/stable/array/unshift.js +4 -0
  3830. package/polyfill/node_modules/core-js/stable/array/values.js +4 -0
  3831. package/polyfill/node_modules/core-js/stable/array/virtual/at.js +4 -0
  3832. package/polyfill/node_modules/core-js/stable/array/virtual/concat.js +4 -0
  3833. package/polyfill/node_modules/core-js/stable/array/virtual/copy-within.js +4 -0
  3834. package/polyfill/node_modules/core-js/stable/array/virtual/entries.js +4 -0
  3835. package/polyfill/node_modules/core-js/stable/array/virtual/every.js +4 -0
  3836. package/polyfill/node_modules/core-js/stable/array/virtual/fill.js +4 -0
  3837. package/polyfill/node_modules/core-js/stable/array/virtual/filter.js +4 -0
  3838. package/polyfill/node_modules/core-js/stable/array/virtual/find-index.js +4 -0
  3839. package/polyfill/node_modules/core-js/stable/array/virtual/find-last-index.js +2 -0
  3840. package/polyfill/node_modules/core-js/stable/array/virtual/find-last.js +2 -0
  3841. package/polyfill/node_modules/core-js/stable/array/virtual/find.js +4 -0
  3842. package/polyfill/node_modules/core-js/stable/array/virtual/flat-map.js +4 -0
  3843. package/polyfill/node_modules/core-js/stable/array/virtual/flat.js +4 -0
  3844. package/polyfill/node_modules/core-js/stable/array/virtual/for-each.js +4 -0
  3845. package/polyfill/node_modules/core-js/stable/array/virtual/includes.js +4 -0
  3846. package/polyfill/node_modules/core-js/stable/array/virtual/index-of.js +4 -0
  3847. package/polyfill/node_modules/core-js/stable/array/virtual/index.js +4 -0
  3848. package/polyfill/node_modules/core-js/stable/array/virtual/iterator.js +4 -0
  3849. package/polyfill/node_modules/core-js/stable/array/virtual/join.js +4 -0
  3850. package/polyfill/node_modules/core-js/stable/array/virtual/keys.js +4 -0
  3851. package/polyfill/node_modules/core-js/stable/array/virtual/last-index-of.js +4 -0
  3852. package/polyfill/node_modules/core-js/stable/array/virtual/map.js +4 -0
  3853. package/polyfill/node_modules/core-js/stable/array/virtual/push.js +4 -0
  3854. package/polyfill/node_modules/core-js/stable/array/virtual/reduce-right.js +4 -0
  3855. package/polyfill/node_modules/core-js/stable/array/virtual/reduce.js +4 -0
  3856. package/polyfill/node_modules/core-js/stable/array/virtual/reverse.js +4 -0
  3857. package/polyfill/node_modules/core-js/stable/array/virtual/slice.js +4 -0
  3858. package/polyfill/node_modules/core-js/stable/array/virtual/some.js +4 -0
  3859. package/polyfill/node_modules/core-js/stable/array/virtual/sort.js +4 -0
  3860. package/polyfill/node_modules/core-js/stable/array/virtual/splice.js +4 -0
  3861. package/polyfill/node_modules/core-js/stable/array/virtual/to-reversed.js +4 -0
  3862. package/polyfill/node_modules/core-js/stable/array/virtual/to-sorted.js +4 -0
  3863. package/polyfill/node_modules/core-js/stable/array/virtual/to-spliced.js +4 -0
  3864. package/polyfill/node_modules/core-js/stable/array/virtual/unshift.js +4 -0
  3865. package/polyfill/node_modules/core-js/stable/array/virtual/values.js +4 -0
  3866. package/polyfill/node_modules/core-js/stable/array/virtual/with.js +4 -0
  3867. package/polyfill/node_modules/core-js/stable/array/with.js +4 -0
  3868. package/polyfill/node_modules/core-js/stable/array-buffer/constructor.js +4 -0
  3869. package/polyfill/node_modules/core-js/stable/array-buffer/detached.js +4 -0
  3870. package/polyfill/node_modules/core-js/stable/array-buffer/index.js +4 -0
  3871. package/polyfill/node_modules/core-js/stable/array-buffer/is-view.js +4 -0
  3872. package/polyfill/node_modules/core-js/stable/array-buffer/slice.js +4 -0
  3873. package/polyfill/node_modules/core-js/stable/array-buffer/transfer-to-fixed-length.js +4 -0
  3874. package/polyfill/node_modules/core-js/stable/array-buffer/transfer.js +4 -0
  3875. package/polyfill/node_modules/core-js/stable/async-disposable-stack/constructor.js +4 -0
  3876. package/polyfill/node_modules/core-js/stable/async-disposable-stack/index.js +4 -0
  3877. package/polyfill/node_modules/core-js/stable/async-iterator/async-dispose.js +2 -0
  3878. package/polyfill/node_modules/core-js/stable/async-iterator/index.js +2 -0
  3879. package/polyfill/node_modules/core-js/stable/atob.js +10 -0
  3880. package/polyfill/node_modules/core-js/stable/btoa.js +10 -0
  3881. package/polyfill/node_modules/core-js/stable/clear-immediate.js +5 -0
  3882. package/polyfill/node_modules/core-js/stable/data-view/get-float16.js +4 -0
  3883. package/polyfill/node_modules/core-js/stable/data-view/index.js +4 -0
  3884. package/polyfill/node_modules/core-js/stable/data-view/set-float16.js +4 -0
  3885. package/polyfill/node_modules/core-js/stable/date/get-year.js +4 -0
  3886. package/polyfill/node_modules/core-js/stable/date/index.js +4 -0
  3887. package/polyfill/node_modules/core-js/stable/date/now.js +4 -0
  3888. package/polyfill/node_modules/core-js/stable/date/set-year.js +4 -0
  3889. package/polyfill/node_modules/core-js/stable/date/to-gmt-string.js +4 -0
  3890. package/polyfill/node_modules/core-js/stable/date/to-iso-string.js +4 -0
  3891. package/polyfill/node_modules/core-js/stable/date/to-json.js +4 -0
  3892. package/polyfill/node_modules/core-js/stable/date/to-primitive.js +4 -0
  3893. package/polyfill/node_modules/core-js/stable/date/to-string.js +4 -0
  3894. package/polyfill/node_modules/core-js/stable/disposable-stack/constructor.js +4 -0
  3895. package/polyfill/node_modules/core-js/stable/disposable-stack/index.js +4 -0
  3896. package/polyfill/node_modules/core-js/stable/dom-collections/for-each.js +6 -0
  3897. package/polyfill/node_modules/core-js/stable/dom-collections/index.js +14 -0
  3898. package/polyfill/node_modules/core-js/stable/dom-collections/iterator.js +6 -0
  3899. package/polyfill/node_modules/core-js/stable/dom-exception/constructor.js +7 -0
  3900. package/polyfill/node_modules/core-js/stable/dom-exception/index.js +8 -0
  3901. package/polyfill/node_modules/core-js/stable/dom-exception/to-string-tag.js +4 -0
  3902. package/polyfill/node_modules/core-js/stable/error/constructor.js +4 -0
  3903. package/polyfill/node_modules/core-js/stable/error/index.js +4 -0
  3904. package/polyfill/node_modules/core-js/stable/error/is-error.js +4 -0
  3905. package/polyfill/node_modules/core-js/stable/error/to-string.js +4 -0
  3906. package/polyfill/node_modules/core-js/stable/escape.js +4 -0
  3907. package/polyfill/node_modules/core-js/stable/function/bind.js +4 -0
  3908. package/polyfill/node_modules/core-js/stable/function/has-instance.js +4 -0
  3909. package/polyfill/node_modules/core-js/stable/function/index.js +4 -0
  3910. package/polyfill/node_modules/core-js/stable/function/name.js +4 -0
  3911. package/polyfill/node_modules/core-js/stable/function/virtual/bind.js +4 -0
  3912. package/polyfill/node_modules/core-js/stable/function/virtual/index.js +4 -0
  3913. package/polyfill/node_modules/core-js/stable/get-iterator-method.js +5 -0
  3914. package/polyfill/node_modules/core-js/stable/get-iterator.js +5 -0
  3915. package/polyfill/node_modules/core-js/stable/global-this.js +4 -0
  3916. package/polyfill/node_modules/core-js/stable/index.js +320 -0
  3917. package/polyfill/node_modules/core-js/stable/instance/at.js +4 -0
  3918. package/polyfill/node_modules/core-js/stable/instance/bind.js +4 -0
  3919. package/polyfill/node_modules/core-js/stable/instance/code-point-at.js +4 -0
  3920. package/polyfill/node_modules/core-js/stable/instance/concat.js +4 -0
  3921. package/polyfill/node_modules/core-js/stable/instance/copy-within.js +4 -0
  3922. package/polyfill/node_modules/core-js/stable/instance/ends-with.js +4 -0
  3923. package/polyfill/node_modules/core-js/stable/instance/entries.js +19 -0
  3924. package/polyfill/node_modules/core-js/stable/instance/every.js +4 -0
  3925. package/polyfill/node_modules/core-js/stable/instance/fill.js +4 -0
  3926. package/polyfill/node_modules/core-js/stable/instance/filter.js +4 -0
  3927. package/polyfill/node_modules/core-js/stable/instance/find-index.js +4 -0
  3928. package/polyfill/node_modules/core-js/stable/instance/find-last-index.js +4 -0
  3929. package/polyfill/node_modules/core-js/stable/instance/find-last.js +4 -0
  3930. package/polyfill/node_modules/core-js/stable/instance/find.js +4 -0
  3931. package/polyfill/node_modules/core-js/stable/instance/flags.js +4 -0
  3932. package/polyfill/node_modules/core-js/stable/instance/flat-map.js +4 -0
  3933. package/polyfill/node_modules/core-js/stable/instance/flat.js +4 -0
  3934. package/polyfill/node_modules/core-js/stable/instance/for-each.js +19 -0
  3935. package/polyfill/node_modules/core-js/stable/instance/includes.js +4 -0
  3936. package/polyfill/node_modules/core-js/stable/instance/index-of.js +4 -0
  3937. package/polyfill/node_modules/core-js/stable/instance/is-well-formed.js +4 -0
  3938. package/polyfill/node_modules/core-js/stable/instance/keys.js +19 -0
  3939. package/polyfill/node_modules/core-js/stable/instance/last-index-of.js +4 -0
  3940. package/polyfill/node_modules/core-js/stable/instance/map.js +4 -0
  3941. package/polyfill/node_modules/core-js/stable/instance/match-all.js +4 -0
  3942. package/polyfill/node_modules/core-js/stable/instance/pad-end.js +4 -0
  3943. package/polyfill/node_modules/core-js/stable/instance/pad-start.js +4 -0
  3944. package/polyfill/node_modules/core-js/stable/instance/push.js +4 -0
  3945. package/polyfill/node_modules/core-js/stable/instance/reduce-right.js +4 -0
  3946. package/polyfill/node_modules/core-js/stable/instance/reduce.js +4 -0
  3947. package/polyfill/node_modules/core-js/stable/instance/repeat.js +4 -0
  3948. package/polyfill/node_modules/core-js/stable/instance/replace-all.js +4 -0
  3949. package/polyfill/node_modules/core-js/stable/instance/reverse.js +4 -0
  3950. package/polyfill/node_modules/core-js/stable/instance/slice.js +4 -0
  3951. package/polyfill/node_modules/core-js/stable/instance/some.js +4 -0
  3952. package/polyfill/node_modules/core-js/stable/instance/sort.js +4 -0
  3953. package/polyfill/node_modules/core-js/stable/instance/splice.js +4 -0
  3954. package/polyfill/node_modules/core-js/stable/instance/starts-with.js +4 -0
  3955. package/polyfill/node_modules/core-js/stable/instance/to-reversed.js +4 -0
  3956. package/polyfill/node_modules/core-js/stable/instance/to-sorted.js +4 -0
  3957. package/polyfill/node_modules/core-js/stable/instance/to-spliced.js +4 -0
  3958. package/polyfill/node_modules/core-js/stable/instance/to-well-formed.js +4 -0
  3959. package/polyfill/node_modules/core-js/stable/instance/trim-end.js +4 -0
  3960. package/polyfill/node_modules/core-js/stable/instance/trim-left.js +4 -0
  3961. package/polyfill/node_modules/core-js/stable/instance/trim-right.js +4 -0
  3962. package/polyfill/node_modules/core-js/stable/instance/trim-start.js +4 -0
  3963. package/polyfill/node_modules/core-js/stable/instance/trim.js +4 -0
  3964. package/polyfill/node_modules/core-js/stable/instance/unshift.js +4 -0
  3965. package/polyfill/node_modules/core-js/stable/instance/values.js +19 -0
  3966. package/polyfill/node_modules/core-js/stable/instance/with.js +4 -0
  3967. package/polyfill/node_modules/core-js/stable/is-iterable.js +5 -0
  3968. package/polyfill/node_modules/core-js/stable/iterator/concat.js +5 -0
  3969. package/polyfill/node_modules/core-js/stable/iterator/dispose.js +4 -0
  3970. package/polyfill/node_modules/core-js/stable/iterator/drop.js +4 -0
  3971. package/polyfill/node_modules/core-js/stable/iterator/every.js +4 -0
  3972. package/polyfill/node_modules/core-js/stable/iterator/filter.js +4 -0
  3973. package/polyfill/node_modules/core-js/stable/iterator/find.js +4 -0
  3974. package/polyfill/node_modules/core-js/stable/iterator/flat-map.js +5 -0
  3975. package/polyfill/node_modules/core-js/stable/iterator/for-each.js +4 -0
  3976. package/polyfill/node_modules/core-js/stable/iterator/from.js +5 -0
  3977. package/polyfill/node_modules/core-js/stable/iterator/index.js +5 -0
  3978. package/polyfill/node_modules/core-js/stable/iterator/map.js +4 -0
  3979. package/polyfill/node_modules/core-js/stable/iterator/reduce.js +4 -0
  3980. package/polyfill/node_modules/core-js/stable/iterator/some.js +4 -0
  3981. package/polyfill/node_modules/core-js/stable/iterator/take.js +4 -0
  3982. package/polyfill/node_modules/core-js/stable/iterator/to-array.js +4 -0
  3983. package/polyfill/node_modules/core-js/stable/json/index.js +4 -0
  3984. package/polyfill/node_modules/core-js/stable/json/is-raw-json.js +4 -0
  3985. package/polyfill/node_modules/core-js/stable/json/parse.js +4 -0
  3986. package/polyfill/node_modules/core-js/stable/json/raw-json.js +4 -0
  3987. package/polyfill/node_modules/core-js/stable/json/stringify.js +4 -0
  3988. package/polyfill/node_modules/core-js/stable/json/to-string-tag.js +4 -0
  3989. package/polyfill/node_modules/core-js/stable/map/get-or-insert-computed.js +4 -0
  3990. package/polyfill/node_modules/core-js/stable/map/get-or-insert.js +4 -0
  3991. package/polyfill/node_modules/core-js/stable/map/group-by.js +4 -0
  3992. package/polyfill/node_modules/core-js/stable/map/index.js +5 -0
  3993. package/polyfill/node_modules/core-js/stable/math/acosh.js +4 -0
  3994. package/polyfill/node_modules/core-js/stable/math/asinh.js +4 -0
  3995. package/polyfill/node_modules/core-js/stable/math/atanh.js +4 -0
  3996. package/polyfill/node_modules/core-js/stable/math/cbrt.js +4 -0
  3997. package/polyfill/node_modules/core-js/stable/math/clz32.js +4 -0
  3998. package/polyfill/node_modules/core-js/stable/math/cosh.js +4 -0
  3999. package/polyfill/node_modules/core-js/stable/math/expm1.js +4 -0
  4000. package/polyfill/node_modules/core-js/stable/math/f16round.js +4 -0
  4001. package/polyfill/node_modules/core-js/stable/math/fround.js +4 -0
  4002. package/polyfill/node_modules/core-js/stable/math/hypot.js +4 -0
  4003. package/polyfill/node_modules/core-js/stable/math/imul.js +4 -0
  4004. package/polyfill/node_modules/core-js/stable/math/index.js +4 -0
  4005. package/polyfill/node_modules/core-js/stable/math/log10.js +4 -0
  4006. package/polyfill/node_modules/core-js/stable/math/log1p.js +4 -0
  4007. package/polyfill/node_modules/core-js/stable/math/log2.js +4 -0
  4008. package/polyfill/node_modules/core-js/stable/math/sign.js +4 -0
  4009. package/polyfill/node_modules/core-js/stable/math/sinh.js +4 -0
  4010. package/polyfill/node_modules/core-js/stable/math/sum-precise.js +4 -0
  4011. package/polyfill/node_modules/core-js/stable/math/tanh.js +4 -0
  4012. package/polyfill/node_modules/core-js/stable/math/to-string-tag.js +4 -0
  4013. package/polyfill/node_modules/core-js/stable/math/trunc.js +4 -0
  4014. package/polyfill/node_modules/core-js/stable/number/constructor.js +4 -0
  4015. package/polyfill/node_modules/core-js/stable/number/epsilon.js +4 -0
  4016. package/polyfill/node_modules/core-js/stable/number/index.js +4 -0
  4017. package/polyfill/node_modules/core-js/stable/number/is-finite.js +4 -0
  4018. package/polyfill/node_modules/core-js/stable/number/is-integer.js +4 -0
  4019. package/polyfill/node_modules/core-js/stable/number/is-nan.js +4 -0
  4020. package/polyfill/node_modules/core-js/stable/number/is-safe-integer.js +4 -0
  4021. package/polyfill/node_modules/core-js/stable/number/max-safe-integer.js +4 -0
  4022. package/polyfill/node_modules/core-js/stable/number/min-safe-integer.js +4 -0
  4023. package/polyfill/node_modules/core-js/stable/number/parse-float.js +4 -0
  4024. package/polyfill/node_modules/core-js/stable/number/parse-int.js +4 -0
  4025. package/polyfill/node_modules/core-js/stable/number/to-exponential.js +4 -0
  4026. package/polyfill/node_modules/core-js/stable/number/to-fixed.js +4 -0
  4027. package/polyfill/node_modules/core-js/stable/number/to-precision.js +4 -0
  4028. package/polyfill/node_modules/core-js/stable/number/virtual/index.js +4 -0
  4029. package/polyfill/node_modules/core-js/stable/number/virtual/to-exponential.js +4 -0
  4030. package/polyfill/node_modules/core-js/stable/number/virtual/to-fixed.js +4 -0
  4031. package/polyfill/node_modules/core-js/stable/number/virtual/to-precision.js +4 -0
  4032. package/polyfill/node_modules/core-js/stable/object/assign.js +4 -0
  4033. package/polyfill/node_modules/core-js/stable/object/create.js +4 -0
  4034. package/polyfill/node_modules/core-js/stable/object/define-getter.js +4 -0
  4035. package/polyfill/node_modules/core-js/stable/object/define-properties.js +4 -0
  4036. package/polyfill/node_modules/core-js/stable/object/define-property.js +4 -0
  4037. package/polyfill/node_modules/core-js/stable/object/define-setter.js +4 -0
  4038. package/polyfill/node_modules/core-js/stable/object/entries.js +4 -0
  4039. package/polyfill/node_modules/core-js/stable/object/freeze.js +4 -0
  4040. package/polyfill/node_modules/core-js/stable/object/from-entries.js +5 -0
  4041. package/polyfill/node_modules/core-js/stable/object/get-own-property-descriptor.js +4 -0
  4042. package/polyfill/node_modules/core-js/stable/object/get-own-property-descriptors.js +4 -0
  4043. package/polyfill/node_modules/core-js/stable/object/get-own-property-names.js +4 -0
  4044. package/polyfill/node_modules/core-js/stable/object/get-own-property-symbols.js +4 -0
  4045. package/polyfill/node_modules/core-js/stable/object/get-prototype-of.js +4 -0
  4046. package/polyfill/node_modules/core-js/stable/object/group-by.js +4 -0
  4047. package/polyfill/node_modules/core-js/stable/object/has-own.js +4 -0
  4048. package/polyfill/node_modules/core-js/stable/object/index.js +5 -0
  4049. package/polyfill/node_modules/core-js/stable/object/is-extensible.js +4 -0
  4050. package/polyfill/node_modules/core-js/stable/object/is-frozen.js +4 -0
  4051. package/polyfill/node_modules/core-js/stable/object/is-sealed.js +4 -0
  4052. package/polyfill/node_modules/core-js/stable/object/is.js +4 -0
  4053. package/polyfill/node_modules/core-js/stable/object/keys.js +4 -0
  4054. package/polyfill/node_modules/core-js/stable/object/lookup-getter.js +4 -0
  4055. package/polyfill/node_modules/core-js/stable/object/lookup-setter.js +4 -0
  4056. package/polyfill/node_modules/core-js/stable/object/prevent-extensions.js +4 -0
  4057. package/polyfill/node_modules/core-js/stable/object/proto.js +4 -0
  4058. package/polyfill/node_modules/core-js/stable/object/seal.js +4 -0
  4059. package/polyfill/node_modules/core-js/stable/object/set-prototype-of.js +4 -0
  4060. package/polyfill/node_modules/core-js/stable/object/to-string.js +4 -0
  4061. package/polyfill/node_modules/core-js/stable/object/values.js +4 -0
  4062. package/polyfill/node_modules/core-js/stable/parse-float.js +4 -0
  4063. package/polyfill/node_modules/core-js/stable/parse-int.js +4 -0
  4064. package/polyfill/node_modules/core-js/stable/promise/all-settled.js +5 -0
  4065. package/polyfill/node_modules/core-js/stable/promise/any.js +5 -0
  4066. package/polyfill/node_modules/core-js/stable/promise/finally.js +4 -0
  4067. package/polyfill/node_modules/core-js/stable/promise/index.js +5 -0
  4068. package/polyfill/node_modules/core-js/stable/promise/try.js +4 -0
  4069. package/polyfill/node_modules/core-js/stable/promise/with-resolvers.js +4 -0
  4070. package/polyfill/node_modules/core-js/stable/queue-microtask.js +4 -0
  4071. package/polyfill/node_modules/core-js/stable/reflect/apply.js +4 -0
  4072. package/polyfill/node_modules/core-js/stable/reflect/construct.js +4 -0
  4073. package/polyfill/node_modules/core-js/stable/reflect/define-property.js +4 -0
  4074. package/polyfill/node_modules/core-js/stable/reflect/delete-property.js +4 -0
  4075. package/polyfill/node_modules/core-js/stable/reflect/get-own-property-descriptor.js +4 -0
  4076. package/polyfill/node_modules/core-js/stable/reflect/get-prototype-of.js +4 -0
  4077. package/polyfill/node_modules/core-js/stable/reflect/get.js +4 -0
  4078. package/polyfill/node_modules/core-js/stable/reflect/has.js +4 -0
  4079. package/polyfill/node_modules/core-js/stable/reflect/index.js +4 -0
  4080. package/polyfill/node_modules/core-js/stable/reflect/is-extensible.js +4 -0
  4081. package/polyfill/node_modules/core-js/stable/reflect/own-keys.js +4 -0
  4082. package/polyfill/node_modules/core-js/stable/reflect/prevent-extensions.js +4 -0
  4083. package/polyfill/node_modules/core-js/stable/reflect/set-prototype-of.js +4 -0
  4084. package/polyfill/node_modules/core-js/stable/reflect/set.js +4 -0
  4085. package/polyfill/node_modules/core-js/stable/reflect/to-string-tag.js +4 -0
  4086. package/polyfill/node_modules/core-js/stable/regexp/constructor.js +4 -0
  4087. package/polyfill/node_modules/core-js/stable/regexp/dot-all.js +4 -0
  4088. package/polyfill/node_modules/core-js/stable/regexp/escape.js +4 -0
  4089. package/polyfill/node_modules/core-js/stable/regexp/flags.js +4 -0
  4090. package/polyfill/node_modules/core-js/stable/regexp/index.js +4 -0
  4091. package/polyfill/node_modules/core-js/stable/regexp/match.js +4 -0
  4092. package/polyfill/node_modules/core-js/stable/regexp/replace.js +4 -0
  4093. package/polyfill/node_modules/core-js/stable/regexp/search.js +4 -0
  4094. package/polyfill/node_modules/core-js/stable/regexp/split.js +4 -0
  4095. package/polyfill/node_modules/core-js/stable/regexp/sticky.js +4 -0
  4096. package/polyfill/node_modules/core-js/stable/regexp/test.js +4 -0
  4097. package/polyfill/node_modules/core-js/stable/regexp/to-string.js +4 -0
  4098. package/polyfill/node_modules/core-js/stable/self.js +5 -0
  4099. package/polyfill/node_modules/core-js/stable/set/difference.js +4 -0
  4100. package/polyfill/node_modules/core-js/stable/set/index.js +5 -0
  4101. package/polyfill/node_modules/core-js/stable/set/intersection.js +4 -0
  4102. package/polyfill/node_modules/core-js/stable/set/is-disjoint-from.js +4 -0
  4103. package/polyfill/node_modules/core-js/stable/set/is-subset-of.js +4 -0
  4104. package/polyfill/node_modules/core-js/stable/set/is-superset-of.js +4 -0
  4105. package/polyfill/node_modules/core-js/stable/set/symmetric-difference.js +4 -0
  4106. package/polyfill/node_modules/core-js/stable/set/union.js +4 -0
  4107. package/polyfill/node_modules/core-js/stable/set-immediate.js +5 -0
  4108. package/polyfill/node_modules/core-js/stable/set-interval.js +5 -0
  4109. package/polyfill/node_modules/core-js/stable/set-timeout.js +5 -0
  4110. package/polyfill/node_modules/core-js/stable/string/anchor.js +4 -0
  4111. package/polyfill/node_modules/core-js/stable/string/at.js +4 -0
  4112. package/polyfill/node_modules/core-js/stable/string/big.js +4 -0
  4113. package/polyfill/node_modules/core-js/stable/string/blink.js +4 -0
  4114. package/polyfill/node_modules/core-js/stable/string/bold.js +4 -0
  4115. package/polyfill/node_modules/core-js/stable/string/code-point-at.js +4 -0
  4116. package/polyfill/node_modules/core-js/stable/string/ends-with.js +4 -0
  4117. package/polyfill/node_modules/core-js/stable/string/fixed.js +4 -0
  4118. package/polyfill/node_modules/core-js/stable/string/fontcolor.js +4 -0
  4119. package/polyfill/node_modules/core-js/stable/string/fontsize.js +4 -0
  4120. package/polyfill/node_modules/core-js/stable/string/from-code-point.js +4 -0
  4121. package/polyfill/node_modules/core-js/stable/string/includes.js +4 -0
  4122. package/polyfill/node_modules/core-js/stable/string/index.js +4 -0
  4123. package/polyfill/node_modules/core-js/stable/string/is-well-formed.js +4 -0
  4124. package/polyfill/node_modules/core-js/stable/string/italics.js +4 -0
  4125. package/polyfill/node_modules/core-js/stable/string/iterator.js +4 -0
  4126. package/polyfill/node_modules/core-js/stable/string/link.js +4 -0
  4127. package/polyfill/node_modules/core-js/stable/string/match-all.js +4 -0
  4128. package/polyfill/node_modules/core-js/stable/string/match.js +4 -0
  4129. package/polyfill/node_modules/core-js/stable/string/pad-end.js +4 -0
  4130. package/polyfill/node_modules/core-js/stable/string/pad-start.js +4 -0
  4131. package/polyfill/node_modules/core-js/stable/string/raw.js +4 -0
  4132. package/polyfill/node_modules/core-js/stable/string/repeat.js +4 -0
  4133. package/polyfill/node_modules/core-js/stable/string/replace-all.js +4 -0
  4134. package/polyfill/node_modules/core-js/stable/string/replace.js +4 -0
  4135. package/polyfill/node_modules/core-js/stable/string/search.js +4 -0
  4136. package/polyfill/node_modules/core-js/stable/string/small.js +4 -0
  4137. package/polyfill/node_modules/core-js/stable/string/split.js +4 -0
  4138. package/polyfill/node_modules/core-js/stable/string/starts-with.js +4 -0
  4139. package/polyfill/node_modules/core-js/stable/string/strike.js +4 -0
  4140. package/polyfill/node_modules/core-js/stable/string/sub.js +4 -0
  4141. package/polyfill/node_modules/core-js/stable/string/substr.js +4 -0
  4142. package/polyfill/node_modules/core-js/stable/string/sup.js +4 -0
  4143. package/polyfill/node_modules/core-js/stable/string/to-well-formed.js +4 -0
  4144. package/polyfill/node_modules/core-js/stable/string/trim-end.js +4 -0
  4145. package/polyfill/node_modules/core-js/stable/string/trim-left.js +4 -0
  4146. package/polyfill/node_modules/core-js/stable/string/trim-right.js +4 -0
  4147. package/polyfill/node_modules/core-js/stable/string/trim-start.js +4 -0
  4148. package/polyfill/node_modules/core-js/stable/string/trim.js +4 -0
  4149. package/polyfill/node_modules/core-js/stable/string/virtual/anchor.js +4 -0
  4150. package/polyfill/node_modules/core-js/stable/string/virtual/at.js +4 -0
  4151. package/polyfill/node_modules/core-js/stable/string/virtual/big.js +4 -0
  4152. package/polyfill/node_modules/core-js/stable/string/virtual/blink.js +4 -0
  4153. package/polyfill/node_modules/core-js/stable/string/virtual/bold.js +4 -0
  4154. package/polyfill/node_modules/core-js/stable/string/virtual/code-point-at.js +4 -0
  4155. package/polyfill/node_modules/core-js/stable/string/virtual/ends-with.js +4 -0
  4156. package/polyfill/node_modules/core-js/stable/string/virtual/fixed.js +4 -0
  4157. package/polyfill/node_modules/core-js/stable/string/virtual/fontcolor.js +4 -0
  4158. package/polyfill/node_modules/core-js/stable/string/virtual/fontsize.js +4 -0
  4159. package/polyfill/node_modules/core-js/stable/string/virtual/includes.js +4 -0
  4160. package/polyfill/node_modules/core-js/stable/string/virtual/index.js +4 -0
  4161. package/polyfill/node_modules/core-js/stable/string/virtual/is-well-formed.js +4 -0
  4162. package/polyfill/node_modules/core-js/stable/string/virtual/italics.js +4 -0
  4163. package/polyfill/node_modules/core-js/stable/string/virtual/iterator.js +4 -0
  4164. package/polyfill/node_modules/core-js/stable/string/virtual/link.js +4 -0
  4165. package/polyfill/node_modules/core-js/stable/string/virtual/match-all.js +4 -0
  4166. package/polyfill/node_modules/core-js/stable/string/virtual/pad-end.js +4 -0
  4167. package/polyfill/node_modules/core-js/stable/string/virtual/pad-start.js +4 -0
  4168. package/polyfill/node_modules/core-js/stable/string/virtual/repeat.js +4 -0
  4169. package/polyfill/node_modules/core-js/stable/string/virtual/replace-all.js +4 -0
  4170. package/polyfill/node_modules/core-js/stable/string/virtual/small.js +4 -0
  4171. package/polyfill/node_modules/core-js/stable/string/virtual/starts-with.js +4 -0
  4172. package/polyfill/node_modules/core-js/stable/string/virtual/strike.js +4 -0
  4173. package/polyfill/node_modules/core-js/stable/string/virtual/sub.js +4 -0
  4174. package/polyfill/node_modules/core-js/stable/string/virtual/substr.js +4 -0
  4175. package/polyfill/node_modules/core-js/stable/string/virtual/sup.js +4 -0
  4176. package/polyfill/node_modules/core-js/stable/string/virtual/to-well-formed.js +4 -0
  4177. package/polyfill/node_modules/core-js/stable/string/virtual/trim-end.js +4 -0
  4178. package/polyfill/node_modules/core-js/stable/string/virtual/trim-left.js +4 -0
  4179. package/polyfill/node_modules/core-js/stable/string/virtual/trim-right.js +4 -0
  4180. package/polyfill/node_modules/core-js/stable/string/virtual/trim-start.js +4 -0
  4181. package/polyfill/node_modules/core-js/stable/string/virtual/trim.js +4 -0
  4182. package/polyfill/node_modules/core-js/stable/structured-clone.js +14 -0
  4183. package/polyfill/node_modules/core-js/stable/suppressed-error.js +4 -0
  4184. package/polyfill/node_modules/core-js/stable/symbol/async-dispose.js +4 -0
  4185. package/polyfill/node_modules/core-js/stable/symbol/async-iterator.js +4 -0
  4186. package/polyfill/node_modules/core-js/stable/symbol/description.js +4 -0
  4187. package/polyfill/node_modules/core-js/stable/symbol/dispose.js +4 -0
  4188. package/polyfill/node_modules/core-js/stable/symbol/for.js +4 -0
  4189. package/polyfill/node_modules/core-js/stable/symbol/has-instance.js +4 -0
  4190. package/polyfill/node_modules/core-js/stable/symbol/index.js +5 -0
  4191. package/polyfill/node_modules/core-js/stable/symbol/is-concat-spreadable.js +4 -0
  4192. package/polyfill/node_modules/core-js/stable/symbol/iterator.js +5 -0
  4193. package/polyfill/node_modules/core-js/stable/symbol/key-for.js +4 -0
  4194. package/polyfill/node_modules/core-js/stable/symbol/match-all.js +4 -0
  4195. package/polyfill/node_modules/core-js/stable/symbol/match.js +4 -0
  4196. package/polyfill/node_modules/core-js/stable/symbol/replace.js +4 -0
  4197. package/polyfill/node_modules/core-js/stable/symbol/search.js +4 -0
  4198. package/polyfill/node_modules/core-js/stable/symbol/species.js +4 -0
  4199. package/polyfill/node_modules/core-js/stable/symbol/split.js +4 -0
  4200. package/polyfill/node_modules/core-js/stable/symbol/to-primitive.js +4 -0
  4201. package/polyfill/node_modules/core-js/stable/symbol/to-string-tag.js +4 -0
  4202. package/polyfill/node_modules/core-js/stable/symbol/unscopables.js +4 -0
  4203. package/polyfill/node_modules/core-js/stable/typed-array/at.js +4 -0
  4204. package/polyfill/node_modules/core-js/stable/typed-array/copy-within.js +4 -0
  4205. package/polyfill/node_modules/core-js/stable/typed-array/entries.js +4 -0
  4206. package/polyfill/node_modules/core-js/stable/typed-array/every.js +4 -0
  4207. package/polyfill/node_modules/core-js/stable/typed-array/fill.js +4 -0
  4208. package/polyfill/node_modules/core-js/stable/typed-array/filter.js +4 -0
  4209. package/polyfill/node_modules/core-js/stable/typed-array/find-index.js +4 -0
  4210. package/polyfill/node_modules/core-js/stable/typed-array/find-last-index.js +2 -0
  4211. package/polyfill/node_modules/core-js/stable/typed-array/find-last.js +2 -0
  4212. package/polyfill/node_modules/core-js/stable/typed-array/find.js +4 -0
  4213. package/polyfill/node_modules/core-js/stable/typed-array/float32-array.js +5 -0
  4214. package/polyfill/node_modules/core-js/stable/typed-array/float64-array.js +5 -0
  4215. package/polyfill/node_modules/core-js/stable/typed-array/for-each.js +4 -0
  4216. package/polyfill/node_modules/core-js/stable/typed-array/from-base64.js +4 -0
  4217. package/polyfill/node_modules/core-js/stable/typed-array/from-hex.js +4 -0
  4218. package/polyfill/node_modules/core-js/stable/typed-array/from.js +4 -0
  4219. package/polyfill/node_modules/core-js/stable/typed-array/includes.js +4 -0
  4220. package/polyfill/node_modules/core-js/stable/typed-array/index-of.js +4 -0
  4221. package/polyfill/node_modules/core-js/stable/typed-array/index.js +4 -0
  4222. package/polyfill/node_modules/core-js/stable/typed-array/int16-array.js +5 -0
  4223. package/polyfill/node_modules/core-js/stable/typed-array/int32-array.js +5 -0
  4224. package/polyfill/node_modules/core-js/stable/typed-array/int8-array.js +5 -0
  4225. package/polyfill/node_modules/core-js/stable/typed-array/iterator.js +4 -0
  4226. package/polyfill/node_modules/core-js/stable/typed-array/join.js +4 -0
  4227. package/polyfill/node_modules/core-js/stable/typed-array/keys.js +4 -0
  4228. package/polyfill/node_modules/core-js/stable/typed-array/last-index-of.js +4 -0
  4229. package/polyfill/node_modules/core-js/stable/typed-array/map.js +4 -0
  4230. package/polyfill/node_modules/core-js/stable/typed-array/methods.js +4 -0
  4231. package/polyfill/node_modules/core-js/stable/typed-array/of.js +4 -0
  4232. package/polyfill/node_modules/core-js/stable/typed-array/reduce-right.js +4 -0
  4233. package/polyfill/node_modules/core-js/stable/typed-array/reduce.js +4 -0
  4234. package/polyfill/node_modules/core-js/stable/typed-array/reverse.js +4 -0
  4235. package/polyfill/node_modules/core-js/stable/typed-array/set-from-base64.js +4 -0
  4236. package/polyfill/node_modules/core-js/stable/typed-array/set-from-hex.js +4 -0
  4237. package/polyfill/node_modules/core-js/stable/typed-array/set.js +4 -0
  4238. package/polyfill/node_modules/core-js/stable/typed-array/slice.js +4 -0
  4239. package/polyfill/node_modules/core-js/stable/typed-array/some.js +4 -0
  4240. package/polyfill/node_modules/core-js/stable/typed-array/sort.js +4 -0
  4241. package/polyfill/node_modules/core-js/stable/typed-array/subarray.js +4 -0
  4242. package/polyfill/node_modules/core-js/stable/typed-array/to-base64.js +4 -0
  4243. package/polyfill/node_modules/core-js/stable/typed-array/to-hex.js +4 -0
  4244. package/polyfill/node_modules/core-js/stable/typed-array/to-locale-string.js +4 -0
  4245. package/polyfill/node_modules/core-js/stable/typed-array/to-reversed.js +4 -0
  4246. package/polyfill/node_modules/core-js/stable/typed-array/to-sorted.js +4 -0
  4247. package/polyfill/node_modules/core-js/stable/typed-array/to-string.js +4 -0
  4248. package/polyfill/node_modules/core-js/stable/typed-array/uint16-array.js +5 -0
  4249. package/polyfill/node_modules/core-js/stable/typed-array/uint32-array.js +5 -0
  4250. package/polyfill/node_modules/core-js/stable/typed-array/uint8-array.js +5 -0
  4251. package/polyfill/node_modules/core-js/stable/typed-array/uint8-clamped-array.js +5 -0
  4252. package/polyfill/node_modules/core-js/stable/typed-array/values.js +4 -0
  4253. package/polyfill/node_modules/core-js/stable/typed-array/with.js +4 -0
  4254. package/polyfill/node_modules/core-js/stable/unescape.js +4 -0
  4255. package/polyfill/node_modules/core-js/stable/url/can-parse.js +6 -0
  4256. package/polyfill/node_modules/core-js/stable/url/index.js +4 -0
  4257. package/polyfill/node_modules/core-js/stable/url/parse.js +6 -0
  4258. package/polyfill/node_modules/core-js/stable/url/to-json.js +2 -0
  4259. package/polyfill/node_modules/core-js/stable/url-search-params/index.js +5 -0
  4260. package/polyfill/node_modules/core-js/stable/weak-map/get-or-insert-computed.js +4 -0
  4261. package/polyfill/node_modules/core-js/stable/weak-map/get-or-insert.js +4 -0
  4262. package/polyfill/node_modules/core-js/stable/weak-map/index.js +5 -0
  4263. package/polyfill/node_modules/core-js/stable/weak-set/index.js +5 -0
  4264. package/polyfill/node_modules/core-js/stage/0.js +13 -0
  4265. package/polyfill/node_modules/core-js/stage/1.js +29 -0
  4266. package/polyfill/node_modules/core-js/stage/2.7.js +6 -0
  4267. package/polyfill/node_modules/core-js/stage/2.js +22 -0
  4268. package/polyfill/node_modules/core-js/stage/3.js +12 -0
  4269. package/polyfill/node_modules/core-js/stage/4.js +33 -0
  4270. package/polyfill/node_modules/core-js/stage/README.md +1 -0
  4271. package/polyfill/node_modules/core-js/stage/index.js +4 -0
  4272. package/polyfill/node_modules/core-js/stage/pre.js +6 -0
  4273. package/polyfill/node_modules/core-js/web/README.md +1 -0
  4274. package/polyfill/node_modules/core-js/web/dom-collections.js +6 -0
  4275. package/polyfill/node_modules/core-js/web/dom-exception.js +8 -0
  4276. package/polyfill/node_modules/core-js/web/immediate.js +5 -0
  4277. package/polyfill/node_modules/core-js/web/index.js +24 -0
  4278. package/polyfill/node_modules/core-js/web/queue-microtask.js +5 -0
  4279. package/polyfill/node_modules/core-js/web/structured-clone.js +9 -0
  4280. package/polyfill/node_modules/core-js/web/timers.js +5 -0
  4281. package/polyfill/node_modules/core-js/web/url-search-params.js +8 -0
  4282. package/polyfill/node_modules/core-js/web/url.js +9 -0
  4283. package/polyfill/package.json +13 -0
  4284. package/types/lib/core/options.d.ts +1 -0
  4285. package/types/lib/crypto/base64.d.ts +3 -3
  4286. package/types/lib/crypto/index.d.ts +0 -1
  4287. package/types/lib/crypto/oidcHash.d.ts +1 -1
  4288. package/types/lib/crypto/verifyToken.d.ts +1 -1
  4289. package/types/lib/idx/options.d.ts +2 -0
  4290. package/types/lib/idx/types/options.d.ts +2 -1
  4291. package/types/lib/idx/webauthn.d.ts +5 -5
  4292. package/types/lib/myaccount/transactions/Base.d.ts +1 -1
  4293. package/types/lib/oidc/options/OAuthOptionsConstructor.d.ts +1 -0
  4294. package/types/lib/oidc/types/Token.d.ts +1 -1
  4295. package/types/lib/oidc/types/options.d.ts +1 -0
  4296. package/umd/authn.js +1 -1
  4297. package/umd/authn.js.LICENSE.txt +2 -2
  4298. package/umd/authn.js.map +1 -1
  4299. package/umd/core.js +1 -1
  4300. package/umd/core.js.LICENSE.txt +2 -2
  4301. package/umd/core.js.map +1 -1
  4302. package/umd/default.js +1 -1
  4303. package/umd/default.js.LICENSE.txt +2 -2
  4304. package/umd/default.js.map +1 -1
  4305. package/umd/idx.js +1 -1
  4306. package/umd/idx.js.LICENSE.txt +2 -2
  4307. package/umd/idx.js.map +1 -1
  4308. package/umd/myaccount.js +1 -1
  4309. package/umd/myaccount.js.LICENSE.txt +2 -2
  4310. package/umd/myaccount.js.map +1 -1
  4311. package/cjs/crypto/browser.js +0 -27
  4312. package/cjs/crypto/browser.js.map +0 -1
  4313. package/cjs/crypto/node.js +0 -39
  4314. package/cjs/crypto/node.js.map +0 -1
  4315. package/cjs/crypto/webcrypto.js +0 -14
  4316. package/cjs/crypto/webcrypto.js.map +0 -1
  4317. package/esm/browser/crypto/browser.js +0 -18
  4318. package/esm/browser/crypto/browser.js.map +0 -1
  4319. package/esm/node/crypto/node.js +0 -48
  4320. package/esm/node/crypto/node.js.map +0 -1
  4321. package/types/lib/crypto/browser.d.ts +0 -15
  4322. package/types/lib/crypto/node.d.ts +0 -17
  4323. package/types/lib/crypto/webcrypto.d.ts +0 -12
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":[],"sources":["../../../../lib/myaccount/transactions/index.ts"],"sourcesContent":["export { default as ProfileTransaction } from './ProfileTransaction';\nexport { default as ProfileSchemaTransaction } from './ProfileSchemaTransaction';\nexport { default as EmailTransaction } from './EmailTransaction';\nexport { default as EmailStatusTransaction } from './EmailStatusTransaction';\nexport { default as EmailChallengeTransaction } from './EmailChallengeTransaction';\nexport { default as PhoneTransaction } from './PhoneTransaction';\nexport { default as PasswordTransaction } from './PasswordTransaction';\nexport { default as BaseTransaction } from './Base';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
1
+ {"version":3,"file":"index.js","names":["_ProfileTransaction","_interopRequireDefault","require","_ProfileSchemaTransaction","_EmailTransaction","_EmailStatusTransaction","_EmailChallengeTransaction","_PhoneTransaction","_PasswordTransaction","_Base"],"sources":["../../../../lib/myaccount/transactions/index.ts"],"sourcesContent":["export { default as ProfileTransaction } from './ProfileTransaction';\nexport { default as ProfileSchemaTransaction } from './ProfileSchemaTransaction';\nexport { default as EmailTransaction } from './EmailTransaction';\nexport { default as EmailStatusTransaction } from './EmailStatusTransaction';\nexport { default as EmailChallengeTransaction } from './EmailChallengeTransaction';\nexport { default as PhoneTransaction } from './PhoneTransaction';\nexport { default as PasswordTransaction } from './PasswordTransaction';\nexport { default as BaseTransaction } from './Base';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,mBAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,yBAAA,GAAAF,sBAAA,CAAAC,OAAA;AACA,IAAAE,iBAAA,GAAAH,sBAAA,CAAAC,OAAA;AACA,IAAAG,uBAAA,GAAAJ,sBAAA,CAAAC,OAAA;AACA,IAAAI,0BAAA,GAAAL,sBAAA,CAAAC,OAAA;AACA,IAAAK,iBAAA,GAAAN,sBAAA,CAAAC,OAAA;AACA,IAAAM,oBAAA,GAAAP,sBAAA,CAAAC,OAAA;AACA,IAAAO,KAAA,GAAAR,sBAAA,CAAAC,OAAA","ignoreList":[]}
@@ -1,22 +1,19 @@
1
1
  "use strict";
2
2
 
3
3
  exports.Status = exports.PasswordStatus = exports.EmailRole = void 0;
4
- let EmailRole;
5
- exports.EmailRole = EmailRole;
6
- (function (EmailRole) {
4
+ let EmailRole = exports.EmailRole = /*#__PURE__*/function (EmailRole) {
7
5
  EmailRole["PRIMARY"] = "PRIMARY";
8
6
  EmailRole["SECONDARY"] = "SECONDARY";
9
- })(EmailRole || (exports.EmailRole = EmailRole = {}));
10
- let Status;
11
- exports.Status = Status;
12
- (function (Status) {
7
+ return EmailRole;
8
+ }({});
9
+ let Status = exports.Status = /*#__PURE__*/function (Status) {
13
10
  Status["VERIFIED"] = "VERIFIED";
14
11
  Status["UNVERIFIED"] = "UNVERIFIED";
15
- })(Status || (exports.Status = Status = {}));
16
- let PasswordStatus;
17
- exports.PasswordStatus = PasswordStatus;
18
- (function (PasswordStatus) {
12
+ return Status;
13
+ }({});
14
+ let PasswordStatus = exports.PasswordStatus = /*#__PURE__*/function (PasswordStatus) {
19
15
  PasswordStatus["NOT_ENROLLED"] = "NOT_ENROLLED";
20
16
  PasswordStatus["ACTIVE"] = "ACTIVE";
21
- })(PasswordStatus || (exports.PasswordStatus = PasswordStatus = {}));
17
+ return PasswordStatus;
18
+ }({});
22
19
  //# sourceMappingURL=types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","names":["EmailRole","Status","PasswordStatus"],"sources":["../../../lib/myaccount/types.ts"],"sourcesContent":["import {\n OAuthStorageManagerInterface,\n OAuthTransactionMeta,\n OktaAuthOAuthInterface,\n OktaAuthOAuthOptions,\n PKCETransactionMeta,\n AccessToken\n} from '../oidc/types';\n\nexport type { \n EmailTransaction, \n EmailStatusTransaction,\n EmailChallengeTransaction,\n PhoneTransaction,\n ProfileTransaction,\n ProfileSchemaTransaction,\n PasswordTransaction,\n BaseTransaction\n} from './transactions';\n\nexport enum EmailRole {\n PRIMARY = 'PRIMARY',\n SECONDARY = 'SECONDARY'\n}\n\nexport enum Status {\n VERIFIED = 'VERIFIED',\n UNVERIFIED = 'UNVERIFIED'\n}\n\nexport enum PasswordStatus {\n NOT_ENROLLED = 'NOT_ENROLLED',\n ACTIVE = 'ACTIVE'\n}\n\nexport type EmailProfile = {\n email: string;\n}\n\nexport type AddEmailPayload = {\n profile: {\n email: string;\n };\n sendEmail: boolean;\n role: EmailRole;\n}\n\nexport type PhoneProfile = {\n profile: {\n phoneNumber: string;\n };\n}\n\nexport type AddPhonePayload = {\n profile: {\n phoneNumber: string;\n };\n sendCode: boolean;\n method: string;\n};\n\nexport type ChallengePhonePayload = {\n method: string;\n}\n\nexport type VerificationPayload = {\n verificationCode: string;\n};\n\nexport type EnrollPasswordPayload = {\n profile: {\n password: string;\n }\n}\n\nexport type UpdatePasswordPayload = {\n profile: {\n password: string;\n currentPassword?: string;\n }\n}\n\nexport type UpdateProfilePayload = {\n profile: {\n firstName?: string;\n lastName?: string;\n email?: string;\n login?: string;\n [property: string]: any;\n };\n};\n\nexport type MyAccountRequestOptions = {\n id?: string;\n emailId?: string;\n challengeId?: string;\n payload?: AddEmailPayload \n | AddPhonePayload \n | ChallengePhonePayload\n | VerificationPayload \n | UpdateProfilePayload\n | EnrollPasswordPayload\n | UpdatePasswordPayload;\n accessToken?: string | AccessToken;\n}\n\nexport type IAPIFunction<T> = (\n oktaAuth: OktaAuthOAuthInterface, \n options?: MyAccountRequestOptions\n) => Promise<T>;\n\nexport interface OktaAuthMyAccountInterface\n<\n M extends OAuthTransactionMeta = PKCETransactionMeta,\n S extends OAuthStorageManagerInterface<M> = OAuthStorageManagerInterface<M>,\n O extends OktaAuthOAuthOptions = OktaAuthOAuthOptions\n> \n extends OktaAuthOAuthInterface<M, S, O>\n{\n myaccount;\n}\n"],"mappings":";;;IAoBYA,SAAS;AAAA;AAAA,WAATA,SAAS;EAATA,SAAS;EAATA,SAAS;AAAA,GAATA,SAAS,yBAATA,SAAS;AAAA,IAKTC,MAAM;AAAA;AAAA,WAANA,MAAM;EAANA,MAAM;EAANA,MAAM;AAAA,GAANA,MAAM,sBAANA,MAAM;AAAA,IAKNC,cAAc;AAAA;AAAA,WAAdA,cAAc;EAAdA,cAAc;EAAdA,cAAc;AAAA,GAAdA,cAAc,8BAAdA,cAAc"}
1
+ {"version":3,"file":"types.js","names":["EmailRole","exports","Status","PasswordStatus"],"sources":["../../../lib/myaccount/types.ts"],"sourcesContent":["import {\n OAuthStorageManagerInterface,\n OAuthTransactionMeta,\n OktaAuthOAuthInterface,\n OktaAuthOAuthOptions,\n PKCETransactionMeta,\n AccessToken\n} from '../oidc/types';\n\nexport type { \n EmailTransaction, \n EmailStatusTransaction,\n EmailChallengeTransaction,\n PhoneTransaction,\n ProfileTransaction,\n ProfileSchemaTransaction,\n PasswordTransaction,\n BaseTransaction\n} from './transactions';\n\nexport enum EmailRole {\n PRIMARY = 'PRIMARY',\n SECONDARY = 'SECONDARY'\n}\n\nexport enum Status {\n VERIFIED = 'VERIFIED',\n UNVERIFIED = 'UNVERIFIED'\n}\n\nexport enum PasswordStatus {\n NOT_ENROLLED = 'NOT_ENROLLED',\n ACTIVE = 'ACTIVE'\n}\n\nexport type EmailProfile = {\n email: string;\n}\n\nexport type AddEmailPayload = {\n profile: {\n email: string;\n };\n sendEmail: boolean;\n role: EmailRole;\n}\n\nexport type PhoneProfile = {\n profile: {\n phoneNumber: string;\n };\n}\n\nexport type AddPhonePayload = {\n profile: {\n phoneNumber: string;\n };\n sendCode: boolean;\n method: string;\n};\n\nexport type ChallengePhonePayload = {\n method: string;\n}\n\nexport type VerificationPayload = {\n verificationCode: string;\n};\n\nexport type EnrollPasswordPayload = {\n profile: {\n password: string;\n }\n}\n\nexport type UpdatePasswordPayload = {\n profile: {\n password: string;\n currentPassword?: string;\n }\n}\n\nexport type UpdateProfilePayload = {\n profile: {\n firstName?: string;\n lastName?: string;\n email?: string;\n login?: string;\n [property: string]: any;\n };\n};\n\nexport type MyAccountRequestOptions = {\n id?: string;\n emailId?: string;\n challengeId?: string;\n payload?: AddEmailPayload \n | AddPhonePayload \n | ChallengePhonePayload\n | VerificationPayload \n | UpdateProfilePayload\n | EnrollPasswordPayload\n | UpdatePasswordPayload;\n accessToken?: string | AccessToken;\n}\n\nexport type IAPIFunction<T> = (\n oktaAuth: OktaAuthOAuthInterface, \n options?: MyAccountRequestOptions\n) => Promise<T>;\n\nexport interface OktaAuthMyAccountInterface\n<\n M extends OAuthTransactionMeta = PKCETransactionMeta,\n S extends OAuthStorageManagerInterface<M> = OAuthStorageManagerInterface<M>,\n O extends OktaAuthOAuthOptions = OktaAuthOAuthOptions\n> \n extends OktaAuthOAuthInterface<M, S, O>\n{\n myaccount;\n}\n"],"mappings":";;;IAoBYA,SAAS,GAAAC,OAAA,CAAAD,SAAA,0BAATA,SAAS;EAATA,SAAS;EAATA,SAAS;EAAA,OAATA,SAAS;AAAA;AAAA,IAKTE,MAAM,GAAAD,OAAA,CAAAC,MAAA,0BAANA,MAAM;EAANA,MAAM;EAANA,MAAM;EAAA,OAANA,MAAM;AAAA;AAAA,IAKNC,cAAc,GAAAF,OAAA,CAAAE,cAAA,0BAAdA,cAAc;EAAdA,cAAc;EAAdA,cAAc;EAAA,OAAdA,cAAc;AAAA","ignoreList":[]}
@@ -82,7 +82,7 @@ class TokenManager {
82
82
  ...storageOptions,
83
83
  useSeparateCookies: true
84
84
  });
85
- this.clock = _clock.default.create();
85
+ this.clock = _clock.default.create(/* sdk, options */);
86
86
  this.state = defaultState();
87
87
  }
88
88
  start() {
@@ -1 +1 @@
1
- {"version":3,"file":"TokenManager.js","names":["DEFAULT_OPTIONS","autoRenew","autoRemove","syncStorage","clearPendingRemoveTokens","storage","undefined","expireEarlySeconds","storageKey","TOKEN_STORAGE_NAME","defaultState","expireTimeouts","renewPromise","TokenManager","on","event","handler","context","emitter","off","constructor","sdk","options","AuthSdkError","Object","assign","removeNils","isLocalhost","storageOptions","secure","storageProvider","storageType","storageManager","getTokenStorage","useSeparateCookies","clock","SdkClock","create","state","start","setExpireEventTimeoutAll","started","stop","clearExpireEventTimeoutAll","isStarted","getOptions","clone","getExpireTime","token","expireTime","expiresAt","hasExpired","now","emitExpired","key","emit","EVENT_EXPIRED","emitRenewed","freshToken","oldToken","EVENT_RENEWED","emitAdded","EVENT_ADDED","emitRemoved","EVENT_REMOVED","emitError","error","EVENT_ERROR","clearExpireEventTimeout","clearTimeout","prototype","hasOwnProperty","call","setExpireEventTimeout","isRefreshToken","expireEventWait","Math","max","expireEventTimeout","setTimeout","tokenStorage","getStorage","resetExpireEventTimeoutAll","add","validateToken","setStorage","emitSetStorageEvent","getSync","get","getTokensSync","tokens","keys","forEach","isAccessToken","accessToken","isIDToken","idToken","refreshToken","getTokens","getStorageKeyByType","type","filter","getTokenType","isIE11OrLess","EVENT_SET_STORAGE","setTokens","accessTokenCb","idTokenCb","refreshTokenCb","handleTokenCallback","handleAdded","handleRenewed","handleRemoved","types","existingTokens","reduce","newToken","existingToken","remove","removedToken","renewToken","renew","shouldRenew","refreshKey","err","Promise","reject","renewTokens","then","tokenType","catch","tokenKey","finally","clear","clearStorage","removedTokens","pendingRemove","updateRefreshToken","REFRESH_TOKEN_STORAGE_KEY","removeRefreshToken","addPendingRemoveFlags"],"sources":["../../../lib/oidc/TokenManager.ts"],"sourcesContent":["/*!\n * Copyright (c) 2015-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n *\n */\nimport { removeNils, clone } from '../util';\nimport { AuthSdkError } from '../errors';\nimport { validateToken } from '../oidc/util';\nimport { isLocalhost, isIE11OrLess } from '../features';\nimport SdkClock from '../clock';\nimport {\n Token, \n Tokens, \n TokenType, \n TokenManagerOptions, \n isIDToken, \n isAccessToken,\n isRefreshToken,\n TokenManagerErrorEventHandler,\n TokenManagerSetStorageEventHandler,\n TokenManagerRenewEventHandler,\n TokenManagerEventHandler,\n TokenManagerInterface,\n RefreshToken,\n AccessTokenCallback,\n IDTokenCallback,\n RefreshTokenCallback,\n EVENT_RENEWED,\n EVENT_ADDED,\n EVENT_ERROR,\n EVENT_EXPIRED,\n EVENT_REMOVED,\n EVENT_SET_STORAGE,\n TokenManagerAnyEventHandler,\n TokenManagerAnyEvent,\n OktaAuthOAuthInterface\n} from './types';\nimport { REFRESH_TOKEN_STORAGE_KEY, TOKEN_STORAGE_NAME } from '../constants';\nimport { EventEmitter } from '../base/types';\nimport { StorageOptions, StorageProvider, StorageType } from '../storage/types';\n\nconst DEFAULT_OPTIONS = {\n // TODO: remove in next major version - OKTA-473815\n autoRenew: true,\n autoRemove: true,\n syncStorage: true,\n // --- //\n clearPendingRemoveTokens: true,\n storage: undefined, // will use value from storageManager config\n expireEarlySeconds: 30,\n storageKey: TOKEN_STORAGE_NAME\n};\n\ninterface TokenManagerState {\n expireTimeouts: Record<string, unknown>;\n renewPromise: Promise<Token | undefined> | null;\n started?: boolean;\n}\nfunction defaultState(): TokenManagerState {\n return {\n expireTimeouts: {},\n renewPromise: null\n };\n}\nexport class TokenManager implements TokenManagerInterface {\n private sdk: OktaAuthOAuthInterface;\n private clock: SdkClock;\n private emitter: EventEmitter;\n private storage: StorageProvider;\n private state: TokenManagerState;\n private options: TokenManagerOptions;\n\n on(event: typeof EVENT_RENEWED, handler: TokenManagerRenewEventHandler, context?: object): void;\n on(event: typeof EVENT_ERROR, handler: TokenManagerErrorEventHandler, context?: object): void;\n on(event: typeof EVENT_SET_STORAGE, handler: TokenManagerSetStorageEventHandler, context?: object): void;\n on(event: typeof EVENT_EXPIRED | typeof EVENT_ADDED | typeof EVENT_REMOVED, \n handler: TokenManagerEventHandler, context?: object): void;\n on(event: TokenManagerAnyEvent, handler: TokenManagerAnyEventHandler, context?: object): void {\n if (context) {\n this.emitter.on(event, handler, context);\n } else {\n this.emitter.on(event, handler);\n }\n }\n\n off(event: typeof EVENT_RENEWED, handler?: TokenManagerRenewEventHandler): void;\n off(event: typeof EVENT_ERROR, handler?: TokenManagerErrorEventHandler): void;\n off(event: typeof EVENT_SET_STORAGE, handler?: TokenManagerSetStorageEventHandler): void;\n off(event: typeof EVENT_EXPIRED | typeof EVENT_ADDED | typeof EVENT_REMOVED, \n handler?: TokenManagerEventHandler): void;\n off(event: TokenManagerAnyEvent, handler?: TokenManagerAnyEventHandler): void {\n if (handler) {\n this.emitter.off(event, handler);\n } else {\n this.emitter.off(event);\n }\n }\n\n // eslint-disable-next-line complexity\n constructor(sdk: OktaAuthOAuthInterface, options: TokenManagerOptions = {}) {\n this.sdk = sdk;\n this.emitter = (sdk as any).emitter;\n if (!this.emitter) {\n throw new AuthSdkError('Emitter should be initialized before TokenManager');\n }\n \n options = Object.assign({}, DEFAULT_OPTIONS, removeNils(options));\n if (!isLocalhost()) {\n options.expireEarlySeconds = DEFAULT_OPTIONS.expireEarlySeconds;\n }\n\n this.options = options;\n\n const storageOptions: StorageOptions = removeNils({\n storageKey: options.storageKey,\n secure: options.secure,\n });\n if (typeof options.storage === 'object') {\n // A custom storage provider must implement getItem(key) and setItem(key, val)\n storageOptions.storageProvider = options.storage;\n } else if (options.storage) {\n storageOptions.storageType = options.storage as StorageType;\n }\n\n this.storage = sdk.storageManager.getTokenStorage({...storageOptions, useSeparateCookies: true});\n this.clock = SdkClock.create(/* sdk, options */);\n this.state = defaultState();\n }\n\n start() {\n if (this.options.clearPendingRemoveTokens) {\n this.clearPendingRemoveTokens();\n }\n this.setExpireEventTimeoutAll();\n this.state.started = true;\n }\n \n stop() {\n this.clearExpireEventTimeoutAll();\n this.state.started = false;\n }\n\n isStarted() {\n return !!this.state.started;\n }\n\n getOptions(): TokenManagerOptions {\n return clone(this.options);\n }\n \n getExpireTime(token) {\n const expireEarlySeconds = this.options.expireEarlySeconds || 0;\n var expireTime = token.expiresAt - expireEarlySeconds;\n return expireTime;\n }\n \n hasExpired(token) {\n var expireTime = this.getExpireTime(token);\n return expireTime <= this.clock.now();\n }\n \n emitExpired(key, token) {\n this.emitter.emit(EVENT_EXPIRED, key, token);\n }\n \n emitRenewed(key, freshToken, oldToken) {\n this.emitter.emit(EVENT_RENEWED, key, freshToken, oldToken);\n }\n \n emitAdded(key, token) {\n this.emitter.emit(EVENT_ADDED, key, token);\n }\n \n emitRemoved(key, token?) {\n this.emitter.emit(EVENT_REMOVED, key, token);\n }\n \n emitError(error) {\n this.emitter.emit(EVENT_ERROR, error);\n }\n \n clearExpireEventTimeout(key) {\n clearTimeout(this.state.expireTimeouts[key] as any);\n delete this.state.expireTimeouts[key];\n \n // Remove the renew promise (if it exists)\n this.state.renewPromise = null;\n }\n \n clearExpireEventTimeoutAll() {\n var expireTimeouts = this.state.expireTimeouts;\n for (var key in expireTimeouts) {\n if (!Object.prototype.hasOwnProperty.call(expireTimeouts, key)) {\n continue;\n }\n this.clearExpireEventTimeout(key);\n }\n }\n \n setExpireEventTimeout(key, token) {\n if (isRefreshToken(token)) {\n return;\n }\n\n var expireTime = this.getExpireTime(token);\n var expireEventWait = Math.max(expireTime - this.clock.now(), 0) * 1000;\n \n // Clear any existing timeout\n this.clearExpireEventTimeout(key);\n \n var expireEventTimeout = setTimeout(() => {\n this.emitExpired(key, token);\n }, expireEventWait);\n \n // Add a new timeout\n this.state.expireTimeouts[key] = expireEventTimeout;\n }\n \n setExpireEventTimeoutAll() {\n var tokenStorage = this.storage.getStorage();\n for(var key in tokenStorage) {\n if (!Object.prototype.hasOwnProperty.call(tokenStorage, key)) {\n continue;\n }\n var token = tokenStorage[key];\n this.setExpireEventTimeout(key, token);\n }\n }\n \n // reset timeouts to setup autoRenew for tokens from other document context (tabs)\n resetExpireEventTimeoutAll() {\n this.clearExpireEventTimeoutAll();\n this.setExpireEventTimeoutAll();\n }\n \n add(key, token: Token) {\n var tokenStorage = this.storage.getStorage();\n validateToken(token);\n tokenStorage[key] = token;\n this.storage.setStorage(tokenStorage);\n this.emitSetStorageEvent();\n this.emitAdded(key, token);\n this.setExpireEventTimeout(key, token);\n }\n \n getSync(key): Token | undefined {\n var tokenStorage = this.storage.getStorage();\n return tokenStorage[key];\n }\n \n async get(key): Promise<Token | undefined> {\n return this.getSync(key);\n }\n \n getTokensSync(): Tokens {\n const tokens = {} as Tokens;\n const tokenStorage = this.storage.getStorage();\n Object.keys(tokenStorage).forEach(key => {\n const token = tokenStorage[key];\n if (isAccessToken(token)) {\n tokens.accessToken = token;\n } else if (isIDToken(token)) {\n tokens.idToken = token;\n } else if (isRefreshToken(token)) { \n tokens.refreshToken = token;\n }\n });\n return tokens;\n }\n \n async getTokens(): Promise<Tokens> {\n return this.getTokensSync();\n }\n\n getStorageKeyByType(type: TokenType): string {\n const tokenStorage = this.storage.getStorage();\n const key = Object.keys(tokenStorage).filter(key => {\n const token = tokenStorage[key];\n return (isAccessToken(token) && type === 'accessToken') \n || (isIDToken(token) && type === 'idToken')\n || (isRefreshToken(token) && type === 'refreshToken');\n })[0];\n return key;\n }\n\n private getTokenType(token: Token): TokenType {\n if (isAccessToken(token)) {\n return 'accessToken';\n }\n if (isIDToken(token)) {\n return 'idToken';\n }\n if(isRefreshToken(token)) {\n return 'refreshToken';\n }\n throw new AuthSdkError('Unknown token type');\n }\n\n // for synchronization of LocalStorage cross tabs for IE11\n private emitSetStorageEvent() {\n if (isIE11OrLess()) {\n const storage = this.storage.getStorage();\n this.emitter.emit(EVENT_SET_STORAGE, storage);\n }\n }\n\n // used in `SyncStorageService` for synchronization of LocalStorage cross tabs for IE11\n public getStorage() {\n return this.storage;\n }\n\n setTokens(\n tokens: Tokens,\n // TODO: callbacks can be removed in the next major version OKTA-407224\n accessTokenCb?: AccessTokenCallback, \n idTokenCb?: IDTokenCallback,\n refreshTokenCb?: RefreshTokenCallback\n ): void {\n const handleTokenCallback = (key, token) => {\n const type = this.getTokenType(token);\n if (type === 'accessToken') {\n accessTokenCb && accessTokenCb(key, token);\n } else if (type === 'idToken') {\n idTokenCb && idTokenCb(key, token);\n } else if (type === 'refreshToken') {\n refreshTokenCb && refreshTokenCb(key, token);\n }\n };\n const handleAdded = (key, token) => {\n this.emitAdded(key, token);\n this.setExpireEventTimeout(key, token);\n handleTokenCallback(key, token);\n };\n const handleRenewed = (key, token, oldToken) => {\n this.emitRenewed(key, token, oldToken);\n this.clearExpireEventTimeout(key);\n this.setExpireEventTimeout(key, token);\n handleTokenCallback(key, token);\n };\n const handleRemoved = (key, token) => {\n this.clearExpireEventTimeout(key);\n this.emitRemoved(key, token);\n handleTokenCallback(key, token);\n };\n \n const types: TokenType[] = ['idToken', 'accessToken', 'refreshToken'];\n const existingTokens = this.getTokensSync();\n\n // valid tokens\n types.forEach((type) => {\n const token = tokens[type];\n if (token) {\n validateToken(token, type);\n }\n });\n \n // add token to storage\n const storage = types.reduce((storage, type) => {\n const token = tokens[type];\n if (token) {\n const storageKey = this.getStorageKeyByType(type) || type;\n storage[storageKey] = token;\n }\n return storage;\n }, {});\n this.storage.setStorage(storage);\n this.emitSetStorageEvent();\n\n // emit event and start expiration timer\n types.forEach(type => {\n const newToken = tokens[type];\n const existingToken = existingTokens[type];\n const storageKey = this.getStorageKeyByType(type) || type;\n if (newToken && existingToken) { // renew\n // call handleRemoved first, since it clears timers\n handleRemoved(storageKey, existingToken);\n handleAdded(storageKey, newToken);\n handleRenewed(storageKey, newToken, existingToken);\n } else if (newToken) { // add\n handleAdded(storageKey, newToken);\n } else if (existingToken) { //remove\n handleRemoved(storageKey, existingToken);\n }\n });\n }\n \n remove(key) {\n // Clear any listener for this token\n this.clearExpireEventTimeout(key);\n \n var tokenStorage = this.storage.getStorage();\n var removedToken = tokenStorage[key];\n delete tokenStorage[key];\n this.storage.setStorage(tokenStorage);\n this.emitSetStorageEvent();\n \n this.emitRemoved(key, removedToken);\n }\n \n // TODO: this methods is redundant and can be removed in the next major version OKTA-407224\n async renewToken(token) {\n return this.sdk.token?.renew(token);\n }\n // TODO: this methods is redundant and can be removed in the next major version OKTA-407224\n validateToken(token: Token) {\n return validateToken(token);\n }\n\n // TODO: renew method should take no param, change in the next major version OKTA-407224\n renew(key): Promise<Token | undefined> {\n // Multiple callers may receive the same promise. They will all resolve or reject from the same request.\n if (this.state.renewPromise) {\n return this.state.renewPromise;\n }\n\n try {\n var token = this.getSync(key);\n let shouldRenew = token !== undefined;\n // explicitly check if key='accessToken' because token keys are not guaranteed (long story, features dragons)\n if (!token && key === 'accessToken') {\n // attempt token renewal if refresh token is present (improves consistency of autoRenew)\n const refreshKey = this.getStorageKeyByType('refreshToken');\n const refreshToken = this.getSync(refreshKey);\n shouldRenew = refreshToken !== undefined;\n }\n\n if (!shouldRenew) {\n throw new AuthSdkError('The tokenManager has no token for the key: ' + key);\n }\n }\n catch (err) {\n this.emitError(err);\n return Promise.reject(err);\n }\n\n // Remove existing autoRenew timeout\n this.clearExpireEventTimeout(key);\n \n // A refresh token means a replace instead of renewal\n // Store the renew promise state, to avoid renewing again\n const renewPromise = this.state.renewPromise = this.sdk.token.renewTokens()\n .then(tokens => {\n this.setTokens(tokens);\n\n // return accessToken in case where access token doesn't exist\n // but refresh token exists\n if (!token && key === 'accessToken') {\n const accessToken = tokens['accessToken'];\n this.emitRenewed(key, accessToken, null);\n return accessToken;\n }\n\n // resolve token based on the key\n const tokenType = this.getTokenType(token!);\n return tokens[tokenType];\n })\n .catch(err => {\n // If renew fails, remove token from storage and emit error\n this.remove(key);\n err.tokenKey = key;\n this.emitError(err);\n throw err;\n })\n .finally(() => {\n // Remove existing promise key\n this.state.renewPromise = null;\n });\n \n return renewPromise;\n }\n \n clear() {\n const tokens = this.getTokensSync();\n this.clearExpireEventTimeoutAll();\n this.storage.clearStorage();\n this.emitSetStorageEvent();\n\n Object.keys(tokens).forEach(key => {\n this.emitRemoved(key, tokens[key]);\n });\n }\n\n clearPendingRemoveTokens() {\n const tokenStorage = this.storage.getStorage();\n const removedTokens = {};\n Object.keys(tokenStorage).forEach(key => {\n if (tokenStorage[key].pendingRemove) {\n removedTokens[key] = tokenStorage[key];\n delete tokenStorage[key];\n }\n });\n this.storage.setStorage(tokenStorage);\n this.emitSetStorageEvent();\n Object.keys(removedTokens).forEach(key => {\n this.clearExpireEventTimeout(key);\n this.emitRemoved(key, removedTokens[key]);\n });\n }\n\n updateRefreshToken(token: RefreshToken) {\n const key = this.getStorageKeyByType('refreshToken') || REFRESH_TOKEN_STORAGE_KEY;\n\n // do not emit any event\n var tokenStorage = this.storage.getStorage();\n validateToken(token);\n tokenStorage[key] = token;\n this.storage.setStorage(tokenStorage);\n this.emitSetStorageEvent();\n }\n\n removeRefreshToken () {\n const key = this.getStorageKeyByType('refreshToken') || REFRESH_TOKEN_STORAGE_KEY;\n this.remove(key);\n }\n\n addPendingRemoveFlags() {\n const tokens = this.getTokensSync();\n Object.keys(tokens).forEach(key => {\n tokens[key].pendingRemove = true;\n });\n this.setTokens(tokens);\n }\n \n}\n"],"mappings":"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"}
1
+ {"version":3,"file":"TokenManager.js","names":["_util","require","_errors","_util2","_features","_clock","_interopRequireDefault","_types","_constants","DEFAULT_OPTIONS","autoRenew","autoRemove","syncStorage","clearPendingRemoveTokens","storage","undefined","expireEarlySeconds","storageKey","TOKEN_STORAGE_NAME","defaultState","expireTimeouts","renewPromise","TokenManager","on","event","handler","context","emitter","off","constructor","sdk","options","AuthSdkError","Object","assign","removeNils","isLocalhost","storageOptions","secure","storageProvider","storageType","storageManager","getTokenStorage","useSeparateCookies","clock","SdkClock","create","state","start","setExpireEventTimeoutAll","started","stop","clearExpireEventTimeoutAll","isStarted","getOptions","clone","getExpireTime","token","expireTime","expiresAt","hasExpired","now","emitExpired","key","emit","EVENT_EXPIRED","emitRenewed","freshToken","oldToken","EVENT_RENEWED","emitAdded","EVENT_ADDED","emitRemoved","EVENT_REMOVED","emitError","error","EVENT_ERROR","clearExpireEventTimeout","clearTimeout","prototype","hasOwnProperty","call","setExpireEventTimeout","isRefreshToken","expireEventWait","Math","max","expireEventTimeout","setTimeout","tokenStorage","getStorage","resetExpireEventTimeoutAll","add","validateToken","setStorage","emitSetStorageEvent","getSync","get","getTokensSync","tokens","keys","forEach","isAccessToken","accessToken","isIDToken","idToken","refreshToken","getTokens","getStorageKeyByType","type","filter","getTokenType","isIE11OrLess","EVENT_SET_STORAGE","setTokens","accessTokenCb","idTokenCb","refreshTokenCb","handleTokenCallback","handleAdded","handleRenewed","handleRemoved","types","existingTokens","reduce","newToken","existingToken","remove","removedToken","renewToken","renew","shouldRenew","refreshKey","err","Promise","reject","renewTokens","then","tokenType","catch","tokenKey","finally","clear","clearStorage","removedTokens","pendingRemove","updateRefreshToken","REFRESH_TOKEN_STORAGE_KEY","removeRefreshToken","addPendingRemoveFlags","exports"],"sources":["../../../lib/oidc/TokenManager.ts"],"sourcesContent":["/*!\n * Copyright (c) 2015-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n *\n */\nimport { removeNils, clone } from '../util';\nimport { AuthSdkError } from '../errors';\nimport { validateToken } from '../oidc/util';\nimport { isLocalhost, isIE11OrLess } from '../features';\nimport SdkClock from '../clock';\nimport {\n Token, \n Tokens, \n TokenType, \n TokenManagerOptions, \n isIDToken, \n isAccessToken,\n isRefreshToken,\n TokenManagerErrorEventHandler,\n TokenManagerSetStorageEventHandler,\n TokenManagerRenewEventHandler,\n TokenManagerEventHandler,\n TokenManagerInterface,\n RefreshToken,\n AccessTokenCallback,\n IDTokenCallback,\n RefreshTokenCallback,\n EVENT_RENEWED,\n EVENT_ADDED,\n EVENT_ERROR,\n EVENT_EXPIRED,\n EVENT_REMOVED,\n EVENT_SET_STORAGE,\n TokenManagerAnyEventHandler,\n TokenManagerAnyEvent,\n OktaAuthOAuthInterface\n} from './types';\nimport { REFRESH_TOKEN_STORAGE_KEY, TOKEN_STORAGE_NAME } from '../constants';\nimport { EventEmitter } from '../base/types';\nimport { StorageOptions, StorageProvider, StorageType } from '../storage/types';\n\nconst DEFAULT_OPTIONS = {\n // TODO: remove in next major version - OKTA-473815\n autoRenew: true,\n autoRemove: true,\n syncStorage: true,\n // --- //\n clearPendingRemoveTokens: true,\n storage: undefined, // will use value from storageManager config\n expireEarlySeconds: 30,\n storageKey: TOKEN_STORAGE_NAME\n};\n\ninterface TokenManagerState {\n expireTimeouts: Record<string, unknown>;\n renewPromise: Promise<Token | undefined> | null;\n started?: boolean;\n}\nfunction defaultState(): TokenManagerState {\n return {\n expireTimeouts: {},\n renewPromise: null\n };\n}\nexport class TokenManager implements TokenManagerInterface {\n private sdk: OktaAuthOAuthInterface;\n private clock: SdkClock;\n private emitter: EventEmitter;\n private storage: StorageProvider;\n private state: TokenManagerState;\n private options: TokenManagerOptions;\n\n on(event: typeof EVENT_RENEWED, handler: TokenManagerRenewEventHandler, context?: object): void;\n on(event: typeof EVENT_ERROR, handler: TokenManagerErrorEventHandler, context?: object): void;\n on(event: typeof EVENT_SET_STORAGE, handler: TokenManagerSetStorageEventHandler, context?: object): void;\n on(event: typeof EVENT_EXPIRED | typeof EVENT_ADDED | typeof EVENT_REMOVED, \n handler: TokenManagerEventHandler, context?: object): void;\n on(event: TokenManagerAnyEvent, handler: TokenManagerAnyEventHandler, context?: object): void {\n if (context) {\n this.emitter.on(event, handler, context);\n } else {\n this.emitter.on(event, handler);\n }\n }\n\n off(event: typeof EVENT_RENEWED, handler?: TokenManagerRenewEventHandler): void;\n off(event: typeof EVENT_ERROR, handler?: TokenManagerErrorEventHandler): void;\n off(event: typeof EVENT_SET_STORAGE, handler?: TokenManagerSetStorageEventHandler): void;\n off(event: typeof EVENT_EXPIRED | typeof EVENT_ADDED | typeof EVENT_REMOVED, \n handler?: TokenManagerEventHandler): void;\n off(event: TokenManagerAnyEvent, handler?: TokenManagerAnyEventHandler): void {\n if (handler) {\n this.emitter.off(event, handler);\n } else {\n this.emitter.off(event);\n }\n }\n\n // eslint-disable-next-line complexity\n constructor(sdk: OktaAuthOAuthInterface, options: TokenManagerOptions = {}) {\n this.sdk = sdk;\n this.emitter = (sdk as any).emitter;\n if (!this.emitter) {\n throw new AuthSdkError('Emitter should be initialized before TokenManager');\n }\n \n options = Object.assign({}, DEFAULT_OPTIONS, removeNils(options));\n if (!isLocalhost()) {\n options.expireEarlySeconds = DEFAULT_OPTIONS.expireEarlySeconds;\n }\n\n this.options = options;\n\n const storageOptions: StorageOptions = removeNils({\n storageKey: options.storageKey,\n secure: options.secure,\n });\n if (typeof options.storage === 'object') {\n // A custom storage provider must implement getItem(key) and setItem(key, val)\n storageOptions.storageProvider = options.storage;\n } else if (options.storage) {\n storageOptions.storageType = options.storage as StorageType;\n }\n\n this.storage = sdk.storageManager.getTokenStorage({...storageOptions, useSeparateCookies: true});\n this.clock = SdkClock.create(/* sdk, options */);\n this.state = defaultState();\n }\n\n start() {\n if (this.options.clearPendingRemoveTokens) {\n this.clearPendingRemoveTokens();\n }\n this.setExpireEventTimeoutAll();\n this.state.started = true;\n }\n \n stop() {\n this.clearExpireEventTimeoutAll();\n this.state.started = false;\n }\n\n isStarted() {\n return !!this.state.started;\n }\n\n getOptions(): TokenManagerOptions {\n return clone(this.options);\n }\n \n getExpireTime(token) {\n const expireEarlySeconds = this.options.expireEarlySeconds || 0;\n var expireTime = token.expiresAt - expireEarlySeconds;\n return expireTime;\n }\n \n hasExpired(token) {\n var expireTime = this.getExpireTime(token);\n return expireTime <= this.clock.now();\n }\n \n emitExpired(key, token) {\n this.emitter.emit(EVENT_EXPIRED, key, token);\n }\n \n emitRenewed(key, freshToken, oldToken) {\n this.emitter.emit(EVENT_RENEWED, key, freshToken, oldToken);\n }\n \n emitAdded(key, token) {\n this.emitter.emit(EVENT_ADDED, key, token);\n }\n \n emitRemoved(key, token?) {\n this.emitter.emit(EVENT_REMOVED, key, token);\n }\n \n emitError(error) {\n this.emitter.emit(EVENT_ERROR, error);\n }\n \n clearExpireEventTimeout(key) {\n clearTimeout(this.state.expireTimeouts[key] as any);\n delete this.state.expireTimeouts[key];\n \n // Remove the renew promise (if it exists)\n this.state.renewPromise = null;\n }\n \n clearExpireEventTimeoutAll() {\n var expireTimeouts = this.state.expireTimeouts;\n for (var key in expireTimeouts) {\n if (!Object.prototype.hasOwnProperty.call(expireTimeouts, key)) {\n continue;\n }\n this.clearExpireEventTimeout(key);\n }\n }\n \n setExpireEventTimeout(key, token) {\n if (isRefreshToken(token)) {\n return;\n }\n\n var expireTime = this.getExpireTime(token);\n var expireEventWait = Math.max(expireTime - this.clock.now(), 0) * 1000;\n \n // Clear any existing timeout\n this.clearExpireEventTimeout(key);\n \n var expireEventTimeout = setTimeout(() => {\n this.emitExpired(key, token);\n }, expireEventWait);\n \n // Add a new timeout\n this.state.expireTimeouts[key] = expireEventTimeout;\n }\n \n setExpireEventTimeoutAll() {\n var tokenStorage = this.storage.getStorage();\n for(var key in tokenStorage) {\n if (!Object.prototype.hasOwnProperty.call(tokenStorage, key)) {\n continue;\n }\n var token = tokenStorage[key];\n this.setExpireEventTimeout(key, token);\n }\n }\n \n // reset timeouts to setup autoRenew for tokens from other document context (tabs)\n resetExpireEventTimeoutAll() {\n this.clearExpireEventTimeoutAll();\n this.setExpireEventTimeoutAll();\n }\n \n add(key, token: Token) {\n var tokenStorage = this.storage.getStorage();\n validateToken(token);\n tokenStorage[key] = token;\n this.storage.setStorage(tokenStorage);\n this.emitSetStorageEvent();\n this.emitAdded(key, token);\n this.setExpireEventTimeout(key, token);\n }\n \n getSync(key): Token | undefined {\n var tokenStorage = this.storage.getStorage();\n return tokenStorage[key];\n }\n \n async get(key): Promise<Token | undefined> {\n return this.getSync(key);\n }\n \n getTokensSync(): Tokens {\n const tokens = {} as Tokens;\n const tokenStorage = this.storage.getStorage();\n Object.keys(tokenStorage).forEach(key => {\n const token = tokenStorage[key];\n if (isAccessToken(token)) {\n tokens.accessToken = token;\n } else if (isIDToken(token)) {\n tokens.idToken = token;\n } else if (isRefreshToken(token)) { \n tokens.refreshToken = token;\n }\n });\n return tokens;\n }\n \n async getTokens(): Promise<Tokens> {\n return this.getTokensSync();\n }\n\n getStorageKeyByType(type: TokenType): string {\n const tokenStorage = this.storage.getStorage();\n const key = Object.keys(tokenStorage).filter(key => {\n const token = tokenStorage[key];\n return (isAccessToken(token) && type === 'accessToken') \n || (isIDToken(token) && type === 'idToken')\n || (isRefreshToken(token) && type === 'refreshToken');\n })[0];\n return key;\n }\n\n private getTokenType(token: Token): TokenType {\n if (isAccessToken(token)) {\n return 'accessToken';\n }\n if (isIDToken(token)) {\n return 'idToken';\n }\n if(isRefreshToken(token)) {\n return 'refreshToken';\n }\n throw new AuthSdkError('Unknown token type');\n }\n\n // for synchronization of LocalStorage cross tabs for IE11\n private emitSetStorageEvent() {\n if (isIE11OrLess()) {\n const storage = this.storage.getStorage();\n this.emitter.emit(EVENT_SET_STORAGE, storage);\n }\n }\n\n // used in `SyncStorageService` for synchronization of LocalStorage cross tabs for IE11\n public getStorage() {\n return this.storage;\n }\n\n setTokens(\n tokens: Tokens,\n // TODO: callbacks can be removed in the next major version OKTA-407224\n accessTokenCb?: AccessTokenCallback, \n idTokenCb?: IDTokenCallback,\n refreshTokenCb?: RefreshTokenCallback\n ): void {\n const handleTokenCallback = (key, token) => {\n const type = this.getTokenType(token);\n if (type === 'accessToken') {\n accessTokenCb && accessTokenCb(key, token);\n } else if (type === 'idToken') {\n idTokenCb && idTokenCb(key, token);\n } else if (type === 'refreshToken') {\n refreshTokenCb && refreshTokenCb(key, token);\n }\n };\n const handleAdded = (key, token) => {\n this.emitAdded(key, token);\n this.setExpireEventTimeout(key, token);\n handleTokenCallback(key, token);\n };\n const handleRenewed = (key, token, oldToken) => {\n this.emitRenewed(key, token, oldToken);\n this.clearExpireEventTimeout(key);\n this.setExpireEventTimeout(key, token);\n handleTokenCallback(key, token);\n };\n const handleRemoved = (key, token) => {\n this.clearExpireEventTimeout(key);\n this.emitRemoved(key, token);\n handleTokenCallback(key, token);\n };\n \n const types: TokenType[] = ['idToken', 'accessToken', 'refreshToken'];\n const existingTokens = this.getTokensSync();\n\n // valid tokens\n types.forEach((type) => {\n const token = tokens[type];\n if (token) {\n validateToken(token, type);\n }\n });\n \n // add token to storage\n const storage = types.reduce((storage, type) => {\n const token = tokens[type];\n if (token) {\n const storageKey = this.getStorageKeyByType(type) || type;\n storage[storageKey] = token;\n }\n return storage;\n }, {});\n this.storage.setStorage(storage);\n this.emitSetStorageEvent();\n\n // emit event and start expiration timer\n types.forEach(type => {\n const newToken = tokens[type];\n const existingToken = existingTokens[type];\n const storageKey = this.getStorageKeyByType(type) || type;\n if (newToken && existingToken) { // renew\n // call handleRemoved first, since it clears timers\n handleRemoved(storageKey, existingToken);\n handleAdded(storageKey, newToken);\n handleRenewed(storageKey, newToken, existingToken);\n } else if (newToken) { // add\n handleAdded(storageKey, newToken);\n } else if (existingToken) { //remove\n handleRemoved(storageKey, existingToken);\n }\n });\n }\n \n remove(key) {\n // Clear any listener for this token\n this.clearExpireEventTimeout(key);\n \n var tokenStorage = this.storage.getStorage();\n var removedToken = tokenStorage[key];\n delete tokenStorage[key];\n this.storage.setStorage(tokenStorage);\n this.emitSetStorageEvent();\n \n this.emitRemoved(key, removedToken);\n }\n \n // TODO: this methods is redundant and can be removed in the next major version OKTA-407224\n async renewToken(token) {\n return this.sdk.token?.renew(token);\n }\n // TODO: this methods is redundant and can be removed in the next major version OKTA-407224\n validateToken(token: Token) {\n return validateToken(token);\n }\n\n // TODO: renew method should take no param, change in the next major version OKTA-407224\n renew(key): Promise<Token | undefined> {\n // Multiple callers may receive the same promise. They will all resolve or reject from the same request.\n if (this.state.renewPromise) {\n return this.state.renewPromise;\n }\n\n try {\n var token = this.getSync(key);\n let shouldRenew = token !== undefined;\n // explicitly check if key='accessToken' because token keys are not guaranteed (long story, features dragons)\n if (!token && key === 'accessToken') {\n // attempt token renewal if refresh token is present (improves consistency of autoRenew)\n const refreshKey = this.getStorageKeyByType('refreshToken');\n const refreshToken = this.getSync(refreshKey);\n shouldRenew = refreshToken !== undefined;\n }\n\n if (!shouldRenew) {\n throw new AuthSdkError('The tokenManager has no token for the key: ' + key);\n }\n }\n catch (err) {\n this.emitError(err);\n return Promise.reject(err);\n }\n\n // Remove existing autoRenew timeout\n this.clearExpireEventTimeout(key);\n \n // A refresh token means a replace instead of renewal\n // Store the renew promise state, to avoid renewing again\n const renewPromise = this.state.renewPromise = this.sdk.token.renewTokens()\n .then(tokens => {\n this.setTokens(tokens);\n\n // return accessToken in case where access token doesn't exist\n // but refresh token exists\n if (!token && key === 'accessToken') {\n const accessToken = tokens['accessToken'];\n this.emitRenewed(key, accessToken, null);\n return accessToken;\n }\n\n // resolve token based on the key\n const tokenType = this.getTokenType(token!);\n return tokens[tokenType];\n })\n .catch(err => {\n // If renew fails, remove token from storage and emit error\n this.remove(key);\n err.tokenKey = key;\n this.emitError(err);\n throw err;\n })\n .finally(() => {\n // Remove existing promise key\n this.state.renewPromise = null;\n });\n \n return renewPromise;\n }\n \n clear() {\n const tokens = this.getTokensSync();\n this.clearExpireEventTimeoutAll();\n this.storage.clearStorage();\n this.emitSetStorageEvent();\n\n Object.keys(tokens).forEach(key => {\n this.emitRemoved(key, tokens[key]);\n });\n }\n\n clearPendingRemoveTokens() {\n const tokenStorage = this.storage.getStorage();\n const removedTokens = {};\n Object.keys(tokenStorage).forEach(key => {\n if (tokenStorage[key].pendingRemove) {\n removedTokens[key] = tokenStorage[key];\n delete tokenStorage[key];\n }\n });\n this.storage.setStorage(tokenStorage);\n this.emitSetStorageEvent();\n Object.keys(removedTokens).forEach(key => {\n this.clearExpireEventTimeout(key);\n this.emitRemoved(key, removedTokens[key]);\n });\n }\n\n updateRefreshToken(token: RefreshToken) {\n const key = this.getStorageKeyByType('refreshToken') || REFRESH_TOKEN_STORAGE_KEY;\n\n // do not emit any event\n var tokenStorage = this.storage.getStorage();\n validateToken(token);\n tokenStorage[key] = token;\n this.storage.setStorage(tokenStorage);\n this.emitSetStorageEvent();\n }\n\n removeRefreshToken () {\n const key = this.getStorageKeyByType('refreshToken') || REFRESH_TOKEN_STORAGE_KEY;\n this.remove(key);\n }\n\n addPendingRemoveFlags() {\n const tokens = this.getTokensSync();\n Object.keys(tokens).forEach(key => {\n tokens[key].pendingRemove = true;\n });\n this.setTokens(tokens);\n }\n \n}\n"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"TransactionManager.js","names":["createTransactionManager","TransactionManager","constructor","options","storageManager","enableSharedStorage","saveLastResponse","clear","transactionStorage","getTransactionStorage","meta","getStorage","clearStorage","clearSharedStorage","state","clearTransactionFromSharedStorage","save","storage","obj","isTransactionMeta","muteWarning","warn","setStorage","saveTransactionToSharedStorage","exists","load","pruneSharedStorage","loadTransactionFromSharedStorage"],"sources":["../../../lib/oidc/TransactionManager.ts"],"sourcesContent":["/*!\n * Copyright (c) 2015-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * \n * See the License for the specific language governing permissions and limitations under the License.\n */\n\nimport { StorageProvider } from '../storage/types';\nimport {\n TransactionMeta,\n isTransactionMeta,\n TransactionMetaOptions,\n TransactionManagerOptions,\n OAuthTransactionMeta,\n OAuthStorageManagerInterface,\n ClearTransactionMetaOptions,\n TransactionManagerInterface,\n PKCETransactionMeta\n} from './types';\nimport { warn } from '../util';\nimport {\n clearTransactionFromSharedStorage,\n loadTransactionFromSharedStorage,\n pruneSharedStorage,\n saveTransactionToSharedStorage\n} from './util/sharedStorage';\n\n\nexport function createTransactionManager\n<\n M extends OAuthTransactionMeta = PKCETransactionMeta,\n S extends OAuthStorageManagerInterface<M> = OAuthStorageManagerInterface<M>\n>\n()\n{\n return class TransactionManager implements TransactionManagerInterface\n {\n options: TransactionManagerOptions;\n storageManager: S;\n enableSharedStorage: boolean;\n saveLastResponse: boolean;\n\n constructor(options: TransactionManagerOptions) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n this.storageManager = options.storageManager! as S;\n this.enableSharedStorage = options.enableSharedStorage === false ? false : true;\n this.saveLastResponse = options.saveLastResponse === false ? false : true;\n this.options = options;\n }\n\n // eslint-disable-next-line complexity\n clear(options: ClearTransactionMetaOptions = {}) {\n const transactionStorage: StorageProvider = this.storageManager.getTransactionStorage();\n const meta = transactionStorage.getStorage();\n\n // Clear primary storage (by default, sessionStorage on browser)\n transactionStorage.clearStorage();\n\n // Usually we want to also clear shared storage unless another tab may need it to continue/complete a flow\n if (this.enableSharedStorage && options.clearSharedStorage !== false) {\n const state = options.state || meta?.state;\n if (state) {\n clearTransactionFromSharedStorage(this.storageManager, state);\n }\n }\n }\n\n // eslint-disable-next-line complexity\n save(meta: M, options: TransactionMetaOptions = {}) {\n // There must be only one transaction executing at a time.\n // Before saving, check to see if a transaction is already stored.\n // An existing transaction indicates a concurrency/race/overlap condition\n\n let storage: StorageProvider = this.storageManager.getTransactionStorage();\n const obj = storage.getStorage();\n // oie process may need to update transaction in the middle of process for tracking purpose\n // false alarm might be caused \n // TODO: revisit for a better solution, https://oktainc.atlassian.net/browse/OKTA-430919\n if (isTransactionMeta(obj) && !options.muteWarning) {\n // eslint-disable-next-line max-len\n warn('a saved auth transaction exists in storage. This may indicate another auth flow is already in progress.');\n }\n\n storage.setStorage(meta);\n\n // Shared storage allows continuation of transaction in another tab\n if (this.enableSharedStorage && meta.state) {\n saveTransactionToSharedStorage(this.storageManager, meta.state, meta);\n }\n }\n\n exists(options: TransactionMetaOptions = {}): boolean {\n try {\n const meta = this.load(options);\n return !!meta;\n } catch {\n return false;\n }\n }\n\n // load transaction meta from storage\n // eslint-disable-next-line complexity,max-statements\n load(options: TransactionMetaOptions = {}): TransactionMeta | null {\n\n let meta: TransactionMeta;\n\n // If state was passed, try loading transaction data from shared storage\n if (this.enableSharedStorage && options.state) {\n pruneSharedStorage(this.storageManager); // prune before load\n meta = loadTransactionFromSharedStorage(this.storageManager, options.state);\n if (isTransactionMeta(meta)) {\n return meta;\n }\n }\n\n let storage: StorageProvider = this.storageManager.getTransactionStorage();\n meta = storage.getStorage();\n if (isTransactionMeta(meta)) {\n // if we have meta in the new location, there is no need to go further\n return meta;\n }\n\n return null;\n }\n\n };\n}\n"],"mappings":"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"}
1
+ {"version":3,"file":"TransactionManager.js","names":["_types","require","_util","_sharedStorage","createTransactionManager","TransactionManager","constructor","options","storageManager","enableSharedStorage","saveLastResponse","clear","transactionStorage","getTransactionStorage","meta","getStorage","clearStorage","clearSharedStorage","state","clearTransactionFromSharedStorage","save","storage","obj","isTransactionMeta","muteWarning","warn","setStorage","saveTransactionToSharedStorage","exists","load","pruneSharedStorage","loadTransactionFromSharedStorage"],"sources":["../../../lib/oidc/TransactionManager.ts"],"sourcesContent":["/*!\n * Copyright (c) 2015-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * \n * See the License for the specific language governing permissions and limitations under the License.\n */\n\nimport { StorageProvider } from '../storage/types';\nimport {\n TransactionMeta,\n isTransactionMeta,\n TransactionMetaOptions,\n TransactionManagerOptions,\n OAuthTransactionMeta,\n OAuthStorageManagerInterface,\n ClearTransactionMetaOptions,\n TransactionManagerInterface,\n PKCETransactionMeta\n} from './types';\nimport { warn } from '../util';\nimport {\n clearTransactionFromSharedStorage,\n loadTransactionFromSharedStorage,\n pruneSharedStorage,\n saveTransactionToSharedStorage\n} from './util/sharedStorage';\n\n\nexport function createTransactionManager\n<\n M extends OAuthTransactionMeta = PKCETransactionMeta,\n S extends OAuthStorageManagerInterface<M> = OAuthStorageManagerInterface<M>\n>\n()\n{\n return class TransactionManager implements TransactionManagerInterface\n {\n options: TransactionManagerOptions;\n storageManager: S;\n enableSharedStorage: boolean;\n saveLastResponse: boolean;\n\n constructor(options: TransactionManagerOptions) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n this.storageManager = options.storageManager! as S;\n this.enableSharedStorage = options.enableSharedStorage === false ? false : true;\n this.saveLastResponse = options.saveLastResponse === false ? false : true;\n this.options = options;\n }\n\n // eslint-disable-next-line complexity\n clear(options: ClearTransactionMetaOptions = {}) {\n const transactionStorage: StorageProvider = this.storageManager.getTransactionStorage();\n const meta = transactionStorage.getStorage();\n\n // Clear primary storage (by default, sessionStorage on browser)\n transactionStorage.clearStorage();\n\n // Usually we want to also clear shared storage unless another tab may need it to continue/complete a flow\n if (this.enableSharedStorage && options.clearSharedStorage !== false) {\n const state = options.state || meta?.state;\n if (state) {\n clearTransactionFromSharedStorage(this.storageManager, state);\n }\n }\n }\n\n // eslint-disable-next-line complexity\n save(meta: M, options: TransactionMetaOptions = {}) {\n // There must be only one transaction executing at a time.\n // Before saving, check to see if a transaction is already stored.\n // An existing transaction indicates a concurrency/race/overlap condition\n\n let storage: StorageProvider = this.storageManager.getTransactionStorage();\n const obj = storage.getStorage();\n // oie process may need to update transaction in the middle of process for tracking purpose\n // false alarm might be caused \n // TODO: revisit for a better solution, https://oktainc.atlassian.net/browse/OKTA-430919\n if (isTransactionMeta(obj) && !options.muteWarning) {\n // eslint-disable-next-line max-len\n warn('a saved auth transaction exists in storage. This may indicate another auth flow is already in progress.');\n }\n\n storage.setStorage(meta);\n\n // Shared storage allows continuation of transaction in another tab\n if (this.enableSharedStorage && meta.state) {\n saveTransactionToSharedStorage(this.storageManager, meta.state, meta);\n }\n }\n\n exists(options: TransactionMetaOptions = {}): boolean {\n try {\n const meta = this.load(options);\n return !!meta;\n } catch {\n return false;\n }\n }\n\n // load transaction meta from storage\n // eslint-disable-next-line complexity,max-statements\n load(options: TransactionMetaOptions = {}): TransactionMeta | null {\n\n let meta: TransactionMeta;\n\n // If state was passed, try loading transaction data from shared storage\n if (this.enableSharedStorage && options.state) {\n pruneSharedStorage(this.storageManager); // prune before load\n meta = loadTransactionFromSharedStorage(this.storageManager, options.state);\n if (isTransactionMeta(meta)) {\n return meta;\n }\n }\n\n let storage: StorageProvider = this.storageManager.getTransactionStorage();\n meta = storage.getStorage();\n if (isTransactionMeta(meta)) {\n // if we have meta in the new location, there is no need to go further\n return meta;\n }\n\n return null;\n }\n\n };\n}\n"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"decodeToken.js","names":["decodeToken","token","jwt","split","decodedToken","header","JSON","parse","base64UrlToString","payload","signature","e","AuthSdkError"],"sources":["../../../lib/oidc/decodeToken.ts"],"sourcesContent":["/*!\n * Copyright (c) 2015-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n *\n */\nimport { AuthSdkError } from '../errors';\nimport { JWTObject } from './types';\nimport { base64UrlToString } from '../crypto';\n\nexport function decodeToken(token: string): JWTObject {\n var jwt = token.split('.');\n var decodedToken: JWTObject;\n\n try {\n decodedToken = {\n header: JSON.parse(base64UrlToString(jwt[0])),\n payload: JSON.parse(base64UrlToString(jwt[1])),\n signature: jwt[2]\n };\n } catch (e) {\n throw new AuthSdkError('Malformed token');\n }\n\n return decodedToken;\n}\n"],"mappings":";;;AAYA;AAEA;AAdA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAKO,SAASA,WAAW,CAACC,KAAa,EAAa;EACpD,IAAIC,GAAG,GAAGD,KAAK,CAACE,KAAK,CAAC,GAAG,CAAC;EAC1B,IAAIC,YAAuB;EAE3B,IAAI;IACFA,YAAY,GAAG;MACbC,MAAM,EAAEC,IAAI,CAACC,KAAK,CAAC,IAAAC,yBAAiB,EAACN,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;MAC7CO,OAAO,EAAEH,IAAI,CAACC,KAAK,CAAC,IAAAC,yBAAiB,EAACN,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;MAC9CQ,SAAS,EAAER,GAAG,CAAC,CAAC;IAClB,CAAC;EACH,CAAC,CAAC,OAAOS,CAAC,EAAE;IACV,MAAM,IAAIC,oBAAY,CAAC,iBAAiB,CAAC;EAC3C;EAEA,OAAOR,YAAY;AACrB"}
1
+ {"version":3,"file":"decodeToken.js","names":["_errors","require","_crypto","decodeToken","token","jwt","split","decodedToken","header","JSON","parse","base64UrlToString","payload","signature","e","AuthSdkError"],"sources":["../../../lib/oidc/decodeToken.ts"],"sourcesContent":["/*!\n * Copyright (c) 2015-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n *\n */\nimport { AuthSdkError } from '../errors';\nimport { JWTObject } from './types';\nimport { base64UrlToString } from '../crypto';\n\nexport function decodeToken(token: string): JWTObject {\n var jwt = token.split('.');\n var decodedToken: JWTObject;\n\n try {\n decodedToken = {\n header: JSON.parse(base64UrlToString(jwt[0])),\n payload: JSON.parse(base64UrlToString(jwt[1])),\n signature: jwt[2]\n };\n } catch (e) {\n throw new AuthSdkError('Malformed token');\n }\n\n return decodedToken;\n}\n"],"mappings":";;;AAYA,IAAAA,OAAA,GAAAC,OAAA;AAEA,IAAAC,OAAA,GAAAD,OAAA;AAdA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAKO,SAASE,WAAWA,CAACC,KAAa,EAAa;EACpD,IAAIC,GAAG,GAAGD,KAAK,CAACE,KAAK,CAAC,GAAG,CAAC;EAC1B,IAAIC,YAAuB;EAE3B,IAAI;IACFA,YAAY,GAAG;MACbC,MAAM,EAAEC,IAAI,CAACC,KAAK,CAAC,IAAAC,yBAAiB,EAACN,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;MAC7CO,OAAO,EAAEH,IAAI,CAACC,KAAK,CAAC,IAAAC,yBAAiB,EAACN,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;MAC9CQ,SAAS,EAAER,GAAG,CAAC,CAAC;IAClB,CAAC;EACH,CAAC,CAAC,OAAOS,CAAC,EAAE;IACV,MAAM,IAAIC,oBAAY,CAAC,iBAAiB,CAAC;EAC3C;EAEA,OAAOR,YAAY;AACrB","ignoreList":[]}
package/cjs/oidc/dpop.js CHANGED
@@ -28,13 +28,13 @@ function isDPoPNonceError(obj) {
28
28
  async function createJwt(header, claims, signingKey) {
29
29
  const head = (0, _crypto.stringToBase64Url)(JSON.stringify(header));
30
30
  const body = (0, _crypto.stringToBase64Url)(JSON.stringify(claims));
31
- const signature = await _crypto.webcrypto.subtle.sign({
31
+ const signature = await crypto.subtle.sign({
32
32
  name: signingKey.algorithm.name
33
33
  }, signingKey, (0, _crypto.stringToBuffer)(`${head}.${body}`));
34
34
  return `${head}.${body}.${(0, _crypto.base64ToBase64Url)((0, _crypto.bufferToBase64Url)(signature))}`;
35
35
  }
36
36
  function cryptoRandomValue(byteLen = 32) {
37
- return [..._crypto.webcrypto.getRandomValues(new Uint8Array(byteLen))].map(v => v.toString(16)).join('');
37
+ return [...crypto.getRandomValues(new Uint8Array(byteLen))].map(v => v.toString(16)).join('');
38
38
  }
39
39
  async function generateKeyPair() {
40
40
  const algorithm = {
@@ -46,12 +46,12 @@ async function generateKeyPair() {
46
46
 
47
47
  // The "false" here makes it non-exportable
48
48
  // https://caniuse.com/mdn-api_subtlecrypto_generatekey
49
- return _crypto.webcrypto.subtle.generateKey(algorithm, false, ['sign', 'verify']);
49
+ return crypto.subtle.generateKey(algorithm, false, ['sign', 'verify']);
50
50
  }
51
51
  async function hashAccessToken(accessToken) {
52
52
  const buffer = new TextEncoder().encode(accessToken);
53
- const hash = await _crypto.webcrypto.subtle.digest('SHA-256', buffer);
54
- return (0, _crypto.btoa)(String.fromCharCode.apply(null, new Uint8Array(hash))).replace(/\+/g, '-').replace(/\//g, '_').replace(/=+$/, '');
53
+ const hash = await crypto.subtle.digest('SHA-256', buffer);
54
+ return btoa(String.fromCharCode.apply(null, new Uint8Array(hash))).replace(/\+/g, '-').replace(/\//g, '_').replace(/=+$/, '');
55
55
  }
56
56
 
57
57
  /////////// indexeddb / keystore ///////////
@@ -181,7 +181,7 @@ async function generateDPoPProof({
181
181
  n,
182
182
  x,
183
183
  y
184
- } = await _crypto.webcrypto.subtle.exportKey('jwk', keyPair.publicKey);
184
+ } = await crypto.subtle.exportKey('jwk', keyPair.publicKey);
185
185
  const header = {
186
186
  alg: 'RS256',
187
187
  typ: 'dpop+jwt',
@@ -1 +1 @@
1
- {"version":3,"file":"dpop.js","names":["INDEXEDDB_NAME","DB_KEY","isDPoPNonceError","obj","isOAuthError","isWWWAuthError","errorCode","createJwt","header","claims","signingKey","head","stringToBase64Url","JSON","stringify","body","signature","webcrypto","subtle","sign","name","algorithm","stringToBuffer","base64ToBase64Url","bufferToBase64Url","cryptoRandomValue","byteLen","getRandomValues","Uint8Array","map","v","toString","join","generateKeyPair","hash","modulusLength","publicExponent","generateKey","hashAccessToken","accessToken","buffer","TextEncoder","encode","digest","btoa","String","fromCharCode","apply","replace","keyStore","Promise","resolve","reject","indexedDB","window","req","open","onerror","error","onupgradeneeded","db","result","createObjectStore","onsuccess","tx","transaction","store","objectStore","oncomplete","close","err","invokeStoreMethod","method","args","storeKeyPair","pairId","keyPair","findKeyPair","AuthSdkError","clearDPoPKeyPair","clearAllDPoPKeyPairs","createDPoPKeyPair","keyPairId","clearDPoPKeyPairAfterRevoke","revokedToken","tokens","shouldClear","refreshToken","tokenType","dpopPairId","generateDPoPProof","url","nonce","kty","crv","e","n","x","y","exportKey","publicKey","alg","typ","jwk","htm","htu","iat","Math","floor","Date","now","jti","ath","privateKey","generateDPoPForTokenRequest","params"],"sources":["../../../lib/oidc/dpop.ts"],"sourcesContent":["// References:\n// https://www.w3.org/TR/WebCryptoAPI/#concepts-key-storage\n// https://datatracker.ietf.org/doc/html/rfc9449\n\nimport {\n webcrypto,\n stringToBase64Url,\n stringToBuffer,\n bufferToBase64Url,\n base64ToBase64Url,\n btoa\n} from '../crypto';\nimport { AuthSdkError, OAuthError, WWWAuthError, isOAuthError, isWWWAuthError } from '../errors';\nimport { Tokens } from './types';\n\nexport interface DPoPClaims {\n htm: string;\n htu: string;\n iat: number;\n jti: string;\n nonce?: string;\n ath?: string;\n}\n\nexport interface DPoPProofParams {\n keyPair: CryptoKeyPair;\n url: string;\n method: string;\n nonce?: string;\n accessToken?: string;\n}\n\nexport type ResourceDPoPProofParams = Omit<DPoPProofParams, 'keyPair' | 'nonce'>;\ntype DPoPProofTokenRequestParams = Omit<DPoPProofParams, 'accessToken'>;\n\nconst INDEXEDDB_NAME = 'OktaAuthJs';\nconst DB_KEY = 'DPoPKeys';\n\nexport function isDPoPNonceError(obj: any): obj is OAuthError | WWWAuthError {\n return (\n (isOAuthError(obj) || isWWWAuthError(obj)) &&\n obj.errorCode === 'use_dpop_nonce'\n );\n}\n\n/////////// crypto ///////////\n\nexport async function createJwt(header: object, claims: object, signingKey: CryptoKey): Promise<string> {\n const head = stringToBase64Url(JSON.stringify(header));\n const body = stringToBase64Url(JSON.stringify(claims));\n const signature = await webcrypto.subtle.sign(\n { name: signingKey.algorithm.name }, signingKey, stringToBuffer(`${head}.${body}`)\n );\n return `${head}.${body}.${base64ToBase64Url(bufferToBase64Url(signature))}`;\n}\n\nexport function cryptoRandomValue (byteLen = 32) {\n return [...webcrypto.getRandomValues(new Uint8Array(byteLen))].map(v => v.toString(16)).join('');\n}\n\nexport async function generateKeyPair (): Promise<CryptoKeyPair> {\n const algorithm = {\n name: 'RSASSA-PKCS1-v1_5',\n hash: 'SHA-256',\n modulusLength: 2048,\n publicExponent: new Uint8Array([0x01, 0x00, 0x01]),\n };\n\n // The \"false\" here makes it non-exportable\n // https://caniuse.com/mdn-api_subtlecrypto_generatekey\n return webcrypto.subtle.generateKey(algorithm, false, ['sign', 'verify']);\n}\n\nasync function hashAccessToken (accessToken: string): Promise<string> {\n const buffer = new TextEncoder().encode(accessToken);\n const hash = await webcrypto.subtle.digest('SHA-256', buffer);\n\n return btoa(String.fromCharCode.apply(null, new Uint8Array(hash) as unknown as number[]))\n .replace(/\\+/g, '-').replace(/\\//g, '_').replace(/=+$/, '');\n}\n\n/////////// indexeddb / keystore ///////////\n\n\n// https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore#instance_methods\n// add additional methods as needed\nexport type StoreMethod = 'get' | 'add' | 'delete' | 'clear';\n\n// convenience abstraction for exposing IDBObjectStore instance\nfunction keyStore (): Promise<IDBObjectStore> {\n return new Promise((resolve, reject) => {\n try {\n const indexedDB = window.indexedDB;\n const req = indexedDB.open(INDEXEDDB_NAME, 1);\n\n req.onerror = function () {\n reject(req.error!);\n };\n\n req.onupgradeneeded = function () {\n const db = req.result;\n db.createObjectStore(DB_KEY);\n };\n\n req.onsuccess = function () {\n const db = req.result;\n const tx = db.transaction(DB_KEY, 'readwrite');\n\n tx.onerror = function () {\n reject(tx.error!);\n };\n\n const store = tx.objectStore(DB_KEY);\n\n resolve(store);\n\n tx.oncomplete = function () {\n db.close();\n };\n };\n }\n catch (err) {\n reject(err);\n }\n });\n}\n\n// convenience abstraction for wrapping IDBObjectStore methods in promises\nasync function invokeStoreMethod (method: StoreMethod, ...args: any[]): Promise<IDBRequest> {\n const store = await keyStore();\n return new Promise((resolve, reject) => {\n // https://github.com/microsoft/TypeScript/issues/49700\n // https://github.com/microsoft/TypeScript/issues/49802\n // @ts-expect-error ts(2556)\n const req = store[method](...args);\n req.onsuccess = function () {\n resolve(req);\n };\n req.onerror = function () {\n reject(req.error);\n };\n });\n}\n\nasync function storeKeyPair (pairId: string, keyPair: CryptoKeyPair) {\n await invokeStoreMethod('add', keyPair, pairId);\n return keyPair;\n}\n\n// attempts to find keyPair stored at given key, otherwise throws\nexport async function findKeyPair (pairId?: string): Promise<CryptoKeyPair> {\n if (pairId) {\n const req = await invokeStoreMethod('get', pairId);\n if (req.result) {\n return req.result;\n }\n }\n\n // defaults to throwing unless keyPair is found\n throw new AuthSdkError(`Unable to locate dpop key pair required for refresh${pairId ? ` (${pairId})` : ''}`);\n}\n\nexport async function clearDPoPKeyPair (pairId: string): Promise<void> {\n await invokeStoreMethod('delete', pairId);\n}\n\nexport async function clearAllDPoPKeyPairs (): Promise<void> {\n await invokeStoreMethod('clear');\n}\n\n// generates a crypto (non-extractable) private key pair and writes it to indexeddb, returns key (id)\nexport async function createDPoPKeyPair (): Promise<{keyPair: CryptoKeyPair, keyPairId: string}> {\n const keyPairId = cryptoRandomValue(4);\n const keyPair = await generateKeyPair();\n await storeKeyPair(keyPairId, keyPair);\n return { keyPair, keyPairId };\n}\n\n// will clear PK from storage if certain token conditions are met\n/* eslint max-len: [2, 132], complexity: [2, 12] */\nexport async function clearDPoPKeyPairAfterRevoke (revokedToken: 'access' | 'refresh', tokens: Tokens): Promise<void> {\n let shouldClear = false;\n\n const { accessToken, refreshToken } = tokens;\n\n // revoking access token and refresh token doesn't exist\n if (revokedToken === 'access' && accessToken && accessToken.tokenType === 'DPoP' && !refreshToken) {\n shouldClear = true;\n }\n\n // revoking refresh token and access token doesn't exist\n if (revokedToken === 'refresh' && refreshToken && !accessToken) {\n shouldClear = true;\n }\n\n const pairId = accessToken?.dpopPairId ?? refreshToken?.dpopPairId;\n if (shouldClear && pairId) {\n await clearDPoPKeyPair(pairId);\n }\n}\n\n/////////// proof generation methods ///////////\n\nexport async function generateDPoPProof ({ keyPair, url, method, nonce, accessToken }: DPoPProofParams): Promise<string> {\n const { kty, crv, e, n, x, y } = await webcrypto.subtle.exportKey('jwk', keyPair.publicKey);\n const header = {\n alg: 'RS256',\n typ: 'dpop+jwt',\n jwk: { kty, crv, e, n, x, y }\n };\n\n const claims: DPoPClaims = {\n htm: method,\n htu: url,\n iat: Math.floor(Date.now() / 1000),\n jti: cryptoRandomValue(),\n };\n\n if (nonce) {\n claims.nonce = nonce;\n }\n\n // encode access token\n if (accessToken) {\n claims.ath = await hashAccessToken(accessToken);\n }\n\n return createJwt(header, claims, keyPair.privateKey);\n}\n\n/* eslint max-len: [2, 132] */\nexport async function generateDPoPForTokenRequest ({ keyPair, url, method, nonce }: DPoPProofTokenRequestParams): Promise<string> {\n const params: DPoPProofParams = { keyPair, url, method };\n if (nonce) {\n params.nonce = nonce;\n }\n\n return generateDPoPProof(params);\n}\n"],"mappings":"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"}
1
+ {"version":3,"file":"dpop.js","names":["_crypto","require","_errors","INDEXEDDB_NAME","DB_KEY","isDPoPNonceError","obj","isOAuthError","isWWWAuthError","errorCode","createJwt","header","claims","signingKey","head","stringToBase64Url","JSON","stringify","body","signature","crypto","subtle","sign","name","algorithm","stringToBuffer","base64ToBase64Url","bufferToBase64Url","cryptoRandomValue","byteLen","getRandomValues","Uint8Array","map","v","toString","join","generateKeyPair","hash","modulusLength","publicExponent","generateKey","hashAccessToken","accessToken","buffer","TextEncoder","encode","digest","btoa","String","fromCharCode","apply","replace","keyStore","Promise","resolve","reject","indexedDB","window","req","open","onerror","error","onupgradeneeded","db","result","createObjectStore","onsuccess","tx","transaction","store","objectStore","oncomplete","close","err","invokeStoreMethod","method","args","storeKeyPair","pairId","keyPair","findKeyPair","AuthSdkError","clearDPoPKeyPair","clearAllDPoPKeyPairs","createDPoPKeyPair","keyPairId","clearDPoPKeyPairAfterRevoke","revokedToken","tokens","shouldClear","refreshToken","tokenType","dpopPairId","generateDPoPProof","url","nonce","kty","crv","e","n","x","y","exportKey","publicKey","alg","typ","jwk","htm","htu","iat","Math","floor","Date","now","jti","ath","privateKey","generateDPoPForTokenRequest","params"],"sources":["../../../lib/oidc/dpop.ts"],"sourcesContent":["// References:\n// https://www.w3.org/TR/WebCryptoAPI/#concepts-key-storage\n// https://datatracker.ietf.org/doc/html/rfc9449\n\nimport {\n stringToBase64Url,\n stringToBuffer,\n bufferToBase64Url,\n base64ToBase64Url\n} from '../crypto';\nimport { AuthSdkError, OAuthError, WWWAuthError, isOAuthError, isWWWAuthError } from '../errors';\nimport { Tokens } from './types';\n\nexport interface DPoPClaims {\n htm: string;\n htu: string;\n iat: number;\n jti: string;\n nonce?: string;\n ath?: string;\n}\n\nexport interface DPoPProofParams {\n keyPair: CryptoKeyPair;\n url: string;\n method: string;\n nonce?: string;\n accessToken?: string;\n}\n\nexport type ResourceDPoPProofParams = Omit<DPoPProofParams, 'keyPair' | 'nonce'>;\ntype DPoPProofTokenRequestParams = Omit<DPoPProofParams, 'accessToken'>;\n\nconst INDEXEDDB_NAME = 'OktaAuthJs';\nconst DB_KEY = 'DPoPKeys';\n\nexport function isDPoPNonceError(obj: any): obj is OAuthError | WWWAuthError {\n return (\n (isOAuthError(obj) || isWWWAuthError(obj)) &&\n obj.errorCode === 'use_dpop_nonce'\n );\n}\n\n/////////// crypto ///////////\n\nexport async function createJwt(header: object, claims: object, signingKey: CryptoKey): Promise<string> {\n const head = stringToBase64Url(JSON.stringify(header));\n const body = stringToBase64Url(JSON.stringify(claims));\n const signature = await crypto.subtle.sign(\n { name: signingKey.algorithm.name }, signingKey, stringToBuffer(`${head}.${body}`)\n );\n return `${head}.${body}.${base64ToBase64Url(bufferToBase64Url(signature))}`;\n}\n\nexport function cryptoRandomValue (byteLen = 32) {\n return [...crypto.getRandomValues(new Uint8Array(byteLen))].map(v => v.toString(16)).join('');\n}\n\nexport async function generateKeyPair (): Promise<CryptoKeyPair> {\n const algorithm = {\n name: 'RSASSA-PKCS1-v1_5',\n hash: 'SHA-256',\n modulusLength: 2048,\n publicExponent: new Uint8Array([0x01, 0x00, 0x01]),\n };\n\n // The \"false\" here makes it non-exportable\n // https://caniuse.com/mdn-api_subtlecrypto_generatekey\n return crypto.subtle.generateKey(algorithm, false, ['sign', 'verify']);\n}\n\nasync function hashAccessToken (accessToken: string): Promise<string> {\n const buffer = new TextEncoder().encode(accessToken);\n const hash = await crypto.subtle.digest('SHA-256', buffer);\n\n return btoa(String.fromCharCode.apply(null, new Uint8Array(hash) as unknown as number[]))\n .replace(/\\+/g, '-').replace(/\\//g, '_').replace(/=+$/, '');\n}\n\n/////////// indexeddb / keystore ///////////\n\n\n// https://developer.mozilla.org/en-US/docs/Web/API/IDBObjectStore#instance_methods\n// add additional methods as needed\nexport type StoreMethod = 'get' | 'add' | 'delete' | 'clear';\n\n// convenience abstraction for exposing IDBObjectStore instance\nfunction keyStore (): Promise<IDBObjectStore> {\n return new Promise((resolve, reject) => {\n try {\n const indexedDB = window.indexedDB;\n const req = indexedDB.open(INDEXEDDB_NAME, 1);\n\n req.onerror = function () {\n reject(req.error!);\n };\n\n req.onupgradeneeded = function () {\n const db = req.result;\n db.createObjectStore(DB_KEY);\n };\n\n req.onsuccess = function () {\n const db = req.result;\n const tx = db.transaction(DB_KEY, 'readwrite');\n\n tx.onerror = function () {\n reject(tx.error!);\n };\n\n const store = tx.objectStore(DB_KEY);\n\n resolve(store);\n\n tx.oncomplete = function () {\n db.close();\n };\n };\n }\n catch (err) {\n reject(err);\n }\n });\n}\n\n// convenience abstraction for wrapping IDBObjectStore methods in promises\nasync function invokeStoreMethod (method: StoreMethod, ...args: any[]): Promise<IDBRequest> {\n const store = await keyStore();\n return new Promise((resolve, reject) => {\n // https://github.com/microsoft/TypeScript/issues/49700\n // https://github.com/microsoft/TypeScript/issues/49802\n // @ts-expect-error ts(2556)\n const req = store[method](...args);\n req.onsuccess = function () {\n resolve(req);\n };\n req.onerror = function () {\n reject(req.error);\n };\n });\n}\n\nasync function storeKeyPair (pairId: string, keyPair: CryptoKeyPair) {\n await invokeStoreMethod('add', keyPair, pairId);\n return keyPair;\n}\n\n// attempts to find keyPair stored at given key, otherwise throws\nexport async function findKeyPair (pairId?: string): Promise<CryptoKeyPair> {\n if (pairId) {\n const req = await invokeStoreMethod('get', pairId);\n if (req.result) {\n return req.result;\n }\n }\n\n // defaults to throwing unless keyPair is found\n throw new AuthSdkError(`Unable to locate dpop key pair required for refresh${pairId ? ` (${pairId})` : ''}`);\n}\n\nexport async function clearDPoPKeyPair (pairId: string): Promise<void> {\n await invokeStoreMethod('delete', pairId);\n}\n\nexport async function clearAllDPoPKeyPairs (): Promise<void> {\n await invokeStoreMethod('clear');\n}\n\n// generates a crypto (non-extractable) private key pair and writes it to indexeddb, returns key (id)\nexport async function createDPoPKeyPair (): Promise<{keyPair: CryptoKeyPair, keyPairId: string}> {\n const keyPairId = cryptoRandomValue(4);\n const keyPair = await generateKeyPair();\n await storeKeyPair(keyPairId, keyPair);\n return { keyPair, keyPairId };\n}\n\n// will clear PK from storage if certain token conditions are met\n/* eslint max-len: [2, 132], complexity: [2, 12] */\nexport async function clearDPoPKeyPairAfterRevoke (revokedToken: 'access' | 'refresh', tokens: Tokens): Promise<void> {\n let shouldClear = false;\n\n const { accessToken, refreshToken } = tokens;\n\n // revoking access token and refresh token doesn't exist\n if (revokedToken === 'access' && accessToken && accessToken.tokenType === 'DPoP' && !refreshToken) {\n shouldClear = true;\n }\n\n // revoking refresh token and access token doesn't exist\n if (revokedToken === 'refresh' && refreshToken && !accessToken) {\n shouldClear = true;\n }\n\n const pairId = accessToken?.dpopPairId ?? refreshToken?.dpopPairId;\n if (shouldClear && pairId) {\n await clearDPoPKeyPair(pairId);\n }\n}\n\n/////////// proof generation methods ///////////\n\nexport async function generateDPoPProof ({ keyPair, url, method, nonce, accessToken }: DPoPProofParams): Promise<string> {\n const { kty, crv, e, n, x, y } = await crypto.subtle.exportKey('jwk', keyPair.publicKey);\n const header = {\n alg: 'RS256',\n typ: 'dpop+jwt',\n jwk: { kty, crv, e, n, x, y }\n };\n\n const claims: DPoPClaims = {\n htm: method,\n htu: url,\n iat: Math.floor(Date.now() / 1000),\n jti: cryptoRandomValue(),\n };\n\n if (nonce) {\n claims.nonce = nonce;\n }\n\n // encode access token\n if (accessToken) {\n claims.ath = await hashAccessToken(accessToken);\n }\n\n return createJwt(header, claims, keyPair.privateKey);\n}\n\n/* eslint max-len: [2, 132] */\nexport async function generateDPoPForTokenRequest ({ keyPair, url, method, nonce }: DPoPProofTokenRequestParams): Promise<string> {\n const params: DPoPProofParams = { keyPair, url, method };\n if (nonce) {\n params.nonce = nonce;\n }\n\n return generateDPoPProof(params);\n}\n"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"authorize.js","names":["convertTokenParamsToOAuthParams","tokenParams","clientId","AuthSdkError","isString","responseType","indexOf","oauthParams","codeChallenge","codeChallengeMethod","display","idp","idpScope","loginHint","maxAge","nonce","prompt","redirectUri","responseMode","sessionToken","state","acrValues","enrollAmrValues","removeNils","forEach","mayBeArray","Array","isArray","join","scopes","scope","buildAuthorizeParams","oauthQueryParams","toQueryString","extraParams"],"sources":["../../../../lib/oidc/endpoints/authorize.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-non-null-assertion */\n/*!\n * Copyright (c) 2015-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * \n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n\nimport { isString, removeNils, toQueryString } from '../../util';\nimport { AuthSdkError } from '../../errors';\nimport { OAuthParams, TokenParams } from '../types';\n\nexport function convertTokenParamsToOAuthParams(tokenParams: TokenParams) {\n // Quick validation\n if (!tokenParams.clientId) {\n throw new AuthSdkError('A clientId must be specified in the OktaAuth constructor to get a token');\n }\n\n if (isString(tokenParams.responseType) && tokenParams.responseType.indexOf(' ') !== -1) {\n throw new AuthSdkError('Multiple OAuth responseTypes must be defined as an array');\n }\n\n // Convert our params to their actual OAuth equivalents\n var oauthParams: OAuthParams = {\n 'client_id': tokenParams.clientId,\n 'code_challenge': tokenParams.codeChallenge,\n 'code_challenge_method': tokenParams.codeChallengeMethod,\n 'display': tokenParams.display,\n 'idp': tokenParams.idp,\n 'idp_scope': tokenParams.idpScope,\n 'login_hint': tokenParams.loginHint,\n 'max_age': tokenParams.maxAge,\n 'nonce': tokenParams.nonce,\n 'prompt': tokenParams.prompt,\n 'redirect_uri': tokenParams.redirectUri,\n 'response_mode': tokenParams.responseMode,\n 'response_type': tokenParams.responseType,\n 'sessionToken': tokenParams.sessionToken,\n 'state': tokenParams.state,\n 'acr_values': tokenParams.acrValues,\n 'enroll_amr_values': tokenParams.enrollAmrValues,\n };\n oauthParams = removeNils(oauthParams) as OAuthParams;\n\n ['idp_scope', 'response_type', 'enroll_amr_values'].forEach(function (mayBeArray) {\n if (Array.isArray(oauthParams[mayBeArray])) {\n oauthParams[mayBeArray] = oauthParams[mayBeArray].join(' ');\n }\n });\n\n if (tokenParams.responseType!.indexOf('id_token') !== -1 &&\n tokenParams.scopes!.indexOf('openid') === -1) {\n throw new AuthSdkError('openid scope must be specified in the scopes argument when requesting an id_token');\n } else if (tokenParams.scopes) {\n oauthParams.scope = tokenParams.scopes!.join(' ');\n }\n\n return oauthParams;\n}\n\nexport function buildAuthorizeParams(tokenParams: TokenParams) {\n var oauthQueryParams = convertTokenParamsToOAuthParams(tokenParams);\n return toQueryString({ \n ...oauthQueryParams, \n ...(tokenParams.extraParams && { ...tokenParams.extraParams })\n });\n}\n"],"mappings":";;;;AAcA;AACA;AAfA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAOO,SAASA,+BAA+B,CAACC,WAAwB,EAAE;EACxE;EACA,IAAI,CAACA,WAAW,CAACC,QAAQ,EAAE;IACzB,MAAM,IAAIC,oBAAY,CAAC,yEAAyE,CAAC;EACnG;EAEA,IAAI,IAAAC,cAAQ,EAACH,WAAW,CAACI,YAAY,CAAC,IAAIJ,WAAW,CAACI,YAAY,CAACC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;IACtF,MAAM,IAAIH,oBAAY,CAAC,0DAA0D,CAAC;EACpF;;EAEA;EACA,IAAII,WAAwB,GAAG;IAC7B,WAAW,EAAEN,WAAW,CAACC,QAAQ;IACjC,gBAAgB,EAAED,WAAW,CAACO,aAAa;IAC3C,uBAAuB,EAAEP,WAAW,CAACQ,mBAAmB;IACxD,SAAS,EAAER,WAAW,CAACS,OAAO;IAC9B,KAAK,EAAET,WAAW,CAACU,GAAG;IACtB,WAAW,EAAEV,WAAW,CAACW,QAAQ;IACjC,YAAY,EAAEX,WAAW,CAACY,SAAS;IACnC,SAAS,EAAEZ,WAAW,CAACa,MAAM;IAC7B,OAAO,EAAEb,WAAW,CAACc,KAAK;IAC1B,QAAQ,EAAEd,WAAW,CAACe,MAAM;IAC5B,cAAc,EAAEf,WAAW,CAACgB,WAAW;IACvC,eAAe,EAAEhB,WAAW,CAACiB,YAAY;IACzC,eAAe,EAAEjB,WAAW,CAACI,YAAY;IACzC,cAAc,EAAEJ,WAAW,CAACkB,YAAY;IACxC,OAAO,EAAElB,WAAW,CAACmB,KAAK;IAC1B,YAAY,EAAEnB,WAAW,CAACoB,SAAS;IACnC,mBAAmB,EAAEpB,WAAW,CAACqB;EACnC,CAAC;EACDf,WAAW,GAAG,IAAAgB,gBAAU,EAAChB,WAAW,CAAgB;EAEpD,CAAC,WAAW,EAAE,eAAe,EAAE,mBAAmB,CAAC,CAACiB,OAAO,CAAC,UAAUC,UAAU,EAAE;IAChF,IAAIC,KAAK,CAACC,OAAO,CAACpB,WAAW,CAACkB,UAAU,CAAC,CAAC,EAAE;MAC1ClB,WAAW,CAACkB,UAAU,CAAC,GAAGlB,WAAW,CAACkB,UAAU,CAAC,CAACG,IAAI,CAAC,GAAG,CAAC;IAC7D;EACF,CAAC,CAAC;EAEF,IAAI3B,WAAW,CAACI,YAAY,CAAEC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,IACtDL,WAAW,CAAC4B,MAAM,CAAEvB,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE;IAC9C,MAAM,IAAIH,oBAAY,CAAC,mFAAmF,CAAC;EAC7G,CAAC,MAAM,IAAIF,WAAW,CAAC4B,MAAM,EAAE;IAC7BtB,WAAW,CAACuB,KAAK,GAAG7B,WAAW,CAAC4B,MAAM,CAAED,IAAI,CAAC,GAAG,CAAC;EACnD;EAEA,OAAOrB,WAAW;AACpB;AAEO,SAASwB,oBAAoB,CAAC9B,WAAwB,EAAE;EAC7D,IAAI+B,gBAAgB,GAAGhC,+BAA+B,CAACC,WAAW,CAAC;EACnE,OAAO,IAAAgC,mBAAa,EAAC;IACnB,GAAGD,gBAAgB;IACnB,IAAI/B,WAAW,CAACiC,WAAW,IAAI;MAAE,GAAGjC,WAAW,CAACiC;IAAY,CAAC;EAC/D,CAAC,CAAC;AACJ"}
1
+ {"version":3,"file":"authorize.js","names":["_util","require","_errors","convertTokenParamsToOAuthParams","tokenParams","clientId","AuthSdkError","isString","responseType","indexOf","oauthParams","codeChallenge","codeChallengeMethod","display","idp","idpScope","loginHint","maxAge","nonce","prompt","redirectUri","responseMode","sessionToken","state","acrValues","enrollAmrValues","removeNils","forEach","mayBeArray","Array","isArray","join","scopes","scope","buildAuthorizeParams","oauthQueryParams","toQueryString","extraParams"],"sources":["../../../../lib/oidc/endpoints/authorize.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-non-null-assertion */\n/*!\n * Copyright (c) 2015-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * \n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n\nimport { isString, removeNils, toQueryString } from '../../util';\nimport { AuthSdkError } from '../../errors';\nimport { OAuthParams, TokenParams } from '../types';\n\nexport function convertTokenParamsToOAuthParams(tokenParams: TokenParams) {\n // Quick validation\n if (!tokenParams.clientId) {\n throw new AuthSdkError('A clientId must be specified in the OktaAuth constructor to get a token');\n }\n\n if (isString(tokenParams.responseType) && tokenParams.responseType.indexOf(' ') !== -1) {\n throw new AuthSdkError('Multiple OAuth responseTypes must be defined as an array');\n }\n\n // Convert our params to their actual OAuth equivalents\n var oauthParams: OAuthParams = {\n 'client_id': tokenParams.clientId,\n 'code_challenge': tokenParams.codeChallenge,\n 'code_challenge_method': tokenParams.codeChallengeMethod,\n 'display': tokenParams.display,\n 'idp': tokenParams.idp,\n 'idp_scope': tokenParams.idpScope,\n 'login_hint': tokenParams.loginHint,\n 'max_age': tokenParams.maxAge,\n 'nonce': tokenParams.nonce,\n 'prompt': tokenParams.prompt,\n 'redirect_uri': tokenParams.redirectUri,\n 'response_mode': tokenParams.responseMode,\n 'response_type': tokenParams.responseType,\n 'sessionToken': tokenParams.sessionToken,\n 'state': tokenParams.state,\n 'acr_values': tokenParams.acrValues,\n 'enroll_amr_values': tokenParams.enrollAmrValues,\n };\n oauthParams = removeNils(oauthParams) as OAuthParams;\n\n ['idp_scope', 'response_type', 'enroll_amr_values'].forEach(function (mayBeArray) {\n if (Array.isArray(oauthParams[mayBeArray])) {\n oauthParams[mayBeArray] = oauthParams[mayBeArray].join(' ');\n }\n });\n\n if (tokenParams.responseType!.indexOf('id_token') !== -1 &&\n tokenParams.scopes!.indexOf('openid') === -1) {\n throw new AuthSdkError('openid scope must be specified in the scopes argument when requesting an id_token');\n } else if (tokenParams.scopes) {\n oauthParams.scope = tokenParams.scopes!.join(' ');\n }\n\n return oauthParams;\n}\n\nexport function buildAuthorizeParams(tokenParams: TokenParams) {\n var oauthQueryParams = convertTokenParamsToOAuthParams(tokenParams);\n return toQueryString({ \n ...oauthQueryParams, \n ...(tokenParams.extraParams && { ...tokenParams.extraParams })\n });\n}\n"],"mappings":";;;;AAcA,IAAAA,KAAA,GAAAC,OAAA;AACA,IAAAC,OAAA,GAAAD,OAAA;AAfA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAOO,SAASE,+BAA+BA,CAACC,WAAwB,EAAE;EACxE;EACA,IAAI,CAACA,WAAW,CAACC,QAAQ,EAAE;IACzB,MAAM,IAAIC,oBAAY,CAAC,yEAAyE,CAAC;EACnG;EAEA,IAAI,IAAAC,cAAQ,EAACH,WAAW,CAACI,YAAY,CAAC,IAAIJ,WAAW,CAACI,YAAY,CAACC,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,EAAE;IACtF,MAAM,IAAIH,oBAAY,CAAC,0DAA0D,CAAC;EACpF;;EAEA;EACA,IAAII,WAAwB,GAAG;IAC7B,WAAW,EAAEN,WAAW,CAACC,QAAQ;IACjC,gBAAgB,EAAED,WAAW,CAACO,aAAa;IAC3C,uBAAuB,EAAEP,WAAW,CAACQ,mBAAmB;IACxD,SAAS,EAAER,WAAW,CAACS,OAAO;IAC9B,KAAK,EAAET,WAAW,CAACU,GAAG;IACtB,WAAW,EAAEV,WAAW,CAACW,QAAQ;IACjC,YAAY,EAAEX,WAAW,CAACY,SAAS;IACnC,SAAS,EAAEZ,WAAW,CAACa,MAAM;IAC7B,OAAO,EAAEb,WAAW,CAACc,KAAK;IAC1B,QAAQ,EAAEd,WAAW,CAACe,MAAM;IAC5B,cAAc,EAAEf,WAAW,CAACgB,WAAW;IACvC,eAAe,EAAEhB,WAAW,CAACiB,YAAY;IACzC,eAAe,EAAEjB,WAAW,CAACI,YAAY;IACzC,cAAc,EAAEJ,WAAW,CAACkB,YAAY;IACxC,OAAO,EAAElB,WAAW,CAACmB,KAAK;IAC1B,YAAY,EAAEnB,WAAW,CAACoB,SAAS;IACnC,mBAAmB,EAAEpB,WAAW,CAACqB;EACnC,CAAC;EACDf,WAAW,GAAG,IAAAgB,gBAAU,EAAChB,WAAW,CAAgB;EAEpD,CAAC,WAAW,EAAE,eAAe,EAAE,mBAAmB,CAAC,CAACiB,OAAO,CAAC,UAAUC,UAAU,EAAE;IAChF,IAAIC,KAAK,CAACC,OAAO,CAACpB,WAAW,CAACkB,UAAU,CAAC,CAAC,EAAE;MAC1ClB,WAAW,CAACkB,UAAU,CAAC,GAAGlB,WAAW,CAACkB,UAAU,CAAC,CAACG,IAAI,CAAC,GAAG,CAAC;IAC7D;EACF,CAAC,CAAC;EAEF,IAAI3B,WAAW,CAACI,YAAY,CAAEC,OAAO,CAAC,UAAU,CAAC,KAAK,CAAC,CAAC,IACtDL,WAAW,CAAC4B,MAAM,CAAEvB,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,EAAE;IAC9C,MAAM,IAAIH,oBAAY,CAAC,mFAAmF,CAAC;EAC7G,CAAC,MAAM,IAAIF,WAAW,CAAC4B,MAAM,EAAE;IAC7BtB,WAAW,CAACuB,KAAK,GAAG7B,WAAW,CAAC4B,MAAM,CAAED,IAAI,CAAC,GAAG,CAAC;EACnD;EAEA,OAAOrB,WAAW;AACpB;AAEO,SAASwB,oBAAoBA,CAAC9B,WAAwB,EAAE;EAC7D,IAAI+B,gBAAgB,GAAGhC,+BAA+B,CAACC,WAAW,CAAC;EACnE,OAAO,IAAAgC,mBAAa,EAAC;IACnB,GAAGD,gBAAgB;IACnB,IAAI/B,WAAW,CAACiC,WAAW,IAAI;MAAE,GAAGjC,WAAW,CAACiC;IAAY,CAAC;EAC/D,CAAC,CAAC;AACJ","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":[],"sources":["../../../../lib/oidc/endpoints/index.ts"],"sourcesContent":["/*!\n * Copyright (c) 2015-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * \n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n\nexport * from './authorize';\nexport * from './token';\nexport * from './well-known';\n"],"mappings":";;AAaA;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;AACA;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;AACA;AAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA"}
1
+ {"version":3,"file":"index.js","names":["_authorize","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get","_token","_wellKnown"],"sources":["../../../../lib/oidc/endpoints/index.ts"],"sourcesContent":["/*!\n * Copyright (c) 2015-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * \n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n\nexport * from './authorize';\nexport * from './token';\nexport * from './well-known';\n"],"mappings":";;AAaA,IAAAA,UAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,UAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,UAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAT,UAAA,CAAAK,GAAA;IAAA;EAAA;AAAA;AACA,IAAAK,MAAA,GAAAT,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAO,MAAA,EAAAN,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAK,MAAA,CAAAL,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAC,MAAA,CAAAL,GAAA;IAAA;EAAA;AAAA;AACA,IAAAM,UAAA,GAAAV,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAQ,UAAA,EAAAP,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAM,UAAA,CAAAN,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,CAAA;MAAA,OAAAE,UAAA,CAAAN,GAAA;IAAA;EAAA;AAAA","ignoreList":[]}
@@ -98,7 +98,6 @@ async function makeTokenRequest(sdk, {
98
98
  }, err.resp ?? undefined // yay ts
99
99
  );
100
100
  }
101
-
102
101
  return makeTokenRequest(sdk, {
103
102
  url,
104
103
  data,
@@ -1 +1 @@
1
- {"version":3,"file":"token.js","names":["validateOptions","options","clientId","AuthSdkError","redirectUri","authorizationCode","interactionCode","codeVerifier","getPostData","sdk","params","removeNils","code","clientSecret","toQueryString","slice","makeTokenRequest","url","data","nonce","dpopKeyPair","method","headers","dpop","proof","generateDPoPForTokenRequest","keyPair","DPoP","resp","httpRequest","args","err","isDPoPNonceError","dpopNonce","AuthApiError","errorSummary","undefined","postToTokenEndpoint","urls","tokenUrl","postRefreshToken","refreshToken","Object","entries","client_id","grant_type","scope","scopes","join","refresh_token","map","name","value","encodeURIComponent","extraParams","keys","length"],"sources":["../../../../lib/oidc/endpoints/token.ts"],"sourcesContent":["/*!\n * Copyright (c) 2015-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * \n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n\nimport { AuthSdkError, AuthApiError } from '../../errors';\nimport { CustomUrls, OAuthParams, OAuthResponse, RefreshToken, TokenParams } from '../types';\nimport { removeNils, toQueryString } from '../../util';\nimport { httpRequest, OktaAuthHttpInterface } from '../../http';\nimport { generateDPoPForTokenRequest, isDPoPNonceError } from '../dpop';\n\nexport interface TokenEndpointParams extends TokenParams {\n dpopKeyPair?: CryptoKeyPair;\n}\n\ninterface TokenRequestParams {\n url: string;\n data: any;\n dpopKeyPair?: CryptoKeyPair;\n nonce?: string;\n}\n\nfunction validateOptions(options: TokenEndpointParams) {\n // Quick validation\n if (!options.clientId) {\n throw new AuthSdkError('A clientId must be specified in the OktaAuth constructor to get a token');\n }\n\n if (!options.redirectUri) {\n throw new AuthSdkError('The redirectUri passed to /authorize must also be passed to /token');\n }\n\n if (!options.authorizationCode && !options.interactionCode) {\n throw new AuthSdkError('An authorization code (returned from /authorize) must be passed to /token');\n }\n\n if (!options.codeVerifier) {\n throw new AuthSdkError('The \"codeVerifier\" (generated and saved by your app) must be passed to /token');\n }\n}\n\nfunction getPostData(sdk, options: TokenParams): string {\n // Convert Token params to OAuth params, sent to the /token endpoint\n var params: OAuthParams = removeNils({\n 'client_id': options.clientId,\n 'redirect_uri': options.redirectUri,\n 'grant_type': options.interactionCode ? 'interaction_code' : 'authorization_code',\n 'code_verifier': options.codeVerifier\n });\n\n if (options.interactionCode) {\n params['interaction_code'] = options.interactionCode;\n } else if (options.authorizationCode) {\n params.code = options.authorizationCode;\n }\n\n const { clientSecret } = sdk.options;\n if (clientSecret) {\n params['client_secret'] = clientSecret;\n }\n\n // Encode as URL string\n return toQueryString(params).slice(1);\n}\n\n/* eslint complexity: [2, 10] */\nasync function makeTokenRequest (sdk, { url, data, nonce, dpopKeyPair }: TokenRequestParams): Promise<OAuthResponse> {\n const method = 'POST';\n const headers: any = {\n 'Content-Type': 'application/x-www-form-urlencoded',\n };\n\n if (sdk.options.dpop) {\n if (!dpopKeyPair) {\n throw new AuthSdkError('DPoP is configured but no key pair was provided');\n }\n\n const proof = await generateDPoPForTokenRequest({ url, method, nonce, keyPair: dpopKeyPair });\n headers.DPoP = proof;\n }\n\n try {\n const resp = await httpRequest(sdk, {\n url,\n method,\n args: data,\n headers\n });\n return resp;\n }\n catch (err) {\n if (isDPoPNonceError(err) && !nonce) {\n const dpopNonce = err.resp?.headers['dpop-nonce'];\n if (!dpopNonce) {\n // throws error is dpop-nonce header cannot be found, prevents infinite loop\n throw new AuthApiError(\n {errorSummary: 'No `dpop-nonce` header found when required'},\n err.resp ?? undefined // yay ts\n );\n }\n return makeTokenRequest(sdk, { url, data, dpopKeyPair, nonce: dpopNonce });\n }\n throw err;\n }\n}\n\n// exchange authorization code for an access token\nexport async function postToTokenEndpoint(sdk, options: TokenEndpointParams, urls: CustomUrls): Promise<OAuthResponse> {\n validateOptions(options);\n var data = getPostData(sdk, options);\n\n const params: TokenRequestParams = {\n url: urls.tokenUrl!,\n data,\n dpopKeyPair: options?.dpopKeyPair\n };\n\n return makeTokenRequest(sdk, params);\n}\n\nexport async function postRefreshToken(\n sdk: OktaAuthHttpInterface,\n options: TokenEndpointParams,\n refreshToken: RefreshToken\n): Promise<OAuthResponse> {\n const data = Object.entries({\n client_id: options.clientId, // eslint-disable-line camelcase\n grant_type: 'refresh_token', // eslint-disable-line camelcase\n scope: refreshToken.scopes.join(' '),\n refresh_token: refreshToken.refreshToken, // eslint-disable-line camelcase\n }).map(function ([name, value]) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n return name + '=' + encodeURIComponent(value!);\n }).join('&');\n\n let url = refreshToken.tokenUrl;\n if (options.extraParams && Object.keys(options.extraParams).length >= 1) {\n url += toQueryString(options.extraParams);\n }\n\n const params: TokenRequestParams = {\n url,\n data,\n dpopKeyPair: options?.dpopKeyPair\n };\n\n return makeTokenRequest(sdk, params);\n}\n"],"mappings":"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"}
1
+ {"version":3,"file":"token.js","names":["_errors","require","_util","_http","_dpop","validateOptions","options","clientId","AuthSdkError","redirectUri","authorizationCode","interactionCode","codeVerifier","getPostData","sdk","params","removeNils","code","clientSecret","toQueryString","slice","makeTokenRequest","url","data","nonce","dpopKeyPair","method","headers","dpop","proof","generateDPoPForTokenRequest","keyPair","DPoP","resp","httpRequest","args","err","isDPoPNonceError","dpopNonce","AuthApiError","errorSummary","undefined","postToTokenEndpoint","urls","tokenUrl","postRefreshToken","refreshToken","Object","entries","client_id","grant_type","scope","scopes","join","refresh_token","map","name","value","encodeURIComponent","extraParams","keys","length"],"sources":["../../../../lib/oidc/endpoints/token.ts"],"sourcesContent":["/*!\n * Copyright (c) 2015-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * \n * See the License for the specific language governing permissions and limitations under the License.\n */\n\n\nimport { AuthSdkError, AuthApiError } from '../../errors';\nimport { CustomUrls, OAuthParams, OAuthResponse, RefreshToken, TokenParams } from '../types';\nimport { removeNils, toQueryString } from '../../util';\nimport { httpRequest, OktaAuthHttpInterface } from '../../http';\nimport { generateDPoPForTokenRequest, isDPoPNonceError } from '../dpop';\n\nexport interface TokenEndpointParams extends TokenParams {\n dpopKeyPair?: CryptoKeyPair;\n}\n\ninterface TokenRequestParams {\n url: string;\n data: any;\n dpopKeyPair?: CryptoKeyPair;\n nonce?: string;\n}\n\nfunction validateOptions(options: TokenEndpointParams) {\n // Quick validation\n if (!options.clientId) {\n throw new AuthSdkError('A clientId must be specified in the OktaAuth constructor to get a token');\n }\n\n if (!options.redirectUri) {\n throw new AuthSdkError('The redirectUri passed to /authorize must also be passed to /token');\n }\n\n if (!options.authorizationCode && !options.interactionCode) {\n throw new AuthSdkError('An authorization code (returned from /authorize) must be passed to /token');\n }\n\n if (!options.codeVerifier) {\n throw new AuthSdkError('The \"codeVerifier\" (generated and saved by your app) must be passed to /token');\n }\n}\n\nfunction getPostData(sdk, options: TokenParams): string {\n // Convert Token params to OAuth params, sent to the /token endpoint\n var params: OAuthParams = removeNils({\n 'client_id': options.clientId,\n 'redirect_uri': options.redirectUri,\n 'grant_type': options.interactionCode ? 'interaction_code' : 'authorization_code',\n 'code_verifier': options.codeVerifier\n });\n\n if (options.interactionCode) {\n params['interaction_code'] = options.interactionCode;\n } else if (options.authorizationCode) {\n params.code = options.authorizationCode;\n }\n\n const { clientSecret } = sdk.options;\n if (clientSecret) {\n params['client_secret'] = clientSecret;\n }\n\n // Encode as URL string\n return toQueryString(params).slice(1);\n}\n\n/* eslint complexity: [2, 10] */\nasync function makeTokenRequest (sdk, { url, data, nonce, dpopKeyPair }: TokenRequestParams): Promise<OAuthResponse> {\n const method = 'POST';\n const headers: any = {\n 'Content-Type': 'application/x-www-form-urlencoded',\n };\n\n if (sdk.options.dpop) {\n if (!dpopKeyPair) {\n throw new AuthSdkError('DPoP is configured but no key pair was provided');\n }\n\n const proof = await generateDPoPForTokenRequest({ url, method, nonce, keyPair: dpopKeyPair });\n headers.DPoP = proof;\n }\n\n try {\n const resp = await httpRequest(sdk, {\n url,\n method,\n args: data,\n headers\n });\n return resp;\n }\n catch (err) {\n if (isDPoPNonceError(err) && !nonce) {\n const dpopNonce = err.resp?.headers['dpop-nonce'];\n if (!dpopNonce) {\n // throws error is dpop-nonce header cannot be found, prevents infinite loop\n throw new AuthApiError(\n {errorSummary: 'No `dpop-nonce` header found when required'},\n err.resp ?? undefined // yay ts\n );\n }\n return makeTokenRequest(sdk, { url, data, dpopKeyPair, nonce: dpopNonce });\n }\n throw err;\n }\n}\n\n// exchange authorization code for an access token\nexport async function postToTokenEndpoint(sdk, options: TokenEndpointParams, urls: CustomUrls): Promise<OAuthResponse> {\n validateOptions(options);\n var data = getPostData(sdk, options);\n\n const params: TokenRequestParams = {\n url: urls.tokenUrl!,\n data,\n dpopKeyPair: options?.dpopKeyPair\n };\n\n return makeTokenRequest(sdk, params);\n}\n\nexport async function postRefreshToken(\n sdk: OktaAuthHttpInterface,\n options: TokenEndpointParams,\n refreshToken: RefreshToken\n): Promise<OAuthResponse> {\n const data = Object.entries({\n client_id: options.clientId, // eslint-disable-line camelcase\n grant_type: 'refresh_token', // eslint-disable-line camelcase\n scope: refreshToken.scopes.join(' '),\n refresh_token: refreshToken.refreshToken, // eslint-disable-line camelcase\n }).map(function ([name, value]) {\n // eslint-disable-next-line @typescript-eslint/no-non-null-assertion\n return name + '=' + encodeURIComponent(value!);\n }).join('&');\n\n let url = refreshToken.tokenUrl;\n if (options.extraParams && Object.keys(options.extraParams).length >= 1) {\n url += toQueryString(options.extraParams);\n }\n\n const params: TokenRequestParams = {\n url,\n data,\n dpopKeyPair: options?.dpopKeyPair\n };\n\n return makeTokenRequest(sdk, params);\n}\n"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"well-known.js","names":["getWellKnown","sdk","issuer","authServerUri","options","get","cacheResponse","getKey","kid","httpCache","storageManager","getHttpCache","cookies","then","wellKnown","jwksUri","cacheContents","getStorage","cachedResponse","Date","now","expiresAt","cachedKey","find","response","keys","clearStorage","res","key","AuthSdkError"],"sources":["../../../../lib/oidc/endpoints/well-known.ts"],"sourcesContent":["/*!\n * Copyright (c) 2015-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n *\n */\nimport { get } from '../../http';\nimport { find } from '../../util';\nimport { OktaAuthOAuthInterface, WellKnownResponse } from '../types';\nimport AuthSdkError from '../../errors/AuthSdkError';\n\nexport function getWellKnown(sdk: OktaAuthOAuthInterface, issuer?: string): Promise<WellKnownResponse> {\n var authServerUri = (issuer || sdk.options.issuer);\n return get(sdk, authServerUri + '/.well-known/openid-configuration', {\n cacheResponse: true\n });\n}\n\nexport function getKey(sdk: OktaAuthOAuthInterface, issuer: string, kid: string): Promise<string> {\n var httpCache = sdk.storageManager.getHttpCache(sdk.options.cookies);\n\n return getWellKnown(sdk, issuer)\n .then(function(wellKnown) {\n var jwksUri = wellKnown['jwks_uri'];\n\n // Check our kid against the cached version (if it exists and isn't expired)\n var cacheContents = httpCache.getStorage();\n var cachedResponse = cacheContents[jwksUri];\n if (cachedResponse && Date.now()/1000 < cachedResponse.expiresAt) {\n var cachedKey = find(cachedResponse.response.keys, {\n kid: kid\n });\n\n if (cachedKey) {\n return cachedKey;\n }\n }\n\n // Remove cache for the key\n httpCache.clearStorage(jwksUri);\n\n // Pull the latest keys if the key wasn't in the cache\n return get(sdk, jwksUri, {\n cacheResponse: true\n })\n .then(function(res) {\n var key = find(res.keys, {\n kid: kid\n });\n\n if (key) {\n return key;\n }\n\n throw new AuthSdkError('The key id, ' + kid + ', was not found in the server\\'s keys');\n });\n });\n}\n"],"mappings":";;;;;AAYA;AACA;AAEA;AAfA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAMO,SAASA,YAAY,CAACC,GAA2B,EAAEC,MAAe,EAA8B;EACrG,IAAIC,aAAa,GAAID,MAAM,IAAID,GAAG,CAACG,OAAO,CAACF,MAAO;EAClD,OAAO,IAAAG,SAAG,EAACJ,GAAG,EAAEE,aAAa,GAAG,mCAAmC,EAAE;IACnEG,aAAa,EAAE;EACjB,CAAC,CAAC;AACJ;AAEO,SAASC,MAAM,CAACN,GAA2B,EAAEC,MAAc,EAAEM,GAAW,EAAmB;EAChG,IAAIC,SAAS,GAAGR,GAAG,CAACS,cAAc,CAACC,YAAY,CAACV,GAAG,CAACG,OAAO,CAACQ,OAAO,CAAC;EAEpE,OAAOZ,YAAY,CAACC,GAAG,EAAEC,MAAM,CAAC,CAC/BW,IAAI,CAAC,UAASC,SAAS,EAAE;IACxB,IAAIC,OAAO,GAAGD,SAAS,CAAC,UAAU,CAAC;;IAEnC;IACA,IAAIE,aAAa,GAAGP,SAAS,CAACQ,UAAU,EAAE;IAC1C,IAAIC,cAAc,GAAGF,aAAa,CAACD,OAAO,CAAC;IAC3C,IAAIG,cAAc,IAAIC,IAAI,CAACC,GAAG,EAAE,GAAC,IAAI,GAAGF,cAAc,CAACG,SAAS,EAAE;MAChE,IAAIC,SAAS,GAAG,IAAAC,UAAI,EAACL,cAAc,CAACM,QAAQ,CAACC,IAAI,EAAE;QACjDjB,GAAG,EAAEA;MACP,CAAC,CAAC;MAEF,IAAIc,SAAS,EAAE;QACb,OAAOA,SAAS;MAClB;IACF;;IAEA;IACAb,SAAS,CAACiB,YAAY,CAACX,OAAO,CAAC;;IAE/B;IACA,OAAO,IAAAV,SAAG,EAACJ,GAAG,EAAEc,OAAO,EAAE;MACvBT,aAAa,EAAE;IACjB,CAAC,CAAC,CACDO,IAAI,CAAC,UAASc,GAAG,EAAE;MAClB,IAAIC,GAAG,GAAG,IAAAL,UAAI,EAACI,GAAG,CAACF,IAAI,EAAE;QACvBjB,GAAG,EAAEA;MACP,CAAC,CAAC;MAEF,IAAIoB,GAAG,EAAE;QACP,OAAOA,GAAG;MACZ;MAEA,MAAM,IAAIC,qBAAY,CAAC,cAAc,GAAGrB,GAAG,GAAG,uCAAuC,CAAC;IACxF,CAAC,CAAC;EACJ,CAAC,CAAC;AACJ"}
1
+ {"version":3,"file":"well-known.js","names":["_http","require","_util","_AuthSdkError","_interopRequireDefault","getWellKnown","sdk","issuer","authServerUri","options","get","cacheResponse","getKey","kid","httpCache","storageManager","getHttpCache","cookies","then","wellKnown","jwksUri","cacheContents","getStorage","cachedResponse","Date","now","expiresAt","cachedKey","find","response","keys","clearStorage","res","key","AuthSdkError"],"sources":["../../../../lib/oidc/endpoints/well-known.ts"],"sourcesContent":["/*!\n * Copyright (c) 2015-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n *\n */\nimport { get } from '../../http';\nimport { find } from '../../util';\nimport { OktaAuthOAuthInterface, WellKnownResponse } from '../types';\nimport AuthSdkError from '../../errors/AuthSdkError';\n\nexport function getWellKnown(sdk: OktaAuthOAuthInterface, issuer?: string): Promise<WellKnownResponse> {\n var authServerUri = (issuer || sdk.options.issuer);\n return get(sdk, authServerUri + '/.well-known/openid-configuration', {\n cacheResponse: true\n });\n}\n\nexport function getKey(sdk: OktaAuthOAuthInterface, issuer: string, kid: string): Promise<string> {\n var httpCache = sdk.storageManager.getHttpCache(sdk.options.cookies);\n\n return getWellKnown(sdk, issuer)\n .then(function(wellKnown) {\n var jwksUri = wellKnown['jwks_uri'];\n\n // Check our kid against the cached version (if it exists and isn't expired)\n var cacheContents = httpCache.getStorage();\n var cachedResponse = cacheContents[jwksUri];\n if (cachedResponse && Date.now()/1000 < cachedResponse.expiresAt) {\n var cachedKey = find(cachedResponse.response.keys, {\n kid: kid\n });\n\n if (cachedKey) {\n return cachedKey;\n }\n }\n\n // Remove cache for the key\n httpCache.clearStorage(jwksUri);\n\n // Pull the latest keys if the key wasn't in the cache\n return get(sdk, jwksUri, {\n cacheResponse: true\n })\n .then(function(res) {\n var key = find(res.keys, {\n kid: kid\n });\n\n if (key) {\n return key;\n }\n\n throw new AuthSdkError('The key id, ' + kid + ', was not found in the server\\'s keys');\n });\n });\n}\n"],"mappings":";;;;;AAYA,IAAAA,KAAA,GAAAC,OAAA;AACA,IAAAC,KAAA,GAAAD,OAAA;AAEA,IAAAE,aAAA,GAAAC,sBAAA,CAAAH,OAAA;AAfA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAMO,SAASI,YAAYA,CAACC,GAA2B,EAAEC,MAAe,EAA8B;EACrG,IAAIC,aAAa,GAAID,MAAM,IAAID,GAAG,CAACG,OAAO,CAACF,MAAO;EAClD,OAAO,IAAAG,SAAG,EAACJ,GAAG,EAAEE,aAAa,GAAG,mCAAmC,EAAE;IACnEG,aAAa,EAAE;EACjB,CAAC,CAAC;AACJ;AAEO,SAASC,MAAMA,CAACN,GAA2B,EAAEC,MAAc,EAAEM,GAAW,EAAmB;EAChG,IAAIC,SAAS,GAAGR,GAAG,CAACS,cAAc,CAACC,YAAY,CAACV,GAAG,CAACG,OAAO,CAACQ,OAAO,CAAC;EAEpE,OAAOZ,YAAY,CAACC,GAAG,EAAEC,MAAM,CAAC,CAC/BW,IAAI,CAAC,UAASC,SAAS,EAAE;IACxB,IAAIC,OAAO,GAAGD,SAAS,CAAC,UAAU,CAAC;;IAEnC;IACA,IAAIE,aAAa,GAAGP,SAAS,CAACQ,UAAU,CAAC,CAAC;IAC1C,IAAIC,cAAc,GAAGF,aAAa,CAACD,OAAO,CAAC;IAC3C,IAAIG,cAAc,IAAIC,IAAI,CAACC,GAAG,CAAC,CAAC,GAAC,IAAI,GAAGF,cAAc,CAACG,SAAS,EAAE;MAChE,IAAIC,SAAS,GAAG,IAAAC,UAAI,EAACL,cAAc,CAACM,QAAQ,CAACC,IAAI,EAAE;QACjDjB,GAAG,EAAEA;MACP,CAAC,CAAC;MAEF,IAAIc,SAAS,EAAE;QACb,OAAOA,SAAS;MAClB;IACF;;IAEA;IACAb,SAAS,CAACiB,YAAY,CAACX,OAAO,CAAC;;IAE/B;IACA,OAAO,IAAAV,SAAG,EAACJ,GAAG,EAAEc,OAAO,EAAE;MACvBT,aAAa,EAAE;IACjB,CAAC,CAAC,CACDO,IAAI,CAAC,UAASc,GAAG,EAAE;MAClB,IAAIC,GAAG,GAAG,IAAAL,UAAI,EAACI,GAAG,CAACF,IAAI,EAAE;QACvBjB,GAAG,EAAEA;MACP,CAAC,CAAC;MAEF,IAAIoB,GAAG,EAAE;QACP,OAAOA,GAAG;MACZ;MAEA,MAAM,IAAIC,qBAAY,CAAC,cAAc,GAAGrB,GAAG,GAAG,uCAAuC,CAAC;IACxF,CAAC,CAAC;EACJ,CAAC,CAAC;AACJ","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"enrollAuthenticator.js","names":["enrollAuthenticator","sdk","options","clone","params","prepareEnrollAuthenticatorParams","meta","createEnrollAuthenticatorMeta","requestUrl","urls","authorizeUrl","buildAuthorizeParams","transactionManager","save","setLocation","window","location","assign"],"sources":["../../../lib/oidc/enrollAuthenticator.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-non-null-assertion */\n/*!\n * Copyright (c) 2015-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n *\n */\nimport { OktaAuthOAuthInterface, EnrollAuthenticatorOptions } from './types';\nimport { clone } from '../util';\nimport { prepareEnrollAuthenticatorParams, createEnrollAuthenticatorMeta } from './util';\nimport { buildAuthorizeParams } from './endpoints/authorize';\n\nexport function enrollAuthenticator(\n sdk: OktaAuthOAuthInterface, \n options: EnrollAuthenticatorOptions\n): void {\n options = clone(options) || {};\n\n const params = prepareEnrollAuthenticatorParams(sdk, options);\n const meta = createEnrollAuthenticatorMeta(sdk, params);\n const requestUrl = meta.urls.authorizeUrl + buildAuthorizeParams(params);\n sdk.transactionManager.save(meta);\n if (sdk.options.setLocation) {\n sdk.options.setLocation(requestUrl);\n } else {\n window.location.assign(requestUrl);\n }\n}\n"],"mappings":";;;AAcA;AACA;AACA;AAhBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAMO,SAASA,mBAAmB,CACjCC,GAA2B,EAC3BC,OAAmC,EAC7B;EACNA,OAAO,GAAG,IAAAC,WAAK,EAACD,OAAO,CAAC,IAAI,CAAC,CAAC;EAE9B,MAAME,MAAM,GAAG,IAAAC,uCAAgC,EAACJ,GAAG,EAAEC,OAAO,CAAC;EAC7D,MAAMI,IAAI,GAAG,IAAAC,oCAA6B,EAACN,GAAG,EAAEG,MAAM,CAAC;EACvD,MAAMI,UAAU,GAAGF,IAAI,CAACG,IAAI,CAACC,YAAY,GAAG,IAAAC,+BAAoB,EAACP,MAAM,CAAC;EACxEH,GAAG,CAACW,kBAAkB,CAACC,IAAI,CAACP,IAAI,CAAC;EACjC,IAAIL,GAAG,CAACC,OAAO,CAACY,WAAW,EAAE;IAC3Bb,GAAG,CAACC,OAAO,CAACY,WAAW,CAACN,UAAU,CAAC;EACrC,CAAC,MAAM;IACLO,MAAM,CAACC,QAAQ,CAACC,MAAM,CAACT,UAAU,CAAC;EACpC;AACF"}
1
+ {"version":3,"file":"enrollAuthenticator.js","names":["_util","require","_util2","_authorize","enrollAuthenticator","sdk","options","clone","params","prepareEnrollAuthenticatorParams","meta","createEnrollAuthenticatorMeta","requestUrl","urls","authorizeUrl","buildAuthorizeParams","transactionManager","save","setLocation","window","location","assign"],"sources":["../../../lib/oidc/enrollAuthenticator.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-non-null-assertion */\n/*!\n * Copyright (c) 2015-present, Okta, Inc. and/or its affiliates. All rights reserved.\n * The Okta software accompanied by this notice is provided pursuant to the Apache License, Version 2.0 (the \"License.\")\n *\n * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n *\n * See the License for the specific language governing permissions and limitations under the License.\n *\n */\nimport { OktaAuthOAuthInterface, EnrollAuthenticatorOptions } from './types';\nimport { clone } from '../util';\nimport { prepareEnrollAuthenticatorParams, createEnrollAuthenticatorMeta } from './util';\nimport { buildAuthorizeParams } from './endpoints/authorize';\n\nexport function enrollAuthenticator(\n sdk: OktaAuthOAuthInterface, \n options: EnrollAuthenticatorOptions\n): void {\n options = clone(options) || {};\n\n const params = prepareEnrollAuthenticatorParams(sdk, options);\n const meta = createEnrollAuthenticatorMeta(sdk, params);\n const requestUrl = meta.urls.authorizeUrl + buildAuthorizeParams(params);\n sdk.transactionManager.save(meta);\n if (sdk.options.setLocation) {\n sdk.options.setLocation(requestUrl);\n } else {\n window.location.assign(requestUrl);\n }\n}\n"],"mappings":";;;AAcA,IAAAA,KAAA,GAAAC,OAAA;AACA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,UAAA,GAAAF,OAAA;AAhBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAMO,SAASG,mBAAmBA,CACjCC,GAA2B,EAC3BC,OAAmC,EAC7B;EACNA,OAAO,GAAG,IAAAC,WAAK,EAACD,OAAO,CAAC,IAAI,CAAC,CAAC;EAE9B,MAAME,MAAM,GAAG,IAAAC,uCAAgC,EAACJ,GAAG,EAAEC,OAAO,CAAC;EAC7D,MAAMI,IAAI,GAAG,IAAAC,oCAA6B,EAACN,GAAG,EAAEG,MAAM,CAAC;EACvD,MAAMI,UAAU,GAAGF,IAAI,CAACG,IAAI,CAACC,YAAY,GAAG,IAAAC,+BAAoB,EAACP,MAAM,CAAC;EACxEH,GAAG,CAACW,kBAAkB,CAACC,IAAI,CAACP,IAAI,CAAC;EACjC,IAAIL,GAAG,CAACC,OAAO,CAACY,WAAW,EAAE;IAC3Bb,GAAG,CAACC,OAAO,CAACY,WAAW,CAACN,UAAU,CAAC;EACrC,CAAC,MAAM;IACLO,MAAM,CAACC,QAAQ,CAACC,MAAM,CAACT,UAAU,CAAC;EACpC;AACF","ignoreList":[]}