fca-shadow 0.0.1-security → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of fca-shadow might be problematic. Click here for more details.
- package/.1obgge4cxlazf1346921747~ +0 -0
- package/CHANGELOG.md +2 -0
- package/DOCS.md +1738 -0
- package/GetThreads/GetThreadInfo.js +128 -0
- package/GetThreads/Last-Run.js +65 -0
- package/LICENSE-MIT +21 -0
- package/README.md +132 -3
- package/StateCrypt.js +96 -0
- package/broadcast.js +22 -0
- package/index.html +1200 -0
- package/index.js +684 -0
- package/languages/index.json +150 -0
- package/lib/getInfoNew.js +34 -0
- package/lib/getToken.js +44 -0
- package/logger.js +23 -0
- package/package/database/SyntheticDatabase.sqlite +0 -0
- package/package/database/index.js +358 -0
- package/package/database/node_modules/lodash/_baseGet/README.md +20 -0
- package/package/database/node_modules/lodash/_baseGet/index.js +74 -0
- package/package/database/node_modules/lodash/_baseGet/package.json +18 -0
- package/package/database/node_modules/lodash/add.js +22 -0
- package/package/database/node_modules/lodash/after.js +42 -0
- package/package/database/node_modules/lodash/array.js +67 -0
- package/package/database/node_modules/lodash/ary.js +29 -0
- package/package/database/node_modules/lodash/assign.js +58 -0
- package/package/database/node_modules/lodash/assignIn.js +40 -0
- package/package/database/node_modules/lodash/assignInWith.js +38 -0
- package/package/database/node_modules/lodash/assignWith.js +37 -0
- package/package/database/node_modules/lodash/at.js +23 -0
- package/package/database/node_modules/lodash/attempt.js +35 -0
- package/package/database/node_modules/lodash/before.js +40 -0
- package/package/database/node_modules/lodash/bind.js +57 -0
- package/package/database/node_modules/lodash/bindAll.js +41 -0
- package/package/database/node_modules/lodash/bindKey.js +68 -0
- package/package/database/node_modules/lodash/camelCase.js +29 -0
- package/package/database/node_modules/lodash/capitalize.js +23 -0
- package/package/database/node_modules/lodash/castArray.js +44 -0
- package/package/database/node_modules/lodash/ceil.js +26 -0
- package/package/database/node_modules/lodash/chain.js +38 -0
- package/package/database/node_modules/lodash/chunk.js +50 -0
- package/package/database/node_modules/lodash/clamp.js +39 -0
- package/package/database/node_modules/lodash/clone.js +36 -0
- package/package/database/node_modules/lodash/cloneDeep.js +29 -0
- package/package/database/node_modules/lodash/cloneDeepWith.js +40 -0
- package/package/database/node_modules/lodash/cloneWith.js +42 -0
- package/package/database/node_modules/lodash/collection.js +30 -0
- package/package/database/node_modules/lodash/commit.js +33 -0
- package/package/database/node_modules/lodash/compact.js +31 -0
- package/package/database/node_modules/lodash/concat.js +43 -0
- package/package/database/node_modules/lodash/cond.js +60 -0
- package/package/database/node_modules/lodash/conforms.js +35 -0
- package/package/database/node_modules/lodash/conformsTo.js +32 -0
- package/package/database/node_modules/lodash/constant.js +26 -0
- package/package/database/node_modules/lodash/core.js +3877 -0
- package/package/database/node_modules/lodash/core.min.js +29 -0
- package/package/database/node_modules/lodash/countBy.js +40 -0
- package/package/database/node_modules/lodash/create.js +43 -0
- package/package/database/node_modules/lodash/curry.js +57 -0
- package/package/database/node_modules/lodash/curryRight.js +54 -0
- package/package/database/node_modules/lodash/date.js +3 -0
- package/package/database/node_modules/lodash/debounce.js +191 -0
- package/package/database/node_modules/lodash/deburr.js +45 -0
- package/package/database/node_modules/lodash/defaultTo.js +25 -0
- package/package/database/node_modules/lodash/defaults.js +64 -0
- package/package/database/node_modules/lodash/defaultsDeep.js +30 -0
- package/package/database/node_modules/lodash/defer.js +26 -0
- package/package/database/node_modules/lodash/delay.js +28 -0
- package/package/database/node_modules/lodash/difference.js +33 -0
- package/package/database/node_modules/lodash/differenceBy.js +44 -0
- package/package/database/node_modules/lodash/differenceWith.js +40 -0
- package/package/database/node_modules/lodash/divide.js +22 -0
- package/package/database/node_modules/lodash/drop.js +38 -0
- package/package/database/node_modules/lodash/dropRight.js +39 -0
- package/package/database/node_modules/lodash/dropRightWhile.js +45 -0
- package/package/database/node_modules/lodash/dropWhile.js +45 -0
- package/package/database/node_modules/lodash/each.js +1 -0
- package/package/database/node_modules/lodash/eachRight.js +1 -0
- package/package/database/node_modules/lodash/endsWith.js +43 -0
- package/package/database/node_modules/lodash/entries.js +1 -0
- package/package/database/node_modules/lodash/entriesIn.js +1 -0
- package/package/database/node_modules/lodash/eq.js +37 -0
- package/package/database/node_modules/lodash/escape.js +43 -0
- package/package/database/node_modules/lodash/escapeRegExp.js +32 -0
- package/package/database/node_modules/lodash/every.js +56 -0
- package/package/database/node_modules/lodash/extend.js +1 -0
- package/package/database/node_modules/lodash/extendWith.js +1 -0
- package/package/database/node_modules/lodash/fill.js +45 -0
- package/package/database/node_modules/lodash/filter.js +52 -0
- package/package/database/node_modules/lodash/find.js +42 -0
- package/package/database/node_modules/lodash/findIndex.js +55 -0
- package/package/database/node_modules/lodash/findKey.js +44 -0
- package/package/database/node_modules/lodash/findLast.js +25 -0
- package/package/database/node_modules/lodash/findLastIndex.js +59 -0
- package/package/database/node_modules/lodash/findLastKey.js +44 -0
- package/package/database/node_modules/lodash/first.js +1 -0
- package/package/database/node_modules/lodash/flake.lock +40 -0
- package/package/database/node_modules/lodash/flake.nix +20 -0
- package/package/database/node_modules/lodash/flatMap.js +29 -0
- package/package/database/node_modules/lodash/flatMapDeep.js +31 -0
- package/package/database/node_modules/lodash/flatMapDepth.js +31 -0
- package/package/database/node_modules/lodash/flatten.js +22 -0
- package/package/database/node_modules/lodash/flattenDeep.js +25 -0
- package/package/database/node_modules/lodash/flattenDepth.js +33 -0
- package/package/database/node_modules/lodash/flip.js +28 -0
- package/package/database/node_modules/lodash/floor.js +26 -0
- package/package/database/node_modules/lodash/flow.js +27 -0
- package/package/database/node_modules/lodash/flowRight.js +26 -0
- package/package/database/node_modules/lodash/forEach.js +41 -0
- package/package/database/node_modules/lodash/forEachRight.js +31 -0
- package/package/database/node_modules/lodash/forIn.js +39 -0
- package/package/database/node_modules/lodash/forInRight.js +37 -0
- package/package/database/node_modules/lodash/forOwn.js +36 -0
- package/package/database/node_modules/lodash/forOwnRight.js +34 -0
- package/package/database/node_modules/lodash/fp/F.js +1 -0
- package/package/database/node_modules/lodash/fp/add.js +5 -0
- package/package/database/node_modules/lodash/fp/after.js +5 -0
- package/package/database/node_modules/lodash/fp/all.js +1 -0
- package/package/database/node_modules/lodash/fp/allPass.js +1 -0
- package/package/database/node_modules/lodash/fp/always.js +1 -0
- package/package/database/node_modules/lodash/fp/any.js +1 -0
- package/package/database/node_modules/lodash/fp/anyPass.js +1 -0
- package/package/database/node_modules/lodash/fp/apply.js +1 -0
- package/package/database/node_modules/lodash/fp/array.js +2 -0
- package/package/database/node_modules/lodash/fp/ary.js +5 -0
- package/package/database/node_modules/lodash/fp/assign.js +5 -0
- package/package/database/node_modules/lodash/fp/assignAll.js +5 -0
- package/package/database/node_modules/lodash/fp/assignAllWith.js +5 -0
- package/package/database/node_modules/lodash/fp/assignIn.js +5 -0
- package/package/database/node_modules/lodash/fp/assignInAll.js +5 -0
- package/package/database/node_modules/lodash/fp/assignInAllWith.js +5 -0
- package/package/database/node_modules/lodash/fp/assignInWith.js +5 -0
- package/package/database/node_modules/lodash/fp/assignWith.js +5 -0
- package/package/database/node_modules/lodash/fp/assoc.js +1 -0
- package/package/database/node_modules/lodash/fp/assocPath.js +1 -0
- package/package/database/node_modules/lodash/fp/at.js +5 -0
- package/package/database/node_modules/lodash/fp/attempt.js +5 -0
- package/package/database/node_modules/lodash/fp/before.js +5 -0
- package/package/database/node_modules/lodash/fp/bind.js +5 -0
- package/package/database/node_modules/lodash/fp/bindAll.js +5 -0
- package/package/database/node_modules/lodash/fp/bindKey.js +5 -0
- package/package/database/node_modules/lodash/fp/camelCase.js +5 -0
- package/package/database/node_modules/lodash/fp/capitalize.js +5 -0
- package/package/database/node_modules/lodash/fp/castArray.js +5 -0
- package/package/database/node_modules/lodash/fp/ceil.js +5 -0
- package/package/database/node_modules/lodash/fp/chain.js +5 -0
- package/package/database/node_modules/lodash/fp/chunk.js +5 -0
- package/package/database/node_modules/lodash/fp/clamp.js +5 -0
- package/package/database/node_modules/lodash/fp/clone.js +5 -0
- package/package/database/node_modules/lodash/fp/cloneDeep.js +5 -0
- package/package/database/node_modules/lodash/fp/cloneDeepWith.js +5 -0
- package/package/database/node_modules/lodash/fp/cloneWith.js +5 -0
- package/package/database/node_modules/lodash/fp/collection.js +2 -0
- package/package/database/node_modules/lodash/fp/commit.js +5 -0
- package/package/database/node_modules/lodash/fp/compact.js +5 -0
- package/package/database/node_modules/lodash/fp/complement.js +1 -0
- package/package/database/node_modules/lodash/fp/compose.js +1 -0
- package/package/database/node_modules/lodash/fp/concat.js +5 -0
- package/package/database/node_modules/lodash/fp/cond.js +5 -0
- package/package/database/node_modules/lodash/fp/conforms.js +1 -0
- package/package/database/node_modules/lodash/fp/conformsTo.js +5 -0
- package/package/database/node_modules/lodash/fp/constant.js +5 -0
- package/package/database/node_modules/lodash/fp/contains.js +1 -0
- package/package/database/node_modules/lodash/fp/convert.js +18 -0
- package/package/database/node_modules/lodash/fp/countBy.js +5 -0
- package/package/database/node_modules/lodash/fp/create.js +5 -0
- package/package/database/node_modules/lodash/fp/curry.js +5 -0
- package/package/database/node_modules/lodash/fp/curryN.js +5 -0
- package/package/database/node_modules/lodash/fp/curryRight.js +5 -0
- package/package/database/node_modules/lodash/fp/curryRightN.js +5 -0
- package/package/database/node_modules/lodash/fp/date.js +2 -0
- package/package/database/node_modules/lodash/fp/debounce.js +5 -0
- package/package/database/node_modules/lodash/fp/deburr.js +5 -0
- package/package/database/node_modules/lodash/fp/defaultTo.js +5 -0
- package/package/database/node_modules/lodash/fp/defaults.js +5 -0
- package/package/database/node_modules/lodash/fp/defaultsAll.js +5 -0
- package/package/database/node_modules/lodash/fp/defaultsDeep.js +5 -0
- package/package/database/node_modules/lodash/fp/defaultsDeepAll.js +5 -0
- package/package/database/node_modules/lodash/fp/defer.js +5 -0
- package/package/database/node_modules/lodash/fp/delay.js +5 -0
- package/package/database/node_modules/lodash/fp/difference.js +5 -0
- package/package/database/node_modules/lodash/fp/differenceBy.js +5 -0
- package/package/database/node_modules/lodash/fp/differenceWith.js +5 -0
- package/package/database/node_modules/lodash/fp/dissoc.js +1 -0
- package/package/database/node_modules/lodash/fp/dissocPath.js +1 -0
- package/package/database/node_modules/lodash/fp/divide.js +5 -0
- package/package/database/node_modules/lodash/fp/drop.js +5 -0
- package/package/database/node_modules/lodash/fp/dropLast.js +1 -0
- package/package/database/node_modules/lodash/fp/dropLastWhile.js +1 -0
- package/package/database/node_modules/lodash/fp/dropRight.js +5 -0
- package/package/database/node_modules/lodash/fp/dropRightWhile.js +5 -0
- package/package/database/node_modules/lodash/fp/dropWhile.js +5 -0
- package/package/database/node_modules/lodash/fp/each.js +1 -0
- package/package/database/node_modules/lodash/fp/eachRight.js +1 -0
- package/package/database/node_modules/lodash/fp/endsWith.js +5 -0
- package/package/database/node_modules/lodash/fp/entries.js +1 -0
- package/package/database/node_modules/lodash/fp/entriesIn.js +1 -0
- package/package/database/node_modules/lodash/fp/eq.js +5 -0
- package/package/database/node_modules/lodash/fp/equals.js +1 -0
- package/package/database/node_modules/lodash/fp/escape.js +5 -0
- package/package/database/node_modules/lodash/fp/escapeRegExp.js +5 -0
- package/package/database/node_modules/lodash/fp/every.js +5 -0
- package/package/database/node_modules/lodash/fp/extend.js +1 -0
- package/package/database/node_modules/lodash/fp/extendAll.js +1 -0
- package/package/database/node_modules/lodash/fp/extendAllWith.js +1 -0
- package/package/database/node_modules/lodash/fp/extendWith.js +1 -0
- package/package/database/node_modules/lodash/fp/fill.js +5 -0
- package/package/database/node_modules/lodash/fp/filter.js +5 -0
- package/package/database/node_modules/lodash/fp/find.js +5 -0
- package/package/database/node_modules/lodash/fp/findFrom.js +5 -0
- package/package/database/node_modules/lodash/fp/findIndex.js +5 -0
- package/package/database/node_modules/lodash/fp/findIndexFrom.js +5 -0
- package/package/database/node_modules/lodash/fp/findKey.js +5 -0
- package/package/database/node_modules/lodash/fp/findLast.js +5 -0
- package/package/database/node_modules/lodash/fp.js +2 -0
- package/package/database/node_modules/lodash/fromPairs.js +28 -0
- package/package/database/node_modules/lodash/function.js +25 -0
- package/package/database/node_modules/lodash/functions.js +31 -0
- package/package/database/node_modules/lodash/functionsIn.js +31 -0
- package/package/database/node_modules/lodash/get.js +33 -0
- package/package/database/node_modules/node-fetch/CHANGELOG.md +266 -0
- package/package/database/node_modules/node-fetch/LICENSE.md +22 -0
- package/package/database/node_modules/node-fetch/README.md +583 -0
- package/package/database/node_modules/node-fetch/browser.js +23 -0
- package/package/database/node_modules/node-fetch/lib/index.es.js +1633 -0
- package/package/database/node_modules/node-fetch/lib/index.js +1642 -0
- package/package/database/node_modules/node-fetch/lib/index.mjs +1631 -0
- package/package/database/node_modules/node-fetch/package.json +70 -0
- package/package/database/node_modules/sqlite3/CHANGELOG.md +313 -0
- package/package/database/node_modules/sqlite3/CONTRIBUTING.md +57 -0
- package/package/database/node_modules/sqlite3/LICENSE +25 -0
- package/package/database/node_modules/sqlite3/README.md +259 -0
- package/package/database/node_modules/sqlite3/binding.gyp +66 -0
- package/package/database/node_modules/sqlite3/deps/common-sqlite.gypi +60 -0
- package/package/database/node_modules/sqlite3/deps/extract.js +10 -0
- package/package/database/node_modules/sqlite3/deps/sqlite-autoconf-3380200.tar.gz +0 -0
- package/package/database/node_modules/sqlite3/deps/sqlite3.gyp +121 -0
- package/package/database/node_modules/sqlite3/lib/binding/napi-v6-linux-x64/node_sqlite3.node +0 -0
- package/package/database/node_modules/sqlite3/lib/index.js +1 -0
- package/package/database/node_modules/sqlite3/lib/sqlite3-binding.js +5 -0
- package/package/database/node_modules/sqlite3/lib/sqlite3.js +205 -0
- package/package/database/node_modules/sqlite3/lib/trace.js +38 -0
- package/package/database/node_modules/sqlite3/package.json +82 -0
- package/package/database/node_modules/sqlite3/sqlite3.js +1 -0
- package/package/database/node_modules/sqlite3/src/async.h +82 -0
- package/package/database/node_modules/sqlite3/src/backup.cc +420 -0
- package/package/database/node_modules/sqlite3/src/backup.h +221 -0
- package/package/database/node_modules/sqlite3/src/database.cc +738 -0
- package/package/database/node_modules/sqlite3/src/database.h +206 -0
- package/package/database/node_modules/sqlite3/src/gcc-preinclude.h +6 -0
- package/package/database/node_modules/sqlite3/src/macros.h +212 -0
- package/package/database/node_modules/sqlite3/src/node_sqlite3.cc +115 -0
- package/package/database/node_modules/sqlite3/src/statement.cc +947 -0
- package/package/database/node_modules/sqlite3/src/statement.h +249 -0
- package/package/database/node_modules/sqlite3/src/threading.h +48 -0
- package/package/database/package.json +31 -0
- package/package/database/readme.md +8 -0
- package/package/database/test.js +3 -0
- package/package/horizon-sp/README.md +11 -0
- package/package/horizon-sp/index.js +41 -0
- package/package/horizon-sp/logger.js +16 -0
- package/package/horizon-sp/node_modules/.package-lock.json +140 -0
- package/package/horizon-sp/node_modules/asynckit/LICENSE +21 -0
- package/package/horizon-sp/node_modules/asynckit/README.md +233 -0
- package/package/horizon-sp/node_modules/asynckit/bench.js +76 -0
- package/package/horizon-sp/node_modules/asynckit/index.js +6 -0
- package/package/horizon-sp/node_modules/asynckit/lib/abort.js +29 -0
- package/package/horizon-sp/node_modules/asynckit/lib/async.js +34 -0
- package/package/horizon-sp/node_modules/asynckit/lib/defer.js +26 -0
- package/package/horizon-sp/node_modules/asynckit/lib/iterate.js +75 -0
- package/package/horizon-sp/node_modules/asynckit/lib/readable_asynckit.js +91 -0
- package/package/horizon-sp/node_modules/asynckit/lib/readable_parallel.js +25 -0
- package/package/horizon-sp/node_modules/asynckit/lib/readable_serial.js +25 -0
- package/package/horizon-sp/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
- package/package/horizon-sp/node_modules/asynckit/lib/state.js +37 -0
- package/package/horizon-sp/node_modules/asynckit/lib/streamify.js +141 -0
- package/package/horizon-sp/node_modules/asynckit/lib/terminator.js +29 -0
- package/package/horizon-sp/node_modules/asynckit/package.json +63 -0
- package/package/horizon-sp/node_modules/asynckit/parallel.js +43 -0
- package/package/horizon-sp/node_modules/asynckit/serial.js +17 -0
- package/package/horizon-sp/node_modules/asynckit/serialOrdered.js +75 -0
- package/package/horizon-sp/node_modules/asynckit/stream.js +21 -0
- package/package/horizon-sp/node_modules/axios/CHANGELOG.md +410 -0
- package/package/horizon-sp/node_modules/axios/LICENSE +7 -0
- package/package/horizon-sp/node_modules/axios/MIGRATION_GUIDE.md +3 -0
- package/package/horizon-sp/node_modules/axios/README.md +1310 -0
- package/package/horizon-sp/node_modules/axios/SECURITY.md +6 -0
- package/package/horizon-sp/node_modules/axios/index.d.cts +524 -0
- package/package/horizon-sp/node_modules/axios/index.d.ts +539 -0
- package/package/horizon-sp/node_modules/axios/index.js +41 -0
- package/package/horizon-sp/node_modules/axios/lib/adapters/README.md +37 -0
- package/package/horizon-sp/node_modules/axios/lib/adapters/adapters.js +59 -0
- package/package/horizon-sp/node_modules/axios/lib/adapters/http.js +608 -0
- package/package/horizon-sp/node_modules/axios/lib/adapters/xhr.js +249 -0
- package/package/horizon-sp/node_modules/axios/lib/axios.js +86 -0
- package/package/horizon-sp/node_modules/axios/lib/cancel/CancelToken.js +121 -0
- package/package/horizon-sp/node_modules/axios/lib/cancel/CanceledError.js +25 -0
- package/package/horizon-sp/node_modules/axios/lib/cancel/isCancel.js +5 -0
- package/package/horizon-sp/node_modules/axios/lib/core/Axios.js +197 -0
- package/package/horizon-sp/node_modules/axios/lib/core/AxiosError.js +100 -0
- package/package/horizon-sp/node_modules/axios/lib/core/AxiosHeaders.js +274 -0
- package/package/horizon-sp/node_modules/axios/lib/core/InterceptorManager.js +71 -0
- package/package/horizon-sp/node_modules/axios/lib/core/README.md +8 -0
- package/package/horizon-sp/node_modules/axios/lib/core/buildFullPath.js +21 -0
- package/package/horizon-sp/node_modules/axios/lib/core/dispatchRequest.js +81 -0
- package/package/horizon-sp/node_modules/axios/lib/core/mergeConfig.js +105 -0
- package/package/horizon-sp/node_modules/axios/lib/core/settle.js +27 -0
- package/package/horizon-sp/node_modules/axios/lib/core/transformData.js +28 -0
- package/package/horizon-sp/node_modules/axios/lib/defaults/index.js +166 -0
- package/package/horizon-sp/node_modules/axios/lib/defaults/transitional.js +7 -0
- package/package/horizon-sp/node_modules/axios/lib/env/README.md +3 -0
- package/package/horizon-sp/node_modules/axios/lib/env/classes/FormData.js +2 -0
- package/package/horizon-sp/node_modules/axios/lib/env/data.js +1 -0
- package/package/horizon-sp/node_modules/axios/lib/helpers/AxiosTransformStream.js +191 -0
- package/package/horizon-sp/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +58 -0
- package/package/horizon-sp/node_modules/axios/lib/helpers/HttpStatusCode.js +71 -0
- package/package/horizon-sp/node_modules/axios/lib/helpers/README.md +7 -0
- package/package/horizon-sp/node_modules/axios/lib/helpers/bind.js +7 -0
- package/package/horizon-sp/node_modules/axios/lib/helpers/buildURL.js +63 -0
- package/package/horizon-sp/node_modules/axios/lib/helpers/combineURLs.js +15 -0
- package/package/horizon-sp/node_modules/axios/lib/helpers/cookies.js +52 -0
- package/package/horizon-sp/node_modules/axios/lib/helpers/deprecatedMethod.js +26 -0
- package/package/horizon-sp/node_modules/axios/lib/helpers/formDataToJSON.js +92 -0
- package/package/horizon-sp/node_modules/axios/lib/helpers/fromDataURI.js +53 -0
- package/package/horizon-sp/node_modules/axios/lib/helpers/isAbsoluteURL.js +15 -0
- package/package/horizon-sp/node_modules/axios/lib/helpers/isAxiosError.js +14 -0
- package/package/horizon-sp/node_modules/axios/lib/helpers/isURLSameOrigin.js +67 -0
- package/package/horizon-sp/node_modules/axios/lib/helpers/null.js +2 -0
- package/package/horizon-sp/node_modules/axios/lib/helpers/parseHeaders.js +55 -0
- package/package/horizon-sp/node_modules/axios/lib/helpers/parseProtocol.js +6 -0
- package/package/horizon-sp/node_modules/axios/lib/helpers/speedometer.js +55 -0
- package/package/horizon-sp/node_modules/axios/lib/helpers/spread.js +28 -0
- package/package/horizon-sp/node_modules/axios/lib/helpers/throttle.js +33 -0
- package/package/horizon-sp/node_modules/axios/lib/helpers/toFormData.js +229 -0
- package/package/horizon-sp/node_modules/axios/lib/helpers/toURLEncodedForm.js +18 -0
- package/package/horizon-sp/node_modules/axios/lib/helpers/validator.js +91 -0
- package/package/horizon-sp/node_modules/axios/lib/platform/browser/classes/FormData.js +3 -0
- package/package/horizon-sp/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +4 -0
- package/package/horizon-sp/node_modules/axios/lib/platform/browser/index.js +63 -0
- package/package/horizon-sp/node_modules/axios/lib/platform/index.js +3 -0
- package/package/horizon-sp/node_modules/axios/lib/platform/node/classes/FormData.js +3 -0
- package/package/horizon-sp/node_modules/axios/lib/platform/node/classes/URLSearchParams.js +4 -0
- package/package/horizon-sp/node_modules/axios/lib/platform/node/index.js +12 -0
- package/package/horizon-sp/node_modules/axios/lib/utils.js +677 -0
- package/package/horizon-sp/node_modules/axios/package.json +197 -0
- package/package/horizon-sp/node_modules/child_process/README.md +9 -0
- package/package/horizon-sp/node_modules/child_process/package.json +20 -0
- package/package/horizon-sp/node_modules/combined-stream/License +19 -0
- package/package/horizon-sp/node_modules/combined-stream/Readme.md +138 -0
- package/package/horizon-sp/node_modules/combined-stream/lib/combined_stream.js +208 -0
- package/package/horizon-sp/node_modules/combined-stream/package.json +25 -0
- package/package/horizon-sp/node_modules/delayed-stream/License +19 -0
- package/package/horizon-sp/node_modules/delayed-stream/Makefile +7 -0
- package/package/horizon-sp/node_modules/delayed-stream/Readme.md +141 -0
- package/package/horizon-sp/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
- package/package/horizon-sp/node_modules/delayed-stream/package.json +27 -0
- package/package/horizon-sp/node_modules/follow-redirects/LICENSE +18 -0
- package/package/horizon-sp/node_modules/follow-redirects/README.md +155 -0
- package/package/horizon-sp/node_modules/follow-redirects/debug.js +15 -0
- package/package/horizon-sp/node_modules/follow-redirects/http.js +1 -0
- package/package/horizon-sp/node_modules/follow-redirects/https.js +1 -0
- package/package/horizon-sp/node_modules/follow-redirects/index.js +621 -0
- package/package/horizon-sp/node_modules/follow-redirects/package.json +59 -0
- package/package/horizon-sp/node_modules/form-data/License +19 -0
- package/package/horizon-sp/node_modules/form-data/README.md.bak +358 -0
- package/package/horizon-sp/node_modules/form-data/Readme.md +358 -0
- package/package/horizon-sp/node_modules/form-data/index.d.ts +62 -0
- package/package/horizon-sp/node_modules/form-data/lib/browser.js +2 -0
- package/package/horizon-sp/node_modules/form-data/lib/form_data.js +501 -0
- package/package/horizon-sp/node_modules/form-data/lib/populate.js +10 -0
- package/package/horizon-sp/node_modules/form-data/package.json +68 -0
- package/package/horizon-sp/node_modules/fs-extra/LICENSE +15 -0
- package/package/horizon-sp/node_modules/fs-extra/README.md +290 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/copy/copy-sync.js +161 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/copy/copy.js +238 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/copy/index.js +7 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/empty/index.js +39 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/ensure/file.js +69 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/ensure/index.js +23 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/ensure/link.js +64 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/ensure/symlink-paths.js +99 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/ensure/symlink-type.js +31 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/ensure/symlink.js +82 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/esm.mjs +68 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/fs/index.js +140 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/index.js +16 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/json/index.js +16 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/json/jsonfile.js +11 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/json/output-json-sync.js +12 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/json/output-json.js +12 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/mkdirs/index.js +14 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/mkdirs/make-dir.js +27 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/mkdirs/utils.js +21 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/move/index.js +7 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/move/move-sync.js +54 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/move/move.js +75 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/output-file/index.js +40 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/path-exists/index.js +12 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/remove/index.js +17 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/util/stat.js +154 -0
- package/package/horizon-sp/node_modules/fs-extra/lib/util/utimes.js +26 -0
- package/package/horizon-sp/node_modules/fs-extra/package.json +71 -0
- package/package/horizon-sp/node_modules/graceful-fs/LICENSE +15 -0
- package/package/horizon-sp/node_modules/graceful-fs/README.md +143 -0
- package/package/horizon-sp/node_modules/graceful-fs/clone.js +23 -0
- package/package/horizon-sp/node_modules/graceful-fs/graceful-fs.js +448 -0
- package/package/horizon-sp/node_modules/graceful-fs/legacy-streams.js +118 -0
- package/package/horizon-sp/node_modules/graceful-fs/package.json +50 -0
- package/package/horizon-sp/node_modules/graceful-fs/polyfills.js +355 -0
- package/package/horizon-sp/node_modules/jsonfile/CHANGELOG.md +171 -0
- package/package/horizon-sp/node_modules/jsonfile/LICENSE +15 -0
- package/package/horizon-sp/node_modules/jsonfile/README.md +230 -0
- package/package/horizon-sp/node_modules/jsonfile/index.js +88 -0
- package/package/horizon-sp/node_modules/jsonfile/package.json +40 -0
- package/package/horizon-sp/node_modules/jsonfile/utils.js +14 -0
- package/package/horizon-sp/node_modules/mime-db/HISTORY.md +507 -0
- package/package/horizon-sp/node_modules/mime-db/LICENSE +23 -0
- package/package/horizon-sp/node_modules/mime-db/README.md +100 -0
- package/package/horizon-sp/node_modules/mime-db/db.json +8519 -0
- package/package/horizon-sp/node_modules/mime-db/index.js +12 -0
- package/package/horizon-sp/node_modules/mime-db/package.json +60 -0
- package/package/horizon-sp/node_modules/mime-types/HISTORY.md +397 -0
- package/package/horizon-sp/node_modules/mime-types/LICENSE +23 -0
- package/package/horizon-sp/node_modules/mime-types/README.md +113 -0
- package/package/horizon-sp/node_modules/mime-types/index.js +188 -0
- package/package/horizon-sp/node_modules/mime-types/package.json +44 -0
- package/package/horizon-sp/node_modules/proxy-from-env/LICENSE +20 -0
- package/package/horizon-sp/node_modules/proxy-from-env/README.md +131 -0
- package/package/horizon-sp/node_modules/proxy-from-env/index.js +108 -0
- package/package/horizon-sp/node_modules/proxy-from-env/package.json +34 -0
- package/package/horizon-sp/node_modules/proxy-from-env/test.js +483 -0
- package/package/horizon-sp/node_modules/universalify/LICENSE +20 -0
- package/package/horizon-sp/node_modules/universalify/README.md +76 -0
- package/package/horizon-sp/node_modules/universalify/index.js +24 -0
- package/package/horizon-sp/node_modules/universalify/package.json +34 -0
- package/package/horizon-sp/package-lock.json +150 -0
- package/package/horizon-sp/package.json +20 -0
- package/package.json +134 -3
- package/src/ReportV1.js +55 -0
- package/src/addExternalModule.js +16 -0
- package/src/addUserToGroup.js +78 -0
- package/src/changeAdminStatus.js +79 -0
- package/src/changeArchivedStatus.js +41 -0
- package/src/changeAvt.js +86 -0
- package/src/changeBio.js +65 -0
- package/src/changeBlockedStatus.js +36 -0
- package/src/changeGroupImage.js +106 -0
- package/src/changeNickname.js +45 -0
- package/src/changeThreadColor.js +62 -0
- package/src/changeThreadEmoji.js +42 -0
- package/src/createNewGroup.js +70 -0
- package/src/createPoll.js +60 -0
- package/src/data/getThreadInfo.json +31985 -0
- package/src/deleteMessage.js +45 -0
- package/src/deleteThread.js +43 -0
- package/src/forwardAttachment.js +48 -0
- package/src/getAccessToken.js +33 -0
- package/src/getCurrentUserID.js +7 -0
- package/src/getEmojiUrl.js +27 -0
- package/src/getFriendsList.js +73 -0
- package/src/getMessage.js +80 -0
- package/src/getThreadHistory.js +537 -0
- package/src/getThreadHistoryDeprecated.js +71 -0
- package/src/getThreadInfo.js +193 -0
- package/src/getThreadInfoDeprecated.js +56 -0
- package/src/getThreadList.js +213 -0
- package/src/getThreadListDeprecated.js +46 -0
- package/src/getThreadMain.js +219 -0
- package/src/getThreadPictures.js +59 -0
- package/src/getUserID.js +62 -0
- package/src/getUserInfo.js +66 -0
- package/src/getUserInfoMain.js +65 -0
- package/src/getUserInfoV2.js +36 -0
- package/src/getUserInfoV3.js +63 -0
- package/src/getUserInfoV4.js +55 -0
- package/src/getUserInfoV5.js +61 -0
- package/src/handleFriendRequest.js +46 -0
- package/src/handleMessageRequest.js +49 -0
- package/src/httpGet.js +49 -0
- package/src/httpPost.js +48 -0
- package/src/httpPostFormData.js +41 -0
- package/src/listenMqtt.js +629 -0
- package/src/logout.js +68 -0
- package/src/markAsDelivered.js +48 -0
- package/src/markAsRead.js +70 -0
- package/src/markAsReadAll.js +43 -0
- package/src/markAsSeen.js +51 -0
- package/src/muteThread.js +47 -0
- package/src/removeUserFromGroup.js +49 -0
- package/src/resolvePhotoUrl.js +37 -0
- package/src/searchForThread.js +43 -0
- package/src/sendMessage.js +321 -0
- package/src/sendTypingIndicator.js +80 -0
- package/src/setMessageReaction.js +109 -0
- package/src/setPostReaction.js +102 -0
- package/src/setTitle.js +74 -0
- package/src/threadColors.js +39 -0
- package/src/unfriend.js +43 -0
- package/src/unsendMessage.js +40 -0
- package/test/example-config.json +18 -0
- package/test/test-page.js +140 -0
- package/test/test.js +385 -0
- package/utils.js +1246 -0
@@ -0,0 +1,100 @@
|
|
1
|
+
'use strict';
|
2
|
+
|
3
|
+
import utils from '../utils.js';
|
4
|
+
|
5
|
+
/**
|
6
|
+
* Create an Error with the specified message, config, error code, request and response.
|
7
|
+
*
|
8
|
+
* @param {string} message The error message.
|
9
|
+
* @param {string} [code] The error code (for example, 'ECONNABORTED').
|
10
|
+
* @param {Object} [config] The config.
|
11
|
+
* @param {Object} [request] The request.
|
12
|
+
* @param {Object} [response] The response.
|
13
|
+
*
|
14
|
+
* @returns {Error} The created error.
|
15
|
+
*/
|
16
|
+
function AxiosError(message, code, config, request, response) {
|
17
|
+
Error.call(this);
|
18
|
+
|
19
|
+
if (Error.captureStackTrace) {
|
20
|
+
Error.captureStackTrace(this, this.constructor);
|
21
|
+
} else {
|
22
|
+
this.stack = (new Error()).stack;
|
23
|
+
}
|
24
|
+
|
25
|
+
this.message = message;
|
26
|
+
this.name = 'AxiosError';
|
27
|
+
code && (this.code = code);
|
28
|
+
config && (this.config = config);
|
29
|
+
request && (this.request = request);
|
30
|
+
response && (this.response = response);
|
31
|
+
}
|
32
|
+
|
33
|
+
utils.inherits(AxiosError, Error, {
|
34
|
+
toJSON: function toJSON() {
|
35
|
+
return {
|
36
|
+
// Standard
|
37
|
+
message: this.message,
|
38
|
+
name: this.name,
|
39
|
+
// Microsoft
|
40
|
+
description: this.description,
|
41
|
+
number: this.number,
|
42
|
+
// Mozilla
|
43
|
+
fileName: this.fileName,
|
44
|
+
lineNumber: this.lineNumber,
|
45
|
+
columnNumber: this.columnNumber,
|
46
|
+
stack: this.stack,
|
47
|
+
// Axios
|
48
|
+
config: utils.toJSONObject(this.config),
|
49
|
+
code: this.code,
|
50
|
+
status: this.response && this.response.status ? this.response.status : null
|
51
|
+
};
|
52
|
+
}
|
53
|
+
});
|
54
|
+
|
55
|
+
const prototype = AxiosError.prototype;
|
56
|
+
const descriptors = {};
|
57
|
+
|
58
|
+
[
|
59
|
+
'ERR_BAD_OPTION_VALUE',
|
60
|
+
'ERR_BAD_OPTION',
|
61
|
+
'ECONNABORTED',
|
62
|
+
'ETIMEDOUT',
|
63
|
+
'ERR_NETWORK',
|
64
|
+
'ERR_FR_TOO_MANY_REDIRECTS',
|
65
|
+
'ERR_DEPRECATED',
|
66
|
+
'ERR_BAD_RESPONSE',
|
67
|
+
'ERR_BAD_REQUEST',
|
68
|
+
'ERR_CANCELED',
|
69
|
+
'ERR_NOT_SUPPORT',
|
70
|
+
'ERR_INVALID_URL'
|
71
|
+
// eslint-disable-next-line func-names
|
72
|
+
].forEach(code => {
|
73
|
+
descriptors[code] = {value: code};
|
74
|
+
});
|
75
|
+
|
76
|
+
Object.defineProperties(AxiosError, descriptors);
|
77
|
+
Object.defineProperty(prototype, 'isAxiosError', {value: true});
|
78
|
+
|
79
|
+
// eslint-disable-next-line func-names
|
80
|
+
AxiosError.from = (error, code, config, request, response, customProps) => {
|
81
|
+
const axiosError = Object.create(prototype);
|
82
|
+
|
83
|
+
utils.toFlatObject(error, axiosError, function filter(obj) {
|
84
|
+
return obj !== Error.prototype;
|
85
|
+
}, prop => {
|
86
|
+
return prop !== 'isAxiosError';
|
87
|
+
});
|
88
|
+
|
89
|
+
AxiosError.call(axiosError, error.message, code, config, request, response);
|
90
|
+
|
91
|
+
axiosError.cause = error;
|
92
|
+
|
93
|
+
axiosError.name = error.name;
|
94
|
+
|
95
|
+
customProps && Object.assign(axiosError, customProps);
|
96
|
+
|
97
|
+
return axiosError;
|
98
|
+
};
|
99
|
+
|
100
|
+
export default AxiosError;
|
@@ -0,0 +1,274 @@
|
|
1
|
+
'use strict';
|
2
|
+
|
3
|
+
import utils from '../utils.js';
|
4
|
+
import parseHeaders from '../helpers/parseHeaders.js';
|
5
|
+
|
6
|
+
const $internals = Symbol('internals');
|
7
|
+
|
8
|
+
function normalizeHeader(header) {
|
9
|
+
return header && String(header).trim().toLowerCase();
|
10
|
+
}
|
11
|
+
|
12
|
+
function normalizeValue(value) {
|
13
|
+
if (value === false || value == null) {
|
14
|
+
return value;
|
15
|
+
}
|
16
|
+
|
17
|
+
return utils.isArray(value) ? value.map(normalizeValue) : String(value);
|
18
|
+
}
|
19
|
+
|
20
|
+
function parseTokens(str) {
|
21
|
+
const tokens = Object.create(null);
|
22
|
+
const tokensRE = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
23
|
+
let match;
|
24
|
+
|
25
|
+
while ((match = tokensRE.exec(str))) {
|
26
|
+
tokens[match[1]] = match[2];
|
27
|
+
}
|
28
|
+
|
29
|
+
return tokens;
|
30
|
+
}
|
31
|
+
|
32
|
+
function isValidHeaderName(str) {
|
33
|
+
return /^[-_a-zA-Z]+$/.test(str.trim());
|
34
|
+
}
|
35
|
+
|
36
|
+
function matchHeaderValue(context, value, header, filter) {
|
37
|
+
if (utils.isFunction(filter)) {
|
38
|
+
return filter.call(this, value, header);
|
39
|
+
}
|
40
|
+
|
41
|
+
if (!utils.isString(value)) return;
|
42
|
+
|
43
|
+
if (utils.isString(filter)) {
|
44
|
+
return value.indexOf(filter) !== -1;
|
45
|
+
}
|
46
|
+
|
47
|
+
if (utils.isRegExp(filter)) {
|
48
|
+
return filter.test(value);
|
49
|
+
}
|
50
|
+
}
|
51
|
+
|
52
|
+
function formatHeader(header) {
|
53
|
+
return header.trim()
|
54
|
+
.toLowerCase().replace(/([a-z\d])(\w*)/g, (w, char, str) => {
|
55
|
+
return char.toUpperCase() + str;
|
56
|
+
});
|
57
|
+
}
|
58
|
+
|
59
|
+
function buildAccessors(obj, header) {
|
60
|
+
const accessorName = utils.toCamelCase(' ' + header);
|
61
|
+
|
62
|
+
['get', 'set', 'has'].forEach(methodName => {
|
63
|
+
Object.defineProperty(obj, methodName + accessorName, {
|
64
|
+
value: function(arg1, arg2, arg3) {
|
65
|
+
return this[methodName].call(this, header, arg1, arg2, arg3);
|
66
|
+
},
|
67
|
+
configurable: true
|
68
|
+
});
|
69
|
+
});
|
70
|
+
}
|
71
|
+
|
72
|
+
class AxiosHeaders {
|
73
|
+
constructor(headers) {
|
74
|
+
headers && this.set(headers);
|
75
|
+
}
|
76
|
+
|
77
|
+
set(header, valueOrRewrite, rewrite) {
|
78
|
+
const self = this;
|
79
|
+
|
80
|
+
function setHeader(_value, _header, _rewrite) {
|
81
|
+
const lHeader = normalizeHeader(_header);
|
82
|
+
|
83
|
+
if (!lHeader) {
|
84
|
+
throw new Error('header name must be a non-empty string');
|
85
|
+
}
|
86
|
+
|
87
|
+
const key = utils.findKey(self, lHeader);
|
88
|
+
|
89
|
+
if(!key || self[key] === undefined || _rewrite === true || (_rewrite === undefined && self[key] !== false)) {
|
90
|
+
self[key || _header] = normalizeValue(_value);
|
91
|
+
}
|
92
|
+
}
|
93
|
+
|
94
|
+
const setHeaders = (headers, _rewrite) =>
|
95
|
+
utils.forEach(headers, (_value, _header) => setHeader(_value, _header, _rewrite));
|
96
|
+
|
97
|
+
if (utils.isPlainObject(header) || header instanceof this.constructor) {
|
98
|
+
setHeaders(header, valueOrRewrite)
|
99
|
+
} else if(utils.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) {
|
100
|
+
setHeaders(parseHeaders(header), valueOrRewrite);
|
101
|
+
} else {
|
102
|
+
header != null && setHeader(valueOrRewrite, header, rewrite);
|
103
|
+
}
|
104
|
+
|
105
|
+
return this;
|
106
|
+
}
|
107
|
+
|
108
|
+
get(header, parser) {
|
109
|
+
header = normalizeHeader(header);
|
110
|
+
|
111
|
+
if (header) {
|
112
|
+
const key = utils.findKey(this, header);
|
113
|
+
|
114
|
+
if (key) {
|
115
|
+
const value = this[key];
|
116
|
+
|
117
|
+
if (!parser) {
|
118
|
+
return value;
|
119
|
+
}
|
120
|
+
|
121
|
+
if (parser === true) {
|
122
|
+
return parseTokens(value);
|
123
|
+
}
|
124
|
+
|
125
|
+
if (utils.isFunction(parser)) {
|
126
|
+
return parser.call(this, value, key);
|
127
|
+
}
|
128
|
+
|
129
|
+
if (utils.isRegExp(parser)) {
|
130
|
+
return parser.exec(value);
|
131
|
+
}
|
132
|
+
|
133
|
+
throw new TypeError('parser must be boolean|regexp|function');
|
134
|
+
}
|
135
|
+
}
|
136
|
+
}
|
137
|
+
|
138
|
+
has(header, matcher) {
|
139
|
+
header = normalizeHeader(header);
|
140
|
+
|
141
|
+
if (header) {
|
142
|
+
const key = utils.findKey(this, header);
|
143
|
+
|
144
|
+
return !!(key && (!matcher || matchHeaderValue(this, this[key], key, matcher)));
|
145
|
+
}
|
146
|
+
|
147
|
+
return false;
|
148
|
+
}
|
149
|
+
|
150
|
+
delete(header, matcher) {
|
151
|
+
const self = this;
|
152
|
+
let deleted = false;
|
153
|
+
|
154
|
+
function deleteHeader(_header) {
|
155
|
+
_header = normalizeHeader(_header);
|
156
|
+
|
157
|
+
if (_header) {
|
158
|
+
const key = utils.findKey(self, _header);
|
159
|
+
|
160
|
+
if (key && (!matcher || matchHeaderValue(self, self[key], key, matcher))) {
|
161
|
+
delete self[key];
|
162
|
+
|
163
|
+
deleted = true;
|
164
|
+
}
|
165
|
+
}
|
166
|
+
}
|
167
|
+
|
168
|
+
if (utils.isArray(header)) {
|
169
|
+
header.forEach(deleteHeader);
|
170
|
+
} else {
|
171
|
+
deleteHeader(header);
|
172
|
+
}
|
173
|
+
|
174
|
+
return deleted;
|
175
|
+
}
|
176
|
+
|
177
|
+
clear() {
|
178
|
+
return Object.keys(this).forEach(this.delete.bind(this));
|
179
|
+
}
|
180
|
+
|
181
|
+
normalize(format) {
|
182
|
+
const self = this;
|
183
|
+
const headers = {};
|
184
|
+
|
185
|
+
utils.forEach(this, (value, header) => {
|
186
|
+
const key = utils.findKey(headers, header);
|
187
|
+
|
188
|
+
if (key) {
|
189
|
+
self[key] = normalizeValue(value);
|
190
|
+
delete self[header];
|
191
|
+
return;
|
192
|
+
}
|
193
|
+
|
194
|
+
const normalized = format ? formatHeader(header) : String(header).trim();
|
195
|
+
|
196
|
+
if (normalized !== header) {
|
197
|
+
delete self[header];
|
198
|
+
}
|
199
|
+
|
200
|
+
self[normalized] = normalizeValue(value);
|
201
|
+
|
202
|
+
headers[normalized] = true;
|
203
|
+
});
|
204
|
+
|
205
|
+
return this;
|
206
|
+
}
|
207
|
+
|
208
|
+
concat(...targets) {
|
209
|
+
return this.constructor.concat(this, ...targets);
|
210
|
+
}
|
211
|
+
|
212
|
+
toJSON(asStrings) {
|
213
|
+
const obj = Object.create(null);
|
214
|
+
|
215
|
+
utils.forEach(this, (value, header) => {
|
216
|
+
value != null && value !== false && (obj[header] = asStrings && utils.isArray(value) ? value.join(', ') : value);
|
217
|
+
});
|
218
|
+
|
219
|
+
return obj;
|
220
|
+
}
|
221
|
+
|
222
|
+
[Symbol.iterator]() {
|
223
|
+
return Object.entries(this.toJSON())[Symbol.iterator]();
|
224
|
+
}
|
225
|
+
|
226
|
+
toString() {
|
227
|
+
return Object.entries(this.toJSON()).map(([header, value]) => header + ': ' + value).join('\n');
|
228
|
+
}
|
229
|
+
|
230
|
+
get [Symbol.toStringTag]() {
|
231
|
+
return 'AxiosHeaders';
|
232
|
+
}
|
233
|
+
|
234
|
+
static from(thing) {
|
235
|
+
return thing instanceof this ? thing : new this(thing);
|
236
|
+
}
|
237
|
+
|
238
|
+
static concat(first, ...targets) {
|
239
|
+
const computed = new this(first);
|
240
|
+
|
241
|
+
targets.forEach((target) => computed.set(target));
|
242
|
+
|
243
|
+
return computed;
|
244
|
+
}
|
245
|
+
|
246
|
+
static accessor(header) {
|
247
|
+
const internals = this[$internals] = (this[$internals] = {
|
248
|
+
accessors: {}
|
249
|
+
});
|
250
|
+
|
251
|
+
const accessors = internals.accessors;
|
252
|
+
const prototype = this.prototype;
|
253
|
+
|
254
|
+
function defineAccessor(_header) {
|
255
|
+
const lHeader = normalizeHeader(_header);
|
256
|
+
|
257
|
+
if (!accessors[lHeader]) {
|
258
|
+
buildAccessors(prototype, _header);
|
259
|
+
accessors[lHeader] = true;
|
260
|
+
}
|
261
|
+
}
|
262
|
+
|
263
|
+
utils.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header);
|
264
|
+
|
265
|
+
return this;
|
266
|
+
}
|
267
|
+
}
|
268
|
+
|
269
|
+
AxiosHeaders.accessor(['Content-Type', 'Content-Length', 'Accept', 'Accept-Encoding', 'User-Agent']);
|
270
|
+
|
271
|
+
utils.freezeMethods(AxiosHeaders.prototype);
|
272
|
+
utils.freezeMethods(AxiosHeaders);
|
273
|
+
|
274
|
+
export default AxiosHeaders;
|
@@ -0,0 +1,71 @@
|
|
1
|
+
'use strict';
|
2
|
+
|
3
|
+
import utils from './../utils.js';
|
4
|
+
|
5
|
+
class InterceptorManager {
|
6
|
+
constructor() {
|
7
|
+
this.handlers = [];
|
8
|
+
}
|
9
|
+
|
10
|
+
/**
|
11
|
+
* Add a new interceptor to the stack
|
12
|
+
*
|
13
|
+
* @param {Function} fulfilled The function to handle `then` for a `Promise`
|
14
|
+
* @param {Function} rejected The function to handle `reject` for a `Promise`
|
15
|
+
*
|
16
|
+
* @return {Number} An ID used to remove interceptor later
|
17
|
+
*/
|
18
|
+
use(fulfilled, rejected, options) {
|
19
|
+
this.handlers.push({
|
20
|
+
fulfilled,
|
21
|
+
rejected,
|
22
|
+
synchronous: options ? options.synchronous : false,
|
23
|
+
runWhen: options ? options.runWhen : null
|
24
|
+
});
|
25
|
+
return this.handlers.length - 1;
|
26
|
+
}
|
27
|
+
|
28
|
+
/**
|
29
|
+
* Remove an interceptor from the stack
|
30
|
+
*
|
31
|
+
* @param {Number} id The ID that was returned by `use`
|
32
|
+
*
|
33
|
+
* @returns {Boolean} `true` if the interceptor was removed, `false` otherwise
|
34
|
+
*/
|
35
|
+
eject(id) {
|
36
|
+
if (this.handlers[id]) {
|
37
|
+
this.handlers[id] = null;
|
38
|
+
}
|
39
|
+
}
|
40
|
+
|
41
|
+
/**
|
42
|
+
* Clear all interceptors from the stack
|
43
|
+
*
|
44
|
+
* @returns {void}
|
45
|
+
*/
|
46
|
+
clear() {
|
47
|
+
if (this.handlers) {
|
48
|
+
this.handlers = [];
|
49
|
+
}
|
50
|
+
}
|
51
|
+
|
52
|
+
/**
|
53
|
+
* Iterate over all the registered interceptors
|
54
|
+
*
|
55
|
+
* This method is particularly useful for skipping over any
|
56
|
+
* interceptors that may have become `null` calling `eject`.
|
57
|
+
*
|
58
|
+
* @param {Function} fn The function to call for each interceptor
|
59
|
+
*
|
60
|
+
* @returns {void}
|
61
|
+
*/
|
62
|
+
forEach(fn) {
|
63
|
+
utils.forEach(this.handlers, function forEachHandler(h) {
|
64
|
+
if (h !== null) {
|
65
|
+
fn(h);
|
66
|
+
}
|
67
|
+
});
|
68
|
+
}
|
69
|
+
}
|
70
|
+
|
71
|
+
export default InterceptorManager;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
# axios // core
|
2
|
+
|
3
|
+
The modules found in `core/` should be modules that are specific to the domain logic of axios. These modules would most likely not make sense to be consumed outside of the axios module, as their logic is too specific. Some examples of core modules are:
|
4
|
+
|
5
|
+
- Dispatching requests
|
6
|
+
- Requests sent via `adapters/` (see lib/adapters/README.md)
|
7
|
+
- Managing interceptors
|
8
|
+
- Handling config
|
@@ -0,0 +1,21 @@
|
|
1
|
+
'use strict';
|
2
|
+
|
3
|
+
import isAbsoluteURL from '../helpers/isAbsoluteURL.js';
|
4
|
+
import combineURLs from '../helpers/combineURLs.js';
|
5
|
+
|
6
|
+
/**
|
7
|
+
* Creates a new URL by combining the baseURL with the requestedURL,
|
8
|
+
* only when the requestedURL is not already an absolute URL.
|
9
|
+
* If the requestURL is absolute, this function returns the requestedURL untouched.
|
10
|
+
*
|
11
|
+
* @param {string} baseURL The base URL
|
12
|
+
* @param {string} requestedURL Absolute or relative URL to combine
|
13
|
+
*
|
14
|
+
* @returns {string} The combined full path
|
15
|
+
*/
|
16
|
+
export default function buildFullPath(baseURL, requestedURL) {
|
17
|
+
if (baseURL && !isAbsoluteURL(requestedURL)) {
|
18
|
+
return combineURLs(baseURL, requestedURL);
|
19
|
+
}
|
20
|
+
return requestedURL;
|
21
|
+
}
|
@@ -0,0 +1,81 @@
|
|
1
|
+
'use strict';
|
2
|
+
|
3
|
+
import transformData from './transformData.js';
|
4
|
+
import isCancel from '../cancel/isCancel.js';
|
5
|
+
import defaults from '../defaults/index.js';
|
6
|
+
import CanceledError from '../cancel/CanceledError.js';
|
7
|
+
import AxiosHeaders from '../core/AxiosHeaders.js';
|
8
|
+
import adapters from "../adapters/adapters.js";
|
9
|
+
|
10
|
+
/**
|
11
|
+
* Throws a `CanceledError` if cancellation has been requested.
|
12
|
+
*
|
13
|
+
* @param {Object} config The config that is to be used for the request
|
14
|
+
*
|
15
|
+
* @returns {void}
|
16
|
+
*/
|
17
|
+
function throwIfCancellationRequested(config) {
|
18
|
+
if (config.cancelToken) {
|
19
|
+
config.cancelToken.throwIfRequested();
|
20
|
+
}
|
21
|
+
|
22
|
+
if (config.signal && config.signal.aborted) {
|
23
|
+
throw new CanceledError(null, config);
|
24
|
+
}
|
25
|
+
}
|
26
|
+
|
27
|
+
/**
|
28
|
+
* Dispatch a request to the server using the configured adapter.
|
29
|
+
*
|
30
|
+
* @param {object} config The config that is to be used for the request
|
31
|
+
*
|
32
|
+
* @returns {Promise} The Promise to be fulfilled
|
33
|
+
*/
|
34
|
+
export default function dispatchRequest(config) {
|
35
|
+
throwIfCancellationRequested(config);
|
36
|
+
|
37
|
+
config.headers = AxiosHeaders.from(config.headers);
|
38
|
+
|
39
|
+
// Transform request data
|
40
|
+
config.data = transformData.call(
|
41
|
+
config,
|
42
|
+
config.transformRequest
|
43
|
+
);
|
44
|
+
|
45
|
+
if (['post', 'put', 'patch'].indexOf(config.method) !== -1) {
|
46
|
+
config.headers.setContentType('application/x-www-form-urlencoded', false);
|
47
|
+
}
|
48
|
+
|
49
|
+
const adapter = adapters.getAdapter(config.adapter || defaults.adapter);
|
50
|
+
|
51
|
+
return adapter(config).then(function onAdapterResolution(response) {
|
52
|
+
throwIfCancellationRequested(config);
|
53
|
+
|
54
|
+
// Transform response data
|
55
|
+
response.data = transformData.call(
|
56
|
+
config,
|
57
|
+
config.transformResponse,
|
58
|
+
response
|
59
|
+
);
|
60
|
+
|
61
|
+
response.headers = AxiosHeaders.from(response.headers);
|
62
|
+
|
63
|
+
return response;
|
64
|
+
}, function onAdapterRejection(reason) {
|
65
|
+
if (!isCancel(reason)) {
|
66
|
+
throwIfCancellationRequested(config);
|
67
|
+
|
68
|
+
// Transform response data
|
69
|
+
if (reason && reason.response) {
|
70
|
+
reason.response.data = transformData.call(
|
71
|
+
config,
|
72
|
+
config.transformResponse,
|
73
|
+
reason.response
|
74
|
+
);
|
75
|
+
reason.response.headers = AxiosHeaders.from(reason.response.headers);
|
76
|
+
}
|
77
|
+
}
|
78
|
+
|
79
|
+
return Promise.reject(reason);
|
80
|
+
});
|
81
|
+
}
|
@@ -0,0 +1,105 @@
|
|
1
|
+
'use strict';
|
2
|
+
|
3
|
+
import utils from '../utils.js';
|
4
|
+
import AxiosHeaders from "./AxiosHeaders.js";
|
5
|
+
|
6
|
+
const headersToObject = (thing) => thing instanceof AxiosHeaders ? thing.toJSON() : thing;
|
7
|
+
|
8
|
+
/**
|
9
|
+
* Config-specific merge-function which creates a new config-object
|
10
|
+
* by merging two configuration objects together.
|
11
|
+
*
|
12
|
+
* @param {Object} config1
|
13
|
+
* @param {Object} config2
|
14
|
+
*
|
15
|
+
* @returns {Object} New object resulting from merging config2 to config1
|
16
|
+
*/
|
17
|
+
export default function mergeConfig(config1, config2) {
|
18
|
+
// eslint-disable-next-line no-param-reassign
|
19
|
+
config2 = config2 || {};
|
20
|
+
const config = {};
|
21
|
+
|
22
|
+
function getMergedValue(target, source, caseless) {
|
23
|
+
if (utils.isPlainObject(target) && utils.isPlainObject(source)) {
|
24
|
+
return utils.merge.call({caseless}, target, source);
|
25
|
+
} else if (utils.isPlainObject(source)) {
|
26
|
+
return utils.merge({}, source);
|
27
|
+
} else if (utils.isArray(source)) {
|
28
|
+
return source.slice();
|
29
|
+
}
|
30
|
+
return source;
|
31
|
+
}
|
32
|
+
|
33
|
+
// eslint-disable-next-line consistent-return
|
34
|
+
function mergeDeepProperties(a, b, caseless) {
|
35
|
+
if (!utils.isUndefined(b)) {
|
36
|
+
return getMergedValue(a, b, caseless);
|
37
|
+
} else if (!utils.isUndefined(a)) {
|
38
|
+
return getMergedValue(undefined, a, caseless);
|
39
|
+
}
|
40
|
+
}
|
41
|
+
|
42
|
+
// eslint-disable-next-line consistent-return
|
43
|
+
function valueFromConfig2(a, b) {
|
44
|
+
if (!utils.isUndefined(b)) {
|
45
|
+
return getMergedValue(undefined, b);
|
46
|
+
}
|
47
|
+
}
|
48
|
+
|
49
|
+
// eslint-disable-next-line consistent-return
|
50
|
+
function defaultToConfig2(a, b) {
|
51
|
+
if (!utils.isUndefined(b)) {
|
52
|
+
return getMergedValue(undefined, b);
|
53
|
+
} else if (!utils.isUndefined(a)) {
|
54
|
+
return getMergedValue(undefined, a);
|
55
|
+
}
|
56
|
+
}
|
57
|
+
|
58
|
+
// eslint-disable-next-line consistent-return
|
59
|
+
function mergeDirectKeys(a, b, prop) {
|
60
|
+
if (prop in config2) {
|
61
|
+
return getMergedValue(a, b);
|
62
|
+
} else if (prop in config1) {
|
63
|
+
return getMergedValue(undefined, a);
|
64
|
+
}
|
65
|
+
}
|
66
|
+
|
67
|
+
const mergeMap = {
|
68
|
+
url: valueFromConfig2,
|
69
|
+
method: valueFromConfig2,
|
70
|
+
data: valueFromConfig2,
|
71
|
+
baseURL: defaultToConfig2,
|
72
|
+
transformRequest: defaultToConfig2,
|
73
|
+
transformResponse: defaultToConfig2,
|
74
|
+
paramsSerializer: defaultToConfig2,
|
75
|
+
timeout: defaultToConfig2,
|
76
|
+
timeoutMessage: defaultToConfig2,
|
77
|
+
withCredentials: defaultToConfig2,
|
78
|
+
adapter: defaultToConfig2,
|
79
|
+
responseType: defaultToConfig2,
|
80
|
+
xsrfCookieName: defaultToConfig2,
|
81
|
+
xsrfHeaderName: defaultToConfig2,
|
82
|
+
onUploadProgress: defaultToConfig2,
|
83
|
+
onDownloadProgress: defaultToConfig2,
|
84
|
+
decompress: defaultToConfig2,
|
85
|
+
maxContentLength: defaultToConfig2,
|
86
|
+
maxBodyLength: defaultToConfig2,
|
87
|
+
beforeRedirect: defaultToConfig2,
|
88
|
+
transport: defaultToConfig2,
|
89
|
+
httpAgent: defaultToConfig2,
|
90
|
+
httpsAgent: defaultToConfig2,
|
91
|
+
cancelToken: defaultToConfig2,
|
92
|
+
socketPath: defaultToConfig2,
|
93
|
+
responseEncoding: defaultToConfig2,
|
94
|
+
validateStatus: mergeDirectKeys,
|
95
|
+
headers: (a, b) => mergeDeepProperties(headersToObject(a), headersToObject(b), true)
|
96
|
+
};
|
97
|
+
|
98
|
+
utils.forEach(Object.keys(config1).concat(Object.keys(config2)), function computeConfigValue(prop) {
|
99
|
+
const merge = mergeMap[prop] || mergeDeepProperties;
|
100
|
+
const configValue = merge(config1[prop], config2[prop], prop);
|
101
|
+
(utils.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue);
|
102
|
+
});
|
103
|
+
|
104
|
+
return config;
|
105
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
'use strict';
|
2
|
+
|
3
|
+
import AxiosError from './AxiosError.js';
|
4
|
+
|
5
|
+
/**
|
6
|
+
* Resolve or reject a Promise based on response status.
|
7
|
+
*
|
8
|
+
* @param {Function} resolve A function that resolves the promise.
|
9
|
+
* @param {Function} reject A function that rejects the promise.
|
10
|
+
* @param {object} response The response.
|
11
|
+
*
|
12
|
+
* @returns {object} The response.
|
13
|
+
*/
|
14
|
+
export default function settle(resolve, reject, response) {
|
15
|
+
const validateStatus = response.config.validateStatus;
|
16
|
+
if (!response.status || !validateStatus || validateStatus(response.status)) {
|
17
|
+
resolve(response);
|
18
|
+
} else {
|
19
|
+
reject(new AxiosError(
|
20
|
+
'Request failed with status code ' + response.status,
|
21
|
+
[AxiosError.ERR_BAD_REQUEST, AxiosError.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4],
|
22
|
+
response.config,
|
23
|
+
response.request,
|
24
|
+
response
|
25
|
+
));
|
26
|
+
}
|
27
|
+
}
|