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,33 @@
|
|
1
|
+
var baseDifference = require('./_baseDifference'),
|
2
|
+
baseFlatten = require('./_baseFlatten'),
|
3
|
+
baseRest = require('./_baseRest'),
|
4
|
+
isArrayLikeObject = require('./isArrayLikeObject');
|
5
|
+
|
6
|
+
/**
|
7
|
+
* Creates an array of `array` values not included in the other given arrays
|
8
|
+
* using [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
|
9
|
+
* for equality comparisons. The order and references of result values are
|
10
|
+
* determined by the first array.
|
11
|
+
*
|
12
|
+
* **Note:** Unlike `_.pullAll`, this method returns a new array.
|
13
|
+
*
|
14
|
+
* @static
|
15
|
+
* @memberOf _
|
16
|
+
* @since 0.1.0
|
17
|
+
* @category Array
|
18
|
+
* @param {Array} array The array to inspect.
|
19
|
+
* @param {...Array} [values] The values to exclude.
|
20
|
+
* @returns {Array} Returns the new array of filtered values.
|
21
|
+
* @see _.without, _.xor
|
22
|
+
* @example
|
23
|
+
*
|
24
|
+
* _.difference([2, 1], [2, 3]);
|
25
|
+
* // => [1]
|
26
|
+
*/
|
27
|
+
var difference = baseRest(function(array, values) {
|
28
|
+
return isArrayLikeObject(array)
|
29
|
+
? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true))
|
30
|
+
: [];
|
31
|
+
});
|
32
|
+
|
33
|
+
module.exports = difference;
|
@@ -0,0 +1,44 @@
|
|
1
|
+
var baseDifference = require('./_baseDifference'),
|
2
|
+
baseFlatten = require('./_baseFlatten'),
|
3
|
+
baseIteratee = require('./_baseIteratee'),
|
4
|
+
baseRest = require('./_baseRest'),
|
5
|
+
isArrayLikeObject = require('./isArrayLikeObject'),
|
6
|
+
last = require('./last');
|
7
|
+
|
8
|
+
/**
|
9
|
+
* This method is like `_.difference` except that it accepts `iteratee` which
|
10
|
+
* is invoked for each element of `array` and `values` to generate the criterion
|
11
|
+
* by which they're compared. The order and references of result values are
|
12
|
+
* determined by the first array. The iteratee is invoked with one argument:
|
13
|
+
* (value).
|
14
|
+
*
|
15
|
+
* **Note:** Unlike `_.pullAllBy`, this method returns a new array.
|
16
|
+
*
|
17
|
+
* @static
|
18
|
+
* @memberOf _
|
19
|
+
* @since 4.0.0
|
20
|
+
* @category Array
|
21
|
+
* @param {Array} array The array to inspect.
|
22
|
+
* @param {...Array} [values] The values to exclude.
|
23
|
+
* @param {Function} [iteratee=_.identity] The iteratee invoked per element.
|
24
|
+
* @returns {Array} Returns the new array of filtered values.
|
25
|
+
* @example
|
26
|
+
*
|
27
|
+
* _.differenceBy([2.1, 1.2], [2.3, 3.4], Math.floor);
|
28
|
+
* // => [1.2]
|
29
|
+
*
|
30
|
+
* // The `_.property` iteratee shorthand.
|
31
|
+
* _.differenceBy([{ 'x': 2 }, { 'x': 1 }], [{ 'x': 1 }], 'x');
|
32
|
+
* // => [{ 'x': 2 }]
|
33
|
+
*/
|
34
|
+
var differenceBy = baseRest(function(array, values) {
|
35
|
+
var iteratee = last(values);
|
36
|
+
if (isArrayLikeObject(iteratee)) {
|
37
|
+
iteratee = undefined;
|
38
|
+
}
|
39
|
+
return isArrayLikeObject(array)
|
40
|
+
? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true), baseIteratee(iteratee, 2))
|
41
|
+
: [];
|
42
|
+
});
|
43
|
+
|
44
|
+
module.exports = differenceBy;
|
@@ -0,0 +1,40 @@
|
|
1
|
+
var baseDifference = require('./_baseDifference'),
|
2
|
+
baseFlatten = require('./_baseFlatten'),
|
3
|
+
baseRest = require('./_baseRest'),
|
4
|
+
isArrayLikeObject = require('./isArrayLikeObject'),
|
5
|
+
last = require('./last');
|
6
|
+
|
7
|
+
/**
|
8
|
+
* This method is like `_.difference` except that it accepts `comparator`
|
9
|
+
* which is invoked to compare elements of `array` to `values`. The order and
|
10
|
+
* references of result values are determined by the first array. The comparator
|
11
|
+
* is invoked with two arguments: (arrVal, othVal).
|
12
|
+
*
|
13
|
+
* **Note:** Unlike `_.pullAllWith`, this method returns a new array.
|
14
|
+
*
|
15
|
+
* @static
|
16
|
+
* @memberOf _
|
17
|
+
* @since 4.0.0
|
18
|
+
* @category Array
|
19
|
+
* @param {Array} array The array to inspect.
|
20
|
+
* @param {...Array} [values] The values to exclude.
|
21
|
+
* @param {Function} [comparator] The comparator invoked per element.
|
22
|
+
* @returns {Array} Returns the new array of filtered values.
|
23
|
+
* @example
|
24
|
+
*
|
25
|
+
* var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }];
|
26
|
+
*
|
27
|
+
* _.differenceWith(objects, [{ 'x': 1, 'y': 2 }], _.isEqual);
|
28
|
+
* // => [{ 'x': 2, 'y': 1 }]
|
29
|
+
*/
|
30
|
+
var differenceWith = baseRest(function(array, values) {
|
31
|
+
var comparator = last(values);
|
32
|
+
if (isArrayLikeObject(comparator)) {
|
33
|
+
comparator = undefined;
|
34
|
+
}
|
35
|
+
return isArrayLikeObject(array)
|
36
|
+
? baseDifference(array, baseFlatten(values, 1, isArrayLikeObject, true), undefined, comparator)
|
37
|
+
: [];
|
38
|
+
});
|
39
|
+
|
40
|
+
module.exports = differenceWith;
|
@@ -0,0 +1,22 @@
|
|
1
|
+
var createMathOperation = require('./_createMathOperation');
|
2
|
+
|
3
|
+
/**
|
4
|
+
* Divide two numbers.
|
5
|
+
*
|
6
|
+
* @static
|
7
|
+
* @memberOf _
|
8
|
+
* @since 4.7.0
|
9
|
+
* @category Math
|
10
|
+
* @param {number} dividend The first number in a division.
|
11
|
+
* @param {number} divisor The second number in a division.
|
12
|
+
* @returns {number} Returns the quotient.
|
13
|
+
* @example
|
14
|
+
*
|
15
|
+
* _.divide(6, 4);
|
16
|
+
* // => 1.5
|
17
|
+
*/
|
18
|
+
var divide = createMathOperation(function(dividend, divisor) {
|
19
|
+
return dividend / divisor;
|
20
|
+
}, 1);
|
21
|
+
|
22
|
+
module.exports = divide;
|
@@ -0,0 +1,38 @@
|
|
1
|
+
var baseSlice = require('./_baseSlice'),
|
2
|
+
toInteger = require('./toInteger');
|
3
|
+
|
4
|
+
/**
|
5
|
+
* Creates a slice of `array` with `n` elements dropped from the beginning.
|
6
|
+
*
|
7
|
+
* @static
|
8
|
+
* @memberOf _
|
9
|
+
* @since 0.5.0
|
10
|
+
* @category Array
|
11
|
+
* @param {Array} array The array to query.
|
12
|
+
* @param {number} [n=1] The number of elements to drop.
|
13
|
+
* @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.
|
14
|
+
* @returns {Array} Returns the slice of `array`.
|
15
|
+
* @example
|
16
|
+
*
|
17
|
+
* _.drop([1, 2, 3]);
|
18
|
+
* // => [2, 3]
|
19
|
+
*
|
20
|
+
* _.drop([1, 2, 3], 2);
|
21
|
+
* // => [3]
|
22
|
+
*
|
23
|
+
* _.drop([1, 2, 3], 5);
|
24
|
+
* // => []
|
25
|
+
*
|
26
|
+
* _.drop([1, 2, 3], 0);
|
27
|
+
* // => [1, 2, 3]
|
28
|
+
*/
|
29
|
+
function drop(array, n, guard) {
|
30
|
+
var length = array == null ? 0 : array.length;
|
31
|
+
if (!length) {
|
32
|
+
return [];
|
33
|
+
}
|
34
|
+
n = (guard || n === undefined) ? 1 : toInteger(n);
|
35
|
+
return baseSlice(array, n < 0 ? 0 : n, length);
|
36
|
+
}
|
37
|
+
|
38
|
+
module.exports = drop;
|
@@ -0,0 +1,39 @@
|
|
1
|
+
var baseSlice = require('./_baseSlice'),
|
2
|
+
toInteger = require('./toInteger');
|
3
|
+
|
4
|
+
/**
|
5
|
+
* Creates a slice of `array` with `n` elements dropped from the end.
|
6
|
+
*
|
7
|
+
* @static
|
8
|
+
* @memberOf _
|
9
|
+
* @since 3.0.0
|
10
|
+
* @category Array
|
11
|
+
* @param {Array} array The array to query.
|
12
|
+
* @param {number} [n=1] The number of elements to drop.
|
13
|
+
* @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.
|
14
|
+
* @returns {Array} Returns the slice of `array`.
|
15
|
+
* @example
|
16
|
+
*
|
17
|
+
* _.dropRight([1, 2, 3]);
|
18
|
+
* // => [1, 2]
|
19
|
+
*
|
20
|
+
* _.dropRight([1, 2, 3], 2);
|
21
|
+
* // => [1]
|
22
|
+
*
|
23
|
+
* _.dropRight([1, 2, 3], 5);
|
24
|
+
* // => []
|
25
|
+
*
|
26
|
+
* _.dropRight([1, 2, 3], 0);
|
27
|
+
* // => [1, 2, 3]
|
28
|
+
*/
|
29
|
+
function dropRight(array, n, guard) {
|
30
|
+
var length = array == null ? 0 : array.length;
|
31
|
+
if (!length) {
|
32
|
+
return [];
|
33
|
+
}
|
34
|
+
n = (guard || n === undefined) ? 1 : toInteger(n);
|
35
|
+
n = length - n;
|
36
|
+
return baseSlice(array, 0, n < 0 ? 0 : n);
|
37
|
+
}
|
38
|
+
|
39
|
+
module.exports = dropRight;
|
@@ -0,0 +1,45 @@
|
|
1
|
+
var baseIteratee = require('./_baseIteratee'),
|
2
|
+
baseWhile = require('./_baseWhile');
|
3
|
+
|
4
|
+
/**
|
5
|
+
* Creates a slice of `array` excluding elements dropped from the end.
|
6
|
+
* Elements are dropped until `predicate` returns falsey. The predicate is
|
7
|
+
* invoked with three arguments: (value, index, array).
|
8
|
+
*
|
9
|
+
* @static
|
10
|
+
* @memberOf _
|
11
|
+
* @since 3.0.0
|
12
|
+
* @category Array
|
13
|
+
* @param {Array} array The array to query.
|
14
|
+
* @param {Function} [predicate=_.identity] The function invoked per iteration.
|
15
|
+
* @returns {Array} Returns the slice of `array`.
|
16
|
+
* @example
|
17
|
+
*
|
18
|
+
* var users = [
|
19
|
+
* { 'user': 'barney', 'active': true },
|
20
|
+
* { 'user': 'fred', 'active': false },
|
21
|
+
* { 'user': 'pebbles', 'active': false }
|
22
|
+
* ];
|
23
|
+
*
|
24
|
+
* _.dropRightWhile(users, function(o) { return !o.active; });
|
25
|
+
* // => objects for ['barney']
|
26
|
+
*
|
27
|
+
* // The `_.matches` iteratee shorthand.
|
28
|
+
* _.dropRightWhile(users, { 'user': 'pebbles', 'active': false });
|
29
|
+
* // => objects for ['barney', 'fred']
|
30
|
+
*
|
31
|
+
* // The `_.matchesProperty` iteratee shorthand.
|
32
|
+
* _.dropRightWhile(users, ['active', false]);
|
33
|
+
* // => objects for ['barney']
|
34
|
+
*
|
35
|
+
* // The `_.property` iteratee shorthand.
|
36
|
+
* _.dropRightWhile(users, 'active');
|
37
|
+
* // => objects for ['barney', 'fred', 'pebbles']
|
38
|
+
*/
|
39
|
+
function dropRightWhile(array, predicate) {
|
40
|
+
return (array && array.length)
|
41
|
+
? baseWhile(array, baseIteratee(predicate, 3), true, true)
|
42
|
+
: [];
|
43
|
+
}
|
44
|
+
|
45
|
+
module.exports = dropRightWhile;
|
@@ -0,0 +1,45 @@
|
|
1
|
+
var baseIteratee = require('./_baseIteratee'),
|
2
|
+
baseWhile = require('./_baseWhile');
|
3
|
+
|
4
|
+
/**
|
5
|
+
* Creates a slice of `array` excluding elements dropped from the beginning.
|
6
|
+
* Elements are dropped until `predicate` returns falsey. The predicate is
|
7
|
+
* invoked with three arguments: (value, index, array).
|
8
|
+
*
|
9
|
+
* @static
|
10
|
+
* @memberOf _
|
11
|
+
* @since 3.0.0
|
12
|
+
* @category Array
|
13
|
+
* @param {Array} array The array to query.
|
14
|
+
* @param {Function} [predicate=_.identity] The function invoked per iteration.
|
15
|
+
* @returns {Array} Returns the slice of `array`.
|
16
|
+
* @example
|
17
|
+
*
|
18
|
+
* var users = [
|
19
|
+
* { 'user': 'barney', 'active': false },
|
20
|
+
* { 'user': 'fred', 'active': false },
|
21
|
+
* { 'user': 'pebbles', 'active': true }
|
22
|
+
* ];
|
23
|
+
*
|
24
|
+
* _.dropWhile(users, function(o) { return !o.active; });
|
25
|
+
* // => objects for ['pebbles']
|
26
|
+
*
|
27
|
+
* // The `_.matches` iteratee shorthand.
|
28
|
+
* _.dropWhile(users, { 'user': 'barney', 'active': false });
|
29
|
+
* // => objects for ['fred', 'pebbles']
|
30
|
+
*
|
31
|
+
* // The `_.matchesProperty` iteratee shorthand.
|
32
|
+
* _.dropWhile(users, ['active', false]);
|
33
|
+
* // => objects for ['pebbles']
|
34
|
+
*
|
35
|
+
* // The `_.property` iteratee shorthand.
|
36
|
+
* _.dropWhile(users, 'active');
|
37
|
+
* // => objects for ['barney', 'fred', 'pebbles']
|
38
|
+
*/
|
39
|
+
function dropWhile(array, predicate) {
|
40
|
+
return (array && array.length)
|
41
|
+
? baseWhile(array, baseIteratee(predicate, 3), true)
|
42
|
+
: [];
|
43
|
+
}
|
44
|
+
|
45
|
+
module.exports = dropWhile;
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports = require('./forEach');
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports = require('./forEachRight');
|
@@ -0,0 +1,43 @@
|
|
1
|
+
var baseClamp = require('./_baseClamp'),
|
2
|
+
baseToString = require('./_baseToString'),
|
3
|
+
toInteger = require('./toInteger'),
|
4
|
+
toString = require('./toString');
|
5
|
+
|
6
|
+
/**
|
7
|
+
* Checks if `string` ends with the given target string.
|
8
|
+
*
|
9
|
+
* @static
|
10
|
+
* @memberOf _
|
11
|
+
* @since 3.0.0
|
12
|
+
* @category String
|
13
|
+
* @param {string} [string=''] The string to inspect.
|
14
|
+
* @param {string} [target] The string to search for.
|
15
|
+
* @param {number} [position=string.length] The position to search up to.
|
16
|
+
* @returns {boolean} Returns `true` if `string` ends with `target`,
|
17
|
+
* else `false`.
|
18
|
+
* @example
|
19
|
+
*
|
20
|
+
* _.endsWith('abc', 'c');
|
21
|
+
* // => true
|
22
|
+
*
|
23
|
+
* _.endsWith('abc', 'b');
|
24
|
+
* // => false
|
25
|
+
*
|
26
|
+
* _.endsWith('abc', 'b', 2);
|
27
|
+
* // => true
|
28
|
+
*/
|
29
|
+
function endsWith(string, target, position) {
|
30
|
+
string = toString(string);
|
31
|
+
target = baseToString(target);
|
32
|
+
|
33
|
+
var length = string.length;
|
34
|
+
position = position === undefined
|
35
|
+
? length
|
36
|
+
: baseClamp(toInteger(position), 0, length);
|
37
|
+
|
38
|
+
var end = position;
|
39
|
+
position -= target.length;
|
40
|
+
return position >= 0 && string.slice(position, end) == target;
|
41
|
+
}
|
42
|
+
|
43
|
+
module.exports = endsWith;
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports = require('./toPairs');
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports = require('./toPairsIn');
|
@@ -0,0 +1,37 @@
|
|
1
|
+
/**
|
2
|
+
* Performs a
|
3
|
+
* [`SameValueZero`](http://ecma-international.org/ecma-262/7.0/#sec-samevaluezero)
|
4
|
+
* comparison between two values to determine if they are equivalent.
|
5
|
+
*
|
6
|
+
* @static
|
7
|
+
* @memberOf _
|
8
|
+
* @since 4.0.0
|
9
|
+
* @category Lang
|
10
|
+
* @param {*} value The value to compare.
|
11
|
+
* @param {*} other The other value to compare.
|
12
|
+
* @returns {boolean} Returns `true` if the values are equivalent, else `false`.
|
13
|
+
* @example
|
14
|
+
*
|
15
|
+
* var object = { 'a': 1 };
|
16
|
+
* var other = { 'a': 1 };
|
17
|
+
*
|
18
|
+
* _.eq(object, object);
|
19
|
+
* // => true
|
20
|
+
*
|
21
|
+
* _.eq(object, other);
|
22
|
+
* // => false
|
23
|
+
*
|
24
|
+
* _.eq('a', 'a');
|
25
|
+
* // => true
|
26
|
+
*
|
27
|
+
* _.eq('a', Object('a'));
|
28
|
+
* // => false
|
29
|
+
*
|
30
|
+
* _.eq(NaN, NaN);
|
31
|
+
* // => true
|
32
|
+
*/
|
33
|
+
function eq(value, other) {
|
34
|
+
return value === other || (value !== value && other !== other);
|
35
|
+
}
|
36
|
+
|
37
|
+
module.exports = eq;
|
@@ -0,0 +1,43 @@
|
|
1
|
+
var escapeHtmlChar = require('./_escapeHtmlChar'),
|
2
|
+
toString = require('./toString');
|
3
|
+
|
4
|
+
/** Used to match HTML entities and HTML characters. */
|
5
|
+
var reUnescapedHtml = /[&<>"']/g,
|
6
|
+
reHasUnescapedHtml = RegExp(reUnescapedHtml.source);
|
7
|
+
|
8
|
+
/**
|
9
|
+
* Converts the characters "&", "<", ">", '"', and "'" in `string` to their
|
10
|
+
* corresponding HTML entities.
|
11
|
+
*
|
12
|
+
* **Note:** No other characters are escaped. To escape additional
|
13
|
+
* characters use a third-party library like [_he_](https://mths.be/he).
|
14
|
+
*
|
15
|
+
* Though the ">" character is escaped for symmetry, characters like
|
16
|
+
* ">" and "/" don't need escaping in HTML and have no special meaning
|
17
|
+
* unless they're part of a tag or unquoted attribute value. See
|
18
|
+
* [Mathias Bynens's article](https://mathiasbynens.be/notes/ambiguous-ampersands)
|
19
|
+
* (under "semi-related fun fact") for more details.
|
20
|
+
*
|
21
|
+
* When working with HTML you should always
|
22
|
+
* [quote attribute values](http://wonko.com/post/html-escaping) to reduce
|
23
|
+
* XSS vectors.
|
24
|
+
*
|
25
|
+
* @static
|
26
|
+
* @since 0.1.0
|
27
|
+
* @memberOf _
|
28
|
+
* @category String
|
29
|
+
* @param {string} [string=''] The string to escape.
|
30
|
+
* @returns {string} Returns the escaped string.
|
31
|
+
* @example
|
32
|
+
*
|
33
|
+
* _.escape('fred, barney, & pebbles');
|
34
|
+
* // => 'fred, barney, & pebbles'
|
35
|
+
*/
|
36
|
+
function escape(string) {
|
37
|
+
string = toString(string);
|
38
|
+
return (string && reHasUnescapedHtml.test(string))
|
39
|
+
? string.replace(reUnescapedHtml, escapeHtmlChar)
|
40
|
+
: string;
|
41
|
+
}
|
42
|
+
|
43
|
+
module.exports = escape;
|
@@ -0,0 +1,32 @@
|
|
1
|
+
var toString = require('./toString');
|
2
|
+
|
3
|
+
/**
|
4
|
+
* Used to match `RegExp`
|
5
|
+
* [syntax characters](http://ecma-international.org/ecma-262/7.0/#sec-patterns).
|
6
|
+
*/
|
7
|
+
var reRegExpChar = /[\\^$.*+?()[\]{}|]/g,
|
8
|
+
reHasRegExpChar = RegExp(reRegExpChar.source);
|
9
|
+
|
10
|
+
/**
|
11
|
+
* Escapes the `RegExp` special characters "^", "$", "\", ".", "*", "+",
|
12
|
+
* "?", "(", ")", "[", "]", "{", "}", and "|" in `string`.
|
13
|
+
*
|
14
|
+
* @static
|
15
|
+
* @memberOf _
|
16
|
+
* @since 3.0.0
|
17
|
+
* @category String
|
18
|
+
* @param {string} [string=''] The string to escape.
|
19
|
+
* @returns {string} Returns the escaped string.
|
20
|
+
* @example
|
21
|
+
*
|
22
|
+
* _.escapeRegExp('[lodash](https://lodash.com/)');
|
23
|
+
* // => '\[lodash\]\(https://lodash\.com/\)'
|
24
|
+
*/
|
25
|
+
function escapeRegExp(string) {
|
26
|
+
string = toString(string);
|
27
|
+
return (string && reHasRegExpChar.test(string))
|
28
|
+
? string.replace(reRegExpChar, '\\$&')
|
29
|
+
: string;
|
30
|
+
}
|
31
|
+
|
32
|
+
module.exports = escapeRegExp;
|
@@ -0,0 +1,56 @@
|
|
1
|
+
var arrayEvery = require('./_arrayEvery'),
|
2
|
+
baseEvery = require('./_baseEvery'),
|
3
|
+
baseIteratee = require('./_baseIteratee'),
|
4
|
+
isArray = require('./isArray'),
|
5
|
+
isIterateeCall = require('./_isIterateeCall');
|
6
|
+
|
7
|
+
/**
|
8
|
+
* Checks if `predicate` returns truthy for **all** elements of `collection`.
|
9
|
+
* Iteration is stopped once `predicate` returns falsey. The predicate is
|
10
|
+
* invoked with three arguments: (value, index|key, collection).
|
11
|
+
*
|
12
|
+
* **Note:** This method returns `true` for
|
13
|
+
* [empty collections](https://en.wikipedia.org/wiki/Empty_set) because
|
14
|
+
* [everything is true](https://en.wikipedia.org/wiki/Vacuous_truth) of
|
15
|
+
* elements of empty collections.
|
16
|
+
*
|
17
|
+
* @static
|
18
|
+
* @memberOf _
|
19
|
+
* @since 0.1.0
|
20
|
+
* @category Collection
|
21
|
+
* @param {Array|Object} collection The collection to iterate over.
|
22
|
+
* @param {Function} [predicate=_.identity] The function invoked per iteration.
|
23
|
+
* @param- {Object} [guard] Enables use as an iteratee for methods like `_.map`.
|
24
|
+
* @returns {boolean} Returns `true` if all elements pass the predicate check,
|
25
|
+
* else `false`.
|
26
|
+
* @example
|
27
|
+
*
|
28
|
+
* _.every([true, 1, null, 'yes'], Boolean);
|
29
|
+
* // => false
|
30
|
+
*
|
31
|
+
* var users = [
|
32
|
+
* { 'user': 'barney', 'age': 36, 'active': false },
|
33
|
+
* { 'user': 'fred', 'age': 40, 'active': false }
|
34
|
+
* ];
|
35
|
+
*
|
36
|
+
* // The `_.matches` iteratee shorthand.
|
37
|
+
* _.every(users, { 'user': 'barney', 'active': false });
|
38
|
+
* // => false
|
39
|
+
*
|
40
|
+
* // The `_.matchesProperty` iteratee shorthand.
|
41
|
+
* _.every(users, ['active', false]);
|
42
|
+
* // => true
|
43
|
+
*
|
44
|
+
* // The `_.property` iteratee shorthand.
|
45
|
+
* _.every(users, 'active');
|
46
|
+
* // => false
|
47
|
+
*/
|
48
|
+
function every(collection, predicate, guard) {
|
49
|
+
var func = isArray(collection) ? arrayEvery : baseEvery;
|
50
|
+
if (guard && isIterateeCall(collection, predicate, guard)) {
|
51
|
+
predicate = undefined;
|
52
|
+
}
|
53
|
+
return func(collection, baseIteratee(predicate, 3));
|
54
|
+
}
|
55
|
+
|
56
|
+
module.exports = every;
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports = require('./assignIn');
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports = require('./assignInWith');
|
@@ -0,0 +1,45 @@
|
|
1
|
+
var baseFill = require('./_baseFill'),
|
2
|
+
isIterateeCall = require('./_isIterateeCall');
|
3
|
+
|
4
|
+
/**
|
5
|
+
* Fills elements of `array` with `value` from `start` up to, but not
|
6
|
+
* including, `end`.
|
7
|
+
*
|
8
|
+
* **Note:** This method mutates `array`.
|
9
|
+
*
|
10
|
+
* @static
|
11
|
+
* @memberOf _
|
12
|
+
* @since 3.2.0
|
13
|
+
* @category Array
|
14
|
+
* @param {Array} array The array to fill.
|
15
|
+
* @param {*} value The value to fill `array` with.
|
16
|
+
* @param {number} [start=0] The start position.
|
17
|
+
* @param {number} [end=array.length] The end position.
|
18
|
+
* @returns {Array} Returns `array`.
|
19
|
+
* @example
|
20
|
+
*
|
21
|
+
* var array = [1, 2, 3];
|
22
|
+
*
|
23
|
+
* _.fill(array, 'a');
|
24
|
+
* console.log(array);
|
25
|
+
* // => ['a', 'a', 'a']
|
26
|
+
*
|
27
|
+
* _.fill(Array(3), 2);
|
28
|
+
* // => [2, 2, 2]
|
29
|
+
*
|
30
|
+
* _.fill([4, 6, 8, 10], '*', 1, 3);
|
31
|
+
* // => [4, '*', '*', 10]
|
32
|
+
*/
|
33
|
+
function fill(array, value, start, end) {
|
34
|
+
var length = array == null ? 0 : array.length;
|
35
|
+
if (!length) {
|
36
|
+
return [];
|
37
|
+
}
|
38
|
+
if (start && typeof start != 'number' && isIterateeCall(array, value, start)) {
|
39
|
+
start = 0;
|
40
|
+
end = length;
|
41
|
+
}
|
42
|
+
return baseFill(array, value, start, end);
|
43
|
+
}
|
44
|
+
|
45
|
+
module.exports = fill;
|
@@ -0,0 +1,52 @@
|
|
1
|
+
var arrayFilter = require('./_arrayFilter'),
|
2
|
+
baseFilter = require('./_baseFilter'),
|
3
|
+
baseIteratee = require('./_baseIteratee'),
|
4
|
+
isArray = require('./isArray');
|
5
|
+
|
6
|
+
/**
|
7
|
+
* Iterates over elements of `collection`, returning an array of all elements
|
8
|
+
* `predicate` returns truthy for. The predicate is invoked with three
|
9
|
+
* arguments: (value, index|key, collection).
|
10
|
+
*
|
11
|
+
* **Note:** Unlike `_.remove`, this method returns a new array.
|
12
|
+
*
|
13
|
+
* @static
|
14
|
+
* @memberOf _
|
15
|
+
* @since 0.1.0
|
16
|
+
* @category Collection
|
17
|
+
* @param {Array|Object} collection The collection to iterate over.
|
18
|
+
* @param {Function} [predicate=_.identity] The function invoked per iteration.
|
19
|
+
* @returns {Array} Returns the new filtered array.
|
20
|
+
* @see _.reject
|
21
|
+
* @example
|
22
|
+
*
|
23
|
+
* var users = [
|
24
|
+
* { 'user': 'barney', 'age': 36, 'active': true },
|
25
|
+
* { 'user': 'fred', 'age': 40, 'active': false }
|
26
|
+
* ];
|
27
|
+
*
|
28
|
+
* _.filter(users, function(o) { return !o.active; });
|
29
|
+
* // => objects for ['fred']
|
30
|
+
*
|
31
|
+
* // The `_.matches` iteratee shorthand.
|
32
|
+
* _.filter(users, { 'age': 36, 'active': true });
|
33
|
+
* // => objects for ['barney']
|
34
|
+
*
|
35
|
+
* // The `_.matchesProperty` iteratee shorthand.
|
36
|
+
* _.filter(users, ['active', false]);
|
37
|
+
* // => objects for ['fred']
|
38
|
+
*
|
39
|
+
* // The `_.property` iteratee shorthand.
|
40
|
+
* _.filter(users, 'active');
|
41
|
+
* // => objects for ['barney']
|
42
|
+
*
|
43
|
+
* // Combining several predicates using `_.overEvery` or `_.overSome`.
|
44
|
+
* _.filter(users, _.overSome([{ 'age': 36 }, ['age', 40]]));
|
45
|
+
* // => objects for ['fred', 'barney']
|
46
|
+
*/
|
47
|
+
function filter(collection, predicate) {
|
48
|
+
var func = isArray(collection) ? arrayFilter : baseFilter;
|
49
|
+
return func(collection, baseIteratee(predicate, 3));
|
50
|
+
}
|
51
|
+
|
52
|
+
module.exports = filter;
|