@zohodesk/react-cli 1.1.19-exp.3 → 1.1.19-exp.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (166) hide show
  1. package/bin/cli.js +4 -0
  2. package/lib/babel/cmjs-plugins-presets.js +11 -6
  3. package/lib/babel/es-plugins-presets.js +12 -6
  4. package/lib/configs/webpack.dev.config.js +4 -0
  5. package/lib/configs/webpack.prod.config.js +5 -1
  6. package/lib/loaderUtils/getDevJsLoaders.js +1 -1
  7. package/lib/loaders/workerLoader.js +24 -39
  8. package/lib/pluginUtils/configHtmlWebpackPlugins.js +2 -9
  9. package/lib/pluginUtils/getDevPlugins.js +2 -4
  10. package/lib/pluginUtils/getProdPlugins.js +1 -3
  11. package/lib/schemas/index.js +4 -2
  12. package/npm-shrinkwrap.json +1076 -31
  13. package/package.json +6 -1
  14. package/packages/client_build_tool/lib/allCommandsConfigs.js +0 -23
  15. package/packages/client_build_tool/lib/buildToolLoggers.js +0 -32
  16. package/packages/client_build_tool/lib/commands/build/commandExecutor.js +0 -21
  17. package/packages/client_build_tool/lib/commands/build/config.js +0 -12
  18. package/packages/client_build_tool/lib/commands/build/errorHander.js +0 -10
  19. package/packages/client_build_tool/lib/commands/build/index.js +0 -35
  20. package/packages/client_build_tool/lib/commands/build/optionsProcesser.js +0 -40
  21. package/packages/client_build_tool/lib/commands/buildEs/commandExecutor.js +0 -17
  22. package/packages/client_build_tool/lib/commands/buildEs/config.js +0 -12
  23. package/packages/client_build_tool/lib/commands/buildLib/commandExecutor.js +0 -17
  24. package/packages/client_build_tool/lib/commands/buildLib/config.js +0 -12
  25. package/packages/client_build_tool/lib/commands/start/commandExecutor.js +0 -13
  26. package/packages/client_build_tool/lib/commands/start/config.js +0 -12
  27. package/packages/client_build_tool/lib/commands/start/deprecationHandler.js +0 -10
  28. package/packages/client_build_tool/lib/commands/start/errorHander.js +0 -10
  29. package/packages/client_build_tool/lib/commands/start/optionsProcesser.js +0 -36
  30. package/packages/client_build_tool/lib/commands/start/postProcesser.js +0 -10
  31. package/packages/client_build_tool/lib/commands/start/preProcesser.js +0 -10
  32. package/packages/client_build_tool/lib/commandsRouter.js +0 -71
  33. package/packages/client_build_tool/lib/shared/bundler/webpack/common/decidePublicPath.js +0 -44
  34. package/packages/client_build_tool/lib/shared/bundler/webpack/common/libAlias.js +0 -31
  35. package/packages/client_build_tool/lib/shared/bundler/webpack/common/nameTemplates.js +0 -51
  36. package/packages/client_build_tool/lib/shared/bundler/webpack/common/resourceBasedPublicPath.js +0 -21
  37. package/packages/client_build_tool/lib/shared/bundler/webpack/cssLoaders.js +0 -16
  38. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/CdnChangePlugin.js +0 -111
  39. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/EFCPlugin.js +0 -1
  40. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/ContributionGuide.md +0 -11
  41. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/I18nKeysIdentifer.js +0 -136
  42. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/I18nSplit.md +0 -95
  43. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/README.md +0 -25
  44. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/constants.js +0 -29
  45. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/createHash.js +0 -24
  46. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/getI18nDependency.js +0 -99
  47. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/getI18nLoadingRuntimeModule.js +0 -81
  48. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/getI18nModule.js +0 -201
  49. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/index.js +0 -401
  50. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/optionsHandler.js +0 -67
  51. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/pathCreator.js +0 -23
  52. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/readI18nValues.js +0 -29
  53. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/templateFileName.js +0 -49
  54. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/templateHashHelpers.js +0 -77
  55. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/utils/collectI18nKeys.js +0 -63
  56. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/utils/hashUtils.js +0 -19
  57. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/utils/index.js +0 -31
  58. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/I18nSplitPlugin/utils/propertiesUtils.js +0 -127
  59. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/RTLSplitPlugin.js +0 -1
  60. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/RtlSplitPlugin/OverwriteCssPathForRTL.js +0 -63
  61. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/RtlSplitPlugin/RtlCssPlugin.js +0 -89
  62. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/RtlSplitPlugin/RtrSplit.md +0 -34
  63. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/RtlSplitPlugin/replaceCssDirTemplate.js +0 -15
  64. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/ServiceWorkerPlugin.js +0 -155
  65. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_plugins/UglifyCSSPlugin.js +0 -49
  66. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_postcss_loaders/ExcludePlugin.js +0 -58
  67. package/packages/client_build_tool/lib/shared/bundler/webpack/custom_postcss_loaders/RTLSplitPlugin.js +0 -139
  68. package/packages/client_build_tool/lib/shared/bundler/webpack/devServerConfig.js +0 -34
  69. package/packages/client_build_tool/lib/shared/bundler/webpack/getCSSLoaders.js +0 -30
  70. package/packages/client_build_tool/lib/shared/bundler/webpack/jsLoaders.js +0 -17
  71. package/packages/client_build_tool/lib/shared/bundler/webpack/loaderConfigs/assetLoaders.js +0 -14
  72. package/packages/client_build_tool/lib/shared/bundler/webpack/loaderConfigs/babelLoaderConfig.js +0 -24
  73. package/packages/client_build_tool/lib/shared/bundler/webpack/loaderConfigs/configHtmlTemplateLoader.js +0 -18
  74. package/packages/client_build_tool/lib/shared/bundler/webpack/loaderConfigs/configWebWorkerLoader.js +0 -21
  75. package/packages/client_build_tool/lib/shared/bundler/webpack/loaderConfigs/configsAssetsLoaders.js +0 -138
  76. package/packages/client_build_tool/lib/shared/bundler/webpack/loaderConfigs/cssClassNameGenerate.js +0 -83
  77. package/packages/client_build_tool/lib/shared/bundler/webpack/loaderConfigs/getCssLoaderOptions.js +0 -23
  78. package/packages/client_build_tool/lib/shared/bundler/webpack/loaders/workerLoader.js +0 -133
  79. package/packages/client_build_tool/lib/shared/bundler/webpack/optimizationConfig.js +0 -39
  80. package/packages/client_build_tool/lib/shared/bundler/webpack/outputConfig.js +0 -28
  81. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configCdnChangePlugin.js +0 -18
  82. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configCopyThirdpartyFile.js +0 -38
  83. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configEnvVariables.js +0 -24
  84. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configHtmlWebpackPlugin.js +0 -28
  85. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configI18nSplitPlugin.js +0 -35
  86. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configIgnorePlugin.js +0 -16
  87. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configMiniCSSExtractPlugin.js +0 -23
  88. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configProgressPlugin.js +0 -19
  89. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configRtlCssPlugin.js +0 -27
  90. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configServiceWorkerPlugin.js +0 -18
  91. package/packages/client_build_tool/lib/shared/bundler/webpack/pluginConfigs/configUglifyCSSPlugin.js +0 -15
  92. package/packages/client_build_tool/lib/shared/bundler/webpack/plugins.js +0 -39
  93. package/packages/client_build_tool/lib/shared/bundler/webpack/postcssPlugins.js +0 -36
  94. package/packages/client_build_tool/lib/shared/bundler/webpack/resolvers.js +0 -42
  95. package/packages/client_build_tool/lib/shared/bundler/webpack/splitChunksConfig.js +0 -12
  96. package/packages/client_build_tool/lib/shared/bundler/webpack/webpack.dev.config.js +0 -17
  97. package/packages/client_build_tool/lib/shared/bundler/webpack/webpackBuild.js +0 -24
  98. package/packages/client_build_tool/lib/shared/bundler/webpack/webpackConfig.js +0 -50
  99. package/packages/client_build_tool/lib/shared/commands-utlis/doBasicRequiermentCheck.js +0 -16
  100. package/packages/client_build_tool/lib/shared/commands-utlis/getCliPath.js +0 -38
  101. package/packages/client_build_tool/lib/shared/commands-utlis/index.js +0 -29
  102. package/packages/client_build_tool/lib/shared/commands-utlis/log.js +0 -13
  103. package/packages/client_build_tool/lib/shared/commands-utlis/readArgsFormCommandLine.js +0 -11
  104. package/packages/client_build_tool/lib/shared/commands-utlis/readOptionFormCommandLine.js +0 -11
  105. package/packages/client_build_tool/lib/shared/commands-utlis/spanSync.js +0 -35
  106. package/packages/client_build_tool/lib/shared/constants.js +0 -33
  107. package/packages/client_build_tool/lib/shared/schemas/applyValuesToShema.js +0 -37
  108. package/packages/client_build_tool/lib/shared/schemas/cliArgsToObject.js +0 -37
  109. package/packages/client_build_tool/lib/shared/schemas/defaultConfigValues.js +0 -119
  110. package/packages/client_build_tool/lib/shared/schemas/deprecatedOptionsHandler.js +0 -65
  111. package/packages/client_build_tool/lib/shared/schemas/getCWD.js +0 -23
  112. package/packages/client_build_tool/lib/shared/schemas/getNpmVersion.js +0 -21
  113. package/packages/client_build_tool/lib/shared/schemas/npmConfigToObject.js +0 -32
  114. package/packages/client_build_tool/lib/shared/schemas/oldDefaultConfigValues.js +0 -480
  115. package/packages/client_build_tool/lib/shared/schemas/readOptions.js +0 -55
  116. package/packages/client_build_tool/lib/shared/schemas/readOptionsForPackageJson.js +0 -26
  117. package/packages/client_build_tool/lib/shared/schemas/readOptionsOld.js +0 -152
  118. package/packages/client_build_tool/lib/shared/server/cert/Tsicsezwild-22-23.crt +0 -37
  119. package/packages/client_build_tool/lib/shared/server/cert/Tsicsezwild-22-23.key +0 -27
  120. package/packages/client_build_tool/lib/shared/server/configWebpackDevMiddleware.js +0 -40
  121. package/packages/client_build_tool/lib/shared/server/corsHandleing.js +0 -28
  122. package/packages/client_build_tool/lib/shared/server/getIp.js +0 -30
  123. package/packages/client_build_tool/lib/shared/server/getServerURL.js +0 -29
  124. package/packages/client_build_tool/lib/shared/server/httpsOptions.js +0 -53
  125. package/packages/client_build_tool/lib/shared/server/initExpressApp.js +0 -19
  126. package/packages/client_build_tool/lib/shared/server/initialHTMLHandling.js +0 -66
  127. package/packages/client_build_tool/lib/shared/server/serveContextFiles.js +0 -24
  128. package/packages/client_build_tool/lib/shared/server/serverBywebpackDevMiddleware.js +0 -40
  129. package/packages/client_build_tool/lib/shared/server/startHttpServer.js +0 -26
  130. package/packages/client_build_tool/lib/shared/server/startHttpsServer.js +0 -34
  131. package/packages/client_build_tool/lib/shared/server/unwanted/addHttp2Server.js +0 -41
  132. package/packages/client_build_tool/lib/shared/server/unwanted/configWebpackDevMiddleware.js +0 -44
  133. package/packages/client_build_tool/lib/shared/server/unwanted/devServerUtlis.js +0 -1
  134. package/packages/client_build_tool/lib/shared/server/unwanted/mockApiSupport.js +0 -19
  135. package/packages/client_build_tool/lib/shared/server/unwanted/webpackConfig.js +0 -32
  136. package/packages/client_build_tool/lib/shared/server/unwanted/websocketMockSetup.js +0 -48
  137. package/packages/client_build_tool/lib/shared/server/urlConcat.js +0 -25
  138. package/packages/client_build_tool/lib/shared/utils/utils.js +0 -1
  139. package/packages/client_build_tool/node_modules/history/CHANGES.md +0 -395
  140. package/packages/client_build_tool/node_modules/history/DOMUtils.js +0 -3
  141. package/packages/client_build_tool/node_modules/history/ExecutionEnvironment.js +0 -3
  142. package/packages/client_build_tool/node_modules/history/LICENSE +0 -21
  143. package/packages/client_build_tool/node_modules/history/LocationUtils.js +0 -3
  144. package/packages/client_build_tool/node_modules/history/PathUtils.js +0 -3
  145. package/packages/client_build_tool/node_modules/history/README.md +0 -282
  146. package/packages/client_build_tool/node_modules/history/cjs/history.js +0 -933
  147. package/packages/client_build_tool/node_modules/history/cjs/history.min.js +0 -1
  148. package/packages/client_build_tool/node_modules/history/createBrowserHistory.js +0 -3
  149. package/packages/client_build_tool/node_modules/history/createHashHistory.js +0 -3
  150. package/packages/client_build_tool/node_modules/history/createMemoryHistory.js +0 -3
  151. package/packages/client_build_tool/node_modules/history/createTransitionManager.js +0 -3
  152. package/packages/client_build_tool/node_modules/history/es/DOMUtils.js +0 -7
  153. package/packages/client_build_tool/node_modules/history/es/ExecutionEnvironment.js +0 -7
  154. package/packages/client_build_tool/node_modules/history/es/LocationUtils.js +0 -7
  155. package/packages/client_build_tool/node_modules/history/es/PathUtils.js +0 -7
  156. package/packages/client_build_tool/node_modules/history/es/createBrowserHistory.js +0 -7
  157. package/packages/client_build_tool/node_modules/history/es/createHashHistory.js +0 -7
  158. package/packages/client_build_tool/node_modules/history/es/createMemoryHistory.js +0 -7
  159. package/packages/client_build_tool/node_modules/history/es/createTransitionManager.js +0 -7
  160. package/packages/client_build_tool/node_modules/history/es/warnAboutDeprecatedESMImport.js +0 -35
  161. package/packages/client_build_tool/node_modules/history/esm/history.js +0 -904
  162. package/packages/client_build_tool/node_modules/history/index.js +0 -7
  163. package/packages/client_build_tool/node_modules/history/package.json +0 -117
  164. package/packages/client_build_tool/node_modules/history/umd/history.js +0 -1059
  165. package/packages/client_build_tool/node_modules/history/umd/history.min.js +0 -1
  166. package/packages/client_build_tool/node_modules/history/warnAboutDeprecatedCJSRequire.js +0 -35
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@zohodesk/react-cli",
3
- "version": "1.1.19-exp.3",
3
+ "version": "1.1.19-exp.4",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@zohodesk/react-cli",
9
- "version": "1.1.18-exp.1",
9
+ "version": "1.1.19-exp.4",
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
12
  "@babel/cli": "7.10.5",
