simple-dynamsoft-mcp 5.0.0 → 6.3.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 (1061) hide show
  1. package/.env.example +89 -57
  2. package/LICENSE +21 -21
  3. package/README.md +592 -331
  4. package/data/metadata/data-manifest.json +315 -0
  5. package/data/metadata/dynamsoft_sdks.json +525 -0
  6. package/package.json +74 -53
  7. package/scripts/prebuild-rag-index.mjs +88 -0
  8. package/scripts/run-gemini-tests.mjs +25 -0
  9. package/scripts/sync-submodules.mjs +6 -0
  10. package/scripts/update-data-lock.mjs +124 -0
  11. package/scripts/update-sdk-versions.mjs +342 -0
  12. package/scripts/verify-data-lock.mjs +122 -0
  13. package/src/data-bootstrap.js +255 -0
  14. package/src/data-root.js +22 -0
  15. package/src/gemini-retry.js +148 -0
  16. package/src/index.js +1518 -1230
  17. package/src/normalizers.js +338 -274
  18. package/src/rag.js +1203 -589
  19. package/src/resource-index/builders.js +744 -0
  20. package/src/resource-index/config.js +226 -0
  21. package/src/resource-index/docs-loader.js +117 -0
  22. package/src/resource-index/paths.js +98 -0
  23. package/src/resource-index/samples.js +723 -0
  24. package/src/resource-index/uri.js +96 -0
  25. package/src/resource-index/version-policy.js +164 -0
  26. package/src/resource-index.js +536 -1220
  27. package/src/submodule-sync.js +139 -0
  28. package/code-snippet/dynamic-web-twain/UI-customization/image-editor.html +0 -1052
  29. package/code-snippet/dynamic-web-twain/UI-customization/loading-bar.html +0 -213
  30. package/code-snippet/dynamic-web-twain/UI-customization/progress-bar.html +0 -93
  31. package/code-snippet/dynamic-web-twain/UI-customization/thumbnail.html +0 -352
  32. package/code-snippet/dynamic-web-twain/UI-customization/without-UI.html +0 -111
  33. package/code-snippet/dynamic-web-twain/classification/document/SaveToFile.aspx +0 -24
  34. package/code-snippet/dynamic-web-twain/classification/document/document.html +0 -1142
  35. package/code-snippet/dynamic-web-twain/classification/tag/SaveToFile.aspx +0 -24
  36. package/code-snippet/dynamic-web-twain/classification/tag/tag.html +0 -930
  37. package/code-snippet/dynamic-web-twain/edit-image.html +0 -456
  38. package/code-snippet/dynamic-web-twain/gen-tree.py +0 -80
  39. package/code-snippet/dynamic-web-twain/input-options/download.html +0 -73
  40. package/code-snippet/dynamic-web-twain/input-options/load-from-local-drive.html +0 -60
  41. package/code-snippet/dynamic-web-twain/input-options/load-images-by-file-type.html +0 -112
  42. package/code-snippet/dynamic-web-twain/localstorage.html +0 -208
  43. package/code-snippet/dynamic-web-twain/output-options/convertToBase64.html +0 -161
  44. package/code-snippet/dynamic-web-twain/output-options/convertToBlob.html +0 -216
  45. package/code-snippet/dynamic-web-twain/output-options/save.html +0 -188
  46. package/code-snippet/dynamic-web-twain/output-options/simultaneous-scan-upload/DeleteFile.aspx +0 -33
  47. package/code-snippet/dynamic-web-twain/output-options/simultaneous-scan-upload/Download.aspx +0 -92
  48. package/code-snippet/dynamic-web-twain/output-options/simultaneous-scan-upload/SaveToFileEx.aspx +0 -37
  49. package/code-snippet/dynamic-web-twain/output-options/simultaneous-scan-upload/simultaneous-scan-upload.html +0 -351
  50. package/code-snippet/dynamic-web-twain/output-options/upload/DeleteFile.aspx +0 -33
  51. package/code-snippet/dynamic-web-twain/output-options/upload/Download.aspx +0 -92
  52. package/code-snippet/dynamic-web-twain/output-options/upload/SaveToFileEx.aspx +0 -37
  53. package/code-snippet/dynamic-web-twain/output-options/upload/upload.html +0 -365
  54. package/code-snippet/dynamic-web-twain/readme.md +0 -54
  55. package/code-snippet/dynamic-web-twain/scan/auto-remove-blank-page.html +0 -71
  56. package/code-snippet/dynamic-web-twain/scan/basic-scan.html +0 -227
  57. package/code-snippet/dynamic-web-twain/scan/capabilities/capabilities.html +0 -296
  58. package/code-snippet/dynamic-web-twain/scan/custom-data.html +0 -81
  59. package/code-snippet/dynamic-web-twain/scan/focus-scanUI-always-on-top.html +0 -59
  60. package/code-snippet/dynamic-web-twain/scan/get-custom-data.html +0 -122
  61. package/code-snippet/dynamic-web-twain/scan/image-layout.html +0 -224
  62. package/code-snippet/dynamic-web-twain/scan/mag-data.html +0 -76
  63. package/code-snippet/dynamic-web-twain/scan/read-barcode.html +0 -87
  64. package/code-snippet/dynamic-web-twain/scan/scan-one-side.html +0 -181
  65. package/code-snippet/dynamic-web-twain/scan/transfer-mode.html +0 -215
  66. package/code-snippet/dynamic-web-twain/scan/xfer-count.html +0 -83
  67. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanMultipleBarcodes/build.gradle +0 -36
  68. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanMultipleBarcodes/proguard-rules.pro +0 -21
  69. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanMultipleBarcodes/src/main/AndroidManifest.xml +0 -23
  70. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanMultipleBarcodes/src/main/java/com/dynamsoft/scanmultiplebarcodes/MainActivity.java +0 -70
  71. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanMultipleBarcodes/src/main/res/drawable/dbr_icon.xml +0 -21
  72. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanMultipleBarcodes/src/main/res/layout/activity_main.xml +0 -27
  73. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanMultipleBarcodes/src/main/res/values/colors.xml +0 -5
  74. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanMultipleBarcodes/src/main/res/values/strings.xml +0 -3
  75. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanMultipleBarcodes/src/main/res/values/themes.xml +0 -5
  76. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcode/build.gradle +0 -36
  77. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcode/proguard-rules.pro +0 -21
  78. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcode/src/main/AndroidManifest.xml +0 -24
  79. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcode/src/main/java/com/dynamsoft/scansinglebarcode/MainActivity.java +0 -87
  80. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcode/src/main/res/drawable/dbr_icon.xml +0 -21
  81. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcode/src/main/res/layout/activity_main.xml +0 -27
  82. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcode/src/main/res/values/colors.xml +0 -5
  83. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcode/src/main/res/values/strings.xml +0 -3
  84. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcode/src/main/res/values/themes.xml +0 -5
  85. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcodeKt/build.gradle +0 -43
  86. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcodeKt/proguard-rules.pro +0 -21
  87. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcodeKt/src/main/AndroidManifest.xml +0 -22
  88. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcodeKt/src/main/java/com/dynamsoft/scansinglebarcodekt/MainActivity.kt +0 -73
  89. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcodeKt/src/main/res/drawable/dbr_icon.xml +0 -21
  90. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcodeKt/src/main/res/layout/activity_main.xml +0 -27
  91. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcodeKt/src/main/res/values/colors.xml +0 -5
  92. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcodeKt/src/main/res/values/strings.xml +0 -3
  93. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScanSingleBarcodeKt/src/main/res/values/themes.xml +0 -5
  94. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/build.gradle +0 -37
  95. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/proguard-rules.pro +0 -21
  96. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/AndroidManifest.xml +0 -27
  97. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadAztec.json +0 -91
  98. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadCommon2D.json +0 -185
  99. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadDPM.json +0 -138
  100. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadDataMatrix.json +0 -178
  101. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadDenseBarcodes.json +0 -138
  102. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadDotCode.json +0 -130
  103. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadOneDIndustrial.json +0 -155
  104. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadOneDRetail.json +0 -148
  105. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/assets/Templates/ReadQR.json +0 -150
  106. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/java/com/dynamsoft/scenarioorientedsamples/HomeActivity.java +0 -98
  107. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/java/com/dynamsoft/scenarioorientedsamples/ResultActivity.java +0 -45
  108. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/java/com/dynamsoft/scenarioorientedsamples/ui/HomeItemAdapter.java +0 -77
  109. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/java/com/dynamsoft/scenarioorientedsamples/ui/HomeItemsRecyclerView.java +0 -75
  110. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/java/com/dynamsoft/scenarioorientedsamples/ui/ModeInfo.java +0 -41
  111. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/res/drawable/dbr_icon.xml +0 -21
  112. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/res/drawable/shape_home_item1.xml +0 -7
  113. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/res/drawable/shape_home_item2.xml +0 -7
  114. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/res/layout/activity_home.xml +0 -96
  115. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/res/layout/activity_result.xml +0 -17
  116. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/res/layout/layout_home_item.xml +0 -55
  117. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/res/values/attr_HomeItemsRecyclerView.xml +0 -9
  118. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/res/values/colors.xml +0 -16
  119. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/res/values/dimens.xml +0 -8
  120. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/res/values/strings.xml +0 -23
  121. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/ScenarioOrientedSamples/src/main/res/values/themes.xml +0 -5
  122. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/build.gradle +0 -45
  123. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/gradle/wrapper/gradle-wrapper.properties +0 -6
  124. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/gradle.properties +0 -21
  125. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/gradlew +0 -185
  126. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/gradlew.bat +0 -89
  127. package/code-snippet/dynamsoft-barcode-reader/android/BarcodeScannerAPISamples/settings.gradle +0 -19
  128. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/build.gradle +0 -38
  129. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/proguard-rules.pro +0 -21
  130. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/AndroidManifest.xml +0 -32
  131. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/java/com/dynamsoft/debug/CaptureActivity.java +0 -256
  132. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/java/com/dynamsoft/debug/HomeActivity.java +0 -31
  133. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/java/com/dynamsoft/debug/settings/PreferencesConstants.java +0 -12
  134. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/java/com/dynamsoft/debug/settings/SettingsActivity.java +0 -47
  135. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/res/drawable/arrow_back_24.xml +0 -5
  136. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/res/drawable/dbr_icon.xml +0 -21
  137. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/res/layout/activity_capture.xml +0 -54
  138. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/res/layout/activity_home.xml +0 -84
  139. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/res/layout/activity_settings.xml +0 -17
  140. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/res/layout/layout_appbar.xml +0 -19
  141. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/res/menu/main_menu.xml +0 -11
  142. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/res/values/arrays.xml +0 -20
  143. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/res/values/colors.xml +0 -11
  144. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/res/values/strings.xml +0 -17
  145. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/res/values/themes.xml +0 -19
  146. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/Debug/src/main/res/xml/root_preferences.xml +0 -28
  147. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/build.gradle +0 -41
  148. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/proguard-rules.pro +0 -21
  149. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/AndroidManifest.xml +0 -38
  150. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/assets/Templates/ReadFromAnImage.json +0 -118
  151. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/java/com/dynamsoft/dbr/decodefromanimage/MainActivity.java +0 -211
  152. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/java/com/dynamsoft/dbr/decodefromanimage/ui/ThumbnailsRecyclerView.java +0 -219
  153. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/java/com/dynamsoft/dbr/decodefromanimage/ui/resultsview/CustomizedResultsDisplayView.java +0 -142
  154. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/java/com/dynamsoft/dbr/decodefromanimage/ui/resultsview/ResultsRecyclerView.java +0 -91
  155. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/java/com/dynamsoft/dbr/decodefromanimage/utils/BitmapUtils.java +0 -74
  156. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/java/com/dynamsoft/dbr/decodefromanimage/utils/UriUtils.java +0 -116
  157. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/drawable/boundary.xml +0 -7
  158. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/drawable/dashed_border.xml +0 -10
  159. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/drawable/dbr_icon.xml +0 -21
  160. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/drawable/image_button_state.xml +0 -19
  161. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/layout/activity_main.xml +0 -155
  162. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/layout/item_result.xml +0 -41
  163. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/layout/item_thumbnail.xml +0 -23
  164. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/layout/results_view.xml +0 -60
  165. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/values/attr_customized.xml +0 -7
  166. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/values/colors.xml +0 -11
  167. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/values/strings.xml +0 -19
  168. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/values/themes.xml +0 -12
  169. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeFromAnImage/src/main/res/xml/dynamsoft_file_paths.xml +0 -6
  170. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/build.gradle +0 -38
  171. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/proguard-rules.pro +0 -21
  172. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/AndroidManifest.xml +0 -29
  173. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/java/com/dynamsoft/dbr/decodewithcameraenhancer/HomeActivity.java +0 -17
  174. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/java/com/dynamsoft/dbr/decodewithcameraenhancer/MainActivity.java +0 -121
  175. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/java/com/dynamsoft/dbr/decodewithcameraenhancer/ui/resultsview/CustomizedResultsDisplayView.java +0 -80
  176. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/java/com/dynamsoft/dbr/decodewithcameraenhancer/ui/resultsview/ResultsRecyclerView.java +0 -91
  177. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/res/drawable/dbr_icon.xml +0 -21
  178. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/res/layout/activity_home.xml +0 -84
  179. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/res/layout/activity_main.xml +0 -22
  180. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/res/layout/item_result.xml +0 -41
  181. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/res/layout/results_view.xml +0 -48
  182. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/res/values/attr_customized.xml +0 -7
  183. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/res/values/colors.xml +0 -8
  184. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/res/values/strings.xml +0 -11
  185. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/res/values/themes.xml +0 -18
  186. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/res/xml/backup_rules.xml +0 -13
  187. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraEnhancer/src/main/res/xml/data_extraction_rules.xml +0 -19
  188. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/build.gradle +0 -44
  189. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/proguard-rules.pro +0 -21
  190. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/AndroidManifest.xml +0 -31
  191. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/java/com/dynamsoft/dbr/decodewithcamerax/CameraXImageSourceAdapter.java +0 -64
  192. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/java/com/dynamsoft/dbr/decodewithcamerax/HomeActivity.java +0 -16
  193. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/java/com/dynamsoft/dbr/decodewithcamerax/MainActivity.java +0 -146
  194. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/java/com/dynamsoft/dbr/decodewithcamerax/ui/PreviewWithDrawingQuads.java +0 -94
  195. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/java/com/dynamsoft/dbr/decodewithcamerax/ui/resultsview/CustomizedResultsDisplayView.java +0 -80
  196. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/java/com/dynamsoft/dbr/decodewithcamerax/ui/resultsview/ResultsRecyclerView.java +0 -91
  197. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/res/drawable/dbr_icon.xml +0 -21
  198. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/res/layout/activity_home.xml +0 -84
  199. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/res/layout/activity_main.xml +0 -23
  200. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/res/layout/item_result.xml +0 -41
  201. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/res/layout/results_view.xml +0 -48
  202. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/res/values/attr_customized.xml +0 -7
  203. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/res/values/colors.xml +0 -8
  204. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/res/values/strings.xml +0 -10
  205. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DecodeWithCameraX/src/main/res/values/themes.xml +0 -18
  206. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/build.gradle +0 -35
  207. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/proguard-rules.pro +0 -21
  208. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/src/main/AndroidManifest.xml +0 -30
  209. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/src/main/java/com/dynamsoft/dcv/driverslicensescanner/HomeActivity.java +0 -17
  210. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/src/main/java/com/dynamsoft/dcv/driverslicensescanner/MainActivity.java +0 -138
  211. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/src/main/java/com/dynamsoft/dcv/driverslicensescanner/ParseUtil.java +0 -107
  212. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/src/main/java/com/dynamsoft/dcv/driverslicensescanner/ResultActivity.java +0 -46
  213. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/src/main/res/drawable/dbr_icon.xml +0 -21
  214. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/src/main/res/layout/activity_home.xml +0 -84
  215. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/src/main/res/layout/activity_main.xml +0 -32
  216. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/src/main/res/layout/activity_result.xml +0 -15
  217. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/src/main/res/values/colors.xml +0 -8
  218. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/src/main/res/values/strings.xml +0 -7
  219. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/DriversLicenseScanner/src/main/res/values/themes.xml +0 -12
  220. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/build.gradle +0 -47
  221. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/proguard-rules.pro +0 -21
  222. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/AndroidManifest.xml +0 -37
  223. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/home/HomeActivity.java +0 -42
  224. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/models/CameraSettings.java +0 -45
  225. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/models/DecodeSettings.java +0 -279
  226. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/models/MultiFrameCrossFilterSettings.java +0 -59
  227. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/models/ResultFeedbackSettings.java +0 -31
  228. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/models/SettingsCache.java +0 -49
  229. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/scanner/ScannerActivity.java +0 -225
  230. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/scanner/ScannerViewModel.java +0 -67
  231. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/settings/OnItemClickListener.java +0 -5
  232. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/settings/SettingsActivity.java +0 -37
  233. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/settings/SettingsFragment.java +0 -160
  234. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/settings/SettingsViewModel.java +0 -49
  235. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/settings/barcodeformat/BarcodeFormatsFragment.java +0 -65
  236. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/settings/barcodeformat/BarcodeFormatsViewModel.java +0 -61
  237. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/settings/simplifiedsettings/SimplifiedSettingsFragment.java +0 -60
  238. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/settings/simplifiedsettings/SimplifiedSettingsViewModel.java +0 -24
  239. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/CustomResultDisplayView.java +0 -56
  240. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/ExpandLinearLayout.java +0 -220
  241. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/Extension.java +0 -27
  242. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/RadioGroupWithTitle.java +0 -145
  243. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/ResultsRecyclerView.java +0 -91
  244. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/SingleLineLayout.java +0 -302
  245. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/formatselection/BarcodeFormatConstants.java +0 -80
  246. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/formatselection/FormatSelectionAdapter.java +0 -122
  247. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/formatselection/FormatSelectionView.java +0 -98
  248. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/modeselection/ItemTouchHelperInter.java +0 -7
  249. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/modeselection/ModeSelectionAdapter.java +0 -174
  250. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/modeselection/ModeSelectionView.java +0 -98
  251. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/modeselection/ModesMapConstant.java +0 -55
  252. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/java/com/dynamsoft/dbr/generalsettings/ui/modeselection/MyTouchHelperCallBack.java +0 -45
  253. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/anim/enter_pop_slide.xml +0 -12
  254. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/anim/enter_slide.xml +0 -12
  255. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/anim/exit_pop_slide.xml +0 -12
  256. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/anim/exit_slide.xml +0 -12
  257. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/drawable/arrow_back_24.xml +0 -5
  258. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/drawable/dbr_icon.xml +0 -21
  259. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/drawable/icon_right_transparent.xml +0 -4
  260. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/drawable/selector_checkbox.xml +0 -6
  261. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/drawable/selector_checkbox2.xml +0 -5
  262. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/drawable/selector_checktext_textcolor.xml +0 -5
  263. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/drawable/selector_radiobutton_selected.xml +0 -13
  264. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/drawable/selector_radiobutton_textcolor.xml +0 -5
  265. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/drawable/selector_switch_track.xml +0 -20
  266. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/drawable/shape_circle_conner_dialog.xml +0 -8
  267. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/drawable/shape_radio_group.xml +0 -8
  268. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/activity_home.xml +0 -84
  269. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/activity_main.xml +0 -41
  270. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/activity_settings.xml +0 -20
  271. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/dialog_import_template.xml +0 -44
  272. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/format_selection.xml +0 -8
  273. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/fragment_barcode_format.xml +0 -101
  274. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/fragment_settings.xml +0 -305
  275. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/fragment_simplified_settings.xml +0 -149
  276. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/item_result.xml +0 -42
  277. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/layout_appbar.xml +0 -19
  278. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/layout_expand_arrow_and_switch.xml +0 -58
  279. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/layout_expand_arrow_only.xml +0 -45
  280. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/layout_expand_switch_only.xml +0 -44
  281. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/layout_radio_group_with_title.xml +0 -46
  282. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/layout_single_line.xml +0 -33
  283. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/modes_selection_spinner_item.xml +0 -17
  284. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/modes_selection_spinner_text.xml +0 -13
  285. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/layout/results_view.xml +0 -48
  286. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/menu/menu_main.xml +0 -11
  287. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/values/array.xml +0 -14
  288. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/values/attrs_customized.xml +0 -65
  289. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/values/colors.xml +0 -23
  290. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/values/dimens.xml +0 -20
  291. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/values/spinner_items.xml +0 -10
  292. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/values/strings.xml +0 -112
  293. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/values/themes.xml +0 -29
  294. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/xml/backup_rules.xml +0 -13
  295. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/GeneralSettings/src/main/res/xml/data_extraction_rules.xml +0 -19
  296. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/build.gradle +0 -39
  297. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/proguard-rules.pro +0 -21
  298. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/AndroidManifest.xml +0 -28
  299. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/assets/Templates/ReadMultipleBarcodes.json +0 -116
  300. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/java/com/dynamsoft/dbr/locateanitemwithbarcode/LocateGrabCodeActivity.java +0 -87
  301. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/java/com/dynamsoft/dbr/locateanitemwithbarcode/LocateScanActivity.java +0 -162
  302. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/java/com/dynamsoft/dbr/locateanitemwithbarcode/LocateStartActivity.java +0 -58
  303. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/res/drawable/arrow_back_24.xml +0 -5
  304. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/res/drawable/dbr_icon.xml +0 -21
  305. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/res/drawable/ic_launcher_background.xml +0 -170
  306. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/res/layout/activity_grab_code.xml +0 -23
  307. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/res/layout/activity_locate_start.xml +0 -94
  308. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/res/layout/activity_scanner.xml +0 -34
  309. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/res/values/colors.xml +0 -35
  310. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/res/values/strings.xml +0 -10
  311. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/LocateAnItemWithBarcode/src/main/res/values/themes.xml +0 -8
  312. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/ReadGS1AI/build.gradle +0 -34
  313. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/ReadGS1AI/proguard-rules.pro +0 -21
  314. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/ReadGS1AI/src/main/AndroidManifest.xml +0 -27
  315. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/ReadGS1AI/src/main/assets/Templates/ReadGS1AIBarcode.json +0 -135
  316. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/ReadGS1AI/src/main/java/com/dynamsoft/readgs1ai/HomeActivity.java +0 -17
  317. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/ReadGS1AI/src/main/java/com/dynamsoft/readgs1ai/MainActivity.java +0 -182
  318. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/ReadGS1AI/src/main/res/drawable/dbr_icon.xml +0 -21
  319. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/ReadGS1AI/src/main/res/layout/activity_home.xml +0 -84
  320. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/ReadGS1AI/src/main/res/layout/activity_main.xml +0 -19
  321. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/ReadGS1AI/src/main/res/values/colors.xml +0 -8
  322. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/ReadGS1AI/src/main/res/values/strings.xml +0 -7
  323. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/ReadGS1AI/src/main/res/values/themes.xml +0 -11
  324. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/build.gradle +0 -39
  325. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/proguard-rules.pro +0 -21
  326. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/AndroidManifest.xml +0 -32
  327. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/java/com/dynamsoft/dbr/tinybarcodedecoding/HomeActivity.java +0 -17
  328. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/java/com/dynamsoft/dbr/tinybarcodedecoding/MainActivity.java +0 -272
  329. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/java/com/dynamsoft/dbr/tinybarcodedecoding/UIHandler.java +0 -14
  330. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/java/com/dynamsoft/dbr/tinybarcodedecoding/ZoomSeekbarView.java +0 -191
  331. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/res/drawable/dbr_icon.xml +0 -21
  332. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/res/drawable/ic_baseline_shape.xml +0 -5
  333. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/res/drawable/shape_circle_bg.xml +0 -16
  334. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/res/layout/activity_home.xml +0 -84
  335. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/res/layout/activity_main.xml +0 -77
  336. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/res/values/colors.xml +0 -8
  337. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/res/values/strings.xml +0 -10
  338. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/res/values/themes.xml +0 -12
  339. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/res/xml/backup_rules.xml +0 -13
  340. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/TinyBarcodeDecoding/src/main/res/xml/data_extraction_rules.xml +0 -19
  341. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/build.gradle +0 -42
  342. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/gradle/wrapper/gradle-wrapper.properties +0 -6
  343. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/gradle.properties +0 -21
  344. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/gradlew +0 -185
  345. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/gradlew.bat +0 -89
  346. package/code-snippet/dynamsoft-barcode-reader/android/FoundationalAPISamples/settings.gradle +0 -18
  347. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanMultipleBarcodes/ScanMultipleBarcodes/AppDelegate.swift +0 -35
  348. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanMultipleBarcodes/ScanMultipleBarcodes/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
  349. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanMultipleBarcodes/ScanMultipleBarcodes/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -36
  350. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanMultipleBarcodes/ScanMultipleBarcodes/Assets.xcassets/Contents.json +0 -6
  351. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanMultipleBarcodes/ScanMultipleBarcodes/Base.lproj/LaunchScreen.storyboard +0 -25
  352. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanMultipleBarcodes/ScanMultipleBarcodes/Base.lproj/Main.storyboard +0 -52
  353. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanMultipleBarcodes/ScanMultipleBarcodes/DynamsoftResources.bundle/Templates/ReadMultipleBarcodes.json +0 -139
  354. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanMultipleBarcodes/ScanMultipleBarcodes/Info.plist +0 -25
  355. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanMultipleBarcodes/ScanMultipleBarcodes/SceneDelegate.swift +0 -51
  356. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanMultipleBarcodes/ScanMultipleBarcodes/ViewController.swift +0 -161
  357. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanMultipleBarcodes/ScanMultipleBarcodes.xcodeproj/project.pbxproj +0 -422
  358. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcode/ScanSingleBarcode/AppDelegate.swift +0 -35
  359. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcode/ScanSingleBarcode/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
  360. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcode/ScanSingleBarcode/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -36
  361. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcode/ScanSingleBarcode/Assets.xcassets/Contents.json +0 -6
  362. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcode/ScanSingleBarcode/Base.lproj/LaunchScreen.storyboard +0 -25
  363. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcode/ScanSingleBarcode/Base.lproj/Main.storyboard +0 -52
  364. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcode/ScanSingleBarcode/DynamsoftResources.bundle/Templates/ReadSingleBarcode.json +0 -105
  365. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcode/ScanSingleBarcode/Info.plist +0 -25
  366. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcode/ScanSingleBarcode/SceneDelegate.swift +0 -51
  367. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcode/ScanSingleBarcode/ViewController.swift +0 -115
  368. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcode/ScanSingleBarcode.xcodeproj/project.pbxproj +0 -422
  369. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/AppDelegate.h +0 -13
  370. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/AppDelegate.m +0 -39
  371. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
  372. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -36
  373. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/Assets.xcassets/Contents.json +0 -6
  374. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/Base.lproj/LaunchScreen.storyboard +0 -25
  375. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/Base.lproj/Main.storyboard +0 -52
  376. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/DynamsoftResources.bundle/Templates/ReadSingleBarcode.json +0 -105
  377. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/Info.plist +0 -25
  378. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/SceneDelegate.h +0 -14
  379. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/SceneDelegate.m +0 -56
  380. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/ViewController.h +0 -13
  381. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/ViewController.m +0 -127
  382. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc/main.m +0 -17
  383. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeObjc/ScanSingleBarcodeObjc.xcodeproj/project.pbxproj +0 -426
  384. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeSwiftUI/ScanSingleBarcodeSwiftUI/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
  385. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeSwiftUI/ScanSingleBarcodeSwiftUI/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -14
  386. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeSwiftUI/ScanSingleBarcodeSwiftUI/Assets.xcassets/Contents.json +0 -6
  387. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeSwiftUI/ScanSingleBarcodeSwiftUI/BarcodeScannerView.swift +0 -66
  388. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeSwiftUI/ScanSingleBarcodeSwiftUI/ContentView.swift +0 -47
  389. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeSwiftUI/ScanSingleBarcodeSwiftUI/Preview Content/Preview Assets.xcassets/Contents.json +0 -6
  390. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeSwiftUI/ScanSingleBarcodeSwiftUI/ScanSingleBarcodeSwiftUIApp.swift +0 -16
  391. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScanSingleBarcodeSwiftUI/ScanSingleBarcodeSwiftUI.xcodeproj/project.pbxproj +0 -377
  392. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/AppDelegate.swift +0 -35
  393. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
  394. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -14
  395. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/Contents.json +0 -6
  396. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/dynamsoft-logo.imageset/Contents.json +0 -23
  397. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/icons/1d_industrial.imageset/Contents.json +0 -23
  398. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/icons/1d_retail.imageset/Contents.json +0 -23
  399. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/icons/Contents.json +0 -6
  400. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/icons/any_codes.imageset/Contents.json +0 -23
  401. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/icons/aztec_code.imageset/Contents.json +0 -23
  402. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/icons/common_2d.imageset/Contents.json +0 -23
  403. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/icons/data_matrix.imageset/Contents.json +0 -23
  404. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/icons/dot_code.imageset/Contents.json +0 -23
  405. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/icons/dpm_code.imageset/Contents.json +0 -23
  406. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/icons/high_density.imageset/Contents.json +0 -23
  407. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Assets.xcassets/icons/qr_code.imageset/Contents.json +0 -23
  408. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Base.lproj/LaunchScreen.storyboard +0 -25
  409. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Base.lproj/Main.storyboard +0 -24
  410. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/DynamsoftResources.bundle/Templates/ReadAztec.json +0 -91
  411. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/DynamsoftResources.bundle/Templates/ReadCommon1DAnd2D.json +0 -272
  412. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/DynamsoftResources.bundle/Templates/ReadCommon2D.json +0 -185
  413. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/DynamsoftResources.bundle/Templates/ReadDPM.json +0 -138
  414. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/DynamsoftResources.bundle/Templates/ReadDataMatrix.json +0 -178
  415. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/DynamsoftResources.bundle/Templates/ReadDenseBarcodes.json +0 -138
  416. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/DynamsoftResources.bundle/Templates/ReadDotCode.json +0 -130
  417. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/DynamsoftResources.bundle/Templates/ReadOneDIndustrial.json +0 -155
  418. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/DynamsoftResources.bundle/Templates/ReadOneDRetail.json +0 -148
  419. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/DynamsoftResources.bundle/Templates/ReadQR.json +0 -150
  420. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/Info.plist +0 -25
  421. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/ResultViewController.swift +0 -43
  422. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/SceneDelegate.swift +0 -57
  423. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples/ViewController.swift +0 -271
  424. package/code-snippet/dynamsoft-barcode-reader/ios/BarcodeScannerAPISamples/ScenarioOrientedSamples/ScenarioOrientedSamples.xcodeproj/project.pbxproj +0 -426
  425. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug/AppDelegate.swift +0 -35
  426. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
  427. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -14
  428. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug/Assets.xcassets/Contents.json +0 -6
  429. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug/Assets.xcassets/dynamsoft.imageset/Contents.json +0 -23
  430. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug/Base.lproj/LaunchScreen.storyboard +0 -25
  431. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug/Base.lproj/Main.storyboard +0 -24
  432. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug/CameraViewController.swift +0 -256
  433. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug/Info.plist +0 -25
  434. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug/SceneDelegate.swift +0 -57
  435. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug/SettingsViewController.swift +0 -234
  436. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug/ViewController.swift +0 -111
  437. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/Debug/Debug.xcodeproj/project.pbxproj +0 -387
  438. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/AppDelegate.swift +0 -35
  439. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
  440. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -35
  441. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Assets.xcassets/Buttons/Contents.json +0 -6
  442. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Assets.xcassets/Buttons/bigGallery.imageset/Contents.json +0 -23
  443. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Assets.xcassets/Buttons/bigTakePhoto.imageset/Contents.json +0 -23
  444. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Assets.xcassets/Buttons/gallery.imageset/Contents.json +0 -23
  445. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Assets.xcassets/Buttons/takePhoto.imageset/Contents.json +0 -23
  446. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Assets.xcassets/Contents.json +0 -6
  447. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Assets.xcassets/dynamsoft.imageset/Contents.json +0 -23
  448. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Base.lproj/LaunchScreen.storyboard +0 -25
  449. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Base.lproj/Main.storyboard +0 -52
  450. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Info.plist +0 -25
  451. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/Resource/ReadFromAnImage.json +0 -118
  452. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/SceneDelegate.swift +0 -51
  453. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage/ViewController.swift +0 -457
  454. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeFromAnImage/DecodeFromAnImage.xcodeproj/project.pbxproj +0 -389
  455. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession/AppDelegate.swift +0 -33
  456. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
  457. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -14
  458. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession/Assets.xcassets/Contents.json +0 -6
  459. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession/Assets.xcassets/dynamsoft.imageset/Contents.json +0 -23
  460. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession/Base.lproj/LaunchScreen.storyboard +0 -25
  461. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession/Base.lproj/Main.storyboard +0 -24
  462. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession/CaptureEnhancer.swift +0 -102
  463. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession/CaptureViewController.swift +0 -191
  464. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession/Info.plist +0 -25
  465. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession/SceneDelegate.swift +0 -57
  466. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession/ViewController.swift +0 -111
  467. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithAVCaptureSession/DecodeWithAVCaptureSession.xcodeproj/project.pbxproj +0 -423
  468. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithCameraEnhancer/DecodeWithCameraEnhancer/AppDelegate.swift +0 -33
  469. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithCameraEnhancer/DecodeWithCameraEnhancer/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
  470. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithCameraEnhancer/DecodeWithCameraEnhancer/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -14
  471. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithCameraEnhancer/DecodeWithCameraEnhancer/Assets.xcassets/Contents.json +0 -6
  472. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithCameraEnhancer/DecodeWithCameraEnhancer/Assets.xcassets/dynamsoft.imageset/Contents.json +0 -23
  473. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithCameraEnhancer/DecodeWithCameraEnhancer/Base.lproj/LaunchScreen.storyboard +0 -25
  474. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithCameraEnhancer/DecodeWithCameraEnhancer/Base.lproj/Main.storyboard +0 -32
  475. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithCameraEnhancer/DecodeWithCameraEnhancer/CameraViewController.swift +0 -170
  476. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithCameraEnhancer/DecodeWithCameraEnhancer/Info.plist +0 -25
  477. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithCameraEnhancer/DecodeWithCameraEnhancer/SceneDelegate.swift +0 -57
  478. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithCameraEnhancer/DecodeWithCameraEnhancer/ViewController.swift +0 -111
  479. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DecodeWithCameraEnhancer/DecodeWithCameraEnhancer.xcodeproj/project.pbxproj +0 -419
  480. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/AppDelegate.swift +0 -29
  481. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
  482. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -14
  483. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/Assets.xcassets/Contents.json +0 -6
  484. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/Assets.xcassets/dynamsoft.imageset/Contents.json +0 -23
  485. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/Base.lproj/LaunchScreen.storyboard +0 -25
  486. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/Base.lproj/Main.storyboard +0 -52
  487. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/CameraViewController.swift +0 -231
  488. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/Category/UIDevice+Addition.swift +0 -59
  489. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/Category/UIView+Frame.swift +0 -80
  490. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/DriverLicenseResultViewController.swift +0 -168
  491. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/Info.plist +0 -8
  492. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/Utils/Dynamsoft.swift +0 -27
  493. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner/ViewController.swift +0 -111
  494. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/DriversLicenseScanner/DriversLicenseScanner.xcodeproj/project.pbxproj +0 -447
  495. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/AppDelegate.swift +0 -35
  496. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
  497. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -14
  498. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/Assets.xcassets/Contents.json +0 -6
  499. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/Assets.xcassets/arrow-circle/Contents.json +0 -6
  500. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/Assets.xcassets/arrow-circle/arrow-circle-down.imageset/Contents.json +0 -23
  501. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/Assets.xcassets/arrow-circle/arrow-circle-up.imageset/Contents.json +0 -23
  502. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/Assets.xcassets/dynamsoft.imageset/Contents.json +0 -23
  503. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/BarcodeFormatViewController.swift +0 -249
  504. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/Base.lproj/LaunchScreen.storyboard +0 -25
  505. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/Base.lproj/Main.storyboard +0 -24
  506. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/CameraViewController.swift +0 -305
  507. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/DataModel/CustomTableViewCell.swift +0 -234
  508. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/DataModel/Mode+Extension.swift +0 -129
  509. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/DataModel/PickerPopupView.swift +0 -145
  510. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/DataModel/SettingRow.swift +0 -332
  511. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/DataModel/UIColor+Extension.swift +0 -19
  512. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/Info.plist +0 -25
  513. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/SceneDelegate.swift +0 -57
  514. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/SettingsViewController.swift +0 -589
  515. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/SimplifiedSettingsViewController.swift +0 -532
  516. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings/ViewController.swift +0 -111
  517. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/GeneralSettings/GeneralSettings.xcodeproj/project.pbxproj +0 -387
  518. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/AppDelegate.swift +0 -45
  519. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
  520. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -14
  521. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/Assets.xcassets/Contents.json +0 -6
  522. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/Assets.xcassets/dynamsoft.imageset/Contents.json +0 -23
  523. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/Assets.xcassets/scan.imageset/Contents.json +0 -23
  524. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/Base.lproj/LaunchScreen.storyboard +0 -25
  525. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/Base.lproj/Main.storyboard +0 -145
  526. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/CameraViewController.swift +0 -187
  527. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/Info.plist +0 -25
  528. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/ReadMultipleBarcodes.json +0 -116
  529. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/SceneDelegate.swift +0 -51
  530. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode/ViewController.swift +0 -55
  531. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/LocateAnItemWithBarcode/LocateAnItemWithBarcode.xcodeproj/project.pbxproj +0 -429
  532. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/AppDelegate.swift +0 -35
  533. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
  534. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -14
  535. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/Assets.xcassets/Contents.json +0 -6
  536. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/Assets.xcassets/dynamsoft.imageset/Contents.json +0 -23
  537. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/Base.lproj/LaunchScreen.storyboard +0 -25
  538. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/Base.lproj/Main.storyboard +0 -24
  539. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/CameraViewController.swift +0 -114
  540. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/DynamsoftResources.bundle/Root.plist +0 -61
  541. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/DynamsoftResources.bundle/Templates/ReadGS1AI.json +0 -135
  542. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/DynamsoftResources.bundle/en.lproj/Root.strings +0 -0
  543. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/Info.plist +0 -25
  544. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/SceneDelegate.swift +0 -57
  545. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI/ViewController.swift +0 -111
  546. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/ReadGS1AI/ReadGS1AI.xcodeproj/project.pbxproj +0 -389
  547. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/AppDelegate.swift +0 -20
  548. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
  549. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -14
  550. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Assets.xcassets/Contents.json +0 -6
  551. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Assets.xcassets/dynamsoft.imageset/Contents.json +0 -23
  552. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Assets.xcassets/icon_arrow_camera_zoom_close.imageset/Contents.json +0 -22
  553. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Base.lproj/LaunchScreen.storyboard +0 -25
  554. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Base.lproj/Main.storyboard +0 -52
  555. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/CameraViewController.swift +0 -231
  556. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Category/UIDevice+Addition.swift +0 -58
  557. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Category/UIView+Frame.swift +0 -60
  558. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Info.plist +0 -8
  559. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/TinyBarcodeDecoding-Bridging-Header.h +0 -4
  560. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Utils/Dynamsoft.swift +0 -53
  561. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/ViewController.swift +0 -111
  562. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Views/CameraSettingView.swift +0 -71
  563. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Views/CameraZoomFloatingButton.swift +0 -56
  564. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding/Views/CameraZoomSlider.swift +0 -104
  565. package/code-snippet/dynamsoft-barcode-reader/ios/FoundationalAPISamples/TinyBarcodeDecoding/TinyBarcodeDecoding.xcodeproj/project.pbxproj +0 -473
  566. package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadAztec.json +0 -99
  567. package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadBarcodes_Default.json +0 -113
  568. package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadBarcodes_ReadRateFirst.json +0 -144
  569. package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadBarcodes_SpeedFirst.json +0 -151
  570. package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadBlurry1DBarcode.json +0 -149
  571. package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadDPM.json +0 -83
  572. package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadDenseQRCode.json +0 -105
  573. package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadDotcode.json +0 -125
  574. package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadInvertedBarcode.json +0 -57
  575. package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadMultipleBarcode.json +0 -103
  576. package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadOneDIndustrial.json +0 -133
  577. package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadOneDRetail.json +0 -137
  578. package/code-snippet/dynamsoft-barcode-reader/python/CustomTemplates/ReadSingleBarcode.json +0 -174
  579. package/code-snippet/dynamsoft-barcode-reader/python/README.md +0 -82
  580. package/code-snippet/dynamsoft-barcode-reader/python/Samples/ReadDPM.json +0 -83
  581. package/code-snippet/dynamsoft-barcode-reader/python/Samples/camera.py +0 -96
  582. package/code-snippet/dynamsoft-barcode-reader/python/Samples/file.py +0 -82
  583. package/code-snippet/dynamsoft-barcode-reader/python/Samples/general_settings.py +0 -80
  584. package/code-snippet/dynamsoft-barcode-reader/python/Samples/multi_format_image_processing.py +0 -79
  585. package/code-snippet/dynamsoft-barcode-reader/python/Samples/parameter_tuner.py +0 -166
  586. package/code-snippet/dynamsoft-barcode-reader/python/Samples/read_an_image.py +0 -45
  587. package/code-snippet/dynamsoft-barcode-reader/python/Samples/read_dpm_barcode.py +0 -53
  588. package/code-snippet/dynamsoft-barcode-reader/python/Samples/read_multiple_images.py +0 -55
  589. package/code-snippet/dynamsoft-barcode-reader/python/Samples/server_side_barcode_decoder.py +0 -108
  590. package/code-snippet/dynamsoft-barcode-reader/python/Samples/show_localized_vs_decoded_barcodes.py +0 -145
  591. package/code-snippet/dynamsoft-barcode-reader/python/Samples/utils.py +0 -60
  592. package/code-snippet/dynamsoft-barcode-reader/python/Samples/video_decoding.py +0 -147
  593. package/code-snippet/dynamsoft-barcode-reader/web/README.md +0 -81
  594. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/README.md +0 -42
  595. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/README.md +0 -23
  596. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/.editorconfig +0 -16
  597. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/README.md +0 -422
  598. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/angular.json +0 -99
  599. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/package.json +0 -39
  600. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/app/app.component.css +0 -42
  601. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/app/app.component.html +0 -14
  602. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/app/app.component.ts +0 -22
  603. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/app/dynamsoft.config.ts +0 -22
  604. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/app/image-capture/image-capture.component.css +0 -20
  605. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/app/image-capture/image-capture.component.html +0 -11
  606. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/app/image-capture/image-capture.component.ts +0 -66
  607. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/app/video-capture/video-capture.component.css +0 -6
  608. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/app/video-capture/video-capture.component.html +0 -8
  609. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/app/video-capture/video-capture.component.ts +0 -109
  610. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/assets/.gitkeep +0 -0
  611. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/index.html +0 -19
  612. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/main.ts +0 -5
  613. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/src/styles.css +0 -11
  614. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/tsconfig.app.json +0 -14
  615. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/tsconfig.json +0 -32
  616. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-foundational-api/tsconfig.spec.json +0 -14
  617. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/.editorconfig +0 -17
  618. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/README.md +0 -33
  619. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/angular.json +0 -100
  620. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/package.json +0 -37
  621. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/src/app/app.component.css +0 -24
  622. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/src/app/app.component.html +0 -7
  623. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/src/app/app.component.ts +0 -53
  624. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/src/app/app.config.ts +0 -8
  625. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/src/app/app.routes.ts +0 -3
  626. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/src/index.html +0 -12
  627. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/src/main.ts +0 -6
  628. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/src/styles.css +0 -16
  629. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/tsconfig.app.json +0 -15
  630. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/tsconfig.json +0 -27
  631. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/angular/scan-using-rtu-api/tsconfig.spec.json +0 -15
  632. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/README.md +0 -23
  633. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/README.md +0 -372
  634. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/App.razor +0 -12
  635. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/BlazorApp.csproj +0 -18
  636. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/Layout/MainLayout.razor +0 -16
  637. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/Layout/MainLayout.razor.css +0 -77
  638. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/Layout/NavMenu.razor +0 -39
  639. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/Layout/NavMenu.razor.css +0 -91
  640. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/Pages/DecodeImage.razor +0 -26
  641. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/Pages/DecodeVideo.razor +0 -48
  642. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/Pages/Home.razor +0 -13
  643. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/Program.cs +0 -11
  644. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/Properties/launchSettings.json +0 -41
  645. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/_Imports.razor +0 -10
  646. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/obj/BlazorApp.csproj.nuget.dgspec.json +0 -108
  647. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/obj/BlazorApp.csproj.nuget.g.props +0 -26
  648. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/obj/BlazorApp.csproj.nuget.g.targets +0 -12
  649. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +0 -4
  650. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/obj/Debug/net8.0/BlazorApp.AssemblyInfo.cs +0 -22
  651. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/obj/Debug/net8.0/BlazorApp.GeneratedMSBuildEditorConfig.editorconfig +0 -53
  652. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/obj/Debug/net8.0/BlazorApp.GlobalUsings.g.cs +0 -11
  653. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/obj/project.assets.json +0 -2137
  654. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/wwwroot/decodeImage.js +0 -34
  655. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/wwwroot/decodeVideo.js +0 -70
  656. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-foundational-api/hello-world-blazor/BlazorApp/wwwroot/index.html +0 -72
  657. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/App.razor +0 -12
  658. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/BlazorApp.csproj +0 -18
  659. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/Layout/MainLayout.razor +0 -4
  660. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/Pages/Home.razor +0 -25
  661. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/Program.cs +0 -11
  662. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/Properties/launchSettings.json +0 -41
  663. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/README.md +0 -17
  664. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/_Imports.razor +0 -10
  665. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/obj/BlazorApp.csproj.nuget.dgspec.json +0 -108
  666. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/obj/BlazorApp.csproj.nuget.g.props +0 -26
  667. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/obj/BlazorApp.csproj.nuget.g.targets +0 -12
  668. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/obj/Debug/net8.0/.NETCoreApp,Version=v8.0.AssemblyAttributes.cs +0 -4
  669. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/obj/Debug/net8.0/BlazorApp.AssemblyInfo.cs +0 -22
  670. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/obj/Debug/net8.0/BlazorApp.GeneratedMSBuildEditorConfig.editorconfig +0 -41
  671. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/obj/Debug/net8.0/BlazorApp.GlobalUsings.g.cs +0 -11
  672. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/obj/project.assets.json +0 -2137
  673. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/blazor/scan-using-rtu-api/wwwroot/index.html +0 -63
  674. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/README.md +0 -22
  675. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/README.md +0 -43
  676. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/build.gradle +0 -54
  677. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/capacitor.build.gradle +0 -19
  678. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/proguard-rules.pro +0 -21
  679. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/androidTest/java/com/getcapacitor/myapp/ExampleInstrumentedTest.java +0 -26
  680. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/main/AndroidManifest.xml +0 -42
  681. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/main/java/com/dynamsoft/dbrjs/MainActivity.java +0 -5
  682. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/main/res/drawable/ic_launcher_background.xml +0 -170
  683. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml +0 -34
  684. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/main/res/layout/activity_main.xml +0 -12
  685. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +0 -5
  686. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +0 -5
  687. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/main/res/values/ic_launcher_background.xml +0 -4
  688. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/main/res/values/strings.xml +0 -7
  689. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/main/res/values/styles.xml +0 -22
  690. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/main/res/xml/file_paths.xml +0 -5
  691. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/app/src/test/java/com/getcapacitor/myapp/ExampleUnitTest.java +0 -18
  692. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/build.gradle +0 -29
  693. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/capacitor.settings.gradle +0 -3
  694. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/gradle/wrapper/gradle-wrapper.properties +0 -7
  695. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/gradle.properties +0 -22
  696. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/gradlew +0 -252
  697. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/gradlew.bat +0 -94
  698. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/settings.gradle +0 -5
  699. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/android/variables.gradle +0 -16
  700. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/capacitor.config.json +0 -6
  701. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/index.ts +0 -35
  702. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/ios/App/App/AppDelegate.swift +0 -49
  703. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/ios/App/App/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -14
  704. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/ios/App/App/Assets.xcassets/Contents.json +0 -6
  705. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/ios/App/App/Assets.xcassets/Splash.imageset/Contents.json +0 -23
  706. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/ios/App/App/Base.lproj/LaunchScreen.storyboard +0 -32
  707. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/ios/App/App/Base.lproj/Main.storyboard +0 -19
  708. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/ios/App/App/Info.plist +0 -51
  709. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/ios/App/App.xcodeproj/project.pbxproj +0 -408
  710. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/ios/App/App.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  711. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/ios/App/Podfile +0 -24
  712. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/package.json +0 -24
  713. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/public/index.html +0 -21
  714. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/rollup.config.mjs +0 -28
  715. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/capacitor/scan-using-rtu-api/tsconfig.json +0 -21
  716. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/README.md +0 -23
  717. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/scan-using-foundational-api/README.md +0 -241
  718. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/scan-using-foundational-api/action.js +0 -70
  719. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/scan-using-foundational-api/index.html +0 -22
  720. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/scan-using-foundational-api/main.js +0 -29
  721. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/scan-using-foundational-api/package.json +0 -26
  722. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/scan-using-foundational-api/style.css +0 -6
  723. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/scan-using-rtu-api/README.md +0 -31
  724. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/scan-using-rtu-api/action.js +0 -22
  725. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/scan-using-rtu-api/index.html +0 -61
  726. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/scan-using-rtu-api/main.js +0 -29
  727. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/scan-using-rtu-api/package.json +0 -26
  728. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/electron/scan-using-rtu-api/style.css +0 -6
  729. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/es6/README.md +0 -18
  730. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/es6/scan-using-foundational-api/es6.html +0 -94
  731. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/es6/scan-using-rtu-api/es6.html +0 -88
  732. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/native-ts/README.md +0 -23
  733. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/native-ts/scan-using-foundational-api/index.html +0 -21
  734. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/native-ts/scan-using-foundational-api/index.ts +0 -68
  735. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/native-ts/scan-using-foundational-api/package.json +0 -23
  736. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/native-ts/scan-using-foundational-api/rollup.config.mjs +0 -27
  737. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/native-ts/scan-using-foundational-api/tsconfig.json +0 -21
  738. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/native-ts/scan-using-rtu-api/README.md +0 -26
  739. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/native-ts/scan-using-rtu-api/index.ts +0 -35
  740. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/native-ts/scan-using-rtu-api/package.json +0 -20
  741. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/native-ts/scan-using-rtu-api/public/index.html +0 -17
  742. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/native-ts/scan-using-rtu-api/rollup.config.mjs +0 -28
  743. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/native-ts/scan-using-rtu-api/tsconfig.json +0 -21
  744. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/README.md +0 -23
  745. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/.eslintrc.json +0 -3
  746. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/README.md +0 -434
  747. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/app/globals.css +0 -10
  748. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/app/layout.tsx +0 -23
  749. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/app/page.css +0 -33
  750. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/app/page.tsx +0 -51
  751. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/components/ImageCapture/ImageCapture.css +0 -21
  752. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/components/ImageCapture/ImageCapture.tsx +0 -76
  753. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/components/VideoCapture/VideoCapture.css +0 -6
  754. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/components/VideoCapture/VideoCapture.tsx +0 -122
  755. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/dynamsoft.config.ts +0 -22
  756. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/next.config.mjs +0 -4
  757. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/package.json +0 -25
  758. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/next/scan-using-foundational-api/tsconfig.json +0 -26
  759. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/nuxt/README.md +0 -22
  760. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/nuxt/scan-using-foundational-api/README.md +0 -383
  761. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/nuxt/scan-using-foundational-api/app.vue +0 -74
  762. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/nuxt/scan-using-foundational-api/assets/main.css +0 -7
  763. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/nuxt/scan-using-foundational-api/components/ImageCapture.client.vue +0 -88
  764. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/nuxt/scan-using-foundational-api/components/VideoCapture.client.vue +0 -107
  765. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/nuxt/scan-using-foundational-api/dynamsoft.config.ts +0 -20
  766. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/nuxt/scan-using-foundational-api/nuxt.config.ts +0 -4
  767. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/nuxt/scan-using-foundational-api/package.json +0 -18
  768. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/nuxt/scan-using-foundational-api/tsconfig.json +0 -4
  769. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/pwa/README.md +0 -23
  770. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/pwa/scan-using-foundational-api/README.md +0 -307
  771. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/pwa/scan-using-foundational-api/helloworld-pwa.html +0 -103
  772. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/pwa/scan-using-foundational-api/helloworld-pwa.json +0 -22
  773. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/pwa/scan-using-foundational-api/service-worker.js +0 -92
  774. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/pwa/scan-using-rtu-api/README.md +0 -17
  775. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/pwa/scan-using-rtu-api/helloworld-pwa.html +0 -99
  776. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/pwa/scan-using-rtu-api/helloworld-pwa.json +0 -22
  777. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/pwa/scan-using-rtu-api/service-worker.js +0 -92
  778. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/README.md +0 -23
  779. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/README.md +0 -396
  780. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/package.json +0 -45
  781. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/public/index.html +0 -45
  782. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/public/manifest.json +0 -25
  783. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/src/App.css +0 -50
  784. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/src/App.tsx +0 -48
  785. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/src/components/ImageCapture/ImageCapture.css +0 -21
  786. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/src/components/ImageCapture/ImageCapture.tsx +0 -76
  787. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/src/components/VideoCapture/VideoCapture.css +0 -6
  788. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/src/components/VideoCapture/VideoCapture.tsx +0 -114
  789. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/src/dynamsoft.config.ts +0 -20
  790. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/src/index.css +0 -11
  791. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/src/index.tsx +0 -11
  792. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/src/react-app-env.d.ts +0 -1
  793. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-foundational-api/tsconfig.json +0 -26
  794. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-rtu-api/README.md +0 -33
  795. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-rtu-api/index.html +0 -12
  796. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-rtu-api/package.json +0 -29
  797. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-rtu-api/src/App.tsx +0 -59
  798. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-rtu-api/src/main.tsx +0 -9
  799. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-rtu-api/tsconfig.app.json +0 -27
  800. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-rtu-api/tsconfig.json +0 -7
  801. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-rtu-api/tsconfig.node.json +0 -25
  802. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/react/scan-using-rtu-api/vite.config.ts +0 -7
  803. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/requirejs/README.md +0 -18
  804. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/requirejs/scan-using-foundational-api/requirejs.html +0 -98
  805. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/requirejs/scan-using-rtu-api/requirejs.html +0 -94
  806. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/README.md +0 -23
  807. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/README.md +0 -351
  808. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/index.html +0 -18
  809. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/package.json +0 -24
  810. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/src/App.svelte +0 -88
  811. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/src/components/ImageCapture.svelte +0 -95
  812. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/src/components/VideoCapture.svelte +0 -119
  813. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/src/dynamsoft.config.ts +0 -21
  814. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/src/main.ts +0 -7
  815. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/src/vite-env.d.ts +0 -2
  816. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/svelte.config.js +0 -7
  817. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/tsconfig.json +0 -20
  818. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/tsconfig.node.json +0 -10
  819. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-foundational-api/vite.config.ts +0 -8
  820. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-rtu-api/README.md +0 -33
  821. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-rtu-api/index.html +0 -12
  822. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-rtu-api/package.json +0 -24
  823. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-rtu-api/src/App.svelte +0 -55
  824. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-rtu-api/src/main.ts +0 -7
  825. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-rtu-api/src/vite-env.d.ts +0 -2
  826. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-rtu-api/svelte.config.js +0 -7
  827. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-rtu-api/tsconfig.json +0 -20
  828. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-rtu-api/tsconfig.node.json +0 -10
  829. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/svelte/scan-using-rtu-api/vite.config.ts +0 -8
  830. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/README.md +0 -30
  831. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/README.md +0 -379
  832. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/env.d.ts +0 -1
  833. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/index.html +0 -19
  834. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/package.json +0 -26
  835. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/src/App.vue +0 -72
  836. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/src/assets/main.css +0 -6
  837. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/src/components/ImageCapture.vue +0 -87
  838. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/src/components/VideoCapture.vue +0 -106
  839. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/src/dynamsoft.config.ts +0 -20
  840. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/src/main.ts +0 -6
  841. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/tsconfig.config.json +0 -9
  842. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/tsconfig.json +0 -17
  843. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-foundational-api/vite.config.ts +0 -15
  844. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-rtu-api/README.md +0 -33
  845. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-rtu-api/index.html +0 -12
  846. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-rtu-api/package.json +0 -22
  847. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-rtu-api/src/App.vue +0 -52
  848. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-rtu-api/src/main.ts +0 -4
  849. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-rtu-api/src/vite-env.d.ts +0 -1
  850. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-rtu-api/tsconfig.app.json +0 -15
  851. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-rtu-api/tsconfig.json +0 -7
  852. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-rtu-api/tsconfig.node.json +0 -25
  853. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/vue/scan-using-rtu-api/vite.config.ts +0 -7
  854. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/README.md +0 -23
  855. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/README.md +0 -13
  856. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/build.gradle +0 -45
  857. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/proguard-rules.pro +0 -21
  858. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/AndroidManifest.xml +0 -28
  859. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/assets/decodeBarcodeInVideo.html +0 -83
  860. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/java/com/dynamsoft/dbrjswebview/MainActivity.kt +0 -105
  861. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/res/drawable/ic_launcher_background.xml +0 -170
  862. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml +0 -30
  863. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/res/layout/activity_main.xml +0 -15
  864. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +0 -5
  865. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +0 -5
  866. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml +0 -6
  867. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/res/values/colors.xml +0 -10
  868. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/res/values/strings.xml +0 -3
  869. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/res/values/themes.xml +0 -16
  870. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/res/values-night/themes.xml +0 -16
  871. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/res/xml/backup_rules.xml +0 -13
  872. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/app/src/main/res/xml/data_extraction_rules.xml +0 -19
  873. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/build.gradle +0 -6
  874. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/gradle/wrapper/gradle-wrapper.properties +0 -6
  875. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/gradle.properties +0 -23
  876. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/gradlew +0 -185
  877. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/gradlew.bat +0 -89
  878. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/android/settings.gradle +0 -16
  879. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/README.md +0 -13
  880. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview/AppDelegate.swift +0 -36
  881. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
  882. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -13
  883. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview/Assets.xcassets/Contents.json +0 -6
  884. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview/Base.lproj/LaunchScreen.storyboard +0 -25
  885. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview/Base.lproj/Main.storyboard +0 -33
  886. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview/Info.plist +0 -27
  887. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview/SceneDelegate.swift +0 -52
  888. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview/ViewController.swift +0 -116
  889. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview/html/decodeFileInVideo.html +0 -83
  890. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview.xcodeproj/project.pbxproj +0 -373
  891. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
  892. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-foundational-api/ios/dbrjswebview.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  893. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/README.md +0 -24
  894. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/build.gradle +0 -45
  895. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/proguard-rules.pro +0 -21
  896. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/AndroidManifest.xml +0 -28
  897. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/assets/decodeBarcodeInVideo.html +0 -85
  898. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/java/com/dynamsoft/dbrjswebview/MainActivity.kt +0 -105
  899. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/res/drawable/ic_launcher_background.xml +0 -170
  900. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml +0 -30
  901. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/res/layout/activity_main.xml +0 -15
  902. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +0 -5
  903. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +0 -5
  904. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/res/mipmap-anydpi-v33/ic_launcher.xml +0 -6
  905. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/res/values/colors.xml +0 -10
  906. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/res/values/strings.xml +0 -3
  907. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/res/values/themes.xml +0 -16
  908. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/res/values-night/themes.xml +0 -16
  909. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/res/xml/backup_rules.xml +0 -13
  910. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/app/src/main/res/xml/data_extraction_rules.xml +0 -19
  911. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/build.gradle +0 -6
  912. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/gradle/wrapper/gradle-wrapper.properties +0 -6
  913. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/gradle.properties +0 -23
  914. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/gradlew +0 -185
  915. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/gradlew.bat +0 -89
  916. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/android/settings.gradle +0 -16
  917. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/README.md +0 -25
  918. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview/AppDelegate.swift +0 -36
  919. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview/Assets.xcassets/AccentColor.colorset/Contents.json +0 -11
  920. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview/Assets.xcassets/AppIcon.appiconset/Contents.json +0 -13
  921. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview/Assets.xcassets/Contents.json +0 -6
  922. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview/Base.lproj/LaunchScreen.storyboard +0 -25
  923. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview/Base.lproj/Main.storyboard +0 -33
  924. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview/Info.plist +0 -27
  925. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview/SceneDelegate.swift +0 -52
  926. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview/ViewController.swift +0 -116
  927. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview/html/decodeFileInVideo.html +0 -85
  928. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview.xcodeproj/project.pbxproj +0 -373
  929. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
  930. package/code-snippet/dynamsoft-barcode-reader/web/frameworks/webview/scan-using-rtu-api/ios/dbrjswebview.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
  931. package/code-snippet/dynamsoft-barcode-reader/web/hello-world.html +0 -87
  932. package/code-snippet/dynamsoft-barcode-reader/web/index.html +0 -1271
  933. package/code-snippet/dynamsoft-barcode-reader/web/read-an-image.html +0 -72
  934. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/README.md +0 -30
  935. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/batch-inventory/README.md +0 -41
  936. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/batch-inventory/index.css +0 -160
  937. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/batch-inventory/index.html +0 -157
  938. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/cart-builder/README.md +0 -43
  939. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/cart-builder/cart-builder.html +0 -272
  940. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/debug/README.md +0 -57
  941. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/debug/app.js +0 -43
  942. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/debug/package.json +0 -16
  943. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/debug/pem/ryans-cert.pem +0 -13
  944. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/debug/pem/ryans-csr.pem +0 -11
  945. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/debug/pem/ryans-key.pem +0 -15
  946. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/debug/public/index.html +0 -198
  947. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/locate-an-item-with-barcode/README.md +0 -38
  948. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/locate-an-item-with-barcode/index.html +0 -735
  949. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/pick-one-to-fill/README.md +0 -35
  950. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/pick-one-to-fill/index.css +0 -112
  951. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/pick-one-to-fill/index.html +0 -113
  952. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-a-drivers-license/README.md +0 -39
  953. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-a-drivers-license/index.html +0 -170
  954. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-a-drivers-license/read_dl.json +0 -124
  955. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-a-drivers-license/style.css +0 -154
  956. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-and-parse-GS1-AI/README.md +0 -49
  957. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-and-parse-GS1-AI/scan-using-foundational-api/index.css +0 -180
  958. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-and-parse-GS1-AI/scan-using-foundational-api/index.html +0 -297
  959. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-and-parse-GS1-AI/scan-using-foundational-api/read_and_parse_gs1.json +0 -159
  960. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-and-parse-GS1-AI/scan-using-rtu-api/convert-GS1AI-title.js +0 -386
  961. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-and-parse-GS1-AI/scan-using-rtu-api/index.html +0 -285
  962. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-and-parse-GS1-AI/scan-using-rtu-api/rtu_gs1.json +0 -163
  963. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-and-parse-GS1-AI/scan-using-rtu-api/style.css +0 -200
  964. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-vin/README.md +0 -40
  965. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-vin/index.html +0 -146
  966. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-vin/read_vin.json +0 -139
  967. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/read-vin/style.css +0 -155
  968. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-1D-Industrial/README.md +0 -40
  969. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-1D-Industrial/ReadOneDIndustrial.json +0 -155
  970. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-1D-Industrial/index.html +0 -103
  971. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-1D-Retail/README.md +0 -37
  972. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-1D-Retail/ReadOneDRetail.json +0 -148
  973. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-1D-Retail/index.html +0 -103
  974. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-and-search/README.md +0 -39
  975. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-and-search/scan-and-search.html +0 -266
  976. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-common-1D-and-2D/README.md +0 -31
  977. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-common-1D-and-2D/ReadCommon1DAnd2D.json +0 -205
  978. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-common-1D-and-2D/index.html +0 -103
  979. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-common-2D-codes/README.md +0 -37
  980. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-common-2D-codes/ReadCommon2D.json +0 -188
  981. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-common-2D-codes/index.html +0 -103
  982. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-datamatrix-code/README.md +0 -29
  983. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-datamatrix-code/ReadDataMatrix.json +0 -184
  984. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-datamatrix-code/index.html +0 -103
  985. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-from-distance/README.md +0 -36
  986. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-from-distance/ReadDistantBarcodes.json +0 -155
  987. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-from-distance/index.html +0 -103
  988. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-qr-code/README.md +0 -37
  989. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-qr-code/ReadQR.json +0 -156
  990. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/scan-qr-code/index.html +0 -103
  991. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/show-result-texts-on-the-video/README.md +0 -32
  992. package/code-snippet/dynamsoft-barcode-reader/web/scenarios/show-result-texts-on-the-video/show-result-texts-on-the-video.html +0 -179
  993. package/code-snippet/dynamsoft-document-viewer/angular/.editorconfig +0 -16
  994. package/code-snippet/dynamsoft-document-viewer/angular/README.md +0 -42
  995. package/code-snippet/dynamsoft-document-viewer/angular/angular.json +0 -104
  996. package/code-snippet/dynamsoft-document-viewer/angular/package-lock.json +0 -12264
  997. package/code-snippet/dynamsoft-document-viewer/angular/package.json +0 -39
  998. package/code-snippet/dynamsoft-document-viewer/angular/src/app/app.component.css +0 -6
  999. package/code-snippet/dynamsoft-document-viewer/angular/src/app/app.component.html +0 -7
  1000. package/code-snippet/dynamsoft-document-viewer/angular/src/app/app.component.spec.ts +0 -10
  1001. package/code-snippet/dynamsoft-document-viewer/angular/src/app/app.component.ts +0 -19
  1002. package/code-snippet/dynamsoft-document-viewer/angular/src/app/app.config.ts +0 -8
  1003. package/code-snippet/dynamsoft-document-viewer/angular/src/app/app.routes.ts +0 -3
  1004. package/code-snippet/dynamsoft-document-viewer/angular/src/app/components/viewer/viewer.component.css +0 -4
  1005. package/code-snippet/dynamsoft-document-viewer/angular/src/app/components/viewer/viewer.component.html +0 -1
  1006. package/code-snippet/dynamsoft-document-viewer/angular/src/app/components/viewer/viewer.component.spec.ts +0 -22
  1007. package/code-snippet/dynamsoft-document-viewer/angular/src/app/components/viewer/viewer.component.ts +0 -30
  1008. package/code-snippet/dynamsoft-document-viewer/angular/src/assets/.gitkeep +0 -0
  1009. package/code-snippet/dynamsoft-document-viewer/angular/src/favicon.ico +0 -0
  1010. package/code-snippet/dynamsoft-document-viewer/angular/src/index.html +0 -13
  1011. package/code-snippet/dynamsoft-document-viewer/angular/src/main.ts +0 -6
  1012. package/code-snippet/dynamsoft-document-viewer/angular/src/styles.css +0 -13
  1013. package/code-snippet/dynamsoft-document-viewer/angular/tsconfig.app.json +0 -14
  1014. package/code-snippet/dynamsoft-document-viewer/angular/tsconfig.json +0 -34
  1015. package/code-snippet/dynamsoft-document-viewer/angular/tsconfig.spec.json +0 -14
  1016. package/code-snippet/dynamsoft-document-viewer/hello-world.html +0 -49
  1017. package/code-snippet/dynamsoft-document-viewer/next/README.md +0 -42
  1018. package/code-snippet/dynamsoft-document-viewer/next/next.config.ts +0 -27
  1019. package/code-snippet/dynamsoft-document-viewer/next/package-lock.json +0 -1919
  1020. package/code-snippet/dynamsoft-document-viewer/next/package.json +0 -24
  1021. package/code-snippet/dynamsoft-document-viewer/next/public/next.svg +0 -1
  1022. package/code-snippet/dynamsoft-document-viewer/next/public/vercel.svg +0 -1
  1023. package/code-snippet/dynamsoft-document-viewer/next/src/app/components/Viewer.css +0 -4
  1024. package/code-snippet/dynamsoft-document-viewer/next/src/app/components/Viewer.tsx +0 -40
  1025. package/code-snippet/dynamsoft-document-viewer/next/src/app/favicon.ico +0 -0
  1026. package/code-snippet/dynamsoft-document-viewer/next/src/app/globals.css +0 -18
  1027. package/code-snippet/dynamsoft-document-viewer/next/src/app/layout.tsx +0 -32
  1028. package/code-snippet/dynamsoft-document-viewer/next/src/app/page.tsx +0 -19
  1029. package/code-snippet/dynamsoft-document-viewer/next/tsconfig.json +0 -27
  1030. package/code-snippet/dynamsoft-document-viewer/react-vite/README.md +0 -42
  1031. package/code-snippet/dynamsoft-document-viewer/react-vite/eslint.config.js +0 -38
  1032. package/code-snippet/dynamsoft-document-viewer/react-vite/index.html +0 -13
  1033. package/code-snippet/dynamsoft-document-viewer/react-vite/package-lock.json +0 -4880
  1034. package/code-snippet/dynamsoft-document-viewer/react-vite/package.json +0 -30
  1035. package/code-snippet/dynamsoft-document-viewer/react-vite/src/App.css +0 -18
  1036. package/code-snippet/dynamsoft-document-viewer/react-vite/src/App.jsx +0 -13
  1037. package/code-snippet/dynamsoft-document-viewer/react-vite/src/assets/react.svg +0 -1
  1038. package/code-snippet/dynamsoft-document-viewer/react-vite/src/components/Viewer.css +0 -4
  1039. package/code-snippet/dynamsoft-document-viewer/react-vite/src/components/Viewer.jsx +0 -31
  1040. package/code-snippet/dynamsoft-document-viewer/react-vite/src/index.css +0 -13
  1041. package/code-snippet/dynamsoft-document-viewer/react-vite/src/main.jsx +0 -7
  1042. package/code-snippet/dynamsoft-document-viewer/react-vite/vite.config.js +0 -19
  1043. package/code-snippet/dynamsoft-document-viewer/vue/.eslintrc.cjs +0 -15
  1044. package/code-snippet/dynamsoft-document-viewer/vue/.prettierrc.json +0 -8
  1045. package/code-snippet/dynamsoft-document-viewer/vue/README.md +0 -42
  1046. package/code-snippet/dynamsoft-document-viewer/vue/env.d.ts +0 -1
  1047. package/code-snippet/dynamsoft-document-viewer/vue/index.html +0 -13
  1048. package/code-snippet/dynamsoft-document-viewer/vue/package-lock.json +0 -3340
  1049. package/code-snippet/dynamsoft-document-viewer/vue/package.json +0 -36
  1050. package/code-snippet/dynamsoft-document-viewer/vue/public/favicon.ico +0 -0
  1051. package/code-snippet/dynamsoft-document-viewer/vue/src/App.vue +0 -29
  1052. package/code-snippet/dynamsoft-document-viewer/vue/src/Component/Viewer.vue +0 -35
  1053. package/code-snippet/dynamsoft-document-viewer/vue/src/index.html +0 -13
  1054. package/code-snippet/dynamsoft-document-viewer/vue/src/main.ts +0 -5
  1055. package/code-snippet/dynamsoft-document-viewer/vue/tsconfig.app.json +0 -13
  1056. package/code-snippet/dynamsoft-document-viewer/vue/tsconfig.json +0 -11
  1057. package/code-snippet/dynamsoft-document-viewer/vue/tsconfig.node.json +0 -17
  1058. package/code-snippet/dynamsoft-document-viewer/vue/vite.config.ts +0 -29
  1059. package/data/ddv-api-docs.json +0 -1279
  1060. package/data/dynamsoft_sdks.json +0 -243
  1061. package/data/web-twain-api-docs.json +0 -1881
