@solidstarters/create-solid-app 1.2.15 → 1.2.17

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 (123) hide show
  1. package/helpers.js +2 -0
  2. package/package.json +1 -1
  3. package/templates/nest-template/package-lock.json +8 -8
  4. package/templates/nest-template/package.json +2 -2
  5. package/templates/next-template/app/GlobalProvider.tsx +4 -0
  6. package/templates/next-template/app/admin/core/[moduleName]/home/page.tsx +3 -2
  7. package/templates/next-template/app/admin/extensions/BookSimilarTitles.tsx +63 -0
  8. package/templates/next-template/app/admin/extensions/ImageGrid12Column.tsx +132 -0
  9. package/templates/next-template/app/admin/extensions/bookFormViewBlurHandler.ts +21 -0
  10. package/templates/next-template/app/admin/extensions/bookFormViewChangeHandler.ts +42 -0
  11. package/templates/next-template/app/layout.tsx +3 -15
  12. package/templates/next-template/app/solid-extensions.ts +13 -0
  13. package/templates/next-template/dot-templates/dot.gitignore.template +2 -0
  14. package/templates/next-template/package-lock.json +1023 -12
  15. package/templates/next-template/package.json +2 -1
  16. package/templates/next-template/app/error.tsx +0 -30
  17. package/templates/next-template/app/favicon.ico +0 -0
  18. package/templates/next-template/app/globals.css +0 -2516
  19. package/templates/next-template/app/head.tsx +0 -17
  20. package/templates/next-template/app/loading.tsx +0 -10
  21. package/templates/next-template/app/not-found.tsx +0 -25
  22. package/templates/next-template/app/page.module.css +0 -229
  23. package/templates/next-template/app/page.tsx +0 -11
  24. package/templates/next-template/app/solid-global.css +0 -2
  25. package/templates/next-template/app/solid-stylesheet.css +0 -25
  26. package/templates/next-template/public/images/AvatarDemo.png +0 -0
  27. package/templates/next-template/public/images/Footerbg.png +0 -0
  28. package/templates/next-template/public/images/LoginBanner.png +0 -0
  29. package/templates/next-template/public/images/Navigation/Level.svg +0 -5
  30. package/templates/next-template/public/images/Navigation/Presure.svg +0 -7
  31. package/templates/next-template/public/images/Navigation/Temperature.svg +0 -13
  32. package/templates/next-template/public/images/Navigation/settings.png +0 -0
  33. package/templates/next-template/public/images/Profile/Avatar.png +0 -0
  34. package/templates/next-template/public/images/SS-Logo-1 1.png +0 -0
  35. package/templates/next-template/public/images/activity.svg +0 -3
  36. package/templates/next-template/public/images/app-builder.png +0 -0
  37. package/templates/next-template/public/images/auth/solid-left-layout-bg.png +0 -0
  38. package/templates/next-template/public/images/auth/solid-login-light.png +0 -0
  39. package/templates/next-template/public/images/auth/solid-right-layout-bg.png +0 -0
  40. package/templates/next-template/public/images/clog-wheel.png +0 -0
  41. package/templates/next-template/public/images/dark-mode.png +0 -0
  42. package/templates/next-template/public/images/dashboard/Ellipse 1.svg +0 -10
  43. package/templates/next-template/public/images/dashboard/Rectangle 17.svg +0 -10
  44. package/templates/next-template/public/images/dashboard/Rectangle 25.svg +0 -11
  45. package/templates/next-template/public/images/dashboard/image 5.svg +0 -9
  46. package/templates/next-template/public/images/eye-icon.png +0 -0
  47. package/templates/next-template/public/images/fb.svg +0 -3
  48. package/templates/next-template/public/images/fileReader/image-jpg.png +0 -0
  49. package/templates/next-template/public/images/filter-icon.png +0 -0
  50. package/templates/next-template/public/images/form/user.png +0 -0
  51. package/templates/next-template/public/images/iam.png +0 -0
  52. package/templates/next-template/public/images/icons/icon-activity.svg +0 -3
  53. package/templates/next-template/public/images/icons/icon-calender.svg +0 -3
  54. package/templates/next-template/public/images/icons/icon-graph.svg +0 -3
  55. package/templates/next-template/public/images/icons/icon-kanban.svg +0 -3
  56. package/templates/next-template/public/images/icons/icon-list.svg +0 -3
  57. package/templates/next-template/public/images/icons/icon-users.svg +0 -3
  58. package/templates/next-template/public/images/icons/jump-to-icon.png +0 -0
  59. package/templates/next-template/public/images/insta.svg +0 -3
  60. package/templates/next-template/public/images/layout/images/comfortable.png +0 -0
  61. package/templates/next-template/public/images/layout/images/compact.png +0 -0
  62. package/templates/next-template/public/images/layout/images/cozy.png +0 -0
  63. package/templates/next-template/public/images/layout/images/kanban.png +0 -0
  64. package/templates/next-template/public/images/li.svg +0 -3
  65. package/templates/next-template/public/images/loginhero.png +0 -0
  66. package/templates/next-template/public/images/logo.png +0 -0
  67. package/templates/next-template/public/images/mail-icon.png +0 -0
  68. package/templates/next-template/public/images/menu/app-builder.svg +0 -19
  69. package/templates/next-template/public/images/menu/iam.svg +0 -14
  70. package/templates/next-template/public/images/menu/logicloop-black.svg +0 -28
  71. package/templates/next-template/public/images/menu/logicloop-blue.svg +0 -32
  72. package/templates/next-template/public/images/menu/logicloop-white.svg +0 -32
  73. package/templates/next-template/public/images/menu/queues.svg +0 -14
  74. package/templates/next-template/public/images/menu/radix.svg +0 -9
  75. package/templates/next-template/public/images/menu/rl-lead-middleware.svg +0 -19
  76. package/templates/next-template/public/images/menu/solid-address-master.svg +0 -10
  77. package/templates/next-template/public/images/menu/srmd-tracker-black.svg +0 -16
  78. package/templates/next-template/public/images/menu/srmd-tracker-original.svg +0 -32
  79. package/templates/next-template/public/images/menu/srmd-tracker-white.svg +0 -17
  80. package/templates/next-template/public/images/menu/srmd-tracker.svg +0 -16
  81. package/templates/next-template/public/images/menu-icon.png +0 -0
  82. package/templates/next-template/public/images/menu-toggle.png +0 -0
  83. package/templates/next-template/public/images/password-icon.png +0 -0
  84. package/templates/next-template/public/images/profile.png +0 -0
  85. package/templates/next-template/public/images/radix-logo-white.png +0 -0
  86. package/templates/next-template/public/images/radix-logo.png +0 -0
  87. package/templates/next-template/public/images/search-icon.png +0 -0
  88. package/templates/next-template/public/images/signupBanner.png +0 -0
  89. package/templates/next-template/public/images/tw.svg +0 -3
  90. package/templates/next-template/public/images/user-icon.png +0 -0
  91. package/templates/next-template/public/styles/SF-Pro-Display-Regular.otf +0 -0
  92. package/templates/next-template/public/styles/layout/_config.scss +0 -54
  93. package/templates/next-template/public/styles/layout/_content.scss +0 -77
  94. package/templates/next-template/public/styles/layout/_footer.scss +0 -8
  95. package/templates/next-template/public/styles/layout/_main.scss +0 -47
  96. package/templates/next-template/public/styles/layout/_menu.scss +0 -185
  97. package/templates/next-template/public/styles/layout/_mixins.scss +0 -13
  98. package/templates/next-template/public/styles/layout/_responsive.scss +0 -99
  99. package/templates/next-template/public/styles/layout/_topbar.scss +0 -149
  100. package/templates/next-template/public/styles/layout/_typography.scss +0 -63
  101. package/templates/next-template/public/styles/layout/_utils.scss +0 -27
  102. package/templates/next-template/public/styles/layout/_variables.scss +0 -3
  103. package/templates/next-template/public/styles/layout/layout.scss +0 -11
  104. package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Black.otf +0 -0
  105. package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Bold.otf +0 -0
  106. package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Heavy.otf +0 -0
  107. package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Light.otf +0 -0
  108. package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Medium.otf +0 -0
  109. package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Regular.otf +0 -0
  110. package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Semibold.otf +0 -0
  111. package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Thin.otf +0 -0
  112. package/templates/next-template/public/themes/solid-dark-purple/fonts/SF-Pro-Display-Ultralight.otf +0 -0
  113. package/templates/next-template/public/themes/solid-dark-purple/theme.css +0 -9052
  114. package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Black.otf +0 -0
  115. package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Bold.otf +0 -0
  116. package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Heavy.otf +0 -0
  117. package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Light.otf +0 -0
  118. package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Medium.otf +0 -0
  119. package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Regular.otf +0 -0
  120. package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Semibold.otf +0 -0
  121. package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Thin.otf +0 -0
  122. package/templates/next-template/public/themes/solid-light-purple/fonts/SF-Pro-Display-Ultralight.otf +0 -0
  123. package/templates/next-template/public/themes/solid-light-purple/theme.css +0 -9084
