@evenicanpm/common-core 1.3.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (604) hide show
  1. package/cms/node_modules/.package-lock.json +460 -0
  2. package/cms/node_modules/@types/js-cookie/LICENSE +21 -0
  3. package/cms/node_modules/@types/js-cookie/README.md +15 -0
  4. package/cms/node_modules/@types/js-cookie/index.d.mts +5 -0
  5. package/cms/node_modules/@types/js-cookie/index.d.ts +104 -0
  6. package/cms/node_modules/@types/js-cookie/package.json +59 -0
  7. package/cms/node_modules/@types/node/LICENSE +21 -0
  8. package/cms/node_modules/@types/node/README.md +15 -0
  9. package/cms/node_modules/@types/node/assert/strict.d.ts +111 -0
  10. package/cms/node_modules/@types/node/assert.d.ts +1115 -0
  11. package/cms/node_modules/@types/node/async_hooks.d.ts +623 -0
  12. package/cms/node_modules/@types/node/buffer.buffer.d.ts +472 -0
  13. package/cms/node_modules/@types/node/buffer.d.ts +1934 -0
  14. package/cms/node_modules/@types/node/child_process.d.ts +1476 -0
  15. package/cms/node_modules/@types/node/cluster.d.ts +578 -0
  16. package/cms/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
  17. package/cms/node_modules/@types/node/console.d.ts +453 -0
  18. package/cms/node_modules/@types/node/constants.d.ts +21 -0
  19. package/cms/node_modules/@types/node/crypto.d.ts +5417 -0
  20. package/cms/node_modules/@types/node/dgram.d.ts +600 -0
  21. package/cms/node_modules/@types/node/diagnostics_channel.d.ts +576 -0
  22. package/cms/node_modules/@types/node/dns/promises.d.ts +503 -0
  23. package/cms/node_modules/@types/node/dns.d.ts +923 -0
  24. package/cms/node_modules/@types/node/domain.d.ts +170 -0
  25. package/cms/node_modules/@types/node/events.d.ts +976 -0
  26. package/cms/node_modules/@types/node/fs/promises.d.ts +1317 -0
  27. package/cms/node_modules/@types/node/fs.d.ts +4714 -0
  28. package/cms/node_modules/@types/node/globals.d.ts +170 -0
  29. package/cms/node_modules/@types/node/globals.typedarray.d.ts +41 -0
  30. package/cms/node_modules/@types/node/http.d.ts +2134 -0
  31. package/cms/node_modules/@types/node/http2.d.ts +2756 -0
  32. package/cms/node_modules/@types/node/https.d.ts +579 -0
  33. package/cms/node_modules/@types/node/index.d.ts +101 -0
  34. package/cms/node_modules/@types/node/inspector.d.ts +277 -0
  35. package/cms/node_modules/@types/node/inspector.generated.d.ts +4233 -0
  36. package/cms/node_modules/@types/node/module.d.ts +894 -0
  37. package/cms/node_modules/@types/node/net.d.ts +1054 -0
  38. package/cms/node_modules/@types/node/os.d.ts +507 -0
  39. package/cms/node_modules/@types/node/package.json +155 -0
  40. package/cms/node_modules/@types/node/path.d.ts +200 -0
  41. package/cms/node_modules/@types/node/perf_hooks.d.ts +982 -0
  42. package/cms/node_modules/@types/node/process.d.ts +2069 -0
  43. package/cms/node_modules/@types/node/punycode.d.ts +117 -0
  44. package/cms/node_modules/@types/node/querystring.d.ts +152 -0
  45. package/cms/node_modules/@types/node/readline/promises.d.ts +161 -0
  46. package/cms/node_modules/@types/node/readline.d.ts +594 -0
  47. package/cms/node_modules/@types/node/repl.d.ts +438 -0
  48. package/cms/node_modules/@types/node/sea.d.ts +162 -0
  49. package/cms/node_modules/@types/node/sqlite.d.ts +937 -0
  50. package/cms/node_modules/@types/node/stream/consumers.d.ts +38 -0
  51. package/cms/node_modules/@types/node/stream/promises.d.ts +90 -0
  52. package/cms/node_modules/@types/node/stream/web.d.ts +573 -0
  53. package/cms/node_modules/@types/node/stream.d.ts +1683 -0
  54. package/cms/node_modules/@types/node/string_decoder.d.ts +67 -0
  55. package/cms/node_modules/@types/node/test.d.ts +2339 -0
  56. package/cms/node_modules/@types/node/timers/promises.d.ts +108 -0
  57. package/cms/node_modules/@types/node/timers.d.ts +285 -0
  58. package/cms/node_modules/@types/node/tls.d.ts +1269 -0
  59. package/cms/node_modules/@types/node/trace_events.d.ts +197 -0
  60. package/cms/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +468 -0
  61. package/cms/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
  62. package/cms/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
  63. package/cms/node_modules/@types/node/ts5.6/index.d.ts +103 -0
  64. package/cms/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
  65. package/cms/node_modules/@types/node/ts5.7/index.d.ts +103 -0
  66. package/cms/node_modules/@types/node/tty.d.ts +208 -0
  67. package/cms/node_modules/@types/node/url.d.ts +1057 -0
  68. package/cms/node_modules/@types/node/util.d.ts +2325 -0
  69. package/cms/node_modules/@types/node/v8.d.ts +952 -0
  70. package/cms/node_modules/@types/node/vm.d.ts +1180 -0
  71. package/cms/node_modules/@types/node/wasi.d.ts +202 -0
  72. package/cms/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
  73. package/cms/node_modules/@types/node/web-globals/crypto.d.ts +32 -0
  74. package/cms/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
  75. package/cms/node_modules/@types/node/web-globals/events.d.ts +97 -0
  76. package/cms/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
  77. package/cms/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
  78. package/cms/node_modules/@types/node/web-globals/storage.d.ts +24 -0
  79. package/cms/node_modules/@types/node/web-globals/streams.d.ts +22 -0
  80. package/cms/node_modules/@types/node/worker_threads.d.ts +896 -0
  81. package/cms/node_modules/@types/node/zlib.d.ts +681 -0
  82. package/cms/node_modules/@types/qs/LICENSE +21 -0
  83. package/cms/node_modules/@types/qs/README.md +15 -0
  84. package/cms/node_modules/@types/qs/index.d.ts +82 -0
  85. package/cms/node_modules/@types/qs/package.json +66 -0
  86. package/cms/node_modules/asynckit/LICENSE +21 -0
  87. package/cms/node_modules/asynckit/README.md +233 -0
  88. package/cms/node_modules/asynckit/bench.js +76 -0
  89. package/cms/node_modules/asynckit/index.js +6 -0
  90. package/cms/node_modules/asynckit/lib/abort.js +29 -0
  91. package/cms/node_modules/asynckit/lib/async.js +34 -0
  92. package/cms/node_modules/asynckit/lib/defer.js +26 -0
  93. package/cms/node_modules/asynckit/lib/iterate.js +75 -0
  94. package/cms/node_modules/asynckit/lib/readable_asynckit.js +91 -0
  95. package/cms/node_modules/asynckit/lib/readable_parallel.js +25 -0
  96. package/cms/node_modules/asynckit/lib/readable_serial.js +25 -0
  97. package/cms/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
  98. package/cms/node_modules/asynckit/lib/state.js +37 -0
  99. package/cms/node_modules/asynckit/lib/streamify.js +141 -0
  100. package/cms/node_modules/asynckit/lib/terminator.js +29 -0
  101. package/cms/node_modules/asynckit/package.json +63 -0
  102. package/cms/node_modules/asynckit/parallel.js +43 -0
  103. package/cms/node_modules/asynckit/serial.js +17 -0
  104. package/cms/node_modules/asynckit/serialOrdered.js +75 -0
  105. package/cms/node_modules/asynckit/stream.js +21 -0
  106. package/cms/node_modules/axios/CHANGELOG.md +943 -0
  107. package/cms/node_modules/axios/LICENSE +19 -0
  108. package/cms/node_modules/axios/README.md +991 -0
  109. package/cms/node_modules/axios/SECURITY.md +5 -0
  110. package/cms/node_modules/axios/UPGRADE_GUIDE.md +168 -0
  111. package/cms/node_modules/axios/dist/axios.js +2595 -0
  112. package/cms/node_modules/axios/dist/axios.map +1 -0
  113. package/cms/node_modules/axios/dist/axios.min.js +3 -0
  114. package/cms/node_modules/axios/dist/axios.min.map +1 -0
  115. package/cms/node_modules/axios/index.d.ts +254 -0
  116. package/cms/node_modules/axios/index.js +1 -0
  117. package/cms/node_modules/axios/lib/adapters/README.md +37 -0
  118. package/cms/node_modules/axios/lib/adapters/http.js +424 -0
  119. package/cms/node_modules/axios/lib/adapters/xhr.js +222 -0
  120. package/cms/node_modules/axios/lib/axios.js +64 -0
  121. package/cms/node_modules/axios/lib/cancel/CancelToken.js +119 -0
  122. package/cms/node_modules/axios/lib/cancel/CanceledError.js +22 -0
  123. package/cms/node_modules/axios/lib/cancel/isCancel.js +5 -0
  124. package/cms/node_modules/axios/lib/core/Axios.js +160 -0
  125. package/cms/node_modules/axios/lib/core/AxiosError.js +86 -0
  126. package/cms/node_modules/axios/lib/core/InterceptorManager.js +54 -0
  127. package/cms/node_modules/axios/lib/core/README.md +8 -0
  128. package/cms/node_modules/axios/lib/core/buildFullPath.js +20 -0
  129. package/cms/node_modules/axios/lib/core/dispatchRequest.js +87 -0
  130. package/cms/node_modules/axios/lib/core/mergeConfig.js +100 -0
  131. package/cms/node_modules/axios/lib/core/settle.js +25 -0
  132. package/cms/node_modules/axios/lib/core/transformData.js +22 -0
  133. package/cms/node_modules/axios/lib/defaults/env/FormData.js +2 -0
  134. package/cms/node_modules/axios/lib/defaults/index.js +146 -0
  135. package/cms/node_modules/axios/lib/defaults/transitional.js +7 -0
  136. package/cms/node_modules/axios/lib/env/README.md +3 -0
  137. package/cms/node_modules/axios/lib/env/data.js +3 -0
  138. package/cms/node_modules/axios/lib/helpers/README.md +7 -0
  139. package/cms/node_modules/axios/lib/helpers/bind.js +11 -0
  140. package/cms/node_modules/axios/lib/helpers/buildURL.js +70 -0
  141. package/cms/node_modules/axios/lib/helpers/combineURLs.js +14 -0
  142. package/cms/node_modules/axios/lib/helpers/cookies.js +53 -0
  143. package/cms/node_modules/axios/lib/helpers/deprecatedMethod.js +24 -0
  144. package/cms/node_modules/axios/lib/helpers/isAbsoluteURL.js +14 -0
  145. package/cms/node_modules/axios/lib/helpers/isAxiosError.js +13 -0
  146. package/cms/node_modules/axios/lib/helpers/isURLSameOrigin.js +68 -0
  147. package/cms/node_modules/axios/lib/helpers/normalizeHeaderName.js +12 -0
  148. package/cms/node_modules/axios/lib/helpers/null.js +2 -0
  149. package/cms/node_modules/axios/lib/helpers/parseHeaders.js +53 -0
  150. package/cms/node_modules/axios/lib/helpers/parseProtocol.js +6 -0
  151. package/cms/node_modules/axios/lib/helpers/spread.js +27 -0
  152. package/cms/node_modules/axios/lib/helpers/toFormData.js +72 -0
  153. package/cms/node_modules/axios/lib/helpers/validator.js +86 -0
  154. package/cms/node_modules/axios/lib/utils.js +470 -0
  155. package/cms/node_modules/axios/package.json +87 -0
  156. package/cms/node_modules/axios/tsconfig.json +14 -0
  157. package/cms/node_modules/axios/tslint.json +6 -0
  158. package/cms/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
  159. package/cms/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
  160. package/cms/node_modules/call-bind-apply-helpers/.nycrc +9 -0
  161. package/cms/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
  162. package/cms/node_modules/call-bind-apply-helpers/LICENSE +21 -0
  163. package/cms/node_modules/call-bind-apply-helpers/README.md +62 -0
  164. package/cms/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  165. package/cms/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  166. package/cms/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  167. package/cms/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  168. package/cms/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  169. package/cms/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  170. package/cms/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  171. package/cms/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  172. package/cms/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
  173. package/cms/node_modules/call-bind-apply-helpers/index.js +15 -0
  174. package/cms/node_modules/call-bind-apply-helpers/package.json +85 -0
  175. package/cms/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  176. package/cms/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  177. package/cms/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  178. package/cms/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  179. package/cms/node_modules/call-bound/.eslintrc +13 -0
  180. package/cms/node_modules/call-bound/.github/FUNDING.yml +12 -0
  181. package/cms/node_modules/call-bound/.nycrc +9 -0
  182. package/cms/node_modules/call-bound/CHANGELOG.md +42 -0
  183. package/cms/node_modules/call-bound/LICENSE +21 -0
  184. package/cms/node_modules/call-bound/README.md +53 -0
  185. package/cms/node_modules/call-bound/index.d.ts +94 -0
  186. package/cms/node_modules/call-bound/index.js +19 -0
  187. package/cms/node_modules/call-bound/package.json +99 -0
  188. package/cms/node_modules/call-bound/test/index.js +61 -0
  189. package/cms/node_modules/call-bound/tsconfig.json +10 -0
  190. package/cms/node_modules/combined-stream/License +19 -0
  191. package/cms/node_modules/combined-stream/Readme.md +138 -0
  192. package/cms/node_modules/combined-stream/lib/combined_stream.js +208 -0
  193. package/cms/node_modules/combined-stream/package.json +25 -0
  194. package/cms/node_modules/combined-stream/yarn.lock +17 -0
  195. package/cms/node_modules/defu/LICENSE +21 -0
  196. package/cms/node_modules/defu/README.md +155 -0
  197. package/cms/node_modules/defu/dist/defu.cjs +50 -0
  198. package/cms/node_modules/defu/dist/defu.d.ts +19 -0
  199. package/cms/node_modules/defu/dist/defu.mjs +48 -0
  200. package/cms/node_modules/defu/package.json +38 -0
  201. package/cms/node_modules/delayed-stream/License +19 -0
  202. package/cms/node_modules/delayed-stream/Makefile +7 -0
  203. package/cms/node_modules/delayed-stream/Readme.md +141 -0
  204. package/cms/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
  205. package/cms/node_modules/delayed-stream/package.json +27 -0
  206. package/cms/node_modules/dunder-proto/.eslintrc +5 -0
  207. package/cms/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
  208. package/cms/node_modules/dunder-proto/.nycrc +13 -0
  209. package/cms/node_modules/dunder-proto/CHANGELOG.md +24 -0
  210. package/cms/node_modules/dunder-proto/LICENSE +21 -0
  211. package/cms/node_modules/dunder-proto/README.md +54 -0
  212. package/cms/node_modules/dunder-proto/get.d.ts +5 -0
  213. package/cms/node_modules/dunder-proto/get.js +30 -0
  214. package/cms/node_modules/dunder-proto/package.json +76 -0
  215. package/cms/node_modules/dunder-proto/set.d.ts +5 -0
  216. package/cms/node_modules/dunder-proto/set.js +35 -0
  217. package/cms/node_modules/dunder-proto/test/get.js +34 -0
  218. package/cms/node_modules/dunder-proto/test/index.js +4 -0
  219. package/cms/node_modules/dunder-proto/test/set.js +50 -0
  220. package/cms/node_modules/dunder-proto/tsconfig.json +9 -0
  221. package/cms/node_modules/es-define-property/.eslintrc +13 -0
  222. package/cms/node_modules/es-define-property/.github/FUNDING.yml +12 -0
  223. package/cms/node_modules/es-define-property/.nycrc +9 -0
  224. package/cms/node_modules/es-define-property/CHANGELOG.md +29 -0
  225. package/cms/node_modules/es-define-property/LICENSE +21 -0
  226. package/cms/node_modules/es-define-property/README.md +49 -0
  227. package/cms/node_modules/es-define-property/index.d.ts +3 -0
  228. package/cms/node_modules/es-define-property/index.js +14 -0
  229. package/cms/node_modules/es-define-property/package.json +81 -0
  230. package/cms/node_modules/es-define-property/test/index.js +56 -0
  231. package/cms/node_modules/es-define-property/tsconfig.json +10 -0
  232. package/cms/node_modules/es-errors/.eslintrc +5 -0
  233. package/cms/node_modules/es-errors/.github/FUNDING.yml +12 -0
  234. package/cms/node_modules/es-errors/CHANGELOG.md +40 -0
  235. package/cms/node_modules/es-errors/LICENSE +21 -0
  236. package/cms/node_modules/es-errors/README.md +55 -0
  237. package/cms/node_modules/es-errors/eval.d.ts +3 -0
  238. package/cms/node_modules/es-errors/eval.js +4 -0
  239. package/cms/node_modules/es-errors/index.d.ts +3 -0
  240. package/cms/node_modules/es-errors/index.js +4 -0
  241. package/cms/node_modules/es-errors/package.json +80 -0
  242. package/cms/node_modules/es-errors/range.d.ts +3 -0
  243. package/cms/node_modules/es-errors/range.js +4 -0
  244. package/cms/node_modules/es-errors/ref.d.ts +3 -0
  245. package/cms/node_modules/es-errors/ref.js +4 -0
  246. package/cms/node_modules/es-errors/syntax.d.ts +3 -0
  247. package/cms/node_modules/es-errors/syntax.js +4 -0
  248. package/cms/node_modules/es-errors/test/index.js +19 -0
  249. package/cms/node_modules/es-errors/tsconfig.json +49 -0
  250. package/cms/node_modules/es-errors/type.d.ts +3 -0
  251. package/cms/node_modules/es-errors/type.js +4 -0
  252. package/cms/node_modules/es-errors/uri.d.ts +3 -0
  253. package/cms/node_modules/es-errors/uri.js +4 -0
  254. package/cms/node_modules/es-object-atoms/.eslintrc +16 -0
  255. package/cms/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
  256. package/cms/node_modules/es-object-atoms/CHANGELOG.md +37 -0
  257. package/cms/node_modules/es-object-atoms/LICENSE +21 -0
  258. package/cms/node_modules/es-object-atoms/README.md +63 -0
  259. package/cms/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  260. package/cms/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  261. package/cms/node_modules/es-object-atoms/ToObject.d.ts +7 -0
  262. package/cms/node_modules/es-object-atoms/ToObject.js +10 -0
  263. package/cms/node_modules/es-object-atoms/index.d.ts +3 -0
  264. package/cms/node_modules/es-object-atoms/index.js +4 -0
  265. package/cms/node_modules/es-object-atoms/isObject.d.ts +3 -0
  266. package/cms/node_modules/es-object-atoms/isObject.js +6 -0
  267. package/cms/node_modules/es-object-atoms/package.json +80 -0
  268. package/cms/node_modules/es-object-atoms/test/index.js +38 -0
  269. package/cms/node_modules/es-object-atoms/tsconfig.json +6 -0
  270. package/cms/node_modules/es-set-tostringtag/.eslintrc +13 -0
  271. package/cms/node_modules/es-set-tostringtag/.nycrc +9 -0
  272. package/cms/node_modules/es-set-tostringtag/CHANGELOG.md +67 -0
  273. package/cms/node_modules/es-set-tostringtag/LICENSE +21 -0
  274. package/cms/node_modules/es-set-tostringtag/README.md +53 -0
  275. package/cms/node_modules/es-set-tostringtag/index.d.ts +10 -0
  276. package/cms/node_modules/es-set-tostringtag/index.js +35 -0
  277. package/cms/node_modules/es-set-tostringtag/package.json +78 -0
  278. package/cms/node_modules/es-set-tostringtag/test/index.js +85 -0
  279. package/cms/node_modules/es-set-tostringtag/tsconfig.json +9 -0
  280. package/cms/node_modules/follow-redirects/LICENSE +18 -0
  281. package/cms/node_modules/follow-redirects/README.md +155 -0
  282. package/cms/node_modules/follow-redirects/debug.js +15 -0
  283. package/cms/node_modules/follow-redirects/http.js +1 -0
  284. package/cms/node_modules/follow-redirects/https.js +1 -0
  285. package/cms/node_modules/follow-redirects/index.js +686 -0
  286. package/cms/node_modules/follow-redirects/package.json +58 -0
  287. package/cms/node_modules/form-data/CHANGELOG.md +659 -0
  288. package/cms/node_modules/form-data/License +19 -0
  289. package/cms/node_modules/form-data/README.md +355 -0
  290. package/cms/node_modules/form-data/index.d.ts +62 -0
  291. package/cms/node_modules/form-data/lib/browser.js +4 -0
  292. package/cms/node_modules/form-data/lib/form_data.js +494 -0
  293. package/cms/node_modules/form-data/lib/populate.js +10 -0
  294. package/cms/node_modules/form-data/package.json +82 -0
  295. package/cms/node_modules/function-bind/.eslintrc +21 -0
  296. package/cms/node_modules/function-bind/.github/FUNDING.yml +12 -0
  297. package/cms/node_modules/function-bind/.github/SECURITY.md +3 -0
  298. package/cms/node_modules/function-bind/.nycrc +13 -0
  299. package/cms/node_modules/function-bind/CHANGELOG.md +136 -0
  300. package/cms/node_modules/function-bind/LICENSE +20 -0
  301. package/cms/node_modules/function-bind/README.md +46 -0
  302. package/cms/node_modules/function-bind/implementation.js +84 -0
  303. package/cms/node_modules/function-bind/index.js +5 -0
  304. package/cms/node_modules/function-bind/package.json +87 -0
  305. package/cms/node_modules/function-bind/test/.eslintrc +9 -0
  306. package/cms/node_modules/function-bind/test/index.js +252 -0
  307. package/cms/node_modules/get-intrinsic/.eslintrc +42 -0
  308. package/cms/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
  309. package/cms/node_modules/get-intrinsic/.nycrc +9 -0
  310. package/cms/node_modules/get-intrinsic/CHANGELOG.md +186 -0
  311. package/cms/node_modules/get-intrinsic/LICENSE +21 -0
  312. package/cms/node_modules/get-intrinsic/README.md +71 -0
  313. package/cms/node_modules/get-intrinsic/index.js +378 -0
  314. package/cms/node_modules/get-intrinsic/package.json +97 -0
  315. package/cms/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
  316. package/cms/node_modules/get-proto/.eslintrc +10 -0
  317. package/cms/node_modules/get-proto/.github/FUNDING.yml +12 -0
  318. package/cms/node_modules/get-proto/.nycrc +9 -0
  319. package/cms/node_modules/get-proto/CHANGELOG.md +21 -0
  320. package/cms/node_modules/get-proto/LICENSE +21 -0
  321. package/cms/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
  322. package/cms/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
  323. package/cms/node_modules/get-proto/README.md +50 -0
  324. package/cms/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
  325. package/cms/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
  326. package/cms/node_modules/get-proto/index.d.ts +5 -0
  327. package/cms/node_modules/get-proto/index.js +27 -0
  328. package/cms/node_modules/get-proto/package.json +81 -0
  329. package/cms/node_modules/get-proto/test/index.js +68 -0
  330. package/cms/node_modules/get-proto/tsconfig.json +9 -0
  331. package/cms/node_modules/gopd/.eslintrc +16 -0
  332. package/cms/node_modules/gopd/.github/FUNDING.yml +12 -0
  333. package/cms/node_modules/gopd/CHANGELOG.md +45 -0
  334. package/cms/node_modules/gopd/LICENSE +21 -0
  335. package/cms/node_modules/gopd/README.md +40 -0
  336. package/cms/node_modules/gopd/gOPD.d.ts +1 -0
  337. package/cms/node_modules/gopd/gOPD.js +4 -0
  338. package/cms/node_modules/gopd/index.d.ts +5 -0
  339. package/cms/node_modules/gopd/index.js +15 -0
  340. package/cms/node_modules/gopd/package.json +77 -0
  341. package/cms/node_modules/gopd/test/index.js +36 -0
  342. package/cms/node_modules/gopd/tsconfig.json +9 -0
  343. package/cms/node_modules/has-symbols/.eslintrc +11 -0
  344. package/cms/node_modules/has-symbols/.github/FUNDING.yml +12 -0
  345. package/cms/node_modules/has-symbols/.nycrc +9 -0
  346. package/cms/node_modules/has-symbols/CHANGELOG.md +91 -0
  347. package/cms/node_modules/has-symbols/LICENSE +21 -0
  348. package/cms/node_modules/has-symbols/README.md +46 -0
  349. package/cms/node_modules/has-symbols/index.d.ts +3 -0
  350. package/cms/node_modules/has-symbols/index.js +14 -0
  351. package/cms/node_modules/has-symbols/package.json +111 -0
  352. package/cms/node_modules/has-symbols/shams.d.ts +3 -0
  353. package/cms/node_modules/has-symbols/shams.js +45 -0
  354. package/cms/node_modules/has-symbols/test/index.js +22 -0
  355. package/cms/node_modules/has-symbols/test/shams/core-js.js +29 -0
  356. package/cms/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
  357. package/cms/node_modules/has-symbols/test/tests.js +58 -0
  358. package/cms/node_modules/has-symbols/tsconfig.json +10 -0
  359. package/cms/node_modules/has-tostringtag/.eslintrc +5 -0
  360. package/cms/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
  361. package/cms/node_modules/has-tostringtag/.nycrc +13 -0
  362. package/cms/node_modules/has-tostringtag/CHANGELOG.md +42 -0
  363. package/cms/node_modules/has-tostringtag/LICENSE +21 -0
  364. package/cms/node_modules/has-tostringtag/README.md +46 -0
  365. package/cms/node_modules/has-tostringtag/index.d.ts +3 -0
  366. package/cms/node_modules/has-tostringtag/index.js +8 -0
  367. package/cms/node_modules/has-tostringtag/package.json +108 -0
  368. package/cms/node_modules/has-tostringtag/shams.d.ts +3 -0
  369. package/cms/node_modules/has-tostringtag/shams.js +8 -0
  370. package/cms/node_modules/has-tostringtag/test/index.js +21 -0
  371. package/cms/node_modules/has-tostringtag/test/shams/core-js.js +31 -0
  372. package/cms/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +30 -0
  373. package/cms/node_modules/has-tostringtag/test/tests.js +15 -0
  374. package/cms/node_modules/has-tostringtag/tsconfig.json +49 -0
  375. package/cms/node_modules/hasown/.eslintrc +5 -0
  376. package/cms/node_modules/hasown/.github/FUNDING.yml +12 -0
  377. package/cms/node_modules/hasown/.nycrc +13 -0
  378. package/cms/node_modules/hasown/CHANGELOG.md +40 -0
  379. package/cms/node_modules/hasown/LICENSE +21 -0
  380. package/cms/node_modules/hasown/README.md +40 -0
  381. package/cms/node_modules/hasown/index.d.ts +3 -0
  382. package/cms/node_modules/hasown/index.js +8 -0
  383. package/cms/node_modules/hasown/package.json +92 -0
  384. package/cms/node_modules/hasown/tsconfig.json +6 -0
  385. package/cms/node_modules/js-cookie/LICENSE +21 -0
  386. package/cms/node_modules/js-cookie/README.md +305 -0
  387. package/cms/node_modules/js-cookie/dist/js.cookie.js +147 -0
  388. package/cms/node_modules/js-cookie/dist/js.cookie.min.js +2 -0
  389. package/cms/node_modules/js-cookie/dist/js.cookie.min.mjs +2 -0
  390. package/cms/node_modules/js-cookie/dist/js.cookie.mjs +134 -0
  391. package/cms/node_modules/js-cookie/index.js +1 -0
  392. package/cms/node_modules/js-cookie/package.json +71 -0
  393. package/cms/node_modules/math-intrinsics/.eslintrc +16 -0
  394. package/cms/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
  395. package/cms/node_modules/math-intrinsics/CHANGELOG.md +24 -0
  396. package/cms/node_modules/math-intrinsics/LICENSE +21 -0
  397. package/cms/node_modules/math-intrinsics/README.md +50 -0
  398. package/cms/node_modules/math-intrinsics/abs.d.ts +1 -0
  399. package/cms/node_modules/math-intrinsics/abs.js +4 -0
  400. package/cms/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
  401. package/cms/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
  402. package/cms/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
  403. package/cms/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
  404. package/cms/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
  405. package/cms/node_modules/math-intrinsics/constants/maxValue.js +5 -0
  406. package/cms/node_modules/math-intrinsics/floor.d.ts +1 -0
  407. package/cms/node_modules/math-intrinsics/floor.js +4 -0
  408. package/cms/node_modules/math-intrinsics/isFinite.d.ts +3 -0
  409. package/cms/node_modules/math-intrinsics/isFinite.js +12 -0
  410. package/cms/node_modules/math-intrinsics/isInteger.d.ts +3 -0
  411. package/cms/node_modules/math-intrinsics/isInteger.js +16 -0
  412. package/cms/node_modules/math-intrinsics/isNaN.d.ts +1 -0
  413. package/cms/node_modules/math-intrinsics/isNaN.js +6 -0
  414. package/cms/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
  415. package/cms/node_modules/math-intrinsics/isNegativeZero.js +6 -0
  416. package/cms/node_modules/math-intrinsics/max.d.ts +1 -0
  417. package/cms/node_modules/math-intrinsics/max.js +4 -0
  418. package/cms/node_modules/math-intrinsics/min.d.ts +1 -0
  419. package/cms/node_modules/math-intrinsics/min.js +4 -0
  420. package/cms/node_modules/math-intrinsics/mod.d.ts +3 -0
  421. package/cms/node_modules/math-intrinsics/mod.js +9 -0
  422. package/cms/node_modules/math-intrinsics/package.json +86 -0
  423. package/cms/node_modules/math-intrinsics/pow.d.ts +1 -0
  424. package/cms/node_modules/math-intrinsics/pow.js +4 -0
  425. package/cms/node_modules/math-intrinsics/round.d.ts +1 -0
  426. package/cms/node_modules/math-intrinsics/round.js +4 -0
  427. package/cms/node_modules/math-intrinsics/sign.d.ts +3 -0
  428. package/cms/node_modules/math-intrinsics/sign.js +11 -0
  429. package/cms/node_modules/math-intrinsics/test/index.js +192 -0
  430. package/cms/node_modules/math-intrinsics/tsconfig.json +3 -0
  431. package/cms/node_modules/mime-db/HISTORY.md +507 -0
  432. package/cms/node_modules/mime-db/LICENSE +23 -0
  433. package/cms/node_modules/mime-db/README.md +100 -0
  434. package/cms/node_modules/mime-db/db.json +8519 -0
  435. package/cms/node_modules/mime-db/index.js +12 -0
  436. package/cms/node_modules/mime-db/package.json +60 -0
  437. package/cms/node_modules/mime-types/HISTORY.md +397 -0
  438. package/cms/node_modules/mime-types/LICENSE +23 -0
  439. package/cms/node_modules/mime-types/README.md +113 -0
  440. package/cms/node_modules/mime-types/index.js +188 -0
  441. package/cms/node_modules/mime-types/package.json +44 -0
  442. package/cms/node_modules/object-inspect/.eslintrc +53 -0
  443. package/cms/node_modules/object-inspect/.github/FUNDING.yml +12 -0
  444. package/cms/node_modules/object-inspect/.nycrc +13 -0
  445. package/cms/node_modules/object-inspect/CHANGELOG.md +424 -0
  446. package/cms/node_modules/object-inspect/LICENSE +21 -0
  447. package/cms/node_modules/object-inspect/example/all.js +23 -0
  448. package/cms/node_modules/object-inspect/example/circular.js +6 -0
  449. package/cms/node_modules/object-inspect/example/fn.js +5 -0
  450. package/cms/node_modules/object-inspect/example/inspect.js +10 -0
  451. package/cms/node_modules/object-inspect/index.js +544 -0
  452. package/cms/node_modules/object-inspect/package-support.json +20 -0
  453. package/cms/node_modules/object-inspect/package.json +105 -0
  454. package/cms/node_modules/object-inspect/readme.markdown +84 -0
  455. package/cms/node_modules/object-inspect/test/bigint.js +58 -0
  456. package/cms/node_modules/object-inspect/test/browser/dom.js +15 -0
  457. package/cms/node_modules/object-inspect/test/circular.js +16 -0
  458. package/cms/node_modules/object-inspect/test/deep.js +12 -0
  459. package/cms/node_modules/object-inspect/test/element.js +53 -0
  460. package/cms/node_modules/object-inspect/test/err.js +48 -0
  461. package/cms/node_modules/object-inspect/test/fakes.js +29 -0
  462. package/cms/node_modules/object-inspect/test/fn.js +76 -0
  463. package/cms/node_modules/object-inspect/test/global.js +17 -0
  464. package/cms/node_modules/object-inspect/test/has.js +15 -0
  465. package/cms/node_modules/object-inspect/test/holes.js +15 -0
  466. package/cms/node_modules/object-inspect/test/indent-option.js +271 -0
  467. package/cms/node_modules/object-inspect/test/inspect.js +139 -0
  468. package/cms/node_modules/object-inspect/test/lowbyte.js +12 -0
  469. package/cms/node_modules/object-inspect/test/number.js +58 -0
  470. package/cms/node_modules/object-inspect/test/quoteStyle.js +26 -0
  471. package/cms/node_modules/object-inspect/test/toStringTag.js +40 -0
  472. package/cms/node_modules/object-inspect/test/undef.js +12 -0
  473. package/cms/node_modules/object-inspect/test/values.js +261 -0
  474. package/cms/node_modules/object-inspect/test-core-js.js +26 -0
  475. package/cms/node_modules/object-inspect/util.inspect.js +1 -0
  476. package/cms/node_modules/qs/.editorconfig +46 -0
  477. package/cms/node_modules/qs/.eslintrc +39 -0
  478. package/cms/node_modules/qs/.github/FUNDING.yml +12 -0
  479. package/cms/node_modules/qs/.nycrc +13 -0
  480. package/cms/node_modules/qs/CHANGELOG.md +622 -0
  481. package/cms/node_modules/qs/LICENSE.md +29 -0
  482. package/cms/node_modules/qs/README.md +733 -0
  483. package/cms/node_modules/qs/dist/qs.js +141 -0
  484. package/cms/node_modules/qs/lib/formats.js +23 -0
  485. package/cms/node_modules/qs/lib/index.js +11 -0
  486. package/cms/node_modules/qs/lib/parse.js +328 -0
  487. package/cms/node_modules/qs/lib/stringify.js +356 -0
  488. package/cms/node_modules/qs/lib/utils.js +268 -0
  489. package/cms/node_modules/qs/package.json +93 -0
  490. package/cms/node_modules/qs/test/empty-keys-cases.js +267 -0
  491. package/cms/node_modules/qs/test/parse.js +1276 -0
  492. package/cms/node_modules/qs/test/stringify.js +1306 -0
  493. package/cms/node_modules/qs/test/utils.js +262 -0
  494. package/cms/node_modules/side-channel/.editorconfig +9 -0
  495. package/cms/node_modules/side-channel/.eslintrc +12 -0
  496. package/cms/node_modules/side-channel/.github/FUNDING.yml +12 -0
  497. package/cms/node_modules/side-channel/.nycrc +13 -0
  498. package/cms/node_modules/side-channel/CHANGELOG.md +110 -0
  499. package/cms/node_modules/side-channel/LICENSE +21 -0
  500. package/cms/node_modules/side-channel/README.md +61 -0
  501. package/cms/node_modules/side-channel/index.d.ts +14 -0
  502. package/cms/node_modules/side-channel/index.js +43 -0
  503. package/cms/node_modules/side-channel/package.json +85 -0
  504. package/cms/node_modules/side-channel/test/index.js +104 -0
  505. package/cms/node_modules/side-channel/tsconfig.json +9 -0
  506. package/cms/node_modules/side-channel-list/.editorconfig +9 -0
  507. package/cms/node_modules/side-channel-list/.eslintrc +11 -0
  508. package/cms/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
  509. package/cms/node_modules/side-channel-list/.nycrc +13 -0
  510. package/cms/node_modules/side-channel-list/CHANGELOG.md +15 -0
  511. package/cms/node_modules/side-channel-list/LICENSE +21 -0
  512. package/cms/node_modules/side-channel-list/README.md +62 -0
  513. package/cms/node_modules/side-channel-list/index.d.ts +13 -0
  514. package/cms/node_modules/side-channel-list/index.js +113 -0
  515. package/cms/node_modules/side-channel-list/list.d.ts +14 -0
  516. package/cms/node_modules/side-channel-list/package.json +77 -0
  517. package/cms/node_modules/side-channel-list/test/index.js +104 -0
  518. package/cms/node_modules/side-channel-list/tsconfig.json +9 -0
  519. package/cms/node_modules/side-channel-map/.editorconfig +9 -0
  520. package/cms/node_modules/side-channel-map/.eslintrc +11 -0
  521. package/cms/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
  522. package/cms/node_modules/side-channel-map/.nycrc +13 -0
  523. package/cms/node_modules/side-channel-map/CHANGELOG.md +22 -0
  524. package/cms/node_modules/side-channel-map/LICENSE +21 -0
  525. package/cms/node_modules/side-channel-map/README.md +62 -0
  526. package/cms/node_modules/side-channel-map/index.d.ts +15 -0
  527. package/cms/node_modules/side-channel-map/index.js +68 -0
  528. package/cms/node_modules/side-channel-map/package.json +80 -0
  529. package/cms/node_modules/side-channel-map/test/index.js +114 -0
  530. package/cms/node_modules/side-channel-map/tsconfig.json +9 -0
  531. package/cms/node_modules/side-channel-weakmap/.editorconfig +9 -0
  532. package/cms/node_modules/side-channel-weakmap/.eslintrc +12 -0
  533. package/cms/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
  534. package/cms/node_modules/side-channel-weakmap/.nycrc +13 -0
  535. package/cms/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
  536. package/cms/node_modules/side-channel-weakmap/LICENSE +21 -0
  537. package/cms/node_modules/side-channel-weakmap/README.md +62 -0
  538. package/cms/node_modules/side-channel-weakmap/index.d.ts +15 -0
  539. package/cms/node_modules/side-channel-weakmap/index.js +84 -0
  540. package/cms/node_modules/side-channel-weakmap/package.json +87 -0
  541. package/cms/node_modules/side-channel-weakmap/test/index.js +114 -0
  542. package/cms/node_modules/side-channel-weakmap/tsconfig.json +9 -0
  543. package/cms/node_modules/strapi-sdk-js/LICENSE +21 -0
  544. package/cms/node_modules/strapi-sdk-js/README.md +50 -0
  545. package/cms/node_modules/strapi-sdk-js/dist/index.cjs +377 -0
  546. package/cms/node_modules/strapi-sdk-js/dist/index.d.ts +276 -0
  547. package/cms/node_modules/strapi-sdk-js/dist/index.mjs +375 -0
  548. package/cms/node_modules/strapi-sdk-js/package.json +110 -0
  549. package/cms/node_modules/ufo/LICENSE +21 -0
  550. package/cms/node_modules/ufo/README.md +466 -0
  551. package/cms/node_modules/ufo/dist/index.cjs +691 -0
  552. package/cms/node_modules/ufo/dist/index.d.cts +624 -0
  553. package/cms/node_modules/ufo/dist/index.d.mts +624 -0
  554. package/cms/node_modules/ufo/dist/index.d.ts +624 -0
  555. package/cms/node_modules/ufo/dist/index.mjs +638 -0
  556. package/cms/node_modules/ufo/package.json +47 -0
  557. package/cms/node_modules/undici-types/LICENSE +21 -0
  558. package/cms/node_modules/undici-types/README.md +6 -0
  559. package/cms/node_modules/undici-types/agent.d.ts +32 -0
  560. package/cms/node_modules/undici-types/api.d.ts +43 -0
  561. package/cms/node_modules/undici-types/balanced-pool.d.ts +29 -0
  562. package/cms/node_modules/undici-types/cache-interceptor.d.ts +172 -0
  563. package/cms/node_modules/undici-types/cache.d.ts +36 -0
  564. package/cms/node_modules/undici-types/client-stats.d.ts +15 -0
  565. package/cms/node_modules/undici-types/client.d.ts +108 -0
  566. package/cms/node_modules/undici-types/connector.d.ts +34 -0
  567. package/cms/node_modules/undici-types/content-type.d.ts +21 -0
  568. package/cms/node_modules/undici-types/cookies.d.ts +30 -0
  569. package/cms/node_modules/undici-types/diagnostics-channel.d.ts +74 -0
  570. package/cms/node_modules/undici-types/dispatcher.d.ts +276 -0
  571. package/cms/node_modules/undici-types/env-http-proxy-agent.d.ts +22 -0
  572. package/cms/node_modules/undici-types/errors.d.ts +161 -0
  573. package/cms/node_modules/undici-types/eventsource.d.ts +66 -0
  574. package/cms/node_modules/undici-types/fetch.d.ts +211 -0
  575. package/cms/node_modules/undici-types/formdata.d.ts +108 -0
  576. package/cms/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  577. package/cms/node_modules/undici-types/global-origin.d.ts +7 -0
  578. package/cms/node_modules/undici-types/h2c-client.d.ts +73 -0
  579. package/cms/node_modules/undici-types/handlers.d.ts +15 -0
  580. package/cms/node_modules/undici-types/header.d.ts +160 -0
  581. package/cms/node_modules/undici-types/index.d.ts +80 -0
  582. package/cms/node_modules/undici-types/interceptors.d.ts +39 -0
  583. package/cms/node_modules/undici-types/mock-agent.d.ts +68 -0
  584. package/cms/node_modules/undici-types/mock-call-history.d.ts +111 -0
  585. package/cms/node_modules/undici-types/mock-client.d.ts +27 -0
  586. package/cms/node_modules/undici-types/mock-errors.d.ts +12 -0
  587. package/cms/node_modules/undici-types/mock-interceptor.d.ts +94 -0
  588. package/cms/node_modules/undici-types/mock-pool.d.ts +27 -0
  589. package/cms/node_modules/undici-types/package.json +55 -0
  590. package/cms/node_modules/undici-types/patch.d.ts +29 -0
  591. package/cms/node_modules/undici-types/pool-stats.d.ts +19 -0
  592. package/cms/node_modules/undici-types/pool.d.ts +41 -0
  593. package/cms/node_modules/undici-types/proxy-agent.d.ts +29 -0
  594. package/cms/node_modules/undici-types/readable.d.ts +68 -0
  595. package/cms/node_modules/undici-types/retry-agent.d.ts +8 -0
  596. package/cms/node_modules/undici-types/retry-handler.d.ts +125 -0
  597. package/cms/node_modules/undici-types/snapshot-agent.d.ts +109 -0
  598. package/cms/node_modules/undici-types/util.d.ts +18 -0
  599. package/cms/node_modules/undici-types/utility.d.ts +7 -0
  600. package/cms/node_modules/undici-types/webidl.d.ts +341 -0
  601. package/cms/node_modules/undici-types/websocket.d.ts +186 -0
  602. package/package.json +2 -2
  603. package/src/lib/keyvault.ts +46 -20
  604. package/src/otel/setup.ts +2 -2