@@ -74,6 +74,8 @@
74
74
  "redux-mock-store": "1.5.4",
75
75
  "rimraf": "3.0.2",
76
76
  "script-loader": "0.7.2",
77
+ "ts-loader": "8.2.0",
78
+ "typescript": "5.2.2",
77
79
  "uglifycss": "0.0.29",
78
80
  "url-loader": "4.1.0",
79
81
  "webpack": "4.44.1",
@@ -88,6 +90,9 @@
88
90
  "bin": {
89
91
  "react-cli": "bin/cli.js"
90
92
  },
93
+ "devDependencies": {
94
+ "@babel/preset-typescript": "7.23.2"
95
+ },
91
96
  "engines": {
92
97
  "node": ">=8.15.1"
93
98
  }
@@ -907,6 +912,30 @@
907
912
  "@babel/core": "^7.0.0-0"
908
913
  }
909
914
  },
915
+ "node_modules/@babel/plugin-syntax-typescript": {
916
+ "version": "7.23.3",
917
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.23.3.tgz",
918
+ "integrity": "sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==",
919
+ "dev": true,
920
+ "dependencies": {
921
+ "@babel/helper-plugin-utils": "^7.22.5"
922
+ },
923
+ "engines": {
924
+ "node": ">=6.9.0"
925
+ },
926
+ "peerDependencies": {
927
+ "@babel/core": "^7.0.0-0"
928
+ }
929
+ },
930
+ "node_modules/@babel/plugin-syntax-typescript/node_modules/@babel/helper-plugin-utils": {
931
+ "version": "7.22.5",
932
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz",
933
+ "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==",
934
+ "dev": true,
935
+ "engines": {
936
+ "node": ">=6.9.0"
937
+ }
938
+ },
910
939
  "node_modules/@babel/plugin-transform-arrow-functions": {
911
940
  "version": "7.18.6",
912
941
  "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz",
@@ -1458,6 +1487,249 @@
1458
1487
  "@babel/core": "^7.0.0-0"
1459
1488
  }