@@ -7,12 +7,13 @@
7
7
  "": {
8
8
  "name": "next-template",
9
9
  "version": "0.1.0",
10
+ "hasInstallScript": true,
10
11
  "dependencies": {
11
12
  "@codemirror/lang-javascript": "^6.2.2",
12
13
  "@codemirror/theme-one-dark": "^6.1.2",
13
14
  "@hello-pangea/dnd": "^17.0.0",
14
15
  "@reduxjs/toolkit": "^1.9.5",
15
- "@solidstarters/solid-core-ui": "^1.1.19",
16
+ "@solidstarters/solid-core-ui": "^1.1.40",
16
17
  "@types/node": "20.5.9",
17
18
  "@types/react": "18.2.21",
18
19
  "@types/react-dom": "18.2.7",
@@ -961,9 +962,9 @@
961
962
  }
962
963
  },
963
964
  "node_modules/@solidstarters/solid-core-ui": {
964
- "version": "1.1.19",
965
- "resolved": "https://registry.npmjs.org/@solidstarters/solid-core-ui/-/solid-core-ui-1.1.19.tgz",
966
- "integrity": "sha512-hkqp5WLxG0DCdZsN2g5BVhhrM2TD00dKIDMml/LMJr8CKsqtWkiACM8dajO8jV3D3EtqeeCA/Vzx+bYJaMqxcQ==",
965
+ "version": "1.1.40",
966
+ "resolved": "https://registry.npmjs.org/@solidstarters/solid-core-ui/-/solid-core-ui-1.1.40.tgz",
967
+ "integrity": "sha512-5Vu7eEkR+M4k84icfFH2DZ5rYp0gLwth1P9CDYDprW0M5iN51R2KV3u01AGGh4dGLAg0C7oMOQ+dsahVeK+LPw==",
967
968
  "license": "ISC",
968
969
  "dependencies": {
969
970
  "@hello-pangea/dnd": "^17.0.0",
@@ -973,6 +974,9 @@
973
974
  "change-case": "^5.4.4",
974
975
  "chart.js": "^4.4.3",
975
976
  "cloudinary": "^1.40.0",
977
+ "copyfiles": "^2.4.1",
978
+ "handlebars": "^4.7.8",
979
+ "html-react-parser": "^5.2.2",
976
980
  "html2canvas": "^1.4.1",
977
981
  "jspdf": "^2.5.1",
978
982
  "jwt-decode": "^4.0.0",
@@ -989,9 +993,11 @@
989
993
  "primereact": "^10.8.5",
990
994
  "qs": "^6.13.0",
991
995
  "quill": "^2.0.3",
996
+ "react-pdf": "^9.2.1",
992
997
  "stripe": "^13.5.0",
993
998
  "uuid": "^10.0.0",
994
999
  "xlsx": "^0.18.5",
1000
+ "yet-another-react-lightbox": "^3.21.8",
995
1001
  "yup": "^1.4.0"
996
1002
  },
997
1003
  "peerDependencies": {
@@ -1594,6 +1600,42 @@
1594
1600
  "ajv": "^6.9.1"
1595
1601
  }
1596
1602
  },
1603
+ "node_modules/ansi-regex": {
1604
+ "version": "5.0.1",
1605
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
1606
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
1607
+ "license": "MIT",
1608
+ "engines": {
1609
+ "node": ">=8"
1610
+ }
1611
+ },
1612
+ "node_modules/ansi-styles": {
1613
+ "version": "4.3.0",
1614
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1615
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1616
+ "license": "MIT",
1617
+ "dependencies": {
1618
+ "color-convert": "^2.0.1"
1619
+ },
1620
+ "engines": {
1621
+ "node": ">=8"
1622
+ },
1623
+ "funding": {
1624
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
1625
+ }
1626
+ },
1627
+ "node_modules/ansi-styles/node_modules/color-convert": {
1628
+ "version": "2.0.1",
1629
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
1630
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
1631
+ "license": "MIT",
1632
+ "dependencies": {
1633
+ "color-name": "~1.1.4"
1634
+ },
1635
+ "engines": {
1636
+ "node": ">=7.0.0"
1637
+ }
1638
+ },
1597
1639
  "node_modules/asap": {
1598
1640
  "version": "2.0.6",
1599
1641
  "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
@@ -1663,6 +1705,27 @@
1663
1705
  "node": ">= 0.6.0"
1664
1706
  }
1665
1707
  },
1708
+ "node_modules/base64-js": {
1709
+ "version": "1.5.1",
1710
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
1711
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
1712
+ "funding": [
1713
+ {
1714
+ "type": "github",
1715
+ "url": "https://github.com/sponsors/feross"
1716
+ },
1717
+ {
1718
+ "type": "patreon",
1719
+ "url": "https://www.patreon.com/feross"
1720
+ },
1721
+ {
1722
+ "type": "consulting",
1723
+ "url": "https://feross.org/support"
1724
+ }
1725
+ ],
1726
+ "license": "MIT",
1727
+ "optional": true
1728
+ },
1666
1729
  "node_modules/bcryptjs": {
1667
1730
  "version": "2.4.3",
1668
1731
  "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz",
@@ -1678,6 +1741,43 @@
1678
1741
  "node": "*"
1679
1742
  }
1680
1743
  },
1744
+ "node_modules/bl": {
1745
+ "version": "4.1.0",
1746
+ "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
1747
+ "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
1748
+ "license": "MIT",
1749
+ "optional": true,
1750
+ "dependencies": {
1751
+ "buffer": "^5.5.0",
1752
+ "inherits": "^2.0.4",
1753
+ "readable-stream": "^3.4.0"
1754
+ }
1755
+ },
1756
+ "node_modules/bl/node_modules/readable-stream": {
1757
+ "version": "3.6.2",
1758
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
1759
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
1760
+ "license": "MIT",
1761
+ "optional": true,
1762
+ "dependencies": {
1763
+ "inherits": "^2.0.3",
1764
+ "string_decoder": "^1.1.1",
1765
+ "util-deprecate": "^1.0.1"
1766
+ },
1767
+ "engines": {
1768
+ "node": ">= 6"
1769
+ }
1770
+ },
1771
+ "node_modules/bl/node_modules/string_decoder": {
1772
+ "version": "1.3.0",
1773
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
1774
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
1775
+ "license": "MIT",
1776
+ "optional": true,
1777
+ "dependencies": {
1778
+ "safe-buffer": "~5.2.0"
1779
+ }
1780
+ },
1681
1781
  "node_modules/block-stream": {
1682
1782
  "version": "0.0.9",
1683
1783
  "resolved": "https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz",
@@ -1804,6 +1904,31 @@
1804
1904
  "node": ">= 0.4.0"
1805
1905
  }
1806
1906
  },
1907
+ "node_modules/buffer": {
1908
+ "version": "5.7.1",
1909
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz",
1910
+ "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==",
1911
+ "funding": [
1912
+ {
1913
+ "type": "github",
1914
+ "url": "https://github.com/sponsors/feross"
1915
+ },
1916
+ {
1917
+ "type": "patreon",
1918
+ "url": "https://www.patreon.com/feross"
1919
+ },
1920
+ {
1921
+ "type": "consulting",
1922
+ "url": "https://feross.org/support"
1923
+ }
1924
+ ],
1925
+ "license": "MIT",
1926
+ "optional": true,
1927
+ "dependencies": {
1928
+ "base64-js": "^1.3.1",
1929
+ "ieee754": "^1.1.13"
1930
+ }
1931
+ },
1807
1932
  "node_modules/buffer-from": {
1808
1933
  "version": "1.1.2",
1809
1934
  "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
@@ -1889,6 +2014,21 @@
1889
2014
  ],
1890
2015
  "license": "CC-BY-4.0"
1891
2016
  },
2017
+ "node_modules/canvas": {
2018
+ "version": "3.1.0",
2019
+ "resolved": "https://registry.npmjs.org/canvas/-/canvas-3.1.0.tgz",
2020
+ "integrity": "sha512-tTj3CqqukVJ9NgSahykNwtGda7V33VLObwrHfzT0vqJXu7J4d4C/7kQQW3fOEGDfZZoILPut5H00gOjyttPGyg==",
2021
+ "hasInstallScript": true,
2022
+ "license": "MIT",
2023
+ "optional": true,
2024
+ "dependencies": {
2025
+ "node-addon-api": "^7.0.0",
2026
+ "prebuild-install": "^7.1.1"
2027
+ },
2028
+ "engines": {
2029
+ "node": "^18.12.0 || >= 20.9.0"
2030
+ }
2031
+ },
1892
2032
  "node_modules/canvg": {
1893
2033
  "version": "3.0.10",
1894
2034
  "resolved": "https://registry.npmjs.org/canvg/-/canvg-3.0.10.tgz",
@@ -2037,6 +2177,13 @@
2037
2177
  "url": "https://paulmillr.com/funding/"
2038
2178
  }
