@evenicanpm/common-core 1.3.0 → 1.4.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.
- package/cms/node_modules/.package-lock.json +460 -0
- package/cms/node_modules/@types/js-cookie/LICENSE +21 -0
- package/cms/node_modules/@types/js-cookie/README.md +15 -0
- package/cms/node_modules/@types/js-cookie/index.d.mts +5 -0
- package/cms/node_modules/@types/js-cookie/index.d.ts +104 -0
- package/cms/node_modules/@types/js-cookie/package.json +59 -0
- package/cms/node_modules/@types/node/LICENSE +21 -0
- package/cms/node_modules/@types/node/README.md +15 -0
- package/cms/node_modules/@types/node/assert/strict.d.ts +111 -0
- package/cms/node_modules/@types/node/assert.d.ts +1115 -0
- package/cms/node_modules/@types/node/async_hooks.d.ts +623 -0
- package/cms/node_modules/@types/node/buffer.buffer.d.ts +472 -0
- package/cms/node_modules/@types/node/buffer.d.ts +1934 -0
- package/cms/node_modules/@types/node/child_process.d.ts +1476 -0
- package/cms/node_modules/@types/node/cluster.d.ts +578 -0
- package/cms/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
- package/cms/node_modules/@types/node/console.d.ts +453 -0
- package/cms/node_modules/@types/node/constants.d.ts +21 -0
- package/cms/node_modules/@types/node/crypto.d.ts +5417 -0
- package/cms/node_modules/@types/node/dgram.d.ts +600 -0
- package/cms/node_modules/@types/node/diagnostics_channel.d.ts +576 -0
- package/cms/node_modules/@types/node/dns/promises.d.ts +503 -0
- package/cms/node_modules/@types/node/dns.d.ts +923 -0
- package/cms/node_modules/@types/node/domain.d.ts +170 -0
- package/cms/node_modules/@types/node/events.d.ts +976 -0
- package/cms/node_modules/@types/node/fs/promises.d.ts +1317 -0
- package/cms/node_modules/@types/node/fs.d.ts +4714 -0
- package/cms/node_modules/@types/node/globals.d.ts +170 -0
- package/cms/node_modules/@types/node/globals.typedarray.d.ts +41 -0
- package/cms/node_modules/@types/node/http.d.ts +2134 -0
- package/cms/node_modules/@types/node/http2.d.ts +2756 -0
- package/cms/node_modules/@types/node/https.d.ts +579 -0
- package/cms/node_modules/@types/node/index.d.ts +101 -0
- package/cms/node_modules/@types/node/inspector.d.ts +277 -0
- package/cms/node_modules/@types/node/inspector.generated.d.ts +4233 -0
- package/cms/node_modules/@types/node/module.d.ts +894 -0
- package/cms/node_modules/@types/node/net.d.ts +1054 -0
- package/cms/node_modules/@types/node/os.d.ts +507 -0
- package/cms/node_modules/@types/node/package.json +155 -0
- package/cms/node_modules/@types/node/path.d.ts +200 -0
- package/cms/node_modules/@types/node/perf_hooks.d.ts +982 -0
- package/cms/node_modules/@types/node/process.d.ts +2069 -0
- package/cms/node_modules/@types/node/punycode.d.ts +117 -0
- package/cms/node_modules/@types/node/querystring.d.ts +152 -0
- package/cms/node_modules/@types/node/readline/promises.d.ts +161 -0
- package/cms/node_modules/@types/node/readline.d.ts +594 -0
- package/cms/node_modules/@types/node/repl.d.ts +438 -0
- package/cms/node_modules/@types/node/sea.d.ts +162 -0
- package/cms/node_modules/@types/node/sqlite.d.ts +937 -0
- package/cms/node_modules/@types/node/stream/consumers.d.ts +38 -0
- package/cms/node_modules/@types/node/stream/promises.d.ts +90 -0
- package/cms/node_modules/@types/node/stream/web.d.ts +573 -0
- package/cms/node_modules/@types/node/stream.d.ts +1683 -0
- package/cms/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/cms/node_modules/@types/node/test.d.ts +2339 -0
- package/cms/node_modules/@types/node/timers/promises.d.ts +108 -0
- package/cms/node_modules/@types/node/timers.d.ts +285 -0
- package/cms/node_modules/@types/node/tls.d.ts +1269 -0
- package/cms/node_modules/@types/node/trace_events.d.ts +197 -0
- package/cms/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +468 -0
- package/cms/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/cms/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
- package/cms/node_modules/@types/node/ts5.6/index.d.ts +103 -0
- package/cms/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/cms/node_modules/@types/node/ts5.7/index.d.ts +103 -0
- package/cms/node_modules/@types/node/tty.d.ts +208 -0
- package/cms/node_modules/@types/node/url.d.ts +1057 -0
- package/cms/node_modules/@types/node/util.d.ts +2325 -0
- package/cms/node_modules/@types/node/v8.d.ts +952 -0
- package/cms/node_modules/@types/node/vm.d.ts +1180 -0
- package/cms/node_modules/@types/node/wasi.d.ts +202 -0
- package/cms/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
- package/cms/node_modules/@types/node/web-globals/crypto.d.ts +32 -0
- package/cms/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/cms/node_modules/@types/node/web-globals/events.d.ts +97 -0
- package/cms/node_modules/@types/node/web-globals/fetch.d.ts +50 -0
- package/cms/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/cms/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/cms/node_modules/@types/node/web-globals/streams.d.ts +22 -0
- package/cms/node_modules/@types/node/worker_threads.d.ts +896 -0
- package/cms/node_modules/@types/node/zlib.d.ts +681 -0
- package/cms/node_modules/@types/qs/LICENSE +21 -0
- package/cms/node_modules/@types/qs/README.md +15 -0
- package/cms/node_modules/@types/qs/index.d.ts +82 -0
- package/cms/node_modules/@types/qs/package.json +66 -0
- package/cms/node_modules/asynckit/LICENSE +21 -0
- package/cms/node_modules/asynckit/README.md +233 -0
- package/cms/node_modules/asynckit/bench.js +76 -0
- package/cms/node_modules/asynckit/index.js +6 -0
- package/cms/node_modules/asynckit/lib/abort.js +29 -0
- package/cms/node_modules/asynckit/lib/async.js +34 -0
- package/cms/node_modules/asynckit/lib/defer.js +26 -0
- package/cms/node_modules/asynckit/lib/iterate.js +75 -0
- package/cms/node_modules/asynckit/lib/readable_asynckit.js +91 -0
- package/cms/node_modules/asynckit/lib/readable_parallel.js +25 -0
- package/cms/node_modules/asynckit/lib/readable_serial.js +25 -0
- package/cms/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
- package/cms/node_modules/asynckit/lib/state.js +37 -0
- package/cms/node_modules/asynckit/lib/streamify.js +141 -0
- package/cms/node_modules/asynckit/lib/terminator.js +29 -0
- package/cms/node_modules/asynckit/package.json +63 -0
- package/cms/node_modules/asynckit/parallel.js +43 -0
- package/cms/node_modules/asynckit/serial.js +17 -0
- package/cms/node_modules/asynckit/serialOrdered.js +75 -0
- package/cms/node_modules/asynckit/stream.js +21 -0
- package/cms/node_modules/axios/CHANGELOG.md +943 -0
- package/cms/node_modules/axios/LICENSE +19 -0
- package/cms/node_modules/axios/README.md +991 -0
- package/cms/node_modules/axios/SECURITY.md +5 -0
- package/cms/node_modules/axios/UPGRADE_GUIDE.md +168 -0
- package/cms/node_modules/axios/dist/axios.js +2595 -0
- package/cms/node_modules/axios/dist/axios.map +1 -0
- package/cms/node_modules/axios/dist/axios.min.js +3 -0
- package/cms/node_modules/axios/dist/axios.min.map +1 -0
- package/cms/node_modules/axios/index.d.ts +254 -0
- package/cms/node_modules/axios/index.js +1 -0
- package/cms/node_modules/axios/lib/adapters/README.md +37 -0
- package/cms/node_modules/axios/lib/adapters/http.js +424 -0
- package/cms/node_modules/axios/lib/adapters/xhr.js +222 -0
- package/cms/node_modules/axios/lib/axios.js +64 -0
- package/cms/node_modules/axios/lib/cancel/CancelToken.js +119 -0
- package/cms/node_modules/axios/lib/cancel/CanceledError.js +22 -0
- package/cms/node_modules/axios/lib/cancel/isCancel.js +5 -0
- package/cms/node_modules/axios/lib/core/Axios.js +160 -0
- package/cms/node_modules/axios/lib/core/AxiosError.js +86 -0
- package/cms/node_modules/axios/lib/core/InterceptorManager.js +54 -0
- package/cms/node_modules/axios/lib/core/README.md +8 -0
- package/cms/node_modules/axios/lib/core/buildFullPath.js +20 -0
- package/cms/node_modules/axios/lib/core/dispatchRequest.js +87 -0
- package/cms/node_modules/axios/lib/core/mergeConfig.js +100 -0
- package/cms/node_modules/axios/lib/core/settle.js +25 -0
- package/cms/node_modules/axios/lib/core/transformData.js +22 -0
- package/cms/node_modules/axios/lib/defaults/env/FormData.js +2 -0
- package/cms/node_modules/axios/lib/defaults/index.js +146 -0
- package/cms/node_modules/axios/lib/defaults/transitional.js +7 -0
- package/cms/node_modules/axios/lib/env/README.md +3 -0
- package/cms/node_modules/axios/lib/env/data.js +3 -0
- package/cms/node_modules/axios/lib/helpers/README.md +7 -0
- package/cms/node_modules/axios/lib/helpers/bind.js +11 -0
- package/cms/node_modules/axios/lib/helpers/buildURL.js +70 -0
- package/cms/node_modules/axios/lib/helpers/combineURLs.js +14 -0
- package/cms/node_modules/axios/lib/helpers/cookies.js +53 -0
- package/cms/node_modules/axios/lib/helpers/deprecatedMethod.js +24 -0
- package/cms/node_modules/axios/lib/helpers/isAbsoluteURL.js +14 -0
- package/cms/node_modules/axios/lib/helpers/isAxiosError.js +13 -0
- package/cms/node_modules/axios/lib/helpers/isURLSameOrigin.js +68 -0
- package/cms/node_modules/axios/lib/helpers/normalizeHeaderName.js +12 -0
- package/cms/node_modules/axios/lib/helpers/null.js +2 -0
- package/cms/node_modules/axios/lib/helpers/parseHeaders.js +53 -0
- package/cms/node_modules/axios/lib/helpers/parseProtocol.js +6 -0
- package/cms/node_modules/axios/lib/helpers/spread.js +27 -0
- package/cms/node_modules/axios/lib/helpers/toFormData.js +72 -0
- package/cms/node_modules/axios/lib/helpers/validator.js +86 -0
- package/cms/node_modules/axios/lib/utils.js +470 -0
- package/cms/node_modules/axios/package.json +87 -0
- package/cms/node_modules/axios/tsconfig.json +14 -0
- package/cms/node_modules/axios/tslint.json +6 -0
- package/cms/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
- package/cms/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
- package/cms/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/cms/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
- package/cms/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- package/cms/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/cms/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/cms/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/cms/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/cms/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/cms/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/cms/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/cms/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/cms/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/cms/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
- package/cms/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/cms/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/cms/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/cms/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/cms/node_modules/call-bind-apply-helpers/test/index.js +63 -0
- package/cms/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/cms/node_modules/call-bound/.eslintrc +13 -0
- package/cms/node_modules/call-bound/.github/FUNDING.yml +12 -0
- package/cms/node_modules/call-bound/.nycrc +9 -0
- package/cms/node_modules/call-bound/CHANGELOG.md +42 -0
- package/cms/node_modules/call-bound/LICENSE +21 -0
- package/cms/node_modules/call-bound/README.md +53 -0
- package/cms/node_modules/call-bound/index.d.ts +94 -0
- package/cms/node_modules/call-bound/index.js +19 -0
- package/cms/node_modules/call-bound/package.json +99 -0
- package/cms/node_modules/call-bound/test/index.js +61 -0
- package/cms/node_modules/call-bound/tsconfig.json +10 -0
- package/cms/node_modules/combined-stream/License +19 -0
- package/cms/node_modules/combined-stream/Readme.md +138 -0
- package/cms/node_modules/combined-stream/lib/combined_stream.js +208 -0
- package/cms/node_modules/combined-stream/package.json +25 -0
- package/cms/node_modules/combined-stream/yarn.lock +17 -0
- package/cms/node_modules/defu/LICENSE +21 -0
- package/cms/node_modules/defu/README.md +155 -0
- package/cms/node_modules/defu/dist/defu.cjs +50 -0
- package/cms/node_modules/defu/dist/defu.d.ts +19 -0
- package/cms/node_modules/defu/dist/defu.mjs +48 -0
- package/cms/node_modules/defu/package.json +38 -0
- package/cms/node_modules/delayed-stream/License +19 -0
- package/cms/node_modules/delayed-stream/Makefile +7 -0
- package/cms/node_modules/delayed-stream/Readme.md +141 -0
- package/cms/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
- package/cms/node_modules/delayed-stream/package.json +27 -0
- package/cms/node_modules/dunder-proto/.eslintrc +5 -0
- package/cms/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
- package/cms/node_modules/dunder-proto/.nycrc +13 -0
- package/cms/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/cms/node_modules/dunder-proto/LICENSE +21 -0
- package/cms/node_modules/dunder-proto/README.md +54 -0
- package/cms/node_modules/dunder-proto/get.d.ts +5 -0
- package/cms/node_modules/dunder-proto/get.js +30 -0
- package/cms/node_modules/dunder-proto/package.json +76 -0
- package/cms/node_modules/dunder-proto/set.d.ts +5 -0
- package/cms/node_modules/dunder-proto/set.js +35 -0
- package/cms/node_modules/dunder-proto/test/get.js +34 -0
- package/cms/node_modules/dunder-proto/test/index.js +4 -0
- package/cms/node_modules/dunder-proto/test/set.js +50 -0
- package/cms/node_modules/dunder-proto/tsconfig.json +9 -0
- package/cms/node_modules/es-define-property/.eslintrc +13 -0
- package/cms/node_modules/es-define-property/.github/FUNDING.yml +12 -0
- package/cms/node_modules/es-define-property/.nycrc +9 -0
- package/cms/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/cms/node_modules/es-define-property/LICENSE +21 -0
- package/cms/node_modules/es-define-property/README.md +49 -0
- package/cms/node_modules/es-define-property/index.d.ts +3 -0
- package/cms/node_modules/es-define-property/index.js +14 -0
- package/cms/node_modules/es-define-property/package.json +81 -0
- package/cms/node_modules/es-define-property/test/index.js +56 -0
- package/cms/node_modules/es-define-property/tsconfig.json +10 -0
- package/cms/node_modules/es-errors/.eslintrc +5 -0
- package/cms/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/cms/node_modules/es-errors/CHANGELOG.md +40 -0
- package/cms/node_modules/es-errors/LICENSE +21 -0
- package/cms/node_modules/es-errors/README.md +55 -0
- package/cms/node_modules/es-errors/eval.d.ts +3 -0
- package/cms/node_modules/es-errors/eval.js +4 -0
- package/cms/node_modules/es-errors/index.d.ts +3 -0
- package/cms/node_modules/es-errors/index.js +4 -0
- package/cms/node_modules/es-errors/package.json +80 -0
- package/cms/node_modules/es-errors/range.d.ts +3 -0
- package/cms/node_modules/es-errors/range.js +4 -0
- package/cms/node_modules/es-errors/ref.d.ts +3 -0
- package/cms/node_modules/es-errors/ref.js +4 -0
- package/cms/node_modules/es-errors/syntax.d.ts +3 -0
- package/cms/node_modules/es-errors/syntax.js +4 -0
- package/cms/node_modules/es-errors/test/index.js +19 -0
- package/cms/node_modules/es-errors/tsconfig.json +49 -0
- package/cms/node_modules/es-errors/type.d.ts +3 -0
- package/cms/node_modules/es-errors/type.js +4 -0
- package/cms/node_modules/es-errors/uri.d.ts +3 -0
- package/cms/node_modules/es-errors/uri.js +4 -0
- package/cms/node_modules/es-object-atoms/.eslintrc +16 -0
- package/cms/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
- package/cms/node_modules/es-object-atoms/CHANGELOG.md +37 -0
- package/cms/node_modules/es-object-atoms/LICENSE +21 -0
- package/cms/node_modules/es-object-atoms/README.md +63 -0
- package/cms/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/cms/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/cms/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/cms/node_modules/es-object-atoms/ToObject.js +10 -0
- package/cms/node_modules/es-object-atoms/index.d.ts +3 -0
- package/cms/node_modules/es-object-atoms/index.js +4 -0
- package/cms/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/cms/node_modules/es-object-atoms/isObject.js +6 -0
- package/cms/node_modules/es-object-atoms/package.json +80 -0
- package/cms/node_modules/es-object-atoms/test/index.js +38 -0
- package/cms/node_modules/es-object-atoms/tsconfig.json +6 -0
- package/cms/node_modules/es-set-tostringtag/.eslintrc +13 -0
- package/cms/node_modules/es-set-tostringtag/.nycrc +9 -0
- package/cms/node_modules/es-set-tostringtag/CHANGELOG.md +67 -0
- package/cms/node_modules/es-set-tostringtag/LICENSE +21 -0
- package/cms/node_modules/es-set-tostringtag/README.md +53 -0
- package/cms/node_modules/es-set-tostringtag/index.d.ts +10 -0
- package/cms/node_modules/es-set-tostringtag/index.js +35 -0
- package/cms/node_modules/es-set-tostringtag/package.json +78 -0
- package/cms/node_modules/es-set-tostringtag/test/index.js +85 -0
- package/cms/node_modules/es-set-tostringtag/tsconfig.json +9 -0
- package/cms/node_modules/follow-redirects/LICENSE +18 -0
- package/cms/node_modules/follow-redirects/README.md +155 -0
- package/cms/node_modules/follow-redirects/debug.js +15 -0
- package/cms/node_modules/follow-redirects/http.js +1 -0
- package/cms/node_modules/follow-redirects/https.js +1 -0
- package/cms/node_modules/follow-redirects/index.js +686 -0
- package/cms/node_modules/follow-redirects/package.json +58 -0
- package/cms/node_modules/form-data/CHANGELOG.md +659 -0
- package/cms/node_modules/form-data/License +19 -0
- package/cms/node_modules/form-data/README.md +355 -0
- package/cms/node_modules/form-data/index.d.ts +62 -0
- package/cms/node_modules/form-data/lib/browser.js +4 -0
- package/cms/node_modules/form-data/lib/form_data.js +494 -0
- package/cms/node_modules/form-data/lib/populate.js +10 -0
- package/cms/node_modules/form-data/package.json +82 -0
- package/cms/node_modules/function-bind/.eslintrc +21 -0
- package/cms/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/cms/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/cms/node_modules/function-bind/.nycrc +13 -0
- package/cms/node_modules/function-bind/CHANGELOG.md +136 -0
- package/cms/node_modules/function-bind/LICENSE +20 -0
- package/cms/node_modules/function-bind/README.md +46 -0
- package/cms/node_modules/function-bind/implementation.js +84 -0
- package/cms/node_modules/function-bind/index.js +5 -0
- package/cms/node_modules/function-bind/package.json +87 -0
- package/cms/node_modules/function-bind/test/.eslintrc +9 -0
- package/cms/node_modules/function-bind/test/index.js +252 -0
- package/cms/node_modules/get-intrinsic/.eslintrc +42 -0
- package/cms/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/cms/node_modules/get-intrinsic/.nycrc +9 -0
- package/cms/node_modules/get-intrinsic/CHANGELOG.md +186 -0
- package/cms/node_modules/get-intrinsic/LICENSE +21 -0
- package/cms/node_modules/get-intrinsic/README.md +71 -0
- package/cms/node_modules/get-intrinsic/index.js +378 -0
- package/cms/node_modules/get-intrinsic/package.json +97 -0
- package/cms/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
- package/cms/node_modules/get-proto/.eslintrc +10 -0
- package/cms/node_modules/get-proto/.github/FUNDING.yml +12 -0
- package/cms/node_modules/get-proto/.nycrc +9 -0
- package/cms/node_modules/get-proto/CHANGELOG.md +21 -0
- package/cms/node_modules/get-proto/LICENSE +21 -0
- package/cms/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/cms/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/cms/node_modules/get-proto/README.md +50 -0
- package/cms/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/cms/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/cms/node_modules/get-proto/index.d.ts +5 -0
- package/cms/node_modules/get-proto/index.js +27 -0
- package/cms/node_modules/get-proto/package.json +81 -0
- package/cms/node_modules/get-proto/test/index.js +68 -0
- package/cms/node_modules/get-proto/tsconfig.json +9 -0
- package/cms/node_modules/gopd/.eslintrc +16 -0
- package/cms/node_modules/gopd/.github/FUNDING.yml +12 -0
- package/cms/node_modules/gopd/CHANGELOG.md +45 -0
- package/cms/node_modules/gopd/LICENSE +21 -0
- package/cms/node_modules/gopd/README.md +40 -0
- package/cms/node_modules/gopd/gOPD.d.ts +1 -0
- package/cms/node_modules/gopd/gOPD.js +4 -0
- package/cms/node_modules/gopd/index.d.ts +5 -0
- package/cms/node_modules/gopd/index.js +15 -0
- package/cms/node_modules/gopd/package.json +77 -0
- package/cms/node_modules/gopd/test/index.js +36 -0
- package/cms/node_modules/gopd/tsconfig.json +9 -0
- package/cms/node_modules/has-symbols/.eslintrc +11 -0
- package/cms/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/cms/node_modules/has-symbols/.nycrc +9 -0
- package/cms/node_modules/has-symbols/CHANGELOG.md +91 -0
- package/cms/node_modules/has-symbols/LICENSE +21 -0
- package/cms/node_modules/has-symbols/README.md +46 -0
- package/cms/node_modules/has-symbols/index.d.ts +3 -0
- package/cms/node_modules/has-symbols/index.js +14 -0
- package/cms/node_modules/has-symbols/package.json +111 -0
- package/cms/node_modules/has-symbols/shams.d.ts +3 -0
- package/cms/node_modules/has-symbols/shams.js +45 -0
- package/cms/node_modules/has-symbols/test/index.js +22 -0
- package/cms/node_modules/has-symbols/test/shams/core-js.js +29 -0
- package/cms/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
- package/cms/node_modules/has-symbols/test/tests.js +58 -0
- package/cms/node_modules/has-symbols/tsconfig.json +10 -0
- package/cms/node_modules/has-tostringtag/.eslintrc +5 -0
- package/cms/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
- package/cms/node_modules/has-tostringtag/.nycrc +13 -0
- package/cms/node_modules/has-tostringtag/CHANGELOG.md +42 -0
- package/cms/node_modules/has-tostringtag/LICENSE +21 -0
- package/cms/node_modules/has-tostringtag/README.md +46 -0
- package/cms/node_modules/has-tostringtag/index.d.ts +3 -0
- package/cms/node_modules/has-tostringtag/index.js +8 -0
- package/cms/node_modules/has-tostringtag/package.json +108 -0
- package/cms/node_modules/has-tostringtag/shams.d.ts +3 -0
- package/cms/node_modules/has-tostringtag/shams.js +8 -0
- package/cms/node_modules/has-tostringtag/test/index.js +21 -0
- package/cms/node_modules/has-tostringtag/test/shams/core-js.js +31 -0
- package/cms/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +30 -0
- package/cms/node_modules/has-tostringtag/test/tests.js +15 -0
- package/cms/node_modules/has-tostringtag/tsconfig.json +49 -0
- package/cms/node_modules/hasown/.eslintrc +5 -0
- package/cms/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/cms/node_modules/hasown/.nycrc +13 -0
- package/cms/node_modules/hasown/CHANGELOG.md +40 -0
- package/cms/node_modules/hasown/LICENSE +21 -0
- package/cms/node_modules/hasown/README.md +40 -0
- package/cms/node_modules/hasown/index.d.ts +3 -0
- package/cms/node_modules/hasown/index.js +8 -0
- package/cms/node_modules/hasown/package.json +92 -0
- package/cms/node_modules/hasown/tsconfig.json +6 -0
- package/cms/node_modules/js-cookie/LICENSE +21 -0
- package/cms/node_modules/js-cookie/README.md +305 -0
- package/cms/node_modules/js-cookie/dist/js.cookie.js +147 -0
- package/cms/node_modules/js-cookie/dist/js.cookie.min.js +2 -0
- package/cms/node_modules/js-cookie/dist/js.cookie.min.mjs +2 -0
- package/cms/node_modules/js-cookie/dist/js.cookie.mjs +134 -0
- package/cms/node_modules/js-cookie/index.js +1 -0
- package/cms/node_modules/js-cookie/package.json +71 -0
- package/cms/node_modules/math-intrinsics/.eslintrc +16 -0
- package/cms/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/cms/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/cms/node_modules/math-intrinsics/LICENSE +21 -0
- package/cms/node_modules/math-intrinsics/README.md +50 -0
- package/cms/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/cms/node_modules/math-intrinsics/abs.js +4 -0
- package/cms/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/cms/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/cms/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/cms/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/cms/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/cms/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/cms/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/cms/node_modules/math-intrinsics/floor.js +4 -0
- package/cms/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/cms/node_modules/math-intrinsics/isFinite.js +12 -0
- package/cms/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/cms/node_modules/math-intrinsics/isInteger.js +16 -0
- package/cms/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/cms/node_modules/math-intrinsics/isNaN.js +6 -0
- package/cms/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/cms/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/cms/node_modules/math-intrinsics/max.d.ts +1 -0
- package/cms/node_modules/math-intrinsics/max.js +4 -0
- package/cms/node_modules/math-intrinsics/min.d.ts +1 -0
- package/cms/node_modules/math-intrinsics/min.js +4 -0
- package/cms/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/cms/node_modules/math-intrinsics/mod.js +9 -0
- package/cms/node_modules/math-intrinsics/package.json +86 -0
- package/cms/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/cms/node_modules/math-intrinsics/pow.js +4 -0
- package/cms/node_modules/math-intrinsics/round.d.ts +1 -0
- package/cms/node_modules/math-intrinsics/round.js +4 -0
- package/cms/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/cms/node_modules/math-intrinsics/sign.js +11 -0
- package/cms/node_modules/math-intrinsics/test/index.js +192 -0
- package/cms/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/cms/node_modules/mime-db/HISTORY.md +507 -0
- package/cms/node_modules/mime-db/LICENSE +23 -0
- package/cms/node_modules/mime-db/README.md +100 -0
- package/cms/node_modules/mime-db/db.json +8519 -0
- package/cms/node_modules/mime-db/index.js +12 -0
- package/cms/node_modules/mime-db/package.json +60 -0
- package/cms/node_modules/mime-types/HISTORY.md +397 -0
- package/cms/node_modules/mime-types/LICENSE +23 -0
- package/cms/node_modules/mime-types/README.md +113 -0
- package/cms/node_modules/mime-types/index.js +188 -0
- package/cms/node_modules/mime-types/package.json +44 -0
- package/cms/node_modules/object-inspect/.eslintrc +53 -0
- package/cms/node_modules/object-inspect/.github/FUNDING.yml +12 -0
- package/cms/node_modules/object-inspect/.nycrc +13 -0
- package/cms/node_modules/object-inspect/CHANGELOG.md +424 -0
- package/cms/node_modules/object-inspect/LICENSE +21 -0
- package/cms/node_modules/object-inspect/example/all.js +23 -0
- package/cms/node_modules/object-inspect/example/circular.js +6 -0
- package/cms/node_modules/object-inspect/example/fn.js +5 -0
- package/cms/node_modules/object-inspect/example/inspect.js +10 -0
- package/cms/node_modules/object-inspect/index.js +544 -0
- package/cms/node_modules/object-inspect/package-support.json +20 -0
- package/cms/node_modules/object-inspect/package.json +105 -0
- package/cms/node_modules/object-inspect/readme.markdown +84 -0
- package/cms/node_modules/object-inspect/test/bigint.js +58 -0
- package/cms/node_modules/object-inspect/test/browser/dom.js +15 -0
- package/cms/node_modules/object-inspect/test/circular.js +16 -0
- package/cms/node_modules/object-inspect/test/deep.js +12 -0
- package/cms/node_modules/object-inspect/test/element.js +53 -0
- package/cms/node_modules/object-inspect/test/err.js +48 -0
- package/cms/node_modules/object-inspect/test/fakes.js +29 -0
- package/cms/node_modules/object-inspect/test/fn.js +76 -0
- package/cms/node_modules/object-inspect/test/global.js +17 -0
- package/cms/node_modules/object-inspect/test/has.js +15 -0
- package/cms/node_modules/object-inspect/test/holes.js +15 -0
- package/cms/node_modules/object-inspect/test/indent-option.js +271 -0
- package/cms/node_modules/object-inspect/test/inspect.js +139 -0
- package/cms/node_modules/object-inspect/test/lowbyte.js +12 -0
- package/cms/node_modules/object-inspect/test/number.js +58 -0
- package/cms/node_modules/object-inspect/test/quoteStyle.js +26 -0
- package/cms/node_modules/object-inspect/test/toStringTag.js +40 -0
- package/cms/node_modules/object-inspect/test/undef.js +12 -0
- package/cms/node_modules/object-inspect/test/values.js +261 -0
- package/cms/node_modules/object-inspect/test-core-js.js +26 -0
- package/cms/node_modules/object-inspect/util.inspect.js +1 -0
- package/cms/node_modules/qs/.editorconfig +46 -0
- package/cms/node_modules/qs/.eslintrc +39 -0
- package/cms/node_modules/qs/.github/FUNDING.yml +12 -0
- package/cms/node_modules/qs/.nycrc +13 -0
- package/cms/node_modules/qs/CHANGELOG.md +622 -0
- package/cms/node_modules/qs/LICENSE.md +29 -0
- package/cms/node_modules/qs/README.md +733 -0
- package/cms/node_modules/qs/dist/qs.js +141 -0
- package/cms/node_modules/qs/lib/formats.js +23 -0
- package/cms/node_modules/qs/lib/index.js +11 -0
- package/cms/node_modules/qs/lib/parse.js +328 -0
- package/cms/node_modules/qs/lib/stringify.js +356 -0
- package/cms/node_modules/qs/lib/utils.js +268 -0
- package/cms/node_modules/qs/package.json +93 -0
- package/cms/node_modules/qs/test/empty-keys-cases.js +267 -0
- package/cms/node_modules/qs/test/parse.js +1276 -0
- package/cms/node_modules/qs/test/stringify.js +1306 -0
- package/cms/node_modules/qs/test/utils.js +262 -0
- package/cms/node_modules/side-channel/.editorconfig +9 -0
- package/cms/node_modules/side-channel/.eslintrc +12 -0
- package/cms/node_modules/side-channel/.github/FUNDING.yml +12 -0
- package/cms/node_modules/side-channel/.nycrc +13 -0
- package/cms/node_modules/side-channel/CHANGELOG.md +110 -0
- package/cms/node_modules/side-channel/LICENSE +21 -0
- package/cms/node_modules/side-channel/README.md +61 -0
- package/cms/node_modules/side-channel/index.d.ts +14 -0
- package/cms/node_modules/side-channel/index.js +43 -0
- package/cms/node_modules/side-channel/package.json +85 -0
- package/cms/node_modules/side-channel/test/index.js +104 -0
- package/cms/node_modules/side-channel/tsconfig.json +9 -0
- package/cms/node_modules/side-channel-list/.editorconfig +9 -0
- package/cms/node_modules/side-channel-list/.eslintrc +11 -0
- package/cms/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
- package/cms/node_modules/side-channel-list/.nycrc +13 -0
- package/cms/node_modules/side-channel-list/CHANGELOG.md +15 -0
- package/cms/node_modules/side-channel-list/LICENSE +21 -0
- package/cms/node_modules/side-channel-list/README.md +62 -0
- package/cms/node_modules/side-channel-list/index.d.ts +13 -0
- package/cms/node_modules/side-channel-list/index.js +113 -0
- package/cms/node_modules/side-channel-list/list.d.ts +14 -0
- package/cms/node_modules/side-channel-list/package.json +77 -0
- package/cms/node_modules/side-channel-list/test/index.js +104 -0
- package/cms/node_modules/side-channel-list/tsconfig.json +9 -0
- package/cms/node_modules/side-channel-map/.editorconfig +9 -0
- package/cms/node_modules/side-channel-map/.eslintrc +11 -0
- package/cms/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
- package/cms/node_modules/side-channel-map/.nycrc +13 -0
- package/cms/node_modules/side-channel-map/CHANGELOG.md +22 -0
- package/cms/node_modules/side-channel-map/LICENSE +21 -0
- package/cms/node_modules/side-channel-map/README.md +62 -0
- package/cms/node_modules/side-channel-map/index.d.ts +15 -0
- package/cms/node_modules/side-channel-map/index.js +68 -0
- package/cms/node_modules/side-channel-map/package.json +80 -0
- package/cms/node_modules/side-channel-map/test/index.js +114 -0
- package/cms/node_modules/side-channel-map/tsconfig.json +9 -0
- package/cms/node_modules/side-channel-weakmap/.editorconfig +9 -0
- package/cms/node_modules/side-channel-weakmap/.eslintrc +12 -0
- package/cms/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
- package/cms/node_modules/side-channel-weakmap/.nycrc +13 -0
- package/cms/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
- package/cms/node_modules/side-channel-weakmap/LICENSE +21 -0
- package/cms/node_modules/side-channel-weakmap/README.md +62 -0
- package/cms/node_modules/side-channel-weakmap/index.d.ts +15 -0
- package/cms/node_modules/side-channel-weakmap/index.js +84 -0
- package/cms/node_modules/side-channel-weakmap/package.json +87 -0
- package/cms/node_modules/side-channel-weakmap/test/index.js +114 -0
- package/cms/node_modules/side-channel-weakmap/tsconfig.json +9 -0
- package/cms/node_modules/strapi-sdk-js/LICENSE +21 -0
- package/cms/node_modules/strapi-sdk-js/README.md +50 -0
- package/cms/node_modules/strapi-sdk-js/dist/index.cjs +377 -0
- package/cms/node_modules/strapi-sdk-js/dist/index.d.ts +276 -0
- package/cms/node_modules/strapi-sdk-js/dist/index.mjs +375 -0
- package/cms/node_modules/strapi-sdk-js/package.json +110 -0
- package/cms/node_modules/ufo/LICENSE +21 -0
- package/cms/node_modules/ufo/README.md +466 -0
- package/cms/node_modules/ufo/dist/index.cjs +691 -0
- package/cms/node_modules/ufo/dist/index.d.cts +624 -0
- package/cms/node_modules/ufo/dist/index.d.mts +624 -0
- package/cms/node_modules/ufo/dist/index.d.ts +624 -0
- package/cms/node_modules/ufo/dist/index.mjs +638 -0
- package/cms/node_modules/ufo/package.json +47 -0
- package/cms/node_modules/undici-types/LICENSE +21 -0
- package/cms/node_modules/undici-types/README.md +6 -0
- package/cms/node_modules/undici-types/agent.d.ts +32 -0
- package/cms/node_modules/undici-types/api.d.ts +43 -0
- package/cms/node_modules/undici-types/balanced-pool.d.ts +29 -0
- package/cms/node_modules/undici-types/cache-interceptor.d.ts +172 -0
- package/cms/node_modules/undici-types/cache.d.ts +36 -0
- package/cms/node_modules/undici-types/client-stats.d.ts +15 -0
- package/cms/node_modules/undici-types/client.d.ts +108 -0
- package/cms/node_modules/undici-types/connector.d.ts +34 -0
- package/cms/node_modules/undici-types/content-type.d.ts +21 -0
- package/cms/node_modules/undici-types/cookies.d.ts +30 -0
- package/cms/node_modules/undici-types/diagnostics-channel.d.ts +74 -0
- package/cms/node_modules/undici-types/dispatcher.d.ts +276 -0
- package/cms/node_modules/undici-types/env-http-proxy-agent.d.ts +22 -0
- package/cms/node_modules/undici-types/errors.d.ts +161 -0
- package/cms/node_modules/undici-types/eventsource.d.ts +66 -0
- package/cms/node_modules/undici-types/fetch.d.ts +211 -0
- package/cms/node_modules/undici-types/formdata.d.ts +108 -0
- package/cms/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/cms/node_modules/undici-types/global-origin.d.ts +7 -0
- package/cms/node_modules/undici-types/h2c-client.d.ts +73 -0
- package/cms/node_modules/undici-types/handlers.d.ts +15 -0
- package/cms/node_modules/undici-types/header.d.ts +160 -0
- package/cms/node_modules/undici-types/index.d.ts +80 -0
- package/cms/node_modules/undici-types/interceptors.d.ts +39 -0
- package/cms/node_modules/undici-types/mock-agent.d.ts +68 -0
- package/cms/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/cms/node_modules/undici-types/mock-client.d.ts +27 -0
- package/cms/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/cms/node_modules/undici-types/mock-interceptor.d.ts +94 -0
- package/cms/node_modules/undici-types/mock-pool.d.ts +27 -0
- package/cms/node_modules/undici-types/package.json +55 -0
- package/cms/node_modules/undici-types/patch.d.ts +29 -0
- package/cms/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/cms/node_modules/undici-types/pool.d.ts +41 -0
- package/cms/node_modules/undici-types/proxy-agent.d.ts +29 -0
- package/cms/node_modules/undici-types/readable.d.ts +68 -0
- package/cms/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/cms/node_modules/undici-types/retry-handler.d.ts +125 -0
- package/cms/node_modules/undici-types/snapshot-agent.d.ts +109 -0
- package/cms/node_modules/undici-types/util.d.ts +18 -0
- package/cms/node_modules/undici-types/utility.d.ts +7 -0
- package/cms/node_modules/undici-types/webidl.d.ts +341 -0
- package/cms/node_modules/undici-types/websocket.d.ts +186 -0
- package/package.json +2 -2
- package/src/lib/keyvault.ts +46 -20
- package/src/otel/setup.ts +2 -2
|
@@ -0,0 +1,638 @@
|
|
|
1
|
+
const n = /[^\0-\x7E]/;
|
|
2
|
+
const t = /[\x2E\u3002\uFF0E\uFF61]/g;
|
|
3
|
+
const o = {
|
|
4
|
+
overflow: "Overflow Error",
|
|
5
|
+
"not-basic": "Illegal Input",
|
|
6
|
+
"invalid-input": "Invalid Input"
|
|
7
|
+
};
|
|
8
|
+
const e = Math.floor;
|
|
9
|
+
const r = String.fromCharCode;
|
|
10
|
+
function s(n2) {
|
|
11
|
+
throw new RangeError(o[n2]);
|
|
12
|
+
}
|
|
13
|
+
const c = function(n2, t2) {
|
|
14
|
+
return n2 + 22 + 75 * (n2 < 26) - ((t2 != 0) << 5);
|
|
15
|
+
};
|
|
16
|
+
const u = function(n2, t2, o2) {
|
|
17
|
+
let r2 = 0;
|
|
18
|
+
for (n2 = o2 ? e(n2 / 700) : n2 >> 1, n2 += e(n2 / t2); n2 > 455; r2 += 36) {
|
|
19
|
+
n2 = e(n2 / 35);
|
|
20
|
+
}
|
|
21
|
+
return e(r2 + 36 * n2 / (n2 + 38));
|
|
22
|
+
};
|
|
23
|
+
function toASCII(o2) {
|
|
24
|
+
return function(n2, o3) {
|
|
25
|
+
const e2 = n2.split("@");
|
|
26
|
+
let r2 = "";
|
|
27
|
+
e2.length > 1 && (r2 = e2[0] + "@", n2 = e2[1]);
|
|
28
|
+
const s2 = function(n3, t2) {
|
|
29
|
+
const o4 = [];
|
|
30
|
+
let e3 = n3.length;
|
|
31
|
+
for (; e3--; ) {
|
|
32
|
+
o4[e3] = t2(n3[e3]);
|
|
33
|
+
}
|
|
34
|
+
return o4;
|
|
35
|
+
}((n2 = n2.replace(t, ".")).split("."), o3).join(".");
|
|
36
|
+
return r2 + s2;
|
|
37
|
+
}(o2, function(t2) {
|
|
38
|
+
return n.test(t2) ? "xn--" + function(n2) {
|
|
39
|
+
const t3 = [];
|
|
40
|
+
const o3 = (n2 = function(n3) {
|
|
41
|
+
const t4 = [];
|
|
42
|
+
let o4 = 0;
|
|
43
|
+
const e2 = n3.length;
|
|
44
|
+
for (; o4 < e2; ) {
|
|
45
|
+
const r2 = n3.charCodeAt(o4++);
|
|
46
|
+
if (r2 >= 55296 && r2 <= 56319 && o4 < e2) {
|
|
47
|
+
const e3 = n3.charCodeAt(o4++);
|
|
48
|
+
(64512 & e3) == 56320 ? t4.push(((1023 & r2) << 10) + (1023 & e3) + 65536) : (t4.push(r2), o4--);
|
|
49
|
+
} else {
|
|
50
|
+
t4.push(r2);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
return t4;
|
|
54
|
+
}(n2)).length;
|
|
55
|
+
let f = 128;
|
|
56
|
+
let i = 0;
|
|
57
|
+
let l = 72;
|
|
58
|
+
for (const o4 of n2) {
|
|
59
|
+
o4 < 128 && t3.push(r(o4));
|
|
60
|
+
}
|
|
61
|
+
const h = t3.length;
|
|
62
|
+
let p = h;
|
|
63
|
+
for (h && t3.push("-"); p < o3; ) {
|
|
64
|
+
let o4 = 2147483647;
|
|
65
|
+
for (const t4 of n2) {
|
|
66
|
+
t4 >= f && t4 < o4 && (o4 = t4);
|
|
67
|
+
}
|
|
68
|
+
const a = p + 1;
|
|
69
|
+
o4 - f > e((2147483647 - i) / a) && s("overflow"), i += (o4 - f) * a, f = o4;
|
|
70
|
+
for (const o5 of n2) {
|
|
71
|
+
if (o5 < f && ++i > 2147483647 && s("overflow"), o5 == f) {
|
|
72
|
+
let n3 = i;
|
|
73
|
+
for (let o6 = 36; ; o6 += 36) {
|
|
74
|
+
const s2 = o6 <= l ? 1 : o6 >= l + 26 ? 26 : o6 - l;
|
|
75
|
+
if (n3 < s2) {
|
|
76
|
+
break;
|
|
77
|
+
}
|
|
78
|
+
const u2 = n3 - s2;
|
|
79
|
+
const f2 = 36 - s2;
|
|
80
|
+
t3.push(r(c(s2 + u2 % f2, 0))), n3 = e(u2 / f2);
|
|
81
|
+
}
|
|
82
|
+
t3.push(r(c(n3, 0))), l = u(i, a, p == h), i = 0, ++p;
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
++i, ++f;
|
|
86
|
+
}
|
|
87
|
+
return t3.join("");
|
|
88
|
+
}(t2) : t2;
|
|
89
|
+
});
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
const HASH_RE = /#/g;
|
|
93
|
+
const AMPERSAND_RE = /&/g;
|
|
94
|
+
const SLASH_RE = /\//g;
|
|
95
|
+
const EQUAL_RE = /=/g;
|
|
96
|
+
const IM_RE = /\?/g;
|
|
97
|
+
const PLUS_RE = /\+/g;
|
|
98
|
+
const ENC_CARET_RE = /%5e/gi;
|
|
99
|
+
const ENC_BACKTICK_RE = /%60/gi;
|
|
100
|
+
const ENC_CURLY_OPEN_RE = /%7b/gi;
|
|
101
|
+
const ENC_PIPE_RE = /%7c/gi;
|
|
102
|
+
const ENC_CURLY_CLOSE_RE = /%7d/gi;
|
|
103
|
+
const ENC_SPACE_RE = /%20/gi;
|
|
104
|
+
const ENC_SLASH_RE = /%2f/gi;
|
|
105
|
+
const ENC_ENC_SLASH_RE = /%252f/gi;
|
|
106
|
+
function encode(text) {
|
|
107
|
+
return encodeURI("" + text).replace(ENC_PIPE_RE, "|");
|
|
108
|
+
}
|
|
109
|
+
function encodeHash(text) {
|
|
110
|
+
return encode(text).replace(ENC_CURLY_OPEN_RE, "{").replace(ENC_CURLY_CLOSE_RE, "}").replace(ENC_CARET_RE, "^");
|
|
111
|
+
}
|
|
112
|
+
function encodeQueryValue(input) {
|
|
113
|
+
return encode(typeof input === "string" ? input : JSON.stringify(input)).replace(PLUS_RE, "%2B").replace(ENC_SPACE_RE, "+").replace(HASH_RE, "%23").replace(AMPERSAND_RE, "%26").replace(ENC_BACKTICK_RE, "`").replace(ENC_CARET_RE, "^").replace(SLASH_RE, "%2F");
|
|
114
|
+
}
|
|
115
|
+
function encodeQueryKey(text) {
|
|
116
|
+
return encodeQueryValue(text).replace(EQUAL_RE, "%3D");
|
|
117
|
+
}
|
|
118
|
+
function encodePath(text) {
|
|
119
|
+
return encode(text).replace(HASH_RE, "%23").replace(IM_RE, "%3F").replace(ENC_ENC_SLASH_RE, "%2F").replace(AMPERSAND_RE, "%26").replace(PLUS_RE, "%2B");
|
|
120
|
+
}
|
|
121
|
+
function encodeParam(text) {
|
|
122
|
+
return encodePath(text).replace(SLASH_RE, "%2F");
|
|
123
|
+
}
|
|
124
|
+
function decode(text = "") {
|
|
125
|
+
try {
|
|
126
|
+
return decodeURIComponent("" + text);
|
|
127
|
+
} catch {
|
|
128
|
+
return "" + text;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
function decodePath(text) {
|
|
132
|
+
return decode(text.replace(ENC_SLASH_RE, "%252F"));
|
|
133
|
+
}
|
|
134
|
+
function decodeQueryKey(text) {
|
|
135
|
+
return decode(text.replace(PLUS_RE, " "));
|
|
136
|
+
}
|
|
137
|
+
function decodeQueryValue(text) {
|
|
138
|
+
return decode(text.replace(PLUS_RE, " "));
|
|
139
|
+
}
|
|
140
|
+
function encodeHost(name = "") {
|
|
141
|
+
return toASCII(name);
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
function parseQuery(parametersString = "") {
|
|
145
|
+
const object = /* @__PURE__ */ Object.create(null);
|
|
146
|
+
if (parametersString[0] === "?") {
|
|
147
|
+
parametersString = parametersString.slice(1);
|
|
148
|
+
}
|
|
149
|
+
for (const parameter of parametersString.split("&")) {
|
|
150
|
+
const s = parameter.match(/([^=]+)=?(.*)/) || [];
|
|
151
|
+
if (s.length < 2) {
|
|
152
|
+
continue;
|
|
153
|
+
}
|
|
154
|
+
const key = decodeQueryKey(s[1]);
|
|
155
|
+
if (key === "__proto__" || key === "constructor") {
|
|
156
|
+
continue;
|
|
157
|
+
}
|
|
158
|
+
const value = decodeQueryValue(s[2] || "");
|
|
159
|
+
if (object[key] === void 0) {
|
|
160
|
+
object[key] = value;
|
|
161
|
+
} else if (Array.isArray(object[key])) {
|
|
162
|
+
object[key].push(value);
|
|
163
|
+
} else {
|
|
164
|
+
object[key] = [object[key], value];
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
return object;
|
|
168
|
+
}
|
|
169
|
+
function encodeQueryItem(key, value) {
|
|
170
|
+
if (typeof value === "number" || typeof value === "boolean") {
|
|
171
|
+
value = String(value);
|
|
172
|
+
}
|
|
173
|
+
if (!value) {
|
|
174
|
+
return encodeQueryKey(key);
|
|
175
|
+
}
|
|
176
|
+
if (Array.isArray(value)) {
|
|
177
|
+
return value.map(
|
|
178
|
+
(_value) => `${encodeQueryKey(key)}=${encodeQueryValue(_value)}`
|
|
179
|
+
).join("&");
|
|
180
|
+
}
|
|
181
|
+
return `${encodeQueryKey(key)}=${encodeQueryValue(value)}`;
|
|
182
|
+
}
|
|
183
|
+
function stringifyQuery(query) {
|
|
184
|
+
return Object.keys(query).filter((k) => query[k] !== void 0).map((k) => encodeQueryItem(k, query[k])).filter(Boolean).join("&");
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
const PROTOCOL_STRICT_REGEX = /^[\s\w\0+.-]{2,}:([/\\]{1,2})/;
|
|
188
|
+
const PROTOCOL_REGEX = /^[\s\w\0+.-]{2,}:([/\\]{2})?/;
|
|
189
|
+
const PROTOCOL_RELATIVE_REGEX = /^([/\\]\s*){2,}[^/\\]/;
|
|
190
|
+
const PROTOCOL_SCRIPT_RE = /^[\s\0]*(blob|data|javascript|vbscript):$/i;
|
|
191
|
+
const TRAILING_SLASH_RE = /\/$|\/\?|\/#/;
|
|
192
|
+
const JOIN_LEADING_SLASH_RE = /^\.?\//;
|
|
193
|
+
function isRelative(inputString) {
|
|
194
|
+
return ["./", "../"].some((string_) => inputString.startsWith(string_));
|
|
195
|
+
}
|
|
196
|
+
function hasProtocol(inputString, opts = {}) {
|
|
197
|
+
if (typeof opts === "boolean") {
|
|
198
|
+
opts = { acceptRelative: opts };
|
|
199
|
+
}
|
|
200
|
+
if (opts.strict) {
|
|
201
|
+
return PROTOCOL_STRICT_REGEX.test(inputString);
|
|
202
|
+
}
|
|
203
|
+
return PROTOCOL_REGEX.test(inputString) || (opts.acceptRelative ? PROTOCOL_RELATIVE_REGEX.test(inputString) : false);
|
|
204
|
+
}
|
|
205
|
+
function isScriptProtocol(protocol) {
|
|
206
|
+
return !!protocol && PROTOCOL_SCRIPT_RE.test(protocol);
|
|
207
|
+
}
|
|
208
|
+
function hasTrailingSlash(input = "", respectQueryAndFragment) {
|
|
209
|
+
if (!respectQueryAndFragment) {
|
|
210
|
+
return input.endsWith("/");
|
|
211
|
+
}
|
|
212
|
+
return TRAILING_SLASH_RE.test(input);
|
|
213
|
+
}
|
|
214
|
+
function withoutTrailingSlash(input = "", respectQueryAndFragment) {
|
|
215
|
+
if (!respectQueryAndFragment) {
|
|
216
|
+
return (hasTrailingSlash(input) ? input.slice(0, -1) : input) || "/";
|
|
217
|
+
}
|
|
218
|
+
if (!hasTrailingSlash(input, true)) {
|
|
219
|
+
return input || "/";
|
|
220
|
+
}
|
|
221
|
+
let path = input;
|
|
222
|
+
let fragment = "";
|
|
223
|
+
const fragmentIndex = input.indexOf("#");
|
|
224
|
+
if (fragmentIndex !== -1) {
|
|
225
|
+
path = input.slice(0, fragmentIndex);
|
|
226
|
+
fragment = input.slice(fragmentIndex);
|
|
227
|
+
}
|
|
228
|
+
const [s0, ...s] = path.split("?");
|
|
229
|
+
const cleanPath = s0.endsWith("/") ? s0.slice(0, -1) : s0;
|
|
230
|
+
return (cleanPath || "/") + (s.length > 0 ? `?${s.join("?")}` : "") + fragment;
|
|
231
|
+
}
|
|
232
|
+
function withTrailingSlash(input = "", respectQueryAndFragment) {
|
|
233
|
+
if (!respectQueryAndFragment) {
|
|
234
|
+
return input.endsWith("/") ? input : input + "/";
|
|
235
|
+
}
|
|
236
|
+
if (hasTrailingSlash(input, true)) {
|
|
237
|
+
return input || "/";
|
|
238
|
+
}
|
|
239
|
+
let path = input;
|
|
240
|
+
let fragment = "";
|
|
241
|
+
const fragmentIndex = input.indexOf("#");
|
|
242
|
+
if (fragmentIndex !== -1) {
|
|
243
|
+
path = input.slice(0, fragmentIndex);
|
|
244
|
+
fragment = input.slice(fragmentIndex);
|
|
245
|
+
if (!path) {
|
|
246
|
+
return fragment;
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
const [s0, ...s] = path.split("?");
|
|
250
|
+
return s0 + "/" + (s.length > 0 ? `?${s.join("?")}` : "") + fragment;
|
|
251
|
+
}
|
|
252
|
+
function hasLeadingSlash(input = "") {
|
|
253
|
+
return input.startsWith("/");
|
|
254
|
+
}
|
|
255
|
+
function withoutLeadingSlash(input = "") {
|
|
256
|
+
return (hasLeadingSlash(input) ? input.slice(1) : input) || "/";
|
|
257
|
+
}
|
|
258
|
+
function withLeadingSlash(input = "") {
|
|
259
|
+
return hasLeadingSlash(input) ? input : "/" + input;
|
|
260
|
+
}
|
|
261
|
+
function cleanDoubleSlashes(input = "") {
|
|
262
|
+
return input.split("://").map((string_) => string_.replace(/\/{2,}/g, "/")).join("://");
|
|
263
|
+
}
|
|
264
|
+
function withBase(input, base) {
|
|
265
|
+
if (isEmptyURL(base) || hasProtocol(input)) {
|
|
266
|
+
return input;
|
|
267
|
+
}
|
|
268
|
+
const _base = withoutTrailingSlash(base);
|
|
269
|
+
if (input.startsWith(_base)) {
|
|
270
|
+
return input;
|
|
271
|
+
}
|
|
272
|
+
return joinURL(_base, input);
|
|
273
|
+
}
|
|
274
|
+
function withoutBase(input, base) {
|
|
275
|
+
if (isEmptyURL(base)) {
|
|
276
|
+
return input;
|
|
277
|
+
}
|
|
278
|
+
const _base = withoutTrailingSlash(base);
|
|
279
|
+
if (!input.startsWith(_base)) {
|
|
280
|
+
return input;
|
|
281
|
+
}
|
|
282
|
+
const trimmed = input.slice(_base.length);
|
|
283
|
+
return trimmed[0] === "/" ? trimmed : "/" + trimmed;
|
|
284
|
+
}
|
|
285
|
+
function withQuery(input, query) {
|
|
286
|
+
const parsed = parseURL(input);
|
|
287
|
+
const mergedQuery = { ...parseQuery(parsed.search), ...query };
|
|
288
|
+
parsed.search = stringifyQuery(mergedQuery);
|
|
289
|
+
return stringifyParsedURL(parsed);
|
|
290
|
+
}
|
|
291
|
+
function filterQuery(input, predicate) {
|
|
292
|
+
if (!input.includes("?")) {
|
|
293
|
+
return input;
|
|
294
|
+
}
|
|
295
|
+
const parsed = parseURL(input);
|
|
296
|
+
const query = parseQuery(parsed.search);
|
|
297
|
+
const filteredQuery = Object.fromEntries(
|
|
298
|
+
Object.entries(query).filter(([key, value]) => predicate(key, value))
|
|
299
|
+
);
|
|
300
|
+
parsed.search = stringifyQuery(filteredQuery);
|
|
301
|
+
return stringifyParsedURL(parsed);
|
|
302
|
+
}
|
|
303
|
+
function getQuery(input) {
|
|
304
|
+
return parseQuery(parseURL(input).search);
|
|
305
|
+
}
|
|
306
|
+
function isEmptyURL(url) {
|
|
307
|
+
return !url || url === "/";
|
|
308
|
+
}
|
|
309
|
+
function isNonEmptyURL(url) {
|
|
310
|
+
return url && url !== "/";
|
|
311
|
+
}
|
|
312
|
+
function joinURL(base, ...input) {
|
|
313
|
+
let url = base || "";
|
|
314
|
+
for (const segment of input.filter((url2) => isNonEmptyURL(url2))) {
|
|
315
|
+
if (url) {
|
|
316
|
+
const _segment = segment.replace(JOIN_LEADING_SLASH_RE, "");
|
|
317
|
+
url = withTrailingSlash(url) + _segment;
|
|
318
|
+
} else {
|
|
319
|
+
url = segment;
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
return url;
|
|
323
|
+
}
|
|
324
|
+
function joinRelativeURL(..._input) {
|
|
325
|
+
const JOIN_SEGMENT_SPLIT_RE = /\/(?!\/)/;
|
|
326
|
+
const input = _input.filter(Boolean);
|
|
327
|
+
const segments = [];
|
|
328
|
+
let segmentsDepth = 0;
|
|
329
|
+
for (const i of input) {
|
|
330
|
+
if (!i || i === "/") {
|
|
331
|
+
continue;
|
|
332
|
+
}
|
|
333
|
+
for (const [sindex, s] of i.split(JOIN_SEGMENT_SPLIT_RE).entries()) {
|
|
334
|
+
if (!s || s === ".") {
|
|
335
|
+
continue;
|
|
336
|
+
}
|
|
337
|
+
if (s === "..") {
|
|
338
|
+
if (segments.length === 1 && hasProtocol(segments[0])) {
|
|
339
|
+
continue;
|
|
340
|
+
}
|
|
341
|
+
segments.pop();
|
|
342
|
+
segmentsDepth--;
|
|
343
|
+
continue;
|
|
344
|
+
}
|
|
345
|
+
if (sindex === 1 && segments[segments.length - 1]?.endsWith(":/")) {
|
|
346
|
+
segments[segments.length - 1] += "/" + s;
|
|
347
|
+
continue;
|
|
348
|
+
}
|
|
349
|
+
segments.push(s);
|
|
350
|
+
segmentsDepth++;
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
let url = segments.join("/");
|
|
354
|
+
if (segmentsDepth >= 0) {
|
|
355
|
+
if (input[0]?.startsWith("/") && !url.startsWith("/")) {
|
|
356
|
+
url = "/" + url;
|
|
357
|
+
} else if (input[0]?.startsWith("./") && !url.startsWith("./")) {
|
|
358
|
+
url = "./" + url;
|
|
359
|
+
}
|
|
360
|
+
} else {
|
|
361
|
+
url = "../".repeat(-1 * segmentsDepth) + url;
|
|
362
|
+
}
|
|
363
|
+
if (input[input.length - 1]?.endsWith("/") && !url.endsWith("/")) {
|
|
364
|
+
url += "/";
|
|
365
|
+
}
|
|
366
|
+
return url;
|
|
367
|
+
}
|
|
368
|
+
function withHttp(input) {
|
|
369
|
+
return withProtocol(input, "http://");
|
|
370
|
+
}
|
|
371
|
+
function withHttps(input) {
|
|
372
|
+
return withProtocol(input, "https://");
|
|
373
|
+
}
|
|
374
|
+
function withoutProtocol(input) {
|
|
375
|
+
return withProtocol(input, "");
|
|
376
|
+
}
|
|
377
|
+
function withProtocol(input, protocol) {
|
|
378
|
+
let match = input.match(PROTOCOL_REGEX);
|
|
379
|
+
if (!match) {
|
|
380
|
+
match = input.match(/^\/{2,}/);
|
|
381
|
+
}
|
|
382
|
+
if (!match) {
|
|
383
|
+
return protocol + input;
|
|
384
|
+
}
|
|
385
|
+
return protocol + input.slice(match[0].length);
|
|
386
|
+
}
|
|
387
|
+
function normalizeURL(input) {
|
|
388
|
+
const parsed = parseURL(input);
|
|
389
|
+
parsed.pathname = encodePath(decodePath(parsed.pathname));
|
|
390
|
+
parsed.hash = encodeHash(decode(parsed.hash));
|
|
391
|
+
parsed.host = encodeHost(decode(parsed.host));
|
|
392
|
+
parsed.search = stringifyQuery(parseQuery(parsed.search));
|
|
393
|
+
return stringifyParsedURL(parsed);
|
|
394
|
+
}
|
|
395
|
+
function resolveURL(base = "", ...inputs) {
|
|
396
|
+
if (typeof base !== "string") {
|
|
397
|
+
throw new TypeError(
|
|
398
|
+
`URL input should be string received ${typeof base} (${base})`
|
|
399
|
+
);
|
|
400
|
+
}
|
|
401
|
+
const filteredInputs = inputs.filter((input) => isNonEmptyURL(input));
|
|
402
|
+
if (filteredInputs.length === 0) {
|
|
403
|
+
return base;
|
|
404
|
+
}
|
|
405
|
+
const url = parseURL(base);
|
|
406
|
+
for (const inputSegment of filteredInputs) {
|
|
407
|
+
const urlSegment = parseURL(inputSegment);
|
|
408
|
+
if (urlSegment.pathname) {
|
|
409
|
+
url.pathname = withTrailingSlash(url.pathname) + withoutLeadingSlash(urlSegment.pathname);
|
|
410
|
+
}
|
|
411
|
+
if (urlSegment.hash && urlSegment.hash !== "#") {
|
|
412
|
+
url.hash = urlSegment.hash;
|
|
413
|
+
}
|
|
414
|
+
if (urlSegment.search && urlSegment.search !== "?") {
|
|
415
|
+
if (url.search && url.search !== "?") {
|
|
416
|
+
const queryString = stringifyQuery({
|
|
417
|
+
...parseQuery(url.search),
|
|
418
|
+
...parseQuery(urlSegment.search)
|
|
419
|
+
});
|
|
420
|
+
url.search = queryString.length > 0 ? "?" + queryString : "";
|
|
421
|
+
} else {
|
|
422
|
+
url.search = urlSegment.search;
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
return stringifyParsedURL(url);
|
|
427
|
+
}
|
|
428
|
+
function isSamePath(p1, p2) {
|
|
429
|
+
return decode(withoutTrailingSlash(p1)) === decode(withoutTrailingSlash(p2));
|
|
430
|
+
}
|
|
431
|
+
function isEqual(a, b, options = {}) {
|
|
432
|
+
if (!options.trailingSlash) {
|
|
433
|
+
a = withTrailingSlash(a);
|
|
434
|
+
b = withTrailingSlash(b);
|
|
435
|
+
}
|
|
436
|
+
if (!options.leadingSlash) {
|
|
437
|
+
a = withLeadingSlash(a);
|
|
438
|
+
b = withLeadingSlash(b);
|
|
439
|
+
}
|
|
440
|
+
if (!options.encoding) {
|
|
441
|
+
a = decode(a);
|
|
442
|
+
b = decode(b);
|
|
443
|
+
}
|
|
444
|
+
return a === b;
|
|
445
|
+
}
|
|
446
|
+
function withFragment(input, hash) {
|
|
447
|
+
if (!hash || hash === "#") {
|
|
448
|
+
return input;
|
|
449
|
+
}
|
|
450
|
+
const parsed = parseURL(input);
|
|
451
|
+
parsed.hash = hash === "" ? "" : "#" + encodeHash(hash);
|
|
452
|
+
return stringifyParsedURL(parsed);
|
|
453
|
+
}
|
|
454
|
+
function withoutFragment(input) {
|
|
455
|
+
return stringifyParsedURL({ ...parseURL(input), hash: "" });
|
|
456
|
+
}
|
|
457
|
+
function withoutHost(input) {
|
|
458
|
+
const parsed = parseURL(input);
|
|
459
|
+
return (parsed.pathname || "/") + parsed.search + parsed.hash;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
const protocolRelative = Symbol.for("ufo:protocolRelative");
|
|
463
|
+
function parseURL(input = "", defaultProto) {
|
|
464
|
+
const _specialProtoMatch = input.match(
|
|
465
|
+
/^[\s\0]*(blob:|data:|javascript:|vbscript:)(.*)/i
|
|
466
|
+
);
|
|
467
|
+
if (_specialProtoMatch) {
|
|
468
|
+
const [, _proto, _pathname = ""] = _specialProtoMatch;
|
|
469
|
+
return {
|
|
470
|
+
protocol: _proto.toLowerCase(),
|
|
471
|
+
pathname: _pathname,
|
|
472
|
+
href: _proto + _pathname,
|
|
473
|
+
auth: "",
|
|
474
|
+
host: "",
|
|
475
|
+
search: "",
|
|
476
|
+
hash: ""
|
|
477
|
+
};
|
|
478
|
+
}
|
|
479
|
+
if (!hasProtocol(input, { acceptRelative: true })) {
|
|
480
|
+
return defaultProto ? parseURL(defaultProto + input) : parsePath(input);
|
|
481
|
+
}
|
|
482
|
+
const [, protocol = "", auth, hostAndPath = ""] = input.replace(/\\/g, "/").match(/^[\s\0]*([\w+.-]{2,}:)?\/\/([^/@]+@)?(.*)/) || [];
|
|
483
|
+
let [, host = "", path = ""] = hostAndPath.match(/([^#/?]*)(.*)?/) || [];
|
|
484
|
+
if (protocol === "file:") {
|
|
485
|
+
path = path.replace(/\/(?=[A-Za-z]:)/, "");
|
|
486
|
+
}
|
|
487
|
+
const { pathname, search, hash } = parsePath(path);
|
|
488
|
+
return {
|
|
489
|
+
protocol: protocol.toLowerCase(),
|
|
490
|
+
auth: auth ? auth.slice(0, Math.max(0, auth.length - 1)) : "",
|
|
491
|
+
host,
|
|
492
|
+
pathname,
|
|
493
|
+
search,
|
|
494
|
+
hash,
|
|
495
|
+
[protocolRelative]: !protocol
|
|
496
|
+
};
|
|
497
|
+
}
|
|
498
|
+
function parsePath(input = "") {
|
|
499
|
+
const [pathname = "", search = "", hash = ""] = (input.match(/([^#?]*)(\?[^#]*)?(#.*)?/) || []).splice(1);
|
|
500
|
+
return {
|
|
501
|
+
pathname,
|
|
502
|
+
search,
|
|
503
|
+
hash
|
|
504
|
+
};
|
|
505
|
+
}
|
|
506
|
+
function parseAuth(input = "") {
|
|
507
|
+
const [username, password] = input.split(":");
|
|
508
|
+
return {
|
|
509
|
+
username: decode(username),
|
|
510
|
+
password: decode(password)
|
|
511
|
+
};
|
|
512
|
+
}
|
|
513
|
+
function parseHost(input = "") {
|
|
514
|
+
const [hostname, port] = (input.match(/([^/:]*):?(\d+)?/) || []).splice(1);
|
|
515
|
+
return {
|
|
516
|
+
hostname: decode(hostname),
|
|
517
|
+
port
|
|
518
|
+
};
|
|
519
|
+
}
|
|
520
|
+
function stringifyParsedURL(parsed) {
|
|
521
|
+
const pathname = parsed.pathname || "";
|
|
522
|
+
const search = parsed.search ? (parsed.search.startsWith("?") ? "" : "?") + parsed.search : "";
|
|
523
|
+
const hash = parsed.hash || "";
|
|
524
|
+
const auth = parsed.auth ? parsed.auth + "@" : "";
|
|
525
|
+
const host = parsed.host || "";
|
|
526
|
+
const proto = parsed.protocol || parsed[protocolRelative] ? (parsed.protocol || "") + "//" : "";
|
|
527
|
+
return proto + auth + host + pathname + search + hash;
|
|
528
|
+
}
|
|
529
|
+
const FILENAME_STRICT_REGEX = /\/([^/]+\.[^/]+)$/;
|
|
530
|
+
const FILENAME_REGEX = /\/([^/]+)$/;
|
|
531
|
+
function parseFilename(input = "", opts) {
|
|
532
|
+
const { pathname } = parseURL(input);
|
|
533
|
+
const matches = opts?.strict ? pathname.match(FILENAME_STRICT_REGEX) : pathname.match(FILENAME_REGEX);
|
|
534
|
+
return matches ? matches[1] : void 0;
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
class $URL {
|
|
538
|
+
protocol;
|
|
539
|
+
host;
|
|
540
|
+
auth;
|
|
541
|
+
pathname;
|
|
542
|
+
query = {};
|
|
543
|
+
hash;
|
|
544
|
+
constructor(input = "") {
|
|
545
|
+
if (typeof input !== "string") {
|
|
546
|
+
throw new TypeError(
|
|
547
|
+
`URL input should be string received ${typeof input} (${input})`
|
|
548
|
+
);
|
|
549
|
+
}
|
|
550
|
+
const parsed = parseURL(input);
|
|
551
|
+
this.protocol = decode(parsed.protocol);
|
|
552
|
+
this.host = decode(parsed.host);
|
|
553
|
+
this.auth = decode(parsed.auth);
|
|
554
|
+
this.pathname = decodePath(parsed.pathname);
|
|
555
|
+
this.query = parseQuery(parsed.search);
|
|
556
|
+
this.hash = decode(parsed.hash);
|
|
557
|
+
}
|
|
558
|
+
get hostname() {
|
|
559
|
+
return parseHost(this.host).hostname;
|
|
560
|
+
}
|
|
561
|
+
get port() {
|
|
562
|
+
return parseHost(this.host).port || "";
|
|
563
|
+
}
|
|
564
|
+
get username() {
|
|
565
|
+
return parseAuth(this.auth).username;
|
|
566
|
+
}
|
|
567
|
+
get password() {
|
|
568
|
+
return parseAuth(this.auth).password || "";
|
|
569
|
+
}
|
|
570
|
+
get hasProtocol() {
|
|
571
|
+
return this.protocol.length;
|
|
572
|
+
}
|
|
573
|
+
get isAbsolute() {
|
|
574
|
+
return this.hasProtocol || this.pathname[0] === "/";
|
|
575
|
+
}
|
|
576
|
+
get search() {
|
|
577
|
+
const q = stringifyQuery(this.query);
|
|
578
|
+
return q.length > 0 ? "?" + q : "";
|
|
579
|
+
}
|
|
580
|
+
get searchParams() {
|
|
581
|
+
const p = new URLSearchParams();
|
|
582
|
+
for (const name in this.query) {
|
|
583
|
+
const value = this.query[name];
|
|
584
|
+
if (Array.isArray(value)) {
|
|
585
|
+
for (const v of value) {
|
|
586
|
+
p.append(name, v);
|
|
587
|
+
}
|
|
588
|
+
} else {
|
|
589
|
+
p.append(
|
|
590
|
+
name,
|
|
591
|
+
typeof value === "string" ? value : JSON.stringify(value)
|
|
592
|
+
);
|
|
593
|
+
}
|
|
594
|
+
}
|
|
595
|
+
return p;
|
|
596
|
+
}
|
|
597
|
+
get origin() {
|
|
598
|
+
return (this.protocol ? this.protocol + "//" : "") + encodeHost(this.host);
|
|
599
|
+
}
|
|
600
|
+
get fullpath() {
|
|
601
|
+
return encodePath(this.pathname) + this.search + encodeHash(this.hash);
|
|
602
|
+
}
|
|
603
|
+
get encodedAuth() {
|
|
604
|
+
if (!this.auth) {
|
|
605
|
+
return "";
|
|
606
|
+
}
|
|
607
|
+
const { username, password } = parseAuth(this.auth);
|
|
608
|
+
return encodeURIComponent(username) + (password ? ":" + encodeURIComponent(password) : "");
|
|
609
|
+
}
|
|
610
|
+
get href() {
|
|
611
|
+
const auth = this.encodedAuth;
|
|
612
|
+
const originWithAuth = (this.protocol ? this.protocol + "//" : "") + (auth ? auth + "@" : "") + encodeHost(this.host);
|
|
613
|
+
return this.hasProtocol && this.isAbsolute ? originWithAuth + this.fullpath : this.fullpath;
|
|
614
|
+
}
|
|
615
|
+
append(url) {
|
|
616
|
+
if (url.hasProtocol) {
|
|
617
|
+
throw new Error("Cannot append a URL with protocol");
|
|
618
|
+
}
|
|
619
|
+
Object.assign(this.query, url.query);
|
|
620
|
+
if (url.pathname) {
|
|
621
|
+
this.pathname = withTrailingSlash(this.pathname) + withoutLeadingSlash(url.pathname);
|
|
622
|
+
}
|
|
623
|
+
if (url.hash) {
|
|
624
|
+
this.hash = url.hash;
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
toJSON() {
|
|
628
|
+
return this.href;
|
|
629
|
+
}
|
|
630
|
+
toString() {
|
|
631
|
+
return this.href;
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
function createURL(input) {
|
|
635
|
+
return new $URL(input);
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
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 };
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "ufo",
|
|
3
|
+
"version": "1.6.1",
|
|
4
|
+
"description": "URL utils for humans",
|
|
5
|
+
"repository": "unjs/ufo",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"sideEffects": false,
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
|
+
"require": "./dist/index.cjs",
|
|
12
|
+
"import": "./dist/index.mjs"
|
|
13
|
+
},
|
|
14
|
+
"./*": "./*"
|
|
15
|
+
},
|
|
16
|
+
"main": "./dist/index.cjs",
|
|
17
|
+
"module": "./dist/index.mjs",
|
|
18
|
+
"types": "./dist/index.d.ts",
|
|
19
|
+
"files": [
|
|
20
|
+
"dist"
|
|
21
|
+
],
|
|
22
|
+
"scripts": {
|
|
23
|
+
"build": "automd && unbuild",
|
|
24
|
+
"automd": "automd",
|
|
25
|
+
"dev": "vitest",
|
|
26
|
+
"lint": "eslint . && prettier -c src test",
|
|
27
|
+
"lint:fix": "eslint --fix . && prettier -w src test",
|
|
28
|
+
"prepack": "pnpm build",
|
|
29
|
+
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
|
|
30
|
+
"test": "pnpm lint && vitest run --typecheck"
|
|
31
|
+
},
|
|
32
|
+
"devDependencies": {
|
|
33
|
+
"@types/node": "^22.14.0",
|
|
34
|
+
"@vitest/coverage-v8": "^3.1.1",
|
|
35
|
+
"automd": "^0.4.0",
|
|
36
|
+
"changelogen": "^0.6.1",
|
|
37
|
+
"eslint": "^9.24.0",
|
|
38
|
+
"eslint-config-unjs": "^0.4.2",
|
|
39
|
+
"jiti": "^2.4.2",
|
|
40
|
+
"prettier": "^3.5.3",
|
|
41
|
+
"typescript": "^5.8.3",
|
|
42
|
+
"unbuild": "^3.5.0",
|
|
43
|
+
"untyped": "^2.0.0",
|
|
44
|
+
"vitest": "^3.1.1"
|
|
45
|
+
},
|
|
46
|
+
"packageManager": "pnpm@10.7.1"
|
|
47
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) Matteo Collina and Undici contributors
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|