1460
1489
  },
1490
+ "node_modules/@babel/plugin-transform-typescript": {
1491
+ "version": "7.23.6",
1492
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.6.tgz",
1493
+ "integrity": "sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA==",
1494
+ "dev": true,
1495
+ "dependencies": {
1496
+ "@babel/helper-annotate-as-pure": "^7.22.5",
1497
+ "@babel/helper-create-class-features-plugin": "^7.23.6",
1498
+ "@babel/helper-plugin-utils": "^7.22.5",
1499
+ "@babel/plugin-syntax-typescript": "^7.23.3"
1500
+ },
1501
+ "engines": {
1502
+ "node": ">=6.9.0"
1503
+ },
1504
+ "peerDependencies": {
1505
+ "@babel/core": "^7.0.0-0"
1506
+ }
1507
+ },
1508
+ "node_modules/@babel/plugin-transform-typescript/node_modules/@babel/code-frame": {
1509
+ "version": "7.23.5",
1510
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz",
1511
+ "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==",
1512
+ "dev": true,
1513
+ "dependencies": {
1514
+ "@babel/highlight": "^7.23.4",
1515
+ "chalk": "^2.4.2"
1516
+ },
1517
+ "engines": {
1518
+ "node": ">=6.9.0"
1519
+ }
1520
+ },
1521
+ "node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-annotate-as-pure": {
1522
+ "version": "7.22.5",
1523
+ "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",
1524
+ "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",
1525
+ "dev": true,
1526
+ "dependencies": {
1527
+ "@babel/types": "^7.22.5"
1528
+ },
1529
+ "engines": {
1530
+ "node": ">=6.9.0"
1531
+ }
1532
+ },
1533
+ "node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-create-class-features-plugin": {
1534
+ "version": "7.23.10",
1535
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.23.10.tgz",
1536
+ "integrity": "sha512-2XpP2XhkXzgxecPNEEK8Vz8Asj9aRxt08oKOqtiZoqV2UGZ5T+EkyP9sXQ9nwMxBIG34a7jmasVqoMop7VdPUw==",
1537
+ "dev": true,
1538
+ "dependencies": {
1539
+ "@babel/helper-annotate-as-pure": "^7.22.5",
1540
+ "@babel/helper-environment-visitor": "^7.22.20",
1541
+ "@babel/helper-function-name": "^7.23.0",
1542
+ "@babel/helper-member-expression-to-functions": "^7.23.0",
1543
+ "@babel/helper-optimise-call-expression": "^7.22.5",
1544
+ "@babel/helper-replace-supers": "^7.22.20",
1545
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
1546
+ "@babel/helper-split-export-declaration": "^7.22.6",
1547
+ "semver": "^6.3.1"
1548
+ },
1549
+ "engines": {
1550
+ "node": ">=6.9.0"
1551
+ },
1552
+ "peerDependencies": {
1553
+ "@babel/core": "^7.0.0"
1554
+ }
1555
+ },
1556
+ "node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-environment-visitor": {
1557
+ "version": "7.22.20",
1558
+ "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
1559
+ "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
1560
+ "dev": true,
1561
+ "engines": {
1562
+ "node": ">=6.9.0"
1563
+ }
1564
+ },
1565
+ "node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-function-name": {
1566
+ "version": "7.23.0",
1567
+ "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",
1568
+ "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",
1569
+ "dev": true,
1570
+ "dependencies": {
1571
+ "@babel/template": "^7.22.15",
1572
+ "@babel/types": "^7.23.0"
1573
+ },
1574
+ "engines": {
1575
+ "node": ">=6.9.0"
1576
+ }
1577
+ },
1578
+ "node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-member-expression-to-functions": {
1579
+ "version": "7.23.0",
1580
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz",
1581
+ "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==",
1582
+ "dev": true,
1583
+ "dependencies": {
1584
+ "@babel/types": "^7.23.0"
1585
+ },
1586
+ "engines": {
1587
+ "node": ">=6.9.0"
1588
+ }
1589
+ },
1590
+ "node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-optimise-call-expression": {
1591
+ "version": "7.22.5",
1592
+ "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz",
1593
+ "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==",
1594
+ "dev": true,
1595
+ "dependencies": {
1596
+ "@babel/types": "^7.22.5"
1597
+ },
1598
+ "engines": {
1599
+ "node": ">=6.9.0"
1600
+ }
1601
+ },
1602
+ "node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-plugin-utils": {
1603
+ "version": "7.22.5",
1604
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz",
1605
+ "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==",
1606
+ "dev": true,
1607
+ "engines": {
1608
+ "node": ">=6.9.0"
1609
+ }
1610
+ },
1611
+ "node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-replace-supers": {
1612
+ "version": "7.22.20",
1613
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz",
1614
+ "integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==",
1615
+ "dev": true,
1616
+ "dependencies": {
1617
+ "@babel/helper-environment-visitor": "^7.22.20",
1618
+ "@babel/helper-member-expression-to-functions": "^7.22.15",
1619
+ "@babel/helper-optimise-call-expression": "^7.22.5"
1620
+ },
1621
+ "engines": {
1622
+ "node": ">=6.9.0"
1623
+ },
1624
+ "peerDependencies": {
1625
+ "@babel/core": "^7.0.0"
1626
+ }
1627
+ },
1628
+ "node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-skip-transparent-expression-wrappers": {
1629
+ "version": "7.22.5",
1630
+ "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz",
1631
+ "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==",
1632
+ "dev": true,
1633
+ "dependencies": {
1634
+ "@babel/types": "^7.22.5"
1635
+ },
1636
+ "engines": {
1637
+ "node": ">=6.9.0"
1638
+ }
1639
+ },
1640
+ "node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-split-export-declaration": {
1641
+ "version": "7.22.6",
1642
+ "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
1643
+ "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
1644
+ "dev": true,
1645
+ "dependencies": {
1646
+ "@babel/types": "^7.22.5"
1647
+ },
1648
+ "engines": {
1649
+ "node": ">=6.9.0"
1650
+ }
1651
+ },
1652
+ "node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-string-parser": {
1653
+ "version": "7.23.4",
1654
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz",
1655
+ "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==",
1656
+ "dev": true,
1657
+ "engines": {
1658
+ "node": ">=6.9.0"
1659
+ }
1660
+ },
1661
+ "node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-validator-identifier": {
1662
+ "version": "7.22.20",
1663
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
1664
+ "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
1665
+ "dev": true,
1666
+ "engines": {
1667
+ "node": ">=6.9.0"
1668
+ }
1669
+ },
1670
+ "node_modules/@babel/plugin-transform-typescript/node_modules/@babel/highlight": {
1671
+ "version": "7.23.4",
1672
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz",
1673
+ "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==",
1674
+ "dev": true,
1675
+ "dependencies": {
1676
+ "@babel/helper-validator-identifier": "^7.22.20",
1677
+ "chalk": "^2.4.2",
1678
+ "js-tokens": "^4.0.0"
1679
+ },
1680
+ "engines": {
1681
+ "node": ">=6.9.0"
1682
+ }
1683
+ },
1684
+ "node_modules/@babel/plugin-transform-typescript/node_modules/@babel/parser": {
1685
+ "version": "7.23.9",
1686
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.9.tgz",
1687
+ "integrity": "sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==",
1688
+ "dev": true,
1689
+ "bin": {
1690
+ "parser": "bin/babel-parser.js"
1691
+ },
1692
+ "engines": {
1693
+ "node": ">=6.0.0"
1694
+ }
1695
+ },
1696
+ "node_modules/@babel/plugin-transform-typescript/node_modules/@babel/template": {
1697
+ "version": "7.23.9",
1698
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.23.9.tgz",
1699
+ "integrity": "sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==",
1700
+ "dev": true,
1701
+ "dependencies": {
1702
+ "@babel/code-frame": "^7.23.5",
1703
+ "@babel/parser": "^7.23.9",
1704
+ "@babel/types": "^7.23.9"
1705
+ },
1706
+ "engines": {
1707
+ "node": ">=6.9.0"
1708
+ }
1709
+ },
1710
+ "node_modules/@babel/plugin-transform-typescript/node_modules/@babel/types": {
1711
+ "version": "7.23.9",
1712
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.9.tgz",
1713
+ "integrity": "sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==",
1714
+ "dev": true,
1715
+ "dependencies": {
1716
+ "@babel/helper-string-parser": "^7.23.4",
1717
+ "@babel/helper-validator-identifier": "^7.22.20",
1718
+ "to-fast-properties": "^2.0.0"
1719
+ },
1720
+ "engines": {
1721
+ "node": ">=6.9.0"
1722
+ }
1723
+ },
1724
+ "node_modules/@babel/plugin-transform-typescript/node_modules/semver": {
1725
+ "version": "6.3.1",
1726
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
1727
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
1728
+ "dev": true,
1729
+ "bin": {
1730
+ "semver": "bin/semver.js"
1731
+ }
1732
+ },
1461
1733
  "node_modules/@babel/plugin-transform-unicode-escapes": {
1462
1734
  "version": "7.18.10",
1463
1735
  "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz",
@@ -1597,6 +1869,171 @@
1597
1869
  "@babel/core": "^7.0.0-0"
1598
1870
  }