2039
2179
  },
2180
+ "node_modules/chownr": {
2181
+ "version": "1.1.4",
2182
+ "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz",
2183
+ "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==",
2184
+ "license": "ISC",
2185
+ "optional": true
2186
+ },
2040
2187
  "node_modules/chrome-trace-event": {
2041
2188
  "version": "1.0.4",
2042
2189
  "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz",
@@ -2059,6 +2206,17 @@
2059
2206
  "integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
2060
2207
  "license": "MIT"
2061
2208
  },
2209
+ "node_modules/cliui": {
2210
+ "version": "7.0.4",
2211
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
2212
+ "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
2213
+ "license": "ISC",
2214
+ "dependencies": {
2215
+ "string-width": "^4.2.0",
2216
+ "strip-ansi": "^6.0.0",
2217
+ "wrap-ansi": "^7.0.0"
2218
+ }
2219
+ },
2062
2220
  "node_modules/clone-deep": {
2063
2221
  "version": "4.0.1",
2064
2222
  "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz",
@@ -2195,6 +2353,37 @@
2195
2353
  "node": ">= 0.6"
2196
2354
  }
2197
2355
  },
2356
+ "node_modules/copyfiles": {
2357
+ "version": "2.4.1",
2358
+ "resolved": "https://registry.npmjs.org/copyfiles/-/copyfiles-2.4.1.tgz",
2359
+ "integrity": "sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg==",
2360
+ "license": "MIT",
2361
+ "dependencies": {
2362
+ "glob": "^7.0.5",
2363
+ "minimatch": "^3.0.3",
2364
+ "mkdirp": "^1.0.4",
2365
+ "noms": "0.0.0",
2366
+ "through2": "^2.0.1",
2367
+ "untildify": "^4.0.0",
2368
+ "yargs": "^16.1.0"
2369
+ },
2370
+ "bin": {
2371
+ "copyfiles": "copyfiles",
2372
+ "copyup": "copyfiles"
2373
+ }
2374
+ },
2375
+ "node_modules/copyfiles/node_modules/mkdirp": {
2376
+ "version": "1.0.4",
2377
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
2378
+ "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
2379
+ "license": "MIT",
2380
+ "bin": {
2381
+ "mkdirp": "bin/cmd.js"
2382
+ },
2383
+ "engines": {
2384
+ "node": ">=10"
2385
+ }
2386
+ },
2198
2387
  "node_modules/core-js": {
2199
2388
  "version": "3.40.0",
2200
2389
  "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.40.0.tgz",
@@ -2206,6 +2395,12 @@
2206
2395
  "url": "https://opencollective.com/core-js"
2207
2396
  }
2208
2397
  },
2398
+ "node_modules/core-util-is": {
2399
+ "version": "1.0.3",
2400
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
2401
+ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
2402
+ "license": "MIT"
2403
+ },
2209
2404
  "node_modules/crc-32": {
2210
2405
  "version": "1.2.2",
2211
2406
  "resolved": "https://registry.npmjs.org/crc-32/-/crc-32-1.2.2.tgz",
@@ -2328,6 +2523,22 @@
2328
2523
  "url": "https://github.com/sponsors/wooorm"
2329
2524
  }
2330
2525
  },
2526
+ "node_modules/decompress-response": {
2527
+ "version": "6.0.0",
2528
+ "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz",
2529
+ "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==",
2530
+ "license": "MIT",
2531
+ "optional": true,
2532
+ "dependencies": {
2533
+ "mimic-response": "^3.1.0"
2534
+ },
2535
+ "engines": {
2536
+ "node": ">=10"
2537
+ },
2538
+ "funding": {
2539
+ "url": "https://github.com/sponsors/sindresorhus"
2540
+ }
2541
+ },
2331
2542
  "node_modules/deep-equal": {
2332
2543
  "version": "1.1.2",
2333
2544
  "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.2.tgz",
@@ -2348,6 +2559,16 @@
2348
2559
  "url": "https://github.com/sponsors/ljharb"
2349
2560
  }
2350
2561
  },
2562
+ "node_modules/deep-extend": {
2563
+ "version": "0.6.0",
2564
+ "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
2565
+ "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
2566
+ "license": "MIT",
2567
+ "optional": true,
2568
+ "engines": {
2569
+ "node": ">=4.0.0"
2570
+ }
2571
+ },
2351
2572
  "node_modules/deepmerge": {
2352
2573
  "version": "2.2.1",
2353
2574
  "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-2.2.1.tgz",
@@ -2445,6 +2666,59 @@
2445
2666
  "csstype": "^3.0.2"
2446
2667
  }
2447
2668
  },
2669
+ "node_modules/dom-serializer": {
2670
+ "version": "2.0.0",
2671
+ "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
2672
+ "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==",
2673
+ "license": "MIT",
2674
+ "dependencies": {
2675
+ "domelementtype": "^2.3.0",
2676
+ "domhandler": "^5.0.2",
2677
+ "entities": "^4.2.0"
2678
+ },
2679
+ "funding": {
2680
+ "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1"
2681
+ }
2682
+ },
2683
+ "node_modules/dom-serializer/node_modules/entities": {
2684
+ "version": "4.5.0",
2685
+ "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz",
2686
+ "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
2687
+ "license": "BSD-2-Clause",
2688
+ "engines": {
2689
+ "node": ">=0.12"
2690
+ },
2691
+ "funding": {
2692
+ "url": "https://github.com/fb55/entities?sponsor=1"
2693
+ }
2694
+ },
2695
+ "node_modules/domelementtype": {
2696
+ "version": "2.3.0",
2697
+ "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz",
2698
+ "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==",
2699
+ "funding": [
2700
+ {
2701
+ "type": "github",
2702
+ "url": "https://github.com/sponsors/fb55"
2703
+ }
2704
+ ],
2705
+ "license": "BSD-2-Clause"
2706
+ },
2707
+ "node_modules/domhandler": {
2708
+ "version": "5.0.3",
2709
+ "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz",
2710
+ "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==",
2711
+ "license": "BSD-2-Clause",
2712
+ "dependencies": {
2713
+ "domelementtype": "^2.3.0"
2714
+ },
2715
+ "engines": {
2716
+ "node": ">= 4"
2717
+ },
2718
+ "funding": {
2719
+ "url": "https://github.com/fb55/domhandler?sponsor=1"
2720
+ }
2721
+ },
2448
2722
  "node_modules/dompurify": {
2449
2723
  "version": "2.5.8",
2450
2724
  "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.8.tgz",
@@ -2452,6 +2726,20 @@
2452
2726
  "license": "(MPL-2.0 OR Apache-2.0)",
2453
2727
  "optional": true
2454
2728
  },
2729
+ "node_modules/domutils": {
2730
+ "version": "3.2.2",
2731
+ "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz",
2732
+ "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==",
2733
+ "license": "BSD-2-Clause",
2734
+ "dependencies": {
2735
+ "dom-serializer": "^2.0.0",
2736
+ "domelementtype": "^2.3.0",
2737
+ "domhandler": "^5.0.3"
2738
+ },
2739
+ "funding": {
2740
+ "url": "https://github.com/fb55/domutils?sponsor=1"
2741
+ }
2742
+ },
2455
2743
  "node_modules/dunder-proto": {
2456
2744
  "version": "1.0.1",
2457
2745
  "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
@@ -2479,6 +2767,12 @@
2479
2767
  "license": "ISC",
2480
2768
  "peer": true
2481
2769
  },
2770
+ "node_modules/emoji-regex": {
2771
+ "version": "8.0.0",
2772
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
2773
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
2774
+ "license": "MIT"
2775
+ },
2482
2776
  "node_modules/emojis-list": {
2483
2777
  "version": "3.0.0",
2484
2778
  "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz",
@@ -2497,6 +2791,16 @@
2497
2791
  "iconv-lite": "^0.6.2"
2498
2792
  }
2499
2793
  },
2794
+ "node_modules/end-of-stream": {
2795
+ "version": "1.4.4",
2796
+ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
2797
+ "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
2798
+ "license": "MIT",
2799
+ "optional": true,
2800
+ "dependencies": {
2801
+ "once": "^1.4.0"
2802
+ }
2803
+ },
2500
2804
  "node_modules/enhanced-resolve": {
2501
2805
  "version": "5.18.1",
2502
2806
  "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz",
@@ -2511,6 +2815,18 @@
2511
2815
  "node": ">=10.13.0"
2512
2816
  }
