@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.
- 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,460 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@evenicanpm/cms",
|
|
3
|
+
"version": "1.2.0",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"node_modules/@types/js-cookie": {
|
|
8
|
+
"version": "3.0.6",
|
|
9
|
+
"resolved": "https://registry.npmjs.org/@types/js-cookie/-/js-cookie-3.0.6.tgz",
|
|
10
|
+
"integrity": "sha512-wkw9yd1kEXOPnvEeEV1Go1MmxtBJL0RR79aOTAApecWFVu7w0NNXNqhcWgvw2YgZDYadliXkl14pa3WXw5jlCQ==",
|
|
11
|
+
"license": "MIT"
|
|
12
|
+
},
|
|
13
|
+
"node_modules/@types/node": {
|
|
14
|
+
"version": "24.10.3",
|
|
15
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.3.tgz",
|
|
16
|
+
"integrity": "sha512-gqkrWUsS8hcm0r44yn7/xZeV1ERva/nLgrLxFRUGb7aoNMIJfZJ3AC261zDQuOAKC7MiXai1WCpYc48jAHoShQ==",
|
|
17
|
+
"dev": true,
|
|
18
|
+
"license": "MIT",
|
|
19
|
+
"dependencies": {
|
|
20
|
+
"undici-types": "~7.16.0"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"node_modules/@types/qs": {
|
|
24
|
+
"version": "6.14.0",
|
|
25
|
+
"resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz",
|
|
26
|
+
"integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==",
|
|
27
|
+
"license": "MIT"
|
|
28
|
+
},
|
|
29
|
+
"node_modules/asynckit": {
|
|
30
|
+
"version": "0.4.0",
|
|
31
|
+
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
|
|
32
|
+
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
|
|
33
|
+
"license": "MIT"
|
|
34
|
+
},
|
|
35
|
+
"node_modules/axios": {
|
|
36
|
+
"version": "0.27.2",
|
|
37
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz",
|
|
38
|
+
"integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==",
|
|
39
|
+
"license": "MIT",
|
|
40
|
+
"dependencies": {
|
|
41
|
+
"follow-redirects": "^1.14.9",
|
|
42
|
+
"form-data": "^4.0.0"
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"node_modules/call-bind-apply-helpers": {
|
|
46
|
+
"version": "1.0.2",
|
|
47
|
+
"resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
|
|
48
|
+
"integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
|
|
49
|
+
"license": "MIT",
|
|
50
|
+
"dependencies": {
|
|
51
|
+
"es-errors": "^1.3.0",
|
|
52
|
+
"function-bind": "^1.1.2"
|
|
53
|
+
},
|
|
54
|
+
"engines": {
|
|
55
|
+
"node": ">= 0.4"
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
"node_modules/call-bound": {
|
|
59
|
+
"version": "1.0.4",
|
|
60
|
+
"resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz",
|
|
61
|
+
"integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
|
|
62
|
+
"license": "MIT",
|
|
63
|
+
"dependencies": {
|
|
64
|
+
"call-bind-apply-helpers": "^1.0.2",
|
|
65
|
+
"get-intrinsic": "^1.3.0"
|
|
66
|
+
},
|
|
67
|
+
"engines": {
|
|
68
|
+
"node": ">= 0.4"
|
|
69
|
+
},
|
|
70
|
+
"funding": {
|
|
71
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
"node_modules/combined-stream": {
|
|
75
|
+
"version": "1.0.8",
|
|
76
|
+
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
|
|
77
|
+
"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
|
|
78
|
+
"license": "MIT",
|
|
79
|
+
"dependencies": {
|
|
80
|
+
"delayed-stream": "~1.0.0"
|
|
81
|
+
},
|
|
82
|
+
"engines": {
|
|
83
|
+
"node": ">= 0.8"
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"node_modules/defu": {
|
|
87
|
+
"version": "5.0.1",
|
|
88
|
+
"resolved": "https://registry.npmjs.org/defu/-/defu-5.0.1.tgz",
|
|
89
|
+
"integrity": "sha512-EPS1carKg+dkEVy3qNTqIdp2qV7mUP08nIsupfwQpz++slCVRw7qbQyWvSTig+kFPwz2XXp5/kIIkH+CwrJKkQ==",
|
|
90
|
+
"license": "MIT"
|
|
91
|
+
},
|
|
92
|
+
"node_modules/delayed-stream": {
|
|
93
|
+
"version": "1.0.0",
|
|
94
|
+
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
|
95
|
+
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
|
|
96
|
+
"license": "MIT",
|
|
97
|
+
"engines": {
|
|
98
|
+
"node": ">=0.4.0"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
"node_modules/dunder-proto": {
|
|
102
|
+
"version": "1.0.1",
|
|
103
|
+
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
|
104
|
+
"integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
|
|
105
|
+
"license": "MIT",
|
|
106
|
+
"dependencies": {
|
|
107
|
+
"call-bind-apply-helpers": "^1.0.1",
|
|
108
|
+
"es-errors": "^1.3.0",
|
|
109
|
+
"gopd": "^1.2.0"
|
|
110
|
+
},
|
|
111
|
+
"engines": {
|
|
112
|
+
"node": ">= 0.4"
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"node_modules/es-define-property": {
|
|
116
|
+
"version": "1.0.1",
|
|
117
|
+
"resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz",
|
|
118
|
+
"integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
|
119
|
+
"license": "MIT",
|
|
120
|
+
"engines": {
|
|
121
|
+
"node": ">= 0.4"
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
"node_modules/es-errors": {
|
|
125
|
+
"version": "1.3.0",
|
|
126
|
+
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
|
127
|
+
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
128
|
+
"license": "MIT",
|
|
129
|
+
"engines": {
|
|
130
|
+
"node": ">= 0.4"
|
|
131
|
+
}
|
|
132
|
+
},
|
|
133
|
+
"node_modules/es-object-atoms": {
|
|
134
|
+
"version": "1.1.1",
|
|
135
|
+
"resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
|
|
136
|
+
"integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
|
|
137
|
+
"license": "MIT",
|
|
138
|
+
"dependencies": {
|
|
139
|
+
"es-errors": "^1.3.0"
|
|
140
|
+
},
|
|
141
|
+
"engines": {
|
|
142
|
+
"node": ">= 0.4"
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
"node_modules/es-set-tostringtag": {
|
|
146
|
+
"version": "2.1.0",
|
|
147
|
+
"resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
|
|
148
|
+
"integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
|
|
149
|
+
"license": "MIT",
|
|
150
|
+
"dependencies": {
|
|
151
|
+
"es-errors": "^1.3.0",
|
|
152
|
+
"get-intrinsic": "^1.2.6",
|
|
153
|
+
"has-tostringtag": "^1.0.2",
|
|
154
|
+
"hasown": "^2.0.2"
|
|
155
|
+
},
|
|
156
|
+
"engines": {
|
|
157
|
+
"node": ">= 0.4"
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
"node_modules/follow-redirects": {
|
|
161
|
+
"version": "1.15.11",
|
|
162
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
|
|
163
|
+
"integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
|
|
164
|
+
"funding": [
|
|
165
|
+
{
|
|
166
|
+
"type": "individual",
|
|
167
|
+
"url": "https://github.com/sponsors/RubenVerborgh"
|
|
168
|
+
}
|
|
169
|
+
],
|
|
170
|
+
"license": "MIT",
|
|
171
|
+
"engines": {
|
|
172
|
+
"node": ">=4.0"
|
|
173
|
+
},
|
|
174
|
+
"peerDependenciesMeta": {
|
|
175
|
+
"debug": {
|
|
176
|
+
"optional": true
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"node_modules/form-data": {
|
|
181
|
+
"version": "4.0.5",
|
|
182
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
|
|
183
|
+
"integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
|
|
184
|
+
"license": "MIT",
|
|
185
|
+
"dependencies": {
|
|
186
|
+
"asynckit": "^0.4.0",
|
|
187
|
+
"combined-stream": "^1.0.8",
|
|
188
|
+
"es-set-tostringtag": "^2.1.0",
|
|
189
|
+
"hasown": "^2.0.2",
|
|
190
|
+
"mime-types": "^2.1.12"
|
|
191
|
+
},
|
|
192
|
+
"engines": {
|
|
193
|
+
"node": ">= 6"
|
|
194
|
+
}
|
|
195
|
+
},
|
|
196
|
+
"node_modules/function-bind": {
|
|
197
|
+
"version": "1.1.2",
|
|
198
|
+
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
199
|
+
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
200
|
+
"license": "MIT",
|
|
201
|
+
"funding": {
|
|
202
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"node_modules/get-intrinsic": {
|
|
206
|
+
"version": "1.3.0",
|
|
207
|
+
"resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
|
|
208
|
+
"integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
|
|
209
|
+
"license": "MIT",
|
|
210
|
+
"dependencies": {
|
|
211
|
+
"call-bind-apply-helpers": "^1.0.2",
|
|
212
|
+
"es-define-property": "^1.0.1",
|
|
213
|
+
"es-errors": "^1.3.0",
|
|
214
|
+
"es-object-atoms": "^1.1.1",
|
|
215
|
+
"function-bind": "^1.1.2",
|
|
216
|
+
"get-proto": "^1.0.1",
|
|
217
|
+
"gopd": "^1.2.0",
|
|
218
|
+
"has-symbols": "^1.1.0",
|
|
219
|
+
"hasown": "^2.0.2",
|
|
220
|
+
"math-intrinsics": "^1.1.0"
|
|
221
|
+
},
|
|
222
|
+
"engines": {
|
|
223
|
+
"node": ">= 0.4"
|
|
224
|
+
},
|
|
225
|
+
"funding": {
|
|
226
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
"node_modules/get-proto": {
|
|
230
|
+
"version": "1.0.1",
|
|
231
|
+
"resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz",
|
|
232
|
+
"integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
|
|
233
|
+
"license": "MIT",
|
|
234
|
+
"dependencies": {
|
|
235
|
+
"dunder-proto": "^1.0.1",
|
|
236
|
+
"es-object-atoms": "^1.0.0"
|
|
237
|
+
},
|
|
238
|
+
"engines": {
|
|
239
|
+
"node": ">= 0.4"
|
|
240
|
+
}
|
|
241
|
+
},
|
|
242
|
+
"node_modules/gopd": {
|
|
243
|
+
"version": "1.2.0",
|
|
244
|
+
"resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz",
|
|
245
|
+
"integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
|
|
246
|
+
"license": "MIT",
|
|
247
|
+
"engines": {
|
|
248
|
+
"node": ">= 0.4"
|
|
249
|
+
},
|
|
250
|
+
"funding": {
|
|
251
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
"node_modules/has-symbols": {
|
|
255
|
+
"version": "1.1.0",
|
|
256
|
+
"resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz",
|
|
257
|
+
"integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
|
258
|
+
"license": "MIT",
|
|
259
|
+
"engines": {
|
|
260
|
+
"node": ">= 0.4"
|
|
261
|
+
},
|
|
262
|
+
"funding": {
|
|
263
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
"node_modules/has-tostringtag": {
|
|
267
|
+
"version": "1.0.2",
|
|
268
|
+
"resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
|
|
269
|
+
"integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
|
|
270
|
+
"license": "MIT",
|
|
271
|
+
"dependencies": {
|
|
272
|
+
"has-symbols": "^1.0.3"
|
|
273
|
+
},
|
|
274
|
+
"engines": {
|
|
275
|
+
"node": ">= 0.4"
|
|
276
|
+
},
|
|
277
|
+
"funding": {
|
|
278
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
"node_modules/hasown": {
|
|
282
|
+
"version": "2.0.2",
|
|
283
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
|
|
284
|
+
"integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
285
|
+
"license": "MIT",
|
|
286
|
+
"dependencies": {
|
|
287
|
+
"function-bind": "^1.1.2"
|
|
288
|
+
},
|
|
289
|
+
"engines": {
|
|
290
|
+
"node": ">= 0.4"
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
"node_modules/js-cookie": {
|
|
294
|
+
"version": "3.0.5",
|
|
295
|
+
"resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz",
|
|
296
|
+
"integrity": "sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==",
|
|
297
|
+
"license": "MIT",
|
|
298
|
+
"engines": {
|
|
299
|
+
"node": ">=14"
|
|
300
|
+
}
|
|
301
|
+
},
|
|
302
|
+
"node_modules/math-intrinsics": {
|
|
303
|
+
"version": "1.1.0",
|
|
304
|
+
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
305
|
+
"integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
|
|
306
|
+
"license": "MIT",
|
|
307
|
+
"engines": {
|
|
308
|
+
"node": ">= 0.4"
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
"node_modules/mime-db": {
|
|
312
|
+
"version": "1.52.0",
|
|
313
|
+
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
|
|
314
|
+
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
|
315
|
+
"license": "MIT",
|
|
316
|
+
"engines": {
|
|
317
|
+
"node": ">= 0.6"
|
|
318
|
+
}
|
|
319
|
+
},
|
|
320
|
+
"node_modules/mime-types": {
|
|
321
|
+
"version": "2.1.35",
|
|
322
|
+
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
|
|
323
|
+
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
|
324
|
+
"license": "MIT",
|
|
325
|
+
"dependencies": {
|
|
326
|
+
"mime-db": "1.52.0"
|
|
327
|
+
},
|
|
328
|
+
"engines": {
|
|
329
|
+
"node": ">= 0.6"
|
|
330
|
+
}
|
|
331
|
+
},
|
|
332
|
+
"node_modules/object-inspect": {
|
|
333
|
+
"version": "1.13.4",
|
|
334
|
+
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz",
|
|
335
|
+
"integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==",
|
|
336
|
+
"license": "MIT",
|
|
337
|
+
"engines": {
|
|
338
|
+
"node": ">= 0.4"
|
|
339
|
+
},
|
|
340
|
+
"funding": {
|
|
341
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
"node_modules/qs": {
|
|
345
|
+
"version": "6.14.0",
|
|
346
|
+
"resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz",
|
|
347
|
+
"integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==",
|
|
348
|
+
"license": "BSD-3-Clause",
|
|
349
|
+
"dependencies": {
|
|
350
|
+
"side-channel": "^1.1.0"
|
|
351
|
+
},
|
|
352
|
+
"engines": {
|
|
353
|
+
"node": ">=0.6"
|
|
354
|
+
},
|
|
355
|
+
"funding": {
|
|
356
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
"node_modules/side-channel": {
|
|
360
|
+
"version": "1.1.0",
|
|
361
|
+
"resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz",
|
|
362
|
+
"integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==",
|
|
363
|
+
"license": "MIT",
|
|
364
|
+
"dependencies": {
|
|
365
|
+
"es-errors": "^1.3.0",
|
|
366
|
+
"object-inspect": "^1.13.3",
|
|
367
|
+
"side-channel-list": "^1.0.0",
|
|
368
|
+
"side-channel-map": "^1.0.1",
|
|
369
|
+
"side-channel-weakmap": "^1.0.2"
|
|
370
|
+
},
|
|
371
|
+
"engines": {
|
|
372
|
+
"node": ">= 0.4"
|
|
373
|
+
},
|
|
374
|
+
"funding": {
|
|
375
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
376
|
+
}
|
|
377
|
+
},
|
|
378
|
+
"node_modules/side-channel-list": {
|
|
379
|
+
"version": "1.0.0",
|
|
380
|
+
"resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz",
|
|
381
|
+
"integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==",
|
|
382
|
+
"license": "MIT",
|
|
383
|
+
"dependencies": {
|
|
384
|
+
"es-errors": "^1.3.0",
|
|
385
|
+
"object-inspect": "^1.13.3"
|
|
386
|
+
},
|
|
387
|
+
"engines": {
|
|
388
|
+
"node": ">= 0.4"
|
|
389
|
+
},
|
|
390
|
+
"funding": {
|
|
391
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
392
|
+
}
|
|
393
|
+
},
|
|
394
|
+
"node_modules/side-channel-map": {
|
|
395
|
+
"version": "1.0.1",
|
|
396
|
+
"resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz",
|
|
397
|
+
"integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==",
|
|
398
|
+
"license": "MIT",
|
|
399
|
+
"dependencies": {
|
|
400
|
+
"call-bound": "^1.0.2",
|
|
401
|
+
"es-errors": "^1.3.0",
|
|
402
|
+
"get-intrinsic": "^1.2.5",
|
|
403
|
+
"object-inspect": "^1.13.3"
|
|
404
|
+
},
|
|
405
|
+
"engines": {
|
|
406
|
+
"node": ">= 0.4"
|
|
407
|
+
},
|
|
408
|
+
"funding": {
|
|
409
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
410
|
+
}
|
|
411
|
+
},
|
|
412
|
+
"node_modules/side-channel-weakmap": {
|
|
413
|
+
"version": "1.0.2",
|
|
414
|
+
"resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz",
|
|
415
|
+
"integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==",
|
|
416
|
+
"license": "MIT",
|
|
417
|
+
"dependencies": {
|
|
418
|
+
"call-bound": "^1.0.2",
|
|
419
|
+
"es-errors": "^1.3.0",
|
|
420
|
+
"get-intrinsic": "^1.2.5",
|
|
421
|
+
"object-inspect": "^1.13.3",
|
|
422
|
+
"side-channel-map": "^1.0.1"
|
|
423
|
+
},
|
|
424
|
+
"engines": {
|
|
425
|
+
"node": ">= 0.4"
|
|
426
|
+
},
|
|
427
|
+
"funding": {
|
|
428
|
+
"url": "https://github.com/sponsors/ljharb"
|
|
429
|
+
}
|
|
430
|
+
},
|
|
431
|
+
"node_modules/strapi-sdk-js": {
|
|
432
|
+
"version": "3.0.0",
|
|
433
|
+
"resolved": "https://registry.npmjs.org/strapi-sdk-js/-/strapi-sdk-js-3.0.0.tgz",
|
|
434
|
+
"integrity": "sha512-8HvszKxyMjus2PXbWdyMKscEUT//k/h74OPna6owz6o2ho0KtBdxWHRtq0vntpUm7Gp73U498O0WlOVLWbPlPg==",
|
|
435
|
+
"license": "MIT",
|
|
436
|
+
"dependencies": {
|
|
437
|
+
"@types/js-cookie": "^3.0.0",
|
|
438
|
+
"@types/qs": "^6.9.6",
|
|
439
|
+
"axios": "^0.27.0",
|
|
440
|
+
"defu": "^5.0.0",
|
|
441
|
+
"js-cookie": "^3.0.0",
|
|
442
|
+
"qs": "^6.10.1",
|
|
443
|
+
"ufo": "^1.2.0"
|
|
444
|
+
}
|
|
445
|
+
},
|
|
446
|
+
"node_modules/ufo": {
|
|
447
|
+
"version": "1.6.1",
|
|
448
|
+
"resolved": "https://registry.npmjs.org/ufo/-/ufo-1.6.1.tgz",
|
|
449
|
+
"integrity": "sha512-9a4/uxlTWJ4+a5i0ooc1rU7C7YOw3wT+UGqdeNNHWnOF9qcMBgLRS+4IYUqbczewFx4mLEig6gawh7X6mFlEkA==",
|
|
450
|
+
"license": "MIT"
|
|
451
|
+
},
|
|
452
|
+
"node_modules/undici-types": {
|
|
453
|
+
"version": "7.16.0",
|
|
454
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
|
|
455
|
+
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
|
|
456
|
+
"dev": true,
|
|
457
|
+
"license": "MIT"
|
|
458
|
+
}
|
|
459
|
+
}
|
|
460
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) Microsoft Corporation.
|
|
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
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Installation
|
|
2
|
+
> `npm install --save @types/js-cookie`
|
|
3
|
+
|
|
4
|
+
# Summary
|
|
5
|
+
This package contains type definitions for js-cookie (https://github.com/js-cookie/js-cookie).
|
|
6
|
+
|
|
7
|
+
# Details
|
|
8
|
+
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-cookie.
|
|
9
|
+
|
|
10
|
+
### Additional Details
|
|
11
|
+
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT
|
|
12
|
+
* Dependencies: none
|
|
13
|
+
|
|
14
|
+
# Credits
|
|
15
|
+
These definitions were written by [Theodore Brown](https://github.com/theodorejb), [BendingBender](https://github.com/BendingBender), [Antoine Lépée](https://github.com/alepee), [Yuto Doi](https://github.com/yutod), [Nicolas Reynis](https://github.com/nreynis), and [Piotr Błażejewicz](https://github.com/peterblazejewicz).
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
declare namespace Cookies {
|
|
2
|
+
interface CookieAttributes {
|
|
3
|
+
/**
|
|
4
|
+
* Define when the cookie will be removed. Value can be a Number
|
|
5
|
+
* which will be interpreted as days from time of creation or a
|
|
6
|
+
* Date instance. If omitted, the cookie becomes a session cookie.
|
|
7
|
+
*/
|
|
8
|
+
expires?: number | Date | undefined;
|
|
9
|
+
|
|
10
|
+
/**
|
|
11
|
+
* Define the path where the cookie is available. Defaults to '/'
|
|
12
|
+
*/
|
|
13
|
+
path?: string | undefined;
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Define the domain where the cookie is available. Defaults to
|
|
17
|
+
* the domain of the page where the cookie was created.
|
|
18
|
+
*/
|
|
19
|
+
domain?: string | undefined;
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
* A Boolean indicating if the cookie transmission requires a
|
|
23
|
+
* secure protocol (https). Defaults to false.
|
|
24
|
+
*/
|
|
25
|
+
secure?: boolean | undefined;
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* Asserts that a cookie must not be sent with cross-origin requests,
|
|
29
|
+
* providing some protection against cross-site request forgery
|
|
30
|
+
* attacks (CSRF)
|
|
31
|
+
*/
|
|
32
|
+
sameSite?: "strict" | "Strict" | "lax" | "Lax" | "none" | "None" | undefined;
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* An attribute which will be serialized, conformably to RFC 6265
|
|
36
|
+
* section 5.2.
|
|
37
|
+
*/
|
|
38
|
+
[property: string]: any;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
interface CookiesStatic<T = string> {
|
|
42
|
+
readonly attributes: CookieAttributes;
|
|
43
|
+
readonly converter: Required<Converter<string>>;
|
|
44
|
+
/**
|
|
45
|
+
* Create a cookie
|
|
46
|
+
*/
|
|
47
|
+
set(name: string, value: string | T, options?: CookieAttributes): string | undefined;
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Read cookie
|
|
51
|
+
*/
|
|
52
|
+
get(name: string): string | T | undefined;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* Read all available cookies
|
|
56
|
+
*/
|
|
57
|
+
get(): { [key: string]: string };
|
|
58
|
+
|
|
59
|
+
/**
|
|
60
|
+
* Delete cookie
|
|
61
|
+
*/
|
|
62
|
+
remove(name: string, options?: CookieAttributes): void;
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* Cookie attribute defaults can be set globally by creating an
|
|
66
|
+
* instance of the api via withAttributes(), or individually for
|
|
67
|
+
* each call to Cookies.set(...) by passing a plain object as the
|
|
68
|
+
* last argument. Per-call attributes override the default attributes.
|
|
69
|
+
*/
|
|
70
|
+
withAttributes(attributes: CookieAttributes): CookiesStatic<T>;
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* Create a new instance of the api that overrides the default
|
|
74
|
+
* decoding implementation. All methods that rely in a proper
|
|
75
|
+
* decoding to work, such as Cookies.remove() and Cookies.get(),
|
|
76
|
+
* will run the converter first for each cookie. The returned
|
|
77
|
+
* string will be used as the cookie value.
|
|
78
|
+
*/
|
|
79
|
+
withConverter<TConv = string>(converter: Converter<TConv>): CookiesStatic<TConv>;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
interface Converter<TConv> {
|
|
83
|
+
write?: CookieWriteConverter<TConv> | undefined;
|
|
84
|
+
read?: CookieReadConverter<TConv> | undefined;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
type CookieWriteConverter<T> = (value: string | T, name: string) => string;
|
|
88
|
+
type CookieReadConverter<T> = (value: string, name: string) => string | T;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
declare const Cookies: Cookies.CookiesStatic & {
|
|
92
|
+
/**
|
|
93
|
+
* If there is any danger of a conflict with the namespace Cookies,
|
|
94
|
+
* the noConflict method will allow you to define a new namespace
|
|
95
|
+
* and preserve the original one. This is especially useful when
|
|
96
|
+
* running the script on third party sites e.g. as part of a widget
|
|
97
|
+
* or SDK. Note: The noConflict method is not necessary when using
|
|
98
|
+
* AMD or CommonJS, thus it is not exposed in those environments.
|
|
99
|
+
*/
|
|
100
|
+
noConflict?(): Cookies.CookiesStatic;
|
|
101
|
+
};
|
|
102
|
+
|
|
103
|
+
export = Cookies;
|
|
104
|
+
export as namespace Cookies;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@types/js-cookie",
|
|
3
|
+
"version": "3.0.6",
|
|
4
|
+
"description": "TypeScript definitions for js-cookie",
|
|
5
|
+
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-cookie",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"contributors": [
|
|
8
|
+
{
|
|
9
|
+
"name": "Theodore Brown",
|
|
10
|
+
"githubUsername": "theodorejb",
|
|
11
|
+
"url": "https://github.com/theodorejb"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "BendingBender",
|
|
15
|
+
"githubUsername": "BendingBender",
|
|
16
|
+
"url": "https://github.com/BendingBender"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "Antoine Lépée",
|
|
20
|
+
"githubUsername": "alepee",
|
|
21
|
+
"url": "https://github.com/alepee"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"name": "Yuto Doi",
|
|
25
|
+
"githubUsername": "yutod",
|
|
26
|
+
"url": "https://github.com/yutod"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"name": "Nicolas Reynis",
|
|
30
|
+
"githubUsername": "nreynis",
|
|
31
|
+
"url": "https://github.com/nreynis"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"name": "Piotr Błażejewicz",
|
|
35
|
+
"githubUsername": "peterblazejewicz",
|
|
36
|
+
"url": "https://github.com/peterblazejewicz"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"main": "",
|
|
40
|
+
"types": "index.d.ts",
|
|
41
|
+
"exports": {
|
|
42
|
+
".": {
|
|
43
|
+
"types": {
|
|
44
|
+
"import": "./index.d.mts",
|
|
45
|
+
"require": "./index.d.ts"
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"./package.json": "./package.json"
|
|
49
|
+
},
|
|
50
|
+
"repository": {
|
|
51
|
+
"type": "git",
|
|
52
|
+
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
|
53
|
+
"directory": "types/js-cookie"
|
|
54
|
+
},
|
|
55
|
+
"scripts": {},
|
|
56
|
+
"dependencies": {},
|
|
57
|
+
"typesPublisherContentHash": "d8a8b39fde98e89be2790dfbecea0ff8e70cd2773a5149120bae93ccf439920c",
|
|
58
|
+
"typeScriptVersion": "4.5"
|
|
59
|
+
}
|