@drocketxx/pm2me 1.1.9 → 1.1.10

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 (6184) hide show
  1. package/apps/Delete-Test-App/README.md +1 -0
  2. package/apps/Delete-Test-App/dist/server.js +57 -0
  3. package/apps/Delete-Test-App/package.json +19 -0
  4. package/apps/Delete-Test-App/src/server.ts +33 -0
  5. package/apps/Delete-Test-App/tsconfig.json +15 -0
  6. package/apps/Delete-Test-App-2/README.md +1 -0
  7. package/apps/Delete-Test-App-2/dist/server.js +57 -0
  8. package/apps/Delete-Test-App-2/package.json +19 -0
  9. package/apps/Delete-Test-App-2/src/server.ts +33 -0
  10. package/apps/Delete-Test-App-2/tsconfig.json +15 -0
  11. package/apps/Delete-Test-App-2_deploy.log +12 -0
  12. package/apps/Delete-Test-App_deploy.log +12 -0
  13. package/apps/PM2Me-main/README.md +236 -0
  14. package/apps/PM2Me-main/backend/app.js +109 -0
  15. package/apps/PM2Me-main/backend/db/index.js +40 -0
  16. package/apps/PM2Me-main/backend/package.json +31 -0
  17. package/apps/PM2Me-main/backend/public/assets/index-DZ4rSpP9.css +1 -0
  18. package/apps/PM2Me-main/backend/public/assets/index-KLmI9qSM.js +13 -0
  19. package/apps/PM2Me-main/backend/public/icon.png +0 -0
  20. package/apps/PM2Me-main/backend/public/index.html +14 -0
  21. package/apps/PM2Me-main/backend/public/vite.svg +1 -0
  22. package/apps/PM2Me-main/backend/routes/api.js +932 -0
  23. package/apps/PM2Me-main/backend/routes/auth.js +44 -0
  24. package/apps/PM2Me-main/backend/services/gitService.js +110 -0
  25. package/apps/PM2Me-main/backend/services/notificationService.js +48 -0
  26. package/apps/PM2Me-main/backend/services/pm2Service.js +84 -0
  27. package/apps/PM2Me-main/backend/services/systemService.js +113 -0
  28. package/apps/PM2Me-main/c:VsCodemyPM2Metmp_old_dashboard.vue +390 -0
  29. package/apps/PM2Me-main/package.json +21 -0
  30. package/apps/PM2Me-main/screenshot/001.png +0 -0
  31. package/apps/PM2Me-main/test_db.js +8 -0
  32. package/apps/PM2Me-main/tmp_old_dashboard.vue +390 -0
  33. package/apps/PM2Me-main_deploy.log +25 -0
  34. package/apps/PM2Me-test/README.md +1 -0
  35. package/apps/PM2Me-test/dist/server.js +63 -0
  36. package/apps/PM2Me-test/package.json +19 -0
  37. package/apps/PM2Me-test/src/server.ts +33 -0
  38. package/apps/PM2Me-test/tsconfig.json +15 -0
  39. package/apps/PM2Me-test-main/README.md +1 -0
  40. package/apps/PM2Me-test-main/dist/server.js +63 -0
  41. package/apps/PM2Me-test-main/package.json +19 -0
  42. package/apps/PM2Me-test-main/src/server.ts +33 -0
  43. package/apps/PM2Me-test-main/tsconfig.json +15 -0
  44. package/apps/PM2Me-test-main_deploy.log +24 -0
  45. package/apps/PM2Me-test-uat/README.md +1 -0
  46. package/apps/PM2Me-test-uat/dist/server.js +63 -0
  47. package/apps/PM2Me-test-uat/package.json +19 -0
  48. package/apps/PM2Me-test-uat/src/server.ts +33 -0
  49. package/apps/PM2Me-test-uat/tsconfig.json +15 -0
  50. package/apps/PM2Me-test-uat-updated/README.md +1 -0
  51. package/apps/PM2Me-test-uat-updated/dist/server.js +63 -0
  52. package/apps/PM2Me-test-uat-updated/package.json +19 -0
  53. package/apps/PM2Me-test-uat-updated/src/server.ts +33 -0
  54. package/apps/PM2Me-test-uat-updated/tsconfig.json +15 -0
  55. package/apps/PM2Me-test-uat-updated_deploy.log +24 -0
  56. package/apps/PM2Me-test-uat2/README.md +1 -0
  57. package/apps/PM2Me-test-uat2/dist/server.js +63 -0
  58. package/apps/PM2Me-test-uat2/package.json +19 -0
  59. package/apps/PM2Me-test-uat2/src/server.ts +33 -0
  60. package/apps/PM2Me-test-uat2/tsconfig.json +15 -0
  61. package/apps/PM2Me-test-uat2_deploy.log +25 -0
  62. package/apps/PM2Me-test-uat_deploy.log +24 -0
  63. package/apps/PM2Me-test_deploy.log +24 -0
  64. package/apps/PM2Me-test_health.log +4 -0
  65. package/c:VsCodemyPM2Metmp_old_dashboard.vue +390 -0
  66. package/package.json +1 -6
  67. package/screenshot/001.png +0 -0
  68. package/test_db.js +8 -0
  69. package/tmp_old_dashboard.vue +390 -0
  70. package/backend/db/database.json +0 -51
  71. package/backend/node_modules/.bin/blessed +0 -16
  72. package/backend/node_modules/.bin/blessed.cmd +0 -17
  73. package/backend/node_modules/.bin/blessed.ps1 +0 -28
  74. package/backend/node_modules/.bin/escodegen +0 -16
  75. package/backend/node_modules/.bin/escodegen.cmd +0 -17
  76. package/backend/node_modules/.bin/escodegen.ps1 +0 -28
  77. package/backend/node_modules/.bin/esgenerate +0 -16
  78. package/backend/node_modules/.bin/esgenerate.cmd +0 -17
  79. package/backend/node_modules/.bin/esgenerate.ps1 +0 -28
  80. package/backend/node_modules/.bin/esparse +0 -16
  81. package/backend/node_modules/.bin/esparse.cmd +0 -17
  82. package/backend/node_modules/.bin/esparse.ps1 +0 -28
  83. package/backend/node_modules/.bin/esvalidate +0 -16
  84. package/backend/node_modules/.bin/esvalidate.cmd +0 -17
  85. package/backend/node_modules/.bin/esvalidate.ps1 +0 -28
  86. package/backend/node_modules/.bin/js-yaml +0 -16
  87. package/backend/node_modules/.bin/js-yaml.cmd +0 -17
  88. package/backend/node_modules/.bin/js-yaml.ps1 +0 -28
  89. package/backend/node_modules/.bin/mkdirp +0 -16
  90. package/backend/node_modules/.bin/mkdirp.cmd +0 -17
  91. package/backend/node_modules/.bin/mkdirp.ps1 +0 -28
  92. package/backend/node_modules/.bin/needle +0 -16
  93. package/backend/node_modules/.bin/needle.cmd +0 -17
  94. package/backend/node_modules/.bin/needle.ps1 +0 -28
  95. package/backend/node_modules/.bin/node-gyp-build +0 -16
  96. package/backend/node_modules/.bin/node-gyp-build-optional +0 -16
  97. package/backend/node_modules/.bin/node-gyp-build-optional.cmd +0 -17
  98. package/backend/node_modules/.bin/node-gyp-build-optional.ps1 +0 -28
  99. package/backend/node_modules/.bin/node-gyp-build-test +0 -16
  100. package/backend/node_modules/.bin/node-gyp-build-test.cmd +0 -17
  101. package/backend/node_modules/.bin/node-gyp-build-test.ps1 +0 -28
  102. package/backend/node_modules/.bin/node-gyp-build.cmd +0 -17
  103. package/backend/node_modules/.bin/node-gyp-build.ps1 +0 -28
  104. package/backend/node_modules/.bin/nodemon +0 -16
  105. package/backend/node_modules/.bin/nodemon.cmd +0 -17
  106. package/backend/node_modules/.bin/nodemon.ps1 +0 -28
  107. package/backend/node_modules/.bin/nodetouch +0 -16
  108. package/backend/node_modules/.bin/nodetouch.cmd +0 -17
  109. package/backend/node_modules/.bin/nodetouch.ps1 +0 -28
  110. package/backend/node_modules/.bin/pm2 +0 -16
  111. package/backend/node_modules/.bin/pm2-dev +0 -16
  112. package/backend/node_modules/.bin/pm2-dev.cmd +0 -17
  113. package/backend/node_modules/.bin/pm2-dev.ps1 +0 -28
  114. package/backend/node_modules/.bin/pm2-docker +0 -16
  115. package/backend/node_modules/.bin/pm2-docker.cmd +0 -17
  116. package/backend/node_modules/.bin/pm2-docker.ps1 +0 -28
  117. package/backend/node_modules/.bin/pm2-runtime +0 -16
  118. package/backend/node_modules/.bin/pm2-runtime.cmd +0 -17
  119. package/backend/node_modules/.bin/pm2-runtime.ps1 +0 -28
  120. package/backend/node_modules/.bin/pm2.cmd +0 -17
  121. package/backend/node_modules/.bin/pm2.ps1 +0 -28
  122. package/backend/node_modules/.bin/resolve +0 -16
  123. package/backend/node_modules/.bin/resolve.cmd +0 -17
  124. package/backend/node_modules/.bin/resolve.ps1 +0 -28
  125. package/backend/node_modules/.bin/semver +0 -16
  126. package/backend/node_modules/.bin/semver.cmd +0 -17
  127. package/backend/node_modules/.bin/semver.ps1 +0 -28
  128. package/backend/node_modules/.bin/systeminformation +0 -16
  129. package/backend/node_modules/.bin/systeminformation.cmd +0 -17
  130. package/backend/node_modules/.bin/systeminformation.ps1 +0 -28
  131. package/backend/node_modules/.package-lock.json +0 -2709
  132. package/backend/node_modules/@kwsites/file-exists/CHANGELOG.md +0 -12
  133. package/backend/node_modules/@kwsites/file-exists/LICENSE +0 -20
  134. package/backend/node_modules/@kwsites/file-exists/dist/index.d.ts +0 -1
  135. package/backend/node_modules/@kwsites/file-exists/dist/index.js +0 -7
  136. package/backend/node_modules/@kwsites/file-exists/dist/index.js.map +0 -1
  137. package/backend/node_modules/@kwsites/file-exists/dist/src/index.d.ts +0 -19
  138. package/backend/node_modules/@kwsites/file-exists/dist/src/index.js +0 -55
  139. package/backend/node_modules/@kwsites/file-exists/dist/src/index.js.map +0 -1
  140. package/backend/node_modules/@kwsites/file-exists/dist/test/__mocks__/fs.d.ts +0 -7
  141. package/backend/node_modules/@kwsites/file-exists/dist/test/__mocks__/fs.js +0 -26
  142. package/backend/node_modules/@kwsites/file-exists/dist/test/__mocks__/fs.js.map +0 -1
  143. package/backend/node_modules/@kwsites/file-exists/dist/test/exists.spec.d.ts +0 -1
  144. package/backend/node_modules/@kwsites/file-exists/dist/test/exists.spec.js +0 -77
  145. package/backend/node_modules/@kwsites/file-exists/dist/test/exists.spec.js.map +0 -1
  146. package/backend/node_modules/@kwsites/file-exists/package.json +0 -42
  147. package/backend/node_modules/@kwsites/file-exists/readme.md +0 -41
  148. package/backend/node_modules/@kwsites/promise-deferred/LICENSE +0 -21
  149. package/backend/node_modules/@kwsites/promise-deferred/dist/index.d.ts +0 -49
  150. package/backend/node_modules/@kwsites/promise-deferred/dist/index.js +0 -59
  151. package/backend/node_modules/@kwsites/promise-deferred/dist/index.js.map +0 -1
  152. package/backend/node_modules/@kwsites/promise-deferred/package.json +0 -43
  153. package/backend/node_modules/@pm2/agent/.mocharc.yml +0 -12
  154. package/backend/node_modules/@pm2/agent/LICENSE +0 -661
  155. package/backend/node_modules/@pm2/agent/README.md +0 -62
  156. package/backend/node_modules/@pm2/agent/bun.lockb +0 -0
  157. package/backend/node_modules/@pm2/agent/config.js +0 -30
  158. package/backend/node_modules/@pm2/agent/constants.js +0 -99
  159. package/backend/node_modules/@pm2/agent/index.js +0 -2
  160. package/backend/node_modules/@pm2/agent/node_modules/.bin/semver +0 -16
  161. package/backend/node_modules/@pm2/agent/node_modules/.bin/semver.cmd +0 -17
  162. package/backend/node_modules/@pm2/agent/node_modules/.bin/semver.ps1 +0 -28
  163. package/backend/node_modules/@pm2/agent/node_modules/dayjs/.editorconfig +0 -6
  164. package/backend/node_modules/@pm2/agent/node_modules/dayjs/CHANGELOG.md +0 -562
  165. package/backend/node_modules/@pm2/agent/node_modules/dayjs/LICENSE +0 -21
  166. package/backend/node_modules/@pm2/agent/node_modules/dayjs/README.md +0 -127
  167. package/backend/node_modules/@pm2/agent/node_modules/dayjs/dayjs.min.js +0 -1
  168. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/constant.js +0 -25
  169. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/index.d.ts +0 -115
  170. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/index.js +0 -425
  171. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/af.js +0 -39
  172. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/am.js +0 -40
  173. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ar-dz.js +0 -38
  174. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ar-kw.js +0 -38
  175. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ar-ly.js +0 -24
  176. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ar-ma.js +0 -39
  177. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ar-sa.js +0 -38
  178. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ar-tn.js +0 -39
  179. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ar.js +0 -40
  180. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/az.js +0 -39
  181. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/be.js +0 -24
  182. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/bg.js +0 -39
  183. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/bi.js +0 -39
  184. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/bm.js +0 -39
  185. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/bn.js +0 -38
  186. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/bo.js +0 -38
  187. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/br.js +0 -28
  188. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/bs.js +0 -24
  189. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ca.js +0 -42
  190. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/cs.js +0 -120
  191. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/cv.js +0 -24
  192. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/cy.js +0 -39
  193. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/da.js +0 -39
  194. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/de-at.js +0 -39
  195. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/de-ch.js +0 -24
  196. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/de.js +0 -39
  197. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/dv.js +0 -39
  198. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/el.js +0 -39
  199. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-SG.js +0 -39
  200. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-au.js +0 -39
  201. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-ca.js +0 -38
  202. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-gb.js +0 -42
  203. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-ie.js +0 -39
  204. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-il.js +0 -38
  205. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-in.js +0 -42
  206. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-nz.js +0 -39
  207. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en-tt.js +0 -42
  208. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en.js +0 -7
  209. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/eo.js +0 -39
  210. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/es-do.js +0 -39
  211. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/es-pr.js +0 -39
  212. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/es-us.js +0 -38
  213. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/es.js +0 -39
  214. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/et.js +0 -65
  215. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/eu.js +0 -43
  216. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/fa.js +0 -39
  217. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/fi.js +0 -87
  218. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/fo.js +0 -39
  219. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/fr-ca.js +0 -38
  220. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/fr-ch.js +0 -39
  221. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/fr.js +0 -41
  222. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/fy.js +0 -39
  223. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ga.js +0 -39
  224. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/gd.js +0 -39
  225. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/gl.js +0 -24
  226. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/gom-latn.js +0 -25
  227. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/gu.js +0 -38
  228. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/he.js +0 -54
  229. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/hi.js +0 -38
  230. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/hr.js +0 -53
  231. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ht.js +0 -38
  232. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/hu.js +0 -39
  233. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/hy-am.js +0 -39
  234. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/id.js +0 -39
  235. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/index.d.ts +0 -11
  236. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/is.js +0 -24
  237. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/it-ch.js +0 -24
  238. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/it.js +0 -39
  239. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ja.js +0 -45
  240. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/jv.js +0 -39
  241. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ka.js +0 -39
  242. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/kk.js +0 -39
  243. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/km.js +0 -39
  244. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/kn.js +0 -38
  245. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ko.js +0 -45
  246. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ku.js +0 -39
  247. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ky.js +0 -39
  248. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/lb.js +0 -24
  249. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/lo.js +0 -38
  250. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/lt.js +0 -70
  251. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/lv.js +0 -24
  252. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/me.js +0 -24
  253. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/mi.js +0 -39
  254. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/mk.js +0 -39
  255. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ml.js +0 -38
  256. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/mn.js +0 -38
  257. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/mr.js +0 -23
  258. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ms-my.js +0 -39
  259. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ms.js +0 -39
  260. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/mt.js +0 -39
  261. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/my.js +0 -39
  262. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/nb.js +0 -39
  263. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ne.js +0 -40
  264. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/nl-be.js +0 -39
  265. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/nl.js +0 -40
  266. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/nn.js +0 -39
  267. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/oc-lnc.js +0 -39
  268. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/pa-in.js +0 -38
  269. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/pl.js +0 -86
  270. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/pt-br.js +0 -38
  271. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/pt.js +0 -39
  272. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ro.js +0 -39
  273. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ru.js +0 -87
  274. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/rw.js +0 -35
  275. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/sd.js +0 -39
  276. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/se.js +0 -39
  277. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/si.js +0 -38
  278. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/sk.js +0 -121
  279. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/sl.js +0 -24
  280. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/sq.js +0 -39
  281. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/sr-cyrl.js +0 -39
  282. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/sr.js +0 -39
  283. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ss.js +0 -39
  284. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/sv.js +0 -43
  285. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/sw.js +0 -39
  286. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ta.js +0 -38
  287. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/te.js +0 -38
  288. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tet.js +0 -39
  289. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tg.js +0 -39
  290. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/th.js +0 -38
  291. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tk.js +0 -39
  292. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tl-ph.js +0 -39
  293. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tlh.js +0 -24
  294. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tr.js +0 -39
  295. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/types.d.ts +0 -33
  296. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tzl.js +0 -24
  297. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tzm-latn.js +0 -39
  298. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/tzm.js +0 -39
  299. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ug-cn.js +0 -39
  300. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/uk.js +0 -77
  301. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ur.js +0 -39
  302. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/uz-latn.js +0 -39
  303. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/uz.js +0 -39
  304. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/vi.js +0 -43
  305. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/x-pseudo.js +0 -39
  306. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/yo.js +0 -39
  307. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/zh-cn.js +0 -67
  308. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/zh-hk.js +0 -38
  309. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/zh-tw.js +0 -42
  310. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/zh.js +0 -67
  311. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/advancedFormat/index.d.ts +0 -4
  312. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/advancedFormat/index.js +0 -55
  313. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/badMutable/index.d.ts +0 -4
  314. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/badMutable/index.js +0 -61
  315. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/buddhistEra/index.d.ts +0 -4
  316. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/buddhistEra/index.js +0 -21
  317. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/calendar/index.d.ts +0 -10
  318. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/calendar/index.js +0 -32
  319. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/customParseFormat/index.d.ts +0 -4
  320. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/customParseFormat/index.js +0 -280
  321. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/dayOfYear/index.d.ts +0 -11
  322. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/dayOfYear/index.js +0 -8
  323. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/duration/index.d.ts +0 -58
  324. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/duration/index.js +0 -262
  325. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isBetween/index.d.ts +0 -10
  326. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isBetween/index.js +0 -10
  327. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isLeapYear/index.d.ts +0 -10
  328. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isLeapYear/index.js +0 -7
  329. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isMoment/index.d.ts +0 -10
  330. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isMoment/index.js +0 -5
  331. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isSameOrAfter/index.d.ts +0 -10
  332. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isSameOrAfter/index.js +0 -5
  333. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isSameOrBefore/index.d.ts +0 -10
  334. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isSameOrBefore/index.js +0 -5
  335. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isToday/index.d.ts +0 -10
  336. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isToday/index.js +0 -9
  337. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isTomorrow/index.d.ts +0 -10
  338. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isTomorrow/index.js +0 -9
  339. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isYesterday/index.d.ts +0 -10
  340. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isYesterday/index.js +0 -9
  341. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isoWeek/index.d.ts +0 -27
  342. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isoWeek/index.js +0 -57
  343. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isoWeeksInYear/index.d.ts +0 -10
  344. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/isoWeeksInYear/index.js +0 -15
  345. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/localeData/index.d.ts +0 -10
  346. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/localeData/index.js +0 -102
  347. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/localizedFormat/index.d.ts +0 -4
  348. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/localizedFormat/index.js +0 -36
  349. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/minMax/index.d.ts +0 -11
  350. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/minMax/index.js +0 -36
  351. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/objectSupport/index.d.ts +0 -12
  352. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/objectSupport/index.js +0 -81
  353. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/pluralGetSet/index.d.ts +0 -44
  354. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/pluralGetSet/index.js +0 -7
  355. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/quarterOfYear/index.d.ts +0 -26
  356. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/quarterOfYear/index.js +0 -41
  357. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/relativeTime/index.d.ts +0 -24
  358. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/relativeTime/index.js +0 -116
  359. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/timezone/index.d.ts +0 -17
  360. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/timezone/index.js +0 -123
  361. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/toArray/index.d.ts +0 -10
  362. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/toArray/index.js +0 -7
  363. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/toObject/index.d.ts +0 -20
  364. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/toObject/index.js +0 -15
  365. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/updateLocale/index.d.ts +0 -8
  366. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/updateLocale/index.js +0 -12
  367. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/utc/index.d.ts +0 -19
  368. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/utc/index.js +0 -141
  369. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/weekOfYear/index.d.ts +0 -12
  370. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/weekOfYear/index.js +0 -44
  371. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/weekYear/index.d.ts +0 -10
  372. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/weekYear/index.js +0 -15
  373. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/weekday/index.d.ts +0 -12
  374. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/plugin/weekday/index.js +0 -15
  375. package/backend/node_modules/@pm2/agent/node_modules/dayjs/esm/utils.js +0 -58
  376. package/backend/node_modules/@pm2/agent/node_modules/dayjs/index.d.ts +0 -115
  377. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/af.js +0 -1
  378. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/am.js +0 -1
  379. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ar-dz.js +0 -1
  380. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ar-kw.js +0 -1
  381. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ar-ly.js +0 -1
  382. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ar-ma.js +0 -1
  383. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ar-sa.js +0 -1
  384. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ar-tn.js +0 -1
  385. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ar.js +0 -1
  386. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/az.js +0 -1
  387. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/be.js +0 -1
  388. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/bg.js +0 -1
  389. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/bi.js +0 -1
  390. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/bm.js +0 -1
  391. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/bn.js +0 -1
  392. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/bo.js +0 -1
  393. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/br.js +0 -1
  394. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/bs.js +0 -1
  395. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ca.js +0 -1
  396. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/cs.js +0 -1
  397. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/cv.js +0 -1
  398. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/cy.js +0 -1
  399. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/da.js +0 -1
  400. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/de-at.js +0 -1
  401. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/de-ch.js +0 -1
  402. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/de.js +0 -1
  403. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/dv.js +0 -1
  404. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/el.js +0 -1
  405. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-SG.js +0 -1
  406. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-au.js +0 -1
  407. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-ca.js +0 -1
  408. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-gb.js +0 -1
  409. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-ie.js +0 -1
  410. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-il.js +0 -1
  411. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-in.js +0 -1
  412. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-nz.js +0 -1
  413. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en-tt.js +0 -1
  414. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/en.js +0 -1
  415. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/eo.js +0 -1
  416. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/es-do.js +0 -1
  417. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/es-pr.js +0 -1
  418. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/es-us.js +0 -1
  419. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/es.js +0 -1
  420. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/et.js +0 -1
  421. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/eu.js +0 -1
  422. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/fa.js +0 -1
  423. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/fi.js +0 -1
  424. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/fo.js +0 -1
  425. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/fr-ca.js +0 -1
  426. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/fr-ch.js +0 -1
  427. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/fr.js +0 -1
  428. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/fy.js +0 -1
  429. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ga.js +0 -1
  430. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/gd.js +0 -1
  431. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/gl.js +0 -1
  432. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/gom-latn.js +0 -1
  433. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/gu.js +0 -1
  434. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/he.js +0 -1
  435. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/hi.js +0 -1
  436. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/hr.js +0 -1
  437. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ht.js +0 -1
  438. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/hu.js +0 -1
  439. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/hy-am.js +0 -1
  440. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/id.js +0 -1
  441. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/index.d.ts +0 -11
  442. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/is.js +0 -1
  443. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/it-ch.js +0 -1
  444. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/it.js +0 -1
  445. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ja.js +0 -1
  446. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/jv.js +0 -1
  447. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ka.js +0 -1
  448. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/kk.js +0 -1
  449. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/km.js +0 -1
  450. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/kn.js +0 -1
  451. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ko.js +0 -1
  452. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ku.js +0 -1
  453. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ky.js +0 -1
  454. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/lb.js +0 -1
  455. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/lo.js +0 -1
  456. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/lt.js +0 -1
  457. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/lv.js +0 -1
  458. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/me.js +0 -1
  459. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/mi.js +0 -1
  460. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/mk.js +0 -1
  461. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ml.js +0 -1
  462. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/mn.js +0 -1
  463. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/mr.js +0 -1
  464. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ms-my.js +0 -1
  465. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ms.js +0 -1
  466. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/mt.js +0 -1
  467. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/my.js +0 -1
  468. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/nb.js +0 -1
  469. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ne.js +0 -1
  470. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/nl-be.js +0 -1
  471. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/nl.js +0 -1
  472. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/nn.js +0 -1
  473. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/oc-lnc.js +0 -1
  474. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/pa-in.js +0 -1
  475. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/pl.js +0 -1
  476. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/pt-br.js +0 -1
  477. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/pt.js +0 -1
  478. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ro.js +0 -1
  479. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ru.js +0 -1
  480. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/rw.js +0 -1
  481. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/sd.js +0 -1
  482. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/se.js +0 -1
  483. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/si.js +0 -1
  484. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/sk.js +0 -1
  485. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/sl.js +0 -1
  486. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/sq.js +0 -1
  487. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/sr-cyrl.js +0 -1
  488. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/sr.js +0 -1
  489. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ss.js +0 -1
  490. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/sv.js +0 -1
  491. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/sw.js +0 -1
  492. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ta.js +0 -1
  493. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/te.js +0 -1
  494. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tet.js +0 -1
  495. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tg.js +0 -1
  496. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/th.js +0 -1
  497. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tk.js +0 -1
  498. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tl-ph.js +0 -1
  499. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tlh.js +0 -1
  500. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tr.js +0 -1
  501. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/types.d.ts +0 -33
  502. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tzl.js +0 -1
  503. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tzm-latn.js +0 -1
  504. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/tzm.js +0 -1
  505. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ug-cn.js +0 -1
  506. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/uk.js +0 -1
  507. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/ur.js +0 -1
  508. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/uz-latn.js +0 -1
  509. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/uz.js +0 -1
  510. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/vi.js +0 -1
  511. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/x-pseudo.js +0 -1
  512. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/yo.js +0 -1
  513. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/zh-cn.js +0 -1
  514. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/zh-hk.js +0 -1
  515. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/zh-tw.js +0 -1
  516. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale/zh.js +0 -1
  517. package/backend/node_modules/@pm2/agent/node_modules/dayjs/locale.json +0 -1
  518. package/backend/node_modules/@pm2/agent/node_modules/dayjs/package.json +0 -101
  519. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/advancedFormat.d.ts +0 -4
  520. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/advancedFormat.js +0 -1
  521. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/badMutable.d.ts +0 -4
  522. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/badMutable.js +0 -1
  523. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/buddhistEra.d.ts +0 -4
  524. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/buddhistEra.js +0 -1
  525. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/calendar.d.ts +0 -10
  526. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/calendar.js +0 -1
  527. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/customParseFormat.d.ts +0 -4
  528. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/customParseFormat.js +0 -1
  529. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/dayOfYear.d.ts +0 -11
  530. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/dayOfYear.js +0 -1
  531. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/duration.d.ts +0 -58
  532. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/duration.js +0 -1
  533. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isBetween.d.ts +0 -10
  534. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isBetween.js +0 -1
  535. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isLeapYear.d.ts +0 -10
  536. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isLeapYear.js +0 -1
  537. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isMoment.d.ts +0 -10
  538. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isMoment.js +0 -1
  539. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isSameOrAfter.d.ts +0 -10
  540. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isSameOrAfter.js +0 -1
  541. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isSameOrBefore.d.ts +0 -10
  542. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isSameOrBefore.js +0 -1
  543. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isToday.d.ts +0 -10
  544. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isToday.js +0 -1
  545. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isTomorrow.d.ts +0 -10
  546. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isTomorrow.js +0 -1
  547. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isYesterday.d.ts +0 -10
  548. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isYesterday.js +0 -1
  549. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isoWeek.d.ts +0 -27
  550. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isoWeek.js +0 -1
  551. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isoWeeksInYear.d.ts +0 -10
  552. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/isoWeeksInYear.js +0 -1
  553. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/localeData.d.ts +0 -10
  554. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/localeData.js +0 -1
  555. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/localizedFormat.d.ts +0 -4
  556. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/localizedFormat.js +0 -1
  557. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/minMax.d.ts +0 -11
  558. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/minMax.js +0 -1
  559. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/objectSupport.d.ts +0 -12
  560. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/objectSupport.js +0 -1
  561. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/pluralGetSet.d.ts +0 -44
  562. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/pluralGetSet.js +0 -1
  563. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/quarterOfYear.d.ts +0 -26
  564. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/quarterOfYear.js +0 -1
  565. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/relativeTime.d.ts +0 -24
  566. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/relativeTime.js +0 -1
  567. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/timezone.d.ts +0 -17
  568. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/timezone.js +0 -1
  569. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/toArray.d.ts +0 -10
  570. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/toArray.js +0 -1
  571. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/toObject.d.ts +0 -20
  572. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/toObject.js +0 -1
  573. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/updateLocale.d.ts +0 -8
  574. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/updateLocale.js +0 -1
  575. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/utc.d.ts +0 -19
  576. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/utc.js +0 -1
  577. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/weekOfYear.d.ts +0 -12
  578. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/weekOfYear.js +0 -1
  579. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/weekYear.d.ts +0 -10
  580. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/weekYear.js +0 -1
  581. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/weekday.d.ts +0 -12
  582. package/backend/node_modules/@pm2/agent/node_modules/dayjs/plugin/weekday.js +0 -1
  583. package/backend/node_modules/@pm2/agent/node_modules/debug/LICENSE +0 -20
  584. package/backend/node_modules/@pm2/agent/node_modules/debug/README.md +0 -481
  585. package/backend/node_modules/@pm2/agent/node_modules/debug/package.json +0 -60
  586. package/backend/node_modules/@pm2/agent/node_modules/debug/src/browser.js +0 -271
  587. package/backend/node_modules/@pm2/agent/node_modules/debug/src/common.js +0 -274
  588. package/backend/node_modules/@pm2/agent/node_modules/debug/src/index.js +0 -10
  589. package/backend/node_modules/@pm2/agent/node_modules/debug/src/node.js +0 -263
  590. package/backend/node_modules/@pm2/agent/node_modules/lru-cache/LICENSE +0 -15
  591. package/backend/node_modules/@pm2/agent/node_modules/lru-cache/README.md +0 -166
  592. package/backend/node_modules/@pm2/agent/node_modules/lru-cache/index.js +0 -334
  593. package/backend/node_modules/@pm2/agent/node_modules/lru-cache/package.json +0 -34
  594. package/backend/node_modules/@pm2/agent/node_modules/semver/LICENSE +0 -15
  595. package/backend/node_modules/@pm2/agent/node_modules/semver/README.md +0 -637
  596. package/backend/node_modules/@pm2/agent/node_modules/semver/bin/semver.js +0 -197
  597. package/backend/node_modules/@pm2/agent/node_modules/semver/classes/comparator.js +0 -141
  598. package/backend/node_modules/@pm2/agent/node_modules/semver/classes/index.js +0 -5
  599. package/backend/node_modules/@pm2/agent/node_modules/semver/classes/range.js +0 -539
  600. package/backend/node_modules/@pm2/agent/node_modules/semver/classes/semver.js +0 -302
  601. package/backend/node_modules/@pm2/agent/node_modules/semver/functions/clean.js +0 -6
  602. package/backend/node_modules/@pm2/agent/node_modules/semver/functions/cmp.js +0 -52
  603. package/backend/node_modules/@pm2/agent/node_modules/semver/functions/coerce.js +0 -52
  604. package/backend/node_modules/@pm2/agent/node_modules/semver/functions/compare-build.js +0 -7
  605. package/backend/node_modules/@pm2/agent/node_modules/semver/functions/compare-loose.js +0 -3
  606. package/backend/node_modules/@pm2/agent/node_modules/semver/functions/compare.js +0 -5
  607. package/backend/node_modules/@pm2/agent/node_modules/semver/functions/diff.js +0 -65
  608. package/backend/node_modules/@pm2/agent/node_modules/semver/functions/eq.js +0 -3
  609. package/backend/node_modules/@pm2/agent/node_modules/semver/functions/gt.js +0 -3
  610. package/backend/node_modules/@pm2/agent/node_modules/semver/functions/gte.js +0 -3
  611. package/backend/node_modules/@pm2/agent/node_modules/semver/functions/inc.js +0 -19
  612. package/backend/node_modules/@pm2/agent/node_modules/semver/functions/lt.js +0 -3
  613. package/backend/node_modules/@pm2/agent/node_modules/semver/functions/lte.js +0 -3
  614. package/backend/node_modules/@pm2/agent/node_modules/semver/functions/major.js +0 -3
  615. package/backend/node_modules/@pm2/agent/node_modules/semver/functions/minor.js +0 -3
  616. package/backend/node_modules/@pm2/agent/node_modules/semver/functions/neq.js +0 -3
  617. package/backend/node_modules/@pm2/agent/node_modules/semver/functions/parse.js +0 -16
  618. package/backend/node_modules/@pm2/agent/node_modules/semver/functions/patch.js +0 -3
  619. package/backend/node_modules/@pm2/agent/node_modules/semver/functions/prerelease.js +0 -6
  620. package/backend/node_modules/@pm2/agent/node_modules/semver/functions/rcompare.js +0 -3
  621. package/backend/node_modules/@pm2/agent/node_modules/semver/functions/rsort.js +0 -3
  622. package/backend/node_modules/@pm2/agent/node_modules/semver/functions/satisfies.js +0 -10
  623. package/backend/node_modules/@pm2/agent/node_modules/semver/functions/sort.js +0 -3
  624. package/backend/node_modules/@pm2/agent/node_modules/semver/functions/valid.js +0 -6
  625. package/backend/node_modules/@pm2/agent/node_modules/semver/index.js +0 -89
  626. package/backend/node_modules/@pm2/agent/node_modules/semver/internal/constants.js +0 -35
  627. package/backend/node_modules/@pm2/agent/node_modules/semver/internal/debug.js +0 -9
  628. package/backend/node_modules/@pm2/agent/node_modules/semver/internal/identifiers.js +0 -23
  629. package/backend/node_modules/@pm2/agent/node_modules/semver/internal/parse-options.js +0 -15
  630. package/backend/node_modules/@pm2/agent/node_modules/semver/internal/re.js +0 -212
  631. package/backend/node_modules/@pm2/agent/node_modules/semver/package.json +0 -87
  632. package/backend/node_modules/@pm2/agent/node_modules/semver/preload.js +0 -2
  633. package/backend/node_modules/@pm2/agent/node_modules/semver/range.bnf +0 -16
  634. package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/gtr.js +0 -4
  635. package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/intersects.js +0 -7
  636. package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/ltr.js +0 -4
  637. package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/max-satisfying.js +0 -25
  638. package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/min-satisfying.js +0 -24
  639. package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/min-version.js +0 -61
  640. package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/outside.js +0 -80
  641. package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/simplify.js +0 -47
  642. package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/subset.js +0 -247
  643. package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/to-comparators.js +0 -8
  644. package/backend/node_modules/@pm2/agent/node_modules/semver/ranges/valid.js +0 -11
  645. package/backend/node_modules/@pm2/agent/package.json +0 -41
  646. package/backend/node_modules/@pm2/agent/src/InteractorClient.js +0 -513
  647. package/backend/node_modules/@pm2/agent/src/InteractorDaemon.js +0 -454
  648. package/backend/node_modules/@pm2/agent/src/PM2Client.js +0 -112
  649. package/backend/node_modules/@pm2/agent/src/PM2Interface.js +0 -180
  650. package/backend/node_modules/@pm2/agent/src/TransporterInterface.js +0 -173
  651. package/backend/node_modules/@pm2/agent/src/Utility.js +0 -395
  652. package/backend/node_modules/@pm2/agent/src/WatchDog.js +0 -70
  653. package/backend/node_modules/@pm2/agent/src/push/DataRetriever.js +0 -77
  654. package/backend/node_modules/@pm2/agent/src/push/PushInteractor.js +0 -206
  655. package/backend/node_modules/@pm2/agent/src/push/TransactionAggregator.js +0 -670
  656. package/backend/node_modules/@pm2/agent/src/reverse/ReverseInteractor.js +0 -128
  657. package/backend/node_modules/@pm2/agent/src/transporters/Transporter.js +0 -129
  658. package/backend/node_modules/@pm2/agent/src/transporters/WebsocketTransport.js +0 -204
  659. package/backend/node_modules/@pm2/agent/src/utils/BinaryHeap.js +0 -135
  660. package/backend/node_modules/@pm2/agent/src/utils/EDS.js +0 -111
  661. package/backend/node_modules/@pm2/agent/src/utils/probes/Histogram.js +0 -204
  662. package/backend/node_modules/@pm2/agent/src/utils/units.js +0 -10
  663. package/backend/node_modules/@pm2/blessed/CHANGELOG.md +0 -83
  664. package/backend/node_modules/@pm2/blessed/LICENSE +0 -20
  665. package/backend/node_modules/@pm2/blessed/README.md +0 -2394
  666. package/backend/node_modules/@pm2/blessed/bin/tput.js +0 -16
  667. package/backend/node_modules/@pm2/blessed/browser/Makefile +0 -7
  668. package/backend/node_modules/@pm2/blessed/browser/transform.js +0 -105
  669. package/backend/node_modules/@pm2/blessed/example/ansi-viewer/LICENSE +0 -20
  670. package/backend/node_modules/@pm2/blessed/example/ansi-viewer/README.md +0 -17
  671. package/backend/node_modules/@pm2/blessed/example/ansi-viewer/ansi-art.list +0 -2717
  672. package/backend/node_modules/@pm2/blessed/example/ansi-viewer/index.js +0 -292
  673. package/backend/node_modules/@pm2/blessed/example/ansi-viewer/package.json +0 -19
  674. package/backend/node_modules/@pm2/blessed/example/ansi-viewer/singlebyte.js +0 -406
  675. package/backend/node_modules/@pm2/blessed/example/blessed-telnet.js +0 -99
  676. package/backend/node_modules/@pm2/blessed/example/index.js +0 -77
  677. package/backend/node_modules/@pm2/blessed/example/multiplex.js +0 -142
  678. package/backend/node_modules/@pm2/blessed/example/ping +0 -448
  679. package/backend/node_modules/@pm2/blessed/example/simple-form.js +0 -87
  680. package/backend/node_modules/@pm2/blessed/example/time.js +0 -1052
  681. package/backend/node_modules/@pm2/blessed/example/widget.js +0 -55
  682. package/backend/node_modules/@pm2/blessed/index.js +0 -1
  683. package/backend/node_modules/@pm2/blessed/lib/alias.js +0 -526
  684. package/backend/node_modules/@pm2/blessed/lib/blessed.js +0 -32
  685. package/backend/node_modules/@pm2/blessed/lib/colors.js +0 -530
  686. package/backend/node_modules/@pm2/blessed/lib/events.js +0 -189
  687. package/backend/node_modules/@pm2/blessed/lib/gpmclient.js +0 -221
  688. package/backend/node_modules/@pm2/blessed/lib/helpers.js +0 -165
  689. package/backend/node_modules/@pm2/blessed/lib/keys.js +0 -339
  690. package/backend/node_modules/@pm2/blessed/lib/program.js +0 -4297
  691. package/backend/node_modules/@pm2/blessed/lib/tput.js +0 -3022
  692. package/backend/node_modules/@pm2/blessed/lib/unicode.js +0 -790
  693. package/backend/node_modules/@pm2/blessed/lib/widget.js +0 -60
  694. package/backend/node_modules/@pm2/blessed/lib/widgets/ansiimage.js +0 -167
  695. package/backend/node_modules/@pm2/blessed/lib/widgets/bigtext.js +0 -159
  696. package/backend/node_modules/@pm2/blessed/lib/widgets/box.js +0 -34
  697. package/backend/node_modules/@pm2/blessed/lib/widgets/button.js +0 -62
  698. package/backend/node_modules/@pm2/blessed/lib/widgets/checkbox.js +0 -91
  699. package/backend/node_modules/@pm2/blessed/lib/widgets/element.js +0 -2570
  700. package/backend/node_modules/@pm2/blessed/lib/widgets/filemanager.js +0 -212
  701. package/backend/node_modules/@pm2/blessed/lib/widgets/form.js +0 -267
  702. package/backend/node_modules/@pm2/blessed/lib/widgets/image.js +0 -61
  703. package/backend/node_modules/@pm2/blessed/lib/widgets/input.js +0 -34
  704. package/backend/node_modules/@pm2/blessed/lib/widgets/layout.js +0 -233
  705. package/backend/node_modules/@pm2/blessed/lib/widgets/line.js +0 -56
  706. package/backend/node_modules/@pm2/blessed/lib/widgets/list.js +0 -599
  707. package/backend/node_modules/@pm2/blessed/lib/widgets/listbar.js +0 -411
  708. package/backend/node_modules/@pm2/blessed/lib/widgets/listtable.js +0 -280
  709. package/backend/node_modules/@pm2/blessed/lib/widgets/loading.js +0 -88
  710. package/backend/node_modules/@pm2/blessed/lib/widgets/log.js +0 -83
  711. package/backend/node_modules/@pm2/blessed/lib/widgets/message.js +0 -123
  712. package/backend/node_modules/@pm2/blessed/lib/widgets/node.js +0 -282
  713. package/backend/node_modules/@pm2/blessed/lib/widgets/overlayimage.js +0 -717
  714. package/backend/node_modules/@pm2/blessed/lib/widgets/progressbar.js +0 -157
  715. package/backend/node_modules/@pm2/blessed/lib/widgets/prompt.js +0 -120
  716. package/backend/node_modules/@pm2/blessed/lib/widgets/question.js +0 -116
  717. package/backend/node_modules/@pm2/blessed/lib/widgets/radiobutton.js +0 -61
  718. package/backend/node_modules/@pm2/blessed/lib/widgets/radioset.js +0 -36
  719. package/backend/node_modules/@pm2/blessed/lib/widgets/screen.js +0 -2298
  720. package/backend/node_modules/@pm2/blessed/lib/widgets/scrollablebox.js +0 -389
  721. package/backend/node_modules/@pm2/blessed/lib/widgets/scrollabletext.js +0 -35
  722. package/backend/node_modules/@pm2/blessed/lib/widgets/table.js +0 -354
  723. package/backend/node_modules/@pm2/blessed/lib/widgets/terminal.js +0 -412
  724. package/backend/node_modules/@pm2/blessed/lib/widgets/text.js +0 -35
  725. package/backend/node_modules/@pm2/blessed/lib/widgets/textarea.js +0 -342
  726. package/backend/node_modules/@pm2/blessed/lib/widgets/textbox.js +0 -77
  727. package/backend/node_modules/@pm2/blessed/lib/widgets/video.js +0 -126
  728. package/backend/node_modules/@pm2/blessed/package.json +0 -21
  729. package/backend/node_modules/@pm2/blessed/usr/fonts/AUTHORS +0 -1
  730. package/backend/node_modules/@pm2/blessed/usr/fonts/LICENSE +0 -94
  731. package/backend/node_modules/@pm2/blessed/usr/fonts/README +0 -340
  732. package/backend/node_modules/@pm2/blessed/usr/fonts/ter-u14b.json +0 -17826
  733. package/backend/node_modules/@pm2/blessed/usr/fonts/ter-u14n.json +0 -17826
  734. package/backend/node_modules/@pm2/blessed/usr/linux +0 -0
  735. package/backend/node_modules/@pm2/blessed/usr/windows-ansi +0 -0
  736. package/backend/node_modules/@pm2/blessed/usr/xterm +0 -0
  737. package/backend/node_modules/@pm2/blessed/usr/xterm-256color +0 -0
  738. package/backend/node_modules/@pm2/blessed/usr/xterm.termcap +0 -243
  739. package/backend/node_modules/@pm2/blessed/usr/xterm.terminfo +0 -1977
  740. package/backend/node_modules/@pm2/blessed/vendor/tng.js +0 -1755
  741. package/backend/node_modules/@pm2/io/.drone.jsonnet +0 -114
  742. package/backend/node_modules/@pm2/io/.mocharc.js +0 -17
  743. package/backend/node_modules/@pm2/io/.vscode/settings.json +0 -3
  744. package/backend/node_modules/@pm2/io/LICENSE.md +0 -201
  745. package/backend/node_modules/@pm2/io/README.md +0 -574
  746. package/backend/node_modules/@pm2/io/build/main/configuration.d.ts +0 -6
  747. package/backend/node_modules/@pm2/io/build/main/configuration.js +0 -123
  748. package/backend/node_modules/@pm2/io/build/main/constants.d.ts +0 -5
  749. package/backend/node_modules/@pm2/io/build/main/constants.js +0 -15
  750. package/backend/node_modules/@pm2/io/build/main/featureManager.d.ts +0 -14
  751. package/backend/node_modules/@pm2/io/build/main/featureManager.js +0 -99
  752. package/backend/node_modules/@pm2/io/build/main/features/dependencies.d.ts +0 -7
  753. package/backend/node_modules/@pm2/io/build/main/features/dependencies.js +0 -45
  754. package/backend/node_modules/@pm2/io/build/main/features/entrypoint.d.ts +0 -11
  755. package/backend/node_modules/@pm2/io/build/main/features/entrypoint.js +0 -52
  756. package/backend/node_modules/@pm2/io/build/main/features/events.d.ts +0 -8
  757. package/backend/node_modules/@pm2/io/build/main/features/events.js +0 -44
  758. package/backend/node_modules/@pm2/io/build/main/features/metrics.d.ts +0 -24
  759. package/backend/node_modules/@pm2/io/build/main/features/metrics.js +0 -89
  760. package/backend/node_modules/@pm2/io/build/main/features/notify.d.ts +0 -23
  761. package/backend/node_modules/@pm2/io/build/main/features/notify.js +0 -232
  762. package/backend/node_modules/@pm2/io/build/main/features/profiling.d.ts +0 -18
  763. package/backend/node_modules/@pm2/io/build/main/features/profiling.js +0 -68
  764. package/backend/node_modules/@pm2/io/build/main/index.d.ts +0 -3
  765. package/backend/node_modules/@pm2/io/build/main/index.js +0 -7
  766. package/backend/node_modules/@pm2/io/build/main/metrics/eventLoopMetrics.d.ts +0 -17
  767. package/backend/node_modules/@pm2/io/build/main/metrics/eventLoopMetrics.js +0 -128
  768. package/backend/node_modules/@pm2/io/build/main/metrics/httpMetrics.d.ts +0 -18
  769. package/backend/node_modules/@pm2/io/build/main/metrics/httpMetrics.js +0 -178
  770. package/backend/node_modules/@pm2/io/build/main/metrics/network.d.ts +0 -15
  771. package/backend/node_modules/@pm2/io/build/main/metrics/network.js +0 -121
  772. package/backend/node_modules/@pm2/io/build/main/metrics/runtime.d.ts +0 -16
  773. package/backend/node_modules/@pm2/io/build/main/metrics/runtime.js +0 -153
  774. package/backend/node_modules/@pm2/io/build/main/metrics/v8.d.ts +0 -23
  775. package/backend/node_modules/@pm2/io/build/main/metrics/v8.js +0 -100
  776. package/backend/node_modules/@pm2/io/build/main/pmx.d.ts +0 -50
  777. package/backend/node_modules/@pm2/io/build/main/pmx.js +0 -274
  778. package/backend/node_modules/@pm2/io/build/main/profilers/addonProfiler.d.ts +0 -16
  779. package/backend/node_modules/@pm2/io/build/main/profilers/addonProfiler.js +0 -171
  780. package/backend/node_modules/@pm2/io/build/main/profilers/inspectorProfiler.d.ts +0 -18
  781. package/backend/node_modules/@pm2/io/build/main/profilers/inspectorProfiler.js +0 -275
  782. package/backend/node_modules/@pm2/io/build/main/serviceManager.d.ts +0 -7
  783. package/backend/node_modules/@pm2/io/build/main/serviceManager.js +0 -19
  784. package/backend/node_modules/@pm2/io/build/main/services/actions.d.ts +0 -20
  785. package/backend/node_modules/@pm2/io/build/main/services/actions.js +0 -146
  786. package/backend/node_modules/@pm2/io/build/main/services/inspector.d.ts +0 -8
  787. package/backend/node_modules/@pm2/io/build/main/services/inspector.js +0 -42
  788. package/backend/node_modules/@pm2/io/build/main/services/metrics.d.ts +0 -63
  789. package/backend/node_modules/@pm2/io/build/main/services/metrics.js +0 -186
  790. package/backend/node_modules/@pm2/io/build/main/services/runtimeStats.d.ts +0 -10
  791. package/backend/node_modules/@pm2/io/build/main/services/runtimeStats.js +0 -49
  792. package/backend/node_modules/@pm2/io/build/main/services/transport.d.ts +0 -22
  793. package/backend/node_modules/@pm2/io/build/main/services/transport.js +0 -13
  794. package/backend/node_modules/@pm2/io/build/main/transports/IPCTransport.d.ts +0 -17
  795. package/backend/node_modules/@pm2/io/build/main/transports/IPCTransport.js +0 -102
  796. package/backend/node_modules/@pm2/io/build/main/transports/WebsocketTransport.d.ts +0 -0
  797. package/backend/node_modules/@pm2/io/build/main/transports/WebsocketTransport.js +0 -0
  798. package/backend/node_modules/@pm2/io/build/main/utils/BinaryHeap.d.ts +0 -16
  799. package/backend/node_modules/@pm2/io/build/main/utils/BinaryHeap.js +0 -108
  800. package/backend/node_modules/@pm2/io/build/main/utils/EDS.d.ts +0 -21
  801. package/backend/node_modules/@pm2/io/build/main/utils/EDS.js +0 -92
  802. package/backend/node_modules/@pm2/io/build/main/utils/EWMA.d.ts +0 -12
  803. package/backend/node_modules/@pm2/io/build/main/utils/EWMA.js +0 -25
  804. package/backend/node_modules/@pm2/io/build/main/utils/autocast.d.ts +0 -13
  805. package/backend/node_modules/@pm2/io/build/main/utils/autocast.js +0 -48
  806. package/backend/node_modules/@pm2/io/build/main/utils/metrics/counter.d.ts +0 -10
  807. package/backend/node_modules/@pm2/io/build/main/utils/metrics/counter.js +0 -27
  808. package/backend/node_modules/@pm2/io/build/main/utils/metrics/gauge.d.ts +0 -7
  809. package/backend/node_modules/@pm2/io/build/main/utils/metrics/gauge.js +0 -19
  810. package/backend/node_modules/@pm2/io/build/main/utils/metrics/histogram.d.ts +0 -43
  811. package/backend/node_modules/@pm2/io/build/main/utils/metrics/histogram.js +0 -159
  812. package/backend/node_modules/@pm2/io/build/main/utils/metrics/meter.d.ts +0 -12
  813. package/backend/node_modules/@pm2/io/build/main/utils/metrics/meter.js +0 -35
  814. package/backend/node_modules/@pm2/io/build/main/utils/miscellaneous.d.ts +0 -4
  815. package/backend/node_modules/@pm2/io/build/main/utils/miscellaneous.js +0 -16
  816. package/backend/node_modules/@pm2/io/build/main/utils/module.d.ts +0 -5
  817. package/backend/node_modules/@pm2/io/build/main/utils/module.js +0 -52
  818. package/backend/node_modules/@pm2/io/build/main/utils/stackParser.d.ts +0 -37
  819. package/backend/node_modules/@pm2/io/build/main/utils/stackParser.js +0 -125
  820. package/backend/node_modules/@pm2/io/build/main/utils/transactionAggregator.d.ts +0 -74
  821. package/backend/node_modules/@pm2/io/build/main/utils/transactionAggregator.js +0 -317
  822. package/backend/node_modules/@pm2/io/build/main/utils/units.d.ts +0 -10
  823. package/backend/node_modules/@pm2/io/build/main/utils/units.js +0 -15
  824. package/backend/node_modules/@pm2/io/bun.lockb +0 -0
  825. package/backend/node_modules/@pm2/io/node_modules/.bin/semver +0 -16
  826. package/backend/node_modules/@pm2/io/node_modules/.bin/semver.cmd +0 -17
  827. package/backend/node_modules/@pm2/io/node_modules/.bin/semver.ps1 +0 -28
  828. package/backend/node_modules/@pm2/io/node_modules/async/CHANGELOG.md +0 -278
  829. package/backend/node_modules/@pm2/io/node_modules/async/LICENSE +0 -19
  830. package/backend/node_modules/@pm2/io/node_modules/async/README.md +0 -56
  831. package/backend/node_modules/@pm2/io/node_modules/async/all.js +0 -50
  832. package/backend/node_modules/@pm2/io/node_modules/async/allLimit.js +0 -42
  833. package/backend/node_modules/@pm2/io/node_modules/async/allSeries.js +0 -37
  834. package/backend/node_modules/@pm2/io/node_modules/async/any.js +0 -52
  835. package/backend/node_modules/@pm2/io/node_modules/async/anyLimit.js +0 -43
  836. package/backend/node_modules/@pm2/io/node_modules/async/anySeries.js +0 -38
  837. package/backend/node_modules/@pm2/io/node_modules/async/apply.js +0 -68
  838. package/backend/node_modules/@pm2/io/node_modules/async/applyEach.js +0 -51
  839. package/backend/node_modules/@pm2/io/node_modules/async/applyEachSeries.js +0 -37
  840. package/backend/node_modules/@pm2/io/node_modules/async/asyncify.js +0 -110
  841. package/backend/node_modules/@pm2/io/node_modules/async/auto.js +0 -289
  842. package/backend/node_modules/@pm2/io/node_modules/async/autoInject.js +0 -170
  843. package/backend/node_modules/@pm2/io/node_modules/async/bower.json +0 -17
  844. package/backend/node_modules/@pm2/io/node_modules/async/cargo.js +0 -94
  845. package/backend/node_modules/@pm2/io/node_modules/async/compose.js +0 -58
  846. package/backend/node_modules/@pm2/io/node_modules/async/concat.js +0 -43
  847. package/backend/node_modules/@pm2/io/node_modules/async/concatLimit.js +0 -65
  848. package/backend/node_modules/@pm2/io/node_modules/async/concatSeries.js +0 -36
  849. package/backend/node_modules/@pm2/io/node_modules/async/constant.js +0 -66
  850. package/backend/node_modules/@pm2/io/node_modules/async/detect.js +0 -61
  851. package/backend/node_modules/@pm2/io/node_modules/async/detectLimit.js +0 -48
  852. package/backend/node_modules/@pm2/io/node_modules/async/detectSeries.js +0 -38
  853. package/backend/node_modules/@pm2/io/node_modules/async/dir.js +0 -43
  854. package/backend/node_modules/@pm2/io/node_modules/async/dist/async.js +0 -5612
  855. package/backend/node_modules/@pm2/io/node_modules/async/dist/async.min.js +0 -2
  856. package/backend/node_modules/@pm2/io/node_modules/async/dist/async.min.map +0 -1
  857. package/backend/node_modules/@pm2/io/node_modules/async/doDuring.js +0 -66
  858. package/backend/node_modules/@pm2/io/node_modules/async/doUntil.js +0 -39
  859. package/backend/node_modules/@pm2/io/node_modules/async/doWhilst.js +0 -59
  860. package/backend/node_modules/@pm2/io/node_modules/async/during.js +0 -76
  861. package/backend/node_modules/@pm2/io/node_modules/async/each.js +0 -82
  862. package/backend/node_modules/@pm2/io/node_modules/async/eachLimit.js +0 -45
  863. package/backend/node_modules/@pm2/io/node_modules/async/eachOf.js +0 -111
  864. package/backend/node_modules/@pm2/io/node_modules/async/eachOfLimit.js +0 -41
  865. package/backend/node_modules/@pm2/io/node_modules/async/eachOfSeries.js +0 -35
  866. package/backend/node_modules/@pm2/io/node_modules/async/eachSeries.js +0 -37
  867. package/backend/node_modules/@pm2/io/node_modules/async/ensureAsync.js +0 -73
  868. package/backend/node_modules/@pm2/io/node_modules/async/every.js +0 -50
  869. package/backend/node_modules/@pm2/io/node_modules/async/everyLimit.js +0 -42
  870. package/backend/node_modules/@pm2/io/node_modules/async/everySeries.js +0 -37
  871. package/backend/node_modules/@pm2/io/node_modules/async/filter.js +0 -45
  872. package/backend/node_modules/@pm2/io/node_modules/async/filterLimit.js +0 -37
  873. package/backend/node_modules/@pm2/io/node_modules/async/filterSeries.js +0 -35
  874. package/backend/node_modules/@pm2/io/node_modules/async/find.js +0 -61
  875. package/backend/node_modules/@pm2/io/node_modules/async/findLimit.js +0 -48
  876. package/backend/node_modules/@pm2/io/node_modules/async/findSeries.js +0 -38
  877. package/backend/node_modules/@pm2/io/node_modules/async/foldl.js +0 -78
  878. package/backend/node_modules/@pm2/io/node_modules/async/foldr.js +0 -44
  879. package/backend/node_modules/@pm2/io/node_modules/async/forEach.js +0 -82
  880. package/backend/node_modules/@pm2/io/node_modules/async/forEachLimit.js +0 -45
  881. package/backend/node_modules/@pm2/io/node_modules/async/forEachOf.js +0 -111
  882. package/backend/node_modules/@pm2/io/node_modules/async/forEachOfLimit.js +0 -41
  883. package/backend/node_modules/@pm2/io/node_modules/async/forEachOfSeries.js +0 -35
  884. package/backend/node_modules/@pm2/io/node_modules/async/forEachSeries.js +0 -37
  885. package/backend/node_modules/@pm2/io/node_modules/async/forever.js +0 -65
  886. package/backend/node_modules/@pm2/io/node_modules/async/groupBy.js +0 -54
  887. package/backend/node_modules/@pm2/io/node_modules/async/groupByLimit.js +0 -71
  888. package/backend/node_modules/@pm2/io/node_modules/async/groupBySeries.js +0 -37
  889. package/backend/node_modules/@pm2/io/node_modules/async/index.js +0 -582
  890. package/backend/node_modules/@pm2/io/node_modules/async/inject.js +0 -78
  891. package/backend/node_modules/@pm2/io/node_modules/async/internal/DoublyLinkedList.js +0 -88
  892. package/backend/node_modules/@pm2/io/node_modules/async/internal/applyEach.js +0 -38
  893. package/backend/node_modules/@pm2/io/node_modules/async/internal/breakLoop.js +0 -9
  894. package/backend/node_modules/@pm2/io/node_modules/async/internal/consoleFunc.js +0 -42
  895. package/backend/node_modules/@pm2/io/node_modules/async/internal/createTester.js +0 -44
  896. package/backend/node_modules/@pm2/io/node_modules/async/internal/doLimit.js +0 -12
  897. package/backend/node_modules/@pm2/io/node_modules/async/internal/doParallel.js +0 -23
  898. package/backend/node_modules/@pm2/io/node_modules/async/internal/doParallelLimit.js +0 -23
  899. package/backend/node_modules/@pm2/io/node_modules/async/internal/eachOfLimit.js +0 -74
  900. package/backend/node_modules/@pm2/io/node_modules/async/internal/filter.js +0 -75
  901. package/backend/node_modules/@pm2/io/node_modules/async/internal/findGetResult.js +0 -10
  902. package/backend/node_modules/@pm2/io/node_modules/async/internal/getIterator.js +0 -13
  903. package/backend/node_modules/@pm2/io/node_modules/async/internal/initialParams.js +0 -21
  904. package/backend/node_modules/@pm2/io/node_modules/async/internal/iterator.js +0 -61
  905. package/backend/node_modules/@pm2/io/node_modules/async/internal/map.js +0 -35
  906. package/backend/node_modules/@pm2/io/node_modules/async/internal/notId.js +0 -10
  907. package/backend/node_modules/@pm2/io/node_modules/async/internal/once.js +0 -15
  908. package/backend/node_modules/@pm2/io/node_modules/async/internal/onlyOnce.js +0 -15
  909. package/backend/node_modules/@pm2/io/node_modules/async/internal/parallel.js +0 -42
  910. package/backend/node_modules/@pm2/io/node_modules/async/internal/queue.js +0 -204
  911. package/backend/node_modules/@pm2/io/node_modules/async/internal/reject.js +0 -21
  912. package/backend/node_modules/@pm2/io/node_modules/async/internal/setImmediate.js +0 -42
  913. package/backend/node_modules/@pm2/io/node_modules/async/internal/slice.js +0 -16
  914. package/backend/node_modules/@pm2/io/node_modules/async/internal/withoutIndex.js +0 -12
  915. package/backend/node_modules/@pm2/io/node_modules/async/internal/wrapAsync.js +0 -25
  916. package/backend/node_modules/@pm2/io/node_modules/async/log.js +0 -41
  917. package/backend/node_modules/@pm2/io/node_modules/async/map.js +0 -54
  918. package/backend/node_modules/@pm2/io/node_modules/async/mapLimit.js +0 -37
  919. package/backend/node_modules/@pm2/io/node_modules/async/mapSeries.js +0 -36
  920. package/backend/node_modules/@pm2/io/node_modules/async/mapValues.js +0 -63
  921. package/backend/node_modules/@pm2/io/node_modules/async/mapValuesLimit.js +0 -61
  922. package/backend/node_modules/@pm2/io/node_modules/async/mapValuesSeries.js +0 -37
  923. package/backend/node_modules/@pm2/io/node_modules/async/memoize.js +0 -101
  924. package/backend/node_modules/@pm2/io/node_modules/async/nextTick.js +0 -51
  925. package/backend/node_modules/@pm2/io/node_modules/async/package.json +0 -80
  926. package/backend/node_modules/@pm2/io/node_modules/async/parallel.js +0 -90
  927. package/backend/node_modules/@pm2/io/node_modules/async/parallelLimit.js +0 -40
  928. package/backend/node_modules/@pm2/io/node_modules/async/priorityQueue.js +0 -98
  929. package/backend/node_modules/@pm2/io/node_modules/async/queue.js +0 -130
  930. package/backend/node_modules/@pm2/io/node_modules/async/race.js +0 -70
  931. package/backend/node_modules/@pm2/io/node_modules/async/reduce.js +0 -78
  932. package/backend/node_modules/@pm2/io/node_modules/async/reduceRight.js +0 -44
  933. package/backend/node_modules/@pm2/io/node_modules/async/reflect.js +0 -81
  934. package/backend/node_modules/@pm2/io/node_modules/async/reflectAll.js +0 -105
  935. package/backend/node_modules/@pm2/io/node_modules/async/reject.js +0 -45
  936. package/backend/node_modules/@pm2/io/node_modules/async/rejectLimit.js +0 -37
  937. package/backend/node_modules/@pm2/io/node_modules/async/rejectSeries.js +0 -35
  938. package/backend/node_modules/@pm2/io/node_modules/async/retry.js +0 -156
  939. package/backend/node_modules/@pm2/io/node_modules/async/retryable.js +0 -65
  940. package/backend/node_modules/@pm2/io/node_modules/async/select.js +0 -45
  941. package/backend/node_modules/@pm2/io/node_modules/async/selectLimit.js +0 -37
  942. package/backend/node_modules/@pm2/io/node_modules/async/selectSeries.js +0 -35
  943. package/backend/node_modules/@pm2/io/node_modules/async/seq.js +0 -91
  944. package/backend/node_modules/@pm2/io/node_modules/async/series.js +0 -85
  945. package/backend/node_modules/@pm2/io/node_modules/async/setImmediate.js +0 -45
  946. package/backend/node_modules/@pm2/io/node_modules/async/some.js +0 -52
  947. package/backend/node_modules/@pm2/io/node_modules/async/someLimit.js +0 -43
  948. package/backend/node_modules/@pm2/io/node_modules/async/someSeries.js +0 -38
  949. package/backend/node_modules/@pm2/io/node_modules/async/sortBy.js +0 -91
  950. package/backend/node_modules/@pm2/io/node_modules/async/timeout.js +0 -89
  951. package/backend/node_modules/@pm2/io/node_modules/async/times.js +0 -50
  952. package/backend/node_modules/@pm2/io/node_modules/async/timesLimit.js +0 -42
  953. package/backend/node_modules/@pm2/io/node_modules/async/timesSeries.js +0 -32
  954. package/backend/node_modules/@pm2/io/node_modules/async/transform.js +0 -87
  955. package/backend/node_modules/@pm2/io/node_modules/async/tryEach.js +0 -81
  956. package/backend/node_modules/@pm2/io/node_modules/async/unmemoize.js +0 -25
  957. package/backend/node_modules/@pm2/io/node_modules/async/until.js +0 -41
  958. package/backend/node_modules/@pm2/io/node_modules/async/waterfall.js +0 -113
  959. package/backend/node_modules/@pm2/io/node_modules/async/whilst.js +0 -72
  960. package/backend/node_modules/@pm2/io/node_modules/async/wrapSync.js +0 -110
  961. package/backend/node_modules/@pm2/io/node_modules/debug/LICENSE +0 -20
  962. package/backend/node_modules/@pm2/io/node_modules/debug/README.md +0 -481
  963. package/backend/node_modules/@pm2/io/node_modules/debug/package.json +0 -60
  964. package/backend/node_modules/@pm2/io/node_modules/debug/src/browser.js +0 -271
  965. package/backend/node_modules/@pm2/io/node_modules/debug/src/common.js +0 -274
  966. package/backend/node_modules/@pm2/io/node_modules/debug/src/index.js +0 -10
  967. package/backend/node_modules/@pm2/io/node_modules/debug/src/node.js +0 -263
  968. package/backend/node_modules/@pm2/io/node_modules/eventemitter2/LICENSE.txt +0 -21
  969. package/backend/node_modules/@pm2/io/node_modules/eventemitter2/README.md +0 -809
  970. package/backend/node_modules/@pm2/io/node_modules/eventemitter2/eventemitter2.d.ts +0 -156
  971. package/backend/node_modules/@pm2/io/node_modules/eventemitter2/index.js +0 -1
  972. package/backend/node_modules/@pm2/io/node_modules/eventemitter2/lib/eventemitter2.js +0 -1629
  973. package/backend/node_modules/@pm2/io/node_modules/eventemitter2/package.json +0 -89
  974. package/backend/node_modules/@pm2/io/node_modules/lru-cache/LICENSE +0 -15
  975. package/backend/node_modules/@pm2/io/node_modules/lru-cache/README.md +0 -166
  976. package/backend/node_modules/@pm2/io/node_modules/lru-cache/index.js +0 -334
  977. package/backend/node_modules/@pm2/io/node_modules/lru-cache/package.json +0 -34
  978. package/backend/node_modules/@pm2/io/node_modules/semver/LICENSE +0 -15
  979. package/backend/node_modules/@pm2/io/node_modules/semver/README.md +0 -637
  980. package/backend/node_modules/@pm2/io/node_modules/semver/bin/semver.js +0 -197
  981. package/backend/node_modules/@pm2/io/node_modules/semver/classes/comparator.js +0 -141
  982. package/backend/node_modules/@pm2/io/node_modules/semver/classes/index.js +0 -5
  983. package/backend/node_modules/@pm2/io/node_modules/semver/classes/range.js +0 -539
  984. package/backend/node_modules/@pm2/io/node_modules/semver/classes/semver.js +0 -302
  985. package/backend/node_modules/@pm2/io/node_modules/semver/functions/clean.js +0 -6
  986. package/backend/node_modules/@pm2/io/node_modules/semver/functions/cmp.js +0 -52
  987. package/backend/node_modules/@pm2/io/node_modules/semver/functions/coerce.js +0 -52
  988. package/backend/node_modules/@pm2/io/node_modules/semver/functions/compare-build.js +0 -7
  989. package/backend/node_modules/@pm2/io/node_modules/semver/functions/compare-loose.js +0 -3
  990. package/backend/node_modules/@pm2/io/node_modules/semver/functions/compare.js +0 -5
  991. package/backend/node_modules/@pm2/io/node_modules/semver/functions/diff.js +0 -65
  992. package/backend/node_modules/@pm2/io/node_modules/semver/functions/eq.js +0 -3
  993. package/backend/node_modules/@pm2/io/node_modules/semver/functions/gt.js +0 -3
  994. package/backend/node_modules/@pm2/io/node_modules/semver/functions/gte.js +0 -3
  995. package/backend/node_modules/@pm2/io/node_modules/semver/functions/inc.js +0 -19
  996. package/backend/node_modules/@pm2/io/node_modules/semver/functions/lt.js +0 -3
  997. package/backend/node_modules/@pm2/io/node_modules/semver/functions/lte.js +0 -3
  998. package/backend/node_modules/@pm2/io/node_modules/semver/functions/major.js +0 -3
  999. package/backend/node_modules/@pm2/io/node_modules/semver/functions/minor.js +0 -3
  1000. package/backend/node_modules/@pm2/io/node_modules/semver/functions/neq.js +0 -3
  1001. package/backend/node_modules/@pm2/io/node_modules/semver/functions/parse.js +0 -16
  1002. package/backend/node_modules/@pm2/io/node_modules/semver/functions/patch.js +0 -3
  1003. package/backend/node_modules/@pm2/io/node_modules/semver/functions/prerelease.js +0 -6
  1004. package/backend/node_modules/@pm2/io/node_modules/semver/functions/rcompare.js +0 -3
  1005. package/backend/node_modules/@pm2/io/node_modules/semver/functions/rsort.js +0 -3
  1006. package/backend/node_modules/@pm2/io/node_modules/semver/functions/satisfies.js +0 -10
  1007. package/backend/node_modules/@pm2/io/node_modules/semver/functions/sort.js +0 -3
  1008. package/backend/node_modules/@pm2/io/node_modules/semver/functions/valid.js +0 -6
  1009. package/backend/node_modules/@pm2/io/node_modules/semver/index.js +0 -89
  1010. package/backend/node_modules/@pm2/io/node_modules/semver/internal/constants.js +0 -35
  1011. package/backend/node_modules/@pm2/io/node_modules/semver/internal/debug.js +0 -9
  1012. package/backend/node_modules/@pm2/io/node_modules/semver/internal/identifiers.js +0 -23
  1013. package/backend/node_modules/@pm2/io/node_modules/semver/internal/parse-options.js +0 -15
  1014. package/backend/node_modules/@pm2/io/node_modules/semver/internal/re.js +0 -212
  1015. package/backend/node_modules/@pm2/io/node_modules/semver/package.json +0 -87
  1016. package/backend/node_modules/@pm2/io/node_modules/semver/preload.js +0 -2
  1017. package/backend/node_modules/@pm2/io/node_modules/semver/range.bnf +0 -16
  1018. package/backend/node_modules/@pm2/io/node_modules/semver/ranges/gtr.js +0 -4
  1019. package/backend/node_modules/@pm2/io/node_modules/semver/ranges/intersects.js +0 -7
  1020. package/backend/node_modules/@pm2/io/node_modules/semver/ranges/ltr.js +0 -4
  1021. package/backend/node_modules/@pm2/io/node_modules/semver/ranges/max-satisfying.js +0 -25
  1022. package/backend/node_modules/@pm2/io/node_modules/semver/ranges/min-satisfying.js +0 -24
  1023. package/backend/node_modules/@pm2/io/node_modules/semver/ranges/min-version.js +0 -61
  1024. package/backend/node_modules/@pm2/io/node_modules/semver/ranges/outside.js +0 -80
  1025. package/backend/node_modules/@pm2/io/node_modules/semver/ranges/simplify.js +0 -47
  1026. package/backend/node_modules/@pm2/io/node_modules/semver/ranges/subset.js +0 -247
  1027. package/backend/node_modules/@pm2/io/node_modules/semver/ranges/to-comparators.js +0 -8
  1028. package/backend/node_modules/@pm2/io/node_modules/semver/ranges/valid.js +0 -11
  1029. package/backend/node_modules/@pm2/io/package.json +0 -61
  1030. package/backend/node_modules/@pm2/io/pres/io-black.png +0 -0
  1031. package/backend/node_modules/@pm2/io/pres/io-white.png +0 -0
  1032. package/backend/node_modules/@pm2/io/test.sh +0 -24
  1033. package/backend/node_modules/@pm2/js-api/.drone.jsonnet +0 -100
  1034. package/backend/node_modules/@pm2/js-api/LICENSE +0 -201
  1035. package/backend/node_modules/@pm2/js-api/README.md +0 -375
  1036. package/backend/node_modules/@pm2/js-api/constants.js +0 -21
  1037. package/backend/node_modules/@pm2/js-api/dist/keymetrics.es5.js +0 -11530
  1038. package/backend/node_modules/@pm2/js-api/dist/keymetrics.es5.min.js +0 -1
  1039. package/backend/node_modules/@pm2/js-api/index.js +0 -1
  1040. package/backend/node_modules/@pm2/js-api/node_modules/async/CHANGELOG.md +0 -278
  1041. package/backend/node_modules/@pm2/js-api/node_modules/async/LICENSE +0 -19
  1042. package/backend/node_modules/@pm2/js-api/node_modules/async/README.md +0 -56
  1043. package/backend/node_modules/@pm2/js-api/node_modules/async/all.js +0 -50
  1044. package/backend/node_modules/@pm2/js-api/node_modules/async/allLimit.js +0 -42
  1045. package/backend/node_modules/@pm2/js-api/node_modules/async/allSeries.js +0 -37
  1046. package/backend/node_modules/@pm2/js-api/node_modules/async/any.js +0 -52
  1047. package/backend/node_modules/@pm2/js-api/node_modules/async/anyLimit.js +0 -43
  1048. package/backend/node_modules/@pm2/js-api/node_modules/async/anySeries.js +0 -38
  1049. package/backend/node_modules/@pm2/js-api/node_modules/async/apply.js +0 -68
  1050. package/backend/node_modules/@pm2/js-api/node_modules/async/applyEach.js +0 -51
  1051. package/backend/node_modules/@pm2/js-api/node_modules/async/applyEachSeries.js +0 -37
  1052. package/backend/node_modules/@pm2/js-api/node_modules/async/asyncify.js +0 -110
  1053. package/backend/node_modules/@pm2/js-api/node_modules/async/auto.js +0 -289
  1054. package/backend/node_modules/@pm2/js-api/node_modules/async/autoInject.js +0 -170
  1055. package/backend/node_modules/@pm2/js-api/node_modules/async/bower.json +0 -17
  1056. package/backend/node_modules/@pm2/js-api/node_modules/async/cargo.js +0 -94
  1057. package/backend/node_modules/@pm2/js-api/node_modules/async/compose.js +0 -58
  1058. package/backend/node_modules/@pm2/js-api/node_modules/async/concat.js +0 -43
  1059. package/backend/node_modules/@pm2/js-api/node_modules/async/concatLimit.js +0 -65
  1060. package/backend/node_modules/@pm2/js-api/node_modules/async/concatSeries.js +0 -36
  1061. package/backend/node_modules/@pm2/js-api/node_modules/async/constant.js +0 -66
  1062. package/backend/node_modules/@pm2/js-api/node_modules/async/detect.js +0 -61
  1063. package/backend/node_modules/@pm2/js-api/node_modules/async/detectLimit.js +0 -48
  1064. package/backend/node_modules/@pm2/js-api/node_modules/async/detectSeries.js +0 -38
  1065. package/backend/node_modules/@pm2/js-api/node_modules/async/dir.js +0 -43
  1066. package/backend/node_modules/@pm2/js-api/node_modules/async/dist/async.js +0 -5612
  1067. package/backend/node_modules/@pm2/js-api/node_modules/async/dist/async.min.js +0 -2
  1068. package/backend/node_modules/@pm2/js-api/node_modules/async/dist/async.min.map +0 -1
  1069. package/backend/node_modules/@pm2/js-api/node_modules/async/doDuring.js +0 -66
  1070. package/backend/node_modules/@pm2/js-api/node_modules/async/doUntil.js +0 -39
  1071. package/backend/node_modules/@pm2/js-api/node_modules/async/doWhilst.js +0 -59
  1072. package/backend/node_modules/@pm2/js-api/node_modules/async/during.js +0 -76
  1073. package/backend/node_modules/@pm2/js-api/node_modules/async/each.js +0 -82
  1074. package/backend/node_modules/@pm2/js-api/node_modules/async/eachLimit.js +0 -45
  1075. package/backend/node_modules/@pm2/js-api/node_modules/async/eachOf.js +0 -111
  1076. package/backend/node_modules/@pm2/js-api/node_modules/async/eachOfLimit.js +0 -41
  1077. package/backend/node_modules/@pm2/js-api/node_modules/async/eachOfSeries.js +0 -35
  1078. package/backend/node_modules/@pm2/js-api/node_modules/async/eachSeries.js +0 -37
  1079. package/backend/node_modules/@pm2/js-api/node_modules/async/ensureAsync.js +0 -73
  1080. package/backend/node_modules/@pm2/js-api/node_modules/async/every.js +0 -50
  1081. package/backend/node_modules/@pm2/js-api/node_modules/async/everyLimit.js +0 -42
  1082. package/backend/node_modules/@pm2/js-api/node_modules/async/everySeries.js +0 -37
  1083. package/backend/node_modules/@pm2/js-api/node_modules/async/filter.js +0 -45
  1084. package/backend/node_modules/@pm2/js-api/node_modules/async/filterLimit.js +0 -37
  1085. package/backend/node_modules/@pm2/js-api/node_modules/async/filterSeries.js +0 -35
  1086. package/backend/node_modules/@pm2/js-api/node_modules/async/find.js +0 -61
  1087. package/backend/node_modules/@pm2/js-api/node_modules/async/findLimit.js +0 -48
  1088. package/backend/node_modules/@pm2/js-api/node_modules/async/findSeries.js +0 -38
  1089. package/backend/node_modules/@pm2/js-api/node_modules/async/foldl.js +0 -78
  1090. package/backend/node_modules/@pm2/js-api/node_modules/async/foldr.js +0 -44
  1091. package/backend/node_modules/@pm2/js-api/node_modules/async/forEach.js +0 -82
  1092. package/backend/node_modules/@pm2/js-api/node_modules/async/forEachLimit.js +0 -45
  1093. package/backend/node_modules/@pm2/js-api/node_modules/async/forEachOf.js +0 -111
  1094. package/backend/node_modules/@pm2/js-api/node_modules/async/forEachOfLimit.js +0 -41
  1095. package/backend/node_modules/@pm2/js-api/node_modules/async/forEachOfSeries.js +0 -35
  1096. package/backend/node_modules/@pm2/js-api/node_modules/async/forEachSeries.js +0 -37
  1097. package/backend/node_modules/@pm2/js-api/node_modules/async/forever.js +0 -65
  1098. package/backend/node_modules/@pm2/js-api/node_modules/async/groupBy.js +0 -54
  1099. package/backend/node_modules/@pm2/js-api/node_modules/async/groupByLimit.js +0 -71
  1100. package/backend/node_modules/@pm2/js-api/node_modules/async/groupBySeries.js +0 -37
  1101. package/backend/node_modules/@pm2/js-api/node_modules/async/index.js +0 -582
  1102. package/backend/node_modules/@pm2/js-api/node_modules/async/inject.js +0 -78
  1103. package/backend/node_modules/@pm2/js-api/node_modules/async/internal/DoublyLinkedList.js +0 -88
  1104. package/backend/node_modules/@pm2/js-api/node_modules/async/internal/applyEach.js +0 -38
  1105. package/backend/node_modules/@pm2/js-api/node_modules/async/internal/breakLoop.js +0 -9
  1106. package/backend/node_modules/@pm2/js-api/node_modules/async/internal/consoleFunc.js +0 -42
  1107. package/backend/node_modules/@pm2/js-api/node_modules/async/internal/createTester.js +0 -44
  1108. package/backend/node_modules/@pm2/js-api/node_modules/async/internal/doLimit.js +0 -12
  1109. package/backend/node_modules/@pm2/js-api/node_modules/async/internal/doParallel.js +0 -23
  1110. package/backend/node_modules/@pm2/js-api/node_modules/async/internal/doParallelLimit.js +0 -23
  1111. package/backend/node_modules/@pm2/js-api/node_modules/async/internal/eachOfLimit.js +0 -74
  1112. package/backend/node_modules/@pm2/js-api/node_modules/async/internal/filter.js +0 -75
  1113. package/backend/node_modules/@pm2/js-api/node_modules/async/internal/findGetResult.js +0 -10
  1114. package/backend/node_modules/@pm2/js-api/node_modules/async/internal/getIterator.js +0 -13
  1115. package/backend/node_modules/@pm2/js-api/node_modules/async/internal/initialParams.js +0 -21
  1116. package/backend/node_modules/@pm2/js-api/node_modules/async/internal/iterator.js +0 -61
  1117. package/backend/node_modules/@pm2/js-api/node_modules/async/internal/map.js +0 -35
  1118. package/backend/node_modules/@pm2/js-api/node_modules/async/internal/notId.js +0 -10
  1119. package/backend/node_modules/@pm2/js-api/node_modules/async/internal/once.js +0 -15
  1120. package/backend/node_modules/@pm2/js-api/node_modules/async/internal/onlyOnce.js +0 -15
  1121. package/backend/node_modules/@pm2/js-api/node_modules/async/internal/parallel.js +0 -42
  1122. package/backend/node_modules/@pm2/js-api/node_modules/async/internal/queue.js +0 -204
  1123. package/backend/node_modules/@pm2/js-api/node_modules/async/internal/reject.js +0 -21
  1124. package/backend/node_modules/@pm2/js-api/node_modules/async/internal/setImmediate.js +0 -42
  1125. package/backend/node_modules/@pm2/js-api/node_modules/async/internal/slice.js +0 -16
  1126. package/backend/node_modules/@pm2/js-api/node_modules/async/internal/withoutIndex.js +0 -12
  1127. package/backend/node_modules/@pm2/js-api/node_modules/async/internal/wrapAsync.js +0 -25
  1128. package/backend/node_modules/@pm2/js-api/node_modules/async/log.js +0 -41
  1129. package/backend/node_modules/@pm2/js-api/node_modules/async/map.js +0 -54
  1130. package/backend/node_modules/@pm2/js-api/node_modules/async/mapLimit.js +0 -37
  1131. package/backend/node_modules/@pm2/js-api/node_modules/async/mapSeries.js +0 -36
  1132. package/backend/node_modules/@pm2/js-api/node_modules/async/mapValues.js +0 -63
  1133. package/backend/node_modules/@pm2/js-api/node_modules/async/mapValuesLimit.js +0 -61
  1134. package/backend/node_modules/@pm2/js-api/node_modules/async/mapValuesSeries.js +0 -37
  1135. package/backend/node_modules/@pm2/js-api/node_modules/async/memoize.js +0 -101
  1136. package/backend/node_modules/@pm2/js-api/node_modules/async/nextTick.js +0 -51
  1137. package/backend/node_modules/@pm2/js-api/node_modules/async/package.json +0 -80
  1138. package/backend/node_modules/@pm2/js-api/node_modules/async/parallel.js +0 -90
  1139. package/backend/node_modules/@pm2/js-api/node_modules/async/parallelLimit.js +0 -40
  1140. package/backend/node_modules/@pm2/js-api/node_modules/async/priorityQueue.js +0 -98
  1141. package/backend/node_modules/@pm2/js-api/node_modules/async/queue.js +0 -130
  1142. package/backend/node_modules/@pm2/js-api/node_modules/async/race.js +0 -70
  1143. package/backend/node_modules/@pm2/js-api/node_modules/async/reduce.js +0 -78
  1144. package/backend/node_modules/@pm2/js-api/node_modules/async/reduceRight.js +0 -44
  1145. package/backend/node_modules/@pm2/js-api/node_modules/async/reflect.js +0 -81
  1146. package/backend/node_modules/@pm2/js-api/node_modules/async/reflectAll.js +0 -105
  1147. package/backend/node_modules/@pm2/js-api/node_modules/async/reject.js +0 -45
  1148. package/backend/node_modules/@pm2/js-api/node_modules/async/rejectLimit.js +0 -37
  1149. package/backend/node_modules/@pm2/js-api/node_modules/async/rejectSeries.js +0 -35
  1150. package/backend/node_modules/@pm2/js-api/node_modules/async/retry.js +0 -156
  1151. package/backend/node_modules/@pm2/js-api/node_modules/async/retryable.js +0 -65
  1152. package/backend/node_modules/@pm2/js-api/node_modules/async/select.js +0 -45
  1153. package/backend/node_modules/@pm2/js-api/node_modules/async/selectLimit.js +0 -37
  1154. package/backend/node_modules/@pm2/js-api/node_modules/async/selectSeries.js +0 -35
  1155. package/backend/node_modules/@pm2/js-api/node_modules/async/seq.js +0 -91
  1156. package/backend/node_modules/@pm2/js-api/node_modules/async/series.js +0 -85
  1157. package/backend/node_modules/@pm2/js-api/node_modules/async/setImmediate.js +0 -45
  1158. package/backend/node_modules/@pm2/js-api/node_modules/async/some.js +0 -52
  1159. package/backend/node_modules/@pm2/js-api/node_modules/async/someLimit.js +0 -43
  1160. package/backend/node_modules/@pm2/js-api/node_modules/async/someSeries.js +0 -38
  1161. package/backend/node_modules/@pm2/js-api/node_modules/async/sortBy.js +0 -91
  1162. package/backend/node_modules/@pm2/js-api/node_modules/async/timeout.js +0 -89
  1163. package/backend/node_modules/@pm2/js-api/node_modules/async/times.js +0 -50
  1164. package/backend/node_modules/@pm2/js-api/node_modules/async/timesLimit.js +0 -42
  1165. package/backend/node_modules/@pm2/js-api/node_modules/async/timesSeries.js +0 -32
  1166. package/backend/node_modules/@pm2/js-api/node_modules/async/transform.js +0 -87
  1167. package/backend/node_modules/@pm2/js-api/node_modules/async/tryEach.js +0 -81
  1168. package/backend/node_modules/@pm2/js-api/node_modules/async/unmemoize.js +0 -25
  1169. package/backend/node_modules/@pm2/js-api/node_modules/async/until.js +0 -41
  1170. package/backend/node_modules/@pm2/js-api/node_modules/async/waterfall.js +0 -113
  1171. package/backend/node_modules/@pm2/js-api/node_modules/async/whilst.js +0 -72
  1172. package/backend/node_modules/@pm2/js-api/node_modules/async/wrapSync.js +0 -110
  1173. package/backend/node_modules/@pm2/js-api/node_modules/debug/LICENSE +0 -20
  1174. package/backend/node_modules/@pm2/js-api/node_modules/debug/README.md +0 -481
  1175. package/backend/node_modules/@pm2/js-api/node_modules/debug/package.json +0 -60
  1176. package/backend/node_modules/@pm2/js-api/node_modules/debug/src/browser.js +0 -271
  1177. package/backend/node_modules/@pm2/js-api/node_modules/debug/src/common.js +0 -274
  1178. package/backend/node_modules/@pm2/js-api/node_modules/debug/src/index.js +0 -10
  1179. package/backend/node_modules/@pm2/js-api/node_modules/debug/src/node.js +0 -263
  1180. package/backend/node_modules/@pm2/js-api/node_modules/eventemitter2/LICENSE.txt +0 -21
  1181. package/backend/node_modules/@pm2/js-api/node_modules/eventemitter2/README.md +0 -809
  1182. package/backend/node_modules/@pm2/js-api/node_modules/eventemitter2/eventemitter2.d.ts +0 -156
  1183. package/backend/node_modules/@pm2/js-api/node_modules/eventemitter2/index.js +0 -1
  1184. package/backend/node_modules/@pm2/js-api/node_modules/eventemitter2/lib/eventemitter2.js +0 -1629
  1185. package/backend/node_modules/@pm2/js-api/node_modules/eventemitter2/package.json +0 -89
  1186. package/backend/node_modules/@pm2/js-api/package.json +0 -77
  1187. package/backend/node_modules/@pm2/js-api/src/api_mappings.json +0 -1
  1188. package/backend/node_modules/@pm2/js-api/src/auth_strategies/browser_strategy.js +0 -67
  1189. package/backend/node_modules/@pm2/js-api/src/auth_strategies/embed_strategy.js +0 -138
  1190. package/backend/node_modules/@pm2/js-api/src/auth_strategies/standalone_strategy.js +0 -33
  1191. package/backend/node_modules/@pm2/js-api/src/auth_strategies/strategy.js +0 -57
  1192. package/backend/node_modules/@pm2/js-api/src/endpoint.js +0 -34
  1193. package/backend/node_modules/@pm2/js-api/src/keymetrics.js +0 -78
  1194. package/backend/node_modules/@pm2/js-api/src/namespace.js +0 -76
  1195. package/backend/node_modules/@pm2/js-api/src/network.js +0 -464
  1196. package/backend/node_modules/@pm2/js-api/src/utils/validator.js +0 -164
  1197. package/backend/node_modules/@pm2/js-api/src/utils/websocket.js +0 -181
  1198. package/backend/node_modules/@pm2/pm2-version-check/README.md +0 -8
  1199. package/backend/node_modules/@pm2/pm2-version-check/index.js +0 -54
  1200. package/backend/node_modules/@pm2/pm2-version-check/package.json +0 -11
  1201. package/backend/node_modules/@socket.io/component-emitter/LICENSE +0 -24
  1202. package/backend/node_modules/@socket.io/component-emitter/Readme.md +0 -79
  1203. package/backend/node_modules/@socket.io/component-emitter/lib/cjs/index.d.ts +0 -179
  1204. package/backend/node_modules/@socket.io/component-emitter/lib/cjs/index.js +0 -176
  1205. package/backend/node_modules/@socket.io/component-emitter/lib/cjs/package.json +0 -4
  1206. package/backend/node_modules/@socket.io/component-emitter/lib/esm/index.d.ts +0 -179
  1207. package/backend/node_modules/@socket.io/component-emitter/lib/esm/index.js +0 -169
  1208. package/backend/node_modules/@socket.io/component-emitter/lib/esm/package.json +0 -4
  1209. package/backend/node_modules/@socket.io/component-emitter/package.json +0 -28
  1210. package/backend/node_modules/@tootallnate/quickjs-emscripten/LICENSE +0 -21
  1211. package/backend/node_modules/@tootallnate/quickjs-emscripten/README.md +0 -597
  1212. package/backend/node_modules/@tootallnate/quickjs-emscripten/c/interface.c +0 -819
  1213. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/asyncify-helpers.d.ts +0 -24
  1214. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/asyncify-helpers.js +0 -53
  1215. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/asyncify-helpers.js.map +0 -1
  1216. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/context-asyncify.d.ts +0 -48
  1217. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/context-asyncify.js +0 -58
  1218. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/context-asyncify.js.map +0 -1
  1219. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/context.d.ts +0 -371
  1220. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/context.js +0 -691
  1221. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/context.js.map +0 -1
  1222. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/debug.d.ts +0 -5
  1223. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/debug.js +0 -6
  1224. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/debug.js.map +0 -1
  1225. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/deferred-promise.d.ts +0 -75
  1226. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/deferred-promise.js +0 -96
  1227. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/deferred-promise.js.map +0 -1
  1228. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/emscripten-types.d.ts +0 -97
  1229. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/emscripten-types.js +0 -15
  1230. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/emscripten-types.js.map +0 -1
  1231. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/errors.d.ts +0 -28
  1232. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/errors.js +0 -58
  1233. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/errors.js.map +0 -1
  1234. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/esmHelpers.d.ts +0 -9
  1235. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/esmHelpers.js +0 -19
  1236. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/esmHelpers.js.map +0 -1
  1237. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/generated/emscripten-module.WASM_RELEASE_SYNC.d.ts +0 -5
  1238. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/generated/emscripten-module.WASM_RELEASE_SYNC.js +0 -387
  1239. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/generated/emscripten-module.WASM_RELEASE_SYNC.js.map +0 -1
  1240. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/generated/ffi.WASM_RELEASE_SYNC.d.ts +0 -67
  1241. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/generated/ffi.WASM_RELEASE_SYNC.js +0 -71
  1242. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/generated/ffi.WASM_RELEASE_SYNC.js.map +0 -1
  1243. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/index.d.ts +0 -75
  1244. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/index.js +0 -128
  1245. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/index.js.map +0 -1
  1246. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/lifetime.d.ts +0 -115
  1247. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/lifetime.js +0 -227
  1248. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/lifetime.js.map +0 -1
  1249. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/memory.d.ts +0 -18
  1250. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/memory.js +0 -41
  1251. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/memory.js.map +0 -1
  1252. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module-asyncify.d.ts +0 -53
  1253. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module-asyncify.js +0 -97
  1254. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module-asyncify.js.map +0 -1
  1255. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module-test.d.ts +0 -27
  1256. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module-test.js +0 -77
  1257. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module-test.js.map +0 -1
  1258. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module.d.ts +0 -152
  1259. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module.js +0 -302
  1260. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/module.js.map +0 -1
  1261. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/runtime-asyncify.d.ts +0 -38
  1262. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/runtime-asyncify.js +0 -49
  1263. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/runtime-asyncify.js.map +0 -1
  1264. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/runtime.d.ts +0 -174
  1265. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/runtime.js +0 -300
  1266. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/runtime.js.map +0 -1
  1267. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/types-ffi.d.ts +0 -114
  1268. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/types-ffi.js +0 -38
  1269. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/types-ffi.js.map +0 -1
  1270. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/types.d.ts +0 -158
  1271. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/types.js +0 -58
  1272. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/types.js.map +0 -1
  1273. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/variants.d.ts +0 -113
  1274. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/variants.js +0 -169
  1275. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/variants.js.map +0 -1
  1276. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/vm-interface.d.ts +0 -68
  1277. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/vm-interface.js +0 -12
  1278. package/backend/node_modules/@tootallnate/quickjs-emscripten/dist/vm-interface.js.map +0 -1
  1279. package/backend/node_modules/@tootallnate/quickjs-emscripten/package.json +0 -60
  1280. package/backend/node_modules/@types/cors/LICENSE +0 -21
  1281. package/backend/node_modules/@types/cors/README.md +0 -75
  1282. package/backend/node_modules/@types/cors/index.d.ts +0 -56
  1283. package/backend/node_modules/@types/cors/package.json +0 -38
  1284. package/backend/node_modules/@types/node/LICENSE +0 -21
  1285. package/backend/node_modules/@types/node/README.md +0 -15
  1286. package/backend/node_modules/@types/node/assert/strict.d.ts +0 -105
  1287. package/backend/node_modules/@types/node/assert.d.ts +0 -955
  1288. package/backend/node_modules/@types/node/async_hooks.d.ts +0 -623
  1289. package/backend/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  1290. package/backend/node_modules/@types/node/buffer.d.ts +0 -1810
  1291. package/backend/node_modules/@types/node/child_process.d.ts +0 -1428
  1292. package/backend/node_modules/@types/node/cluster.d.ts +0 -486
  1293. package/backend/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  1294. package/backend/node_modules/@types/node/console.d.ts +0 -151
  1295. package/backend/node_modules/@types/node/constants.d.ts +0 -20
  1296. package/backend/node_modules/@types/node/crypto.d.ts +0 -4065
  1297. package/backend/node_modules/@types/node/dgram.d.ts +0 -564
  1298. package/backend/node_modules/@types/node/diagnostics_channel.d.ts +0 -576
  1299. package/backend/node_modules/@types/node/dns/promises.d.ts +0 -503
  1300. package/backend/node_modules/@types/node/dns.d.ts +0 -922
  1301. package/backend/node_modules/@types/node/domain.d.ts +0 -166
  1302. package/backend/node_modules/@types/node/events.d.ts +0 -1054
  1303. package/backend/node_modules/@types/node/fs/promises.d.ts +0 -1329
  1304. package/backend/node_modules/@types/node/fs.d.ts +0 -4676
  1305. package/backend/node_modules/@types/node/globals.d.ts +0 -150
  1306. package/backend/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  1307. package/backend/node_modules/@types/node/http.d.ts +0 -2167
  1308. package/backend/node_modules/@types/node/http2.d.ts +0 -2480
  1309. package/backend/node_modules/@types/node/https.d.ts +0 -405
  1310. package/backend/node_modules/@types/node/index.d.ts +0 -115
  1311. package/backend/node_modules/@types/node/inspector/promises.d.ts +0 -41
  1312. package/backend/node_modules/@types/node/inspector.d.ts +0 -224
  1313. package/backend/node_modules/@types/node/inspector.generated.d.ts +0 -4226
  1314. package/backend/node_modules/@types/node/module.d.ts +0 -819
  1315. package/backend/node_modules/@types/node/net.d.ts +0 -933
  1316. package/backend/node_modules/@types/node/os.d.ts +0 -507
  1317. package/backend/node_modules/@types/node/package.json +0 -155
  1318. package/backend/node_modules/@types/node/path/posix.d.ts +0 -8
  1319. package/backend/node_modules/@types/node/path/win32.d.ts +0 -8
  1320. package/backend/node_modules/@types/node/path.d.ts +0 -187
  1321. package/backend/node_modules/@types/node/perf_hooks.d.ts +0 -643
  1322. package/backend/node_modules/@types/node/process.d.ts +0 -2156
  1323. package/backend/node_modules/@types/node/punycode.d.ts +0 -117
  1324. package/backend/node_modules/@types/node/querystring.d.ts +0 -152
  1325. package/backend/node_modules/@types/node/quic.d.ts +0 -910
  1326. package/backend/node_modules/@types/node/readline/promises.d.ts +0 -161
  1327. package/backend/node_modules/@types/node/readline.d.ts +0 -541
  1328. package/backend/node_modules/@types/node/repl.d.ts +0 -415
  1329. package/backend/node_modules/@types/node/sea.d.ts +0 -162
  1330. package/backend/node_modules/@types/node/sqlite.d.ts +0 -955
  1331. package/backend/node_modules/@types/node/stream/consumers.d.ts +0 -38
  1332. package/backend/node_modules/@types/node/stream/promises.d.ts +0 -211
  1333. package/backend/node_modules/@types/node/stream/web.d.ts +0 -296
  1334. package/backend/node_modules/@types/node/stream.d.ts +0 -1760
  1335. package/backend/node_modules/@types/node/string_decoder.d.ts +0 -67
  1336. package/backend/node_modules/@types/node/test/reporters.d.ts +0 -96
  1337. package/backend/node_modules/@types/node/test.d.ts +0 -2240
  1338. package/backend/node_modules/@types/node/timers/promises.d.ts +0 -108
  1339. package/backend/node_modules/@types/node/timers.d.ts +0 -159
  1340. package/backend/node_modules/@types/node/tls.d.ts +0 -1198
  1341. package/backend/node_modules/@types/node/trace_events.d.ts +0 -197
  1342. package/backend/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  1343. package/backend/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  1344. package/backend/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  1345. package/backend/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  1346. package/backend/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  1347. package/backend/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  1348. package/backend/node_modules/@types/node/tty.d.ts +0 -250
  1349. package/backend/node_modules/@types/node/url.d.ts +0 -519
  1350. package/backend/node_modules/@types/node/util/types.d.ts +0 -558
  1351. package/backend/node_modules/@types/node/util.d.ts +0 -1662
  1352. package/backend/node_modules/@types/node/v8.d.ts +0 -983
  1353. package/backend/node_modules/@types/node/vm.d.ts +0 -1208
  1354. package/backend/node_modules/@types/node/wasi.d.ts +0 -202
  1355. package/backend/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  1356. package/backend/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  1357. package/backend/node_modules/@types/node/web-globals/console.d.ts +0 -9
  1358. package/backend/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  1359. package/backend/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
  1360. package/backend/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  1361. package/backend/node_modules/@types/node/web-globals/events.d.ts +0 -106
  1362. package/backend/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  1363. package/backend/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  1364. package/backend/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  1365. package/backend/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  1366. package/backend/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  1367. package/backend/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  1368. package/backend/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  1369. package/backend/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  1370. package/backend/node_modules/@types/node/web-globals/url.d.ts +0 -24
  1371. package/backend/node_modules/@types/node/worker_threads.d.ts +0 -717
  1372. package/backend/node_modules/@types/node/zlib.d.ts +0 -618
  1373. package/backend/node_modules/accepts/HISTORY.md +0 -250
  1374. package/backend/node_modules/accepts/LICENSE +0 -23
  1375. package/backend/node_modules/accepts/README.md +0 -140
  1376. package/backend/node_modules/accepts/index.js +0 -238
  1377. package/backend/node_modules/accepts/package.json +0 -47
  1378. package/backend/node_modules/agent-base/LICENSE +0 -22
  1379. package/backend/node_modules/agent-base/README.md +0 -69
  1380. package/backend/node_modules/agent-base/dist/helpers.d.ts +0 -15
  1381. package/backend/node_modules/agent-base/dist/helpers.d.ts.map +0 -1
  1382. package/backend/node_modules/agent-base/dist/helpers.js +0 -66
  1383. package/backend/node_modules/agent-base/dist/helpers.js.map +0 -1
  1384. package/backend/node_modules/agent-base/dist/index.d.ts +0 -41
  1385. package/backend/node_modules/agent-base/dist/index.d.ts.map +0 -1
  1386. package/backend/node_modules/agent-base/dist/index.js +0 -178
  1387. package/backend/node_modules/agent-base/dist/index.js.map +0 -1
  1388. package/backend/node_modules/agent-base/package.json +0 -46
  1389. package/backend/node_modules/amp/Readme.md +0 -41
  1390. package/backend/node_modules/amp/index.js +0 -5
  1391. package/backend/node_modules/amp/lib/decode.js +0 -29
  1392. package/backend/node_modules/amp/lib/encode.js +0 -44
  1393. package/backend/node_modules/amp/lib/stream.js +0 -105
  1394. package/backend/node_modules/amp/package.json +0 -15
  1395. package/backend/node_modules/amp-message/Readme.md +0 -73
  1396. package/backend/node_modules/amp-message/index.js +0 -170
  1397. package/backend/node_modules/amp-message/package.json +0 -26
  1398. package/backend/node_modules/ansi-colors/LICENSE +0 -21
  1399. package/backend/node_modules/ansi-colors/README.md +0 -315
  1400. package/backend/node_modules/ansi-colors/index.js +0 -184
  1401. package/backend/node_modules/ansi-colors/package.json +0 -129
  1402. package/backend/node_modules/ansi-colors/symbols.js +0 -69
  1403. package/backend/node_modules/ansi-colors/types/index.d.ts +0 -235
  1404. package/backend/node_modules/ansi-styles/index.d.ts +0 -345
  1405. package/backend/node_modules/ansi-styles/index.js +0 -163
  1406. package/backend/node_modules/ansi-styles/license +0 -9
  1407. package/backend/node_modules/ansi-styles/package.json +0 -56
  1408. package/backend/node_modules/ansi-styles/readme.md +0 -152
  1409. package/backend/node_modules/ansis/LICENSE +0 -15
  1410. package/backend/node_modules/ansis/README.md +0 -7
  1411. package/backend/node_modules/ansis/index.cjs +0 -1
  1412. package/backend/node_modules/ansis/index.d.ts +0 -1
  1413. package/backend/node_modules/ansis/index.mjs +0 -1
  1414. package/backend/node_modules/ansis/package.json +0 -22
  1415. package/backend/node_modules/anymatch/LICENSE +0 -15
  1416. package/backend/node_modules/anymatch/README.md +0 -87
  1417. package/backend/node_modules/anymatch/index.d.ts +0 -20
  1418. package/backend/node_modules/anymatch/index.js +0 -104
  1419. package/backend/node_modules/anymatch/package.json +0 -48
  1420. package/backend/node_modules/argparse/CHANGELOG.md +0 -216
  1421. package/backend/node_modules/argparse/LICENSE +0 -254
  1422. package/backend/node_modules/argparse/README.md +0 -84
  1423. package/backend/node_modules/argparse/argparse.js +0 -3707
  1424. package/backend/node_modules/argparse/lib/sub.js +0 -67
  1425. package/backend/node_modules/argparse/lib/textwrap.js +0 -440
  1426. package/backend/node_modules/argparse/package.json +0 -31
  1427. package/backend/node_modules/ast-types/.github/dependabot.yml +0 -9
  1428. package/backend/node_modules/ast-types/.github/workflows/main.yml +0 -29
  1429. package/backend/node_modules/ast-types/LICENSE +0 -20
  1430. package/backend/node_modules/ast-types/README.md +0 -512
  1431. package/backend/node_modules/ast-types/def/babel-core.d.ts +0 -2
  1432. package/backend/node_modules/ast-types/def/babel-core.js +0 -256
  1433. package/backend/node_modules/ast-types/def/babel.d.ts +0 -2
  1434. package/backend/node_modules/ast-types/def/babel.js +0 -11
  1435. package/backend/node_modules/ast-types/def/core.d.ts +0 -2
  1436. package/backend/node_modules/ast-types/def/core.js +0 -298
  1437. package/backend/node_modules/ast-types/def/es-proposals.d.ts +0 -2
  1438. package/backend/node_modules/ast-types/def/es-proposals.js +0 -33
  1439. package/backend/node_modules/ast-types/def/es2020.d.ts +0 -2
  1440. package/backend/node_modules/ast-types/def/es2020.js +0 -16
  1441. package/backend/node_modules/ast-types/def/es6.d.ts +0 -2
  1442. package/backend/node_modules/ast-types/def/es6.js +0 -210
  1443. package/backend/node_modules/ast-types/def/es7.d.ts +0 -2
  1444. package/backend/node_modules/ast-types/def/es7.js +0 -34
  1445. package/backend/node_modules/ast-types/def/esprima.d.ts +0 -2
  1446. package/backend/node_modules/ast-types/def/esprima.js +0 -49
  1447. package/backend/node_modules/ast-types/def/flow.d.ts +0 -2
  1448. package/backend/node_modules/ast-types/def/flow.js +0 -292
  1449. package/backend/node_modules/ast-types/def/jsx.d.ts +0 -2
  1450. package/backend/node_modules/ast-types/def/jsx.js +0 -103
  1451. package/backend/node_modules/ast-types/def/type-annotations.d.ts +0 -7
  1452. package/backend/node_modules/ast-types/def/type-annotations.js +0 -40
  1453. package/backend/node_modules/ast-types/def/typescript.d.ts +0 -2
  1454. package/backend/node_modules/ast-types/def/typescript.js +0 -344
  1455. package/backend/node_modules/ast-types/fork.d.ts +0 -42
  1456. package/backend/node_modules/ast-types/fork.js +0 -52
  1457. package/backend/node_modules/ast-types/gen/builders.d.ts +0 -2584
  1458. package/backend/node_modules/ast-types/gen/builders.js +0 -2
  1459. package/backend/node_modules/ast-types/gen/kinds.d.ts +0 -264
  1460. package/backend/node_modules/ast-types/gen/kinds.js +0 -2
  1461. package/backend/node_modules/ast-types/gen/namedTypes.d.ts +0 -1809
  1462. package/backend/node_modules/ast-types/gen/namedTypes.js +0 -6
  1463. package/backend/node_modules/ast-types/gen/visitor.d.ts +0 -268
  1464. package/backend/node_modules/ast-types/gen/visitor.js +0 -2
  1465. package/backend/node_modules/ast-types/lib/equiv.d.ts +0 -5
  1466. package/backend/node_modules/ast-types/lib/equiv.js +0 -154
  1467. package/backend/node_modules/ast-types/lib/node-path.d.ts +0 -22
  1468. package/backend/node_modules/ast-types/lib/node-path.js +0 -411
  1469. package/backend/node_modules/ast-types/lib/path-visitor.d.ts +0 -52
  1470. package/backend/node_modules/ast-types/lib/path-visitor.js +0 -343
  1471. package/backend/node_modules/ast-types/lib/path.d.ts +0 -25
  1472. package/backend/node_modules/ast-types/lib/path.js +0 -331
  1473. package/backend/node_modules/ast-types/lib/scope.d.ts +0 -26
  1474. package/backend/node_modules/ast-types/lib/scope.js +0 -318
  1475. package/backend/node_modules/ast-types/lib/shared.d.ts +0 -13
  1476. package/backend/node_modules/ast-types/lib/shared.js +0 -47
  1477. package/backend/node_modules/ast-types/lib/types.d.ts +0 -136
  1478. package/backend/node_modules/ast-types/lib/types.js +0 -780
  1479. package/backend/node_modules/ast-types/main.d.ts +0 -28
  1480. package/backend/node_modules/ast-types/main.js +0 -53
  1481. package/backend/node_modules/ast-types/node_modules/tslib/CopyrightNotice.txt +0 -15
  1482. package/backend/node_modules/ast-types/node_modules/tslib/LICENSE.txt +0 -12
  1483. package/backend/node_modules/ast-types/node_modules/tslib/README.md +0 -164
  1484. package/backend/node_modules/ast-types/node_modules/tslib/SECURITY.md +0 -41
  1485. package/backend/node_modules/ast-types/node_modules/tslib/modules/index.d.ts +0 -38
  1486. package/backend/node_modules/ast-types/node_modules/tslib/modules/index.js +0 -70
  1487. package/backend/node_modules/ast-types/node_modules/tslib/modules/package.json +0 -3
  1488. package/backend/node_modules/ast-types/node_modules/tslib/package.json +0 -47
  1489. package/backend/node_modules/ast-types/node_modules/tslib/tslib.d.ts +0 -460
  1490. package/backend/node_modules/ast-types/node_modules/tslib/tslib.es6.html +0 -1
  1491. package/backend/node_modules/ast-types/node_modules/tslib/tslib.es6.js +0 -402
  1492. package/backend/node_modules/ast-types/node_modules/tslib/tslib.es6.mjs +0 -401
  1493. package/backend/node_modules/ast-types/node_modules/tslib/tslib.html +0 -1
  1494. package/backend/node_modules/ast-types/node_modules/tslib/tslib.js +0 -484
  1495. package/backend/node_modules/ast-types/package.json +0 -65
  1496. package/backend/node_modules/ast-types/tsconfig.json +0 -21
  1497. package/backend/node_modules/ast-types/types.d.ts +0 -6
  1498. package/backend/node_modules/ast-types/types.js +0 -2
  1499. package/backend/node_modules/async/CHANGELOG.md +0 -351
  1500. package/backend/node_modules/async/LICENSE +0 -19
  1501. package/backend/node_modules/async/README.md +0 -59
  1502. package/backend/node_modules/async/all.js +0 -119
  1503. package/backend/node_modules/async/allLimit.js +0 -46
  1504. package/backend/node_modules/async/allSeries.js +0 -45
  1505. package/backend/node_modules/async/any.js +0 -122
  1506. package/backend/node_modules/async/anyLimit.js +0 -47
  1507. package/backend/node_modules/async/anySeries.js +0 -46
  1508. package/backend/node_modules/async/apply.js +0 -11
  1509. package/backend/node_modules/async/applyEach.js +0 -57
  1510. package/backend/node_modules/async/applyEachSeries.js +0 -37
  1511. package/backend/node_modules/async/asyncify.js +0 -118
  1512. package/backend/node_modules/async/auto.js +0 -333
  1513. package/backend/node_modules/async/autoInject.js +0 -182
  1514. package/backend/node_modules/async/bower.json +0 -17
  1515. package/backend/node_modules/async/cargo.js +0 -63
  1516. package/backend/node_modules/async/cargoQueue.js +0 -71
  1517. package/backend/node_modules/async/compose.js +0 -55
  1518. package/backend/node_modules/async/concat.js +0 -115
  1519. package/backend/node_modules/async/concatLimit.js +0 -60
  1520. package/backend/node_modules/async/concatSeries.js +0 -41
  1521. package/backend/node_modules/async/constant.js +0 -14
  1522. package/backend/node_modules/async/detect.js +0 -96
  1523. package/backend/node_modules/async/detectLimit.js +0 -48
  1524. package/backend/node_modules/async/detectSeries.js +0 -47
  1525. package/backend/node_modules/async/dir.js +0 -43
  1526. package/backend/node_modules/async/dist/async.js +0 -6061
  1527. package/backend/node_modules/async/dist/async.min.js +0 -1
  1528. package/backend/node_modules/async/dist/async.mjs +0 -5948
  1529. package/backend/node_modules/async/doDuring.js +0 -68
  1530. package/backend/node_modules/async/doUntil.js +0 -46
  1531. package/backend/node_modules/async/doWhilst.js +0 -68
  1532. package/backend/node_modules/async/during.js +0 -78
  1533. package/backend/node_modules/async/each.js +0 -129
  1534. package/backend/node_modules/async/eachLimit.js +0 -50
  1535. package/backend/node_modules/async/eachOf.js +0 -185
  1536. package/backend/node_modules/async/eachOfLimit.js +0 -47
  1537. package/backend/node_modules/async/eachOfSeries.js +0 -39
  1538. package/backend/node_modules/async/eachSeries.js +0 -44
  1539. package/backend/node_modules/async/ensureAsync.js +0 -67
  1540. package/backend/node_modules/async/every.js +0 -119
  1541. package/backend/node_modules/async/everyLimit.js +0 -46
  1542. package/backend/node_modules/async/everySeries.js +0 -45
  1543. package/backend/node_modules/async/filter.js +0 -93
  1544. package/backend/node_modules/async/filterLimit.js +0 -45
  1545. package/backend/node_modules/async/filterSeries.js +0 -43
  1546. package/backend/node_modules/async/find.js +0 -96
  1547. package/backend/node_modules/async/findLimit.js +0 -48
  1548. package/backend/node_modules/async/findSeries.js +0 -47
  1549. package/backend/node_modules/async/flatMap.js +0 -115
  1550. package/backend/node_modules/async/flatMapLimit.js +0 -60
  1551. package/backend/node_modules/async/flatMapSeries.js +0 -41
  1552. package/backend/node_modules/async/foldl.js +0 -153
  1553. package/backend/node_modules/async/foldr.js +0 -41
  1554. package/backend/node_modules/async/forEach.js +0 -129
  1555. package/backend/node_modules/async/forEachLimit.js +0 -50
  1556. package/backend/node_modules/async/forEachOf.js +0 -185
  1557. package/backend/node_modules/async/forEachOfLimit.js +0 -47
  1558. package/backend/node_modules/async/forEachOfSeries.js +0 -39
  1559. package/backend/node_modules/async/forEachSeries.js +0 -44
  1560. package/backend/node_modules/async/forever.js +0 -68
  1561. package/backend/node_modules/async/groupBy.js +0 -108
  1562. package/backend/node_modules/async/groupByLimit.js +0 -71
  1563. package/backend/node_modules/async/groupBySeries.js +0 -36
  1564. package/backend/node_modules/async/index.js +0 -588
  1565. package/backend/node_modules/async/inject.js +0 -153
  1566. package/backend/node_modules/async/internal/DoublyLinkedList.js +0 -92
  1567. package/backend/node_modules/async/internal/Heap.js +0 -120
  1568. package/backend/node_modules/async/internal/applyEach.js +0 -29
  1569. package/backend/node_modules/async/internal/asyncEachOfLimit.js +0 -75
  1570. package/backend/node_modules/async/internal/awaitify.js +0 -28
  1571. package/backend/node_modules/async/internal/breakLoop.js +0 -10
  1572. package/backend/node_modules/async/internal/consoleFunc.js +0 -31
  1573. package/backend/node_modules/async/internal/createTester.js +0 -40
  1574. package/backend/node_modules/async/internal/eachOfLimit.js +0 -90
  1575. package/backend/node_modules/async/internal/filter.js +0 -55
  1576. package/backend/node_modules/async/internal/getIterator.js +0 -11
  1577. package/backend/node_modules/async/internal/initialParams.js +0 -14
  1578. package/backend/node_modules/async/internal/isArrayLike.js +0 -10
  1579. package/backend/node_modules/async/internal/iterator.js +0 -57
  1580. package/backend/node_modules/async/internal/map.js +0 -30
  1581. package/backend/node_modules/async/internal/once.js +0 -17
  1582. package/backend/node_modules/async/internal/onlyOnce.js +0 -15
  1583. package/backend/node_modules/async/internal/parallel.js +0 -34
  1584. package/backend/node_modules/async/internal/promiseCallback.js +0 -23
  1585. package/backend/node_modules/async/internal/queue.js +0 -294
  1586. package/backend/node_modules/async/internal/range.js +0 -14
  1587. package/backend/node_modules/async/internal/reject.js +0 -26
  1588. package/backend/node_modules/async/internal/setImmediate.js +0 -34
  1589. package/backend/node_modules/async/internal/withoutIndex.js +0 -10
  1590. package/backend/node_modules/async/internal/wrapAsync.js +0 -34
  1591. package/backend/node_modules/async/log.js +0 -41
  1592. package/backend/node_modules/async/map.js +0 -142
  1593. package/backend/node_modules/async/mapLimit.js +0 -45
  1594. package/backend/node_modules/async/mapSeries.js +0 -44
  1595. package/backend/node_modules/async/mapValues.js +0 -152
  1596. package/backend/node_modules/async/mapValuesLimit.js +0 -61
  1597. package/backend/node_modules/async/mapValuesSeries.js +0 -37
  1598. package/backend/node_modules/async/memoize.js +0 -91
  1599. package/backend/node_modules/async/nextTick.js +0 -52
  1600. package/backend/node_modules/async/package.json +0 -75
  1601. package/backend/node_modules/async/parallel.js +0 -180
  1602. package/backend/node_modules/async/parallelLimit.js +0 -41
  1603. package/backend/node_modules/async/priorityQueue.js +0 -60
  1604. package/backend/node_modules/async/queue.js +0 -24
  1605. package/backend/node_modules/async/race.js +0 -67
  1606. package/backend/node_modules/async/reduce.js +0 -153
  1607. package/backend/node_modules/async/reduceRight.js +0 -41
  1608. package/backend/node_modules/async/reflect.js +0 -78
  1609. package/backend/node_modules/async/reflectAll.js +0 -93
  1610. package/backend/node_modules/async/reject.js +0 -87
  1611. package/backend/node_modules/async/rejectLimit.js +0 -45
  1612. package/backend/node_modules/async/rejectSeries.js +0 -43
  1613. package/backend/node_modules/async/retry.js +0 -159
  1614. package/backend/node_modules/async/retryable.js +0 -77
  1615. package/backend/node_modules/async/select.js +0 -93
  1616. package/backend/node_modules/async/selectLimit.js +0 -45
  1617. package/backend/node_modules/async/selectSeries.js +0 -43
  1618. package/backend/node_modules/async/seq.js +0 -79
  1619. package/backend/node_modules/async/series.js +0 -186
  1620. package/backend/node_modules/async/setImmediate.js +0 -45
  1621. package/backend/node_modules/async/some.js +0 -122
  1622. package/backend/node_modules/async/someLimit.js +0 -47
  1623. package/backend/node_modules/async/someSeries.js +0 -46
  1624. package/backend/node_modules/async/sortBy.js +0 -190
  1625. package/backend/node_modules/async/timeout.js +0 -89
  1626. package/backend/node_modules/async/times.js +0 -50
  1627. package/backend/node_modules/async/timesLimit.js +0 -43
  1628. package/backend/node_modules/async/timesSeries.js +0 -32
  1629. package/backend/node_modules/async/transform.js +0 -173
  1630. package/backend/node_modules/async/tryEach.js +0 -78
  1631. package/backend/node_modules/async/unmemoize.js +0 -25
  1632. package/backend/node_modules/async/until.js +0 -61
  1633. package/backend/node_modules/async/waterfall.js +0 -105
  1634. package/backend/node_modules/async/whilst.js +0 -78
  1635. package/backend/node_modules/async/wrapSync.js +0 -118
  1636. package/backend/node_modules/balanced-match/LICENSE.md +0 -23
  1637. package/backend/node_modules/balanced-match/README.md +0 -57
  1638. package/backend/node_modules/balanced-match/dist/commonjs/index.d.ts +0 -9
  1639. package/backend/node_modules/balanced-match/dist/commonjs/index.d.ts.map +0 -1
  1640. package/backend/node_modules/balanced-match/dist/commonjs/index.js +0 -59
  1641. package/backend/node_modules/balanced-match/dist/commonjs/index.js.map +0 -1
  1642. package/backend/node_modules/balanced-match/dist/commonjs/package.json +0 -3
  1643. package/backend/node_modules/balanced-match/dist/esm/index.d.ts +0 -9
  1644. package/backend/node_modules/balanced-match/dist/esm/index.d.ts.map +0 -1
  1645. package/backend/node_modules/balanced-match/dist/esm/index.js +0 -54
  1646. package/backend/node_modules/balanced-match/dist/esm/index.js.map +0 -1
  1647. package/backend/node_modules/balanced-match/dist/esm/package.json +0 -3
  1648. package/backend/node_modules/balanced-match/package.json +0 -68
  1649. package/backend/node_modules/base64id/CHANGELOG.md +0 -16
  1650. package/backend/node_modules/base64id/LICENSE +0 -22
  1651. package/backend/node_modules/base64id/README.md +0 -18
  1652. package/backend/node_modules/base64id/lib/base64id.js +0 -103
  1653. package/backend/node_modules/base64id/package.json +0 -13
  1654. package/backend/node_modules/basic-auth/HISTORY.md +0 -52
  1655. package/backend/node_modules/basic-auth/LICENSE +0 -24
  1656. package/backend/node_modules/basic-auth/README.md +0 -113
  1657. package/backend/node_modules/basic-auth/index.js +0 -133
  1658. package/backend/node_modules/basic-auth/node_modules/safe-buffer/LICENSE +0 -21
  1659. package/backend/node_modules/basic-auth/node_modules/safe-buffer/README.md +0 -584
  1660. package/backend/node_modules/basic-auth/node_modules/safe-buffer/index.d.ts +0 -187
  1661. package/backend/node_modules/basic-auth/node_modules/safe-buffer/index.js +0 -62
  1662. package/backend/node_modules/basic-auth/node_modules/safe-buffer/package.json +0 -37
  1663. package/backend/node_modules/basic-auth/package.json +0 -41
  1664. package/backend/node_modules/basic-ftp/LICENSE.txt +0 -19
  1665. package/backend/node_modules/basic-ftp/README.md +0 -244
  1666. package/backend/node_modules/basic-ftp/dist/Client.d.ts +0 -333
  1667. package/backend/node_modules/basic-ftp/dist/Client.js +0 -782
  1668. package/backend/node_modules/basic-ftp/dist/FileInfo.d.ts +0 -80
  1669. package/backend/node_modules/basic-ftp/dist/FileInfo.js +0 -92
  1670. package/backend/node_modules/basic-ftp/dist/FtpContext.d.ts +0 -175
  1671. package/backend/node_modules/basic-ftp/dist/FtpContext.js +0 -365
  1672. package/backend/node_modules/basic-ftp/dist/ProgressTracker.d.ts +0 -45
  1673. package/backend/node_modules/basic-ftp/dist/ProgressTracker.js +0 -72
  1674. package/backend/node_modules/basic-ftp/dist/StringEncoding.d.ts +0 -1
  1675. package/backend/node_modules/basic-ftp/dist/StringEncoding.js +0 -2
  1676. package/backend/node_modules/basic-ftp/dist/StringWriter.d.ts +0 -7
  1677. package/backend/node_modules/basic-ftp/dist/StringWriter.js +0 -23
  1678. package/backend/node_modules/basic-ftp/dist/index.d.ts +0 -9
  1679. package/backend/node_modules/basic-ftp/dist/index.js +0 -28
  1680. package/backend/node_modules/basic-ftp/dist/netUtils.d.ts +0 -21
  1681. package/backend/node_modules/basic-ftp/dist/netUtils.js +0 -66
  1682. package/backend/node_modules/basic-ftp/dist/parseControlResponse.d.ts +0 -22
  1683. package/backend/node_modules/basic-ftp/dist/parseControlResponse.js +0 -66
  1684. package/backend/node_modules/basic-ftp/dist/parseList.d.ts +0 -5
  1685. package/backend/node_modules/basic-ftp/dist/parseList.js +0 -79
  1686. package/backend/node_modules/basic-ftp/dist/parseListDOS.d.ts +0 -12
  1687. package/backend/node_modules/basic-ftp/dist/parseListDOS.js +0 -52
  1688. package/backend/node_modules/basic-ftp/dist/parseListMLSD.d.ts +0 -20
  1689. package/backend/node_modules/basic-ftp/dist/parseListMLSD.js +0 -187
  1690. package/backend/node_modules/basic-ftp/dist/parseListUnix.d.ts +0 -12
  1691. package/backend/node_modules/basic-ftp/dist/parseListUnix.js +0 -155
  1692. package/backend/node_modules/basic-ftp/dist/transfer.d.ts +0 -39
  1693. package/backend/node_modules/basic-ftp/dist/transfer.js +0 -318
  1694. package/backend/node_modules/basic-ftp/package.json +0 -52
  1695. package/backend/node_modules/bcrypt/.dockerignore +0 -6
  1696. package/backend/node_modules/bcrypt/.editorconfig +0 -19
  1697. package/backend/node_modules/bcrypt/.github/workflows/build-pack-publish.yml +0 -110
  1698. package/backend/node_modules/bcrypt/.github/workflows/ci.yaml +0 -42
  1699. package/backend/node_modules/bcrypt/CHANGELOG.md +0 -184
  1700. package/backend/node_modules/bcrypt/Dockerfile +0 -57
  1701. package/backend/node_modules/bcrypt/Dockerfile-alpine +0 -41
  1702. package/backend/node_modules/bcrypt/ISSUE_TEMPLATE.md +0 -18
  1703. package/backend/node_modules/bcrypt/LICENSE +0 -19
  1704. package/backend/node_modules/bcrypt/Makefile +0 -19
  1705. package/backend/node_modules/bcrypt/README.md +0 -388
  1706. package/backend/node_modules/bcrypt/SECURITY.md +0 -15
  1707. package/backend/node_modules/bcrypt/bcrypt.js +0 -242
  1708. package/backend/node_modules/bcrypt/binding.gyp +0 -49
  1709. package/backend/node_modules/bcrypt/build-all.sh +0 -37
  1710. package/backend/node_modules/bcrypt/examples/async_compare.js +0 -28
  1711. package/backend/node_modules/bcrypt/examples/forever_gen_salt.js +0 -8
  1712. package/backend/node_modules/bcrypt/package.json +0 -62
  1713. package/backend/node_modules/bcrypt/prebuilds/darwin-arm64/bcrypt.node +0 -0
  1714. package/backend/node_modules/bcrypt/prebuilds/darwin-x64/bcrypt.node +0 -0
  1715. package/backend/node_modules/bcrypt/prebuilds/linux-arm/bcrypt.glibc.node +0 -0
  1716. package/backend/node_modules/bcrypt/prebuilds/linux-arm/bcrypt.musl.node +0 -0
  1717. package/backend/node_modules/bcrypt/prebuilds/linux-arm64/bcrypt.glibc.node +0 -0
  1718. package/backend/node_modules/bcrypt/prebuilds/linux-arm64/bcrypt.musl.node +0 -0
  1719. package/backend/node_modules/bcrypt/prebuilds/linux-x64/bcrypt.glibc.node +0 -0
  1720. package/backend/node_modules/bcrypt/prebuilds/linux-x64/bcrypt.musl.node +0 -0
  1721. package/backend/node_modules/bcrypt/prebuilds/win32-arm64/bcrypt.node +0 -0
  1722. package/backend/node_modules/bcrypt/prebuilds/win32-x64/bcrypt.node +0 -0
  1723. package/backend/node_modules/bcrypt/promises.js +0 -45
  1724. package/backend/node_modules/bcrypt/src/bcrypt.cc +0 -315
  1725. package/backend/node_modules/bcrypt/src/bcrypt_node.cc +0 -288
  1726. package/backend/node_modules/bcrypt/src/blowfish.cc +0 -679
  1727. package/backend/node_modules/bcrypt/src/node_blf.h +0 -132
  1728. package/backend/node_modules/bcrypt/test/async.test.js +0 -209
  1729. package/backend/node_modules/bcrypt/test/implementation.test.js +0 -48
  1730. package/backend/node_modules/bcrypt/test/promise.test.js +0 -168
  1731. package/backend/node_modules/bcrypt/test/repetitions.test.js +0 -55
  1732. package/backend/node_modules/bcrypt/test/sync.test.js +0 -125
  1733. package/backend/node_modules/binary-extensions/binary-extensions.json +0 -263
  1734. package/backend/node_modules/binary-extensions/binary-extensions.json.d.ts +0 -3
  1735. package/backend/node_modules/binary-extensions/index.d.ts +0 -14
  1736. package/backend/node_modules/binary-extensions/index.js +0 -1
  1737. package/backend/node_modules/binary-extensions/license +0 -10
  1738. package/backend/node_modules/binary-extensions/package.json +0 -40
  1739. package/backend/node_modules/binary-extensions/readme.md +0 -25
  1740. package/backend/node_modules/bodec/LICENSE +0 -20
  1741. package/backend/node_modules/bodec/README.md +0 -4
  1742. package/backend/node_modules/bodec/bodec-node.js +0 -172
  1743. package/backend/node_modules/bodec/bodec.js +0 -246
  1744. package/backend/node_modules/bodec/package.json +0 -10
  1745. package/backend/node_modules/body-parser/LICENSE +0 -23
  1746. package/backend/node_modules/body-parser/README.md +0 -494
  1747. package/backend/node_modules/body-parser/index.js +0 -71
  1748. package/backend/node_modules/body-parser/lib/read.js +0 -247
  1749. package/backend/node_modules/body-parser/lib/types/json.js +0 -158
  1750. package/backend/node_modules/body-parser/lib/types/raw.js +0 -42
  1751. package/backend/node_modules/body-parser/lib/types/text.js +0 -36
  1752. package/backend/node_modules/body-parser/lib/types/urlencoded.js +0 -142
  1753. package/backend/node_modules/body-parser/lib/utils.js +0 -98
  1754. package/backend/node_modules/body-parser/package.json +0 -52
  1755. package/backend/node_modules/brace-expansion/LICENSE +0 -23
  1756. package/backend/node_modules/brace-expansion/README.md +0 -94
  1757. package/backend/node_modules/brace-expansion/dist/commonjs/index.d.ts +0 -6
  1758. package/backend/node_modules/brace-expansion/dist/commonjs/index.d.ts.map +0 -1
  1759. package/backend/node_modules/brace-expansion/dist/commonjs/index.js +0 -199
  1760. package/backend/node_modules/brace-expansion/dist/commonjs/index.js.map +0 -1
  1761. package/backend/node_modules/brace-expansion/dist/commonjs/package.json +0 -3
  1762. package/backend/node_modules/brace-expansion/dist/esm/index.d.ts +0 -6
  1763. package/backend/node_modules/brace-expansion/dist/esm/index.d.ts.map +0 -1
  1764. package/backend/node_modules/brace-expansion/dist/esm/index.js +0 -195
  1765. package/backend/node_modules/brace-expansion/dist/esm/index.js.map +0 -1
  1766. package/backend/node_modules/brace-expansion/dist/esm/package.json +0 -3
  1767. package/backend/node_modules/brace-expansion/package.json +0 -64
  1768. package/backend/node_modules/braces/LICENSE +0 -21
  1769. package/backend/node_modules/braces/README.md +0 -586
  1770. package/backend/node_modules/braces/index.js +0 -170
  1771. package/backend/node_modules/braces/lib/compile.js +0 -60
  1772. package/backend/node_modules/braces/lib/constants.js +0 -57
  1773. package/backend/node_modules/braces/lib/expand.js +0 -113
  1774. package/backend/node_modules/braces/lib/parse.js +0 -331
  1775. package/backend/node_modules/braces/lib/stringify.js +0 -32
  1776. package/backend/node_modules/braces/lib/utils.js +0 -122
  1777. package/backend/node_modules/braces/package.json +0 -77
  1778. package/backend/node_modules/buffer-equal-constant-time/.travis.yml +0 -4
  1779. package/backend/node_modules/buffer-equal-constant-time/LICENSE.txt +0 -12
  1780. package/backend/node_modules/buffer-equal-constant-time/README.md +0 -50
  1781. package/backend/node_modules/buffer-equal-constant-time/index.js +0 -41
  1782. package/backend/node_modules/buffer-equal-constant-time/package.json +0 -21
  1783. package/backend/node_modules/buffer-equal-constant-time/test.js +0 -42
  1784. package/backend/node_modules/buffer-from/LICENSE +0 -21
  1785. package/backend/node_modules/buffer-from/index.js +0 -72
  1786. package/backend/node_modules/buffer-from/package.json +0 -19
  1787. package/backend/node_modules/buffer-from/readme.md +0 -69
  1788. package/backend/node_modules/bytes/History.md +0 -97
  1789. package/backend/node_modules/bytes/LICENSE +0 -23
  1790. package/backend/node_modules/bytes/Readme.md +0 -152
  1791. package/backend/node_modules/bytes/index.js +0 -170
  1792. package/backend/node_modules/bytes/package.json +0 -42
  1793. package/backend/node_modules/call-bind-apply-helpers/.eslintrc +0 -17
  1794. package/backend/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +0 -12
  1795. package/backend/node_modules/call-bind-apply-helpers/.nycrc +0 -9
  1796. package/backend/node_modules/call-bind-apply-helpers/CHANGELOG.md +0 -30
  1797. package/backend/node_modules/call-bind-apply-helpers/LICENSE +0 -21
  1798. package/backend/node_modules/call-bind-apply-helpers/README.md +0 -62
  1799. package/backend/node_modules/call-bind-apply-helpers/actualApply.d.ts +0 -1
  1800. package/backend/node_modules/call-bind-apply-helpers/actualApply.js +0 -10
  1801. package/backend/node_modules/call-bind-apply-helpers/applyBind.d.ts +0 -19
  1802. package/backend/node_modules/call-bind-apply-helpers/applyBind.js +0 -10
  1803. package/backend/node_modules/call-bind-apply-helpers/functionApply.d.ts +0 -1
  1804. package/backend/node_modules/call-bind-apply-helpers/functionApply.js +0 -4
  1805. package/backend/node_modules/call-bind-apply-helpers/functionCall.d.ts +0 -1
  1806. package/backend/node_modules/call-bind-apply-helpers/functionCall.js +0 -4
  1807. package/backend/node_modules/call-bind-apply-helpers/index.d.ts +0 -64
  1808. package/backend/node_modules/call-bind-apply-helpers/index.js +0 -15
  1809. package/backend/node_modules/call-bind-apply-helpers/package.json +0 -85
  1810. package/backend/node_modules/call-bind-apply-helpers/reflectApply.d.ts +0 -3
  1811. package/backend/node_modules/call-bind-apply-helpers/reflectApply.js +0 -4
  1812. package/backend/node_modules/call-bind-apply-helpers/test/index.js +0 -63
  1813. package/backend/node_modules/call-bind-apply-helpers/tsconfig.json +0 -9
  1814. package/backend/node_modules/call-bound/.eslintrc +0 -13
  1815. package/backend/node_modules/call-bound/.github/FUNDING.yml +0 -12
  1816. package/backend/node_modules/call-bound/.nycrc +0 -9
  1817. package/backend/node_modules/call-bound/CHANGELOG.md +0 -42
  1818. package/backend/node_modules/call-bound/LICENSE +0 -21
  1819. package/backend/node_modules/call-bound/README.md +0 -53
  1820. package/backend/node_modules/call-bound/index.d.ts +0 -94
  1821. package/backend/node_modules/call-bound/index.js +0 -19
  1822. package/backend/node_modules/call-bound/package.json +0 -99
  1823. package/backend/node_modules/call-bound/test/index.js +0 -61
  1824. package/backend/node_modules/call-bound/tsconfig.json +0 -10
  1825. package/backend/node_modules/chalk/index.d.ts +0 -411
  1826. package/backend/node_modules/chalk/license +0 -9
  1827. package/backend/node_modules/chalk/package.json +0 -63
  1828. package/backend/node_modules/chalk/readme.md +0 -304
  1829. package/backend/node_modules/chalk/source/index.js +0 -233
  1830. package/backend/node_modules/chalk/source/templates.js +0 -134
  1831. package/backend/node_modules/chalk/source/util.js +0 -39
  1832. package/backend/node_modules/charm/README.markdown +0 -216
  1833. package/backend/node_modules/charm/example/256.js +0 -17
  1834. package/backend/node_modules/charm/example/column.js +0 -11
  1835. package/backend/node_modules/charm/example/cursor.js +0 -22
  1836. package/backend/node_modules/charm/example/http_spin.js +0 -36
  1837. package/backend/node_modules/charm/example/lucky.js +0 -24
  1838. package/backend/node_modules/charm/example/position.js +0 -7
  1839. package/backend/node_modules/charm/example/progress.js +0 -18
  1840. package/backend/node_modules/charm/example/resize.js +0 -62
  1841. package/backend/node_modules/charm/example/spin.js +0 -23
  1842. package/backend/node_modules/charm/index.js +0 -305
  1843. package/backend/node_modules/charm/lib/encode.js +0 -18
  1844. package/backend/node_modules/charm/package.json +0 -32
  1845. package/backend/node_modules/chokidar/LICENSE +0 -21
  1846. package/backend/node_modules/chokidar/README.md +0 -308
  1847. package/backend/node_modules/chokidar/index.js +0 -973
  1848. package/backend/node_modules/chokidar/lib/constants.js +0 -66
  1849. package/backend/node_modules/chokidar/lib/fsevents-handler.js +0 -526
  1850. package/backend/node_modules/chokidar/lib/nodefs-handler.js +0 -654
  1851. package/backend/node_modules/chokidar/package.json +0 -70
  1852. package/backend/node_modules/chokidar/types/index.d.ts +0 -192
  1853. package/backend/node_modules/cli-tableau/CHANGELOG.md +0 -72
  1854. package/backend/node_modules/cli-tableau/LICENSE +0 -22
  1855. package/backend/node_modules/cli-tableau/README.md +0 -131
  1856. package/backend/node_modules/cli-tableau/lib/index.js +0 -316
  1857. package/backend/node_modules/cli-tableau/lib/utils.js +0 -59
  1858. package/backend/node_modules/cli-tableau/package.json +0 -48
  1859. package/backend/node_modules/color-convert/CHANGELOG.md +0 -54
  1860. package/backend/node_modules/color-convert/LICENSE +0 -21
  1861. package/backend/node_modules/color-convert/README.md +0 -68
  1862. package/backend/node_modules/color-convert/conversions.js +0 -839
  1863. package/backend/node_modules/color-convert/index.js +0 -81
  1864. package/backend/node_modules/color-convert/package.json +0 -48
  1865. package/backend/node_modules/color-convert/route.js +0 -97
  1866. package/backend/node_modules/color-name/LICENSE +0 -8
  1867. package/backend/node_modules/color-name/README.md +0 -11
  1868. package/backend/node_modules/color-name/index.js +0 -152
  1869. package/backend/node_modules/color-name/package.json +0 -28
  1870. package/backend/node_modules/commander/CHANGELOG.md +0 -356
  1871. package/backend/node_modules/commander/LICENSE +0 -22
  1872. package/backend/node_modules/commander/Readme.md +0 -408
  1873. package/backend/node_modules/commander/index.js +0 -1231
  1874. package/backend/node_modules/commander/package.json +0 -37
  1875. package/backend/node_modules/commander/typings/index.d.ts +0 -309
  1876. package/backend/node_modules/connect-history-api-fallback/LICENSE +0 -21
  1877. package/backend/node_modules/connect-history-api-fallback/README.md +0 -160
  1878. package/backend/node_modules/connect-history-api-fallback/lib/index.js +0 -121
  1879. package/backend/node_modules/connect-history-api-fallback/package.json +0 -40
  1880. package/backend/node_modules/content-disposition/HISTORY.md +0 -72
  1881. package/backend/node_modules/content-disposition/LICENSE +0 -22
  1882. package/backend/node_modules/content-disposition/README.md +0 -142
  1883. package/backend/node_modules/content-disposition/index.js +0 -458
  1884. package/backend/node_modules/content-disposition/package.json +0 -43
  1885. package/backend/node_modules/content-type/HISTORY.md +0 -29
  1886. package/backend/node_modules/content-type/LICENSE +0 -22
  1887. package/backend/node_modules/content-type/README.md +0 -94
  1888. package/backend/node_modules/content-type/index.js +0 -225
  1889. package/backend/node_modules/content-type/package.json +0 -42
  1890. package/backend/node_modules/cookie/LICENSE +0 -24
  1891. package/backend/node_modules/cookie/README.md +0 -317
  1892. package/backend/node_modules/cookie/SECURITY.md +0 -25
  1893. package/backend/node_modules/cookie/index.js +0 -335
  1894. package/backend/node_modules/cookie/package.json +0 -44
  1895. package/backend/node_modules/cookie-signature/History.md +0 -70
  1896. package/backend/node_modules/cookie-signature/LICENSE +0 -22
  1897. package/backend/node_modules/cookie-signature/Readme.md +0 -23
  1898. package/backend/node_modules/cookie-signature/index.js +0 -47
  1899. package/backend/node_modules/cookie-signature/package.json +0 -24
  1900. package/backend/node_modules/cors/LICENSE +0 -22
  1901. package/backend/node_modules/cors/README.md +0 -277
  1902. package/backend/node_modules/cors/lib/index.js +0 -238
  1903. package/backend/node_modules/cors/package.json +0 -42
  1904. package/backend/node_modules/croner/LICENSE +0 -22
  1905. package/backend/node_modules/croner/README.md +0 -338
  1906. package/backend/node_modules/croner/SECURITY.md +0 -12
  1907. package/backend/node_modules/croner/croner.png +0 -0
  1908. package/backend/node_modules/croner/dist/croner.cjs +0 -1032
  1909. package/backend/node_modules/croner/dist/croner.min.js +0 -1
  1910. package/backend/node_modules/croner/dist/croner.min.js.map +0 -1
  1911. package/backend/node_modules/croner/dist/croner.min.mjs +0 -1
  1912. package/backend/node_modules/croner/dist/croner.min.mjs.map +0 -1
  1913. package/backend/node_modules/croner/package.json +0 -80
  1914. package/backend/node_modules/croner/src/croner.js +0 -329
  1915. package/backend/node_modules/croner/src/croner.single.js +0 -3
  1916. package/backend/node_modules/croner/src/date.js +0 -348
  1917. package/backend/node_modules/croner/src/pattern.js +0 -336
  1918. package/backend/node_modules/croner/src/timezone.js +0 -21
  1919. package/backend/node_modules/croner/types/croner.d.ts +0 -136
  1920. package/backend/node_modules/croner/types/croner.single.d.ts +0 -2
  1921. package/backend/node_modules/croner/types/date.d.ts +0 -56
  1922. package/backend/node_modules/croner/types/pattern.d.ts +0 -69
  1923. package/backend/node_modules/croner/types/timezone.d.ts +0 -18
  1924. package/backend/node_modules/culvert/LICENSE +0 -21
  1925. package/backend/node_modules/culvert/README.md +0 -102
  1926. package/backend/node_modules/culvert/channel.js +0 -67
  1927. package/backend/node_modules/culvert/consume.js +0 -15
  1928. package/backend/node_modules/culvert/package.json +0 -25
  1929. package/backend/node_modules/data-uri-to-buffer/LICENSE +0 -22
  1930. package/backend/node_modules/data-uri-to-buffer/README.md +0 -61
  1931. package/backend/node_modules/data-uri-to-buffer/dist/common.d.ts +0 -17
  1932. package/backend/node_modules/data-uri-to-buffer/dist/common.d.ts.map +0 -1
  1933. package/backend/node_modules/data-uri-to-buffer/dist/common.js +0 -54
  1934. package/backend/node_modules/data-uri-to-buffer/dist/common.js.map +0 -1
  1935. package/backend/node_modules/data-uri-to-buffer/dist/index.d.ts +0 -8
  1936. package/backend/node_modules/data-uri-to-buffer/dist/index.d.ts.map +0 -1
  1937. package/backend/node_modules/data-uri-to-buffer/dist/index.js +0 -48
  1938. package/backend/node_modules/data-uri-to-buffer/dist/index.js.map +0 -1
  1939. package/backend/node_modules/data-uri-to-buffer/dist/node.d.ts +0 -8
  1940. package/backend/node_modules/data-uri-to-buffer/dist/node.d.ts.map +0 -1
  1941. package/backend/node_modules/data-uri-to-buffer/dist/node.js +0 -26
  1942. package/backend/node_modules/data-uri-to-buffer/dist/node.js.map +0 -1
  1943. package/backend/node_modules/data-uri-to-buffer/package.json +0 -48
  1944. package/backend/node_modules/dayjs/.editorconfig +0 -7
  1945. package/backend/node_modules/dayjs/CHANGELOG.md +0 -961
  1946. package/backend/node_modules/dayjs/LICENSE +0 -21
  1947. package/backend/node_modules/dayjs/README.md +0 -180
  1948. package/backend/node_modules/dayjs/dayjs.min.js +0 -1
  1949. package/backend/node_modules/dayjs/esm/constant.js +0 -25
  1950. package/backend/node_modules/dayjs/esm/index.d.ts +0 -429
  1951. package/backend/node_modules/dayjs/esm/index.js +0 -541
  1952. package/backend/node_modules/dayjs/esm/locale/af.js +0 -39
  1953. package/backend/node_modules/dayjs/esm/locale/am.js +0 -40
  1954. package/backend/node_modules/dayjs/esm/locale/ar-dz.js +0 -41
  1955. package/backend/node_modules/dayjs/esm/locale/ar-iq.js +0 -42
  1956. package/backend/node_modules/dayjs/esm/locale/ar-kw.js +0 -41
  1957. package/backend/node_modules/dayjs/esm/locale/ar-ly.js +0 -27
  1958. package/backend/node_modules/dayjs/esm/locale/ar-ma.js +0 -42
  1959. package/backend/node_modules/dayjs/esm/locale/ar-sa.js +0 -41
  1960. package/backend/node_modules/dayjs/esm/locale/ar-tn.js +0 -42
  1961. package/backend/node_modules/dayjs/esm/locale/ar.js +0 -77
  1962. package/backend/node_modules/dayjs/esm/locale/az.js +0 -39
  1963. package/backend/node_modules/dayjs/esm/locale/be.js +0 -24
  1964. package/backend/node_modules/dayjs/esm/locale/bg.js +0 -55
  1965. package/backend/node_modules/dayjs/esm/locale/bi.js +0 -39
  1966. package/backend/node_modules/dayjs/esm/locale/bm.js +0 -39
  1967. package/backend/node_modules/dayjs/esm/locale/bn-bd.js +0 -81
  1968. package/backend/node_modules/dayjs/esm/locale/bn.js +0 -72
  1969. package/backend/node_modules/dayjs/esm/locale/bo.js +0 -38
  1970. package/backend/node_modules/dayjs/esm/locale/br.js +0 -93
  1971. package/backend/node_modules/dayjs/esm/locale/bs.js +0 -24
  1972. package/backend/node_modules/dayjs/esm/locale/ca.js +0 -44
  1973. package/backend/node_modules/dayjs/esm/locale/cs.js +0 -120
  1974. package/backend/node_modules/dayjs/esm/locale/cv.js +0 -24
  1975. package/backend/node_modules/dayjs/esm/locale/cy.js +0 -39
  1976. package/backend/node_modules/dayjs/esm/locale/da.js +0 -40
  1977. package/backend/node_modules/dayjs/esm/locale/de-at.js +0 -63
  1978. package/backend/node_modules/dayjs/esm/locale/de-ch.js +0 -63
  1979. package/backend/node_modules/dayjs/esm/locale/de.js +0 -64
  1980. package/backend/node_modules/dayjs/esm/locale/dv.js +0 -39
  1981. package/backend/node_modules/dayjs/esm/locale/el.js +0 -39
  1982. package/backend/node_modules/dayjs/esm/locale/en-au.js +0 -39
  1983. package/backend/node_modules/dayjs/esm/locale/en-ca.js +0 -38
  1984. package/backend/node_modules/dayjs/esm/locale/en-gb.js +0 -42
  1985. package/backend/node_modules/dayjs/esm/locale/en-ie.js +0 -39
  1986. package/backend/node_modules/dayjs/esm/locale/en-il.js +0 -38
  1987. package/backend/node_modules/dayjs/esm/locale/en-in.js +0 -42
  1988. package/backend/node_modules/dayjs/esm/locale/en-nz.js +0 -41
  1989. package/backend/node_modules/dayjs/esm/locale/en-sg.js +0 -39
  1990. package/backend/node_modules/dayjs/esm/locale/en-tt.js +0 -42
  1991. package/backend/node_modules/dayjs/esm/locale/en.js +0 -12
  1992. package/backend/node_modules/dayjs/esm/locale/eo.js +0 -39
  1993. package/backend/node_modules/dayjs/esm/locale/es-do.js +0 -39
  1994. package/backend/node_modules/dayjs/esm/locale/es-mx.js +0 -38
  1995. package/backend/node_modules/dayjs/esm/locale/es-pr.js +0 -39
  1996. package/backend/node_modules/dayjs/esm/locale/es-us.js +0 -38
  1997. package/backend/node_modules/dayjs/esm/locale/es.js +0 -39
  1998. package/backend/node_modules/dayjs/esm/locale/et.js +0 -65
  1999. package/backend/node_modules/dayjs/esm/locale/eu.js +0 -43
  2000. package/backend/node_modules/dayjs/esm/locale/fa.js +0 -39
  2001. package/backend/node_modules/dayjs/esm/locale/fi.js +0 -88
  2002. package/backend/node_modules/dayjs/esm/locale/fo.js +0 -39
  2003. package/backend/node_modules/dayjs/esm/locale/fr-ca.js +0 -38
  2004. package/backend/node_modules/dayjs/esm/locale/fr-ch.js +0 -39
  2005. package/backend/node_modules/dayjs/esm/locale/fr.js +0 -41
  2006. package/backend/node_modules/dayjs/esm/locale/fy.js +0 -39
  2007. package/backend/node_modules/dayjs/esm/locale/ga.js +0 -39
  2008. package/backend/node_modules/dayjs/esm/locale/gd.js +0 -39
  2009. package/backend/node_modules/dayjs/esm/locale/gl.js +0 -39
  2010. package/backend/node_modules/dayjs/esm/locale/gom-latn.js +0 -25
  2011. package/backend/node_modules/dayjs/esm/locale/gu.js +0 -38
  2012. package/backend/node_modules/dayjs/esm/locale/he.js +0 -78
  2013. package/backend/node_modules/dayjs/esm/locale/hi.js +0 -38
  2014. package/backend/node_modules/dayjs/esm/locale/hr.js +0 -53
  2015. package/backend/node_modules/dayjs/esm/locale/ht.js +0 -38
  2016. package/backend/node_modules/dayjs/esm/locale/hu.js +0 -61
  2017. package/backend/node_modules/dayjs/esm/locale/hy-am.js +0 -39
  2018. package/backend/node_modules/dayjs/esm/locale/id.js +0 -39
  2019. package/backend/node_modules/dayjs/esm/locale/index.d.ts +0 -11
  2020. package/backend/node_modules/dayjs/esm/locale/is.js +0 -68
  2021. package/backend/node_modules/dayjs/esm/locale/it-ch.js +0 -39
  2022. package/backend/node_modules/dayjs/esm/locale/it.js +0 -39
  2023. package/backend/node_modules/dayjs/esm/locale/ja.js +0 -45
  2024. package/backend/node_modules/dayjs/esm/locale/jv.js +0 -39
  2025. package/backend/node_modules/dayjs/esm/locale/ka.js +0 -39
  2026. package/backend/node_modules/dayjs/esm/locale/kk.js +0 -39
  2027. package/backend/node_modules/dayjs/esm/locale/km.js +0 -39
  2028. package/backend/node_modules/dayjs/esm/locale/kn.js +0 -38
  2029. package/backend/node_modules/dayjs/esm/locale/ko.js +0 -45
  2030. package/backend/node_modules/dayjs/esm/locale/ku.js +0 -77
  2031. package/backend/node_modules/dayjs/esm/locale/ky.js +0 -39
  2032. package/backend/node_modules/dayjs/esm/locale/lb.js +0 -24
  2033. package/backend/node_modules/dayjs/esm/locale/lo.js +0 -38
  2034. package/backend/node_modules/dayjs/esm/locale/lt.js +0 -70
  2035. package/backend/node_modules/dayjs/esm/locale/lv.js +0 -39
  2036. package/backend/node_modules/dayjs/esm/locale/me.js +0 -24
  2037. package/backend/node_modules/dayjs/esm/locale/mi.js +0 -39
  2038. package/backend/node_modules/dayjs/esm/locale/mk.js +0 -39
  2039. package/backend/node_modules/dayjs/esm/locale/ml.js +0 -38
  2040. package/backend/node_modules/dayjs/esm/locale/mn.js +0 -38
  2041. package/backend/node_modules/dayjs/esm/locale/mr.js +0 -23
  2042. package/backend/node_modules/dayjs/esm/locale/ms-my.js +0 -39
  2043. package/backend/node_modules/dayjs/esm/locale/ms.js +0 -39
  2044. package/backend/node_modules/dayjs/esm/locale/mt.js +0 -39
  2045. package/backend/node_modules/dayjs/esm/locale/my.js +0 -39
  2046. package/backend/node_modules/dayjs/esm/locale/nb.js +0 -40
  2047. package/backend/node_modules/dayjs/esm/locale/ne.js +0 -40
  2048. package/backend/node_modules/dayjs/esm/locale/nl-be.js +0 -39
  2049. package/backend/node_modules/dayjs/esm/locale/nl.js +0 -40
  2050. package/backend/node_modules/dayjs/esm/locale/nn.js +0 -39
  2051. package/backend/node_modules/dayjs/esm/locale/oc-lnc.js +0 -39
  2052. package/backend/node_modules/dayjs/esm/locale/pa-in.js +0 -38
  2053. package/backend/node_modules/dayjs/esm/locale/pl.js +0 -87
  2054. package/backend/node_modules/dayjs/esm/locale/pt-br.js +0 -38
  2055. package/backend/node_modules/dayjs/esm/locale/pt.js +0 -40
  2056. package/backend/node_modules/dayjs/esm/locale/rn.js +0 -39
  2057. package/backend/node_modules/dayjs/esm/locale/ro.js +0 -39
  2058. package/backend/node_modules/dayjs/esm/locale/ru.js +0 -99
  2059. package/backend/node_modules/dayjs/esm/locale/rw.js +0 -35
  2060. package/backend/node_modules/dayjs/esm/locale/sd.js +0 -39
  2061. package/backend/node_modules/dayjs/esm/locale/se.js +0 -39
  2062. package/backend/node_modules/dayjs/esm/locale/si.js +0 -38
  2063. package/backend/node_modules/dayjs/esm/locale/sk.js +0 -121
  2064. package/backend/node_modules/dayjs/esm/locale/sl.js +0 -141
  2065. package/backend/node_modules/dayjs/esm/locale/sq.js +0 -39
  2066. package/backend/node_modules/dayjs/esm/locale/sr-cyrl.js +0 -74
  2067. package/backend/node_modules/dayjs/esm/locale/sr.js +0 -74
  2068. package/backend/node_modules/dayjs/esm/locale/ss.js +0 -39
  2069. package/backend/node_modules/dayjs/esm/locale/sv-fi.js +0 -46
  2070. package/backend/node_modules/dayjs/esm/locale/sv.js +0 -44
  2071. package/backend/node_modules/dayjs/esm/locale/sw.js +0 -39
  2072. package/backend/node_modules/dayjs/esm/locale/ta.js +0 -38
  2073. package/backend/node_modules/dayjs/esm/locale/te.js +0 -38
  2074. package/backend/node_modules/dayjs/esm/locale/tet.js +0 -39
  2075. package/backend/node_modules/dayjs/esm/locale/tg.js +0 -39
  2076. package/backend/node_modules/dayjs/esm/locale/th.js +0 -38
  2077. package/backend/node_modules/dayjs/esm/locale/tk.js +0 -39
  2078. package/backend/node_modules/dayjs/esm/locale/tl-ph.js +0 -39
  2079. package/backend/node_modules/dayjs/esm/locale/tlh.js +0 -24
  2080. package/backend/node_modules/dayjs/esm/locale/tr.js +0 -39
  2081. package/backend/node_modules/dayjs/esm/locale/types.d.ts +0 -33
  2082. package/backend/node_modules/dayjs/esm/locale/tzl.js +0 -24
  2083. package/backend/node_modules/dayjs/esm/locale/tzm-latn.js +0 -39
  2084. package/backend/node_modules/dayjs/esm/locale/tzm.js +0 -39
  2085. package/backend/node_modules/dayjs/esm/locale/ug-cn.js +0 -39
  2086. package/backend/node_modules/dayjs/esm/locale/uk.js +0 -77
  2087. package/backend/node_modules/dayjs/esm/locale/ur.js +0 -39
  2088. package/backend/node_modules/dayjs/esm/locale/uz-latn.js +0 -39
  2089. package/backend/node_modules/dayjs/esm/locale/uz.js +0 -39
  2090. package/backend/node_modules/dayjs/esm/locale/vi.js +0 -43
  2091. package/backend/node_modules/dayjs/esm/locale/x-pseudo.js +0 -39
  2092. package/backend/node_modules/dayjs/esm/locale/yo.js +0 -39
  2093. package/backend/node_modules/dayjs/esm/locale/zh-cn.js +0 -67
  2094. package/backend/node_modules/dayjs/esm/locale/zh-hk.js +0 -65
  2095. package/backend/node_modules/dayjs/esm/locale/zh-tw.js +0 -65
  2096. package/backend/node_modules/dayjs/esm/locale/zh.js +0 -67
  2097. package/backend/node_modules/dayjs/esm/plugin/advancedFormat/index.d.ts +0 -4
  2098. package/backend/node_modules/dayjs/esm/plugin/advancedFormat/index.js +0 -66
  2099. package/backend/node_modules/dayjs/esm/plugin/arraySupport/index.d.ts +0 -10
  2100. package/backend/node_modules/dayjs/esm/plugin/arraySupport/index.js +0 -33
  2101. package/backend/node_modules/dayjs/esm/plugin/badMutable/index.d.ts +0 -4
  2102. package/backend/node_modules/dayjs/esm/plugin/badMutable/index.js +0 -61
  2103. package/backend/node_modules/dayjs/esm/plugin/bigIntSupport/index.d.ts +0 -11
  2104. package/backend/node_modules/dayjs/esm/plugin/bigIntSupport/index.js +0 -32
  2105. package/backend/node_modules/dayjs/esm/plugin/buddhistEra/index.d.ts +0 -4
  2106. package/backend/node_modules/dayjs/esm/plugin/buddhistEra/index.js +0 -21
  2107. package/backend/node_modules/dayjs/esm/plugin/calendar/index.d.ts +0 -10
  2108. package/backend/node_modules/dayjs/esm/plugin/calendar/index.js +0 -32
  2109. package/backend/node_modules/dayjs/esm/plugin/customParseFormat/index.d.ts +0 -8
  2110. package/backend/node_modules/dayjs/esm/plugin/customParseFormat/index.js +0 -333
  2111. package/backend/node_modules/dayjs/esm/plugin/dayOfYear/index.d.ts +0 -11
  2112. package/backend/node_modules/dayjs/esm/plugin/dayOfYear/index.js +0 -9
  2113. package/backend/node_modules/dayjs/esm/plugin/devHelper/index.d.ts +0 -4
  2114. package/backend/node_modules/dayjs/esm/plugin/devHelper/index.js +0 -38
  2115. package/backend/node_modules/dayjs/esm/plugin/duration/index.d.ts +0 -88
  2116. package/backend/node_modules/dayjs/esm/plugin/duration/index.js +0 -356
  2117. package/backend/node_modules/dayjs/esm/plugin/isBetween/index.d.ts +0 -10
  2118. package/backend/node_modules/dayjs/esm/plugin/isBetween/index.js +0 -10
  2119. package/backend/node_modules/dayjs/esm/plugin/isLeapYear/index.d.ts +0 -10
  2120. package/backend/node_modules/dayjs/esm/plugin/isLeapYear/index.js +0 -7
  2121. package/backend/node_modules/dayjs/esm/plugin/isMoment/index.d.ts +0 -10
  2122. package/backend/node_modules/dayjs/esm/plugin/isMoment/index.js +0 -5
  2123. package/backend/node_modules/dayjs/esm/plugin/isSameOrAfter/index.d.ts +0 -10
  2124. package/backend/node_modules/dayjs/esm/plugin/isSameOrAfter/index.js +0 -5
  2125. package/backend/node_modules/dayjs/esm/plugin/isSameOrBefore/index.d.ts +0 -10
  2126. package/backend/node_modules/dayjs/esm/plugin/isSameOrBefore/index.js +0 -5
  2127. package/backend/node_modules/dayjs/esm/plugin/isToday/index.d.ts +0 -10
  2128. package/backend/node_modules/dayjs/esm/plugin/isToday/index.js +0 -9
  2129. package/backend/node_modules/dayjs/esm/plugin/isTomorrow/index.d.ts +0 -10
  2130. package/backend/node_modules/dayjs/esm/plugin/isTomorrow/index.js +0 -9
  2131. package/backend/node_modules/dayjs/esm/plugin/isYesterday/index.d.ts +0 -10
  2132. package/backend/node_modules/dayjs/esm/plugin/isYesterday/index.js +0 -9
  2133. package/backend/node_modules/dayjs/esm/plugin/isoWeek/index.d.ts +0 -27
  2134. package/backend/node_modules/dayjs/esm/plugin/isoWeek/index.js +0 -57
  2135. package/backend/node_modules/dayjs/esm/plugin/isoWeeksInYear/index.d.ts +0 -10
  2136. package/backend/node_modules/dayjs/esm/plugin/isoWeeksInYear/index.js +0 -15
  2137. package/backend/node_modules/dayjs/esm/plugin/localeData/index.d.ts +0 -44
  2138. package/backend/node_modules/dayjs/esm/plugin/localeData/index.js +0 -114
  2139. package/backend/node_modules/dayjs/esm/plugin/localizedFormat/index.d.ts +0 -4
  2140. package/backend/node_modules/dayjs/esm/plugin/localizedFormat/index.js +0 -20
  2141. package/backend/node_modules/dayjs/esm/plugin/localizedFormat/utils.js +0 -20
  2142. package/backend/node_modules/dayjs/esm/plugin/minMax/index.d.ts +0 -22
  2143. package/backend/node_modules/dayjs/esm/plugin/minMax/index.js +0 -39
  2144. package/backend/node_modules/dayjs/esm/plugin/negativeYear/index.d.ts +0 -4
  2145. package/backend/node_modules/dayjs/esm/plugin/negativeYear/index.js +0 -36
  2146. package/backend/node_modules/dayjs/esm/plugin/objectSupport/index.d.ts +0 -48
  2147. package/backend/node_modules/dayjs/esm/plugin/objectSupport/index.js +0 -97
  2148. package/backend/node_modules/dayjs/esm/plugin/pluralGetSet/index.d.ts +0 -44
  2149. package/backend/node_modules/dayjs/esm/plugin/pluralGetSet/index.js +0 -7
  2150. package/backend/node_modules/dayjs/esm/plugin/preParsePostFormat/index.d.ts +0 -4
  2151. package/backend/node_modules/dayjs/esm/plugin/preParsePostFormat/index.js +0 -40
  2152. package/backend/node_modules/dayjs/esm/plugin/quarterOfYear/index.d.ts +0 -26
  2153. package/backend/node_modules/dayjs/esm/plugin/quarterOfYear/index.js +0 -41
  2154. package/backend/node_modules/dayjs/esm/plugin/relativeTime/index.d.ts +0 -24
  2155. package/backend/node_modules/dayjs/esm/plugin/relativeTime/index.js +0 -130
  2156. package/backend/node_modules/dayjs/esm/plugin/timezone/index.d.ts +0 -20
  2157. package/backend/node_modules/dayjs/esm/plugin/timezone/index.js +0 -198
  2158. package/backend/node_modules/dayjs/esm/plugin/toArray/index.d.ts +0 -10
  2159. package/backend/node_modules/dayjs/esm/plugin/toArray/index.js +0 -7
  2160. package/backend/node_modules/dayjs/esm/plugin/toObject/index.d.ts +0 -20
  2161. package/backend/node_modules/dayjs/esm/plugin/toObject/index.js +0 -15
  2162. package/backend/node_modules/dayjs/esm/plugin/updateLocale/index.d.ts +0 -8
  2163. package/backend/node_modules/dayjs/esm/plugin/updateLocale/index.js +0 -12
  2164. package/backend/node_modules/dayjs/esm/plugin/utc/index.d.ts +0 -19
  2165. package/backend/node_modules/dayjs/esm/plugin/utc/index.js +0 -188
  2166. package/backend/node_modules/dayjs/esm/plugin/weekOfYear/index.d.ts +0 -12
  2167. package/backend/node_modules/dayjs/esm/plugin/weekOfYear/index.js +0 -44
  2168. package/backend/node_modules/dayjs/esm/plugin/weekYear/index.d.ts +0 -10
  2169. package/backend/node_modules/dayjs/esm/plugin/weekYear/index.js +0 -19
  2170. package/backend/node_modules/dayjs/esm/plugin/weekday/index.d.ts +0 -12
  2171. package/backend/node_modules/dayjs/esm/plugin/weekday/index.js +0 -15
  2172. package/backend/node_modules/dayjs/esm/utils.js +0 -58
  2173. package/backend/node_modules/dayjs/index.d.ts +0 -429
  2174. package/backend/node_modules/dayjs/locale/af.js +0 -1
  2175. package/backend/node_modules/dayjs/locale/am.js +0 -1
  2176. package/backend/node_modules/dayjs/locale/ar-dz.js +0 -1
  2177. package/backend/node_modules/dayjs/locale/ar-iq.js +0 -1
  2178. package/backend/node_modules/dayjs/locale/ar-kw.js +0 -1
  2179. package/backend/node_modules/dayjs/locale/ar-ly.js +0 -1
  2180. package/backend/node_modules/dayjs/locale/ar-ma.js +0 -1
  2181. package/backend/node_modules/dayjs/locale/ar-sa.js +0 -1
  2182. package/backend/node_modules/dayjs/locale/ar-tn.js +0 -1
  2183. package/backend/node_modules/dayjs/locale/ar.js +0 -1
  2184. package/backend/node_modules/dayjs/locale/az.js +0 -1
  2185. package/backend/node_modules/dayjs/locale/be.js +0 -1
  2186. package/backend/node_modules/dayjs/locale/bg.js +0 -1
  2187. package/backend/node_modules/dayjs/locale/bi.js +0 -1
  2188. package/backend/node_modules/dayjs/locale/bm.js +0 -1
  2189. package/backend/node_modules/dayjs/locale/bn-bd.js +0 -1
  2190. package/backend/node_modules/dayjs/locale/bn.js +0 -1
  2191. package/backend/node_modules/dayjs/locale/bo.js +0 -1
  2192. package/backend/node_modules/dayjs/locale/br.js +0 -1
  2193. package/backend/node_modules/dayjs/locale/bs.js +0 -1
  2194. package/backend/node_modules/dayjs/locale/ca.js +0 -1
  2195. package/backend/node_modules/dayjs/locale/cs.js +0 -1
  2196. package/backend/node_modules/dayjs/locale/cv.js +0 -1
  2197. package/backend/node_modules/dayjs/locale/cy.js +0 -1
  2198. package/backend/node_modules/dayjs/locale/da.js +0 -1
  2199. package/backend/node_modules/dayjs/locale/de-at.js +0 -1
  2200. package/backend/node_modules/dayjs/locale/de-ch.js +0 -1
  2201. package/backend/node_modules/dayjs/locale/de.js +0 -1
  2202. package/backend/node_modules/dayjs/locale/dv.js +0 -1
  2203. package/backend/node_modules/dayjs/locale/el.js +0 -1
  2204. package/backend/node_modules/dayjs/locale/en-au.js +0 -1
  2205. package/backend/node_modules/dayjs/locale/en-ca.js +0 -1
  2206. package/backend/node_modules/dayjs/locale/en-gb.js +0 -1
  2207. package/backend/node_modules/dayjs/locale/en-ie.js +0 -1
  2208. package/backend/node_modules/dayjs/locale/en-il.js +0 -1
  2209. package/backend/node_modules/dayjs/locale/en-in.js +0 -1
  2210. package/backend/node_modules/dayjs/locale/en-nz.js +0 -1
  2211. package/backend/node_modules/dayjs/locale/en-sg.js +0 -1
  2212. package/backend/node_modules/dayjs/locale/en-tt.js +0 -1
  2213. package/backend/node_modules/dayjs/locale/en.js +0 -1
  2214. package/backend/node_modules/dayjs/locale/eo.js +0 -1
  2215. package/backend/node_modules/dayjs/locale/es-do.js +0 -1
  2216. package/backend/node_modules/dayjs/locale/es-mx.js +0 -1
  2217. package/backend/node_modules/dayjs/locale/es-pr.js +0 -1
  2218. package/backend/node_modules/dayjs/locale/es-us.js +0 -1
  2219. package/backend/node_modules/dayjs/locale/es.js +0 -1
  2220. package/backend/node_modules/dayjs/locale/et.js +0 -1
  2221. package/backend/node_modules/dayjs/locale/eu.js +0 -1
  2222. package/backend/node_modules/dayjs/locale/fa.js +0 -1
  2223. package/backend/node_modules/dayjs/locale/fi.js +0 -1
  2224. package/backend/node_modules/dayjs/locale/fo.js +0 -1
  2225. package/backend/node_modules/dayjs/locale/fr-ca.js +0 -1
  2226. package/backend/node_modules/dayjs/locale/fr-ch.js +0 -1
  2227. package/backend/node_modules/dayjs/locale/fr.js +0 -1
  2228. package/backend/node_modules/dayjs/locale/fy.js +0 -1
  2229. package/backend/node_modules/dayjs/locale/ga.js +0 -1
  2230. package/backend/node_modules/dayjs/locale/gd.js +0 -1
  2231. package/backend/node_modules/dayjs/locale/gl.js +0 -1
  2232. package/backend/node_modules/dayjs/locale/gom-latn.js +0 -1
  2233. package/backend/node_modules/dayjs/locale/gu.js +0 -1
  2234. package/backend/node_modules/dayjs/locale/he.js +0 -1
  2235. package/backend/node_modules/dayjs/locale/hi.js +0 -1
  2236. package/backend/node_modules/dayjs/locale/hr.js +0 -1
  2237. package/backend/node_modules/dayjs/locale/ht.js +0 -1
  2238. package/backend/node_modules/dayjs/locale/hu.js +0 -1
  2239. package/backend/node_modules/dayjs/locale/hy-am.js +0 -1
  2240. package/backend/node_modules/dayjs/locale/id.js +0 -1
  2241. package/backend/node_modules/dayjs/locale/index.d.ts +0 -11
  2242. package/backend/node_modules/dayjs/locale/is.js +0 -1
  2243. package/backend/node_modules/dayjs/locale/it-ch.js +0 -1
  2244. package/backend/node_modules/dayjs/locale/it.js +0 -1
  2245. package/backend/node_modules/dayjs/locale/ja.js +0 -1
  2246. package/backend/node_modules/dayjs/locale/jv.js +0 -1
  2247. package/backend/node_modules/dayjs/locale/ka.js +0 -1
  2248. package/backend/node_modules/dayjs/locale/kk.js +0 -1
  2249. package/backend/node_modules/dayjs/locale/km.js +0 -1
  2250. package/backend/node_modules/dayjs/locale/kn.js +0 -1
  2251. package/backend/node_modules/dayjs/locale/ko.js +0 -1
  2252. package/backend/node_modules/dayjs/locale/ku.js +0 -1
  2253. package/backend/node_modules/dayjs/locale/ky.js +0 -1
  2254. package/backend/node_modules/dayjs/locale/lb.js +0 -1
  2255. package/backend/node_modules/dayjs/locale/lo.js +0 -1
  2256. package/backend/node_modules/dayjs/locale/lt.js +0 -1
  2257. package/backend/node_modules/dayjs/locale/lv.js +0 -1
  2258. package/backend/node_modules/dayjs/locale/me.js +0 -1
  2259. package/backend/node_modules/dayjs/locale/mi.js +0 -1
  2260. package/backend/node_modules/dayjs/locale/mk.js +0 -1
  2261. package/backend/node_modules/dayjs/locale/ml.js +0 -1
  2262. package/backend/node_modules/dayjs/locale/mn.js +0 -1
  2263. package/backend/node_modules/dayjs/locale/mr.js +0 -1
  2264. package/backend/node_modules/dayjs/locale/ms-my.js +0 -1
  2265. package/backend/node_modules/dayjs/locale/ms.js +0 -1
  2266. package/backend/node_modules/dayjs/locale/mt.js +0 -1
  2267. package/backend/node_modules/dayjs/locale/my.js +0 -1
  2268. package/backend/node_modules/dayjs/locale/nb.js +0 -1
  2269. package/backend/node_modules/dayjs/locale/ne.js +0 -1
  2270. package/backend/node_modules/dayjs/locale/nl-be.js +0 -1
  2271. package/backend/node_modules/dayjs/locale/nl.js +0 -1
  2272. package/backend/node_modules/dayjs/locale/nn.js +0 -1
  2273. package/backend/node_modules/dayjs/locale/oc-lnc.js +0 -1
  2274. package/backend/node_modules/dayjs/locale/pa-in.js +0 -1
  2275. package/backend/node_modules/dayjs/locale/pl.js +0 -1
  2276. package/backend/node_modules/dayjs/locale/pt-br.js +0 -1
  2277. package/backend/node_modules/dayjs/locale/pt.js +0 -1
  2278. package/backend/node_modules/dayjs/locale/rn.js +0 -1
  2279. package/backend/node_modules/dayjs/locale/ro.js +0 -1
  2280. package/backend/node_modules/dayjs/locale/ru.js +0 -1
  2281. package/backend/node_modules/dayjs/locale/rw.js +0 -1
  2282. package/backend/node_modules/dayjs/locale/sd.js +0 -1
  2283. package/backend/node_modules/dayjs/locale/se.js +0 -1
  2284. package/backend/node_modules/dayjs/locale/si.js +0 -1
  2285. package/backend/node_modules/dayjs/locale/sk.js +0 -1
  2286. package/backend/node_modules/dayjs/locale/sl.js +0 -1
  2287. package/backend/node_modules/dayjs/locale/sq.js +0 -1
  2288. package/backend/node_modules/dayjs/locale/sr-cyrl.js +0 -1
  2289. package/backend/node_modules/dayjs/locale/sr.js +0 -1
  2290. package/backend/node_modules/dayjs/locale/ss.js +0 -1
  2291. package/backend/node_modules/dayjs/locale/sv-fi.js +0 -1
  2292. package/backend/node_modules/dayjs/locale/sv.js +0 -1
  2293. package/backend/node_modules/dayjs/locale/sw.js +0 -1
  2294. package/backend/node_modules/dayjs/locale/ta.js +0 -1
  2295. package/backend/node_modules/dayjs/locale/te.js +0 -1
  2296. package/backend/node_modules/dayjs/locale/tet.js +0 -1
  2297. package/backend/node_modules/dayjs/locale/tg.js +0 -1
  2298. package/backend/node_modules/dayjs/locale/th.js +0 -1
  2299. package/backend/node_modules/dayjs/locale/tk.js +0 -1
  2300. package/backend/node_modules/dayjs/locale/tl-ph.js +0 -1
  2301. package/backend/node_modules/dayjs/locale/tlh.js +0 -1
  2302. package/backend/node_modules/dayjs/locale/tr.js +0 -1
  2303. package/backend/node_modules/dayjs/locale/types.d.ts +0 -33
  2304. package/backend/node_modules/dayjs/locale/tzl.js +0 -1
  2305. package/backend/node_modules/dayjs/locale/tzm-latn.js +0 -1
  2306. package/backend/node_modules/dayjs/locale/tzm.js +0 -1
  2307. package/backend/node_modules/dayjs/locale/ug-cn.js +0 -1
  2308. package/backend/node_modules/dayjs/locale/uk.js +0 -1
  2309. package/backend/node_modules/dayjs/locale/ur.js +0 -1
  2310. package/backend/node_modules/dayjs/locale/uz-latn.js +0 -1
  2311. package/backend/node_modules/dayjs/locale/uz.js +0 -1
  2312. package/backend/node_modules/dayjs/locale/vi.js +0 -1
  2313. package/backend/node_modules/dayjs/locale/x-pseudo.js +0 -1
  2314. package/backend/node_modules/dayjs/locale/yo.js +0 -1
  2315. package/backend/node_modules/dayjs/locale/zh-cn.js +0 -1
  2316. package/backend/node_modules/dayjs/locale/zh-hk.js +0 -1
  2317. package/backend/node_modules/dayjs/locale/zh-tw.js +0 -1
  2318. package/backend/node_modules/dayjs/locale/zh.js +0 -1
  2319. package/backend/node_modules/dayjs/locale.json +0 -1
  2320. package/backend/node_modules/dayjs/package.json +0 -84
  2321. package/backend/node_modules/dayjs/plugin/advancedFormat.d.ts +0 -4
  2322. package/backend/node_modules/dayjs/plugin/advancedFormat.js +0 -1
  2323. package/backend/node_modules/dayjs/plugin/arraySupport.d.ts +0 -10
  2324. package/backend/node_modules/dayjs/plugin/arraySupport.js +0 -1
  2325. package/backend/node_modules/dayjs/plugin/badMutable.d.ts +0 -4
  2326. package/backend/node_modules/dayjs/plugin/badMutable.js +0 -1
  2327. package/backend/node_modules/dayjs/plugin/bigIntSupport.d.ts +0 -11
  2328. package/backend/node_modules/dayjs/plugin/bigIntSupport.js +0 -1
  2329. package/backend/node_modules/dayjs/plugin/buddhistEra.d.ts +0 -4
  2330. package/backend/node_modules/dayjs/plugin/buddhistEra.js +0 -1
  2331. package/backend/node_modules/dayjs/plugin/calendar.d.ts +0 -10
  2332. package/backend/node_modules/dayjs/plugin/calendar.js +0 -1
  2333. package/backend/node_modules/dayjs/plugin/customParseFormat.d.ts +0 -8
  2334. package/backend/node_modules/dayjs/plugin/customParseFormat.js +0 -1
  2335. package/backend/node_modules/dayjs/plugin/dayOfYear.d.ts +0 -11
  2336. package/backend/node_modules/dayjs/plugin/dayOfYear.js +0 -1
  2337. package/backend/node_modules/dayjs/plugin/devHelper.d.ts +0 -4
  2338. package/backend/node_modules/dayjs/plugin/devHelper.js +0 -1
  2339. package/backend/node_modules/dayjs/plugin/duration.d.ts +0 -88
  2340. package/backend/node_modules/dayjs/plugin/duration.js +0 -1
  2341. package/backend/node_modules/dayjs/plugin/isBetween.d.ts +0 -10
  2342. package/backend/node_modules/dayjs/plugin/isBetween.js +0 -1
  2343. package/backend/node_modules/dayjs/plugin/isLeapYear.d.ts +0 -10
  2344. package/backend/node_modules/dayjs/plugin/isLeapYear.js +0 -1
  2345. package/backend/node_modules/dayjs/plugin/isMoment.d.ts +0 -10
  2346. package/backend/node_modules/dayjs/plugin/isMoment.js +0 -1
  2347. package/backend/node_modules/dayjs/plugin/isSameOrAfter.d.ts +0 -10
  2348. package/backend/node_modules/dayjs/plugin/isSameOrAfter.js +0 -1
  2349. package/backend/node_modules/dayjs/plugin/isSameOrBefore.d.ts +0 -10
  2350. package/backend/node_modules/dayjs/plugin/isSameOrBefore.js +0 -1
  2351. package/backend/node_modules/dayjs/plugin/isToday.d.ts +0 -10
  2352. package/backend/node_modules/dayjs/plugin/isToday.js +0 -1
  2353. package/backend/node_modules/dayjs/plugin/isTomorrow.d.ts +0 -10
  2354. package/backend/node_modules/dayjs/plugin/isTomorrow.js +0 -1
  2355. package/backend/node_modules/dayjs/plugin/isYesterday.d.ts +0 -10
  2356. package/backend/node_modules/dayjs/plugin/isYesterday.js +0 -1
  2357. package/backend/node_modules/dayjs/plugin/isoWeek.d.ts +0 -27
  2358. package/backend/node_modules/dayjs/plugin/isoWeek.js +0 -1
  2359. package/backend/node_modules/dayjs/plugin/isoWeeksInYear.d.ts +0 -10
  2360. package/backend/node_modules/dayjs/plugin/isoWeeksInYear.js +0 -1
  2361. package/backend/node_modules/dayjs/plugin/localeData.d.ts +0 -44
  2362. package/backend/node_modules/dayjs/plugin/localeData.js +0 -1
  2363. package/backend/node_modules/dayjs/plugin/localizedFormat.d.ts +0 -4
  2364. package/backend/node_modules/dayjs/plugin/localizedFormat.js +0 -1
  2365. package/backend/node_modules/dayjs/plugin/minMax.d.ts +0 -22
  2366. package/backend/node_modules/dayjs/plugin/minMax.js +0 -1
  2367. package/backend/node_modules/dayjs/plugin/negativeYear.d.ts +0 -4
  2368. package/backend/node_modules/dayjs/plugin/negativeYear.js +0 -1
  2369. package/backend/node_modules/dayjs/plugin/objectSupport.d.ts +0 -48
  2370. package/backend/node_modules/dayjs/plugin/objectSupport.js +0 -1
  2371. package/backend/node_modules/dayjs/plugin/pluralGetSet.d.ts +0 -44
  2372. package/backend/node_modules/dayjs/plugin/pluralGetSet.js +0 -1
  2373. package/backend/node_modules/dayjs/plugin/preParsePostFormat.d.ts +0 -4
  2374. package/backend/node_modules/dayjs/plugin/preParsePostFormat.js +0 -1
  2375. package/backend/node_modules/dayjs/plugin/quarterOfYear.d.ts +0 -26
  2376. package/backend/node_modules/dayjs/plugin/quarterOfYear.js +0 -1
  2377. package/backend/node_modules/dayjs/plugin/relativeTime.d.ts +0 -24
  2378. package/backend/node_modules/dayjs/plugin/relativeTime.js +0 -1
  2379. package/backend/node_modules/dayjs/plugin/timezone.d.ts +0 -20
  2380. package/backend/node_modules/dayjs/plugin/timezone.js +0 -1
  2381. package/backend/node_modules/dayjs/plugin/toArray.d.ts +0 -10
  2382. package/backend/node_modules/dayjs/plugin/toArray.js +0 -1
  2383. package/backend/node_modules/dayjs/plugin/toObject.d.ts +0 -20
  2384. package/backend/node_modules/dayjs/plugin/toObject.js +0 -1
  2385. package/backend/node_modules/dayjs/plugin/updateLocale.d.ts +0 -8
  2386. package/backend/node_modules/dayjs/plugin/updateLocale.js +0 -1
  2387. package/backend/node_modules/dayjs/plugin/utc.d.ts +0 -19
  2388. package/backend/node_modules/dayjs/plugin/utc.js +0 -1
  2389. package/backend/node_modules/dayjs/plugin/weekOfYear.d.ts +0 -12
  2390. package/backend/node_modules/dayjs/plugin/weekOfYear.js +0 -1
  2391. package/backend/node_modules/dayjs/plugin/weekYear.d.ts +0 -10
  2392. package/backend/node_modules/dayjs/plugin/weekYear.js +0 -1
  2393. package/backend/node_modules/dayjs/plugin/weekday.d.ts +0 -12
  2394. package/backend/node_modules/dayjs/plugin/weekday.js +0 -1
  2395. package/backend/node_modules/debug/LICENSE +0 -20
  2396. package/backend/node_modules/debug/README.md +0 -481
  2397. package/backend/node_modules/debug/package.json +0 -64
  2398. package/backend/node_modules/debug/src/browser.js +0 -272
  2399. package/backend/node_modules/debug/src/common.js +0 -292
  2400. package/backend/node_modules/debug/src/index.js +0 -10
  2401. package/backend/node_modules/debug/src/node.js +0 -263
  2402. package/backend/node_modules/degenerator/README.md +0 -117
  2403. package/backend/node_modules/degenerator/dist/compile.d.ts +0 -11
  2404. package/backend/node_modules/degenerator/dist/compile.d.ts.map +0 -1
  2405. package/backend/node_modules/degenerator/dist/compile.js +0 -107
  2406. package/backend/node_modules/degenerator/dist/compile.js.map +0 -1
  2407. package/backend/node_modules/degenerator/dist/degenerator.d.ts +0 -12
  2408. package/backend/node_modules/degenerator/dist/degenerator.d.ts.map +0 -1
  2409. package/backend/node_modules/degenerator/dist/degenerator.js +0 -156
  2410. package/backend/node_modules/degenerator/dist/degenerator.js.map +0 -1
  2411. package/backend/node_modules/degenerator/dist/index.d.ts +0 -3
  2412. package/backend/node_modules/degenerator/dist/index.d.ts.map +0 -1
  2413. package/backend/node_modules/degenerator/dist/index.js +0 -19
  2414. package/backend/node_modules/degenerator/dist/index.js.map +0 -1
  2415. package/backend/node_modules/degenerator/package.json +0 -42
  2416. package/backend/node_modules/depd/History.md +0 -103
  2417. package/backend/node_modules/depd/LICENSE +0 -22
  2418. package/backend/node_modules/depd/Readme.md +0 -280
  2419. package/backend/node_modules/depd/index.js +0 -538
  2420. package/backend/node_modules/depd/lib/browser/index.js +0 -77
  2421. package/backend/node_modules/depd/package.json +0 -45
  2422. package/backend/node_modules/dotenv/CHANGELOG.md +0 -621
  2423. package/backend/node_modules/dotenv/LICENSE +0 -23
  2424. package/backend/node_modules/dotenv/README-es.md +0 -774
  2425. package/backend/node_modules/dotenv/README.md +0 -774
  2426. package/backend/node_modules/dotenv/SECURITY.md +0 -1
  2427. package/backend/node_modules/dotenv/config.d.ts +0 -1
  2428. package/backend/node_modules/dotenv/config.js +0 -9
  2429. package/backend/node_modules/dotenv/lib/cli-options.js +0 -17
  2430. package/backend/node_modules/dotenv/lib/env-options.js +0 -28
  2431. package/backend/node_modules/dotenv/lib/main.d.ts +0 -179
  2432. package/backend/node_modules/dotenv/lib/main.js +0 -431
  2433. package/backend/node_modules/dotenv/package.json +0 -62
  2434. package/backend/node_modules/dunder-proto/.eslintrc +0 -5
  2435. package/backend/node_modules/dunder-proto/.github/FUNDING.yml +0 -12
  2436. package/backend/node_modules/dunder-proto/.nycrc +0 -13
  2437. package/backend/node_modules/dunder-proto/CHANGELOG.md +0 -24
  2438. package/backend/node_modules/dunder-proto/LICENSE +0 -21
  2439. package/backend/node_modules/dunder-proto/README.md +0 -54
  2440. package/backend/node_modules/dunder-proto/get.d.ts +0 -5
  2441. package/backend/node_modules/dunder-proto/get.js +0 -30
  2442. package/backend/node_modules/dunder-proto/package.json +0 -76
  2443. package/backend/node_modules/dunder-proto/set.d.ts +0 -5
  2444. package/backend/node_modules/dunder-proto/set.js +0 -35
  2445. package/backend/node_modules/dunder-proto/test/get.js +0 -34
  2446. package/backend/node_modules/dunder-proto/test/index.js +0 -4
  2447. package/backend/node_modules/dunder-proto/test/set.js +0 -50
  2448. package/backend/node_modules/dunder-proto/tsconfig.json +0 -9
  2449. package/backend/node_modules/ecdsa-sig-formatter/CODEOWNERS +0 -1
  2450. package/backend/node_modules/ecdsa-sig-formatter/LICENSE +0 -201
  2451. package/backend/node_modules/ecdsa-sig-formatter/README.md +0 -65
  2452. package/backend/node_modules/ecdsa-sig-formatter/package.json +0 -46
  2453. package/backend/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.d.ts +0 -17
  2454. package/backend/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +0 -187
  2455. package/backend/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +0 -23
  2456. package/backend/node_modules/ee-first/LICENSE +0 -22
  2457. package/backend/node_modules/ee-first/README.md +0 -80
  2458. package/backend/node_modules/ee-first/index.js +0 -95
  2459. package/backend/node_modules/ee-first/package.json +0 -29
  2460. package/backend/node_modules/encodeurl/LICENSE +0 -22
  2461. package/backend/node_modules/encodeurl/README.md +0 -109
  2462. package/backend/node_modules/encodeurl/index.js +0 -60
  2463. package/backend/node_modules/encodeurl/package.json +0 -40
  2464. package/backend/node_modules/engine.io/LICENSE +0 -19
  2465. package/backend/node_modules/engine.io/README.md +0 -603
  2466. package/backend/node_modules/engine.io/build/contrib/types.cookie.d.ts +0 -113
  2467. package/backend/node_modules/engine.io/build/contrib/types.cookie.js +0 -6
  2468. package/backend/node_modules/engine.io/build/engine.io.d.ts +0 -27
  2469. package/backend/node_modules/engine.io/build/engine.io.js +0 -54
  2470. package/backend/node_modules/engine.io/build/parser-v3/index.d.ts +0 -88
  2471. package/backend/node_modules/engine.io/build/parser-v3/index.js +0 -424
  2472. package/backend/node_modules/engine.io/build/parser-v3/utf8.d.ts +0 -14
  2473. package/backend/node_modules/engine.io/build/parser-v3/utf8.js +0 -187
  2474. package/backend/node_modules/engine.io/build/server.d.ts +0 -272
  2475. package/backend/node_modules/engine.io/build/server.js +0 -787
  2476. package/backend/node_modules/engine.io/build/socket.d.ts +0 -180
  2477. package/backend/node_modules/engine.io/build/socket.js +0 -460
  2478. package/backend/node_modules/engine.io/build/transport.d.ts +0 -135
  2479. package/backend/node_modules/engine.io/build/transport.js +0 -121
  2480. package/backend/node_modules/engine.io/build/transports/index.d.ts +0 -17
  2481. package/backend/node_modules/engine.io/build/transports/index.js +0 -23
  2482. package/backend/node_modules/engine.io/build/transports/polling-jsonp.d.ts +0 -12
  2483. package/backend/node_modules/engine.io/build/transports/polling-jsonp.js +0 -41
  2484. package/backend/node_modules/engine.io/build/transports/polling.d.ts +0 -87
  2485. package/backend/node_modules/engine.io/build/transports/polling.js +0 -332
  2486. package/backend/node_modules/engine.io/build/transports/websocket.d.ts +0 -33
  2487. package/backend/node_modules/engine.io/build/transports/websocket.js +0 -93
  2488. package/backend/node_modules/engine.io/build/transports/webtransport.d.ts +0 -12
  2489. package/backend/node_modules/engine.io/build/transports/webtransport.js +0 -63
  2490. package/backend/node_modules/engine.io/build/transports-uws/index.d.ts +0 -7
  2491. package/backend/node_modules/engine.io/build/transports-uws/index.js +0 -8
  2492. package/backend/node_modules/engine.io/build/transports-uws/polling.d.ts +0 -99
  2493. package/backend/node_modules/engine.io/build/transports-uws/polling.js +0 -364
  2494. package/backend/node_modules/engine.io/build/transports-uws/websocket.d.ts +0 -32
  2495. package/backend/node_modules/engine.io/build/transports-uws/websocket.js +0 -73
  2496. package/backend/node_modules/engine.io/build/userver.d.ts +0 -43
  2497. package/backend/node_modules/engine.io/build/userver.js +0 -280
  2498. package/backend/node_modules/engine.io/node_modules/accepts/HISTORY.md +0 -243
  2499. package/backend/node_modules/engine.io/node_modules/accepts/LICENSE +0 -23
  2500. package/backend/node_modules/engine.io/node_modules/accepts/README.md +0 -140
  2501. package/backend/node_modules/engine.io/node_modules/accepts/index.js +0 -238
  2502. package/backend/node_modules/engine.io/node_modules/accepts/package.json +0 -47
  2503. package/backend/node_modules/engine.io/node_modules/mime-db/HISTORY.md +0 -507
  2504. package/backend/node_modules/engine.io/node_modules/mime-db/LICENSE +0 -23
  2505. package/backend/node_modules/engine.io/node_modules/mime-db/README.md +0 -100
  2506. package/backend/node_modules/engine.io/node_modules/mime-db/db.json +0 -8519
  2507. package/backend/node_modules/engine.io/node_modules/mime-db/index.js +0 -12
  2508. package/backend/node_modules/engine.io/node_modules/mime-db/package.json +0 -60
  2509. package/backend/node_modules/engine.io/node_modules/mime-types/HISTORY.md +0 -397
  2510. package/backend/node_modules/engine.io/node_modules/mime-types/LICENSE +0 -23
  2511. package/backend/node_modules/engine.io/node_modules/mime-types/README.md +0 -113
  2512. package/backend/node_modules/engine.io/node_modules/mime-types/index.js +0 -188
  2513. package/backend/node_modules/engine.io/node_modules/mime-types/package.json +0 -44
  2514. package/backend/node_modules/engine.io/node_modules/negotiator/HISTORY.md +0 -108
  2515. package/backend/node_modules/engine.io/node_modules/negotiator/LICENSE +0 -24
  2516. package/backend/node_modules/engine.io/node_modules/negotiator/README.md +0 -203
  2517. package/backend/node_modules/engine.io/node_modules/negotiator/index.js +0 -82
  2518. package/backend/node_modules/engine.io/node_modules/negotiator/lib/charset.js +0 -169
  2519. package/backend/node_modules/engine.io/node_modules/negotiator/lib/encoding.js +0 -184
  2520. package/backend/node_modules/engine.io/node_modules/negotiator/lib/language.js +0 -179
  2521. package/backend/node_modules/engine.io/node_modules/negotiator/lib/mediaType.js +0 -294
  2522. package/backend/node_modules/engine.io/node_modules/negotiator/package.json +0 -42
  2523. package/backend/node_modules/engine.io/node_modules/ws/LICENSE +0 -20
  2524. package/backend/node_modules/engine.io/node_modules/ws/README.md +0 -548
  2525. package/backend/node_modules/engine.io/node_modules/ws/browser.js +0 -8
  2526. package/backend/node_modules/engine.io/node_modules/ws/index.js +0 -13
  2527. package/backend/node_modules/engine.io/node_modules/ws/lib/buffer-util.js +0 -131
  2528. package/backend/node_modules/engine.io/node_modules/ws/lib/constants.js +0 -18
  2529. package/backend/node_modules/engine.io/node_modules/ws/lib/event-target.js +0 -292
  2530. package/backend/node_modules/engine.io/node_modules/ws/lib/extension.js +0 -203
  2531. package/backend/node_modules/engine.io/node_modules/ws/lib/limiter.js +0 -55
  2532. package/backend/node_modules/engine.io/node_modules/ws/lib/permessage-deflate.js +0 -528
  2533. package/backend/node_modules/engine.io/node_modules/ws/lib/receiver.js +0 -706
  2534. package/backend/node_modules/engine.io/node_modules/ws/lib/sender.js +0 -602
  2535. package/backend/node_modules/engine.io/node_modules/ws/lib/stream.js +0 -161
  2536. package/backend/node_modules/engine.io/node_modules/ws/lib/subprotocol.js +0 -62
  2537. package/backend/node_modules/engine.io/node_modules/ws/lib/validation.js +0 -152
  2538. package/backend/node_modules/engine.io/node_modules/ws/lib/websocket-server.js +0 -550
  2539. package/backend/node_modules/engine.io/node_modules/ws/lib/websocket.js +0 -1388
  2540. package/backend/node_modules/engine.io/node_modules/ws/package.json +0 -69
  2541. package/backend/node_modules/engine.io/node_modules/ws/wrapper.mjs +0 -8
  2542. package/backend/node_modules/engine.io/package.json +0 -70
  2543. package/backend/node_modules/engine.io/wrapper.mjs +0 -10
  2544. package/backend/node_modules/engine.io-parser/LICENSE +0 -22
  2545. package/backend/node_modules/engine.io-parser/Readme.md +0 -158
  2546. package/backend/node_modules/engine.io-parser/build/cjs/commons.d.ts +0 -14
  2547. package/backend/node_modules/engine.io-parser/build/cjs/commons.js +0 -19
  2548. package/backend/node_modules/engine.io-parser/build/cjs/contrib/base64-arraybuffer.d.ts +0 -2
  2549. package/backend/node_modules/engine.io-parser/build/cjs/contrib/base64-arraybuffer.js +0 -48
  2550. package/backend/node_modules/engine.io-parser/build/cjs/decodePacket.browser.d.ts +0 -2
  2551. package/backend/node_modules/engine.io-parser/build/cjs/decodePacket.browser.js +0 -66
  2552. package/backend/node_modules/engine.io-parser/build/cjs/decodePacket.d.ts +0 -2
  2553. package/backend/node_modules/engine.io-parser/build/cjs/decodePacket.js +0 -59
  2554. package/backend/node_modules/engine.io-parser/build/cjs/encodePacket.browser.d.ts +0 -4
  2555. package/backend/node_modules/engine.io-parser/build/cjs/encodePacket.browser.js +0 -72
  2556. package/backend/node_modules/engine.io-parser/build/cjs/encodePacket.d.ts +0 -3
  2557. package/backend/node_modules/engine.io-parser/build/cjs/encodePacket.js +0 -38
  2558. package/backend/node_modules/engine.io-parser/build/cjs/index.d.ts +0 -9
  2559. package/backend/node_modules/engine.io-parser/build/cjs/index.js +0 -164
  2560. package/backend/node_modules/engine.io-parser/build/cjs/package.json +0 -8
  2561. package/backend/node_modules/engine.io-parser/build/esm/commons.d.ts +0 -14
  2562. package/backend/node_modules/engine.io-parser/build/esm/commons.js +0 -14
  2563. package/backend/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.d.ts +0 -2
  2564. package/backend/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.js +0 -43
  2565. package/backend/node_modules/engine.io-parser/build/esm/decodePacket.browser.d.ts +0 -2
  2566. package/backend/node_modules/engine.io-parser/build/esm/decodePacket.browser.js +0 -62
  2567. package/backend/node_modules/engine.io-parser/build/esm/decodePacket.d.ts +0 -2
  2568. package/backend/node_modules/engine.io-parser/build/esm/decodePacket.js +0 -55
  2569. package/backend/node_modules/engine.io-parser/build/esm/encodePacket.browser.d.ts +0 -4
  2570. package/backend/node_modules/engine.io-parser/build/esm/encodePacket.browser.js +0 -68
  2571. package/backend/node_modules/engine.io-parser/build/esm/encodePacket.d.ts +0 -3
  2572. package/backend/node_modules/engine.io-parser/build/esm/encodePacket.js +0 -33
  2573. package/backend/node_modules/engine.io-parser/build/esm/index.d.ts +0 -9
  2574. package/backend/node_modules/engine.io-parser/build/esm/index.js +0 -156
  2575. package/backend/node_modules/engine.io-parser/build/esm/package.json +0 -8
  2576. package/backend/node_modules/engine.io-parser/package.json +0 -46
  2577. package/backend/node_modules/enquirer/CHANGELOG.md +0 -135
  2578. package/backend/node_modules/enquirer/LICENSE +0 -21
  2579. package/backend/node_modules/enquirer/README.md +0 -1752
  2580. package/backend/node_modules/enquirer/index.d.ts +0 -151
  2581. package/backend/node_modules/enquirer/index.js +0 -250
  2582. package/backend/node_modules/enquirer/lib/ansi.js +0 -116
  2583. package/backend/node_modules/enquirer/lib/combos.js +0 -75
  2584. package/backend/node_modules/enquirer/lib/completer.js +0 -52
  2585. package/backend/node_modules/enquirer/lib/interpolate.js +0 -266
  2586. package/backend/node_modules/enquirer/lib/keypress.js +0 -243
  2587. package/backend/node_modules/enquirer/lib/placeholder.js +0 -63
  2588. package/backend/node_modules/enquirer/lib/prompt.js +0 -485
  2589. package/backend/node_modules/enquirer/lib/prompts/autocomplete.js +0 -113
  2590. package/backend/node_modules/enquirer/lib/prompts/basicauth.js +0 -41
  2591. package/backend/node_modules/enquirer/lib/prompts/confirm.js +0 -13
  2592. package/backend/node_modules/enquirer/lib/prompts/editable.js +0 -136
  2593. package/backend/node_modules/enquirer/lib/prompts/form.js +0 -196
  2594. package/backend/node_modules/enquirer/lib/prompts/index.js +0 -28
  2595. package/backend/node_modules/enquirer/lib/prompts/input.js +0 -55
  2596. package/backend/node_modules/enquirer/lib/prompts/invisible.js +0 -11
  2597. package/backend/node_modules/enquirer/lib/prompts/list.js +0 -36
  2598. package/backend/node_modules/enquirer/lib/prompts/multiselect.js +0 -11
  2599. package/backend/node_modules/enquirer/lib/prompts/numeral.js +0 -1
  2600. package/backend/node_modules/enquirer/lib/prompts/password.js +0 -18
  2601. package/backend/node_modules/enquirer/lib/prompts/quiz.js +0 -37
  2602. package/backend/node_modules/enquirer/lib/prompts/scale.js +0 -237
  2603. package/backend/node_modules/enquirer/lib/prompts/select.js +0 -139
  2604. package/backend/node_modules/enquirer/lib/prompts/snippet.js +0 -185
  2605. package/backend/node_modules/enquirer/lib/prompts/sort.js +0 -37
  2606. package/backend/node_modules/enquirer/lib/prompts/survey.js +0 -163
  2607. package/backend/node_modules/enquirer/lib/prompts/text.js +0 -1
  2608. package/backend/node_modules/enquirer/lib/prompts/toggle.js +0 -109
  2609. package/backend/node_modules/enquirer/lib/render.js +0 -33
  2610. package/backend/node_modules/enquirer/lib/roles.js +0 -46
  2611. package/backend/node_modules/enquirer/lib/state.js +0 -69
  2612. package/backend/node_modules/enquirer/lib/styles.js +0 -144
  2613. package/backend/node_modules/enquirer/lib/symbols.js +0 -66
  2614. package/backend/node_modules/enquirer/lib/theme.js +0 -11
  2615. package/backend/node_modules/enquirer/lib/timer.js +0 -38
  2616. package/backend/node_modules/enquirer/lib/types/array.js +0 -658
  2617. package/backend/node_modules/enquirer/lib/types/auth.js +0 -29
  2618. package/backend/node_modules/enquirer/lib/types/boolean.js +0 -88
  2619. package/backend/node_modules/enquirer/lib/types/index.js +0 -7
  2620. package/backend/node_modules/enquirer/lib/types/number.js +0 -86
  2621. package/backend/node_modules/enquirer/lib/types/string.js +0 -185
  2622. package/backend/node_modules/enquirer/lib/utils.js +0 -268
  2623. package/backend/node_modules/enquirer/package.json +0 -111
  2624. package/backend/node_modules/es-define-property/.eslintrc +0 -13
  2625. package/backend/node_modules/es-define-property/.github/FUNDING.yml +0 -12
  2626. package/backend/node_modules/es-define-property/.nycrc +0 -9
  2627. package/backend/node_modules/es-define-property/CHANGELOG.md +0 -29
  2628. package/backend/node_modules/es-define-property/LICENSE +0 -21
  2629. package/backend/node_modules/es-define-property/README.md +0 -49
  2630. package/backend/node_modules/es-define-property/index.d.ts +0 -3
  2631. package/backend/node_modules/es-define-property/index.js +0 -14
  2632. package/backend/node_modules/es-define-property/package.json +0 -81
  2633. package/backend/node_modules/es-define-property/test/index.js +0 -56
  2634. package/backend/node_modules/es-define-property/tsconfig.json +0 -10
  2635. package/backend/node_modules/es-errors/.eslintrc +0 -5
  2636. package/backend/node_modules/es-errors/.github/FUNDING.yml +0 -12
  2637. package/backend/node_modules/es-errors/CHANGELOG.md +0 -40
  2638. package/backend/node_modules/es-errors/LICENSE +0 -21
  2639. package/backend/node_modules/es-errors/README.md +0 -55
  2640. package/backend/node_modules/es-errors/eval.d.ts +0 -3
  2641. package/backend/node_modules/es-errors/eval.js +0 -4
  2642. package/backend/node_modules/es-errors/index.d.ts +0 -3
  2643. package/backend/node_modules/es-errors/index.js +0 -4
  2644. package/backend/node_modules/es-errors/package.json +0 -80
  2645. package/backend/node_modules/es-errors/range.d.ts +0 -3
  2646. package/backend/node_modules/es-errors/range.js +0 -4
  2647. package/backend/node_modules/es-errors/ref.d.ts +0 -3
  2648. package/backend/node_modules/es-errors/ref.js +0 -4
  2649. package/backend/node_modules/es-errors/syntax.d.ts +0 -3
  2650. package/backend/node_modules/es-errors/syntax.js +0 -4
  2651. package/backend/node_modules/es-errors/test/index.js +0 -19
  2652. package/backend/node_modules/es-errors/tsconfig.json +0 -49
  2653. package/backend/node_modules/es-errors/type.d.ts +0 -3
  2654. package/backend/node_modules/es-errors/type.js +0 -4
  2655. package/backend/node_modules/es-errors/uri.d.ts +0 -3
  2656. package/backend/node_modules/es-errors/uri.js +0 -4
  2657. package/backend/node_modules/es-object-atoms/.eslintrc +0 -16
  2658. package/backend/node_modules/es-object-atoms/.github/FUNDING.yml +0 -12
  2659. package/backend/node_modules/es-object-atoms/CHANGELOG.md +0 -37
  2660. package/backend/node_modules/es-object-atoms/LICENSE +0 -21
  2661. package/backend/node_modules/es-object-atoms/README.md +0 -63
  2662. package/backend/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +0 -3
  2663. package/backend/node_modules/es-object-atoms/RequireObjectCoercible.js +0 -11
  2664. package/backend/node_modules/es-object-atoms/ToObject.d.ts +0 -7
  2665. package/backend/node_modules/es-object-atoms/ToObject.js +0 -10
  2666. package/backend/node_modules/es-object-atoms/index.d.ts +0 -3
  2667. package/backend/node_modules/es-object-atoms/index.js +0 -4
  2668. package/backend/node_modules/es-object-atoms/isObject.d.ts +0 -3
  2669. package/backend/node_modules/es-object-atoms/isObject.js +0 -6
  2670. package/backend/node_modules/es-object-atoms/package.json +0 -80
  2671. package/backend/node_modules/es-object-atoms/test/index.js +0 -38
  2672. package/backend/node_modules/es-object-atoms/tsconfig.json +0 -6
  2673. package/backend/node_modules/escape-html/LICENSE +0 -24
  2674. package/backend/node_modules/escape-html/Readme.md +0 -43
  2675. package/backend/node_modules/escape-html/index.js +0 -78
  2676. package/backend/node_modules/escape-html/package.json +0 -24
  2677. package/backend/node_modules/escape-string-regexp/index.d.ts +0 -18
  2678. package/backend/node_modules/escape-string-regexp/index.js +0 -13
  2679. package/backend/node_modules/escape-string-regexp/license +0 -9
  2680. package/backend/node_modules/escape-string-regexp/package.json +0 -38
  2681. package/backend/node_modules/escape-string-regexp/readme.md +0 -34
  2682. package/backend/node_modules/escodegen/LICENSE.BSD +0 -21
  2683. package/backend/node_modules/escodegen/README.md +0 -84
  2684. package/backend/node_modules/escodegen/bin/escodegen.js +0 -77
  2685. package/backend/node_modules/escodegen/bin/esgenerate.js +0 -64
  2686. package/backend/node_modules/escodegen/escodegen.js +0 -2667
  2687. package/backend/node_modules/escodegen/package.json +0 -63
  2688. package/backend/node_modules/esprima/ChangeLog +0 -235
  2689. package/backend/node_modules/esprima/LICENSE.BSD +0 -21
  2690. package/backend/node_modules/esprima/README.md +0 -46
  2691. package/backend/node_modules/esprima/bin/esparse.js +0 -139
  2692. package/backend/node_modules/esprima/bin/esvalidate.js +0 -236
  2693. package/backend/node_modules/esprima/dist/esprima.js +0 -6709
  2694. package/backend/node_modules/esprima/package.json +0 -112
  2695. package/backend/node_modules/estraverse/.jshintrc +0 -16
  2696. package/backend/node_modules/estraverse/LICENSE.BSD +0 -19
  2697. package/backend/node_modules/estraverse/README.md +0 -153
  2698. package/backend/node_modules/estraverse/estraverse.js +0 -805
  2699. package/backend/node_modules/estraverse/gulpfile.js +0 -70
  2700. package/backend/node_modules/estraverse/package.json +0 -40
  2701. package/backend/node_modules/esutils/LICENSE.BSD +0 -19
  2702. package/backend/node_modules/esutils/README.md +0 -174
  2703. package/backend/node_modules/esutils/lib/ast.js +0 -144
  2704. package/backend/node_modules/esutils/lib/code.js +0 -135
  2705. package/backend/node_modules/esutils/lib/keyword.js +0 -165
  2706. package/backend/node_modules/esutils/lib/utils.js +0 -33
  2707. package/backend/node_modules/esutils/package.json +0 -44
  2708. package/backend/node_modules/etag/HISTORY.md +0 -83
  2709. package/backend/node_modules/etag/LICENSE +0 -22
  2710. package/backend/node_modules/etag/README.md +0 -159
  2711. package/backend/node_modules/etag/index.js +0 -131
  2712. package/backend/node_modules/etag/package.json +0 -47
  2713. package/backend/node_modules/eventemitter2/CHANGELOG.md +0 -55
  2714. package/backend/node_modules/eventemitter2/LICENSE.txt +0 -21
  2715. package/backend/node_modules/eventemitter2/README.md +0 -348
  2716. package/backend/node_modules/eventemitter2/eventemitter2.d.ts +0 -57
  2717. package/backend/node_modules/eventemitter2/index.js +0 -1
  2718. package/backend/node_modules/eventemitter2/lib/eventemitter2.js +0 -782
  2719. package/backend/node_modules/eventemitter2/package.json +0 -69
  2720. package/backend/node_modules/express/LICENSE +0 -24
  2721. package/backend/node_modules/express/Readme.md +0 -276
  2722. package/backend/node_modules/express/index.js +0 -11
  2723. package/backend/node_modules/express/lib/application.js +0 -631
  2724. package/backend/node_modules/express/lib/express.js +0 -81
  2725. package/backend/node_modules/express/lib/request.js +0 -514
  2726. package/backend/node_modules/express/lib/response.js +0 -1053
  2727. package/backend/node_modules/express/lib/utils.js +0 -271
  2728. package/backend/node_modules/express/lib/view.js +0 -205
  2729. package/backend/node_modules/express/package.json +0 -99
  2730. package/backend/node_modules/extrareqp2/CHANGELOG.md +0 -775
  2731. package/backend/node_modules/extrareqp2/LICENSE +0 -19
  2732. package/backend/node_modules/extrareqp2/README.md +0 -868
  2733. package/backend/node_modules/extrareqp2/SECURITY.md +0 -5
  2734. package/backend/node_modules/extrareqp2/UPGRADE_GUIDE.md +0 -162
  2735. package/backend/node_modules/extrareqp2/dist/axios.js +0 -2193
  2736. package/backend/node_modules/extrareqp2/dist/axios.map +0 -1
  2737. package/backend/node_modules/extrareqp2/dist/axios.min.js +0 -3
  2738. package/backend/node_modules/extrareqp2/dist/axios.min.map +0 -1
  2739. package/backend/node_modules/extrareqp2/index.d.ts +0 -168
  2740. package/backend/node_modules/extrareqp2/index.js +0 -1
  2741. package/backend/node_modules/extrareqp2/lib/adapters/README.md +0 -37
  2742. package/backend/node_modules/extrareqp2/lib/adapters/http.js +0 -331
  2743. package/backend/node_modules/extrareqp2/lib/adapters/xhr.js +0 -189
  2744. package/backend/node_modules/extrareqp2/lib/axios.js +0 -56
  2745. package/backend/node_modules/extrareqp2/lib/cancel/Cancel.js +0 -19
  2746. package/backend/node_modules/extrareqp2/lib/cancel/CancelToken.js +0 -57
  2747. package/backend/node_modules/extrareqp2/lib/cancel/isCancel.js +0 -5
  2748. package/backend/node_modules/extrareqp2/lib/core/Axios.js +0 -148
  2749. package/backend/node_modules/extrareqp2/lib/core/InterceptorManager.js +0 -54
  2750. package/backend/node_modules/extrareqp2/lib/core/README.md +0 -8
  2751. package/backend/node_modules/extrareqp2/lib/core/buildFullPath.js +0 -20
  2752. package/backend/node_modules/extrareqp2/lib/core/createError.js +0 -18
  2753. package/backend/node_modules/extrareqp2/lib/core/dispatchRequest.js +0 -82
  2754. package/backend/node_modules/extrareqp2/lib/core/enhanceError.js +0 -42
  2755. package/backend/node_modules/extrareqp2/lib/core/mergeConfig.js +0 -87
  2756. package/backend/node_modules/extrareqp2/lib/core/settle.js +0 -25
  2757. package/backend/node_modules/extrareqp2/lib/core/transformData.js +0 -22
  2758. package/backend/node_modules/extrareqp2/lib/defaults.js +0 -134
  2759. package/backend/node_modules/extrareqp2/lib/helpers/README.md +0 -7
  2760. package/backend/node_modules/extrareqp2/lib/helpers/bind.js +0 -11
  2761. package/backend/node_modules/extrareqp2/lib/helpers/buildURL.js +0 -70
  2762. package/backend/node_modules/extrareqp2/lib/helpers/combineURLs.js +0 -14
  2763. package/backend/node_modules/extrareqp2/lib/helpers/cookies.js +0 -53
  2764. package/backend/node_modules/extrareqp2/lib/helpers/deprecatedMethod.js +0 -24
  2765. package/backend/node_modules/extrareqp2/lib/helpers/isAbsoluteURL.js +0 -14
  2766. package/backend/node_modules/extrareqp2/lib/helpers/isAxiosError.js +0 -11
  2767. package/backend/node_modules/extrareqp2/lib/helpers/isURLSameOrigin.js +0 -68
  2768. package/backend/node_modules/extrareqp2/lib/helpers/normalizeHeaderName.js +0 -12
  2769. package/backend/node_modules/extrareqp2/lib/helpers/parseHeaders.js +0 -53
  2770. package/backend/node_modules/extrareqp2/lib/helpers/spread.js +0 -27
  2771. package/backend/node_modules/extrareqp2/lib/helpers/validator.js +0 -105
  2772. package/backend/node_modules/extrareqp2/lib/utils.js +0 -349
  2773. package/backend/node_modules/extrareqp2/package.json +0 -81
  2774. package/backend/node_modules/fast-json-patch/LICENSE.txt +0 -22
  2775. package/backend/node_modules/fast-json-patch/README.md +0 -428
  2776. package/backend/node_modules/fast-json-patch/commonjs/core.d.ts +0 -111
  2777. package/backend/node_modules/fast-json-patch/commonjs/core.js +0 -441
  2778. package/backend/node_modules/fast-json-patch/commonjs/duplex.d.ts +0 -23
  2779. package/backend/node_modules/fast-json-patch/commonjs/duplex.js +0 -181
  2780. package/backend/node_modules/fast-json-patch/commonjs/helpers.d.ts +0 -41
  2781. package/backend/node_modules/fast-json-patch/commonjs/helpers.js +0 -181
  2782. package/backend/node_modules/fast-json-patch/dist/fast-json-patch.js +0 -928
  2783. package/backend/node_modules/fast-json-patch/dist/fast-json-patch.min.js +0 -14
  2784. package/backend/node_modules/fast-json-patch/index.d.ts +0 -34
  2785. package/backend/node_modules/fast-json-patch/index.js +0 -11
  2786. package/backend/node_modules/fast-json-patch/index.mjs +0 -29
  2787. package/backend/node_modules/fast-json-patch/index.ts +0 -31
  2788. package/backend/node_modules/fast-json-patch/jasmine-run.mjs +0 -23
  2789. package/backend/node_modules/fast-json-patch/module/core.d.ts +0 -111
  2790. package/backend/node_modules/fast-json-patch/module/core.mjs +0 -433
  2791. package/backend/node_modules/fast-json-patch/module/duplex.d.ts +0 -23
  2792. package/backend/node_modules/fast-json-patch/module/duplex.mjs +0 -176
  2793. package/backend/node_modules/fast-json-patch/module/helpers.d.ts +0 -41
  2794. package/backend/node_modules/fast-json-patch/module/helpers.mjs +0 -171
  2795. package/backend/node_modules/fast-json-patch/package.json +0 -65
  2796. package/backend/node_modules/fast-json-patch/tsc-to-mjs.sh +0 -10
  2797. package/backend/node_modules/fast-json-patch/webpack.config.js +0 -63
  2798. package/backend/node_modules/fclone/.travis.yml +0 -21
  2799. package/backend/node_modules/fclone/LICENSE +0 -20
  2800. package/backend/node_modules/fclone/README.md +0 -56
  2801. package/backend/node_modules/fclone/bench/index.js +0 -57
  2802. package/backend/node_modules/fclone/bench/looparr.js +0 -33
  2803. package/backend/node_modules/fclone/bench/loopobj.js +0 -34
  2804. package/backend/node_modules/fclone/bench/package.json +0 -20
  2805. package/backend/node_modules/fclone/bower.json +0 -30
  2806. package/backend/node_modules/fclone/dist/fclone.d.ts +0 -3
  2807. package/backend/node_modules/fclone/dist/fclone.js +0 -83
  2808. package/backend/node_modules/fclone/dist/fclone.min.js +0 -1
  2809. package/backend/node_modules/fclone/fclone.d.ts +0 -3
  2810. package/backend/node_modules/fclone/package.json +0 -34
  2811. package/backend/node_modules/fclone/src/fclone.js +0 -64
  2812. package/backend/node_modules/fill-range/LICENSE +0 -21
  2813. package/backend/node_modules/fill-range/README.md +0 -237
  2814. package/backend/node_modules/fill-range/index.js +0 -248
  2815. package/backend/node_modules/fill-range/package.json +0 -74
  2816. package/backend/node_modules/finalhandler/HISTORY.md +0 -239
  2817. package/backend/node_modules/finalhandler/LICENSE +0 -22
  2818. package/backend/node_modules/finalhandler/README.md +0 -150
  2819. package/backend/node_modules/finalhandler/index.js +0 -293
  2820. package/backend/node_modules/finalhandler/package.json +0 -47
  2821. package/backend/node_modules/follow-redirects/LICENSE +0 -18
  2822. package/backend/node_modules/follow-redirects/README.md +0 -155
  2823. package/backend/node_modules/follow-redirects/debug.js +0 -15
  2824. package/backend/node_modules/follow-redirects/http.js +0 -1
  2825. package/backend/node_modules/follow-redirects/https.js +0 -1
  2826. package/backend/node_modules/follow-redirects/index.js +0 -686
  2827. package/backend/node_modules/follow-redirects/package.json +0 -58
  2828. package/backend/node_modules/forwarded/HISTORY.md +0 -21
  2829. package/backend/node_modules/forwarded/LICENSE +0 -22
  2830. package/backend/node_modules/forwarded/README.md +0 -57
  2831. package/backend/node_modules/forwarded/index.js +0 -90
  2832. package/backend/node_modules/forwarded/package.json +0 -45
  2833. package/backend/node_modules/fresh/HISTORY.md +0 -80
  2834. package/backend/node_modules/fresh/LICENSE +0 -23
  2835. package/backend/node_modules/fresh/README.md +0 -117
  2836. package/backend/node_modules/fresh/index.js +0 -136
  2837. package/backend/node_modules/fresh/package.json +0 -46
  2838. package/backend/node_modules/function-bind/.eslintrc +0 -21
  2839. package/backend/node_modules/function-bind/.github/FUNDING.yml +0 -12
  2840. package/backend/node_modules/function-bind/.github/SECURITY.md +0 -3
  2841. package/backend/node_modules/function-bind/.nycrc +0 -13
  2842. package/backend/node_modules/function-bind/CHANGELOG.md +0 -136
  2843. package/backend/node_modules/function-bind/LICENSE +0 -20
  2844. package/backend/node_modules/function-bind/README.md +0 -46
  2845. package/backend/node_modules/function-bind/implementation.js +0 -84
  2846. package/backend/node_modules/function-bind/index.js +0 -5
  2847. package/backend/node_modules/function-bind/package.json +0 -87
  2848. package/backend/node_modules/function-bind/test/.eslintrc +0 -9
  2849. package/backend/node_modules/function-bind/test/index.js +0 -252
  2850. package/backend/node_modules/get-intrinsic/.eslintrc +0 -42
  2851. package/backend/node_modules/get-intrinsic/.github/FUNDING.yml +0 -12
  2852. package/backend/node_modules/get-intrinsic/.nycrc +0 -9
  2853. package/backend/node_modules/get-intrinsic/CHANGELOG.md +0 -186
  2854. package/backend/node_modules/get-intrinsic/LICENSE +0 -21
  2855. package/backend/node_modules/get-intrinsic/README.md +0 -71
  2856. package/backend/node_modules/get-intrinsic/index.js +0 -378
  2857. package/backend/node_modules/get-intrinsic/package.json +0 -97
  2858. package/backend/node_modules/get-intrinsic/test/GetIntrinsic.js +0 -274
  2859. package/backend/node_modules/get-proto/.eslintrc +0 -10
  2860. package/backend/node_modules/get-proto/.github/FUNDING.yml +0 -12
  2861. package/backend/node_modules/get-proto/.nycrc +0 -9
  2862. package/backend/node_modules/get-proto/CHANGELOG.md +0 -21
  2863. package/backend/node_modules/get-proto/LICENSE +0 -21
  2864. package/backend/node_modules/get-proto/Object.getPrototypeOf.d.ts +0 -5
  2865. package/backend/node_modules/get-proto/Object.getPrototypeOf.js +0 -6
  2866. package/backend/node_modules/get-proto/README.md +0 -50
  2867. package/backend/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +0 -3
  2868. package/backend/node_modules/get-proto/Reflect.getPrototypeOf.js +0 -4
  2869. package/backend/node_modules/get-proto/index.d.ts +0 -5
  2870. package/backend/node_modules/get-proto/index.js +0 -27
  2871. package/backend/node_modules/get-proto/package.json +0 -81
  2872. package/backend/node_modules/get-proto/test/index.js +0 -68
  2873. package/backend/node_modules/get-proto/tsconfig.json +0 -9
  2874. package/backend/node_modules/get-uri/LICENSE +0 -22
  2875. package/backend/node_modules/get-uri/README.md +0 -109
  2876. package/backend/node_modules/get-uri/dist/data.d.ts +0 -16
  2877. package/backend/node_modules/get-uri/dist/data.js +0 -43
  2878. package/backend/node_modules/get-uri/dist/data.js.map +0 -1
  2879. package/backend/node_modules/get-uri/dist/file.d.ts +0 -17
  2880. package/backend/node_modules/get-uri/dist/file.js +0 -57
  2881. package/backend/node_modules/get-uri/dist/file.js.map +0 -1
  2882. package/backend/node_modules/get-uri/dist/ftp.d.ts +0 -14
  2883. package/backend/node_modules/get-uri/dist/ftp.js +0 -93
  2884. package/backend/node_modules/get-uri/dist/ftp.js.map +0 -1
  2885. package/backend/node_modules/get-uri/dist/http-error.d.ts +0 -8
  2886. package/backend/node_modules/get-uri/dist/http-error.js +0 -15
  2887. package/backend/node_modules/get-uri/dist/http-error.js.map +0 -1
  2888. package/backend/node_modules/get-uri/dist/http.d.ts +0 -29
  2889. package/backend/node_modules/get-uri/dist/http.js +0 -191
  2890. package/backend/node_modules/get-uri/dist/http.js.map +0 -1
  2891. package/backend/node_modules/get-uri/dist/https.d.ts +0 -6
  2892. package/backend/node_modules/get-uri/dist/https.js +0 -16
  2893. package/backend/node_modules/get-uri/dist/https.js.map +0 -1
  2894. package/backend/node_modules/get-uri/dist/index.d.ts +0 -37
  2895. package/backend/node_modules/get-uri/dist/index.js +0 -57
  2896. package/backend/node_modules/get-uri/dist/index.js.map +0 -1
  2897. package/backend/node_modules/get-uri/dist/notfound.d.ts +0 -10
  2898. package/backend/node_modules/get-uri/dist/notfound.js +0 -16
  2899. package/backend/node_modules/get-uri/dist/notfound.js.map +0 -1
  2900. package/backend/node_modules/get-uri/dist/notmodified.d.ts +0 -10
  2901. package/backend/node_modules/get-uri/dist/notmodified.js +0 -17
  2902. package/backend/node_modules/get-uri/dist/notmodified.js.map +0 -1
  2903. package/backend/node_modules/get-uri/package.json +0 -58
  2904. package/backend/node_modules/git-node-fs/LICENSE +0 -21
  2905. package/backend/node_modules/git-node-fs/README.md +0 -23
  2906. package/backend/node_modules/git-node-fs/lib/node-fs.js +0 -146
  2907. package/backend/node_modules/git-node-fs/mixins/fs-db.js +0 -7
  2908. package/backend/node_modules/git-node-fs/package.json +0 -22
  2909. package/backend/node_modules/git-node-fs/test/fixtures/numbers.txt +0 -1
  2910. package/backend/node_modules/git-node-fs/test.js +0 -48
  2911. package/backend/node_modules/git-sha1/LICENSE +0 -20
  2912. package/backend/node_modules/git-sha1/README.md +0 -4
  2913. package/backend/node_modules/git-sha1/git-sha1.js +0 -180
  2914. package/backend/node_modules/git-sha1/package.json +0 -22
  2915. package/backend/node_modules/glob-parent/CHANGELOG.md +0 -110
  2916. package/backend/node_modules/glob-parent/LICENSE +0 -15
  2917. package/backend/node_modules/glob-parent/README.md +0 -137
  2918. package/backend/node_modules/glob-parent/index.js +0 -42
  2919. package/backend/node_modules/glob-parent/package.json +0 -48
  2920. package/backend/node_modules/gopd/.eslintrc +0 -16
  2921. package/backend/node_modules/gopd/.github/FUNDING.yml +0 -12
  2922. package/backend/node_modules/gopd/CHANGELOG.md +0 -45
  2923. package/backend/node_modules/gopd/LICENSE +0 -21
  2924. package/backend/node_modules/gopd/README.md +0 -40
  2925. package/backend/node_modules/gopd/gOPD.d.ts +0 -1
  2926. package/backend/node_modules/gopd/gOPD.js +0 -4
  2927. package/backend/node_modules/gopd/index.d.ts +0 -5
  2928. package/backend/node_modules/gopd/index.js +0 -15
  2929. package/backend/node_modules/gopd/package.json +0 -77
  2930. package/backend/node_modules/gopd/test/index.js +0 -36
  2931. package/backend/node_modules/gopd/tsconfig.json +0 -9
  2932. package/backend/node_modules/has-flag/index.d.ts +0 -39
  2933. package/backend/node_modules/has-flag/index.js +0 -8
  2934. package/backend/node_modules/has-flag/license +0 -9
  2935. package/backend/node_modules/has-flag/package.json +0 -46
  2936. package/backend/node_modules/has-flag/readme.md +0 -89
  2937. package/backend/node_modules/has-symbols/.eslintrc +0 -11
  2938. package/backend/node_modules/has-symbols/.github/FUNDING.yml +0 -12
  2939. package/backend/node_modules/has-symbols/.nycrc +0 -9
  2940. package/backend/node_modules/has-symbols/CHANGELOG.md +0 -91
  2941. package/backend/node_modules/has-symbols/LICENSE +0 -21
  2942. package/backend/node_modules/has-symbols/README.md +0 -46
  2943. package/backend/node_modules/has-symbols/index.d.ts +0 -3
  2944. package/backend/node_modules/has-symbols/index.js +0 -14
  2945. package/backend/node_modules/has-symbols/package.json +0 -111
  2946. package/backend/node_modules/has-symbols/shams.d.ts +0 -3
  2947. package/backend/node_modules/has-symbols/shams.js +0 -45
  2948. package/backend/node_modules/has-symbols/test/index.js +0 -22
  2949. package/backend/node_modules/has-symbols/test/shams/core-js.js +0 -29
  2950. package/backend/node_modules/has-symbols/test/shams/get-own-property-symbols.js +0 -29
  2951. package/backend/node_modules/has-symbols/test/tests.js +0 -58
  2952. package/backend/node_modules/has-symbols/tsconfig.json +0 -10
  2953. package/backend/node_modules/hasown/.eslintrc +0 -5
  2954. package/backend/node_modules/hasown/.github/FUNDING.yml +0 -12
  2955. package/backend/node_modules/hasown/.nycrc +0 -13
  2956. package/backend/node_modules/hasown/CHANGELOG.md +0 -40
  2957. package/backend/node_modules/hasown/LICENSE +0 -21
  2958. package/backend/node_modules/hasown/README.md +0 -40
  2959. package/backend/node_modules/hasown/index.d.ts +0 -3
  2960. package/backend/node_modules/hasown/index.js +0 -8
  2961. package/backend/node_modules/hasown/package.json +0 -92
  2962. package/backend/node_modules/hasown/tsconfig.json +0 -6
  2963. package/backend/node_modules/http-errors/HISTORY.md +0 -186
  2964. package/backend/node_modules/http-errors/LICENSE +0 -23
  2965. package/backend/node_modules/http-errors/README.md +0 -169
  2966. package/backend/node_modules/http-errors/index.js +0 -290
  2967. package/backend/node_modules/http-errors/package.json +0 -54
  2968. package/backend/node_modules/http-proxy-agent/LICENSE +0 -22
  2969. package/backend/node_modules/http-proxy-agent/README.md +0 -44
  2970. package/backend/node_modules/http-proxy-agent/dist/index.d.ts +0 -44
  2971. package/backend/node_modules/http-proxy-agent/dist/index.d.ts.map +0 -1
  2972. package/backend/node_modules/http-proxy-agent/dist/index.js +0 -148
  2973. package/backend/node_modules/http-proxy-agent/dist/index.js.map +0 -1
  2974. package/backend/node_modules/http-proxy-agent/package.json +0 -47
  2975. package/backend/node_modules/https-proxy-agent/LICENSE +0 -22
  2976. package/backend/node_modules/https-proxy-agent/README.md +0 -70
  2977. package/backend/node_modules/https-proxy-agent/dist/index.d.ts +0 -47
  2978. package/backend/node_modules/https-proxy-agent/dist/index.d.ts.map +0 -1
  2979. package/backend/node_modules/https-proxy-agent/dist/index.js +0 -180
  2980. package/backend/node_modules/https-proxy-agent/dist/index.js.map +0 -1
  2981. package/backend/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +0 -15
  2982. package/backend/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts.map +0 -1
  2983. package/backend/node_modules/https-proxy-agent/dist/parse-proxy-response.js +0 -101
  2984. package/backend/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +0 -1
  2985. package/backend/node_modules/https-proxy-agent/package.json +0 -50
  2986. package/backend/node_modules/iconv-lite/LICENSE +0 -21
  2987. package/backend/node_modules/iconv-lite/README.md +0 -138
  2988. package/backend/node_modules/iconv-lite/encodings/dbcs-codec.js +0 -532
  2989. package/backend/node_modules/iconv-lite/encodings/dbcs-data.js +0 -185
  2990. package/backend/node_modules/iconv-lite/encodings/index.js +0 -23
  2991. package/backend/node_modules/iconv-lite/encodings/internal.js +0 -218
  2992. package/backend/node_modules/iconv-lite/encodings/sbcs-codec.js +0 -75
  2993. package/backend/node_modules/iconv-lite/encodings/sbcs-data-generated.js +0 -451
  2994. package/backend/node_modules/iconv-lite/encodings/sbcs-data.js +0 -178
  2995. package/backend/node_modules/iconv-lite/encodings/tables/big5-added.json +0 -122
  2996. package/backend/node_modules/iconv-lite/encodings/tables/cp936.json +0 -264
  2997. package/backend/node_modules/iconv-lite/encodings/tables/cp949.json +0 -273
  2998. package/backend/node_modules/iconv-lite/encodings/tables/cp950.json +0 -177
  2999. package/backend/node_modules/iconv-lite/encodings/tables/eucjp.json +0 -182
  3000. package/backend/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +0 -1
  3001. package/backend/node_modules/iconv-lite/encodings/tables/gbk-added.json +0 -56
  3002. package/backend/node_modules/iconv-lite/encodings/tables/shiftjis.json +0 -125
  3003. package/backend/node_modules/iconv-lite/encodings/utf16.js +0 -187
  3004. package/backend/node_modules/iconv-lite/encodings/utf32.js +0 -307
  3005. package/backend/node_modules/iconv-lite/encodings/utf7.js +0 -283
  3006. package/backend/node_modules/iconv-lite/lib/bom-handling.js +0 -48
  3007. package/backend/node_modules/iconv-lite/lib/helpers/merge-exports.js +0 -13
  3008. package/backend/node_modules/iconv-lite/lib/index.d.ts +0 -129
  3009. package/backend/node_modules/iconv-lite/lib/index.js +0 -182
  3010. package/backend/node_modules/iconv-lite/lib/streams.js +0 -105
  3011. package/backend/node_modules/iconv-lite/package.json +0 -70
  3012. package/backend/node_modules/iconv-lite/types/encodings.d.ts +0 -423
  3013. package/backend/node_modules/ignore-by-default/LICENSE +0 -14
  3014. package/backend/node_modules/ignore-by-default/README.md +0 -26
  3015. package/backend/node_modules/ignore-by-default/index.js +0 -12
  3016. package/backend/node_modules/ignore-by-default/package.json +0 -34
  3017. package/backend/node_modules/inherits/LICENSE +0 -16
  3018. package/backend/node_modules/inherits/README.md +0 -42
  3019. package/backend/node_modules/inherits/inherits.js +0 -9
  3020. package/backend/node_modules/inherits/inherits_browser.js +0 -27
  3021. package/backend/node_modules/inherits/package.json +0 -29
  3022. package/backend/node_modules/ini/LICENSE +0 -15
  3023. package/backend/node_modules/ini/README.md +0 -102
  3024. package/backend/node_modules/ini/ini.js +0 -206
  3025. package/backend/node_modules/ini/package.json +0 -33
  3026. package/backend/node_modules/ip-address/LICENSE +0 -19
  3027. package/backend/node_modules/ip-address/README.md +0 -105
  3028. package/backend/node_modules/ip-address/dist/address-error.d.ts +0 -5
  3029. package/backend/node_modules/ip-address/dist/address-error.d.ts.map +0 -1
  3030. package/backend/node_modules/ip-address/dist/address-error.js +0 -12
  3031. package/backend/node_modules/ip-address/dist/address-error.js.map +0 -1
  3032. package/backend/node_modules/ip-address/dist/common.d.ts +0 -15
  3033. package/backend/node_modules/ip-address/dist/common.d.ts.map +0 -1
  3034. package/backend/node_modules/ip-address/dist/common.js +0 -46
  3035. package/backend/node_modules/ip-address/dist/common.js.map +0 -1
  3036. package/backend/node_modules/ip-address/dist/ip-address.d.ts +0 -8
  3037. package/backend/node_modules/ip-address/dist/ip-address.d.ts.map +0 -1
  3038. package/backend/node_modules/ip-address/dist/ip-address.js +0 -35
  3039. package/backend/node_modules/ip-address/dist/ip-address.js.map +0 -1
  3040. package/backend/node_modules/ip-address/dist/ipv4.d.ts +0 -209
  3041. package/backend/node_modules/ip-address/dist/ipv4.d.ts.map +0 -1
  3042. package/backend/node_modules/ip-address/dist/ipv4.js +0 -360
  3043. package/backend/node_modules/ip-address/dist/ipv4.js.map +0 -1
  3044. package/backend/node_modules/ip-address/dist/ipv6.d.ts +0 -428
  3045. package/backend/node_modules/ip-address/dist/ipv6.d.ts.map +0 -1
  3046. package/backend/node_modules/ip-address/dist/ipv6.js +0 -1003
  3047. package/backend/node_modules/ip-address/dist/ipv6.js.map +0 -1
  3048. package/backend/node_modules/ip-address/dist/v4/constants.d.ts +0 -5
  3049. package/backend/node_modules/ip-address/dist/v4/constants.d.ts.map +0 -1
  3050. package/backend/node_modules/ip-address/dist/v4/constants.js +0 -8
  3051. package/backend/node_modules/ip-address/dist/v4/constants.js.map +0 -1
  3052. package/backend/node_modules/ip-address/dist/v6/constants.d.ts +0 -45
  3053. package/backend/node_modules/ip-address/dist/v6/constants.d.ts.map +0 -1
  3054. package/backend/node_modules/ip-address/dist/v6/constants.js +0 -76
  3055. package/backend/node_modules/ip-address/dist/v6/constants.js.map +0 -1
  3056. package/backend/node_modules/ip-address/dist/v6/helpers.d.ts +0 -18
  3057. package/backend/node_modules/ip-address/dist/v6/helpers.d.ts.map +0 -1
  3058. package/backend/node_modules/ip-address/dist/v6/helpers.js +0 -45
  3059. package/backend/node_modules/ip-address/dist/v6/helpers.js.map +0 -1
  3060. package/backend/node_modules/ip-address/dist/v6/regular-expressions.d.ts +0 -6
  3061. package/backend/node_modules/ip-address/dist/v6/regular-expressions.d.ts.map +0 -1
  3062. package/backend/node_modules/ip-address/dist/v6/regular-expressions.js +0 -95
  3063. package/backend/node_modules/ip-address/dist/v6/regular-expressions.js.map +0 -1
  3064. package/backend/node_modules/ip-address/package.json +0 -78
  3065. package/backend/node_modules/ip-address/src/address-error.ts +0 -11
  3066. package/backend/node_modules/ip-address/src/common.ts +0 -55
  3067. package/backend/node_modules/ip-address/src/ip-address.ts +0 -7
  3068. package/backend/node_modules/ip-address/src/ipv4.ts +0 -394
  3069. package/backend/node_modules/ip-address/src/ipv6.ts +0 -1212
  3070. package/backend/node_modules/ip-address/src/v4/constants.ts +0 -7
  3071. package/backend/node_modules/ip-address/src/v6/constants.ts +0 -79
  3072. package/backend/node_modules/ip-address/src/v6/helpers.ts +0 -48
  3073. package/backend/node_modules/ip-address/src/v6/regular-expressions.ts +0 -94
  3074. package/backend/node_modules/ipaddr.js/LICENSE +0 -19
  3075. package/backend/node_modules/ipaddr.js/README.md +0 -233
  3076. package/backend/node_modules/ipaddr.js/ipaddr.min.js +0 -1
  3077. package/backend/node_modules/ipaddr.js/lib/ipaddr.js +0 -673
  3078. package/backend/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +0 -68
  3079. package/backend/node_modules/ipaddr.js/package.json +0 -35
  3080. package/backend/node_modules/is-binary-path/index.d.ts +0 -17
  3081. package/backend/node_modules/is-binary-path/index.js +0 -7
  3082. package/backend/node_modules/is-binary-path/license +0 -9
  3083. package/backend/node_modules/is-binary-path/package.json +0 -40
  3084. package/backend/node_modules/is-binary-path/readme.md +0 -34
  3085. package/backend/node_modules/is-core-module/.eslintrc +0 -18
  3086. package/backend/node_modules/is-core-module/.nycrc +0 -9
  3087. package/backend/node_modules/is-core-module/CHANGELOG.md +0 -218
  3088. package/backend/node_modules/is-core-module/LICENSE +0 -20
  3089. package/backend/node_modules/is-core-module/README.md +0 -40
  3090. package/backend/node_modules/is-core-module/core.json +0 -162
  3091. package/backend/node_modules/is-core-module/index.js +0 -69
  3092. package/backend/node_modules/is-core-module/package.json +0 -76
  3093. package/backend/node_modules/is-core-module/test/index.js +0 -157
  3094. package/backend/node_modules/is-extglob/LICENSE +0 -21
  3095. package/backend/node_modules/is-extglob/README.md +0 -107
  3096. package/backend/node_modules/is-extglob/index.js +0 -20
  3097. package/backend/node_modules/is-extglob/package.json +0 -69
  3098. package/backend/node_modules/is-glob/LICENSE +0 -21
  3099. package/backend/node_modules/is-glob/README.md +0 -206
  3100. package/backend/node_modules/is-glob/index.js +0 -150
  3101. package/backend/node_modules/is-glob/package.json +0 -81
  3102. package/backend/node_modules/is-number/LICENSE +0 -21
  3103. package/backend/node_modules/is-number/README.md +0 -187
  3104. package/backend/node_modules/is-number/index.js +0 -18
  3105. package/backend/node_modules/is-number/package.json +0 -82
  3106. package/backend/node_modules/is-promise/LICENSE +0 -19
  3107. package/backend/node_modules/is-promise/index.d.ts +0 -2
  3108. package/backend/node_modules/is-promise/index.js +0 -6
  3109. package/backend/node_modules/is-promise/index.mjs +0 -3
  3110. package/backend/node_modules/is-promise/package.json +0 -30
  3111. package/backend/node_modules/is-promise/readme.md +0 -33
  3112. package/backend/node_modules/js-git/BACKERS-2.md +0 -100
  3113. package/backend/node_modules/js-git/BACKERS.md +0 -352
  3114. package/backend/node_modules/js-git/LICENSE +0 -21
  3115. package/backend/node_modules/js-git/README.md +0 -265
  3116. package/backend/node_modules/js-git/SPONSORS.md +0 -12
  3117. package/backend/node_modules/js-git/art/architecture.svg +0 -389
  3118. package/backend/node_modules/js-git/art/jsgit-sticker-sheet.svg +0 -790
  3119. package/backend/node_modules/js-git/doc/lib/config-codec.md +0 -46
  3120. package/backend/node_modules/js-git/doc/lib/deflate.md +0 -11
  3121. package/backend/node_modules/js-git/doc/lib/inflate-stream.md +0 -23
  3122. package/backend/node_modules/js-git/doc/lib/inflate.md +0 -11
  3123. package/backend/node_modules/js-git/doc/lib/object-codec.md +0 -127
  3124. package/backend/node_modules/js-git/doc/lib/pack-codec.md +0 -98
  3125. package/backend/node_modules/js-git/doc/mixins/fs-db.md +0 -53
  3126. package/backend/node_modules/js-git/doc/mixins/mem-db.md +0 -27
  3127. package/backend/node_modules/js-git/doc/mixins/pack-ops.md +0 -37
  3128. package/backend/node_modules/js-git/lib/apply-delta.js +0 -61
  3129. package/backend/node_modules/js-git/lib/config-codec.js +0 -67
  3130. package/backend/node_modules/js-git/lib/defer.js +0 -33
  3131. package/backend/node_modules/js-git/lib/deflate.js +0 -10
  3132. package/backend/node_modules/js-git/lib/find-common.js +0 -58
  3133. package/backend/node_modules/js-git/lib/git-fs.js +0 -125
  3134. package/backend/node_modules/js-git/lib/inflate-stream.js +0 -36
  3135. package/backend/node_modules/js-git/lib/inflate.js +0 -10
  3136. package/backend/node_modules/js-git/lib/modes.js +0 -28
  3137. package/backend/node_modules/js-git/lib/object-codec.js +0 -265
  3138. package/backend/node_modules/js-git/lib/pack-codec.js +0 -326
  3139. package/backend/node_modules/js-git/lib/pkt-line.js +0 -128
  3140. package/backend/node_modules/js-git/lib/wrap-handler.js +0 -21
  3141. package/backend/node_modules/js-git/mixins/add-cache.js +0 -61
  3142. package/backend/node_modules/js-git/mixins/create-tree.js +0 -148
  3143. package/backend/node_modules/js-git/mixins/delay.js +0 -51
  3144. package/backend/node_modules/js-git/mixins/fall-through.js +0 -26
  3145. package/backend/node_modules/js-git/mixins/formats.js +0 -133
  3146. package/backend/node_modules/js-git/mixins/fs-db.js +0 -339
  3147. package/backend/node_modules/js-git/mixins/indexed-db.js +0 -147
  3148. package/backend/node_modules/js-git/mixins/mem-cache.js +0 -53
  3149. package/backend/node_modules/js-git/mixins/mem-db.js +0 -95
  3150. package/backend/node_modules/js-git/mixins/pack-ops.js +0 -201
  3151. package/backend/node_modules/js-git/mixins/path-to-entry.js +0 -51
  3152. package/backend/node_modules/js-git/mixins/read-combiner.js +0 -28
  3153. package/backend/node_modules/js-git/mixins/sync.js +0 -147
  3154. package/backend/node_modules/js-git/mixins/walkers.js +0 -152
  3155. package/backend/node_modules/js-git/mixins/websql-db.js +0 -167
  3156. package/backend/node_modules/js-git/net/git-fetch-pack.js +0 -196
  3157. package/backend/node_modules/js-git/net/request-xhr.js +0 -36
  3158. package/backend/node_modules/js-git/net/tcp-chrome-sockets.js +0 -108
  3159. package/backend/node_modules/js-git/net/tcp-node.js +0 -85
  3160. package/backend/node_modules/js-git/net/tcp-ws-proxy.js +0 -79
  3161. package/backend/node_modules/js-git/net/transport-http.js +0 -103
  3162. package/backend/node_modules/js-git/net/transport-tcp.js +0 -48
  3163. package/backend/node_modules/js-git/package.json +0 -27
  3164. package/backend/node_modules/js-git/test/run.js +0 -48
  3165. package/backend/node_modules/js-git/test/sample-pack.js +0 -5
  3166. package/backend/node_modules/js-git/test/test-config-codec.js +0 -69
  3167. package/backend/node_modules/js-git/test/test-mem-db.js +0 -57
  3168. package/backend/node_modules/js-git/test/test-object-codec.js +0 -212
  3169. package/backend/node_modules/js-git/test/test-pack-codec.js +0 -100
  3170. package/backend/node_modules/js-git/test/test-pack-ops.js +0 -55
  3171. package/backend/node_modules/js-git/test/test-zlib.js +0 -44
  3172. package/backend/node_modules/js-yaml/LICENSE +0 -21
  3173. package/backend/node_modules/js-yaml/README.md +0 -247
  3174. package/backend/node_modules/js-yaml/bin/js-yaml.js +0 -126
  3175. package/backend/node_modules/js-yaml/dist/js-yaml.js +0 -3880
  3176. package/backend/node_modules/js-yaml/dist/js-yaml.min.js +0 -2
  3177. package/backend/node_modules/js-yaml/dist/js-yaml.mjs +0 -3856
  3178. package/backend/node_modules/js-yaml/index.js +0 -47
  3179. package/backend/node_modules/js-yaml/lib/common.js +0 -59
  3180. package/backend/node_modules/js-yaml/lib/dumper.js +0 -965
  3181. package/backend/node_modules/js-yaml/lib/exception.js +0 -55
  3182. package/backend/node_modules/js-yaml/lib/loader.js +0 -1733
  3183. package/backend/node_modules/js-yaml/lib/schema/core.js +0 -11
  3184. package/backend/node_modules/js-yaml/lib/schema/default.js +0 -22
  3185. package/backend/node_modules/js-yaml/lib/schema/failsafe.js +0 -17
  3186. package/backend/node_modules/js-yaml/lib/schema/json.js +0 -19
  3187. package/backend/node_modules/js-yaml/lib/schema.js +0 -121
  3188. package/backend/node_modules/js-yaml/lib/snippet.js +0 -101
  3189. package/backend/node_modules/js-yaml/lib/type/binary.js +0 -125
  3190. package/backend/node_modules/js-yaml/lib/type/bool.js +0 -35
  3191. package/backend/node_modules/js-yaml/lib/type/float.js +0 -97
  3192. package/backend/node_modules/js-yaml/lib/type/int.js +0 -156
  3193. package/backend/node_modules/js-yaml/lib/type/map.js +0 -8
  3194. package/backend/node_modules/js-yaml/lib/type/merge.js +0 -12
  3195. package/backend/node_modules/js-yaml/lib/type/null.js +0 -35
  3196. package/backend/node_modules/js-yaml/lib/type/omap.js +0 -44
  3197. package/backend/node_modules/js-yaml/lib/type/pairs.js +0 -53
  3198. package/backend/node_modules/js-yaml/lib/type/seq.js +0 -8
  3199. package/backend/node_modules/js-yaml/lib/type/set.js +0 -29
  3200. package/backend/node_modules/js-yaml/lib/type/str.js +0 -8
  3201. package/backend/node_modules/js-yaml/lib/type/timestamp.js +0 -88
  3202. package/backend/node_modules/js-yaml/lib/type.js +0 -66
  3203. package/backend/node_modules/js-yaml/package.json +0 -66
  3204. package/backend/node_modules/json-stringify-safe/CHANGELOG.md +0 -14
  3205. package/backend/node_modules/json-stringify-safe/LICENSE +0 -15
  3206. package/backend/node_modules/json-stringify-safe/Makefile +0 -35
  3207. package/backend/node_modules/json-stringify-safe/README.md +0 -52
  3208. package/backend/node_modules/json-stringify-safe/package.json +0 -31
  3209. package/backend/node_modules/json-stringify-safe/stringify.js +0 -27
  3210. package/backend/node_modules/json-stringify-safe/test/mocha.opts +0 -2
  3211. package/backend/node_modules/json-stringify-safe/test/stringify_test.js +0 -246
  3212. package/backend/node_modules/jsonwebtoken/LICENSE +0 -21
  3213. package/backend/node_modules/jsonwebtoken/README.md +0 -396
  3214. package/backend/node_modules/jsonwebtoken/decode.js +0 -30
  3215. package/backend/node_modules/jsonwebtoken/index.js +0 -8
  3216. package/backend/node_modules/jsonwebtoken/lib/JsonWebTokenError.js +0 -14
  3217. package/backend/node_modules/jsonwebtoken/lib/NotBeforeError.js +0 -13
  3218. package/backend/node_modules/jsonwebtoken/lib/TokenExpiredError.js +0 -13
  3219. package/backend/node_modules/jsonwebtoken/lib/asymmetricKeyDetailsSupported.js +0 -3
  3220. package/backend/node_modules/jsonwebtoken/lib/psSupported.js +0 -3
  3221. package/backend/node_modules/jsonwebtoken/lib/rsaPssKeyDetailsSupported.js +0 -3
  3222. package/backend/node_modules/jsonwebtoken/lib/timespan.js +0 -18
  3223. package/backend/node_modules/jsonwebtoken/lib/validateAsymmetricKey.js +0 -66
  3224. package/backend/node_modules/jsonwebtoken/package.json +0 -70
  3225. package/backend/node_modules/jsonwebtoken/sign.js +0 -253
  3226. package/backend/node_modules/jsonwebtoken/verify.js +0 -263
  3227. package/backend/node_modules/jwa/LICENSE +0 -17
  3228. package/backend/node_modules/jwa/README.md +0 -150
  3229. package/backend/node_modules/jwa/index.js +0 -266
  3230. package/backend/node_modules/jwa/opslevel.yml +0 -6
  3231. package/backend/node_modules/jwa/package.json +0 -37
  3232. package/backend/node_modules/jws/CHANGELOG.md +0 -56
  3233. package/backend/node_modules/jws/LICENSE +0 -17
  3234. package/backend/node_modules/jws/index.js +0 -22
  3235. package/backend/node_modules/jws/lib/data-stream.js +0 -55
  3236. package/backend/node_modules/jws/lib/sign-stream.js +0 -83
  3237. package/backend/node_modules/jws/lib/tostring.js +0 -10
  3238. package/backend/node_modules/jws/lib/verify-stream.js +0 -125
  3239. package/backend/node_modules/jws/opslevel.yml +0 -6
  3240. package/backend/node_modules/jws/package.json +0 -34
  3241. package/backend/node_modules/jws/readme.md +0 -255
  3242. package/backend/node_modules/lodash/LICENSE +0 -47
  3243. package/backend/node_modules/lodash/README.md +0 -39
  3244. package/backend/node_modules/lodash/_DataView.js +0 -7
  3245. package/backend/node_modules/lodash/_Hash.js +0 -32
  3246. package/backend/node_modules/lodash/_LazyWrapper.js +0 -28
  3247. package/backend/node_modules/lodash/_ListCache.js +0 -32
  3248. package/backend/node_modules/lodash/_LodashWrapper.js +0 -22
  3249. package/backend/node_modules/lodash/_Map.js +0 -7
  3250. package/backend/node_modules/lodash/_MapCache.js +0 -32
  3251. package/backend/node_modules/lodash/_Promise.js +0 -7
  3252. package/backend/node_modules/lodash/_Set.js +0 -7
  3253. package/backend/node_modules/lodash/_SetCache.js +0 -27
  3254. package/backend/node_modules/lodash/_Stack.js +0 -27
  3255. package/backend/node_modules/lodash/_Symbol.js +0 -6
  3256. package/backend/node_modules/lodash/_Uint8Array.js +0 -6
  3257. package/backend/node_modules/lodash/_WeakMap.js +0 -7
  3258. package/backend/node_modules/lodash/_apply.js +0 -21
  3259. package/backend/node_modules/lodash/_arrayAggregator.js +0 -22
  3260. package/backend/node_modules/lodash/_arrayEach.js +0 -22
  3261. package/backend/node_modules/lodash/_arrayEachRight.js +0 -21
  3262. package/backend/node_modules/lodash/_arrayEvery.js +0 -23
  3263. package/backend/node_modules/lodash/_arrayFilter.js +0 -25
  3264. package/backend/node_modules/lodash/_arrayIncludes.js +0 -17
  3265. package/backend/node_modules/lodash/_arrayIncludesWith.js +0 -22
  3266. package/backend/node_modules/lodash/_arrayLikeKeys.js +0 -49
  3267. package/backend/node_modules/lodash/_arrayMap.js +0 -21
  3268. package/backend/node_modules/lodash/_arrayPush.js +0 -20
  3269. package/backend/node_modules/lodash/_arrayReduce.js +0 -26
  3270. package/backend/node_modules/lodash/_arrayReduceRight.js +0 -24
  3271. package/backend/node_modules/lodash/_arraySample.js +0 -15
  3272. package/backend/node_modules/lodash/_arraySampleSize.js +0 -17
  3273. package/backend/node_modules/lodash/_arrayShuffle.js +0 -15
  3274. package/backend/node_modules/lodash/_arraySome.js +0 -23
  3275. package/backend/node_modules/lodash/_asciiSize.js +0 -12
  3276. package/backend/node_modules/lodash/_asciiToArray.js +0 -12
  3277. package/backend/node_modules/lodash/_asciiWords.js +0 -15
  3278. package/backend/node_modules/lodash/_assignMergeValue.js +0 -20
  3279. package/backend/node_modules/lodash/_assignValue.js +0 -28
  3280. package/backend/node_modules/lodash/_assocIndexOf.js +0 -21
  3281. package/backend/node_modules/lodash/_baseAggregator.js +0 -21
  3282. package/backend/node_modules/lodash/_baseAssign.js +0 -17
  3283. package/backend/node_modules/lodash/_baseAssignIn.js +0 -17
  3284. package/backend/node_modules/lodash/_baseAssignValue.js +0 -25
  3285. package/backend/node_modules/lodash/_baseAt.js +0 -23
  3286. package/backend/node_modules/lodash/_baseClamp.js +0 -22
  3287. package/backend/node_modules/lodash/_baseClone.js +0 -166
  3288. package/backend/node_modules/lodash/_baseConforms.js +0 -18
  3289. package/backend/node_modules/lodash/_baseConformsTo.js +0 -27
  3290. package/backend/node_modules/lodash/_baseCreate.js +0 -30
  3291. package/backend/node_modules/lodash/_baseDelay.js +0 -21
  3292. package/backend/node_modules/lodash/_baseDifference.js +0 -67
  3293. package/backend/node_modules/lodash/_baseEach.js +0 -14
  3294. package/backend/node_modules/lodash/_baseEachRight.js +0 -14
  3295. package/backend/node_modules/lodash/_baseEvery.js +0 -21
  3296. package/backend/node_modules/lodash/_baseExtremum.js +0 -32
  3297. package/backend/node_modules/lodash/_baseFill.js +0 -32
  3298. package/backend/node_modules/lodash/_baseFilter.js +0 -21
  3299. package/backend/node_modules/lodash/_baseFindIndex.js +0 -24
  3300. package/backend/node_modules/lodash/_baseFindKey.js +0 -23
  3301. package/backend/node_modules/lodash/_baseFlatten.js +0 -38
  3302. package/backend/node_modules/lodash/_baseFor.js +0 -16
  3303. package/backend/node_modules/lodash/_baseForOwn.js +0 -16
  3304. package/backend/node_modules/lodash/_baseForOwnRight.js +0 -16
  3305. package/backend/node_modules/lodash/_baseForRight.js +0 -15
  3306. package/backend/node_modules/lodash/_baseFunctions.js +0 -19
  3307. package/backend/node_modules/lodash/_baseGet.js +0 -24
  3308. package/backend/node_modules/lodash/_baseGetAllKeys.js +0 -20
  3309. package/backend/node_modules/lodash/_baseGetTag.js +0 -28
  3310. package/backend/node_modules/lodash/_baseGt.js +0 -14
  3311. package/backend/node_modules/lodash/_baseHas.js +0 -19
  3312. package/backend/node_modules/lodash/_baseHasIn.js +0 -13
  3313. package/backend/node_modules/lodash/_baseInRange.js +0 -18
  3314. package/backend/node_modules/lodash/_baseIndexOf.js +0 -20
  3315. package/backend/node_modules/lodash/_baseIndexOfWith.js +0 -23
  3316. package/backend/node_modules/lodash/_baseIntersection.js +0 -74
  3317. package/backend/node_modules/lodash/_baseInverter.js +0 -21
  3318. package/backend/node_modules/lodash/_baseInvoke.js +0 -24
  3319. package/backend/node_modules/lodash/_baseIsArguments.js +0 -18
  3320. package/backend/node_modules/lodash/_baseIsArrayBuffer.js +0 -17
  3321. package/backend/node_modules/lodash/_baseIsDate.js +0 -18
  3322. package/backend/node_modules/lodash/_baseIsEqual.js +0 -28
  3323. package/backend/node_modules/lodash/_baseIsEqualDeep.js +0 -83
  3324. package/backend/node_modules/lodash/_baseIsMap.js +0 -18
  3325. package/backend/node_modules/lodash/_baseIsMatch.js +0 -62
  3326. package/backend/node_modules/lodash/_baseIsNaN.js +0 -12
  3327. package/backend/node_modules/lodash/_baseIsNative.js +0 -47
  3328. package/backend/node_modules/lodash/_baseIsRegExp.js +0 -18
  3329. package/backend/node_modules/lodash/_baseIsSet.js +0 -18
  3330. package/backend/node_modules/lodash/_baseIsTypedArray.js +0 -60
  3331. package/backend/node_modules/lodash/_baseIteratee.js +0 -31
  3332. package/backend/node_modules/lodash/_baseKeys.js +0 -30
  3333. package/backend/node_modules/lodash/_baseKeysIn.js +0 -33
  3334. package/backend/node_modules/lodash/_baseLodash.js +0 -10
  3335. package/backend/node_modules/lodash/_baseLt.js +0 -14
  3336. package/backend/node_modules/lodash/_baseMap.js +0 -22
  3337. package/backend/node_modules/lodash/_baseMatches.js +0 -22
  3338. package/backend/node_modules/lodash/_baseMatchesProperty.js +0 -33
  3339. package/backend/node_modules/lodash/_baseMean.js +0 -20
  3340. package/backend/node_modules/lodash/_baseMerge.js +0 -42
  3341. package/backend/node_modules/lodash/_baseMergeDeep.js +0 -94
  3342. package/backend/node_modules/lodash/_baseNth.js +0 -20
  3343. package/backend/node_modules/lodash/_baseOrderBy.js +0 -49
  3344. package/backend/node_modules/lodash/_basePick.js +0 -19
  3345. package/backend/node_modules/lodash/_basePickBy.js +0 -30
  3346. package/backend/node_modules/lodash/_baseProperty.js +0 -14
  3347. package/backend/node_modules/lodash/_basePropertyDeep.js +0 -16
  3348. package/backend/node_modules/lodash/_basePropertyOf.js +0 -14
  3349. package/backend/node_modules/lodash/_basePullAll.js +0 -51
  3350. package/backend/node_modules/lodash/_basePullAt.js +0 -37
  3351. package/backend/node_modules/lodash/_baseRandom.js +0 -18
  3352. package/backend/node_modules/lodash/_baseRange.js +0 -28
  3353. package/backend/node_modules/lodash/_baseReduce.js +0 -23
  3354. package/backend/node_modules/lodash/_baseRepeat.js +0 -35
  3355. package/backend/node_modules/lodash/_baseRest.js +0 -17
  3356. package/backend/node_modules/lodash/_baseSample.js +0 -15
  3357. package/backend/node_modules/lodash/_baseSampleSize.js +0 -18
  3358. package/backend/node_modules/lodash/_baseSet.js +0 -51
  3359. package/backend/node_modules/lodash/_baseSetData.js +0 -17
  3360. package/backend/node_modules/lodash/_baseSetToString.js +0 -22
  3361. package/backend/node_modules/lodash/_baseShuffle.js +0 -15
  3362. package/backend/node_modules/lodash/_baseSlice.js +0 -31
  3363. package/backend/node_modules/lodash/_baseSome.js +0 -22
  3364. package/backend/node_modules/lodash/_baseSortBy.js +0 -21
  3365. package/backend/node_modules/lodash/_baseSortedIndex.js +0 -42
  3366. package/backend/node_modules/lodash/_baseSortedIndexBy.js +0 -67
  3367. package/backend/node_modules/lodash/_baseSortedUniq.js +0 -30
  3368. package/backend/node_modules/lodash/_baseSum.js +0 -24
  3369. package/backend/node_modules/lodash/_baseTimes.js +0 -20
  3370. package/backend/node_modules/lodash/_baseToNumber.js +0 -24
  3371. package/backend/node_modules/lodash/_baseToPairs.js +0 -18
  3372. package/backend/node_modules/lodash/_baseToString.js +0 -37
  3373. package/backend/node_modules/lodash/_baseTrim.js +0 -19
  3374. package/backend/node_modules/lodash/_baseUnary.js +0 -14
  3375. package/backend/node_modules/lodash/_baseUniq.js +0 -72
  3376. package/backend/node_modules/lodash/_baseUnset.js +0 -65
  3377. package/backend/node_modules/lodash/_baseUpdate.js +0 -18
  3378. package/backend/node_modules/lodash/_baseValues.js +0 -19
  3379. package/backend/node_modules/lodash/_baseWhile.js +0 -26
  3380. package/backend/node_modules/lodash/_baseWrapperValue.js +0 -25
  3381. package/backend/node_modules/lodash/_baseXor.js +0 -36
  3382. package/backend/node_modules/lodash/_baseZipObject.js +0 -23
  3383. package/backend/node_modules/lodash/_cacheHas.js +0 -13
  3384. package/backend/node_modules/lodash/_castArrayLikeObject.js +0 -14
  3385. package/backend/node_modules/lodash/_castFunction.js +0 -14
  3386. package/backend/node_modules/lodash/_castPath.js +0 -21
  3387. package/backend/node_modules/lodash/_castRest.js +0 -14
  3388. package/backend/node_modules/lodash/_castSlice.js +0 -18
  3389. package/backend/node_modules/lodash/_charsEndIndex.js +0 -19
  3390. package/backend/node_modules/lodash/_charsStartIndex.js +0 -20
  3391. package/backend/node_modules/lodash/_cloneArrayBuffer.js +0 -16
  3392. package/backend/node_modules/lodash/_cloneBuffer.js +0 -35
  3393. package/backend/node_modules/lodash/_cloneDataView.js +0 -16
  3394. package/backend/node_modules/lodash/_cloneRegExp.js +0 -17
  3395. package/backend/node_modules/lodash/_cloneSymbol.js +0 -18
  3396. package/backend/node_modules/lodash/_cloneTypedArray.js +0 -16
  3397. package/backend/node_modules/lodash/_compareAscending.js +0 -41
  3398. package/backend/node_modules/lodash/_compareMultiple.js +0 -44
  3399. package/backend/node_modules/lodash/_composeArgs.js +0 -39
  3400. package/backend/node_modules/lodash/_composeArgsRight.js +0 -41
  3401. package/backend/node_modules/lodash/_copyArray.js +0 -20
  3402. package/backend/node_modules/lodash/_copyObject.js +0 -40
  3403. package/backend/node_modules/lodash/_copySymbols.js +0 -16
  3404. package/backend/node_modules/lodash/_copySymbolsIn.js +0 -16
  3405. package/backend/node_modules/lodash/_coreJsData.js +0 -6
  3406. package/backend/node_modules/lodash/_countHolders.js +0 -21
  3407. package/backend/node_modules/lodash/_createAggregator.js +0 -23
  3408. package/backend/node_modules/lodash/_createAssigner.js +0 -37
  3409. package/backend/node_modules/lodash/_createBaseEach.js +0 -32
  3410. package/backend/node_modules/lodash/_createBaseFor.js +0 -25
  3411. package/backend/node_modules/lodash/_createBind.js +0 -28
  3412. package/backend/node_modules/lodash/_createCaseFirst.js +0 -33
  3413. package/backend/node_modules/lodash/_createCompounder.js +0 -24
  3414. package/backend/node_modules/lodash/_createCtor.js +0 -37
  3415. package/backend/node_modules/lodash/_createCurry.js +0 -46
  3416. package/backend/node_modules/lodash/_createFind.js +0 -25
  3417. package/backend/node_modules/lodash/_createFlow.js +0 -78
  3418. package/backend/node_modules/lodash/_createHybrid.js +0 -92
  3419. package/backend/node_modules/lodash/_createInverter.js +0 -17
  3420. package/backend/node_modules/lodash/_createMathOperation.js +0 -38
  3421. package/backend/node_modules/lodash/_createOver.js +0 -27
  3422. package/backend/node_modules/lodash/_createPadding.js +0 -33
  3423. package/backend/node_modules/lodash/_createPartial.js +0 -43
  3424. package/backend/node_modules/lodash/_createRange.js +0 -30
  3425. package/backend/node_modules/lodash/_createRecurry.js +0 -56
  3426. package/backend/node_modules/lodash/_createRelationalOperation.js +0 -20
  3427. package/backend/node_modules/lodash/_createRound.js +0 -35
  3428. package/backend/node_modules/lodash/_createSet.js +0 -19
  3429. package/backend/node_modules/lodash/_createToPairs.js +0 -30
  3430. package/backend/node_modules/lodash/_createWrap.js +0 -106
  3431. package/backend/node_modules/lodash/_customDefaultsAssignIn.js +0 -29
  3432. package/backend/node_modules/lodash/_customDefaultsMerge.js +0 -28
  3433. package/backend/node_modules/lodash/_customOmitClone.js +0 -16
  3434. package/backend/node_modules/lodash/_deburrLetter.js +0 -71
  3435. package/backend/node_modules/lodash/_defineProperty.js +0 -11
  3436. package/backend/node_modules/lodash/_equalArrays.js +0 -84
  3437. package/backend/node_modules/lodash/_equalByTag.js +0 -112
  3438. package/backend/node_modules/lodash/_equalObjects.js +0 -90
  3439. package/backend/node_modules/lodash/_escapeHtmlChar.js +0 -21
  3440. package/backend/node_modules/lodash/_escapeStringChar.js +0 -22
  3441. package/backend/node_modules/lodash/_flatRest.js +0 -16
  3442. package/backend/node_modules/lodash/_freeGlobal.js +0 -4
  3443. package/backend/node_modules/lodash/_getAllKeys.js +0 -16
  3444. package/backend/node_modules/lodash/_getAllKeysIn.js +0 -17
  3445. package/backend/node_modules/lodash/_getData.js +0 -15
  3446. package/backend/node_modules/lodash/_getFuncName.js +0 -31
  3447. package/backend/node_modules/lodash/_getHolder.js +0 -13
  3448. package/backend/node_modules/lodash/_getMapData.js +0 -18
  3449. package/backend/node_modules/lodash/_getMatchData.js +0 -24
  3450. package/backend/node_modules/lodash/_getNative.js +0 -17
  3451. package/backend/node_modules/lodash/_getPrototype.js +0 -6
  3452. package/backend/node_modules/lodash/_getRawTag.js +0 -46
  3453. package/backend/node_modules/lodash/_getSymbols.js +0 -30
  3454. package/backend/node_modules/lodash/_getSymbolsIn.js +0 -25
  3455. package/backend/node_modules/lodash/_getTag.js +0 -58
  3456. package/backend/node_modules/lodash/_getValue.js +0 -13
  3457. package/backend/node_modules/lodash/_getView.js +0 -33
  3458. package/backend/node_modules/lodash/_getWrapDetails.js +0 -17
  3459. package/backend/node_modules/lodash/_hasPath.js +0 -39
  3460. package/backend/node_modules/lodash/_hasUnicode.js +0 -26
  3461. package/backend/node_modules/lodash/_hasUnicodeWord.js +0 -15
  3462. package/backend/node_modules/lodash/_hashClear.js +0 -15
  3463. package/backend/node_modules/lodash/_hashDelete.js +0 -17
  3464. package/backend/node_modules/lodash/_hashGet.js +0 -30
  3465. package/backend/node_modules/lodash/_hashHas.js +0 -23
  3466. package/backend/node_modules/lodash/_hashSet.js +0 -23
  3467. package/backend/node_modules/lodash/_initCloneArray.js +0 -26
  3468. package/backend/node_modules/lodash/_initCloneByTag.js +0 -77
  3469. package/backend/node_modules/lodash/_initCloneObject.js +0 -18
  3470. package/backend/node_modules/lodash/_insertWrapDetails.js +0 -23
  3471. package/backend/node_modules/lodash/_isFlattenable.js +0 -20
  3472. package/backend/node_modules/lodash/_isIndex.js +0 -25
  3473. package/backend/node_modules/lodash/_isIterateeCall.js +0 -30
  3474. package/backend/node_modules/lodash/_isKey.js +0 -29
  3475. package/backend/node_modules/lodash/_isKeyable.js +0 -15
  3476. package/backend/node_modules/lodash/_isLaziable.js +0 -28
  3477. package/backend/node_modules/lodash/_isMaskable.js +0 -14
  3478. package/backend/node_modules/lodash/_isMasked.js +0 -20
  3479. package/backend/node_modules/lodash/_isPrototype.js +0 -18
  3480. package/backend/node_modules/lodash/_isStrictComparable.js +0 -15
  3481. package/backend/node_modules/lodash/_iteratorToArray.js +0 -18
  3482. package/backend/node_modules/lodash/_lazyClone.js +0 -23
  3483. package/backend/node_modules/lodash/_lazyReverse.js +0 -23
  3484. package/backend/node_modules/lodash/_lazyValue.js +0 -69
  3485. package/backend/node_modules/lodash/_listCacheClear.js +0 -13
  3486. package/backend/node_modules/lodash/_listCacheDelete.js +0 -35
  3487. package/backend/node_modules/lodash/_listCacheGet.js +0 -19
  3488. package/backend/node_modules/lodash/_listCacheHas.js +0 -16
  3489. package/backend/node_modules/lodash/_listCacheSet.js +0 -26
  3490. package/backend/node_modules/lodash/_mapCacheClear.js +0 -21
  3491. package/backend/node_modules/lodash/_mapCacheDelete.js +0 -18
  3492. package/backend/node_modules/lodash/_mapCacheGet.js +0 -16
  3493. package/backend/node_modules/lodash/_mapCacheHas.js +0 -16
  3494. package/backend/node_modules/lodash/_mapCacheSet.js +0 -22
  3495. package/backend/node_modules/lodash/_mapToArray.js +0 -18
  3496. package/backend/node_modules/lodash/_matchesStrictComparable.js +0 -20
  3497. package/backend/node_modules/lodash/_memoizeCapped.js +0 -26
  3498. package/backend/node_modules/lodash/_mergeData.js +0 -90
  3499. package/backend/node_modules/lodash/_metaMap.js +0 -6
  3500. package/backend/node_modules/lodash/_nativeCreate.js +0 -6
  3501. package/backend/node_modules/lodash/_nativeKeys.js +0 -6
  3502. package/backend/node_modules/lodash/_nativeKeysIn.js +0 -20
  3503. package/backend/node_modules/lodash/_nodeUtil.js +0 -30
  3504. package/backend/node_modules/lodash/_objectToString.js +0 -22
  3505. package/backend/node_modules/lodash/_overArg.js +0 -15
  3506. package/backend/node_modules/lodash/_overRest.js +0 -36
  3507. package/backend/node_modules/lodash/_parent.js +0 -16
  3508. package/backend/node_modules/lodash/_reEscape.js +0 -4
  3509. package/backend/node_modules/lodash/_reEvaluate.js +0 -4
  3510. package/backend/node_modules/lodash/_reInterpolate.js +0 -4
  3511. package/backend/node_modules/lodash/_realNames.js +0 -4
  3512. package/backend/node_modules/lodash/_reorder.js +0 -29
  3513. package/backend/node_modules/lodash/_replaceHolders.js +0 -29
  3514. package/backend/node_modules/lodash/_root.js +0 -9
  3515. package/backend/node_modules/lodash/_safeGet.js +0 -21
  3516. package/backend/node_modules/lodash/_setCacheAdd.js +0 -19
  3517. package/backend/node_modules/lodash/_setCacheHas.js +0 -14
  3518. package/backend/node_modules/lodash/_setData.js +0 -20
  3519. package/backend/node_modules/lodash/_setToArray.js +0 -18
  3520. package/backend/node_modules/lodash/_setToPairs.js +0 -18
  3521. package/backend/node_modules/lodash/_setToString.js +0 -14
  3522. package/backend/node_modules/lodash/_setWrapToString.js +0 -21
  3523. package/backend/node_modules/lodash/_shortOut.js +0 -37
  3524. package/backend/node_modules/lodash/_shuffleSelf.js +0 -28
  3525. package/backend/node_modules/lodash/_stackClear.js +0 -15
  3526. package/backend/node_modules/lodash/_stackDelete.js +0 -18
  3527. package/backend/node_modules/lodash/_stackGet.js +0 -14
  3528. package/backend/node_modules/lodash/_stackHas.js +0 -14
  3529. package/backend/node_modules/lodash/_stackSet.js +0 -34
  3530. package/backend/node_modules/lodash/_strictIndexOf.js +0 -23
  3531. package/backend/node_modules/lodash/_strictLastIndexOf.js +0 -21
  3532. package/backend/node_modules/lodash/_stringSize.js +0 -18
  3533. package/backend/node_modules/lodash/_stringToArray.js +0 -18
  3534. package/backend/node_modules/lodash/_stringToPath.js +0 -27
  3535. package/backend/node_modules/lodash/_toKey.js +0 -21
  3536. package/backend/node_modules/lodash/_toSource.js +0 -26
  3537. package/backend/node_modules/lodash/_trimmedEndIndex.js +0 -19
  3538. package/backend/node_modules/lodash/_unescapeHtmlChar.js +0 -21
  3539. package/backend/node_modules/lodash/_unicodeSize.js +0 -44
  3540. package/backend/node_modules/lodash/_unicodeToArray.js +0 -40
  3541. package/backend/node_modules/lodash/_unicodeWords.js +0 -69
  3542. package/backend/node_modules/lodash/_updateWrapDetails.js +0 -46
  3543. package/backend/node_modules/lodash/_wrapperClone.js +0 -23
  3544. package/backend/node_modules/lodash/add.js +0 -22
  3545. package/backend/node_modules/lodash/after.js +0 -42
  3546. package/backend/node_modules/lodash/array.js +0 -67
  3547. package/backend/node_modules/lodash/ary.js +0 -29
  3548. package/backend/node_modules/lodash/assign.js +0 -58
  3549. package/backend/node_modules/lodash/assignIn.js +0 -40
  3550. package/backend/node_modules/lodash/assignInWith.js +0 -38
  3551. package/backend/node_modules/lodash/assignWith.js +0 -37
  3552. package/backend/node_modules/lodash/at.js +0 -23
  3553. package/backend/node_modules/lodash/attempt.js +0 -35
  3554. package/backend/node_modules/lodash/before.js +0 -40
  3555. package/backend/node_modules/lodash/bind.js +0 -57
  3556. package/backend/node_modules/lodash/bindAll.js +0 -41
  3557. package/backend/node_modules/lodash/bindKey.js +0 -68
  3558. package/backend/node_modules/lodash/camelCase.js +0 -29
  3559. package/backend/node_modules/lodash/capitalize.js +0 -23
  3560. package/backend/node_modules/lodash/castArray.js +0 -44
  3561. package/backend/node_modules/lodash/ceil.js +0 -26
  3562. package/backend/node_modules/lodash/chain.js +0 -38
  3563. package/backend/node_modules/lodash/chunk.js +0 -50
  3564. package/backend/node_modules/lodash/clamp.js +0 -39
  3565. package/backend/node_modules/lodash/clone.js +0 -36
  3566. package/backend/node_modules/lodash/cloneDeep.js +0 -29
  3567. package/backend/node_modules/lodash/cloneDeepWith.js +0 -40
  3568. package/backend/node_modules/lodash/cloneWith.js +0 -42
  3569. package/backend/node_modules/lodash/collection.js +0 -30
  3570. package/backend/node_modules/lodash/commit.js +0 -33
  3571. package/backend/node_modules/lodash/compact.js +0 -31
  3572. package/backend/node_modules/lodash/concat.js +0 -43
  3573. package/backend/node_modules/lodash/cond.js +0 -60
  3574. package/backend/node_modules/lodash/conforms.js +0 -35
  3575. package/backend/node_modules/lodash/conformsTo.js +0 -32
  3576. package/backend/node_modules/lodash/constant.js +0 -26
  3577. package/backend/node_modules/lodash/core.js +0 -3877
  3578. package/backend/node_modules/lodash/core.min.js +0 -29
  3579. package/backend/node_modules/lodash/countBy.js +0 -40
  3580. package/backend/node_modules/lodash/create.js +0 -43
  3581. package/backend/node_modules/lodash/curry.js +0 -57
  3582. package/backend/node_modules/lodash/curryRight.js +0 -54
  3583. package/backend/node_modules/lodash/date.js +0 -3
  3584. package/backend/node_modules/lodash/debounce.js +0 -191
  3585. package/backend/node_modules/lodash/deburr.js +0 -45
  3586. package/backend/node_modules/lodash/defaultTo.js +0 -25
  3587. package/backend/node_modules/lodash/defaults.js +0 -64
  3588. package/backend/node_modules/lodash/defaultsDeep.js +0 -30
  3589. package/backend/node_modules/lodash/defer.js +0 -26
  3590. package/backend/node_modules/lodash/delay.js +0 -28
  3591. package/backend/node_modules/lodash/difference.js +0 -33
  3592. package/backend/node_modules/lodash/differenceBy.js +0 -44
  3593. package/backend/node_modules/lodash/differenceWith.js +0 -40
  3594. package/backend/node_modules/lodash/divide.js +0 -22
  3595. package/backend/node_modules/lodash/drop.js +0 -38
  3596. package/backend/node_modules/lodash/dropRight.js +0 -39
  3597. package/backend/node_modules/lodash/dropRightWhile.js +0 -45
  3598. package/backend/node_modules/lodash/dropWhile.js +0 -45
  3599. package/backend/node_modules/lodash/each.js +0 -1
  3600. package/backend/node_modules/lodash/eachRight.js +0 -1
  3601. package/backend/node_modules/lodash/endsWith.js +0 -43
  3602. package/backend/node_modules/lodash/entries.js +0 -1
  3603. package/backend/node_modules/lodash/entriesIn.js +0 -1
  3604. package/backend/node_modules/lodash/eq.js +0 -37
  3605. package/backend/node_modules/lodash/escape.js +0 -43
  3606. package/backend/node_modules/lodash/escapeRegExp.js +0 -32
  3607. package/backend/node_modules/lodash/every.js +0 -56
  3608. package/backend/node_modules/lodash/extend.js +0 -1
  3609. package/backend/node_modules/lodash/extendWith.js +0 -1
  3610. package/backend/node_modules/lodash/fill.js +0 -45
  3611. package/backend/node_modules/lodash/filter.js +0 -52
  3612. package/backend/node_modules/lodash/find.js +0 -42
  3613. package/backend/node_modules/lodash/findIndex.js +0 -55
  3614. package/backend/node_modules/lodash/findKey.js +0 -44
  3615. package/backend/node_modules/lodash/findLast.js +0 -25
  3616. package/backend/node_modules/lodash/findLastIndex.js +0 -59
  3617. package/backend/node_modules/lodash/findLastKey.js +0 -44
  3618. package/backend/node_modules/lodash/first.js +0 -1
  3619. package/backend/node_modules/lodash/flatMap.js +0 -29
  3620. package/backend/node_modules/lodash/flatMapDeep.js +0 -31
  3621. package/backend/node_modules/lodash/flatMapDepth.js +0 -31
  3622. package/backend/node_modules/lodash/flatten.js +0 -22
  3623. package/backend/node_modules/lodash/flattenDeep.js +0 -25
  3624. package/backend/node_modules/lodash/flattenDepth.js +0 -33
  3625. package/backend/node_modules/lodash/flip.js +0 -28
  3626. package/backend/node_modules/lodash/floor.js +0 -26
  3627. package/backend/node_modules/lodash/flow.js +0 -27
  3628. package/backend/node_modules/lodash/flowRight.js +0 -26
  3629. package/backend/node_modules/lodash/forEach.js +0 -41
  3630. package/backend/node_modules/lodash/forEachRight.js +0 -31
  3631. package/backend/node_modules/lodash/forIn.js +0 -39
  3632. package/backend/node_modules/lodash/forInRight.js +0 -37
  3633. package/backend/node_modules/lodash/forOwn.js +0 -36
  3634. package/backend/node_modules/lodash/forOwnRight.js +0 -34
  3635. package/backend/node_modules/lodash/fp/F.js +0 -1
  3636. package/backend/node_modules/lodash/fp/T.js +0 -1
  3637. package/backend/node_modules/lodash/fp/__.js +0 -1
  3638. package/backend/node_modules/lodash/fp/_baseConvert.js +0 -569
  3639. package/backend/node_modules/lodash/fp/_convertBrowser.js +0 -18
  3640. package/backend/node_modules/lodash/fp/_falseOptions.js +0 -7
  3641. package/backend/node_modules/lodash/fp/_mapping.js +0 -358
  3642. package/backend/node_modules/lodash/fp/_util.js +0 -16
  3643. package/backend/node_modules/lodash/fp/add.js +0 -5
  3644. package/backend/node_modules/lodash/fp/after.js +0 -5
  3645. package/backend/node_modules/lodash/fp/all.js +0 -1
  3646. package/backend/node_modules/lodash/fp/allPass.js +0 -1
  3647. package/backend/node_modules/lodash/fp/always.js +0 -1
  3648. package/backend/node_modules/lodash/fp/any.js +0 -1
  3649. package/backend/node_modules/lodash/fp/anyPass.js +0 -1
  3650. package/backend/node_modules/lodash/fp/apply.js +0 -1
  3651. package/backend/node_modules/lodash/fp/array.js +0 -2
  3652. package/backend/node_modules/lodash/fp/ary.js +0 -5
  3653. package/backend/node_modules/lodash/fp/assign.js +0 -5
  3654. package/backend/node_modules/lodash/fp/assignAll.js +0 -5
  3655. package/backend/node_modules/lodash/fp/assignAllWith.js +0 -5
  3656. package/backend/node_modules/lodash/fp/assignIn.js +0 -5
  3657. package/backend/node_modules/lodash/fp/assignInAll.js +0 -5
  3658. package/backend/node_modules/lodash/fp/assignInAllWith.js +0 -5
  3659. package/backend/node_modules/lodash/fp/assignInWith.js +0 -5
  3660. package/backend/node_modules/lodash/fp/assignWith.js +0 -5
  3661. package/backend/node_modules/lodash/fp/assoc.js +0 -1
  3662. package/backend/node_modules/lodash/fp/assocPath.js +0 -1
  3663. package/backend/node_modules/lodash/fp/at.js +0 -5
  3664. package/backend/node_modules/lodash/fp/attempt.js +0 -5
  3665. package/backend/node_modules/lodash/fp/before.js +0 -5
  3666. package/backend/node_modules/lodash/fp/bind.js +0 -5
  3667. package/backend/node_modules/lodash/fp/bindAll.js +0 -5
  3668. package/backend/node_modules/lodash/fp/bindKey.js +0 -5
  3669. package/backend/node_modules/lodash/fp/camelCase.js +0 -5
  3670. package/backend/node_modules/lodash/fp/capitalize.js +0 -5
  3671. package/backend/node_modules/lodash/fp/castArray.js +0 -5
  3672. package/backend/node_modules/lodash/fp/ceil.js +0 -5
  3673. package/backend/node_modules/lodash/fp/chain.js +0 -5
  3674. package/backend/node_modules/lodash/fp/chunk.js +0 -5
  3675. package/backend/node_modules/lodash/fp/clamp.js +0 -5
  3676. package/backend/node_modules/lodash/fp/clone.js +0 -5
  3677. package/backend/node_modules/lodash/fp/cloneDeep.js +0 -5
  3678. package/backend/node_modules/lodash/fp/cloneDeepWith.js +0 -5
  3679. package/backend/node_modules/lodash/fp/cloneWith.js +0 -5
  3680. package/backend/node_modules/lodash/fp/collection.js +0 -2
  3681. package/backend/node_modules/lodash/fp/commit.js +0 -5
  3682. package/backend/node_modules/lodash/fp/compact.js +0 -5
  3683. package/backend/node_modules/lodash/fp/complement.js +0 -1
  3684. package/backend/node_modules/lodash/fp/compose.js +0 -1
  3685. package/backend/node_modules/lodash/fp/concat.js +0 -5
  3686. package/backend/node_modules/lodash/fp/cond.js +0 -5
  3687. package/backend/node_modules/lodash/fp/conforms.js +0 -1
  3688. package/backend/node_modules/lodash/fp/conformsTo.js +0 -5
  3689. package/backend/node_modules/lodash/fp/constant.js +0 -5
  3690. package/backend/node_modules/lodash/fp/contains.js +0 -1
  3691. package/backend/node_modules/lodash/fp/convert.js +0 -18
  3692. package/backend/node_modules/lodash/fp/countBy.js +0 -5
  3693. package/backend/node_modules/lodash/fp/create.js +0 -5
  3694. package/backend/node_modules/lodash/fp/curry.js +0 -5
  3695. package/backend/node_modules/lodash/fp/curryN.js +0 -5
  3696. package/backend/node_modules/lodash/fp/curryRight.js +0 -5
  3697. package/backend/node_modules/lodash/fp/curryRightN.js +0 -5
  3698. package/backend/node_modules/lodash/fp/date.js +0 -2
  3699. package/backend/node_modules/lodash/fp/debounce.js +0 -5
  3700. package/backend/node_modules/lodash/fp/deburr.js +0 -5
  3701. package/backend/node_modules/lodash/fp/defaultTo.js +0 -5
  3702. package/backend/node_modules/lodash/fp/defaults.js +0 -5
  3703. package/backend/node_modules/lodash/fp/defaultsAll.js +0 -5
  3704. package/backend/node_modules/lodash/fp/defaultsDeep.js +0 -5
  3705. package/backend/node_modules/lodash/fp/defaultsDeepAll.js +0 -5
  3706. package/backend/node_modules/lodash/fp/defer.js +0 -5
  3707. package/backend/node_modules/lodash/fp/delay.js +0 -5
  3708. package/backend/node_modules/lodash/fp/difference.js +0 -5
  3709. package/backend/node_modules/lodash/fp/differenceBy.js +0 -5
  3710. package/backend/node_modules/lodash/fp/differenceWith.js +0 -5
  3711. package/backend/node_modules/lodash/fp/dissoc.js +0 -1
  3712. package/backend/node_modules/lodash/fp/dissocPath.js +0 -1
  3713. package/backend/node_modules/lodash/fp/divide.js +0 -5
  3714. package/backend/node_modules/lodash/fp/drop.js +0 -5
  3715. package/backend/node_modules/lodash/fp/dropLast.js +0 -1
  3716. package/backend/node_modules/lodash/fp/dropLastWhile.js +0 -1
  3717. package/backend/node_modules/lodash/fp/dropRight.js +0 -5
  3718. package/backend/node_modules/lodash/fp/dropRightWhile.js +0 -5
  3719. package/backend/node_modules/lodash/fp/dropWhile.js +0 -5
  3720. package/backend/node_modules/lodash/fp/each.js +0 -1
  3721. package/backend/node_modules/lodash/fp/eachRight.js +0 -1
  3722. package/backend/node_modules/lodash/fp/endsWith.js +0 -5
  3723. package/backend/node_modules/lodash/fp/entries.js +0 -1
  3724. package/backend/node_modules/lodash/fp/entriesIn.js +0 -1
  3725. package/backend/node_modules/lodash/fp/eq.js +0 -5
  3726. package/backend/node_modules/lodash/fp/equals.js +0 -1
  3727. package/backend/node_modules/lodash/fp/escape.js +0 -5
  3728. package/backend/node_modules/lodash/fp/escapeRegExp.js +0 -5
  3729. package/backend/node_modules/lodash/fp/every.js +0 -5
  3730. package/backend/node_modules/lodash/fp/extend.js +0 -1
  3731. package/backend/node_modules/lodash/fp/extendAll.js +0 -1
  3732. package/backend/node_modules/lodash/fp/extendAllWith.js +0 -1
  3733. package/backend/node_modules/lodash/fp/extendWith.js +0 -1
  3734. package/backend/node_modules/lodash/fp/fill.js +0 -5
  3735. package/backend/node_modules/lodash/fp/filter.js +0 -5
  3736. package/backend/node_modules/lodash/fp/find.js +0 -5
  3737. package/backend/node_modules/lodash/fp/findFrom.js +0 -5
  3738. package/backend/node_modules/lodash/fp/findIndex.js +0 -5
  3739. package/backend/node_modules/lodash/fp/findIndexFrom.js +0 -5
  3740. package/backend/node_modules/lodash/fp/findKey.js +0 -5
  3741. package/backend/node_modules/lodash/fp/findLast.js +0 -5
  3742. package/backend/node_modules/lodash/fp/findLastFrom.js +0 -5
  3743. package/backend/node_modules/lodash/fp/findLastIndex.js +0 -5
  3744. package/backend/node_modules/lodash/fp/findLastIndexFrom.js +0 -5
  3745. package/backend/node_modules/lodash/fp/findLastKey.js +0 -5
  3746. package/backend/node_modules/lodash/fp/first.js +0 -1
  3747. package/backend/node_modules/lodash/fp/flatMap.js +0 -5
  3748. package/backend/node_modules/lodash/fp/flatMapDeep.js +0 -5
  3749. package/backend/node_modules/lodash/fp/flatMapDepth.js +0 -5
  3750. package/backend/node_modules/lodash/fp/flatten.js +0 -5
  3751. package/backend/node_modules/lodash/fp/flattenDeep.js +0 -5
  3752. package/backend/node_modules/lodash/fp/flattenDepth.js +0 -5
  3753. package/backend/node_modules/lodash/fp/flip.js +0 -5
  3754. package/backend/node_modules/lodash/fp/floor.js +0 -5
  3755. package/backend/node_modules/lodash/fp/flow.js +0 -5
  3756. package/backend/node_modules/lodash/fp/flowRight.js +0 -5
  3757. package/backend/node_modules/lodash/fp/forEach.js +0 -5
  3758. package/backend/node_modules/lodash/fp/forEachRight.js +0 -5
  3759. package/backend/node_modules/lodash/fp/forIn.js +0 -5
  3760. package/backend/node_modules/lodash/fp/forInRight.js +0 -5
  3761. package/backend/node_modules/lodash/fp/forOwn.js +0 -5
  3762. package/backend/node_modules/lodash/fp/forOwnRight.js +0 -5
  3763. package/backend/node_modules/lodash/fp/fromPairs.js +0 -5
  3764. package/backend/node_modules/lodash/fp/function.js +0 -2
  3765. package/backend/node_modules/lodash/fp/functions.js +0 -5
  3766. package/backend/node_modules/lodash/fp/functionsIn.js +0 -5
  3767. package/backend/node_modules/lodash/fp/get.js +0 -5
  3768. package/backend/node_modules/lodash/fp/getOr.js +0 -5
  3769. package/backend/node_modules/lodash/fp/groupBy.js +0 -5
  3770. package/backend/node_modules/lodash/fp/gt.js +0 -5
  3771. package/backend/node_modules/lodash/fp/gte.js +0 -5
  3772. package/backend/node_modules/lodash/fp/has.js +0 -5
  3773. package/backend/node_modules/lodash/fp/hasIn.js +0 -5
  3774. package/backend/node_modules/lodash/fp/head.js +0 -5
  3775. package/backend/node_modules/lodash/fp/identical.js +0 -1
  3776. package/backend/node_modules/lodash/fp/identity.js +0 -5
  3777. package/backend/node_modules/lodash/fp/inRange.js +0 -5
  3778. package/backend/node_modules/lodash/fp/includes.js +0 -5
  3779. package/backend/node_modules/lodash/fp/includesFrom.js +0 -5
  3780. package/backend/node_modules/lodash/fp/indexBy.js +0 -1
  3781. package/backend/node_modules/lodash/fp/indexOf.js +0 -5
  3782. package/backend/node_modules/lodash/fp/indexOfFrom.js +0 -5
  3783. package/backend/node_modules/lodash/fp/init.js +0 -1
  3784. package/backend/node_modules/lodash/fp/initial.js +0 -5
  3785. package/backend/node_modules/lodash/fp/intersection.js +0 -5
  3786. package/backend/node_modules/lodash/fp/intersectionBy.js +0 -5
  3787. package/backend/node_modules/lodash/fp/intersectionWith.js +0 -5
  3788. package/backend/node_modules/lodash/fp/invert.js +0 -5
  3789. package/backend/node_modules/lodash/fp/invertBy.js +0 -5
  3790. package/backend/node_modules/lodash/fp/invertObj.js +0 -1
  3791. package/backend/node_modules/lodash/fp/invoke.js +0 -5
  3792. package/backend/node_modules/lodash/fp/invokeArgs.js +0 -5
  3793. package/backend/node_modules/lodash/fp/invokeArgsMap.js +0 -5
  3794. package/backend/node_modules/lodash/fp/invokeMap.js +0 -5
  3795. package/backend/node_modules/lodash/fp/isArguments.js +0 -5
  3796. package/backend/node_modules/lodash/fp/isArray.js +0 -5
  3797. package/backend/node_modules/lodash/fp/isArrayBuffer.js +0 -5
  3798. package/backend/node_modules/lodash/fp/isArrayLike.js +0 -5
  3799. package/backend/node_modules/lodash/fp/isArrayLikeObject.js +0 -5
  3800. package/backend/node_modules/lodash/fp/isBoolean.js +0 -5
  3801. package/backend/node_modules/lodash/fp/isBuffer.js +0 -5
  3802. package/backend/node_modules/lodash/fp/isDate.js +0 -5
  3803. package/backend/node_modules/lodash/fp/isElement.js +0 -5
  3804. package/backend/node_modules/lodash/fp/isEmpty.js +0 -5
  3805. package/backend/node_modules/lodash/fp/isEqual.js +0 -5
  3806. package/backend/node_modules/lodash/fp/isEqualWith.js +0 -5
  3807. package/backend/node_modules/lodash/fp/isError.js +0 -5
  3808. package/backend/node_modules/lodash/fp/isFinite.js +0 -5
  3809. package/backend/node_modules/lodash/fp/isFunction.js +0 -5
  3810. package/backend/node_modules/lodash/fp/isInteger.js +0 -5
  3811. package/backend/node_modules/lodash/fp/isLength.js +0 -5
  3812. package/backend/node_modules/lodash/fp/isMap.js +0 -5
  3813. package/backend/node_modules/lodash/fp/isMatch.js +0 -5
  3814. package/backend/node_modules/lodash/fp/isMatchWith.js +0 -5
  3815. package/backend/node_modules/lodash/fp/isNaN.js +0 -5
  3816. package/backend/node_modules/lodash/fp/isNative.js +0 -5
  3817. package/backend/node_modules/lodash/fp/isNil.js +0 -5
  3818. package/backend/node_modules/lodash/fp/isNull.js +0 -5
  3819. package/backend/node_modules/lodash/fp/isNumber.js +0 -5
  3820. package/backend/node_modules/lodash/fp/isObject.js +0 -5
  3821. package/backend/node_modules/lodash/fp/isObjectLike.js +0 -5
  3822. package/backend/node_modules/lodash/fp/isPlainObject.js +0 -5
  3823. package/backend/node_modules/lodash/fp/isRegExp.js +0 -5
  3824. package/backend/node_modules/lodash/fp/isSafeInteger.js +0 -5
  3825. package/backend/node_modules/lodash/fp/isSet.js +0 -5
  3826. package/backend/node_modules/lodash/fp/isString.js +0 -5
  3827. package/backend/node_modules/lodash/fp/isSymbol.js +0 -5
  3828. package/backend/node_modules/lodash/fp/isTypedArray.js +0 -5
  3829. package/backend/node_modules/lodash/fp/isUndefined.js +0 -5
  3830. package/backend/node_modules/lodash/fp/isWeakMap.js +0 -5
  3831. package/backend/node_modules/lodash/fp/isWeakSet.js +0 -5
  3832. package/backend/node_modules/lodash/fp/iteratee.js +0 -5
  3833. package/backend/node_modules/lodash/fp/join.js +0 -5
  3834. package/backend/node_modules/lodash/fp/juxt.js +0 -1
  3835. package/backend/node_modules/lodash/fp/kebabCase.js +0 -5
  3836. package/backend/node_modules/lodash/fp/keyBy.js +0 -5
  3837. package/backend/node_modules/lodash/fp/keys.js +0 -5
  3838. package/backend/node_modules/lodash/fp/keysIn.js +0 -5
  3839. package/backend/node_modules/lodash/fp/lang.js +0 -2
  3840. package/backend/node_modules/lodash/fp/last.js +0 -5
  3841. package/backend/node_modules/lodash/fp/lastIndexOf.js +0 -5
  3842. package/backend/node_modules/lodash/fp/lastIndexOfFrom.js +0 -5
  3843. package/backend/node_modules/lodash/fp/lowerCase.js +0 -5
  3844. package/backend/node_modules/lodash/fp/lowerFirst.js +0 -5
  3845. package/backend/node_modules/lodash/fp/lt.js +0 -5
  3846. package/backend/node_modules/lodash/fp/lte.js +0 -5
  3847. package/backend/node_modules/lodash/fp/map.js +0 -5
  3848. package/backend/node_modules/lodash/fp/mapKeys.js +0 -5
  3849. package/backend/node_modules/lodash/fp/mapValues.js +0 -5
  3850. package/backend/node_modules/lodash/fp/matches.js +0 -1
  3851. package/backend/node_modules/lodash/fp/matchesProperty.js +0 -5
  3852. package/backend/node_modules/lodash/fp/math.js +0 -2
  3853. package/backend/node_modules/lodash/fp/max.js +0 -5
  3854. package/backend/node_modules/lodash/fp/maxBy.js +0 -5
  3855. package/backend/node_modules/lodash/fp/mean.js +0 -5
  3856. package/backend/node_modules/lodash/fp/meanBy.js +0 -5
  3857. package/backend/node_modules/lodash/fp/memoize.js +0 -5
  3858. package/backend/node_modules/lodash/fp/merge.js +0 -5
  3859. package/backend/node_modules/lodash/fp/mergeAll.js +0 -5
  3860. package/backend/node_modules/lodash/fp/mergeAllWith.js +0 -5
  3861. package/backend/node_modules/lodash/fp/mergeWith.js +0 -5
  3862. package/backend/node_modules/lodash/fp/method.js +0 -5
  3863. package/backend/node_modules/lodash/fp/methodOf.js +0 -5
  3864. package/backend/node_modules/lodash/fp/min.js +0 -5
  3865. package/backend/node_modules/lodash/fp/minBy.js +0 -5
  3866. package/backend/node_modules/lodash/fp/mixin.js +0 -5
  3867. package/backend/node_modules/lodash/fp/multiply.js +0 -5
  3868. package/backend/node_modules/lodash/fp/nAry.js +0 -1
  3869. package/backend/node_modules/lodash/fp/negate.js +0 -5
  3870. package/backend/node_modules/lodash/fp/next.js +0 -5
  3871. package/backend/node_modules/lodash/fp/noop.js +0 -5
  3872. package/backend/node_modules/lodash/fp/now.js +0 -5
  3873. package/backend/node_modules/lodash/fp/nth.js +0 -5
  3874. package/backend/node_modules/lodash/fp/nthArg.js +0 -5
  3875. package/backend/node_modules/lodash/fp/number.js +0 -2
  3876. package/backend/node_modules/lodash/fp/object.js +0 -2
  3877. package/backend/node_modules/lodash/fp/omit.js +0 -5
  3878. package/backend/node_modules/lodash/fp/omitAll.js +0 -1
  3879. package/backend/node_modules/lodash/fp/omitBy.js +0 -5
  3880. package/backend/node_modules/lodash/fp/once.js +0 -5
  3881. package/backend/node_modules/lodash/fp/orderBy.js +0 -5
  3882. package/backend/node_modules/lodash/fp/over.js +0 -5
  3883. package/backend/node_modules/lodash/fp/overArgs.js +0 -5
  3884. package/backend/node_modules/lodash/fp/overEvery.js +0 -5
  3885. package/backend/node_modules/lodash/fp/overSome.js +0 -5
  3886. package/backend/node_modules/lodash/fp/pad.js +0 -5
  3887. package/backend/node_modules/lodash/fp/padChars.js +0 -5
  3888. package/backend/node_modules/lodash/fp/padCharsEnd.js +0 -5
  3889. package/backend/node_modules/lodash/fp/padCharsStart.js +0 -5
  3890. package/backend/node_modules/lodash/fp/padEnd.js +0 -5
  3891. package/backend/node_modules/lodash/fp/padStart.js +0 -5
  3892. package/backend/node_modules/lodash/fp/parseInt.js +0 -5
  3893. package/backend/node_modules/lodash/fp/partial.js +0 -5
  3894. package/backend/node_modules/lodash/fp/partialRight.js +0 -5
  3895. package/backend/node_modules/lodash/fp/partition.js +0 -5
  3896. package/backend/node_modules/lodash/fp/path.js +0 -1
  3897. package/backend/node_modules/lodash/fp/pathEq.js +0 -1
  3898. package/backend/node_modules/lodash/fp/pathOr.js +0 -1
  3899. package/backend/node_modules/lodash/fp/paths.js +0 -1
  3900. package/backend/node_modules/lodash/fp/pick.js +0 -5
  3901. package/backend/node_modules/lodash/fp/pickAll.js +0 -1
  3902. package/backend/node_modules/lodash/fp/pickBy.js +0 -5
  3903. package/backend/node_modules/lodash/fp/pipe.js +0 -1
  3904. package/backend/node_modules/lodash/fp/placeholder.js +0 -6
  3905. package/backend/node_modules/lodash/fp/plant.js +0 -5
  3906. package/backend/node_modules/lodash/fp/pluck.js +0 -1
  3907. package/backend/node_modules/lodash/fp/prop.js +0 -1
  3908. package/backend/node_modules/lodash/fp/propEq.js +0 -1
  3909. package/backend/node_modules/lodash/fp/propOr.js +0 -1
  3910. package/backend/node_modules/lodash/fp/property.js +0 -1
  3911. package/backend/node_modules/lodash/fp/propertyOf.js +0 -5
  3912. package/backend/node_modules/lodash/fp/props.js +0 -1
  3913. package/backend/node_modules/lodash/fp/pull.js +0 -5
  3914. package/backend/node_modules/lodash/fp/pullAll.js +0 -5
  3915. package/backend/node_modules/lodash/fp/pullAllBy.js +0 -5
  3916. package/backend/node_modules/lodash/fp/pullAllWith.js +0 -5
  3917. package/backend/node_modules/lodash/fp/pullAt.js +0 -5
  3918. package/backend/node_modules/lodash/fp/random.js +0 -5
  3919. package/backend/node_modules/lodash/fp/range.js +0 -5
  3920. package/backend/node_modules/lodash/fp/rangeRight.js +0 -5
  3921. package/backend/node_modules/lodash/fp/rangeStep.js +0 -5
  3922. package/backend/node_modules/lodash/fp/rangeStepRight.js +0 -5
  3923. package/backend/node_modules/lodash/fp/rearg.js +0 -5
  3924. package/backend/node_modules/lodash/fp/reduce.js +0 -5
  3925. package/backend/node_modules/lodash/fp/reduceRight.js +0 -5
  3926. package/backend/node_modules/lodash/fp/reject.js +0 -5
  3927. package/backend/node_modules/lodash/fp/remove.js +0 -5
  3928. package/backend/node_modules/lodash/fp/repeat.js +0 -5
  3929. package/backend/node_modules/lodash/fp/replace.js +0 -5
  3930. package/backend/node_modules/lodash/fp/rest.js +0 -5
  3931. package/backend/node_modules/lodash/fp/restFrom.js +0 -5
  3932. package/backend/node_modules/lodash/fp/result.js +0 -5
  3933. package/backend/node_modules/lodash/fp/reverse.js +0 -5
  3934. package/backend/node_modules/lodash/fp/round.js +0 -5
  3935. package/backend/node_modules/lodash/fp/sample.js +0 -5
  3936. package/backend/node_modules/lodash/fp/sampleSize.js +0 -5
  3937. package/backend/node_modules/lodash/fp/seq.js +0 -2
  3938. package/backend/node_modules/lodash/fp/set.js +0 -5
  3939. package/backend/node_modules/lodash/fp/setWith.js +0 -5
  3940. package/backend/node_modules/lodash/fp/shuffle.js +0 -5
  3941. package/backend/node_modules/lodash/fp/size.js +0 -5
  3942. package/backend/node_modules/lodash/fp/slice.js +0 -5
  3943. package/backend/node_modules/lodash/fp/snakeCase.js +0 -5
  3944. package/backend/node_modules/lodash/fp/some.js +0 -5
  3945. package/backend/node_modules/lodash/fp/sortBy.js +0 -5
  3946. package/backend/node_modules/lodash/fp/sortedIndex.js +0 -5
  3947. package/backend/node_modules/lodash/fp/sortedIndexBy.js +0 -5
  3948. package/backend/node_modules/lodash/fp/sortedIndexOf.js +0 -5
  3949. package/backend/node_modules/lodash/fp/sortedLastIndex.js +0 -5
  3950. package/backend/node_modules/lodash/fp/sortedLastIndexBy.js +0 -5
  3951. package/backend/node_modules/lodash/fp/sortedLastIndexOf.js +0 -5
  3952. package/backend/node_modules/lodash/fp/sortedUniq.js +0 -5
  3953. package/backend/node_modules/lodash/fp/sortedUniqBy.js +0 -5
  3954. package/backend/node_modules/lodash/fp/split.js +0 -5
  3955. package/backend/node_modules/lodash/fp/spread.js +0 -5
  3956. package/backend/node_modules/lodash/fp/spreadFrom.js +0 -5
  3957. package/backend/node_modules/lodash/fp/startCase.js +0 -5
  3958. package/backend/node_modules/lodash/fp/startsWith.js +0 -5
  3959. package/backend/node_modules/lodash/fp/string.js +0 -2
  3960. package/backend/node_modules/lodash/fp/stubArray.js +0 -5
  3961. package/backend/node_modules/lodash/fp/stubFalse.js +0 -5
  3962. package/backend/node_modules/lodash/fp/stubObject.js +0 -5
  3963. package/backend/node_modules/lodash/fp/stubString.js +0 -5
  3964. package/backend/node_modules/lodash/fp/stubTrue.js +0 -5
  3965. package/backend/node_modules/lodash/fp/subtract.js +0 -5
  3966. package/backend/node_modules/lodash/fp/sum.js +0 -5
  3967. package/backend/node_modules/lodash/fp/sumBy.js +0 -5
  3968. package/backend/node_modules/lodash/fp/symmetricDifference.js +0 -1
  3969. package/backend/node_modules/lodash/fp/symmetricDifferenceBy.js +0 -1
  3970. package/backend/node_modules/lodash/fp/symmetricDifferenceWith.js +0 -1
  3971. package/backend/node_modules/lodash/fp/tail.js +0 -5
  3972. package/backend/node_modules/lodash/fp/take.js +0 -5
  3973. package/backend/node_modules/lodash/fp/takeLast.js +0 -1
  3974. package/backend/node_modules/lodash/fp/takeLastWhile.js +0 -1
  3975. package/backend/node_modules/lodash/fp/takeRight.js +0 -5
  3976. package/backend/node_modules/lodash/fp/takeRightWhile.js +0 -5
  3977. package/backend/node_modules/lodash/fp/takeWhile.js +0 -5
  3978. package/backend/node_modules/lodash/fp/tap.js +0 -5
  3979. package/backend/node_modules/lodash/fp/template.js +0 -5
  3980. package/backend/node_modules/lodash/fp/templateSettings.js +0 -5
  3981. package/backend/node_modules/lodash/fp/throttle.js +0 -5
  3982. package/backend/node_modules/lodash/fp/thru.js +0 -5
  3983. package/backend/node_modules/lodash/fp/times.js +0 -5
  3984. package/backend/node_modules/lodash/fp/toArray.js +0 -5
  3985. package/backend/node_modules/lodash/fp/toFinite.js +0 -5
  3986. package/backend/node_modules/lodash/fp/toInteger.js +0 -5
  3987. package/backend/node_modules/lodash/fp/toIterator.js +0 -5
  3988. package/backend/node_modules/lodash/fp/toJSON.js +0 -5
  3989. package/backend/node_modules/lodash/fp/toLength.js +0 -5
  3990. package/backend/node_modules/lodash/fp/toLower.js +0 -5
  3991. package/backend/node_modules/lodash/fp/toNumber.js +0 -5
  3992. package/backend/node_modules/lodash/fp/toPairs.js +0 -5
  3993. package/backend/node_modules/lodash/fp/toPairsIn.js +0 -5
  3994. package/backend/node_modules/lodash/fp/toPath.js +0 -5
  3995. package/backend/node_modules/lodash/fp/toPlainObject.js +0 -5
  3996. package/backend/node_modules/lodash/fp/toSafeInteger.js +0 -5
  3997. package/backend/node_modules/lodash/fp/toString.js +0 -5
  3998. package/backend/node_modules/lodash/fp/toUpper.js +0 -5
  3999. package/backend/node_modules/lodash/fp/transform.js +0 -5
  4000. package/backend/node_modules/lodash/fp/trim.js +0 -5
  4001. package/backend/node_modules/lodash/fp/trimChars.js +0 -5
  4002. package/backend/node_modules/lodash/fp/trimCharsEnd.js +0 -5
  4003. package/backend/node_modules/lodash/fp/trimCharsStart.js +0 -5
  4004. package/backend/node_modules/lodash/fp/trimEnd.js +0 -5
  4005. package/backend/node_modules/lodash/fp/trimStart.js +0 -5
  4006. package/backend/node_modules/lodash/fp/truncate.js +0 -5
  4007. package/backend/node_modules/lodash/fp/unapply.js +0 -1
  4008. package/backend/node_modules/lodash/fp/unary.js +0 -5
  4009. package/backend/node_modules/lodash/fp/unescape.js +0 -5
  4010. package/backend/node_modules/lodash/fp/union.js +0 -5
  4011. package/backend/node_modules/lodash/fp/unionBy.js +0 -5
  4012. package/backend/node_modules/lodash/fp/unionWith.js +0 -5
  4013. package/backend/node_modules/lodash/fp/uniq.js +0 -5
  4014. package/backend/node_modules/lodash/fp/uniqBy.js +0 -5
  4015. package/backend/node_modules/lodash/fp/uniqWith.js +0 -5
  4016. package/backend/node_modules/lodash/fp/uniqueId.js +0 -5
  4017. package/backend/node_modules/lodash/fp/unnest.js +0 -1
  4018. package/backend/node_modules/lodash/fp/unset.js +0 -5
  4019. package/backend/node_modules/lodash/fp/unzip.js +0 -5
  4020. package/backend/node_modules/lodash/fp/unzipWith.js +0 -5
  4021. package/backend/node_modules/lodash/fp/update.js +0 -5
  4022. package/backend/node_modules/lodash/fp/updateWith.js +0 -5
  4023. package/backend/node_modules/lodash/fp/upperCase.js +0 -5
  4024. package/backend/node_modules/lodash/fp/upperFirst.js +0 -5
  4025. package/backend/node_modules/lodash/fp/useWith.js +0 -1
  4026. package/backend/node_modules/lodash/fp/util.js +0 -2
  4027. package/backend/node_modules/lodash/fp/value.js +0 -5
  4028. package/backend/node_modules/lodash/fp/valueOf.js +0 -5
  4029. package/backend/node_modules/lodash/fp/values.js +0 -5
  4030. package/backend/node_modules/lodash/fp/valuesIn.js +0 -5
  4031. package/backend/node_modules/lodash/fp/where.js +0 -1
  4032. package/backend/node_modules/lodash/fp/whereEq.js +0 -1
  4033. package/backend/node_modules/lodash/fp/without.js +0 -5
  4034. package/backend/node_modules/lodash/fp/words.js +0 -5
  4035. package/backend/node_modules/lodash/fp/wrap.js +0 -5
  4036. package/backend/node_modules/lodash/fp/wrapperAt.js +0 -5
  4037. package/backend/node_modules/lodash/fp/wrapperChain.js +0 -5
  4038. package/backend/node_modules/lodash/fp/wrapperLodash.js +0 -5
  4039. package/backend/node_modules/lodash/fp/wrapperReverse.js +0 -5
  4040. package/backend/node_modules/lodash/fp/wrapperValue.js +0 -5
  4041. package/backend/node_modules/lodash/fp/xor.js +0 -5
  4042. package/backend/node_modules/lodash/fp/xorBy.js +0 -5
  4043. package/backend/node_modules/lodash/fp/xorWith.js +0 -5
  4044. package/backend/node_modules/lodash/fp/zip.js +0 -5
  4045. package/backend/node_modules/lodash/fp/zipAll.js +0 -5
  4046. package/backend/node_modules/lodash/fp/zipObj.js +0 -1
  4047. package/backend/node_modules/lodash/fp/zipObject.js +0 -5
  4048. package/backend/node_modules/lodash/fp/zipObjectDeep.js +0 -5
  4049. package/backend/node_modules/lodash/fp/zipWith.js +0 -5
  4050. package/backend/node_modules/lodash/fp.js +0 -2
  4051. package/backend/node_modules/lodash/fromPairs.js +0 -28
  4052. package/backend/node_modules/lodash/function.js +0 -25
  4053. package/backend/node_modules/lodash/functions.js +0 -31
  4054. package/backend/node_modules/lodash/functionsIn.js +0 -31
  4055. package/backend/node_modules/lodash/get.js +0 -33
  4056. package/backend/node_modules/lodash/groupBy.js +0 -41
  4057. package/backend/node_modules/lodash/gt.js +0 -29
  4058. package/backend/node_modules/lodash/gte.js +0 -30
  4059. package/backend/node_modules/lodash/has.js +0 -35
  4060. package/backend/node_modules/lodash/hasIn.js +0 -34
  4061. package/backend/node_modules/lodash/head.js +0 -23
  4062. package/backend/node_modules/lodash/identity.js +0 -21
  4063. package/backend/node_modules/lodash/inRange.js +0 -55
  4064. package/backend/node_modules/lodash/includes.js +0 -53
  4065. package/backend/node_modules/lodash/index.js +0 -1
  4066. package/backend/node_modules/lodash/indexOf.js +0 -42
  4067. package/backend/node_modules/lodash/initial.js +0 -22
  4068. package/backend/node_modules/lodash/intersection.js +0 -30
  4069. package/backend/node_modules/lodash/intersectionBy.js +0 -45
  4070. package/backend/node_modules/lodash/intersectionWith.js +0 -41
  4071. package/backend/node_modules/lodash/invert.js +0 -42
  4072. package/backend/node_modules/lodash/invertBy.js +0 -56
  4073. package/backend/node_modules/lodash/invoke.js +0 -24
  4074. package/backend/node_modules/lodash/invokeMap.js +0 -41
  4075. package/backend/node_modules/lodash/isArguments.js +0 -36
  4076. package/backend/node_modules/lodash/isArray.js +0 -26
  4077. package/backend/node_modules/lodash/isArrayBuffer.js +0 -27
  4078. package/backend/node_modules/lodash/isArrayLike.js +0 -33
  4079. package/backend/node_modules/lodash/isArrayLikeObject.js +0 -33
  4080. package/backend/node_modules/lodash/isBoolean.js +0 -29
  4081. package/backend/node_modules/lodash/isBuffer.js +0 -38
  4082. package/backend/node_modules/lodash/isDate.js +0 -27
  4083. package/backend/node_modules/lodash/isElement.js +0 -25
  4084. package/backend/node_modules/lodash/isEmpty.js +0 -77
  4085. package/backend/node_modules/lodash/isEqual.js +0 -35
  4086. package/backend/node_modules/lodash/isEqualWith.js +0 -41
  4087. package/backend/node_modules/lodash/isError.js +0 -36
  4088. package/backend/node_modules/lodash/isFinite.js +0 -36
  4089. package/backend/node_modules/lodash/isFunction.js +0 -37
  4090. package/backend/node_modules/lodash/isInteger.js +0 -33
  4091. package/backend/node_modules/lodash/isLength.js +0 -35
  4092. package/backend/node_modules/lodash/isMap.js +0 -27
  4093. package/backend/node_modules/lodash/isMatch.js +0 -36
  4094. package/backend/node_modules/lodash/isMatchWith.js +0 -41
  4095. package/backend/node_modules/lodash/isNaN.js +0 -38
  4096. package/backend/node_modules/lodash/isNative.js +0 -40
  4097. package/backend/node_modules/lodash/isNil.js +0 -25
  4098. package/backend/node_modules/lodash/isNull.js +0 -22
  4099. package/backend/node_modules/lodash/isNumber.js +0 -38
  4100. package/backend/node_modules/lodash/isObject.js +0 -31
  4101. package/backend/node_modules/lodash/isObjectLike.js +0 -29
  4102. package/backend/node_modules/lodash/isPlainObject.js +0 -62
  4103. package/backend/node_modules/lodash/isRegExp.js +0 -27
  4104. package/backend/node_modules/lodash/isSafeInteger.js +0 -37
  4105. package/backend/node_modules/lodash/isSet.js +0 -27
  4106. package/backend/node_modules/lodash/isString.js +0 -30
  4107. package/backend/node_modules/lodash/isSymbol.js +0 -29
  4108. package/backend/node_modules/lodash/isTypedArray.js +0 -27
  4109. package/backend/node_modules/lodash/isUndefined.js +0 -22
  4110. package/backend/node_modules/lodash/isWeakMap.js +0 -28
  4111. package/backend/node_modules/lodash/isWeakSet.js +0 -28
  4112. package/backend/node_modules/lodash/iteratee.js +0 -53
  4113. package/backend/node_modules/lodash/join.js +0 -26
  4114. package/backend/node_modules/lodash/kebabCase.js +0 -28
  4115. package/backend/node_modules/lodash/keyBy.js +0 -36
  4116. package/backend/node_modules/lodash/keys.js +0 -37
  4117. package/backend/node_modules/lodash/keysIn.js +0 -32
  4118. package/backend/node_modules/lodash/lang.js +0 -58
  4119. package/backend/node_modules/lodash/last.js +0 -20
  4120. package/backend/node_modules/lodash/lastIndexOf.js +0 -46
  4121. package/backend/node_modules/lodash/lodash.js +0 -17248
  4122. package/backend/node_modules/lodash/lodash.min.js +0 -140
  4123. package/backend/node_modules/lodash/lowerCase.js +0 -27
  4124. package/backend/node_modules/lodash/lowerFirst.js +0 -22
  4125. package/backend/node_modules/lodash/lt.js +0 -29
  4126. package/backend/node_modules/lodash/lte.js +0 -30
  4127. package/backend/node_modules/lodash/map.js +0 -53
  4128. package/backend/node_modules/lodash/mapKeys.js +0 -36
  4129. package/backend/node_modules/lodash/mapValues.js +0 -43
  4130. package/backend/node_modules/lodash/matches.js +0 -46
  4131. package/backend/node_modules/lodash/matchesProperty.js +0 -44
  4132. package/backend/node_modules/lodash/math.js +0 -17
  4133. package/backend/node_modules/lodash/max.js +0 -29
  4134. package/backend/node_modules/lodash/maxBy.js +0 -34
  4135. package/backend/node_modules/lodash/mean.js +0 -22
  4136. package/backend/node_modules/lodash/meanBy.js +0 -31
  4137. package/backend/node_modules/lodash/memoize.js +0 -73
  4138. package/backend/node_modules/lodash/merge.js +0 -39
  4139. package/backend/node_modules/lodash/mergeWith.js +0 -39
  4140. package/backend/node_modules/lodash/method.js +0 -34
  4141. package/backend/node_modules/lodash/methodOf.js +0 -33
  4142. package/backend/node_modules/lodash/min.js +0 -29
  4143. package/backend/node_modules/lodash/minBy.js +0 -34
  4144. package/backend/node_modules/lodash/mixin.js +0 -74
  4145. package/backend/node_modules/lodash/multiply.js +0 -22
  4146. package/backend/node_modules/lodash/negate.js +0 -40
  4147. package/backend/node_modules/lodash/next.js +0 -35
  4148. package/backend/node_modules/lodash/noop.js +0 -17
  4149. package/backend/node_modules/lodash/now.js +0 -23
  4150. package/backend/node_modules/lodash/nth.js +0 -29
  4151. package/backend/node_modules/lodash/nthArg.js +0 -32
  4152. package/backend/node_modules/lodash/number.js +0 -5
  4153. package/backend/node_modules/lodash/object.js +0 -49
  4154. package/backend/node_modules/lodash/omit.js +0 -57
  4155. package/backend/node_modules/lodash/omitBy.js +0 -29
  4156. package/backend/node_modules/lodash/once.js +0 -25
  4157. package/backend/node_modules/lodash/orderBy.js +0 -47
  4158. package/backend/node_modules/lodash/over.js +0 -24
  4159. package/backend/node_modules/lodash/overArgs.js +0 -61
  4160. package/backend/node_modules/lodash/overEvery.js +0 -34
  4161. package/backend/node_modules/lodash/overSome.js +0 -37
  4162. package/backend/node_modules/lodash/package.json +0 -17
  4163. package/backend/node_modules/lodash/pad.js +0 -49
  4164. package/backend/node_modules/lodash/padEnd.js +0 -39
  4165. package/backend/node_modules/lodash/padStart.js +0 -39
  4166. package/backend/node_modules/lodash/parseInt.js +0 -43
  4167. package/backend/node_modules/lodash/partial.js +0 -50
  4168. package/backend/node_modules/lodash/partialRight.js +0 -49
  4169. package/backend/node_modules/lodash/partition.js +0 -43
  4170. package/backend/node_modules/lodash/pick.js +0 -25
  4171. package/backend/node_modules/lodash/pickBy.js +0 -37
  4172. package/backend/node_modules/lodash/plant.js +0 -48
  4173. package/backend/node_modules/lodash/property.js +0 -32
  4174. package/backend/node_modules/lodash/propertyOf.js +0 -30
  4175. package/backend/node_modules/lodash/pull.js +0 -29
  4176. package/backend/node_modules/lodash/pullAll.js +0 -29
  4177. package/backend/node_modules/lodash/pullAllBy.js +0 -33
  4178. package/backend/node_modules/lodash/pullAllWith.js +0 -32
  4179. package/backend/node_modules/lodash/pullAt.js +0 -43
  4180. package/backend/node_modules/lodash/random.js +0 -82
  4181. package/backend/node_modules/lodash/range.js +0 -46
  4182. package/backend/node_modules/lodash/rangeRight.js +0 -41
  4183. package/backend/node_modules/lodash/rearg.js +0 -33
  4184. package/backend/node_modules/lodash/reduce.js +0 -51
  4185. package/backend/node_modules/lodash/reduceRight.js +0 -36
  4186. package/backend/node_modules/lodash/reject.js +0 -46
  4187. package/backend/node_modules/lodash/remove.js +0 -53
  4188. package/backend/node_modules/lodash/repeat.js +0 -37
  4189. package/backend/node_modules/lodash/replace.js +0 -29
  4190. package/backend/node_modules/lodash/rest.js +0 -40
  4191. package/backend/node_modules/lodash/result.js +0 -56
  4192. package/backend/node_modules/lodash/reverse.js +0 -34
  4193. package/backend/node_modules/lodash/round.js +0 -26
  4194. package/backend/node_modules/lodash/sample.js +0 -24
  4195. package/backend/node_modules/lodash/sampleSize.js +0 -37
  4196. package/backend/node_modules/lodash/seq.js +0 -16
  4197. package/backend/node_modules/lodash/set.js +0 -35
  4198. package/backend/node_modules/lodash/setWith.js +0 -32
  4199. package/backend/node_modules/lodash/shuffle.js +0 -25
  4200. package/backend/node_modules/lodash/size.js +0 -46
  4201. package/backend/node_modules/lodash/slice.js +0 -37
  4202. package/backend/node_modules/lodash/snakeCase.js +0 -28
  4203. package/backend/node_modules/lodash/some.js +0 -51
  4204. package/backend/node_modules/lodash/sortBy.js +0 -48
  4205. package/backend/node_modules/lodash/sortedIndex.js +0 -24
  4206. package/backend/node_modules/lodash/sortedIndexBy.js +0 -33
  4207. package/backend/node_modules/lodash/sortedIndexOf.js +0 -31
  4208. package/backend/node_modules/lodash/sortedLastIndex.js +0 -25
  4209. package/backend/node_modules/lodash/sortedLastIndexBy.js +0 -33
  4210. package/backend/node_modules/lodash/sortedLastIndexOf.js +0 -31
  4211. package/backend/node_modules/lodash/sortedUniq.js +0 -24
  4212. package/backend/node_modules/lodash/sortedUniqBy.js +0 -26
  4213. package/backend/node_modules/lodash/split.js +0 -52
  4214. package/backend/node_modules/lodash/spread.js +0 -63
  4215. package/backend/node_modules/lodash/startCase.js +0 -29
  4216. package/backend/node_modules/lodash/startsWith.js +0 -39
  4217. package/backend/node_modules/lodash/string.js +0 -33
  4218. package/backend/node_modules/lodash/stubArray.js +0 -23
  4219. package/backend/node_modules/lodash/stubFalse.js +0 -18
  4220. package/backend/node_modules/lodash/stubObject.js +0 -23
  4221. package/backend/node_modules/lodash/stubString.js +0 -18
  4222. package/backend/node_modules/lodash/stubTrue.js +0 -18
  4223. package/backend/node_modules/lodash/subtract.js +0 -22
  4224. package/backend/node_modules/lodash/sum.js +0 -24
  4225. package/backend/node_modules/lodash/sumBy.js +0 -33
  4226. package/backend/node_modules/lodash/tail.js +0 -22
  4227. package/backend/node_modules/lodash/take.js +0 -37
  4228. package/backend/node_modules/lodash/takeRight.js +0 -39
  4229. package/backend/node_modules/lodash/takeRightWhile.js +0 -45
  4230. package/backend/node_modules/lodash/takeWhile.js +0 -45
  4231. package/backend/node_modules/lodash/tap.js +0 -29
  4232. package/backend/node_modules/lodash/template.js +0 -272
  4233. package/backend/node_modules/lodash/templateSettings.js +0 -67
  4234. package/backend/node_modules/lodash/throttle.js +0 -69
  4235. package/backend/node_modules/lodash/thru.js +0 -28
  4236. package/backend/node_modules/lodash/times.js +0 -51
  4237. package/backend/node_modules/lodash/toArray.js +0 -58
  4238. package/backend/node_modules/lodash/toFinite.js +0 -42
  4239. package/backend/node_modules/lodash/toInteger.js +0 -36
  4240. package/backend/node_modules/lodash/toIterator.js +0 -23
  4241. package/backend/node_modules/lodash/toJSON.js +0 -1
  4242. package/backend/node_modules/lodash/toLength.js +0 -38
  4243. package/backend/node_modules/lodash/toLower.js +0 -28
  4244. package/backend/node_modules/lodash/toNumber.js +0 -64
  4245. package/backend/node_modules/lodash/toPairs.js +0 -30
  4246. package/backend/node_modules/lodash/toPairsIn.js +0 -30
  4247. package/backend/node_modules/lodash/toPath.js +0 -33
  4248. package/backend/node_modules/lodash/toPlainObject.js +0 -32
  4249. package/backend/node_modules/lodash/toSafeInteger.js +0 -37
  4250. package/backend/node_modules/lodash/toString.js +0 -28
  4251. package/backend/node_modules/lodash/toUpper.js +0 -28
  4252. package/backend/node_modules/lodash/transform.js +0 -65
  4253. package/backend/node_modules/lodash/trim.js +0 -47
  4254. package/backend/node_modules/lodash/trimEnd.js +0 -41
  4255. package/backend/node_modules/lodash/trimStart.js +0 -43
  4256. package/backend/node_modules/lodash/truncate.js +0 -111
  4257. package/backend/node_modules/lodash/unary.js +0 -22
  4258. package/backend/node_modules/lodash/unescape.js +0 -34
  4259. package/backend/node_modules/lodash/union.js +0 -26
  4260. package/backend/node_modules/lodash/unionBy.js +0 -39
  4261. package/backend/node_modules/lodash/unionWith.js +0 -34
  4262. package/backend/node_modules/lodash/uniq.js +0 -25
  4263. package/backend/node_modules/lodash/uniqBy.js +0 -31
  4264. package/backend/node_modules/lodash/uniqWith.js +0 -28
  4265. package/backend/node_modules/lodash/uniqueId.js +0 -28
  4266. package/backend/node_modules/lodash/unset.js +0 -34
  4267. package/backend/node_modules/lodash/unzip.js +0 -45
  4268. package/backend/node_modules/lodash/unzipWith.js +0 -39
  4269. package/backend/node_modules/lodash/update.js +0 -35
  4270. package/backend/node_modules/lodash/updateWith.js +0 -33
  4271. package/backend/node_modules/lodash/upperCase.js +0 -27
  4272. package/backend/node_modules/lodash/upperFirst.js +0 -22
  4273. package/backend/node_modules/lodash/util.js +0 -34
  4274. package/backend/node_modules/lodash/value.js +0 -1
  4275. package/backend/node_modules/lodash/valueOf.js +0 -1
  4276. package/backend/node_modules/lodash/values.js +0 -34
  4277. package/backend/node_modules/lodash/valuesIn.js +0 -32
  4278. package/backend/node_modules/lodash/without.js +0 -31
  4279. package/backend/node_modules/lodash/words.js +0 -35
  4280. package/backend/node_modules/lodash/wrap.js +0 -30
  4281. package/backend/node_modules/lodash/wrapperAt.js +0 -48
  4282. package/backend/node_modules/lodash/wrapperChain.js +0 -34
  4283. package/backend/node_modules/lodash/wrapperLodash.js +0 -147
  4284. package/backend/node_modules/lodash/wrapperReverse.js +0 -44
  4285. package/backend/node_modules/lodash/wrapperValue.js +0 -21
  4286. package/backend/node_modules/lodash/xor.js +0 -28
  4287. package/backend/node_modules/lodash/xorBy.js +0 -39
  4288. package/backend/node_modules/lodash/xorWith.js +0 -34
  4289. package/backend/node_modules/lodash/zip.js +0 -22
  4290. package/backend/node_modules/lodash/zipObject.js +0 -24
  4291. package/backend/node_modules/lodash/zipObjectDeep.js +0 -23
  4292. package/backend/node_modules/lodash/zipWith.js +0 -32
  4293. package/backend/node_modules/lodash.includes/LICENSE +0 -47
  4294. package/backend/node_modules/lodash.includes/README.md +0 -18
  4295. package/backend/node_modules/lodash.includes/index.js +0 -745
  4296. package/backend/node_modules/lodash.includes/package.json +0 -17
  4297. package/backend/node_modules/lodash.isboolean/LICENSE +0 -22
  4298. package/backend/node_modules/lodash.isboolean/README.md +0 -18
  4299. package/backend/node_modules/lodash.isboolean/index.js +0 -70
  4300. package/backend/node_modules/lodash.isboolean/package.json +0 -17
  4301. package/backend/node_modules/lodash.isinteger/LICENSE +0 -47
  4302. package/backend/node_modules/lodash.isinteger/README.md +0 -18
  4303. package/backend/node_modules/lodash.isinteger/index.js +0 -265
  4304. package/backend/node_modules/lodash.isinteger/package.json +0 -17
  4305. package/backend/node_modules/lodash.isnumber/LICENSE +0 -22
  4306. package/backend/node_modules/lodash.isnumber/README.md +0 -18
  4307. package/backend/node_modules/lodash.isnumber/index.js +0 -79
  4308. package/backend/node_modules/lodash.isnumber/package.json +0 -17
  4309. package/backend/node_modules/lodash.isplainobject/LICENSE +0 -47
  4310. package/backend/node_modules/lodash.isplainobject/README.md +0 -18
  4311. package/backend/node_modules/lodash.isplainobject/index.js +0 -139
  4312. package/backend/node_modules/lodash.isplainobject/package.json +0 -17
  4313. package/backend/node_modules/lodash.isstring/LICENSE +0 -22
  4314. package/backend/node_modules/lodash.isstring/README.md +0 -18
  4315. package/backend/node_modules/lodash.isstring/index.js +0 -95
  4316. package/backend/node_modules/lodash.isstring/package.json +0 -17
  4317. package/backend/node_modules/lodash.once/LICENSE +0 -47
  4318. package/backend/node_modules/lodash.once/README.md +0 -18
  4319. package/backend/node_modules/lodash.once/index.js +0 -294
  4320. package/backend/node_modules/lodash.once/package.json +0 -17
  4321. package/backend/node_modules/lowdb/LICENSE +0 -21
  4322. package/backend/node_modules/lowdb/README.md +0 -404
  4323. package/backend/node_modules/lowdb/lib/adapters/Memory.d.ts +0 -11
  4324. package/backend/node_modules/lowdb/lib/adapters/Memory.js +0 -19
  4325. package/backend/node_modules/lowdb/lib/adapters/browser/LocalStorage.d.ts +0 -4
  4326. package/backend/node_modules/lowdb/lib/adapters/browser/LocalStorage.js +0 -6
  4327. package/backend/node_modules/lowdb/lib/adapters/browser/SessionStorage.d.ts +0 -4
  4328. package/backend/node_modules/lowdb/lib/adapters/browser/SessionStorage.js +0 -6
  4329. package/backend/node_modules/lowdb/lib/adapters/browser/WebStorage.d.ts +0 -7
  4330. package/backend/node_modules/lowdb/lib/adapters/browser/WebStorage.js +0 -18
  4331. package/backend/node_modules/lowdb/lib/adapters/node/DataFile.d.ts +0 -21
  4332. package/backend/node_modules/lowdb/lib/adapters/node/DataFile.js +0 -45
  4333. package/backend/node_modules/lowdb/lib/adapters/node/JSONFile.d.ts +0 -9
  4334. package/backend/node_modules/lowdb/lib/adapters/node/JSONFile.js +0 -17
  4335. package/backend/node_modules/lowdb/lib/adapters/node/TextFile.d.ts +0 -15
  4336. package/backend/node_modules/lowdb/lib/adapters/node/TextFile.js +0 -54
  4337. package/backend/node_modules/lowdb/lib/browser.d.ts +0 -3
  4338. package/backend/node_modules/lowdb/lib/browser.js +0 -3
  4339. package/backend/node_modules/lowdb/lib/core/Low.d.ts +0 -24
  4340. package/backend/node_modules/lowdb/lib/core/Low.js +0 -50
  4341. package/backend/node_modules/lowdb/lib/index.d.ts +0 -2
  4342. package/backend/node_modules/lowdb/lib/index.js +0 -2
  4343. package/backend/node_modules/lowdb/lib/node.d.ts +0 -4
  4344. package/backend/node_modules/lowdb/lib/node.js +0 -4
  4345. package/backend/node_modules/lowdb/lib/presets/browser.d.ts +0 -3
  4346. package/backend/node_modules/lowdb/lib/presets/browser.js +0 -15
  4347. package/backend/node_modules/lowdb/lib/presets/node.d.ts +0 -5
  4348. package/backend/node_modules/lowdb/lib/presets/node.js +0 -19
  4349. package/backend/node_modules/lowdb/package.json +0 -85
  4350. package/backend/node_modules/lru-cache/LICENSE +0 -15
  4351. package/backend/node_modules/lru-cache/README.md +0 -1117
  4352. package/backend/node_modules/lru-cache/index.d.ts +0 -869
  4353. package/backend/node_modules/lru-cache/index.js +0 -1227
  4354. package/backend/node_modules/lru-cache/index.mjs +0 -1227
  4355. package/backend/node_modules/lru-cache/package.json +0 -96
  4356. package/backend/node_modules/math-intrinsics/.eslintrc +0 -16
  4357. package/backend/node_modules/math-intrinsics/.github/FUNDING.yml +0 -12
  4358. package/backend/node_modules/math-intrinsics/CHANGELOG.md +0 -24
  4359. package/backend/node_modules/math-intrinsics/LICENSE +0 -21
  4360. package/backend/node_modules/math-intrinsics/README.md +0 -50
  4361. package/backend/node_modules/math-intrinsics/abs.d.ts +0 -1
  4362. package/backend/node_modules/math-intrinsics/abs.js +0 -4
  4363. package/backend/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +0 -3
  4364. package/backend/node_modules/math-intrinsics/constants/maxArrayLength.js +0 -4
  4365. package/backend/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +0 -3
  4366. package/backend/node_modules/math-intrinsics/constants/maxSafeInteger.js +0 -5
  4367. package/backend/node_modules/math-intrinsics/constants/maxValue.d.ts +0 -3
  4368. package/backend/node_modules/math-intrinsics/constants/maxValue.js +0 -5
  4369. package/backend/node_modules/math-intrinsics/floor.d.ts +0 -1
  4370. package/backend/node_modules/math-intrinsics/floor.js +0 -4
  4371. package/backend/node_modules/math-intrinsics/isFinite.d.ts +0 -3
  4372. package/backend/node_modules/math-intrinsics/isFinite.js +0 -12
  4373. package/backend/node_modules/math-intrinsics/isInteger.d.ts +0 -3
  4374. package/backend/node_modules/math-intrinsics/isInteger.js +0 -16
  4375. package/backend/node_modules/math-intrinsics/isNaN.d.ts +0 -1
  4376. package/backend/node_modules/math-intrinsics/isNaN.js +0 -6
  4377. package/backend/node_modules/math-intrinsics/isNegativeZero.d.ts +0 -3
  4378. package/backend/node_modules/math-intrinsics/isNegativeZero.js +0 -6
  4379. package/backend/node_modules/math-intrinsics/max.d.ts +0 -1
  4380. package/backend/node_modules/math-intrinsics/max.js +0 -4
  4381. package/backend/node_modules/math-intrinsics/min.d.ts +0 -1
  4382. package/backend/node_modules/math-intrinsics/min.js +0 -4
  4383. package/backend/node_modules/math-intrinsics/mod.d.ts +0 -3
  4384. package/backend/node_modules/math-intrinsics/mod.js +0 -9
  4385. package/backend/node_modules/math-intrinsics/package.json +0 -86
  4386. package/backend/node_modules/math-intrinsics/pow.d.ts +0 -1
  4387. package/backend/node_modules/math-intrinsics/pow.js +0 -4
  4388. package/backend/node_modules/math-intrinsics/round.d.ts +0 -1
  4389. package/backend/node_modules/math-intrinsics/round.js +0 -4
  4390. package/backend/node_modules/math-intrinsics/sign.d.ts +0 -3
  4391. package/backend/node_modules/math-intrinsics/sign.js +0 -11
  4392. package/backend/node_modules/math-intrinsics/test/index.js +0 -192
  4393. package/backend/node_modules/math-intrinsics/tsconfig.json +0 -3
  4394. package/backend/node_modules/media-typer/HISTORY.md +0 -50
  4395. package/backend/node_modules/media-typer/LICENSE +0 -22
  4396. package/backend/node_modules/media-typer/README.md +0 -93
  4397. package/backend/node_modules/media-typer/index.js +0 -143
  4398. package/backend/node_modules/media-typer/package.json +0 -33
  4399. package/backend/node_modules/merge-descriptors/index.d.ts +0 -11
  4400. package/backend/node_modules/merge-descriptors/index.js +0 -26
  4401. package/backend/node_modules/merge-descriptors/license +0 -11
  4402. package/backend/node_modules/merge-descriptors/package.json +0 -50
  4403. package/backend/node_modules/merge-descriptors/readme.md +0 -55
  4404. package/backend/node_modules/mime-db/HISTORY.md +0 -541
  4405. package/backend/node_modules/mime-db/LICENSE +0 -23
  4406. package/backend/node_modules/mime-db/README.md +0 -109
  4407. package/backend/node_modules/mime-db/db.json +0 -9342
  4408. package/backend/node_modules/mime-db/index.js +0 -12
  4409. package/backend/node_modules/mime-db/package.json +0 -56
  4410. package/backend/node_modules/mime-types/HISTORY.md +0 -428
  4411. package/backend/node_modules/mime-types/LICENSE +0 -23
  4412. package/backend/node_modules/mime-types/README.md +0 -126
  4413. package/backend/node_modules/mime-types/index.js +0 -211
  4414. package/backend/node_modules/mime-types/mimeScore.js +0 -57
  4415. package/backend/node_modules/mime-types/package.json +0 -49
  4416. package/backend/node_modules/minimatch/LICENSE.md +0 -55
  4417. package/backend/node_modules/minimatch/README.md +0 -528
  4418. package/backend/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +0 -2
  4419. package/backend/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +0 -1
  4420. package/backend/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +0 -14
  4421. package/backend/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +0 -1
  4422. package/backend/node_modules/minimatch/dist/commonjs/ast.d.ts +0 -22
  4423. package/backend/node_modules/minimatch/dist/commonjs/ast.d.ts.map +0 -1
  4424. package/backend/node_modules/minimatch/dist/commonjs/ast.js +0 -846
  4425. package/backend/node_modules/minimatch/dist/commonjs/ast.js.map +0 -1
  4426. package/backend/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +0 -8
  4427. package/backend/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +0 -1
  4428. package/backend/node_modules/minimatch/dist/commonjs/brace-expressions.js +0 -150
  4429. package/backend/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +0 -1
  4430. package/backend/node_modules/minimatch/dist/commonjs/escape.d.ts +0 -15
  4431. package/backend/node_modules/minimatch/dist/commonjs/escape.d.ts.map +0 -1
  4432. package/backend/node_modules/minimatch/dist/commonjs/escape.js +0 -30
  4433. package/backend/node_modules/minimatch/dist/commonjs/escape.js.map +0 -1
  4434. package/backend/node_modules/minimatch/dist/commonjs/index.d.ts +0 -174
  4435. package/backend/node_modules/minimatch/dist/commonjs/index.d.ts.map +0 -1
  4436. package/backend/node_modules/minimatch/dist/commonjs/index.js +0 -1121
  4437. package/backend/node_modules/minimatch/dist/commonjs/index.js.map +0 -1
  4438. package/backend/node_modules/minimatch/dist/commonjs/package.json +0 -3
  4439. package/backend/node_modules/minimatch/dist/commonjs/unescape.d.ts +0 -22
  4440. package/backend/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +0 -1
  4441. package/backend/node_modules/minimatch/dist/commonjs/unescape.js +0 -38
  4442. package/backend/node_modules/minimatch/dist/commonjs/unescape.js.map +0 -1
  4443. package/backend/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +0 -2
  4444. package/backend/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +0 -1
  4445. package/backend/node_modules/minimatch/dist/esm/assert-valid-pattern.js +0 -10
  4446. package/backend/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +0 -1
  4447. package/backend/node_modules/minimatch/dist/esm/ast.d.ts +0 -22
  4448. package/backend/node_modules/minimatch/dist/esm/ast.d.ts.map +0 -1
  4449. package/backend/node_modules/minimatch/dist/esm/ast.js +0 -842
  4450. package/backend/node_modules/minimatch/dist/esm/ast.js.map +0 -1
  4451. package/backend/node_modules/minimatch/dist/esm/brace-expressions.d.ts +0 -8
  4452. package/backend/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +0 -1
  4453. package/backend/node_modules/minimatch/dist/esm/brace-expressions.js +0 -146
  4454. package/backend/node_modules/minimatch/dist/esm/brace-expressions.js.map +0 -1
  4455. package/backend/node_modules/minimatch/dist/esm/escape.d.ts +0 -15
  4456. package/backend/node_modules/minimatch/dist/esm/escape.d.ts.map +0 -1
  4457. package/backend/node_modules/minimatch/dist/esm/escape.js +0 -26
  4458. package/backend/node_modules/minimatch/dist/esm/escape.js.map +0 -1
  4459. package/backend/node_modules/minimatch/dist/esm/index.d.ts +0 -174
  4460. package/backend/node_modules/minimatch/dist/esm/index.d.ts.map +0 -1
  4461. package/backend/node_modules/minimatch/dist/esm/index.js +0 -1108
  4462. package/backend/node_modules/minimatch/dist/esm/index.js.map +0 -1
  4463. package/backend/node_modules/minimatch/dist/esm/package.json +0 -3
  4464. package/backend/node_modules/minimatch/dist/esm/unescape.d.ts +0 -22
  4465. package/backend/node_modules/minimatch/dist/esm/unescape.d.ts.map +0 -1
  4466. package/backend/node_modules/minimatch/dist/esm/unescape.js +0 -34
  4467. package/backend/node_modules/minimatch/dist/esm/unescape.js.map +0 -1
  4468. package/backend/node_modules/minimatch/package.json +0 -67
  4469. package/backend/node_modules/mkdirp/CHANGELOG.md +0 -15
  4470. package/backend/node_modules/mkdirp/LICENSE +0 -21
  4471. package/backend/node_modules/mkdirp/bin/cmd.js +0 -68
  4472. package/backend/node_modules/mkdirp/index.js +0 -31
  4473. package/backend/node_modules/mkdirp/lib/find-made.js +0 -29
  4474. package/backend/node_modules/mkdirp/lib/mkdirp-manual.js +0 -64
  4475. package/backend/node_modules/mkdirp/lib/mkdirp-native.js +0 -39
  4476. package/backend/node_modules/mkdirp/lib/opts-arg.js +0 -23
  4477. package/backend/node_modules/mkdirp/lib/path-arg.js +0 -29
  4478. package/backend/node_modules/mkdirp/lib/use-native.js +0 -10
  4479. package/backend/node_modules/mkdirp/package.json +0 -44
  4480. package/backend/node_modules/mkdirp/readme.markdown +0 -266
  4481. package/backend/node_modules/module-details-from-path/LICENSE +0 -21
  4482. package/backend/node_modules/module-details-from-path/README.md +0 -32
  4483. package/backend/node_modules/module-details-from-path/index.js +0 -41
  4484. package/backend/node_modules/module-details-from-path/package.json +0 -47
  4485. package/backend/node_modules/morgan/HISTORY.md +0 -221
  4486. package/backend/node_modules/morgan/LICENSE +0 -23
  4487. package/backend/node_modules/morgan/README.md +0 -436
  4488. package/backend/node_modules/morgan/index.js +0 -544
  4489. package/backend/node_modules/morgan/node_modules/debug/.coveralls.yml +0 -1
  4490. package/backend/node_modules/morgan/node_modules/debug/.eslintrc +0 -11
  4491. package/backend/node_modules/morgan/node_modules/debug/.travis.yml +0 -14
  4492. package/backend/node_modules/morgan/node_modules/debug/CHANGELOG.md +0 -362
  4493. package/backend/node_modules/morgan/node_modules/debug/LICENSE +0 -19
  4494. package/backend/node_modules/morgan/node_modules/debug/Makefile +0 -50
  4495. package/backend/node_modules/morgan/node_modules/debug/README.md +0 -312
  4496. package/backend/node_modules/morgan/node_modules/debug/component.json +0 -19
  4497. package/backend/node_modules/morgan/node_modules/debug/karma.conf.js +0 -70
  4498. package/backend/node_modules/morgan/node_modules/debug/node.js +0 -1
  4499. package/backend/node_modules/morgan/node_modules/debug/package.json +0 -49
  4500. package/backend/node_modules/morgan/node_modules/debug/src/browser.js +0 -185
  4501. package/backend/node_modules/morgan/node_modules/debug/src/debug.js +0 -202
  4502. package/backend/node_modules/morgan/node_modules/debug/src/index.js +0 -10
  4503. package/backend/node_modules/morgan/node_modules/debug/src/inspector-log.js +0 -15
  4504. package/backend/node_modules/morgan/node_modules/debug/src/node.js +0 -248
  4505. package/backend/node_modules/morgan/node_modules/ms/index.js +0 -152
  4506. package/backend/node_modules/morgan/node_modules/ms/license.md +0 -21
  4507. package/backend/node_modules/morgan/node_modules/ms/package.json +0 -37
  4508. package/backend/node_modules/morgan/node_modules/ms/readme.md +0 -51
  4509. package/backend/node_modules/morgan/node_modules/on-finished/HISTORY.md +0 -88
  4510. package/backend/node_modules/morgan/node_modules/on-finished/LICENSE +0 -23
  4511. package/backend/node_modules/morgan/node_modules/on-finished/README.md +0 -154
  4512. package/backend/node_modules/morgan/node_modules/on-finished/index.js +0 -196
  4513. package/backend/node_modules/morgan/node_modules/on-finished/package.json +0 -31
  4514. package/backend/node_modules/morgan/package.json +0 -52
  4515. package/backend/node_modules/ms/index.js +0 -162
  4516. package/backend/node_modules/ms/license.md +0 -21
  4517. package/backend/node_modules/ms/package.json +0 -38
  4518. package/backend/node_modules/ms/readme.md +0 -59
  4519. package/backend/node_modules/mute-stream/LICENSE +0 -15
  4520. package/backend/node_modules/mute-stream/README.md +0 -68
  4521. package/backend/node_modules/mute-stream/mute.js +0 -145
  4522. package/backend/node_modules/mute-stream/package.json +0 -29
  4523. package/backend/node_modules/needle/README.md +0 -593
  4524. package/backend/node_modules/needle/bin/needle +0 -40
  4525. package/backend/node_modules/needle/examples/deflated-stream.js +0 -22
  4526. package/backend/node_modules/needle/examples/digest-auth.js +0 -16
  4527. package/backend/node_modules/needle/examples/download-to-file.js +0 -18
  4528. package/backend/node_modules/needle/examples/multipart-stream.js +0 -25
  4529. package/backend/node_modules/needle/examples/parsed-stream.js +0 -23
  4530. package/backend/node_modules/needle/examples/parsed-stream2.js +0 -21
  4531. package/backend/node_modules/needle/examples/stream-events.js +0 -23
  4532. package/backend/node_modules/needle/examples/stream-to-file.js +0 -14
  4533. package/backend/node_modules/needle/examples/upload-image.js +0 -51
  4534. package/backend/node_modules/needle/lib/auth.js +0 -110
  4535. package/backend/node_modules/needle/lib/cookies.js +0 -79
  4536. package/backend/node_modules/needle/lib/decoder.js +0 -53
  4537. package/backend/node_modules/needle/lib/multipart.js +0 -98
  4538. package/backend/node_modules/needle/lib/needle.js +0 -797
  4539. package/backend/node_modules/needle/lib/parsers.js +0 -120
  4540. package/backend/node_modules/needle/lib/querystring.js +0 -49
  4541. package/backend/node_modules/needle/license.txt +0 -19
  4542. package/backend/node_modules/needle/node_modules/debug/CHANGELOG.md +0 -395
  4543. package/backend/node_modules/needle/node_modules/debug/LICENSE +0 -19
  4544. package/backend/node_modules/needle/node_modules/debug/README.md +0 -437
  4545. package/backend/node_modules/needle/node_modules/debug/node.js +0 -1
  4546. package/backend/node_modules/needle/node_modules/debug/package.json +0 -51
  4547. package/backend/node_modules/needle/node_modules/debug/src/browser.js +0 -180
  4548. package/backend/node_modules/needle/node_modules/debug/src/common.js +0 -249
  4549. package/backend/node_modules/needle/node_modules/debug/src/index.js +0 -12
  4550. package/backend/node_modules/needle/node_modules/debug/src/node.js +0 -177
  4551. package/backend/node_modules/needle/node_modules/iconv-lite/Changelog.md +0 -162
  4552. package/backend/node_modules/needle/node_modules/iconv-lite/LICENSE +0 -21
  4553. package/backend/node_modules/needle/node_modules/iconv-lite/README.md +0 -156
  4554. package/backend/node_modules/needle/node_modules/iconv-lite/encodings/dbcs-codec.js +0 -555
  4555. package/backend/node_modules/needle/node_modules/iconv-lite/encodings/dbcs-data.js +0 -176
  4556. package/backend/node_modules/needle/node_modules/iconv-lite/encodings/index.js +0 -22
  4557. package/backend/node_modules/needle/node_modules/iconv-lite/encodings/internal.js +0 -188
  4558. package/backend/node_modules/needle/node_modules/iconv-lite/encodings/sbcs-codec.js +0 -72
  4559. package/backend/node_modules/needle/node_modules/iconv-lite/encodings/sbcs-data-generated.js +0 -451
  4560. package/backend/node_modules/needle/node_modules/iconv-lite/encodings/sbcs-data.js +0 -174
  4561. package/backend/node_modules/needle/node_modules/iconv-lite/encodings/tables/big5-added.json +0 -122
  4562. package/backend/node_modules/needle/node_modules/iconv-lite/encodings/tables/cp936.json +0 -264
  4563. package/backend/node_modules/needle/node_modules/iconv-lite/encodings/tables/cp949.json +0 -273
  4564. package/backend/node_modules/needle/node_modules/iconv-lite/encodings/tables/cp950.json +0 -177
  4565. package/backend/node_modules/needle/node_modules/iconv-lite/encodings/tables/eucjp.json +0 -182
  4566. package/backend/node_modules/needle/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +0 -1
  4567. package/backend/node_modules/needle/node_modules/iconv-lite/encodings/tables/gbk-added.json +0 -55
  4568. package/backend/node_modules/needle/node_modules/iconv-lite/encodings/tables/shiftjis.json +0 -125
  4569. package/backend/node_modules/needle/node_modules/iconv-lite/encodings/utf16.js +0 -177
  4570. package/backend/node_modules/needle/node_modules/iconv-lite/encodings/utf7.js +0 -290
  4571. package/backend/node_modules/needle/node_modules/iconv-lite/lib/bom-handling.js +0 -52
  4572. package/backend/node_modules/needle/node_modules/iconv-lite/lib/extend-node.js +0 -217
  4573. package/backend/node_modules/needle/node_modules/iconv-lite/lib/index.d.ts +0 -24
  4574. package/backend/node_modules/needle/node_modules/iconv-lite/lib/index.js +0 -153
  4575. package/backend/node_modules/needle/node_modules/iconv-lite/lib/streams.js +0 -121
  4576. package/backend/node_modules/needle/node_modules/iconv-lite/package.json +0 -46
  4577. package/backend/node_modules/needle/package.json +0 -70
  4578. package/backend/node_modules/needle/test/basic_auth_spec.js +0 -196
  4579. package/backend/node_modules/needle/test/compression_spec.js +0 -94
  4580. package/backend/node_modules/needle/test/cookies_spec.js +0 -305
  4581. package/backend/node_modules/needle/test/decoder_spec.js +0 -86
  4582. package/backend/node_modules/needle/test/errors_spec.js +0 -286
  4583. package/backend/node_modules/needle/test/headers_spec.js +0 -198
  4584. package/backend/node_modules/needle/test/helpers.js +0 -72
  4585. package/backend/node_modules/needle/test/long_string_spec.js +0 -34
  4586. package/backend/node_modules/needle/test/output_spec.js +0 -254
  4587. package/backend/node_modules/needle/test/parsing_spec.js +0 -494
  4588. package/backend/node_modules/needle/test/post_data_spec.js +0 -1021
  4589. package/backend/node_modules/needle/test/proxy_spec.js +0 -202
  4590. package/backend/node_modules/needle/test/querystring_spec.js +0 -128
  4591. package/backend/node_modules/needle/test/redirect_spec.js +0 -392
  4592. package/backend/node_modules/needle/test/redirect_with_timeout.js +0 -45
  4593. package/backend/node_modules/needle/test/request_stream_spec.js +0 -202
  4594. package/backend/node_modules/needle/test/response_stream_spec.js +0 -139
  4595. package/backend/node_modules/needle/test/socket_pool_spec.js +0 -66
  4596. package/backend/node_modules/needle/test/url_spec.js +0 -155
  4597. package/backend/node_modules/needle/test/utils/formidable.js +0 -17
  4598. package/backend/node_modules/needle/test/utils/proxy.js +0 -62
  4599. package/backend/node_modules/needle/test/utils/test.js +0 -104
  4600. package/backend/node_modules/negotiator/HISTORY.md +0 -114
  4601. package/backend/node_modules/negotiator/LICENSE +0 -24
  4602. package/backend/node_modules/negotiator/README.md +0 -212
  4603. package/backend/node_modules/negotiator/index.js +0 -83
  4604. package/backend/node_modules/negotiator/lib/charset.js +0 -169
  4605. package/backend/node_modules/negotiator/lib/encoding.js +0 -205
  4606. package/backend/node_modules/negotiator/lib/language.js +0 -179
  4607. package/backend/node_modules/negotiator/lib/mediaType.js +0 -294
  4608. package/backend/node_modules/negotiator/package.json +0 -43
  4609. package/backend/node_modules/netmask/CHANGELOG.md +0 -60
  4610. package/backend/node_modules/netmask/CREDITS.md +0 -30
  4611. package/backend/node_modules/netmask/README.md +0 -85
  4612. package/backend/node_modules/netmask/example/ipcalc.coffee +0 -17
  4613. package/backend/node_modules/netmask/lib/netmask.coffee +0 -167
  4614. package/backend/node_modules/netmask/lib/netmask.js +0 -208
  4615. package/backend/node_modules/netmask/package.json +0 -36
  4616. package/backend/node_modules/netmask/test/badnets.coffee +0 -53
  4617. package/backend/node_modules/netmask/test/netmasks.coffee +0 -101
  4618. package/backend/node_modules/netmask/tests/netmask.js +0 -103
  4619. package/backend/node_modules/node-addon-api/LICENSE.md +0 -9
  4620. package/backend/node_modules/node-addon-api/README.md +0 -95
  4621. package/backend/node_modules/node-addon-api/common.gypi +0 -21
  4622. package/backend/node_modules/node-addon-api/except.gypi +0 -25
  4623. package/backend/node_modules/node-addon-api/index.js +0 -14
  4624. package/backend/node_modules/node-addon-api/napi-inl.deprecated.h +0 -186
  4625. package/backend/node_modules/node-addon-api/napi-inl.h +0 -7108
  4626. package/backend/node_modules/node-addon-api/napi.h +0 -3327
  4627. package/backend/node_modules/node-addon-api/node_addon_api.gyp +0 -42
  4628. package/backend/node_modules/node-addon-api/node_api.gyp +0 -9
  4629. package/backend/node_modules/node-addon-api/noexcept.gypi +0 -26
  4630. package/backend/node_modules/node-addon-api/nothing.c +0 -0
  4631. package/backend/node_modules/node-addon-api/package-support.json +0 -21
  4632. package/backend/node_modules/node-addon-api/package.json +0 -480
  4633. package/backend/node_modules/node-addon-api/tools/README.md +0 -73
  4634. package/backend/node_modules/node-addon-api/tools/check-napi.js +0 -99
  4635. package/backend/node_modules/node-addon-api/tools/clang-format.js +0 -71
  4636. package/backend/node_modules/node-addon-api/tools/conversion.js +0 -301
  4637. package/backend/node_modules/node-gyp-build/LICENSE +0 -21
  4638. package/backend/node_modules/node-gyp-build/README.md +0 -58
  4639. package/backend/node_modules/node-gyp-build/SECURITY.md +0 -5
  4640. package/backend/node_modules/node-gyp-build/bin.js +0 -84
  4641. package/backend/node_modules/node-gyp-build/build-test.js +0 -19
  4642. package/backend/node_modules/node-gyp-build/index.js +0 -6
  4643. package/backend/node_modules/node-gyp-build/node-gyp-build.js +0 -207
  4644. package/backend/node_modules/node-gyp-build/optional.js +0 -7
  4645. package/backend/node_modules/node-gyp-build/package.json +0 -43
  4646. package/backend/node_modules/nodemon/.prettierrc.json +0 -3
  4647. package/backend/node_modules/nodemon/LICENSE +0 -21
  4648. package/backend/node_modules/nodemon/README.md +0 -439
  4649. package/backend/node_modules/nodemon/bin/nodemon.js +0 -16
  4650. package/backend/node_modules/nodemon/bin/windows-kill.exe +0 -0
  4651. package/backend/node_modules/nodemon/doc/cli/authors.txt +0 -8
  4652. package/backend/node_modules/nodemon/doc/cli/config.txt +0 -44
  4653. package/backend/node_modules/nodemon/doc/cli/help.txt +0 -29
  4654. package/backend/node_modules/nodemon/doc/cli/logo.txt +0 -20
  4655. package/backend/node_modules/nodemon/doc/cli/options.txt +0 -36
  4656. package/backend/node_modules/nodemon/doc/cli/topics.txt +0 -8
  4657. package/backend/node_modules/nodemon/doc/cli/usage.txt +0 -3
  4658. package/backend/node_modules/nodemon/doc/cli/whoami.txt +0 -9
  4659. package/backend/node_modules/nodemon/index.d.ts +0 -124
  4660. package/backend/node_modules/nodemon/jsconfig.json +0 -7
  4661. package/backend/node_modules/nodemon/lib/cli/index.js +0 -49
  4662. package/backend/node_modules/nodemon/lib/cli/parse.js +0 -230
  4663. package/backend/node_modules/nodemon/lib/config/command.js +0 -43
  4664. package/backend/node_modules/nodemon/lib/config/defaults.js +0 -34
  4665. package/backend/node_modules/nodemon/lib/config/exec.js +0 -240
  4666. package/backend/node_modules/nodemon/lib/config/index.js +0 -93
  4667. package/backend/node_modules/nodemon/lib/config/load.js +0 -225
  4668. package/backend/node_modules/nodemon/lib/help/index.js +0 -27
  4669. package/backend/node_modules/nodemon/lib/index.js +0 -1
  4670. package/backend/node_modules/nodemon/lib/monitor/index.js +0 -4
  4671. package/backend/node_modules/nodemon/lib/monitor/match.js +0 -288
  4672. package/backend/node_modules/nodemon/lib/monitor/run.js +0 -562
  4673. package/backend/node_modules/nodemon/lib/monitor/signals.js +0 -34
  4674. package/backend/node_modules/nodemon/lib/monitor/watch.js +0 -244
  4675. package/backend/node_modules/nodemon/lib/nodemon.js +0 -317
  4676. package/backend/node_modules/nodemon/lib/rules/add.js +0 -89
  4677. package/backend/node_modules/nodemon/lib/rules/index.js +0 -53
  4678. package/backend/node_modules/nodemon/lib/rules/parse.js +0 -43
  4679. package/backend/node_modules/nodemon/lib/spawn.js +0 -74
  4680. package/backend/node_modules/nodemon/lib/utils/bus.js +0 -44
  4681. package/backend/node_modules/nodemon/lib/utils/clone.js +0 -40
  4682. package/backend/node_modules/nodemon/lib/utils/colour.js +0 -26
  4683. package/backend/node_modules/nodemon/lib/utils/index.js +0 -103
  4684. package/backend/node_modules/nodemon/lib/utils/log.js +0 -82
  4685. package/backend/node_modules/nodemon/lib/utils/merge.js +0 -47
  4686. package/backend/node_modules/nodemon/lib/version.js +0 -100
  4687. package/backend/node_modules/nodemon/node_modules/has-flag/index.js +0 -8
  4688. package/backend/node_modules/nodemon/node_modules/has-flag/license +0 -9
  4689. package/backend/node_modules/nodemon/node_modules/has-flag/package.json +0 -44
  4690. package/backend/node_modules/nodemon/node_modules/has-flag/readme.md +0 -70
  4691. package/backend/node_modules/nodemon/node_modules/supports-color/browser.js +0 -5
  4692. package/backend/node_modules/nodemon/node_modules/supports-color/index.js +0 -131
  4693. package/backend/node_modules/nodemon/node_modules/supports-color/license +0 -9
  4694. package/backend/node_modules/nodemon/node_modules/supports-color/package.json +0 -53
  4695. package/backend/node_modules/nodemon/node_modules/supports-color/readme.md +0 -66
  4696. package/backend/node_modules/nodemon/package.json +0 -78
  4697. package/backend/node_modules/normalize-path/LICENSE +0 -21
  4698. package/backend/node_modules/normalize-path/README.md +0 -127
  4699. package/backend/node_modules/normalize-path/index.js +0 -35
  4700. package/backend/node_modules/normalize-path/package.json +0 -77
  4701. package/backend/node_modules/object-assign/index.js +0 -90
  4702. package/backend/node_modules/object-assign/license +0 -21
  4703. package/backend/node_modules/object-assign/package.json +0 -42
  4704. package/backend/node_modules/object-assign/readme.md +0 -61
  4705. package/backend/node_modules/object-inspect/.eslintrc +0 -53
  4706. package/backend/node_modules/object-inspect/.github/FUNDING.yml +0 -12
  4707. package/backend/node_modules/object-inspect/.nycrc +0 -13
  4708. package/backend/node_modules/object-inspect/CHANGELOG.md +0 -424
  4709. package/backend/node_modules/object-inspect/LICENSE +0 -21
  4710. package/backend/node_modules/object-inspect/example/all.js +0 -23
  4711. package/backend/node_modules/object-inspect/example/circular.js +0 -6
  4712. package/backend/node_modules/object-inspect/example/fn.js +0 -5
  4713. package/backend/node_modules/object-inspect/example/inspect.js +0 -10
  4714. package/backend/node_modules/object-inspect/index.js +0 -544
  4715. package/backend/node_modules/object-inspect/package-support.json +0 -20
  4716. package/backend/node_modules/object-inspect/package.json +0 -105
  4717. package/backend/node_modules/object-inspect/readme.markdown +0 -84
  4718. package/backend/node_modules/object-inspect/test/bigint.js +0 -58
  4719. package/backend/node_modules/object-inspect/test/browser/dom.js +0 -15
  4720. package/backend/node_modules/object-inspect/test/circular.js +0 -16
  4721. package/backend/node_modules/object-inspect/test/deep.js +0 -12
  4722. package/backend/node_modules/object-inspect/test/element.js +0 -53
  4723. package/backend/node_modules/object-inspect/test/err.js +0 -48
  4724. package/backend/node_modules/object-inspect/test/fakes.js +0 -29
  4725. package/backend/node_modules/object-inspect/test/fn.js +0 -76
  4726. package/backend/node_modules/object-inspect/test/global.js +0 -17
  4727. package/backend/node_modules/object-inspect/test/has.js +0 -15
  4728. package/backend/node_modules/object-inspect/test/holes.js +0 -15
  4729. package/backend/node_modules/object-inspect/test/indent-option.js +0 -271
  4730. package/backend/node_modules/object-inspect/test/inspect.js +0 -139
  4731. package/backend/node_modules/object-inspect/test/lowbyte.js +0 -12
  4732. package/backend/node_modules/object-inspect/test/number.js +0 -58
  4733. package/backend/node_modules/object-inspect/test/quoteStyle.js +0 -26
  4734. package/backend/node_modules/object-inspect/test/toStringTag.js +0 -40
  4735. package/backend/node_modules/object-inspect/test/undef.js +0 -12
  4736. package/backend/node_modules/object-inspect/test/values.js +0 -261
  4737. package/backend/node_modules/object-inspect/test-core-js.js +0 -26
  4738. package/backend/node_modules/object-inspect/util.inspect.js +0 -1
  4739. package/backend/node_modules/on-finished/HISTORY.md +0 -98
  4740. package/backend/node_modules/on-finished/LICENSE +0 -23
  4741. package/backend/node_modules/on-finished/README.md +0 -162
  4742. package/backend/node_modules/on-finished/index.js +0 -234
  4743. package/backend/node_modules/on-finished/package.json +0 -39
  4744. package/backend/node_modules/on-headers/HISTORY.md +0 -26
  4745. package/backend/node_modules/on-headers/LICENSE +0 -22
  4746. package/backend/node_modules/on-headers/README.md +0 -81
  4747. package/backend/node_modules/on-headers/index.js +0 -180
  4748. package/backend/node_modules/on-headers/package.json +0 -44
  4749. package/backend/node_modules/once/LICENSE +0 -15
  4750. package/backend/node_modules/once/README.md +0 -79
  4751. package/backend/node_modules/once/once.js +0 -42
  4752. package/backend/node_modules/once/package.json +0 -33
  4753. package/backend/node_modules/pac-proxy-agent/LICENSE +0 -22
  4754. package/backend/node_modules/pac-proxy-agent/README.md +0 -27
  4755. package/backend/node_modules/pac-proxy-agent/dist/index.d.ts +0 -60
  4756. package/backend/node_modules/pac-proxy-agent/dist/index.d.ts.map +0 -1
  4757. package/backend/node_modules/pac-proxy-agent/dist/index.js +0 -238
  4758. package/backend/node_modules/pac-proxy-agent/dist/index.js.map +0 -1
  4759. package/backend/node_modules/pac-proxy-agent/package.json +0 -58
  4760. package/backend/node_modules/pac-resolver/LICENSE +0 -22
  4761. package/backend/node_modules/pac-resolver/README.md +0 -59
  4762. package/backend/node_modules/pac-resolver/dist/dateRange.d.ts +0 -67
  4763. package/backend/node_modules/pac-resolver/dist/dateRange.d.ts.map +0 -1
  4764. package/backend/node_modules/pac-resolver/dist/dateRange.js +0 -73
  4765. package/backend/node_modules/pac-resolver/dist/dateRange.js.map +0 -1
  4766. package/backend/node_modules/pac-resolver/dist/dnsDomainIs.d.ts +0 -23
  4767. package/backend/node_modules/pac-resolver/dist/dnsDomainIs.d.ts.map +0 -1
  4768. package/backend/node_modules/pac-resolver/dist/dnsDomainIs.js +0 -30
  4769. package/backend/node_modules/pac-resolver/dist/dnsDomainIs.js.map +0 -1
  4770. package/backend/node_modules/pac-resolver/dist/dnsDomainLevels.d.ts +0 -18
  4771. package/backend/node_modules/pac-resolver/dist/dnsDomainLevels.d.ts.map +0 -1
  4772. package/backend/node_modules/pac-resolver/dist/dnsDomainLevels.js +0 -28
  4773. package/backend/node_modules/pac-resolver/dist/dnsDomainLevels.js.map +0 -1
  4774. package/backend/node_modules/pac-resolver/dist/dnsResolve.d.ts +0 -16
  4775. package/backend/node_modules/pac-resolver/dist/dnsResolve.d.ts.map +0 -1
  4776. package/backend/node_modules/pac-resolver/dist/dnsResolve.js +0 -32
  4777. package/backend/node_modules/pac-resolver/dist/dnsResolve.js.map +0 -1
  4778. package/backend/node_modules/pac-resolver/dist/index.d.ts +0 -50
  4779. package/backend/node_modules/pac-resolver/dist/index.d.ts.map +0 -1
  4780. package/backend/node_modules/pac-resolver/dist/index.js +0 -87
  4781. package/backend/node_modules/pac-resolver/dist/index.js.map +0 -1
  4782. package/backend/node_modules/pac-resolver/dist/ip.d.ts +0 -8
  4783. package/backend/node_modules/pac-resolver/dist/ip.d.ts.map +0 -1
  4784. package/backend/node_modules/pac-resolver/dist/ip.js +0 -50
  4785. package/backend/node_modules/pac-resolver/dist/ip.js.map +0 -1
  4786. package/backend/node_modules/pac-resolver/dist/isInNet.d.ts +0 -24
  4787. package/backend/node_modules/pac-resolver/dist/isInNet.d.ts.map +0 -1
  4788. package/backend/node_modules/pac-resolver/dist/isInNet.js +0 -42
  4789. package/backend/node_modules/pac-resolver/dist/isInNet.js.map +0 -1
  4790. package/backend/node_modules/pac-resolver/dist/isPlainHostName.d.ts +0 -18
  4791. package/backend/node_modules/pac-resolver/dist/isPlainHostName.d.ts.map +0 -1
  4792. package/backend/node_modules/pac-resolver/dist/isPlainHostName.js +0 -23
  4793. package/backend/node_modules/pac-resolver/dist/isPlainHostName.js.map +0 -1
  4794. package/backend/node_modules/pac-resolver/dist/isResolvable.d.ts +0 -8
  4795. package/backend/node_modules/pac-resolver/dist/isResolvable.d.ts.map +0 -1
  4796. package/backend/node_modules/pac-resolver/dist/isResolvable.js +0 -23
  4797. package/backend/node_modules/pac-resolver/dist/isResolvable.js.map +0 -1
  4798. package/backend/node_modules/pac-resolver/dist/localHostOrDomainIs.d.ts +0 -26
  4799. package/backend/node_modules/pac-resolver/dist/localHostOrDomainIs.d.ts.map +0 -1
  4800. package/backend/node_modules/pac-resolver/dist/localHostOrDomainIs.js +0 -40
  4801. package/backend/node_modules/pac-resolver/dist/localHostOrDomainIs.js.map +0 -1
  4802. package/backend/node_modules/pac-resolver/dist/myIpAddress.d.ts +0 -16
  4803. package/backend/node_modules/pac-resolver/dist/myIpAddress.d.ts.map +0 -1
  4804. package/backend/node_modules/pac-resolver/dist/myIpAddress.js +0 -50
  4805. package/backend/node_modules/pac-resolver/dist/myIpAddress.js.map +0 -1
  4806. package/backend/node_modules/pac-resolver/dist/shExpMatch.d.ts +0 -23
  4807. package/backend/node_modules/pac-resolver/dist/shExpMatch.d.ts.map +0 -1
  4808. package/backend/node_modules/pac-resolver/dist/shExpMatch.js +0 -41
  4809. package/backend/node_modules/pac-resolver/dist/shExpMatch.js.map +0 -1
  4810. package/backend/node_modules/pac-resolver/dist/timeRange.d.ts +0 -43
  4811. package/backend/node_modules/pac-resolver/dist/timeRange.d.ts.map +0 -1
  4812. package/backend/node_modules/pac-resolver/dist/timeRange.js +0 -92
  4813. package/backend/node_modules/pac-resolver/dist/timeRange.js.map +0 -1
  4814. package/backend/node_modules/pac-resolver/dist/util.d.ts +0 -6
  4815. package/backend/node_modules/pac-resolver/dist/util.d.ts.map +0 -1
  4816. package/backend/node_modules/pac-resolver/dist/util.js +0 -22
  4817. package/backend/node_modules/pac-resolver/dist/util.js.map +0 -1
  4818. package/backend/node_modules/pac-resolver/dist/weekdayRange.d.ts +0 -45
  4819. package/backend/node_modules/pac-resolver/dist/weekdayRange.d.ts.map +0 -1
  4820. package/backend/node_modules/pac-resolver/dist/weekdayRange.js +0 -91
  4821. package/backend/node_modules/pac-resolver/dist/weekdayRange.js.map +0 -1
  4822. package/backend/node_modules/pac-resolver/package.json +0 -47
  4823. package/backend/node_modules/pako/CHANGELOG.md +0 -90
  4824. package/backend/node_modules/pako/LICENSE +0 -21
  4825. package/backend/node_modules/pako/README.md +0 -176
  4826. package/backend/node_modules/pako/dist/pako.js +0 -6606
  4827. package/backend/node_modules/pako/dist/pako.min.js +0 -3
  4828. package/backend/node_modules/pako/dist/pako_deflate.js +0 -3879
  4829. package/backend/node_modules/pako/dist/pako_deflate.min.js +0 -2
  4830. package/backend/node_modules/pako/dist/pako_inflate.js +0 -3127
  4831. package/backend/node_modules/pako/dist/pako_inflate.min.js +0 -2
  4832. package/backend/node_modules/pako/index.js +0 -14
  4833. package/backend/node_modules/pako/lib/deflate.js +0 -400
  4834. package/backend/node_modules/pako/lib/inflate.js +0 -418
  4835. package/backend/node_modules/pako/lib/utils/common.js +0 -102
  4836. package/backend/node_modules/pako/lib/utils/strings.js +0 -185
  4837. package/backend/node_modules/pako/lib/zlib/adler32.js +0 -32
  4838. package/backend/node_modules/pako/lib/zlib/constants.js +0 -50
  4839. package/backend/node_modules/pako/lib/zlib/crc32.js +0 -41
  4840. package/backend/node_modules/pako/lib/zlib/deflate.js +0 -1855
  4841. package/backend/node_modules/pako/lib/zlib/gzheader.js +0 -40
  4842. package/backend/node_modules/pako/lib/zlib/inffast.js +0 -326
  4843. package/backend/node_modules/pako/lib/zlib/inflate.js +0 -1538
  4844. package/backend/node_modules/pako/lib/zlib/inftrees.js +0 -327
  4845. package/backend/node_modules/pako/lib/zlib/messages.js +0 -13
  4846. package/backend/node_modules/pako/lib/zlib/trees.js +0 -1202
  4847. package/backend/node_modules/pako/lib/zlib/zstream.js +0 -29
  4848. package/backend/node_modules/pako/package.json +0 -40
  4849. package/backend/node_modules/parseurl/HISTORY.md +0 -58
  4850. package/backend/node_modules/parseurl/LICENSE +0 -24
  4851. package/backend/node_modules/parseurl/README.md +0 -133
  4852. package/backend/node_modules/parseurl/index.js +0 -158
  4853. package/backend/node_modules/parseurl/package.json +0 -40
  4854. package/backend/node_modules/path-parse/LICENSE +0 -21
  4855. package/backend/node_modules/path-parse/README.md +0 -42
  4856. package/backend/node_modules/path-parse/index.js +0 -75
  4857. package/backend/node_modules/path-parse/package.json +0 -33
  4858. package/backend/node_modules/path-to-regexp/LICENSE +0 -21
  4859. package/backend/node_modules/path-to-regexp/Readme.md +0 -224
  4860. package/backend/node_modules/path-to-regexp/dist/index.d.ts +0 -144
  4861. package/backend/node_modules/path-to-regexp/dist/index.js +0 -409
  4862. package/backend/node_modules/path-to-regexp/dist/index.js.map +0 -1
  4863. package/backend/node_modules/path-to-regexp/package.json +0 -64
  4864. package/backend/node_modules/picomatch/CHANGELOG.md +0 -136
  4865. package/backend/node_modules/picomatch/LICENSE +0 -21
  4866. package/backend/node_modules/picomatch/README.md +0 -708
  4867. package/backend/node_modules/picomatch/index.js +0 -3
  4868. package/backend/node_modules/picomatch/lib/constants.js +0 -179
  4869. package/backend/node_modules/picomatch/lib/parse.js +0 -1091
  4870. package/backend/node_modules/picomatch/lib/picomatch.js +0 -342
  4871. package/backend/node_modules/picomatch/lib/scan.js +0 -391
  4872. package/backend/node_modules/picomatch/lib/utils.js +0 -64
  4873. package/backend/node_modules/picomatch/package.json +0 -81
  4874. package/backend/node_modules/pidusage/LICENSE +0 -21
  4875. package/backend/node_modules/pidusage/README.md +0 -204
  4876. package/backend/node_modules/pidusage/index.js +0 -43
  4877. package/backend/node_modules/pidusage/lib/bin.js +0 -48
  4878. package/backend/node_modules/pidusage/lib/helpers/cpu.js +0 -91
  4879. package/backend/node_modules/pidusage/lib/helpers/parallel.js +0 -44
  4880. package/backend/node_modules/pidusage/lib/history.js +0 -92
  4881. package/backend/node_modules/pidusage/lib/procfile.js +0 -141
  4882. package/backend/node_modules/pidusage/lib/ps.js +0 -135
  4883. package/backend/node_modules/pidusage/lib/stats.js +0 -95
  4884. package/backend/node_modules/pidusage/lib/wmic.js +0 -133
  4885. package/backend/node_modules/pidusage/package.json +0 -61
  4886. package/backend/node_modules/pm2/.gitattributes +0 -4
  4887. package/backend/node_modules/pm2/.mocharc.js +0 -14
  4888. package/backend/node_modules/pm2/CHANGELOG.md +0 -2416
  4889. package/backend/node_modules/pm2/CONTRIBUTING.md +0 -124
  4890. package/backend/node_modules/pm2/GNU-AGPL-3.0.txt +0 -665
  4891. package/backend/node_modules/pm2/LICENSE +0 -1
  4892. package/backend/node_modules/pm2/README.md +0 -248
  4893. package/backend/node_modules/pm2/bin/pm2 +0 -3
  4894. package/backend/node_modules/pm2/bin/pm2-dev +0 -3
  4895. package/backend/node_modules/pm2/bin/pm2-docker +0 -3
  4896. package/backend/node_modules/pm2/bin/pm2-runtime +0 -3
  4897. package/backend/node_modules/pm2/bin/pm2-windows +0 -3
  4898. package/backend/node_modules/pm2/bin/pm2.ps1 +0 -3
  4899. package/backend/node_modules/pm2/bun.lock +0 -421
  4900. package/backend/node_modules/pm2/constants.js +0 -114
  4901. package/backend/node_modules/pm2/e2e_time +0 -8
  4902. package/backend/node_modules/pm2/index.js +0 -12
  4903. package/backend/node_modules/pm2/lib/API/Configuration.js +0 -212
  4904. package/backend/node_modules/pm2/lib/API/Containerizer.js +0 -335
  4905. package/backend/node_modules/pm2/lib/API/Dashboard.js +0 -459
  4906. package/backend/node_modules/pm2/lib/API/Deploy.js +0 -117
  4907. package/backend/node_modules/pm2/lib/API/Extra.js +0 -775
  4908. package/backend/node_modules/pm2/lib/API/ExtraMgmt/Docker.js +0 -30
  4909. package/backend/node_modules/pm2/lib/API/Log.js +0 -315
  4910. package/backend/node_modules/pm2/lib/API/LogManagement.js +0 -371
  4911. package/backend/node_modules/pm2/lib/API/Modules/LOCAL.js +0 -122
  4912. package/backend/node_modules/pm2/lib/API/Modules/Modularizer.js +0 -148
  4913. package/backend/node_modules/pm2/lib/API/Modules/NPM.js +0 -445
  4914. package/backend/node_modules/pm2/lib/API/Modules/TAR.js +0 -362
  4915. package/backend/node_modules/pm2/lib/API/Modules/flagExt.js +0 -46
  4916. package/backend/node_modules/pm2/lib/API/Modules/index.js +0 -120
  4917. package/backend/node_modules/pm2/lib/API/Monit.js +0 -247
  4918. package/backend/node_modules/pm2/lib/API/Serve.js +0 -343
  4919. package/backend/node_modules/pm2/lib/API/Startup.js +0 -629
  4920. package/backend/node_modules/pm2/lib/API/UX/helpers.js +0 -213
  4921. package/backend/node_modules/pm2/lib/API/UX/index.js +0 -9
  4922. package/backend/node_modules/pm2/lib/API/UX/pm2-describe.js +0 -193
  4923. package/backend/node_modules/pm2/lib/API/UX/pm2-ls-minimal.js +0 -31
  4924. package/backend/node_modules/pm2/lib/API/UX/pm2-ls.js +0 -483
  4925. package/backend/node_modules/pm2/lib/API/Version.js +0 -382
  4926. package/backend/node_modules/pm2/lib/API/interpreter.json +0 -12
  4927. package/backend/node_modules/pm2/lib/API/pm2-plus/PM2IO.js +0 -372
  4928. package/backend/node_modules/pm2/lib/API/pm2-plus/auth-strategies/CliAuth.js +0 -288
  4929. package/backend/node_modules/pm2/lib/API/pm2-plus/auth-strategies/WebAuth.js +0 -187
  4930. package/backend/node_modules/pm2/lib/API/pm2-plus/helpers.js +0 -97
  4931. package/backend/node_modules/pm2/lib/API/pm2-plus/link.js +0 -126
  4932. package/backend/node_modules/pm2/lib/API/pm2-plus/pres/motd +0 -16
  4933. package/backend/node_modules/pm2/lib/API/pm2-plus/pres/motd.update +0 -26
  4934. package/backend/node_modules/pm2/lib/API/pm2-plus/pres/welcome +0 -28
  4935. package/backend/node_modules/pm2/lib/API/pm2-plus/process-selector.js +0 -52
  4936. package/backend/node_modules/pm2/lib/API/schema.json +0 -375
  4937. package/backend/node_modules/pm2/lib/API.js +0 -1929
  4938. package/backend/node_modules/pm2/lib/Client.js +0 -776
  4939. package/backend/node_modules/pm2/lib/Common.js +0 -911
  4940. package/backend/node_modules/pm2/lib/Configuration.js +0 -304
  4941. package/backend/node_modules/pm2/lib/Daemon.js +0 -456
  4942. package/backend/node_modules/pm2/lib/Event.js +0 -37
  4943. package/backend/node_modules/pm2/lib/God/ActionMethods.js +0 -909
  4944. package/backend/node_modules/pm2/lib/God/ClusterMode.js +0 -97
  4945. package/backend/node_modules/pm2/lib/God/ForkMode.js +0 -297
  4946. package/backend/node_modules/pm2/lib/God/Methods.js +0 -265
  4947. package/backend/node_modules/pm2/lib/God/Reload.js +0 -240
  4948. package/backend/node_modules/pm2/lib/God.js +0 -632
  4949. package/backend/node_modules/pm2/lib/HttpInterface.js +0 -76
  4950. package/backend/node_modules/pm2/lib/ProcessContainer.js +0 -305
  4951. package/backend/node_modules/pm2/lib/ProcessContainerBun.js +0 -360
  4952. package/backend/node_modules/pm2/lib/ProcessContainerFork.js +0 -42
  4953. package/backend/node_modules/pm2/lib/ProcessContainerForkBun.js +0 -33
  4954. package/backend/node_modules/pm2/lib/ProcessUtils.js +0 -55
  4955. package/backend/node_modules/pm2/lib/TreeKill.js +0 -118
  4956. package/backend/node_modules/pm2/lib/Utility.js +0 -278
  4957. package/backend/node_modules/pm2/lib/VersionCheck.js +0 -46
  4958. package/backend/node_modules/pm2/lib/Watcher.js +0 -117
  4959. package/backend/node_modules/pm2/lib/Worker.js +0 -169
  4960. package/backend/node_modules/pm2/lib/binaries/CLI.js +0 -1040
  4961. package/backend/node_modules/pm2/lib/binaries/DevCLI.js +0 -183
  4962. package/backend/node_modules/pm2/lib/binaries/Runtime.js +0 -101
  4963. package/backend/node_modules/pm2/lib/binaries/Runtime4Docker.js +0 -192
  4964. package/backend/node_modules/pm2/lib/completion.js +0 -229
  4965. package/backend/node_modules/pm2/lib/completion.sh +0 -40
  4966. package/backend/node_modules/pm2/lib/motd +0 -36
  4967. package/backend/node_modules/pm2/lib/templates/Dockerfiles/Dockerfile-java.tpl +0 -7
  4968. package/backend/node_modules/pm2/lib/templates/Dockerfiles/Dockerfile-nodejs.tpl +0 -8
  4969. package/backend/node_modules/pm2/lib/templates/Dockerfiles/Dockerfile-ruby.tpl +0 -7
  4970. package/backend/node_modules/pm2/lib/templates/ecosystem-es.tpl +0 -24
  4971. package/backend/node_modules/pm2/lib/templates/ecosystem-simple-es.tpl +0 -8
  4972. package/backend/node_modules/pm2/lib/templates/ecosystem-simple.tpl +0 -6
  4973. package/backend/node_modules/pm2/lib/templates/ecosystem.tpl +0 -22
  4974. package/backend/node_modules/pm2/lib/templates/init-scripts/launchd.tpl +0 -35
  4975. package/backend/node_modules/pm2/lib/templates/init-scripts/openrc.tpl +0 -52
  4976. package/backend/node_modules/pm2/lib/templates/init-scripts/pm2-init-amazon.sh +0 -86
  4977. package/backend/node_modules/pm2/lib/templates/init-scripts/rcd-openbsd.tpl +0 -41
  4978. package/backend/node_modules/pm2/lib/templates/init-scripts/rcd.tpl +0 -44
  4979. package/backend/node_modules/pm2/lib/templates/init-scripts/smf.tpl +0 -43
  4980. package/backend/node_modules/pm2/lib/templates/init-scripts/systemd-online.tpl +0 -22
  4981. package/backend/node_modules/pm2/lib/templates/init-scripts/systemd.tpl +0 -22
  4982. package/backend/node_modules/pm2/lib/templates/init-scripts/upstart.tpl +0 -103
  4983. package/backend/node_modules/pm2/lib/templates/logrotate.d/pm2 +0 -10
  4984. package/backend/node_modules/pm2/lib/templates/sample-apps/http-server/README.md +0 -14
  4985. package/backend/node_modules/pm2/lib/templates/sample-apps/http-server/api.js +0 -9
  4986. package/backend/node_modules/pm2/lib/templates/sample-apps/http-server/ecosystem.config.js +0 -14
  4987. package/backend/node_modules/pm2/lib/templates/sample-apps/http-server/package.json +0 -11
  4988. package/backend/node_modules/pm2/lib/templates/sample-apps/pm2-plus-metrics-actions/README.md +0 -45
  4989. package/backend/node_modules/pm2/lib/templates/sample-apps/pm2-plus-metrics-actions/custom-metrics.js +0 -66
  4990. package/backend/node_modules/pm2/lib/templates/sample-apps/pm2-plus-metrics-actions/ecosystem.config.js +0 -12
  4991. package/backend/node_modules/pm2/lib/templates/sample-apps/pm2-plus-metrics-actions/package.json +0 -11
  4992. package/backend/node_modules/pm2/lib/templates/sample-apps/python-app/README.md +0 -4
  4993. package/backend/node_modules/pm2/lib/templates/sample-apps/python-app/echo.py +0 -7
  4994. package/backend/node_modules/pm2/lib/templates/sample-apps/python-app/ecosystem.config.js +0 -12
  4995. package/backend/node_modules/pm2/lib/templates/sample-apps/python-app/package.json +0 -11
  4996. package/backend/node_modules/pm2/lib/tools/Config.js +0 -248
  4997. package/backend/node_modules/pm2/lib/tools/IsAbsolute.js +0 -20
  4998. package/backend/node_modules/pm2/lib/tools/copydirSync.js +0 -101
  4999. package/backend/node_modules/pm2/lib/tools/deleteFolderRecursive.js +0 -19
  5000. package/backend/node_modules/pm2/lib/tools/find-package-json.js +0 -74
  5001. package/backend/node_modules/pm2/lib/tools/fmt.js +0 -72
  5002. package/backend/node_modules/pm2/lib/tools/isbinaryfile.js +0 -94
  5003. package/backend/node_modules/pm2/lib/tools/json5.js +0 -752
  5004. package/backend/node_modules/pm2/lib/tools/open.js +0 -63
  5005. package/backend/node_modules/pm2/lib/tools/passwd.js +0 -58
  5006. package/backend/node_modules/pm2/lib/tools/promise.min.js +0 -1
  5007. package/backend/node_modules/pm2/lib/tools/sexec.js +0 -55
  5008. package/backend/node_modules/pm2/lib/tools/treeify.js +0 -113
  5009. package/backend/node_modules/pm2/lib/tools/which.js +0 -120
  5010. package/backend/node_modules/pm2/lib/tools/xdg-open +0 -861
  5011. package/backend/node_modules/pm2/node_modules/.bin/semver +0 -16
  5012. package/backend/node_modules/pm2/node_modules/.bin/semver.cmd +0 -17
  5013. package/backend/node_modules/pm2/node_modules/.bin/semver.ps1 +0 -28
  5014. package/backend/node_modules/pm2/node_modules/semver/LICENSE +0 -15
  5015. package/backend/node_modules/pm2/node_modules/semver/README.md +0 -664
  5016. package/backend/node_modules/pm2/node_modules/semver/bin/semver.js +0 -191
  5017. package/backend/node_modules/pm2/node_modules/semver/classes/comparator.js +0 -143
  5018. package/backend/node_modules/pm2/node_modules/semver/classes/index.js +0 -7
  5019. package/backend/node_modules/pm2/node_modules/semver/classes/range.js +0 -556
  5020. package/backend/node_modules/pm2/node_modules/semver/classes/semver.js +0 -319
  5021. package/backend/node_modules/pm2/node_modules/semver/functions/clean.js +0 -8
  5022. package/backend/node_modules/pm2/node_modules/semver/functions/cmp.js +0 -54
  5023. package/backend/node_modules/pm2/node_modules/semver/functions/coerce.js +0 -62
  5024. package/backend/node_modules/pm2/node_modules/semver/functions/compare-build.js +0 -9
  5025. package/backend/node_modules/pm2/node_modules/semver/functions/compare-loose.js +0 -5
  5026. package/backend/node_modules/pm2/node_modules/semver/functions/compare.js +0 -7
  5027. package/backend/node_modules/pm2/node_modules/semver/functions/diff.js +0 -60
  5028. package/backend/node_modules/pm2/node_modules/semver/functions/eq.js +0 -5
  5029. package/backend/node_modules/pm2/node_modules/semver/functions/gt.js +0 -5
  5030. package/backend/node_modules/pm2/node_modules/semver/functions/gte.js +0 -5
  5031. package/backend/node_modules/pm2/node_modules/semver/functions/inc.js +0 -21
  5032. package/backend/node_modules/pm2/node_modules/semver/functions/lt.js +0 -5
  5033. package/backend/node_modules/pm2/node_modules/semver/functions/lte.js +0 -5
  5034. package/backend/node_modules/pm2/node_modules/semver/functions/major.js +0 -5
  5035. package/backend/node_modules/pm2/node_modules/semver/functions/minor.js +0 -5
  5036. package/backend/node_modules/pm2/node_modules/semver/functions/neq.js +0 -5
  5037. package/backend/node_modules/pm2/node_modules/semver/functions/parse.js +0 -18
  5038. package/backend/node_modules/pm2/node_modules/semver/functions/patch.js +0 -5
  5039. package/backend/node_modules/pm2/node_modules/semver/functions/prerelease.js +0 -8
  5040. package/backend/node_modules/pm2/node_modules/semver/functions/rcompare.js +0 -5
  5041. package/backend/node_modules/pm2/node_modules/semver/functions/rsort.js +0 -5
  5042. package/backend/node_modules/pm2/node_modules/semver/functions/satisfies.js +0 -12
  5043. package/backend/node_modules/pm2/node_modules/semver/functions/sort.js +0 -5
  5044. package/backend/node_modules/pm2/node_modules/semver/functions/valid.js +0 -8
  5045. package/backend/node_modules/pm2/node_modules/semver/index.js +0 -91
  5046. package/backend/node_modules/pm2/node_modules/semver/internal/constants.js +0 -37
  5047. package/backend/node_modules/pm2/node_modules/semver/internal/debug.js +0 -11
  5048. package/backend/node_modules/pm2/node_modules/semver/internal/identifiers.js +0 -25
  5049. package/backend/node_modules/pm2/node_modules/semver/internal/lrucache.js +0 -42
  5050. package/backend/node_modules/pm2/node_modules/semver/internal/parse-options.js +0 -17
  5051. package/backend/node_modules/pm2/node_modules/semver/internal/re.js +0 -223
  5052. package/backend/node_modules/pm2/node_modules/semver/package.json +0 -78
  5053. package/backend/node_modules/pm2/node_modules/semver/preload.js +0 -4
  5054. package/backend/node_modules/pm2/node_modules/semver/range.bnf +0 -16
  5055. package/backend/node_modules/pm2/node_modules/semver/ranges/gtr.js +0 -6
  5056. package/backend/node_modules/pm2/node_modules/semver/ranges/intersects.js +0 -9
  5057. package/backend/node_modules/pm2/node_modules/semver/ranges/ltr.js +0 -6
  5058. package/backend/node_modules/pm2/node_modules/semver/ranges/max-satisfying.js +0 -27
  5059. package/backend/node_modules/pm2/node_modules/semver/ranges/min-satisfying.js +0 -26
  5060. package/backend/node_modules/pm2/node_modules/semver/ranges/min-version.js +0 -63
  5061. package/backend/node_modules/pm2/node_modules/semver/ranges/outside.js +0 -82
  5062. package/backend/node_modules/pm2/node_modules/semver/ranges/simplify.js +0 -49
  5063. package/backend/node_modules/pm2/node_modules/semver/ranges/subset.js +0 -249
  5064. package/backend/node_modules/pm2/node_modules/semver/ranges/to-comparators.js +0 -10
  5065. package/backend/node_modules/pm2/node_modules/semver/ranges/valid.js +0 -13
  5066. package/backend/node_modules/pm2/package.json +0 -219
  5067. package/backend/node_modules/pm2/paths.js +0 -91
  5068. package/backend/node_modules/pm2/pm2 +0 -11
  5069. package/backend/node_modules/pm2/preinstall.js +0 -24
  5070. package/backend/node_modules/pm2/run.sh +0 -9
  5071. package/backend/node_modules/pm2/types/index.d.ts +0 -722
  5072. package/backend/node_modules/pm2/types/tsconfig.json +0 -14
  5073. package/backend/node_modules/pm2/unit_time +0 -35
  5074. package/backend/node_modules/pm2-axon/History.md +0 -148
  5075. package/backend/node_modules/pm2-axon/LICENSE +0 -22
  5076. package/backend/node_modules/pm2-axon/Readme.md +0 -361
  5077. package/backend/node_modules/pm2-axon/index.js +0 -2
  5078. package/backend/node_modules/pm2-axon/lib/configurable/History.md +0 -5
  5079. package/backend/node_modules/pm2-axon/lib/configurable/Makefile +0 -7
  5080. package/backend/node_modules/pm2-axon/lib/configurable/Readme.md +0 -57
  5081. package/backend/node_modules/pm2-axon/lib/configurable/index.js +0 -2
  5082. package/backend/node_modules/pm2-axon/lib/configurable/lib/configurable.js +0 -47
  5083. package/backend/node_modules/pm2-axon/lib/configurable/package.json +0 -68
  5084. package/backend/node_modules/pm2-axon/lib/index.js +0 -44
  5085. package/backend/node_modules/pm2-axon/lib/plugins/queue.js +0 -71
  5086. package/backend/node_modules/pm2-axon/lib/plugins/round-robin.js +0 -55
  5087. package/backend/node_modules/pm2-axon/lib/sockets/pub-emitter.js +0 -26
  5088. package/backend/node_modules/pm2-axon/lib/sockets/pub.js +0 -77
  5089. package/backend/node_modules/pm2-axon/lib/sockets/pull.js +0 -37
  5090. package/backend/node_modules/pm2-axon/lib/sockets/push.js +0 -32
  5091. package/backend/node_modules/pm2-axon/lib/sockets/rep.js +0 -73
  5092. package/backend/node_modules/pm2-axon/lib/sockets/req.js +0 -101
  5093. package/backend/node_modules/pm2-axon/lib/sockets/sock.js +0 -415
  5094. package/backend/node_modules/pm2-axon/lib/sockets/sub-emitter.js +0 -92
  5095. package/backend/node_modules/pm2-axon/lib/sockets/sub.js +0 -148
  5096. package/backend/node_modules/pm2-axon/lib/utils.js +0 -19
  5097. package/backend/node_modules/pm2-axon/package.json +0 -46
  5098. package/backend/node_modules/pm2-axon-rpc/.travis.yml +0 -6
  5099. package/backend/node_modules/pm2-axon-rpc/History.md +0 -19
  5100. package/backend/node_modules/pm2-axon-rpc/Makefile +0 -6
  5101. package/backend/node_modules/pm2-axon-rpc/Readme.md +0 -132
  5102. package/backend/node_modules/pm2-axon-rpc/example.js +0 -16
  5103. package/backend/node_modules/pm2-axon-rpc/index.js +0 -3
  5104. package/backend/node_modules/pm2-axon-rpc/lib/client.js +0 -63
  5105. package/backend/node_modules/pm2-axon-rpc/lib/server.js +0 -139
  5106. package/backend/node_modules/pm2-axon-rpc/package.json +0 -38
  5107. package/backend/node_modules/pm2-deploy/LICENSE +0 -19
  5108. package/backend/node_modules/pm2-deploy/README.md +0 -85
  5109. package/backend/node_modules/pm2-deploy/deploy +0 -376
  5110. package/backend/node_modules/pm2-deploy/deploy.js +0 -149
  5111. package/backend/node_modules/pm2-deploy/package.json +0 -41
  5112. package/backend/node_modules/pm2-multimeter/README.markdown +0 -106
  5113. package/backend/node_modules/pm2-multimeter/example/drop.js +0 -23
  5114. package/backend/node_modules/pm2-multimeter/example/multibar.js +0 -47
  5115. package/backend/node_modules/pm2-multimeter/example/multirel.js +0 -52
  5116. package/backend/node_modules/pm2-multimeter/example/single.js +0 -11
  5117. package/backend/node_modules/pm2-multimeter/example/sum.js +0 -37
  5118. package/backend/node_modules/pm2-multimeter/example/web_multibar.js +0 -55
  5119. package/backend/node_modules/pm2-multimeter/example/web_multirel.js +0 -60
  5120. package/backend/node_modules/pm2-multimeter/example/web_sum.js +0 -45
  5121. package/backend/node_modules/pm2-multimeter/index.js +0 -76
  5122. package/backend/node_modules/pm2-multimeter/lib/bar.js +0 -111
  5123. package/backend/node_modules/pm2-multimeter/package.json +0 -34
  5124. package/backend/node_modules/pm2-sysmonit/LICENSE-APACHE.txt +0 -174
  5125. package/backend/node_modules/pm2-sysmonit/README.md +0 -8
  5126. package/backend/node_modules/pm2-sysmonit/index.js +0 -115
  5127. package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/CHANGELOG.md +0 -85
  5128. package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/LICENSE +0 -21
  5129. package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/README.md +0 -189
  5130. package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/index.js +0 -38
  5131. package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/lib/bin.js +0 -48
  5132. package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/lib/helpers/cpu.js +0 -87
  5133. package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/lib/helpers/parallel.js +0 -44
  5134. package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/lib/history.js +0 -92
  5135. package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/lib/procfile.js +0 -141
  5136. package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/lib/ps.js +0 -128
  5137. package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/lib/stats.js +0 -87
  5138. package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/lib/wmic.js +0 -132
  5139. package/backend/node_modules/pm2-sysmonit/node_modules/pidusage/package.json +0 -62
  5140. package/backend/node_modules/pm2-sysmonit/package.json +0 -23
  5141. package/backend/node_modules/pm2-sysmonit/src/MeanCalc.js +0 -26
  5142. package/backend/node_modules/pm2-sysmonit/src/SystemInfos.js +0 -604
  5143. package/backend/node_modules/pm2-sysmonit/src/fastlist.exe +0 -0
  5144. package/backend/node_modules/pm2-sysmonit/src/pm2.js +0 -83
  5145. package/backend/node_modules/pm2-sysmonit/src/psList.js +0 -63
  5146. package/backend/node_modules/promptly/.editorconfig +0 -15
  5147. package/backend/node_modules/promptly/.jshintrc +0 -63
  5148. package/backend/node_modules/promptly/.travis.yml +0 -6
  5149. package/backend/node_modules/promptly/LICENSE +0 -19
  5150. package/backend/node_modules/promptly/README.md +0 -178
  5151. package/backend/node_modules/promptly/index.js +0 -197
  5152. package/backend/node_modules/promptly/package.json +0 -34
  5153. package/backend/node_modules/promptly/test/test.js +0 -390
  5154. package/backend/node_modules/proxy-addr/HISTORY.md +0 -161
  5155. package/backend/node_modules/proxy-addr/LICENSE +0 -22
  5156. package/backend/node_modules/proxy-addr/README.md +0 -139
  5157. package/backend/node_modules/proxy-addr/index.js +0 -327
  5158. package/backend/node_modules/proxy-addr/package.json +0 -47
  5159. package/backend/node_modules/proxy-agent/LICENSE +0 -22
  5160. package/backend/node_modules/proxy-agent/README.md +0 -59
  5161. package/backend/node_modules/proxy-agent/dist/index.d.ts +0 -60
  5162. package/backend/node_modules/proxy-agent/dist/index.d.ts.map +0 -1
  5163. package/backend/node_modules/proxy-agent/dist/index.js +0 -134
  5164. package/backend/node_modules/proxy-agent/dist/index.js.map +0 -1
  5165. package/backend/node_modules/proxy-agent/package.json +0 -60
  5166. package/backend/node_modules/proxy-from-env/.eslintrc +0 -29
  5167. package/backend/node_modules/proxy-from-env/.travis.yml +0 -10
  5168. package/backend/node_modules/proxy-from-env/LICENSE +0 -20
  5169. package/backend/node_modules/proxy-from-env/README.md +0 -131
  5170. package/backend/node_modules/proxy-from-env/index.js +0 -108
  5171. package/backend/node_modules/proxy-from-env/package.json +0 -34
  5172. package/backend/node_modules/proxy-from-env/test.js +0 -483
  5173. package/backend/node_modules/pstree.remy/.travis.yml +0 -8
  5174. package/backend/node_modules/pstree.remy/LICENSE +0 -7
  5175. package/backend/node_modules/pstree.remy/README.md +0 -26
  5176. package/backend/node_modules/pstree.remy/lib/index.js +0 -37
  5177. package/backend/node_modules/pstree.remy/lib/tree.js +0 -37
  5178. package/backend/node_modules/pstree.remy/lib/utils.js +0 -53
  5179. package/backend/node_modules/pstree.remy/package.json +0 -33
  5180. package/backend/node_modules/pstree.remy/tests/fixtures/index.js +0 -13
  5181. package/backend/node_modules/pstree.remy/tests/fixtures/out1 +0 -10
  5182. package/backend/node_modules/pstree.remy/tests/fixtures/out2 +0 -29
  5183. package/backend/node_modules/pstree.remy/tests/index.test.js +0 -51
  5184. package/backend/node_modules/qs/.editorconfig +0 -46
  5185. package/backend/node_modules/qs/.github/FUNDING.yml +0 -12
  5186. package/backend/node_modules/qs/.github/SECURITY.md +0 -11
  5187. package/backend/node_modules/qs/.github/THREAT_MODEL.md +0 -78
  5188. package/backend/node_modules/qs/.nycrc +0 -13
  5189. package/backend/node_modules/qs/CHANGELOG.md +0 -806
  5190. package/backend/node_modules/qs/LICENSE.md +0 -29
  5191. package/backend/node_modules/qs/README.md +0 -758
  5192. package/backend/node_modules/qs/dist/qs.js +0 -141
  5193. package/backend/node_modules/qs/eslint.config.mjs +0 -56
  5194. package/backend/node_modules/qs/lib/formats.js +0 -23
  5195. package/backend/node_modules/qs/lib/index.js +0 -11
  5196. package/backend/node_modules/qs/lib/parse.js +0 -373
  5197. package/backend/node_modules/qs/lib/stringify.js +0 -356
  5198. package/backend/node_modules/qs/lib/utils.js +0 -342
  5199. package/backend/node_modules/qs/package.json +0 -94
  5200. package/backend/node_modules/qs/test/empty-keys-cases.js +0 -267
  5201. package/backend/node_modules/qs/test/parse.js +0 -1568
  5202. package/backend/node_modules/qs/test/stringify.js +0 -1310
  5203. package/backend/node_modules/qs/test/utils.js +0 -404
  5204. package/backend/node_modules/range-parser/HISTORY.md +0 -56
  5205. package/backend/node_modules/range-parser/LICENSE +0 -23
  5206. package/backend/node_modules/range-parser/README.md +0 -84
  5207. package/backend/node_modules/range-parser/index.js +0 -162
  5208. package/backend/node_modules/range-parser/package.json +0 -44
  5209. package/backend/node_modules/raw-body/LICENSE +0 -22
  5210. package/backend/node_modules/raw-body/README.md +0 -223
  5211. package/backend/node_modules/raw-body/index.d.ts +0 -85
  5212. package/backend/node_modules/raw-body/index.js +0 -336
  5213. package/backend/node_modules/raw-body/package.json +0 -46
  5214. package/backend/node_modules/read/LICENSE +0 -15
  5215. package/backend/node_modules/read/README.md +0 -53
  5216. package/backend/node_modules/read/lib/read.js +0 -113
  5217. package/backend/node_modules/read/package.json +0 -27
  5218. package/backend/node_modules/readdirp/LICENSE +0 -21
  5219. package/backend/node_modules/readdirp/README.md +0 -122
  5220. package/backend/node_modules/readdirp/index.d.ts +0 -43
  5221. package/backend/node_modules/readdirp/index.js +0 -287
  5222. package/backend/node_modules/readdirp/package.json +0 -122
  5223. package/backend/node_modules/require-in-the-middle/LICENSE +0 -21
  5224. package/backend/node_modules/require-in-the-middle/README.md +0 -79
  5225. package/backend/node_modules/require-in-the-middle/index.js +0 -196
  5226. package/backend/node_modules/require-in-the-middle/package.json +0 -55
  5227. package/backend/node_modules/resolve/.editorconfig +0 -37
  5228. package/backend/node_modules/resolve/.eslintrc +0 -65
  5229. package/backend/node_modules/resolve/.github/FUNDING.yml +0 -12
  5230. package/backend/node_modules/resolve/.github/INCIDENT_RESPONSE_PROCESS.md +0 -119
  5231. package/backend/node_modules/resolve/.github/THREAT_MODEL.md +0 -74
  5232. package/backend/node_modules/resolve/LICENSE +0 -21
  5233. package/backend/node_modules/resolve/SECURITY.md +0 -11
  5234. package/backend/node_modules/resolve/async.js +0 -3
  5235. package/backend/node_modules/resolve/bin/resolve +0 -50
  5236. package/backend/node_modules/resolve/example/async.js +0 -5
  5237. package/backend/node_modules/resolve/example/sync.js +0 -3
  5238. package/backend/node_modules/resolve/index.js +0 -6
  5239. package/backend/node_modules/resolve/lib/async.js +0 -333
  5240. package/backend/node_modules/resolve/lib/caller.js +0 -8
  5241. package/backend/node_modules/resolve/lib/core.js +0 -12
  5242. package/backend/node_modules/resolve/lib/core.json +0 -162
  5243. package/backend/node_modules/resolve/lib/homedir.js +0 -24
  5244. package/backend/node_modules/resolve/lib/is-core.js +0 -5
  5245. package/backend/node_modules/resolve/lib/node-modules-paths.js +0 -45
  5246. package/backend/node_modules/resolve/lib/normalize-options.js +0 -10
  5247. package/backend/node_modules/resolve/lib/sync.js +0 -212
  5248. package/backend/node_modules/resolve/package.json +0 -75
  5249. package/backend/node_modules/resolve/readme.markdown +0 -301
  5250. package/backend/node_modules/resolve/sync.js +0 -3
  5251. package/backend/node_modules/resolve/test/core.js +0 -88
  5252. package/backend/node_modules/resolve/test/dotdot/abc/index.js +0 -2
  5253. package/backend/node_modules/resolve/test/dotdot/index.js +0 -1
  5254. package/backend/node_modules/resolve/test/dotdot.js +0 -29
  5255. package/backend/node_modules/resolve/test/faulty_basedir.js +0 -29
  5256. package/backend/node_modules/resolve/test/filter.js +0 -34
  5257. package/backend/node_modules/resolve/test/filter_sync.js +0 -33
  5258. package/backend/node_modules/resolve/test/home_paths.js +0 -127
  5259. package/backend/node_modules/resolve/test/home_paths_sync.js +0 -114
  5260. package/backend/node_modules/resolve/test/mock.js +0 -315
  5261. package/backend/node_modules/resolve/test/mock_sync.js +0 -214
  5262. package/backend/node_modules/resolve/test/module_dir/xmodules/aaa/index.js +0 -1
  5263. package/backend/node_modules/resolve/test/module_dir/ymodules/aaa/index.js +0 -1
  5264. package/backend/node_modules/resolve/test/module_dir/zmodules/bbb/main.js +0 -1
  5265. package/backend/node_modules/resolve/test/module_dir/zmodules/bbb/package.json +0 -3
  5266. package/backend/node_modules/resolve/test/module_dir.js +0 -56
  5267. package/backend/node_modules/resolve/test/node-modules-paths.js +0 -143
  5268. package/backend/node_modules/resolve/test/node_path/x/aaa/index.js +0 -1
  5269. package/backend/node_modules/resolve/test/node_path/x/ccc/index.js +0 -1
  5270. package/backend/node_modules/resolve/test/node_path/y/bbb/index.js +0 -1
  5271. package/backend/node_modules/resolve/test/node_path/y/ccc/index.js +0 -1
  5272. package/backend/node_modules/resolve/test/node_path.js +0 -70
  5273. package/backend/node_modules/resolve/test/nonstring.js +0 -9
  5274. package/backend/node_modules/resolve/test/pathfilter/deep_ref/main.js +0 -0
  5275. package/backend/node_modules/resolve/test/pathfilter.js +0 -75
  5276. package/backend/node_modules/resolve/test/precedence/aaa/index.js +0 -1
  5277. package/backend/node_modules/resolve/test/precedence/aaa/main.js +0 -1
  5278. package/backend/node_modules/resolve/test/precedence/aaa.js +0 -1
  5279. package/backend/node_modules/resolve/test/precedence/bbb/main.js +0 -1
  5280. package/backend/node_modules/resolve/test/precedence/bbb.js +0 -1
  5281. package/backend/node_modules/resolve/test/precedence.js +0 -23
  5282. package/backend/node_modules/resolve/test/resolver/baz/doom.js +0 -0
  5283. package/backend/node_modules/resolve/test/resolver/baz/package.json +0 -4
  5284. package/backend/node_modules/resolve/test/resolver/baz/quux.js +0 -1
  5285. package/backend/node_modules/resolve/test/resolver/browser_field/a.js +0 -0
  5286. package/backend/node_modules/resolve/test/resolver/browser_field/b.js +0 -0
  5287. package/backend/node_modules/resolve/test/resolver/browser_field/package.json +0 -5
  5288. package/backend/node_modules/resolve/test/resolver/cup.coffee +0 -1
  5289. package/backend/node_modules/resolve/test/resolver/dot_main/index.js +0 -1
  5290. package/backend/node_modules/resolve/test/resolver/dot_main/package.json +0 -3
  5291. package/backend/node_modules/resolve/test/resolver/dot_slash_main/index.js +0 -1
  5292. package/backend/node_modules/resolve/test/resolver/dot_slash_main/package.json +0 -3
  5293. package/backend/node_modules/resolve/test/resolver/false_main/index.js +0 -0
  5294. package/backend/node_modules/resolve/test/resolver/false_main/package.json +0 -4
  5295. package/backend/node_modules/resolve/test/resolver/foo.js +0 -1
  5296. package/backend/node_modules/resolve/test/resolver/incorrect_main/index.js +0 -2
  5297. package/backend/node_modules/resolve/test/resolver/incorrect_main/package.json +0 -3
  5298. package/backend/node_modules/resolve/test/resolver/invalid_main/package.json +0 -7
  5299. package/backend/node_modules/resolve/test/resolver/mug.coffee +0 -0
  5300. package/backend/node_modules/resolve/test/resolver/mug.js +0 -0
  5301. package/backend/node_modules/resolve/test/resolver/multirepo/lerna.json +0 -6
  5302. package/backend/node_modules/resolve/test/resolver/multirepo/package.json +0 -20
  5303. package/backend/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js +0 -35
  5304. package/backend/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json +0 -14
  5305. package/backend/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js +0 -0
  5306. package/backend/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json +0 -14
  5307. package/backend/node_modules/resolve/test/resolver/nested_symlinks/mylib/async.js +0 -26
  5308. package/backend/node_modules/resolve/test/resolver/nested_symlinks/mylib/package.json +0 -15
  5309. package/backend/node_modules/resolve/test/resolver/nested_symlinks/mylib/sync.js +0 -12
  5310. package/backend/node_modules/resolve/test/resolver/other_path/lib/other-lib.js +0 -0
  5311. package/backend/node_modules/resolve/test/resolver/other_path/root.js +0 -0
  5312. package/backend/node_modules/resolve/test/resolver/quux/foo/index.js +0 -1
  5313. package/backend/node_modules/resolve/test/resolver/same_names/foo/index.js +0 -1
  5314. package/backend/node_modules/resolve/test/resolver/same_names/foo.js +0 -1
  5315. package/backend/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js +0 -0
  5316. package/backend/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep +0 -0
  5317. package/backend/node_modules/resolve/test/resolver/symlinked/package/bar.js +0 -1
  5318. package/backend/node_modules/resolve/test/resolver/symlinked/package/package.json +0 -3
  5319. package/backend/node_modules/resolve/test/resolver/without_basedir/main.js +0 -5
  5320. package/backend/node_modules/resolve/test/resolver.js +0 -597
  5321. package/backend/node_modules/resolve/test/resolver_sync.js +0 -730
  5322. package/backend/node_modules/resolve/test/shadowed_core/node_modules/util/index.js +0 -0
  5323. package/backend/node_modules/resolve/test/shadowed_core.js +0 -54
  5324. package/backend/node_modules/resolve/test/subdirs.js +0 -13
  5325. package/backend/node_modules/resolve/test/symlinks.js +0 -176
  5326. package/backend/node_modules/router/HISTORY.md +0 -228
  5327. package/backend/node_modules/router/LICENSE +0 -23
  5328. package/backend/node_modules/router/README.md +0 -416
  5329. package/backend/node_modules/router/index.js +0 -748
  5330. package/backend/node_modules/router/lib/layer.js +0 -247
  5331. package/backend/node_modules/router/lib/route.js +0 -242
  5332. package/backend/node_modules/router/package.json +0 -44
  5333. package/backend/node_modules/run-series/LICENSE +0 -20
  5334. package/backend/node_modules/run-series/README.md +0 -78
  5335. package/backend/node_modules/run-series/index.js +0 -27
  5336. package/backend/node_modules/run-series/package.json +0 -56
  5337. package/backend/node_modules/safe-buffer/LICENSE +0 -21
  5338. package/backend/node_modules/safe-buffer/README.md +0 -584
  5339. package/backend/node_modules/safe-buffer/index.d.ts +0 -187
  5340. package/backend/node_modules/safe-buffer/index.js +0 -65
  5341. package/backend/node_modules/safe-buffer/package.json +0 -51
  5342. package/backend/node_modules/safer-buffer/LICENSE +0 -21
  5343. package/backend/node_modules/safer-buffer/Porting-Buffer.md +0 -268
  5344. package/backend/node_modules/safer-buffer/Readme.md +0 -156
  5345. package/backend/node_modules/safer-buffer/dangerous.js +0 -58
  5346. package/backend/node_modules/safer-buffer/package.json +0 -34
  5347. package/backend/node_modules/safer-buffer/safer.js +0 -77
  5348. package/backend/node_modules/safer-buffer/tests.js +0 -406
  5349. package/backend/node_modules/sax/LICENSE.md +0 -55
  5350. package/backend/node_modules/sax/README.md +0 -227
  5351. package/backend/node_modules/sax/lib/sax.js +0 -1704
  5352. package/backend/node_modules/sax/package.json +0 -31
  5353. package/backend/node_modules/semver/LICENSE +0 -15
  5354. package/backend/node_modules/semver/README.md +0 -665
  5355. package/backend/node_modules/semver/bin/semver.js +0 -191
  5356. package/backend/node_modules/semver/classes/comparator.js +0 -143
  5357. package/backend/node_modules/semver/classes/index.js +0 -7
  5358. package/backend/node_modules/semver/classes/range.js +0 -557
  5359. package/backend/node_modules/semver/classes/semver.js +0 -333
  5360. package/backend/node_modules/semver/functions/clean.js +0 -8
  5361. package/backend/node_modules/semver/functions/cmp.js +0 -54
  5362. package/backend/node_modules/semver/functions/coerce.js +0 -62
  5363. package/backend/node_modules/semver/functions/compare-build.js +0 -9
  5364. package/backend/node_modules/semver/functions/compare-loose.js +0 -5
  5365. package/backend/node_modules/semver/functions/compare.js +0 -7
  5366. package/backend/node_modules/semver/functions/diff.js +0 -60
  5367. package/backend/node_modules/semver/functions/eq.js +0 -5
  5368. package/backend/node_modules/semver/functions/gt.js +0 -5
  5369. package/backend/node_modules/semver/functions/gte.js +0 -5
  5370. package/backend/node_modules/semver/functions/inc.js +0 -21
  5371. package/backend/node_modules/semver/functions/lt.js +0 -5
  5372. package/backend/node_modules/semver/functions/lte.js +0 -5
  5373. package/backend/node_modules/semver/functions/major.js +0 -5
  5374. package/backend/node_modules/semver/functions/minor.js +0 -5
  5375. package/backend/node_modules/semver/functions/neq.js +0 -5
  5376. package/backend/node_modules/semver/functions/parse.js +0 -18
  5377. package/backend/node_modules/semver/functions/patch.js +0 -5
  5378. package/backend/node_modules/semver/functions/prerelease.js +0 -8
  5379. package/backend/node_modules/semver/functions/rcompare.js +0 -5
  5380. package/backend/node_modules/semver/functions/rsort.js +0 -5
  5381. package/backend/node_modules/semver/functions/satisfies.js +0 -12
  5382. package/backend/node_modules/semver/functions/sort.js +0 -5
  5383. package/backend/node_modules/semver/functions/valid.js +0 -8
  5384. package/backend/node_modules/semver/index.js +0 -91
  5385. package/backend/node_modules/semver/internal/constants.js +0 -37
  5386. package/backend/node_modules/semver/internal/debug.js +0 -11
  5387. package/backend/node_modules/semver/internal/identifiers.js +0 -29
  5388. package/backend/node_modules/semver/internal/lrucache.js +0 -42
  5389. package/backend/node_modules/semver/internal/parse-options.js +0 -17
  5390. package/backend/node_modules/semver/internal/re.js +0 -223
  5391. package/backend/node_modules/semver/package.json +0 -78
  5392. package/backend/node_modules/semver/preload.js +0 -4
  5393. package/backend/node_modules/semver/range.bnf +0 -16
  5394. package/backend/node_modules/semver/ranges/gtr.js +0 -6
  5395. package/backend/node_modules/semver/ranges/intersects.js +0 -9
  5396. package/backend/node_modules/semver/ranges/ltr.js +0 -6
  5397. package/backend/node_modules/semver/ranges/max-satisfying.js +0 -27
  5398. package/backend/node_modules/semver/ranges/min-satisfying.js +0 -26
  5399. package/backend/node_modules/semver/ranges/min-version.js +0 -63
  5400. package/backend/node_modules/semver/ranges/outside.js +0 -82
  5401. package/backend/node_modules/semver/ranges/simplify.js +0 -49
  5402. package/backend/node_modules/semver/ranges/subset.js +0 -249
  5403. package/backend/node_modules/semver/ranges/to-comparators.js +0 -10
  5404. package/backend/node_modules/semver/ranges/valid.js +0 -13
  5405. package/backend/node_modules/send/LICENSE +0 -23
  5406. package/backend/node_modules/send/README.md +0 -317
  5407. package/backend/node_modules/send/index.js +0 -997
  5408. package/backend/node_modules/send/package.json +0 -63
  5409. package/backend/node_modules/serve-static/LICENSE +0 -25
  5410. package/backend/node_modules/serve-static/README.md +0 -253
  5411. package/backend/node_modules/serve-static/index.js +0 -208
  5412. package/backend/node_modules/serve-static/package.json +0 -44
  5413. package/backend/node_modules/setprototypeof/LICENSE +0 -13
  5414. package/backend/node_modules/setprototypeof/README.md +0 -31
  5415. package/backend/node_modules/setprototypeof/index.d.ts +0 -2
  5416. package/backend/node_modules/setprototypeof/index.js +0 -17
  5417. package/backend/node_modules/setprototypeof/package.json +0 -38
  5418. package/backend/node_modules/setprototypeof/test/index.js +0 -24
  5419. package/backend/node_modules/shimmer/.travis.yml +0 -7
  5420. package/backend/node_modules/shimmer/LICENSE +0 -25
  5421. package/backend/node_modules/shimmer/README.md +0 -80
  5422. package/backend/node_modules/shimmer/index.js +0 -121
  5423. package/backend/node_modules/shimmer/package.json +0 -28
  5424. package/backend/node_modules/shimmer/test/init.tap.js +0 -48
  5425. package/backend/node_modules/shimmer/test/massUnwrap.tap.js +0 -121
  5426. package/backend/node_modules/shimmer/test/massWrap.tap.js +0 -174
  5427. package/backend/node_modules/shimmer/test/unwrap.tap.js +0 -101
  5428. package/backend/node_modules/shimmer/test/wrap.tap.js +0 -148
  5429. package/backend/node_modules/side-channel/.editorconfig +0 -9
  5430. package/backend/node_modules/side-channel/.eslintrc +0 -12
  5431. package/backend/node_modules/side-channel/.github/FUNDING.yml +0 -12
  5432. package/backend/node_modules/side-channel/.nycrc +0 -13
  5433. package/backend/node_modules/side-channel/CHANGELOG.md +0 -110
  5434. package/backend/node_modules/side-channel/LICENSE +0 -21
  5435. package/backend/node_modules/side-channel/README.md +0 -61
  5436. package/backend/node_modules/side-channel/index.d.ts +0 -14
  5437. package/backend/node_modules/side-channel/index.js +0 -43
  5438. package/backend/node_modules/side-channel/package.json +0 -85
  5439. package/backend/node_modules/side-channel/test/index.js +0 -104
  5440. package/backend/node_modules/side-channel/tsconfig.json +0 -9
  5441. package/backend/node_modules/side-channel-list/.editorconfig +0 -9
  5442. package/backend/node_modules/side-channel-list/.eslintrc +0 -11
  5443. package/backend/node_modules/side-channel-list/.github/FUNDING.yml +0 -12
  5444. package/backend/node_modules/side-channel-list/.nycrc +0 -13
  5445. package/backend/node_modules/side-channel-list/CHANGELOG.md +0 -15
  5446. package/backend/node_modules/side-channel-list/LICENSE +0 -21
  5447. package/backend/node_modules/side-channel-list/README.md +0 -62
  5448. package/backend/node_modules/side-channel-list/index.d.ts +0 -13
  5449. package/backend/node_modules/side-channel-list/index.js +0 -113
  5450. package/backend/node_modules/side-channel-list/list.d.ts +0 -14
  5451. package/backend/node_modules/side-channel-list/package.json +0 -77
  5452. package/backend/node_modules/side-channel-list/test/index.js +0 -104
  5453. package/backend/node_modules/side-channel-list/tsconfig.json +0 -9
  5454. package/backend/node_modules/side-channel-map/.editorconfig +0 -9
  5455. package/backend/node_modules/side-channel-map/.eslintrc +0 -11
  5456. package/backend/node_modules/side-channel-map/.github/FUNDING.yml +0 -12
  5457. package/backend/node_modules/side-channel-map/.nycrc +0 -13
  5458. package/backend/node_modules/side-channel-map/CHANGELOG.md +0 -22
  5459. package/backend/node_modules/side-channel-map/LICENSE +0 -21
  5460. package/backend/node_modules/side-channel-map/README.md +0 -62
  5461. package/backend/node_modules/side-channel-map/index.d.ts +0 -15
  5462. package/backend/node_modules/side-channel-map/index.js +0 -68
  5463. package/backend/node_modules/side-channel-map/package.json +0 -80
  5464. package/backend/node_modules/side-channel-map/test/index.js +0 -114
  5465. package/backend/node_modules/side-channel-map/tsconfig.json +0 -9
  5466. package/backend/node_modules/side-channel-weakmap/.editorconfig +0 -9
  5467. package/backend/node_modules/side-channel-weakmap/.eslintrc +0 -12
  5468. package/backend/node_modules/side-channel-weakmap/.github/FUNDING.yml +0 -12
  5469. package/backend/node_modules/side-channel-weakmap/.nycrc +0 -13
  5470. package/backend/node_modules/side-channel-weakmap/CHANGELOG.md +0 -28
  5471. package/backend/node_modules/side-channel-weakmap/LICENSE +0 -21
  5472. package/backend/node_modules/side-channel-weakmap/README.md +0 -62
  5473. package/backend/node_modules/side-channel-weakmap/index.d.ts +0 -15
  5474. package/backend/node_modules/side-channel-weakmap/index.js +0 -84
  5475. package/backend/node_modules/side-channel-weakmap/package.json +0 -87
  5476. package/backend/node_modules/side-channel-weakmap/test/index.js +0 -114
  5477. package/backend/node_modules/side-channel-weakmap/tsconfig.json +0 -9
  5478. package/backend/node_modules/signal-exit/LICENSE.txt +0 -16
  5479. package/backend/node_modules/signal-exit/README.md +0 -39
  5480. package/backend/node_modules/signal-exit/index.js +0 -202
  5481. package/backend/node_modules/signal-exit/package.json +0 -38
  5482. package/backend/node_modules/signal-exit/signals.js +0 -53
  5483. package/backend/node_modules/simple-git/dist/cjs/index.js +0 -4969
  5484. package/backend/node_modules/simple-git/dist/cjs/index.js.map +0 -7
  5485. package/backend/node_modules/simple-git/dist/esm/index.js +0 -4820
  5486. package/backend/node_modules/simple-git/dist/esm/index.js.map +0 -7
  5487. package/backend/node_modules/simple-git/dist/esm/package.json +0 -3
  5488. package/backend/node_modules/simple-git/dist/src/lib/api.d.ts +0 -13
  5489. package/backend/node_modules/simple-git/dist/src/lib/args/log-format.d.ts +0 -9
  5490. package/backend/node_modules/simple-git/dist/src/lib/args/pathspec.d.ts +0 -3
  5491. package/backend/node_modules/simple-git/dist/src/lib/errors/git-construct-error.d.ts +0 -15
  5492. package/backend/node_modules/simple-git/dist/src/lib/errors/git-error.d.ts +0 -30
  5493. package/backend/node_modules/simple-git/dist/src/lib/errors/git-plugin-error.d.ts +0 -7
  5494. package/backend/node_modules/simple-git/dist/src/lib/errors/git-response-error.d.ts +0 -32
  5495. package/backend/node_modules/simple-git/dist/src/lib/errors/task-configuration-error.d.ts +0 -12
  5496. package/backend/node_modules/simple-git/dist/src/lib/git-factory.d.ts +0 -15
  5497. package/backend/node_modules/simple-git/dist/src/lib/git-logger.d.ts +0 -21
  5498. package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-branch-delete.d.ts +0 -5
  5499. package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-branch.d.ts +0 -2
  5500. package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-commit.d.ts +0 -2
  5501. package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-diff-summary.d.ts +0 -3
  5502. package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-fetch.d.ts +0 -2
  5503. package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-list-log-summary.d.ts +0 -6
  5504. package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-merge.d.ts +0 -11
  5505. package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-move.d.ts +0 -2
  5506. package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-pull.d.ts +0 -6
  5507. package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-push.d.ts +0 -4
  5508. package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-remote-messages.d.ts +0 -5
  5509. package/backend/node_modules/simple-git/dist/src/lib/parsers/parse-remote-objects.d.ts +0 -3
  5510. package/backend/node_modules/simple-git/dist/src/lib/plugins/abort-plugin.d.ts +0 -3
  5511. package/backend/node_modules/simple-git/dist/src/lib/plugins/block-unsafe-operations-plugin.d.ts +0 -3
  5512. package/backend/node_modules/simple-git/dist/src/lib/plugins/command-config-prefixing-plugin.d.ts +0 -2
  5513. package/backend/node_modules/simple-git/dist/src/lib/plugins/completion-detection.plugin.d.ts +0 -3
  5514. package/backend/node_modules/simple-git/dist/src/lib/plugins/custom-binary.plugin.d.ts +0 -3
  5515. package/backend/node_modules/simple-git/dist/src/lib/plugins/error-detection.plugin.d.ts +0 -7
  5516. package/backend/node_modules/simple-git/dist/src/lib/plugins/index.d.ts +0 -11
  5517. package/backend/node_modules/simple-git/dist/src/lib/plugins/plugin-store.d.ts +0 -11
  5518. package/backend/node_modules/simple-git/dist/src/lib/plugins/progress-monitor-plugin.d.ts +0 -3
  5519. package/backend/node_modules/simple-git/dist/src/lib/plugins/simple-git-plugin.d.ts +0 -46
  5520. package/backend/node_modules/simple-git/dist/src/lib/plugins/spawn-options-plugin.d.ts +0 -3
  5521. package/backend/node_modules/simple-git/dist/src/lib/plugins/suffix-paths.plugin.d.ts +0 -2
  5522. package/backend/node_modules/simple-git/dist/src/lib/plugins/timout-plugin.d.ts +0 -3
  5523. package/backend/node_modules/simple-git/dist/src/lib/responses/BranchDeleteSummary.d.ts +0 -12
  5524. package/backend/node_modules/simple-git/dist/src/lib/responses/BranchSummary.d.ts +0 -14
  5525. package/backend/node_modules/simple-git/dist/src/lib/responses/CheckIgnore.d.ts +0 -4
  5526. package/backend/node_modules/simple-git/dist/src/lib/responses/CleanSummary.d.ts +0 -9
  5527. package/backend/node_modules/simple-git/dist/src/lib/responses/ConfigList.d.ts +0 -13
  5528. package/backend/node_modules/simple-git/dist/src/lib/responses/DiffSummary.d.ts +0 -10
  5529. package/backend/node_modules/simple-git/dist/src/lib/responses/FileStatusSummary.d.ts +0 -9
  5530. package/backend/node_modules/simple-git/dist/src/lib/responses/GetRemoteSummary.d.ts +0 -11
  5531. package/backend/node_modules/simple-git/dist/src/lib/responses/InitSummary.d.ts +0 -9
  5532. package/backend/node_modules/simple-git/dist/src/lib/responses/MergeSummary.d.ts +0 -16
  5533. package/backend/node_modules/simple-git/dist/src/lib/responses/PullSummary.d.ts +0 -25
  5534. package/backend/node_modules/simple-git/dist/src/lib/responses/StatusSummary.d.ts +0 -19
  5535. package/backend/node_modules/simple-git/dist/src/lib/responses/TagList.d.ts +0 -7
  5536. package/backend/node_modules/simple-git/dist/src/lib/runners/git-executor-chain.d.ts +0 -25
  5537. package/backend/node_modules/simple-git/dist/src/lib/runners/git-executor.d.ts +0 -14
  5538. package/backend/node_modules/simple-git/dist/src/lib/runners/promise-wrapped.d.ts +0 -2
  5539. package/backend/node_modules/simple-git/dist/src/lib/runners/scheduler.d.ts +0 -11
  5540. package/backend/node_modules/simple-git/dist/src/lib/runners/tasks-pending-queue.d.ts +0 -23
  5541. package/backend/node_modules/simple-git/dist/src/lib/simple-git-api.d.ts +0 -20
  5542. package/backend/node_modules/simple-git/dist/src/lib/task-callback.d.ts +0 -2
  5543. package/backend/node_modules/simple-git/dist/src/lib/tasks/apply-patch.d.ts +0 -3
  5544. package/backend/node_modules/simple-git/dist/src/lib/tasks/branch.d.ts +0 -7
  5545. package/backend/node_modules/simple-git/dist/src/lib/tasks/change-working-directory.d.ts +0 -2
  5546. package/backend/node_modules/simple-git/dist/src/lib/tasks/check-ignore.d.ts +0 -2
  5547. package/backend/node_modules/simple-git/dist/src/lib/tasks/check-is-repo.d.ts +0 -9
  5548. package/backend/node_modules/simple-git/dist/src/lib/tasks/checkout.d.ts +0 -2
  5549. package/backend/node_modules/simple-git/dist/src/lib/tasks/clean.d.ts +0 -25
  5550. package/backend/node_modules/simple-git/dist/src/lib/tasks/clone.d.ts +0 -5
  5551. package/backend/node_modules/simple-git/dist/src/lib/tasks/commit.d.ts +0 -4
  5552. package/backend/node_modules/simple-git/dist/src/lib/tasks/config.d.ts +0 -8
  5553. package/backend/node_modules/simple-git/dist/src/lib/tasks/count-objects.d.ts +0 -12
  5554. package/backend/node_modules/simple-git/dist/src/lib/tasks/diff-name-status.d.ts +0 -12
  5555. package/backend/node_modules/simple-git/dist/src/lib/tasks/diff.d.ts +0 -5
  5556. package/backend/node_modules/simple-git/dist/src/lib/tasks/fetch.d.ts +0 -4
  5557. package/backend/node_modules/simple-git/dist/src/lib/tasks/first-commit.d.ts +0 -2
  5558. package/backend/node_modules/simple-git/dist/src/lib/tasks/grep.d.ts +0 -12
  5559. package/backend/node_modules/simple-git/dist/src/lib/tasks/hash-object.d.ts +0 -5
  5560. package/backend/node_modules/simple-git/dist/src/lib/tasks/init.d.ts +0 -3
  5561. package/backend/node_modules/simple-git/dist/src/lib/tasks/log.d.ts +0 -32
  5562. package/backend/node_modules/simple-git/dist/src/lib/tasks/merge.d.ts +0 -4
  5563. package/backend/node_modules/simple-git/dist/src/lib/tasks/move.d.ts +0 -3
  5564. package/backend/node_modules/simple-git/dist/src/lib/tasks/pull.d.ts +0 -3
  5565. package/backend/node_modules/simple-git/dist/src/lib/tasks/push.d.ts +0 -9
  5566. package/backend/node_modules/simple-git/dist/src/lib/tasks/remote.d.ts +0 -8
  5567. package/backend/node_modules/simple-git/dist/src/lib/tasks/reset.d.ts +0 -11
  5568. package/backend/node_modules/simple-git/dist/src/lib/tasks/show.d.ts +0 -2
  5569. package/backend/node_modules/simple-git/dist/src/lib/tasks/stash-list.d.ts +0 -4
  5570. package/backend/node_modules/simple-git/dist/src/lib/tasks/status.d.ts +0 -3
  5571. package/backend/node_modules/simple-git/dist/src/lib/tasks/sub-module.d.ts +0 -5
  5572. package/backend/node_modules/simple-git/dist/src/lib/tasks/tag.d.ts +0 -18
  5573. package/backend/node_modules/simple-git/dist/src/lib/tasks/task.d.ts +0 -14
  5574. package/backend/node_modules/simple-git/dist/src/lib/tasks/version.d.ts +0 -9
  5575. package/backend/node_modules/simple-git/dist/src/lib/types/handlers.d.ts +0 -21
  5576. package/backend/node_modules/simple-git/dist/src/lib/types/index.d.ts +0 -154
  5577. package/backend/node_modules/simple-git/dist/src/lib/types/tasks.d.ts +0 -19
  5578. package/backend/node_modules/simple-git/dist/src/lib/utils/argument-filters.d.ts +0 -14
  5579. package/backend/node_modules/simple-git/dist/src/lib/utils/exit-codes.d.ts +0 -10
  5580. package/backend/node_modules/simple-git/dist/src/lib/utils/git-output-streams.d.ts +0 -7
  5581. package/backend/node_modules/simple-git/dist/src/lib/utils/index.d.ts +0 -8
  5582. package/backend/node_modules/simple-git/dist/src/lib/utils/line-parser.d.ts +0 -15
  5583. package/backend/node_modules/simple-git/dist/src/lib/utils/simple-git-options.d.ts +0 -2
  5584. package/backend/node_modules/simple-git/dist/src/lib/utils/task-options.d.ts +0 -13
  5585. package/backend/node_modules/simple-git/dist/src/lib/utils/task-parser.d.ts +0 -5
  5586. package/backend/node_modules/simple-git/dist/src/lib/utils/util.d.ts +0 -48
  5587. package/backend/node_modules/simple-git/dist/typings/errors.d.ts +0 -5
  5588. package/backend/node_modules/simple-git/dist/typings/index.d.ts +0 -12
  5589. package/backend/node_modules/simple-git/dist/typings/response.d.ts +0 -556
  5590. package/backend/node_modules/simple-git/dist/typings/simple-git.d.ts +0 -1033
  5591. package/backend/node_modules/simple-git/dist/typings/types.d.ts +0 -23
  5592. package/backend/node_modules/simple-git/package.json +0 -61
  5593. package/backend/node_modules/simple-git/promise.js +0 -17
  5594. package/backend/node_modules/simple-git/readme.md +0 -849
  5595. package/backend/node_modules/simple-update-notifier/LICENSE +0 -21
  5596. package/backend/node_modules/simple-update-notifier/README.md +0 -82
  5597. package/backend/node_modules/simple-update-notifier/build/index.d.ts +0 -13
  5598. package/backend/node_modules/simple-update-notifier/build/index.js +0 -210
  5599. package/backend/node_modules/simple-update-notifier/package.json +0 -100
  5600. package/backend/node_modules/simple-update-notifier/src/borderedText.ts +0 -12
  5601. package/backend/node_modules/simple-update-notifier/src/cache.spec.ts +0 -17
  5602. package/backend/node_modules/simple-update-notifier/src/cache.ts +0 -44
  5603. package/backend/node_modules/simple-update-notifier/src/getDistVersion.spec.ts +0 -35
  5604. package/backend/node_modules/simple-update-notifier/src/getDistVersion.ts +0 -29
  5605. package/backend/node_modules/simple-update-notifier/src/hasNewVersion.spec.ts +0 -82
  5606. package/backend/node_modules/simple-update-notifier/src/hasNewVersion.ts +0 -40
  5607. package/backend/node_modules/simple-update-notifier/src/index.spec.ts +0 -27
  5608. package/backend/node_modules/simple-update-notifier/src/index.ts +0 -34
  5609. package/backend/node_modules/simple-update-notifier/src/isNpmOrYarn.ts +0 -12
  5610. package/backend/node_modules/simple-update-notifier/src/types.ts +0 -8
  5611. package/backend/node_modules/smart-buffer/.prettierrc.yaml +0 -5
  5612. package/backend/node_modules/smart-buffer/.travis.yml +0 -13
  5613. package/backend/node_modules/smart-buffer/LICENSE +0 -20
  5614. package/backend/node_modules/smart-buffer/README.md +0 -633
  5615. package/backend/node_modules/smart-buffer/build/smartbuffer.js +0 -1233
  5616. package/backend/node_modules/smart-buffer/build/smartbuffer.js.map +0 -1
  5617. package/backend/node_modules/smart-buffer/build/utils.js +0 -108
  5618. package/backend/node_modules/smart-buffer/build/utils.js.map +0 -1
  5619. package/backend/node_modules/smart-buffer/docs/CHANGELOG.md +0 -70
  5620. package/backend/node_modules/smart-buffer/docs/README_v3.md +0 -367
  5621. package/backend/node_modules/smart-buffer/docs/ROADMAP.md +0 -0
  5622. package/backend/node_modules/smart-buffer/package.json +0 -79
  5623. package/backend/node_modules/smart-buffer/typings/smartbuffer.d.ts +0 -755
  5624. package/backend/node_modules/smart-buffer/typings/utils.d.ts +0 -66
  5625. package/backend/node_modules/socket.io/LICENSE +0 -22
  5626. package/backend/node_modules/socket.io/Readme.md +0 -273
  5627. package/backend/node_modules/socket.io/client-dist/socket.io.esm.min.js +0 -7
  5628. package/backend/node_modules/socket.io/client-dist/socket.io.esm.min.js.map +0 -1
  5629. package/backend/node_modules/socket.io/client-dist/socket.io.js +0 -4955
  5630. package/backend/node_modules/socket.io/client-dist/socket.io.js.map +0 -1
  5631. package/backend/node_modules/socket.io/client-dist/socket.io.min.js +0 -7
  5632. package/backend/node_modules/socket.io/client-dist/socket.io.min.js.map +0 -1
  5633. package/backend/node_modules/socket.io/client-dist/socket.io.msgpack.min.js +0 -7
  5634. package/backend/node_modules/socket.io/client-dist/socket.io.msgpack.min.js.map +0 -1
  5635. package/backend/node_modules/socket.io/dist/broadcast-operator.d.ts +0 -283
  5636. package/backend/node_modules/socket.io/dist/broadcast-operator.js +0 -436
  5637. package/backend/node_modules/socket.io/dist/client.d.ts +0 -120
  5638. package/backend/node_modules/socket.io/dist/client.js +0 -274
  5639. package/backend/node_modules/socket.io/dist/index.d.ts +0 -598
  5640. package/backend/node_modules/socket.io/dist/index.js +0 -818
  5641. package/backend/node_modules/socket.io/dist/namespace.d.ts +0 -432
  5642. package/backend/node_modules/socket.io/dist/namespace.js +0 -584
  5643. package/backend/node_modules/socket.io/dist/parent-namespace.d.ts +0 -30
  5644. package/backend/node_modules/socket.io/dist/parent-namespace.js +0 -88
  5645. package/backend/node_modules/socket.io/dist/socket-types.d.ts +0 -56
  5646. package/backend/node_modules/socket.io/dist/socket-types.js +0 -11
  5647. package/backend/node_modules/socket.io/dist/socket.d.ts +0 -613
  5648. package/backend/node_modules/socket.io/dist/socket.js +0 -977
  5649. package/backend/node_modules/socket.io/dist/typed-events.d.ts +0 -203
  5650. package/backend/node_modules/socket.io/dist/typed-events.js +0 -81
  5651. package/backend/node_modules/socket.io/dist/uws.d.ts +0 -3
  5652. package/backend/node_modules/socket.io/dist/uws.js +0 -136
  5653. package/backend/node_modules/socket.io/node_modules/accepts/HISTORY.md +0 -243
  5654. package/backend/node_modules/socket.io/node_modules/accepts/LICENSE +0 -23
  5655. package/backend/node_modules/socket.io/node_modules/accepts/README.md +0 -140
  5656. package/backend/node_modules/socket.io/node_modules/accepts/index.js +0 -238
  5657. package/backend/node_modules/socket.io/node_modules/accepts/package.json +0 -47
  5658. package/backend/node_modules/socket.io/node_modules/mime-db/HISTORY.md +0 -507
  5659. package/backend/node_modules/socket.io/node_modules/mime-db/LICENSE +0 -23
  5660. package/backend/node_modules/socket.io/node_modules/mime-db/README.md +0 -100
  5661. package/backend/node_modules/socket.io/node_modules/mime-db/db.json +0 -8519
  5662. package/backend/node_modules/socket.io/node_modules/mime-db/index.js +0 -12
  5663. package/backend/node_modules/socket.io/node_modules/mime-db/package.json +0 -60
  5664. package/backend/node_modules/socket.io/node_modules/mime-types/HISTORY.md +0 -397
  5665. package/backend/node_modules/socket.io/node_modules/mime-types/LICENSE +0 -23
  5666. package/backend/node_modules/socket.io/node_modules/mime-types/README.md +0 -113
  5667. package/backend/node_modules/socket.io/node_modules/mime-types/index.js +0 -188
  5668. package/backend/node_modules/socket.io/node_modules/mime-types/package.json +0 -44
  5669. package/backend/node_modules/socket.io/node_modules/negotiator/HISTORY.md +0 -108
  5670. package/backend/node_modules/socket.io/node_modules/negotiator/LICENSE +0 -24
  5671. package/backend/node_modules/socket.io/node_modules/negotiator/README.md +0 -203
  5672. package/backend/node_modules/socket.io/node_modules/negotiator/index.js +0 -82
  5673. package/backend/node_modules/socket.io/node_modules/negotiator/lib/charset.js +0 -169
  5674. package/backend/node_modules/socket.io/node_modules/negotiator/lib/encoding.js +0 -184
  5675. package/backend/node_modules/socket.io/node_modules/negotiator/lib/language.js +0 -179
  5676. package/backend/node_modules/socket.io/node_modules/negotiator/lib/mediaType.js +0 -294
  5677. package/backend/node_modules/socket.io/node_modules/negotiator/package.json +0 -42
  5678. package/backend/node_modules/socket.io/package.json +0 -88
  5679. package/backend/node_modules/socket.io/wrapper.mjs +0 -3
  5680. package/backend/node_modules/socket.io-adapter/LICENSE +0 -20
  5681. package/backend/node_modules/socket.io-adapter/Readme.md +0 -23
  5682. package/backend/node_modules/socket.io-adapter/dist/cluster-adapter.d.ts +0 -201
  5683. package/backend/node_modules/socket.io-adapter/dist/cluster-adapter.js +0 -678
  5684. package/backend/node_modules/socket.io-adapter/dist/contrib/yeast.d.ts +0 -23
  5685. package/backend/node_modules/socket.io-adapter/dist/contrib/yeast.js +0 -54
  5686. package/backend/node_modules/socket.io-adapter/dist/in-memory-adapter.d.ts +0 -178
  5687. package/backend/node_modules/socket.io-adapter/dist/in-memory-adapter.js +0 -396
  5688. package/backend/node_modules/socket.io-adapter/dist/index.d.ts +0 -2
  5689. package/backend/node_modules/socket.io-adapter/dist/index.js +0 -10
  5690. package/backend/node_modules/socket.io-adapter/node_modules/ws/LICENSE +0 -20
  5691. package/backend/node_modules/socket.io-adapter/node_modules/ws/README.md +0 -548
  5692. package/backend/node_modules/socket.io-adapter/node_modules/ws/browser.js +0 -8
  5693. package/backend/node_modules/socket.io-adapter/node_modules/ws/index.js +0 -13
  5694. package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/buffer-util.js +0 -131
  5695. package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/constants.js +0 -18
  5696. package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/event-target.js +0 -292
  5697. package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/extension.js +0 -203
  5698. package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/limiter.js +0 -55
  5699. package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/permessage-deflate.js +0 -528
  5700. package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/receiver.js +0 -706
  5701. package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/sender.js +0 -602
  5702. package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/stream.js +0 -161
  5703. package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/subprotocol.js +0 -62
  5704. package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/validation.js +0 -152
  5705. package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/websocket-server.js +0 -550
  5706. package/backend/node_modules/socket.io-adapter/node_modules/ws/lib/websocket.js +0 -1388
  5707. package/backend/node_modules/socket.io-adapter/node_modules/ws/package.json +0 -69
  5708. package/backend/node_modules/socket.io-adapter/node_modules/ws/wrapper.mjs +0 -8
  5709. package/backend/node_modules/socket.io-adapter/package.json +0 -30
  5710. package/backend/node_modules/socket.io-parser/LICENSE +0 -20
  5711. package/backend/node_modules/socket.io-parser/Readme.md +0 -81
  5712. package/backend/node_modules/socket.io-parser/build/cjs/binary.d.ts +0 -20
  5713. package/backend/node_modules/socket.io-parser/build/cjs/binary.js +0 -87
  5714. package/backend/node_modules/socket.io-parser/build/cjs/index.d.ts +0 -91
  5715. package/backend/node_modules/socket.io-parser/build/cjs/index.js +0 -359
  5716. package/backend/node_modules/socket.io-parser/build/cjs/is-binary.d.ts +0 -7
  5717. package/backend/node_modules/socket.io-parser/build/cjs/is-binary.js +0 -54
  5718. package/backend/node_modules/socket.io-parser/build/cjs/package.json +0 -3
  5719. package/backend/node_modules/socket.io-parser/build/esm/binary.d.ts +0 -20
  5720. package/backend/node_modules/socket.io-parser/build/esm/binary.js +0 -83
  5721. package/backend/node_modules/socket.io-parser/build/esm/index.d.ts +0 -91
  5722. package/backend/node_modules/socket.io-parser/build/esm/index.js +0 -348
  5723. package/backend/node_modules/socket.io-parser/build/esm/is-binary.d.ts +0 -7
  5724. package/backend/node_modules/socket.io-parser/build/esm/is-binary.js +0 -50
  5725. package/backend/node_modules/socket.io-parser/build/esm/package.json +0 -3
  5726. package/backend/node_modules/socket.io-parser/build/esm-debug/binary.d.ts +0 -20
  5727. package/backend/node_modules/socket.io-parser/build/esm-debug/binary.js +0 -83
  5728. package/backend/node_modules/socket.io-parser/build/esm-debug/index.d.ts +0 -91
  5729. package/backend/node_modules/socket.io-parser/build/esm-debug/index.js +0 -353
  5730. package/backend/node_modules/socket.io-parser/build/esm-debug/is-binary.d.ts +0 -7
  5731. package/backend/node_modules/socket.io-parser/build/esm-debug/is-binary.js +0 -50
  5732. package/backend/node_modules/socket.io-parser/build/esm-debug/package.json +0 -3
  5733. package/backend/node_modules/socket.io-parser/package.json +0 -44
  5734. package/backend/node_modules/socks/.eslintrc.cjs +0 -11
  5735. package/backend/node_modules/socks/.prettierrc.yaml +0 -7
  5736. package/backend/node_modules/socks/LICENSE +0 -20
  5737. package/backend/node_modules/socks/README.md +0 -686
  5738. package/backend/node_modules/socks/build/client/socksclient.js +0 -793
  5739. package/backend/node_modules/socks/build/client/socksclient.js.map +0 -1
  5740. package/backend/node_modules/socks/build/common/constants.js +0 -108
  5741. package/backend/node_modules/socks/build/common/constants.js.map +0 -1
  5742. package/backend/node_modules/socks/build/common/helpers.js +0 -167
  5743. package/backend/node_modules/socks/build/common/helpers.js.map +0 -1
  5744. package/backend/node_modules/socks/build/common/receivebuffer.js +0 -43
  5745. package/backend/node_modules/socks/build/common/receivebuffer.js.map +0 -1
  5746. package/backend/node_modules/socks/build/common/util.js +0 -25
  5747. package/backend/node_modules/socks/build/common/util.js.map +0 -1
  5748. package/backend/node_modules/socks/build/index.js +0 -18
  5749. package/backend/node_modules/socks/build/index.js.map +0 -1
  5750. package/backend/node_modules/socks/docs/examples/index.md +0 -17
  5751. package/backend/node_modules/socks/docs/examples/javascript/associateExample.md +0 -90
  5752. package/backend/node_modules/socks/docs/examples/javascript/bindExample.md +0 -83
  5753. package/backend/node_modules/socks/docs/examples/javascript/connectExample.md +0 -258
  5754. package/backend/node_modules/socks/docs/examples/typescript/associateExample.md +0 -93
  5755. package/backend/node_modules/socks/docs/examples/typescript/bindExample.md +0 -86
  5756. package/backend/node_modules/socks/docs/examples/typescript/connectExample.md +0 -265
  5757. package/backend/node_modules/socks/docs/index.md +0 -5
  5758. package/backend/node_modules/socks/docs/migratingFromV1.md +0 -86
  5759. package/backend/node_modules/socks/package.json +0 -58
  5760. package/backend/node_modules/socks/typings/client/socksclient.d.ts +0 -162
  5761. package/backend/node_modules/socks/typings/common/constants.d.ts +0 -151
  5762. package/backend/node_modules/socks/typings/common/helpers.d.ts +0 -17
  5763. package/backend/node_modules/socks/typings/common/receivebuffer.d.ts +0 -12
  5764. package/backend/node_modules/socks/typings/common/util.d.ts +0 -14
  5765. package/backend/node_modules/socks/typings/index.d.ts +0 -1
  5766. package/backend/node_modules/socks-proxy-agent/LICENSE +0 -22
  5767. package/backend/node_modules/socks-proxy-agent/README.md +0 -50
  5768. package/backend/node_modules/socks-proxy-agent/dist/index.d.ts +0 -27
  5769. package/backend/node_modules/socks-proxy-agent/dist/index.d.ts.map +0 -1
  5770. package/backend/node_modules/socks-proxy-agent/dist/index.js +0 -195
  5771. package/backend/node_modules/socks-proxy-agent/dist/index.js.map +0 -1
  5772. package/backend/node_modules/socks-proxy-agent/package.json +0 -142
  5773. package/backend/node_modules/source-map/CHANGELOG.md +0 -301
  5774. package/backend/node_modules/source-map/LICENSE +0 -28
  5775. package/backend/node_modules/source-map/README.md +0 -742
  5776. package/backend/node_modules/source-map/dist/source-map.debug.js +0 -3234
  5777. package/backend/node_modules/source-map/dist/source-map.js +0 -3233
  5778. package/backend/node_modules/source-map/dist/source-map.min.js +0 -2
  5779. package/backend/node_modules/source-map/dist/source-map.min.js.map +0 -1
  5780. package/backend/node_modules/source-map/lib/array-set.js +0 -121
  5781. package/backend/node_modules/source-map/lib/base64-vlq.js +0 -140
  5782. package/backend/node_modules/source-map/lib/base64.js +0 -67
  5783. package/backend/node_modules/source-map/lib/binary-search.js +0 -111
  5784. package/backend/node_modules/source-map/lib/mapping-list.js +0 -79
  5785. package/backend/node_modules/source-map/lib/quick-sort.js +0 -114
  5786. package/backend/node_modules/source-map/lib/source-map-consumer.js +0 -1145
  5787. package/backend/node_modules/source-map/lib/source-map-generator.js +0 -425
  5788. package/backend/node_modules/source-map/lib/source-node.js +0 -413
  5789. package/backend/node_modules/source-map/lib/util.js +0 -488
  5790. package/backend/node_modules/source-map/package.json +0 -73
  5791. package/backend/node_modules/source-map/source-map.d.ts +0 -98
  5792. package/backend/node_modules/source-map/source-map.js +0 -8
  5793. package/backend/node_modules/source-map-support/LICENSE.md +0 -21
  5794. package/backend/node_modules/source-map-support/README.md +0 -284
  5795. package/backend/node_modules/source-map-support/browser-source-map-support.js +0 -114
  5796. package/backend/node_modules/source-map-support/package.json +0 -31
  5797. package/backend/node_modules/source-map-support/register-hook-require.js +0 -1
  5798. package/backend/node_modules/source-map-support/register.js +0 -1
  5799. package/backend/node_modules/source-map-support/source-map-support.js +0 -625
  5800. package/backend/node_modules/sprintf-js/CHANGELOG.md +0 -17
  5801. package/backend/node_modules/sprintf-js/CONTRIBUTORS.md +0 -25
  5802. package/backend/node_modules/sprintf-js/LICENSE +0 -24
  5803. package/backend/node_modules/sprintf-js/README.md +0 -143
  5804. package/backend/node_modules/sprintf-js/dist/.gitattributes +0 -4
  5805. package/backend/node_modules/sprintf-js/dist/angular-sprintf.min.js +0 -3
  5806. package/backend/node_modules/sprintf-js/dist/angular-sprintf.min.js.map +0 -1
  5807. package/backend/node_modules/sprintf-js/dist/sprintf.min.js +0 -3
  5808. package/backend/node_modules/sprintf-js/dist/sprintf.min.js.map +0 -1
  5809. package/backend/node_modules/sprintf-js/package.json +0 -32
  5810. package/backend/node_modules/sprintf-js/src/angular-sprintf.js +0 -24
  5811. package/backend/node_modules/sprintf-js/src/sprintf.js +0 -231
  5812. package/backend/node_modules/statuses/HISTORY.md +0 -87
  5813. package/backend/node_modules/statuses/LICENSE +0 -23
  5814. package/backend/node_modules/statuses/README.md +0 -139
  5815. package/backend/node_modules/statuses/codes.json +0 -65
  5816. package/backend/node_modules/statuses/index.js +0 -146
  5817. package/backend/node_modules/statuses/package.json +0 -49
  5818. package/backend/node_modules/steno/LICENSE +0 -22
  5819. package/backend/node_modules/steno/README.md +0 -50
  5820. package/backend/node_modules/steno/lib/index.d.ts +0 -11
  5821. package/backend/node_modules/steno/lib/index.js +0 -86
  5822. package/backend/node_modules/steno/package.json +0 -62
  5823. package/backend/node_modules/supports-color/browser.js +0 -5
  5824. package/backend/node_modules/supports-color/index.js +0 -135
  5825. package/backend/node_modules/supports-color/license +0 -9
  5826. package/backend/node_modules/supports-color/package.json +0 -53
  5827. package/backend/node_modules/supports-color/readme.md +0 -76
  5828. package/backend/node_modules/supports-preserve-symlinks-flag/.eslintrc +0 -14
  5829. package/backend/node_modules/supports-preserve-symlinks-flag/.github/FUNDING.yml +0 -12
  5830. package/backend/node_modules/supports-preserve-symlinks-flag/.nycrc +0 -9
  5831. package/backend/node_modules/supports-preserve-symlinks-flag/CHANGELOG.md +0 -22
  5832. package/backend/node_modules/supports-preserve-symlinks-flag/LICENSE +0 -21
  5833. package/backend/node_modules/supports-preserve-symlinks-flag/README.md +0 -42
  5834. package/backend/node_modules/supports-preserve-symlinks-flag/browser.js +0 -3
  5835. package/backend/node_modules/supports-preserve-symlinks-flag/index.js +0 -9
  5836. package/backend/node_modules/supports-preserve-symlinks-flag/package.json +0 -70
  5837. package/backend/node_modules/supports-preserve-symlinks-flag/test/index.js +0 -29
  5838. package/backend/node_modules/systeminformation/LICENSE +0 -20
  5839. package/backend/node_modules/systeminformation/README.md +0 -1208
  5840. package/backend/node_modules/systeminformation/lib/audio.js +0 -276
  5841. package/backend/node_modules/systeminformation/lib/battery.js +0 -330
  5842. package/backend/node_modules/systeminformation/lib/bluetooth.js +0 -311
  5843. package/backend/node_modules/systeminformation/lib/bluetoothVendors.js +0 -1138
  5844. package/backend/node_modules/systeminformation/lib/cli.js +0 -100
  5845. package/backend/node_modules/systeminformation/lib/cpu.js +0 -2237
  5846. package/backend/node_modules/systeminformation/lib/docker.js +0 -803
  5847. package/backend/node_modules/systeminformation/lib/dockerSocket.js +0 -322
  5848. package/backend/node_modules/systeminformation/lib/filesystem.js +0 -1744
  5849. package/backend/node_modules/systeminformation/lib/graphics.js +0 -1235
  5850. package/backend/node_modules/systeminformation/lib/index.d.ts +0 -1053
  5851. package/backend/node_modules/systeminformation/lib/index.js +0 -518
  5852. package/backend/node_modules/systeminformation/lib/internet.js +0 -259
  5853. package/backend/node_modules/systeminformation/lib/memory.js +0 -613
  5854. package/backend/node_modules/systeminformation/lib/network.js +0 -2022
  5855. package/backend/node_modules/systeminformation/lib/osinfo.js +0 -1303
  5856. package/backend/node_modules/systeminformation/lib/printer.js +0 -209
  5857. package/backend/node_modules/systeminformation/lib/processes.js +0 -1425
  5858. package/backend/node_modules/systeminformation/lib/system.js +0 -856
  5859. package/backend/node_modules/systeminformation/lib/usb.js +0 -313
  5860. package/backend/node_modules/systeminformation/lib/users.js +0 -412
  5861. package/backend/node_modules/systeminformation/lib/util.js +0 -2680
  5862. package/backend/node_modules/systeminformation/lib/virtualbox.js +0 -110
  5863. package/backend/node_modules/systeminformation/lib/wifi.js +0 -843
  5864. package/backend/node_modules/systeminformation/package.json +0 -101
  5865. package/backend/node_modules/to-regex-range/LICENSE +0 -21
  5866. package/backend/node_modules/to-regex-range/README.md +0 -305
  5867. package/backend/node_modules/to-regex-range/index.js +0 -288
  5868. package/backend/node_modules/to-regex-range/package.json +0 -88
  5869. package/backend/node_modules/toidentifier/HISTORY.md +0 -9
  5870. package/backend/node_modules/toidentifier/LICENSE +0 -21
  5871. package/backend/node_modules/toidentifier/README.md +0 -61
  5872. package/backend/node_modules/toidentifier/index.js +0 -32
  5873. package/backend/node_modules/toidentifier/package.json +0 -38
  5874. package/backend/node_modules/touch/LICENSE +0 -15
  5875. package/backend/node_modules/touch/README.md +0 -52
  5876. package/backend/node_modules/touch/bin/nodetouch.js +0 -112
  5877. package/backend/node_modules/touch/index.js +0 -224
  5878. package/backend/node_modules/touch/package.json +0 -25
  5879. package/backend/node_modules/tslib/.gitattributes +0 -1
  5880. package/backend/node_modules/tslib/CopyrightNotice.txt +0 -15
  5881. package/backend/node_modules/tslib/LICENSE.txt +0 -55
  5882. package/backend/node_modules/tslib/README.md +0 -134
  5883. package/backend/node_modules/tslib/bower.json +0 -34
  5884. package/backend/node_modules/tslib/docs/generator.md +0 -486
  5885. package/backend/node_modules/tslib/package.json +0 -28
  5886. package/backend/node_modules/tslib/tslib.d.ts +0 -33
  5887. package/backend/node_modules/tslib/tslib.es6.html +0 -1
  5888. package/backend/node_modules/tslib/tslib.es6.js +0 -186
  5889. package/backend/node_modules/tslib/tslib.html +0 -1
  5890. package/backend/node_modules/tslib/tslib.js +0 -243
  5891. package/backend/node_modules/tv4/LICENSE.txt +0 -8
  5892. package/backend/node_modules/tv4/README.md +0 -468
  5893. package/backend/node_modules/tv4/lang/de.js +0 -47
  5894. package/backend/node_modules/tv4/lang/es.js +0 -55
  5895. package/backend/node_modules/tv4/lang/fr.js +0 -55
  5896. package/backend/node_modules/tv4/lang/nb.js +0 -56
  5897. package/backend/node_modules/tv4/lang/pl-PL.js +0 -55
  5898. package/backend/node_modules/tv4/lang/pt-PT.js +0 -55
  5899. package/backend/node_modules/tv4/lang/sv-SE.js +0 -55
  5900. package/backend/node_modules/tv4/lang/zh-CN.js +0 -55
  5901. package/backend/node_modules/tv4/package.json +0 -62
  5902. package/backend/node_modules/tv4/tv4.async-jquery.js +0 -34
  5903. package/backend/node_modules/tv4/tv4.js +0 -1681
  5904. package/backend/node_modules/tx2/.travis.yml +0 -13
  5905. package/backend/node_modules/tx2/API.md +0 -146
  5906. package/backend/node_modules/tx2/LICENSE +0 -21
  5907. package/backend/node_modules/tx2/README.md +0 -44
  5908. package/backend/node_modules/tx2/example/events.js +0 -41
  5909. package/backend/node_modules/tx2/index.js +0 -4
  5910. package/backend/node_modules/tx2/package.json +0 -20
  5911. package/backend/node_modules/tx2/src/actions.js +0 -84
  5912. package/backend/node_modules/tx2/src/events.js +0 -33
  5913. package/backend/node_modules/tx2/src/index.js +0 -58
  5914. package/backend/node_modules/tx2/src/issues.js +0 -62
  5915. package/backend/node_modules/tx2/src/metrics.js +0 -240
  5916. package/backend/node_modules/tx2/src/utils/probes/BinaryHeap.js +0 -132
  5917. package/backend/node_modules/tx2/src/utils/probes/Counter.js +0 -26
  5918. package/backend/node_modules/tx2/src/utils/probes/EDS.js +0 -110
  5919. package/backend/node_modules/tx2/src/utils/probes/EWMA.js +0 -29
  5920. package/backend/node_modules/tx2/src/utils/probes/Histogram.js +0 -196
  5921. package/backend/node_modules/tx2/src/utils/probes/Meter.js +0 -33
  5922. package/backend/node_modules/tx2/src/utils/probes/units.js +0 -9
  5923. package/backend/node_modules/tx2/test/action.mocha.js +0 -18
  5924. package/backend/node_modules/tx2/test/event.mocha.js +0 -25
  5925. package/backend/node_modules/tx2/test/issue.mocha.js +0 -25
  5926. package/backend/node_modules/tx2/test/metric.mocha.js +0 -90
  5927. package/backend/node_modules/type-is/HISTORY.md +0 -292
  5928. package/backend/node_modules/type-is/LICENSE +0 -23
  5929. package/backend/node_modules/type-is/README.md +0 -198
  5930. package/backend/node_modules/type-is/index.js +0 -250
  5931. package/backend/node_modules/type-is/package.json +0 -47
  5932. package/backend/node_modules/undefsafe/.github/workflows/release.yml +0 -25
  5933. package/backend/node_modules/undefsafe/.jscsrc +0 -13
  5934. package/backend/node_modules/undefsafe/.jshintrc +0 -16
  5935. package/backend/node_modules/undefsafe/.travis.yml +0 -18
  5936. package/backend/node_modules/undefsafe/LICENSE +0 -22
  5937. package/backend/node_modules/undefsafe/README.md +0 -63
  5938. package/backend/node_modules/undefsafe/example.js +0 -14
  5939. package/backend/node_modules/undefsafe/lib/undefsafe.js +0 -125
  5940. package/backend/node_modules/undefsafe/package.json +0 -34
  5941. package/backend/node_modules/undici-types/LICENSE +0 -21
  5942. package/backend/node_modules/undici-types/README.md +0 -6
  5943. package/backend/node_modules/undici-types/agent.d.ts +0 -32
  5944. package/backend/node_modules/undici-types/api.d.ts +0 -43
  5945. package/backend/node_modules/undici-types/balanced-pool.d.ts +0 -30
  5946. package/backend/node_modules/undici-types/cache-interceptor.d.ts +0 -173
  5947. package/backend/node_modules/undici-types/cache.d.ts +0 -36
  5948. package/backend/node_modules/undici-types/client-stats.d.ts +0 -15
  5949. package/backend/node_modules/undici-types/client.d.ts +0 -108
  5950. package/backend/node_modules/undici-types/connector.d.ts +0 -34
  5951. package/backend/node_modules/undici-types/content-type.d.ts +0 -21
  5952. package/backend/node_modules/undici-types/cookies.d.ts +0 -30
  5953. package/backend/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
  5954. package/backend/node_modules/undici-types/dispatcher.d.ts +0 -276
  5955. package/backend/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
  5956. package/backend/node_modules/undici-types/errors.d.ts +0 -161
  5957. package/backend/node_modules/undici-types/eventsource.d.ts +0 -66
  5958. package/backend/node_modules/undici-types/fetch.d.ts +0 -211
  5959. package/backend/node_modules/undici-types/formdata.d.ts +0 -108
  5960. package/backend/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  5961. package/backend/node_modules/undici-types/global-origin.d.ts +0 -7
  5962. package/backend/node_modules/undici-types/h2c-client.d.ts +0 -73
  5963. package/backend/node_modules/undici-types/handlers.d.ts +0 -15
  5964. package/backend/node_modules/undici-types/header.d.ts +0 -160
  5965. package/backend/node_modules/undici-types/index.d.ts +0 -88
  5966. package/backend/node_modules/undici-types/interceptors.d.ts +0 -73
  5967. package/backend/node_modules/undici-types/mock-agent.d.ts +0 -68
  5968. package/backend/node_modules/undici-types/mock-call-history.d.ts +0 -111
  5969. package/backend/node_modules/undici-types/mock-client.d.ts +0 -27
  5970. package/backend/node_modules/undici-types/mock-errors.d.ts +0 -12
  5971. package/backend/node_modules/undici-types/mock-interceptor.d.ts +0 -94
  5972. package/backend/node_modules/undici-types/mock-pool.d.ts +0 -27
  5973. package/backend/node_modules/undici-types/package.json +0 -55
  5974. package/backend/node_modules/undici-types/patch.d.ts +0 -29
  5975. package/backend/node_modules/undici-types/pool-stats.d.ts +0 -19
  5976. package/backend/node_modules/undici-types/pool.d.ts +0 -41
  5977. package/backend/node_modules/undici-types/proxy-agent.d.ts +0 -29
  5978. package/backend/node_modules/undici-types/readable.d.ts +0 -68
  5979. package/backend/node_modules/undici-types/retry-agent.d.ts +0 -8
  5980. package/backend/node_modules/undici-types/retry-handler.d.ts +0 -125
  5981. package/backend/node_modules/undici-types/round-robin-pool.d.ts +0 -41
  5982. package/backend/node_modules/undici-types/snapshot-agent.d.ts +0 -109
  5983. package/backend/node_modules/undici-types/util.d.ts +0 -18
  5984. package/backend/node_modules/undici-types/utility.d.ts +0 -7
  5985. package/backend/node_modules/undici-types/webidl.d.ts +0 -341
  5986. package/backend/node_modules/undici-types/websocket.d.ts +0 -186
  5987. package/backend/node_modules/unpipe/HISTORY.md +0 -4
  5988. package/backend/node_modules/unpipe/LICENSE +0 -22
  5989. package/backend/node_modules/unpipe/README.md +0 -43
  5990. package/backend/node_modules/unpipe/index.js +0 -69
  5991. package/backend/node_modules/unpipe/package.json +0 -27
  5992. package/backend/node_modules/vary/HISTORY.md +0 -39
  5993. package/backend/node_modules/vary/LICENSE +0 -22
  5994. package/backend/node_modules/vary/README.md +0 -101
  5995. package/backend/node_modules/vary/index.js +0 -149
  5996. package/backend/node_modules/vary/package.json +0 -43
  5997. package/backend/node_modules/vizion/.travis.yml +0 -9
  5998. package/backend/node_modules/vizion/CHANGELOG.md +0 -114
  5999. package/backend/node_modules/vizion/LICENSE +0 -13
  6000. package/backend/node_modules/vizion/README.md +0 -133
  6001. package/backend/node_modules/vizion/index.js +0 -1
  6002. package/backend/node_modules/vizion/lib/cliCommand.js +0 -98
  6003. package/backend/node_modules/vizion/lib/git/git.js +0 -330
  6004. package/backend/node_modules/vizion/lib/git/js-git-service.js +0 -157
  6005. package/backend/node_modules/vizion/lib/helper.js +0 -28
  6006. package/backend/node_modules/vizion/lib/hg/hg.js +0 -79
  6007. package/backend/node_modules/vizion/lib/identify.js +0 -20
  6008. package/backend/node_modules/vizion/lib/svn/svn.js +0 -131
  6009. package/backend/node_modules/vizion/lib/vizion.js +0 -81
  6010. package/backend/node_modules/vizion/node_modules/async/CHANGELOG.md +0 -278
  6011. package/backend/node_modules/vizion/node_modules/async/LICENSE +0 -19
  6012. package/backend/node_modules/vizion/node_modules/async/README.md +0 -56
  6013. package/backend/node_modules/vizion/node_modules/async/all.js +0 -50
  6014. package/backend/node_modules/vizion/node_modules/async/allLimit.js +0 -42
  6015. package/backend/node_modules/vizion/node_modules/async/allSeries.js +0 -37
  6016. package/backend/node_modules/vizion/node_modules/async/any.js +0 -52
  6017. package/backend/node_modules/vizion/node_modules/async/anyLimit.js +0 -43
  6018. package/backend/node_modules/vizion/node_modules/async/anySeries.js +0 -38
  6019. package/backend/node_modules/vizion/node_modules/async/apply.js +0 -68
  6020. package/backend/node_modules/vizion/node_modules/async/applyEach.js +0 -51
  6021. package/backend/node_modules/vizion/node_modules/async/applyEachSeries.js +0 -37
  6022. package/backend/node_modules/vizion/node_modules/async/asyncify.js +0 -110
  6023. package/backend/node_modules/vizion/node_modules/async/auto.js +0 -289
  6024. package/backend/node_modules/vizion/node_modules/async/autoInject.js +0 -170
  6025. package/backend/node_modules/vizion/node_modules/async/bower.json +0 -17
  6026. package/backend/node_modules/vizion/node_modules/async/cargo.js +0 -94
  6027. package/backend/node_modules/vizion/node_modules/async/compose.js +0 -58
  6028. package/backend/node_modules/vizion/node_modules/async/concat.js +0 -43
  6029. package/backend/node_modules/vizion/node_modules/async/concatLimit.js +0 -65
  6030. package/backend/node_modules/vizion/node_modules/async/concatSeries.js +0 -36
  6031. package/backend/node_modules/vizion/node_modules/async/constant.js +0 -66
  6032. package/backend/node_modules/vizion/node_modules/async/detect.js +0 -61
  6033. package/backend/node_modules/vizion/node_modules/async/detectLimit.js +0 -48
  6034. package/backend/node_modules/vizion/node_modules/async/detectSeries.js +0 -38
  6035. package/backend/node_modules/vizion/node_modules/async/dir.js +0 -43
  6036. package/backend/node_modules/vizion/node_modules/async/dist/async.js +0 -5612
  6037. package/backend/node_modules/vizion/node_modules/async/dist/async.min.js +0 -2
  6038. package/backend/node_modules/vizion/node_modules/async/dist/async.min.map +0 -1
  6039. package/backend/node_modules/vizion/node_modules/async/doDuring.js +0 -66
  6040. package/backend/node_modules/vizion/node_modules/async/doUntil.js +0 -39
  6041. package/backend/node_modules/vizion/node_modules/async/doWhilst.js +0 -59
  6042. package/backend/node_modules/vizion/node_modules/async/during.js +0 -76
  6043. package/backend/node_modules/vizion/node_modules/async/each.js +0 -82
  6044. package/backend/node_modules/vizion/node_modules/async/eachLimit.js +0 -45
  6045. package/backend/node_modules/vizion/node_modules/async/eachOf.js +0 -111
  6046. package/backend/node_modules/vizion/node_modules/async/eachOfLimit.js +0 -41
  6047. package/backend/node_modules/vizion/node_modules/async/eachOfSeries.js +0 -35
  6048. package/backend/node_modules/vizion/node_modules/async/eachSeries.js +0 -37
  6049. package/backend/node_modules/vizion/node_modules/async/ensureAsync.js +0 -73
  6050. package/backend/node_modules/vizion/node_modules/async/every.js +0 -50
  6051. package/backend/node_modules/vizion/node_modules/async/everyLimit.js +0 -42
  6052. package/backend/node_modules/vizion/node_modules/async/everySeries.js +0 -37
  6053. package/backend/node_modules/vizion/node_modules/async/filter.js +0 -45
  6054. package/backend/node_modules/vizion/node_modules/async/filterLimit.js +0 -37
  6055. package/backend/node_modules/vizion/node_modules/async/filterSeries.js +0 -35
  6056. package/backend/node_modules/vizion/node_modules/async/find.js +0 -61
  6057. package/backend/node_modules/vizion/node_modules/async/findLimit.js +0 -48
  6058. package/backend/node_modules/vizion/node_modules/async/findSeries.js +0 -38
  6059. package/backend/node_modules/vizion/node_modules/async/foldl.js +0 -78
  6060. package/backend/node_modules/vizion/node_modules/async/foldr.js +0 -44
  6061. package/backend/node_modules/vizion/node_modules/async/forEach.js +0 -82
  6062. package/backend/node_modules/vizion/node_modules/async/forEachLimit.js +0 -45
  6063. package/backend/node_modules/vizion/node_modules/async/forEachOf.js +0 -111
  6064. package/backend/node_modules/vizion/node_modules/async/forEachOfLimit.js +0 -41
  6065. package/backend/node_modules/vizion/node_modules/async/forEachOfSeries.js +0 -35
  6066. package/backend/node_modules/vizion/node_modules/async/forEachSeries.js +0 -37
  6067. package/backend/node_modules/vizion/node_modules/async/forever.js +0 -65
  6068. package/backend/node_modules/vizion/node_modules/async/groupBy.js +0 -54
  6069. package/backend/node_modules/vizion/node_modules/async/groupByLimit.js +0 -71
  6070. package/backend/node_modules/vizion/node_modules/async/groupBySeries.js +0 -37
  6071. package/backend/node_modules/vizion/node_modules/async/index.js +0 -582
  6072. package/backend/node_modules/vizion/node_modules/async/inject.js +0 -78
  6073. package/backend/node_modules/vizion/node_modules/async/internal/DoublyLinkedList.js +0 -88
  6074. package/backend/node_modules/vizion/node_modules/async/internal/applyEach.js +0 -38
  6075. package/backend/node_modules/vizion/node_modules/async/internal/breakLoop.js +0 -9
  6076. package/backend/node_modules/vizion/node_modules/async/internal/consoleFunc.js +0 -42
  6077. package/backend/node_modules/vizion/node_modules/async/internal/createTester.js +0 -44
  6078. package/backend/node_modules/vizion/node_modules/async/internal/doLimit.js +0 -12
  6079. package/backend/node_modules/vizion/node_modules/async/internal/doParallel.js +0 -23
  6080. package/backend/node_modules/vizion/node_modules/async/internal/doParallelLimit.js +0 -23
  6081. package/backend/node_modules/vizion/node_modules/async/internal/eachOfLimit.js +0 -74
  6082. package/backend/node_modules/vizion/node_modules/async/internal/filter.js +0 -75
  6083. package/backend/node_modules/vizion/node_modules/async/internal/findGetResult.js +0 -10
  6084. package/backend/node_modules/vizion/node_modules/async/internal/getIterator.js +0 -13
  6085. package/backend/node_modules/vizion/node_modules/async/internal/initialParams.js +0 -21
  6086. package/backend/node_modules/vizion/node_modules/async/internal/iterator.js +0 -61
  6087. package/backend/node_modules/vizion/node_modules/async/internal/map.js +0 -35
  6088. package/backend/node_modules/vizion/node_modules/async/internal/notId.js +0 -10
  6089. package/backend/node_modules/vizion/node_modules/async/internal/once.js +0 -15
  6090. package/backend/node_modules/vizion/node_modules/async/internal/onlyOnce.js +0 -15
  6091. package/backend/node_modules/vizion/node_modules/async/internal/parallel.js +0 -42
  6092. package/backend/node_modules/vizion/node_modules/async/internal/queue.js +0 -204
  6093. package/backend/node_modules/vizion/node_modules/async/internal/reject.js +0 -21
  6094. package/backend/node_modules/vizion/node_modules/async/internal/setImmediate.js +0 -42
  6095. package/backend/node_modules/vizion/node_modules/async/internal/slice.js +0 -16
  6096. package/backend/node_modules/vizion/node_modules/async/internal/withoutIndex.js +0 -12
  6097. package/backend/node_modules/vizion/node_modules/async/internal/wrapAsync.js +0 -25
  6098. package/backend/node_modules/vizion/node_modules/async/log.js +0 -41
  6099. package/backend/node_modules/vizion/node_modules/async/map.js +0 -54
  6100. package/backend/node_modules/vizion/node_modules/async/mapLimit.js +0 -37
  6101. package/backend/node_modules/vizion/node_modules/async/mapSeries.js +0 -36
  6102. package/backend/node_modules/vizion/node_modules/async/mapValues.js +0 -63
  6103. package/backend/node_modules/vizion/node_modules/async/mapValuesLimit.js +0 -61
  6104. package/backend/node_modules/vizion/node_modules/async/mapValuesSeries.js +0 -37
  6105. package/backend/node_modules/vizion/node_modules/async/memoize.js +0 -101
  6106. package/backend/node_modules/vizion/node_modules/async/nextTick.js +0 -51
  6107. package/backend/node_modules/vizion/node_modules/async/package.json +0 -80
  6108. package/backend/node_modules/vizion/node_modules/async/parallel.js +0 -90
  6109. package/backend/node_modules/vizion/node_modules/async/parallelLimit.js +0 -40
  6110. package/backend/node_modules/vizion/node_modules/async/priorityQueue.js +0 -98
  6111. package/backend/node_modules/vizion/node_modules/async/queue.js +0 -130
  6112. package/backend/node_modules/vizion/node_modules/async/race.js +0 -70
  6113. package/backend/node_modules/vizion/node_modules/async/reduce.js +0 -78
  6114. package/backend/node_modules/vizion/node_modules/async/reduceRight.js +0 -44
  6115. package/backend/node_modules/vizion/node_modules/async/reflect.js +0 -81
  6116. package/backend/node_modules/vizion/node_modules/async/reflectAll.js +0 -105
  6117. package/backend/node_modules/vizion/node_modules/async/reject.js +0 -45
  6118. package/backend/node_modules/vizion/node_modules/async/rejectLimit.js +0 -37
  6119. package/backend/node_modules/vizion/node_modules/async/rejectSeries.js +0 -35
  6120. package/backend/node_modules/vizion/node_modules/async/retry.js +0 -156
  6121. package/backend/node_modules/vizion/node_modules/async/retryable.js +0 -65
  6122. package/backend/node_modules/vizion/node_modules/async/select.js +0 -45
  6123. package/backend/node_modules/vizion/node_modules/async/selectLimit.js +0 -37
  6124. package/backend/node_modules/vizion/node_modules/async/selectSeries.js +0 -35
  6125. package/backend/node_modules/vizion/node_modules/async/seq.js +0 -91
  6126. package/backend/node_modules/vizion/node_modules/async/series.js +0 -85
  6127. package/backend/node_modules/vizion/node_modules/async/setImmediate.js +0 -45
  6128. package/backend/node_modules/vizion/node_modules/async/some.js +0 -52
  6129. package/backend/node_modules/vizion/node_modules/async/someLimit.js +0 -43
  6130. package/backend/node_modules/vizion/node_modules/async/someSeries.js +0 -38
  6131. package/backend/node_modules/vizion/node_modules/async/sortBy.js +0 -91
  6132. package/backend/node_modules/vizion/node_modules/async/timeout.js +0 -89
  6133. package/backend/node_modules/vizion/node_modules/async/times.js +0 -50
  6134. package/backend/node_modules/vizion/node_modules/async/timesLimit.js +0 -42
  6135. package/backend/node_modules/vizion/node_modules/async/timesSeries.js +0 -32
  6136. package/backend/node_modules/vizion/node_modules/async/transform.js +0 -87
  6137. package/backend/node_modules/vizion/node_modules/async/tryEach.js +0 -81
  6138. package/backend/node_modules/vizion/node_modules/async/unmemoize.js +0 -25
  6139. package/backend/node_modules/vizion/node_modules/async/until.js +0 -41
  6140. package/backend/node_modules/vizion/node_modules/async/waterfall.js +0 -113
  6141. package/backend/node_modules/vizion/node_modules/async/whilst.js +0 -72
  6142. package/backend/node_modules/vizion/node_modules/async/wrapSync.js +0 -110
  6143. package/backend/node_modules/vizion/package.json +0 -50
  6144. package/backend/node_modules/vizion/test/fixtures/test_hg/contributors.txt +0 -1
  6145. package/backend/node_modules/vizion/test/fixtures/test_svn/branches/development/LICENSE +0 -22
  6146. package/backend/node_modules/vizion/test/fixtures/test_svn/branches/development/README.md +0 -4
  6147. package/backend/node_modules/vizion/test/fixtures/test_svn/trunk/LICENSE +0 -22
  6148. package/backend/node_modules/vizion/test/fixtures/test_svn/trunk/README.md +0 -4
  6149. package/backend/node_modules/vizion/test/functional/cliCommand.test.js +0 -23
  6150. package/backend/node_modules/vizion/test/functional/git.test.js +0 -207
  6151. package/backend/node_modules/vizion/test/functional/svn-hg.test.js +0 -61
  6152. package/backend/node_modules/vizion/test/mocha.opts +0 -6
  6153. package/backend/node_modules/vizion/test/support/env.js +0 -2
  6154. package/backend/node_modules/vizion/test/unit/git.test.js +0 -326
  6155. package/backend/node_modules/vizion/test/unit/helper.test.js +0 -26
  6156. package/backend/node_modules/wrappy/LICENSE +0 -15
  6157. package/backend/node_modules/wrappy/README.md +0 -36
  6158. package/backend/node_modules/wrappy/package.json +0 -29
  6159. package/backend/node_modules/wrappy/wrappy.js +0 -33
  6160. package/backend/node_modules/ws/LICENSE +0 -21
  6161. package/backend/node_modules/ws/README.md +0 -495
  6162. package/backend/node_modules/ws/browser.js +0 -8
  6163. package/backend/node_modules/ws/index.js +0 -10
  6164. package/backend/node_modules/ws/lib/buffer-util.js +0 -129
  6165. package/backend/node_modules/ws/lib/constants.js +0 -10
  6166. package/backend/node_modules/ws/lib/event-target.js +0 -184
  6167. package/backend/node_modules/ws/lib/extension.js +0 -223
  6168. package/backend/node_modules/ws/lib/limiter.js +0 -55
  6169. package/backend/node_modules/ws/lib/permessage-deflate.js +0 -518
  6170. package/backend/node_modules/ws/lib/receiver.js +0 -607
  6171. package/backend/node_modules/ws/lib/sender.js +0 -409
  6172. package/backend/node_modules/ws/lib/stream.js +0 -180
  6173. package/backend/node_modules/ws/lib/validation.js +0 -104
  6174. package/backend/node_modules/ws/lib/websocket-server.js +0 -449
  6175. package/backend/node_modules/ws/lib/websocket.js +0 -1197
  6176. package/backend/node_modules/ws/package.json +0 -56
  6177. package/backend/node_modules/yallist/LICENSE +0 -15
  6178. package/backend/node_modules/yallist/README.md +0 -204
  6179. package/backend/node_modules/yallist/iterator.js +0 -8
  6180. package/backend/node_modules/yallist/package.json +0 -29
  6181. package/backend/node_modules/yallist/yallist.js +0 -426
  6182. package/backend/package-lock.json +0 -2743
  6183. package/backend/scripts/change-password.js +0 -23
  6184. /package/{backend → apps/PM2Me-main/backend}/nodemon.json +0 -0
@@ -1,4676 +0,0 @@
1
- /**
2
- * The `node:fs` module enables interacting with the file system in a
3
- * way modeled on standard POSIX functions.
4
- *
5
- * To use the promise-based APIs:
6
- *
7
- * ```js
8
- * import * as fs from 'node:fs/promises';
9
- * ```
10
- *
11
- * To use the callback and sync APIs:
12
- *
13
- * ```js
14
- * import * as fs from 'node:fs';
15
- * ```
16
- *
17
- * All file system operations have synchronous, callback, and promise-based
18
- * forms, and are accessible using both CommonJS syntax and ES6 Modules (ESM).
19
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/fs.js)
20
- */
21
- declare module "node:fs" {
22
- import { NonSharedBuffer } from "node:buffer";
23
- import { Abortable, EventEmitter, InternalEventEmitter } from "node:events";
24
- import { FileHandle } from "node:fs/promises";
25
- import * as stream from "node:stream";
26
- import { URL } from "node:url";
27
- /**
28
- * Valid types for path values in "fs".
29
- */
30
- type PathLike = string | Buffer | URL;
31
- type PathOrFileDescriptor = PathLike | number;
32
- type TimeLike = string | number | Date;
33
- type NoParamCallback = (err: NodeJS.ErrnoException | null) => void;
34
- type BufferEncodingOption =
35
- | "buffer"
36
- | {
37
- encoding: "buffer";
38
- };
39
- interface ObjectEncodingOptions {
40
- encoding?: BufferEncoding | null | undefined;
41
- }
42
- type EncodingOption = ObjectEncodingOptions | BufferEncoding | undefined | null;
43
- type OpenMode = number | string;
44
- type Mode = number | string;
45
- interface StatsBase<T> {
46
- isFile(): boolean;
47
- isDirectory(): boolean;
48
- isBlockDevice(): boolean;
49
- isCharacterDevice(): boolean;
50
- isSymbolicLink(): boolean;
51
- isFIFO(): boolean;
52
- isSocket(): boolean;
53
- dev: T;
54
- ino: T;
55
- mode: T;
56
- nlink: T;
57
- uid: T;
58
- gid: T;
59
- rdev: T;
60
- size: T;
61
- blksize: T;
62
- blocks: T;
63
- atimeMs: T;
64
- mtimeMs: T;
65
- ctimeMs: T;
66
- birthtimeMs: T;
67
- atime: Date;
68
- mtime: Date;
69
- ctime: Date;
70
- birthtime: Date;
71
- }
72
- interface Stats extends StatsBase<number> {}
73
- /**
74
- * A `fs.Stats` object provides information about a file.
75
- *
76
- * Objects returned from {@link stat}, {@link lstat}, {@link fstat}, and
77
- * their synchronous counterparts are of this type.
78
- * If `bigint` in the `options` passed to those methods is true, the numeric values
79
- * will be `bigint` instead of `number`, and the object will contain additional
80
- * nanosecond-precision properties suffixed with `Ns`. `Stat` objects are not to be created directly using the `new` keyword.
81
- *
82
- * ```console
83
- * Stats {
84
- * dev: 2114,
85
- * ino: 48064969,
86
- * mode: 33188,
87
- * nlink: 1,
88
- * uid: 85,
89
- * gid: 100,
90
- * rdev: 0,
91
- * size: 527,
92
- * blksize: 4096,
93
- * blocks: 8,
94
- * atimeMs: 1318289051000.1,
95
- * mtimeMs: 1318289051000.1,
96
- * ctimeMs: 1318289051000.1,
97
- * birthtimeMs: 1318289051000.1,
98
- * atime: Mon, 10 Oct 2011 23:24:11 GMT,
99
- * mtime: Mon, 10 Oct 2011 23:24:11 GMT,
100
- * ctime: Mon, 10 Oct 2011 23:24:11 GMT,
101
- * birthtime: Mon, 10 Oct 2011 23:24:11 GMT }
102
- * ```
103
- *
104
- * `bigint` version:
105
- *
106
- * ```console
107
- * BigIntStats {
108
- * dev: 2114n,
109
- * ino: 48064969n,
110
- * mode: 33188n,
111
- * nlink: 1n,
112
- * uid: 85n,
113
- * gid: 100n,
114
- * rdev: 0n,
115
- * size: 527n,
116
- * blksize: 4096n,
117
- * blocks: 8n,
118
- * atimeMs: 1318289051000n,
119
- * mtimeMs: 1318289051000n,
120
- * ctimeMs: 1318289051000n,
121
- * birthtimeMs: 1318289051000n,
122
- * atimeNs: 1318289051000000000n,
123
- * mtimeNs: 1318289051000000000n,
124
- * ctimeNs: 1318289051000000000n,
125
- * birthtimeNs: 1318289051000000000n,
126
- * atime: Mon, 10 Oct 2011 23:24:11 GMT,
127
- * mtime: Mon, 10 Oct 2011 23:24:11 GMT,
128
- * ctime: Mon, 10 Oct 2011 23:24:11 GMT,
129
- * birthtime: Mon, 10 Oct 2011 23:24:11 GMT }
130
- * ```
131
- * @since v0.1.21
132
- */
133
- class Stats {
134
- private constructor();
135
- }
136
- interface StatsFsBase<T> {
137
- /** Type of file system. */
138
- type: T;
139
- /** Optimal transfer block size. */
140
- bsize: T;
141
- /** Total data blocks in file system. */
142
- blocks: T;
143
- /** Free blocks in file system. */
144
- bfree: T;
145
- /** Available blocks for unprivileged users */
146
- bavail: T;
147
- /** Total file nodes in file system. */
148
- files: T;
149
- /** Free file nodes in file system. */
150
- ffree: T;
151
- }
152
- interface StatsFs extends StatsFsBase<number> {}
153
- /**
154
- * Provides information about a mounted file system.
155
- *
156
- * Objects returned from {@link statfs} and its synchronous counterpart are of
157
- * this type. If `bigint` in the `options` passed to those methods is `true`, the
158
- * numeric values will be `bigint` instead of `number`.
159
- *
160
- * ```console
161
- * StatFs {
162
- * type: 1397114950,
163
- * bsize: 4096,
164
- * blocks: 121938943,
165
- * bfree: 61058895,
166
- * bavail: 61058895,
167
- * files: 999,
168
- * ffree: 1000000
169
- * }
170
- * ```
171
- *
172
- * `bigint` version:
173
- *
174
- * ```console
175
- * StatFs {
176
- * type: 1397114950n,
177
- * bsize: 4096n,
178
- * blocks: 121938943n,
179
- * bfree: 61058895n,
180
- * bavail: 61058895n,
181
- * files: 999n,
182
- * ffree: 1000000n
183
- * }
184
- * ```
185
- * @since v19.6.0, v18.15.0
186
- */
187
- class StatsFs {}
188
- interface BigIntStatsFs extends StatsFsBase<bigint> {}
189
- interface StatFsOptions {
190
- bigint?: boolean | undefined;
191
- }
192
- /**
193
- * A representation of a directory entry, which can be a file or a subdirectory
194
- * within the directory, as returned by reading from an `fs.Dir`. The
195
- * directory entry is a combination of the file name and file type pairs.
196
- *
197
- * Additionally, when {@link readdir} or {@link readdirSync} is called with
198
- * the `withFileTypes` option set to `true`, the resulting array is filled with `fs.Dirent` objects, rather than strings or `Buffer` s.
199
- * @since v10.10.0
200
- */
201
- class Dirent<Name extends string | Buffer = string> {
202
- /**
203
- * Returns `true` if the `fs.Dirent` object describes a regular file.
204
- * @since v10.10.0
205
- */
206
- isFile(): boolean;
207
- /**
208
- * Returns `true` if the `fs.Dirent` object describes a file system
209
- * directory.
210
- * @since v10.10.0
211
- */
212
- isDirectory(): boolean;
213
- /**
214
- * Returns `true` if the `fs.Dirent` object describes a block device.
215
- * @since v10.10.0
216
- */
217
- isBlockDevice(): boolean;
218
- /**
219
- * Returns `true` if the `fs.Dirent` object describes a character device.
220
- * @since v10.10.0
221
- */
222
- isCharacterDevice(): boolean;
223
- /**
224
- * Returns `true` if the `fs.Dirent` object describes a symbolic link.
225
- * @since v10.10.0
226
- */
227
- isSymbolicLink(): boolean;
228
- /**
229
- * Returns `true` if the `fs.Dirent` object describes a first-in-first-out
230
- * (FIFO) pipe.
231
- * @since v10.10.0
232
- */
233
- isFIFO(): boolean;
234
- /**
235
- * Returns `true` if the `fs.Dirent` object describes a socket.
236
- * @since v10.10.0
237
- */
238
- isSocket(): boolean;
239
- /**
240
- * The file name that this `fs.Dirent` object refers to. The type of this
241
- * value is determined by the `options.encoding` passed to {@link readdir} or {@link readdirSync}.
242
- * @since v10.10.0
243
- */
244
- name: Name;
245
- /**
246
- * The path to the parent directory of the file this `fs.Dirent` object refers to.
247
- * @since v20.12.0, v18.20.0
248
- */
249
- parentPath: string;
250
- }
251
- /**
252
- * A class representing a directory stream.
253
- *
254
- * Created by {@link opendir}, {@link opendirSync}, or `fsPromises.opendir()`.
255
- *
256
- * ```js
257
- * import { opendir } from 'node:fs/promises';
258
- *
259
- * try {
260
- * const dir = await opendir('./');
261
- * for await (const dirent of dir)
262
- * console.log(dirent.name);
263
- * } catch (err) {
264
- * console.error(err);
265
- * }
266
- * ```
267
- *
268
- * When using the async iterator, the `fs.Dir` object will be automatically
269
- * closed after the iterator exits.
270
- * @since v12.12.0
271
- */
272
- class Dir implements AsyncIterable<Dirent> {
273
- /**
274
- * The read-only path of this directory as was provided to {@link opendir},{@link opendirSync}, or `fsPromises.opendir()`.
275
- * @since v12.12.0
276
- */
277
- readonly path: string;
278
- /**
279
- * Asynchronously iterates over the directory via `readdir(3)` until all entries have been read.
280
- */
281
- [Symbol.asyncIterator](): NodeJS.AsyncIterator<Dirent>;
282
- /**
283
- * Asynchronously close the directory's underlying resource handle.
284
- * Subsequent reads will result in errors.
285
- *
286
- * A promise is returned that will be fulfilled after the resource has been
287
- * closed.
288
- * @since v12.12.0
289
- */
290
- close(): Promise<void>;
291
- close(cb: NoParamCallback): void;
292
- /**
293
- * Synchronously close the directory's underlying resource handle.
294
- * Subsequent reads will result in errors.
295
- * @since v12.12.0
296
- */
297
- closeSync(): void;
298
- /**
299
- * Asynchronously read the next directory entry via [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) as an `fs.Dirent`.
300
- *
301
- * A promise is returned that will be fulfilled with an `fs.Dirent`, or `null` if there are no more directory entries to read.
302
- *
303
- * Directory entries returned by this function are in no particular order as
304
- * provided by the operating system's underlying directory mechanisms.
305
- * Entries added or removed while iterating over the directory might not be
306
- * included in the iteration results.
307
- * @since v12.12.0
308
- * @return containing {fs.Dirent|null}
309
- */
310
- read(): Promise<Dirent | null>;
311
- read(cb: (err: NodeJS.ErrnoException | null, dirEnt: Dirent | null) => void): void;
312
- /**
313
- * Synchronously read the next directory entry as an `fs.Dirent`. See the
314
- * POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more detail.
315
- *
316
- * If there are no more directory entries to read, `null` will be returned.
317
- *
318
- * Directory entries returned by this function are in no particular order as
319
- * provided by the operating system's underlying directory mechanisms.
320
- * Entries added or removed while iterating over the directory might not be
321
- * included in the iteration results.
322
- * @since v12.12.0
323
- */
324
- readSync(): Dirent | null;
325
- /**
326
- * Calls `dir.close()` if the directory handle is open, and returns a promise that
327
- * fulfills when disposal is complete.
328
- * @since v24.1.0
329
- */
330
- [Symbol.asyncDispose](): Promise<void>;
331
- /**
332
- * Calls `dir.closeSync()` if the directory handle is open, and returns
333
- * `undefined`.
334
- * @since v24.1.0
335
- */
336
- [Symbol.dispose](): void;
337
- }
338
- /**
339
- * Class: fs.StatWatcher
340
- * @since v14.3.0, v12.20.0
341
- * Extends `EventEmitter`
342
- * A successful call to {@link watchFile} method will return a new fs.StatWatcher object.
343
- */
344
- interface StatWatcher extends EventEmitter {
345
- /**
346
- * When called, requests that the Node.js event loop _not_ exit so long as the `fs.StatWatcher` is active. Calling `watcher.ref()` multiple times will have
347
- * no effect.
348
- *
349
- * By default, all `fs.StatWatcher` objects are "ref'ed", making it normally
350
- * unnecessary to call `watcher.ref()` unless `watcher.unref()` had been
351
- * called previously.
352
- * @since v14.3.0, v12.20.0
353
- */
354
- ref(): this;
355
- /**
356
- * When called, the active `fs.StatWatcher` object will not require the Node.js
357
- * event loop to remain active. If there is no other activity keeping the
358
- * event loop running, the process may exit before the `fs.StatWatcher` object's
359
- * callback is invoked. Calling `watcher.unref()` multiple times will have
360
- * no effect.
361
- * @since v14.3.0, v12.20.0
362
- */
363
- unref(): this;
364
- }
365
- interface FSWatcherEventMap {
366
- "change": [eventType: string, filename: string | NonSharedBuffer];
367
- "close": [];
368
- "error": [error: Error];
369
- }
370
- interface FSWatcher extends InternalEventEmitter<FSWatcherEventMap> {
371
- /**
372
- * Stop watching for changes on the given `fs.FSWatcher`. Once stopped, the `fs.FSWatcher` object is no longer usable.
373
- * @since v0.5.8
374
- */
375
- close(): void;
376
- /**
377
- * When called, requests that the Node.js event loop _not_ exit so long as the `fs.FSWatcher` is active. Calling `watcher.ref()` multiple times will have
378
- * no effect.
379
- *
380
- * By default, all `fs.FSWatcher` objects are "ref'ed", making it normally
381
- * unnecessary to call `watcher.ref()` unless `watcher.unref()` had been
382
- * called previously.
383
- * @since v14.3.0, v12.20.0
384
- */
385
- ref(): this;
386
- /**
387
- * When called, the active `fs.FSWatcher` object will not require the Node.js
388
- * event loop to remain active. If there is no other activity keeping the
389
- * event loop running, the process may exit before the `fs.FSWatcher` object's
390
- * callback is invoked. Calling `watcher.unref()` multiple times will have
391
- * no effect.
392
- * @since v14.3.0, v12.20.0
393
- */
394
- unref(): this;
395
- }
396
- interface ReadStreamEventMap extends stream.ReadableEventMap {
397
- "close": [];
398
- "data": [chunk: string | NonSharedBuffer];
399
- "open": [fd: number];
400
- "ready": [];
401
- }
402
- /**
403
- * Instances of `fs.ReadStream` are created and returned using the {@link createReadStream} function.
404
- * @since v0.1.93
405
- */
406
- class ReadStream extends stream.Readable {
407
- close(callback?: (err?: NodeJS.ErrnoException | null) => void): void;
408
- /**
409
- * The number of bytes that have been read so far.
410
- * @since v6.4.0
411
- */
412
- bytesRead: number;
413
- /**
414
- * The path to the file the stream is reading from as specified in the first
415
- * argument to `fs.createReadStream()`. If `path` is passed as a string, then`readStream.path` will be a string. If `path` is passed as a `Buffer`, then`readStream.path` will be a
416
- * `Buffer`. If `fd` is specified, then`readStream.path` will be `undefined`.
417
- * @since v0.1.93
418
- */
419
- path: string | Buffer;
420
- /**
421
- * This property is `true` if the underlying file has not been opened yet,
422
- * i.e. before the `'ready'` event is emitted.
423
- * @since v11.2.0, v10.16.0
424
- */
425
- pending: boolean;
426
- // #region InternalEventEmitter
427
- addListener<E extends keyof ReadStreamEventMap>(
428
- eventName: E,
429
- listener: (...args: ReadStreamEventMap[E]) => void,
430
- ): this;
431
- addListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
432
- emit<E extends keyof ReadStreamEventMap>(eventName: E, ...args: ReadStreamEventMap[E]): boolean;
433
- emit(eventName: string | symbol, ...args: any[]): boolean;
434
- listenerCount<E extends keyof ReadStreamEventMap>(
435
- eventName: E,
436
- listener?: (...args: ReadStreamEventMap[E]) => void,
437
- ): number;
438
- listenerCount(eventName: string | symbol, listener?: (...args: any[]) => void): number;
439
- listeners<E extends keyof ReadStreamEventMap>(eventName: E): ((...args: ReadStreamEventMap[E]) => void)[];
440
- listeners(eventName: string | symbol): ((...args: any[]) => void)[];
441
- off<E extends keyof ReadStreamEventMap>(eventName: E, listener: (...args: ReadStreamEventMap[E]) => void): this;
442
- off(eventName: string | symbol, listener: (...args: any[]) => void): this;
443
- on<E extends keyof ReadStreamEventMap>(eventName: E, listener: (...args: ReadStreamEventMap[E]) => void): this;
444
- on(eventName: string | symbol, listener: (...args: any[]) => void): this;
445
- once<E extends keyof ReadStreamEventMap>(
446
- eventName: E,
447
- listener: (...args: ReadStreamEventMap[E]) => void,
448
- ): this;
449
- once(eventName: string | symbol, listener: (...args: any[]) => void): this;
450
- prependListener<E extends keyof ReadStreamEventMap>(
451
- eventName: E,
452
- listener: (...args: ReadStreamEventMap[E]) => void,
453
- ): this;
454
- prependListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
455
- prependOnceListener<E extends keyof ReadStreamEventMap>(
456
- eventName: E,
457
- listener: (...args: ReadStreamEventMap[E]) => void,
458
- ): this;
459
- prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
460
- rawListeners<E extends keyof ReadStreamEventMap>(eventName: E): ((...args: ReadStreamEventMap[E]) => void)[];
461
- rawListeners(eventName: string | symbol): ((...args: any[]) => void)[];
462
- // eslint-disable-next-line @definitelytyped/no-unnecessary-generics
463
- removeAllListeners<E extends keyof ReadStreamEventMap>(eventName?: E): this;
464
- removeAllListeners(eventName?: string | symbol): this;
465
- removeListener<E extends keyof ReadStreamEventMap>(
466
- eventName: E,
467
- listener: (...args: ReadStreamEventMap[E]) => void,
468
- ): this;
469
- removeListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
470
- // #endregion
471
- }
472
- interface Utf8StreamOptions {
473
- /**
474
- * Appends writes to dest file instead of truncating it.
475
- * @default true
476
- */
477
- append?: boolean | undefined;
478
- /**
479
- * Which type of data you can send to the write
480
- * function, supported values are `'utf8'` or `'buffer'`.
481
- * @default 'utf8'
482
- */
483
- contentMode?: "utf8" | "buffer" | undefined;
484
- /**
485
- * A path to a file to be written to (mode controlled by the
486
- * append option).
487
- */
488
- dest?: string | undefined;
489
- /**
490
- * A file descriptor, something that is returned by `fs.open()`
491
- * or `fs.openSync()`.
492
- */
493
- fd?: number | undefined;
494
- /**
495
- * An object that has the same API as the `fs` module, useful
496
- * for mocking, testing, or customizing the behavior of the stream.
497
- */
498
- fs?: object | undefined;
499
- /**
500
- * Perform a `fs.fsyncSync()` every time a write is
501
- * completed.
502
- */
503
- fsync?: boolean | undefined;
504
- /**
505
- * The maximum length of the internal buffer. If a write
506
- * operation would cause the buffer to exceed `maxLength`, the data written is
507
- * dropped and a drop event is emitted with the dropped data
508
- */
509
- maxLength?: number | undefined;
510
- /**
511
- * The maximum number of bytes that can be written;
512
- * @default 16384
513
- */
514
- maxWrite?: number | undefined;
515
- /**
516
- * The minimum length of the internal buffer that is
517
- * required to be full before flushing.
518
- */
519
- minLength?: number | undefined;
520
- /**
521
- * Ensure directory for `dest` file exists when true.
522
- * @default false
523
- */
524
- mkdir?: boolean | undefined;
525
- /**
526
- * Specify the creating file mode (see `fs.open()`).
527
- */
528
- mode?: number | string | undefined;
529
- /**
530
- * Calls flush every `periodicFlush` milliseconds.
531
- */
532
- periodicFlush?: number | undefined;
533
- /**
534
- * A function that will be called when `write()`,
535
- * `writeSync()`, or `flushSync()` encounters an `EAGAIN` or `EBUSY` error.
536
- * If the return value is `true` the operation will be retried, otherwise it
537
- * will bubble the error. The `err` is the error that caused this function to
538
- * be called, `writeBufferLen` is the length of the buffer that was written,
539
- * and `remainingBufferLen` is the length of the remaining buffer that the
540
- * stream did not try to write.
541
- */
542
- retryEAGAIN?: ((err: Error | null, writeBufferLen: number, remainingBufferLen: number) => boolean) | undefined;
543
- /**
544
- * Perform writes synchronously.
545
- */
546
- sync?: boolean | undefined;
547
- }
548
- interface Utf8StreamEventMap {
549
- "close": [];
550
- "drain": [];
551
- "drop": [data: string | Buffer];
552
- "error": [error: Error];
553
- "finish": [];
554
- "ready": [];
555
- "write": [n: number];
556
- }
557
- /**
558
- * An optimized UTF-8 stream writer that allows for flushing all the internal
559
- * buffering on demand. It handles `EAGAIN` errors correctly, allowing for
560
- * customization, for example, by dropping content if the disk is busy.
561
- * @since v24.6.0
562
- * @experimental
563
- */
564
- class Utf8Stream implements EventEmitter {
565
- constructor(options: Utf8StreamOptions);
566
- /**
567
- * Whether the stream is appending to the file or truncating it.
568
- */
569
- readonly append: boolean;
570
- /**
571
- * The type of data that can be written to the stream. Supported
572
- * values are `'utf8'` or `'buffer'`.
573
- * @default 'utf8'
574
- */
575
- readonly contentMode: "utf8" | "buffer";
576
- /**
577
- * Close the stream immediately, without flushing the internal buffer.
578
- */
579
- destroy(): void;
580
- /**
581
- * Close the stream gracefully, flushing the internal buffer before closing.
582
- */
583
- end(): void;
584
- /**
585
- * The file descriptor that is being written to.
586
- */
587
- readonly fd: number;
588
- /**
589
- * The file that is being written to.
590
- */
591
- readonly file: string;
592
- /**
593
- * Writes the current buffer to the file if a write was not in progress. Do
594
- * nothing if `minLength` is zero or if it is already writing.
595
- */
596
- flush(callback: (err: Error | null) => void): void;
597
- /**
598
- * Flushes the buffered data synchronously. This is a costly operation.
599
- */
600
- flushSync(): void;
601
- /**
602
- * Whether the stream is performing a `fs.fsyncSync()` after every
603
- * write operation.
604
- */
605
- readonly fsync: boolean;
606
- /**
607
- * The maximum length of the internal buffer. If a write
608
- * operation would cause the buffer to exceed `maxLength`, the data written is
609
- * dropped and a drop event is emitted with the dropped data.
610
- */
611
- readonly maxLength: number;
612
- /**
613
- * The minimum length of the internal buffer that is required to be
614
- * full before flushing.
615
- */
616
- readonly minLength: number;
617
- /**
618
- * Whether the stream should ensure that the directory for the
619
- * `dest` file exists. If `true`, it will create the directory if it does not
620
- * exist.
621
- * @default false
622
- */
623
- readonly mkdir: boolean;
624
- /**
625
- * The mode of the file that is being written to.
626
- */
627
- readonly mode: number | string;
628
- /**
629
- * The number of milliseconds between flushes. If set to `0`, no
630
- * periodic flushes will be performed.
631
- */
632
- readonly periodicFlush: number;
633
- /**
634
- * Reopen the file in place, useful for log rotation.
635
- * @param file A path to a file to be written to (mode
636
- * controlled by the append option).
637
- */
638
- reopen(file: PathLike): void;
639
- /**
640
- * Whether the stream is writing synchronously or asynchronously.
641
- */
642
- readonly sync: boolean;
643
- /**
644
- * When the `options.contentMode` is set to `'utf8'` when the stream is created,
645
- * the `data` argument must be a string. If the `contentMode` is set to `'buffer'`,
646
- * the `data` argument must be a `Buffer`.
647
- * @param data The data to write.
648
- */
649
- write(data: string | Buffer): boolean;
650
- /**
651
- * Whether the stream is currently writing data to the file.
652
- */
653
- readonly writing: boolean;
654
- /**
655
- * Calls `utf8Stream.destroy()`.
656
- */
657
- [Symbol.dispose](): void;
658
- }
659
- interface Utf8Stream extends InternalEventEmitter<Utf8StreamEventMap> {}
660
- interface WriteStreamEventMap extends stream.WritableEventMap {
661
- "close": [];
662
- "open": [fd: number];
663
- "ready": [];
664
- }
665
- /**
666
- * Instances of `fs.WriteStream` are created and returned using the {@link createWriteStream} function.
667
- * @since v0.1.93
668
- */
669
- class WriteStream extends stream.Writable {
670
- /**
671
- * Closes `writeStream`. Optionally accepts a
672
- * callback that will be executed once the `writeStream`is closed.
673
- * @since v0.9.4
674
- */
675
- close(callback?: (err?: NodeJS.ErrnoException | null) => void): void;
676
- /**
677
- * The number of bytes written so far. Does not include data that is still queued
678
- * for writing.
679
- * @since v0.4.7
680
- */
681
- bytesWritten: number;
682
- /**
683
- * The path to the file the stream is writing to as specified in the first
684
- * argument to {@link createWriteStream}. If `path` is passed as a string, then`writeStream.path` will be a string. If `path` is passed as a `Buffer`, then`writeStream.path` will be a
685
- * `Buffer`.
686
- * @since v0.1.93
687
- */
688
- path: string | Buffer;
689
- /**
690
- * This property is `true` if the underlying file has not been opened yet,
691
- * i.e. before the `'ready'` event is emitted.
692
- * @since v11.2.0
693
- */
694
- pending: boolean;
695
- // #region InternalEventEmitter
696
- addListener<E extends keyof WriteStreamEventMap>(
697
- eventName: E,
698
- listener: (...args: WriteStreamEventMap[E]) => void,
699
- ): this;
700
- addListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
701
- emit<E extends keyof WriteStreamEventMap>(eventName: E, ...args: WriteStreamEventMap[E]): boolean;
702
- emit(eventName: string | symbol, ...args: any[]): boolean;
703
- listenerCount<E extends keyof WriteStreamEventMap>(
704
- eventName: E,
705
- listener?: (...args: WriteStreamEventMap[E]) => void,
706
- ): number;
707
- listenerCount(eventName: string | symbol, listener?: (...args: any[]) => void): number;
708
- listeners<E extends keyof WriteStreamEventMap>(eventName: E): ((...args: WriteStreamEventMap[E]) => void)[];
709
- listeners(eventName: string | symbol): ((...args: any[]) => void)[];
710
- off<E extends keyof WriteStreamEventMap>(
711
- eventName: E,
712
- listener: (...args: WriteStreamEventMap[E]) => void,
713
- ): this;
714
- off(eventName: string | symbol, listener: (...args: any[]) => void): this;
715
- on<E extends keyof WriteStreamEventMap>(
716
- eventName: E,
717
- listener: (...args: WriteStreamEventMap[E]) => void,
718
- ): this;
719
- on(eventName: string | symbol, listener: (...args: any[]) => void): this;
720
- once<E extends keyof WriteStreamEventMap>(
721
- eventName: E,
722
- listener: (...args: WriteStreamEventMap[E]) => void,
723
- ): this;
724
- once(eventName: string | symbol, listener: (...args: any[]) => void): this;
725
- prependListener<E extends keyof WriteStreamEventMap>(
726
- eventName: E,
727
- listener: (...args: WriteStreamEventMap[E]) => void,
728
- ): this;
729
- prependListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
730
- prependOnceListener<E extends keyof WriteStreamEventMap>(
731
- eventName: E,
732
- listener: (...args: WriteStreamEventMap[E]) => void,
733
- ): this;
734
- prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
735
- rawListeners<E extends keyof WriteStreamEventMap>(eventName: E): ((...args: WriteStreamEventMap[E]) => void)[];
736
- rawListeners(eventName: string | symbol): ((...args: any[]) => void)[];
737
- // eslint-disable-next-line @definitelytyped/no-unnecessary-generics
738
- removeAllListeners<E extends keyof WriteStreamEventMap>(eventName?: E): this;
739
- removeAllListeners(eventName?: string | symbol): this;
740
- removeListener<E extends keyof WriteStreamEventMap>(
741
- eventName: E,
742
- listener: (...args: WriteStreamEventMap[E]) => void,
743
- ): this;
744
- removeListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
745
- // #endregion
746
- }
747
- /**
748
- * Asynchronously rename file at `oldPath` to the pathname provided
749
- * as `newPath`. In the case that `newPath` already exists, it will
750
- * be overwritten. If there is a directory at `newPath`, an error will
751
- * be raised instead. No arguments other than a possible exception are
752
- * given to the completion callback.
753
- *
754
- * See also: [`rename(2)`](http://man7.org/linux/man-pages/man2/rename.2.html).
755
- *
756
- * ```js
757
- * import { rename } from 'node:fs';
758
- *
759
- * rename('oldFile.txt', 'newFile.txt', (err) => {
760
- * if (err) throw err;
761
- * console.log('Rename complete!');
762
- * });
763
- * ```
764
- * @since v0.0.2
765
- */
766
- function rename(oldPath: PathLike, newPath: PathLike, callback: NoParamCallback): void;
767
- namespace rename {
768
- /**
769
- * Asynchronous rename(2) - Change the name or location of a file or directory.
770
- * @param oldPath A path to a file. If a URL is provided, it must use the `file:` protocol.
771
- * URL support is _experimental_.
772
- * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol.
773
- * URL support is _experimental_.
774
- */
775
- function __promisify__(oldPath: PathLike, newPath: PathLike): Promise<void>;
776
- }
777
- /**
778
- * Renames the file from `oldPath` to `newPath`. Returns `undefined`.
779
- *
780
- * See the POSIX [`rename(2)`](http://man7.org/linux/man-pages/man2/rename.2.html) documentation for more details.
781
- * @since v0.1.21
782
- */
783
- function renameSync(oldPath: PathLike, newPath: PathLike): void;
784
- /**
785
- * Truncates the file. No arguments other than a possible exception are
786
- * given to the completion callback. A file descriptor can also be passed as the
787
- * first argument. In this case, `fs.ftruncate()` is called.
788
- *
789
- * ```js
790
- * import { truncate } from 'node:fs';
791
- * // Assuming that 'path/file.txt' is a regular file.
792
- * truncate('path/file.txt', (err) => {
793
- * if (err) throw err;
794
- * console.log('path/file.txt was truncated');
795
- * });
796
- * ```
797
- *
798
- * Passing a file descriptor is deprecated and may result in an error being thrown
799
- * in the future.
800
- *
801
- * See the POSIX [`truncate(2)`](http://man7.org/linux/man-pages/man2/truncate.2.html) documentation for more details.
802
- * @since v0.8.6
803
- * @param [len=0]
804
- */
805
- function truncate(path: PathLike, len: number | undefined, callback: NoParamCallback): void;
806
- /**
807
- * Asynchronous truncate(2) - Truncate a file to a specified length.
808
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
809
- */
810
- function truncate(path: PathLike, callback: NoParamCallback): void;
811
- namespace truncate {
812
- /**
813
- * Asynchronous truncate(2) - Truncate a file to a specified length.
814
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
815
- * @param len If not specified, defaults to `0`.
816
- */
817
- function __promisify__(path: PathLike, len?: number): Promise<void>;
818
- }
819
- /**
820
- * Truncates the file. Returns `undefined`. A file descriptor can also be
821
- * passed as the first argument. In this case, `fs.ftruncateSync()` is called.
822
- *
823
- * Passing a file descriptor is deprecated and may result in an error being thrown
824
- * in the future.
825
- * @since v0.8.6
826
- * @param [len=0]
827
- */
828
- function truncateSync(path: PathLike, len?: number): void;
829
- /**
830
- * Truncates the file descriptor. No arguments other than a possible exception are
831
- * given to the completion callback.
832
- *
833
- * See the POSIX [`ftruncate(2)`](http://man7.org/linux/man-pages/man2/ftruncate.2.html) documentation for more detail.
834
- *
835
- * If the file referred to by the file descriptor was larger than `len` bytes, only
836
- * the first `len` bytes will be retained in the file.
837
- *
838
- * For example, the following program retains only the first four bytes of the
839
- * file:
840
- *
841
- * ```js
842
- * import { open, close, ftruncate } from 'node:fs';
843
- *
844
- * function closeFd(fd) {
845
- * close(fd, (err) => {
846
- * if (err) throw err;
847
- * });
848
- * }
849
- *
850
- * open('temp.txt', 'r+', (err, fd) => {
851
- * if (err) throw err;
852
- *
853
- * try {
854
- * ftruncate(fd, 4, (err) => {
855
- * closeFd(fd);
856
- * if (err) throw err;
857
- * });
858
- * } catch (err) {
859
- * closeFd(fd);
860
- * if (err) throw err;
861
- * }
862
- * });
863
- * ```
864
- *
865
- * If the file previously was shorter than `len` bytes, it is extended, and the
866
- * extended part is filled with null bytes (`'\0'`):
867
- *
868
- * If `len` is negative then `0` will be used.
869
- * @since v0.8.6
870
- * @param [len=0]
871
- */
872
- function ftruncate(fd: number, len: number | undefined, callback: NoParamCallback): void;
873
- /**
874
- * Asynchronous ftruncate(2) - Truncate a file to a specified length.
875
- * @param fd A file descriptor.
876
- */
877
- function ftruncate(fd: number, callback: NoParamCallback): void;
878
- namespace ftruncate {
879
- /**
880
- * Asynchronous ftruncate(2) - Truncate a file to a specified length.
881
- * @param fd A file descriptor.
882
- * @param len If not specified, defaults to `0`.
883
- */
884
- function __promisify__(fd: number, len?: number): Promise<void>;
885
- }
886
- /**
887
- * Truncates the file descriptor. Returns `undefined`.
888
- *
889
- * For detailed information, see the documentation of the asynchronous version of
890
- * this API: {@link ftruncate}.
891
- * @since v0.8.6
892
- * @param [len=0]
893
- */
894
- function ftruncateSync(fd: number, len?: number): void;
895
- /**
896
- * Asynchronously changes owner and group of a file. No arguments other than a
897
- * possible exception are given to the completion callback.
898
- *
899
- * See the POSIX [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html) documentation for more detail.
900
- * @since v0.1.97
901
- */
902
- function chown(path: PathLike, uid: number, gid: number, callback: NoParamCallback): void;
903
- namespace chown {
904
- /**
905
- * Asynchronous chown(2) - Change ownership of a file.
906
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
907
- */
908
- function __promisify__(path: PathLike, uid: number, gid: number): Promise<void>;
909
- }
910
- /**
911
- * Synchronously changes owner and group of a file. Returns `undefined`.
912
- * This is the synchronous version of {@link chown}.
913
- *
914
- * See the POSIX [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html) documentation for more detail.
915
- * @since v0.1.97
916
- */
917
- function chownSync(path: PathLike, uid: number, gid: number): void;
918
- /**
919
- * Sets the owner of the file. No arguments other than a possible exception are
920
- * given to the completion callback.
921
- *
922
- * See the POSIX [`fchown(2)`](http://man7.org/linux/man-pages/man2/fchown.2.html) documentation for more detail.
923
- * @since v0.4.7
924
- */
925
- function fchown(fd: number, uid: number, gid: number, callback: NoParamCallback): void;
926
- namespace fchown {
927
- /**
928
- * Asynchronous fchown(2) - Change ownership of a file.
929
- * @param fd A file descriptor.
930
- */
931
- function __promisify__(fd: number, uid: number, gid: number): Promise<void>;
932
- }
933
- /**
934
- * Sets the owner of the file. Returns `undefined`.
935
- *
936
- * See the POSIX [`fchown(2)`](http://man7.org/linux/man-pages/man2/fchown.2.html) documentation for more detail.
937
- * @since v0.4.7
938
- * @param uid The file's new owner's user id.
939
- * @param gid The file's new group's group id.
940
- */
941
- function fchownSync(fd: number, uid: number, gid: number): void;
942
- /**
943
- * Set the owner of the symbolic link. No arguments other than a possible
944
- * exception are given to the completion callback.
945
- *
946
- * See the POSIX [`lchown(2)`](http://man7.org/linux/man-pages/man2/lchown.2.html) documentation for more detail.
947
- */
948
- function lchown(path: PathLike, uid: number, gid: number, callback: NoParamCallback): void;
949
- namespace lchown {
950
- /**
951
- * Asynchronous lchown(2) - Change ownership of a file. Does not dereference symbolic links.
952
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
953
- */
954
- function __promisify__(path: PathLike, uid: number, gid: number): Promise<void>;
955
- }
956
- /**
957
- * Set the owner for the path. Returns `undefined`.
958
- *
959
- * See the POSIX [`lchown(2)`](http://man7.org/linux/man-pages/man2/lchown.2.html) documentation for more details.
960
- * @param uid The file's new owner's user id.
961
- * @param gid The file's new group's group id.
962
- */
963
- function lchownSync(path: PathLike, uid: number, gid: number): void;
964
- /**
965
- * Changes the access and modification times of a file in the same way as {@link utimes}, with the difference that if the path refers to a symbolic
966
- * link, then the link is not dereferenced: instead, the timestamps of the
967
- * symbolic link itself are changed.
968
- *
969
- * No arguments other than a possible exception are given to the completion
970
- * callback.
971
- * @since v14.5.0, v12.19.0
972
- */
973
- function lutimes(path: PathLike, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void;
974
- namespace lutimes {
975
- /**
976
- * Changes the access and modification times of a file in the same way as `fsPromises.utimes()`,
977
- * with the difference that if the path refers to a symbolic link, then the link is not
978
- * dereferenced: instead, the timestamps of the symbolic link itself are changed.
979
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
980
- * @param atime The last access time. If a string is provided, it will be coerced to number.
981
- * @param mtime The last modified time. If a string is provided, it will be coerced to number.
982
- */
983
- function __promisify__(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise<void>;
984
- }
985
- /**
986
- * Change the file system timestamps of the symbolic link referenced by `path`.
987
- * Returns `undefined`, or throws an exception when parameters are incorrect or
988
- * the operation fails. This is the synchronous version of {@link lutimes}.
989
- * @since v14.5.0, v12.19.0
990
- */
991
- function lutimesSync(path: PathLike, atime: TimeLike, mtime: TimeLike): void;
992
- /**
993
- * Asynchronously changes the permissions of a file. No arguments other than a
994
- * possible exception are given to the completion callback.
995
- *
996
- * See the POSIX [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html) documentation for more detail.
997
- *
998
- * ```js
999
- * import { chmod } from 'node:fs';
1000
- *
1001
- * chmod('my_file.txt', 0o775, (err) => {
1002
- * if (err) throw err;
1003
- * console.log('The permissions for file "my_file.txt" have been changed!');
1004
- * });
1005
- * ```
1006
- * @since v0.1.30
1007
- */
1008
- function chmod(path: PathLike, mode: Mode, callback: NoParamCallback): void;
1009
- namespace chmod {
1010
- /**
1011
- * Asynchronous chmod(2) - Change permissions of a file.
1012
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1013
- * @param mode A file mode. If a string is passed, it is parsed as an octal integer.
1014
- */
1015
- function __promisify__(path: PathLike, mode: Mode): Promise<void>;
1016
- }
1017
- /**
1018
- * For detailed information, see the documentation of the asynchronous version of
1019
- * this API: {@link chmod}.
1020
- *
1021
- * See the POSIX [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html) documentation for more detail.
1022
- * @since v0.6.7
1023
- */
1024
- function chmodSync(path: PathLike, mode: Mode): void;
1025
- /**
1026
- * Sets the permissions on the file. No arguments other than a possible exception
1027
- * are given to the completion callback.
1028
- *
1029
- * See the POSIX [`fchmod(2)`](http://man7.org/linux/man-pages/man2/fchmod.2.html) documentation for more detail.
1030
- * @since v0.4.7
1031
- */
1032
- function fchmod(fd: number, mode: Mode, callback: NoParamCallback): void;
1033
- namespace fchmod {
1034
- /**
1035
- * Asynchronous fchmod(2) - Change permissions of a file.
1036
- * @param fd A file descriptor.
1037
- * @param mode A file mode. If a string is passed, it is parsed as an octal integer.
1038
- */
1039
- function __promisify__(fd: number, mode: Mode): Promise<void>;
1040
- }
1041
- /**
1042
- * Sets the permissions on the file. Returns `undefined`.
1043
- *
1044
- * See the POSIX [`fchmod(2)`](http://man7.org/linux/man-pages/man2/fchmod.2.html) documentation for more detail.
1045
- * @since v0.4.7
1046
- */
1047
- function fchmodSync(fd: number, mode: Mode): void;
1048
- /**
1049
- * Changes the permissions on a symbolic link. No arguments other than a possible
1050
- * exception are given to the completion callback.
1051
- *
1052
- * This method is only implemented on macOS.
1053
- *
1054
- * See the POSIX [`lchmod(2)`](https://www.freebsd.org/cgi/man.cgi?query=lchmod&sektion=2) documentation for more detail.
1055
- * @deprecated Since v0.4.7
1056
- */
1057
- function lchmod(path: PathLike, mode: Mode, callback: NoParamCallback): void;
1058
- /** @deprecated */
1059
- namespace lchmod {
1060
- /**
1061
- * Asynchronous lchmod(2) - Change permissions of a file. Does not dereference symbolic links.
1062
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1063
- * @param mode A file mode. If a string is passed, it is parsed as an octal integer.
1064
- */
1065
- function __promisify__(path: PathLike, mode: Mode): Promise<void>;
1066
- }
1067
- /**
1068
- * Changes the permissions on a symbolic link. Returns `undefined`.
1069
- *
1070
- * This method is only implemented on macOS.
1071
- *
1072
- * See the POSIX [`lchmod(2)`](https://www.freebsd.org/cgi/man.cgi?query=lchmod&sektion=2) documentation for more detail.
1073
- * @deprecated Since v0.4.7
1074
- */
1075
- function lchmodSync(path: PathLike, mode: Mode): void;
1076
- /**
1077
- * Asynchronous [`stat(2)`](http://man7.org/linux/man-pages/man2/stat.2.html). The callback gets two arguments `(err, stats)` where`stats` is an `fs.Stats` object.
1078
- *
1079
- * In case of an error, the `err.code` will be one of `Common System Errors`.
1080
- *
1081
- * {@link stat} follows symbolic links. Use {@link lstat} to look at the
1082
- * links themselves.
1083
- *
1084
- * Using `fs.stat()` to check for the existence of a file before calling`fs.open()`, `fs.readFile()`, or `fs.writeFile()` is not recommended.
1085
- * Instead, user code should open/read/write the file directly and handle the
1086
- * error raised if the file is not available.
1087
- *
1088
- * To check if a file exists without manipulating it afterwards, {@link access} is recommended.
1089
- *
1090
- * For example, given the following directory structure:
1091
- *
1092
- * ```text
1093
- * - txtDir
1094
- * -- file.txt
1095
- * - app.js
1096
- * ```
1097
- *
1098
- * The next program will check for the stats of the given paths:
1099
- *
1100
- * ```js
1101
- * import { stat } from 'node:fs';
1102
- *
1103
- * const pathsToCheck = ['./txtDir', './txtDir/file.txt'];
1104
- *
1105
- * for (let i = 0; i < pathsToCheck.length; i++) {
1106
- * stat(pathsToCheck[i], (err, stats) => {
1107
- * console.log(stats.isDirectory());
1108
- * console.log(stats);
1109
- * });
1110
- * }
1111
- * ```
1112
- *
1113
- * The resulting output will resemble:
1114
- *
1115
- * ```console
1116
- * true
1117
- * Stats {
1118
- * dev: 16777220,
1119
- * mode: 16877,
1120
- * nlink: 3,
1121
- * uid: 501,
1122
- * gid: 20,
1123
- * rdev: 0,
1124
- * blksize: 4096,
1125
- * ino: 14214262,
1126
- * size: 96,
1127
- * blocks: 0,
1128
- * atimeMs: 1561174653071.963,
1129
- * mtimeMs: 1561174614583.3518,
1130
- * ctimeMs: 1561174626623.5366,
1131
- * birthtimeMs: 1561174126937.2893,
1132
- * atime: 2019-06-22T03:37:33.072Z,
1133
- * mtime: 2019-06-22T03:36:54.583Z,
1134
- * ctime: 2019-06-22T03:37:06.624Z,
1135
- * birthtime: 2019-06-22T03:28:46.937Z
1136
- * }
1137
- * false
1138
- * Stats {
1139
- * dev: 16777220,
1140
- * mode: 33188,
1141
- * nlink: 1,
1142
- * uid: 501,
1143
- * gid: 20,
1144
- * rdev: 0,
1145
- * blksize: 4096,
1146
- * ino: 14214074,
1147
- * size: 8,
1148
- * blocks: 8,
1149
- * atimeMs: 1561174616618.8555,
1150
- * mtimeMs: 1561174614584,
1151
- * ctimeMs: 1561174614583.8145,
1152
- * birthtimeMs: 1561174007710.7478,
1153
- * atime: 2019-06-22T03:36:56.619Z,
1154
- * mtime: 2019-06-22T03:36:54.584Z,
1155
- * ctime: 2019-06-22T03:36:54.584Z,
1156
- * birthtime: 2019-06-22T03:26:47.711Z
1157
- * }
1158
- * ```
1159
- * @since v0.0.2
1160
- */
1161
- function stat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void;
1162
- function stat(
1163
- path: PathLike,
1164
- options:
1165
- | (StatOptions & {
1166
- bigint?: false | undefined;
1167
- })
1168
- | undefined,
1169
- callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void,
1170
- ): void;
1171
- function stat(
1172
- path: PathLike,
1173
- options: StatOptions & {
1174
- bigint: true;
1175
- },
1176
- callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void,
1177
- ): void;
1178
- function stat(
1179
- path: PathLike,
1180
- options: StatOptions | undefined,
1181
- callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void,
1182
- ): void;
1183
- namespace stat {
1184
- /**
1185
- * Asynchronous stat(2) - Get file status.
1186
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1187
- */
1188
- function __promisify__(
1189
- path: PathLike,
1190
- options?: StatOptions & {
1191
- bigint?: false | undefined;
1192
- },
1193
- ): Promise<Stats>;
1194
- function __promisify__(
1195
- path: PathLike,
1196
- options: StatOptions & {
1197
- bigint: true;
1198
- },
1199
- ): Promise<BigIntStats>;
1200
- function __promisify__(path: PathLike, options?: StatOptions): Promise<Stats | BigIntStats>;
1201
- }
1202
- interface StatSyncFn extends Function {
1203
- (path: PathLike, options?: undefined): Stats;
1204
- (
1205
- path: PathLike,
1206
- options?: StatSyncOptions & {
1207
- bigint?: false | undefined;
1208
- throwIfNoEntry: false;
1209
- },
1210
- ): Stats | undefined;
1211
- (
1212
- path: PathLike,
1213
- options: StatSyncOptions & {
1214
- bigint: true;
1215
- throwIfNoEntry: false;
1216
- },
1217
- ): BigIntStats | undefined;
1218
- (
1219
- path: PathLike,
1220
- options?: StatSyncOptions & {
1221
- bigint?: false | undefined;
1222
- },
1223
- ): Stats;
1224
- (
1225
- path: PathLike,
1226
- options: StatSyncOptions & {
1227
- bigint: true;
1228
- },
1229
- ): BigIntStats;
1230
- (
1231
- path: PathLike,
1232
- options: StatSyncOptions & {
1233
- bigint: boolean;
1234
- throwIfNoEntry?: false | undefined;
1235
- },
1236
- ): Stats | BigIntStats;
1237
- (path: PathLike, options?: StatSyncOptions): Stats | BigIntStats | undefined;
1238
- }
1239
- /**
1240
- * Synchronous stat(2) - Get file status.
1241
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1242
- */
1243
- const statSync: StatSyncFn;
1244
- /**
1245
- * Invokes the callback with the `fs.Stats` for the file descriptor.
1246
- *
1247
- * See the POSIX [`fstat(2)`](http://man7.org/linux/man-pages/man2/fstat.2.html) documentation for more detail.
1248
- * @since v0.1.95
1249
- */
1250
- function fstat(fd: number, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void;
1251
- function fstat(
1252
- fd: number,
1253
- options:
1254
- | (StatOptions & {
1255
- bigint?: false | undefined;
1256
- })
1257
- | undefined,
1258
- callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void,
1259
- ): void;
1260
- function fstat(
1261
- fd: number,
1262
- options: StatOptions & {
1263
- bigint: true;
1264
- },
1265
- callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void,
1266
- ): void;
1267
- function fstat(
1268
- fd: number,
1269
- options: StatOptions | undefined,
1270
- callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void,
1271
- ): void;
1272
- namespace fstat {
1273
- /**
1274
- * Asynchronous fstat(2) - Get file status.
1275
- * @param fd A file descriptor.
1276
- */
1277
- function __promisify__(
1278
- fd: number,
1279
- options?: StatOptions & {
1280
- bigint?: false | undefined;
1281
- },
1282
- ): Promise<Stats>;
1283
- function __promisify__(
1284
- fd: number,
1285
- options: StatOptions & {
1286
- bigint: true;
1287
- },
1288
- ): Promise<BigIntStats>;
1289
- function __promisify__(fd: number, options?: StatOptions): Promise<Stats | BigIntStats>;
1290
- }
1291
- /**
1292
- * Retrieves the `fs.Stats` for the file descriptor.
1293
- *
1294
- * See the POSIX [`fstat(2)`](http://man7.org/linux/man-pages/man2/fstat.2.html) documentation for more detail.
1295
- * @since v0.1.95
1296
- */
1297
- function fstatSync(
1298
- fd: number,
1299
- options?: StatOptions & {
1300
- bigint?: false | undefined;
1301
- },
1302
- ): Stats;
1303
- function fstatSync(
1304
- fd: number,
1305
- options: StatOptions & {
1306
- bigint: true;
1307
- },
1308
- ): BigIntStats;
1309
- function fstatSync(fd: number, options?: StatOptions): Stats | BigIntStats;
1310
- /**
1311
- * Retrieves the `fs.Stats` for the symbolic link referred to by the path.
1312
- * The callback gets two arguments `(err, stats)` where `stats` is a `fs.Stats` object. `lstat()` is identical to `stat()`, except that if `path` is a symbolic
1313
- * link, then the link itself is stat-ed, not the file that it refers to.
1314
- *
1315
- * See the POSIX [`lstat(2)`](http://man7.org/linux/man-pages/man2/lstat.2.html) documentation for more details.
1316
- * @since v0.1.30
1317
- */
1318
- function lstat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void;
1319
- function lstat(
1320
- path: PathLike,
1321
- options:
1322
- | (StatOptions & {
1323
- bigint?: false | undefined;
1324
- })
1325
- | undefined,
1326
- callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void,
1327
- ): void;
1328
- function lstat(
1329
- path: PathLike,
1330
- options: StatOptions & {
1331
- bigint: true;
1332
- },
1333
- callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void,
1334
- ): void;
1335
- function lstat(
1336
- path: PathLike,
1337
- options: StatOptions | undefined,
1338
- callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void,
1339
- ): void;
1340
- namespace lstat {
1341
- /**
1342
- * Asynchronous lstat(2) - Get file status. Does not dereference symbolic links.
1343
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1344
- */
1345
- function __promisify__(
1346
- path: PathLike,
1347
- options?: StatOptions & {
1348
- bigint?: false | undefined;
1349
- },
1350
- ): Promise<Stats>;
1351
- function __promisify__(
1352
- path: PathLike,
1353
- options: StatOptions & {
1354
- bigint: true;
1355
- },
1356
- ): Promise<BigIntStats>;
1357
- function __promisify__(path: PathLike, options?: StatOptions): Promise<Stats | BigIntStats>;
1358
- }
1359
- /**
1360
- * Asynchronous [`statfs(2)`](http://man7.org/linux/man-pages/man2/statfs.2.html). Returns information about the mounted file system which
1361
- * contains `path`. The callback gets two arguments `(err, stats)` where `stats`is an `fs.StatFs` object.
1362
- *
1363
- * In case of an error, the `err.code` will be one of `Common System Errors`.
1364
- * @since v19.6.0, v18.15.0
1365
- * @param path A path to an existing file or directory on the file system to be queried.
1366
- */
1367
- function statfs(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: StatsFs) => void): void;
1368
- function statfs(
1369
- path: PathLike,
1370
- options:
1371
- | (StatFsOptions & {
1372
- bigint?: false | undefined;
1373
- })
1374
- | undefined,
1375
- callback: (err: NodeJS.ErrnoException | null, stats: StatsFs) => void,
1376
- ): void;
1377
- function statfs(
1378
- path: PathLike,
1379
- options: StatFsOptions & {
1380
- bigint: true;
1381
- },
1382
- callback: (err: NodeJS.ErrnoException | null, stats: BigIntStatsFs) => void,
1383
- ): void;
1384
- function statfs(
1385
- path: PathLike,
1386
- options: StatFsOptions | undefined,
1387
- callback: (err: NodeJS.ErrnoException | null, stats: StatsFs | BigIntStatsFs) => void,
1388
- ): void;
1389
- namespace statfs {
1390
- /**
1391
- * Asynchronous statfs(2) - Returns information about the mounted file system which contains path. The callback gets two arguments (err, stats) where stats is an <fs.StatFs> object.
1392
- * @param path A path to an existing file or directory on the file system to be queried.
1393
- */
1394
- function __promisify__(
1395
- path: PathLike,
1396
- options?: StatFsOptions & {
1397
- bigint?: false | undefined;
1398
- },
1399
- ): Promise<StatsFs>;
1400
- function __promisify__(
1401
- path: PathLike,
1402
- options: StatFsOptions & {
1403
- bigint: true;
1404
- },
1405
- ): Promise<BigIntStatsFs>;
1406
- function __promisify__(path: PathLike, options?: StatFsOptions): Promise<StatsFs | BigIntStatsFs>;
1407
- }
1408
- /**
1409
- * Synchronous [`statfs(2)`](http://man7.org/linux/man-pages/man2/statfs.2.html). Returns information about the mounted file system which
1410
- * contains `path`.
1411
- *
1412
- * In case of an error, the `err.code` will be one of `Common System Errors`.
1413
- * @since v19.6.0, v18.15.0
1414
- * @param path A path to an existing file or directory on the file system to be queried.
1415
- */
1416
- function statfsSync(
1417
- path: PathLike,
1418
- options?: StatFsOptions & {
1419
- bigint?: false | undefined;
1420
- },
1421
- ): StatsFs;
1422
- function statfsSync(
1423
- path: PathLike,
1424
- options: StatFsOptions & {
1425
- bigint: true;
1426
- },
1427
- ): BigIntStatsFs;
1428
- function statfsSync(path: PathLike, options?: StatFsOptions): StatsFs | BigIntStatsFs;
1429
- /**
1430
- * Synchronous lstat(2) - Get file status. Does not dereference symbolic links.
1431
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1432
- */
1433
- const lstatSync: StatSyncFn;
1434
- /**
1435
- * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. No arguments other than
1436
- * a possible
1437
- * exception are given to the completion callback.
1438
- * @since v0.1.31
1439
- */
1440
- function link(existingPath: PathLike, newPath: PathLike, callback: NoParamCallback): void;
1441
- namespace link {
1442
- /**
1443
- * Asynchronous link(2) - Create a new link (also known as a hard link) to an existing file.
1444
- * @param existingPath A path to a file. If a URL is provided, it must use the `file:` protocol.
1445
- * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol.
1446
- */
1447
- function __promisify__(existingPath: PathLike, newPath: PathLike): Promise<void>;
1448
- }
1449
- /**
1450
- * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. Returns `undefined`.
1451
- * @since v0.1.31
1452
- */
1453
- function linkSync(existingPath: PathLike, newPath: PathLike): void;
1454
- /**
1455
- * Creates the link called `path` pointing to `target`. No arguments other than a
1456
- * possible exception are given to the completion callback.
1457
- *
1458
- * See the POSIX [`symlink(2)`](http://man7.org/linux/man-pages/man2/symlink.2.html) documentation for more details.
1459
- *
1460
- * The `type` argument is only available on Windows and ignored on other platforms.
1461
- * It can be set to `'dir'`, `'file'`, or `'junction'`. If the `type` argument is
1462
- * not a string, Node.js will autodetect `target` type and use `'file'` or `'dir'`.
1463
- * If the `target` does not exist, `'file'` will be used. Windows junction points
1464
- * require the destination path to be absolute. When using `'junction'`, the`target` argument will automatically be normalized to absolute path. Junction
1465
- * points on NTFS volumes can only point to directories.
1466
- *
1467
- * Relative targets are relative to the link's parent directory.
1468
- *
1469
- * ```js
1470
- * import { symlink } from 'node:fs';
1471
- *
1472
- * symlink('./mew', './mewtwo', callback);
1473
- * ```
1474
- *
1475
- * The above example creates a symbolic link `mewtwo` which points to `mew` in the
1476
- * same directory:
1477
- *
1478
- * ```bash
1479
- * $ tree .
1480
- * .
1481
- * ├── mew
1482
- * └── mewtwo -> ./mew
1483
- * ```
1484
- * @since v0.1.31
1485
- * @param [type='null']
1486
- */
1487
- function symlink(
1488
- target: PathLike,
1489
- path: PathLike,
1490
- type: symlink.Type | undefined | null,
1491
- callback: NoParamCallback,
1492
- ): void;
1493
- /**
1494
- * Asynchronous symlink(2) - Create a new symbolic link to an existing file.
1495
- * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol.
1496
- * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol.
1497
- */
1498
- function symlink(target: PathLike, path: PathLike, callback: NoParamCallback): void;
1499
- namespace symlink {
1500
- /**
1501
- * Asynchronous symlink(2) - Create a new symbolic link to an existing file.
1502
- * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol.
1503
- * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol.
1504
- * @param type May be set to `'dir'`, `'file'`, or `'junction'` (default is `'file'`) and is only available on Windows (ignored on other platforms).
1505
- * When using `'junction'`, the `target` argument will automatically be normalized to an absolute path.
1506
- */
1507
- function __promisify__(target: PathLike, path: PathLike, type?: string | null): Promise<void>;
1508
- type Type = "dir" | "file" | "junction";
1509
- }
1510
- /**
1511
- * Returns `undefined`.
1512
- *
1513
- * For detailed information, see the documentation of the asynchronous version of
1514
- * this API: {@link symlink}.
1515
- * @since v0.1.31
1516
- * @param [type='null']
1517
- */
1518
- function symlinkSync(target: PathLike, path: PathLike, type?: symlink.Type | null): void;
1519
- /**
1520
- * Reads the contents of the symbolic link referred to by `path`. The callback gets
1521
- * two arguments `(err, linkString)`.
1522
- *
1523
- * See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more details.
1524
- *
1525
- * The optional `options` argument can be a string specifying an encoding, or an
1526
- * object with an `encoding` property specifying the character encoding to use for
1527
- * the link path passed to the callback. If the `encoding` is set to `'buffer'`,
1528
- * the link path returned will be passed as a `Buffer` object.
1529
- * @since v0.1.31
1530
- */
1531
- function readlink(
1532
- path: PathLike,
1533
- options: EncodingOption,
1534
- callback: (err: NodeJS.ErrnoException | null, linkString: string) => void,
1535
- ): void;
1536
- /**
1537
- * Asynchronous readlink(2) - read value of a symbolic link.
1538
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1539
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1540
- */
1541
- function readlink(
1542
- path: PathLike,
1543
- options: BufferEncodingOption,
1544
- callback: (err: NodeJS.ErrnoException | null, linkString: NonSharedBuffer) => void,
1545
- ): void;
1546
- /**
1547
- * Asynchronous readlink(2) - read value of a symbolic link.
1548
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1549
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1550
- */
1551
- function readlink(
1552
- path: PathLike,
1553
- options: EncodingOption,
1554
- callback: (err: NodeJS.ErrnoException | null, linkString: string | NonSharedBuffer) => void,
1555
- ): void;
1556
- /**
1557
- * Asynchronous readlink(2) - read value of a symbolic link.
1558
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1559
- */
1560
- function readlink(
1561
- path: PathLike,
1562
- callback: (err: NodeJS.ErrnoException | null, linkString: string) => void,
1563
- ): void;
1564
- namespace readlink {
1565
- /**
1566
- * Asynchronous readlink(2) - read value of a symbolic link.
1567
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1568
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1569
- */
1570
- function __promisify__(path: PathLike, options?: EncodingOption): Promise<string>;
1571
- /**
1572
- * Asynchronous readlink(2) - read value of a symbolic link.
1573
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1574
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1575
- */
1576
- function __promisify__(path: PathLike, options: BufferEncodingOption): Promise<NonSharedBuffer>;
1577
- /**
1578
- * Asynchronous readlink(2) - read value of a symbolic link.
1579
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1580
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1581
- */
1582
- function __promisify__(path: PathLike, options?: EncodingOption): Promise<string | NonSharedBuffer>;
1583
- }
1584
- /**
1585
- * Returns the symbolic link's string value.
1586
- *
1587
- * See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more details.
1588
- *
1589
- * The optional `options` argument can be a string specifying an encoding, or an
1590
- * object with an `encoding` property specifying the character encoding to use for
1591
- * the link path returned. If the `encoding` is set to `'buffer'`,
1592
- * the link path returned will be passed as a `Buffer` object.
1593
- * @since v0.1.31
1594
- */
1595
- function readlinkSync(path: PathLike, options?: EncodingOption): string;
1596
- /**
1597
- * Synchronous readlink(2) - read value of a symbolic link.
1598
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1599
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1600
- */
1601
- function readlinkSync(path: PathLike, options: BufferEncodingOption): NonSharedBuffer;
1602
- /**
1603
- * Synchronous readlink(2) - read value of a symbolic link.
1604
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1605
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1606
- */
1607
- function readlinkSync(path: PathLike, options?: EncodingOption): string | NonSharedBuffer;
1608
- /**
1609
- * Asynchronously computes the canonical pathname by resolving `.`, `..`, and
1610
- * symbolic links.
1611
- *
1612
- * A canonical pathname is not necessarily unique. Hard links and bind mounts can
1613
- * expose a file system entity through many pathnames.
1614
- *
1615
- * This function behaves like [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html), with some exceptions:
1616
- *
1617
- * 1. No case conversion is performed on case-insensitive file systems.
1618
- * 2. The maximum number of symbolic links is platform-independent and generally
1619
- * (much) higher than what the native [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html) implementation supports.
1620
- *
1621
- * The `callback` gets two arguments `(err, resolvedPath)`. May use `process.cwd` to resolve relative paths.
1622
- *
1623
- * Only paths that can be converted to UTF8 strings are supported.
1624
- *
1625
- * The optional `options` argument can be a string specifying an encoding, or an
1626
- * object with an `encoding` property specifying the character encoding to use for
1627
- * the path passed to the callback. If the `encoding` is set to `'buffer'`,
1628
- * the path returned will be passed as a `Buffer` object.
1629
- *
1630
- * If `path` resolves to a socket or a pipe, the function will return a system
1631
- * dependent name for that object.
1632
- * @since v0.1.31
1633
- */
1634
- function realpath(
1635
- path: PathLike,
1636
- options: EncodingOption,
1637
- callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void,
1638
- ): void;
1639
- /**
1640
- * Asynchronous realpath(3) - return the canonicalized absolute pathname.
1641
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1642
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1643
- */
1644
- function realpath(
1645
- path: PathLike,
1646
- options: BufferEncodingOption,
1647
- callback: (err: NodeJS.ErrnoException | null, resolvedPath: NonSharedBuffer) => void,
1648
- ): void;
1649
- /**
1650
- * Asynchronous realpath(3) - return the canonicalized absolute pathname.
1651
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1652
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1653
- */
1654
- function realpath(
1655
- path: PathLike,
1656
- options: EncodingOption,
1657
- callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | NonSharedBuffer) => void,
1658
- ): void;
1659
- /**
1660
- * Asynchronous realpath(3) - return the canonicalized absolute pathname.
1661
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1662
- */
1663
- function realpath(
1664
- path: PathLike,
1665
- callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void,
1666
- ): void;
1667
- namespace realpath {
1668
- /**
1669
- * Asynchronous realpath(3) - return the canonicalized absolute pathname.
1670
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1671
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1672
- */
1673
- function __promisify__(path: PathLike, options?: EncodingOption): Promise<string>;
1674
- /**
1675
- * Asynchronous realpath(3) - return the canonicalized absolute pathname.
1676
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1677
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1678
- */
1679
- function __promisify__(path: PathLike, options: BufferEncodingOption): Promise<NonSharedBuffer>;
1680
- /**
1681
- * Asynchronous realpath(3) - return the canonicalized absolute pathname.
1682
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1683
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1684
- */
1685
- function __promisify__(path: PathLike, options?: EncodingOption): Promise<string | NonSharedBuffer>;
1686
- /**
1687
- * Asynchronous [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html).
1688
- *
1689
- * The `callback` gets two arguments `(err, resolvedPath)`.
1690
- *
1691
- * Only paths that can be converted to UTF8 strings are supported.
1692
- *
1693
- * The optional `options` argument can be a string specifying an encoding, or an
1694
- * object with an `encoding` property specifying the character encoding to use for
1695
- * the path passed to the callback. If the `encoding` is set to `'buffer'`,
1696
- * the path returned will be passed as a `Buffer` object.
1697
- *
1698
- * On Linux, when Node.js is linked against musl libc, the procfs file system must
1699
- * be mounted on `/proc` in order for this function to work. Glibc does not have
1700
- * this restriction.
1701
- * @since v9.2.0
1702
- */
1703
- function native(
1704
- path: PathLike,
1705
- options: EncodingOption,
1706
- callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void,
1707
- ): void;
1708
- function native(
1709
- path: PathLike,
1710
- options: BufferEncodingOption,
1711
- callback: (err: NodeJS.ErrnoException | null, resolvedPath: NonSharedBuffer) => void,
1712
- ): void;
1713
- function native(
1714
- path: PathLike,
1715
- options: EncodingOption,
1716
- callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | NonSharedBuffer) => void,
1717
- ): void;
1718
- function native(
1719
- path: PathLike,
1720
- callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void,
1721
- ): void;
1722
- }
1723
- /**
1724
- * Returns the resolved pathname.
1725
- *
1726
- * For detailed information, see the documentation of the asynchronous version of
1727
- * this API: {@link realpath}.
1728
- * @since v0.1.31
1729
- */
1730
- function realpathSync(path: PathLike, options?: EncodingOption): string;
1731
- /**
1732
- * Synchronous realpath(3) - return the canonicalized absolute pathname.
1733
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1734
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1735
- */
1736
- function realpathSync(path: PathLike, options: BufferEncodingOption): NonSharedBuffer;
1737
- /**
1738
- * Synchronous realpath(3) - return the canonicalized absolute pathname.
1739
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1740
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1741
- */
1742
- function realpathSync(path: PathLike, options?: EncodingOption): string | NonSharedBuffer;
1743
- namespace realpathSync {
1744
- function native(path: PathLike, options?: EncodingOption): string;
1745
- function native(path: PathLike, options: BufferEncodingOption): NonSharedBuffer;
1746
- function native(path: PathLike, options?: EncodingOption): string | NonSharedBuffer;
1747
- }
1748
- /**
1749
- * Asynchronously removes a file or symbolic link. No arguments other than a
1750
- * possible exception are given to the completion callback.
1751
- *
1752
- * ```js
1753
- * import { unlink } from 'node:fs';
1754
- * // Assuming that 'path/file.txt' is a regular file.
1755
- * unlink('path/file.txt', (err) => {
1756
- * if (err) throw err;
1757
- * console.log('path/file.txt was deleted');
1758
- * });
1759
- * ```
1760
- *
1761
- * `fs.unlink()` will not work on a directory, empty or otherwise. To remove a
1762
- * directory, use {@link rmdir}.
1763
- *
1764
- * See the POSIX [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html) documentation for more details.
1765
- * @since v0.0.2
1766
- */
1767
- function unlink(path: PathLike, callback: NoParamCallback): void;
1768
- namespace unlink {
1769
- /**
1770
- * Asynchronous unlink(2) - delete a name and possibly the file it refers to.
1771
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1772
- */
1773
- function __promisify__(path: PathLike): Promise<void>;
1774
- }
1775
- /**
1776
- * Synchronous [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html). Returns `undefined`.
1777
- * @since v0.1.21
1778
- */
1779
- function unlinkSync(path: PathLike): void;
1780
- /** @deprecated `rmdir()` no longer provides any options. This interface will be removed in a future version. */
1781
- // TODO: remove in future major
1782
- interface RmDirOptions {}
1783
- /**
1784
- * Asynchronous [`rmdir(2)`](http://man7.org/linux/man-pages/man2/rmdir.2.html). No arguments other than a possible exception are given
1785
- * to the completion callback.
1786
- *
1787
- * Using `fs.rmdir()` on a file (not a directory) results in an `ENOENT` error on
1788
- * Windows and an `ENOTDIR` error on POSIX.
1789
- *
1790
- * To get a behavior similar to the `rm -rf` Unix command, use {@link rm} with options `{ recursive: true, force: true }`.
1791
- * @since v0.0.2
1792
- */
1793
- function rmdir(path: PathLike, callback: NoParamCallback): void;
1794
- namespace rmdir {
1795
- /**
1796
- * Asynchronous rmdir(2) - delete a directory.
1797
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1798
- */
1799
- function __promisify__(path: PathLike): Promise<void>;
1800
- }
1801
- /**
1802
- * Synchronous [`rmdir(2)`](http://man7.org/linux/man-pages/man2/rmdir.2.html). Returns `undefined`.
1803
- *
1804
- * Using `fs.rmdirSync()` on a file (not a directory) results in an `ENOENT` error
1805
- * on Windows and an `ENOTDIR` error on POSIX.
1806
- *
1807
- * To get a behavior similar to the `rm -rf` Unix command, use {@link rmSync} with options `{ recursive: true, force: true }`.
1808
- * @since v0.1.21
1809
- */
1810
- function rmdirSync(path: PathLike): void;
1811
- interface RmOptions {
1812
- /**
1813
- * When `true`, exceptions will be ignored if `path` does not exist.
1814
- * @default false
1815
- */
1816
- force?: boolean | undefined;
1817
- /**
1818
- * If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or
1819
- * `EPERM` error is encountered, Node.js will retry the operation with a linear
1820
- * backoff wait of `retryDelay` ms longer on each try. This option represents the
1821
- * number of retries. This option is ignored if the `recursive` option is not
1822
- * `true`.
1823
- * @default 0
1824
- */
1825
- maxRetries?: number | undefined;
1826
- /**
1827
- * If `true`, perform a recursive directory removal. In
1828
- * recursive mode, operations are retried on failure.
1829
- * @default false
1830
- */
1831
- recursive?: boolean | undefined;
1832
- /**
1833
- * The amount of time in milliseconds to wait between retries.
1834
- * This option is ignored if the `recursive` option is not `true`.
1835
- * @default 100
1836
- */
1837
- retryDelay?: number | undefined;
1838
- }
1839
- /**
1840
- * Asynchronously removes files and directories (modeled on the standard POSIX `rm` utility). No arguments other than a possible exception are given to the
1841
- * completion callback.
1842
- * @since v14.14.0
1843
- */
1844
- function rm(path: PathLike, callback: NoParamCallback): void;
1845
- function rm(path: PathLike, options: RmOptions, callback: NoParamCallback): void;
1846
- namespace rm {
1847
- /**
1848
- * Asynchronously removes files and directories (modeled on the standard POSIX `rm` utility).
1849
- */
1850
- function __promisify__(path: PathLike, options?: RmOptions): Promise<void>;
1851
- }
1852
- /**
1853
- * Synchronously removes files and directories (modeled on the standard POSIX `rm` utility). Returns `undefined`.
1854
- * @since v14.14.0
1855
- */
1856
- function rmSync(path: PathLike, options?: RmOptions): void;
1857
- interface MakeDirectoryOptions {
1858
- /**
1859
- * Indicates whether parent folders should be created.
1860
- * If a folder was created, the path to the first created folder will be returned.
1861
- * @default false
1862
- */
1863
- recursive?: boolean | undefined;
1864
- /**
1865
- * A file mode. If a string is passed, it is parsed as an octal integer. If not specified
1866
- * @default 0o777
1867
- */
1868
- mode?: Mode | undefined;
1869
- }
1870
- /**
1871
- * Asynchronously creates a directory.
1872
- *
1873
- * The callback is given a possible exception and, if `recursive` is `true`, the
1874
- * first directory path created, `(err[, path])`.`path` can still be `undefined` when `recursive` is `true`, if no directory was
1875
- * created (for instance, if it was previously created).
1876
- *
1877
- * The optional `options` argument can be an integer specifying `mode` (permission
1878
- * and sticky bits), or an object with a `mode` property and a `recursive` property indicating whether parent directories should be created. Calling `fs.mkdir()` when `path` is a directory that
1879
- * exists results in an error only
1880
- * when `recursive` is false. If `recursive` is false and the directory exists,
1881
- * an `EEXIST` error occurs.
1882
- *
1883
- * ```js
1884
- * import { mkdir } from 'node:fs';
1885
- *
1886
- * // Create ./tmp/a/apple, regardless of whether ./tmp and ./tmp/a exist.
1887
- * mkdir('./tmp/a/apple', { recursive: true }, (err) => {
1888
- * if (err) throw err;
1889
- * });
1890
- * ```
1891
- *
1892
- * On Windows, using `fs.mkdir()` on the root directory even with recursion will
1893
- * result in an error:
1894
- *
1895
- * ```js
1896
- * import { mkdir } from 'node:fs';
1897
- *
1898
- * mkdir('/', { recursive: true }, (err) => {
1899
- * // => [Error: EPERM: operation not permitted, mkdir 'C:\']
1900
- * });
1901
- * ```
1902
- *
1903
- * See the POSIX [`mkdir(2)`](http://man7.org/linux/man-pages/man2/mkdir.2.html) documentation for more details.
1904
- * @since v0.1.8
1905
- */
1906
- function mkdir(
1907
- path: PathLike,
1908
- options: MakeDirectoryOptions & {
1909
- recursive: true;
1910
- },
1911
- callback: (err: NodeJS.ErrnoException | null, path?: string) => void,
1912
- ): void;
1913
- /**
1914
- * Asynchronous mkdir(2) - create a directory.
1915
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1916
- * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
1917
- * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
1918
- */
1919
- function mkdir(
1920
- path: PathLike,
1921
- options:
1922
- | Mode
1923
- | (MakeDirectoryOptions & {
1924
- recursive?: false | undefined;
1925
- })
1926
- | null
1927
- | undefined,
1928
- callback: NoParamCallback,
1929
- ): void;
1930
- /**
1931
- * Asynchronous mkdir(2) - create a directory.
1932
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1933
- * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
1934
- * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
1935
- */
1936
- function mkdir(
1937
- path: PathLike,
1938
- options: Mode | MakeDirectoryOptions | null | undefined,
1939
- callback: (err: NodeJS.ErrnoException | null, path?: string) => void,
1940
- ): void;
1941
- /**
1942
- * Asynchronous mkdir(2) - create a directory with a mode of `0o777`.
1943
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1944
- */
1945
- function mkdir(path: PathLike, callback: NoParamCallback): void;
1946
- namespace mkdir {
1947
- /**
1948
- * Asynchronous mkdir(2) - create a directory.
1949
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1950
- * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
1951
- * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
1952
- */
1953
- function __promisify__(
1954
- path: PathLike,
1955
- options: MakeDirectoryOptions & {
1956
- recursive: true;
1957
- },
1958
- ): Promise<string | undefined>;
1959
- /**
1960
- * Asynchronous mkdir(2) - create a directory.
1961
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1962
- * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
1963
- * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
1964
- */
1965
- function __promisify__(
1966
- path: PathLike,
1967
- options?:
1968
- | Mode
1969
- | (MakeDirectoryOptions & {
1970
- recursive?: false | undefined;
1971
- })
1972
- | null,
1973
- ): Promise<void>;
1974
- /**
1975
- * Asynchronous mkdir(2) - create a directory.
1976
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1977
- * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
1978
- * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
1979
- */
1980
- function __promisify__(
1981
- path: PathLike,
1982
- options?: Mode | MakeDirectoryOptions | null,
1983
- ): Promise<string | undefined>;
1984
- }
1985
- /**
1986
- * Synchronously creates a directory. Returns `undefined`, or if `recursive` is `true`, the first directory path created.
1987
- * This is the synchronous version of {@link mkdir}.
1988
- *
1989
- * See the POSIX [`mkdir(2)`](http://man7.org/linux/man-pages/man2/mkdir.2.html) documentation for more details.
1990
- * @since v0.1.21
1991
- */
1992
- function mkdirSync(
1993
- path: PathLike,
1994
- options: MakeDirectoryOptions & {
1995
- recursive: true;
1996
- },
1997
- ): string | undefined;
1998
- /**
1999
- * Synchronous mkdir(2) - create a directory.
2000
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2001
- * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
2002
- * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
2003
- */
2004
- function mkdirSync(
2005
- path: PathLike,
2006
- options?:
2007
- | Mode
2008
- | (MakeDirectoryOptions & {
2009
- recursive?: false | undefined;
2010
- })
2011
- | null,
2012
- ): void;
2013
- /**
2014
- * Synchronous mkdir(2) - create a directory.
2015
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2016
- * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
2017
- * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
2018
- */
2019
- function mkdirSync(path: PathLike, options?: Mode | MakeDirectoryOptions | null): string | undefined;
2020
- /**
2021
- * Creates a unique temporary directory.
2022
- *
2023
- * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. Due to platform
2024
- * inconsistencies, avoid trailing `X` characters in `prefix`. Some platforms,
2025
- * notably the BSDs, can return more than six random characters, and replace
2026
- * trailing `X` characters in `prefix` with random characters.
2027
- *
2028
- * The created directory path is passed as a string to the callback's second
2029
- * parameter.
2030
- *
2031
- * The optional `options` argument can be a string specifying an encoding, or an
2032
- * object with an `encoding` property specifying the character encoding to use.
2033
- *
2034
- * ```js
2035
- * import { mkdtemp } from 'node:fs';
2036
- * import { join } from 'node:path';
2037
- * import { tmpdir } from 'node:os';
2038
- *
2039
- * mkdtemp(join(tmpdir(), 'foo-'), (err, directory) => {
2040
- * if (err) throw err;
2041
- * console.log(directory);
2042
- * // Prints: /tmp/foo-itXde2 or C:\Users\...\AppData\Local\Temp\foo-itXde2
2043
- * });
2044
- * ```
2045
- *
2046
- * The `fs.mkdtemp()` method will append the six randomly selected characters
2047
- * directly to the `prefix` string. For instance, given a directory `/tmp`, if the
2048
- * intention is to create a temporary directory _within_`/tmp`, the `prefix`must end with a trailing platform-specific path separator
2049
- * (`import { sep } from 'node:path'`).
2050
- *
2051
- * ```js
2052
- * import { tmpdir } from 'node:os';
2053
- * import { mkdtemp } from 'node:fs';
2054
- *
2055
- * // The parent directory for the new temporary directory
2056
- * const tmpDir = tmpdir();
2057
- *
2058
- * // This method is *INCORRECT*:
2059
- * mkdtemp(tmpDir, (err, directory) => {
2060
- * if (err) throw err;
2061
- * console.log(directory);
2062
- * // Will print something similar to `/tmpabc123`.
2063
- * // A new temporary directory is created at the file system root
2064
- * // rather than *within* the /tmp directory.
2065
- * });
2066
- *
2067
- * // This method is *CORRECT*:
2068
- * import { sep } from 'node:path';
2069
- * mkdtemp(`${tmpDir}${sep}`, (err, directory) => {
2070
- * if (err) throw err;
2071
- * console.log(directory);
2072
- * // Will print something similar to `/tmp/abc123`.
2073
- * // A new temporary directory is created within
2074
- * // the /tmp directory.
2075
- * });
2076
- * ```
2077
- * @since v5.10.0
2078
- */
2079
- function mkdtemp(
2080
- prefix: string,
2081
- options: EncodingOption,
2082
- callback: (err: NodeJS.ErrnoException | null, folder: string) => void,
2083
- ): void;
2084
- /**
2085
- * Asynchronously creates a unique temporary directory.
2086
- * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2087
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2088
- */
2089
- function mkdtemp(
2090
- prefix: string,
2091
- options: BufferEncodingOption,
2092
- callback: (err: NodeJS.ErrnoException | null, folder: NonSharedBuffer) => void,
2093
- ): void;
2094
- /**
2095
- * Asynchronously creates a unique temporary directory.
2096
- * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2097
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2098
- */
2099
- function mkdtemp(
2100
- prefix: string,
2101
- options: EncodingOption,
2102
- callback: (err: NodeJS.ErrnoException | null, folder: string | NonSharedBuffer) => void,
2103
- ): void;
2104
- /**
2105
- * Asynchronously creates a unique temporary directory.
2106
- * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2107
- */
2108
- function mkdtemp(
2109
- prefix: string,
2110
- callback: (err: NodeJS.ErrnoException | null, folder: string) => void,
2111
- ): void;
2112
- namespace mkdtemp {
2113
- /**
2114
- * Asynchronously creates a unique temporary directory.
2115
- * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2116
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2117
- */
2118
- function __promisify__(prefix: string, options?: EncodingOption): Promise<string>;
2119
- /**
2120
- * Asynchronously creates a unique temporary directory.
2121
- * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2122
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2123
- */
2124
- function __promisify__(prefix: string, options: BufferEncodingOption): Promise<NonSharedBuffer>;
2125
- /**
2126
- * Asynchronously creates a unique temporary directory.
2127
- * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2128
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2129
- */
2130
- function __promisify__(prefix: string, options?: EncodingOption): Promise<string | NonSharedBuffer>;
2131
- }
2132
- /**
2133
- * Returns the created directory path.
2134
- *
2135
- * For detailed information, see the documentation of the asynchronous version of
2136
- * this API: {@link mkdtemp}.
2137
- *
2138
- * The optional `options` argument can be a string specifying an encoding, or an
2139
- * object with an `encoding` property specifying the character encoding to use.
2140
- * @since v5.10.0
2141
- */
2142
- function mkdtempSync(prefix: string, options?: EncodingOption): string;
2143
- /**
2144
- * Synchronously creates a unique temporary directory.
2145
- * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2146
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2147
- */
2148
- function mkdtempSync(prefix: string, options: BufferEncodingOption): NonSharedBuffer;
2149
- /**
2150
- * Synchronously creates a unique temporary directory.
2151
- * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2152
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2153
- */
2154
- function mkdtempSync(prefix: string, options?: EncodingOption): string | NonSharedBuffer;
2155
- interface DisposableTempDir extends Disposable {
2156
- /**
2157
- * The path of the created directory.
2158
- */
2159
- path: string;
2160
- /**
2161
- * A function which removes the created directory.
2162
- */
2163
- remove(): void;
2164
- /**
2165
- * The same as `remove`.
2166
- */
2167
- [Symbol.dispose](): void;
2168
- }
2169
- /**
2170
- * Returns a disposable object whose `path` property holds the created directory
2171
- * path. When the object is disposed, the directory and its contents will be
2172
- * removed if it still exists. If the directory cannot be deleted, disposal will
2173
- * throw an error. The object has a `remove()` method which will perform the same
2174
- * task.
2175
- *
2176
- * <!-- TODO: link MDN docs for disposables once https://github.com/mdn/content/pull/38027 lands -->
2177
- *
2178
- * For detailed information, see the documentation of `fs.mkdtemp()`.
2179
- *
2180
- * There is no callback-based version of this API because it is designed for use
2181
- * with the `using` syntax.
2182
- *
2183
- * The optional `options` argument can be a string specifying an encoding, or an
2184
- * object with an `encoding` property specifying the character encoding to use.
2185
- * @since v24.4.0
2186
- */
2187
- function mkdtempDisposableSync(prefix: string, options?: EncodingOption): DisposableTempDir;
2188
- /**
2189
- * Reads the contents of a directory. The callback gets two arguments `(err, files)` where `files` is an array of the names of the files in the directory excluding `'.'` and `'..'`.
2190
- *
2191
- * See the POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more details.
2192
- *
2193
- * The optional `options` argument can be a string specifying an encoding, or an
2194
- * object with an `encoding` property specifying the character encoding to use for
2195
- * the filenames passed to the callback. If the `encoding` is set to `'buffer'`,
2196
- * the filenames returned will be passed as `Buffer` objects.
2197
- *
2198
- * If `options.withFileTypes` is set to `true`, the `files` array will contain `fs.Dirent` objects.
2199
- * @since v0.1.8
2200
- */
2201
- function readdir(
2202
- path: PathLike,
2203
- options:
2204
- | {
2205
- encoding: BufferEncoding | null;
2206
- withFileTypes?: false | undefined;
2207
- recursive?: boolean | undefined;
2208
- }
2209
- | BufferEncoding
2210
- | undefined
2211
- | null,
2212
- callback: (err: NodeJS.ErrnoException | null, files: string[]) => void,
2213
- ): void;
2214
- /**
2215
- * Asynchronous readdir(3) - read a directory.
2216
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2217
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2218
- */
2219
- function readdir(
2220
- path: PathLike,
2221
- options:
2222
- | {
2223
- encoding: "buffer";
2224
- withFileTypes?: false | undefined;
2225
- recursive?: boolean | undefined;
2226
- }
2227
- | "buffer",
2228
- callback: (err: NodeJS.ErrnoException | null, files: NonSharedBuffer[]) => void,
2229
- ): void;
2230
- /**
2231
- * Asynchronous readdir(3) - read a directory.
2232
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2233
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2234
- */
2235
- function readdir(
2236
- path: PathLike,
2237
- options:
2238
- | (ObjectEncodingOptions & {
2239
- withFileTypes?: false | undefined;
2240
- recursive?: boolean | undefined;
2241
- })
2242
- | BufferEncoding
2243
- | undefined
2244
- | null,
2245
- callback: (err: NodeJS.ErrnoException | null, files: string[] | NonSharedBuffer[]) => void,
2246
- ): void;
2247
- /**
2248
- * Asynchronous readdir(3) - read a directory.
2249
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2250
- */
2251
- function readdir(
2252
- path: PathLike,
2253
- callback: (err: NodeJS.ErrnoException | null, files: string[]) => void,
2254
- ): void;
2255
- /**
2256
- * Asynchronous readdir(3) - read a directory.
2257
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2258
- * @param options If called with `withFileTypes: true` the result data will be an array of Dirent.
2259
- */
2260
- function readdir(
2261
- path: PathLike,
2262
- options: ObjectEncodingOptions & {
2263
- withFileTypes: true;
2264
- recursive?: boolean | undefined;
2265
- },
2266
- callback: (err: NodeJS.ErrnoException | null, files: Dirent[]) => void,
2267
- ): void;
2268
- /**
2269
- * Asynchronous readdir(3) - read a directory.
2270
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2271
- * @param options Must include `withFileTypes: true` and `encoding: 'buffer'`.
2272
- */
2273
- function readdir(
2274
- path: PathLike,
2275
- options: {
2276
- encoding: "buffer";
2277
- withFileTypes: true;
2278
- recursive?: boolean | undefined;
2279
- },
2280
- callback: (err: NodeJS.ErrnoException | null, files: Dirent<NonSharedBuffer>[]) => void,
2281
- ): void;
2282
- namespace readdir {
2283
- /**
2284
- * Asynchronous readdir(3) - read a directory.
2285
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2286
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2287
- */
2288
- function __promisify__(
2289
- path: PathLike,
2290
- options?:
2291
- | {
2292
- encoding: BufferEncoding | null;
2293
- withFileTypes?: false | undefined;
2294
- recursive?: boolean | undefined;
2295
- }
2296
- | BufferEncoding
2297
- | null,
2298
- ): Promise<string[]>;
2299
- /**
2300
- * Asynchronous readdir(3) - read a directory.
2301
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2302
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2303
- */
2304
- function __promisify__(
2305
- path: PathLike,
2306
- options:
2307
- | "buffer"
2308
- | {
2309
- encoding: "buffer";
2310
- withFileTypes?: false | undefined;
2311
- recursive?: boolean | undefined;
2312
- },
2313
- ): Promise<NonSharedBuffer[]>;
2314
- /**
2315
- * Asynchronous readdir(3) - read a directory.
2316
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2317
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2318
- */
2319
- function __promisify__(
2320
- path: PathLike,
2321
- options?:
2322
- | (ObjectEncodingOptions & {
2323
- withFileTypes?: false | undefined;
2324
- recursive?: boolean | undefined;
2325
- })
2326
- | BufferEncoding
2327
- | null,
2328
- ): Promise<string[] | NonSharedBuffer[]>;
2329
- /**
2330
- * Asynchronous readdir(3) - read a directory.
2331
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2332
- * @param options If called with `withFileTypes: true` the result data will be an array of Dirent
2333
- */
2334
- function __promisify__(
2335
- path: PathLike,
2336
- options: ObjectEncodingOptions & {
2337
- withFileTypes: true;
2338
- recursive?: boolean | undefined;
2339
- },
2340
- ): Promise<Dirent[]>;
2341
- /**
2342
- * Asynchronous readdir(3) - read a directory.
2343
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2344
- * @param options Must include `withFileTypes: true` and `encoding: 'buffer'`.
2345
- */
2346
- function __promisify__(
2347
- path: PathLike,
2348
- options: {
2349
- encoding: "buffer";
2350
- withFileTypes: true;
2351
- recursive?: boolean | undefined;
2352
- },
2353
- ): Promise<Dirent<NonSharedBuffer>[]>;
2354
- }
2355
- /**
2356
- * Reads the contents of the directory.
2357
- *
2358
- * See the POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more details.
2359
- *
2360
- * The optional `options` argument can be a string specifying an encoding, or an
2361
- * object with an `encoding` property specifying the character encoding to use for
2362
- * the filenames returned. If the `encoding` is set to `'buffer'`,
2363
- * the filenames returned will be passed as `Buffer` objects.
2364
- *
2365
- * If `options.withFileTypes` is set to `true`, the result will contain `fs.Dirent` objects.
2366
- * @since v0.1.21
2367
- */
2368
- function readdirSync(
2369
- path: PathLike,
2370
- options?:
2371
- | {
2372
- encoding: BufferEncoding | null;
2373
- withFileTypes?: false | undefined;
2374
- recursive?: boolean | undefined;
2375
- }
2376
- | BufferEncoding
2377
- | null,
2378
- ): string[];
2379
- /**
2380
- * Synchronous readdir(3) - read a directory.
2381
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2382
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2383
- */
2384
- function readdirSync(
2385
- path: PathLike,
2386
- options:
2387
- | {
2388
- encoding: "buffer";
2389
- withFileTypes?: false | undefined;
2390
- recursive?: boolean | undefined;
2391
- }
2392
- | "buffer",
2393
- ): NonSharedBuffer[];
2394
- /**
2395
- * Synchronous readdir(3) - read a directory.
2396
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2397
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2398
- */
2399
- function readdirSync(
2400
- path: PathLike,
2401
- options?:
2402
- | (ObjectEncodingOptions & {
2403
- withFileTypes?: false | undefined;
2404
- recursive?: boolean | undefined;
2405
- })
2406
- | BufferEncoding
2407
- | null,
2408
- ): string[] | NonSharedBuffer[];
2409
- /**
2410
- * Synchronous readdir(3) - read a directory.
2411
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2412
- * @param options If called with `withFileTypes: true` the result data will be an array of Dirent.
2413
- */
2414
- function readdirSync(
2415
- path: PathLike,
2416
- options: ObjectEncodingOptions & {
2417
- withFileTypes: true;
2418
- recursive?: boolean | undefined;
2419
- },
2420
- ): Dirent[];
2421
- /**
2422
- * Synchronous readdir(3) - read a directory.
2423
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2424
- * @param options Must include `withFileTypes: true` and `encoding: 'buffer'`.
2425
- */
2426
- function readdirSync(
2427
- path: PathLike,
2428
- options: {
2429
- encoding: "buffer";
2430
- withFileTypes: true;
2431
- recursive?: boolean | undefined;
2432
- },
2433
- ): Dirent<NonSharedBuffer>[];
2434
- /**
2435
- * Closes the file descriptor. No arguments other than a possible exception are
2436
- * given to the completion callback.
2437
- *
2438
- * Calling `fs.close()` on any file descriptor (`fd`) that is currently in use
2439
- * through any other `fs` operation may lead to undefined behavior.
2440
- *
2441
- * See the POSIX [`close(2)`](http://man7.org/linux/man-pages/man2/close.2.html) documentation for more detail.
2442
- * @since v0.0.2
2443
- */
2444
- function close(fd: number, callback?: NoParamCallback): void;
2445
- namespace close {
2446
- /**
2447
- * Asynchronous close(2) - close a file descriptor.
2448
- * @param fd A file descriptor.
2449
- */
2450
- function __promisify__(fd: number): Promise<void>;
2451
- }
2452
- /**
2453
- * Closes the file descriptor. Returns `undefined`.
2454
- *
2455
- * Calling `fs.closeSync()` on any file descriptor (`fd`) that is currently in use
2456
- * through any other `fs` operation may lead to undefined behavior.
2457
- *
2458
- * See the POSIX [`close(2)`](http://man7.org/linux/man-pages/man2/close.2.html) documentation for more detail.
2459
- * @since v0.1.21
2460
- */
2461
- function closeSync(fd: number): void;
2462
- /**
2463
- * Asynchronous file open. See the POSIX [`open(2)`](http://man7.org/linux/man-pages/man2/open.2.html) documentation for more details.
2464
- *
2465
- * `mode` sets the file mode (permission and sticky bits), but only if the file was
2466
- * created. On Windows, only the write permission can be manipulated; see {@link chmod}.
2467
- *
2468
- * The callback gets two arguments `(err, fd)`.
2469
- *
2470
- * Some characters (`< > : " / \ | ? *`) are reserved under Windows as documented
2471
- * by [Naming Files, Paths, and Namespaces](https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file). Under NTFS, if the filename contains
2472
- * a colon, Node.js will open a file system stream, as described by [this MSDN page](https://docs.microsoft.com/en-us/windows/desktop/FileIO/using-streams).
2473
- *
2474
- * Functions based on `fs.open()` exhibit this behavior as well:`fs.writeFile()`, `fs.readFile()`, etc.
2475
- * @since v0.0.2
2476
- * @param [flags='r'] See `support of file system `flags``.
2477
- * @param [mode=0o666]
2478
- */
2479
- function open(
2480
- path: PathLike,
2481
- flags: OpenMode | undefined,
2482
- mode: Mode | undefined | null,
2483
- callback: (err: NodeJS.ErrnoException | null, fd: number) => void,
2484
- ): void;
2485
- /**
2486
- * Asynchronous open(2) - open and possibly create a file. If the file is created, its mode will be `0o666`.
2487
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2488
- * @param [flags='r'] See `support of file system `flags``.
2489
- */
2490
- function open(
2491
- path: PathLike,
2492
- flags: OpenMode | undefined,
2493
- callback: (err: NodeJS.ErrnoException | null, fd: number) => void,
2494
- ): void;
2495
- /**
2496
- * Asynchronous open(2) - open and possibly create a file. If the file is created, its mode will be `0o666`.
2497
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2498
- */
2499
- function open(path: PathLike, callback: (err: NodeJS.ErrnoException | null, fd: number) => void): void;
2500
- namespace open {
2501
- /**
2502
- * Asynchronous open(2) - open and possibly create a file.
2503
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2504
- * @param mode A file mode. If a string is passed, it is parsed as an octal integer. If not supplied, defaults to `0o666`.
2505
- */
2506
- function __promisify__(path: PathLike, flags: OpenMode, mode?: Mode | null): Promise<number>;
2507
- }
2508
- /**
2509
- * Returns an integer representing the file descriptor.
2510
- *
2511
- * For detailed information, see the documentation of the asynchronous version of
2512
- * this API: {@link open}.
2513
- * @since v0.1.21
2514
- * @param [flags='r']
2515
- * @param [mode=0o666]
2516
- */
2517
- function openSync(path: PathLike, flags: OpenMode, mode?: Mode | null): number;
2518
- /**
2519
- * Change the file system timestamps of the object referenced by `path`.
2520
- *
2521
- * The `atime` and `mtime` arguments follow these rules:
2522
- *
2523
- * * Values can be either numbers representing Unix epoch time in seconds, `Date`s, or a numeric string like `'123456789.0'`.
2524
- * * If the value can not be converted to a number, or is `NaN`, `Infinity`, or `-Infinity`, an `Error` will be thrown.
2525
- * @since v0.4.2
2526
- */
2527
- function utimes(path: PathLike, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void;
2528
- namespace utimes {
2529
- /**
2530
- * Asynchronously change file timestamps of the file referenced by the supplied path.
2531
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2532
- * @param atime The last access time. If a string is provided, it will be coerced to number.
2533
- * @param mtime The last modified time. If a string is provided, it will be coerced to number.
2534
- */
2535
- function __promisify__(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise<void>;
2536
- }
2537
- /**
2538
- * Returns `undefined`.
2539
- *
2540
- * For detailed information, see the documentation of the asynchronous version of
2541
- * this API: {@link utimes}.
2542
- * @since v0.4.2
2543
- */
2544
- function utimesSync(path: PathLike, atime: TimeLike, mtime: TimeLike): void;
2545
- /**
2546
- * Change the file system timestamps of the object referenced by the supplied file
2547
- * descriptor. See {@link utimes}.
2548
- * @since v0.4.2
2549
- */
2550
- function futimes(fd: number, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void;
2551
- namespace futimes {
2552
- /**
2553
- * Asynchronously change file timestamps of the file referenced by the supplied file descriptor.
2554
- * @param fd A file descriptor.
2555
- * @param atime The last access time. If a string is provided, it will be coerced to number.
2556
- * @param mtime The last modified time. If a string is provided, it will be coerced to number.
2557
- */
2558
- function __promisify__(fd: number, atime: TimeLike, mtime: TimeLike): Promise<void>;
2559
- }
2560
- /**
2561
- * Synchronous version of {@link futimes}. Returns `undefined`.
2562
- * @since v0.4.2
2563
- */
2564
- function futimesSync(fd: number, atime: TimeLike, mtime: TimeLike): void;
2565
- /**
2566
- * Request that all data for the open file descriptor is flushed to the storage
2567
- * device. The specific implementation is operating system and device specific.
2568
- * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. No arguments other
2569
- * than a possible exception are given to the completion callback.
2570
- * @since v0.1.96
2571
- */
2572
- function fsync(fd: number, callback: NoParamCallback): void;
2573
- namespace fsync {
2574
- /**
2575
- * Asynchronous fsync(2) - synchronize a file's in-core state with the underlying storage device.
2576
- * @param fd A file descriptor.
2577
- */
2578
- function __promisify__(fd: number): Promise<void>;
2579
- }
2580
- /**
2581
- * Request that all data for the open file descriptor is flushed to the storage
2582
- * device. The specific implementation is operating system and device specific.
2583
- * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. Returns `undefined`.
2584
- * @since v0.1.96
2585
- */
2586
- function fsyncSync(fd: number): void;
2587
- interface WriteOptions {
2588
- /**
2589
- * @default 0
2590
- */
2591
- offset?: number | undefined;
2592
- /**
2593
- * @default `buffer.byteLength - offset`
2594
- */
2595
- length?: number | undefined;
2596
- /**
2597
- * @default null
2598
- */
2599
- position?: number | null | undefined;
2600
- }
2601
- /**
2602
- * Write `buffer` to the file specified by `fd`.
2603
- *
2604
- * `offset` determines the part of the buffer to be written, and `length` is
2605
- * an integer specifying the number of bytes to write.
2606
- *
2607
- * `position` refers to the offset from the beginning of the file where this data
2608
- * should be written. If `typeof position !== 'number'`, the data will be written
2609
- * at the current position. See [`pwrite(2)`](http://man7.org/linux/man-pages/man2/pwrite.2.html).
2610
- *
2611
- * The callback will be given three arguments `(err, bytesWritten, buffer)` where `bytesWritten` specifies how many _bytes_ were written from `buffer`.
2612
- *
2613
- * If this method is invoked as its `util.promisify()` ed version, it returns
2614
- * a promise for an `Object` with `bytesWritten` and `buffer` properties.
2615
- *
2616
- * It is unsafe to use `fs.write()` multiple times on the same file without waiting
2617
- * for the callback. For this scenario, {@link createWriteStream} is
2618
- * recommended.
2619
- *
2620
- * On Linux, positional writes don't work when the file is opened in append mode.
2621
- * The kernel ignores the position argument and always appends the data to
2622
- * the end of the file.
2623
- * @since v0.0.2
2624
- * @param [offset=0]
2625
- * @param [length=buffer.byteLength - offset]
2626
- * @param [position='null']
2627
- */
2628
- function write<TBuffer extends NodeJS.ArrayBufferView>(
2629
- fd: number,
2630
- buffer: TBuffer,
2631
- offset: number | undefined | null,
2632
- length: number | undefined | null,
2633
- position: number | undefined | null,
2634
- callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void,
2635
- ): void;
2636
- /**
2637
- * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor.
2638
- * @param fd A file descriptor.
2639
- * @param offset The part of the buffer to be written. If not supplied, defaults to `0`.
2640
- * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`.
2641
- */
2642
- function write<TBuffer extends NodeJS.ArrayBufferView>(
2643
- fd: number,
2644
- buffer: TBuffer,
2645
- offset: number | undefined | null,
2646
- length: number | undefined | null,
2647
- callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void,
2648
- ): void;
2649
- /**
2650
- * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor.
2651
- * @param fd A file descriptor.
2652
- * @param offset The part of the buffer to be written. If not supplied, defaults to `0`.
2653
- */
2654
- function write<TBuffer extends NodeJS.ArrayBufferView>(
2655
- fd: number,
2656
- buffer: TBuffer,
2657
- offset: number | undefined | null,
2658
- callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void,
2659
- ): void;
2660
- /**
2661
- * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor.
2662
- * @param fd A file descriptor.
2663
- */
2664
- function write<TBuffer extends NodeJS.ArrayBufferView>(
2665
- fd: number,
2666
- buffer: TBuffer,
2667
- callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void,
2668
- ): void;
2669
- /**
2670
- * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor.
2671
- * @param fd A file descriptor.
2672
- * @param options An object with the following properties:
2673
- * * `offset` The part of the buffer to be written. If not supplied, defaults to `0`.
2674
- * * `length` The number of bytes to write. If not supplied, defaults to `buffer.length - offset`.
2675
- * * `position` The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2676
- */
2677
- function write<TBuffer extends NodeJS.ArrayBufferView>(
2678
- fd: number,
2679
- buffer: TBuffer,
2680
- options: WriteOptions,
2681
- callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void,
2682
- ): void;
2683
- /**
2684
- * Asynchronously writes `string` to the file referenced by the supplied file descriptor.
2685
- * @param fd A file descriptor.
2686
- * @param string A string to write.
2687
- * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2688
- * @param encoding The expected string encoding.
2689
- */
2690
- function write(
2691
- fd: number,
2692
- string: string,
2693
- position: number | undefined | null,
2694
- encoding: BufferEncoding | undefined | null,
2695
- callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void,
2696
- ): void;
2697
- /**
2698
- * Asynchronously writes `string` to the file referenced by the supplied file descriptor.
2699
- * @param fd A file descriptor.
2700
- * @param string A string to write.
2701
- * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2702
- */
2703
- function write(
2704
- fd: number,
2705
- string: string,
2706
- position: number | undefined | null,
2707
- callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void,
2708
- ): void;
2709
- /**
2710
- * Asynchronously writes `string` to the file referenced by the supplied file descriptor.
2711
- * @param fd A file descriptor.
2712
- * @param string A string to write.
2713
- */
2714
- function write(
2715
- fd: number,
2716
- string: string,
2717
- callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void,
2718
- ): void;
2719
- namespace write {
2720
- /**
2721
- * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor.
2722
- * @param fd A file descriptor.
2723
- * @param offset The part of the buffer to be written. If not supplied, defaults to `0`.
2724
- * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`.
2725
- * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2726
- */
2727
- function __promisify__<TBuffer extends NodeJS.ArrayBufferView>(
2728
- fd: number,
2729
- buffer?: TBuffer,
2730
- offset?: number,
2731
- length?: number,
2732
- position?: number | null,
2733
- ): Promise<{
2734
- bytesWritten: number;
2735
- buffer: TBuffer;
2736
- }>;
2737
- /**
2738
- * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor.
2739
- * @param fd A file descriptor.
2740
- * @param options An object with the following properties:
2741
- * * `offset` The part of the buffer to be written. If not supplied, defaults to `0`.
2742
- * * `length` The number of bytes to write. If not supplied, defaults to `buffer.length - offset`.
2743
- * * `position` The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2744
- */
2745
- function __promisify__<TBuffer extends NodeJS.ArrayBufferView>(
2746
- fd: number,
2747
- buffer?: TBuffer,
2748
- options?: WriteOptions,
2749
- ): Promise<{
2750
- bytesWritten: number;
2751
- buffer: TBuffer;
2752
- }>;
2753
- /**
2754
- * Asynchronously writes `string` to the file referenced by the supplied file descriptor.
2755
- * @param fd A file descriptor.
2756
- * @param string A string to write.
2757
- * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2758
- * @param encoding The expected string encoding.
2759
- */
2760
- function __promisify__(
2761
- fd: number,
2762
- string: string,
2763
- position?: number | null,
2764
- encoding?: BufferEncoding | null,
2765
- ): Promise<{
2766
- bytesWritten: number;
2767
- buffer: string;
2768
- }>;
2769
- }
2770
- /**
2771
- * For detailed information, see the documentation of the asynchronous version of
2772
- * this API: {@link write}.
2773
- * @since v0.1.21
2774
- * @param [offset=0]
2775
- * @param [length=buffer.byteLength - offset]
2776
- * @param [position='null']
2777
- * @return The number of bytes written.
2778
- */
2779
- function writeSync(
2780
- fd: number,
2781
- buffer: NodeJS.ArrayBufferView,
2782
- offset?: number | null,
2783
- length?: number | null,
2784
- position?: number | null,
2785
- ): number;
2786
- /**
2787
- * Synchronously writes `string` to the file referenced by the supplied file descriptor, returning the number of bytes written.
2788
- * @param fd A file descriptor.
2789
- * @param string A string to write.
2790
- * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2791
- * @param encoding The expected string encoding.
2792
- */
2793
- function writeSync(
2794
- fd: number,
2795
- string: string,
2796
- position?: number | null,
2797
- encoding?: BufferEncoding | null,
2798
- ): number;
2799
- type ReadPosition = number | bigint;
2800
- interface ReadOptions {
2801
- /**
2802
- * @default 0
2803
- */
2804
- offset?: number | undefined;
2805
- /**
2806
- * @default `length of buffer`
2807
- */
2808
- length?: number | undefined;
2809
- /**
2810
- * @default null
2811
- */
2812
- position?: ReadPosition | null | undefined;
2813
- }
2814
- interface ReadOptionsWithBuffer<T extends NodeJS.ArrayBufferView> extends ReadOptions {
2815
- buffer?: T | undefined;
2816
- }
2817
- /** @deprecated Use `ReadOptions` instead. */
2818
- // TODO: remove in future major
2819
- interface ReadSyncOptions extends ReadOptions {}
2820
- /** @deprecated Use `ReadOptionsWithBuffer` instead. */
2821
- // TODO: remove in future major
2822
- interface ReadAsyncOptions<T extends NodeJS.ArrayBufferView> extends ReadOptionsWithBuffer<T> {}
2823
- /**
2824
- * Read data from the file specified by `fd`.
2825
- *
2826
- * The callback is given the three arguments, `(err, bytesRead, buffer)`.
2827
- *
2828
- * If the file is not modified concurrently, the end-of-file is reached when the
2829
- * number of bytes read is zero.
2830
- *
2831
- * If this method is invoked as its `util.promisify()` ed version, it returns
2832
- * a promise for an `Object` with `bytesRead` and `buffer` properties.
2833
- * @since v0.0.2
2834
- * @param buffer The buffer that the data will be written to.
2835
- * @param offset The position in `buffer` to write the data to.
2836
- * @param length The number of bytes to read.
2837
- * @param position Specifies where to begin reading from in the file. If `position` is `null` or `-1 `, data will be read from the current file position, and the file position will be updated. If
2838
- * `position` is an integer, the file position will be unchanged.
2839
- */
2840
- function read<TBuffer extends NodeJS.ArrayBufferView>(
2841
- fd: number,
2842
- buffer: TBuffer,
2843
- offset: number,
2844
- length: number,
2845
- position: ReadPosition | null,
2846
- callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void,
2847
- ): void;
2848
- /**
2849
- * Similar to the above `fs.read` function, this version takes an optional `options` object.
2850
- * If not otherwise specified in an `options` object,
2851
- * `buffer` defaults to `Buffer.alloc(16384)`,
2852
- * `offset` defaults to `0`,
2853
- * `length` defaults to `buffer.byteLength`, `- offset` as of Node 17.6.0
2854
- * `position` defaults to `null`
2855
- * @since v12.17.0, 13.11.0
2856
- */
2857
- function read<TBuffer extends NodeJS.ArrayBufferView = NonSharedBuffer>(
2858
- fd: number,
2859
- options: ReadOptionsWithBuffer<TBuffer>,
2860
- callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void,
2861
- ): void;
2862
- function read<TBuffer extends NodeJS.ArrayBufferView>(
2863
- fd: number,
2864
- buffer: TBuffer,
2865
- options: ReadOptions,
2866
- callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void,
2867
- ): void;
2868
- function read<TBuffer extends NodeJS.ArrayBufferView>(
2869
- fd: number,
2870
- buffer: TBuffer,
2871
- callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void,
2872
- ): void;
2873
- function read(
2874
- fd: number,
2875
- callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: NonSharedBuffer) => void,
2876
- ): void;
2877
- namespace read {
2878
- /**
2879
- * @param fd A file descriptor.
2880
- * @param buffer The buffer that the data will be written to.
2881
- * @param offset The offset in the buffer at which to start writing.
2882
- * @param length The number of bytes to read.
2883
- * @param position The offset from the beginning of the file from which data should be read. If `null`, data will be read from the current position.
2884
- */
2885
- function __promisify__<TBuffer extends NodeJS.ArrayBufferView>(
2886
- fd: number,
2887
- buffer: TBuffer,
2888
- offset: number,
2889
- length: number,
2890
- position: ReadPosition | null,
2891
- ): Promise<{
2892
- bytesRead: number;
2893
- buffer: TBuffer;
2894
- }>;
2895
- function __promisify__<TBuffer extends NodeJS.ArrayBufferView = NonSharedBuffer>(
2896
- fd: number,
2897
- options: ReadOptionsWithBuffer<TBuffer>,
2898
- ): Promise<{
2899
- bytesRead: number;
2900
- buffer: TBuffer;
2901
- }>;
2902
- function __promisify__(fd: number): Promise<{
2903
- bytesRead: number;
2904
- buffer: NonSharedBuffer;
2905
- }>;
2906
- }
2907
- /**
2908
- * Returns the number of `bytesRead`.
2909
- *
2910
- * For detailed information, see the documentation of the asynchronous version of
2911
- * this API: {@link read}.
2912
- * @since v0.1.21
2913
- * @param [position='null']
2914
- */
2915
- function readSync(
2916
- fd: number,
2917
- buffer: NodeJS.ArrayBufferView,
2918
- offset: number,
2919
- length: number,
2920
- position: ReadPosition | null,
2921
- ): number;
2922
- /**
2923
- * Similar to the above `fs.readSync` function, this version takes an optional `options` object.
2924
- * If no `options` object is specified, it will default with the above values.
2925
- */
2926
- function readSync(fd: number, buffer: NodeJS.ArrayBufferView, opts?: ReadOptions): number;
2927
- /**
2928
- * Asynchronously reads the entire contents of a file.
2929
- *
2930
- * ```js
2931
- * import { readFile } from 'node:fs';
2932
- *
2933
- * readFile('/etc/passwd', (err, data) => {
2934
- * if (err) throw err;
2935
- * console.log(data);
2936
- * });
2937
- * ```
2938
- *
2939
- * The callback is passed two arguments `(err, data)`, where `data` is the
2940
- * contents of the file.
2941
- *
2942
- * If no encoding is specified, then the raw buffer is returned.
2943
- *
2944
- * If `options` is a string, then it specifies the encoding:
2945
- *
2946
- * ```js
2947
- * import { readFile } from 'node:fs';
2948
- *
2949
- * readFile('/etc/passwd', 'utf8', callback);
2950
- * ```
2951
- *
2952
- * When the path is a directory, the behavior of `fs.readFile()` and {@link readFileSync} is platform-specific. On macOS, Linux, and Windows, an
2953
- * error will be returned. On FreeBSD, a representation of the directory's contents
2954
- * will be returned.
2955
- *
2956
- * ```js
2957
- * import { readFile } from 'node:fs';
2958
- *
2959
- * // macOS, Linux, and Windows
2960
- * readFile('<directory>', (err, data) => {
2961
- * // => [Error: EISDIR: illegal operation on a directory, read <directory>]
2962
- * });
2963
- *
2964
- * // FreeBSD
2965
- * readFile('<directory>', (err, data) => {
2966
- * // => null, <data>
2967
- * });
2968
- * ```
2969
- *
2970
- * It is possible to abort an ongoing request using an `AbortSignal`. If a
2971
- * request is aborted the callback is called with an `AbortError`:
2972
- *
2973
- * ```js
2974
- * import { readFile } from 'node:fs';
2975
- *
2976
- * const controller = new AbortController();
2977
- * const signal = controller.signal;
2978
- * readFile(fileInfo[0].name, { signal }, (err, buf) => {
2979
- * // ...
2980
- * });
2981
- * // When you want to abort the request
2982
- * controller.abort();
2983
- * ```
2984
- *
2985
- * The `fs.readFile()` function buffers the entire file. To minimize memory costs,
2986
- * when possible prefer streaming via `fs.createReadStream()`.
2987
- *
2988
- * Aborting an ongoing request does not abort individual operating
2989
- * system requests but rather the internal buffering `fs.readFile` performs.
2990
- * @since v0.1.29
2991
- * @param path filename or file descriptor
2992
- */
2993
- function readFile(
2994
- path: PathOrFileDescriptor,
2995
- options:
2996
- | ({
2997
- encoding?: null | undefined;
2998
- flag?: string | undefined;
2999
- } & Abortable)
3000
- | undefined
3001
- | null,
3002
- callback: (err: NodeJS.ErrnoException | null, data: NonSharedBuffer) => void,
3003
- ): void;
3004
- /**
3005
- * Asynchronously reads the entire contents of a file.
3006
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3007
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3008
- * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag.
3009
- * If a flag is not provided, it defaults to `'r'`.
3010
- */
3011
- function readFile(
3012
- path: PathOrFileDescriptor,
3013
- options:
3014
- | ({
3015
- encoding: BufferEncoding;
3016
- flag?: string | undefined;
3017
- } & Abortable)
3018
- | BufferEncoding,
3019
- callback: (err: NodeJS.ErrnoException | null, data: string) => void,
3020
- ): void;
3021
- /**
3022
- * Asynchronously reads the entire contents of a file.
3023
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3024
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3025
- * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag.
3026
- * If a flag is not provided, it defaults to `'r'`.
3027
- */
3028
- function readFile(
3029
- path: PathOrFileDescriptor,
3030
- options:
3031
- | (ObjectEncodingOptions & {
3032
- flag?: string | undefined;
3033
- } & Abortable)
3034
- | BufferEncoding
3035
- | undefined
3036
- | null,
3037
- callback: (err: NodeJS.ErrnoException | null, data: string | NonSharedBuffer) => void,
3038
- ): void;
3039
- /**
3040
- * Asynchronously reads the entire contents of a file.
3041
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3042
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3043
- */
3044
- function readFile(
3045
- path: PathOrFileDescriptor,
3046
- callback: (err: NodeJS.ErrnoException | null, data: NonSharedBuffer) => void,
3047
- ): void;
3048
- namespace readFile {
3049
- /**
3050
- * Asynchronously reads the entire contents of a file.
3051
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3052
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3053
- * @param options An object that may contain an optional flag.
3054
- * If a flag is not provided, it defaults to `'r'`.
3055
- */
3056
- function __promisify__(
3057
- path: PathOrFileDescriptor,
3058
- options?: {
3059
- encoding?: null | undefined;
3060
- flag?: string | undefined;
3061
- } | null,
3062
- ): Promise<NonSharedBuffer>;
3063
- /**
3064
- * Asynchronously reads the entire contents of a file.
3065
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3066
- * URL support is _experimental_.
3067
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3068
- * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag.
3069
- * If a flag is not provided, it defaults to `'r'`.
3070
- */
3071
- function __promisify__(
3072
- path: PathOrFileDescriptor,
3073
- options:
3074
- | {
3075
- encoding: BufferEncoding;
3076
- flag?: string | undefined;
3077
- }
3078
- | BufferEncoding,
3079
- ): Promise<string>;
3080
- /**
3081
- * Asynchronously reads the entire contents of a file.
3082
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3083
- * URL support is _experimental_.
3084
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3085
- * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag.
3086
- * If a flag is not provided, it defaults to `'r'`.
3087
- */
3088
- function __promisify__(
3089
- path: PathOrFileDescriptor,
3090
- options?:
3091
- | (ObjectEncodingOptions & {
3092
- flag?: string | undefined;
3093
- })
3094
- | BufferEncoding
3095
- | null,
3096
- ): Promise<string | NonSharedBuffer>;
3097
- }
3098
- /**
3099
- * Returns the contents of the `path`.
3100
- *
3101
- * For detailed information, see the documentation of the asynchronous version of
3102
- * this API: {@link readFile}.
3103
- *
3104
- * If the `encoding` option is specified then this function returns a
3105
- * string. Otherwise it returns a buffer.
3106
- *
3107
- * Similar to {@link readFile}, when the path is a directory, the behavior of `fs.readFileSync()` is platform-specific.
3108
- *
3109
- * ```js
3110
- * import { readFileSync } from 'node:fs';
3111
- *
3112
- * // macOS, Linux, and Windows
3113
- * readFileSync('<directory>');
3114
- * // => [Error: EISDIR: illegal operation on a directory, read <directory>]
3115
- *
3116
- * // FreeBSD
3117
- * readFileSync('<directory>'); // => <data>
3118
- * ```
3119
- * @since v0.1.8
3120
- * @param path filename or file descriptor
3121
- */
3122
- function readFileSync(
3123
- path: PathOrFileDescriptor,
3124
- options?: {
3125
- encoding?: null | undefined;
3126
- flag?: string | undefined;
3127
- } | null,
3128
- ): NonSharedBuffer;
3129
- /**
3130
- * Synchronously reads the entire contents of a file.
3131
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3132
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3133
- * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag.
3134
- * If a flag is not provided, it defaults to `'r'`.
3135
- */
3136
- function readFileSync(
3137
- path: PathOrFileDescriptor,
3138
- options:
3139
- | {
3140
- encoding: BufferEncoding;
3141
- flag?: string | undefined;
3142
- }
3143
- | BufferEncoding,
3144
- ): string;
3145
- /**
3146
- * Synchronously reads the entire contents of a file.
3147
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3148
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3149
- * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag.
3150
- * If a flag is not provided, it defaults to `'r'`.
3151
- */
3152
- function readFileSync(
3153
- path: PathOrFileDescriptor,
3154
- options?:
3155
- | (ObjectEncodingOptions & {
3156
- flag?: string | undefined;
3157
- })
3158
- | BufferEncoding
3159
- | null,
3160
- ): string | NonSharedBuffer;
3161
- type WriteFileOptions =
3162
- | (
3163
- & ObjectEncodingOptions
3164
- & Abortable
3165
- & {
3166
- mode?: Mode | undefined;
3167
- flag?: string | undefined;
3168
- flush?: boolean | undefined;
3169
- }
3170
- )
3171
- | BufferEncoding
3172
- | null;
3173
- /**
3174
- * When `file` is a filename, asynchronously writes data to the file, replacing the
3175
- * file if it already exists. `data` can be a string or a buffer.
3176
- *
3177
- * When `file` is a file descriptor, the behavior is similar to calling `fs.write()` directly (which is recommended). See the notes below on using
3178
- * a file descriptor.
3179
- *
3180
- * The `encoding` option is ignored if `data` is a buffer.
3181
- *
3182
- * The `mode` option only affects the newly created file. See {@link open} for more details.
3183
- *
3184
- * ```js
3185
- * import { writeFile } from 'node:fs';
3186
- * import { Buffer } from 'node:buffer';
3187
- *
3188
- * const data = new Uint8Array(Buffer.from('Hello Node.js'));
3189
- * writeFile('message.txt', data, (err) => {
3190
- * if (err) throw err;
3191
- * console.log('The file has been saved!');
3192
- * });
3193
- * ```
3194
- *
3195
- * If `options` is a string, then it specifies the encoding:
3196
- *
3197
- * ```js
3198
- * import { writeFile } from 'node:fs';
3199
- *
3200
- * writeFile('message.txt', 'Hello Node.js', 'utf8', callback);
3201
- * ```
3202
- *
3203
- * It is unsafe to use `fs.writeFile()` multiple times on the same file without
3204
- * waiting for the callback. For this scenario, {@link createWriteStream} is
3205
- * recommended.
3206
- *
3207
- * Similarly to `fs.readFile` \- `fs.writeFile` is a convenience method that
3208
- * performs multiple `write` calls internally to write the buffer passed to it.
3209
- * For performance sensitive code consider using {@link createWriteStream}.
3210
- *
3211
- * It is possible to use an `AbortSignal` to cancel an `fs.writeFile()`.
3212
- * Cancelation is "best effort", and some amount of data is likely still
3213
- * to be written.
3214
- *
3215
- * ```js
3216
- * import { writeFile } from 'node:fs';
3217
- * import { Buffer } from 'node:buffer';
3218
- *
3219
- * const controller = new AbortController();
3220
- * const { signal } = controller;
3221
- * const data = new Uint8Array(Buffer.from('Hello Node.js'));
3222
- * writeFile('message.txt', data, { signal }, (err) => {
3223
- * // When a request is aborted - the callback is called with an AbortError
3224
- * });
3225
- * // When the request should be aborted
3226
- * controller.abort();
3227
- * ```
3228
- *
3229
- * Aborting an ongoing request does not abort individual operating
3230
- * system requests but rather the internal buffering `fs.writeFile` performs.
3231
- * @since v0.1.29
3232
- * @param file filename or file descriptor
3233
- */
3234
- function writeFile(
3235
- file: PathOrFileDescriptor,
3236
- data: string | NodeJS.ArrayBufferView,
3237
- options: WriteFileOptions,
3238
- callback: NoParamCallback,
3239
- ): void;
3240
- /**
3241
- * Asynchronously writes data to a file, replacing the file if it already exists.
3242
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3243
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3244
- * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string.
3245
- */
3246
- function writeFile(
3247
- path: PathOrFileDescriptor,
3248
- data: string | NodeJS.ArrayBufferView,
3249
- callback: NoParamCallback,
3250
- ): void;
3251
- namespace writeFile {
3252
- /**
3253
- * Asynchronously writes data to a file, replacing the file if it already exists.
3254
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3255
- * URL support is _experimental_.
3256
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3257
- * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string.
3258
- * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag.
3259
- * If `encoding` is not supplied, the default of `'utf8'` is used.
3260
- * If `mode` is not supplied, the default of `0o666` is used.
3261
- * If `mode` is a string, it is parsed as an octal integer.
3262
- * If `flag` is not supplied, the default of `'w'` is used.
3263
- */
3264
- function __promisify__(
3265
- path: PathOrFileDescriptor,
3266
- data: string | NodeJS.ArrayBufferView,
3267
- options?: WriteFileOptions,
3268
- ): Promise<void>;
3269
- }
3270
- /**
3271
- * Returns `undefined`.
3272
- *
3273
- * The `mode` option only affects the newly created file. See {@link open} for more details.
3274
- *
3275
- * For detailed information, see the documentation of the asynchronous version of
3276
- * this API: {@link writeFile}.
3277
- * @since v0.1.29
3278
- * @param file filename or file descriptor
3279
- */
3280
- function writeFileSync(
3281
- file: PathOrFileDescriptor,
3282
- data: string | NodeJS.ArrayBufferView,
3283
- options?: WriteFileOptions,
3284
- ): void;
3285
- /**
3286
- * Asynchronously append data to a file, creating the file if it does not yet
3287
- * exist. `data` can be a string or a `Buffer`.
3288
- *
3289
- * The `mode` option only affects the newly created file. See {@link open} for more details.
3290
- *
3291
- * ```js
3292
- * import { appendFile } from 'node:fs';
3293
- *
3294
- * appendFile('message.txt', 'data to append', (err) => {
3295
- * if (err) throw err;
3296
- * console.log('The "data to append" was appended to file!');
3297
- * });
3298
- * ```
3299
- *
3300
- * If `options` is a string, then it specifies the encoding:
3301
- *
3302
- * ```js
3303
- * import { appendFile } from 'node:fs';
3304
- *
3305
- * appendFile('message.txt', 'data to append', 'utf8', callback);
3306
- * ```
3307
- *
3308
- * The `path` may be specified as a numeric file descriptor that has been opened
3309
- * for appending (using `fs.open()` or `fs.openSync()`). The file descriptor will
3310
- * not be closed automatically.
3311
- *
3312
- * ```js
3313
- * import { open, close, appendFile } from 'node:fs';
3314
- *
3315
- * function closeFd(fd) {
3316
- * close(fd, (err) => {
3317
- * if (err) throw err;
3318
- * });
3319
- * }
3320
- *
3321
- * open('message.txt', 'a', (err, fd) => {
3322
- * if (err) throw err;
3323
- *
3324
- * try {
3325
- * appendFile(fd, 'data to append', 'utf8', (err) => {
3326
- * closeFd(fd);
3327
- * if (err) throw err;
3328
- * });
3329
- * } catch (err) {
3330
- * closeFd(fd);
3331
- * throw err;
3332
- * }
3333
- * });
3334
- * ```
3335
- * @since v0.6.7
3336
- * @param path filename or file descriptor
3337
- */
3338
- function appendFile(
3339
- path: PathOrFileDescriptor,
3340
- data: string | Uint8Array,
3341
- options: WriteFileOptions,
3342
- callback: NoParamCallback,
3343
- ): void;
3344
- /**
3345
- * Asynchronously append data to a file, creating the file if it does not exist.
3346
- * @param file A path to a file. If a URL is provided, it must use the `file:` protocol.
3347
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3348
- * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string.
3349
- */
3350
- function appendFile(file: PathOrFileDescriptor, data: string | Uint8Array, callback: NoParamCallback): void;
3351
- namespace appendFile {
3352
- /**
3353
- * Asynchronously append data to a file, creating the file if it does not exist.
3354
- * @param file A path to a file. If a URL is provided, it must use the `file:` protocol.
3355
- * URL support is _experimental_.
3356
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3357
- * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string.
3358
- * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag.
3359
- * If `encoding` is not supplied, the default of `'utf8'` is used.
3360
- * If `mode` is not supplied, the default of `0o666` is used.
3361
- * If `mode` is a string, it is parsed as an octal integer.
3362
- * If `flag` is not supplied, the default of `'a'` is used.
3363
- */
3364
- function __promisify__(
3365
- file: PathOrFileDescriptor,
3366
- data: string | Uint8Array,
3367
- options?: WriteFileOptions,
3368
- ): Promise<void>;
3369
- }
3370
- /**
3371
- * Synchronously append data to a file, creating the file if it does not yet
3372
- * exist. `data` can be a string or a `Buffer`.
3373
- *
3374
- * The `mode` option only affects the newly created file. See {@link open} for more details.
3375
- *
3376
- * ```js
3377
- * import { appendFileSync } from 'node:fs';
3378
- *
3379
- * try {
3380
- * appendFileSync('message.txt', 'data to append');
3381
- * console.log('The "data to append" was appended to file!');
3382
- * } catch (err) {
3383
- * // Handle the error
3384
- * }
3385
- * ```
3386
- *
3387
- * If `options` is a string, then it specifies the encoding:
3388
- *
3389
- * ```js
3390
- * import { appendFileSync } from 'node:fs';
3391
- *
3392
- * appendFileSync('message.txt', 'data to append', 'utf8');
3393
- * ```
3394
- *
3395
- * The `path` may be specified as a numeric file descriptor that has been opened
3396
- * for appending (using `fs.open()` or `fs.openSync()`). The file descriptor will
3397
- * not be closed automatically.
3398
- *
3399
- * ```js
3400
- * import { openSync, closeSync, appendFileSync } from 'node:fs';
3401
- *
3402
- * let fd;
3403
- *
3404
- * try {
3405
- * fd = openSync('message.txt', 'a');
3406
- * appendFileSync(fd, 'data to append', 'utf8');
3407
- * } catch (err) {
3408
- * // Handle the error
3409
- * } finally {
3410
- * if (fd !== undefined)
3411
- * closeSync(fd);
3412
- * }
3413
- * ```
3414
- * @since v0.6.7
3415
- * @param path filename or file descriptor
3416
- */
3417
- function appendFileSync(
3418
- path: PathOrFileDescriptor,
3419
- data: string | Uint8Array,
3420
- options?: WriteFileOptions,
3421
- ): void;
3422
- /**
3423
- * Watch for changes on `filename`. The callback `listener` will be called each
3424
- * time the file is accessed.
3425
- *
3426
- * The `options` argument may be omitted. If provided, it should be an object. The `options` object may contain a boolean named `persistent` that indicates
3427
- * whether the process should continue to run as long as files are being watched.
3428
- * The `options` object may specify an `interval` property indicating how often the
3429
- * target should be polled in milliseconds.
3430
- *
3431
- * The `listener` gets two arguments the current stat object and the previous
3432
- * stat object:
3433
- *
3434
- * ```js
3435
- * import { watchFile } from 'node:fs';
3436
- *
3437
- * watchFile('message.text', (curr, prev) => {
3438
- * console.log(`the current mtime is: ${curr.mtime}`);
3439
- * console.log(`the previous mtime was: ${prev.mtime}`);
3440
- * });
3441
- * ```
3442
- *
3443
- * These stat objects are instances of `fs.Stat`. If the `bigint` option is `true`,
3444
- * the numeric values in these objects are specified as `BigInt`s.
3445
- *
3446
- * To be notified when the file was modified, not just accessed, it is necessary
3447
- * to compare `curr.mtimeMs` and `prev.mtimeMs`.
3448
- *
3449
- * When an `fs.watchFile` operation results in an `ENOENT` error, it
3450
- * will invoke the listener once, with all the fields zeroed (or, for dates, the
3451
- * Unix Epoch). If the file is created later on, the listener will be called
3452
- * again, with the latest stat objects. This is a change in functionality since
3453
- * v0.10.
3454
- *
3455
- * Using {@link watch} is more efficient than `fs.watchFile` and `fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and `fs.unwatchFile` when possible.
3456
- *
3457
- * When a file being watched by `fs.watchFile()` disappears and reappears,
3458
- * then the contents of `previous` in the second callback event (the file's
3459
- * reappearance) will be the same as the contents of `previous` in the first
3460
- * callback event (its disappearance).
3461
- *
3462
- * This happens when:
3463
- *
3464
- * * the file is deleted, followed by a restore
3465
- * * the file is renamed and then renamed a second time back to its original name
3466
- * @since v0.1.31
3467
- */
3468
- interface WatchFileOptions {
3469
- bigint?: boolean | undefined;
3470
- persistent?: boolean | undefined;
3471
- interval?: number | undefined;
3472
- }
3473
- /**
3474
- * Watch for changes on `filename`. The callback `listener` will be called each
3475
- * time the file is accessed.
3476
- *
3477
- * The `options` argument may be omitted. If provided, it should be an object. The `options` object may contain a boolean named `persistent` that indicates
3478
- * whether the process should continue to run as long as files are being watched.
3479
- * The `options` object may specify an `interval` property indicating how often the
3480
- * target should be polled in milliseconds.
3481
- *
3482
- * The `listener` gets two arguments the current stat object and the previous
3483
- * stat object:
3484
- *
3485
- * ```js
3486
- * import { watchFile } from 'node:fs';
3487
- *
3488
- * watchFile('message.text', (curr, prev) => {
3489
- * console.log(`the current mtime is: ${curr.mtime}`);
3490
- * console.log(`the previous mtime was: ${prev.mtime}`);
3491
- * });
3492
- * ```
3493
- *
3494
- * These stat objects are instances of `fs.Stat`. If the `bigint` option is `true`,
3495
- * the numeric values in these objects are specified as `BigInt`s.
3496
- *
3497
- * To be notified when the file was modified, not just accessed, it is necessary
3498
- * to compare `curr.mtimeMs` and `prev.mtimeMs`.
3499
- *
3500
- * When an `fs.watchFile` operation results in an `ENOENT` error, it
3501
- * will invoke the listener once, with all the fields zeroed (or, for dates, the
3502
- * Unix Epoch). If the file is created later on, the listener will be called
3503
- * again, with the latest stat objects. This is a change in functionality since
3504
- * v0.10.
3505
- *
3506
- * Using {@link watch} is more efficient than `fs.watchFile` and `fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and `fs.unwatchFile` when possible.
3507
- *
3508
- * When a file being watched by `fs.watchFile()` disappears and reappears,
3509
- * then the contents of `previous` in the second callback event (the file's
3510
- * reappearance) will be the same as the contents of `previous` in the first
3511
- * callback event (its disappearance).
3512
- *
3513
- * This happens when:
3514
- *
3515
- * * the file is deleted, followed by a restore
3516
- * * the file is renamed and then renamed a second time back to its original name
3517
- * @since v0.1.31
3518
- */
3519
- function watchFile(
3520
- filename: PathLike,
3521
- options:
3522
- | (WatchFileOptions & {
3523
- bigint?: false | undefined;
3524
- })
3525
- | undefined,
3526
- listener: StatsListener,
3527
- ): StatWatcher;
3528
- function watchFile(
3529
- filename: PathLike,
3530
- options:
3531
- | (WatchFileOptions & {
3532
- bigint: true;
3533
- })
3534
- | undefined,
3535
- listener: BigIntStatsListener,
3536
- ): StatWatcher;
3537
- /**
3538
- * Watch for changes on `filename`. The callback `listener` will be called each time the file is accessed.
3539
- * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
3540
- */
3541
- function watchFile(filename: PathLike, listener: StatsListener): StatWatcher;
3542
- /**
3543
- * Stop watching for changes on `filename`. If `listener` is specified, only that
3544
- * particular listener is removed. Otherwise, _all_ listeners are removed,
3545
- * effectively stopping watching of `filename`.
3546
- *
3547
- * Calling `fs.unwatchFile()` with a filename that is not being watched is a
3548
- * no-op, not an error.
3549
- *
3550
- * Using {@link watch} is more efficient than `fs.watchFile()` and `fs.unwatchFile()`. `fs.watch()` should be used instead of `fs.watchFile()` and `fs.unwatchFile()` when possible.
3551
- * @since v0.1.31
3552
- * @param listener Optional, a listener previously attached using `fs.watchFile()`
3553
- */
3554
- function unwatchFile(filename: PathLike, listener?: StatsListener): void;
3555
- function unwatchFile(filename: PathLike, listener?: BigIntStatsListener): void;
3556
- interface WatchOptions extends Abortable {
3557
- encoding?: BufferEncoding | "buffer" | undefined;
3558
- persistent?: boolean | undefined;
3559
- recursive?: boolean | undefined;
3560
- }
3561
- interface WatchOptionsWithBufferEncoding extends WatchOptions {
3562
- encoding: "buffer";
3563
- }
3564
- interface WatchOptionsWithStringEncoding extends WatchOptions {
3565
- encoding?: BufferEncoding | undefined;
3566
- }
3567
- type WatchEventType = "rename" | "change";
3568
- type WatchListener<T> = (event: WatchEventType, filename: T | null) => void;
3569
- type StatsListener = (curr: Stats, prev: Stats) => void;
3570
- type BigIntStatsListener = (curr: BigIntStats, prev: BigIntStats) => void;
3571
- /**
3572
- * Watch for changes on `filename`, where `filename` is either a file or a
3573
- * directory.
3574
- *
3575
- * The second argument is optional. If `options` is provided as a string, it
3576
- * specifies the `encoding`. Otherwise `options` should be passed as an object.
3577
- *
3578
- * The listener callback gets two arguments `(eventType, filename)`. `eventType`is either `'rename'` or `'change'`, and `filename` is the name of the file
3579
- * which triggered the event.
3580
- *
3581
- * On most platforms, `'rename'` is emitted whenever a filename appears or
3582
- * disappears in the directory.
3583
- *
3584
- * The listener callback is attached to the `'change'` event fired by `fs.FSWatcher`, but it is not the same thing as the `'change'` value of `eventType`.
3585
- *
3586
- * If a `signal` is passed, aborting the corresponding AbortController will close
3587
- * the returned `fs.FSWatcher`.
3588
- * @since v0.5.10
3589
- * @param listener
3590
- */
3591
- function watch(
3592
- filename: PathLike,
3593
- options?: WatchOptionsWithStringEncoding | BufferEncoding | null,
3594
- listener?: WatchListener<string>,
3595
- ): FSWatcher;
3596
- function watch(
3597
- filename: PathLike,
3598
- options: WatchOptionsWithBufferEncoding | "buffer",
3599
- listener: WatchListener<NonSharedBuffer>,
3600
- ): FSWatcher;
3601
- function watch(
3602
- filename: PathLike,
3603
- options: WatchOptions | BufferEncoding | "buffer" | null,
3604
- listener: WatchListener<string | NonSharedBuffer>,
3605
- ): FSWatcher;
3606
- function watch(filename: PathLike, listener: WatchListener<string>): FSWatcher;
3607
- /**
3608
- * Test whether or not the given path exists by checking with the file system.
3609
- * Then call the `callback` argument with either true or false:
3610
- *
3611
- * ```js
3612
- * import { exists } from 'node:fs';
3613
- *
3614
- * exists('/etc/passwd', (e) => {
3615
- * console.log(e ? 'it exists' : 'no passwd!');
3616
- * });
3617
- * ```
3618
- *
3619
- * **The parameters for this callback are not consistent with other Node.js**
3620
- * **callbacks.** Normally, the first parameter to a Node.js callback is an `err` parameter, optionally followed by other parameters. The `fs.exists()` callback
3621
- * has only one boolean parameter. This is one reason `fs.access()` is recommended
3622
- * instead of `fs.exists()`.
3623
- *
3624
- * Using `fs.exists()` to check for the existence of a file before calling `fs.open()`, `fs.readFile()`, or `fs.writeFile()` is not recommended. Doing
3625
- * so introduces a race condition, since other processes may change the file's
3626
- * state between the two calls. Instead, user code should open/read/write the
3627
- * file directly and handle the error raised if the file does not exist.
3628
- *
3629
- * **write (NOT RECOMMENDED)**
3630
- *
3631
- * ```js
3632
- * import { exists, open, close } from 'node:fs';
3633
- *
3634
- * exists('myfile', (e) => {
3635
- * if (e) {
3636
- * console.error('myfile already exists');
3637
- * } else {
3638
- * open('myfile', 'wx', (err, fd) => {
3639
- * if (err) throw err;
3640
- *
3641
- * try {
3642
- * writeMyData(fd);
3643
- * } finally {
3644
- * close(fd, (err) => {
3645
- * if (err) throw err;
3646
- * });
3647
- * }
3648
- * });
3649
- * }
3650
- * });
3651
- * ```
3652
- *
3653
- * **write (RECOMMENDED)**
3654
- *
3655
- * ```js
3656
- * import { open, close } from 'node:fs';
3657
- * open('myfile', 'wx', (err, fd) => {
3658
- * if (err) {
3659
- * if (err.code === 'EEXIST') {
3660
- * console.error('myfile already exists');
3661
- * return;
3662
- * }
3663
- *
3664
- * throw err;
3665
- * }
3666
- *
3667
- * try {
3668
- * writeMyData(fd);
3669
- * } finally {
3670
- * close(fd, (err) => {
3671
- * if (err) throw err;
3672
- * });
3673
- * }
3674
- * });
3675
- * ```
3676
- *
3677
- * **read (NOT RECOMMENDED)**
3678
- *
3679
- * ```js
3680
- * import { open, close, exists } from 'node:fs';
3681
- *
3682
- * exists('myfile', (e) => {
3683
- * if (e) {
3684
- * open('myfile', 'r', (err, fd) => {
3685
- * if (err) throw err;
3686
- *
3687
- * try {
3688
- * readMyData(fd);
3689
- * } finally {
3690
- * close(fd, (err) => {
3691
- * if (err) throw err;
3692
- * });
3693
- * }
3694
- * });
3695
- * } else {
3696
- * console.error('myfile does not exist');
3697
- * }
3698
- * });
3699
- * ```
3700
- *
3701
- * **read (RECOMMENDED)**
3702
- *
3703
- * ```js
3704
- * import { open, close } from 'node:fs';
3705
- *
3706
- * open('myfile', 'r', (err, fd) => {
3707
- * if (err) {
3708
- * if (err.code === 'ENOENT') {
3709
- * console.error('myfile does not exist');
3710
- * return;
3711
- * }
3712
- *
3713
- * throw err;
3714
- * }
3715
- *
3716
- * try {
3717
- * readMyData(fd);
3718
- * } finally {
3719
- * close(fd, (err) => {
3720
- * if (err) throw err;
3721
- * });
3722
- * }
3723
- * });
3724
- * ```
3725
- *
3726
- * The "not recommended" examples above check for existence and then use the
3727
- * file; the "recommended" examples are better because they use the file directly
3728
- * and handle the error, if any.
3729
- *
3730
- * In general, check for the existence of a file only if the file won't be
3731
- * used directly, for example when its existence is a signal from another
3732
- * process.
3733
- * @since v0.0.2
3734
- * @deprecated Since v1.0.0 - Use {@link stat} or {@link access} instead.
3735
- */
3736
- function exists(path: PathLike, callback: (exists: boolean) => void): void;
3737
- /** @deprecated */
3738
- namespace exists {
3739
- /**
3740
- * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
3741
- * URL support is _experimental_.
3742
- */
3743
- function __promisify__(path: PathLike): Promise<boolean>;
3744
- }
3745
- /**
3746
- * Returns `true` if the path exists, `false` otherwise.
3747
- *
3748
- * For detailed information, see the documentation of the asynchronous version of
3749
- * this API: {@link exists}.
3750
- *
3751
- * `fs.exists()` is deprecated, but `fs.existsSync()` is not. The `callback` parameter to `fs.exists()` accepts parameters that are inconsistent with other
3752
- * Node.js callbacks. `fs.existsSync()` does not use a callback.
3753
- *
3754
- * ```js
3755
- * import { existsSync } from 'node:fs';
3756
- *
3757
- * if (existsSync('/etc/passwd'))
3758
- * console.log('The path exists.');
3759
- * ```
3760
- * @since v0.1.21
3761
- */
3762
- function existsSync(path: PathLike): boolean;
3763
- namespace constants {
3764
- // File Access Constants
3765
- /** Constant for fs.access(). File is visible to the calling process. */
3766
- const F_OK: number;
3767
- /** Constant for fs.access(). File can be read by the calling process. */
3768
- const R_OK: number;
3769
- /** Constant for fs.access(). File can be written by the calling process. */
3770
- const W_OK: number;
3771
- /** Constant for fs.access(). File can be executed by the calling process. */
3772
- const X_OK: number;
3773
- // File Copy Constants
3774
- /** Constant for fs.copyFile. Flag indicating the destination file should not be overwritten if it already exists. */
3775
- const COPYFILE_EXCL: number;
3776
- /**
3777
- * Constant for fs.copyFile. copy operation will attempt to create a copy-on-write reflink.
3778
- * If the underlying platform does not support copy-on-write, then a fallback copy mechanism is used.
3779
- */
3780
- const COPYFILE_FICLONE: number;
3781
- /**
3782
- * Constant for fs.copyFile. Copy operation will attempt to create a copy-on-write reflink.
3783
- * If the underlying platform does not support copy-on-write, then the operation will fail with an error.
3784
- */
3785
- const COPYFILE_FICLONE_FORCE: number;
3786
- // File Open Constants
3787
- /** Constant for fs.open(). Flag indicating to open a file for read-only access. */
3788
- const O_RDONLY: number;
3789
- /** Constant for fs.open(). Flag indicating to open a file for write-only access. */
3790
- const O_WRONLY: number;
3791
- /** Constant for fs.open(). Flag indicating to open a file for read-write access. */
3792
- const O_RDWR: number;
3793
- /** Constant for fs.open(). Flag indicating to create the file if it does not already exist. */
3794
- const O_CREAT: number;
3795
- /** Constant for fs.open(). Flag indicating that opening a file should fail if the O_CREAT flag is set and the file already exists. */
3796
- const O_EXCL: number;
3797
- /**
3798
- * Constant for fs.open(). Flag indicating that if path identifies a terminal device,
3799
- * opening the path shall not cause that terminal to become the controlling terminal for the process
3800
- * (if the process does not already have one).
3801
- */
3802
- const O_NOCTTY: number;
3803
- /** Constant for fs.open(). Flag indicating that if the file exists and is a regular file, and the file is opened successfully for write access, its length shall be truncated to zero. */
3804
- const O_TRUNC: number;
3805
- /** Constant for fs.open(). Flag indicating that data will be appended to the end of the file. */
3806
- const O_APPEND: number;
3807
- /** Constant for fs.open(). Flag indicating that the open should fail if the path is not a directory. */
3808
- const O_DIRECTORY: number;
3809
- /**
3810
- * constant for fs.open().
3811
- * Flag indicating reading accesses to the file system will no longer result in
3812
- * an update to the atime information associated with the file.
3813
- * This flag is available on Linux operating systems only.
3814
- */
3815
- const O_NOATIME: number;
3816
- /** Constant for fs.open(). Flag indicating that the open should fail if the path is a symbolic link. */
3817
- const O_NOFOLLOW: number;
3818
- /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O. */
3819
- const O_SYNC: number;
3820
- /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O with write operations waiting for data integrity. */
3821
- const O_DSYNC: number;
3822
- /** Constant for fs.open(). Flag indicating to open the symbolic link itself rather than the resource it is pointing to. */
3823
- const O_SYMLINK: number;
3824
- /** Constant for fs.open(). When set, an attempt will be made to minimize caching effects of file I/O. */
3825
- const O_DIRECT: number;
3826
- /** Constant for fs.open(). Flag indicating to open the file in nonblocking mode when possible. */
3827
- const O_NONBLOCK: number;
3828
- // File Type Constants
3829
- /** Constant for fs.Stats mode property for determining a file's type. Bit mask used to extract the file type code. */
3830
- const S_IFMT: number;
3831
- /** Constant for fs.Stats mode property for determining a file's type. File type constant for a regular file. */
3832
- const S_IFREG: number;
3833
- /** Constant for fs.Stats mode property for determining a file's type. File type constant for a directory. */
3834
- const S_IFDIR: number;
3835
- /** Constant for fs.Stats mode property for determining a file's type. File type constant for a character-oriented device file. */
3836
- const S_IFCHR: number;
3837
- /** Constant for fs.Stats mode property for determining a file's type. File type constant for a block-oriented device file. */
3838
- const S_IFBLK: number;
3839
- /** Constant for fs.Stats mode property for determining a file's type. File type constant for a FIFO/pipe. */
3840
- const S_IFIFO: number;
3841
- /** Constant for fs.Stats mode property for determining a file's type. File type constant for a symbolic link. */
3842
- const S_IFLNK: number;
3843
- /** Constant for fs.Stats mode property for determining a file's type. File type constant for a socket. */
3844
- const S_IFSOCK: number;
3845
- // File Mode Constants
3846
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by owner. */
3847
- const S_IRWXU: number;
3848
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by owner. */
3849
- const S_IRUSR: number;
3850
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by owner. */
3851
- const S_IWUSR: number;
3852
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by owner. */
3853
- const S_IXUSR: number;
3854
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by group. */
3855
- const S_IRWXG: number;
3856
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by group. */
3857
- const S_IRGRP: number;
3858
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by group. */
3859
- const S_IWGRP: number;
3860
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by group. */
3861
- const S_IXGRP: number;
3862
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by others. */
3863
- const S_IRWXO: number;
3864
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by others. */
3865
- const S_IROTH: number;
3866
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by others. */
3867
- const S_IWOTH: number;
3868
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by others. */
3869
- const S_IXOTH: number;
3870
- /**
3871
- * When set, a memory file mapping is used to access the file. This flag
3872
- * is available on Windows operating systems only. On other operating systems,
3873
- * this flag is ignored.
3874
- */
3875
- const UV_FS_O_FILEMAP: number;
3876
- }
3877
- /**
3878
- * Tests a user's permissions for the file or directory specified by `path`.
3879
- * The `mode` argument is an optional integer that specifies the accessibility
3880
- * checks to be performed. `mode` should be either the value `fs.constants.F_OK` or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`, `fs.constants.W_OK`, and `fs.constants.X_OK`
3881
- * (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for
3882
- * possible values of `mode`.
3883
- *
3884
- * The final argument, `callback`, is a callback function that is invoked with
3885
- * a possible error argument. If any of the accessibility checks fail, the error
3886
- * argument will be an `Error` object. The following examples check if `package.json` exists, and if it is readable or writable.
3887
- *
3888
- * ```js
3889
- * import { access, constants } from 'node:fs';
3890
- *
3891
- * const file = 'package.json';
3892
- *
3893
- * // Check if the file exists in the current directory.
3894
- * access(file, constants.F_OK, (err) => {
3895
- * console.log(`${file} ${err ? 'does not exist' : 'exists'}`);
3896
- * });
3897
- *
3898
- * // Check if the file is readable.
3899
- * access(file, constants.R_OK, (err) => {
3900
- * console.log(`${file} ${err ? 'is not readable' : 'is readable'}`);
3901
- * });
3902
- *
3903
- * // Check if the file is writable.
3904
- * access(file, constants.W_OK, (err) => {
3905
- * console.log(`${file} ${err ? 'is not writable' : 'is writable'}`);
3906
- * });
3907
- *
3908
- * // Check if the file is readable and writable.
3909
- * access(file, constants.R_OK | constants.W_OK, (err) => {
3910
- * console.log(`${file} ${err ? 'is not' : 'is'} readable and writable`);
3911
- * });
3912
- * ```
3913
- *
3914
- * Do not use `fs.access()` to check for the accessibility of a file before calling `fs.open()`, `fs.readFile()`, or `fs.writeFile()`. Doing
3915
- * so introduces a race condition, since other processes may change the file's
3916
- * state between the two calls. Instead, user code should open/read/write the
3917
- * file directly and handle the error raised if the file is not accessible.
3918
- *
3919
- * **write (NOT RECOMMENDED)**
3920
- *
3921
- * ```js
3922
- * import { access, open, close } from 'node:fs';
3923
- *
3924
- * access('myfile', (err) => {
3925
- * if (!err) {
3926
- * console.error('myfile already exists');
3927
- * return;
3928
- * }
3929
- *
3930
- * open('myfile', 'wx', (err, fd) => {
3931
- * if (err) throw err;
3932
- *
3933
- * try {
3934
- * writeMyData(fd);
3935
- * } finally {
3936
- * close(fd, (err) => {
3937
- * if (err) throw err;
3938
- * });
3939
- * }
3940
- * });
3941
- * });
3942
- * ```
3943
- *
3944
- * **write (RECOMMENDED)**
3945
- *
3946
- * ```js
3947
- * import { open, close } from 'node:fs';
3948
- *
3949
- * open('myfile', 'wx', (err, fd) => {
3950
- * if (err) {
3951
- * if (err.code === 'EEXIST') {
3952
- * console.error('myfile already exists');
3953
- * return;
3954
- * }
3955
- *
3956
- * throw err;
3957
- * }
3958
- *
3959
- * try {
3960
- * writeMyData(fd);
3961
- * } finally {
3962
- * close(fd, (err) => {
3963
- * if (err) throw err;
3964
- * });
3965
- * }
3966
- * });
3967
- * ```
3968
- *
3969
- * **read (NOT RECOMMENDED)**
3970
- *
3971
- * ```js
3972
- * import { access, open, close } from 'node:fs';
3973
- * access('myfile', (err) => {
3974
- * if (err) {
3975
- * if (err.code === 'ENOENT') {
3976
- * console.error('myfile does not exist');
3977
- * return;
3978
- * }
3979
- *
3980
- * throw err;
3981
- * }
3982
- *
3983
- * open('myfile', 'r', (err, fd) => {
3984
- * if (err) throw err;
3985
- *
3986
- * try {
3987
- * readMyData(fd);
3988
- * } finally {
3989
- * close(fd, (err) => {
3990
- * if (err) throw err;
3991
- * });
3992
- * }
3993
- * });
3994
- * });
3995
- * ```
3996
- *
3997
- * **read (RECOMMENDED)**
3998
- *
3999
- * ```js
4000
- * import { open, close } from 'node:fs';
4001
- *
4002
- * open('myfile', 'r', (err, fd) => {
4003
- * if (err) {
4004
- * if (err.code === 'ENOENT') {
4005
- * console.error('myfile does not exist');
4006
- * return;
4007
- * }
4008
- *
4009
- * throw err;
4010
- * }
4011
- *
4012
- * try {
4013
- * readMyData(fd);
4014
- * } finally {
4015
- * close(fd, (err) => {
4016
- * if (err) throw err;
4017
- * });
4018
- * }
4019
- * });
4020
- * ```
4021
- *
4022
- * The "not recommended" examples above check for accessibility and then use the
4023
- * file; the "recommended" examples are better because they use the file directly
4024
- * and handle the error, if any.
4025
- *
4026
- * In general, check for the accessibility of a file only if the file will not be
4027
- * used directly, for example when its accessibility is a signal from another
4028
- * process.
4029
- *
4030
- * On Windows, access-control policies (ACLs) on a directory may limit access to
4031
- * a file or directory. The `fs.access()` function, however, does not check the
4032
- * ACL and therefore may report that a path is accessible even if the ACL restricts
4033
- * the user from reading or writing to it.
4034
- * @since v0.11.15
4035
- * @param [mode=fs.constants.F_OK]
4036
- */
4037
- function access(path: PathLike, mode: number | undefined, callback: NoParamCallback): void;
4038
- /**
4039
- * Asynchronously tests a user's permissions for the file specified by path.
4040
- * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
4041
- */
4042
- function access(path: PathLike, callback: NoParamCallback): void;
4043
- namespace access {
4044
- /**
4045
- * Asynchronously tests a user's permissions for the file specified by path.
4046
- * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
4047
- * URL support is _experimental_.
4048
- */
4049
- function __promisify__(path: PathLike, mode?: number): Promise<void>;
4050
- }
4051
- /**
4052
- * Synchronously tests a user's permissions for the file or directory specified
4053
- * by `path`. The `mode` argument is an optional integer that specifies the
4054
- * accessibility checks to be performed. `mode` should be either the value `fs.constants.F_OK` or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`, `fs.constants.W_OK`, and
4055
- * `fs.constants.X_OK` (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for
4056
- * possible values of `mode`.
4057
- *
4058
- * If any of the accessibility checks fail, an `Error` will be thrown. Otherwise,
4059
- * the method will return `undefined`.
4060
- *
4061
- * ```js
4062
- * import { accessSync, constants } from 'node:fs';
4063
- *
4064
- * try {
4065
- * accessSync('etc/passwd', constants.R_OK | constants.W_OK);
4066
- * console.log('can read/write');
4067
- * } catch (err) {
4068
- * console.error('no access!');
4069
- * }
4070
- * ```
4071
- * @since v0.11.15
4072
- * @param [mode=fs.constants.F_OK]
4073
- */
4074
- function accessSync(path: PathLike, mode?: number): void;
4075
- interface StreamOptions {
4076
- flags?: string | undefined;
4077
- encoding?: BufferEncoding | undefined;
4078
- fd?: number | FileHandle | undefined;
4079
- mode?: number | undefined;
4080
- autoClose?: boolean | undefined;
4081
- emitClose?: boolean | undefined;
4082
- start?: number | undefined;
4083
- signal?: AbortSignal | null | undefined;
4084
- highWaterMark?: number | undefined;
4085
- }
4086
- interface FSImplementation {
4087
- open?: (...args: any[]) => any;
4088
- close?: (...args: any[]) => any;
4089
- }
4090
- interface CreateReadStreamFSImplementation extends FSImplementation {
4091
- read: (...args: any[]) => any;
4092
- }
4093
- interface CreateWriteStreamFSImplementation extends FSImplementation {
4094
- write: (...args: any[]) => any;
4095
- writev?: (...args: any[]) => any;
4096
- }
4097
- interface ReadStreamOptions extends StreamOptions {
4098
- fs?: CreateReadStreamFSImplementation | null | undefined;
4099
- end?: number | undefined;
4100
- }
4101
- interface WriteStreamOptions extends StreamOptions {
4102
- fs?: CreateWriteStreamFSImplementation | null | undefined;
4103
- flush?: boolean | undefined;
4104
- }
4105
- /**
4106
- * `options` can include `start` and `end` values to read a range of bytes from
4107
- * the file instead of the entire file. Both `start` and `end` are inclusive and
4108
- * start counting at 0, allowed values are in the
4109
- * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. If `fd` is specified and `start` is
4110
- * omitted or `undefined`, `fs.createReadStream()` reads sequentially from the
4111
- * current file position. The `encoding` can be any one of those accepted by `Buffer`.
4112
- *
4113
- * If `fd` is specified, `ReadStream` will ignore the `path` argument and will use
4114
- * the specified file descriptor. This means that no `'open'` event will be
4115
- * emitted. `fd` should be blocking; non-blocking `fd`s should be passed to `net.Socket`.
4116
- *
4117
- * If `fd` points to a character device that only supports blocking reads
4118
- * (such as keyboard or sound card), read operations do not finish until data is
4119
- * available. This can prevent the process from exiting and the stream from
4120
- * closing naturally.
4121
- *
4122
- * By default, the stream will emit a `'close'` event after it has been
4123
- * destroyed. Set the `emitClose` option to `false` to change this behavior.
4124
- *
4125
- * By providing the `fs` option, it is possible to override the corresponding `fs` implementations for `open`, `read`, and `close`. When providing the `fs` option,
4126
- * an override for `read` is required. If no `fd` is provided, an override for `open` is also required. If `autoClose` is `true`, an override for `close` is
4127
- * also required.
4128
- *
4129
- * ```js
4130
- * import { createReadStream } from 'node:fs';
4131
- *
4132
- * // Create a stream from some character device.
4133
- * const stream = createReadStream('/dev/input/event0');
4134
- * setTimeout(() => {
4135
- * stream.close(); // This may not close the stream.
4136
- * // Artificially marking end-of-stream, as if the underlying resource had
4137
- * // indicated end-of-file by itself, allows the stream to close.
4138
- * // This does not cancel pending read operations, and if there is such an
4139
- * // operation, the process may still not be able to exit successfully
4140
- * // until it finishes.
4141
- * stream.push(null);
4142
- * stream.read(0);
4143
- * }, 100);
4144
- * ```
4145
- *
4146
- * If `autoClose` is false, then the file descriptor won't be closed, even if
4147
- * there's an error. It is the application's responsibility to close it and make
4148
- * sure there's no file descriptor leak. If `autoClose` is set to true (default
4149
- * behavior), on `'error'` or `'end'` the file descriptor will be closed
4150
- * automatically.
4151
- *
4152
- * `mode` sets the file mode (permission and sticky bits), but only if the
4153
- * file was created.
4154
- *
4155
- * An example to read the last 10 bytes of a file which is 100 bytes long:
4156
- *
4157
- * ```js
4158
- * import { createReadStream } from 'node:fs';
4159
- *
4160
- * createReadStream('sample.txt', { start: 90, end: 99 });
4161
- * ```
4162
- *
4163
- * If `options` is a string, then it specifies the encoding.
4164
- * @since v0.1.31
4165
- */
4166
- function createReadStream(path: PathLike, options?: BufferEncoding | ReadStreamOptions): ReadStream;
4167
- /**
4168
- * `options` may also include a `start` option to allow writing data at some
4169
- * position past the beginning of the file, allowed values are in the
4170
- * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. Modifying a file rather than
4171
- * replacing it may require the `flags` option to be set to `r+` rather than the
4172
- * default `w`. The `encoding` can be any one of those accepted by `Buffer`.
4173
- *
4174
- * If `autoClose` is set to true (default behavior) on `'error'` or `'finish'` the file descriptor will be closed automatically. If `autoClose` is false,
4175
- * then the file descriptor won't be closed, even if there's an error.
4176
- * It is the application's responsibility to close it and make sure there's no
4177
- * file descriptor leak.
4178
- *
4179
- * By default, the stream will emit a `'close'` event after it has been
4180
- * destroyed. Set the `emitClose` option to `false` to change this behavior.
4181
- *
4182
- * By providing the `fs` option it is possible to override the corresponding `fs` implementations for `open`, `write`, `writev`, and `close`. Overriding `write()` without `writev()` can reduce
4183
- * performance as some optimizations (`_writev()`)
4184
- * will be disabled. When providing the `fs` option, overrides for at least one of `write` and `writev` are required. If no `fd` option is supplied, an override
4185
- * for `open` is also required. If `autoClose` is `true`, an override for `close` is also required.
4186
- *
4187
- * Like `fs.ReadStream`, if `fd` is specified, `fs.WriteStream` will ignore the `path` argument and will use the specified file descriptor. This means that no `'open'` event will be
4188
- * emitted. `fd` should be blocking; non-blocking `fd`s
4189
- * should be passed to `net.Socket`.
4190
- *
4191
- * If `options` is a string, then it specifies the encoding.
4192
- * @since v0.1.31
4193
- */
4194
- function createWriteStream(path: PathLike, options?: BufferEncoding | WriteStreamOptions): WriteStream;
4195
- /**
4196
- * Forces all currently queued I/O operations associated with the file to the
4197
- * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. No arguments other
4198
- * than a possible
4199
- * exception are given to the completion callback.
4200
- * @since v0.1.96
4201
- */
4202
- function fdatasync(fd: number, callback: NoParamCallback): void;
4203
- namespace fdatasync {
4204
- /**
4205
- * Asynchronous fdatasync(2) - synchronize a file's in-core state with storage device.
4206
- * @param fd A file descriptor.
4207
- */
4208
- function __promisify__(fd: number): Promise<void>;
4209
- }
4210
- /**
4211
- * Forces all currently queued I/O operations associated with the file to the
4212
- * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. Returns `undefined`.
4213
- * @since v0.1.96
4214
- */
4215
- function fdatasyncSync(fd: number): void;
4216
- /**
4217
- * Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it
4218
- * already exists. No arguments other than a possible exception are given to the
4219
- * callback function. Node.js makes no guarantees about the atomicity of the copy
4220
- * operation. If an error occurs after the destination file has been opened for
4221
- * writing, Node.js will attempt to remove the destination.
4222
- *
4223
- * `mode` is an optional integer that specifies the behavior
4224
- * of the copy operation. It is possible to create a mask consisting of the bitwise
4225
- * OR of two or more values (e.g.`fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`).
4226
- *
4227
- * * `fs.constants.COPYFILE_EXCL`: The copy operation will fail if `dest` already
4228
- * exists.
4229
- * * `fs.constants.COPYFILE_FICLONE`: The copy operation will attempt to create a
4230
- * copy-on-write reflink. If the platform does not support copy-on-write, then a
4231
- * fallback copy mechanism is used.
4232
- * * `fs.constants.COPYFILE_FICLONE_FORCE`: The copy operation will attempt to
4233
- * create a copy-on-write reflink. If the platform does not support
4234
- * copy-on-write, then the operation will fail.
4235
- *
4236
- * ```js
4237
- * import { copyFile, constants } from 'node:fs';
4238
- *
4239
- * function callback(err) {
4240
- * if (err) throw err;
4241
- * console.log('source.txt was copied to destination.txt');
4242
- * }
4243
- *
4244
- * // destination.txt will be created or overwritten by default.
4245
- * copyFile('source.txt', 'destination.txt', callback);
4246
- *
4247
- * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists.
4248
- * copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL, callback);
4249
- * ```
4250
- * @since v8.5.0
4251
- * @param src source filename to copy
4252
- * @param dest destination filename of the copy operation
4253
- * @param [mode=0] modifiers for copy operation.
4254
- */
4255
- function copyFile(src: PathLike, dest: PathLike, callback: NoParamCallback): void;
4256
- function copyFile(src: PathLike, dest: PathLike, mode: number, callback: NoParamCallback): void;
4257
- namespace copyFile {
4258
- function __promisify__(src: PathLike, dst: PathLike, mode?: number): Promise<void>;
4259
- }
4260
- /**
4261
- * Synchronously copies `src` to `dest`. By default, `dest` is overwritten if it
4262
- * already exists. Returns `undefined`. Node.js makes no guarantees about the
4263
- * atomicity of the copy operation. If an error occurs after the destination file
4264
- * has been opened for writing, Node.js will attempt to remove the destination.
4265
- *
4266
- * `mode` is an optional integer that specifies the behavior
4267
- * of the copy operation. It is possible to create a mask consisting of the bitwise
4268
- * OR of two or more values (e.g.`fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`).
4269
- *
4270
- * * `fs.constants.COPYFILE_EXCL`: The copy operation will fail if `dest` already
4271
- * exists.
4272
- * * `fs.constants.COPYFILE_FICLONE`: The copy operation will attempt to create a
4273
- * copy-on-write reflink. If the platform does not support copy-on-write, then a
4274
- * fallback copy mechanism is used.
4275
- * * `fs.constants.COPYFILE_FICLONE_FORCE`: The copy operation will attempt to
4276
- * create a copy-on-write reflink. If the platform does not support
4277
- * copy-on-write, then the operation will fail.
4278
- *
4279
- * ```js
4280
- * import { copyFileSync, constants } from 'node:fs';
4281
- *
4282
- * // destination.txt will be created or overwritten by default.
4283
- * copyFileSync('source.txt', 'destination.txt');
4284
- * console.log('source.txt was copied to destination.txt');
4285
- *
4286
- * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists.
4287
- * copyFileSync('source.txt', 'destination.txt', constants.COPYFILE_EXCL);
4288
- * ```
4289
- * @since v8.5.0
4290
- * @param src source filename to copy
4291
- * @param dest destination filename of the copy operation
4292
- * @param [mode=0] modifiers for copy operation.
4293
- */
4294
- function copyFileSync(src: PathLike, dest: PathLike, mode?: number): void;
4295
- /**
4296
- * Write an array of `ArrayBufferView`s to the file specified by `fd` using `writev()`.
4297
- *
4298
- * `position` is the offset from the beginning of the file where this data
4299
- * should be written. If `typeof position !== 'number'`, the data will be written
4300
- * at the current position.
4301
- *
4302
- * The callback will be given three arguments: `err`, `bytesWritten`, and `buffers`. `bytesWritten` is how many bytes were written from `buffers`.
4303
- *
4304
- * If this method is `util.promisify()` ed, it returns a promise for an `Object` with `bytesWritten` and `buffers` properties.
4305
- *
4306
- * It is unsafe to use `fs.writev()` multiple times on the same file without
4307
- * waiting for the callback. For this scenario, use {@link createWriteStream}.
4308
- *
4309
- * On Linux, positional writes don't work when the file is opened in append mode.
4310
- * The kernel ignores the position argument and always appends the data to
4311
- * the end of the file.
4312
- * @since v12.9.0
4313
- * @param [position='null']
4314
- */
4315
- function writev<TBuffers extends readonly NodeJS.ArrayBufferView[]>(
4316
- fd: number,
4317
- buffers: TBuffers,
4318
- cb: (err: NodeJS.ErrnoException | null, bytesWritten: number, buffers: TBuffers) => void,
4319
- ): void;
4320
- function writev<TBuffers extends readonly NodeJS.ArrayBufferView[]>(
4321
- fd: number,
4322
- buffers: TBuffers,
4323
- position: number | null,
4324
- cb: (err: NodeJS.ErrnoException | null, bytesWritten: number, buffers: TBuffers) => void,
4325
- ): void;
4326
- // Providing a default type parameter doesn't provide true BC for userland consumers, but at least suppresses TS2314
4327
- // TODO: remove default in future major version
4328
- interface WriteVResult<T extends readonly NodeJS.ArrayBufferView[] = NodeJS.ArrayBufferView[]> {
4329
- bytesWritten: number;
4330
- buffers: T;
4331
- }
4332
- namespace writev {
4333
- function __promisify__<TBuffers extends readonly NodeJS.ArrayBufferView[]>(
4334
- fd: number,
4335
- buffers: TBuffers,
4336
- position?: number,
4337
- ): Promise<WriteVResult<TBuffers>>;
4338
- }
4339
- /**
4340
- * For detailed information, see the documentation of the asynchronous version of
4341
- * this API: {@link writev}.
4342
- * @since v12.9.0
4343
- * @param [position='null']
4344
- * @return The number of bytes written.
4345
- */
4346
- function writevSync(fd: number, buffers: readonly NodeJS.ArrayBufferView[], position?: number): number;
4347
- /**
4348
- * Read from a file specified by `fd` and write to an array of `ArrayBufferView`s
4349
- * using `readv()`.
4350
- *
4351
- * `position` is the offset from the beginning of the file from where data
4352
- * should be read. If `typeof position !== 'number'`, the data will be read
4353
- * from the current position.
4354
- *
4355
- * The callback will be given three arguments: `err`, `bytesRead`, and `buffers`. `bytesRead` is how many bytes were read from the file.
4356
- *
4357
- * If this method is invoked as its `util.promisify()` ed version, it returns
4358
- * a promise for an `Object` with `bytesRead` and `buffers` properties.
4359
- * @since v13.13.0, v12.17.0
4360
- * @param [position='null']
4361
- */
4362
- function readv<TBuffers extends readonly NodeJS.ArrayBufferView[]>(
4363
- fd: number,
4364
- buffers: TBuffers,
4365
- cb: (err: NodeJS.ErrnoException | null, bytesRead: number, buffers: TBuffers) => void,
4366
- ): void;
4367
- function readv<TBuffers extends readonly NodeJS.ArrayBufferView[]>(
4368
- fd: number,
4369
- buffers: TBuffers,
4370
- position: number | null,
4371
- cb: (err: NodeJS.ErrnoException | null, bytesRead: number, buffers: TBuffers) => void,
4372
- ): void;
4373
- // Providing a default type parameter doesn't provide true BC for userland consumers, but at least suppresses TS2314
4374
- // TODO: remove default in future major version
4375
- interface ReadVResult<T extends readonly NodeJS.ArrayBufferView[] = NodeJS.ArrayBufferView[]> {
4376
- bytesRead: number;
4377
- buffers: T;
4378
- }
4379
- namespace readv {
4380
- function __promisify__<TBuffers extends readonly NodeJS.ArrayBufferView[]>(
4381
- fd: number,
4382
- buffers: TBuffers,
4383
- position?: number,
4384
- ): Promise<ReadVResult<TBuffers>>;
4385
- }
4386
- /**
4387
- * For detailed information, see the documentation of the asynchronous version of
4388
- * this API: {@link readv}.
4389
- * @since v13.13.0, v12.17.0
4390
- * @param [position='null']
4391
- * @return The number of bytes read.
4392
- */
4393
- function readvSync(fd: number, buffers: readonly NodeJS.ArrayBufferView[], position?: number): number;
4394
-
4395
- interface OpenAsBlobOptions {
4396
- /**
4397
- * An optional mime type for the blob.
4398
- *
4399
- * @default 'undefined'
4400
- */
4401
- type?: string | undefined;
4402
- }
4403
-
4404
- /**
4405
- * Returns a `Blob` whose data is backed by the given file.
4406
- *
4407
- * The file must not be modified after the `Blob` is created. Any modifications
4408
- * will cause reading the `Blob` data to fail with a `DOMException` error.
4409
- * Synchronous stat operations on the file when the `Blob` is created, and before
4410
- * each read in order to detect whether the file data has been modified on disk.
4411
- *
4412
- * ```js
4413
- * import { openAsBlob } from 'node:fs';
4414
- *
4415
- * const blob = await openAsBlob('the.file.txt');
4416
- * const ab = await blob.arrayBuffer();
4417
- * blob.stream();
4418
- * ```
4419
- * @since v19.8.0
4420
- */
4421
- function openAsBlob(path: PathLike, options?: OpenAsBlobOptions): Promise<Blob>;
4422
-
4423
- interface OpenDirOptions {
4424
- /**
4425
- * @default 'utf8'
4426
- */
4427
- encoding?: BufferEncoding | undefined;
4428
- /**
4429
- * Number of directory entries that are buffered
4430
- * internally when reading from the directory. Higher values lead to better
4431
- * performance but higher memory usage.
4432
- * @default 32
4433
- */
4434
- bufferSize?: number | undefined;
4435
- /**
4436
- * @default false
4437
- */
4438
- recursive?: boolean | undefined;
4439
- }
4440
- /**
4441
- * Synchronously open a directory. See [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html).
4442
- *
4443
- * Creates an `fs.Dir`, which contains all further functions for reading from
4444
- * and cleaning up the directory.
4445
- *
4446
- * The `encoding` option sets the encoding for the `path` while opening the
4447
- * directory and subsequent read operations.
4448
- * @since v12.12.0
4449
- */
4450
- function opendirSync(path: PathLike, options?: OpenDirOptions): Dir;
4451
- /**
4452
- * Asynchronously open a directory. See the POSIX [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html) documentation for
4453
- * more details.
4454
- *
4455
- * Creates an `fs.Dir`, which contains all further functions for reading from
4456
- * and cleaning up the directory.
4457
- *
4458
- * The `encoding` option sets the encoding for the `path` while opening the
4459
- * directory and subsequent read operations.
4460
- * @since v12.12.0
4461
- */
4462
- function opendir(path: PathLike, cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void): void;
4463
- function opendir(
4464
- path: PathLike,
4465
- options: OpenDirOptions,
4466
- cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void,
4467
- ): void;
4468
- namespace opendir {
4469
- function __promisify__(path: PathLike, options?: OpenDirOptions): Promise<Dir>;
4470
- }
4471
- interface BigIntStats extends StatsBase<bigint> {
4472
- atimeNs: bigint;
4473
- mtimeNs: bigint;
4474
- ctimeNs: bigint;
4475
- birthtimeNs: bigint;
4476
- }
4477
- interface BigIntOptions {
4478
- bigint: true;
4479
- }
4480
- interface StatOptions {
4481
- bigint?: boolean | undefined;
4482
- }
4483
- interface StatSyncOptions extends StatOptions {
4484
- throwIfNoEntry?: boolean | undefined;
4485
- }
4486
- interface CopyOptionsBase {
4487
- /**
4488
- * Dereference symlinks
4489
- * @default false
4490
- */
4491
- dereference?: boolean | undefined;
4492
- /**
4493
- * When `force` is `false`, and the destination
4494
- * exists, throw an error.
4495
- * @default false
4496
- */
4497
- errorOnExist?: boolean | undefined;
4498
- /**
4499
- * Overwrite existing file or directory. _The copy
4500
- * operation will ignore errors if you set this to false and the destination
4501
- * exists. Use the `errorOnExist` option to change this behavior.
4502
- * @default true
4503
- */
4504
- force?: boolean | undefined;
4505
- /**
4506
- * Modifiers for copy operation. See `mode` flag of {@link copyFileSync()}
4507
- */
4508
- mode?: number | undefined;
4509
- /**
4510
- * When `true` timestamps from `src` will
4511
- * be preserved.
4512
- * @default false
4513
- */
4514
- preserveTimestamps?: boolean | undefined;
4515
- /**
4516
- * Copy directories recursively.
4517
- * @default false
4518
- */
4519
- recursive?: boolean | undefined;
4520
- /**
4521
- * When true, path resolution for symlinks will be skipped
4522
- * @default false
4523
- */
4524
- verbatimSymlinks?: boolean | undefined;
4525
- }
4526
- interface CopyOptions extends CopyOptionsBase {
4527
- /**
4528
- * Function to filter copied files/directories. Return
4529
- * `true` to copy the item, `false` to ignore it.
4530
- */
4531
- filter?: ((source: string, destination: string) => boolean | Promise<boolean>) | undefined;
4532
- }
4533
- interface CopySyncOptions extends CopyOptionsBase {
4534
- /**
4535
- * Function to filter copied files/directories. Return
4536
- * `true` to copy the item, `false` to ignore it.
4537
- */
4538
- filter?: ((source: string, destination: string) => boolean) | undefined;
4539
- }
4540
- /**
4541
- * Asynchronously copies the entire directory structure from `src` to `dest`,
4542
- * including subdirectories and files.
4543
- *
4544
- * When copying a directory to another directory, globs are not supported and
4545
- * behavior is similar to `cp dir1/ dir2/`.
4546
- * @since v16.7.0
4547
- * @experimental
4548
- * @param src source path to copy.
4549
- * @param dest destination path to copy to.
4550
- */
4551
- function cp(
4552
- source: string | URL,
4553
- destination: string | URL,
4554
- callback: (err: NodeJS.ErrnoException | null) => void,
4555
- ): void;
4556
- function cp(
4557
- source: string | URL,
4558
- destination: string | URL,
4559
- opts: CopyOptions,
4560
- callback: (err: NodeJS.ErrnoException | null) => void,
4561
- ): void;
4562
- /**
4563
- * Synchronously copies the entire directory structure from `src` to `dest`,
4564
- * including subdirectories and files.
4565
- *
4566
- * When copying a directory to another directory, globs are not supported and
4567
- * behavior is similar to `cp dir1/ dir2/`.
4568
- * @since v16.7.0
4569
- * @experimental
4570
- * @param src source path to copy.
4571
- * @param dest destination path to copy to.
4572
- */
4573
- function cpSync(source: string | URL, destination: string | URL, opts?: CopySyncOptions): void;
4574
-
4575
- // TODO: collapse
4576
- interface _GlobOptions<T extends Dirent | string> {
4577
- /**
4578
- * Current working directory.
4579
- * @default process.cwd()
4580
- */
4581
- cwd?: string | URL | undefined;
4582
- /**
4583
- * `true` if the glob should return paths as `Dirent`s, `false` otherwise.
4584
- * @default false
4585
- * @since v22.2.0
4586
- */
4587
- withFileTypes?: boolean | undefined;
4588
- /**
4589
- * Function to filter out files/directories or a
4590
- * list of glob patterns to be excluded. If a function is provided, return
4591
- * `true` to exclude the item, `false` to include it.
4592
- * If a string array is provided, each string should be a glob pattern that
4593
- * specifies paths to exclude. Note: Negation patterns (e.g., '!foo.js') are
4594
- * not supported.
4595
- * @default undefined
4596
- */
4597
- exclude?: ((fileName: T) => boolean) | readonly string[] | undefined;
4598
- }
4599
- interface GlobOptions extends _GlobOptions<Dirent | string> {}
4600
- interface GlobOptionsWithFileTypes extends _GlobOptions<Dirent> {
4601
- withFileTypes: true;
4602
- }
4603
- interface GlobOptionsWithoutFileTypes extends _GlobOptions<string> {
4604
- withFileTypes?: false | undefined;
4605
- }
4606
-
4607
- /**
4608
- * Retrieves the files matching the specified pattern.
4609
- *
4610
- * ```js
4611
- * import { glob } from 'node:fs';
4612
- *
4613
- * glob('*.js', (err, matches) => {
4614
- * if (err) throw err;
4615
- * console.log(matches);
4616
- * });
4617
- * ```
4618
- * @since v22.0.0
4619
- */
4620
- function glob(
4621
- pattern: string | readonly string[],
4622
- callback: (err: NodeJS.ErrnoException | null, matches: string[]) => void,
4623
- ): void;
4624
- function glob(
4625
- pattern: string | readonly string[],
4626
- options: GlobOptionsWithFileTypes,
4627
- callback: (
4628
- err: NodeJS.ErrnoException | null,
4629
- matches: Dirent[],
4630
- ) => void,
4631
- ): void;
4632
- function glob(
4633
- pattern: string | readonly string[],
4634
- options: GlobOptionsWithoutFileTypes,
4635
- callback: (
4636
- err: NodeJS.ErrnoException | null,
4637
- matches: string[],
4638
- ) => void,
4639
- ): void;
4640
- function glob(
4641
- pattern: string | readonly string[],
4642
- options: GlobOptions,
4643
- callback: (
4644
- err: NodeJS.ErrnoException | null,
4645
- matches: Dirent[] | string[],
4646
- ) => void,
4647
- ): void;
4648
- /**
4649
- * ```js
4650
- * import { globSync } from 'node:fs';
4651
- *
4652
- * console.log(globSync('*.js'));
4653
- * ```
4654
- * @since v22.0.0
4655
- * @returns paths of files that match the pattern.
4656
- */
4657
- function globSync(pattern: string | readonly string[]): string[];
4658
- function globSync(
4659
- pattern: string | readonly string[],
4660
- options: GlobOptionsWithFileTypes,
4661
- ): Dirent[];
4662
- function globSync(
4663
- pattern: string | readonly string[],
4664
- options: GlobOptionsWithoutFileTypes,
4665
- ): string[];
4666
- function globSync(
4667
- pattern: string | readonly string[],
4668
- options: GlobOptions,
4669
- ): Dirent[] | string[];
4670
- }
4671
- declare module "node:fs" {
4672
- export * as promises from "node:fs/promises";
4673
- }
4674
- declare module "fs" {
4675
- export * from "node:fs";
4676
- }