2513
2817
  },
2818
+ "node_modules/entities": {
2819
+ "version": "6.0.0",
2820
+ "resolved": "https://registry.npmjs.org/entities/-/entities-6.0.0.tgz",
2821
+ "integrity": "sha512-aKstq2TDOndCn4diEyp9Uq/Flu2i1GlLkc6XIDQSDMuaFE3OPW5OphLCyQ5SpSJZTb4reN+kTcYru5yIfXoRPw==",
2822
+ "license": "BSD-2-Clause",
2823
+ "engines": {
2824
+ "node": ">=0.12"
2825
+ },
2826
+ "funding": {
2827
+ "url": "https://github.com/fb55/entities?sponsor=1"
2828
+ }
2829
+ },
2514
2830
  "node_modules/es-define-property": {
2515
2831
  "version": "1.0.1",
2516
2832
  "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
@@ -2593,7 +2909,6 @@
2593
2909
  "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz",
2594
2910
  "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==",
2595
2911
  "license": "MIT",
2596
- "peer": true,
2597
2912
  "engines": {
2598
2913
  "node": ">=6"
2599
2914
  }
@@ -2708,6 +3023,16 @@
2708
3023
  "integrity": "sha512-Z+ktTxTwv9ILfgKCk32OX3n/doe+OcLTRtqK9pcL+JsP3J1/VW8Uvl4ZjLlKqeW4rzK4oesDOGMEMRIZqtP4Iw==",
2709
3024
  "license": "BSD-3-Clause"
2710
3025
  },
3026
+ "node_modules/expand-template": {
3027
+ "version": "2.0.3",
3028
+ "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz",
3029
+ "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==",
3030
+ "license": "(MIT OR WTFPL)",
3031
+ "optional": true,
3032
+ "engines": {
3033
+ "node": ">=6"
3034
+ }
3035
+ },
2711
3036
  "node_modules/ext": {
2712
3037
  "version": "1.7.0",
2713
3038
  "resolved": "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz",
@@ -2889,6 +3214,13 @@
2889
3214
  "node": ">=0.8"
2890
3215
  }
2891
3216
  },
3217
+ "node_modules/fs-constants": {
3218
+ "version": "1.0.0",
3219
+ "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",
3220
+ "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==",
3221
+ "license": "MIT",
3222
+ "optional": true
3223
+ },
2892
3224
  "node_modules/fs.realpath": {
2893
3225
  "version": "1.0.0",
2894
3226
  "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
@@ -2935,6 +3267,15 @@
2935
3267
  "integrity": "sha512-EvGQQi/zPrDA6zr6BnJD/YhwAkBP8nnJ9emh3EnHQKVMfg/MRVtPbMYdgVy/IaEmn4UfagD2a6fafPDL5hbtwg==",
2936
3268
  "license": "ISC"
2937
3269
  },
3270
+ "node_modules/get-caller-file": {
3271
+ "version": "2.0.5",
3272
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
3273
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
3274
+ "license": "ISC",
3275
+ "engines": {
3276
+ "node": "6.* || 8.* || >= 10.*"
3277
+ }
3278
+ },
2938
3279
  "node_modules/get-intrinsic": {
2939
3280
  "version": "1.2.7",
2940
3281
  "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.7.tgz",
@@ -2984,6 +3325,13 @@
2984
3325
  "url": "https://github.com/sponsors/sindresorhus"
2985
3326
  }
2986
3327
  },
3328
+ "node_modules/github-from-package": {
3329
+ "version": "0.0.0",
3330
+ "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz",
3331
+ "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==",
3332
+ "license": "MIT",
3333
+ "optional": true
3334
+ },
2987
3335
  "node_modules/gl-matrix": {
2988
3336
  "version": "3.4.3",
2989
3337
  "resolved": "https://registry.npmjs.org/gl-matrix/-/gl-matrix-3.4.3.tgz",
@@ -3057,6 +3405,27 @@
3057
3405
  "integrity": "sha512-zGEOVKFM5sVPPrYs7J5/hYEw2Pof8KCyOwyhG8sAF26mCAeUFAcYPu1mwB7hhpIP29zOIBaDqwuHdLp0jvZXjw==",
3058
3406
  "license": "MIT"
3059
3407
  },
3408
+ "node_modules/handlebars": {
3409
+ "version": "4.7.8",
3410
+ "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz",
3411
+ "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==",
3412
+ "license": "MIT",
3413
+ "dependencies": {
3414
+ "minimist": "^1.2.5",
3415
+ "neo-async": "^2.6.2",
3416
+ "source-map": "^0.6.1",
3417
+ "wordwrap": "^1.0.0"
3418
+ },
3419
+ "bin": {
3420
+ "handlebars": "bin/handlebars"
3421
+ },
3422
+ "engines": {
3423
+ "node": ">=0.4.7"
3424
+ },
3425
+ "optionalDependencies": {
3426
+ "uglify-js": "^3.1.4"
3427
+ }
3428
+ },
3060
3429
  "node_modules/has-flag": {
3061
3430
  "version": "4.0.0",
3062
3431
  "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
@@ -3181,6 +3550,37 @@
3181
3550
  "react-is": "^16.7.0"
3182
3551
  }
3183
3552
  },
3553
+ "node_modules/html-dom-parser": {
3554
+ "version": "5.0.13",
3555
+ "resolved": "https://registry.npmjs.org/html-dom-parser/-/html-dom-parser-5.0.13.tgz",
3556
+ "integrity": "sha512-B7JonBuAfG32I7fDouUQEogBrz3jK9gAuN1r1AaXpED6dIhtg/JwiSRhjGL7aOJwRz3HU4efowCjQBaoXiREqg==",
3557
+ "license": "MIT",
3558
+ "dependencies": {
3559
+ "domhandler": "5.0.3",
3560
+ "htmlparser2": "10.0.0"
3561
+ }
3562
+ },
3563
+ "node_modules/html-react-parser": {
3564
+ "version": "5.2.2",
3565
+ "resolved": "https://registry.npmjs.org/html-react-parser/-/html-react-parser-5.2.2.tgz",
3566
+ "integrity": "sha512-yA5012CJGSFWYZsgYzfr6HXJgDap38/AEP4ra8Cw+WHIi2ZRDXRX/QVYdumRf1P8zKyScKd6YOrWYvVEiPfGKg==",
3567
+ "license": "MIT",
3568
+ "dependencies": {
3569
+ "domhandler": "5.0.3",
3570
+ "html-dom-parser": "5.0.13",
3571
+ "react-property": "2.0.2",
3572
+ "style-to-js": "1.1.16"
3573
+ },
3574
+ "peerDependencies": {
3575
+ "@types/react": "0.14 || 15 || 16 || 17 || 18 || 19",
3576
+ "react": "0.14 || 15 || 16 || 17 || 18 || 19"
3577
+ },
3578
+ "peerDependenciesMeta": {
3579
+ "@types/react": {
3580
+ "optional": true
3581
+ }
3582
+ }
3583
+ },
3184
3584
  "node_modules/html-url-attributes": {
3185
3585
  "version": "3.0.1",
3186
3586
  "resolved": "https://registry.npmjs.org/html-url-attributes/-/html-url-attributes-3.0.1.tgz",
@@ -3204,6 +3604,25 @@
3204
3604
  "node": ">=8.0.0"
3205
3605
  }
3206
3606
  },
3607
+ "node_modules/htmlparser2": {
3608
+ "version": "10.0.0",
3609
+ "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-10.0.0.tgz",
3610
+ "integrity": "sha512-TwAZM+zE5Tq3lrEHvOlvwgj1XLWQCtaaibSN11Q+gGBAS7Y1uZSWwXXRe4iF6OXnaq1riyQAPFOBtYc77Mxq0g==",
3611
+ "funding": [
3612
+ "https://github.com/fb55/htmlparser2?sponsor=1",
3613
+ {
3614
+ "type": "github",
3615
+ "url": "https://github.com/sponsors/fb55"
3616
+ }
3617
+ ],
3618
+ "license": "MIT",
3619
+ "dependencies": {
3620
+ "domelementtype": "^2.3.0",
3621
+ "domhandler": "^5.0.3",
3622
+ "domutils": "^3.2.1",
3623
+ "entities": "^6.0.0"
3624
+ }
3625
+ },
3207
3626
  "node_modules/hyphenate-style-name": {
3208
3627
  "version": "1.1.0",
3209
3628
  "resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.1.0.tgz",
@@ -3284,6 +3703,13 @@
3284
3703
  "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
3285
3704
  "license": "ISC"
3286
3705
  },
