@7nsane/zift 1.0.2 → 1.0.4

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 (590) hide show
  1. package/audit-axios/axios-1.13.6.tgz +0 -0
  2. package/bin/zift.js +126 -62
  3. package/package.json +1 -1
  4. package/zift-user-test/node_modules/.package-lock.json +819 -0
  5. package/zift-user-test/node_modules/accepts/HISTORY.md +250 -0
  6. package/zift-user-test/node_modules/accepts/LICENSE +23 -0
  7. package/zift-user-test/node_modules/accepts/README.md +140 -0
  8. package/zift-user-test/node_modules/accepts/index.js +238 -0
  9. package/zift-user-test/node_modules/accepts/package.json +47 -0
  10. package/zift-user-test/node_modules/body-parser/LICENSE +23 -0
  11. package/zift-user-test/node_modules/body-parser/README.md +494 -0
  12. package/zift-user-test/node_modules/body-parser/index.js +71 -0
  13. package/zift-user-test/node_modules/body-parser/lib/read.js +247 -0
  14. package/zift-user-test/node_modules/body-parser/lib/types/json.js +158 -0
  15. package/zift-user-test/node_modules/body-parser/lib/types/raw.js +42 -0
  16. package/zift-user-test/node_modules/body-parser/lib/types/text.js +36 -0
  17. package/zift-user-test/node_modules/body-parser/lib/types/urlencoded.js +142 -0
  18. package/zift-user-test/node_modules/body-parser/lib/utils.js +98 -0
  19. package/zift-user-test/node_modules/body-parser/package.json +52 -0
  20. package/zift-user-test/node_modules/bytes/History.md +97 -0
  21. package/zift-user-test/node_modules/bytes/LICENSE +23 -0
  22. package/zift-user-test/node_modules/bytes/Readme.md +152 -0
  23. package/zift-user-test/node_modules/bytes/index.js +170 -0
  24. package/zift-user-test/node_modules/bytes/package.json +42 -0
  25. package/zift-user-test/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
  26. package/zift-user-test/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
  27. package/zift-user-test/node_modules/call-bind-apply-helpers/.nycrc +9 -0
  28. package/zift-user-test/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
  29. package/zift-user-test/node_modules/call-bind-apply-helpers/LICENSE +21 -0
  30. package/zift-user-test/node_modules/call-bind-apply-helpers/README.md +62 -0
  31. package/zift-user-test/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  32. package/zift-user-test/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  33. package/zift-user-test/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  34. package/zift-user-test/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  35. package/zift-user-test/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  36. package/zift-user-test/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  37. package/zift-user-test/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  38. package/zift-user-test/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  39. package/zift-user-test/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
  40. package/zift-user-test/node_modules/call-bind-apply-helpers/index.js +15 -0
  41. package/zift-user-test/node_modules/call-bind-apply-helpers/package.json +85 -0
  42. package/zift-user-test/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  43. package/zift-user-test/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  44. package/zift-user-test/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  45. package/zift-user-test/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  46. package/zift-user-test/node_modules/call-bound/.eslintrc +13 -0
  47. package/zift-user-test/node_modules/call-bound/.github/FUNDING.yml +12 -0
  48. package/zift-user-test/node_modules/call-bound/.nycrc +9 -0
  49. package/zift-user-test/node_modules/call-bound/CHANGELOG.md +42 -0
  50. package/zift-user-test/node_modules/call-bound/LICENSE +21 -0
  51. package/zift-user-test/node_modules/call-bound/README.md +53 -0
  52. package/zift-user-test/node_modules/call-bound/index.d.ts +94 -0
  53. package/zift-user-test/node_modules/call-bound/index.js +19 -0
  54. package/zift-user-test/node_modules/call-bound/package.json +99 -0
  55. package/zift-user-test/node_modules/call-bound/test/index.js +61 -0
  56. package/zift-user-test/node_modules/call-bound/tsconfig.json +10 -0
  57. package/zift-user-test/node_modules/content-disposition/HISTORY.md +72 -0
  58. package/zift-user-test/node_modules/content-disposition/LICENSE +22 -0
  59. package/zift-user-test/node_modules/content-disposition/README.md +142 -0
  60. package/zift-user-test/node_modules/content-disposition/index.js +458 -0
  61. package/zift-user-test/node_modules/content-disposition/package.json +43 -0
  62. package/zift-user-test/node_modules/content-type/HISTORY.md +29 -0
  63. package/zift-user-test/node_modules/content-type/LICENSE +22 -0
  64. package/zift-user-test/node_modules/content-type/README.md +94 -0
  65. package/zift-user-test/node_modules/content-type/index.js +225 -0
  66. package/zift-user-test/node_modules/content-type/package.json +42 -0
  67. package/zift-user-test/node_modules/cookie/LICENSE +24 -0
  68. package/zift-user-test/node_modules/cookie/README.md +317 -0
  69. package/zift-user-test/node_modules/cookie/SECURITY.md +25 -0
  70. package/zift-user-test/node_modules/cookie/index.js +335 -0
  71. package/zift-user-test/node_modules/cookie/package.json +44 -0
  72. package/zift-user-test/node_modules/cookie-signature/History.md +70 -0
  73. package/zift-user-test/node_modules/cookie-signature/LICENSE +22 -0
  74. package/zift-user-test/node_modules/cookie-signature/Readme.md +23 -0
  75. package/zift-user-test/node_modules/cookie-signature/index.js +47 -0
  76. package/zift-user-test/node_modules/cookie-signature/package.json +24 -0
  77. package/zift-user-test/node_modules/debug/LICENSE +20 -0
  78. package/zift-user-test/node_modules/debug/README.md +481 -0
  79. package/zift-user-test/node_modules/debug/package.json +64 -0
  80. package/zift-user-test/node_modules/debug/src/browser.js +272 -0
  81. package/zift-user-test/node_modules/debug/src/common.js +292 -0
  82. package/zift-user-test/node_modules/debug/src/index.js +10 -0
  83. package/zift-user-test/node_modules/debug/src/node.js +263 -0
  84. package/zift-user-test/node_modules/depd/History.md +103 -0
  85. package/zift-user-test/node_modules/depd/LICENSE +22 -0
  86. package/zift-user-test/node_modules/depd/Readme.md +280 -0
  87. package/zift-user-test/node_modules/depd/index.js +538 -0
  88. package/zift-user-test/node_modules/depd/lib/browser/index.js +77 -0
  89. package/zift-user-test/node_modules/depd/package.json +45 -0
  90. package/zift-user-test/node_modules/dunder-proto/.eslintrc +5 -0
  91. package/zift-user-test/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
  92. package/zift-user-test/node_modules/dunder-proto/.nycrc +13 -0
  93. package/zift-user-test/node_modules/dunder-proto/CHANGELOG.md +24 -0
  94. package/zift-user-test/node_modules/dunder-proto/LICENSE +21 -0
  95. package/zift-user-test/node_modules/dunder-proto/README.md +54 -0
  96. package/zift-user-test/node_modules/dunder-proto/get.d.ts +5 -0
  97. package/zift-user-test/node_modules/dunder-proto/get.js +30 -0
  98. package/zift-user-test/node_modules/dunder-proto/package.json +76 -0
  99. package/zift-user-test/node_modules/dunder-proto/set.d.ts +5 -0
  100. package/zift-user-test/node_modules/dunder-proto/set.js +35 -0
  101. package/zift-user-test/node_modules/dunder-proto/test/get.js +34 -0
  102. package/zift-user-test/node_modules/dunder-proto/test/index.js +4 -0
  103. package/zift-user-test/node_modules/dunder-proto/test/set.js +50 -0
  104. package/zift-user-test/node_modules/dunder-proto/tsconfig.json +9 -0
  105. package/zift-user-test/node_modules/ee-first/LICENSE +22 -0
  106. package/zift-user-test/node_modules/ee-first/README.md +80 -0
  107. package/zift-user-test/node_modules/ee-first/index.js +95 -0
  108. package/zift-user-test/node_modules/ee-first/package.json +29 -0
  109. package/zift-user-test/node_modules/encodeurl/LICENSE +22 -0
  110. package/zift-user-test/node_modules/encodeurl/README.md +109 -0
  111. package/zift-user-test/node_modules/encodeurl/index.js +60 -0
  112. package/zift-user-test/node_modules/encodeurl/package.json +40 -0
  113. package/zift-user-test/node_modules/es-define-property/.eslintrc +13 -0
  114. package/zift-user-test/node_modules/es-define-property/.github/FUNDING.yml +12 -0
  115. package/zift-user-test/node_modules/es-define-property/.nycrc +9 -0
  116. package/zift-user-test/node_modules/es-define-property/CHANGELOG.md +29 -0
  117. package/zift-user-test/node_modules/es-define-property/LICENSE +21 -0
  118. package/zift-user-test/node_modules/es-define-property/README.md +49 -0
  119. package/zift-user-test/node_modules/es-define-property/index.d.ts +3 -0
  120. package/zift-user-test/node_modules/es-define-property/index.js +14 -0
  121. package/zift-user-test/node_modules/es-define-property/package.json +81 -0
  122. package/zift-user-test/node_modules/es-define-property/test/index.js +56 -0
  123. package/zift-user-test/node_modules/es-define-property/tsconfig.json +10 -0
  124. package/zift-user-test/node_modules/es-errors/.eslintrc +5 -0
  125. package/zift-user-test/node_modules/es-errors/.github/FUNDING.yml +12 -0
  126. package/zift-user-test/node_modules/es-errors/CHANGELOG.md +40 -0
  127. package/zift-user-test/node_modules/es-errors/LICENSE +21 -0
  128. package/zift-user-test/node_modules/es-errors/README.md +55 -0
  129. package/zift-user-test/node_modules/es-errors/eval.d.ts +3 -0
  130. package/zift-user-test/node_modules/es-errors/eval.js +4 -0
  131. package/zift-user-test/node_modules/es-errors/index.d.ts +3 -0
  132. package/zift-user-test/node_modules/es-errors/index.js +4 -0
  133. package/zift-user-test/node_modules/es-errors/package.json +80 -0
  134. package/zift-user-test/node_modules/es-errors/range.d.ts +3 -0
  135. package/zift-user-test/node_modules/es-errors/range.js +4 -0
  136. package/zift-user-test/node_modules/es-errors/ref.d.ts +3 -0
  137. package/zift-user-test/node_modules/es-errors/ref.js +4 -0
  138. package/zift-user-test/node_modules/es-errors/syntax.d.ts +3 -0
  139. package/zift-user-test/node_modules/es-errors/syntax.js +4 -0
  140. package/zift-user-test/node_modules/es-errors/test/index.js +19 -0
  141. package/zift-user-test/node_modules/es-errors/tsconfig.json +49 -0
  142. package/zift-user-test/node_modules/es-errors/type.d.ts +3 -0
  143. package/zift-user-test/node_modules/es-errors/type.js +4 -0
  144. package/zift-user-test/node_modules/es-errors/uri.d.ts +3 -0
  145. package/zift-user-test/node_modules/es-errors/uri.js +4 -0
  146. package/zift-user-test/node_modules/es-object-atoms/.eslintrc +16 -0
  147. package/zift-user-test/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
  148. package/zift-user-test/node_modules/es-object-atoms/CHANGELOG.md +37 -0
  149. package/zift-user-test/node_modules/es-object-atoms/LICENSE +21 -0
  150. package/zift-user-test/node_modules/es-object-atoms/README.md +63 -0
  151. package/zift-user-test/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  152. package/zift-user-test/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  153. package/zift-user-test/node_modules/es-object-atoms/ToObject.d.ts +7 -0
  154. package/zift-user-test/node_modules/es-object-atoms/ToObject.js +10 -0
  155. package/zift-user-test/node_modules/es-object-atoms/index.d.ts +3 -0
  156. package/zift-user-test/node_modules/es-object-atoms/index.js +4 -0
  157. package/zift-user-test/node_modules/es-object-atoms/isObject.d.ts +3 -0
  158. package/zift-user-test/node_modules/es-object-atoms/isObject.js +6 -0
  159. package/zift-user-test/node_modules/es-object-atoms/package.json +80 -0
  160. package/zift-user-test/node_modules/es-object-atoms/test/index.js +38 -0
  161. package/zift-user-test/node_modules/es-object-atoms/tsconfig.json +6 -0
  162. package/zift-user-test/node_modules/escape-html/LICENSE +24 -0
  163. package/zift-user-test/node_modules/escape-html/Readme.md +43 -0
  164. package/zift-user-test/node_modules/escape-html/index.js +78 -0
  165. package/zift-user-test/node_modules/escape-html/package.json +24 -0
  166. package/zift-user-test/node_modules/etag/HISTORY.md +83 -0
  167. package/zift-user-test/node_modules/etag/LICENSE +22 -0
  168. package/zift-user-test/node_modules/etag/README.md +159 -0
  169. package/zift-user-test/node_modules/etag/index.js +131 -0
  170. package/zift-user-test/node_modules/etag/package.json +47 -0
  171. package/zift-user-test/node_modules/express/LICENSE +24 -0
  172. package/zift-user-test/node_modules/express/Readme.md +276 -0
  173. package/zift-user-test/node_modules/express/index.js +11 -0
  174. package/zift-user-test/node_modules/express/lib/application.js +631 -0
  175. package/zift-user-test/node_modules/express/lib/express.js +81 -0
  176. package/zift-user-test/node_modules/express/lib/request.js +514 -0
  177. package/zift-user-test/node_modules/express/lib/response.js +1053 -0
  178. package/zift-user-test/node_modules/express/lib/utils.js +271 -0
  179. package/zift-user-test/node_modules/express/lib/view.js +205 -0
  180. package/zift-user-test/node_modules/express/package.json +99 -0
  181. package/zift-user-test/node_modules/finalhandler/HISTORY.md +239 -0
  182. package/zift-user-test/node_modules/finalhandler/LICENSE +22 -0
  183. package/zift-user-test/node_modules/finalhandler/README.md +150 -0
  184. package/zift-user-test/node_modules/finalhandler/index.js +293 -0
  185. package/zift-user-test/node_modules/finalhandler/package.json +47 -0
  186. package/zift-user-test/node_modules/forwarded/HISTORY.md +21 -0
  187. package/zift-user-test/node_modules/forwarded/LICENSE +22 -0
  188. package/zift-user-test/node_modules/forwarded/README.md +57 -0
  189. package/zift-user-test/node_modules/forwarded/index.js +90 -0
  190. package/zift-user-test/node_modules/forwarded/package.json +45 -0
  191. package/zift-user-test/node_modules/fresh/HISTORY.md +80 -0
  192. package/zift-user-test/node_modules/fresh/LICENSE +23 -0
  193. package/zift-user-test/node_modules/fresh/README.md +117 -0
  194. package/zift-user-test/node_modules/fresh/index.js +136 -0
  195. package/zift-user-test/node_modules/fresh/package.json +46 -0
  196. package/zift-user-test/node_modules/function-bind/.eslintrc +21 -0
  197. package/zift-user-test/node_modules/function-bind/.github/FUNDING.yml +12 -0
  198. package/zift-user-test/node_modules/function-bind/.github/SECURITY.md +3 -0
  199. package/zift-user-test/node_modules/function-bind/.nycrc +13 -0
  200. package/zift-user-test/node_modules/function-bind/CHANGELOG.md +136 -0
  201. package/zift-user-test/node_modules/function-bind/LICENSE +20 -0
  202. package/zift-user-test/node_modules/function-bind/README.md +46 -0
  203. package/zift-user-test/node_modules/function-bind/implementation.js +84 -0
  204. package/zift-user-test/node_modules/function-bind/index.js +5 -0
  205. package/zift-user-test/node_modules/function-bind/package.json +87 -0
  206. package/zift-user-test/node_modules/function-bind/test/.eslintrc +9 -0
  207. package/zift-user-test/node_modules/function-bind/test/index.js +252 -0
  208. package/zift-user-test/node_modules/get-intrinsic/.eslintrc +42 -0
  209. package/zift-user-test/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
  210. package/zift-user-test/node_modules/get-intrinsic/.nycrc +9 -0
  211. package/zift-user-test/node_modules/get-intrinsic/CHANGELOG.md +186 -0
  212. package/zift-user-test/node_modules/get-intrinsic/LICENSE +21 -0
  213. package/zift-user-test/node_modules/get-intrinsic/README.md +71 -0
  214. package/zift-user-test/node_modules/get-intrinsic/index.js +378 -0
  215. package/zift-user-test/node_modules/get-intrinsic/package.json +97 -0
  216. package/zift-user-test/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
  217. package/zift-user-test/node_modules/get-proto/.eslintrc +10 -0
  218. package/zift-user-test/node_modules/get-proto/.github/FUNDING.yml +12 -0
  219. package/zift-user-test/node_modules/get-proto/.nycrc +9 -0
  220. package/zift-user-test/node_modules/get-proto/CHANGELOG.md +21 -0
  221. package/zift-user-test/node_modules/get-proto/LICENSE +21 -0
  222. package/zift-user-test/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
  223. package/zift-user-test/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
  224. package/zift-user-test/node_modules/get-proto/README.md +50 -0
  225. package/zift-user-test/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
  226. package/zift-user-test/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
  227. package/zift-user-test/node_modules/get-proto/index.d.ts +5 -0
  228. package/zift-user-test/node_modules/get-proto/index.js +27 -0
  229. package/zift-user-test/node_modules/get-proto/package.json +81 -0
  230. package/zift-user-test/node_modules/get-proto/test/index.js +68 -0
  231. package/zift-user-test/node_modules/get-proto/tsconfig.json +9 -0
  232. package/zift-user-test/node_modules/gopd/.eslintrc +16 -0
  233. package/zift-user-test/node_modules/gopd/.github/FUNDING.yml +12 -0
  234. package/zift-user-test/node_modules/gopd/CHANGELOG.md +45 -0
  235. package/zift-user-test/node_modules/gopd/LICENSE +21 -0
  236. package/zift-user-test/node_modules/gopd/README.md +40 -0
  237. package/zift-user-test/node_modules/gopd/gOPD.d.ts +1 -0
  238. package/zift-user-test/node_modules/gopd/gOPD.js +4 -0
  239. package/zift-user-test/node_modules/gopd/index.d.ts +5 -0
  240. package/zift-user-test/node_modules/gopd/index.js +15 -0
  241. package/zift-user-test/node_modules/gopd/package.json +77 -0
  242. package/zift-user-test/node_modules/gopd/test/index.js +36 -0
  243. package/zift-user-test/node_modules/gopd/tsconfig.json +9 -0
  244. package/zift-user-test/node_modules/has-symbols/.eslintrc +11 -0
  245. package/zift-user-test/node_modules/has-symbols/.github/FUNDING.yml +12 -0
  246. package/zift-user-test/node_modules/has-symbols/.nycrc +9 -0
  247. package/zift-user-test/node_modules/has-symbols/CHANGELOG.md +91 -0
  248. package/zift-user-test/node_modules/has-symbols/LICENSE +21 -0
  249. package/zift-user-test/node_modules/has-symbols/README.md +46 -0
  250. package/zift-user-test/node_modules/has-symbols/index.d.ts +3 -0
  251. package/zift-user-test/node_modules/has-symbols/index.js +14 -0
  252. package/zift-user-test/node_modules/has-symbols/package.json +111 -0
  253. package/zift-user-test/node_modules/has-symbols/shams.d.ts +3 -0
  254. package/zift-user-test/node_modules/has-symbols/shams.js +45 -0
  255. package/zift-user-test/node_modules/has-symbols/test/index.js +22 -0
  256. package/zift-user-test/node_modules/has-symbols/test/shams/core-js.js +29 -0
  257. package/zift-user-test/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
  258. package/zift-user-test/node_modules/has-symbols/test/tests.js +58 -0
  259. package/zift-user-test/node_modules/has-symbols/tsconfig.json +10 -0
  260. package/zift-user-test/node_modules/hasown/.eslintrc +5 -0
  261. package/zift-user-test/node_modules/hasown/.github/FUNDING.yml +12 -0
  262. package/zift-user-test/node_modules/hasown/.nycrc +13 -0
  263. package/zift-user-test/node_modules/hasown/CHANGELOG.md +40 -0
  264. package/zift-user-test/node_modules/hasown/LICENSE +21 -0
  265. package/zift-user-test/node_modules/hasown/README.md +40 -0
  266. package/zift-user-test/node_modules/hasown/index.d.ts +3 -0
  267. package/zift-user-test/node_modules/hasown/index.js +8 -0
  268. package/zift-user-test/node_modules/hasown/package.json +92 -0
  269. package/zift-user-test/node_modules/hasown/tsconfig.json +6 -0
  270. package/zift-user-test/node_modules/http-errors/HISTORY.md +186 -0
  271. package/zift-user-test/node_modules/http-errors/LICENSE +23 -0
  272. package/zift-user-test/node_modules/http-errors/README.md +169 -0
  273. package/zift-user-test/node_modules/http-errors/index.js +290 -0
  274. package/zift-user-test/node_modules/http-errors/package.json +54 -0
  275. package/zift-user-test/node_modules/iconv-lite/LICENSE +21 -0
  276. package/zift-user-test/node_modules/iconv-lite/README.md +138 -0
  277. package/zift-user-test/node_modules/iconv-lite/encodings/dbcs-codec.js +532 -0
  278. package/zift-user-test/node_modules/iconv-lite/encodings/dbcs-data.js +185 -0
  279. package/zift-user-test/node_modules/iconv-lite/encodings/index.js +23 -0
  280. package/zift-user-test/node_modules/iconv-lite/encodings/internal.js +218 -0
  281. package/zift-user-test/node_modules/iconv-lite/encodings/sbcs-codec.js +75 -0
  282. package/zift-user-test/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
  283. package/zift-user-test/node_modules/iconv-lite/encodings/sbcs-data.js +178 -0
  284. package/zift-user-test/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
  285. package/zift-user-test/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
  286. package/zift-user-test/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
  287. package/zift-user-test/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
  288. package/zift-user-test/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
  289. package/zift-user-test/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
  290. package/zift-user-test/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
  291. package/zift-user-test/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
  292. package/zift-user-test/node_modules/iconv-lite/encodings/utf16.js +187 -0
  293. package/zift-user-test/node_modules/iconv-lite/encodings/utf32.js +307 -0
  294. package/zift-user-test/node_modules/iconv-lite/encodings/utf7.js +283 -0
  295. package/zift-user-test/node_modules/iconv-lite/lib/bom-handling.js +48 -0
  296. package/zift-user-test/node_modules/iconv-lite/lib/helpers/merge-exports.js +13 -0
  297. package/zift-user-test/node_modules/iconv-lite/lib/index.d.ts +129 -0
  298. package/zift-user-test/node_modules/iconv-lite/lib/index.js +182 -0
  299. package/zift-user-test/node_modules/iconv-lite/lib/streams.js +105 -0
  300. package/zift-user-test/node_modules/iconv-lite/package.json +70 -0
  301. package/zift-user-test/node_modules/iconv-lite/types/encodings.d.ts +423 -0
  302. package/zift-user-test/node_modules/inherits/LICENSE +16 -0
  303. package/zift-user-test/node_modules/inherits/README.md +42 -0
  304. package/zift-user-test/node_modules/inherits/inherits.js +9 -0
  305. package/zift-user-test/node_modules/inherits/inherits_browser.js +27 -0
  306. package/zift-user-test/node_modules/inherits/package.json +29 -0
  307. package/zift-user-test/node_modules/ipaddr.js/LICENSE +19 -0
  308. package/zift-user-test/node_modules/ipaddr.js/README.md +233 -0
  309. package/zift-user-test/node_modules/ipaddr.js/ipaddr.min.js +1 -0
  310. package/zift-user-test/node_modules/ipaddr.js/lib/ipaddr.js +673 -0
  311. package/zift-user-test/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +68 -0
  312. package/zift-user-test/node_modules/ipaddr.js/package.json +35 -0
  313. package/zift-user-test/node_modules/is-promise/LICENSE +19 -0
  314. package/zift-user-test/node_modules/is-promise/index.d.ts +2 -0
  315. package/zift-user-test/node_modules/is-promise/index.js +6 -0
  316. package/zift-user-test/node_modules/is-promise/index.mjs +3 -0
  317. package/zift-user-test/node_modules/is-promise/package.json +30 -0
  318. package/zift-user-test/node_modules/is-promise/readme.md +33 -0
  319. package/zift-user-test/node_modules/math-intrinsics/.eslintrc +16 -0
  320. package/zift-user-test/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
  321. package/zift-user-test/node_modules/math-intrinsics/CHANGELOG.md +24 -0
  322. package/zift-user-test/node_modules/math-intrinsics/LICENSE +21 -0
  323. package/zift-user-test/node_modules/math-intrinsics/README.md +50 -0
  324. package/zift-user-test/node_modules/math-intrinsics/abs.d.ts +1 -0
  325. package/zift-user-test/node_modules/math-intrinsics/abs.js +4 -0
  326. package/zift-user-test/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
  327. package/zift-user-test/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
  328. package/zift-user-test/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
  329. package/zift-user-test/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
  330. package/zift-user-test/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
  331. package/zift-user-test/node_modules/math-intrinsics/constants/maxValue.js +5 -0
  332. package/zift-user-test/node_modules/math-intrinsics/floor.d.ts +1 -0
  333. package/zift-user-test/node_modules/math-intrinsics/floor.js +4 -0
  334. package/zift-user-test/node_modules/math-intrinsics/isFinite.d.ts +3 -0
  335. package/zift-user-test/node_modules/math-intrinsics/isFinite.js +12 -0
  336. package/zift-user-test/node_modules/math-intrinsics/isInteger.d.ts +3 -0
  337. package/zift-user-test/node_modules/math-intrinsics/isInteger.js +16 -0
  338. package/zift-user-test/node_modules/math-intrinsics/isNaN.d.ts +1 -0
  339. package/zift-user-test/node_modules/math-intrinsics/isNaN.js +6 -0
  340. package/zift-user-test/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
  341. package/zift-user-test/node_modules/math-intrinsics/isNegativeZero.js +6 -0
  342. package/zift-user-test/node_modules/math-intrinsics/max.d.ts +1 -0
  343. package/zift-user-test/node_modules/math-intrinsics/max.js +4 -0
  344. package/zift-user-test/node_modules/math-intrinsics/min.d.ts +1 -0
  345. package/zift-user-test/node_modules/math-intrinsics/min.js +4 -0
  346. package/zift-user-test/node_modules/math-intrinsics/mod.d.ts +3 -0
  347. package/zift-user-test/node_modules/math-intrinsics/mod.js +9 -0
  348. package/zift-user-test/node_modules/math-intrinsics/package.json +86 -0
  349. package/zift-user-test/node_modules/math-intrinsics/pow.d.ts +1 -0
  350. package/zift-user-test/node_modules/math-intrinsics/pow.js +4 -0
  351. package/zift-user-test/node_modules/math-intrinsics/round.d.ts +1 -0
  352. package/zift-user-test/node_modules/math-intrinsics/round.js +4 -0
  353. package/zift-user-test/node_modules/math-intrinsics/sign.d.ts +3 -0
  354. package/zift-user-test/node_modules/math-intrinsics/sign.js +11 -0
  355. package/zift-user-test/node_modules/math-intrinsics/test/index.js +192 -0
  356. package/zift-user-test/node_modules/math-intrinsics/tsconfig.json +3 -0
  357. package/zift-user-test/node_modules/media-typer/HISTORY.md +50 -0
  358. package/zift-user-test/node_modules/media-typer/LICENSE +22 -0
  359. package/zift-user-test/node_modules/media-typer/README.md +93 -0
  360. package/zift-user-test/node_modules/media-typer/index.js +143 -0
  361. package/zift-user-test/node_modules/media-typer/package.json +33 -0
  362. package/zift-user-test/node_modules/merge-descriptors/index.d.ts +11 -0
  363. package/zift-user-test/node_modules/merge-descriptors/index.js +26 -0
  364. package/zift-user-test/node_modules/merge-descriptors/license +11 -0
  365. package/zift-user-test/node_modules/merge-descriptors/package.json +50 -0
  366. package/zift-user-test/node_modules/merge-descriptors/readme.md +55 -0
  367. package/zift-user-test/node_modules/mime-db/HISTORY.md +541 -0
  368. package/zift-user-test/node_modules/mime-db/LICENSE +23 -0
  369. package/zift-user-test/node_modules/mime-db/README.md +109 -0
  370. package/zift-user-test/node_modules/mime-db/db.json +9342 -0
  371. package/zift-user-test/node_modules/mime-db/index.js +12 -0
  372. package/zift-user-test/node_modules/mime-db/package.json +56 -0
  373. package/zift-user-test/node_modules/mime-types/HISTORY.md +428 -0
  374. package/zift-user-test/node_modules/mime-types/LICENSE +23 -0
  375. package/zift-user-test/node_modules/mime-types/README.md +126 -0
  376. package/zift-user-test/node_modules/mime-types/index.js +211 -0
  377. package/zift-user-test/node_modules/mime-types/mimeScore.js +57 -0
  378. package/zift-user-test/node_modules/mime-types/package.json +49 -0
  379. package/zift-user-test/node_modules/ms/index.js +162 -0
  380. package/zift-user-test/node_modules/ms/license.md +21 -0
  381. package/zift-user-test/node_modules/ms/package.json +38 -0
  382. package/zift-user-test/node_modules/ms/readme.md +59 -0
  383. package/zift-user-test/node_modules/negotiator/HISTORY.md +114 -0
  384. package/zift-user-test/node_modules/negotiator/LICENSE +24 -0
  385. package/zift-user-test/node_modules/negotiator/README.md +212 -0
  386. package/zift-user-test/node_modules/negotiator/index.js +83 -0
  387. package/zift-user-test/node_modules/negotiator/lib/charset.js +169 -0
  388. package/zift-user-test/node_modules/negotiator/lib/encoding.js +205 -0
  389. package/zift-user-test/node_modules/negotiator/lib/language.js +179 -0
  390. package/zift-user-test/node_modules/negotiator/lib/mediaType.js +294 -0
  391. package/zift-user-test/node_modules/negotiator/package.json +43 -0
  392. package/zift-user-test/node_modules/object-inspect/.eslintrc +53 -0
  393. package/zift-user-test/node_modules/object-inspect/.github/FUNDING.yml +12 -0
  394. package/zift-user-test/node_modules/object-inspect/.nycrc +13 -0
  395. package/zift-user-test/node_modules/object-inspect/CHANGELOG.md +424 -0
  396. package/zift-user-test/node_modules/object-inspect/LICENSE +21 -0
  397. package/zift-user-test/node_modules/object-inspect/example/all.js +23 -0
  398. package/zift-user-test/node_modules/object-inspect/example/circular.js +6 -0
  399. package/zift-user-test/node_modules/object-inspect/example/fn.js +5 -0
  400. package/zift-user-test/node_modules/object-inspect/example/inspect.js +10 -0
  401. package/zift-user-test/node_modules/object-inspect/index.js +544 -0
  402. package/zift-user-test/node_modules/object-inspect/package-support.json +20 -0
  403. package/zift-user-test/node_modules/object-inspect/package.json +105 -0
  404. package/zift-user-test/node_modules/object-inspect/readme.markdown +84 -0
  405. package/zift-user-test/node_modules/object-inspect/test/bigint.js +58 -0
  406. package/zift-user-test/node_modules/object-inspect/test/browser/dom.js +15 -0
  407. package/zift-user-test/node_modules/object-inspect/test/circular.js +16 -0
  408. package/zift-user-test/node_modules/object-inspect/test/deep.js +12 -0
  409. package/zift-user-test/node_modules/object-inspect/test/element.js +53 -0
  410. package/zift-user-test/node_modules/object-inspect/test/err.js +48 -0
  411. package/zift-user-test/node_modules/object-inspect/test/fakes.js +29 -0
  412. package/zift-user-test/node_modules/object-inspect/test/fn.js +76 -0
  413. package/zift-user-test/node_modules/object-inspect/test/global.js +17 -0
  414. package/zift-user-test/node_modules/object-inspect/test/has.js +15 -0
  415. package/zift-user-test/node_modules/object-inspect/test/holes.js +15 -0
  416. package/zift-user-test/node_modules/object-inspect/test/indent-option.js +271 -0
  417. package/zift-user-test/node_modules/object-inspect/test/inspect.js +139 -0
  418. package/zift-user-test/node_modules/object-inspect/test/lowbyte.js +12 -0
  419. package/zift-user-test/node_modules/object-inspect/test/number.js +58 -0
  420. package/zift-user-test/node_modules/object-inspect/test/quoteStyle.js +26 -0
  421. package/zift-user-test/node_modules/object-inspect/test/toStringTag.js +40 -0
  422. package/zift-user-test/node_modules/object-inspect/test/undef.js +12 -0
  423. package/zift-user-test/node_modules/object-inspect/test/values.js +261 -0
  424. package/zift-user-test/node_modules/object-inspect/test-core-js.js +26 -0
  425. package/zift-user-test/node_modules/object-inspect/util.inspect.js +1 -0
  426. package/zift-user-test/node_modules/on-finished/HISTORY.md +98 -0
  427. package/zift-user-test/node_modules/on-finished/LICENSE +23 -0
  428. package/zift-user-test/node_modules/on-finished/README.md +162 -0
  429. package/zift-user-test/node_modules/on-finished/index.js +234 -0
  430. package/zift-user-test/node_modules/on-finished/package.json +39 -0
  431. package/zift-user-test/node_modules/once/LICENSE +15 -0
  432. package/zift-user-test/node_modules/once/README.md +79 -0
  433. package/zift-user-test/node_modules/once/once.js +42 -0
  434. package/zift-user-test/node_modules/once/package.json +33 -0
  435. package/zift-user-test/node_modules/parseurl/HISTORY.md +58 -0
  436. package/zift-user-test/node_modules/parseurl/LICENSE +24 -0
  437. package/zift-user-test/node_modules/parseurl/README.md +133 -0
  438. package/zift-user-test/node_modules/parseurl/index.js +158 -0
  439. package/zift-user-test/node_modules/parseurl/package.json +40 -0
  440. package/zift-user-test/node_modules/path-to-regexp/LICENSE +21 -0
  441. package/zift-user-test/node_modules/path-to-regexp/Readme.md +224 -0
  442. package/zift-user-test/node_modules/path-to-regexp/dist/index.d.ts +144 -0
  443. package/zift-user-test/node_modules/path-to-regexp/dist/index.js +409 -0
  444. package/zift-user-test/node_modules/path-to-regexp/dist/index.js.map +1 -0
  445. package/zift-user-test/node_modules/path-to-regexp/package.json +64 -0
  446. package/zift-user-test/node_modules/proxy-addr/HISTORY.md +161 -0
  447. package/zift-user-test/node_modules/proxy-addr/LICENSE +22 -0
  448. package/zift-user-test/node_modules/proxy-addr/README.md +139 -0
  449. package/zift-user-test/node_modules/proxy-addr/index.js +327 -0
  450. package/zift-user-test/node_modules/proxy-addr/package.json +47 -0
  451. package/zift-user-test/node_modules/qs/.editorconfig +46 -0
  452. package/zift-user-test/node_modules/qs/.github/FUNDING.yml +12 -0
  453. package/zift-user-test/node_modules/qs/.github/SECURITY.md +11 -0
  454. package/zift-user-test/node_modules/qs/.github/THREAT_MODEL.md +78 -0
  455. package/zift-user-test/node_modules/qs/.nycrc +13 -0
  456. package/zift-user-test/node_modules/qs/CHANGELOG.md +806 -0
  457. package/zift-user-test/node_modules/qs/LICENSE.md +29 -0
  458. package/zift-user-test/node_modules/qs/README.md +758 -0
  459. package/zift-user-test/node_modules/qs/dist/qs.js +141 -0
  460. package/zift-user-test/node_modules/qs/eslint.config.mjs +56 -0
  461. package/zift-user-test/node_modules/qs/lib/formats.js +23 -0
  462. package/zift-user-test/node_modules/qs/lib/index.js +11 -0
  463. package/zift-user-test/node_modules/qs/lib/parse.js +373 -0
  464. package/zift-user-test/node_modules/qs/lib/stringify.js +356 -0
  465. package/zift-user-test/node_modules/qs/lib/utils.js +342 -0
  466. package/zift-user-test/node_modules/qs/package.json +94 -0
  467. package/zift-user-test/node_modules/qs/test/empty-keys-cases.js +267 -0
  468. package/zift-user-test/node_modules/qs/test/parse.js +1568 -0
  469. package/zift-user-test/node_modules/qs/test/stringify.js +1310 -0
  470. package/zift-user-test/node_modules/qs/test/utils.js +404 -0
  471. package/zift-user-test/node_modules/range-parser/HISTORY.md +56 -0
  472. package/zift-user-test/node_modules/range-parser/LICENSE +23 -0
  473. package/zift-user-test/node_modules/range-parser/README.md +84 -0
  474. package/zift-user-test/node_modules/range-parser/index.js +162 -0
  475. package/zift-user-test/node_modules/range-parser/package.json +44 -0
  476. package/zift-user-test/node_modules/raw-body/LICENSE +22 -0
  477. package/zift-user-test/node_modules/raw-body/README.md +223 -0
  478. package/zift-user-test/node_modules/raw-body/index.d.ts +85 -0
  479. package/zift-user-test/node_modules/raw-body/index.js +336 -0
  480. package/zift-user-test/node_modules/raw-body/package.json +46 -0
  481. package/zift-user-test/node_modules/router/HISTORY.md +228 -0
  482. package/zift-user-test/node_modules/router/LICENSE +23 -0
  483. package/zift-user-test/node_modules/router/README.md +416 -0
  484. package/zift-user-test/node_modules/router/index.js +748 -0
  485. package/zift-user-test/node_modules/router/lib/layer.js +247 -0
  486. package/zift-user-test/node_modules/router/lib/route.js +242 -0
  487. package/zift-user-test/node_modules/router/package.json +44 -0
  488. package/zift-user-test/node_modules/safer-buffer/LICENSE +21 -0
  489. package/zift-user-test/node_modules/safer-buffer/Porting-Buffer.md +268 -0
  490. package/zift-user-test/node_modules/safer-buffer/Readme.md +156 -0
  491. package/zift-user-test/node_modules/safer-buffer/dangerous.js +58 -0
  492. package/zift-user-test/node_modules/safer-buffer/package.json +34 -0
  493. package/zift-user-test/node_modules/safer-buffer/safer.js +77 -0
  494. package/zift-user-test/node_modules/safer-buffer/tests.js +406 -0
  495. package/zift-user-test/node_modules/send/LICENSE +23 -0
  496. package/zift-user-test/node_modules/send/README.md +317 -0
  497. package/zift-user-test/node_modules/send/index.js +997 -0
  498. package/zift-user-test/node_modules/send/package.json +63 -0
  499. package/zift-user-test/node_modules/serve-static/LICENSE +25 -0
  500. package/zift-user-test/node_modules/serve-static/README.md +253 -0
  501. package/zift-user-test/node_modules/serve-static/index.js +208 -0
  502. package/zift-user-test/node_modules/serve-static/package.json +44 -0
  503. package/zift-user-test/node_modules/setprototypeof/LICENSE +13 -0
  504. package/zift-user-test/node_modules/setprototypeof/README.md +31 -0
  505. package/zift-user-test/node_modules/setprototypeof/index.d.ts +2 -0
  506. package/zift-user-test/node_modules/setprototypeof/index.js +17 -0
  507. package/zift-user-test/node_modules/setprototypeof/package.json +38 -0
  508. package/zift-user-test/node_modules/setprototypeof/test/index.js +24 -0
  509. package/zift-user-test/node_modules/side-channel/.editorconfig +9 -0
  510. package/zift-user-test/node_modules/side-channel/.eslintrc +12 -0
  511. package/zift-user-test/node_modules/side-channel/.github/FUNDING.yml +12 -0
  512. package/zift-user-test/node_modules/side-channel/.nycrc +13 -0
  513. package/zift-user-test/node_modules/side-channel/CHANGELOG.md +110 -0
  514. package/zift-user-test/node_modules/side-channel/LICENSE +21 -0
  515. package/zift-user-test/node_modules/side-channel/README.md +61 -0
  516. package/zift-user-test/node_modules/side-channel/index.d.ts +14 -0
  517. package/zift-user-test/node_modules/side-channel/index.js +43 -0
  518. package/zift-user-test/node_modules/side-channel/package.json +85 -0
  519. package/zift-user-test/node_modules/side-channel/test/index.js +104 -0
  520. package/zift-user-test/node_modules/side-channel/tsconfig.json +9 -0
  521. package/zift-user-test/node_modules/side-channel-list/.editorconfig +9 -0
  522. package/zift-user-test/node_modules/side-channel-list/.eslintrc +11 -0
  523. package/zift-user-test/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
  524. package/zift-user-test/node_modules/side-channel-list/.nycrc +13 -0
  525. package/zift-user-test/node_modules/side-channel-list/CHANGELOG.md +15 -0
  526. package/zift-user-test/node_modules/side-channel-list/LICENSE +21 -0
  527. package/zift-user-test/node_modules/side-channel-list/README.md +62 -0
  528. package/zift-user-test/node_modules/side-channel-list/index.d.ts +13 -0
  529. package/zift-user-test/node_modules/side-channel-list/index.js +113 -0
  530. package/zift-user-test/node_modules/side-channel-list/list.d.ts +14 -0
  531. package/zift-user-test/node_modules/side-channel-list/package.json +77 -0
  532. package/zift-user-test/node_modules/side-channel-list/test/index.js +104 -0
  533. package/zift-user-test/node_modules/side-channel-list/tsconfig.json +9 -0
  534. package/zift-user-test/node_modules/side-channel-map/.editorconfig +9 -0
  535. package/zift-user-test/node_modules/side-channel-map/.eslintrc +11 -0
  536. package/zift-user-test/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
  537. package/zift-user-test/node_modules/side-channel-map/.nycrc +13 -0
  538. package/zift-user-test/node_modules/side-channel-map/CHANGELOG.md +22 -0
  539. package/zift-user-test/node_modules/side-channel-map/LICENSE +21 -0
  540. package/zift-user-test/node_modules/side-channel-map/README.md +62 -0
  541. package/zift-user-test/node_modules/side-channel-map/index.d.ts +15 -0
  542. package/zift-user-test/node_modules/side-channel-map/index.js +68 -0
  543. package/zift-user-test/node_modules/side-channel-map/package.json +80 -0
  544. package/zift-user-test/node_modules/side-channel-map/test/index.js +114 -0
  545. package/zift-user-test/node_modules/side-channel-map/tsconfig.json +9 -0
  546. package/zift-user-test/node_modules/side-channel-weakmap/.editorconfig +9 -0
  547. package/zift-user-test/node_modules/side-channel-weakmap/.eslintrc +12 -0
  548. package/zift-user-test/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
  549. package/zift-user-test/node_modules/side-channel-weakmap/.nycrc +13 -0
  550. package/zift-user-test/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
  551. package/zift-user-test/node_modules/side-channel-weakmap/LICENSE +21 -0
  552. package/zift-user-test/node_modules/side-channel-weakmap/README.md +62 -0
  553. package/zift-user-test/node_modules/side-channel-weakmap/index.d.ts +15 -0
  554. package/zift-user-test/node_modules/side-channel-weakmap/index.js +84 -0
  555. package/zift-user-test/node_modules/side-channel-weakmap/package.json +87 -0
  556. package/zift-user-test/node_modules/side-channel-weakmap/test/index.js +114 -0
  557. package/zift-user-test/node_modules/side-channel-weakmap/tsconfig.json +9 -0
  558. package/zift-user-test/node_modules/statuses/HISTORY.md +87 -0
  559. package/zift-user-test/node_modules/statuses/LICENSE +23 -0
  560. package/zift-user-test/node_modules/statuses/README.md +139 -0
  561. package/zift-user-test/node_modules/statuses/codes.json +65 -0
  562. package/zift-user-test/node_modules/statuses/index.js +146 -0
  563. package/zift-user-test/node_modules/statuses/package.json +49 -0
  564. package/zift-user-test/node_modules/toidentifier/HISTORY.md +9 -0
  565. package/zift-user-test/node_modules/toidentifier/LICENSE +21 -0
  566. package/zift-user-test/node_modules/toidentifier/README.md +61 -0
  567. package/zift-user-test/node_modules/toidentifier/index.js +32 -0
  568. package/zift-user-test/node_modules/toidentifier/package.json +38 -0
  569. package/zift-user-test/node_modules/type-is/HISTORY.md +292 -0
  570. package/zift-user-test/node_modules/type-is/LICENSE +23 -0
  571. package/zift-user-test/node_modules/type-is/README.md +198 -0
  572. package/zift-user-test/node_modules/type-is/index.js +250 -0
  573. package/zift-user-test/node_modules/type-is/package.json +47 -0
  574. package/zift-user-test/node_modules/unpipe/HISTORY.md +4 -0
  575. package/zift-user-test/node_modules/unpipe/LICENSE +22 -0
  576. package/zift-user-test/node_modules/unpipe/README.md +43 -0
  577. package/zift-user-test/node_modules/unpipe/index.js +69 -0
  578. package/zift-user-test/node_modules/unpipe/package.json +27 -0
  579. package/zift-user-test/node_modules/vary/HISTORY.md +39 -0
  580. package/zift-user-test/node_modules/vary/LICENSE +22 -0
  581. package/zift-user-test/node_modules/vary/README.md +101 -0
  582. package/zift-user-test/node_modules/vary/index.js +149 -0
  583. package/zift-user-test/node_modules/vary/package.json +43 -0
  584. package/zift-user-test/node_modules/wrappy/LICENSE +15 -0
  585. package/zift-user-test/node_modules/wrappy/README.md +36 -0
  586. package/zift-user-test/node_modules/wrappy/package.json +29 -0
  587. package/zift-user-test/node_modules/wrappy/wrappy.js +33 -0
  588. package/zift-user-test/package-lock.json +827 -0
  589. package/zift-user-test/package.json +16 -0
  590. package/7nsane-zift-1.0.1.tgz +0 -0
