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,205 @@
|
|
1
|
+
var path = require('path');
|
2
|
+
var sqlite3 = require('./sqlite3-binding.js');
|
3
|
+
var EventEmitter = require('events').EventEmitter;
|
4
|
+
module.exports = exports = sqlite3;
|
5
|
+
|
6
|
+
function normalizeMethod (fn) {
|
7
|
+
return function (sql) {
|
8
|
+
var errBack;
|
9
|
+
var args = Array.prototype.slice.call(arguments, 1);
|
10
|
+
if (typeof args[args.length - 1] === 'function') {
|
11
|
+
var callback = args[args.length - 1];
|
12
|
+
errBack = function(err) {
|
13
|
+
if (err) {
|
14
|
+
callback(err);
|
15
|
+
}
|
16
|
+
};
|
17
|
+
}
|
18
|
+
var statement = new Statement(this, sql, errBack);
|
19
|
+
return fn.call(this, statement, args);
|
20
|
+
};
|
21
|
+
}
|
22
|
+
|
23
|
+
function inherits(target, source) {
|
24
|
+
for (var k in source.prototype)
|
25
|
+
target.prototype[k] = source.prototype[k];
|
26
|
+
}
|
27
|
+
|
28
|
+
sqlite3.cached = {
|
29
|
+
Database: function(file, a, b) {
|
30
|
+
if (file === '' || file === ':memory:') {
|
31
|
+
// Don't cache special databases.
|
32
|
+
return new Database(file, a, b);
|
33
|
+
}
|
34
|
+
|
35
|
+
var db;
|
36
|
+
file = path.resolve(file);
|
37
|
+
function cb() { callback.call(db, null); }
|
38
|
+
|
39
|
+
if (!sqlite3.cached.objects[file]) {
|
40
|
+
db = sqlite3.cached.objects[file] = new Database(file, a, b);
|
41
|
+
}
|
42
|
+
else {
|
43
|
+
// Make sure the callback is called.
|
44
|
+
db = sqlite3.cached.objects[file];
|
45
|
+
var callback = (typeof a === 'number') ? b : a;
|
46
|
+
if (typeof callback === 'function') {
|
47
|
+
if (db.open) process.nextTick(cb);
|
48
|
+
else db.once('open', cb);
|
49
|
+
}
|
50
|
+
}
|
51
|
+
|
52
|
+
return db;
|
53
|
+
},
|
54
|
+
objects: {}
|
55
|
+
};
|
56
|
+
|
57
|
+
|
58
|
+
var Database = sqlite3.Database;
|
59
|
+
var Statement = sqlite3.Statement;
|
60
|
+
var Backup = sqlite3.Backup;
|
61
|
+
|
62
|
+
inherits(Database, EventEmitter);
|
63
|
+
inherits(Statement, EventEmitter);
|
64
|
+
inherits(Backup, EventEmitter);
|
65
|
+
|
66
|
+
// Database#prepare(sql, [bind1, bind2, ...], [callback])
|
67
|
+
Database.prototype.prepare = normalizeMethod(function(statement, params) {
|
68
|
+
return params.length
|
69
|
+
? statement.bind.apply(statement, params)
|
70
|
+
: statement;
|
71
|
+
});
|
72
|
+
|
73
|
+
// Database#run(sql, [bind1, bind2, ...], [callback])
|
74
|
+
Database.prototype.run = normalizeMethod(function(statement, params) {
|
75
|
+
statement.run.apply(statement, params).finalize();
|
76
|
+
return this;
|
77
|
+
});
|
78
|
+
|
79
|
+
// Database#get(sql, [bind1, bind2, ...], [callback])
|
80
|
+
Database.prototype.get = normalizeMethod(function(statement, params) {
|
81
|
+
statement.get.apply(statement, params).finalize();
|
82
|
+
return this;
|
83
|
+
});
|
84
|
+
|
85
|
+
// Database#all(sql, [bind1, bind2, ...], [callback])
|
86
|
+
Database.prototype.all = normalizeMethod(function(statement, params) {
|
87
|
+
statement.all.apply(statement, params).finalize();
|
88
|
+
return this;
|
89
|
+
});
|
90
|
+
|
91
|
+
// Database#each(sql, [bind1, bind2, ...], [callback], [complete])
|
92
|
+
Database.prototype.each = normalizeMethod(function(statement, params) {
|
93
|
+
statement.each.apply(statement, params).finalize();
|
94
|
+
return this;
|
95
|
+
});
|
96
|
+
|
97
|
+
Database.prototype.map = normalizeMethod(function(statement, params) {
|
98
|
+
statement.map.apply(statement, params).finalize();
|
99
|
+
return this;
|
100
|
+
});
|
101
|
+
|
102
|
+
// Database#backup(filename, [callback])
|
103
|
+
// Database#backup(filename, destName, sourceName, filenameIsDest, [callback])
|
104
|
+
Database.prototype.backup = function() {
|
105
|
+
var backup;
|
106
|
+
if (arguments.length <= 2) {
|
107
|
+
// By default, we write the main database out to the main database of the named file.
|
108
|
+
// This is the most likely use of the backup api.
|
109
|
+
backup = new Backup(this, arguments[0], 'main', 'main', true, arguments[1]);
|
110
|
+
} else {
|
111
|
+
// Otherwise, give the user full control over the sqlite3_backup_init arguments.
|
112
|
+
backup = new Backup(this, arguments[0], arguments[1], arguments[2], arguments[3], arguments[4]);
|
113
|
+
}
|
114
|
+
// Per the sqlite docs, exclude the following errors as non-fatal by default.
|
115
|
+
backup.retryErrors = [sqlite3.BUSY, sqlite3.LOCKED];
|
116
|
+
return backup;
|
117
|
+
};
|
118
|
+
|
119
|
+
Statement.prototype.map = function() {
|
120
|
+
var params = Array.prototype.slice.call(arguments);
|
121
|
+
var callback = params.pop();
|
122
|
+
params.push(function(err, rows) {
|
123
|
+
if (err) return callback(err);
|
124
|
+
var result = {};
|
125
|
+
if (rows.length) {
|
126
|
+
var keys = Object.keys(rows[0]), key = keys[0];
|
127
|
+
if (keys.length > 2) {
|
128
|
+
// Value is an object
|
129
|
+
for (var i = 0; i < rows.length; i++) {
|
130
|
+
result[rows[i][key]] = rows[i];
|
131
|
+
}
|
132
|
+
} else {
|
133
|
+
var value = keys[1];
|
134
|
+
// Value is a plain value
|
135
|
+
for (i = 0; i < rows.length; i++) {
|
136
|
+
result[rows[i][key]] = rows[i][value];
|
137
|
+
}
|
138
|
+
}
|
139
|
+
}
|
140
|
+
callback(err, result);
|
141
|
+
});
|
142
|
+
return this.all.apply(this, params);
|
143
|
+
};
|
144
|
+
|
145
|
+
var isVerbose = false;
|
146
|
+
|
147
|
+
var supportedEvents = [ 'trace', 'profile', 'insert', 'update', 'delete' ];
|
148
|
+
|
149
|
+
Database.prototype.addListener = Database.prototype.on = function(type) {
|
150
|
+
var val = EventEmitter.prototype.addListener.apply(this, arguments);
|
151
|
+
if (supportedEvents.indexOf(type) >= 0) {
|
152
|
+
this.configure(type, true);
|
153
|
+
}
|
154
|
+
return val;
|
155
|
+
};
|
156
|
+
|
157
|
+
Database.prototype.removeListener = function(type) {
|
158
|
+
var val = EventEmitter.prototype.removeListener.apply(this, arguments);
|
159
|
+
if (supportedEvents.indexOf(type) >= 0 && !this._events[type]) {
|
160
|
+
this.configure(type, false);
|
161
|
+
}
|
162
|
+
return val;
|
163
|
+
};
|
164
|
+
|
165
|
+
Database.prototype.removeAllListeners = function(type) {
|
166
|
+
var val = EventEmitter.prototype.removeAllListeners.apply(this, arguments);
|
167
|
+
if (supportedEvents.indexOf(type) >= 0) {
|
168
|
+
this.configure(type, false);
|
169
|
+
}
|
170
|
+
return val;
|
171
|
+
};
|
172
|
+
|
173
|
+
// Save the stack trace over EIO callbacks.
|
174
|
+
sqlite3.verbose = function() {
|
175
|
+
if (!isVerbose) {
|
176
|
+
var trace = require('./trace');
|
177
|
+
[
|
178
|
+
'prepare',
|
179
|
+
'get',
|
180
|
+
'run',
|
181
|
+
'all',
|
182
|
+
'each',
|
183
|
+
'map',
|
184
|
+
'close',
|
185
|
+
'exec'
|
186
|
+
].forEach(function (name) {
|
187
|
+
trace.extendTrace(Database.prototype, name);
|
188
|
+
});
|
189
|
+
[
|
190
|
+
'bind',
|
191
|
+
'get',
|
192
|
+
'run',
|
193
|
+
'all',
|
194
|
+
'each',
|
195
|
+
'map',
|
196
|
+
'reset',
|
197
|
+
'finalize',
|
198
|
+
].forEach(function (name) {
|
199
|
+
trace.extendTrace(Statement.prototype, name);
|
200
|
+
});
|
201
|
+
isVerbose = true;
|
202
|
+
}
|
203
|
+
|
204
|
+
return this;
|
205
|
+
};
|
@@ -0,0 +1,38 @@
|
|
1
|
+
// Inspired by https://github.com/tlrobinson/long-stack-traces
|
2
|
+
var util = require('util');
|
3
|
+
|
4
|
+
function extendTrace(object, property, pos) {
|
5
|
+
var old = object[property];
|
6
|
+
object[property] = function() {
|
7
|
+
var error = new Error();
|
8
|
+
var name = object.constructor.name + '#' + property + '(' +
|
9
|
+
Array.prototype.slice.call(arguments).map(function(el) {
|
10
|
+
return util.inspect(el, false, 0);
|
11
|
+
}).join(', ') + ')';
|
12
|
+
|
13
|
+
if (typeof pos === 'undefined') pos = -1;
|
14
|
+
if (pos < 0) pos += arguments.length;
|
15
|
+
var cb = arguments[pos];
|
16
|
+
if (typeof arguments[pos] === 'function') {
|
17
|
+
arguments[pos] = function replacement() {
|
18
|
+
var err = arguments[0];
|
19
|
+
if (err && err.stack && !err.__augmented) {
|
20
|
+
err.stack = filter(err).join('\n');
|
21
|
+
err.stack += '\n--> in ' + name;
|
22
|
+
err.stack += '\n' + filter(error).slice(1).join('\n');
|
23
|
+
err.__augmented = true;
|
24
|
+
}
|
25
|
+
return cb.apply(this, arguments);
|
26
|
+
};
|
27
|
+
}
|
28
|
+
return old.apply(this, arguments);
|
29
|
+
};
|
30
|
+
}
|
31
|
+
exports.extendTrace = extendTrace;
|
32
|
+
|
33
|
+
|
34
|
+
function filter(error) {
|
35
|
+
return error.stack.split('\n').filter(function(line) {
|
36
|
+
return line.indexOf(__filename) < 0;
|
37
|
+
});
|
38
|
+
}
|
@@ -0,0 +1,82 @@
|
|
1
|
+
{
|
2
|
+
"name": "sqlite3",
|
3
|
+
"description": "Asynchronous, non-blocking SQLite3 bindings",
|
4
|
+
"version": "5.0.3",
|
5
|
+
"homepage": "https://github.com/TryGhost/node-sqlite3",
|
6
|
+
"author": {
|
7
|
+
"name": "MapBox",
|
8
|
+
"url": "https://mapbox.com/"
|
9
|
+
},
|
10
|
+
"binary": {
|
11
|
+
"module_name": "node_sqlite3",
|
12
|
+
"module_path": "./lib/binding/napi-v{napi_build_version}-{platform}-{arch}",
|
13
|
+
"host": "https://github.com/TryGhost/node-sqlite3/releases/download/",
|
14
|
+
"remote_path": "v{version}",
|
15
|
+
"package_name": "napi-v{napi_build_version}-{platform}-{arch}.tar.gz",
|
16
|
+
"napi_versions": [
|
17
|
+
3,
|
18
|
+
6
|
19
|
+
]
|
20
|
+
},
|
21
|
+
"contributors": [
|
22
|
+
"Konstantin Käfer <mail@kkaefer.com>",
|
23
|
+
"Dane Springmeyer <dane@mapbox.com>",
|
24
|
+
"Will White <will@mapbox.com>",
|
25
|
+
"Orlando Vazquez <ovazquez@gmail.com>",
|
26
|
+
"Artem Kustikov <kustikoff@gmail.com>",
|
27
|
+
"Eric Fredricksen <efredricksen@gmail.com>",
|
28
|
+
"John Wright <mrjjwright@gmail.com>",
|
29
|
+
"Ryan Dahl <ry@tinyclouds.org>",
|
30
|
+
"Tom MacWright <tom@mapbox.com>",
|
31
|
+
"Carter Thaxton <carter.thaxton@gmail.com>",
|
32
|
+
"Audrius Kažukauskas <audrius@neutrino.lt>",
|
33
|
+
"Johannes Schauer <josch@pyneo.org>",
|
34
|
+
"Nathan Rajlich <nathan@tootallnate.net>",
|
35
|
+
"AJ ONeal <coolaj86@gmail.com>",
|
36
|
+
"Mithgol",
|
37
|
+
"Ben Noordhuis <ben@strongloop.com>"
|
38
|
+
],
|
39
|
+
"repository": {
|
40
|
+
"type": "git",
|
41
|
+
"url": "https://github.com/TryGhost/node-sqlite3.git"
|
42
|
+
},
|
43
|
+
"dependencies": {
|
44
|
+
"@mapbox/node-pre-gyp": "^1.0.0",
|
45
|
+
"node-addon-api": "^4.2.0",
|
46
|
+
"tar": "^6.1.11"
|
47
|
+
},
|
48
|
+
"devDependencies": {
|
49
|
+
"eslint": "6.8.0",
|
50
|
+
"mocha": "7.2.0",
|
51
|
+
"node-pre-gyp-github": "1.4.4"
|
52
|
+
},
|
53
|
+
"peerDependencies": {
|
54
|
+
"node-gyp": "8.x"
|
55
|
+
},
|
56
|
+
"peerDependenciesMeta": {
|
57
|
+
"node-gyp": {
|
58
|
+
"optional": true
|
59
|
+
}
|
60
|
+
},
|
61
|
+
"optionalDependencies": {
|
62
|
+
"node-gyp": "8.x"
|
63
|
+
},
|
64
|
+
"scripts": {
|
65
|
+
"install": "node-pre-gyp install --fallback-to-build",
|
66
|
+
"pretest": "node test/support/createdb.js",
|
67
|
+
"test": "mocha -R spec --timeout 480000",
|
68
|
+
"pack": "node-pre-gyp package"
|
69
|
+
},
|
70
|
+
"license": "BSD-3-Clause",
|
71
|
+
"keywords": [
|
72
|
+
"sql",
|
73
|
+
"sqlite",
|
74
|
+
"sqlite3",
|
75
|
+
"database"
|
76
|
+
],
|
77
|
+
"main": "./lib/sqlite3"
|
78
|
+
|
79
|
+
,"_resolved": "https://registry.npmjs.org/sqlite3/-/sqlite3-5.0.3.tgz"
|
80
|
+
,"_integrity": "sha512-/cDwes7XtTOtKH5zYeJSuiavuaJ6jXxPjebw9lDFxBAwR/DvP0tnJ5MPZQ3zpnNzJBa1G6mPTpB+5O1T+AoSdQ=="
|
81
|
+
,"_from": "sqlite3@5.0.3"
|
82
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
module.exports = require('./lib/sqlite3');
|
@@ -0,0 +1,82 @@
|
|
1
|
+
#ifndef NODE_SQLITE3_SRC_ASYNC_H
|
2
|
+
#define NODE_SQLITE3_SRC_ASYNC_H
|
3
|
+
|
4
|
+
#include <napi.h>
|
5
|
+
#include <uv.h>
|
6
|
+
|
7
|
+
#include "threading.h"
|
8
|
+
|
9
|
+
#if defined(NODE_SQLITE3_BOOST_THREADING)
|
10
|
+
#include <boost/thread/mutex.hpp>
|
11
|
+
#endif
|
12
|
+
|
13
|
+
|
14
|
+
// Generic uv_async handler.
|
15
|
+
template <class Item, class Parent> class Async {
|
16
|
+
typedef void (*Callback)(Parent* parent, Item* item);
|
17
|
+
|
18
|
+
protected:
|
19
|
+
uv_async_t watcher;
|
20
|
+
NODE_SQLITE3_MUTEX_t
|
21
|
+
std::vector<Item*> data;
|
22
|
+
Callback callback;
|
23
|
+
public:
|
24
|
+
Parent* parent;
|
25
|
+
|
26
|
+
public:
|
27
|
+
Async(Parent* parent_, Callback cb_)
|
28
|
+
: callback(cb_), parent(parent_) {
|
29
|
+
watcher.data = this;
|
30
|
+
NODE_SQLITE3_MUTEX_INIT
|
31
|
+
uv_loop_t *loop;
|
32
|
+
napi_get_uv_event_loop(parent_->Env(), &loop);
|
33
|
+
uv_async_init(loop, &watcher, reinterpret_cast<uv_async_cb>(listener));
|
34
|
+
}
|
35
|
+
|
36
|
+
static void listener(uv_async_t* handle) {
|
37
|
+
Async* async = static_cast<Async*>(handle->data);
|
38
|
+
std::vector<Item*> rows;
|
39
|
+
NODE_SQLITE3_MUTEX_LOCK(&async->mutex)
|
40
|
+
rows.swap(async->data);
|
41
|
+
NODE_SQLITE3_MUTEX_UNLOCK(&async->mutex)
|
42
|
+
for (unsigned int i = 0, size = rows.size(); i < size; i++) {
|
43
|
+
async->callback(async->parent, rows[i]);
|
44
|
+
}
|
45
|
+
}
|
46
|
+
|
47
|
+
static void close(uv_handle_t* handle) {
|
48
|
+
assert(handle != NULL);
|
49
|
+
assert(handle->data != NULL);
|
50
|
+
Async* async = static_cast<Async*>(handle->data);
|
51
|
+
delete async;
|
52
|
+
}
|
53
|
+
|
54
|
+
void finish() {
|
55
|
+
// Need to call the listener again to ensure all items have been
|
56
|
+
// processed. Is this a bug in uv_async? Feels like uv_close
|
57
|
+
// should handle that.
|
58
|
+
listener(&watcher);
|
59
|
+
uv_close((uv_handle_t*)&watcher, close);
|
60
|
+
}
|
61
|
+
|
62
|
+
void add(Item* item) {
|
63
|
+
NODE_SQLITE3_MUTEX_LOCK(&mutex);
|
64
|
+
data.push_back(item);
|
65
|
+
NODE_SQLITE3_MUTEX_UNLOCK(&mutex)
|
66
|
+
}
|
67
|
+
|
68
|
+
void send() {
|
69
|
+
uv_async_send(&watcher);
|
70
|
+
}
|
71
|
+
|
72
|
+
void send(Item* item) {
|
73
|
+
add(item);
|
74
|
+
send();
|
75
|
+
}
|
76
|
+
|
77
|
+
~Async() {
|
78
|
+
NODE_SQLITE3_MUTEX_DESTROY
|
79
|
+
}
|
80
|
+
};
|
81
|
+
|
82
|
+
#endif
|