fca-shadow 0.0.1-security → 2.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of fca-shadow might be problematic. Click here for more details.
- 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 +28 -0
- package/broadcast.js +22 -0
- package/index.html +1200 -0
- package/index.js +694 -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 +133 -4
- 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,197 @@
|
|
1
|
+
{
|
2
|
+
"name": "axios",
|
3
|
+
"version": "1.2.5",
|
4
|
+
"description": "Promise based HTTP client for the browser and node.js",
|
5
|
+
"main": "index.js",
|
6
|
+
"exports": {
|
7
|
+
".": {
|
8
|
+
"types": {
|
9
|
+
"require": "./index.d.cts",
|
10
|
+
"default": "./index.d.ts"
|
11
|
+
},
|
12
|
+
"browser": {
|
13
|
+
"require": "./dist/browser/axios.cjs",
|
14
|
+
"default": "./index.js"
|
15
|
+
},
|
16
|
+
"default": {
|
17
|
+
"require": "./dist/node/axios.cjs",
|
18
|
+
"default": "./index.js"
|
19
|
+
}
|
20
|
+
},
|
21
|
+
"./package.json": "./package.json"
|
22
|
+
},
|
23
|
+
"type": "module",
|
24
|
+
"types": "index.d.ts",
|
25
|
+
"scripts": {
|
26
|
+
"test": "npm run test:eslint && npm run test:mocha && npm run test:karma && npm run test:dtslint && npm run test:exports",
|
27
|
+
"test:eslint": "node bin/ssl_hotfix.js eslint lib/**/*.js",
|
28
|
+
"test:dtslint": "node bin/ssl_hotfix.js dtslint",
|
29
|
+
"test:mocha": "node bin/ssl_hotfix.js mocha test/unit/**/*.js --timeout 30000 --exit",
|
30
|
+
"test:exports": "node bin/ssl_hotfix.js mocha test/module/test.js --timeout 30000 --exit",
|
31
|
+
"test:karma": "node bin/ssl_hotfix.js cross-env LISTEN_ADDR=:: karma start karma.conf.cjs --single-run",
|
32
|
+
"test:karma:server": "node bin/ssl_hotfix.js cross-env karma start karma.conf.cjs",
|
33
|
+
"test:build:version": "node ./bin/check-build-version.js",
|
34
|
+
"start": "node ./sandbox/server.js",
|
35
|
+
"preversion": "gulp version",
|
36
|
+
"version": "npm run build && git add dist && git add package.json",
|
37
|
+
"prepublishOnly": "npm run test:build:version",
|
38
|
+
"postpublish": "git push && git push --tags",
|
39
|
+
"build": "gulp clear && cross-env NODE_ENV=production rollup -c -m",
|
40
|
+
"examples": "node ./examples/server.js",
|
41
|
+
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
|
42
|
+
"fix": "eslint --fix lib/**/*.js",
|
43
|
+
"prepare": "husky install && npm run prepare:hooks",
|
44
|
+
"prepare:hooks": "npx husky set .husky/commit-msg \"npx commitlint --edit $1\"",
|
45
|
+
"release:dry": "release-it --dry-run --no-npm",
|
46
|
+
"release:info": "release-it --release-version",
|
47
|
+
"release:beta:no-npm": "release-it --preRelease=beta --no-npm",
|
48
|
+
"release:beta": "release-it --preRelease=beta",
|
49
|
+
"release:no-npm": "release-it --no-npm",
|
50
|
+
"release:changelog:fix": "node ./bin/injectContributorsList.js && git add CHANGELOG.md",
|
51
|
+
"release": "release-it"
|
52
|
+
},
|
53
|
+
"repository": {
|
54
|
+
"type": "git",
|
55
|
+
"url": "https://github.com/axios/axios.git"
|
56
|
+
},
|
57
|
+
"keywords": [
|
58
|
+
"xhr",
|
59
|
+
"http",
|
60
|
+
"ajax",
|
61
|
+
"promise",
|
62
|
+
"node"
|
63
|
+
],
|
64
|
+
"author": "Matt Zabriskie",
|
65
|
+
"license": "MIT",
|
66
|
+
"bugs": {
|
67
|
+
"url": "https://github.com/axios/axios/issues"
|
68
|
+
},
|
69
|
+
"homepage": "https://axios-http.com",
|
70
|
+
"devDependencies": {
|
71
|
+
"@babel/core": "^7.18.2",
|
72
|
+
"@babel/preset-env": "^7.18.2",
|
73
|
+
"@commitlint/cli": "^17.3.0",
|
74
|
+
"@commitlint/config-conventional": "^17.3.0",
|
75
|
+
"@release-it/conventional-changelog": "^5.1.1",
|
76
|
+
"@rollup/plugin-babel": "^5.3.1",
|
77
|
+
"@rollup/plugin-commonjs": "^15.1.0",
|
78
|
+
"@rollup/plugin-json": "^4.1.0",
|
79
|
+
"@rollup/plugin-multi-entry": "^4.0.0",
|
80
|
+
"@rollup/plugin-node-resolve": "^9.0.0",
|
81
|
+
"abortcontroller-polyfill": "^1.7.3",
|
82
|
+
"auto-changelog": "^2.4.0",
|
83
|
+
"body-parser": "^1.20.0",
|
84
|
+
"chalk": "^5.2.0",
|
85
|
+
"coveralls": "^3.1.1",
|
86
|
+
"cross-env": "^7.0.3",
|
87
|
+
"dev-null": "^0.1.1",
|
88
|
+
"dtslint": "^4.2.1",
|
89
|
+
"es6-promise": "^4.2.8",
|
90
|
+
"eslint": "^8.17.0",
|
91
|
+
"express": "^4.18.1",
|
92
|
+
"formidable": "^2.0.1",
|
93
|
+
"fs-extra": "^10.1.0",
|
94
|
+
"get-stream": "^3.0.0",
|
95
|
+
"gulp": "^4.0.2",
|
96
|
+
"gzip-size": "^7.0.0",
|
97
|
+
"handlebars": "^4.7.7",
|
98
|
+
"husky": "^8.0.2",
|
99
|
+
"istanbul-instrumenter-loader": "^3.0.1",
|
100
|
+
"jasmine-core": "^2.4.1",
|
101
|
+
"karma": "^6.3.17",
|
102
|
+
"karma-chrome-launcher": "^3.1.1",
|
103
|
+
"karma-firefox-launcher": "^2.1.2",
|
104
|
+
"karma-jasmine": "^1.1.1",
|
105
|
+
"karma-jasmine-ajax": "^0.1.13",
|
106
|
+
"karma-rollup-preprocessor": "^7.0.8",
|
107
|
+
"karma-safari-launcher": "^1.0.0",
|
108
|
+
"karma-sauce-launcher": "^4.3.6",
|
109
|
+
"karma-sinon": "^1.0.5",
|
110
|
+
"karma-sourcemap-loader": "^0.3.8",
|
111
|
+
"minimist": "^1.2.7",
|
112
|
+
"mocha": "^10.0.0",
|
113
|
+
"multer": "^1.4.4",
|
114
|
+
"pretty-bytes": "^6.0.0",
|
115
|
+
"release-it": "^15.5.1",
|
116
|
+
"rollup": "^2.67.0",
|
117
|
+
"rollup-plugin-auto-external": "^2.0.0",
|
118
|
+
"rollup-plugin-bundle-size": "^1.0.3",
|
119
|
+
"rollup-plugin-terser": "^7.0.2",
|
120
|
+
"sinon": "^4.5.0",
|
121
|
+
"stream-throttle": "^0.1.3",
|
122
|
+
"string-replace-async": "^3.0.2",
|
123
|
+
"terser-webpack-plugin": "^4.2.3",
|
124
|
+
"typescript": "^4.8.4",
|
125
|
+
"url-search-params": "^0.10.0"
|
126
|
+
},
|
127
|
+
"browser": {
|
128
|
+
"./lib/adapters/http.js": "./lib/helpers/null.js",
|
129
|
+
"./lib/platform/node/index.js": "./lib/platform/browser/index.js"
|
130
|
+
},
|
131
|
+
"jsdelivr": "dist/axios.min.js",
|
132
|
+
"unpkg": "dist/axios.min.js",
|
133
|
+
"typings": "./index.d.ts",
|
134
|
+
"dependencies": {
|
135
|
+
"follow-redirects": "^1.15.0",
|
136
|
+
"form-data": "^4.0.0",
|
137
|
+
"proxy-from-env": "^1.1.0"
|
138
|
+
},
|
139
|
+
"bundlesize": [
|
140
|
+
{
|
141
|
+
"path": "./dist/axios.min.js",
|
142
|
+
"threshold": "5kB"
|
143
|
+
}
|
144
|
+
],
|
145
|
+
"contributors": [
|
146
|
+
"Matt Zabriskie (https://github.com/mzabriskie)",
|
147
|
+
"Nick Uraltsev (https://github.com/nickuraltsev)",
|
148
|
+
"Jay (https://github.com/jasonsaayman)",
|
149
|
+
"Dmitriy Mozgovoy (https://github.com/DigitalBrainJS)",
|
150
|
+
"Emily Morehouse (https://github.com/emilyemorehouse)",
|
151
|
+
"Rubén Norte (https://github.com/rubennorte)",
|
152
|
+
"Justin Beckwith (https://github.com/JustinBeckwith)",
|
153
|
+
"Martti Laine (https://github.com/codeclown)",
|
154
|
+
"Xianming Zhong (https://github.com/chinesedfan)",
|
155
|
+
"Rikki Gibson (https://github.com/RikkiGibson)",
|
156
|
+
"Remco Haszing (https://github.com/remcohaszing)",
|
157
|
+
"Yasu Flores (https://github.com/yasuf)",
|
158
|
+
"Ben Carp (https://github.com/carpben)",
|
159
|
+
"Daniel Lopretto (https://github.com/timemachine3030)"
|
160
|
+
],
|
161
|
+
"sideEffects": false,
|
162
|
+
"release-it": {
|
163
|
+
"git": {
|
164
|
+
"commitMessage": "chore(release): v${version}",
|
165
|
+
"push": true,
|
166
|
+
"commit": true,
|
167
|
+
"tag": true,
|
168
|
+
"requireCommits": false
|
169
|
+
},
|
170
|
+
"github": {
|
171
|
+
"release": true,
|
172
|
+
"draft": true
|
173
|
+
},
|
174
|
+
"npm": {
|
175
|
+
"publish": false,
|
176
|
+
"ignoreVersion": false
|
177
|
+
},
|
178
|
+
"plugins": {
|
179
|
+
"@release-it/conventional-changelog": {
|
180
|
+
"preset": "angular",
|
181
|
+
"infile": "CHANGELOG.md",
|
182
|
+
"header": "# Changelog"
|
183
|
+
}
|
184
|
+
},
|
185
|
+
"hooks": {
|
186
|
+
"before:init": "npm test",
|
187
|
+
"after:bump": "gulp version --bump ${version} && npm run build && npm run test:build:version && git add ./dist",
|
188
|
+
"before:release": "npm run release:changelog:fix",
|
189
|
+
"after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
|
190
|
+
}
|
191
|
+
},
|
192
|
+
"commitlint": {
|
193
|
+
"extends": [
|
194
|
+
"@commitlint/config-conventional"
|
195
|
+
]
|
196
|
+
}
|
197
|
+
}
|
@@ -0,0 +1,9 @@
|
|
1
|
+
# Security holding package
|
2
|
+
|
3
|
+
This package name is not currently in use, but was formerly occupied
|
4
|
+
by another package. To avoid malicious use, npm is hanging on to the
|
5
|
+
package name, but loosely, and we'll probably give it to you if you
|
6
|
+
want it.
|
7
|
+
|
8
|
+
You may adopt this package by contacting support@npmjs.com and
|
9
|
+
requesting the name.
|
@@ -0,0 +1,20 @@
|
|
1
|
+
{
|
2
|
+
"name": "child_process",
|
3
|
+
"version": "1.0.2",
|
4
|
+
"description": "",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
8
|
+
},
|
9
|
+
"repository": {
|
10
|
+
"type": "git",
|
11
|
+
"url": "git+https://github.com/npm/security-holder.git"
|
12
|
+
},
|
13
|
+
"keywords": [],
|
14
|
+
"author": "",
|
15
|
+
"license": "ISC",
|
16
|
+
"bugs": {
|
17
|
+
"url": "https://github.com/npm/security-holder/issues"
|
18
|
+
},
|
19
|
+
"homepage": "https://github.com/npm/security-holder#readme"
|
20
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
Copyright (c) 2011 Debuggable Limited <felix@debuggable.com>
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
4
|
+
of this software and associated documentation files (the "Software"), to deal
|
5
|
+
in the Software without restriction, including without limitation the rights
|
6
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7
|
+
copies of the Software, and to permit persons to whom the Software is
|
8
|
+
furnished to do so, subject to the following conditions:
|
9
|
+
|
10
|
+
The above copyright notice and this permission notice shall be included in
|
11
|
+
all copies or substantial portions of the Software.
|
12
|
+
|
13
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
19
|
+
THE SOFTWARE.
|
@@ -0,0 +1,138 @@
|
|
1
|
+
# combined-stream
|
2
|
+
|
3
|
+
A stream that emits multiple other streams one after another.
|
4
|
+
|
5
|
+
**NB** Currently `combined-stream` works with streams version 1 only. There is ongoing effort to switch this library to streams version 2. Any help is welcome. :) Meanwhile you can explore other libraries that provide streams2 support with more or less compatibility with `combined-stream`.
|
6
|
+
|
7
|
+
- [combined-stream2](https://www.npmjs.com/package/combined-stream2): A drop-in streams2-compatible replacement for the combined-stream module.
|
8
|
+
|
9
|
+
- [multistream](https://www.npmjs.com/package/multistream): A stream that emits multiple other streams one after another.
|
10
|
+
|
11
|
+
## Installation
|
12
|
+
|
13
|
+
``` bash
|
14
|
+
npm install combined-stream
|
15
|
+
```
|
16
|
+
|
17
|
+
## Usage
|
18
|
+
|
19
|
+
Here is a simple example that shows how you can use combined-stream to combine
|
20
|
+
two files into one:
|
21
|
+
|
22
|
+
``` javascript
|
23
|
+
var CombinedStream = require('combined-stream');
|
24
|
+
var fs = require('fs');
|
25
|
+
|
26
|
+
var combinedStream = CombinedStream.create();
|
27
|
+
combinedStream.append(fs.createReadStream('file1.txt'));
|
28
|
+
combinedStream.append(fs.createReadStream('file2.txt'));
|
29
|
+
|
30
|
+
combinedStream.pipe(fs.createWriteStream('combined.txt'));
|
31
|
+
```
|
32
|
+
|
33
|
+
While the example above works great, it will pause all source streams until
|
34
|
+
they are needed. If you don't want that to happen, you can set `pauseStreams`
|
35
|
+
to `false`:
|
36
|
+
|
37
|
+
``` javascript
|
38
|
+
var CombinedStream = require('combined-stream');
|
39
|
+
var fs = require('fs');
|
40
|
+
|
41
|
+
var combinedStream = CombinedStream.create({pauseStreams: false});
|
42
|
+
combinedStream.append(fs.createReadStream('file1.txt'));
|
43
|
+
combinedStream.append(fs.createReadStream('file2.txt'));
|
44
|
+
|
45
|
+
combinedStream.pipe(fs.createWriteStream('combined.txt'));
|
46
|
+
```
|
47
|
+
|
48
|
+
However, what if you don't have all the source streams yet, or you don't want
|
49
|
+
to allocate the resources (file descriptors, memory, etc.) for them right away?
|
50
|
+
Well, in that case you can simply provide a callback that supplies the stream
|
51
|
+
by calling a `next()` function:
|
52
|
+
|
53
|
+
``` javascript
|
54
|
+
var CombinedStream = require('combined-stream');
|
55
|
+
var fs = require('fs');
|
56
|
+
|
57
|
+
var combinedStream = CombinedStream.create();
|
58
|
+
combinedStream.append(function(next) {
|
59
|
+
next(fs.createReadStream('file1.txt'));
|
60
|
+
});
|
61
|
+
combinedStream.append(function(next) {
|
62
|
+
next(fs.createReadStream('file2.txt'));
|
63
|
+
});
|
64
|
+
|
65
|
+
combinedStream.pipe(fs.createWriteStream('combined.txt'));
|
66
|
+
```
|
67
|
+
|
68
|
+
## API
|
69
|
+
|
70
|
+
### CombinedStream.create([options])
|
71
|
+
|
72
|
+
Returns a new combined stream object. Available options are:
|
73
|
+
|
74
|
+
* `maxDataSize`
|
75
|
+
* `pauseStreams`
|
76
|
+
|
77
|
+
The effect of those options is described below.
|
78
|
+
|
79
|
+
### combinedStream.pauseStreams = `true`
|
80
|
+
|
81
|
+
Whether to apply back pressure to the underlaying streams. If set to `false`,
|
82
|
+
the underlaying streams will never be paused. If set to `true`, the
|
83
|
+
underlaying streams will be paused right after being appended, as well as when
|
84
|
+
`delayedStream.pipe()` wants to throttle.
|
85
|
+
|
86
|
+
### combinedStream.maxDataSize = `2 * 1024 * 1024`
|
87
|
+
|
88
|
+
The maximum amount of bytes (or characters) to buffer for all source streams.
|
89
|
+
If this value is exceeded, `combinedStream` emits an `'error'` event.
|
90
|
+
|
91
|
+
### combinedStream.dataSize = `0`
|
92
|
+
|
93
|
+
The amount of bytes (or characters) currently buffered by `combinedStream`.
|
94
|
+
|
95
|
+
### combinedStream.append(stream)
|
96
|
+
|
97
|
+
Appends the given `stream` to the combinedStream object. If `pauseStreams` is
|
98
|
+
set to `true, this stream will also be paused right away.
|
99
|
+
|
100
|
+
`streams` can also be a function that takes one parameter called `next`. `next`
|
101
|
+
is a function that must be invoked in order to provide the `next` stream, see
|
102
|
+
example above.
|
103
|
+
|
104
|
+
Regardless of how the `stream` is appended, combined-stream always attaches an
|
105
|
+
`'error'` listener to it, so you don't have to do that manually.
|
106
|
+
|
107
|
+
Special case: `stream` can also be a String or Buffer.
|
108
|
+
|
109
|
+
### combinedStream.write(data)
|
110
|
+
|
111
|
+
You should not call this, `combinedStream` takes care of piping the appended
|
112
|
+
streams into itself for you.
|
113
|
+
|
114
|
+
### combinedStream.resume()
|
115
|
+
|
116
|
+
Causes `combinedStream` to start drain the streams it manages. The function is
|
117
|
+
idempotent, and also emits a `'resume'` event each time which usually goes to
|
118
|
+
the stream that is currently being drained.
|
119
|
+
|
120
|
+
### combinedStream.pause();
|
121
|
+
|
122
|
+
If `combinedStream.pauseStreams` is set to `false`, this does nothing.
|
123
|
+
Otherwise a `'pause'` event is emitted, this goes to the stream that is
|
124
|
+
currently being drained, so you can use it to apply back pressure.
|
125
|
+
|
126
|
+
### combinedStream.end();
|
127
|
+
|
128
|
+
Sets `combinedStream.writable` to false, emits an `'end'` event, and removes
|
129
|
+
all streams from the queue.
|
130
|
+
|
131
|
+
### combinedStream.destroy();
|
132
|
+
|
133
|
+
Same as `combinedStream.end()`, except it emits a `'close'` event instead of
|
134
|
+
`'end'`.
|
135
|
+
|
136
|
+
## License
|
137
|
+
|
138
|
+
combined-stream is licensed under the MIT license.
|
@@ -0,0 +1,208 @@
|
|
1
|
+
var util = require('util');
|
2
|
+
var Stream = require('stream').Stream;
|
3
|
+
var DelayedStream = require('delayed-stream');
|
4
|
+
|
5
|
+
module.exports = CombinedStream;
|
6
|
+
function CombinedStream() {
|
7
|
+
this.writable = false;
|
8
|
+
this.readable = true;
|
9
|
+
this.dataSize = 0;
|
10
|
+
this.maxDataSize = 2 * 1024 * 1024;
|
11
|
+
this.pauseStreams = true;
|
12
|
+
|
13
|
+
this._released = false;
|
14
|
+
this._streams = [];
|
15
|
+
this._currentStream = null;
|
16
|
+
this._insideLoop = false;
|
17
|
+
this._pendingNext = false;
|
18
|
+
}
|
19
|
+
util.inherits(CombinedStream, Stream);
|
20
|
+
|
21
|
+
CombinedStream.create = function(options) {
|
22
|
+
var combinedStream = new this();
|
23
|
+
|
24
|
+
options = options || {};
|
25
|
+
for (var option in options) {
|
26
|
+
combinedStream[option] = options[option];
|
27
|
+
}
|
28
|
+
|
29
|
+
return combinedStream;
|
30
|
+
};
|
31
|
+
|
32
|
+
CombinedStream.isStreamLike = function(stream) {
|
33
|
+
return (typeof stream !== 'function')
|
34
|
+
&& (typeof stream !== 'string')
|
35
|
+
&& (typeof stream !== 'boolean')
|
36
|
+
&& (typeof stream !== 'number')
|
37
|
+
&& (!Buffer.isBuffer(stream));
|
38
|
+
};
|
39
|
+
|
40
|
+
CombinedStream.prototype.append = function(stream) {
|
41
|
+
var isStreamLike = CombinedStream.isStreamLike(stream);
|
42
|
+
|
43
|
+
if (isStreamLike) {
|
44
|
+
if (!(stream instanceof DelayedStream)) {
|
45
|
+
var newStream = DelayedStream.create(stream, {
|
46
|
+
maxDataSize: Infinity,
|
47
|
+
pauseStream: this.pauseStreams,
|
48
|
+
});
|
49
|
+
stream.on('data', this._checkDataSize.bind(this));
|
50
|
+
stream = newStream;
|
51
|
+
}
|
52
|
+
|
53
|
+
this._handleErrors(stream);
|
54
|
+
|
55
|
+
if (this.pauseStreams) {
|
56
|
+
stream.pause();
|
57
|
+
}
|
58
|
+
}
|
59
|
+
|
60
|
+
this._streams.push(stream);
|
61
|
+
return this;
|
62
|
+
};
|
63
|
+
|
64
|
+
CombinedStream.prototype.pipe = function(dest, options) {
|
65
|
+
Stream.prototype.pipe.call(this, dest, options);
|
66
|
+
this.resume();
|
67
|
+
return dest;
|
68
|
+
};
|
69
|
+
|
70
|
+
CombinedStream.prototype._getNext = function() {
|
71
|
+
this._currentStream = null;
|
72
|
+
|
73
|
+
if (this._insideLoop) {
|
74
|
+
this._pendingNext = true;
|
75
|
+
return; // defer call
|
76
|
+
}
|
77
|
+
|
78
|
+
this._insideLoop = true;
|
79
|
+
try {
|
80
|
+
do {
|
81
|
+
this._pendingNext = false;
|
82
|
+
this._realGetNext();
|
83
|
+
} while (this._pendingNext);
|
84
|
+
} finally {
|
85
|
+
this._insideLoop = false;
|
86
|
+
}
|
87
|
+
};
|
88
|
+
|
89
|
+
CombinedStream.prototype._realGetNext = function() {
|
90
|
+
var stream = this._streams.shift();
|
91
|
+
|
92
|
+
|
93
|
+
if (typeof stream == 'undefined') {
|
94
|
+
this.end();
|
95
|
+
return;
|
96
|
+
}
|
97
|
+
|
98
|
+
if (typeof stream !== 'function') {
|
99
|
+
this._pipeNext(stream);
|
100
|
+
return;
|
101
|
+
}
|
102
|
+
|
103
|
+
var getStream = stream;
|
104
|
+
getStream(function(stream) {
|
105
|
+
var isStreamLike = CombinedStream.isStreamLike(stream);
|
106
|
+
if (isStreamLike) {
|
107
|
+
stream.on('data', this._checkDataSize.bind(this));
|
108
|
+
this._handleErrors(stream);
|
109
|
+
}
|
110
|
+
|
111
|
+
this._pipeNext(stream);
|
112
|
+
}.bind(this));
|
113
|
+
};
|
114
|
+
|
115
|
+
CombinedStream.prototype._pipeNext = function(stream) {
|
116
|
+
this._currentStream = stream;
|
117
|
+
|
118
|
+
var isStreamLike = CombinedStream.isStreamLike(stream);
|
119
|
+
if (isStreamLike) {
|
120
|
+
stream.on('end', this._getNext.bind(this));
|
121
|
+
stream.pipe(this, {end: false});
|
122
|
+
return;
|
123
|
+
}
|
124
|
+
|
125
|
+
var value = stream;
|
126
|
+
this.write(value);
|
127
|
+
this._getNext();
|
128
|
+
};
|
129
|
+
|
130
|
+
CombinedStream.prototype._handleErrors = function(stream) {
|
131
|
+
var self = this;
|
132
|
+
stream.on('error', function(err) {
|
133
|
+
self._emitError(err);
|
134
|
+
});
|
135
|
+
};
|
136
|
+
|
137
|
+
CombinedStream.prototype.write = function(data) {
|
138
|
+
this.emit('data', data);
|
139
|
+
};
|
140
|
+
|
141
|
+
CombinedStream.prototype.pause = function() {
|
142
|
+
if (!this.pauseStreams) {
|
143
|
+
return;
|
144
|
+
}
|
145
|
+
|
146
|
+
if(this.pauseStreams && this._currentStream && typeof(this._currentStream.pause) == 'function') this._currentStream.pause();
|
147
|
+
this.emit('pause');
|
148
|
+
};
|
149
|
+
|
150
|
+
CombinedStream.prototype.resume = function() {
|
151
|
+
if (!this._released) {
|
152
|
+
this._released = true;
|
153
|
+
this.writable = true;
|
154
|
+
this._getNext();
|
155
|
+
}
|
156
|
+
|
157
|
+
if(this.pauseStreams && this._currentStream && typeof(this._currentStream.resume) == 'function') this._currentStream.resume();
|
158
|
+
this.emit('resume');
|
159
|
+
};
|
160
|
+
|
161
|
+
CombinedStream.prototype.end = function() {
|
162
|
+
this._reset();
|
163
|
+
this.emit('end');
|
164
|
+
};
|
165
|
+
|
166
|
+
CombinedStream.prototype.destroy = function() {
|
167
|
+
this._reset();
|
168
|
+
this.emit('close');
|
169
|
+
};
|
170
|
+
|
171
|
+
CombinedStream.prototype._reset = function() {
|
172
|
+
this.writable = false;
|
173
|
+
this._streams = [];
|
174
|
+
this._currentStream = null;
|
175
|
+
};
|
176
|
+
|
177
|
+
CombinedStream.prototype._checkDataSize = function() {
|
178
|
+
this._updateDataSize();
|
179
|
+
if (this.dataSize <= this.maxDataSize) {
|
180
|
+
return;
|
181
|
+
}
|
182
|
+
|
183
|
+
var message =
|
184
|
+
'DelayedStream#maxDataSize of ' + this.maxDataSize + ' bytes exceeded.';
|
185
|
+
this._emitError(new Error(message));
|
186
|
+
};
|
187
|
+
|
188
|
+
CombinedStream.prototype._updateDataSize = function() {
|
189
|
+
this.dataSize = 0;
|
190
|
+
|
191
|
+
var self = this;
|
192
|
+
this._streams.forEach(function(stream) {
|
193
|
+
if (!stream.dataSize) {
|
194
|
+
return;
|
195
|
+
}
|
196
|
+
|
197
|
+
self.dataSize += stream.dataSize;
|
198
|
+
});
|
199
|
+
|
200
|
+
if (this._currentStream && this._currentStream.dataSize) {
|
201
|
+
this.dataSize += this._currentStream.dataSize;
|
202
|
+
}
|
203
|
+
};
|
204
|
+
|
205
|
+
CombinedStream.prototype._emitError = function(err) {
|
206
|
+
this._reset();
|
207
|
+
this.emit('error', err);
|
208
|
+
};
|
@@ -0,0 +1,25 @@
|
|
1
|
+
{
|
2
|
+
"author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",
|
3
|
+
"name": "combined-stream",
|
4
|
+
"description": "A stream that emits multiple other streams one after another.",
|
5
|
+
"version": "1.0.8",
|
6
|
+
"homepage": "https://github.com/felixge/node-combined-stream",
|
7
|
+
"repository": {
|
8
|
+
"type": "git",
|
9
|
+
"url": "git://github.com/felixge/node-combined-stream.git"
|
10
|
+
},
|
11
|
+
"main": "./lib/combined_stream",
|
12
|
+
"scripts": {
|
13
|
+
"test": "node test/run.js"
|
14
|
+
},
|
15
|
+
"engines": {
|
16
|
+
"node": ">= 0.8"
|
17
|
+
},
|
18
|
+
"dependencies": {
|
19
|
+
"delayed-stream": "~1.0.0"
|
20
|
+
},
|
21
|
+
"devDependencies": {
|
22
|
+
"far": "~0.0.7"
|
23
|
+
},
|
24
|
+
"license": "MIT"
|
25
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
Copyright (c) 2011 Debuggable Limited <felix@debuggable.com>
|
2
|
+
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
4
|
+
of this software and associated documentation files (the "Software"), to deal
|
5
|
+
in the Software without restriction, including without limitation the rights
|
6
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7
|
+
copies of the Software, and to permit persons to whom the Software is
|
8
|
+
furnished to do so, subject to the following conditions:
|
9
|
+
|
10
|
+
The above copyright notice and this permission notice shall be included in
|
11
|
+
all copies or substantial portions of the Software.
|
12
|
+
|
13
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
19
|
+
THE SOFTWARE.
|