@@ -0,0 +1,624 @@
1
+ type QueryValue = string | number | undefined | null | boolean | Array<QueryValue> | Record<string, any>;
2
+ type QueryObject = Record<string, QueryValue | QueryValue[]>;
3
+ type ParsedQuery = Record<string, string | string[]>;
4
+ /**
5
+ * Parses and decodes a query string into an object.
6
+ *
7
+ * The input can be a query string with or without the leading `?`.
8
+ *
9
+ * @note
10
+ * The `__proto__` and `constructor` keys are ignored to prevent prototype pollution.
11
+ *
12
+ * @group Query_utils
13
+ */
14
+ declare function parseQuery<T extends ParsedQuery = ParsedQuery>(parametersString?: string): T;
15
+ /**
16
+ * Encodes a pair of key and value into a url query string value.
17
+ *
18
+ * If the value is an array, it will be encoded as multiple key-value pairs with the same key.
19
+ *
20
+ * @group Query_utils
21
+ */
22
+ declare function encodeQueryItem(key: string, value: QueryValue | QueryValue[]): string;
23
+ /**
24
+ * Stringfies and encodes a query object into a query string.
25
+ *
26
+ * @group Query_utils
27
+ */
28
+ declare function stringifyQuery(query: QueryObject): string;
29
+
30
+ /**
31
+ * Encodes characters that need to be encoded in the path, search and hash
32
+ * sections of the URL.
33
+ *
34
+ * @group encoding_utils
35
+ *
36
+ * @param text - string to encode
37
+ * @returns encoded string
38
+ */
39
+ declare function encode(text: string | number): string;
40
+ /**
41
+ * Encodes characters that need to be encoded in the hash section of the URL.
42
+ *
43
+ * @group encoding_utils
44
+ *
45
+ * @param text - string to encode
46
+ * @returns encoded string
47
+ */
48
+ declare function encodeHash(text: string): string;
49
+ /**
50
+ * Encodes characters that need to be encoded for query values in the query
51
+ * section of the URL.
52
+ *
53
+ * @group encoding_utils
54
+ *
55
+ * @param input - string to encode
56
+ * @returns encoded string
57
+ */
58
+ declare function encodeQueryValue(input: QueryValue): string;
59
+ /**
60
+ * Encodes characters that need to be encoded for query values in the query
61
+ * section of the URL and also encodes the `=` character.
62
+ *
63
+ * @group encoding_utils
64
+ *
65
+ * @param text - string to encode
66
+ */
67
+ declare function encodeQueryKey(text: string | number): string;
68
+ /**
69
+ * Encodes characters that need to be encoded in the path section of the URL.
70
+ *
71
+ * @group encoding_utils
72
+ *
73
+ * @param text - string to encode
74
+ * @returns encoded string
75
+ */
76
+ declare function encodePath(text: string | number): string;
77
+ /**
78
+ * Encodes characters that need to be encoded in the path section of the URL as a
79
+ * param. This function encodes everything `encodePath` does plus the
80
+ * slash (`/`) character.
81
+ *
82
+ * @group encoding_utils
83
+ *
84
+ * @param text - string to encode
85
+ * @returns encoded string
86
+ */
87
+ declare function encodeParam(text: string | number): string;
88
+ /**
89
+ * Decodes text using `decodeURIComponent`. Returns the original text if it
90
+ * fails.
91
+ *
92
+ * @group encoding_utils
93
+ *
94
+ * @param text - string to decode
95
+ * @returns decoded string
96
+ */
97
+ declare function decode(text?: string | number): string;
98
+ /**
99
+ * Decodes path section of URL (consistent with encodePath for slash encoding).
100
+ *
101
+ * @group encoding_utils
102
+ *
103
+ * @param text - string to decode
104
+ * @returns decoded string
105
+ */
106
+ declare function decodePath(text: string): string;
107
+ /**
108
+ * Decodes query key (consistent with `encodeQueryKey` for plus encoding).
109
+ *
110
+ * @group encoding_utils
111
+ *
112
+ * @param text - string to decode
113
+ * @returns decoded string
114
+ */
115
+ declare function decodeQueryKey(text: string): string;
116
+ /**
117
+ * Decodes query value (consistent with `encodeQueryValue` for plus encoding).
118
+ *
119
+ * @group encoding_utils
120
+ *
121
+ * @param text - string to decode
122
+ * @returns decoded string
123
+ */
124
+ declare function decodeQueryValue(text: string): string;
125
+ /**
126
+ * Encodes hostname with punycode encoding.
127
+ *
128
+ * @group encoding_utils
129
+ */
130
+ declare function encodeHost(name?: string): string;
131
+
132
+ declare const protocolRelative: unique symbol;
133
+ interface ParsedURL {
134
+ protocol?: string;
135
+ host?: string;
136
+ auth?: string;
137
+ href?: string;
138
+ pathname: string;
139
+ hash: string;
140
+ search: string;
141
+ [protocolRelative]?: boolean;
142
+ }
143
+ interface ParsedAuth {
144
+ username: string;
145
+ password: string;
146
+ }
147
+ interface ParsedHost {
148
+ hostname: string;
149
+ port: string;
150
+ }
151
+ /**
152
+ * Takes a URL string and returns an object with the URL's `protocol`, `auth`, `host`, `pathname`, `search`, and `hash`.
153
+ *
154
+ * @example
155
+ *
156
+ * ```js
157
+ * parseURL("http://foo.com/foo?test=123#token");
158
+ * // { protocol: 'http:', auth: '', host: 'foo.com', pathname: '/foo', search: '?test=123', hash: '#token' }
159
+ *
160
+ * parseURL("foo.com/foo?test=123#token");
161
+ * // { pathname: 'foo.com/foo', search: '?test=123', hash: '#token' }
162
+ *
163
+ * parseURL("foo.com/foo?test=123#token", "https://");
164
+ * // { protocol: 'https:', auth: '', host: 'foo.com', pathname: '/foo', search: '?test=123', hash: '#token' }
165
+ * ```
166
+ *
167
+ * @group parsing_utils
168
+ *
169
+ * @param [input] - The URL to parse.
170
+ * @param [defaultProto] - The default protocol to use if the input doesn't have one.
171
+ * @returns A parsed URL object.
172
+ */
173
+ declare function parseURL(input?: string, defaultProto?: string): ParsedURL;
174
+ /**
175
+ * Splits the input string into three parts, and returns an object with those three parts.
176
+ *
177
+ * @group parsing_utils
178
+ *
179
+ * @param [input] - The URL to parse.
180
+ * @returns An object with three properties: `pathname`, `search`, and `hash`.
181
+ */
182
+ declare function parsePath(input?: string): ParsedURL;
183
+ /**
184
+ * Takes a string of the form `username:password` and returns an object with the username and
185
+ * password decoded.
186
+ *
187
+ * @group parsing_utils
188
+ *
189
+ * @param [input] - The URL to parse.
190
+ * @returns An object with two properties: username and password.
191
+ */
192
+ declare function parseAuth(input?: string): ParsedAuth;
193
+ /**
194
+ * Takes a string, and returns an object with two properties: `hostname` and `port`.
195
+ *
196
+ * @group parsing_utils
197
+ *
198
+ * @param [input] - The URL to parse.
199
+ * @returns A function that takes a string and returns an object with two properties: `hostname` and
200
+ * `port`.
201
+ */
202
+ declare function parseHost(input?: string): ParsedHost;
203
+ /**
204
+ * Takes a `ParsedURL` object and returns the stringified URL.
205
+ *
206
+ * @group parsing_utils
207
+ *
208
+ * @example
209
+ *
210
+ * ```js
211
+ * const obj = parseURL("http://foo.com/foo?test=123#token");
212
+ * obj.host = "bar.com";
213
+ *
214
+ * stringifyParsedURL(obj); // "http://bar.com/foo?test=123#token"
215
+ * ```
216
+ *
217
+ * @param [parsed] - The parsed URL
218
+ * @returns A stringified URL.
219
+ */
220
+ declare function stringifyParsedURL(parsed: Partial<ParsedURL>): string;
221
+ /**
222
+ * Parses a URL and returns last segment in path as filename.
223
+ *
224
+ * If `{ strict: true }` is passed as the second argument, it will only return the last segment only if ending with an extension.
225
+ *
226
+ * @group parsing_utils
227
+ *
228
+ * @example
229
+ *
230
+ * ```js
231
+ * // Result: filename.ext
232
+ * parseFilename("http://example.com/path/to/filename.ext");
233
+ *
234
+ * // Result: undefined
235
+ * parseFilename("/path/to/.hidden-file", { strict: true });
236
+ * ```
237
+ *
238
+ * @param [input] - The URL to parse.
239
+ * @param [opts] - Options to use while parsing
240
+ */
241
+ declare function parseFilename(input?: string, opts?: {
242
+ strict?: boolean;
243
+ }): string | undefined;
244
+
245
+ /**
246
+ * @deprecated use native URL with `new URL(input)` or `ufo.parseURL(input)`
247
+ */
248
+ declare class $URL implements URL {
249
+ protocol: string;
250
+ host: string;
251
+ auth: string;
252
+ pathname: string;
253
+ query: QueryObject;
254
+ hash: string;
255
+ constructor(input?: string);
256
+ get hostname(): string;
257
+ get port(): string;
258
+ get username(): string;
259
+ get password(): string;
260
+ get hasProtocol(): number;
261
+ get isAbsolute(): number | boolean;
262
+ get search(): string;
263
+ get searchParams(): URLSearchParams;
264
+ get origin(): string;
265
+ get fullpath(): string;
266
+ get encodedAuth(): string;
267
+ get href(): string;
268
+ append(url: $URL): void;
269
+ toJSON(): string;
270
+ toString(): string;
271
+ }
272
+ /**
273
+ * @deprecated use native URL with `new URL(input)` or `ufo.parseURL(input)`
274
+ */
275
+ declare function createURL(input: string): $URL;
276
+
277
+ /**
278
+ * Check if a path starts with `./` or `../`.
279
+ *
280
+ * @example
281
+ * ```js
282
+ * isRelative("./foo"); // true
283
+ * ```
284
+ *
285
+ * @group utils
286
+ */
287
+ declare function isRelative(inputString: string): boolean;
288
+ interface HasProtocolOptions {
289
+ acceptRelative?: boolean;
290
+ strict?: boolean;
291
+ }
292
+ /**
293
+ * Checks if the input has a protocol.
294
+ *
295
+ * You can use `{ acceptRelative: true }` to accept relative URLs as valid protocol.
296
+ *
297
+ * @group utils
298
+ */
299
+ declare function hasProtocol(inputString: string, opts?: HasProtocolOptions): boolean;
300
+ /** @deprecated Same as { hasProtocol(inputString, { acceptRelative: true }) */
301
+ declare function hasProtocol(inputString: string, acceptRelative: boolean): boolean;
302
+ /**
303
+ * Checks if the input protocol is any of the dangerous `blob:`, `data:`, `javascript`: or `vbscript:` protocols.
304
+ *
305
+ * @group utils
306
+ */
307
+ declare function isScriptProtocol(protocol?: string): boolean;
308
+ /**
309
+ * Checks if the input has a trailing slash.
310
+ *
311
+ * @group utils
312
+ */
313
+ declare function hasTrailingSlash(input?: string, respectQueryAndFragment?: boolean): boolean;
314
+ /**
315
+ * Removes the trailing slash from the URL or pathname.
316
+ *
317
+ * If second argument is `true`, it will only remove the trailing slash if it's not part of the query or fragment with cost of more expensive operations.
318
+ *
319
+ * @example
320
+ *
321
+ * ```js
322
+ * withoutTrailingSlash("/foo/"); // "/foo"
323
+ *
324
+ * withoutTrailingSlash("/path/?query=true", true); // "/path?query=true"
325
+ * ```
326
+ *
327
+ * @group utils
328
+ */
329
+ declare function withoutTrailingSlash(input?: string, respectQueryAndFragment?: boolean): string;
330
+ /**
331
+ * Ensures the URL ends with a trailing slash.
332
+ *
333
+ * If second argument is `true`, it will only add the trailing slash if it's not part of the query or fragment with cost of more expensive operation.
334
+ *
335
+ * @example
336
+ *
337
+ * ```js
338
+ * withTrailingSlash("/foo"); // "/foo/"
339
+ *
340
+ * withTrailingSlash("/path?query=true", true); // "/path/?query=true"
341
+ * ```
342
+ *
343
+ * @group utils
344
+ */
345
+ declare function withTrailingSlash(input?: string, respectQueryAndFragment?: boolean): string;
346
+ /**
347
+ * Checks if the input has a leading slash (e.g. `/foo`).
348
+ *
349
+ * @group utils
350
+ */
351
+ declare function hasLeadingSlash(input?: string): boolean;
352
+ /**
353
+ * Removes leading slash from the URL or pathname.
354
+ *
355
+ * @group utils
356
+ */
357
+ declare function withoutLeadingSlash(input?: string): string;
358
+ /**
359
+ * Ensures the URL or pathname has a leading slash.
360
+ *
361
+ * @group utils
362
+ */
363
+ declare function withLeadingSlash(input?: string): string;
364
+ /**
365
+ * Removes double slashes from the URL.
366
+ *
367
+ * @example
368
+ *
369
+ * ```js
370
+ * cleanDoubleSlashes("//foo//bar//"); // "/foo/bar/"
371
+ *
372
+ * cleanDoubleSlashes("http://example.com/analyze//http://localhost:3000//");
373
+ * // Returns "http://example.com/analyze/http://localhost:3000/"
374
+ * ```
375
+ *
376
+ * @group utils
377
+ */
378
+ declare function cleanDoubleSlashes(input?: string): string;
379
+ /**
380
+ * Ensures the URL or pathname starts with base.
381
+ *
382
+ * If input already starts with base, it will not be added again.
383
+ *
384
+ * @group utils
385
+ */
386
+ declare function withBase(input: string, base: string): string;
387
+ /**
388
+ * Removes the base from the URL or pathname.
389
+ *
390
+ * If input does not start with base, it will not be removed.
391
+ *
392
+ * @group utils
393
+ */
394
+ declare function withoutBase(input: string, base: string): string;
395
+ /**
396
+ * Add/Replace the query section of the URL.
397
+ *
398
+ * @example
399
+ *
400
+ * ```js
401
+ * withQuery("/foo?page=a", { token: "secret" }); // "/foo?page=a&token=secret"
402
+ * ```
403
+ *
404
+ * @group utils
405
+ */
406
+ declare function withQuery(input: string, query: QueryObject): string;
407
+ /**
408
+ * Removes the query section of the URL.
409
+ *
410
+ * @example
411
+ *
412
+ * ```js
413
+ * filterQuery("/foo?bar=1&baz=2", (key) => key !== "bar"); // "/foo?baz=2"
414
+ * ```
415
+ *
416
+ * @group utils
417
+ */
418
+ declare function filterQuery(input: string, predicate: (key: string, value: string | string[]) => boolean): string;
419
+ /**
420
+ * Parses and decodes the query object of an input URL into an object.
421
+ *
422
+ * @example
423
+ *
424
+ * ```js
425
+ * getQuery("http://foo.com/foo?test=123&unicode=%E5%A5%BD");
426
+ * // { test: "123", unicode: "好" }
427
+ * ```
428
+ * @group utils
429
+ */
430
+ declare function getQuery<T extends ParsedQuery = ParsedQuery>(input: string): T;
431
+ /**
432
+ * Checks if the input URL is empty or `/`.
433
+ *
434
+ * @group utils
435
+ */
436
+ declare function isEmptyURL(url: string): boolean;
437
+ /**
438
+ * Checks if the input URL is neither empty nor `/`.
439
+ *
440
+ * @group utils
441
+ */
442
+ declare function isNonEmptyURL(url: string): boolean;
443
+ /**
444
+ * Joins multiple URL segments into a single URL.
445
+ *
446
+ * @example
447
+ *
448
+ * ```js
449
+ * joinURL("a", "/b", "/c"); // "a/b/c"
450
+ * ```
451
+ *
452
+ * @group utils
453
+ */
454
+ declare function joinURL(base: string, ...input: string[]): string;
455
+ /**
456
+ * Joins multiple URL segments into a single URL and also handles relative paths with `./` and `../`.
457
+ *
458
+ * @example
459
+ *
460
+ * ```js
461
+ * joinRelativeURL("/a", "../b", "./c"); // "/b/c"
462
+ * ```
463
+ *
464
+ * @group utils
465
+ */
466
+ declare function joinRelativeURL(..._input: string[]): string;
467
+ /**
468
+ * Adds or replaces the URL protocol to `http://`.
469
+ *
470
+ * @example
471
+ *
472
+ * ```js
473
+ * withHttp("https://example.com"); // http://example.com
474
+ * ```
475
+ *
476
+ * @group utils
477
+ */
478
+ declare function withHttp(input: string): string;
479
+ /**
480
+ * Adds or replaces the URL protocol to `https://`.
481
+ *
482
+ * @example
483
+ *
484
+ * ```js
485
+ * withHttps("http://example.com"); // https://example.com
486
+ * ```
487
+ *
488
+ * @group utils
489
+ */
490
+ declare function withHttps(input: string): string;
491
+ /**
492
+ * Removes the protocol from the input.
493
+ *
494
+ * @example
495
+ * ```js
496
+ * withoutProtocol("http://example.com"); // "example.com"
497
+ * ```
498
+ */
499
+ declare function withoutProtocol(input: string): string;
500
+ /**
501
+ * Adds or replaces protocol of the input URL.
502
+ *
503
+ * @example
504
+ * ```js
505
+ * withProtocol("http://example.com", "ftp://"); // "ftp://example.com"
506
+ * ```
507
+ *
508
+ * @group utils
509
+ */
510
+ declare function withProtocol(input: string, protocol: string): string;
511
+ /**
512
+ * Normalizes the input URL:
513
+ *
514
+ * - Ensures the URL is properly encoded
515
+ * - Ensures pathname starts with a slash
516
+ * - Preserves protocol/host if provided
517
+ *
518
+ * @example
519
+ *
520
+ * ```js
521
+ * normalizeURL("test?query=123 123#hash, test");
522
+ * // Returns "test?query=123%20123#hash,%20test"
523
+ *
524
+ * normalizeURL("http://localhost:3000");
525
+ * // Returns "http://localhost:3000"
526
+ * ```
527
+ *
528
+ * @group utils
529
+ */
530
+ declare function normalizeURL(input: string): string;
531
+ /**
532
+ * Resolves multiple URL segments into a single URL.
533
+ *
534
+ * @example
535
+ *
536
+ * ```js
537
+ * resolveURL("http://foo.com/foo?test=123#token", "bar", "baz");
538
+ * // Returns "http://foo.com/foo/bar/baz?test=123#token"
539
+ * ```
540
+ *
541
+ * @group utils
542
+ */
543
+ declare function resolveURL(base?: string, ...inputs: string[]): string;
544
+ /**
545
+ * Check if two paths are equal or not. Trailing slash and encoding are normalized before comparison.
546
+ *
547
+ * @example
548
+ * ```js
549
+ * isSamePath("/foo", "/foo/"); // true
550
+ * ```
551
+ *
552
+ * @group utils
553
+ */
554
+ declare function isSamePath(p1: string, p2: string): boolean;
555
+ interface CompareURLOptions {
556
+ trailingSlash?: boolean;
557
+ leadingSlash?: boolean;
558
+ encoding?: boolean;
559
+ }
560
+ /**
561
+ * Checks if two paths are equal regardless of encoding, trailing slash, and leading slash differences.
562
+ *
563
+ * You can make slash check strict by setting `{ trailingSlash: true, leadingSlash: true }` as options.
564
+ *
565
+ * You can make encoding check strict by setting `{ encoding: true }` as options.
566
+ *
567
+ * @example
568
+ *
569
+ * ```js
570
+ * isEqual("/foo", "foo"); // true
571
+ * isEqual("foo/", "foo"); // true
572
+ * isEqual("/foo bar", "/foo%20bar"); // true
573
+ *
574
+ * // Strict compare
575
+ * isEqual("/foo", "foo", { leadingSlash: true }); // false
576
+ * isEqual("foo/", "foo", { trailingSlash: true }); // false
577
+ * isEqual("/foo bar", "/foo%20bar", { encoding: true }); // false
578
+ * ```
579
+ *
580
+ * @group utils
581
+ */
582
+ declare function isEqual(a: string, b: string, options?: CompareURLOptions): boolean;
583
+ /**
584
+ * Adds or replaces the fragment section of the URL.
585
+ *
586
+ * @example
587
+ *
588
+ * ```js
589
+ * withFragment("/foo", "bar"); // "/foo#bar"
590
+ * withFragment("/foo#bar", "baz"); // "/foo#baz"
591
+ * withFragment("/foo#bar", ""); // "/foo"
592
+ * ```
593
+ *
594
+ * @group utils
595
+ */
596
+ declare function withFragment(input: string, hash: string): string;
597
+ /**
598
+ * Removes the fragment section from the URL.
599
+ *
600
+ * @example
601
+ *
602
+ * ```js
603
+ * withoutFragment("http://example.com/foo?q=123#bar")
604
+ * // Returns "http://example.com/foo?q=123"
605
+ * ```
606
+ *
607
+ * @group utils
608
+ */
609
+ declare function withoutFragment(input: string): string;
610
+ /**
611
+ * Removes the host from the URL while preserving everything else.
612
+ *
613
+ * @example
614
+ * ```js
615
+ * withoutHost("http://example.com/foo?q=123#bar")
616
+ * // Returns "/foo?q=123#bar"
617
+ * ```
618
+ *
619
+ * @group utils
620
+ */
621
+ declare function withoutHost(input: string): string;
622
+
623
+ export { $URL, cleanDoubleSlashes, createURL, decode, decodePath, decodeQueryKey, decodeQueryValue, encode, encodeHash, encodeHost, encodeParam, encodePath, encodeQueryItem, encodeQueryKey, encodeQueryValue, filterQuery, getQuery, hasLeadingSlash, hasProtocol, hasTrailingSlash, isEmptyURL, isEqual, isNonEmptyURL, isRelative, isSamePath, isScriptProtocol, joinRelativeURL, joinURL, normalizeURL, parseAuth, parseFilename, parseHost, parsePath, parseQuery, parseURL, resolveURL, stringifyParsedURL, stringifyQuery, withBase, withFragment, withHttp, withHttps, withLeadingSlash, withProtocol, withQuery, withTrailingSlash, withoutBase, withoutFragment, withoutHost, withoutLeadingSlash, withoutProtocol, withoutTrailingSlash };
624
+ export type { HasProtocolOptions, ParsedAuth, ParsedHost, ParsedQuery, ParsedURL, QueryObject, QueryValue };