.package-lock.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. {
  2. "lockfileVersion": 3,
  3. "requires": true,
  4. "packages": {
  5. "node_modules/@types/node": {
  6. "version": "25.9.3",
  7. "resolved": "https://registry.npmjs.org/@types/node/-/node-25.9.3.tgz",
  8. "integrity": "sha512-603BddQMv3pUcr4U2dhujk83N2tTDVr/34wII2B6bJy6g+8WD6yUb11jszNs0gdi4PesVWl7ABt8nYMVpnLUcg==",
  9. "license": "MIT",
  10. "peer": true,
  11. "dependencies": {
  12. "undici-types": ">=7.24.0 <7.24.7"
  13. }
  14. },
  15. "node_modules/aws-ssl-profiles": {
  16. "version": "1.1.2",
  17. "resolved": "https://registry.npmjs.org/aws-ssl-profiles/-/aws-ssl-profiles-1.1.2.tgz",
  18. "integrity": "sha512-NZKeq9AfyQvEeNlN0zSYAaWrmBffJh3IELMZfRpJVWgrpEbtEpnjvzqBPf+mxoI287JohRDoa+/nsfqqiZmF6g==",
  19. "license": "MIT",
  20. "engines": {
  21. "node": ">= 6.0.0"
  22. }
  23. },
  24. "node_modules/denque": {
  25. "version": "2.1.0",
  26. "resolved": "https://registry.npmjs.org/denque/-/denque-2.1.0.tgz",
  27. "integrity": "sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==",
  28. "license": "Apache-2.0",
  29. "engines": {
  30. "node": ">=0.10"
  31. }
  32. },
  33. "node_modules/generate-function": {
  34. "version": "2.3.1",
  35. "resolved": "https://registry.npmjs.org/generate-function/-/generate-function-2.3.1.tgz",
  36. "integrity": "sha512-eeB5GfMNeevm/GRYq20ShmsaGcmI81kIX2K9XQx5miC8KdHaC6Jm0qQ8ZNeGOi7wYB8OsdxKs+Y2oVuTFuVwKQ==",
  37. "license": "MIT",
  38. "dependencies": {
  39. "is-property": "^1.0.2"
  40. }
  41. },
  42. "node_modules/iconv-lite": {
  43. "version": "0.7.2",
  44. "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
  45. "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
  46. "license": "MIT",
  47. "dependencies": {
  48. "safer-buffer": ">= 2.1.2 < 3.0.0"
  49. },
  50. "engines": {
  51. "node": ">=0.10.0"
  52. },
  53. "funding": {
  54. "type": "opencollective",
  55. "url": "https://opencollective.com/express"
  56. }
  57. },
  58. "node_modules/is-property": {
  59. "version": "1.0.2",
  60. "resolved": "https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz",
  61. "integrity": "sha512-Ks/IoX00TtClbGQr4TWXemAnktAQvYB7HzcCxDGqEZU6oCmb2INHuOoKxbtR+HFkmYWBKv/dOZtGRiAjDhj92g==",
  62. "license": "MIT"
  63. },
  64. "node_modules/long": {
  65. "version": "5.3.2",
  66. "resolved": "https://registry.npmjs.org/long/-/long-5.3.2.tgz",
  67. "integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==",
  68. "license": "Apache-2.0"
  69. },
  70. "node_modules/lru.min": {
  71. "version": "1.1.4",
  72. "resolved": "https://registry.npmjs.org/lru.min/-/lru.min-1.1.4.tgz",
  73. "integrity": "sha512-DqC6n3QQ77zdFpCMASA1a3Jlb64Hv2N2DciFGkO/4L9+q/IpIAuRlKOvCXabtRW6cQf8usbmM6BE/TOPysCdIA==",
  74. "license": "MIT",
  75. "engines": {
  76. "bun": ">=1.0.0",
  77. "deno": ">=1.30.0",
  78. "node": ">=8.0.0"
  79. },
  80. "funding": {
  81. "type": "github",
  82. "url": "https://github.com/sponsors/wellwelwel"
  83. }
  84. },
  85. "node_modules/mysql2": {
  86. "version": "3.22.5",
  87. "resolved": "https://registry.npmjs.org/mysql2/-/mysql2-3.22.5.tgz",
  88. "integrity": "sha512-95uZ2TrPWAZdwpB3vvvDbmEMcNG8yIeNCyu6GUcr/QnWEE/wXm7+mhOCsdQfWQDTV7qYT/PDUZ4U4UPP4AsXqQ==",
  89. "license": "MIT",
  90. "dependencies": {
  91. "aws-ssl-profiles": "^1.1.2",
  92. "denque": "^2.1.0",
  93. "generate-function": "^2.3.1",
  94. "iconv-lite": "^0.7.2",
  95. "long": "^5.3.2",
  96. "lru.min": "^1.1.4",
  97. "named-placeholders": "^1.1.6",
  98. "sql-escaper": "^1.3.3"
  99. },
  100. "engines": {
  101. "node": ">= 8.0"
  102. },
  103. "peerDependencies": {
  104. "@types/node": ">= 8"
  105. }
  106. },
  107. "node_modules/named-placeholders": {
  108. "version": "1.1.6",
  109. "resolved": "https://registry.npmjs.org/named-placeholders/-/named-placeholders-1.1.6.tgz",
  110. "integrity": "sha512-Tz09sEL2EEuv5fFowm419c1+a/jSMiBjI9gHxVLrVdbUkkNUUfjsVYs9pVZu5oCon/kmRh9TfLEObFtkVxmY0w==",
  111. "license": "MIT",
  112. "dependencies": {
  113. "lru.min": "^1.1.0"
  114. },
  115. "engines": {
  116. "node": ">=8.0.0"
  117. }
  118. },
  119. "node_modules/safer-buffer": {
  120. "version": "2.1.2",
  121. "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
  122. "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
  123. "license": "MIT"
  124. },
  125. "node_modules/sql-escaper": {
  126. "version": "1.3.3",
  127. "resolved": "https://registry.npmjs.org/sql-escaper/-/sql-escaper-1.3.3.tgz",
  128. "integrity": "sha512-BsTCV265VpTp8tm1wyIm1xqQCS+Q9NHx2Sr+WcnUrgLrQ6yiDIvHYJV5gHxsj1lMBy2zm5twLaZao8Jd+S8JJw==",
  129. "license": "MIT",
  130. "engines": {
  131. "bun": ">=1.0.0",
  132. "deno": ">=2.0.0",
  133. "node": ">=12.0.0"
  134. },
  135. "funding": {
  136. "type": "github",
  137. "url": "https://github.com/mysqljs/sql-escaper?sponsor=1"
  138. }
  139. },
  140. "node_modules/undici-types": {
  141. "version": "7.24.6",
  142. "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.24.6.tgz",
  143. "integrity": "sha512-WRNW+sJgj5OBN4/0JpHFqtqzhpbnV0GuB+OozA9gCL7a993SmU+1JBZCzLNxYsbMfIeDL+lTsphD5jN5N+n0zg==",
  144. "license": "MIT",
  145. "peer": true
  146. }
  147. }
  148. }