@@ -0,0 +1,827 @@
1
+ {
2
+ "name": "zift-user-test",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "zift-user-test",
9
+ "version": "1.0.0",
10
+ "license": "ISC",
11
+ "dependencies": {
12
+ "express": "^5.2.1"
13
+ }
14
+ },
15
+ "node_modules/accepts": {
16
+ "version": "2.0.0",
17
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
18
+ "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==",
19
+ "license": "MIT",
20
+ "dependencies": {
21
+ "mime-types": "^3.0.0",
22
+ "negotiator": "^1.0.0"
23
+ },
24
+ "engines": {
25
+ "node": ">= 0.6"
26
+ }
27
+ },
28
+ "node_modules/body-parser": {
29
+ "version": "2.2.2",
30
+ "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.2.tgz",
31
+ "integrity": "sha512-oP5VkATKlNwcgvxi0vM0p/D3n2C3EReYVX+DNYs5TjZFn/oQt2j+4sVJtSMr18pdRr8wjTcBl6LoV+FUwzPmNA==",
32
+ "license": "MIT",
33
+ "dependencies": {
34
+ "bytes": "^3.1.2",
35
+ "content-type": "^1.0.5",
36
+ "debug": "^4.4.3",
37
+ "http-errors": "^2.0.0",
38
+ "iconv-lite": "^0.7.0",
39
+ "on-finished": "^2.4.1",
40
+ "qs": "^6.14.1",
41
+ "raw-body": "^3.0.1",
42
+ "type-is": "^2.0.1"
43
+ },
44
+ "engines": {
45
+ "node": ">=18"
46
+ },
47
+ "funding": {
48
+ "type": "opencollective",
49
+ "url": "https://opencollective.com/express"
50
+ }
51
+ },
52
+ "node_modules/bytes": {
53
+ "version": "3.1.2",
54
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz",
55
+ "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==",
56
+ "license": "MIT",
57
+ "engines": {
58
+ "node": ">= 0.8"
59
+ }
60
+ },
61
+ "node_modules/call-bind-apply-helpers": {
62
+ "version": "1.0.2",
63
+ "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
64
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
65
+ "license": "MIT",
66
+ "dependencies": {
67
+ "es-errors": "^1.3.0",
68
+ "function-bind": "^1.1.2"
69
+ },
70
+ "engines": {
71
+ "node": ">= 0.4"
72
+ }
73
+ },
74
+ "node_modules/call-bound": {
75
+ "version": "1.0.4",
76
+ "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
77
+ "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
78
+ "license": "MIT",
79
+ "dependencies": {
80
+ "call-bind-apply-helpers": "^1.0.2",
81
+ "get-intrinsic": "^1.3.0"
82
+ },
83
+ "engines": {
84
+ "node": ">= 0.4"
85
+ },
86
+ "funding": {
87
+ "url": "https://github.com/sponsors/ljharb"
88
+ }
89
+ },
90
+ "node_modules/content-disposition": {
91
+ "version": "1.0.1",
92
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.1.tgz",
93
+ "integrity": "sha512-oIXISMynqSqm241k6kcQ5UwttDILMK4BiurCfGEREw6+X9jkkpEe5T9FZaApyLGGOnFuyMWZpdolTXMtvEJ08Q==",
94
+ "license": "MIT",
95
+ "engines": {
96
+ "node": ">=18"
97
+ },
98
+ "funding": {
99
+ "type": "opencollective",
100
+ "url": "https://opencollective.com/express"
101
+ }
102
+ },
103
+ "node_modules/content-type": {
104
+ "version": "1.0.5",
105
+ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz",
106
+ "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==",
107
+ "license": "MIT",
108
+ "engines": {
109
+ "node": ">= 0.6"
110
+ }
111
+ },
112
+ "node_modules/cookie": {
113
+ "version": "0.7.2",
114
+ "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz",
115
+ "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==",
116
+ "license": "MIT",
117
+ "engines": {
118
+ "node": ">= 0.6"
119
+ }
120
+ },
121
+ "node_modules/cookie-signature": {
122
+ "version": "1.2.2",
123
+ "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz",
124
+ "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==",
125
+ "license": "MIT",
126
+ "engines": {
127
+ "node": ">=6.6.0"
128
+ }
129
+ },
130
+ "node_modules/debug": {
131
+ "version": "4.4.3",
132
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
133
+ "integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
134
+ "license": "MIT",
135
+ "dependencies": {
136
+ "ms": "^2.1.3"
137
+ },
138
+ "engines": {
139
+ "node": ">=6.0"
140
+ },
141
+ "peerDependenciesMeta": {
142
+ "supports-color": {
143
+ "optional": true
144
+ }
145
+ }
146
+ },
147
+ "node_modules/depd": {
148
+ "version": "2.0.0",
149
+ "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
150
+ "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
151
+ "license": "MIT",
152
+ "engines": {
153
+ "node": ">= 0.8"
154
+ }
155
+ },
156
+ "node_modules/dunder-proto": {
157
+ "version": "1.0.1",
158
+ "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
159
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
160
+ "license": "MIT",
161
+ "dependencies": {
162
+ "call-bind-apply-helpers": "^1.0.1",
163
+ "es-errors": "^1.3.0",
164
+ "gopd": "^1.2.0"
165
+ },
166
+ "engines": {
167
+ "node": ">= 0.4"
168
+ }
169
+ },
170
+ "node_modules/ee-first": {
171
+ "version": "1.1.1",
172
+ "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz",
173
+ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==",
174
+ "license": "MIT"
175
+ },
176
+ "node_modules/encodeurl": {
177
+ "version": "2.0.0",
178
+ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz",
179
+ "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==",
180
+ "license": "MIT",
181
+ "engines": {
182
+ "node": ">= 0.8"
183
+ }
184
+ },
185
+ "node_modules/es-define-property": {
186
+ "version": "1.0.1",
187
+ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
188
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
189
+ "license": "MIT",
190
+ "engines": {
191
+ "node": ">= 0.4"
192
+ }
193
+ },
194
+ "node_modules/es-errors": {
195
+ "version": "1.3.0",
196
+ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
197
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
198
+ "license": "MIT",
199
+ "engines": {
200
+ "node": ">= 0.4"
201
+ }
202
+ },
203
+ "node_modules/es-object-atoms": {
204
+ "version": "1.1.1",
205
+ "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
206
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
207
+ "license": "MIT",
208
+ "dependencies": {
209
+ "es-errors": "^1.3.0"
210
+ },
211
+ "engines": {
212
+ "node": ">= 0.4"
213
+ }
214
+ },
215
+ "node_modules/escape-html": {
216
+ "version": "1.0.3",
217
+ "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz",
218
+ "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==",
219
+ "license": "MIT"
220
+ },
221
+ "node_modules/etag": {
222
+ "version": "1.8.1",
223
+ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
224
+ "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
225
+ "license": "MIT",
226
+ "engines": {
227
+ "node": ">= 0.6"
228
+ }
229
+ },
230
+ "node_modules/express": {
231
+ "version": "5.2.1",
232
+ "resolved": "https://registry.npmjs.org/express/-/express-5.2.1.tgz",
233
+ "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==",
234
+ "license": "MIT",
235
+ "dependencies": {
236
+ "accepts": "^2.0.0",
237
+ "body-parser": "^2.2.1",
238
+ "content-disposition": "^1.0.0",
239
+ "content-type": "^1.0.5",
240
+ "cookie": "^0.7.1",
241
+ "cookie-signature": "^1.2.1",
242
+ "debug": "^4.4.0",
243
+ "depd": "^2.0.0",
244
+ "encodeurl": "^2.0.0",
245
+ "escape-html": "^1.0.3",
246
+ "etag": "^1.8.1",
247
+ "finalhandler": "^2.1.0",
248
+ "fresh": "^2.0.0",
249
+ "http-errors": "^2.0.0",
250
+ "merge-descriptors": "^2.0.0",
251
+ "mime-types": "^3.0.0",
252
+ "on-finished": "^2.4.1",
253
+ "once": "^1.4.0",
254
+ "parseurl": "^1.3.3",
255
+ "proxy-addr": "^2.0.7",
256
+ "qs": "^6.14.0",
257
+ "range-parser": "^1.2.1",
258
+ "router": "^2.2.0",
259
+ "send": "^1.1.0",
260
+ "serve-static": "^2.2.0",
261
+ "statuses": "^2.0.1",
262
+ "type-is": "^2.0.1",
263
+ "vary": "^1.1.2"
264
+ },
265
+ "engines": {
266
+ "node": ">= 18"
267
+ },
268
+ "funding": {
269
+ "type": "opencollective",
270
+ "url": "https://opencollective.com/express"
271
+ }
272
+ },
273
+ "node_modules/finalhandler": {
274
+ "version": "2.1.1",
275
+ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.1.tgz",
276
+ "integrity": "sha512-S8KoZgRZN+a5rNwqTxlZZePjT/4cnm0ROV70LedRHZ0p8u9fRID0hJUZQpkKLzro8LfmC8sx23bY6tVNxv8pQA==",
277
+ "license": "MIT",
278
+ "dependencies": {
279
+ "debug": "^4.4.0",
280
+ "encodeurl": "^2.0.0",
281
+ "escape-html": "^1.0.3",
282
+ "on-finished": "^2.4.1",
283
+ "parseurl": "^1.3.3",
284
+ "statuses": "^2.0.1"
285
+ },
286
+ "engines": {
287
+ "node": ">= 18.0.0"
288
+ },
289
+ "funding": {
290
+ "type": "opencollective",
291
+ "url": "https://opencollective.com/express"
292
+ }
293
+ },
294
+ "node_modules/forwarded": {
295
+ "version": "0.2.0",
296
+ "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz",
297
+ "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==",
298
+ "license": "MIT",
299
+ "engines": {
300
+ "node": ">= 0.6"
301
+ }
302
+ },
303
+ "node_modules/fresh": {
304
+ "version": "2.0.0",
305
+ "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz",
306
+ "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==",
307
+ "license": "MIT",
308
+ "engines": {
309
+ "node": ">= 0.8"
310
+ }
311
+ },
312
+ "node_modules/function-bind": {
313
+ "version": "1.1.2",
314
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
315
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
316
+ "license": "MIT",
317
+ "funding": {
318
+ "url": "https://github.com/sponsors/ljharb"
319
+ }
320
+ },
321
+ "node_modules/get-intrinsic": {
322
+ "version": "1.3.0",
323
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
324
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
325
+ "license": "MIT",
326
+ "dependencies": {
327
+ "call-bind-apply-helpers": "^1.0.2",
328
+ "es-define-property": "^1.0.1",
329
+ "es-errors": "^1.3.0",
330
+ "es-object-atoms": "^1.1.1",
331
+ "function-bind": "^1.1.2",
332
+ "get-proto": "^1.0.1",
333
+ "gopd": "^1.2.0",
334
+ "has-symbols": "^1.1.0",
335
+ "hasown": "^2.0.2",
336
+ "math-intrinsics": "^1.1.0"
337
+ },
338
+ "engines": {
339
+ "node": ">= 0.4"
340
+ },
341
+ "funding": {
342
+ "url": "https://github.com/sponsors/ljharb"
343
+ }
344
+ },
345
+ "node_modules/get-proto": {
346
+ "version": "1.0.1",
347
+ "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
348
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
349
+ "license": "MIT",
350
+ "dependencies": {
351
+ "dunder-proto": "^1.0.1",
352
+ "es-object-atoms": "^1.0.0"
353
+ },
354
+ "engines": {
355
+ "node": ">= 0.4"
356
+ }
357
+ },
358
+ "node_modules/gopd": {
359
+ "version": "1.2.0",
360
+ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
361
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
362
+ "license": "MIT",
363
+ "engines": {
364
+ "node": ">= 0.4"
365
+ },
366
+ "funding": {
367
+ "url": "https://github.com/sponsors/ljharb"
368
+ }
369
+ },
370
+ "node_modules/has-symbols": {
371
+ "version": "1.1.0",
372
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
373
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
374
+ "license": "MIT",
375
+ "engines": {
376
+ "node": ">= 0.4"
377
+ },
378
+ "funding": {
379
+ "url": "https://github.com/sponsors/ljharb"
380
+ }
381
+ },
382
+ "node_modules/hasown": {
383
+ "version": "2.0.2",
384
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
385
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
386
+ "license": "MIT",
387
+ "dependencies": {
388
+ "function-bind": "^1.1.2"
389
+ },
390
+ "engines": {
391
+ "node": ">= 0.4"
392
+ }
393
+ },
394
+ "node_modules/http-errors": {
395
+ "version": "2.0.1",
396
+ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.1.tgz",
397
+ "integrity": "sha512-4FbRdAX+bSdmo4AUFuS0WNiPz8NgFt+r8ThgNWmlrjQjt1Q7ZR9+zTlce2859x4KSXrwIsaeTqDoKQmtP8pLmQ==",
398
+ "license": "MIT",
399
+ "dependencies": {
400
+ "depd": "~2.0.0",
401
+ "inherits": "~2.0.4",
402
+ "setprototypeof": "~1.2.0",
403
+ "statuses": "~2.0.2",
404
+ "toidentifier": "~1.0.1"
405
+ },
406
+ "engines": {
407
+ "node": ">= 0.8"
408
+ },
409
+ "funding": {
410
+ "type": "opencollective",
411
+ "url": "https://opencollective.com/express"
412
+ }
413
+ },
414
+ "node_modules/iconv-lite": {
415
+ "version": "0.7.2",
416
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
417
+ "integrity": "sha512-im9DjEDQ55s9fL4EYzOAv0yMqmMBSZp6G0VvFyTMPKWxiSBHUj9NW/qqLmXUwXrrM7AvqSlTCfvqRb0cM8yYqw==",
418
+ "license": "MIT",
419
+ "dependencies": {
420
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
421
+ },
422
+ "engines": {
423
+ "node": ">=0.10.0"
424
+ },
425
+ "funding": {
426
+ "type": "opencollective",
427
+ "url": "https://opencollective.com/express"
428
+ }
429
+ },
430
+ "node_modules/inherits": {
431
+ "version": "2.0.4",
432
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
433
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
434
+ "license": "ISC"
435
+ },
436
+ "node_modules/ipaddr.js": {
437
+ "version": "1.9.1",
438
+ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz",
439
+ "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==",
440
+ "license": "MIT",
441
+ "engines": {
442
+ "node": ">= 0.10"
443
+ }
444
+ },
445
+ "node_modules/is-promise": {
446
+ "version": "4.0.0",
447
+ "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz",
448
+ "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==",
449
+ "license": "MIT"
450
+ },
451
+ "node_modules/math-intrinsics": {
452
+ "version": "1.1.0",
453
+ "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
454
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
455
+ "license": "MIT",
456
+ "engines": {
457
+ "node": ">= 0.4"
458
+ }
459
+ },
460
+ "node_modules/media-typer": {
461
+ "version": "1.1.0",
462
+ "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz",
463
+ "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==",
464
+ "license": "MIT",
465
+ "engines": {
466
+ "node": ">= 0.8"
467
+ }
468
+ },
469
+ "node_modules/merge-descriptors": {
470
+ "version": "2.0.0",
471
+ "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
472
+ "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==",
473
+ "license": "MIT",
474
+ "engines": {
475
+ "node": ">=18"
476
+ },
477
+ "funding": {
478
+ "url": "https://github.com/sponsors/sindresorhus"
479
+ }
480
+ },
481
+ "node_modules/mime-db": {
482
+ "version": "1.54.0",
483
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz",
484
+ "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==",
485
+ "license": "MIT",
486
+ "engines": {
487
+ "node": ">= 0.6"
488
+ }
489
+ },
490
+ "node_modules/mime-types": {
491
+ "version": "3.0.2",
492
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
493
+ "integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
494
+ "license": "MIT",
495
+ "dependencies": {
496
+ "mime-db": "^1.54.0"
497
+ },
498
+ "engines": {
499
+ "node": ">=18"
500
+ },
501
+ "funding": {
502
+ "type": "opencollective",
503
+ "url": "https://opencollective.com/express"
504
+ }
505
+ },
506
+ "node_modules/ms": {
507
+ "version": "2.1.3",
508
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
509
+ "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
510
+ "license": "MIT"
511
+ },
512
+ "node_modules/negotiator": {
513
+ "version": "1.0.0",
514
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz",
515
+ "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==",
516
+ "license": "MIT",
517
+ "engines": {
518
+ "node": ">= 0.6"
519
+ }
520
+ },
521
+ "node_modules/object-inspect": {
522
+ "version": "1.13.4",
523
+ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
524
+ "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
525
+ "license": "MIT",
526
+ "engines": {
527
+ "node": ">= 0.4"
528
+ },
529
+ "funding": {
530
+ "url": "https://github.com/sponsors/ljharb"
531
+ }
532
+ },
533
+ "node_modules/on-finished": {
534
+ "version": "2.4.1",
535
+ "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
536
+ "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==",
537
+ "license": "MIT",
538
+ "dependencies": {
539
+ "ee-first": "1.1.1"
540
+ },
541
+ "engines": {
542
+ "node": ">= 0.8"
543
+ }
544
+ },
545
+ "node_modules/once": {
546
+ "version": "1.4.0",
547
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
548
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
549
+ "license": "ISC",
550
+ "dependencies": {
551
+ "wrappy": "1"
552
+ }
553
+ },
554
+ "node_modules/parseurl": {
555
+ "version": "1.3.3",
556
+ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
557
+ "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==",
558
+ "license": "MIT",
559
+ "engines": {
560
+ "node": ">= 0.8"
561
+ }
562
+ },
563
+ "node_modules/path-to-regexp": {
564
+ "version": "8.3.0",
565
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.3.0.tgz",
566
+ "integrity": "sha512-7jdwVIRtsP8MYpdXSwOS0YdD0Du+qOoF/AEPIt88PcCFrZCzx41oxku1jD88hZBwbNUIEfpqvuhjFaMAqMTWnA==",
567
+ "license": "MIT",
568
+ "funding": {
569
+ "type": "opencollective",
570
+ "url": "https://opencollective.com/express"
571
+ }
572
+ },
573
+ "node_modules/proxy-addr": {
574
+ "version": "2.0.7",
575
+ "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
576
+ "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==",
577
+ "license": "MIT",
578
+ "dependencies": {
579
+ "forwarded": "0.2.0",
580
+ "ipaddr.js": "1.9.1"
581
+ },
582
+ "engines": {
583
+ "node": ">= 0.10"
584
+ }
585
+ },
586
+ "node_modules/qs": {
587
+ "version": "6.15.0",
588
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.15.0.tgz",
589
+ "integrity": "sha512-mAZTtNCeetKMH+pSjrb76NAM8V9a05I9aBZOHztWy/UqcJdQYNsf59vrRKWnojAT9Y+GbIvoTBC++CPHqpDBhQ==",
590
+ "license": "BSD-3-Clause",
591
+ "dependencies": {
592
+ "side-channel": "^1.1.0"
593
+ },
594
+ "engines": {
595
+ "node": ">=0.6"
596
+ },
597
+ "funding": {
598
+ "url": "https://github.com/sponsors/ljharb"
599
+ }
600
+ },
601
+ "node_modules/range-parser": {
602
+ "version": "1.2.1",
603
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz",
604
+ "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==",
605
+ "license": "MIT",
606
+ "engines": {
607
+ "node": ">= 0.6"
608
+ }
609
+ },
610
+ "node_modules/raw-body": {
611
+ "version": "3.0.2",
612
+ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.2.tgz",
613
+ "integrity": "sha512-K5zQjDllxWkf7Z5xJdV0/B0WTNqx6vxG70zJE4N0kBs4LovmEYWJzQGxC9bS9RAKu3bgM40lrd5zoLJ12MQ5BA==",
614
+ "license": "MIT",
615
+ "dependencies": {
616
+ "bytes": "~3.1.2",
617
+ "http-errors": "~2.0.1",
618
+ "iconv-lite": "~0.7.0",
619
+ "unpipe": "~1.0.0"
620
+ },
621
+ "engines": {
622
+ "node": ">= 0.10"
623
+ }
624
+ },
625
+ "node_modules/router": {
626
+ "version": "2.2.0",
627
+ "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
628
+ "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==",
629
+ "license": "MIT",
630
+ "dependencies": {
631
+ "debug": "^4.4.0",
632
+ "depd": "^2.0.0",
633
+ "is-promise": "^4.0.0",
634
+ "parseurl": "^1.3.3",
635
+ "path-to-regexp": "^8.0.0"
636
+ },
637
+ "engines": {
638
+ "node": ">= 18"
639
+ }
640
+ },
641
+ "node_modules/safer-buffer": {
642
+ "version": "2.1.2",
643
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
644
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
645
+ "license": "MIT"
646
+ },
647
+ "node_modules/send": {
648
+ "version": "1.2.1",
649
+ "resolved": "https://registry.npmjs.org/send/-/send-1.2.1.tgz",
650
+ "integrity": "sha512-1gnZf7DFcoIcajTjTwjwuDjzuz4PPcY2StKPlsGAQ1+YH20IRVrBaXSWmdjowTJ6u8Rc01PoYOGHXfP1mYcZNQ==",
651
+ "license": "MIT",
652
+ "dependencies": {
653
+ "debug": "^4.4.3",
654
+ "encodeurl": "^2.0.0",
655
+ "escape-html": "^1.0.3",
656
+ "etag": "^1.8.1",
657
+ "fresh": "^2.0.0",
658
+ "http-errors": "^2.0.1",
659
+ "mime-types": "^3.0.2",
660
+ "ms": "^2.1.3",
661
+ "on-finished": "^2.4.1",
662
+ "range-parser": "^1.2.1",
663
+ "statuses": "^2.0.2"
664
+ },
665
+ "engines": {
666
+ "node": ">= 18"
667
+ },
668
+ "funding": {
669
+ "type": "opencollective",
670
+ "url": "https://opencollective.com/express"
671
+ }
672
+ },
673
+ "node_modules/serve-static": {
674
+ "version": "2.2.1",
675
+ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
676
+ "integrity": "sha512-xRXBn0pPqQTVQiC8wyQrKs2MOlX24zQ0POGaj0kultvoOCstBQM5yvOhAVSUwOMjQtTvsPWoNCHfPGwaaQJhTw==",
677
+ "license": "MIT",
678
+ "dependencies": {
679
+ "encodeurl": "^2.0.0",
680
+ "escape-html": "^1.0.3",
681
+ "parseurl": "^1.3.3",
682
+ "send": "^1.2.0"
683
+ },
684
+ "engines": {
685
+ "node": ">= 18"
686
+ },
687
+ "funding": {
688
+ "type": "opencollective",
689
+ "url": "https://opencollective.com/express"
690
+ }
691
+ },
692
+ "node_modules/setprototypeof": {
693
+ "version": "1.2.0",
694
+ "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
695
+ "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==",
696
+ "license": "ISC"
697
+ },
698
+ "node_modules/side-channel": {
699
+ "version": "1.1.0",
700
+ "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
701
+ "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
702
+ "license": "MIT",
703
+ "dependencies": {
704
+ "es-errors": "^1.3.0",
705
+ "object-inspect": "^1.13.3",
706
+ "side-channel-list": "^1.0.0",
707
+ "side-channel-map": "^1.0.1",
708
+ "side-channel-weakmap": "^1.0.2"
709
+ },
710
+ "engines": {
711
+ "node": ">= 0.4"
712
+ },
713
+ "funding": {
714
+ "url": "https://github.com/sponsors/ljharb"
715
+ }
716
+ },
717
+ "node_modules/side-channel-list": {
718
+ "version": "1.0.0",
719
+ "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
720
+ "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
721
+ "license": "MIT",
722
+ "dependencies": {
723
+ "es-errors": "^1.3.0",
724
+ "object-inspect": "^1.13.3"
725
+ },
726
+ "engines": {
727
+ "node": ">= 0.4"
728
+ },
729
+ "funding": {
730
+ "url": "https://github.com/sponsors/ljharb"
731
+ }
732
+ },
733
+ "node_modules/side-channel-map": {
734
+ "version": "1.0.1",
735
+ "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
736
+ "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
737
+ "license": "MIT",
738
+ "dependencies": {
739
+ "call-bound": "^1.0.2",
740
+ "es-errors": "^1.3.0",
741
+ "get-intrinsic": "^1.2.5",
742
+ "object-inspect": "^1.13.3"
743
+ },
744
+ "engines": {
745
+ "node": ">= 0.4"
746
+ },
747
+ "funding": {
748
+ "url": "https://github.com/sponsors/ljharb"
749
+ }
750
+ },
751
+ "node_modules/side-channel-weakmap": {
752
+ "version": "1.0.2",
753
+ "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
754
+ "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
755
+ "license": "MIT",
756
+ "dependencies": {
757
+ "call-bound": "^1.0.2",
758
+ "es-errors": "^1.3.0",
759
+ "get-intrinsic": "^1.2.5",
760
+ "object-inspect": "^1.13.3",
761
+ "side-channel-map": "^1.0.1"
762
+ },
763
+ "engines": {
764
+ "node": ">= 0.4"
765
+ },
766
+ "funding": {
767
+ "url": "https://github.com/sponsors/ljharb"
768
+ }
769
+ },
770
+ "node_modules/statuses": {
771
+ "version": "2.0.2",
772
+ "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz",
773
+ "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==",
774
+ "license": "MIT",
775
+ "engines": {
776
+ "node": ">= 0.8"
777
+ }
778
+ },
779
+ "node_modules/toidentifier": {
780
+ "version": "1.0.1",
781
+ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
782
+ "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==",
783
+ "license": "MIT",
784
+ "engines": {
785
+ "node": ">=0.6"
786
+ }
787
+ },
788
+ "node_modules/type-is": {
789
+ "version": "2.0.1",
790
+ "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz",
791
+ "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==",
792
+ "license": "MIT",
793
+ "dependencies": {
794
+ "content-type": "^1.0.5",
795
+ "media-typer": "^1.1.0",
796
+ "mime-types": "^3.0.0"
797
+ },
798
+ "engines": {
799
+ "node": ">= 0.6"
800
+ }
801
+ },
802
+ "node_modules/unpipe": {
803
+ "version": "1.0.0",
804
+ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz",
805
+ "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==",
806
+ "license": "MIT",
807
+ "engines": {
808
+ "node": ">= 0.8"
809
+ }
810
+ },
811
+ "node_modules/vary": {
812
+ "version": "1.1.2",
813
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
814
+ "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
815
+ "license": "MIT",
816
+ "engines": {
817
+ "node": ">= 0.8"
818
+ }
819
+ },
820
+ "node_modules/wrappy": {
821
+ "version": "1.0.2",
822
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
823
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
824
+ "license": "ISC"
825
+ }
826
+ }
827
+ }