3706
+ "node_modules/ini": {
3707
+ "version": "1.3.8",
3708
+ "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
3709
+ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
3710
+ "license": "ISC",
3711
+ "optional": true
3712
+ },
3287
3713
  "node_modules/inline-style-parser": {
3288
3714
  "version": "0.2.4",
3289
3715
  "resolved": "https://registry.npmjs.org/inline-style-parser/-/inline-style-parser-0.2.4.tgz",
@@ -3379,10 +3805,19 @@
3379
3805
  "node": ">=0.10.0"
3380
3806
  }
3381
3807
  },
3382
- "node_modules/is-glob": {
3383
- "version": "4.0.3",
3384
- "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
3385
- "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
3808
+ "node_modules/is-fullwidth-code-point": {
3809
+ "version": "3.0.0",
3810
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
3811
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
3812
+ "license": "MIT",
3813
+ "engines": {
3814
+ "node": ">=8"
3815
+ }
3816
+ },
3817
+ "node_modules/is-glob": {
3818
+ "version": "4.0.3",
3819
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
3820
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
3386
3821
  "license": "MIT",
3387
3822
  "optional": true,
3388
3823
  "dependencies": {
@@ -3801,6 +4236,24 @@
3801
4236
  "node": ">=10"
3802
4237
  }
3803
4238
  },
4239
+ "node_modules/make-cancellable-promise": {
4240
+ "version": "1.3.2",
4241
+ "resolved": "https://registry.npmjs.org/make-cancellable-promise/-/make-cancellable-promise-1.3.2.tgz",
4242
+ "integrity": "sha512-GCXh3bq/WuMbS+Ky4JBPW1hYTOU+znU+Q5m9Pu+pI8EoUqIHk9+tviOKC6/qhHh8C4/As3tzJ69IF32kdz85ww==",
4243
+ "license": "MIT",
4244
+ "funding": {
4245
+ "url": "https://github.com/wojtekmaj/make-cancellable-promise?sponsor=1"
4246
+ }
4247
+ },
4248
+ "node_modules/make-event-props": {
4249
+ "version": "1.6.2",
4250
+ "resolved": "https://registry.npmjs.org/make-event-props/-/make-event-props-1.6.2.tgz",
4251
+ "integrity": "sha512-iDwf7mA03WPiR8QxvcVHmVWEPfMY1RZXerDVNCRYW7dUr2ppH3J58Rwb39/WG39yTZdRSxr3x+2v22tvI0VEvA==",
4252
+ "license": "MIT",
4253
+ "funding": {
4254
+ "url": "https://github.com/wojtekmaj/make-event-props?sponsor=1"
4255
+ }
4256
+ },
3804
4257
  "node_modules/mapbox-gl": {
3805
4258
  "version": "2.15.0",
3806
4259
  "resolved": "https://registry.npmjs.org/mapbox-gl/-/mapbox-gl-2.15.0.tgz",
@@ -4424,6 +4877,23 @@
4424
4877
  "license": "MIT",
4425
4878
  "optional": true
4426
4879
  },
4880
+ "node_modules/merge-refs": {
4881
+ "version": "1.3.0",
4882
+ "resolved": "https://registry.npmjs.org/merge-refs/-/merge-refs-1.3.0.tgz",
4883
+ "integrity": "sha512-nqXPXbso+1dcKDpPCXvwZyJILz+vSLqGGOnDrYHQYE+B8n9JTCekVLC65AfCpR4ggVyA/45Y0iR9LDyS2iI+zA==",
4884
+ "license": "MIT",
4885
+ "funding": {
4886
+ "url": "https://github.com/wojtekmaj/merge-refs?sponsor=1"
4887
+ },
4888
+ "peerDependencies": {
4889
+ "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
4890
+ },
4891
+ "peerDependenciesMeta": {
4892
+ "@types/react": {
4893
+ "optional": true
4894
+ }
4895
+ }
4896
+ },
4427
4897
  "node_modules/merge-stream": {
4428
4898
  "version": "2.0.0",
4429
4899
  "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
@@ -4908,6 +5378,19 @@
4908
5378
  "node": ">= 0.6"
4909
5379
  }
4910
5380
  },
5381
+ "node_modules/mimic-response": {
5382
+ "version": "3.1.0",
5383
+ "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz",
5384
+ "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==",
5385
+ "license": "MIT",
5386
+ "optional": true,
5387
+ "engines": {
5388
+ "node": ">=10"
5389
+ },
5390
+ "funding": {
5391
+ "url": "https://github.com/sponsors/sindresorhus"
5392
+ }
5393
+ },
4911
5394
  "node_modules/minimatch": {
4912
5395
  "version": "3.1.2",
4913
5396
  "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
@@ -4941,6 +5424,13 @@
4941
5424
  "mkdirp": "bin/cmd.js"
4942
5425
  }
4943
5426
  },
5427
+ "node_modules/mkdirp-classic": {
5428
+ "version": "0.5.3",
5429
+ "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz",
5430
+ "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==",
5431
+ "license": "MIT",
5432
+ "optional": true
5433
+ },
4944
5434
  "node_modules/moment": {
4945
5435
  "version": "2.30.1",
4946
5436
  "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz",
@@ -5089,6 +5579,13 @@
5089
5579
  "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
5090
5580
  }
5091
5581
  },
5582
+ "node_modules/napi-build-utils": {
5583
+ "version": "2.0.0",
5584
+ "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-2.0.0.tgz",
5585
+ "integrity": "sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==",
5586
+ "license": "MIT",
5587
+ "optional": true
5588
+ },
5092
5589
  "node_modules/neo-async": {
5093
5590
  "version": "2.6.2",
5094
5591
  "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
@@ -5205,6 +5702,32 @@
5205
5702
  "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==",
5206
5703
  "license": "ISC"
5207
5704
  },
5705
+ "node_modules/node-abi": {
5706
+ "version": "3.74.0",
5707
+ "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.74.0.tgz",
5708
+ "integrity": "sha512-c5XK0MjkGBrQPGYG24GBADZud0NCbznxNx0ZkS+ebUTrmV1qTDxPxSL8zEAPURXSbLRWVexxmP4986BziahL5w==",
5709
+ "license": "MIT",
5710
+ "optional": true,
5711
+ "dependencies": {
5712
+ "semver": "^7.3.5"
5713
+ },
5714
+ "engines": {
5715
+ "node": ">=10"
5716
+ }
5717
+ },
5718
+ "node_modules/node-abi/node_modules/semver": {
5719
+ "version": "7.7.1",
5720
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
5721
+ "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
5722
+ "license": "ISC",
5723
+ "optional": true,
5724
+ "bin": {
5725
+ "semver": "bin/semver.js"
5726
+ },
5727
+ "engines": {
5728
+ "node": ">=10"
5729
+ }
5730
+ },
5208
5731
  "node_modules/node-addon-api": {
5209
5732
  "version": "7.1.1",
5210
5733
  "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
@@ -5283,6 +5806,16 @@
5283
5806
  "node": ">=6.0.0"
5284
5807
  }
5285
5808
  },
5809
+ "node_modules/noms": {
5810
+ "version": "0.0.0",
5811
+ "resolved": "https://registry.npmjs.org/noms/-/noms-0.0.0.tgz",
5812
+ "integrity": "sha512-lNDU9VJaOPxUmXcLb+HQFeUgQQPtMI24Gt6hgfuMHRJgMRHMF/qZ4HJD3GDru4sSw9IQl2jPjAYnQrdIeLbwow==",
5813
+ "license": "ISC",
5814
+ "dependencies": {
5815
+ "inherits": "^2.0.1",
5816
+ "readable-stream": "~1.0.31"
5817
+ }
5818
+ },
5286
5819
  "node_modules/normalize-scroll-left": {
5287
5820
  "version": "0.1.2",
5288
5821
  "resolved": "https://registry.npmjs.org/normalize-scroll-left/-/normalize-scroll-left-0.1.2.tgz",
@@ -5438,6 +5971,16 @@
5438
5971
  "isarray": "0.0.1"
5439
5972
  }
5440
5973
  },
5974
+ "node_modules/path2d": {
5975
+ "version": "0.2.2",
5976
+ "resolved": "https://registry.npmjs.org/path2d/-/path2d-0.2.2.tgz",
5977
+ "integrity": "sha512-+vnG6S4dYcYxZd+CZxzXCNKdELYZSKfohrk98yajCo1PtRoDgCTrrwOvK1GT0UoAdVszagDVllQc0U1vaX4NUQ==",
5978
+ "license": "MIT",
5979
+ "optional": true,
5980
+ "engines": {
5981
+ "node": ">=6"
5982
+ }
5983
+ },
5441
5984
  "node_modules/pbf": {
5442
5985
  "version": "3.3.0",
5443
5986
  "resolved": "https://registry.npmjs.org/pbf/-/pbf-3.3.0.tgz",
@@ -5451,6 +5994,19 @@
5451
5994
  "pbf": "bin/pbf"
5452
5995
  }