1599
1871
  },
1872
+ "node_modules/@babel/preset-typescript": {
1873
+ "version": "7.23.2",
1874
+ "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.23.2.tgz",
1875
+ "integrity": "sha512-u4UJc1XsS1GhIGteM8rnGiIvf9rJpiVgMEeCnwlLA7WJPC+jcXWJAGxYmeqs5hOZD8BbAfnV5ezBOxQbb4OUxA==",
1876
+ "dev": true,
1877
+ "dependencies": {
1878
+ "@babel/helper-plugin-utils": "^7.22.5",
1879
+ "@babel/helper-validator-option": "^7.22.15",
1880
+ "@babel/plugin-syntax-jsx": "^7.22.5",
1881
+ "@babel/plugin-transform-modules-commonjs": "^7.23.0",
1882
+ "@babel/plugin-transform-typescript": "^7.22.15"
1883
+ },
1884
+ "engines": {
1885
+ "node": ">=6.9.0"
1886
+ },
1887
+ "peerDependencies": {
1888
+ "@babel/core": "^7.0.0-0"
1889
+ }
1890
+ },
1891
+ "node_modules/@babel/preset-typescript/node_modules/@babel/helper-environment-visitor": {
1892
+ "version": "7.22.20",
1893
+ "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
1894
+ "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
1895
+ "dev": true,
1896
+ "engines": {
1897
+ "node": ">=6.9.0"
1898
+ }
1899
+ },
1900
+ "node_modules/@babel/preset-typescript/node_modules/@babel/helper-module-imports": {
1901
+ "version": "7.22.15",
1902
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz",
1903
+ "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==",
1904
+ "dev": true,
1905
+ "dependencies": {
1906
+ "@babel/types": "^7.22.15"
1907
+ },
1908
+ "engines": {
1909
+ "node": ">=6.9.0"
1910
+ }
1911
+ },
1912
+ "node_modules/@babel/preset-typescript/node_modules/@babel/helper-module-transforms": {
1913
+ "version": "7.23.3",
1914
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz",
1915
+ "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==",
1916
+ "dev": true,
1917
+ "dependencies": {
1918
+ "@babel/helper-environment-visitor": "^7.22.20",
1919
+ "@babel/helper-module-imports": "^7.22.15",
1920
+ "@babel/helper-simple-access": "^7.22.5",
1921
+ "@babel/helper-split-export-declaration": "^7.22.6",
1922
+ "@babel/helper-validator-identifier": "^7.22.20"
1923
+ },
1924
+ "engines": {
1925
+ "node": ">=6.9.0"
1926
+ },
1927
+ "peerDependencies": {
1928
+ "@babel/core": "^7.0.0"
1929
+ }
1930
+ },
1931
+ "node_modules/@babel/preset-typescript/node_modules/@babel/helper-plugin-utils": {
1932
+ "version": "7.22.5",
1933
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz",
1934
+ "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==",
1935
+ "dev": true,
1936
+ "engines": {
1937
+ "node": ">=6.9.0"
1938
+ }
1939
+ },
1940
+ "node_modules/@babel/preset-typescript/node_modules/@babel/helper-simple-access": {
1941
+ "version": "7.22.5",
1942
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",
1943
+ "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==",
1944
+ "dev": true,
1945
+ "dependencies": {
1946
+ "@babel/types": "^7.22.5"
1947
+ },
1948
+ "engines": {
1949
+ "node": ">=6.9.0"
1950
+ }
1951
+ },
1952
+ "node_modules/@babel/preset-typescript/node_modules/@babel/helper-split-export-declaration": {
1953
+ "version": "7.22.6",
1954
+ "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
1955
+ "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
1956
+ "dev": true,
1957
+ "dependencies": {
1958
+ "@babel/types": "^7.22.5"
1959
+ },
1960
+ "engines": {
1961
+ "node": ">=6.9.0"
1962
+ }
1963
+ },
1964
+ "node_modules/@babel/preset-typescript/node_modules/@babel/helper-string-parser": {
1965
+ "version": "7.23.4",
1966
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz",
1967
+ "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==",
1968
+ "dev": true,
1969
+ "engines": {
1970
+ "node": ">=6.9.0"
1971
+ }
1972
+ },
1973
+ "node_modules/@babel/preset-typescript/node_modules/@babel/helper-validator-identifier": {
1974
+ "version": "7.22.20",
1975
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
1976
+ "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
1977
+ "dev": true,
1978
+ "engines": {
1979
+ "node": ">=6.9.0"
1980
+ }
1981
+ },
1982
+ "node_modules/@babel/preset-typescript/node_modules/@babel/helper-validator-option": {
1983
+ "version": "7.23.5",
1984
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz",
1985
+ "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==",
1986
+ "dev": true,
1987
+ "engines": {
1988
+ "node": ">=6.9.0"
1989
+ }
1990
+ },
1991
+ "node_modules/@babel/preset-typescript/node_modules/@babel/plugin-syntax-jsx": {
1992
+ "version": "7.23.3",
1993
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz",
1994
+ "integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==",
1995
+ "dev": true,
1996
+ "dependencies": {
1997
+ "@babel/helper-plugin-utils": "^7.22.5"
1998
+ },
1999
+ "engines": {
2000
+ "node": ">=6.9.0"
2001
+ },
2002
+ "peerDependencies": {
2003
+ "@babel/core": "^7.0.0-0"
2004
+ }
2005
+ },
2006
+ "node_modules/@babel/preset-typescript/node_modules/@babel/plugin-transform-modules-commonjs": {
2007
+ "version": "7.23.3",
2008
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz",
2009
+ "integrity": "sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==",
2010
+ "dev": true,
2011
+ "dependencies": {
2012
+ "@babel/helper-module-transforms": "^7.23.3",
2013
+ "@babel/helper-plugin-utils": "^7.22.5",
2014
+ "@babel/helper-simple-access": "^7.22.5"
2015
+ },
2016
+ "engines": {
2017
+ "node": ">=6.9.0"
2018
+ },
2019
+ "peerDependencies": {
2020
+ "@babel/core": "^7.0.0-0"
2021
+ }
2022
+ },
2023
+ "node_modules/@babel/preset-typescript/node_modules/@babel/types": {
2024
+ "version": "7.23.9",
2025
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.9.tgz",
2026
+ "integrity": "sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==",
2027
+ "dev": true,
2028
+ "dependencies": {
2029
+ "@babel/helper-string-parser": "^7.23.4",
2030
+ "@babel/helper-validator-identifier": "^7.22.20",
2031
+ "to-fast-properties": "^2.0.0"
2032
+ },
2033
+ "engines": {
2034
+ "node": ">=6.9.0"
2035
+ }
2036
+ },
1600
2037
  "node_modules/@babel/runtime": {
1601
2038
  "version": "7.11.2",
1602
2039
  "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
@@ -17167,45 +17604,211 @@
17167
17604
  "resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz",
17168
17605
  "integrity": "sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc="
17169
17606
  },