@@ -1,3340 +0,0 @@
1
- {
2
- "name": "ddv-vue3",
3
- "version": "0.0.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "ddv-vue3",
9
- "version": "0.0.0",
10
- "dependencies": {
11
- "dynamsoft-document-viewer": "^3.0.0",
12
- "vue": "^3.3.10"
13
- },
14
- "devDependencies": {
15
- "@rushstack/eslint-patch": "^1.3.3",
16
- "@tsconfig/node18": "^18.2.2",
17
- "@types/node": "^18.19.2",
18
- "@vitejs/plugin-vue": "^4.5.1",
19
- "@vue/eslint-config-prettier": "^8.0.0",
20
- "@vue/eslint-config-typescript": "^12.0.0",
21
- "@vue/tsconfig": "^0.4.0",
22
- "eslint": "^8.49.0",
23
- "eslint-plugin-vue": "^9.17.0",
24
- "npm-run-all2": "^6.1.1",
25
- "prettier": "^3.0.3",
26
- "rollup-plugin-copy": "^3.5.0",
27
- "typescript": "~5.2.0",
28
- "vite": "^5.0.5",
29
- "vue-tsc": "^1.8.25"
30
- }
31
- },
32
- "node_modules/@babel/helper-string-parser": {
33
- "version": "7.27.1",
34
- "resolved": "https://registry.npmmirror.com/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz",
35
- "integrity": "sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==",
36
- "engines": {
37
- "node": ">=6.9.0"
38
- }
39
- },
40
- "node_modules/@babel/helper-validator-identifier": {
41
- "version": "7.27.1",
42
- "resolved": "https://registry.npmmirror.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz",
43
- "integrity": "sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==",
44
- "engines": {
45
- "node": ">=6.9.0"
46
- }
47
- },
48
- "node_modules/@babel/parser": {
49
- "version": "7.28.0",
50
- "resolved": "https://registry.npmmirror.com/@babel/parser/-/parser-7.28.0.tgz",
51
- "integrity": "sha512-jVZGvOxOuNSsuQuLRTh13nU0AogFlw32w/MT+LV6D3sP5WdbW61E77RnkbaO2dUvmPAYrBDJXGn5gGS6tH4j8g==",
52
- "dependencies": {
53
- "@babel/types": "^7.28.0"
54
- },
55
- "bin": {
56
- "parser": "bin/babel-parser.js"
57
- },
58
- "engines": {
59
- "node": ">=6.0.0"
60
- }
61
- },
62
- "node_modules/@babel/types": {
63
- "version": "7.28.0",
64
- "resolved": "https://registry.npmmirror.com/@babel/types/-/types-7.28.0.tgz",
65
- "integrity": "sha512-jYnje+JyZG5YThjHiF28oT4SIZLnYOcSBb6+SDaFIyzDVSkXQmQQYclJ2R+YxcdmK0AX6x1E5OQNtuh3jHDrUg==",
66
- "dependencies": {
67
- "@babel/helper-string-parser": "^7.27.1",
68
- "@babel/helper-validator-identifier": "^7.27.1"
69
- },
70
- "engines": {
71
- "node": ">=6.9.0"
72
- }
73
- },
74
- "node_modules/@esbuild/aix-ppc64": {
75
- "version": "0.21.5",
76
- "resolved": "https://registry.npmmirror.com/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz",
77
- "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==",
78
- "cpu": [
79
- "ppc64"
80
- ],
81
- "dev": true,
82
- "optional": true,
83
- "os": [
84
- "aix"
85
- ],
86
- "engines": {
87
- "node": ">=12"
88
- }
89
- },
90
- "node_modules/@esbuild/android-arm": {
91
- "version": "0.21.5",
92
- "resolved": "https://registry.npmmirror.com/@esbuild/android-arm/-/android-arm-0.21.5.tgz",
93
- "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==",
94
- "cpu": [
95
- "arm"
96
- ],
97
- "dev": true,
98
- "optional": true,
99
- "os": [
100
- "android"
101
- ],
102
- "engines": {
103
- "node": ">=12"
104
- }
105
- },
106
- "node_modules/@esbuild/android-arm64": {
107
- "version": "0.21.5",
108
- "resolved": "https://registry.npmmirror.com/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz",
109
- "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==",
110
- "cpu": [
111
- "arm64"
112
- ],
113
- "dev": true,
114
- "optional": true,
115
- "os": [
116
- "android"
117
- ],
118
- "engines": {
119
- "node": ">=12"
120
- }
121
- },
122
- "node_modules/@esbuild/android-x64": {
123
- "version": "0.21.5",
124
- "resolved": "https://registry.npmmirror.com/@esbuild/android-x64/-/android-x64-0.21.5.tgz",
125
- "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==",
126
- "cpu": [
127
- "x64"
128
- ],
129
- "dev": true,
130
- "optional": true,
131
- "os": [
132
- "android"
133
- ],
134
- "engines": {
135
- "node": ">=12"
136
- }
137
- },
138
- "node_modules/@esbuild/darwin-arm64": {
139
- "version": "0.21.5",
140
- "resolved": "https://registry.npmmirror.com/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz",
141
- "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==",
142
- "cpu": [
143
- "arm64"
144
- ],
145
- "dev": true,
146
- "optional": true,
147
- "os": [
148
- "darwin"
149
- ],
150
- "engines": {
151
- "node": ">=12"
152
- }
153
- },
154
- "node_modules/@esbuild/darwin-x64": {
155
- "version": "0.21.5",
156
- "resolved": "https://registry.npmmirror.com/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz",
157
- "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==",
158
- "cpu": [
159
- "x64"
160
- ],
161
- "dev": true,
162
- "optional": true,
163
- "os": [
164
- "darwin"
165
- ],
166
- "engines": {
167
- "node": ">=12"
168
- }
169
- },
170
- "node_modules/@esbuild/freebsd-arm64": {
171
- "version": "0.21.5",
172
- "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz",
173
- "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==",
174
- "cpu": [
175
- "arm64"
176
- ],
177
- "dev": true,
178
- "optional": true,
179
- "os": [
180
- "freebsd"
181
- ],
182
- "engines": {
183
- "node": ">=12"
184
- }
185
- },
186
- "node_modules/@esbuild/freebsd-x64": {
187
- "version": "0.21.5",
188
- "resolved": "https://registry.npmmirror.com/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz",
189
- "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==",
190
- "cpu": [
191
- "x64"
192
- ],
193
- "dev": true,
194
- "optional": true,
195
- "os": [
196
- "freebsd"
197
- ],
198
- "engines": {
199
- "node": ">=12"
200
- }
201
- },
202
- "node_modules/@esbuild/linux-arm": {
203
- "version": "0.21.5",
204
- "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz",
205
- "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==",
206
- "cpu": [
207
- "arm"
208
- ],
209
- "dev": true,
210
- "optional": true,
211
- "os": [
212
- "linux"
213
- ],
214
- "engines": {
215
- "node": ">=12"
216
- }
217
- },
218
- "node_modules/@esbuild/linux-arm64": {
219
- "version": "0.21.5",
220
- "resolved": "https://registry.npmmirror.com/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz",
221
- "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==",
222
- "cpu": [
223
- "arm64"
224
- ],
225
- "dev": true,
226
- "optional": true,
227
- "os": [
228
- "linux"
229
- ],
230
- "engines": {
231
- "node": ">=12"
232
- }
233
- },
234
- "node_modules/@esbuild/linux-ia32": {
235
- "version": "0.21.5",
236
- "resolved": "https://registry.npmmirror.com/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz",
237
- "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==",
238
- "cpu": [
239
- "ia32"
240
- ],
241
- "dev": true,
242
- "optional": true,
243
- "os": [
244
- "linux"
245
- ],
246
- "engines": {
247
- "node": ">=12"
248
- }
249
- },
250
- "node_modules/@esbuild/linux-loong64": {
251
- "version": "0.21.5",
252
- "resolved": "https://registry.npmmirror.com/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz",
253
- "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==",
254
- "cpu": [
255
- "loong64"
256
- ],
257
- "dev": true,
258
- "optional": true,
259
- "os": [
260
- "linux"
261
- ],
262
- "engines": {
263
- "node": ">=12"
264
- }
265
- },
266
- "node_modules/@esbuild/linux-mips64el": {
267
- "version": "0.21.5",
268
- "resolved": "https://registry.npmmirror.com/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz",
269
- "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==",
270
- "cpu": [
271
- "mips64el"
272
- ],
273
- "dev": true,
274
- "optional": true,
275
- "os": [
276
- "linux"
277
- ],
278
- "engines": {
279
- "node": ">=12"
280
- }
281
- },
282
- "node_modules/@esbuild/linux-ppc64": {
283
- "version": "0.21.5",
284
- "resolved": "https://registry.npmmirror.com/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz",
285
- "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==",
286
- "cpu": [
287
- "ppc64"
288
- ],
289
- "dev": true,
290
- "optional": true,
291
- "os": [
292
- "linux"
293
- ],
294
- "engines": {
295
- "node": ">=12"
296
- }
297
- },
298
- "node_modules/@esbuild/linux-riscv64": {
299
- "version": "0.21.5",
300
- "resolved": "https://registry.npmmirror.com/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz",
301
- "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==",
302
- "cpu": [
303
- "riscv64"
304
- ],
305
- "dev": true,
306
- "optional": true,
307
- "os": [
308
- "linux"
309
- ],
310
- "engines": {
311
- "node": ">=12"
312
- }
313
- },
314
- "node_modules/@esbuild/linux-s390x": {
315
- "version": "0.21.5",
316
- "resolved": "https://registry.npmmirror.com/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz",
317
- "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==",
318
- "cpu": [
319
- "s390x"
320
- ],
321
- "dev": true,
322
- "optional": true,
323
- "os": [
324
- "linux"
325
- ],
326
- "engines": {
327
- "node": ">=12"
328
- }
329
- },
330
- "node_modules/@esbuild/linux-x64": {
331
- "version": "0.21.5",
332
- "resolved": "https://registry.npmmirror.com/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz",
333
- "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==",
334
- "cpu": [
335
- "x64"
336
- ],
337
- "dev": true,
338
- "optional": true,
339
- "os": [
340
- "linux"
341
- ],
342
- "engines": {
343
- "node": ">=12"
344
- }
345
- },
346
- "node_modules/@esbuild/netbsd-x64": {
347
- "version": "0.21.5",
348
- "resolved": "https://registry.npmmirror.com/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz",
349
- "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==",
350
- "cpu": [
351
- "x64"
352
- ],
353
- "dev": true,
354
- "optional": true,
355
- "os": [
356
- "netbsd"
357
- ],
358
- "engines": {
359
- "node": ">=12"
360
- }
361
- },
362
- "node_modules/@esbuild/openbsd-x64": {
363
- "version": "0.21.5",
364
- "resolved": "https://registry.npmmirror.com/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz",
365
- "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==",
366
- "cpu": [
367
- "x64"
368
- ],
369
- "dev": true,
370
- "optional": true,
371
- "os": [
372
- "openbsd"
373
- ],
374
- "engines": {
375
- "node": ">=12"
376
- }
377
- },
378
- "node_modules/@esbuild/sunos-x64": {
379
- "version": "0.21.5",
380
- "resolved": "https://registry.npmmirror.com/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz",
381
- "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==",
382
- "cpu": [
383
- "x64"
384
- ],
385
- "dev": true,
386
- "optional": true,
387
- "os": [
388
- "sunos"
389
- ],
390
- "engines": {
391
- "node": ">=12"
392
- }
393
- },
394
- "node_modules/@esbuild/win32-arm64": {
395
- "version": "0.21.5",
396
- "resolved": "https://registry.npmmirror.com/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz",
397
- "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==",
398
- "cpu": [
399
- "arm64"
400
- ],
401
- "dev": true,
402
- "optional": true,
403
- "os": [
404
- "win32"
405
- ],
406
- "engines": {
407
- "node": ">=12"
408
- }
409
- },
410
- "node_modules/@esbuild/win32-ia32": {
411
- "version": "0.21.5",
412
- "resolved": "https://registry.npmmirror.com/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz",
413
- "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==",
414
- "cpu": [
415
- "ia32"
416
- ],
417
- "dev": true,
418
- "optional": true,
419
- "os": [
420
- "win32"
421
- ],
422
- "engines": {
423
- "node": ">=12"
424
- }
425
- },
426
- "node_modules/@esbuild/win32-x64": {
427
- "version": "0.21.5",
428
- "resolved": "https://registry.npmmirror.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz",
429
- "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==",
430
- "cpu": [
431
- "x64"
432
- ],
433
- "dev": true,
434
- "optional": true,
435
- "os": [
436
- "win32"
437
- ],
438
- "engines": {
439
- "node": ">=12"
440
- }
441
- },
442
- "node_modules/@eslint-community/eslint-utils": {
443
- "version": "4.7.0",
444
- "resolved": "https://registry.npmmirror.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz",
445
- "integrity": "sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==",
446
- "dev": true,
447
- "dependencies": {
448
- "eslint-visitor-keys": "^3.4.3"
449
- },
450
- "engines": {
451
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
452
- },
453
- "funding": {
454
- "url": "https://opencollective.com/eslint"
455
- },
456
- "peerDependencies": {
457
- "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
458
- }
459
- },
460
- "node_modules/@eslint-community/regexpp": {
461
- "version": "4.12.1",
462
- "resolved": "https://registry.npmmirror.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz",
463
- "integrity": "sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==",
464
- "dev": true,
465
- "engines": {
466
- "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
467
- }
468
- },
469
- "node_modules/@eslint/eslintrc": {
470
- "version": "2.1.4",
471
- "resolved": "https://registry.npmmirror.com/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
472
- "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
473
- "dev": true,
474
- "dependencies": {
475
- "ajv": "^6.12.4",
476
- "debug": "^4.3.2",
477
- "espree": "^9.6.0",
478
- "globals": "^13.19.0",
479
- "ignore": "^5.2.0",
480
- "import-fresh": "^3.2.1",
481
- "js-yaml": "^4.1.0",
482
- "minimatch": "^3.1.2",
483
- "strip-json-comments": "^3.1.1"
484
- },
485
- "engines": {
486
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
487
- },
488
- "funding": {
489
- "url": "https://opencollective.com/eslint"
490
- }
491
- },
492
- "node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
493
- "version": "1.1.12",
494
- "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
495
- "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
496
- "dev": true,
497
- "dependencies": {
498
- "balanced-match": "^1.0.0",
499
- "concat-map": "0.0.1"
500
- }
501
- },
502
- "node_modules/@eslint/eslintrc/node_modules/minimatch": {
503
- "version": "3.1.2",
504
- "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
505
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
506
- "dev": true,
507
- "dependencies": {
508
- "brace-expansion": "^1.1.7"
509
- },
510
- "engines": {
511
- "node": "*"
512
- }
513
- },
514
- "node_modules/@eslint/js": {
515
- "version": "8.57.1",
516
- "resolved": "https://registry.npmmirror.com/@eslint/js/-/js-8.57.1.tgz",
517
- "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==",
518
- "dev": true,
519
- "engines": {
520
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
521
- }
522
- },
523
- "node_modules/@humanwhocodes/config-array": {
524
- "version": "0.13.0",
525
- "resolved": "https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.13.0.tgz",
526
- "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==",
527
- "deprecated": "Use @eslint/config-array instead",
528
- "dev": true,
529
- "dependencies": {
530
- "@humanwhocodes/object-schema": "^2.0.3",
531
- "debug": "^4.3.1",
532
- "minimatch": "^3.0.5"
533
- },
534
- "engines": {
535
- "node": ">=10.10.0"
536
- }
537
- },
538
- "node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": {
539
- "version": "1.1.12",
540
- "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
541
- "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
542
- "dev": true,
543
- "dependencies": {
544
- "balanced-match": "^1.0.0",
545
- "concat-map": "0.0.1"
546
- }
547
- },
548
- "node_modules/@humanwhocodes/config-array/node_modules/minimatch": {
549
- "version": "3.1.2",
550
- "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
551
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
552
- "dev": true,
553
- "dependencies": {
554
- "brace-expansion": "^1.1.7"
555
- },
556
- "engines": {
557
- "node": "*"
558
- }
559
- },
560
- "node_modules/@humanwhocodes/module-importer": {
561
- "version": "1.0.1",
562
- "resolved": "https://registry.npmmirror.com/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
563
- "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
564
- "dev": true,
565
- "engines": {
566
- "node": ">=12.22"
567
- },
568
- "funding": {
569
- "type": "github",
570
- "url": "https://github.com/sponsors/nzakas"
571
- }
572
- },
573
- "node_modules/@humanwhocodes/object-schema": {
574
- "version": "2.0.3",
575
- "resolved": "https://registry.npmmirror.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz",
576
- "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==",
577
- "deprecated": "Use @eslint/object-schema instead",
578
- "dev": true
579
- },
580
- "node_modules/@jridgewell/sourcemap-codec": {
581
- "version": "1.5.4",
582
- "resolved": "https://registry.npmmirror.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.4.tgz",
583
- "integrity": "sha512-VT2+G1VQs/9oz078bLrYbecdZKs912zQlkelYpuf+SXF+QvZDYJlbx/LSx+meSAwdDFnF8FVXW92AVjjkVmgFw=="
584
- },
585
- "node_modules/@nodelib/fs.scandir": {
586
- "version": "2.1.5",
587
- "resolved": "https://registry.npmmirror.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
588
- "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
589
- "dev": true,
590
- "dependencies": {
591
- "@nodelib/fs.stat": "2.0.5",
592
- "run-parallel": "^1.1.9"
593
- },
594
- "engines": {
595
- "node": ">= 8"
596
- }
597
- },
598
- "node_modules/@nodelib/fs.stat": {
599
- "version": "2.0.5",
600
- "resolved": "https://registry.npmmirror.com/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
601
- "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
602
- "dev": true,
603
- "engines": {
604
- "node": ">= 8"
605
- }
606
- },
607
- "node_modules/@nodelib/fs.walk": {
608
- "version": "1.2.8",
609
- "resolved": "https://registry.npmmirror.com/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
610
- "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
611
- "dev": true,
612
- "dependencies": {
613
- "@nodelib/fs.scandir": "2.1.5",
614
- "fastq": "^1.6.0"
615
- },
616
- "engines": {
617
- "node": ">= 8"
618
- }
619
- },
620
- "node_modules/@pkgr/core": {
621
- "version": "0.2.7",
622
- "resolved": "https://registry.npmmirror.com/@pkgr/core/-/core-0.2.7.tgz",
623
- "integrity": "sha512-YLT9Zo3oNPJoBjBc4q8G2mjU4tqIbf5CEOORbUUr48dCD9q3umJ3IPlVqOqDakPfd2HuwccBaqlGhN4Gmr5OWg==",
624
- "dev": true,
625
- "engines": {
626
- "node": "^12.20.0 || ^14.18.0 || >=16.0.0"
627
- },
628
- "funding": {
629
- "url": "https://opencollective.com/pkgr"
630
- }
631
- },
632
- "node_modules/@rollup/rollup-android-arm-eabi": {
633
- "version": "4.44.2",
634
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.44.2.tgz",
635
- "integrity": "sha512-g0dF8P1e2QYPOj1gu7s/3LVP6kze9A7m6x0BZ9iTdXK8N5c2V7cpBKHV3/9A4Zd8xxavdhK0t4PnqjkqVmUc9Q==",
636
- "cpu": [
637
- "arm"
638
- ],
639
- "dev": true,
640
- "optional": true,
641
- "os": [
642
- "android"
643
- ]
644
- },
645
- "node_modules/@rollup/rollup-android-arm64": {
646
- "version": "4.44.2",
647
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.44.2.tgz",
648
- "integrity": "sha512-Yt5MKrOosSbSaAK5Y4J+vSiID57sOvpBNBR6K7xAaQvk3MkcNVV0f9fE20T+41WYN8hDn6SGFlFrKudtx4EoxA==",
649
- "cpu": [
650
- "arm64"
651
- ],
652
- "dev": true,
653
- "optional": true,
654
- "os": [
655
- "android"
656
- ]
657
- },
658
- "node_modules/@rollup/rollup-darwin-arm64": {
659
- "version": "4.44.2",
660
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.44.2.tgz",
661
- "integrity": "sha512-EsnFot9ZieM35YNA26nhbLTJBHD0jTwWpPwmRVDzjylQT6gkar+zenfb8mHxWpRrbn+WytRRjE0WKsfaxBkVUA==",
662
- "cpu": [
663
- "arm64"
664
- ],
665
- "dev": true,
666
- "optional": true,
667
- "os": [
668
- "darwin"
669
- ]
670
- },
671
- "node_modules/@rollup/rollup-darwin-x64": {
672
- "version": "4.44.2",
673
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.44.2.tgz",
674
- "integrity": "sha512-dv/t1t1RkCvJdWWxQ2lWOO+b7cMsVw5YFaS04oHpZRWehI1h0fV1gF4wgGCTyQHHjJDfbNpwOi6PXEafRBBezw==",
675
- "cpu": [
676
- "x64"
677
- ],
678
- "dev": true,
679
- "optional": true,
680
- "os": [
681
- "darwin"
682
- ]
683
- },
684
- "node_modules/@rollup/rollup-freebsd-arm64": {
685
- "version": "4.44.2",
686
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.44.2.tgz",
687
- "integrity": "sha512-W4tt4BLorKND4qeHElxDoim0+BsprFTwb+vriVQnFFtT/P6v/xO5I99xvYnVzKWrK6j7Hb0yp3x7V5LUbaeOMg==",
688
- "cpu": [
689
- "arm64"
690
- ],
691
- "dev": true,
692
- "optional": true,
693
- "os": [
694
- "freebsd"
695
- ]
696
- },
697
- "node_modules/@rollup/rollup-freebsd-x64": {
698
- "version": "4.44.2",
699
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.44.2.tgz",
700
- "integrity": "sha512-tdT1PHopokkuBVyHjvYehnIe20fxibxFCEhQP/96MDSOcyjM/shlTkZZLOufV3qO6/FQOSiJTBebhVc12JyPTA==",
701
- "cpu": [
702
- "x64"
703
- ],
704
- "dev": true,
705
- "optional": true,
706
- "os": [
707
- "freebsd"
708
- ]
709
- },
710
- "node_modules/@rollup/rollup-linux-arm-gnueabihf": {
711
- "version": "4.44.2",
712
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.44.2.tgz",
713
- "integrity": "sha512-+xmiDGGaSfIIOXMzkhJ++Oa0Gwvl9oXUeIiwarsdRXSe27HUIvjbSIpPxvnNsRebsNdUo7uAiQVgBD1hVriwSQ==",
714
- "cpu": [
715
- "arm"
716
- ],
717
- "dev": true,
718
- "optional": true,
719
- "os": [
720
- "linux"
721
- ]
722
- },
723
- "node_modules/@rollup/rollup-linux-arm-musleabihf": {
724
- "version": "4.44.2",
725
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.44.2.tgz",
726
- "integrity": "sha512-bDHvhzOfORk3wt8yxIra8N4k/N0MnKInCW5OGZaeDYa/hMrdPaJzo7CSkjKZqX4JFUWjUGm88lI6QJLCM7lDrA==",
727
- "cpu": [
728
- "arm"
729
- ],
730
- "dev": true,
731
- "optional": true,
732
- "os": [
733
- "linux"
734
- ]
735
- },
736
- "node_modules/@rollup/rollup-linux-arm64-gnu": {
737
- "version": "4.44.2",
738
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.44.2.tgz",
739
- "integrity": "sha512-NMsDEsDiYghTbeZWEGnNi4F0hSbGnsuOG+VnNvxkKg0IGDvFh7UVpM/14mnMwxRxUf9AdAVJgHPvKXf6FpMB7A==",
740
- "cpu": [
741
- "arm64"
742
- ],
743
- "dev": true,
744
- "optional": true,
745
- "os": [
746
- "linux"
747
- ]
748
- },
749
- "node_modules/@rollup/rollup-linux-arm64-musl": {
750
- "version": "4.44.2",
751
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.44.2.tgz",
752
- "integrity": "sha512-lb5bxXnxXglVq+7imxykIp5xMq+idehfl+wOgiiix0191av84OqbjUED+PRC5OA8eFJYj5xAGcpAZ0pF2MnW+A==",
753
- "cpu": [
754
- "arm64"
755
- ],
756
- "dev": true,
757
- "optional": true,
758
- "os": [
759
- "linux"
760
- ]
761
- },
762
- "node_modules/@rollup/rollup-linux-loongarch64-gnu": {
763
- "version": "4.44.2",
764
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.44.2.tgz",
765
- "integrity": "sha512-Yl5Rdpf9pIc4GW1PmkUGHdMtbx0fBLE1//SxDmuf3X0dUC57+zMepow2LK0V21661cjXdTn8hO2tXDdAWAqE5g==",
766
- "cpu": [
767
- "loong64"
768
- ],
769
- "dev": true,
770
- "optional": true,
771
- "os": [
772
- "linux"
773
- ]
774
- },
775
- "node_modules/@rollup/rollup-linux-powerpc64le-gnu": {
776
- "version": "4.44.2",
777
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.44.2.tgz",
778
- "integrity": "sha512-03vUDH+w55s680YYryyr78jsO1RWU9ocRMaeV2vMniJJW/6HhoTBwyyiiTPVHNWLnhsnwcQ0oH3S9JSBEKuyqw==",
779
- "cpu": [
780
- "ppc64"
781
- ],
782
- "dev": true,
783
- "optional": true,
784
- "os": [
785
- "linux"
786
- ]
787
- },
788
- "node_modules/@rollup/rollup-linux-riscv64-gnu": {
789
- "version": "4.44.2",
790
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.44.2.tgz",
791
- "integrity": "sha512-iYtAqBg5eEMG4dEfVlkqo05xMOk6y/JXIToRca2bAWuqjrJYJlx/I7+Z+4hSrsWU8GdJDFPL4ktV3dy4yBSrzg==",
792
- "cpu": [
793
- "riscv64"
794
- ],
795
- "dev": true,
796
- "optional": true,
797
- "os": [
798
- "linux"
799
- ]
800
- },
801
- "node_modules/@rollup/rollup-linux-riscv64-musl": {
802
- "version": "4.44.2",
803
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.44.2.tgz",
804
- "integrity": "sha512-e6vEbgaaqz2yEHqtkPXa28fFuBGmUJ0N2dOJK8YUfijejInt9gfCSA7YDdJ4nYlv67JfP3+PSWFX4IVw/xRIPg==",
805
- "cpu": [
806
- "riscv64"
807
- ],
808
- "dev": true,
809
- "optional": true,
810
- "os": [
811
- "linux"
812
- ]
813
- },
814
- "node_modules/@rollup/rollup-linux-s390x-gnu": {
815
- "version": "4.44.2",
816
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.44.2.tgz",
817
- "integrity": "sha512-evFOtkmVdY3udE+0QKrV5wBx7bKI0iHz5yEVx5WqDJkxp9YQefy4Mpx3RajIVcM6o7jxTvVd/qpC1IXUhGc1Mw==",
818
- "cpu": [
819
- "s390x"
820
- ],
821
- "dev": true,
822
- "optional": true,
823
- "os": [
824
- "linux"
825
- ]
826
- },
827
- "node_modules/@rollup/rollup-linux-x64-gnu": {
828
- "version": "4.44.2",
829
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.44.2.tgz",
830
- "integrity": "sha512-/bXb0bEsWMyEkIsUL2Yt5nFB5naLAwyOWMEviQfQY1x3l5WsLKgvZf66TM7UTfED6erckUVUJQ/jJ1FSpm3pRQ==",
831
- "cpu": [
832
- "x64"
833
- ],
834
- "dev": true,
835
- "optional": true,
836
- "os": [
837
- "linux"
838
- ]
839
- },
840
- "node_modules/@rollup/rollup-linux-x64-musl": {
841
- "version": "4.44.2",
842
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.44.2.tgz",
843
- "integrity": "sha512-3D3OB1vSSBXmkGEZR27uiMRNiwN08/RVAcBKwhUYPaiZ8bcvdeEwWPvbnXvvXHY+A/7xluzcN+kaiOFNiOZwWg==",
844
- "cpu": [
845
- "x64"
846
- ],
847
- "dev": true,
848
- "optional": true,
849
- "os": [
850
- "linux"
851
- ]
852
- },
853
- "node_modules/@rollup/rollup-win32-arm64-msvc": {
854
- "version": "4.44.2",
855
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.44.2.tgz",
856
- "integrity": "sha512-VfU0fsMK+rwdK8mwODqYeM2hDrF2WiHaSmCBrS7gColkQft95/8tphyzv2EupVxn3iE0FI78wzffoULH1G+dkw==",
857
- "cpu": [
858
- "arm64"
859
- ],
860
- "dev": true,
861
- "optional": true,
862
- "os": [
863
- "win32"
864
- ]
865
- },
866
- "node_modules/@rollup/rollup-win32-ia32-msvc": {
867
- "version": "4.44.2",
868
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.44.2.tgz",
869
- "integrity": "sha512-+qMUrkbUurpE6DVRjiJCNGZBGo9xM4Y0FXU5cjgudWqIBWbcLkjE3XprJUsOFgC6xjBClwVa9k6O3A7K3vxb5Q==",
870
- "cpu": [
871
- "ia32"
872
- ],
873
- "dev": true,
874
- "optional": true,
875
- "os": [
876
- "win32"
877
- ]
878
- },
879
- "node_modules/@rollup/rollup-win32-x64-msvc": {
880
- "version": "4.44.2",
881
- "resolved": "https://registry.npmmirror.com/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.44.2.tgz",
882
- "integrity": "sha512-3+QZROYfJ25PDcxFF66UEk8jGWigHJeecZILvkPkyQN7oc5BvFo4YEXFkOs154j3FTMp9mn9Ky8RCOwastduEA==",
883
- "cpu": [
884
- "x64"
885
- ],
886
- "dev": true,
887
- "optional": true,
888
- "os": [
889
- "win32"
890
- ]
891
- },
892
- "node_modules/@rushstack/eslint-patch": {
893
- "version": "1.12.0",
894
- "resolved": "https://registry.npmmirror.com/@rushstack/eslint-patch/-/eslint-patch-1.12.0.tgz",
895
- "integrity": "sha512-5EwMtOqvJMMa3HbmxLlF74e+3/HhwBTMcvt3nqVJgGCozO6hzIPOBlwm8mGVNR9SN2IJpxSnlxczyDjcn7qIyw==",
896
- "dev": true
897
- },
898
- "node_modules/@tsconfig/node18": {
899
- "version": "18.2.4",
900
- "resolved": "https://registry.npmmirror.com/@tsconfig/node18/-/node18-18.2.4.tgz",
901
- "integrity": "sha512-5xxU8vVs9/FNcvm3gE07fPbn9tl6tqGGWA9tSlwsUEkBxtRnTsNmwrV8gasZ9F/EobaSv9+nu8AxUKccw77JpQ==",
902
- "dev": true
903
- },
904
- "node_modules/@types/estree": {
905
- "version": "1.0.8",
906
- "resolved": "https://registry.npmmirror.com/@types/estree/-/estree-1.0.8.tgz",
907
- "integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
908
- "dev": true
909
- },
910
- "node_modules/@types/fs-extra": {
911
- "version": "8.1.5",
912
- "resolved": "https://registry.npmmirror.com/@types/fs-extra/-/fs-extra-8.1.5.tgz",
913
- "integrity": "sha512-0dzKcwO+S8s2kuF5Z9oUWatQJj5Uq/iqphEtE3GQJVRRYm/tD1LglU2UnXi2A8jLq5umkGouOXOR9y0n613ZwQ==",
914
- "dev": true,
915
- "dependencies": {
916
- "@types/node": "*"
917
- }
918
- },
919
- "node_modules/@types/glob": {
920
- "version": "7.2.0",
921
- "resolved": "https://registry.npmmirror.com/@types/glob/-/glob-7.2.0.tgz",
922
- "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==",
923
- "dev": true,
924
- "dependencies": {
925
- "@types/minimatch": "*",
926
- "@types/node": "*"
927
- }
928
- },
929
- "node_modules/@types/json-schema": {
930
- "version": "7.0.15",
931
- "resolved": "https://registry.npmmirror.com/@types/json-schema/-/json-schema-7.0.15.tgz",
932
- "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
933
- "dev": true
934
- },
935
- "node_modules/@types/minimatch": {
936
- "version": "6.0.0",
937
- "resolved": "https://registry.npmmirror.com/@types/minimatch/-/minimatch-6.0.0.tgz",
938
- "integrity": "sha512-zmPitbQ8+6zNutpwgcQuLcsEpn/Cj54Kbn7L5pX0Os5kdWplB7xPgEh/g+SWOB/qmows2gpuCaPyduq8ZZRnxA==",
939
- "deprecated": "This is a stub types definition. minimatch provides its own type definitions, so you do not need this installed.",
940
- "dev": true,
941
- "dependencies": {
942
- "minimatch": "*"
943
- }
944
- },
945
- "node_modules/@types/node": {
946
- "version": "18.19.117",
947
- "resolved": "https://registry.npmmirror.com/@types/node/-/node-18.19.117.tgz",
948
- "integrity": "sha512-hcxGs9TfQGghOM8atpRT+bBMUX7V8WosdYt98bQ59wUToJck55eCOlemJ+0FpOZOQw5ff7LSi9+IO56KvYEFyQ==",
949
- "dev": true,
950
- "dependencies": {
951
- "undici-types": "~5.26.4"
952
- }
953
- },
954
- "node_modules/@types/semver": {
955
- "version": "7.7.0",
956
- "resolved": "https://registry.npmmirror.com/@types/semver/-/semver-7.7.0.tgz",
957
- "integrity": "sha512-k107IF4+Xr7UHjwDc7Cfd6PRQfbdkiRabXGRjo07b4WyPahFBZCZ1sE+BNxYIJPPg73UkfOsVOLwqVc/6ETrIA==",
958
- "dev": true
959
- },
960
- "node_modules/@typescript-eslint/eslint-plugin": {
961
- "version": "6.21.0",
962
- "resolved": "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz",
963
- "integrity": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==",
964
- "dev": true,
965
- "dependencies": {
966
- "@eslint-community/regexpp": "^4.5.1",
967
- "@typescript-eslint/scope-manager": "6.21.0",
968
- "@typescript-eslint/type-utils": "6.21.0",
969
- "@typescript-eslint/utils": "6.21.0",
970
- "@typescript-eslint/visitor-keys": "6.21.0",
971
- "debug": "^4.3.4",
972
- "graphemer": "^1.4.0",
973
- "ignore": "^5.2.4",
974
- "natural-compare": "^1.4.0",
975
- "semver": "^7.5.4",
976
- "ts-api-utils": "^1.0.1"
977
- },
978
- "engines": {
979
- "node": "^16.0.0 || >=18.0.0"
980
- },
981
- "funding": {
982
- "type": "opencollective",
983
- "url": "https://opencollective.com/typescript-eslint"
984
- },
985
- "peerDependencies": {
986
- "@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha",
987
- "eslint": "^7.0.0 || ^8.0.0"
988
- },
989
- "peerDependenciesMeta": {
990
- "typescript": {
991
- "optional": true
992
- }
993
- }
994
- },
995
- "node_modules/@typescript-eslint/parser": {
996
- "version": "6.21.0",
997
- "resolved": "https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-6.21.0.tgz",
998
- "integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==",
999
- "dev": true,
1000
- "dependencies": {
1001
- "@typescript-eslint/scope-manager": "6.21.0",
1002
- "@typescript-eslint/types": "6.21.0",
1003
- "@typescript-eslint/typescript-estree": "6.21.0",
1004
- "@typescript-eslint/visitor-keys": "6.21.0",
1005
- "debug": "^4.3.4"
1006
- },
1007
- "engines": {
1008
- "node": "^16.0.0 || >=18.0.0"
1009
- },
1010
- "funding": {
1011
- "type": "opencollective",
1012
- "url": "https://opencollective.com/typescript-eslint"
1013
- },
1014
- "peerDependencies": {
1015
- "eslint": "^7.0.0 || ^8.0.0"
1016
- },
1017
- "peerDependenciesMeta": {
1018
- "typescript": {
1019
- "optional": true
1020
- }
1021
- }
1022
- },
1023
- "node_modules/@typescript-eslint/scope-manager": {
1024
- "version": "6.21.0",
1025
- "resolved": "https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
1026
- "integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==",
1027
- "dev": true,
1028
- "dependencies": {
1029
- "@typescript-eslint/types": "6.21.0",
1030
- "@typescript-eslint/visitor-keys": "6.21.0"
1031
- },
1032
- "engines": {
1033
- "node": "^16.0.0 || >=18.0.0"
1034
- },
1035
- "funding": {
1036
- "type": "opencollective",
1037
- "url": "https://opencollective.com/typescript-eslint"
1038
- }
1039
- },
1040
- "node_modules/@typescript-eslint/type-utils": {
1041
- "version": "6.21.0",
1042
- "resolved": "https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz",
1043
- "integrity": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==",
1044
- "dev": true,
1045
- "dependencies": {
1046
- "@typescript-eslint/typescript-estree": "6.21.0",
1047
- "@typescript-eslint/utils": "6.21.0",
1048
- "debug": "^4.3.4",
1049
- "ts-api-utils": "^1.0.1"
1050
- },
1051
- "engines": {
1052
- "node": "^16.0.0 || >=18.0.0"
1053
- },
1054
- "funding": {
1055
- "type": "opencollective",
1056
- "url": "https://opencollective.com/typescript-eslint"
1057
- },
1058
- "peerDependencies": {
1059
- "eslint": "^7.0.0 || ^8.0.0"
1060
- },
1061
- "peerDependenciesMeta": {
1062
- "typescript": {
1063
- "optional": true
1064
- }
1065
- }
1066
- },
1067
- "node_modules/@typescript-eslint/types": {
1068
- "version": "6.21.0",
1069
- "resolved": "https://registry.npmmirror.com/@typescript-eslint/types/-/types-6.21.0.tgz",
1070
- "integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==",
1071
- "dev": true,
1072
- "engines": {
1073
- "node": "^16.0.0 || >=18.0.0"
1074
- },
1075
- "funding": {
1076
- "type": "opencollective",
1077
- "url": "https://opencollective.com/typescript-eslint"
1078
- }
1079
- },
1080
- "node_modules/@typescript-eslint/typescript-estree": {
1081
- "version": "6.21.0",
1082
- "resolved": "https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz",
1083
- "integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==",
1084
- "dev": true,
1085
- "dependencies": {
1086
- "@typescript-eslint/types": "6.21.0",
1087
- "@typescript-eslint/visitor-keys": "6.21.0",
1088
- "debug": "^4.3.4",
1089
- "globby": "^11.1.0",
1090
- "is-glob": "^4.0.3",
1091
- "minimatch": "9.0.3",
1092
- "semver": "^7.5.4",
1093
- "ts-api-utils": "^1.0.1"
1094
- },
1095
- "engines": {
1096
- "node": "^16.0.0 || >=18.0.0"
1097
- },
1098
- "funding": {
1099
- "type": "opencollective",
1100
- "url": "https://opencollective.com/typescript-eslint"
1101
- },
1102
- "peerDependenciesMeta": {
1103
- "typescript": {
1104
- "optional": true
1105
- }
1106
- }
1107
- },
1108
- "node_modules/@typescript-eslint/utils": {
1109
- "version": "6.21.0",
1110
- "resolved": "https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-6.21.0.tgz",
1111
- "integrity": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==",
1112
- "dev": true,
1113
- "dependencies": {
1114
- "@eslint-community/eslint-utils": "^4.4.0",
1115
- "@types/json-schema": "^7.0.12",
1116
- "@types/semver": "^7.5.0",
1117
- "@typescript-eslint/scope-manager": "6.21.0",
1118
- "@typescript-eslint/types": "6.21.0",
1119
- "@typescript-eslint/typescript-estree": "6.21.0",
1120
- "semver": "^7.5.4"
1121
- },
1122
- "engines": {
1123
- "node": "^16.0.0 || >=18.0.0"
1124
- },
1125
- "funding": {
1126
- "type": "opencollective",
1127
- "url": "https://opencollective.com/typescript-eslint"
1128
- },
1129
- "peerDependencies": {
1130
- "eslint": "^7.0.0 || ^8.0.0"
1131
- }
1132
- },
1133
- "node_modules/@typescript-eslint/visitor-keys": {
1134
- "version": "6.21.0",
1135
- "resolved": "https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz",
1136
- "integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==",
1137
- "dev": true,
1138
- "dependencies": {
1139
- "@typescript-eslint/types": "6.21.0",
1140
- "eslint-visitor-keys": "^3.4.1"
1141
- },
1142
- "engines": {
1143
- "node": "^16.0.0 || >=18.0.0"
1144
- },
1145
- "funding": {
1146
- "type": "opencollective",
1147
- "url": "https://opencollective.com/typescript-eslint"
1148
- }
1149
- },
1150
- "node_modules/@ungap/structured-clone": {
1151
- "version": "1.3.0",
1152
- "resolved": "https://registry.npmmirror.com/@ungap/structured-clone/-/structured-clone-1.3.0.tgz",
1153
- "integrity": "sha512-WmoN8qaIAo7WTYWbAZuG8PYEhn5fkz7dZrqTBZ7dtt//lL2Gwms1IcnQ5yHqjDfX8Ft5j4YzDM23f87zBfDe9g==",
1154
- "dev": true
1155
- },
1156
- "node_modules/@vitejs/plugin-vue": {
1157
- "version": "4.6.2",
1158
- "resolved": "https://registry.npmmirror.com/@vitejs/plugin-vue/-/plugin-vue-4.6.2.tgz",
1159
- "integrity": "sha512-kqf7SGFoG+80aZG6Pf+gsZIVvGSCKE98JbiWqcCV9cThtg91Jav0yvYFC9Zb+jKetNGF6ZKeoaxgZfND21fWKw==",
1160
- "dev": true,
1161
- "engines": {
1162
- "node": "^14.18.0 || >=16.0.0"
1163
- },
1164
- "peerDependencies": {
1165
- "vite": "^4.0.0 || ^5.0.0",
1166
- "vue": "^3.2.25"
1167
- }
1168
- },
1169
- "node_modules/@volar/language-core": {
1170
- "version": "1.11.1",
1171
- "resolved": "https://registry.npmmirror.com/@volar/language-core/-/language-core-1.11.1.tgz",
1172
- "integrity": "sha512-dOcNn3i9GgZAcJt43wuaEykSluAuOkQgzni1cuxLxTV0nJKanQztp7FxyswdRILaKH+P2XZMPRp2S4MV/pElCw==",
1173
- "dev": true,
1174
- "dependencies": {
1175
- "@volar/source-map": "1.11.1"
1176
- }
1177
- },
1178
- "node_modules/@volar/source-map": {
1179
- "version": "1.11.1",
1180
- "resolved": "https://registry.npmmirror.com/@volar/source-map/-/source-map-1.11.1.tgz",
1181
- "integrity": "sha512-hJnOnwZ4+WT5iupLRnuzbULZ42L7BWWPMmruzwtLhJfpDVoZLjNBxHDi2sY2bgZXCKlpU5XcsMFoYrsQmPhfZg==",
1182
- "dev": true,
1183
- "dependencies": {
1184
- "muggle-string": "^0.3.1"
1185
- }
1186
- },
1187
- "node_modules/@volar/typescript": {
1188
- "version": "1.11.1",
1189
- "resolved": "https://registry.npmmirror.com/@volar/typescript/-/typescript-1.11.1.tgz",
1190
- "integrity": "sha512-iU+t2mas/4lYierSnoFOeRFQUhAEMgsFuQxoxvwn5EdQopw43j+J27a4lt9LMInx1gLJBC6qL14WYGlgymaSMQ==",
1191
- "dev": true,
1192
- "dependencies": {
1193
- "@volar/language-core": "1.11.1",
1194
- "path-browserify": "^1.0.1"
1195
- }
1196
- },
1197
- "node_modules/@vue/compiler-core": {
1198
- "version": "3.5.17",
1199
- "resolved": "https://registry.npmmirror.com/@vue/compiler-core/-/compiler-core-3.5.17.tgz",
1200
- "integrity": "sha512-Xe+AittLbAyV0pabcN7cP7/BenRBNcteM4aSDCtRvGw0d9OL+HG1u/XHLY/kt1q4fyMeZYXyIYrsHuPSiDPosA==",
1201
- "dependencies": {
1202
- "@babel/parser": "^7.27.5",
1203
- "@vue/shared": "3.5.17",
1204
- "entities": "^4.5.0",
1205
- "estree-walker": "^2.0.2",
1206
- "source-map-js": "^1.2.1"
1207
- }
1208
- },
1209
- "node_modules/@vue/compiler-dom": {
1210
- "version": "3.5.17",
1211
- "resolved": "https://registry.npmmirror.com/@vue/compiler-dom/-/compiler-dom-3.5.17.tgz",
1212
- "integrity": "sha512-+2UgfLKoaNLhgfhV5Ihnk6wB4ljyW1/7wUIog2puUqajiC29Lp5R/IKDdkebh9jTbTogTbsgB+OY9cEWzG95JQ==",
1213
- "dependencies": {
1214
- "@vue/compiler-core": "3.5.17",
1215
- "@vue/shared": "3.5.17"
1216
- }
1217
- },
1218
- "node_modules/@vue/compiler-sfc": {
1219
- "version": "3.5.17",
1220
- "resolved": "https://registry.npmmirror.com/@vue/compiler-sfc/-/compiler-sfc-3.5.17.tgz",
1221
- "integrity": "sha512-rQQxbRJMgTqwRugtjw0cnyQv9cP4/4BxWfTdRBkqsTfLOHWykLzbOc3C4GGzAmdMDxhzU/1Ija5bTjMVrddqww==",
1222
- "dependencies": {
1223
- "@babel/parser": "^7.27.5",
1224
- "@vue/compiler-core": "3.5.17",
1225
- "@vue/compiler-dom": "3.5.17",
1226
- "@vue/compiler-ssr": "3.5.17",
1227
- "@vue/shared": "3.5.17",
1228
- "estree-walker": "^2.0.2",
1229
- "magic-string": "^0.30.17",
1230
- "postcss": "^8.5.6",
1231
- "source-map-js": "^1.2.1"
1232
- }
1233
- },
1234
- "node_modules/@vue/compiler-ssr": {
1235
- "version": "3.5.17",
1236
- "resolved": "https://registry.npmmirror.com/@vue/compiler-ssr/-/compiler-ssr-3.5.17.tgz",
1237
- "integrity": "sha512-hkDbA0Q20ZzGgpj5uZjb9rBzQtIHLS78mMilwrlpWk2Ep37DYntUz0PonQ6kr113vfOEdM+zTBuJDaceNIW0tQ==",
1238
- "dependencies": {
1239
- "@vue/compiler-dom": "3.5.17",
1240
- "@vue/shared": "3.5.17"
1241
- }
1242
- },
1243
- "node_modules/@vue/eslint-config-prettier": {
1244
- "version": "8.0.0",
1245
- "resolved": "https://registry.npmmirror.com/@vue/eslint-config-prettier/-/eslint-config-prettier-8.0.0.tgz",
1246
- "integrity": "sha512-55dPqtC4PM/yBjhAr+yEw6+7KzzdkBuLmnhBrDfp4I48+wy+Giqqj9yUr5T2uD/BkBROjjmqnLZmXRdOx/VtQg==",
1247
- "dev": true,
1248
- "dependencies": {
1249
- "eslint-config-prettier": "^8.8.0",
1250
- "eslint-plugin-prettier": "^5.0.0"
1251
- },
1252
- "peerDependencies": {
1253
- "eslint": ">= 8.0.0",
1254
- "prettier": ">= 3.0.0"
1255
- }
1256
- },
1257
- "node_modules/@vue/eslint-config-typescript": {
1258
- "version": "12.0.0",
1259
- "resolved": "https://registry.npmmirror.com/@vue/eslint-config-typescript/-/eslint-config-typescript-12.0.0.tgz",
1260
- "integrity": "sha512-StxLFet2Qe97T8+7L8pGlhYBBr8Eg05LPuTDVopQV6il+SK6qqom59BA/rcFipUef2jD8P2X44Vd8tMFytfvlg==",
1261
- "dev": true,
1262
- "dependencies": {
1263
- "@typescript-eslint/eslint-plugin": "^6.7.0",
1264
- "@typescript-eslint/parser": "^6.7.0",
1265
- "vue-eslint-parser": "^9.3.1"
1266
- },
1267
- "engines": {
1268
- "node": "^14.17.0 || >=16.0.0"
1269
- },
1270
- "peerDependencies": {
1271
- "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0",
1272
- "eslint-plugin-vue": "^9.0.0",
1273
- "typescript": "*"
1274
- },
1275
- "peerDependenciesMeta": {
1276
- "typescript": {
1277
- "optional": true
1278
- }
1279
- }
1280
- },
1281
- "node_modules/@vue/language-core": {
1282
- "version": "1.8.27",
1283
- "resolved": "https://registry.npmmirror.com/@vue/language-core/-/language-core-1.8.27.tgz",
1284
- "integrity": "sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==",
1285
- "dev": true,
1286
- "dependencies": {
1287
- "@volar/language-core": "~1.11.1",
1288
- "@volar/source-map": "~1.11.1",
1289
- "@vue/compiler-dom": "^3.3.0",
1290
- "@vue/shared": "^3.3.0",
1291
- "computeds": "^0.0.1",
1292
- "minimatch": "^9.0.3",
1293
- "muggle-string": "^0.3.1",
1294
- "path-browserify": "^1.0.1",
1295
- "vue-template-compiler": "^2.7.14"
1296
- },
1297
- "peerDependencies": {
1298
- "typescript": "*"
1299
- },
1300
- "peerDependenciesMeta": {
1301
- "typescript": {
1302
- "optional": true
1303
- }
1304
- }
1305
- },
1306
- "node_modules/@vue/reactivity": {
1307
- "version": "3.5.17",
1308
- "resolved": "https://registry.npmmirror.com/@vue/reactivity/-/reactivity-3.5.17.tgz",
1309
- "integrity": "sha512-l/rmw2STIscWi7SNJp708FK4Kofs97zc/5aEPQh4bOsReD/8ICuBcEmS7KGwDj5ODQLYWVN2lNibKJL1z5b+Lw==",
1310
- "dependencies": {
1311
- "@vue/shared": "3.5.17"
1312
- }
1313
- },
1314
- "node_modules/@vue/runtime-core": {
1315
- "version": "3.5.17",
1316
- "resolved": "https://registry.npmmirror.com/@vue/runtime-core/-/runtime-core-3.5.17.tgz",
1317
- "integrity": "sha512-QQLXa20dHg1R0ri4bjKeGFKEkJA7MMBxrKo2G+gJikmumRS7PTD4BOU9FKrDQWMKowz7frJJGqBffYMgQYS96Q==",
1318
- "dependencies": {
1319
- "@vue/reactivity": "3.5.17",
1320
- "@vue/shared": "3.5.17"
1321
- }
1322
- },
1323
- "node_modules/@vue/runtime-dom": {
1324
- "version": "3.5.17",
1325
- "resolved": "https://registry.npmmirror.com/@vue/runtime-dom/-/runtime-dom-3.5.17.tgz",
1326
- "integrity": "sha512-8El0M60TcwZ1QMz4/os2MdlQECgGoVHPuLnQBU3m9h3gdNRW9xRmI8iLS4t/22OQlOE6aJvNNlBiCzPHur4H9g==",
1327
- "dependencies": {
1328
- "@vue/reactivity": "3.5.17",
1329
- "@vue/runtime-core": "3.5.17",
1330
- "@vue/shared": "3.5.17",
1331
- "csstype": "^3.1.3"
1332
- }
1333
- },
1334
- "node_modules/@vue/server-renderer": {
1335
- "version": "3.5.17",
1336
- "resolved": "https://registry.npmmirror.com/@vue/server-renderer/-/server-renderer-3.5.17.tgz",
1337
- "integrity": "sha512-BOHhm8HalujY6lmC3DbqF6uXN/K00uWiEeF22LfEsm9Q93XeJ/plHTepGwf6tqFcF7GA5oGSSAAUock3VvzaCA==",
1338
- "dependencies": {
1339
- "@vue/compiler-ssr": "3.5.17",
1340
- "@vue/shared": "3.5.17"
1341
- },
1342
- "peerDependencies": {
1343
- "vue": "3.5.17"
1344
- }
1345
- },
1346
- "node_modules/@vue/shared": {
1347
- "version": "3.5.17",
1348
- "resolved": "https://registry.npmmirror.com/@vue/shared/-/shared-3.5.17.tgz",
1349
- "integrity": "sha512-CabR+UN630VnsJO/jHWYBC1YVXyMq94KKp6iF5MQgZJs5I8cmjw6oVMO1oDbtBkENSHSSn/UadWlW/OAgdmKrg=="
1350
- },
1351
- "node_modules/@vue/tsconfig": {
1352
- "version": "0.4.0",
1353
- "resolved": "https://registry.npmmirror.com/@vue/tsconfig/-/tsconfig-0.4.0.tgz",
1354
- "integrity": "sha512-CPuIReonid9+zOG/CGTT05FXrPYATEqoDGNrEaqS4hwcw5BUNM2FguC0mOwJD4Jr16UpRVl9N0pY3P+srIbqmg==",
1355
- "dev": true
1356
- },
1357
- "node_modules/acorn": {
1358
- "version": "8.15.0",
1359
- "resolved": "https://registry.npmmirror.com/acorn/-/acorn-8.15.0.tgz",
1360
- "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
1361
- "dev": true,
1362
- "bin": {
1363
- "acorn": "bin/acorn"
1364
- },
1365
- "engines": {
1366
- "node": ">=0.4.0"
1367
- }
1368
- },
1369
- "node_modules/acorn-jsx": {
1370
- "version": "5.3.2",
1371
- "resolved": "https://registry.npmmirror.com/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
1372
- "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
1373
- "dev": true,
1374
- "peerDependencies": {
1375
- "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
1376
- }
1377
- },
1378
- "node_modules/ajv": {
1379
- "version": "6.12.6",
1380
- "resolved": "https://registry.npmmirror.com/ajv/-/ajv-6.12.6.tgz",
1381
- "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
1382
- "dev": true,
1383
- "dependencies": {
1384
- "fast-deep-equal": "^3.1.1",
1385
- "fast-json-stable-stringify": "^2.0.0",
1386
- "json-schema-traverse": "^0.4.1",
1387
- "uri-js": "^4.2.2"
1388
- },
1389
- "funding": {
1390
- "type": "github",
1391
- "url": "https://github.com/sponsors/epoberezkin"
1392
- }
1393
- },
1394
- "node_modules/ansi-regex": {
1395
- "version": "5.0.1",
1396
- "resolved": "https://registry.npmmirror.com/ansi-regex/-/ansi-regex-5.0.1.tgz",
1397
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1398
- "dev": true,
1399
- "engines": {
1400
- "node": ">=8"
1401
- }
1402
- },
1403
- "node_modules/ansi-styles": {
1404
- "version": "4.3.0",
1405
- "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-4.3.0.tgz",
1406
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1407
- "dev": true,
1408
- "dependencies": {
1409
- "color-convert": "^2.0.1"
1410
- },
1411
- "engines": {
1412
- "node": ">=8"
1413
- },
1414
- "funding": {
1415
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1416
- }
1417
- },
1418
- "node_modules/argparse": {
1419
- "version": "2.0.1",
1420
- "resolved": "https://registry.npmmirror.com/argparse/-/argparse-2.0.1.tgz",
1421
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
1422
- "dev": true
1423
- },
1424
- "node_modules/array-union": {
1425
- "version": "2.1.0",
1426
- "resolved": "https://registry.npmmirror.com/array-union/-/array-union-2.1.0.tgz",
1427
- "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
1428
- "dev": true,
1429
- "engines": {
1430
- "node": ">=8"
1431
- }
1432
- },
1433
- "node_modules/balanced-match": {
1434
- "version": "1.0.2",
1435
- "resolved": "https://registry.npmmirror.com/balanced-match/-/balanced-match-1.0.2.tgz",
1436
- "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
1437
- "dev": true
1438
- },
1439
- "node_modules/boolbase": {
1440
- "version": "1.0.0",
1441
- "resolved": "https://registry.npmmirror.com/boolbase/-/boolbase-1.0.0.tgz",
1442
- "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==",
1443
- "dev": true
1444
- },
1445
- "node_modules/brace-expansion": {
1446
- "version": "2.0.2",
1447
- "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-2.0.2.tgz",
1448
- "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
1449
- "dev": true,
1450
- "dependencies": {
1451
- "balanced-match": "^1.0.0"
1452
- }
1453
- },
1454
- "node_modules/braces": {
1455
- "version": "3.0.3",
1456
- "resolved": "https://registry.npmmirror.com/braces/-/braces-3.0.3.tgz",
1457
- "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
1458
- "dev": true,
1459
- "dependencies": {
1460
- "fill-range": "^7.1.1"
1461
- },
1462
- "engines": {
1463
- "node": ">=8"
1464
- }
1465
- },
1466
- "node_modules/callsites": {
1467
- "version": "3.1.0",
1468
- "resolved": "https://registry.npmmirror.com/callsites/-/callsites-3.1.0.tgz",
1469
- "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
1470
- "dev": true,
1471
- "engines": {
1472
- "node": ">=6"
1473
- }
1474
- },
1475
- "node_modules/chalk": {
1476
- "version": "4.1.2",
1477
- "resolved": "https://registry.npmmirror.com/chalk/-/chalk-4.1.2.tgz",
1478
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
1479
- "dev": true,
1480
- "dependencies": {
1481
- "ansi-styles": "^4.1.0",
1482
- "supports-color": "^7.1.0"
1483
- },
1484
- "engines": {
1485
- "node": ">=10"
1486
- },
1487
- "funding": {
1488
- "url": "https://github.com/chalk/chalk?sponsor=1"
1489
- }
1490
- },
1491
- "node_modules/color-convert": {
1492
- "version": "2.0.1",
1493
- "resolved": "https://registry.npmmirror.com/color-convert/-/color-convert-2.0.1.tgz",
1494
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
1495
- "dev": true,
1496
- "dependencies": {
1497
- "color-name": "~1.1.4"
1498
- },
1499
- "engines": {
1500
- "node": ">=7.0.0"
1501
- }
1502
- },
1503
- "node_modules/color-name": {
1504
- "version": "1.1.4",
1505
- "resolved": "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz",
1506
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
1507
- "dev": true
1508
- },
1509
- "node_modules/colorette": {
1510
- "version": "1.4.0",
1511
- "resolved": "https://registry.npmmirror.com/colorette/-/colorette-1.4.0.tgz",
1512
- "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==",
1513
- "dev": true
1514
- },
1515
- "node_modules/computeds": {
1516
- "version": "0.0.1",
1517
- "resolved": "https://registry.npmmirror.com/computeds/-/computeds-0.0.1.tgz",
1518
- "integrity": "sha512-7CEBgcMjVmitjYo5q8JTJVra6X5mQ20uTThdK+0kR7UEaDrAWEQcRiBtWJzga4eRpP6afNwwLsX2SET2JhVB1Q==",
1519
- "dev": true
1520
- },
1521
- "node_modules/concat-map": {
1522
- "version": "0.0.1",
1523
- "resolved": "https://registry.npmmirror.com/concat-map/-/concat-map-0.0.1.tgz",
1524
- "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
1525
- "dev": true
1526
- },
1527
- "node_modules/cross-spawn": {
1528
- "version": "7.0.6",
1529
- "resolved": "https://registry.npmmirror.com/cross-spawn/-/cross-spawn-7.0.6.tgz",
1530
- "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
1531
- "dev": true,
1532
- "dependencies": {
1533
- "path-key": "^3.1.0",
1534
- "shebang-command": "^2.0.0",
1535
- "which": "^2.0.1"
1536
- },
1537
- "engines": {
1538
- "node": ">= 8"
1539
- }
1540
- },
1541
- "node_modules/cssesc": {
1542
- "version": "3.0.0",
1543
- "resolved": "https://registry.npmmirror.com/cssesc/-/cssesc-3.0.0.tgz",
1544
- "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
1545
- "dev": true,
1546
- "bin": {
1547
- "cssesc": "bin/cssesc"
1548
- },
1549
- "engines": {
1550
- "node": ">=4"
1551
- }
1552
- },
1553
- "node_modules/csstype": {
1554
- "version": "3.1.3",
1555
- "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz",
1556
- "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw=="
1557
- },
1558
- "node_modules/de-indent": {
1559
- "version": "1.0.2",
1560
- "resolved": "https://registry.npmmirror.com/de-indent/-/de-indent-1.0.2.tgz",
1561
- "integrity": "sha512-e/1zu3xH5MQryN2zdVaF0OrdNLUbvWxzMbi+iNA6Bky7l1RoP8a2fIbRocyHclXt/arDrrR6lL3TqFD9pMQTsg==",
1562
- "dev": true
1563
- },
1564
- "node_modules/debug": {
1565
- "version": "4.4.1",
1566
- "resolved": "https://registry.npmmirror.com/debug/-/debug-4.4.1.tgz",
1567
- "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==",
1568
- "dev": true,
1569
- "dependencies": {
1570
- "ms": "^2.1.3"
1571
- },
1572
- "engines": {
1573
- "node": ">=6.0"
1574
- },
1575
- "peerDependenciesMeta": {
1576
- "supports-color": {
1577
- "optional": true
1578
- }
1579
- }
1580
- },
1581
- "node_modules/deep-is": {
1582
- "version": "0.1.4",
1583
- "resolved": "https://registry.npmmirror.com/deep-is/-/deep-is-0.1.4.tgz",
1584
- "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
1585
- "dev": true
1586
- },
1587
- "node_modules/dir-glob": {
1588
- "version": "3.0.1",
1589
- "resolved": "https://registry.npmmirror.com/dir-glob/-/dir-glob-3.0.1.tgz",
1590
- "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
1591
- "dev": true,
1592
- "dependencies": {
1593
- "path-type": "^4.0.0"
1594
- },
1595
- "engines": {
1596
- "node": ">=8"
1597
- }
1598
- },
1599
- "node_modules/doctrine": {
1600
- "version": "3.0.0",
1601
- "resolved": "https://registry.npmmirror.com/doctrine/-/doctrine-3.0.0.tgz",
1602
- "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
1603
- "dev": true,
1604
- "dependencies": {
1605
- "esutils": "^2.0.2"
1606
- },
1607
- "engines": {
1608
- "node": ">=6.0.0"
1609
- }
1610
- },
1611
- "node_modules/dynamsoft-core": {
1612
- "version": "3.4.31",
1613
- "resolved": "https://registry.npmmirror.com/dynamsoft-core/-/dynamsoft-core-3.4.31.tgz",
1614
- "integrity": "sha512-bgu1cDnYSCMVCc59wM8OpsNUdQg2tMezqAeRxHz+SCvSDs1RkMCZA2XlTU3pdtB0zo1xdLiza6l9uaKGrDf3UQ=="
1615
- },
1616
- "node_modules/dynamsoft-document-viewer": {
1617
- "version": "3.0.0",
1618
- "resolved": "https://registry.npmmirror.com/dynamsoft-document-viewer/-/dynamsoft-document-viewer-3.0.0.tgz",
1619
- "integrity": "sha512-DCPiiavRmIKXwrRi6uadxycJ0FLX+BX5oKBBqOPzfAtmMzkyDK6nfE/TJaKwhCrRrvWa2plVHnINSDXE3y6QhQ==",
1620
- "dependencies": {
1621
- "dynamsoft-core": "*"
1622
- }
1623
- },
1624
- "node_modules/entities": {
1625
- "version": "4.5.0",
1626
- "resolved": "https://registry.npmmirror.com/entities/-/entities-4.5.0.tgz",
1627
- "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
1628
- "engines": {
1629
- "node": ">=0.12"
1630
- },
1631
- "funding": {
1632
- "url": "https://github.com/fb55/entities?sponsor=1"
1633
- }
1634
- },
1635
- "node_modules/esbuild": {
1636
- "version": "0.21.5",
1637
- "resolved": "https://registry.npmmirror.com/esbuild/-/esbuild-0.21.5.tgz",
1638
- "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==",
1639
- "dev": true,
1640
- "hasInstallScript": true,
1641
- "bin": {
1642
- "esbuild": "bin/esbuild"
1643
- },
1644
- "engines": {
1645
- "node": ">=12"
1646
- },
1647
- "optionalDependencies": {
1648
- "@esbuild/aix-ppc64": "0.21.5",
1649
- "@esbuild/android-arm": "0.21.5",
1650
- "@esbuild/android-arm64": "0.21.5",
1651
- "@esbuild/android-x64": "0.21.5",
1652
- "@esbuild/darwin-arm64": "0.21.5",
1653
- "@esbuild/darwin-x64": "0.21.5",
1654
- "@esbuild/freebsd-arm64": "0.21.5",
1655
- "@esbuild/freebsd-x64": "0.21.5",
1656
- "@esbuild/linux-arm": "0.21.5",
1657
- "@esbuild/linux-arm64": "0.21.5",
1658
- "@esbuild/linux-ia32": "0.21.5",
1659
- "@esbuild/linux-loong64": "0.21.5",
1660
- "@esbuild/linux-mips64el": "0.21.5",
1661
- "@esbuild/linux-ppc64": "0.21.5",
1662
- "@esbuild/linux-riscv64": "0.21.5",
1663
- "@esbuild/linux-s390x": "0.21.5",
1664
- "@esbuild/linux-x64": "0.21.5",
1665
- "@esbuild/netbsd-x64": "0.21.5",
1666
- "@esbuild/openbsd-x64": "0.21.5",
1667
- "@esbuild/sunos-x64": "0.21.5",
1668
- "@esbuild/win32-arm64": "0.21.5",
1669
- "@esbuild/win32-ia32": "0.21.5",
1670
- "@esbuild/win32-x64": "0.21.5"
1671
- }
1672
- },
1673
- "node_modules/escape-string-regexp": {
1674
- "version": "4.0.0",
1675
- "resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
1676
- "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
1677
- "dev": true,
1678
- "engines": {
1679
- "node": ">=10"
1680
- },
1681
- "funding": {
1682
- "url": "https://github.com/sponsors/sindresorhus"
1683
- }
1684
- },
1685
- "node_modules/eslint": {
1686
- "version": "8.57.1",
1687
- "resolved": "https://registry.npmmirror.com/eslint/-/eslint-8.57.1.tgz",
1688
- "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
1689
- "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.",
1690
- "dev": true,
1691
- "dependencies": {
1692
- "@eslint-community/eslint-utils": "^4.2.0",
1693
- "@eslint-community/regexpp": "^4.6.1",
1694
- "@eslint/eslintrc": "^2.1.4",
1695
- "@eslint/js": "8.57.1",
1696
- "@humanwhocodes/config-array": "^0.13.0",
1697
- "@humanwhocodes/module-importer": "^1.0.1",
1698
- "@nodelib/fs.walk": "^1.2.8",
1699
- "@ungap/structured-clone": "^1.2.0",
1700
- "ajv": "^6.12.4",
1701
- "chalk": "^4.0.0",
1702
- "cross-spawn": "^7.0.2",
1703
- "debug": "^4.3.2",
1704
- "doctrine": "^3.0.0",
1705
- "escape-string-regexp": "^4.0.0",
1706
- "eslint-scope": "^7.2.2",
1707
- "eslint-visitor-keys": "^3.4.3",
1708
- "espree": "^9.6.1",
1709
- "esquery": "^1.4.2",
1710
- "esutils": "^2.0.2",
1711
- "fast-deep-equal": "^3.1.3",
1712
- "file-entry-cache": "^6.0.1",
1713
- "find-up": "^5.0.0",
1714
- "glob-parent": "^6.0.2",
1715
- "globals": "^13.19.0",
1716
- "graphemer": "^1.4.0",
1717
- "ignore": "^5.2.0",
1718
- "imurmurhash": "^0.1.4",
1719
- "is-glob": "^4.0.0",
1720
- "is-path-inside": "^3.0.3",
1721
- "js-yaml": "^4.1.0",
1722
- "json-stable-stringify-without-jsonify": "^1.0.1",
1723
- "levn": "^0.4.1",
1724
- "lodash.merge": "^4.6.2",
1725
- "minimatch": "^3.1.2",
1726
- "natural-compare": "^1.4.0",
1727
- "optionator": "^0.9.3",
1728
- "strip-ansi": "^6.0.1",
1729
- "text-table": "^0.2.0"
1730
- },
1731
- "bin": {
1732
- "eslint": "bin/eslint.js"
1733
- },
1734
- "engines": {
1735
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1736
- },
1737
- "funding": {
1738
- "url": "https://opencollective.com/eslint"
1739
- }
1740
- },
1741
- "node_modules/eslint-config-prettier": {
1742
- "version": "8.10.0",
1743
- "resolved": "https://registry.npmmirror.com/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz",
1744
- "integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==",
1745
- "dev": true,
1746
- "bin": {
1747
- "eslint-config-prettier": "bin/cli.js"
1748
- },
1749
- "peerDependencies": {
1750
- "eslint": ">=7.0.0"
1751
- }
1752
- },
1753
- "node_modules/eslint-plugin-prettier": {
1754
- "version": "5.5.1",
1755
- "resolved": "https://registry.npmmirror.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.5.1.tgz",
1756
- "integrity": "sha512-dobTkHT6XaEVOo8IO90Q4DOSxnm3Y151QxPJlM/vKC0bVy+d6cVWQZLlFiuZPP0wS6vZwSKeJgKkcS+KfMBlRw==",
1757
- "dev": true,
1758
- "dependencies": {
1759
- "prettier-linter-helpers": "^1.0.0",
1760
- "synckit": "^0.11.7"
1761
- },
1762
- "engines": {
1763
- "node": "^14.18.0 || >=16.0.0"
1764
- },
1765
- "funding": {
1766
- "url": "https://opencollective.com/eslint-plugin-prettier"
1767
- },
1768
- "peerDependencies": {
1769
- "@types/eslint": ">=8.0.0",
1770
- "eslint": ">=8.0.0",
1771
- "eslint-config-prettier": ">= 7.0.0 <10.0.0 || >=10.1.0",
1772
- "prettier": ">=3.0.0"
1773
- },
1774
- "peerDependenciesMeta": {
1775
- "@types/eslint": {
1776
- "optional": true
1777
- },
1778
- "eslint-config-prettier": {
1779
- "optional": true
1780
- }
1781
- }
1782
- },
1783
- "node_modules/eslint-plugin-vue": {
1784
- "version": "9.33.0",
1785
- "resolved": "https://registry.npmmirror.com/eslint-plugin-vue/-/eslint-plugin-vue-9.33.0.tgz",
1786
- "integrity": "sha512-174lJKuNsuDIlLpjeXc5E2Tss8P44uIimAfGD0b90k0NoirJqpG7stLuU9Vp/9ioTOrQdWVREc4mRd1BD+CvGw==",
1787
- "dev": true,
1788
- "dependencies": {
1789
- "@eslint-community/eslint-utils": "^4.4.0",
1790
- "globals": "^13.24.0",
1791
- "natural-compare": "^1.4.0",
1792
- "nth-check": "^2.1.1",
1793
- "postcss-selector-parser": "^6.0.15",
1794
- "semver": "^7.6.3",
1795
- "vue-eslint-parser": "^9.4.3",
1796
- "xml-name-validator": "^4.0.0"
1797
- },
1798
- "engines": {
1799
- "node": "^14.17.0 || >=16.0.0"
1800
- },
1801
- "peerDependencies": {
1802
- "eslint": "^6.2.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
1803
- }
1804
- },
1805
- "node_modules/eslint-scope": {
1806
- "version": "7.2.2",
1807
- "resolved": "https://registry.npmmirror.com/eslint-scope/-/eslint-scope-7.2.2.tgz",
1808
- "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
1809
- "dev": true,
1810
- "dependencies": {
1811
- "esrecurse": "^4.3.0",
1812
- "estraverse": "^5.2.0"
1813
- },
1814
- "engines": {
1815
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1816
- },
1817
- "funding": {
1818
- "url": "https://opencollective.com/eslint"
1819
- }
1820
- },
1821
- "node_modules/eslint-visitor-keys": {
1822
- "version": "3.4.3",
1823
- "resolved": "https://registry.npmmirror.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
1824
- "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
1825
- "dev": true,
1826
- "engines": {
1827
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1828
- },
1829
- "funding": {
1830
- "url": "https://opencollective.com/eslint"
1831
- }
1832
- },
1833
- "node_modules/eslint/node_modules/brace-expansion": {
1834
- "version": "1.1.12",
1835
- "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
1836
- "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
1837
- "dev": true,
1838
- "dependencies": {
1839
- "balanced-match": "^1.0.0",
1840
- "concat-map": "0.0.1"
1841
- }
1842
- },
1843
- "node_modules/eslint/node_modules/minimatch": {
1844
- "version": "3.1.2",
1845
- "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
1846
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
1847
- "dev": true,
1848
- "dependencies": {
1849
- "brace-expansion": "^1.1.7"
1850
- },
1851
- "engines": {
1852
- "node": "*"
1853
- }
1854
- },
1855
- "node_modules/espree": {
1856
- "version": "9.6.1",
1857
- "resolved": "https://registry.npmmirror.com/espree/-/espree-9.6.1.tgz",
1858
- "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
1859
- "dev": true,
1860
- "dependencies": {
1861
- "acorn": "^8.9.0",
1862
- "acorn-jsx": "^5.3.2",
1863
- "eslint-visitor-keys": "^3.4.1"
1864
- },
1865
- "engines": {
1866
- "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
1867
- },
1868
- "funding": {
1869
- "url": "https://opencollective.com/eslint"
1870
- }
1871
- },
1872
- "node_modules/esquery": {
1873
- "version": "1.6.0",
1874
- "resolved": "https://registry.npmmirror.com/esquery/-/esquery-1.6.0.tgz",
1875
- "integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
1876
- "dev": true,
1877
- "dependencies": {
1878
- "estraverse": "^5.1.0"
1879
- },
1880
- "engines": {
1881
- "node": ">=0.10"
1882
- }
1883
- },
1884
- "node_modules/esrecurse": {
1885
- "version": "4.3.0",
1886
- "resolved": "https://registry.npmmirror.com/esrecurse/-/esrecurse-4.3.0.tgz",
1887
- "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
1888
- "dev": true,
1889
- "dependencies": {
1890
- "estraverse": "^5.2.0"
1891
- },
1892
- "engines": {
1893
- "node": ">=4.0"
1894
- }
1895
- },
1896
- "node_modules/estraverse": {
1897
- "version": "5.3.0",
1898
- "resolved": "https://registry.npmmirror.com/estraverse/-/estraverse-5.3.0.tgz",
1899
- "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
1900
- "dev": true,
1901
- "engines": {
1902
- "node": ">=4.0"
1903
- }
1904
- },
1905
- "node_modules/estree-walker": {
1906
- "version": "2.0.2",
1907
- "resolved": "https://registry.npmmirror.com/estree-walker/-/estree-walker-2.0.2.tgz",
1908
- "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w=="
1909
- },
1910
- "node_modules/esutils": {
1911
- "version": "2.0.3",
1912
- "resolved": "https://registry.npmmirror.com/esutils/-/esutils-2.0.3.tgz",
1913
- "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
1914
- "dev": true,
1915
- "engines": {
1916
- "node": ">=0.10.0"
1917
- }
1918
- },
1919
- "node_modules/fast-deep-equal": {
1920
- "version": "3.1.3",
1921
- "resolved": "https://registry.npmmirror.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
1922
- "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
1923
- "dev": true
1924
- },
1925
- "node_modules/fast-diff": {
1926
- "version": "1.3.0",
1927
- "resolved": "https://registry.npmmirror.com/fast-diff/-/fast-diff-1.3.0.tgz",
1928
- "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==",
1929
- "dev": true
1930
- },
1931
- "node_modules/fast-glob": {
1932
- "version": "3.3.3",
1933
- "resolved": "https://registry.npmmirror.com/fast-glob/-/fast-glob-3.3.3.tgz",
1934
- "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==",
1935
- "dev": true,
1936
- "dependencies": {
1937
- "@nodelib/fs.stat": "^2.0.2",
1938
- "@nodelib/fs.walk": "^1.2.3",
1939
- "glob-parent": "^5.1.2",
1940
- "merge2": "^1.3.0",
1941
- "micromatch": "^4.0.8"
1942
- },
1943
- "engines": {
1944
- "node": ">=8.6.0"
1945
- }
1946
- },
1947
- "node_modules/fast-glob/node_modules/glob-parent": {
1948
- "version": "5.1.2",
1949
- "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-5.1.2.tgz",
1950
- "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
1951
- "dev": true,
1952
- "dependencies": {
1953
- "is-glob": "^4.0.1"
1954
- },
1955
- "engines": {
1956
- "node": ">= 6"
1957
- }
1958
- },
1959
- "node_modules/fast-json-stable-stringify": {
1960
- "version": "2.1.0",
1961
- "resolved": "https://registry.npmmirror.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
1962
- "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
1963
- "dev": true
1964
- },
1965
- "node_modules/fast-levenshtein": {
1966
- "version": "2.0.6",
1967
- "resolved": "https://registry.npmmirror.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
1968
- "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
1969
- "dev": true
1970
- },
1971
- "node_modules/fastq": {
1972
- "version": "1.19.1",
1973
- "resolved": "https://registry.npmmirror.com/fastq/-/fastq-1.19.1.tgz",
1974
- "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==",
1975
- "dev": true,
1976
- "dependencies": {
1977
- "reusify": "^1.0.4"
1978
- }
1979
- },
1980
- "node_modules/file-entry-cache": {
1981
- "version": "6.0.1",
1982
- "resolved": "https://registry.npmmirror.com/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
1983
- "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
1984
- "dev": true,
1985
- "dependencies": {
1986
- "flat-cache": "^3.0.4"
1987
- },
1988
- "engines": {
1989
- "node": "^10.12.0 || >=12.0.0"
1990
- }
1991
- },
1992
- "node_modules/fill-range": {
1993
- "version": "7.1.1",
1994
- "resolved": "https://registry.npmmirror.com/fill-range/-/fill-range-7.1.1.tgz",
1995
- "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
1996
- "dev": true,
1997
- "dependencies": {
1998
- "to-regex-range": "^5.0.1"
1999
- },
2000
- "engines": {
2001
- "node": ">=8"
2002
- }
2003
- },
2004
- "node_modules/find-up": {
2005
- "version": "5.0.0",
2006
- "resolved": "https://registry.npmmirror.com/find-up/-/find-up-5.0.0.tgz",
2007
- "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
2008
- "dev": true,
2009
- "dependencies": {
2010
- "locate-path": "^6.0.0",
2011
- "path-exists": "^4.0.0"
2012
- },
2013
- "engines": {
2014
- "node": ">=10"
2015
- },
2016
- "funding": {
2017
- "url": "https://github.com/sponsors/sindresorhus"
2018
- }
2019
- },
2020
- "node_modules/flat-cache": {
2021
- "version": "3.2.0",
2022
- "resolved": "https://registry.npmmirror.com/flat-cache/-/flat-cache-3.2.0.tgz",
2023
- "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
2024
- "dev": true,
2025
- "dependencies": {
2026
- "flatted": "^3.2.9",
2027
- "keyv": "^4.5.3",
2028
- "rimraf": "^3.0.2"
2029
- },
2030
- "engines": {
2031
- "node": "^10.12.0 || >=12.0.0"
2032
- }
2033
- },
2034
- "node_modules/flatted": {
2035
- "version": "3.3.3",
2036
- "resolved": "https://registry.npmmirror.com/flatted/-/flatted-3.3.3.tgz",
2037
- "integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
2038
- "dev": true
2039
- },
2040
- "node_modules/fs-extra": {
2041
- "version": "8.1.0",
2042
- "resolved": "https://registry.npmmirror.com/fs-extra/-/fs-extra-8.1.0.tgz",
2043
- "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
2044
- "dev": true,
2045
- "dependencies": {
2046
- "graceful-fs": "^4.2.0",
2047
- "jsonfile": "^4.0.0",
2048
- "universalify": "^0.1.0"
2049
- },
2050
- "engines": {
2051
- "node": ">=6 <7 || >=8"
2052
- }
2053
- },
2054
- "node_modules/fs.realpath": {
2055
- "version": "1.0.0",
2056
- "resolved": "https://registry.npmmirror.com/fs.realpath/-/fs.realpath-1.0.0.tgz",
2057
- "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
2058
- "dev": true
2059
- },
2060
- "node_modules/fsevents": {
2061
- "version": "2.3.3",
2062
- "resolved": "https://registry.npmmirror.com/fsevents/-/fsevents-2.3.3.tgz",
2063
- "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
2064
- "dev": true,
2065
- "hasInstallScript": true,
2066
- "optional": true,
2067
- "os": [
2068
- "darwin"
2069
- ],
2070
- "engines": {
2071
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
2072
- }
2073
- },
2074
- "node_modules/glob": {
2075
- "version": "7.2.3",
2076
- "resolved": "https://registry.npmmirror.com/glob/-/glob-7.2.3.tgz",
2077
- "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
2078
- "deprecated": "Glob versions prior to v9 are no longer supported",
2079
- "dev": true,
2080
- "dependencies": {
2081
- "fs.realpath": "^1.0.0",
2082
- "inflight": "^1.0.4",
2083
- "inherits": "2",
2084
- "minimatch": "^3.1.1",
2085
- "once": "^1.3.0",
2086
- "path-is-absolute": "^1.0.0"
2087
- },
2088
- "engines": {
2089
- "node": "*"
2090
- },
2091
- "funding": {
2092
- "url": "https://github.com/sponsors/isaacs"
2093
- }
2094
- },
2095
- "node_modules/glob-parent": {
2096
- "version": "6.0.2",
2097
- "resolved": "https://registry.npmmirror.com/glob-parent/-/glob-parent-6.0.2.tgz",
2098
- "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
2099
- "dev": true,
2100
- "dependencies": {
2101
- "is-glob": "^4.0.3"
2102
- },
2103
- "engines": {
2104
- "node": ">=10.13.0"
2105
- }
2106
- },
2107
- "node_modules/glob/node_modules/brace-expansion": {
2108
- "version": "1.1.12",
2109
- "resolved": "https://registry.npmmirror.com/brace-expansion/-/brace-expansion-1.1.12.tgz",
2110
- "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==",
2111
- "dev": true,
2112
- "dependencies": {
2113
- "balanced-match": "^1.0.0",
2114
- "concat-map": "0.0.1"
2115
- }
2116
- },
2117
- "node_modules/glob/node_modules/minimatch": {
2118
- "version": "3.1.2",
2119
- "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-3.1.2.tgz",
2120
- "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
2121
- "dev": true,
2122
- "dependencies": {
2123
- "brace-expansion": "^1.1.7"
2124
- },
2125
- "engines": {
2126
- "node": "*"
2127
- }
2128
- },
2129
- "node_modules/globals": {
2130
- "version": "13.24.0",
2131
- "resolved": "https://registry.npmmirror.com/globals/-/globals-13.24.0.tgz",
2132
- "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==",
2133
- "dev": true,
2134
- "dependencies": {
2135
- "type-fest": "^0.20.2"
2136
- },
2137
- "engines": {
2138
- "node": ">=8"
2139
- },
2140
- "funding": {
2141
- "url": "https://github.com/sponsors/sindresorhus"
2142
- }
2143
- },
2144
- "node_modules/globby": {
2145
- "version": "11.1.0",
2146
- "resolved": "https://registry.npmmirror.com/globby/-/globby-11.1.0.tgz",
2147
- "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
2148
- "dev": true,
2149
- "dependencies": {
2150
- "array-union": "^2.1.0",
2151
- "dir-glob": "^3.0.1",
2152
- "fast-glob": "^3.2.9",
2153
- "ignore": "^5.2.0",
2154
- "merge2": "^1.4.1",
2155
- "slash": "^3.0.0"
2156
- },
2157
- "engines": {
2158
- "node": ">=10"
2159
- },
2160
- "funding": {
2161
- "url": "https://github.com/sponsors/sindresorhus"
2162
- }
2163
- },
2164
- "node_modules/graceful-fs": {
2165
- "version": "4.2.11",
2166
- "resolved": "https://registry.npmmirror.com/graceful-fs/-/graceful-fs-4.2.11.tgz",
2167
- "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
2168
- "dev": true
2169
- },
2170
- "node_modules/graphemer": {
2171
- "version": "1.4.0",
2172
- "resolved": "https://registry.npmmirror.com/graphemer/-/graphemer-1.4.0.tgz",
2173
- "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
2174
- "dev": true
2175
- },
2176
- "node_modules/has-flag": {
2177
- "version": "4.0.0",
2178
- "resolved": "https://registry.npmmirror.com/has-flag/-/has-flag-4.0.0.tgz",
2179
- "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
2180
- "dev": true,
2181
- "engines": {
2182
- "node": ">=8"
2183
- }
2184
- },
2185
- "node_modules/he": {
2186
- "version": "1.2.0",
2187
- "resolved": "https://registry.npmmirror.com/he/-/he-1.2.0.tgz",
2188
- "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==",
2189
- "dev": true,
2190
- "bin": {
2191
- "he": "bin/he"
2192
- }
2193
- },
2194
- "node_modules/ignore": {
2195
- "version": "5.3.2",
2196
- "resolved": "https://registry.npmmirror.com/ignore/-/ignore-5.3.2.tgz",
2197
- "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
2198
- "dev": true,
2199
- "engines": {
2200
- "node": ">= 4"
2201
- }
2202
- },
2203
- "node_modules/import-fresh": {
2204
- "version": "3.3.1",
2205
- "resolved": "https://registry.npmmirror.com/import-fresh/-/import-fresh-3.3.1.tgz",
2206
- "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
2207
- "dev": true,
2208
- "dependencies": {
2209
- "parent-module": "^1.0.0",
2210
- "resolve-from": "^4.0.0"
2211
- },
2212
- "engines": {
2213
- "node": ">=6"
2214
- },
2215
- "funding": {
2216
- "url": "https://github.com/sponsors/sindresorhus"
2217
- }
2218
- },
2219
- "node_modules/imurmurhash": {
2220
- "version": "0.1.4",
2221
- "resolved": "https://registry.npmmirror.com/imurmurhash/-/imurmurhash-0.1.4.tgz",
2222
- "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
2223
- "dev": true,
2224
- "engines": {
2225
- "node": ">=0.8.19"
2226
- }
2227
- },
2228
- "node_modules/inflight": {
2229
- "version": "1.0.6",
2230
- "resolved": "https://registry.npmmirror.com/inflight/-/inflight-1.0.6.tgz",
2231
- "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
2232
- "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.",
2233
- "dev": true,
2234
- "dependencies": {
2235
- "once": "^1.3.0",
2236
- "wrappy": "1"
2237
- }
2238
- },
2239
- "node_modules/inherits": {
2240
- "version": "2.0.4",
2241
- "resolved": "https://registry.npmmirror.com/inherits/-/inherits-2.0.4.tgz",
2242
- "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
2243
- "dev": true
2244
- },
2245
- "node_modules/is-extglob": {
2246
- "version": "2.1.1",
2247
- "resolved": "https://registry.npmmirror.com/is-extglob/-/is-extglob-2.1.1.tgz",
2248
- "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
2249
- "dev": true,
2250
- "engines": {
2251
- "node": ">=0.10.0"
2252
- }
2253
- },
2254
- "node_modules/is-glob": {
2255
- "version": "4.0.3",
2256
- "resolved": "https://registry.npmmirror.com/is-glob/-/is-glob-4.0.3.tgz",
2257
- "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
2258
- "dev": true,
2259
- "dependencies": {
2260
- "is-extglob": "^2.1.1"
2261
- },
2262
- "engines": {
2263
- "node": ">=0.10.0"
2264
- }
2265
- },
2266
- "node_modules/is-number": {
2267
- "version": "7.0.0",
2268
- "resolved": "https://registry.npmmirror.com/is-number/-/is-number-7.0.0.tgz",
2269
- "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
2270
- "dev": true,
2271
- "engines": {
2272
- "node": ">=0.12.0"
2273
- }
2274
- },
2275
- "node_modules/is-path-inside": {
2276
- "version": "3.0.3",
2277
- "resolved": "https://registry.npmmirror.com/is-path-inside/-/is-path-inside-3.0.3.tgz",
2278
- "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
2279
- "dev": true,
2280
- "engines": {
2281
- "node": ">=8"
2282
- }
2283
- },
2284
- "node_modules/is-plain-object": {
2285
- "version": "3.0.1",
2286
- "resolved": "https://registry.npmmirror.com/is-plain-object/-/is-plain-object-3.0.1.tgz",
2287
- "integrity": "sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==",
2288
- "dev": true,
2289
- "engines": {
2290
- "node": ">=0.10.0"
2291
- }
2292
- },
2293
- "node_modules/isexe": {
2294
- "version": "2.0.0",
2295
- "resolved": "https://registry.npmmirror.com/isexe/-/isexe-2.0.0.tgz",
2296
- "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
2297
- "dev": true
2298
- },
2299
- "node_modules/js-yaml": {
2300
- "version": "4.1.0",
2301
- "resolved": "https://registry.npmmirror.com/js-yaml/-/js-yaml-4.1.0.tgz",
2302
- "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
2303
- "dev": true,
2304
- "dependencies": {
2305
- "argparse": "^2.0.1"
2306
- },
2307
- "bin": {
2308
- "js-yaml": "bin/js-yaml.js"
2309
- }
2310
- },
2311
- "node_modules/json-buffer": {
2312
- "version": "3.0.1",
2313
- "resolved": "https://registry.npmmirror.com/json-buffer/-/json-buffer-3.0.1.tgz",
2314
- "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
2315
- "dev": true
2316
- },
2317
- "node_modules/json-parse-even-better-errors": {
2318
- "version": "3.0.2",
2319
- "resolved": "https://registry.npmmirror.com/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.2.tgz",
2320
- "integrity": "sha512-fi0NG4bPjCHunUJffmLd0gxssIgkNmArMvis4iNah6Owg1MCJjWhEcDLmsK6iGkJq3tHwbDkTlce70/tmXN4cQ==",
2321
- "dev": true,
2322
- "engines": {
2323
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2324
- }
2325
- },
2326
- "node_modules/json-schema-traverse": {
2327
- "version": "0.4.1",
2328
- "resolved": "https://registry.npmmirror.com/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
2329
- "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
2330
- "dev": true
2331
- },
2332
- "node_modules/json-stable-stringify-without-jsonify": {
2333
- "version": "1.0.1",
2334
- "resolved": "https://registry.npmmirror.com/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
2335
- "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
2336
- "dev": true
2337
- },
2338
- "node_modules/jsonfile": {
2339
- "version": "4.0.0",
2340
- "resolved": "https://registry.npmmirror.com/jsonfile/-/jsonfile-4.0.0.tgz",
2341
- "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
2342
- "dev": true,
2343
- "optionalDependencies": {
2344
- "graceful-fs": "^4.1.6"
2345
- }
2346
- },
2347
- "node_modules/keyv": {
2348
- "version": "4.5.4",
2349
- "resolved": "https://registry.npmmirror.com/keyv/-/keyv-4.5.4.tgz",
2350
- "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==",
2351
- "dev": true,
2352
- "dependencies": {
2353
- "json-buffer": "3.0.1"
2354
- }
2355
- },
2356
- "node_modules/levn": {
2357
- "version": "0.4.1",
2358
- "resolved": "https://registry.npmmirror.com/levn/-/levn-0.4.1.tgz",
2359
- "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
2360
- "dev": true,
2361
- "dependencies": {
2362
- "prelude-ls": "^1.2.1",
2363
- "type-check": "~0.4.0"
2364
- },
2365
- "engines": {
2366
- "node": ">= 0.8.0"
2367
- }
2368
- },
2369
- "node_modules/locate-path": {
2370
- "version": "6.0.0",
2371
- "resolved": "https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz",
2372
- "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
2373
- "dev": true,
2374
- "dependencies": {
2375
- "p-locate": "^5.0.0"
2376
- },
2377
- "engines": {
2378
- "node": ">=10"
2379
- },
2380
- "funding": {
2381
- "url": "https://github.com/sponsors/sindresorhus"
2382
- }
2383
- },
2384
- "node_modules/lodash": {
2385
- "version": "4.17.21",
2386
- "resolved": "https://registry.npmmirror.com/lodash/-/lodash-4.17.21.tgz",
2387
- "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
2388
- "dev": true
2389
- },
2390
- "node_modules/lodash.merge": {
2391
- "version": "4.6.2",
2392
- "resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz",
2393
- "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
2394
- "dev": true
2395
- },
2396
- "node_modules/magic-string": {
2397
- "version": "0.30.17",
2398
- "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",
2399
- "integrity": "sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==",
2400
- "dependencies": {
2401
- "@jridgewell/sourcemap-codec": "^1.5.0"
2402
- }
2403
- },
2404
- "node_modules/memorystream": {
2405
- "version": "0.3.1",
2406
- "resolved": "https://registry.npmmirror.com/memorystream/-/memorystream-0.3.1.tgz",
2407
- "integrity": "sha512-S3UwM3yj5mtUSEfP41UZmt/0SCoVYUcU1rkXv+BQ5Ig8ndL4sPoJNBUJERafdPb5jjHJGuMgytgKvKIf58XNBw==",
2408
- "dev": true,
2409
- "engines": {
2410
- "node": ">= 0.10.0"
2411
- }
2412
- },
2413
- "node_modules/merge2": {
2414
- "version": "1.4.1",
2415
- "resolved": "https://registry.npmmirror.com/merge2/-/merge2-1.4.1.tgz",
2416
- "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
2417
- "dev": true,
2418
- "engines": {
2419
- "node": ">= 8"
2420
- }
2421
- },
2422
- "node_modules/micromatch": {
2423
- "version": "4.0.8",
2424
- "resolved": "https://registry.npmmirror.com/micromatch/-/micromatch-4.0.8.tgz",
2425
- "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
2426
- "dev": true,
2427
- "dependencies": {
2428
- "braces": "^3.0.3",
2429
- "picomatch": "^2.3.1"
2430
- },
2431
- "engines": {
2432
- "node": ">=8.6"
2433
- }
2434
- },
2435
- "node_modules/minimatch": {
2436
- "version": "9.0.3",
2437
- "resolved": "https://registry.npmmirror.com/minimatch/-/minimatch-9.0.3.tgz",
2438
- "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
2439
- "dev": true,
2440
- "dependencies": {
2441
- "brace-expansion": "^2.0.1"
2442
- },
2443
- "engines": {
2444
- "node": ">=16 || 14 >=14.17"
2445
- },
2446
- "funding": {
2447
- "url": "https://github.com/sponsors/isaacs"
2448
- }
2449
- },
2450
- "node_modules/ms": {
2451
- "version": "2.1.3",
2452
- "resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.3.tgz",
2453
- "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
2454
- "dev": true
2455
- },
2456
- "node_modules/muggle-string": {
2457
- "version": "0.3.1",
2458
- "resolved": "https://registry.npmmirror.com/muggle-string/-/muggle-string-0.3.1.tgz",
2459
- "integrity": "sha512-ckmWDJjphvd/FvZawgygcUeQCxzvohjFO5RxTjj4eq8kw359gFF3E1brjfI+viLMxss5JrHTDRHZvu2/tuy0Qg==",
2460
- "dev": true
2461
- },
2462
- "node_modules/nanoid": {
2463
- "version": "3.3.11",
2464
- "resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-3.3.11.tgz",
2465
- "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==",
2466
- "funding": [
2467
- {
2468
- "type": "github",
2469
- "url": "https://github.com/sponsors/ai"
2470
- }
2471
- ],
2472
- "bin": {
2473
- "nanoid": "bin/nanoid.cjs"
2474
- },
2475
- "engines": {
2476
- "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
2477
- }
2478
- },
2479
- "node_modules/natural-compare": {
2480
- "version": "1.4.0",
2481
- "resolved": "https://registry.npmmirror.com/natural-compare/-/natural-compare-1.4.0.tgz",
2482
- "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
2483
- "dev": true
2484
- },
2485
- "node_modules/npm-normalize-package-bin": {
2486
- "version": "3.0.1",
2487
- "resolved": "https://registry.npmmirror.com/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz",
2488
- "integrity": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==",
2489
- "dev": true,
2490
- "engines": {
2491
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2492
- }
2493
- },
2494
- "node_modules/npm-run-all2": {
2495
- "version": "6.2.6",
2496
- "resolved": "https://registry.npmmirror.com/npm-run-all2/-/npm-run-all2-6.2.6.tgz",
2497
- "integrity": "sha512-tkyb4pc0Zb0oOswCb5tORPk9MvVL6gcDq1cMItQHmsbVk1skk7YF6cH+UU2GxeNLHMuk6wFEOSmEmJ2cnAK1jg==",
2498
- "dev": true,
2499
- "dependencies": {
2500
- "ansi-styles": "^6.2.1",
2501
- "cross-spawn": "^7.0.3",
2502
- "memorystream": "^0.3.1",
2503
- "minimatch": "^9.0.0",
2504
- "pidtree": "^0.6.0",
2505
- "read-package-json-fast": "^3.0.2",
2506
- "shell-quote": "^1.7.3",
2507
- "which": "^3.0.1"
2508
- },
2509
- "bin": {
2510
- "npm-run-all": "bin/npm-run-all/index.js",
2511
- "npm-run-all2": "bin/npm-run-all/index.js",
2512
- "run-p": "bin/run-p/index.js",
2513
- "run-s": "bin/run-s/index.js"
2514
- },
2515
- "engines": {
2516
- "node": "^14.18.0 || ^16.13.0 || >=18.0.0",
2517
- "npm": ">= 8"
2518
- }
2519
- },
2520
- "node_modules/npm-run-all2/node_modules/ansi-styles": {
2521
- "version": "6.2.1",
2522
- "resolved": "https://registry.npmmirror.com/ansi-styles/-/ansi-styles-6.2.1.tgz",
2523
- "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
2524
- "dev": true,
2525
- "engines": {
2526
- "node": ">=12"
2527
- },
2528
- "funding": {
2529
- "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2530
- }
2531
- },
2532
- "node_modules/npm-run-all2/node_modules/which": {
2533
- "version": "3.0.1",
2534
- "resolved": "https://registry.npmmirror.com/which/-/which-3.0.1.tgz",
2535
- "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==",
2536
- "dev": true,
2537
- "dependencies": {
2538
- "isexe": "^2.0.0"
2539
- },
2540
- "bin": {
2541
- "node-which": "bin/which.js"
2542
- },
2543
- "engines": {
2544
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2545
- }
2546
- },
2547
- "node_modules/nth-check": {
2548
- "version": "2.1.1",
2549
- "resolved": "https://registry.npmmirror.com/nth-check/-/nth-check-2.1.1.tgz",
2550
- "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==",
2551
- "dev": true,
2552
- "dependencies": {
2553
- "boolbase": "^1.0.0"
2554
- },
2555
- "funding": {
2556
- "url": "https://github.com/fb55/nth-check?sponsor=1"
2557
- }
2558
- },
2559
- "node_modules/once": {
2560
- "version": "1.4.0",
2561
- "resolved": "https://registry.npmmirror.com/once/-/once-1.4.0.tgz",
2562
- "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
2563
- "dev": true,
2564
- "dependencies": {
2565
- "wrappy": "1"
2566
- }
2567
- },
2568
- "node_modules/optionator": {
2569
- "version": "0.9.4",
2570
- "resolved": "https://registry.npmmirror.com/optionator/-/optionator-0.9.4.tgz",
2571
- "integrity": "sha512-6IpQ7mKUxRcZNLIObR0hz7lxsapSSIYNZJwXPGeF0mTVqGKFIXj1DQcMoT22S3ROcLyY/rz0PWaWZ9ayWmad9g==",
2572
- "dev": true,
2573
- "dependencies": {
2574
- "deep-is": "^0.1.3",
2575
- "fast-levenshtein": "^2.0.6",
2576
- "levn": "^0.4.1",
2577
- "prelude-ls": "^1.2.1",
2578
- "type-check": "^0.4.0",
2579
- "word-wrap": "^1.2.5"
2580
- },
2581
- "engines": {
2582
- "node": ">= 0.8.0"
2583
- }
2584
- },
2585
- "node_modules/p-limit": {
2586
- "version": "3.1.0",
2587
- "resolved": "https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz",
2588
- "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
2589
- "dev": true,
2590
- "dependencies": {
2591
- "yocto-queue": "^0.1.0"
2592
- },
2593
- "engines": {
2594
- "node": ">=10"
2595
- },
2596
- "funding": {
2597
- "url": "https://github.com/sponsors/sindresorhus"
2598
- }
2599
- },
2600
- "node_modules/p-locate": {
2601
- "version": "5.0.0",
2602
- "resolved": "https://registry.npmmirror.com/p-locate/-/p-locate-5.0.0.tgz",
2603
- "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
2604
- "dev": true,
2605
- "dependencies": {
2606
- "p-limit": "^3.0.2"
2607
- },
2608
- "engines": {
2609
- "node": ">=10"
2610
- },
2611
- "funding": {
2612
- "url": "https://github.com/sponsors/sindresorhus"
2613
- }
2614
- },
2615
- "node_modules/parent-module": {
2616
- "version": "1.0.1",
2617
- "resolved": "https://registry.npmmirror.com/parent-module/-/parent-module-1.0.1.tgz",
2618
- "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
2619
- "dev": true,
2620
- "dependencies": {
2621
- "callsites": "^3.0.0"
2622
- },
2623
- "engines": {
2624
- "node": ">=6"
2625
- }
2626
- },
2627
- "node_modules/path-browserify": {
2628
- "version": "1.0.1",
2629
- "resolved": "https://registry.npmmirror.com/path-browserify/-/path-browserify-1.0.1.tgz",
2630
- "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==",
2631
- "dev": true
2632
- },
2633
- "node_modules/path-exists": {
2634
- "version": "4.0.0",
2635
- "resolved": "https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz",
2636
- "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
2637
- "dev": true,
2638
- "engines": {
2639
- "node": ">=8"
2640
- }
2641
- },
2642
- "node_modules/path-is-absolute": {
2643
- "version": "1.0.1",
2644
- "resolved": "https://registry.npmmirror.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
2645
- "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
2646
- "dev": true,
2647
- "engines": {
2648
- "node": ">=0.10.0"
2649
- }
2650
- },
2651
- "node_modules/path-key": {
2652
- "version": "3.1.1",
2653
- "resolved": "https://registry.npmmirror.com/path-key/-/path-key-3.1.1.tgz",
2654
- "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
2655
- "dev": true,
2656
- "engines": {
2657
- "node": ">=8"
2658
- }
2659
- },
2660
- "node_modules/path-type": {
2661
- "version": "4.0.0",
2662
- "resolved": "https://registry.npmmirror.com/path-type/-/path-type-4.0.0.tgz",
2663
- "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
2664
- "dev": true,
2665
- "engines": {
2666
- "node": ">=8"
2667
- }
2668
- },
2669
- "node_modules/picocolors": {
2670
- "version": "1.1.1",
2671
- "resolved": "https://registry.npmmirror.com/picocolors/-/picocolors-1.1.1.tgz",
2672
- "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA=="
2673
- },
2674
- "node_modules/picomatch": {
2675
- "version": "2.3.1",
2676
- "resolved": "https://registry.npmmirror.com/picomatch/-/picomatch-2.3.1.tgz",
2677
- "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
2678
- "dev": true,
2679
- "engines": {
2680
- "node": ">=8.6"
2681
- },
2682
- "funding": {
2683
- "url": "https://github.com/sponsors/jonschlinkert"
2684
- }
2685
- },
2686
- "node_modules/pidtree": {
2687
- "version": "0.6.0",
2688
- "resolved": "https://registry.npmmirror.com/pidtree/-/pidtree-0.6.0.tgz",
2689
- "integrity": "sha512-eG2dWTVw5bzqGRztnHExczNxt5VGsE6OwTeCG3fdUf9KBsZzO3R5OIIIzWR+iZA0NtZ+RDVdaoE2dK1cn6jH4g==",
2690
- "dev": true,
2691
- "bin": {
2692
- "pidtree": "bin/pidtree.js"
2693
- },
2694
- "engines": {
2695
- "node": ">=0.10"
2696
- }
2697
- },
2698
- "node_modules/postcss": {
2699
- "version": "8.5.6",
2700
- "resolved": "https://registry.npmmirror.com/postcss/-/postcss-8.5.6.tgz",
2701
- "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==",
2702
- "funding": [
2703
- {
2704
- "type": "opencollective",
2705
- "url": "https://opencollective.com/postcss/"
2706
- },
2707
- {
2708
- "type": "tidelift",
2709
- "url": "https://tidelift.com/funding/github/npm/postcss"
2710
- },
2711
- {
2712
- "type": "github",
2713
- "url": "https://github.com/sponsors/ai"
2714
- }
2715
- ],
2716
- "dependencies": {
2717
- "nanoid": "^3.3.11",
2718
- "picocolors": "^1.1.1",
2719
- "source-map-js": "^1.2.1"
2720
- },
2721
- "engines": {
2722
- "node": "^10 || ^12 || >=14"
2723
- }
2724
- },
2725
- "node_modules/postcss-selector-parser": {
2726
- "version": "6.1.2",
2727
- "resolved": "https://registry.npmmirror.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz",
2728
- "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==",
2729
- "dev": true,
2730
- "dependencies": {
2731
- "cssesc": "^3.0.0",
2732
- "util-deprecate": "^1.0.2"
2733
- },
2734
- "engines": {
2735
- "node": ">=4"
2736
- }
2737
- },
2738
- "node_modules/prelude-ls": {
2739
- "version": "1.2.1",
2740
- "resolved": "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz",
2741
- "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
2742
- "dev": true,
2743
- "engines": {
2744
- "node": ">= 0.8.0"
2745
- }
2746
- },
2747
- "node_modules/prettier": {
2748
- "version": "3.6.2",
2749
- "resolved": "https://registry.npmmirror.com/prettier/-/prettier-3.6.2.tgz",
2750
- "integrity": "sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==",
2751
- "dev": true,
2752
- "bin": {
2753
- "prettier": "bin/prettier.cjs"
2754
- },
2755
- "engines": {
2756
- "node": ">=14"
2757
- },
2758
- "funding": {
2759
- "url": "https://github.com/prettier/prettier?sponsor=1"
2760
- }
2761
- },
2762
- "node_modules/prettier-linter-helpers": {
2763
- "version": "1.0.0",
2764
- "resolved": "https://registry.npmmirror.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
2765
- "integrity": "sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==",
2766
- "dev": true,
2767
- "dependencies": {
2768
- "fast-diff": "^1.1.2"
2769
- },
2770
- "engines": {
2771
- "node": ">=6.0.0"
2772
- }
2773
- },
2774
- "node_modules/punycode": {
2775
- "version": "2.3.1",
2776
- "resolved": "https://registry.npmmirror.com/punycode/-/punycode-2.3.1.tgz",
2777
- "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
2778
- "dev": true,
2779
- "engines": {
2780
- "node": ">=6"
2781
- }
2782
- },
2783
- "node_modules/queue-microtask": {
2784
- "version": "1.2.3",
2785
- "resolved": "https://registry.npmmirror.com/queue-microtask/-/queue-microtask-1.2.3.tgz",
2786
- "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
2787
- "dev": true,
2788
- "funding": [
2789
- {
2790
- "type": "github",
2791
- "url": "https://github.com/sponsors/feross"
2792
- },
2793
- {
2794
- "type": "patreon",
2795
- "url": "https://www.patreon.com/feross"
2796
- },
2797
- {
2798
- "type": "consulting",
2799
- "url": "https://feross.org/support"
2800
- }
2801
- ]
2802
- },
2803
- "node_modules/read-package-json-fast": {
2804
- "version": "3.0.2",
2805
- "resolved": "https://registry.npmmirror.com/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz",
2806
- "integrity": "sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==",
2807
- "dev": true,
2808
- "dependencies": {
2809
- "json-parse-even-better-errors": "^3.0.0",
2810
- "npm-normalize-package-bin": "^3.0.0"
2811
- },
2812
- "engines": {
2813
- "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
2814
- }
2815
- },
2816
- "node_modules/resolve-from": {
2817
- "version": "4.0.0",
2818
- "resolved": "https://registry.npmmirror.com/resolve-from/-/resolve-from-4.0.0.tgz",
2819
- "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
2820
- "dev": true,
2821
- "engines": {
2822
- "node": ">=4"
2823
- }
2824
- },
2825
- "node_modules/reusify": {
2826
- "version": "1.1.0",
2827
- "resolved": "https://registry.npmmirror.com/reusify/-/reusify-1.1.0.tgz",
2828
- "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==",
2829
- "dev": true,
2830
- "engines": {
2831
- "iojs": ">=1.0.0",
2832
- "node": ">=0.10.0"
2833
- }
2834
- },
2835
- "node_modules/rimraf": {
2836
- "version": "3.0.2",
2837
- "resolved": "https://registry.npmmirror.com/rimraf/-/rimraf-3.0.2.tgz",
2838
- "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
2839
- "deprecated": "Rimraf versions prior to v4 are no longer supported",
2840
- "dev": true,
2841
- "dependencies": {
2842
- "glob": "^7.1.3"
2843
- },
2844
- "bin": {
2845
- "rimraf": "bin.js"
2846
- },
2847
- "funding": {
2848
- "url": "https://github.com/sponsors/isaacs"
2849
- }
2850
- },
2851
- "node_modules/rollup": {
2852
- "version": "4.44.2",
2853
- "resolved": "https://registry.npmmirror.com/rollup/-/rollup-4.44.2.tgz",
2854
- "integrity": "sha512-PVoapzTwSEcelaWGth3uR66u7ZRo6qhPHc0f2uRO9fX6XDVNrIiGYS0Pj9+R8yIIYSD/mCx2b16Ws9itljKSPg==",
2855
- "dev": true,
2856
- "dependencies": {
2857
- "@types/estree": "1.0.8"
2858
- },
2859
- "bin": {
2860
- "rollup": "dist/bin/rollup"
2861
- },
2862
- "engines": {
2863
- "node": ">=18.0.0",
2864
- "npm": ">=8.0.0"
2865
- },
2866
- "optionalDependencies": {
2867
- "@rollup/rollup-android-arm-eabi": "4.44.2",
2868
- "@rollup/rollup-android-arm64": "4.44.2",
2869
- "@rollup/rollup-darwin-arm64": "4.44.2",
2870
- "@rollup/rollup-darwin-x64": "4.44.2",
2871
- "@rollup/rollup-freebsd-arm64": "4.44.2",
2872
- "@rollup/rollup-freebsd-x64": "4.44.2",
2873
- "@rollup/rollup-linux-arm-gnueabihf": "4.44.2",
2874
- "@rollup/rollup-linux-arm-musleabihf": "4.44.2",
2875
- "@rollup/rollup-linux-arm64-gnu": "4.44.2",
2876
- "@rollup/rollup-linux-arm64-musl": "4.44.2",
2877
- "@rollup/rollup-linux-loongarch64-gnu": "4.44.2",
2878
- "@rollup/rollup-linux-powerpc64le-gnu": "4.44.2",
2879
- "@rollup/rollup-linux-riscv64-gnu": "4.44.2",
2880
- "@rollup/rollup-linux-riscv64-musl": "4.44.2",
2881
- "@rollup/rollup-linux-s390x-gnu": "4.44.2",
2882
- "@rollup/rollup-linux-x64-gnu": "4.44.2",
2883
- "@rollup/rollup-linux-x64-musl": "4.44.2",
2884
- "@rollup/rollup-win32-arm64-msvc": "4.44.2",
2885
- "@rollup/rollup-win32-ia32-msvc": "4.44.2",
2886
- "@rollup/rollup-win32-x64-msvc": "4.44.2",
2887
- "fsevents": "~2.3.2"
2888
- }
2889
- },
2890
- "node_modules/rollup-plugin-copy": {
2891
- "version": "3.5.0",
2892
- "resolved": "https://registry.npmmirror.com/rollup-plugin-copy/-/rollup-plugin-copy-3.5.0.tgz",
2893
- "integrity": "sha512-wI8D5dvYovRMx/YYKtUNt3Yxaw4ORC9xo6Gt9t22kveWz1enG9QrhVlagzwrxSC455xD1dHMKhIJkbsQ7d48BA==",
2894
- "dev": true,
2895
- "dependencies": {
2896
- "@types/fs-extra": "^8.0.1",
2897
- "colorette": "^1.1.0",
2898
- "fs-extra": "^8.1.0",
2899
- "globby": "10.0.1",
2900
- "is-plain-object": "^3.0.0"
2901
- },
2902
- "engines": {
2903
- "node": ">=8.3"
2904
- }
2905
- },
2906
- "node_modules/rollup-plugin-copy/node_modules/globby": {
2907
- "version": "10.0.1",
2908
- "resolved": "https://registry.npmmirror.com/globby/-/globby-10.0.1.tgz",
2909
- "integrity": "sha512-sSs4inE1FB2YQiymcmTv6NWENryABjUNPeWhOvmn4SjtKybglsyPZxFB3U1/+L1bYi0rNZDqCLlHyLYDl1Pq5A==",
2910
- "dev": true,
2911
- "dependencies": {
2912
- "@types/glob": "^7.1.1",
2913
- "array-union": "^2.1.0",
2914
- "dir-glob": "^3.0.1",
2915
- "fast-glob": "^3.0.3",
2916
- "glob": "^7.1.3",
2917
- "ignore": "^5.1.1",
2918
- "merge2": "^1.2.3",
2919
- "slash": "^3.0.0"
2920
- },
2921
- "engines": {
2922
- "node": ">=8"
2923
- }
2924
- },
2925
- "node_modules/run-parallel": {
2926
- "version": "1.2.0",
2927
- "resolved": "https://registry.npmmirror.com/run-parallel/-/run-parallel-1.2.0.tgz",
2928
- "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
2929
- "dev": true,
2930
- "funding": [
2931
- {
2932
- "type": "github",
2933
- "url": "https://github.com/sponsors/feross"
2934
- },
2935
- {
2936
- "type": "patreon",
2937
- "url": "https://www.patreon.com/feross"
2938
- },
2939
- {
2940
- "type": "consulting",
2941
- "url": "https://feross.org/support"
2942
- }
2943
- ],
2944
- "dependencies": {
2945
- "queue-microtask": "^1.2.2"
2946
- }
2947
- },
2948
- "node_modules/semver": {
2949
- "version": "7.7.2",
2950
- "resolved": "https://registry.npmmirror.com/semver/-/semver-7.7.2.tgz",
2951
- "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
2952
- "dev": true,
2953
- "bin": {
2954
- "semver": "bin/semver.js"
2955
- },
2956
- "engines": {
2957
- "node": ">=10"
2958
- }
2959
- },
2960
- "node_modules/shebang-command": {
2961
- "version": "2.0.0",
2962
- "resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-2.0.0.tgz",
2963
- "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
2964
- "dev": true,
2965
- "dependencies": {
2966
- "shebang-regex": "^3.0.0"
2967
- },
2968
- "engines": {
2969
- "node": ">=8"
2970
- }
2971
- },
2972
- "node_modules/shebang-regex": {
2973
- "version": "3.0.0",
2974
- "resolved": "https://registry.npmmirror.com/shebang-regex/-/shebang-regex-3.0.0.tgz",
2975
- "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
2976
- "dev": true,
2977
- "engines": {
2978
- "node": ">=8"
2979
- }
2980
- },
2981
- "node_modules/shell-quote": {
2982
- "version": "1.8.3",
2983
- "resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.8.3.tgz",
2984
- "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==",
2985
- "dev": true,
2986
- "engines": {
2987
- "node": ">= 0.4"
2988
- },
2989
- "funding": {
2990
- "url": "https://github.com/sponsors/ljharb"
2991
- }
2992
- },
2993
- "node_modules/slash": {
2994
- "version": "3.0.0",
2995
- "resolved": "https://registry.npmmirror.com/slash/-/slash-3.0.0.tgz",
2996
- "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
2997
- "dev": true,
2998
- "engines": {
2999
- "node": ">=8"
3000
- }
3001
- },
3002
- "node_modules/source-map-js": {
3003
- "version": "1.2.1",
3004
- "resolved": "https://registry.npmmirror.com/source-map-js/-/source-map-js-1.2.1.tgz",
3005
- "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
3006
- "engines": {
3007
- "node": ">=0.10.0"
3008
- }
3009
- },
3010
- "node_modules/strip-ansi": {
3011
- "version": "6.0.1",
3012
- "resolved": "https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz",
3013
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
3014
- "dev": true,
3015
- "dependencies": {
3016
- "ansi-regex": "^5.0.1"
3017
- },
3018
- "engines": {
3019
- "node": ">=8"
3020
- }
3021
- },
3022
- "node_modules/strip-json-comments": {
3023
- "version": "3.1.1",
3024
- "resolved": "https://registry.npmmirror.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
3025
- "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
3026
- "dev": true,
3027
- "engines": {
3028
- "node": ">=8"
3029
- },
3030
- "funding": {
3031
- "url": "https://github.com/sponsors/sindresorhus"
3032
- }
3033
- },
3034
- "node_modules/supports-color": {
3035
- "version": "7.2.0",
3036
- "resolved": "https://registry.npmmirror.com/supports-color/-/supports-color-7.2.0.tgz",
3037
- "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
3038
- "dev": true,
3039
- "dependencies": {
3040
- "has-flag": "^4.0.0"
3041
- },
3042
- "engines": {
3043
- "node": ">=8"
3044
- }
3045
- },
3046
- "node_modules/synckit": {
3047
- "version": "0.11.8",
3048
- "resolved": "https://registry.npmmirror.com/synckit/-/synckit-0.11.8.tgz",
3049
- "integrity": "sha512-+XZ+r1XGIJGeQk3VvXhT6xx/VpbHsRzsTkGgF6E5RX9TTXD0118l87puaEBZ566FhqblC6U0d4XnubznJDm30A==",
3050
- "dev": true,
3051
- "dependencies": {
3052
- "@pkgr/core": "^0.2.4"
3053
- },
3054
- "engines": {
3055
- "node": "^14.18.0 || >=16.0.0"
3056
- },
3057
- "funding": {
3058
- "url": "https://opencollective.com/synckit"
3059
- }
3060
- },
3061
- "node_modules/text-table": {
3062
- "version": "0.2.0",
3063
- "resolved": "https://registry.npmmirror.com/text-table/-/text-table-0.2.0.tgz",
3064
- "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
3065
- "dev": true
3066
- },
3067
- "node_modules/to-regex-range": {
3068
- "version": "5.0.1",
3069
- "resolved": "https://registry.npmmirror.com/to-regex-range/-/to-regex-range-5.0.1.tgz",
3070
- "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
3071
- "dev": true,
3072
- "dependencies": {
3073
- "is-number": "^7.0.0"
3074
- },
3075
- "engines": {
3076
- "node": ">=8.0"
3077
- }
3078
- },
3079
- "node_modules/ts-api-utils": {
3080
- "version": "1.4.3",
3081
- "resolved": "https://registry.npmmirror.com/ts-api-utils/-/ts-api-utils-1.4.3.tgz",
3082
- "integrity": "sha512-i3eMG77UTMD0hZhgRS562pv83RC6ukSAC2GMNWc+9dieh/+jDM5u5YG+NHX6VNDRHQcHwmsTHctP9LhbC3WxVw==",
3083
- "dev": true,
3084
- "engines": {
3085
- "node": ">=16"
3086
- },
3087
- "peerDependencies": {
3088
- "typescript": ">=4.2.0"
3089
- }
3090
- },
3091
- "node_modules/type-check": {
3092
- "version": "0.4.0",
3093
- "resolved": "https://registry.npmmirror.com/type-check/-/type-check-0.4.0.tgz",
3094
- "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
3095
- "dev": true,
3096
- "dependencies": {
3097
- "prelude-ls": "^1.2.1"
3098
- },
3099
- "engines": {
3100
- "node": ">= 0.8.0"
3101
- }
3102
- },
3103
- "node_modules/type-fest": {
3104
- "version": "0.20.2",
3105
- "resolved": "https://registry.npmmirror.com/type-fest/-/type-fest-0.20.2.tgz",
3106
- "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
3107
- "dev": true,
3108
- "engines": {
3109
- "node": ">=10"
3110
- },
3111
- "funding": {
3112
- "url": "https://github.com/sponsors/sindresorhus"
3113
- }
3114
- },
3115
- "node_modules/typescript": {
3116
- "version": "5.2.2",
3117
- "resolved": "https://registry.npmmirror.com/typescript/-/typescript-5.2.2.tgz",
3118
- "integrity": "sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==",
3119
- "devOptional": true,
3120
- "bin": {
3121
- "tsc": "bin/tsc",
3122
- "tsserver": "bin/tsserver"
3123
- },
3124
- "engines": {
3125
- "node": ">=14.17"
3126
- }
3127
- },
3128
- "node_modules/undici-types": {
3129
- "version": "5.26.5",
3130
- "resolved": "https://registry.npmmirror.com/undici-types/-/undici-types-5.26.5.tgz",
3131
- "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
3132
- "dev": true
3133
- },
3134
- "node_modules/universalify": {
3135
- "version": "0.1.2",
3136
- "resolved": "https://registry.npmmirror.com/universalify/-/universalify-0.1.2.tgz",
3137
- "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
3138
- "dev": true,
3139
- "engines": {
3140
- "node": ">= 4.0.0"
3141
- }
3142
- },
3143
- "node_modules/uri-js": {
3144
- "version": "4.4.1",
3145
- "resolved": "https://registry.npmmirror.com/uri-js/-/uri-js-4.4.1.tgz",
3146
- "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
3147
- "dev": true,
3148
- "dependencies": {
3149
- "punycode": "^2.1.0"
3150
- }
3151
- },
3152
- "node_modules/util-deprecate": {
3153
- "version": "1.0.2",
3154
- "resolved": "https://registry.npmmirror.com/util-deprecate/-/util-deprecate-1.0.2.tgz",
3155
- "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
3156
- "dev": true
3157
- },
3158
- "node_modules/vite": {
3159
- "version": "5.4.19",
3160
- "resolved": "https://registry.npmmirror.com/vite/-/vite-5.4.19.tgz",
3161
- "integrity": "sha512-qO3aKv3HoQC8QKiNSTuUM1l9o/XX3+c+VTgLHbJWHZGeTPVAg2XwazI9UWzoxjIJCGCV2zU60uqMzjeLZuULqA==",
3162
- "dev": true,
3163
- "dependencies": {
3164
- "esbuild": "^0.21.3",
3165
- "postcss": "^8.4.43",
3166
- "rollup": "^4.20.0"
3167
- },
3168
- "bin": {
3169
- "vite": "bin/vite.js"
3170
- },
3171
- "engines": {
3172
- "node": "^18.0.0 || >=20.0.0"
3173
- },
3174
- "funding": {
3175
- "url": "https://github.com/vitejs/vite?sponsor=1"
3176
- },
3177
- "optionalDependencies": {
3178
- "fsevents": "~2.3.3"
3179
- },
3180
- "peerDependencies": {
3181
- "@types/node": "^18.0.0 || >=20.0.0",
3182
- "less": "*",
3183
- "lightningcss": "^1.21.0",
3184
- "sass": "*",
3185
- "sass-embedded": "*",
3186
- "stylus": "*",
3187
- "sugarss": "*",
3188
- "terser": "^5.4.0"
3189
- },
3190
- "peerDependenciesMeta": {
3191
- "@types/node": {
3192
- "optional": true
3193
- },
3194
- "less": {
3195
- "optional": true
3196
- },
3197
- "lightningcss": {
3198
- "optional": true
3199
- },
3200
- "sass": {
3201
- "optional": true
3202
- },
3203
- "sass-embedded": {
3204
- "optional": true
3205
- },
3206
- "stylus": {
3207
- "optional": true
3208
- },
3209
- "sugarss": {
3210
- "optional": true
3211
- },
3212
- "terser": {
3213
- "optional": true
3214
- }
3215
- }
3216
- },
3217
- "node_modules/vue": {
3218
- "version": "3.5.17",
3219
- "resolved": "https://registry.npmmirror.com/vue/-/vue-3.5.17.tgz",
3220
- "integrity": "sha512-LbHV3xPN9BeljML+Xctq4lbz2lVHCR6DtbpTf5XIO6gugpXUN49j2QQPcMj086r9+AkJ0FfUT8xjulKKBkkr9g==",
3221
- "dependencies": {
3222
- "@vue/compiler-dom": "3.5.17",
3223
- "@vue/compiler-sfc": "3.5.17",
3224
- "@vue/runtime-dom": "3.5.17",
3225
- "@vue/server-renderer": "3.5.17",
3226
- "@vue/shared": "3.5.17"
3227
- },
3228
- "peerDependencies": {
3229
- "typescript": "*"
3230
- },
3231
- "peerDependenciesMeta": {
3232
- "typescript": {
3233
- "optional": true
3234
- }
3235
- }
3236
- },
3237
- "node_modules/vue-eslint-parser": {
3238
- "version": "9.4.3",
3239
- "resolved": "https://registry.npmmirror.com/vue-eslint-parser/-/vue-eslint-parser-9.4.3.tgz",
3240
- "integrity": "sha512-2rYRLWlIpaiN8xbPiDyXZXRgLGOtWxERV7ND5fFAv5qo1D2N9Fu9MNajBNc6o13lZ+24DAWCkQCvj4klgmcITg==",
3241
- "dev": true,
3242
- "dependencies": {
3243
- "debug": "^4.3.4",
3244
- "eslint-scope": "^7.1.1",
3245
- "eslint-visitor-keys": "^3.3.0",
3246
- "espree": "^9.3.1",
3247
- "esquery": "^1.4.0",
3248
- "lodash": "^4.17.21",
3249
- "semver": "^7.3.6"
3250
- },
3251
- "engines": {
3252
- "node": "^14.17.0 || >=16.0.0"
3253
- },
3254
- "funding": {
3255
- "url": "https://github.com/sponsors/mysticatea"
3256
- },
3257
- "peerDependencies": {
3258
- "eslint": ">=6.0.0"
3259
- }
3260
- },
3261
- "node_modules/vue-template-compiler": {
3262
- "version": "2.7.16",
3263
- "resolved": "https://registry.npmmirror.com/vue-template-compiler/-/vue-template-compiler-2.7.16.tgz",
3264
- "integrity": "sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==",
3265
- "dev": true,
3266
- "dependencies": {
3267
- "de-indent": "^1.0.2",
3268
- "he": "^1.2.0"
3269
- }
3270
- },
3271
- "node_modules/vue-tsc": {
3272
- "version": "1.8.27",
3273
- "resolved": "https://registry.npmmirror.com/vue-tsc/-/vue-tsc-1.8.27.tgz",
3274
- "integrity": "sha512-WesKCAZCRAbmmhuGl3+VrdWItEvfoFIPXOvUJkjULi+x+6G/Dy69yO3TBRJDr9eUlmsNAwVmxsNZxvHKzbkKdg==",
3275
- "dev": true,
3276
- "dependencies": {
3277
- "@volar/typescript": "~1.11.1",
3278
- "@vue/language-core": "1.8.27",
3279
- "semver": "^7.5.4"
3280
- },
3281
- "bin": {
3282
- "vue-tsc": "bin/vue-tsc.js"
3283
- },
3284
- "peerDependencies": {
3285
- "typescript": "*"
3286
- }
3287
- },
3288
- "node_modules/which": {
3289
- "version": "2.0.2",
3290
- "resolved": "https://registry.npmmirror.com/which/-/which-2.0.2.tgz",
3291
- "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
3292
- "dev": true,
3293
- "dependencies": {
3294
- "isexe": "^2.0.0"
3295
- },
3296
- "bin": {
3297
- "node-which": "bin/node-which"
3298
- },
3299
- "engines": {
3300
- "node": ">= 8"
3301
- }
3302
- },
3303
- "node_modules/word-wrap": {
3304
- "version": "1.2.5",
3305
- "resolved": "https://registry.npmmirror.com/word-wrap/-/word-wrap-1.2.5.tgz",
3306
- "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
3307
- "dev": true,
3308
- "engines": {
3309
- "node": ">=0.10.0"
3310
- }
3311
- },
3312
- "node_modules/wrappy": {
3313
- "version": "1.0.2",
3314
- "resolved": "https://registry.npmmirror.com/wrappy/-/wrappy-1.0.2.tgz",
3315
- "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
3316
- "dev": true
3317
- },
3318
- "node_modules/xml-name-validator": {
3319
- "version": "4.0.0",
3320
- "resolved": "https://registry.npmmirror.com/xml-name-validator/-/xml-name-validator-4.0.0.tgz",
3321
- "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==",
3322
- "dev": true,
3323
- "engines": {
3324
- "node": ">=12"
3325
- }
3326
- },
3327
- "node_modules/yocto-queue": {
3328
- "version": "0.1.0",
3329
- "resolved": "https://registry.npmmirror.com/yocto-queue/-/yocto-queue-0.1.0.tgz",
3330
- "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
3331
- "dev": true,
3332
- "engines": {
3333
- "node": ">=10"
3334
- },
3335
- "funding": {
3336
- "url": "https://github.com/sponsors/sindresorhus"
3337
- }
3338
- }
3339
- }
3340
- }