5453
5996
  },
5997
+ "node_modules/pdfjs-dist": {
5998
+ "version": "4.8.69",
5999
+ "resolved": "https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-4.8.69.tgz",
6000
+ "integrity": "sha512-IHZsA4T7YElCKNNXtiLgqScw4zPd3pG9do8UrznC757gMd7UPeHSL2qwNNMJo4r79fl8oj1Xx+1nh2YkzdMpLQ==",
6001
+ "license": "Apache-2.0",
6002
+ "engines": {
6003
+ "node": ">=18"
6004
+ },
6005
+ "optionalDependencies": {
6006
+ "canvas": "^3.0.0-rc2",
6007
+ "path2d": "^0.2.1"
6008
+ }
6009
+ },
5454
6010
  "node_modules/perfect-scrollbar": {
5455
6011
  "version": "1.5.0",
5456
6012
  "resolved": "https://registry.npmjs.org/perfect-scrollbar/-/perfect-scrollbar-1.5.0.tgz",
@@ -5558,6 +6114,43 @@
5558
6114
  "preact": ">=10"
5559
6115
  }
5560
6116
  },
6117
+ "node_modules/prebuild-install": {
6118
+ "version": "7.1.3",
6119
+ "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz",
6120
+ "integrity": "sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==",
6121
+ "license": "MIT",
6122
+ "optional": true,
6123
+ "dependencies": {
6124
+ "detect-libc": "^2.0.0",
6125
+ "expand-template": "^2.0.3",
6126
+ "github-from-package": "0.0.0",
6127
+ "minimist": "^1.2.3",
6128
+ "mkdirp-classic": "^0.5.3",
6129
+ "napi-build-utils": "^2.0.0",
6130
+ "node-abi": "^3.3.0",
6131
+ "pump": "^3.0.0",
6132
+ "rc": "^1.2.7",
6133
+ "simple-get": "^4.0.0",
6134
+ "tar-fs": "^2.0.0",
6135
+ "tunnel-agent": "^0.6.0"
6136
+ },
6137
+ "bin": {
6138
+ "prebuild-install": "bin.js"
6139
+ },
6140
+ "engines": {
6141
+ "node": ">=10"
6142
+ }
6143
+ },
6144
+ "node_modules/prebuild-install/node_modules/detect-libc": {
6145
+ "version": "2.0.3",
6146
+ "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz",
6147
+ "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==",
6148
+ "license": "Apache-2.0",
6149
+ "optional": true,
6150
+ "engines": {
6151
+ "node": ">=8"
6152
+ }
6153
+ },
5561
6154
  "node_modules/pretty-format": {
5562
6155
  "version": "3.8.0",
5563
6156
  "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-3.8.0.tgz",
@@ -5599,6 +6192,12 @@
5599
6192
  }
5600
6193
  }
5601
6194
  },
6195
+ "node_modules/process-nextick-args": {
6196
+ "version": "2.0.1",
6197
+ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
6198
+ "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
6199
+ "license": "MIT"
6200
+ },
5602
6201
  "node_modules/promise": {
5603
6202
  "version": "7.3.1",
5604
6203
  "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz",
@@ -5647,6 +6246,17 @@
5647
6246
  "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
5648
6247
  "license": "MIT"
5649
6248
  },
6249
+ "node_modules/pump": {
6250
+ "version": "3.0.2",
6251
+ "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.2.tgz",
6252
+ "integrity": "sha512-tUPXtzlGM8FE3P0ZL6DVs/3P58k9nk8/jZeQCurTJylQA8qFYzHFfhBJkuqyE0FifOsQ0uKWekiZ5g8wtr28cw==",
6253
+ "license": "MIT",
6254
+ "optional": true,
6255
+ "dependencies": {
6256
+ "end-of-stream": "^1.1.0",
6257
+ "once": "^1.3.1"
6258
+ }
6259
+ },
5650
6260
  "node_modules/punycode": {
5651
6261
  "version": "2.3.1",
5652
6262
  "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
@@ -5766,6 +6376,22 @@
5766
6376
  "safe-buffer": "^5.1.0"
5767
6377
  }
5768
6378
  },
6379
+ "node_modules/rc": {
6380
+ "version": "1.2.8",
6381
+ "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
6382
+ "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
6383
+ "license": "(BSD-2-Clause OR MIT OR Apache-2.0)",
6384
+ "optional": true,
6385
+ "dependencies": {
6386
+ "deep-extend": "^0.6.0",
6387
+ "ini": "~1.3.0",
6388
+ "minimist": "^1.2.0",
6389
+ "strip-json-comments": "~2.0.1"
6390
+ },
6391
+ "bin": {
6392
+ "rc": "cli.js"
6393
+ }
6394
+ },
5769
6395
  "node_modules/react": {
5770
6396
  "version": "18.2.0",
5771
6397
  "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz",
@@ -5975,6 +6601,44 @@
5975
6601
  "react-dom": "^15.5.x || ^16.x || ^17.x || ^18.x"
5976
6602
  }
5977
6603
  },
6604
+ "node_modules/react-pdf": {
6605
+ "version": "9.2.1",
6606
+ "resolved": "https://registry.npmjs.org/react-pdf/-/react-pdf-9.2.1.tgz",
6607
+ "integrity": "sha512-AJt0lAIkItWEZRA5d/mO+Om4nPCuTiQ0saA+qItO967DTjmGjnhmF+Bi2tL286mOTfBlF5CyLzJ35KTMaDoH+A==",
6608
+ "license": "MIT",
6609
+ "dependencies": {
6610
+ "clsx": "^2.0.0",
6611
+ "dequal": "^2.0.3",
6612
+ "make-cancellable-promise": "^1.3.1",
6613
+ "make-event-props": "^1.6.0",
6614
+ "merge-refs": "^1.3.0",
6615
+ "pdfjs-dist": "4.8.69",
6616
+ "tiny-invariant": "^1.0.0",
6617
+ "warning": "^4.0.0"
6618
+ },
6619
+ "funding": {
6620
+ "url": "https://github.com/wojtekmaj/react-pdf?sponsor=1"
6621
+ },
6622
+ "peerDependencies": {
6623
+ "@types/react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
6624
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
6625
+ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
6626
+ },
6627
+ "peerDependenciesMeta": {
6628
+ "@types/react": {
6629
+ "optional": true
6630
+ }
6631
+ }
6632
+ },
6633
+ "node_modules/react-pdf/node_modules/clsx": {
6634
+ "version": "2.1.1",
6635
+ "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
6636
+ "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
6637
+ "license": "MIT",
6638
+ "engines": {
6639
+ "node": ">=6"
6640
+ }
6641
+ },
5978
6642
  "node_modules/react-popper": {
5979
6643
  "version": "2.3.0",
5980
6644
  "resolved": "https://registry.npmjs.org/react-popper/-/react-popper-2.3.0.tgz",
@@ -5996,6 +6660,12 @@
5996
6660
  "integrity": "sha512-nsO+KSNgo1SbJqJEYRE9ERzo7YtYbou/OqjSQKxV7jcKox7+usiUVZOAC+XnDOABXggQTno0Y1CpVnuWEc1boQ==",
5997
6661
  "license": "MIT"
5998
6662
  },
6663
+ "node_modules/react-property": {
6664
+ "version": "2.0.2",
6665
+ "resolved": "https://registry.npmjs.org/react-property/-/react-property-2.0.2.tgz",
6666
+ "integrity": "sha512-+PbtI3VuDV0l6CleQMsx2gtK0JZbZKbpdu5ynr+lbsuvtmgbNcS3VM0tuY2QjFNOcWxvXeHjDpy42RO+4U2rug==",
6667
+ "license": "MIT"
6668
+ },
5999
6669
  "node_modules/react-quill": {
6000
6670
  "version": "0.0.2",
6001
6671
  "resolved": "https://registry.npmjs.org/react-quill/-/react-quill-0.0.2.tgz",
@@ -6163,6 +6833,18 @@
6163
6833
  "react-dom": ">=16.6.0"
6164
6834
  }
6165
6835
  },