17170
- "node_modules/tslib": {
17171
- "version": "2.4.0",
17172
- "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
17173
- "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ=="
17174
- },
17175
- "node_modules/tty-browserify": {
17176
- "version": "0.0.0",
17177
- "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz",
17178
- "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY="
17179
- },
17180
- "node_modules/tunnel-agent": {
17181
- "version": "0.6.0",
17182
- "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
17183
- "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
17607
+ "node_modules/ts-loader": {
17608
+ "version": "8.2.0",
17609
+ "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.2.0.tgz",
17610
+ "integrity": "sha512-ebXBFrNyMSmbWgjnb3WBloUBK+VSx1xckaXsMXxlZRDqce/OPdYBVN5efB0W3V0defq0Gcy4YuzvPGqRgjj85A==",
17184
17611
  "dependencies": {
17185
- "safe-buffer": "^5.0.1"
17612
+ "chalk": "^4.1.0",
17613
+ "enhanced-resolve": "^4.0.0",
17614
+ "loader-utils": "^2.0.0",
17615
+ "micromatch": "^4.0.0",
17616
+ "semver": "^7.3.4"
17186
17617
  },
17187
17618
  "engines": {
17188
- "node": "*"
17619
+ "node": ">=10.0.0"
17620
+ },
17621
+ "peerDependencies": {
17622
+ "typescript": "*",
17623
+ "webpack": "*"
17189
17624
  }
17190
17625
  },
17191
- "node_modules/tweetnacl": {
17192
- "version": "0.14.5",
17193
- "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
17194
- "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q="
17195
- },
17196
- "node_modules/type-check": {
17197
- "version": "0.3.2",
17198
- "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
17199
- "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=",
17626
+ "node_modules/ts-loader/node_modules/ansi-styles": {
17627
+ "version": "4.3.0",
17628
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
17629
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
17200
17630
  "dependencies": {
17201
- "prelude-ls": "~1.1.2"
17631
+ "color-convert": "^2.0.1"
17202
17632
  },
17203
17633
  "engines": {
17204
- "node": ">= 0.8.0"
17634
+ "node": ">=8"
17635
+ },
17636
+ "funding": {
17637
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
17205
17638
  }
17206
17639
  },
17207
- "node_modules/type-detect": {
17208
- "version": "4.0.8",
17640
+ "node_modules/ts-loader/node_modules/braces": {
17641
+ "version": "3.0.2",
17642
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
17643
+ "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
17644
+ "dependencies": {
17645
+ "fill-range": "^7.0.1"
17646
+ },
17647
+ "engines": {
17648
+ "node": ">=8"
17649
+ }
17650
+ },
17651
+ "node_modules/ts-loader/node_modules/chalk": {
17652
+ "version": "4.1.2",
17653
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
17654
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
17655
+ "dependencies": {
17656
+ "ansi-styles": "^4.1.0",
17657
+ "supports-color": "^7.1.0"
17658
+ },
17659
+ "engines": {
17660
+ "node": ">=10"
17661
+ },
17662
+ "funding": {
17663
+ "url": "https://github.com/chalk/chalk?sponsor=1"
17664
+ }
17665
+ },
17666
+ "node_modules/ts-loader/node_modules/color-convert": {
17667
+ "version": "2.0.1",
17668
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
17669
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
17670
+ "dependencies": {
17671
+ "color-name": "~1.1.4"
17672
+ },
17673
+ "engines": {
17674
+ "node": ">=7.0.0"
17675
+ }
17676
+ },
17677
+ "node_modules/ts-loader/node_modules/color-name": {
17678
+ "version": "1.1.4",
17679
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
17680
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
17681
+ },
17682
+ "node_modules/ts-loader/node_modules/fill-range": {
17683
+ "version": "7.0.1",
17684
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
17685
+ "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
17686
+ "dependencies": {
17687
+ "to-regex-range": "^5.0.1"
17688
+ },
17689
+ "engines": {
17690
+ "node": ">=8"
17691
+ }
17692
+ },
17693
+ "node_modules/ts-loader/node_modules/has-flag": {
17694
+ "version": "4.0.0",
17695
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
17696
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
17697
+ "engines": {
17698
+ "node": ">=8"
17699
+ }
17700
+ },
17701
+ "node_modules/ts-loader/node_modules/is-number": {
17702
+ "version": "7.0.0",
17703
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
17704
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
17705
+ "engines": {
17706
+ "node": ">=0.12.0"
17707
+ }
17708
+ },
17709
+ "node_modules/ts-loader/node_modules/lru-cache": {
17710
+ "version": "6.0.0",
17711
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
17712
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
17713
+ "dependencies": {
17714
+ "yallist": "^4.0.0"
17715
+ },
17716
+ "engines": {
17717
+ "node": ">=10"
17718
+ }
17719
+ },
17720
+ "node_modules/ts-loader/node_modules/micromatch": {
17721
+ "version": "4.0.5",
17722
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
17723
+ "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
17724
+ "dependencies": {
17725
+ "braces": "^3.0.2",
17726
+ "picomatch": "^2.3.1"
17727
+ },
17728
+ "engines": {
17729
+ "node": ">=8.6"
17730
+ }
17731
+ },
17732
+ "node_modules/ts-loader/node_modules/semver": {
17733
+ "version": "7.5.4",
17734
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
17735
+ "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
17736
+ "dependencies": {
17737
+ "lru-cache": "^6.0.0"
17738
+ },
17739
+ "bin": {
17740
+ "semver": "bin/semver.js"
17741
+ },
17742
+ "engines": {
17743
+ "node": ">=10"
17744
+ }
17745
+ },
17746
+ "node_modules/ts-loader/node_modules/supports-color": {
17747
+ "version": "7.2.0",
17748
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
17749
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
17750
+ "dependencies": {
17751
+ "has-flag": "^4.0.0"
17752
+ },
17753
+ "engines": {
17754
+ "node": ">=8"
17755
+ }
17756
+ },
17757
+ "node_modules/ts-loader/node_modules/to-regex-range": {
17758
+ "version": "5.0.1",
17759
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
17760
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
17761
+ "dependencies": {
17762
+ "is-number": "^7.0.0"
17763
+ },
17764
+ "engines": {
17765
+ "node": ">=8.0"
17766
+ }
17767
+ },
17768
+ "node_modules/ts-loader/node_modules/yallist": {
17769
+ "version": "4.0.0",
17770
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
17771
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
17772
+ },
17773
+ "node_modules/tslib": {
17774
+ "version": "2.4.0",
17775
+ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
17776
+ "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ=="
17777
+ },
17778
+ "node_modules/tty-browserify": {
17779
+ "version": "0.0.0",
17780
+ "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz",
17781
+ "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY="
17782
+ },
17783
+ "node_modules/tunnel-agent": {
17784
+ "version": "0.6.0",
17785
+ "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
17786
+ "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
17787
+ "dependencies": {
17788
+ "safe-buffer": "^5.0.1"
17789
+ },
17790
+ "engines": {
17791
+ "node": "*"
17792
+ }
17793
+ },
17794
+ "node_modules/tweetnacl": {
17795
+ "version": "0.14.5",
17796
+ "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
17797
+ "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q="
17798
+ },
17799
+ "node_modules/type-check": {
17800
+ "version": "0.3.2",
17801
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
17802
+ "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=",
17803
+ "dependencies": {
17804
+ "prelude-ls": "~1.1.2"
17805
+ },
17806
+ "engines": {
17807
+ "node": ">= 0.8.0"
17808
+ }
17809
+ },
17810
+ "node_modules/type-detect": {
17811
+ "version": "4.0.8",
17209
17812
  "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
17210
17813
  "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
17211
17814
  "engines": {
@@ -17245,6 +17848,18 @@
17245
17848
  "is-typedarray": "^1.0.0"
17246
17849
  }
17247
17850
  },
17851
+ "node_modules/typescript": {
17852
+ "version": "5.2.2",
17853
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
17854
+ "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
17855
+ "bin": {
17856
+ "tsc": "bin/tsc",
17857
+ "tsserver": "bin/tsserver"
17858
+ },
17859
+ "engines": {
17860
+ "node": ">=14.17"
17861
+ }
17862
+ },
17248
17863
  "node_modules/uc.micro": {
17249
17864
  "version": "1.0.6",
17250
17865
  "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",
@@ -19614,6 +20229,23 @@
19614
20229
  "@babel/helper-plugin-utils": "^7.14.5"
19615
20230
  }
19616
20231
  },
20232
+ "@babel/plugin-syntax-typescript": {
20233
+ "version": "7.23.3",
20234
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.23.3.tgz",
20235
+ "integrity": "sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==",
20236
+ "dev": true,
20237
+ "requires": {
20238
+ "@babel/helper-plugin-utils": "^7.22.5"
20239
+ },
20240
+ "dependencies": {
20241
+ "@babel/helper-plugin-utils": {
20242
+ "version": "7.22.5",
20243
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz",
20244
+ "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==",
20245
+ "dev": true
20246
+ }
20247
+ }
20248
+ },
19617
20249
  "@babel/plugin-transform-arrow-functions": {
19618
20250
  "version": "7.18.6",
19619
20251
  "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz",
@@ -19946,6 +20578,182 @@
19946
20578
  "@babel/helper-plugin-utils": "^7.18.9"
19947
20579
  }
19948
20580
  },
20581
+ "@babel/plugin-transform-typescript": {
20582
+ "version": "7.23.6",
20583
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.6.tgz",
20584
+ "integrity": "sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA==",
20585
+ "dev": true,
20586
+ "requires": {
20587
+ "@babel/helper-annotate-as-pure": "^7.22.5",
20588
+ "@babel/helper-create-class-features-plugin": "^7.23.6",
20589
+ "@babel/helper-plugin-utils": "^7.22.5",
20590
+ "@babel/plugin-syntax-typescript": "^7.23.3"
20591
+ },
20592
+ "dependencies": {
20593
+ "@babel/code-frame": {
20594
+ "version": "7.23.5",
20595
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz",
20596
+ "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==",
20597
+ "dev": true,
20598
+ "requires": {
20599
+ "@babel/highlight": "^7.23.4",
20600
+ "chalk": "^2.4.2"
20601
+ }
20602
+ },
20603
+ "@babel/helper-annotate-as-pure": {
20604
+ "version": "7.22.5",
20605
+ "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",
20606
+ "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",
20607
+ "dev": true,
20608
+ "requires": {
20609
+ "@babel/types": "^7.22.5"
20610
+ }
20611
+ },
20612
+ "@babel/helper-create-class-features-plugin": {
20613
+ "version": "7.23.10",
20614
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.23.10.tgz",
20615
+ "integrity": "sha512-2XpP2XhkXzgxecPNEEK8Vz8Asj9aRxt08oKOqtiZoqV2UGZ5T+EkyP9sXQ9nwMxBIG34a7jmasVqoMop7VdPUw==",
20616
+ "dev": true,
20617
+ "requires": {
20618
+ "@babel/helper-annotate-as-pure": "^7.22.5",
20619
+ "@babel/helper-environment-visitor": "^7.22.20",
20620
+ "@babel/helper-function-name": "^7.23.0",
20621
+ "@babel/helper-member-expression-to-functions": "^7.23.0",
20622
+ "@babel/helper-optimise-call-expression": "^7.22.5",
20623
+ "@babel/helper-replace-supers": "^7.22.20",
20624
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
20625
+ "@babel/helper-split-export-declaration": "^7.22.6",
20626
+ "semver": "^6.3.1"
20627
+ }
20628
+ },
20629
+ "@babel/helper-environment-visitor": {
20630
+ "version": "7.22.20",
20631
+ "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
20632
+ "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
20633
+ "dev": true
20634
+ },
20635
+ "@babel/helper-function-name": {
20636
+ "version": "7.23.0",
20637
+ "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz",
20638
+ "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==",
20639
+ "dev": true,
20640
+ "requires": {
20641
+ "@babel/template": "^7.22.15",
20642
+ "@babel/types": "^7.23.0"
20643
+ }
20644
+ },
20645
+ "@babel/helper-member-expression-to-functions": {
20646
+ "version": "7.23.0",
20647
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz",
20648
+ "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==",
20649
+ "dev": true,
20650
+ "requires": {
20651
+ "@babel/types": "^7.23.0"
20652
+ }
20653
+ },
20654
+ "@babel/helper-optimise-call-expression": {
20655
+ "version": "7.22.5",
20656
+ "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz",
20657
+ "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==",
20658
+ "dev": true,
20659
+ "requires": {
20660
+ "@babel/types": "^7.22.5"
20661
+ }
20662
+ },
20663
+ "@babel/helper-plugin-utils": {
20664
+ "version": "7.22.5",
20665
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz",
20666
+ "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==",
20667
+ "dev": true
20668
+ },
20669
+ "@babel/helper-replace-supers": {
20670
+ "version": "7.22.20",
20671
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz",
20672
+ "integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==",
20673
+ "dev": true,
20674
+ "requires": {
20675
+ "@babel/helper-environment-visitor": "^7.22.20",
20676
+ "@babel/helper-member-expression-to-functions": "^7.22.15",
20677
+ "@babel/helper-optimise-call-expression": "^7.22.5"
20678
+ }
20679
+ },
20680
+ "@babel/helper-skip-transparent-expression-wrappers": {
20681
+ "version": "7.22.5",
20682
+ "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz",
20683
+ "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==",
20684
+ "dev": true,
20685
+ "requires": {
20686
+ "@babel/types": "^7.22.5"
20687
+ }
20688
+ },
20689
+ "@babel/helper-split-export-declaration": {
20690
+ "version": "7.22.6",
20691
+ "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
20692
+ "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
20693
+ "dev": true,
20694
+ "requires": {
20695
+ "@babel/types": "^7.22.5"
20696
+ }
20697
+ },
20698
+ "@babel/helper-string-parser": {
20699
+ "version": "7.23.4",
20700
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz",
20701
+ "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==",
20702
+ "dev": true
20703
+ },
20704
+ "@babel/helper-validator-identifier": {
20705
+ "version": "7.22.20",
20706
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
20707
+ "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
20708
+ "dev": true
20709
+ },
20710
+ "@babel/highlight": {
20711
+ "version": "7.23.4",
20712
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz",
20713
+ "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==",
20714
+ "dev": true,
20715
+ "requires": {
20716
+ "@babel/helper-validator-identifier": "^7.22.20",
20717
+ "chalk": "^2.4.2",
20718
+ "js-tokens": "^4.0.0"
20719
+ }
20720
+ },
20721
+ "@babel/parser": {
20722
+ "version": "7.23.9",
20723
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.9.tgz",
20724
+ "integrity": "sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==",
20725
+ "dev": true
20726
+ },
20727
+ "@babel/template": {
20728
+ "version": "7.23.9",
20729
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.23.9.tgz",
20730
+ "integrity": "sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==",
20731
+ "dev": true,
20732
+ "requires": {
20733
+ "@babel/code-frame": "^7.23.5",
20734
+ "@babel/parser": "^7.23.9",
20735
+ "@babel/types": "^7.23.9"
20736
+ }
20737
+ },
20738
+ "@babel/types": {
20739
+ "version": "7.23.9",
20740
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.9.tgz",
20741
+ "integrity": "sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==",
20742
+ "dev": true,
20743
+ "requires": {
20744
+ "@babel/helper-string-parser": "^7.23.4",
20745
+ "@babel/helper-validator-identifier": "^7.22.20",
20746
+ "to-fast-properties": "^2.0.0"
20747
+ }
20748
+ },
20749
+ "semver": {
20750
+ "version": "6.3.1",
20751
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
20752
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
20753
+ "dev": true
20754
+ }
20755
+ }
20756
+ },
19949
20757
  "@babel/plugin-transform-unicode-escapes": {
19950
20758
  "version": "7.18.10",
19951
20759
  "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz",
@@ -20064,6 +20872,122 @@
20064
20872
  "@babel/plugin-transform-react-pure-annotations": "^7.10.4"
20065
20873
  }
20066
20874
  },
