@evenicanpm/common-core 1.2.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 +14 -3
- package/src/lib/index.ts +1 -0
- package/src/lib/keyvault.ts +87 -0
- package/src/otel/README.md +44 -0
- package/src/otel/logger.ts +54 -0
- package/src/otel/setup.ts +99 -0
- package/tsconfig.json +3 -2
- package/keyvault.ts +0 -61
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var utils = require('./../utils');
|
|
4
|
+
var defaults = require('../defaults');
|
|
5
|
+
|
|
6
|
+
/**
|
|
7
|
+
* Transform the data for a request or a response
|
|
8
|
+
*
|
|
9
|
+
* @param {Object|String} data The data to be transformed
|
|
10
|
+
* @param {Array} headers The headers for the request or response
|
|
11
|
+
* @param {Array|Function} fns A single function or Array of functions
|
|
12
|
+
* @returns {*} The resulting transformed data
|
|
13
|
+
*/
|
|
14
|
+
module.exports = function transformData(data, headers, fns) {
|
|
15
|
+
var context = this || defaults;
|
|
16
|
+
/*eslint no-param-reassign:0*/
|
|
17
|
+
utils.forEach(fns, function transform(fn) {
|
|
18
|
+
data = fn.call(context, data, headers);
|
|
19
|
+
});
|
|
20
|
+
|
|
21
|
+
return data;
|
|
22
|
+
};
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var utils = require('../utils');
|
|
4
|
+
var normalizeHeaderName = require('../helpers/normalizeHeaderName');
|
|
5
|
+
var AxiosError = require('../core/AxiosError');
|
|
6
|
+
var transitionalDefaults = require('./transitional');
|
|
7
|
+
var toFormData = require('../helpers/toFormData');
|
|
8
|
+
|
|
9
|
+
var DEFAULT_CONTENT_TYPE = {
|
|
10
|
+
'Content-Type': 'application/x-www-form-urlencoded'
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
function setContentTypeIfUnset(headers, value) {
|
|
14
|
+
if (!utils.isUndefined(headers) && utils.isUndefined(headers['Content-Type'])) {
|
|
15
|
+
headers['Content-Type'] = value;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
function getDefaultAdapter() {
|
|
20
|
+
var adapter;
|
|
21
|
+
if (typeof XMLHttpRequest !== 'undefined') {
|
|
22
|
+
// For browsers use XHR adapter
|
|
23
|
+
adapter = require('../adapters/xhr');
|
|
24
|
+
} else if (typeof process !== 'undefined' && Object.prototype.toString.call(process) === '[object process]') {
|
|
25
|
+
// For node use HTTP adapter
|
|
26
|
+
adapter = require('../adapters/http');
|
|
27
|
+
}
|
|
28
|
+
return adapter;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
function stringifySafely(rawValue, parser, encoder) {
|
|
32
|
+
if (utils.isString(rawValue)) {
|
|
33
|
+
try {
|
|
34
|
+
(parser || JSON.parse)(rawValue);
|
|
35
|
+
return utils.trim(rawValue);
|
|
36
|
+
} catch (e) {
|
|
37
|
+
if (e.name !== 'SyntaxError') {
|
|
38
|
+
throw e;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
return (encoder || JSON.stringify)(rawValue);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
var defaults = {
|
|
47
|
+
|
|
48
|
+
transitional: transitionalDefaults,
|
|
49
|
+
|
|
50
|
+
adapter: getDefaultAdapter(),
|
|
51
|
+
|
|
52
|
+
transformRequest: [function transformRequest(data, headers) {
|
|
53
|
+
normalizeHeaderName(headers, 'Accept');
|
|
54
|
+
normalizeHeaderName(headers, 'Content-Type');
|
|
55
|
+
|
|
56
|
+
if (utils.isFormData(data) ||
|
|
57
|
+
utils.isArrayBuffer(data) ||
|
|
58
|
+
utils.isBuffer(data) ||
|
|
59
|
+
utils.isStream(data) ||
|
|
60
|
+
utils.isFile(data) ||
|
|
61
|
+
utils.isBlob(data)
|
|
62
|
+
) {
|
|
63
|
+
return data;
|
|
64
|
+
}
|
|
65
|
+
if (utils.isArrayBufferView(data)) {
|
|
66
|
+
return data.buffer;
|
|
67
|
+
}
|
|
68
|
+
if (utils.isURLSearchParams(data)) {
|
|
69
|
+
setContentTypeIfUnset(headers, 'application/x-www-form-urlencoded;charset=utf-8');
|
|
70
|
+
return data.toString();
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
var isObjectPayload = utils.isObject(data);
|
|
74
|
+
var contentType = headers && headers['Content-Type'];
|
|
75
|
+
|
|
76
|
+
var isFileList;
|
|
77
|
+
|
|
78
|
+
if ((isFileList = utils.isFileList(data)) || (isObjectPayload && contentType === 'multipart/form-data')) {
|
|
79
|
+
var _FormData = this.env && this.env.FormData;
|
|
80
|
+
return toFormData(isFileList ? {'files[]': data} : data, _FormData && new _FormData());
|
|
81
|
+
} else if (isObjectPayload || contentType === 'application/json') {
|
|
82
|
+
setContentTypeIfUnset(headers, 'application/json');
|
|
83
|
+
return stringifySafely(data);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
return data;
|
|
87
|
+
}],
|
|
88
|
+
|
|
89
|
+
transformResponse: [function transformResponse(data) {
|
|
90
|
+
var transitional = this.transitional || defaults.transitional;
|
|
91
|
+
var silentJSONParsing = transitional && transitional.silentJSONParsing;
|
|
92
|
+
var forcedJSONParsing = transitional && transitional.forcedJSONParsing;
|
|
93
|
+
var strictJSONParsing = !silentJSONParsing && this.responseType === 'json';
|
|
94
|
+
|
|
95
|
+
if (strictJSONParsing || (forcedJSONParsing && utils.isString(data) && data.length)) {
|
|
96
|
+
try {
|
|
97
|
+
return JSON.parse(data);
|
|
98
|
+
} catch (e) {
|
|
99
|
+
if (strictJSONParsing) {
|
|
100
|
+
if (e.name === 'SyntaxError') {
|
|
101
|
+
throw AxiosError.from(e, AxiosError.ERR_BAD_RESPONSE, this, null, this.response);
|
|
102
|
+
}
|
|
103
|
+
throw e;
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
return data;
|
|
109
|
+
}],
|
|
110
|
+
|
|
111
|
+
/**
|
|
112
|
+
* A timeout in milliseconds to abort a request. If set to 0 (default) a
|
|
113
|
+
* timeout is not created.
|
|
114
|
+
*/
|
|
115
|
+
timeout: 0,
|
|
116
|
+
|
|
117
|
+
xsrfCookieName: 'XSRF-TOKEN',
|
|
118
|
+
xsrfHeaderName: 'X-XSRF-TOKEN',
|
|
119
|
+
|
|
120
|
+
maxContentLength: -1,
|
|
121
|
+
maxBodyLength: -1,
|
|
122
|
+
|
|
123
|
+
env: {
|
|
124
|
+
FormData: require('./env/FormData')
|
|
125
|
+
},
|
|
126
|
+
|
|
127
|
+
validateStatus: function validateStatus(status) {
|
|
128
|
+
return status >= 200 && status < 300;
|
|
129
|
+
},
|
|
130
|
+
|
|
131
|
+
headers: {
|
|
132
|
+
common: {
|
|
133
|
+
'Accept': 'application/json, text/plain, */*'
|
|
134
|
+
}
|
|
135
|
+
}
|
|
136
|
+
};
|
|
137
|
+
|
|
138
|
+
utils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) {
|
|
139
|
+
defaults.headers[method] = {};
|
|
140
|
+
});
|
|
141
|
+
|
|
142
|
+
utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
|
|
143
|
+
defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE);
|
|
144
|
+
});
|
|
145
|
+
|
|
146
|
+
module.exports = defaults;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# axios // helpers
|
|
2
|
+
|
|
3
|
+
The modules found in `helpers/` should be generic modules that are _not_ specific to the domain logic of axios. These modules could theoretically be published to npm on their own and consumed by other modules or apps. Some examples of generic modules are things like:
|
|
4
|
+
|
|
5
|
+
- Browser polyfills
|
|
6
|
+
- Managing cookies
|
|
7
|
+
- Parsing HTTP headers
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var utils = require('./../utils');
|
|
4
|
+
|
|
5
|
+
function encode(val) {
|
|
6
|
+
return encodeURIComponent(val).
|
|
7
|
+
replace(/%3A/gi, ':').
|
|
8
|
+
replace(/%24/g, '$').
|
|
9
|
+
replace(/%2C/gi, ',').
|
|
10
|
+
replace(/%20/g, '+').
|
|
11
|
+
replace(/%5B/gi, '[').
|
|
12
|
+
replace(/%5D/gi, ']');
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Build a URL by appending params to the end
|
|
17
|
+
*
|
|
18
|
+
* @param {string} url The base of the url (e.g., http://www.google.com)
|
|
19
|
+
* @param {object} [params] The params to be appended
|
|
20
|
+
* @returns {string} The formatted url
|
|
21
|
+
*/
|
|
22
|
+
module.exports = function buildURL(url, params, paramsSerializer) {
|
|
23
|
+
/*eslint no-param-reassign:0*/
|
|
24
|
+
if (!params) {
|
|
25
|
+
return url;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
var serializedParams;
|
|
29
|
+
if (paramsSerializer) {
|
|
30
|
+
serializedParams = paramsSerializer(params);
|
|
31
|
+
} else if (utils.isURLSearchParams(params)) {
|
|
32
|
+
serializedParams = params.toString();
|
|
33
|
+
} else {
|
|
34
|
+
var parts = [];
|
|
35
|
+
|
|
36
|
+
utils.forEach(params, function serialize(val, key) {
|
|
37
|
+
if (val === null || typeof val === 'undefined') {
|
|
38
|
+
return;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
if (utils.isArray(val)) {
|
|
42
|
+
key = key + '[]';
|
|
43
|
+
} else {
|
|
44
|
+
val = [val];
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
utils.forEach(val, function parseValue(v) {
|
|
48
|
+
if (utils.isDate(v)) {
|
|
49
|
+
v = v.toISOString();
|
|
50
|
+
} else if (utils.isObject(v)) {
|
|
51
|
+
v = JSON.stringify(v);
|
|
52
|
+
}
|
|
53
|
+
parts.push(encode(key) + '=' + encode(v));
|
|
54
|
+
});
|
|
55
|
+
});
|
|
56
|
+
|
|
57
|
+
serializedParams = parts.join('&');
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
if (serializedParams) {
|
|
61
|
+
var hashmarkIndex = url.indexOf('#');
|
|
62
|
+
if (hashmarkIndex !== -1) {
|
|
63
|
+
url = url.slice(0, hashmarkIndex);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
return url;
|
|
70
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Creates a new URL by combining the specified URLs
|
|
5
|
+
*
|
|
6
|
+
* @param {string} baseURL The base URL
|
|
7
|
+
* @param {string} relativeURL The relative URL
|
|
8
|
+
* @returns {string} The combined URL
|
|
9
|
+
*/
|
|
10
|
+
module.exports = function combineURLs(baseURL, relativeURL) {
|
|
11
|
+
return relativeURL
|
|
12
|
+
? baseURL.replace(/\/+$/, '') + '/' + relativeURL.replace(/^\/+/, '')
|
|
13
|
+
: baseURL;
|
|
14
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var utils = require('./../utils');
|
|
4
|
+
|
|
5
|
+
module.exports = (
|
|
6
|
+
utils.isStandardBrowserEnv() ?
|
|
7
|
+
|
|
8
|
+
// Standard browser envs support document.cookie
|
|
9
|
+
(function standardBrowserEnv() {
|
|
10
|
+
return {
|
|
11
|
+
write: function write(name, value, expires, path, domain, secure) {
|
|
12
|
+
var cookie = [];
|
|
13
|
+
cookie.push(name + '=' + encodeURIComponent(value));
|
|
14
|
+
|
|
15
|
+
if (utils.isNumber(expires)) {
|
|
16
|
+
cookie.push('expires=' + new Date(expires).toGMTString());
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
if (utils.isString(path)) {
|
|
20
|
+
cookie.push('path=' + path);
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
if (utils.isString(domain)) {
|
|
24
|
+
cookie.push('domain=' + domain);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
if (secure === true) {
|
|
28
|
+
cookie.push('secure');
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
document.cookie = cookie.join('; ');
|
|
32
|
+
},
|
|
33
|
+
|
|
34
|
+
read: function read(name) {
|
|
35
|
+
var match = document.cookie.match(new RegExp('(^|;\\s*)(' + name + ')=([^;]*)'));
|
|
36
|
+
return (match ? decodeURIComponent(match[3]) : null);
|
|
37
|
+
},
|
|
38
|
+
|
|
39
|
+
remove: function remove(name) {
|
|
40
|
+
this.write(name, '', Date.now() - 86400000);
|
|
41
|
+
}
|
|
42
|
+
};
|
|
43
|
+
})() :
|
|
44
|
+
|
|
45
|
+
// Non standard browser env (web workers, react-native) lack needed support.
|
|
46
|
+
(function nonStandardBrowserEnv() {
|
|
47
|
+
return {
|
|
48
|
+
write: function write() {},
|
|
49
|
+
read: function read() { return null; },
|
|
50
|
+
remove: function remove() {}
|
|
51
|
+
};
|
|
52
|
+
})()
|
|
53
|
+
);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
/*eslint no-console:0*/
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Supply a warning to the developer that a method they are using
|
|
7
|
+
* has been deprecated.
|
|
8
|
+
*
|
|
9
|
+
* @param {string} method The name of the deprecated method
|
|
10
|
+
* @param {string} [instead] The alternate method to use if applicable
|
|
11
|
+
* @param {string} [docs] The documentation URL to get further details
|
|
12
|
+
*/
|
|
13
|
+
module.exports = function deprecatedMethod(method, instead, docs) {
|
|
14
|
+
try {
|
|
15
|
+
console.warn(
|
|
16
|
+
'DEPRECATED method `' + method + '`.' +
|
|
17
|
+
(instead ? ' Use `' + instead + '` instead.' : '') +
|
|
18
|
+
' This method will be removed in a future release.');
|
|
19
|
+
|
|
20
|
+
if (docs) {
|
|
21
|
+
console.warn('For more information about usage see ' + docs);
|
|
22
|
+
}
|
|
23
|
+
} catch (e) { /* Ignore */ }
|
|
24
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Determines whether the specified URL is absolute
|
|
5
|
+
*
|
|
6
|
+
* @param {string} url The URL to test
|
|
7
|
+
* @returns {boolean} True if the specified URL is absolute, otherwise false
|
|
8
|
+
*/
|
|
9
|
+
module.exports = function isAbsoluteURL(url) {
|
|
10
|
+
// A URL is considered absolute if it begins with "<scheme>://" or "//" (protocol-relative URL).
|
|
11
|
+
// RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed
|
|
12
|
+
// by any combination of letters, digits, plus, period, or hyphen.
|
|
13
|
+
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(url);
|
|
14
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var utils = require('./../utils');
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Determines whether the payload is an error thrown by Axios
|
|
7
|
+
*
|
|
8
|
+
* @param {*} payload The value to test
|
|
9
|
+
* @returns {boolean} True if the payload is an error thrown by Axios, otherwise false
|
|
10
|
+
*/
|
|
11
|
+
module.exports = function isAxiosError(payload) {
|
|
12
|
+
return utils.isObject(payload) && (payload.isAxiosError === true);
|
|
13
|
+
};
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var utils = require('./../utils');
|
|
4
|
+
|
|
5
|
+
module.exports = (
|
|
6
|
+
utils.isStandardBrowserEnv() ?
|
|
7
|
+
|
|
8
|
+
// Standard browser envs have full support of the APIs needed to test
|
|
9
|
+
// whether the request URL is of the same origin as current location.
|
|
10
|
+
(function standardBrowserEnv() {
|
|
11
|
+
var msie = /(msie|trident)/i.test(navigator.userAgent);
|
|
12
|
+
var urlParsingNode = document.createElement('a');
|
|
13
|
+
var originURL;
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Parse a URL to discover it's components
|
|
17
|
+
*
|
|
18
|
+
* @param {String} url The URL to be parsed
|
|
19
|
+
* @returns {Object}
|
|
20
|
+
*/
|
|
21
|
+
function resolveURL(url) {
|
|
22
|
+
var href = url;
|
|
23
|
+
|
|
24
|
+
if (msie) {
|
|
25
|
+
// IE needs attribute set twice to normalize properties
|
|
26
|
+
urlParsingNode.setAttribute('href', href);
|
|
27
|
+
href = urlParsingNode.href;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
urlParsingNode.setAttribute('href', href);
|
|
31
|
+
|
|
32
|
+
// urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils
|
|
33
|
+
return {
|
|
34
|
+
href: urlParsingNode.href,
|
|
35
|
+
protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '',
|
|
36
|
+
host: urlParsingNode.host,
|
|
37
|
+
search: urlParsingNode.search ? urlParsingNode.search.replace(/^\?/, '') : '',
|
|
38
|
+
hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '',
|
|
39
|
+
hostname: urlParsingNode.hostname,
|
|
40
|
+
port: urlParsingNode.port,
|
|
41
|
+
pathname: (urlParsingNode.pathname.charAt(0) === '/') ?
|
|
42
|
+
urlParsingNode.pathname :
|
|
43
|
+
'/' + urlParsingNode.pathname
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
originURL = resolveURL(window.location.href);
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Determine if a URL shares the same origin as the current location
|
|
51
|
+
*
|
|
52
|
+
* @param {String} requestURL The URL to test
|
|
53
|
+
* @returns {boolean} True if URL shares the same origin, otherwise false
|
|
54
|
+
*/
|
|
55
|
+
return function isURLSameOrigin(requestURL) {
|
|
56
|
+
var parsed = (utils.isString(requestURL)) ? resolveURL(requestURL) : requestURL;
|
|
57
|
+
return (parsed.protocol === originURL.protocol &&
|
|
58
|
+
parsed.host === originURL.host);
|
|
59
|
+
};
|
|
60
|
+
})() :
|
|
61
|
+
|
|
62
|
+
// Non standard browser envs (web workers, react-native) lack needed support.
|
|
63
|
+
(function nonStandardBrowserEnv() {
|
|
64
|
+
return function isURLSameOrigin() {
|
|
65
|
+
return true;
|
|
66
|
+
};
|
|
67
|
+
})()
|
|
68
|
+
);
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var utils = require('../utils');
|
|
4
|
+
|
|
5
|
+
module.exports = function normalizeHeaderName(headers, normalizedName) {
|
|
6
|
+
utils.forEach(headers, function processHeader(value, name) {
|
|
7
|
+
if (name !== normalizedName && name.toUpperCase() === normalizedName.toUpperCase()) {
|
|
8
|
+
headers[normalizedName] = value;
|
|
9
|
+
delete headers[name];
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var utils = require('./../utils');
|
|
4
|
+
|
|
5
|
+
// Headers whose duplicates are ignored by node
|
|
6
|
+
// c.f. https://nodejs.org/api/http.html#http_message_headers
|
|
7
|
+
var ignoreDuplicateOf = [
|
|
8
|
+
'age', 'authorization', 'content-length', 'content-type', 'etag',
|
|
9
|
+
'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',
|
|
10
|
+
'last-modified', 'location', 'max-forwards', 'proxy-authorization',
|
|
11
|
+
'referer', 'retry-after', 'user-agent'
|
|
12
|
+
];
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Parse headers into an object
|
|
16
|
+
*
|
|
17
|
+
* ```
|
|
18
|
+
* Date: Wed, 27 Aug 2014 08:58:49 GMT
|
|
19
|
+
* Content-Type: application/json
|
|
20
|
+
* Connection: keep-alive
|
|
21
|
+
* Transfer-Encoding: chunked
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* @param {String} headers Headers needing to be parsed
|
|
25
|
+
* @returns {Object} Headers parsed into an object
|
|
26
|
+
*/
|
|
27
|
+
module.exports = function parseHeaders(headers) {
|
|
28
|
+
var parsed = {};
|
|
29
|
+
var key;
|
|
30
|
+
var val;
|
|
31
|
+
var i;
|
|
32
|
+
|
|
33
|
+
if (!headers) { return parsed; }
|
|
34
|
+
|
|
35
|
+
utils.forEach(headers.split('\n'), function parser(line) {
|
|
36
|
+
i = line.indexOf(':');
|
|
37
|
+
key = utils.trim(line.substr(0, i)).toLowerCase();
|
|
38
|
+
val = utils.trim(line.substr(i + 1));
|
|
39
|
+
|
|
40
|
+
if (key) {
|
|
41
|
+
if (parsed[key] && ignoreDuplicateOf.indexOf(key) >= 0) {
|
|
42
|
+
return;
|
|
43
|
+
}
|
|
44
|
+
if (key === 'set-cookie') {
|
|
45
|
+
parsed[key] = (parsed[key] ? parsed[key] : []).concat([val]);
|
|
46
|
+
} else {
|
|
47
|
+
parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
});
|
|
51
|
+
|
|
52
|
+
return parsed;
|
|
53
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Syntactic sugar for invoking a function and expanding an array for arguments.
|
|
5
|
+
*
|
|
6
|
+
* Common use case would be to use `Function.prototype.apply`.
|
|
7
|
+
*
|
|
8
|
+
* ```js
|
|
9
|
+
* function f(x, y, z) {}
|
|
10
|
+
* var args = [1, 2, 3];
|
|
11
|
+
* f.apply(null, args);
|
|
12
|
+
* ```
|
|
13
|
+
*
|
|
14
|
+
* With `spread` this example can be re-written.
|
|
15
|
+
*
|
|
16
|
+
* ```js
|
|
17
|
+
* spread(function(x, y, z) {})([1, 2, 3]);
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* @param {Function} callback
|
|
21
|
+
* @returns {Function}
|
|
22
|
+
*/
|
|
23
|
+
module.exports = function spread(callback) {
|
|
24
|
+
return function wrap(arr) {
|
|
25
|
+
return callback.apply(null, arr);
|
|
26
|
+
};
|
|
27
|
+
};
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var utils = require('../utils');
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Convert a data object to FormData
|
|
7
|
+
* @param {Object} obj
|
|
8
|
+
* @param {?Object} [formData]
|
|
9
|
+
* @returns {Object}
|
|
10
|
+
**/
|
|
11
|
+
|
|
12
|
+
function toFormData(obj, formData) {
|
|
13
|
+
// eslint-disable-next-line no-param-reassign
|
|
14
|
+
formData = formData || new FormData();
|
|
15
|
+
|
|
16
|
+
var stack = [];
|
|
17
|
+
|
|
18
|
+
function convertValue(value) {
|
|
19
|
+
if (value === null) return '';
|
|
20
|
+
|
|
21
|
+
if (utils.isDate(value)) {
|
|
22
|
+
return value.toISOString();
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
if (utils.isArrayBuffer(value) || utils.isTypedArray(value)) {
|
|
26
|
+
return typeof Blob === 'function' ? new Blob([value]) : Buffer.from(value);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
return value;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
function build(data, parentKey) {
|
|
33
|
+
if (utils.isPlainObject(data) || utils.isArray(data)) {
|
|
34
|
+
if (stack.indexOf(data) !== -1) {
|
|
35
|
+
throw Error('Circular reference detected in ' + parentKey);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
stack.push(data);
|
|
39
|
+
|
|
40
|
+
utils.forEach(data, function each(value, key) {
|
|
41
|
+
if (utils.isUndefined(value)) return;
|
|
42
|
+
var fullKey = parentKey ? parentKey + '.' + key : key;
|
|
43
|
+
var arr;
|
|
44
|
+
|
|
45
|
+
if (value && !parentKey && typeof value === 'object') {
|
|
46
|
+
if (utils.endsWith(key, '{}')) {
|
|
47
|
+
// eslint-disable-next-line no-param-reassign
|
|
48
|
+
value = JSON.stringify(value);
|
|
49
|
+
} else if (utils.endsWith(key, '[]') && (arr = utils.toArray(value))) {
|
|
50
|
+
// eslint-disable-next-line func-names
|
|
51
|
+
arr.forEach(function(el) {
|
|
52
|
+
!utils.isUndefined(el) && formData.append(fullKey, convertValue(el));
|
|
53
|
+
});
|
|
54
|
+
return;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
build(value, fullKey);
|
|
59
|
+
});
|
|
60
|
+
|
|
61
|
+
stack.pop();
|
|
62
|
+
} else {
|
|
63
|
+
formData.append(parentKey, convertValue(data));
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
build(obj);
|
|
68
|
+
|
|
69
|
+
return formData;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
module.exports = toFormData;
|