6836
+ "node_modules/readable-stream": {
6837
+ "version": "1.0.34",
6838
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
6839
+ "integrity": "sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg==",
6840
+ "license": "MIT",
6841
+ "dependencies": {
6842
+ "core-util-is": "~1.0.0",
6843
+ "inherits": "~2.0.1",
6844
+ "isarray": "0.0.1",
6845
+ "string_decoder": "~0.10.x"
6846
+ }
6847
+ },
6166
6848
  "node_modules/readdirp": {
6167
6849
  "version": "4.1.1",
6168
6850
  "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.1.tgz",
@@ -6250,6 +6932,15 @@
6250
6932
  "url": "https://opencollective.com/unified"
6251
6933
  }
6252
6934
  },
6935
+ "node_modules/require-directory": {
6936
+ "version": "2.1.1",
6937
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
6938
+ "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
6939
+ "license": "MIT",
6940
+ "engines": {
6941
+ "node": ">=0.10.0"
6942
+ }
6943
+ },
6253
6944
  "node_modules/require-from-string": {
6254
6945
  "version": "2.0.2",
6255
6946
  "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
@@ -6346,8 +7037,7 @@
6346
7037
  "url": "https://feross.org/support"
6347
7038
  }
6348
7039
  ],
6349
- "license": "MIT",
6350
- "peer": true
7040
+ "license": "MIT"
6351
7041
  },
6352
7042
  "node_modules/safer-buffer": {
6353
7043
  "version": "2.1.2",
@@ -6586,6 +7276,53 @@
6586
7276
  "integrity": "sha512-Wv6BjQ5zbhW7VFefWusVP33T/EM0vYikCaQ2qR8yULbsilAT8/wQaXvuQ3ptGLpoKx+lihJE3y2UTgKDyyNHZQ==",
6587
7277
  "license": "MIT"
6588
7278
  },
7279
+ "node_modules/simple-concat": {
7280
+ "version": "1.0.1",
7281
+ "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz",
7282
+ "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==",
7283
+ "funding": [
7284
+ {
7285
+ "type": "github",
7286
+ "url": "https://github.com/sponsors/feross"
7287
+ },
7288
+ {
7289
+ "type": "patreon",
7290
+ "url": "https://www.patreon.com/feross"
7291
+ },
7292
+ {
7293
+ "type": "consulting",
7294
+ "url": "https://feross.org/support"
7295
+ }
7296
+ ],
7297
+ "license": "MIT",
7298
+ "optional": true
7299
+ },
7300
+ "node_modules/simple-get": {
7301
+ "version": "4.0.1",
7302
+ "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz",
7303
+ "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==",
7304
+ "funding": [
7305
+ {
7306
+ "type": "github",
7307
+ "url": "https://github.com/sponsors/feross"
7308
+ },
7309
+ {
7310
+ "type": "patreon",
7311
+ "url": "https://www.patreon.com/feross"
7312
+ },
7313
+ {
7314
+ "type": "consulting",
7315
+ "url": "https://feross.org/support"
7316
+ }
7317
+ ],
7318
+ "license": "MIT",
7319
+ "optional": true,
7320
+ "dependencies": {
7321
+ "decompress-response": "^6.0.0",
7322
+ "once": "^1.3.1",
7323
+ "simple-concat": "^1.0.0"
7324
+ }
7325
+ },
6589
7326
  "node_modules/smart-buffer": {
6590
7327
  "version": "4.2.0",
6591
7328
  "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
@@ -6615,7 +7352,6 @@
6615
7352
  "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
6616
7353
  "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
6617
7354
  "license": "BSD-3-Clause",
6618
- "peer": true,
6619
7355
  "engines": {
6620
7356
  "node": ">=0.10.0"
6621
7357
  }
@@ -6696,6 +7432,26 @@
6696
7432
  "node": ">=10.0.0"
6697
7433
  }
6698
7434
  },
7435
+ "node_modules/string_decoder": {
7436
+ "version": "0.10.31",
7437
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
7438
+ "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==",
7439
+ "license": "MIT"
7440
+ },
7441
+ "node_modules/string-width": {
7442
+ "version": "4.2.3",
7443
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
7444
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
7445
+ "license": "MIT",
7446
+ "dependencies": {
7447
+ "emoji-regex": "^8.0.0",
7448
+ "is-fullwidth-code-point": "^3.0.0",
7449
+ "strip-ansi": "^6.0.1"
7450
+ },
7451
+ "engines": {
7452
+ "node": ">=8"
7453
+ }
7454
+ },
6699
7455
  "node_modules/stringify-entities": {
6700
7456
  "version": "4.0.4",
6701
7457
  "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-4.0.4.tgz",
@@ -6710,6 +7466,28 @@
6710
7466
  "url": "https://github.com/sponsors/wooorm"
6711
7467
  }
6712
7468
  },
7469
+ "node_modules/strip-ansi": {
7470
+ "version": "6.0.1",
7471
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
7472
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
7473
+ "license": "MIT",
7474
+ "dependencies": {
7475
+ "ansi-regex": "^5.0.1"
7476
+ },
7477
+ "engines": {
7478
+ "node": ">=8"
7479
+ }
7480
+ },
7481
+ "node_modules/strip-json-comments": {
7482
+ "version": "2.0.1",
7483
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
7484
+ "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
7485
+ "license": "MIT",
7486
+ "optional": true,
7487
+ "engines": {
7488
+ "node": ">=0.10.0"
7489
+ }
7490
+ },
6713
7491
  "node_modules/stripe": {
6714
7492
  "version": "13.11.0",
6715
7493
  "resolved": "https://registry.npmjs.org/stripe/-/stripe-13.11.0.tgz",
@@ -6729,6 +7507,15 @@
6729
7507
  "integrity": "sha512-wnD1HyVqpJUI2+eKZ+eo1UwghftP6yuFheBqqe+bWCotBjC2K1YnteJILRMs3SM4V/0dLEW1SC27MWP5y+mwmw==",
6730
7508
  "license": "MIT"
6731
7509
  },
7510
+ "node_modules/style-to-js": {
7511
+ "version": "1.1.16",
7512
+ "resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.16.tgz",
7513
+ "integrity": "sha512-/Q6ld50hKYPH3d/r6nr117TZkHR0w0kGGIVfpG9N6D8NymRPM9RqCUv4pRpJ62E5DqOYx2AFpbZMyCPnjQCnOw==",
7514
+ "license": "MIT",
7515
+ "dependencies": {
7516
+ "style-to-object": "1.0.8"
7517
+ }
7518
+ },
6732
7519
  "node_modules/style-to-object": {
6733
7520
  "version": "1.0.8",
6734
7521
  "resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-1.0.8.tgz",
@@ -6833,6 +7620,61 @@
6833
7620
  "inherits": "2"
6834
7621
  }
6835
7622
  },
7623
+ "node_modules/tar-fs": {
7624
+ "version": "2.1.2",
7625
+ "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.2.tgz",
7626
+ "integrity": "sha512-EsaAXwxmx8UB7FRKqeozqEPop69DXcmYwTQwXvyAPF352HJsPdkVhvTaDPYqfNgruveJIJy3TA2l+2zj8LJIJA==",
7627
+ "license": "MIT",
7628
+ "optional": true,
7629
+ "dependencies": {
7630
+ "chownr": "^1.1.1",
7631
+ "mkdirp-classic": "^0.5.2",
7632
+ "pump": "^3.0.0",
7633
+ "tar-stream": "^2.1.4"
7634
+ }
7635
+ },
7636
+ "node_modules/tar-stream": {
7637
+ "version": "2.2.0",
7638
+ "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz",
7639
+ "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==",
7640
+ "license": "MIT",
7641
+ "optional": true,
7642
+ "dependencies": {
7643
+ "bl": "^4.0.3",
7644
+ "end-of-stream": "^1.4.1",
7645
+ "fs-constants": "^1.0.0",
7646
+ "inherits": "^2.0.3",
7647
+ "readable-stream": "^3.1.1"
7648
+ },
7649
+ "engines": {
7650
+ "node": ">=6"
7651
+ }
7652
+ },
7653
+ "node_modules/tar-stream/node_modules/readable-stream": {
7654
+ "version": "3.6.2",
7655
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
7656
+ "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
7657
+ "license": "MIT",
7658
+ "optional": true,
7659
+ "dependencies": {
7660
+ "inherits": "^2.0.3",
7661
+ "string_decoder": "^1.1.1",
7662
+ "util-deprecate": "^1.0.1"
7663
+ },
7664
+ "engines": {
7665
+ "node": ">= 6"
7666
+ }
7667
+ },
7668
+ "node_modules/tar-stream/node_modules/string_decoder": {
7669
+ "version": "1.3.0",
7670
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
7671
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
7672
+ "license": "MIT",
7673
+ "optional": true,
7674
+ "dependencies": {
7675
+ "safe-buffer": "~5.2.0"
7676
+ }
7677
+ },
6836
7678
  "node_modules/terser": {
6837
7679
  "version": "5.38.1",
6838
7680
  "resolved": "https://registry.npmjs.org/terser/-/terser-5.38.1.tgz",
@@ -6953,6 +7795,52 @@
6953
7795
  "utrie": "^1.0.2"
6954
7796
  }