20875
+ "@babel/preset-typescript": {
20876
+ "version": "7.23.2",
20877
+ "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.23.2.tgz",
20878
+ "integrity": "sha512-u4UJc1XsS1GhIGteM8rnGiIvf9rJpiVgMEeCnwlLA7WJPC+jcXWJAGxYmeqs5hOZD8BbAfnV5ezBOxQbb4OUxA==",
20879
+ "dev": true,
20880
+ "requires": {
20881
+ "@babel/helper-plugin-utils": "^7.22.5",
20882
+ "@babel/helper-validator-option": "^7.22.15",
20883
+ "@babel/plugin-syntax-jsx": "^7.22.5",
20884
+ "@babel/plugin-transform-modules-commonjs": "^7.23.0",
20885
+ "@babel/plugin-transform-typescript": "^7.22.15"
20886
+ },
20887
+ "dependencies": {
20888
+ "@babel/helper-environment-visitor": {
20889
+ "version": "7.22.20",
20890
+ "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
20891
+ "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
20892
+ "dev": true
20893
+ },
20894
+ "@babel/helper-module-imports": {
20895
+ "version": "7.22.15",
20896
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz",
20897
+ "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==",
20898
+ "dev": true,
20899
+ "requires": {
20900
+ "@babel/types": "^7.22.15"
20901
+ }
20902
+ },
20903
+ "@babel/helper-module-transforms": {
20904
+ "version": "7.23.3",
20905
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz",
20906
+ "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==",
20907
+ "dev": true,
20908
+ "requires": {
20909
+ "@babel/helper-environment-visitor": "^7.22.20",
20910
+ "@babel/helper-module-imports": "^7.22.15",
20911
+ "@babel/helper-simple-access": "^7.22.5",
20912
+ "@babel/helper-split-export-declaration": "^7.22.6",
20913
+ "@babel/helper-validator-identifier": "^7.22.20"
20914
+ }
20915
+ },
20916
+ "@babel/helper-plugin-utils": {
20917
+ "version": "7.22.5",
20918
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz",
20919
+ "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==",
20920
+ "dev": true
20921
+ },
20922
+ "@babel/helper-simple-access": {
20923
+ "version": "7.22.5",
20924
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",
20925
+ "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==",
20926
+ "dev": true,
20927
+ "requires": {
20928
+ "@babel/types": "^7.22.5"
20929
+ }
20930
+ },
20931
+ "@babel/helper-split-export-declaration": {
20932
+ "version": "7.22.6",
20933
+ "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
20934
+ "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
20935
+ "dev": true,
20936
+ "requires": {
20937
+ "@babel/types": "^7.22.5"
20938
+ }
20939
+ },
20940
+ "@babel/helper-string-parser": {
20941
+ "version": "7.23.4",
20942
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz",
20943
+ "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==",
20944
+ "dev": true
20945
+ },
20946
+ "@babel/helper-validator-identifier": {
20947
+ "version": "7.22.20",
20948
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz",
20949
+ "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==",
20950
+ "dev": true
20951
+ },
20952
+ "@babel/helper-validator-option": {
20953
+ "version": "7.23.5",
20954
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz",
20955
+ "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==",
20956
+ "dev": true
20957
+ },
20958
+ "@babel/plugin-syntax-jsx": {
20959
+ "version": "7.23.3",
20960
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz",
20961
+ "integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==",
20962
+ "dev": true,
20963
+ "requires": {
20964
+ "@babel/helper-plugin-utils": "^7.22.5"
20965
+ }
20966
+ },
20967
+ "@babel/plugin-transform-modules-commonjs": {
20968
+ "version": "7.23.3",
20969
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz",
20970
+ "integrity": "sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==",
20971
+ "dev": true,
20972
+ "requires": {
20973
+ "@babel/helper-module-transforms": "^7.23.3",
20974
+ "@babel/helper-plugin-utils": "^7.22.5",
20975
+ "@babel/helper-simple-access": "^7.22.5"
20976
+ }
20977
+ },
20978
+ "@babel/types": {
20979
+ "version": "7.23.9",
20980
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.9.tgz",
20981
+ "integrity": "sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==",
20982
+ "dev": true,
20983
+ "requires": {
20984
+ "@babel/helper-string-parser": "^7.23.4",
20985
+ "@babel/helper-validator-identifier": "^7.22.20",
20986
+ "to-fast-properties": "^2.0.0"
20987
+ }
20988
+ }
20989
+ }
20990
+ },
20067
20991
  "@babel/runtime": {
20068
20992
  "version": "7.11.2",
20069
20993
  "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
@@ -32080,6 +33004,122 @@
32080
33004
  "resolved": "https://registry.npmjs.org/traverse/-/traverse-0.6.6.tgz",
32081
33005
  "integrity": "sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc="
32082
33006
  },
