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,68 @@
|
|
1
|
+
var baseRest = require('./_baseRest'),
|
2
|
+
createWrap = require('./_createWrap'),
|
3
|
+
getHolder = require('./_getHolder'),
|
4
|
+
replaceHolders = require('./_replaceHolders');
|
5
|
+
|
6
|
+
/** Used to compose bitmasks for function metadata. */
|
7
|
+
var WRAP_BIND_FLAG = 1,
|
8
|
+
WRAP_BIND_KEY_FLAG = 2,
|
9
|
+
WRAP_PARTIAL_FLAG = 32;
|
10
|
+
|
11
|
+
/**
|
12
|
+
* Creates a function that invokes the method at `object[key]` with `partials`
|
13
|
+
* prepended to the arguments it receives.
|
14
|
+
*
|
15
|
+
* This method differs from `_.bind` by allowing bound functions to reference
|
16
|
+
* methods that may be redefined or don't yet exist. See
|
17
|
+
* [Peter Michaux's article](http://peter.michaux.ca/articles/lazy-function-definition-pattern)
|
18
|
+
* for more details.
|
19
|
+
*
|
20
|
+
* The `_.bindKey.placeholder` value, which defaults to `_` in monolithic
|
21
|
+
* builds, may be used as a placeholder for partially applied arguments.
|
22
|
+
*
|
23
|
+
* @static
|
24
|
+
* @memberOf _
|
25
|
+
* @since 0.10.0
|
26
|
+
* @category Function
|
27
|
+
* @param {Object} object The object to invoke the method on.
|
28
|
+
* @param {string} key The key of the method.
|
29
|
+
* @param {...*} [partials] The arguments to be partially applied.
|
30
|
+
* @returns {Function} Returns the new bound function.
|
31
|
+
* @example
|
32
|
+
*
|
33
|
+
* var object = {
|
34
|
+
* 'user': 'fred',
|
35
|
+
* 'greet': function(greeting, punctuation) {
|
36
|
+
* return greeting + ' ' + this.user + punctuation;
|
37
|
+
* }
|
38
|
+
* };
|
39
|
+
*
|
40
|
+
* var bound = _.bindKey(object, 'greet', 'hi');
|
41
|
+
* bound('!');
|
42
|
+
* // => 'hi fred!'
|
43
|
+
*
|
44
|
+
* object.greet = function(greeting, punctuation) {
|
45
|
+
* return greeting + 'ya ' + this.user + punctuation;
|
46
|
+
* };
|
47
|
+
*
|
48
|
+
* bound('!');
|
49
|
+
* // => 'hiya fred!'
|
50
|
+
*
|
51
|
+
* // Bound with placeholders.
|
52
|
+
* var bound = _.bindKey(object, 'greet', _, '!');
|
53
|
+
* bound('hi');
|
54
|
+
* // => 'hiya fred!'
|
55
|
+
*/
|
56
|
+
var bindKey = baseRest(function(object, key, partials) {
|
57
|
+
var bitmask = WRAP_BIND_FLAG | WRAP_BIND_KEY_FLAG;
|
58
|
+
if (partials.length) {
|
59
|
+
var holders = replaceHolders(partials, getHolder(bindKey));
|
60
|
+
bitmask |= WRAP_PARTIAL_FLAG;
|
61
|
+
}
|
62
|
+
return createWrap(key, bitmask, object, partials, holders);
|
63
|
+
});
|
64
|
+
|
65
|
+
// Assign default placeholders.
|
66
|
+
bindKey.placeholder = {};
|
67
|
+
|
68
|
+
module.exports = bindKey;
|
@@ -0,0 +1,29 @@
|
|
1
|
+
var capitalize = require('./capitalize'),
|
2
|
+
createCompounder = require('./_createCompounder');
|
3
|
+
|
4
|
+
/**
|
5
|
+
* Converts `string` to [camel case](https://en.wikipedia.org/wiki/CamelCase).
|
6
|
+
*
|
7
|
+
* @static
|
8
|
+
* @memberOf _
|
9
|
+
* @since 3.0.0
|
10
|
+
* @category String
|
11
|
+
* @param {string} [string=''] The string to convert.
|
12
|
+
* @returns {string} Returns the camel cased string.
|
13
|
+
* @example
|
14
|
+
*
|
15
|
+
* _.camelCase('Foo Bar');
|
16
|
+
* // => 'fooBar'
|
17
|
+
*
|
18
|
+
* _.camelCase('--foo-bar--');
|
19
|
+
* // => 'fooBar'
|
20
|
+
*
|
21
|
+
* _.camelCase('__FOO_BAR__');
|
22
|
+
* // => 'fooBar'
|
23
|
+
*/
|
24
|
+
var camelCase = createCompounder(function(result, word, index) {
|
25
|
+
word = word.toLowerCase();
|
26
|
+
return result + (index ? capitalize(word) : word);
|
27
|
+
});
|
28
|
+
|
29
|
+
module.exports = camelCase;
|
@@ -0,0 +1,23 @@
|
|
1
|
+
var toString = require('./toString'),
|
2
|
+
upperFirst = require('./upperFirst');
|
3
|
+
|
4
|
+
/**
|
5
|
+
* Converts the first character of `string` to upper case and the remaining
|
6
|
+
* to lower case.
|
7
|
+
*
|
8
|
+
* @static
|
9
|
+
* @memberOf _
|
10
|
+
* @since 3.0.0
|
11
|
+
* @category String
|
12
|
+
* @param {string} [string=''] The string to capitalize.
|
13
|
+
* @returns {string} Returns the capitalized string.
|
14
|
+
* @example
|
15
|
+
*
|
16
|
+
* _.capitalize('FRED');
|
17
|
+
* // => 'Fred'
|
18
|
+
*/
|
19
|
+
function capitalize(string) {
|
20
|
+
return upperFirst(toString(string).toLowerCase());
|
21
|
+
}
|
22
|
+
|
23
|
+
module.exports = capitalize;
|
@@ -0,0 +1,44 @@
|
|
1
|
+
var isArray = require('./isArray');
|
2
|
+
|
3
|
+
/**
|
4
|
+
* Casts `value` as an array if it's not one.
|
5
|
+
*
|
6
|
+
* @static
|
7
|
+
* @memberOf _
|
8
|
+
* @since 4.4.0
|
9
|
+
* @category Lang
|
10
|
+
* @param {*} value The value to inspect.
|
11
|
+
* @returns {Array} Returns the cast array.
|
12
|
+
* @example
|
13
|
+
*
|
14
|
+
* _.castArray(1);
|
15
|
+
* // => [1]
|
16
|
+
*
|
17
|
+
* _.castArray({ 'a': 1 });
|
18
|
+
* // => [{ 'a': 1 }]
|
19
|
+
*
|
20
|
+
* _.castArray('abc');
|
21
|
+
* // => ['abc']
|
22
|
+
*
|
23
|
+
* _.castArray(null);
|
24
|
+
* // => [null]
|
25
|
+
*
|
26
|
+
* _.castArray(undefined);
|
27
|
+
* // => [undefined]
|
28
|
+
*
|
29
|
+
* _.castArray();
|
30
|
+
* // => []
|
31
|
+
*
|
32
|
+
* var array = [1, 2, 3];
|
33
|
+
* console.log(_.castArray(array) === array);
|
34
|
+
* // => true
|
35
|
+
*/
|
36
|
+
function castArray() {
|
37
|
+
if (!arguments.length) {
|
38
|
+
return [];
|
39
|
+
}
|
40
|
+
var value = arguments[0];
|
41
|
+
return isArray(value) ? value : [value];
|
42
|
+
}
|
43
|
+
|
44
|
+
module.exports = castArray;
|
@@ -0,0 +1,26 @@
|
|
1
|
+
var createRound = require('./_createRound');
|
2
|
+
|
3
|
+
/**
|
4
|
+
* Computes `number` rounded up to `precision`.
|
5
|
+
*
|
6
|
+
* @static
|
7
|
+
* @memberOf _
|
8
|
+
* @since 3.10.0
|
9
|
+
* @category Math
|
10
|
+
* @param {number} number The number to round up.
|
11
|
+
* @param {number} [precision=0] The precision to round up to.
|
12
|
+
* @returns {number} Returns the rounded up number.
|
13
|
+
* @example
|
14
|
+
*
|
15
|
+
* _.ceil(4.006);
|
16
|
+
* // => 5
|
17
|
+
*
|
18
|
+
* _.ceil(6.004, 2);
|
19
|
+
* // => 6.01
|
20
|
+
*
|
21
|
+
* _.ceil(6040, -2);
|
22
|
+
* // => 6100
|
23
|
+
*/
|
24
|
+
var ceil = createRound('ceil');
|
25
|
+
|
26
|
+
module.exports = ceil;
|
@@ -0,0 +1,38 @@
|
|
1
|
+
var lodash = require('./wrapperLodash');
|
2
|
+
|
3
|
+
/**
|
4
|
+
* Creates a `lodash` wrapper instance that wraps `value` with explicit method
|
5
|
+
* chain sequences enabled. The result of such sequences must be unwrapped
|
6
|
+
* with `_#value`.
|
7
|
+
*
|
8
|
+
* @static
|
9
|
+
* @memberOf _
|
10
|
+
* @since 1.3.0
|
11
|
+
* @category Seq
|
12
|
+
* @param {*} value The value to wrap.
|
13
|
+
* @returns {Object} Returns the new `lodash` wrapper instance.
|
14
|
+
* @example
|
15
|
+
*
|
16
|
+
* var users = [
|
17
|
+
* { 'user': 'barney', 'age': 36 },
|
18
|
+
* { 'user': 'fred', 'age': 40 },
|
19
|
+
* { 'user': 'pebbles', 'age': 1 }
|
20
|
+
* ];
|
21
|
+
*
|
22
|
+
* var youngest = _
|
23
|
+
* .chain(users)
|
24
|
+
* .sortBy('age')
|
25
|
+
* .map(function(o) {
|
26
|
+
* return o.user + ' is ' + o.age;
|
27
|
+
* })
|
28
|
+
* .head()
|
29
|
+
* .value();
|
30
|
+
* // => 'pebbles is 1'
|
31
|
+
*/
|
32
|
+
function chain(value) {
|
33
|
+
var result = lodash(value);
|
34
|
+
result.__chain__ = true;
|
35
|
+
return result;
|
36
|
+
}
|
37
|
+
|
38
|
+
module.exports = chain;
|
@@ -0,0 +1,50 @@
|
|
1
|
+
var baseSlice = require('./_baseSlice'),
|
2
|
+
isIterateeCall = require('./_isIterateeCall'),
|
3
|
+
toInteger = require('./toInteger');
|
4
|
+
|
5
|
+
/* Built-in method references for those with the same name as other `lodash` methods. */
|
6
|
+
var nativeCeil = Math.ceil,
|
7
|
+
nativeMax = Math.max;
|
8
|
+
|
9
|
+
/**
|
10
|
+
* Creates an array of elements split into groups the length of `size`.
|
11
|
+
* If `array` can't be split evenly, the final chunk will be the remaining
|
12
|
+
* elements.
|
13
|
+
*
|
14
|
+
* @static
|
15
|
+
* @memberOf _
|
16
|
+
* @since 3.0.0
|
17
|
+
* @category Array
|
18
|
+
* @param {Array} array The array to process.
|
19
|
+
* @param {number} [size=1] The length of each chunk
|
20
|
+
* @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.
|
21
|
+
* @returns {Array} Returns the new array of chunks.
|
22
|
+
* @example
|
23
|
+
*
|
24
|
+
* _.chunk(['a', 'b', 'c', 'd'], 2);
|
25
|
+
* // => [['a', 'b'], ['c', 'd']]
|
26
|
+
*
|
27
|
+
* _.chunk(['a', 'b', 'c', 'd'], 3);
|
28
|
+
* // => [['a', 'b', 'c'], ['d']]
|
29
|
+
*/
|
30
|
+
function chunk(array, size, guard) {
|
31
|
+
if ((guard ? isIterateeCall(array, size, guard) : size === undefined)) {
|
32
|
+
size = 1;
|
33
|
+
} else {
|
34
|
+
size = nativeMax(toInteger(size), 0);
|
35
|
+
}
|
36
|
+
var length = array == null ? 0 : array.length;
|
37
|
+
if (!length || size < 1) {
|
38
|
+
return [];
|
39
|
+
}
|
40
|
+
var index = 0,
|
41
|
+
resIndex = 0,
|
42
|
+
result = Array(nativeCeil(length / size));
|
43
|
+
|
44
|
+
while (index < length) {
|
45
|
+
result[resIndex++] = baseSlice(array, index, (index += size));
|
46
|
+
}
|
47
|
+
return result;
|
48
|
+
}
|
49
|
+
|
50
|
+
module.exports = chunk;
|
@@ -0,0 +1,39 @@
|
|
1
|
+
var baseClamp = require('./_baseClamp'),
|
2
|
+
toNumber = require('./toNumber');
|
3
|
+
|
4
|
+
/**
|
5
|
+
* Clamps `number` within the inclusive `lower` and `upper` bounds.
|
6
|
+
*
|
7
|
+
* @static
|
8
|
+
* @memberOf _
|
9
|
+
* @since 4.0.0
|
10
|
+
* @category Number
|
11
|
+
* @param {number} number The number to clamp.
|
12
|
+
* @param {number} [lower] The lower bound.
|
13
|
+
* @param {number} upper The upper bound.
|
14
|
+
* @returns {number} Returns the clamped number.
|
15
|
+
* @example
|
16
|
+
*
|
17
|
+
* _.clamp(-10, -5, 5);
|
18
|
+
* // => -5
|
19
|
+
*
|
20
|
+
* _.clamp(10, -5, 5);
|
21
|
+
* // => 5
|
22
|
+
*/
|
23
|
+
function clamp(number, lower, upper) {
|
24
|
+
if (upper === undefined) {
|
25
|
+
upper = lower;
|
26
|
+
lower = undefined;
|
27
|
+
}
|
28
|
+
if (upper !== undefined) {
|
29
|
+
upper = toNumber(upper);
|
30
|
+
upper = upper === upper ? upper : 0;
|
31
|
+
}
|
32
|
+
if (lower !== undefined) {
|
33
|
+
lower = toNumber(lower);
|
34
|
+
lower = lower === lower ? lower : 0;
|
35
|
+
}
|
36
|
+
return baseClamp(toNumber(number), lower, upper);
|
37
|
+
}
|
38
|
+
|
39
|
+
module.exports = clamp;
|
@@ -0,0 +1,36 @@
|
|
1
|
+
var baseClone = require('./_baseClone');
|
2
|
+
|
3
|
+
/** Used to compose bitmasks for cloning. */
|
4
|
+
var CLONE_SYMBOLS_FLAG = 4;
|
5
|
+
|
6
|
+
/**
|
7
|
+
* Creates a shallow clone of `value`.
|
8
|
+
*
|
9
|
+
* **Note:** This method is loosely based on the
|
10
|
+
* [structured clone algorithm](https://mdn.io/Structured_clone_algorithm)
|
11
|
+
* and supports cloning arrays, array buffers, booleans, date objects, maps,
|
12
|
+
* numbers, `Object` objects, regexes, sets, strings, symbols, and typed
|
13
|
+
* arrays. The own enumerable properties of `arguments` objects are cloned
|
14
|
+
* as plain objects. An empty object is returned for uncloneable values such
|
15
|
+
* as error objects, functions, DOM nodes, and WeakMaps.
|
16
|
+
*
|
17
|
+
* @static
|
18
|
+
* @memberOf _
|
19
|
+
* @since 0.1.0
|
20
|
+
* @category Lang
|
21
|
+
* @param {*} value The value to clone.
|
22
|
+
* @returns {*} Returns the cloned value.
|
23
|
+
* @see _.cloneDeep
|
24
|
+
* @example
|
25
|
+
*
|
26
|
+
* var objects = [{ 'a': 1 }, { 'b': 2 }];
|
27
|
+
*
|
28
|
+
* var shallow = _.clone(objects);
|
29
|
+
* console.log(shallow[0] === objects[0]);
|
30
|
+
* // => true
|
31
|
+
*/
|
32
|
+
function clone(value) {
|
33
|
+
return baseClone(value, CLONE_SYMBOLS_FLAG);
|
34
|
+
}
|
35
|
+
|
36
|
+
module.exports = clone;
|
@@ -0,0 +1,29 @@
|
|
1
|
+
var baseClone = require('./_baseClone');
|
2
|
+
|
3
|
+
/** Used to compose bitmasks for cloning. */
|
4
|
+
var CLONE_DEEP_FLAG = 1,
|
5
|
+
CLONE_SYMBOLS_FLAG = 4;
|
6
|
+
|
7
|
+
/**
|
8
|
+
* This method is like `_.clone` except that it recursively clones `value`.
|
9
|
+
*
|
10
|
+
* @static
|
11
|
+
* @memberOf _
|
12
|
+
* @since 1.0.0
|
13
|
+
* @category Lang
|
14
|
+
* @param {*} value The value to recursively clone.
|
15
|
+
* @returns {*} Returns the deep cloned value.
|
16
|
+
* @see _.clone
|
17
|
+
* @example
|
18
|
+
*
|
19
|
+
* var objects = [{ 'a': 1 }, { 'b': 2 }];
|
20
|
+
*
|
21
|
+
* var deep = _.cloneDeep(objects);
|
22
|
+
* console.log(deep[0] === objects[0]);
|
23
|
+
* // => false
|
24
|
+
*/
|
25
|
+
function cloneDeep(value) {
|
26
|
+
return baseClone(value, CLONE_DEEP_FLAG | CLONE_SYMBOLS_FLAG);
|
27
|
+
}
|
28
|
+
|
29
|
+
module.exports = cloneDeep;
|
@@ -0,0 +1,40 @@
|
|
1
|
+
var baseClone = require('./_baseClone');
|
2
|
+
|
3
|
+
/** Used to compose bitmasks for cloning. */
|
4
|
+
var CLONE_DEEP_FLAG = 1,
|
5
|
+
CLONE_SYMBOLS_FLAG = 4;
|
6
|
+
|
7
|
+
/**
|
8
|
+
* This method is like `_.cloneWith` except that it recursively clones `value`.
|
9
|
+
*
|
10
|
+
* @static
|
11
|
+
* @memberOf _
|
12
|
+
* @since 4.0.0
|
13
|
+
* @category Lang
|
14
|
+
* @param {*} value The value to recursively clone.
|
15
|
+
* @param {Function} [customizer] The function to customize cloning.
|
16
|
+
* @returns {*} Returns the deep cloned value.
|
17
|
+
* @see _.cloneWith
|
18
|
+
* @example
|
19
|
+
*
|
20
|
+
* function customizer(value) {
|
21
|
+
* if (_.isElement(value)) {
|
22
|
+
* return value.cloneNode(true);
|
23
|
+
* }
|
24
|
+
* }
|
25
|
+
*
|
26
|
+
* var el = _.cloneDeepWith(document.body, customizer);
|
27
|
+
*
|
28
|
+
* console.log(el === document.body);
|
29
|
+
* // => false
|
30
|
+
* console.log(el.nodeName);
|
31
|
+
* // => 'BODY'
|
32
|
+
* console.log(el.childNodes.length);
|
33
|
+
* // => 20
|
34
|
+
*/
|
35
|
+
function cloneDeepWith(value, customizer) {
|
36
|
+
customizer = typeof customizer == 'function' ? customizer : undefined;
|
37
|
+
return baseClone(value, CLONE_DEEP_FLAG | CLONE_SYMBOLS_FLAG, customizer);
|
38
|
+
}
|
39
|
+
|
40
|
+
module.exports = cloneDeepWith;
|
@@ -0,0 +1,42 @@
|
|
1
|
+
var baseClone = require('./_baseClone');
|
2
|
+
|
3
|
+
/** Used to compose bitmasks for cloning. */
|
4
|
+
var CLONE_SYMBOLS_FLAG = 4;
|
5
|
+
|
6
|
+
/**
|
7
|
+
* This method is like `_.clone` except that it accepts `customizer` which
|
8
|
+
* is invoked to produce the cloned value. If `customizer` returns `undefined`,
|
9
|
+
* cloning is handled by the method instead. The `customizer` is invoked with
|
10
|
+
* up to four arguments; (value [, index|key, object, stack]).
|
11
|
+
*
|
12
|
+
* @static
|
13
|
+
* @memberOf _
|
14
|
+
* @since 4.0.0
|
15
|
+
* @category Lang
|
16
|
+
* @param {*} value The value to clone.
|
17
|
+
* @param {Function} [customizer] The function to customize cloning.
|
18
|
+
* @returns {*} Returns the cloned value.
|
19
|
+
* @see _.cloneDeepWith
|
20
|
+
* @example
|
21
|
+
*
|
22
|
+
* function customizer(value) {
|
23
|
+
* if (_.isElement(value)) {
|
24
|
+
* return value.cloneNode(false);
|
25
|
+
* }
|
26
|
+
* }
|
27
|
+
*
|
28
|
+
* var el = _.cloneWith(document.body, customizer);
|
29
|
+
*
|
30
|
+
* console.log(el === document.body);
|
31
|
+
* // => false
|
32
|
+
* console.log(el.nodeName);
|
33
|
+
* // => 'BODY'
|
34
|
+
* console.log(el.childNodes.length);
|
35
|
+
* // => 0
|
36
|
+
*/
|
37
|
+
function cloneWith(value, customizer) {
|
38
|
+
customizer = typeof customizer == 'function' ? customizer : undefined;
|
39
|
+
return baseClone(value, CLONE_SYMBOLS_FLAG, customizer);
|
40
|
+
}
|
41
|
+
|
42
|
+
module.exports = cloneWith;
|
@@ -0,0 +1,30 @@
|
|
1
|
+
module.exports = {
|
2
|
+
'countBy': require('./countBy'),
|
3
|
+
'each': require('./each'),
|
4
|
+
'eachRight': require('./eachRight'),
|
5
|
+
'every': require('./every'),
|
6
|
+
'filter': require('./filter'),
|
7
|
+
'find': require('./find'),
|
8
|
+
'findLast': require('./findLast'),
|
9
|
+
'flatMap': require('./flatMap'),
|
10
|
+
'flatMapDeep': require('./flatMapDeep'),
|
11
|
+
'flatMapDepth': require('./flatMapDepth'),
|
12
|
+
'forEach': require('./forEach'),
|
13
|
+
'forEachRight': require('./forEachRight'),
|
14
|
+
'groupBy': require('./groupBy'),
|
15
|
+
'includes': require('./includes'),
|
16
|
+
'invokeMap': require('./invokeMap'),
|
17
|
+
'keyBy': require('./keyBy'),
|
18
|
+
'map': require('./map'),
|
19
|
+
'orderBy': require('./orderBy'),
|
20
|
+
'partition': require('./partition'),
|
21
|
+
'reduce': require('./reduce'),
|
22
|
+
'reduceRight': require('./reduceRight'),
|
23
|
+
'reject': require('./reject'),
|
24
|
+
'sample': require('./sample'),
|
25
|
+
'sampleSize': require('./sampleSize'),
|
26
|
+
'shuffle': require('./shuffle'),
|
27
|
+
'size': require('./size'),
|
28
|
+
'some': require('./some'),
|
29
|
+
'sortBy': require('./sortBy')
|
30
|
+
};
|
@@ -0,0 +1,33 @@
|
|
1
|
+
var LodashWrapper = require('./_LodashWrapper');
|
2
|
+
|
3
|
+
/**
|
4
|
+
* Executes the chain sequence and returns the wrapped result.
|
5
|
+
*
|
6
|
+
* @name commit
|
7
|
+
* @memberOf _
|
8
|
+
* @since 3.2.0
|
9
|
+
* @category Seq
|
10
|
+
* @returns {Object} Returns the new `lodash` wrapper instance.
|
11
|
+
* @example
|
12
|
+
*
|
13
|
+
* var array = [1, 2];
|
14
|
+
* var wrapped = _(array).push(3);
|
15
|
+
*
|
16
|
+
* console.log(array);
|
17
|
+
* // => [1, 2]
|
18
|
+
*
|
19
|
+
* wrapped = wrapped.commit();
|
20
|
+
* console.log(array);
|
21
|
+
* // => [1, 2, 3]
|
22
|
+
*
|
23
|
+
* wrapped.last();
|
24
|
+
* // => 3
|
25
|
+
*
|
26
|
+
* console.log(array);
|
27
|
+
* // => [1, 2, 3]
|
28
|
+
*/
|
29
|
+
function wrapperCommit() {
|
30
|
+
return new LodashWrapper(this.value(), this.__chain__);
|
31
|
+
}
|
32
|
+
|
33
|
+
module.exports = wrapperCommit;
|
@@ -0,0 +1,31 @@
|
|
1
|
+
/**
|
2
|
+
* Creates an array with all falsey values removed. The values `false`, `null`,
|
3
|
+
* `0`, `""`, `undefined`, and `NaN` are falsey.
|
4
|
+
*
|
5
|
+
* @static
|
6
|
+
* @memberOf _
|
7
|
+
* @since 0.1.0
|
8
|
+
* @category Array
|
9
|
+
* @param {Array} array The array to compact.
|
10
|
+
* @returns {Array} Returns the new array of filtered values.
|
11
|
+
* @example
|
12
|
+
*
|
13
|
+
* _.compact([0, 1, false, 2, '', 3]);
|
14
|
+
* // => [1, 2, 3]
|
15
|
+
*/
|
16
|
+
function compact(array) {
|
17
|
+
var index = -1,
|
18
|
+
length = array == null ? 0 : array.length,
|
19
|
+
resIndex = 0,
|
20
|
+
result = [];
|
21
|
+
|
22
|
+
while (++index < length) {
|
23
|
+
var value = array[index];
|
24
|
+
if (value) {
|
25
|
+
result[resIndex++] = value;
|
26
|
+
}
|
27
|
+
}
|
28
|
+
return result;
|
29
|
+
}
|
30
|
+
|
31
|
+
module.exports = compact;
|
@@ -0,0 +1,43 @@
|
|
1
|
+
var arrayPush = require('./_arrayPush'),
|
2
|
+
baseFlatten = require('./_baseFlatten'),
|
3
|
+
copyArray = require('./_copyArray'),
|
4
|
+
isArray = require('./isArray');
|
5
|
+
|
6
|
+
/**
|
7
|
+
* Creates a new array concatenating `array` with any additional arrays
|
8
|
+
* and/or values.
|
9
|
+
*
|
10
|
+
* @static
|
11
|
+
* @memberOf _
|
12
|
+
* @since 4.0.0
|
13
|
+
* @category Array
|
14
|
+
* @param {Array} array The array to concatenate.
|
15
|
+
* @param {...*} [values] The values to concatenate.
|
16
|
+
* @returns {Array} Returns the new concatenated array.
|
17
|
+
* @example
|
18
|
+
*
|
19
|
+
* var array = [1];
|
20
|
+
* var other = _.concat(array, 2, [3], [[4]]);
|
21
|
+
*
|
22
|
+
* console.log(other);
|
23
|
+
* // => [1, 2, 3, [4]]
|
24
|
+
*
|
25
|
+
* console.log(array);
|
26
|
+
* // => [1]
|
27
|
+
*/
|
28
|
+
function concat() {
|
29
|
+
var length = arguments.length;
|
30
|
+
if (!length) {
|
31
|
+
return [];
|
32
|
+
}
|
33
|
+
var args = Array(length - 1),
|
34
|
+
array = arguments[0],
|
35
|
+
index = length;
|
36
|
+
|
37
|
+
while (index--) {
|
38
|
+
args[index - 1] = arguments[index];
|
39
|
+
}
|
40
|
+
return arrayPush(isArray(array) ? copyArray(array) : [array], baseFlatten(args, 1));
|
41
|
+
}
|
42
|
+
|
43
|
+
module.exports = concat;
|
@@ -0,0 +1,60 @@
|
|
1
|
+
var apply = require('./_apply'),
|
2
|
+
arrayMap = require('./_arrayMap'),
|
3
|
+
baseIteratee = require('./_baseIteratee'),
|
4
|
+
baseRest = require('./_baseRest');
|
5
|
+
|
6
|
+
/** Error message constants. */
|
7
|
+
var FUNC_ERROR_TEXT = 'Expected a function';
|
8
|
+
|
9
|
+
/**
|
10
|
+
* Creates a function that iterates over `pairs` and invokes the corresponding
|
11
|
+
* function of the first predicate to return truthy. The predicate-function
|
12
|
+
* pairs are invoked with the `this` binding and arguments of the created
|
13
|
+
* function.
|
14
|
+
*
|
15
|
+
* @static
|
16
|
+
* @memberOf _
|
17
|
+
* @since 4.0.0
|
18
|
+
* @category Util
|
19
|
+
* @param {Array} pairs The predicate-function pairs.
|
20
|
+
* @returns {Function} Returns the new composite function.
|
21
|
+
* @example
|
22
|
+
*
|
23
|
+
* var func = _.cond([
|
24
|
+
* [_.matches({ 'a': 1 }), _.constant('matches A')],
|
25
|
+
* [_.conforms({ 'b': _.isNumber }), _.constant('matches B')],
|
26
|
+
* [_.stubTrue, _.constant('no match')]
|
27
|
+
* ]);
|
28
|
+
*
|
29
|
+
* func({ 'a': 1, 'b': 2 });
|
30
|
+
* // => 'matches A'
|
31
|
+
*
|
32
|
+
* func({ 'a': 0, 'b': 1 });
|
33
|
+
* // => 'matches B'
|
34
|
+
*
|
35
|
+
* func({ 'a': '1', 'b': '2' });
|
36
|
+
* // => 'no match'
|
37
|
+
*/
|
38
|
+
function cond(pairs) {
|
39
|
+
var length = pairs == null ? 0 : pairs.length,
|
40
|
+
toIteratee = baseIteratee;
|
41
|
+
|
42
|
+
pairs = !length ? [] : arrayMap(pairs, function(pair) {
|
43
|
+
if (typeof pair[1] != 'function') {
|
44
|
+
throw new TypeError(FUNC_ERROR_TEXT);
|
45
|
+
}
|
46
|
+
return [toIteratee(pair[0]), pair[1]];
|
47
|
+
});
|
48
|
+
|
49
|
+
return baseRest(function(args) {
|
50
|
+
var index = -1;
|
51
|
+
while (++index < length) {
|
52
|
+
var pair = pairs[index];
|
53
|
+
if (apply(pair[0], this, args)) {
|
54
|
+
return apply(pair[1], this, args);
|
55
|
+
}
|
56
|
+
}
|
57
|
+
});
|
58
|
+
}
|
59
|
+
|
60
|
+
module.exports = cond;
|