6955
7797
  },
7798
+ "node_modules/through2": {
7799
+ "version": "2.0.5",
7800
+ "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
7801
+ "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
7802
+ "license": "MIT",
7803
+ "dependencies": {
7804
+ "readable-stream": "~2.3.6",
7805
+ "xtend": "~4.0.1"
7806
+ }
7807
+ },
7808
+ "node_modules/through2/node_modules/isarray": {
7809
+ "version": "1.0.0",
7810
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
7811
+ "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
7812
+ "license": "MIT"
7813
+ },
7814
+ "node_modules/through2/node_modules/readable-stream": {
7815
+ "version": "2.3.8",
7816
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
7817
+ "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
7818
+ "license": "MIT",
7819
+ "dependencies": {
7820
+ "core-util-is": "~1.0.0",
7821
+ "inherits": "~2.0.3",
7822
+ "isarray": "~1.0.0",
7823
+ "process-nextick-args": "~2.0.0",
7824
+ "safe-buffer": "~5.1.1",
7825
+ "string_decoder": "~1.1.1",
7826
+ "util-deprecate": "~1.0.1"
7827
+ }
7828
+ },
7829
+ "node_modules/through2/node_modules/safe-buffer": {
7830
+ "version": "5.1.2",
7831
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
7832
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
7833
+ "license": "MIT"
7834
+ },
7835
+ "node_modules/through2/node_modules/string_decoder": {
7836
+ "version": "1.1.1",
7837
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
7838
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
7839
+ "license": "MIT",
7840
+ "dependencies": {
7841
+ "safe-buffer": "~5.1.0"
7842
+ }
7843
+ },
6956
7844
  "node_modules/tiny-case": {
6957
7845
  "version": "1.0.3",
6958
7846
  "resolved": "https://registry.npmjs.org/tiny-case/-/tiny-case-1.0.3.tgz",
@@ -7034,6 +7922,19 @@
7034
7922
  "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
7035
7923
  "license": "0BSD"
7036
7924
  },
7925
+ "node_modules/tunnel-agent": {
7926
+ "version": "0.6.0",
7927
+ "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
7928
+ "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
7929
+ "license": "Apache-2.0",
7930
+ "optional": true,
7931
+ "dependencies": {
7932
+ "safe-buffer": "^5.0.1"
7933
+ },
7934
+ "engines": {
7935
+ "node": "*"
7936
+ }
7937
+ },
7037
7938
  "node_modules/type": {
7038
7939
  "version": "2.7.3",
7039
7940
  "resolved": "https://registry.npmjs.org/type/-/type-2.7.3.tgz",
@@ -7097,6 +7998,19 @@
7097
7998
  "node": "*"
7098
7999
  }
7099
8000
  },
8001
+ "node_modules/uglify-js": {
8002
+ "version": "3.19.3",
8003
+ "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.19.3.tgz",
8004
+ "integrity": "sha512-v3Xu+yuwBXisp6QYTcH4UbH+xYJXqnq2m/LtQVWKWzYc1iehYnLixoQDN9FH6/j9/oybfd6W9Ghwkl8+UMKTKQ==",
8005
+ "license": "BSD-2-Clause",
8006
+ "optional": true,
8007
+ "bin": {
8008
+ "uglifyjs": "bin/uglifyjs"
8009
+ },
8010
+ "engines": {
8011
+ "node": ">=0.8.0"
8012
+ }
8013
+ },
7100
8014
  "node_modules/unified": {
7101
8015
  "version": "11.0.5",
7102
8016
  "resolved": "https://registry.npmjs.org/unified/-/unified-11.0.5.tgz",
@@ -7184,6 +8098,15 @@
7184
8098
  "url": "https://opencollective.com/unified"
7185
8099
  }
7186
8100
  },
8101
+ "node_modules/untildify": {
8102
+ "version": "4.0.0",
8103
+ "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz",
8104
+ "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==",
8105
+ "license": "MIT",
8106
+ "engines": {
8107
+ "node": ">=8"
8108
+ }
8109
+ },
7187
8110
  "node_modules/update-browserslist-db": {
7188
8111
  "version": "1.1.2",
7189
8112
  "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.2.tgz",
@@ -7242,6 +8165,12 @@
7242
8165
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
7243
8166
  }
7244
8167
  },
8168
+ "node_modules/util-deprecate": {
8169
+ "version": "1.0.2",
8170
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
8171
+ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
8172
+ "license": "MIT"
8173
+ },
7245
8174
  "node_modules/utrie": {
7246
8175
  "version": "1.0.2",
7247
8176
  "resolved": "https://registry.npmjs.org/utrie/-/utrie-1.0.2.tgz",
@@ -7460,6 +8389,29 @@
7460
8389
  "node": ">=0.8"
7461
8390
  }
7462
8391
  },
8392
+ "node_modules/wordwrap": {
8393
+ "version": "1.0.0",
8394
+ "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz",
8395
+ "integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==",
8396
+ "license": "MIT"
8397
+ },
8398
+ "node_modules/wrap-ansi": {
8399
+ "version": "7.0.0",
8400
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
8401
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
8402
+ "license": "MIT",
8403
+ "dependencies": {
8404
+ "ansi-styles": "^4.0.0",
8405
+ "string-width": "^4.1.0",
8406
+ "strip-ansi": "^6.0.0"
8407
+ },
8408
+ "engines": {
8409
+ "node": ">=10"
8410
+ },
8411
+ "funding": {
8412
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
8413
+ }
8414
+ },
7463
8415
  "node_modules/wrappy": {
7464
8416
  "version": "1.0.2",
7465
8417
  "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
@@ -7496,12 +8448,71 @@
7496
8448
  "node": ">=0.4"
7497
8449
  }
7498
8450
  },
8451
+ "node_modules/y18n": {
8452
+ "version": "5.0.8",
8453
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
8454
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
8455
+ "license": "ISC",
8456
+ "engines": {
8457
+ "node": ">=10"
8458
+ }
8459
+ },
7499
8460
  "node_modules/yallist": {
7500
8461
  "version": "4.0.0",
7501
8462
  "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
7502
8463
  "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
7503
8464
  "license": "ISC"
7504
8465
  },
8466
+ "node_modules/yargs": {
8467
+ "version": "16.2.0",
8468
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
8469
+ "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
8470
+ "license": "MIT",
8471
+ "dependencies": {
8472
+ "cliui": "^7.0.2",
8473
+ "escalade": "^3.1.1",
8474
+ "get-caller-file": "^2.0.5",
8475
+ "require-directory": "^2.1.1",
8476
+ "string-width": "^4.2.0",
8477
+ "y18n": "^5.0.5",
8478
+ "yargs-parser": "^20.2.2"
8479
+ },
8480
+ "engines": {
8481
+ "node": ">=10"
8482
+ }
8483
+ },
8484
+ "node_modules/yargs-parser": {
8485
+ "version": "20.2.9",
8486
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
8487
+ "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
8488
+ "license": "ISC",
8489
+ "engines": {
8490
+ "node": ">=10"
8491
+ }
8492
+ },
8493
+ "node_modules/yet-another-react-lightbox": {
8494
+ "version": "3.21.8",
8495
+ "resolved": "https://registry.npmjs.org/yet-another-react-lightbox/-/yet-another-react-lightbox-3.21.8.tgz",
8496
+ "integrity": "sha512-8DnjpSmWF+WjGXX+NIJx0V/naUhUYxLt6RIBJZoQ4y1GJVKwiUO2RuRvUBvYQTwAwFqwhJSvxfIhCU3VyCj9WQ==",
8497
+ "license": "MIT",
8498
+ "engines": {
8499
+ "node": ">=14"
8500
+ },
8501
+ "peerDependencies": {
8502
+ "@types/react": "^16 || ^17 || ^18 || ^19",
8503
+ "@types/react-dom": "^16 || ^17 || ^18 || ^19",
8504
+ "react": "^16.8.0 || ^17 || ^18 || ^19",
8505
+ "react-dom": "^16.8.0 || ^17 || ^18 || ^19"
8506
+ },
8507
+ "peerDependenciesMeta": {
8508
+ "@types/react": {
8509
+ "optional": true
8510
+ },
8511
+ "@types/react-dom": {
8512
+ "optional": true
8513
+ }
8514
+ }
8515
+ },
7505
8516
  "node_modules/yup": {
7506
8517
  "version": "1.6.1",
7507
8518
  "resolved": "https://registry.npmjs.org/yup/-/yup-1.6.1.tgz",