33007
+ "ts-loader": {
33008
+ "version": "8.2.0",
33009
+ "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.2.0.tgz",
33010
+ "integrity": "sha512-ebXBFrNyMSmbWgjnb3WBloUBK+VSx1xckaXsMXxlZRDqce/OPdYBVN5efB0W3V0defq0Gcy4YuzvPGqRgjj85A==",
33011
+ "requires": {
33012
+ "chalk": "^4.1.0",
33013
+ "enhanced-resolve": "^4.0.0",
33014
+ "loader-utils": "^2.0.0",
33015
+ "micromatch": "^4.0.0",
33016
+ "semver": "^7.3.4"
33017
+ },
33018
+ "dependencies": {
33019
+ "ansi-styles": {
33020
+ "version": "4.3.0",
33021
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
33022
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
33023
+ "requires": {
33024
+ "color-convert": "^2.0.1"
33025
+ }
33026
+ },
33027
+ "braces": {
33028
+ "version": "3.0.2",
33029
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
33030
+ "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
33031
+ "requires": {
33032
+ "fill-range": "^7.0.1"
33033
+ }
33034
+ },
33035
+ "chalk": {
33036
+ "version": "4.1.2",
33037
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
33038
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
33039
+ "requires": {
33040
+ "ansi-styles": "^4.1.0",
33041
+ "supports-color": "^7.1.0"
33042
+ }
33043
+ },
33044
+ "color-convert": {
33045
+ "version": "2.0.1",
33046
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
33047
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
33048
+ "requires": {
33049
+ "color-name": "~1.1.4"
33050
+ }
33051
+ },
33052
+ "color-name": {
33053
+ "version": "1.1.4",
33054
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
33055
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
33056
+ },
33057
+ "fill-range": {
33058
+ "version": "7.0.1",
33059
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
33060
+ "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
33061
+ "requires": {
33062
+ "to-regex-range": "^5.0.1"
33063
+ }
33064
+ },
33065
+ "has-flag": {
33066
+ "version": "4.0.0",
33067
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
33068
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
33069
+ },
33070
+ "is-number": {
33071
+ "version": "7.0.0",
33072
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
33073
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="
33074
+ },
33075
+ "lru-cache": {
33076
+ "version": "6.0.0",
33077
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
33078
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
33079
+ "requires": {
33080
+ "yallist": "^4.0.0"
33081
+ }
33082
+ },
33083
+ "micromatch": {
33084
+ "version": "4.0.5",
33085
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
33086
+ "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
33087
+ "requires": {
33088
+ "braces": "^3.0.2",
33089
+ "picomatch": "^2.3.1"
33090
+ }
33091
+ },
33092
+ "semver": {
33093
+ "version": "7.5.4",
33094
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
33095
+ "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
33096
+ "requires": {
33097
+ "lru-cache": "^6.0.0"
33098
+ }
33099
+ },
33100
+ "supports-color": {
33101
+ "version": "7.2.0",
33102
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
33103
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
33104
+ "requires": {
33105
+ "has-flag": "^4.0.0"
33106
+ }
33107
+ },
33108
+ "to-regex-range": {
33109
+ "version": "5.0.1",
33110
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
33111
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
33112
+ "requires": {
33113
+ "is-number": "^7.0.0"
33114
+ }
33115
+ },
33116
+ "yallist": {
33117
+ "version": "4.0.0",
33118
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
33119
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
33120
+ }
33121
+ }
33122
+ },
32083
33123
  "tslib": {
32084
33124
  "version": "2.4.0",
32085
33125
  "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
@@ -32143,6 +33183,11 @@
32143
33183
  "is-typedarray": "^1.0.0"
32144
33184
  }
32145
33185
  },
33186
+ "typescript": {
33187
+ "version": "5.2.2",
33188
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.2.2.tgz",
33189
+ "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w=="
33190
+ },
32146
33191
  "uc.micro": {
32147
33192
  "version": "1.0.6",
32148
33193
  "resolved": "https://registry.npmjs.org/uc.micro/-/uc.micro-1.0.6.tgz",