@banumeow/n8n-nodes-oci-generativeai-agent 0.1.4 → 0.1.6
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.
- package/node_modules/@types/isomorphic-fetch/LICENSE +21 -0
- package/node_modules/@types/isomorphic-fetch/README.md +16 -0
- package/node_modules/@types/isomorphic-fetch/index.d.ts +9 -0
- package/node_modules/@types/isomorphic-fetch/package.json +23 -0
- package/node_modules/@types/jsonwebtoken/LICENSE +21 -0
- package/node_modules/@types/jsonwebtoken/README.md +16 -0
- package/node_modules/@types/jsonwebtoken/index.d.ts +250 -0
- package/node_modules/@types/jsonwebtoken/package.json +82 -0
- package/node_modules/@types/jssha/LICENSE +21 -0
- package/node_modules/@types/jssha/README.md +16 -0
- package/node_modules/@types/jssha/index.d.ts +84 -0
- package/node_modules/@types/jssha/package.json +33 -0
- package/node_modules/@types/node/LICENSE +21 -0
- package/node_modules/@types/node/README.md +15 -0
- package/node_modules/@types/node/assert/strict.d.ts +8 -0
- package/node_modules/@types/node/assert.d.ts +1005 -0
- package/node_modules/@types/node/async_hooks.d.ts +586 -0
- package/node_modules/@types/node/buffer.buffer.d.ts +457 -0
- package/node_modules/@types/node/buffer.d.ts +1901 -0
- package/node_modules/@types/node/child_process.d.ts +1453 -0
- package/node_modules/@types/node/cluster.d.ts +578 -0
- package/node_modules/@types/node/compatibility/disposable.d.ts +14 -0
- package/node_modules/@types/node/compatibility/index.d.ts +9 -0
- package/node_modules/@types/node/compatibility/indexable.d.ts +20 -0
- package/node_modules/@types/node/compatibility/iterators.d.ts +20 -0
- package/node_modules/@types/node/console.d.ts +452 -0
- package/node_modules/@types/node/constants.d.ts +21 -0
- package/node_modules/@types/node/crypto.d.ts +4504 -0
- package/node_modules/@types/node/dgram.d.ts +596 -0
- package/node_modules/@types/node/diagnostics_channel.d.ts +551 -0
- package/node_modules/@types/node/dns/promises.d.ts +477 -0
- package/node_modules/@types/node/dns.d.ts +860 -0
- package/node_modules/@types/node/domain.d.ts +170 -0
- package/node_modules/@types/node/events.d.ts +863 -0
- package/node_modules/@types/node/fs/promises.d.ts +1208 -0
- package/node_modules/@types/node/fs.d.ts +4332 -0
- package/node_modules/@types/node/globals.d.ts +170 -0
- package/node_modules/@types/node/globals.typedarray.d.ts +21 -0
- package/node_modules/@types/node/http.d.ts +1919 -0
- package/node_modules/@types/node/http2.d.ts +2580 -0
- package/node_modules/@types/node/https.d.ts +549 -0
- package/node_modules/@types/node/index.d.ts +92 -0
- package/node_modules/@types/node/inspector.generated.d.ts +2775 -0
- package/node_modules/@types/node/module.d.ts +503 -0
- package/node_modules/@types/node/net.d.ts +924 -0
- package/node_modules/@types/node/os.d.ts +480 -0
- package/node_modules/@types/node/package.json +145 -0
- package/node_modules/@types/node/path.d.ts +191 -0
- package/node_modules/@types/node/perf_hooks.d.ts +860 -0
- package/node_modules/@types/node/process.d.ts +1632 -0
- package/node_modules/@types/node/punycode.d.ts +117 -0
- package/node_modules/@types/node/querystring.d.ts +140 -0
- package/node_modules/@types/node/readline/promises.d.ts +154 -0
- package/node_modules/@types/node/readline.d.ts +715 -0
- package/node_modules/@types/node/repl.d.ts +430 -0
- package/node_modules/@types/node/stream/consumers.d.ts +38 -0
- package/node_modules/@types/node/stream/promises.d.ts +90 -0
- package/node_modules/@types/node/stream/web.d.ts +527 -0
- package/node_modules/@types/node/stream.d.ts +1680 -0
- package/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/node_modules/@types/node/test.d.ts +1208 -0
- package/node_modules/@types/node/timers/promises.d.ts +108 -0
- package/node_modules/@types/node/timers.d.ts +286 -0
- package/node_modules/@types/node/tls.d.ts +1204 -0
- package/node_modules/@types/node/trace_events.d.ts +171 -0
- package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +455 -0
- package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +19 -0
- package/node_modules/@types/node/ts5.6/index.d.ts +92 -0
- package/node_modules/@types/node/tty.d.ts +206 -0
- package/node_modules/@types/node/url.d.ts +957 -0
- package/node_modules/@types/node/util.d.ts +2083 -0
- package/node_modules/@types/node/v8.d.ts +753 -0
- package/node_modules/@types/node/vm.d.ts +704 -0
- package/node_modules/@types/node/wasi.d.ts +160 -0
- package/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
- package/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/node_modules/@types/node/web-globals/events.d.ts +81 -0
- package/node_modules/@types/node/web-globals/fetch.d.ts +38 -0
- package/node_modules/@types/node/worker_threads.d.ts +698 -0
- package/node_modules/@types/node/zlib.d.ts +517 -0
- package/node_modules/@types/opossum/LICENSE +21 -0
- package/node_modules/@types/opossum/README.md +16 -0
- package/node_modules/@types/opossum/index.d.ts +251 -0
- package/node_modules/@types/opossum/package.json +46 -0
- package/node_modules/@types/sshpk/README.md +16 -0
- package/node_modules/@types/sshpk/index.d.ts +359 -0
- package/node_modules/@types/sshpk/package.json +24 -0
- package/node_modules/asn1/Jenkinsfile +65 -0
- package/node_modules/asn1/LICENSE +19 -0
- package/node_modules/asn1/README.md +50 -0
- package/node_modules/asn1/lib/ber/errors.js +13 -0
- package/node_modules/asn1/lib/ber/index.js +27 -0
- package/node_modules/asn1/lib/ber/reader.js +262 -0
- package/node_modules/asn1/lib/ber/types.js +36 -0
- package/node_modules/asn1/lib/ber/writer.js +317 -0
- package/node_modules/asn1/lib/index.js +20 -0
- package/node_modules/asn1/package.json +31 -0
- package/node_modules/assert-plus/AUTHORS +6 -0
- package/node_modules/assert-plus/CHANGES.md +14 -0
- package/node_modules/assert-plus/README.md +162 -0
- package/node_modules/assert-plus/assert.js +211 -0
- package/node_modules/assert-plus/package.json +23 -0
- package/node_modules/bcrypt-pbkdf/CONTRIBUTING.md +13 -0
- package/node_modules/bcrypt-pbkdf/LICENSE +66 -0
- package/node_modules/bcrypt-pbkdf/README.md +45 -0
- package/node_modules/bcrypt-pbkdf/index.js +556 -0
- package/node_modules/bcrypt-pbkdf/package.json +15 -0
- package/node_modules/buffer-equal-constant-time/.npmignore +2 -0
- package/node_modules/buffer-equal-constant-time/.travis.yml +4 -0
- package/node_modules/buffer-equal-constant-time/LICENSE.txt +12 -0
- package/node_modules/buffer-equal-constant-time/README.md +50 -0
- package/node_modules/buffer-equal-constant-time/index.js +41 -0
- package/node_modules/buffer-equal-constant-time/package.json +21 -0
- package/node_modules/buffer-equal-constant-time/test.js +42 -0
- package/node_modules/core-util-is/LICENSE +19 -0
- package/node_modules/core-util-is/README.md +3 -0
- package/node_modules/core-util-is/float.patch +604 -0
- package/node_modules/core-util-is/lib/util.js +107 -0
- package/node_modules/core-util-is/package.json +32 -0
- package/node_modules/core-util-is/test.js +68 -0
- package/node_modules/dashdash/CHANGES.md +364 -0
- package/node_modules/dashdash/LICENSE.txt +24 -0
- package/node_modules/dashdash/README.md +574 -0
- package/node_modules/dashdash/etc/dashdash.bash_completion.in +389 -0
- package/node_modules/dashdash/lib/dashdash.js +1055 -0
- package/node_modules/dashdash/package.json +26 -0
- package/node_modules/ecc-jsbn/LICENSE +21 -0
- package/node_modules/ecc-jsbn/README.md +8 -0
- package/node_modules/ecc-jsbn/index.js +58 -0
- package/node_modules/ecc-jsbn/lib/LICENSE-jsbn +40 -0
- package/node_modules/ecc-jsbn/lib/ec.js +561 -0
- package/node_modules/ecc-jsbn/lib/sec.js +170 -0
- package/node_modules/ecc-jsbn/package.json +40 -0
- package/node_modules/ecc-jsbn/test.js +14 -0
- package/node_modules/ecdsa-sig-formatter/CODEOWNERS +1 -0
- package/node_modules/ecdsa-sig-formatter/LICENSE +201 -0
- package/node_modules/ecdsa-sig-formatter/README.md +65 -0
- package/node_modules/ecdsa-sig-formatter/package.json +46 -0
- package/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.d.ts +17 -0
- package/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js +187 -0
- package/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js +23 -0
- package/node_modules/es6-promise/CHANGELOG.md +151 -0
- package/node_modules/es6-promise/LICENSE +19 -0
- package/node_modules/es6-promise/README.md +97 -0
- package/node_modules/es6-promise/auto.js +4 -0
- package/node_modules/es6-promise/dist/es6-promise.auto.js +1185 -0
- package/node_modules/es6-promise/dist/es6-promise.auto.map +1 -0
- package/node_modules/es6-promise/dist/es6-promise.auto.min.js +1 -0
- package/node_modules/es6-promise/dist/es6-promise.auto.min.map +1 -0
- package/node_modules/es6-promise/dist/es6-promise.js +1183 -0
- package/node_modules/es6-promise/dist/es6-promise.map +1 -0
- package/node_modules/es6-promise/dist/es6-promise.min.js +1 -0
- package/node_modules/es6-promise/dist/es6-promise.min.map +1 -0
- package/node_modules/es6-promise/es6-promise.d.ts +81 -0
- package/node_modules/es6-promise/lib/es6-promise/-internal.js +266 -0
- package/node_modules/es6-promise/lib/es6-promise/asap.js +119 -0
- package/node_modules/es6-promise/lib/es6-promise/enumerator.js +113 -0
- package/node_modules/es6-promise/lib/es6-promise/polyfill.js +35 -0
- package/node_modules/es6-promise/lib/es6-promise/promise/all.js +52 -0
- package/node_modules/es6-promise/lib/es6-promise/promise/race.js +84 -0
- package/node_modules/es6-promise/lib/es6-promise/promise/reject.js +46 -0
- package/node_modules/es6-promise/lib/es6-promise/promise/resolve.js +48 -0
- package/node_modules/es6-promise/lib/es6-promise/promise.js +431 -0
- package/node_modules/es6-promise/lib/es6-promise/then.js +32 -0
- package/node_modules/es6-promise/lib/es6-promise/utils.js +21 -0
- package/node_modules/es6-promise/lib/es6-promise.auto.js +3 -0
- package/node_modules/es6-promise/lib/es6-promise.js +7 -0
- package/node_modules/es6-promise/package.json +78 -0
- package/node_modules/extsprintf/.gitmodules +0 -0
- package/node_modules/extsprintf/.npmignore +2 -0
- package/node_modules/extsprintf/LICENSE +19 -0
- package/node_modules/extsprintf/Makefile +24 -0
- package/node_modules/extsprintf/Makefile.targ +285 -0
- package/node_modules/extsprintf/README.md +46 -0
- package/node_modules/extsprintf/jsl.node.conf +137 -0
- package/node_modules/extsprintf/lib/extsprintf.js +183 -0
- package/node_modules/extsprintf/package.json +14 -0
- package/node_modules/getpass/.npmignore +8 -0
- package/node_modules/getpass/.travis.yml +9 -0
- package/node_modules/getpass/LICENSE +18 -0
- package/node_modules/getpass/README.md +32 -0
- package/node_modules/getpass/lib/index.js +123 -0
- package/node_modules/getpass/package.json +18 -0
- package/node_modules/http-signature/CHANGES.md +67 -0
- package/node_modules/http-signature/LICENSE +18 -0
- package/node_modules/http-signature/README.md +79 -0
- package/node_modules/http-signature/lib/index.js +29 -0
- package/node_modules/http-signature/lib/parser.js +319 -0
- package/node_modules/http-signature/lib/signer.js +405 -0
- package/node_modules/http-signature/lib/utils.js +118 -0
- package/node_modules/http-signature/lib/verify.js +88 -0
- package/node_modules/http-signature/package.json +41 -0
- package/node_modules/isomorphic-fetch/.editorconfig +12 -0
- package/node_modules/isomorphic-fetch/.jshintrc +5 -0
- package/node_modules/isomorphic-fetch/.travis.yml +4 -0
- package/node_modules/isomorphic-fetch/LICENSE +21 -0
- package/node_modules/isomorphic-fetch/README.md +57 -0
- package/node_modules/isomorphic-fetch/bower.json +7 -0
- package/node_modules/isomorphic-fetch/fetch-bower.js +1 -0
- package/node_modules/isomorphic-fetch/fetch-npm-browserify.js +6 -0
- package/node_modules/isomorphic-fetch/fetch-npm-node.js +16 -0
- package/node_modules/isomorphic-fetch/package.json +32 -0
- package/node_modules/isomorphic-fetch/test/api.test.js +50 -0
- package/node_modules/jsbn/.npmignore +2 -0
- package/node_modules/jsbn/LICENSE +40 -0
- package/node_modules/jsbn/README.md +175 -0
- package/node_modules/jsbn/example.html +12 -0
- package/node_modules/jsbn/example.js +3 -0
- package/node_modules/jsbn/index.js +1357 -0
- package/node_modules/jsbn/package.json +21 -0
- package/node_modules/json-schema/LICENSE +195 -0
- package/node_modules/json-schema/README.md +3 -0
- package/node_modules/json-schema/lib/links.js +65 -0
- package/node_modules/json-schema/lib/validate.js +271 -0
- package/node_modules/json-schema/package.json +24 -0
- package/node_modules/jsprim/CHANGES.md +53 -0
- package/node_modules/jsprim/CONTRIBUTING.md +19 -0
- package/node_modules/jsprim/LICENSE +19 -0
- package/node_modules/jsprim/README.md +287 -0
- package/node_modules/jsprim/lib/jsprim.js +735 -0
- package/node_modules/jsprim/package.json +20 -0
- package/node_modules/lodash/LICENSE +47 -0
- package/node_modules/lodash/README.md +39 -0
- package/node_modules/lodash/_DataView.js +7 -0
- package/node_modules/lodash/_Hash.js +32 -0
- package/node_modules/lodash/_LazyWrapper.js +28 -0
- package/node_modules/lodash/_ListCache.js +32 -0
- package/node_modules/lodash/_LodashWrapper.js +22 -0
- package/node_modules/lodash/_Map.js +7 -0
- package/node_modules/lodash/_MapCache.js +32 -0
- package/node_modules/lodash/_Promise.js +7 -0
- package/node_modules/lodash/_Set.js +7 -0
- package/node_modules/lodash/_SetCache.js +27 -0
- package/node_modules/lodash/_Stack.js +27 -0
- package/node_modules/lodash/_Symbol.js +6 -0
- package/node_modules/lodash/_Uint8Array.js +6 -0
- package/node_modules/lodash/_WeakMap.js +7 -0
- package/node_modules/lodash/_apply.js +21 -0
- package/node_modules/lodash/_arrayAggregator.js +22 -0
- package/node_modules/lodash/_arrayEach.js +22 -0
- package/node_modules/lodash/_arrayEachRight.js +21 -0
- package/node_modules/lodash/_arrayEvery.js +23 -0
- package/node_modules/lodash/_arrayFilter.js +25 -0
- package/node_modules/lodash/_arrayIncludes.js +17 -0
- package/node_modules/lodash/_arrayIncludesWith.js +22 -0
- package/node_modules/lodash/_arrayLikeKeys.js +49 -0
- package/node_modules/lodash/_arrayMap.js +21 -0
- package/node_modules/lodash/_arrayPush.js +20 -0
- package/node_modules/lodash/_arrayReduce.js +26 -0
- package/node_modules/lodash/_arrayReduceRight.js +24 -0
- package/node_modules/lodash/_arraySample.js +15 -0
- package/node_modules/lodash/_arraySampleSize.js +17 -0
- package/node_modules/lodash/_arrayShuffle.js +15 -0
- package/node_modules/lodash/_arraySome.js +23 -0
- package/node_modules/lodash/_asciiSize.js +12 -0
- package/node_modules/lodash/_asciiToArray.js +12 -0
- package/node_modules/lodash/_asciiWords.js +15 -0
- package/node_modules/lodash/_assignMergeValue.js +20 -0
- package/node_modules/lodash/_assignValue.js +28 -0
- package/node_modules/lodash/_assocIndexOf.js +21 -0
- package/node_modules/lodash/_baseAggregator.js +21 -0
- package/node_modules/lodash/_baseAssign.js +17 -0
- package/node_modules/lodash/_baseAssignIn.js +17 -0
- package/node_modules/lodash/_baseAssignValue.js +25 -0
- package/node_modules/lodash/_baseAt.js +23 -0
- package/node_modules/lodash/_baseClamp.js +22 -0
- package/node_modules/lodash/_baseClone.js +166 -0
- package/node_modules/lodash/_baseConforms.js +18 -0
- package/node_modules/lodash/_baseConformsTo.js +27 -0
- package/node_modules/lodash/_baseCreate.js +30 -0
- package/node_modules/lodash/_baseDelay.js +21 -0
- package/node_modules/lodash/_baseDifference.js +67 -0
- package/node_modules/lodash/_baseEach.js +14 -0
- package/node_modules/lodash/_baseEachRight.js +14 -0
- package/node_modules/lodash/_baseEvery.js +21 -0
- package/node_modules/lodash/_baseExtremum.js +32 -0
- package/node_modules/lodash/_baseFill.js +32 -0
- package/node_modules/lodash/_baseFilter.js +21 -0
- package/node_modules/lodash/_baseFindIndex.js +24 -0
- package/node_modules/lodash/_baseFindKey.js +23 -0
- package/node_modules/lodash/_baseFlatten.js +38 -0
- package/node_modules/lodash/_baseFor.js +16 -0
- package/node_modules/lodash/_baseForOwn.js +16 -0
- package/node_modules/lodash/_baseForOwnRight.js +16 -0
- package/node_modules/lodash/_baseForRight.js +15 -0
- package/node_modules/lodash/_baseFunctions.js +19 -0
- package/node_modules/lodash/_baseGet.js +24 -0
- package/node_modules/lodash/_baseGetAllKeys.js +20 -0
- package/node_modules/lodash/_baseGetTag.js +28 -0
- package/node_modules/lodash/_baseGt.js +14 -0
- package/node_modules/lodash/_baseHas.js +19 -0
- package/node_modules/lodash/_baseHasIn.js +13 -0
- package/node_modules/lodash/_baseInRange.js +18 -0
- package/node_modules/lodash/_baseIndexOf.js +20 -0
- package/node_modules/lodash/_baseIndexOfWith.js +23 -0
- package/node_modules/lodash/_baseIntersection.js +74 -0
- package/node_modules/lodash/_baseInverter.js +21 -0
- package/node_modules/lodash/_baseInvoke.js +24 -0
- package/node_modules/lodash/_baseIsArguments.js +18 -0
- package/node_modules/lodash/_baseIsArrayBuffer.js +17 -0
- package/node_modules/lodash/_baseIsDate.js +18 -0
- package/node_modules/lodash/_baseIsEqual.js +28 -0
- package/node_modules/lodash/_baseIsEqualDeep.js +83 -0
- package/node_modules/lodash/_baseIsMap.js +18 -0
- package/node_modules/lodash/_baseIsMatch.js +62 -0
- package/node_modules/lodash/_baseIsNaN.js +12 -0
- package/node_modules/lodash/_baseIsNative.js +47 -0
- package/node_modules/lodash/_baseIsRegExp.js +18 -0
- package/node_modules/lodash/_baseIsSet.js +18 -0
- package/node_modules/lodash/_baseIsTypedArray.js +60 -0
- package/node_modules/lodash/_baseIteratee.js +31 -0
- package/node_modules/lodash/_baseKeys.js +30 -0
- package/node_modules/lodash/_baseKeysIn.js +33 -0
- package/node_modules/lodash/_baseLodash.js +10 -0
- package/node_modules/lodash/_baseLt.js +14 -0
- package/node_modules/lodash/_baseMap.js +22 -0
- package/node_modules/lodash/_baseMatches.js +22 -0
- package/node_modules/lodash/_baseMatchesProperty.js +33 -0
- package/node_modules/lodash/_baseMean.js +20 -0
- package/node_modules/lodash/_baseMerge.js +42 -0
- package/node_modules/lodash/_baseMergeDeep.js +94 -0
- package/node_modules/lodash/_baseNth.js +20 -0
- package/node_modules/lodash/_baseOrderBy.js +49 -0
- package/node_modules/lodash/_basePick.js +19 -0
- package/node_modules/lodash/_basePickBy.js +30 -0
- package/node_modules/lodash/_baseProperty.js +14 -0
- package/node_modules/lodash/_basePropertyDeep.js +16 -0
- package/node_modules/lodash/_basePropertyOf.js +14 -0
- package/node_modules/lodash/_basePullAll.js +51 -0
- package/node_modules/lodash/_basePullAt.js +37 -0
- package/node_modules/lodash/_baseRandom.js +18 -0
- package/node_modules/lodash/_baseRange.js +28 -0
- package/node_modules/lodash/_baseReduce.js +23 -0
- package/node_modules/lodash/_baseRepeat.js +35 -0
- package/node_modules/lodash/_baseRest.js +17 -0
- package/node_modules/lodash/_baseSample.js +15 -0
- package/node_modules/lodash/_baseSampleSize.js +18 -0
- package/node_modules/lodash/_baseSet.js +51 -0
- package/node_modules/lodash/_baseSetData.js +17 -0
- package/node_modules/lodash/_baseSetToString.js +22 -0
- package/node_modules/lodash/_baseShuffle.js +15 -0
- package/node_modules/lodash/_baseSlice.js +31 -0
- package/node_modules/lodash/_baseSome.js +22 -0
- package/node_modules/lodash/_baseSortBy.js +21 -0
- package/node_modules/lodash/_baseSortedIndex.js +42 -0
- package/node_modules/lodash/_baseSortedIndexBy.js +67 -0
- package/node_modules/lodash/_baseSortedUniq.js +30 -0
- package/node_modules/lodash/_baseSum.js +24 -0
- package/node_modules/lodash/_baseTimes.js +20 -0
- package/node_modules/lodash/_baseToNumber.js +24 -0
- package/node_modules/lodash/_baseToPairs.js +18 -0
- package/node_modules/lodash/_baseToString.js +37 -0
- package/node_modules/lodash/_baseTrim.js +19 -0
- package/node_modules/lodash/_baseUnary.js +14 -0
- package/node_modules/lodash/_baseUniq.js +72 -0
- package/node_modules/lodash/_baseUnset.js +65 -0
- package/node_modules/lodash/_baseUpdate.js +18 -0
- package/node_modules/lodash/_baseValues.js +19 -0
- package/node_modules/lodash/_baseWhile.js +26 -0
- package/node_modules/lodash/_baseWrapperValue.js +25 -0
- package/node_modules/lodash/_baseXor.js +36 -0
- package/node_modules/lodash/_baseZipObject.js +23 -0
- package/node_modules/lodash/_cacheHas.js +13 -0
- package/node_modules/lodash/_castArrayLikeObject.js +14 -0
- package/node_modules/lodash/_castFunction.js +14 -0
- package/node_modules/lodash/_castPath.js +21 -0
- package/node_modules/lodash/_castRest.js +14 -0
- package/node_modules/lodash/_castSlice.js +18 -0
- package/node_modules/lodash/_charsEndIndex.js +19 -0
- package/node_modules/lodash/_charsStartIndex.js +20 -0
- package/node_modules/lodash/_cloneArrayBuffer.js +16 -0
- package/node_modules/lodash/_cloneBuffer.js +35 -0
- package/node_modules/lodash/_cloneDataView.js +16 -0
- package/node_modules/lodash/_cloneRegExp.js +17 -0
- package/node_modules/lodash/_cloneSymbol.js +18 -0
- package/node_modules/lodash/_cloneTypedArray.js +16 -0
- package/node_modules/lodash/_compareAscending.js +41 -0
- package/node_modules/lodash/_compareMultiple.js +44 -0
- package/node_modules/lodash/_composeArgs.js +39 -0
- package/node_modules/lodash/_composeArgsRight.js +41 -0
- package/node_modules/lodash/_copyArray.js +20 -0
- package/node_modules/lodash/_copyObject.js +40 -0
- package/node_modules/lodash/_copySymbols.js +16 -0
- package/node_modules/lodash/_copySymbolsIn.js +16 -0
- package/node_modules/lodash/_coreJsData.js +6 -0
- package/node_modules/lodash/_countHolders.js +21 -0
- package/node_modules/lodash/_createAggregator.js +23 -0
- package/node_modules/lodash/_createAssigner.js +37 -0
- package/node_modules/lodash/_createBaseEach.js +32 -0
- package/node_modules/lodash/_createBaseFor.js +25 -0
- package/node_modules/lodash/_createBind.js +28 -0
- package/node_modules/lodash/_createCaseFirst.js +33 -0
- package/node_modules/lodash/_createCompounder.js +24 -0
- package/node_modules/lodash/_createCtor.js +37 -0
- package/node_modules/lodash/_createCurry.js +46 -0
- package/node_modules/lodash/_createFind.js +25 -0
- package/node_modules/lodash/_createFlow.js +78 -0
- package/node_modules/lodash/_createHybrid.js +92 -0
- package/node_modules/lodash/_createInverter.js +17 -0
- package/node_modules/lodash/_createMathOperation.js +38 -0
- package/node_modules/lodash/_createOver.js +27 -0
- package/node_modules/lodash/_createPadding.js +33 -0
- package/node_modules/lodash/_createPartial.js +43 -0
- package/node_modules/lodash/_createRange.js +30 -0
- package/node_modules/lodash/_createRecurry.js +56 -0
- package/node_modules/lodash/_createRelationalOperation.js +20 -0
- package/node_modules/lodash/_createRound.js +35 -0
- package/node_modules/lodash/_createSet.js +19 -0
- package/node_modules/lodash/_createToPairs.js +30 -0
- package/node_modules/lodash/_createWrap.js +106 -0
- package/node_modules/lodash/_customDefaultsAssignIn.js +29 -0
- package/node_modules/lodash/_customDefaultsMerge.js +28 -0
- package/node_modules/lodash/_customOmitClone.js +16 -0
- package/node_modules/lodash/_deburrLetter.js +71 -0
- package/node_modules/lodash/_defineProperty.js +11 -0
- package/node_modules/lodash/_equalArrays.js +84 -0
- package/node_modules/lodash/_equalByTag.js +112 -0
- package/node_modules/lodash/_equalObjects.js +90 -0
- package/node_modules/lodash/_escapeHtmlChar.js +21 -0
- package/node_modules/lodash/_escapeStringChar.js +22 -0
- package/node_modules/lodash/_flatRest.js +16 -0
- package/node_modules/lodash/_freeGlobal.js +4 -0
- package/node_modules/lodash/_getAllKeys.js +16 -0
- package/node_modules/lodash/_getAllKeysIn.js +17 -0
- package/node_modules/lodash/_getData.js +15 -0
- package/node_modules/lodash/_getFuncName.js +31 -0
- package/node_modules/lodash/_getHolder.js +13 -0
- package/node_modules/lodash/_getMapData.js +18 -0
- package/node_modules/lodash/_getMatchData.js +24 -0
- package/node_modules/lodash/_getNative.js +17 -0
- package/node_modules/lodash/_getPrototype.js +6 -0
- package/node_modules/lodash/_getRawTag.js +46 -0
- package/node_modules/lodash/_getSymbols.js +30 -0
- package/node_modules/lodash/_getSymbolsIn.js +25 -0
- package/node_modules/lodash/_getTag.js +58 -0
- package/node_modules/lodash/_getValue.js +13 -0
- package/node_modules/lodash/_getView.js +33 -0
- package/node_modules/lodash/_getWrapDetails.js +17 -0
- package/node_modules/lodash/_hasPath.js +39 -0
- package/node_modules/lodash/_hasUnicode.js +26 -0
- package/node_modules/lodash/_hasUnicodeWord.js +15 -0
- package/node_modules/lodash/_hashClear.js +15 -0
- package/node_modules/lodash/_hashDelete.js +17 -0
- package/node_modules/lodash/_hashGet.js +30 -0
- package/node_modules/lodash/_hashHas.js +23 -0
- package/node_modules/lodash/_hashSet.js +23 -0
- package/node_modules/lodash/_initCloneArray.js +26 -0
- package/node_modules/lodash/_initCloneByTag.js +77 -0
- package/node_modules/lodash/_initCloneObject.js +18 -0
- package/node_modules/lodash/_insertWrapDetails.js +23 -0
- package/node_modules/lodash/_isFlattenable.js +20 -0
- package/node_modules/lodash/_isIndex.js +25 -0
- package/node_modules/lodash/_isIterateeCall.js +30 -0
- package/node_modules/lodash/_isKey.js +29 -0
- package/node_modules/lodash/_isKeyable.js +15 -0
- package/node_modules/lodash/_isLaziable.js +28 -0
- package/node_modules/lodash/_isMaskable.js +14 -0
- package/node_modules/lodash/_isMasked.js +20 -0
- package/node_modules/lodash/_isPrototype.js +18 -0
- package/node_modules/lodash/_isStrictComparable.js +15 -0
- package/node_modules/lodash/_iteratorToArray.js +18 -0
- package/node_modules/lodash/_lazyClone.js +23 -0
- package/node_modules/lodash/_lazyReverse.js +23 -0
- package/node_modules/lodash/_lazyValue.js +69 -0
- package/node_modules/lodash/_listCacheClear.js +13 -0
- package/node_modules/lodash/_listCacheDelete.js +35 -0
- package/node_modules/lodash/_listCacheGet.js +19 -0
- package/node_modules/lodash/_listCacheHas.js +16 -0
- package/node_modules/lodash/_listCacheSet.js +26 -0
- package/node_modules/lodash/_mapCacheClear.js +21 -0
- package/node_modules/lodash/_mapCacheDelete.js +18 -0
- package/node_modules/lodash/_mapCacheGet.js +16 -0
- package/node_modules/lodash/_mapCacheHas.js +16 -0
- package/node_modules/lodash/_mapCacheSet.js +22 -0
- package/node_modules/lodash/_mapToArray.js +18 -0
- package/node_modules/lodash/_matchesStrictComparable.js +20 -0
- package/node_modules/lodash/_memoizeCapped.js +26 -0
- package/node_modules/lodash/_mergeData.js +90 -0
- package/node_modules/lodash/_metaMap.js +6 -0
- package/node_modules/lodash/_nativeCreate.js +6 -0
- package/node_modules/lodash/_nativeKeys.js +6 -0
- package/node_modules/lodash/_nativeKeysIn.js +20 -0
- package/node_modules/lodash/_nodeUtil.js +30 -0
- package/node_modules/lodash/_objectToString.js +22 -0
- package/node_modules/lodash/_overArg.js +15 -0
- package/node_modules/lodash/_overRest.js +36 -0
- package/node_modules/lodash/_parent.js +16 -0
- package/node_modules/lodash/_reEscape.js +4 -0
- package/node_modules/lodash/_reEvaluate.js +4 -0
- package/node_modules/lodash/_reInterpolate.js +4 -0
- package/node_modules/lodash/_realNames.js +4 -0
- package/node_modules/lodash/_reorder.js +29 -0
- package/node_modules/lodash/_replaceHolders.js +29 -0
- package/node_modules/lodash/_root.js +9 -0
- package/node_modules/lodash/_safeGet.js +21 -0
- package/node_modules/lodash/_setCacheAdd.js +19 -0
- package/node_modules/lodash/_setCacheHas.js +14 -0
- package/node_modules/lodash/_setData.js +20 -0
- package/node_modules/lodash/_setToArray.js +18 -0
- package/node_modules/lodash/_setToPairs.js +18 -0
- package/node_modules/lodash/_setToString.js +14 -0
- package/node_modules/lodash/_setWrapToString.js +21 -0
- package/node_modules/lodash/_shortOut.js +37 -0
- package/node_modules/lodash/_shuffleSelf.js +28 -0
- package/node_modules/lodash/_stackClear.js +15 -0
- package/node_modules/lodash/_stackDelete.js +18 -0
- package/node_modules/lodash/_stackGet.js +14 -0
- package/node_modules/lodash/_stackHas.js +14 -0
- package/node_modules/lodash/_stackSet.js +34 -0
- package/node_modules/lodash/_strictIndexOf.js +23 -0
- package/node_modules/lodash/_strictLastIndexOf.js +21 -0
- package/node_modules/lodash/_stringSize.js +18 -0
- package/node_modules/lodash/_stringToArray.js +18 -0
- package/node_modules/lodash/_stringToPath.js +27 -0
- package/node_modules/lodash/_toKey.js +21 -0
- package/node_modules/lodash/_toSource.js +26 -0
- package/node_modules/lodash/_trimmedEndIndex.js +19 -0
- package/node_modules/lodash/_unescapeHtmlChar.js +21 -0
- package/node_modules/lodash/_unicodeSize.js +44 -0
- package/node_modules/lodash/_unicodeToArray.js +40 -0
- package/node_modules/lodash/_unicodeWords.js +69 -0
- package/node_modules/lodash/_updateWrapDetails.js +46 -0
- package/node_modules/lodash/_wrapperClone.js +23 -0
- package/node_modules/lodash/add.js +22 -0
- package/node_modules/lodash/after.js +42 -0
- package/node_modules/lodash/array.js +67 -0
- package/node_modules/lodash/ary.js +29 -0
- package/node_modules/lodash/assign.js +58 -0
- package/node_modules/lodash/assignIn.js +40 -0
- package/node_modules/lodash/assignInWith.js +38 -0
- package/node_modules/lodash/assignWith.js +37 -0
- package/node_modules/lodash/at.js +23 -0
- package/node_modules/lodash/attempt.js +35 -0
- package/node_modules/lodash/before.js +40 -0
- package/node_modules/lodash/bind.js +57 -0
- package/node_modules/lodash/bindAll.js +41 -0
- package/node_modules/lodash/bindKey.js +68 -0
- package/node_modules/lodash/camelCase.js +29 -0
- package/node_modules/lodash/capitalize.js +23 -0
- package/node_modules/lodash/castArray.js +44 -0
- package/node_modules/lodash/ceil.js +26 -0
- package/node_modules/lodash/chain.js +38 -0
- package/node_modules/lodash/chunk.js +50 -0
- package/node_modules/lodash/clamp.js +39 -0
- package/node_modules/lodash/clone.js +36 -0
- package/node_modules/lodash/cloneDeep.js +29 -0
- package/node_modules/lodash/cloneDeepWith.js +40 -0
- package/node_modules/lodash/cloneWith.js +42 -0
- package/node_modules/lodash/collection.js +30 -0
- package/node_modules/lodash/commit.js +33 -0
- package/node_modules/lodash/compact.js +31 -0
- package/node_modules/lodash/concat.js +43 -0
- package/node_modules/lodash/cond.js +60 -0
- package/node_modules/lodash/conforms.js +35 -0
- package/node_modules/lodash/conformsTo.js +32 -0
- package/node_modules/lodash/constant.js +26 -0
- package/node_modules/lodash/core.js +3877 -0
- package/node_modules/lodash/core.min.js +29 -0
- package/node_modules/lodash/countBy.js +40 -0
- package/node_modules/lodash/create.js +43 -0
- package/node_modules/lodash/curry.js +57 -0
- package/node_modules/lodash/curryRight.js +54 -0
- package/node_modules/lodash/date.js +3 -0
- package/node_modules/lodash/debounce.js +191 -0
- package/node_modules/lodash/deburr.js +45 -0
- package/node_modules/lodash/defaultTo.js +25 -0
- package/node_modules/lodash/defaults.js +64 -0
- package/node_modules/lodash/defaultsDeep.js +30 -0
- package/node_modules/lodash/defer.js +26 -0
- package/node_modules/lodash/delay.js +28 -0
- package/node_modules/lodash/difference.js +33 -0
- package/node_modules/lodash/differenceBy.js +44 -0
- package/node_modules/lodash/differenceWith.js +40 -0
- package/node_modules/lodash/divide.js +22 -0
- package/node_modules/lodash/drop.js +38 -0
- package/node_modules/lodash/dropRight.js +39 -0
- package/node_modules/lodash/dropRightWhile.js +45 -0
- package/node_modules/lodash/dropWhile.js +45 -0
- package/node_modules/lodash/each.js +1 -0
- package/node_modules/lodash/eachRight.js +1 -0
- package/node_modules/lodash/endsWith.js +43 -0
- package/node_modules/lodash/entries.js +1 -0
- package/node_modules/lodash/entriesIn.js +1 -0
- package/node_modules/lodash/eq.js +37 -0
- package/node_modules/lodash/escape.js +43 -0
- package/node_modules/lodash/escapeRegExp.js +32 -0
- package/node_modules/lodash/every.js +56 -0
- package/node_modules/lodash/extend.js +1 -0
- package/node_modules/lodash/extendWith.js +1 -0
- package/node_modules/lodash/fill.js +45 -0
- package/node_modules/lodash/filter.js +52 -0
- package/node_modules/lodash/find.js +42 -0
- package/node_modules/lodash/findIndex.js +55 -0
- package/node_modules/lodash/findKey.js +44 -0
- package/node_modules/lodash/findLast.js +25 -0
- package/node_modules/lodash/findLastIndex.js +59 -0
- package/node_modules/lodash/findLastKey.js +44 -0
- package/node_modules/lodash/first.js +1 -0
- package/node_modules/lodash/flatMap.js +29 -0
- package/node_modules/lodash/flatMapDeep.js +31 -0
- package/node_modules/lodash/flatMapDepth.js +31 -0
- package/node_modules/lodash/flatten.js +22 -0
- package/node_modules/lodash/flattenDeep.js +25 -0
- package/node_modules/lodash/flattenDepth.js +33 -0
- package/node_modules/lodash/flip.js +28 -0
- package/node_modules/lodash/floor.js +26 -0
- package/node_modules/lodash/flow.js +27 -0
- package/node_modules/lodash/flowRight.js +26 -0
- package/node_modules/lodash/forEach.js +41 -0
- package/node_modules/lodash/forEachRight.js +31 -0
- package/node_modules/lodash/forIn.js +39 -0
- package/node_modules/lodash/forInRight.js +37 -0
- package/node_modules/lodash/forOwn.js +36 -0
- package/node_modules/lodash/forOwnRight.js +34 -0
- package/node_modules/lodash/fp/F.js +1 -0
- package/node_modules/lodash/fp/T.js +1 -0
- package/node_modules/lodash/fp/__.js +1 -0
- package/node_modules/lodash/fp/_baseConvert.js +569 -0
- package/node_modules/lodash/fp/_convertBrowser.js +18 -0
- package/node_modules/lodash/fp/_falseOptions.js +7 -0
- package/node_modules/lodash/fp/_mapping.js +358 -0
- package/node_modules/lodash/fp/_util.js +16 -0
- package/node_modules/lodash/fp/add.js +5 -0
- package/node_modules/lodash/fp/after.js +5 -0
- package/node_modules/lodash/fp/all.js +1 -0
- package/node_modules/lodash/fp/allPass.js +1 -0
- package/node_modules/lodash/fp/always.js +1 -0
- package/node_modules/lodash/fp/any.js +1 -0
- package/node_modules/lodash/fp/anyPass.js +1 -0
- package/node_modules/lodash/fp/apply.js +1 -0
- package/node_modules/lodash/fp/array.js +2 -0
- package/node_modules/lodash/fp/ary.js +5 -0
- package/node_modules/lodash/fp/assign.js +5 -0
- package/node_modules/lodash/fp/assignAll.js +5 -0
- package/node_modules/lodash/fp/assignAllWith.js +5 -0
- package/node_modules/lodash/fp/assignIn.js +5 -0
- package/node_modules/lodash/fp/assignInAll.js +5 -0
- package/node_modules/lodash/fp/assignInAllWith.js +5 -0
- package/node_modules/lodash/fp/assignInWith.js +5 -0
- package/node_modules/lodash/fp/assignWith.js +5 -0
- package/node_modules/lodash/fp/assoc.js +1 -0
- package/node_modules/lodash/fp/assocPath.js +1 -0
- package/node_modules/lodash/fp/at.js +5 -0
- package/node_modules/lodash/fp/attempt.js +5 -0
- package/node_modules/lodash/fp/before.js +5 -0
- package/node_modules/lodash/fp/bind.js +5 -0
- package/node_modules/lodash/fp/bindAll.js +5 -0
- package/node_modules/lodash/fp/bindKey.js +5 -0
- package/node_modules/lodash/fp/camelCase.js +5 -0
- package/node_modules/lodash/fp/capitalize.js +5 -0
- package/node_modules/lodash/fp/castArray.js +5 -0
- package/node_modules/lodash/fp/ceil.js +5 -0
- package/node_modules/lodash/fp/chain.js +5 -0
- package/node_modules/lodash/fp/chunk.js +5 -0
- package/node_modules/lodash/fp/clamp.js +5 -0
- package/node_modules/lodash/fp/clone.js +5 -0
- package/node_modules/lodash/fp/cloneDeep.js +5 -0
- package/node_modules/lodash/fp/cloneDeepWith.js +5 -0
- package/node_modules/lodash/fp/cloneWith.js +5 -0
- package/node_modules/lodash/fp/collection.js +2 -0
- package/node_modules/lodash/fp/commit.js +5 -0
- package/node_modules/lodash/fp/compact.js +5 -0
- package/node_modules/lodash/fp/complement.js +1 -0
- package/node_modules/lodash/fp/compose.js +1 -0
- package/node_modules/lodash/fp/concat.js +5 -0
- package/node_modules/lodash/fp/cond.js +5 -0
- package/node_modules/lodash/fp/conforms.js +1 -0
- package/node_modules/lodash/fp/conformsTo.js +5 -0
- package/node_modules/lodash/fp/constant.js +5 -0
- package/node_modules/lodash/fp/contains.js +1 -0
- package/node_modules/lodash/fp/convert.js +18 -0
- package/node_modules/lodash/fp/countBy.js +5 -0
- package/node_modules/lodash/fp/create.js +5 -0
- package/node_modules/lodash/fp/curry.js +5 -0
- package/node_modules/lodash/fp/curryN.js +5 -0
- package/node_modules/lodash/fp/curryRight.js +5 -0
- package/node_modules/lodash/fp/curryRightN.js +5 -0
- package/node_modules/lodash/fp/date.js +2 -0
- package/node_modules/lodash/fp/debounce.js +5 -0
- package/node_modules/lodash/fp/deburr.js +5 -0
- package/node_modules/lodash/fp/defaultTo.js +5 -0
- package/node_modules/lodash/fp/defaults.js +5 -0
- package/node_modules/lodash/fp/defaultsAll.js +5 -0
- package/node_modules/lodash/fp/defaultsDeep.js +5 -0
- package/node_modules/lodash/fp/defaultsDeepAll.js +5 -0
- package/node_modules/lodash/fp/defer.js +5 -0
- package/node_modules/lodash/fp/delay.js +5 -0
- package/node_modules/lodash/fp/difference.js +5 -0
- package/node_modules/lodash/fp/differenceBy.js +5 -0
- package/node_modules/lodash/fp/differenceWith.js +5 -0
- package/node_modules/lodash/fp/dissoc.js +1 -0
- package/node_modules/lodash/fp/dissocPath.js +1 -0
- package/node_modules/lodash/fp/divide.js +5 -0
- package/node_modules/lodash/fp/drop.js +5 -0
- package/node_modules/lodash/fp/dropLast.js +1 -0
- package/node_modules/lodash/fp/dropLastWhile.js +1 -0
- package/node_modules/lodash/fp/dropRight.js +5 -0
- package/node_modules/lodash/fp/dropRightWhile.js +5 -0
- package/node_modules/lodash/fp/dropWhile.js +5 -0
- package/node_modules/lodash/fp/each.js +1 -0
- package/node_modules/lodash/fp/eachRight.js +1 -0
- package/node_modules/lodash/fp/endsWith.js +5 -0
- package/node_modules/lodash/fp/entries.js +1 -0
- package/node_modules/lodash/fp/entriesIn.js +1 -0
- package/node_modules/lodash/fp/eq.js +5 -0
- package/node_modules/lodash/fp/equals.js +1 -0
- package/node_modules/lodash/fp/escape.js +5 -0
- package/node_modules/lodash/fp/escapeRegExp.js +5 -0
- package/node_modules/lodash/fp/every.js +5 -0
- package/node_modules/lodash/fp/extend.js +1 -0
- package/node_modules/lodash/fp/extendAll.js +1 -0
- package/node_modules/lodash/fp/extendAllWith.js +1 -0
- package/node_modules/lodash/fp/extendWith.js +1 -0
- package/node_modules/lodash/fp/fill.js +5 -0
- package/node_modules/lodash/fp/filter.js +5 -0
- package/node_modules/lodash/fp/find.js +5 -0
- package/node_modules/lodash/fp/findFrom.js +5 -0
- package/node_modules/lodash/fp/findIndex.js +5 -0
- package/node_modules/lodash/fp/findIndexFrom.js +5 -0
- package/node_modules/lodash/fp/findKey.js +5 -0
- package/node_modules/lodash/fp/findLast.js +5 -0
- package/node_modules/lodash/fp/findLastFrom.js +5 -0
- package/node_modules/lodash/fp/findLastIndex.js +5 -0
- package/node_modules/lodash/fp/findLastIndexFrom.js +5 -0
- package/node_modules/lodash/fp/findLastKey.js +5 -0
- package/node_modules/lodash/fp/first.js +1 -0
- package/node_modules/lodash/fp/flatMap.js +5 -0
- package/node_modules/lodash/fp/flatMapDeep.js +5 -0
- package/node_modules/lodash/fp/flatMapDepth.js +5 -0
- package/node_modules/lodash/fp/flatten.js +5 -0
- package/node_modules/lodash/fp/flattenDeep.js +5 -0
- package/node_modules/lodash/fp/flattenDepth.js +5 -0
- package/node_modules/lodash/fp/flip.js +5 -0
- package/node_modules/lodash/fp/floor.js +5 -0
- package/node_modules/lodash/fp/flow.js +5 -0
- package/node_modules/lodash/fp/flowRight.js +5 -0
- package/node_modules/lodash/fp/forEach.js +5 -0
- package/node_modules/lodash/fp/forEachRight.js +5 -0
- package/node_modules/lodash/fp/forIn.js +5 -0
- package/node_modules/lodash/fp/forInRight.js +5 -0
- package/node_modules/lodash/fp/forOwn.js +5 -0
- package/node_modules/lodash/fp/forOwnRight.js +5 -0
- package/node_modules/lodash/fp/fromPairs.js +5 -0
- package/node_modules/lodash/fp/function.js +2 -0
- package/node_modules/lodash/fp/functions.js +5 -0
- package/node_modules/lodash/fp/functionsIn.js +5 -0
- package/node_modules/lodash/fp/get.js +5 -0
- package/node_modules/lodash/fp/getOr.js +5 -0
- package/node_modules/lodash/fp/groupBy.js +5 -0
- package/node_modules/lodash/fp/gt.js +5 -0
- package/node_modules/lodash/fp/gte.js +5 -0
- package/node_modules/lodash/fp/has.js +5 -0
- package/node_modules/lodash/fp/hasIn.js +5 -0
- package/node_modules/lodash/fp/head.js +5 -0
- package/node_modules/lodash/fp/identical.js +1 -0
- package/node_modules/lodash/fp/identity.js +5 -0
- package/node_modules/lodash/fp/inRange.js +5 -0
- package/node_modules/lodash/fp/includes.js +5 -0
- package/node_modules/lodash/fp/includesFrom.js +5 -0
- package/node_modules/lodash/fp/indexBy.js +1 -0
- package/node_modules/lodash/fp/indexOf.js +5 -0
- package/node_modules/lodash/fp/indexOfFrom.js +5 -0
- package/node_modules/lodash/fp/init.js +1 -0
- package/node_modules/lodash/fp/initial.js +5 -0
- package/node_modules/lodash/fp/intersection.js +5 -0
- package/node_modules/lodash/fp/intersectionBy.js +5 -0
- package/node_modules/lodash/fp/intersectionWith.js +5 -0
- package/node_modules/lodash/fp/invert.js +5 -0
- package/node_modules/lodash/fp/invertBy.js +5 -0
- package/node_modules/lodash/fp/invertObj.js +1 -0
- package/node_modules/lodash/fp/invoke.js +5 -0
- package/node_modules/lodash/fp/invokeArgs.js +5 -0
- package/node_modules/lodash/fp/invokeArgsMap.js +5 -0
- package/node_modules/lodash/fp/invokeMap.js +5 -0
- package/node_modules/lodash/fp/isArguments.js +5 -0
- package/node_modules/lodash/fp/isArray.js +5 -0
- package/node_modules/lodash/fp/isArrayBuffer.js +5 -0
- package/node_modules/lodash/fp/isArrayLike.js +5 -0
- package/node_modules/lodash/fp/isArrayLikeObject.js +5 -0
- package/node_modules/lodash/fp/isBoolean.js +5 -0
- package/node_modules/lodash/fp/isBuffer.js +5 -0
- package/node_modules/lodash/fp/isDate.js +5 -0
- package/node_modules/lodash/fp/isElement.js +5 -0
- package/node_modules/lodash/fp/isEmpty.js +5 -0
- package/node_modules/lodash/fp/isEqual.js +5 -0
- package/node_modules/lodash/fp/isEqualWith.js +5 -0
- package/node_modules/lodash/fp/isError.js +5 -0
- package/node_modules/lodash/fp/isFinite.js +5 -0
- package/node_modules/lodash/fp/isFunction.js +5 -0
- package/node_modules/lodash/fp/isInteger.js +5 -0
- package/node_modules/lodash/fp/isLength.js +5 -0
- package/node_modules/lodash/fp/isMap.js +5 -0
- package/node_modules/lodash/fp/isMatch.js +5 -0
- package/node_modules/lodash/fp/isMatchWith.js +5 -0
- package/node_modules/lodash/fp/isNaN.js +5 -0
- package/node_modules/lodash/fp/isNative.js +5 -0
- package/node_modules/lodash/fp/isNil.js +5 -0
- package/node_modules/lodash/fp/isNull.js +5 -0
- package/node_modules/lodash/fp/isNumber.js +5 -0
- package/node_modules/lodash/fp/isObject.js +5 -0
- package/node_modules/lodash/fp/isObjectLike.js +5 -0
- package/node_modules/lodash/fp/isPlainObject.js +5 -0
- package/node_modules/lodash/fp/isRegExp.js +5 -0
- package/node_modules/lodash/fp/isSafeInteger.js +5 -0
- package/node_modules/lodash/fp/isSet.js +5 -0
- package/node_modules/lodash/fp/isString.js +5 -0
- package/node_modules/lodash/fp/isSymbol.js +5 -0
- package/node_modules/lodash/fp/isTypedArray.js +5 -0
- package/node_modules/lodash/fp/isUndefined.js +5 -0
- package/node_modules/lodash/fp/isWeakMap.js +5 -0
- package/node_modules/lodash/fp/isWeakSet.js +5 -0
- package/node_modules/lodash/fp/iteratee.js +5 -0
- package/node_modules/lodash/fp/join.js +5 -0
- package/node_modules/lodash/fp/juxt.js +1 -0
- package/node_modules/lodash/fp/kebabCase.js +5 -0
- package/node_modules/lodash/fp/keyBy.js +5 -0
- package/node_modules/lodash/fp/keys.js +5 -0
- package/node_modules/lodash/fp/keysIn.js +5 -0
- package/node_modules/lodash/fp/lang.js +2 -0
- package/node_modules/lodash/fp/last.js +5 -0
- package/node_modules/lodash/fp/lastIndexOf.js +5 -0
- package/node_modules/lodash/fp/lastIndexOfFrom.js +5 -0
- package/node_modules/lodash/fp/lowerCase.js +5 -0
- package/node_modules/lodash/fp/lowerFirst.js +5 -0
- package/node_modules/lodash/fp/lt.js +5 -0
- package/node_modules/lodash/fp/lte.js +5 -0
- package/node_modules/lodash/fp/map.js +5 -0
- package/node_modules/lodash/fp/mapKeys.js +5 -0
- package/node_modules/lodash/fp/mapValues.js +5 -0
- package/node_modules/lodash/fp/matches.js +1 -0
- package/node_modules/lodash/fp/matchesProperty.js +5 -0
- package/node_modules/lodash/fp/math.js +2 -0
- package/node_modules/lodash/fp/max.js +5 -0
- package/node_modules/lodash/fp/maxBy.js +5 -0
- package/node_modules/lodash/fp/mean.js +5 -0
- package/node_modules/lodash/fp/meanBy.js +5 -0
- package/node_modules/lodash/fp/memoize.js +5 -0
- package/node_modules/lodash/fp/merge.js +5 -0
- package/node_modules/lodash/fp/mergeAll.js +5 -0
- package/node_modules/lodash/fp/mergeAllWith.js +5 -0
- package/node_modules/lodash/fp/mergeWith.js +5 -0
- package/node_modules/lodash/fp/method.js +5 -0
- package/node_modules/lodash/fp/methodOf.js +5 -0
- package/node_modules/lodash/fp/min.js +5 -0
- package/node_modules/lodash/fp/minBy.js +5 -0
- package/node_modules/lodash/fp/mixin.js +5 -0
- package/node_modules/lodash/fp/multiply.js +5 -0
- package/node_modules/lodash/fp/nAry.js +1 -0
- package/node_modules/lodash/fp/negate.js +5 -0
- package/node_modules/lodash/fp/next.js +5 -0
- package/node_modules/lodash/fp/noop.js +5 -0
- package/node_modules/lodash/fp/now.js +5 -0
- package/node_modules/lodash/fp/nth.js +5 -0
- package/node_modules/lodash/fp/nthArg.js +5 -0
- package/node_modules/lodash/fp/number.js +2 -0
- package/node_modules/lodash/fp/object.js +2 -0
- package/node_modules/lodash/fp/omit.js +5 -0
- package/node_modules/lodash/fp/omitAll.js +1 -0
- package/node_modules/lodash/fp/omitBy.js +5 -0
- package/node_modules/lodash/fp/once.js +5 -0
- package/node_modules/lodash/fp/orderBy.js +5 -0
- package/node_modules/lodash/fp/over.js +5 -0
- package/node_modules/lodash/fp/overArgs.js +5 -0
- package/node_modules/lodash/fp/overEvery.js +5 -0
- package/node_modules/lodash/fp/overSome.js +5 -0
- package/node_modules/lodash/fp/pad.js +5 -0
- package/node_modules/lodash/fp/padChars.js +5 -0
- package/node_modules/lodash/fp/padCharsEnd.js +5 -0
- package/node_modules/lodash/fp/padCharsStart.js +5 -0
- package/node_modules/lodash/fp/padEnd.js +5 -0
- package/node_modules/lodash/fp/padStart.js +5 -0
- package/node_modules/lodash/fp/parseInt.js +5 -0
- package/node_modules/lodash/fp/partial.js +5 -0
- package/node_modules/lodash/fp/partialRight.js +5 -0
- package/node_modules/lodash/fp/partition.js +5 -0
- package/node_modules/lodash/fp/path.js +1 -0
- package/node_modules/lodash/fp/pathEq.js +1 -0
- package/node_modules/lodash/fp/pathOr.js +1 -0
- package/node_modules/lodash/fp/paths.js +1 -0
- package/node_modules/lodash/fp/pick.js +5 -0
- package/node_modules/lodash/fp/pickAll.js +1 -0
- package/node_modules/lodash/fp/pickBy.js +5 -0
- package/node_modules/lodash/fp/pipe.js +1 -0
- package/node_modules/lodash/fp/placeholder.js +6 -0
- package/node_modules/lodash/fp/plant.js +5 -0
- package/node_modules/lodash/fp/pluck.js +1 -0
- package/node_modules/lodash/fp/prop.js +1 -0
- package/node_modules/lodash/fp/propEq.js +1 -0
- package/node_modules/lodash/fp/propOr.js +1 -0
- package/node_modules/lodash/fp/property.js +1 -0
- package/node_modules/lodash/fp/propertyOf.js +5 -0
- package/node_modules/lodash/fp/props.js +1 -0
- package/node_modules/lodash/fp/pull.js +5 -0
- package/node_modules/lodash/fp/pullAll.js +5 -0
- package/node_modules/lodash/fp/pullAllBy.js +5 -0
- package/node_modules/lodash/fp/pullAllWith.js +5 -0
- package/node_modules/lodash/fp/pullAt.js +5 -0
- package/node_modules/lodash/fp/random.js +5 -0
- package/node_modules/lodash/fp/range.js +5 -0
- package/node_modules/lodash/fp/rangeRight.js +5 -0
- package/node_modules/lodash/fp/rangeStep.js +5 -0
- package/node_modules/lodash/fp/rangeStepRight.js +5 -0
- package/node_modules/lodash/fp/rearg.js +5 -0
- package/node_modules/lodash/fp/reduce.js +5 -0
- package/node_modules/lodash/fp/reduceRight.js +5 -0
- package/node_modules/lodash/fp/reject.js +5 -0
- package/node_modules/lodash/fp/remove.js +5 -0
- package/node_modules/lodash/fp/repeat.js +5 -0
- package/node_modules/lodash/fp/replace.js +5 -0
- package/node_modules/lodash/fp/rest.js +5 -0
- package/node_modules/lodash/fp/restFrom.js +5 -0
- package/node_modules/lodash/fp/result.js +5 -0
- package/node_modules/lodash/fp/reverse.js +5 -0
- package/node_modules/lodash/fp/round.js +5 -0
- package/node_modules/lodash/fp/sample.js +5 -0
- package/node_modules/lodash/fp/sampleSize.js +5 -0
- package/node_modules/lodash/fp/seq.js +2 -0
- package/node_modules/lodash/fp/set.js +5 -0
- package/node_modules/lodash/fp/setWith.js +5 -0
- package/node_modules/lodash/fp/shuffle.js +5 -0
- package/node_modules/lodash/fp/size.js +5 -0
- package/node_modules/lodash/fp/slice.js +5 -0
- package/node_modules/lodash/fp/snakeCase.js +5 -0
- package/node_modules/lodash/fp/some.js +5 -0
- package/node_modules/lodash/fp/sortBy.js +5 -0
- package/node_modules/lodash/fp/sortedIndex.js +5 -0
- package/node_modules/lodash/fp/sortedIndexBy.js +5 -0
- package/node_modules/lodash/fp/sortedIndexOf.js +5 -0
- package/node_modules/lodash/fp/sortedLastIndex.js +5 -0
- package/node_modules/lodash/fp/sortedLastIndexBy.js +5 -0
- package/node_modules/lodash/fp/sortedLastIndexOf.js +5 -0
- package/node_modules/lodash/fp/sortedUniq.js +5 -0
- package/node_modules/lodash/fp/sortedUniqBy.js +5 -0
- package/node_modules/lodash/fp/split.js +5 -0
- package/node_modules/lodash/fp/spread.js +5 -0
- package/node_modules/lodash/fp/spreadFrom.js +5 -0
- package/node_modules/lodash/fp/startCase.js +5 -0
- package/node_modules/lodash/fp/startsWith.js +5 -0
- package/node_modules/lodash/fp/string.js +2 -0
- package/node_modules/lodash/fp/stubArray.js +5 -0
- package/node_modules/lodash/fp/stubFalse.js +5 -0
- package/node_modules/lodash/fp/stubObject.js +5 -0
- package/node_modules/lodash/fp/stubString.js +5 -0
- package/node_modules/lodash/fp/stubTrue.js +5 -0
- package/node_modules/lodash/fp/subtract.js +5 -0
- package/node_modules/lodash/fp/sum.js +5 -0
- package/node_modules/lodash/fp/sumBy.js +5 -0
- package/node_modules/lodash/fp/symmetricDifference.js +1 -0
- package/node_modules/lodash/fp/symmetricDifferenceBy.js +1 -0
- package/node_modules/lodash/fp/symmetricDifferenceWith.js +1 -0
- package/node_modules/lodash/fp/tail.js +5 -0
- package/node_modules/lodash/fp/take.js +5 -0
- package/node_modules/lodash/fp/takeLast.js +1 -0
- package/node_modules/lodash/fp/takeLastWhile.js +1 -0
- package/node_modules/lodash/fp/takeRight.js +5 -0
- package/node_modules/lodash/fp/takeRightWhile.js +5 -0
- package/node_modules/lodash/fp/takeWhile.js +5 -0
- package/node_modules/lodash/fp/tap.js +5 -0
- package/node_modules/lodash/fp/template.js +5 -0
- package/node_modules/lodash/fp/templateSettings.js +5 -0
- package/node_modules/lodash/fp/throttle.js +5 -0
- package/node_modules/lodash/fp/thru.js +5 -0
- package/node_modules/lodash/fp/times.js +5 -0
- package/node_modules/lodash/fp/toArray.js +5 -0
- package/node_modules/lodash/fp/toFinite.js +5 -0
- package/node_modules/lodash/fp/toInteger.js +5 -0
- package/node_modules/lodash/fp/toIterator.js +5 -0
- package/node_modules/lodash/fp/toJSON.js +5 -0
- package/node_modules/lodash/fp/toLength.js +5 -0
- package/node_modules/lodash/fp/toLower.js +5 -0
- package/node_modules/lodash/fp/toNumber.js +5 -0
- package/node_modules/lodash/fp/toPairs.js +5 -0
- package/node_modules/lodash/fp/toPairsIn.js +5 -0
- package/node_modules/lodash/fp/toPath.js +5 -0
- package/node_modules/lodash/fp/toPlainObject.js +5 -0
- package/node_modules/lodash/fp/toSafeInteger.js +5 -0
- package/node_modules/lodash/fp/toString.js +5 -0
- package/node_modules/lodash/fp/toUpper.js +5 -0
- package/node_modules/lodash/fp/transform.js +5 -0
- package/node_modules/lodash/fp/trim.js +5 -0
- package/node_modules/lodash/fp/trimChars.js +5 -0
- package/node_modules/lodash/fp/trimCharsEnd.js +5 -0
- package/node_modules/lodash/fp/trimCharsStart.js +5 -0
- package/node_modules/lodash/fp/trimEnd.js +5 -0
- package/node_modules/lodash/fp/trimStart.js +5 -0
- package/node_modules/lodash/fp/truncate.js +5 -0
- package/node_modules/lodash/fp/unapply.js +1 -0
- package/node_modules/lodash/fp/unary.js +5 -0
- package/node_modules/lodash/fp/unescape.js +5 -0
- package/node_modules/lodash/fp/union.js +5 -0
- package/node_modules/lodash/fp/unionBy.js +5 -0
- package/node_modules/lodash/fp/unionWith.js +5 -0
- package/node_modules/lodash/fp/uniq.js +5 -0
- package/node_modules/lodash/fp/uniqBy.js +5 -0
- package/node_modules/lodash/fp/uniqWith.js +5 -0
- package/node_modules/lodash/fp/uniqueId.js +5 -0
- package/node_modules/lodash/fp/unnest.js +1 -0
- package/node_modules/lodash/fp/unset.js +5 -0
- package/node_modules/lodash/fp/unzip.js +5 -0
- package/node_modules/lodash/fp/unzipWith.js +5 -0
- package/node_modules/lodash/fp/update.js +5 -0
- package/node_modules/lodash/fp/updateWith.js +5 -0
- package/node_modules/lodash/fp/upperCase.js +5 -0
- package/node_modules/lodash/fp/upperFirst.js +5 -0
- package/node_modules/lodash/fp/useWith.js +1 -0
- package/node_modules/lodash/fp/util.js +2 -0
- package/node_modules/lodash/fp/value.js +5 -0
- package/node_modules/lodash/fp/valueOf.js +5 -0
- package/node_modules/lodash/fp/values.js +5 -0
- package/node_modules/lodash/fp/valuesIn.js +5 -0
- package/node_modules/lodash/fp/where.js +1 -0
- package/node_modules/lodash/fp/whereEq.js +1 -0
- package/node_modules/lodash/fp/without.js +5 -0
- package/node_modules/lodash/fp/words.js +5 -0
- package/node_modules/lodash/fp/wrap.js +5 -0
- package/node_modules/lodash/fp/wrapperAt.js +5 -0
- package/node_modules/lodash/fp/wrapperChain.js +5 -0
- package/node_modules/lodash/fp/wrapperLodash.js +5 -0
- package/node_modules/lodash/fp/wrapperReverse.js +5 -0
- package/node_modules/lodash/fp/wrapperValue.js +5 -0
- package/node_modules/lodash/fp/xor.js +5 -0
- package/node_modules/lodash/fp/xorBy.js +5 -0
- package/node_modules/lodash/fp/xorWith.js +5 -0
- package/node_modules/lodash/fp/zip.js +5 -0
- package/node_modules/lodash/fp/zipAll.js +5 -0
- package/node_modules/lodash/fp/zipObj.js +1 -0
- package/node_modules/lodash/fp/zipObject.js +5 -0
- package/node_modules/lodash/fp/zipObjectDeep.js +5 -0
- package/node_modules/lodash/fp/zipWith.js +5 -0
- package/node_modules/lodash/fp.js +2 -0
- package/node_modules/lodash/fromPairs.js +28 -0
- package/node_modules/lodash/function.js +25 -0
- package/node_modules/lodash/functions.js +31 -0
- package/node_modules/lodash/functionsIn.js +31 -0
- package/node_modules/lodash/get.js +33 -0
- package/node_modules/lodash/groupBy.js +41 -0
- package/node_modules/lodash/gt.js +29 -0
- package/node_modules/lodash/gte.js +30 -0
- package/node_modules/lodash/has.js +35 -0
- package/node_modules/lodash/hasIn.js +34 -0
- package/node_modules/lodash/head.js +23 -0
- package/node_modules/lodash/identity.js +21 -0
- package/node_modules/lodash/inRange.js +55 -0
- package/node_modules/lodash/includes.js +53 -0
- package/node_modules/lodash/index.js +1 -0
- package/node_modules/lodash/indexOf.js +42 -0
- package/node_modules/lodash/initial.js +22 -0
- package/node_modules/lodash/intersection.js +30 -0
- package/node_modules/lodash/intersectionBy.js +45 -0
- package/node_modules/lodash/intersectionWith.js +41 -0
- package/node_modules/lodash/invert.js +42 -0
- package/node_modules/lodash/invertBy.js +56 -0
- package/node_modules/lodash/invoke.js +24 -0
- package/node_modules/lodash/invokeMap.js +41 -0
- package/node_modules/lodash/isArguments.js +36 -0
- package/node_modules/lodash/isArray.js +26 -0
- package/node_modules/lodash/isArrayBuffer.js +27 -0
- package/node_modules/lodash/isArrayLike.js +33 -0
- package/node_modules/lodash/isArrayLikeObject.js +33 -0
- package/node_modules/lodash/isBoolean.js +29 -0
- package/node_modules/lodash/isBuffer.js +38 -0
- package/node_modules/lodash/isDate.js +27 -0
- package/node_modules/lodash/isElement.js +25 -0
- package/node_modules/lodash/isEmpty.js +77 -0
- package/node_modules/lodash/isEqual.js +35 -0
- package/node_modules/lodash/isEqualWith.js +41 -0
- package/node_modules/lodash/isError.js +36 -0
- package/node_modules/lodash/isFinite.js +36 -0
- package/node_modules/lodash/isFunction.js +37 -0
- package/node_modules/lodash/isInteger.js +33 -0
- package/node_modules/lodash/isLength.js +35 -0
- package/node_modules/lodash/isMap.js +27 -0
- package/node_modules/lodash/isMatch.js +36 -0
- package/node_modules/lodash/isMatchWith.js +41 -0
- package/node_modules/lodash/isNaN.js +38 -0
- package/node_modules/lodash/isNative.js +40 -0
- package/node_modules/lodash/isNil.js +25 -0
- package/node_modules/lodash/isNull.js +22 -0
- package/node_modules/lodash/isNumber.js +38 -0
- package/node_modules/lodash/isObject.js +31 -0
- package/node_modules/lodash/isObjectLike.js +29 -0
- package/node_modules/lodash/isPlainObject.js +62 -0
- package/node_modules/lodash/isRegExp.js +27 -0
- package/node_modules/lodash/isSafeInteger.js +37 -0
- package/node_modules/lodash/isSet.js +27 -0
- package/node_modules/lodash/isString.js +30 -0
- package/node_modules/lodash/isSymbol.js +29 -0
- package/node_modules/lodash/isTypedArray.js +27 -0
- package/node_modules/lodash/isUndefined.js +22 -0
- package/node_modules/lodash/isWeakMap.js +28 -0
- package/node_modules/lodash/isWeakSet.js +28 -0
- package/node_modules/lodash/iteratee.js +53 -0
- package/node_modules/lodash/join.js +26 -0
- package/node_modules/lodash/kebabCase.js +28 -0
- package/node_modules/lodash/keyBy.js +36 -0
- package/node_modules/lodash/keys.js +37 -0
- package/node_modules/lodash/keysIn.js +32 -0
- package/node_modules/lodash/lang.js +58 -0
- package/node_modules/lodash/last.js +20 -0
- package/node_modules/lodash/lastIndexOf.js +46 -0
- package/node_modules/lodash/lodash.js +17248 -0
- package/node_modules/lodash/lodash.min.js +140 -0
- package/node_modules/lodash/lowerCase.js +27 -0
- package/node_modules/lodash/lowerFirst.js +22 -0
- package/node_modules/lodash/lt.js +29 -0
- package/node_modules/lodash/lte.js +30 -0
- package/node_modules/lodash/map.js +53 -0
- package/node_modules/lodash/mapKeys.js +36 -0
- package/node_modules/lodash/mapValues.js +43 -0
- package/node_modules/lodash/matches.js +46 -0
- package/node_modules/lodash/matchesProperty.js +44 -0
- package/node_modules/lodash/math.js +17 -0
- package/node_modules/lodash/max.js +29 -0
- package/node_modules/lodash/maxBy.js +34 -0
- package/node_modules/lodash/mean.js +22 -0
- package/node_modules/lodash/meanBy.js +31 -0
- package/node_modules/lodash/memoize.js +73 -0
- package/node_modules/lodash/merge.js +39 -0
- package/node_modules/lodash/mergeWith.js +39 -0
- package/node_modules/lodash/method.js +34 -0
- package/node_modules/lodash/methodOf.js +33 -0
- package/node_modules/lodash/min.js +29 -0
- package/node_modules/lodash/minBy.js +34 -0
- package/node_modules/lodash/mixin.js +74 -0
- package/node_modules/lodash/multiply.js +22 -0
- package/node_modules/lodash/negate.js +40 -0
- package/node_modules/lodash/next.js +35 -0
- package/node_modules/lodash/noop.js +17 -0
- package/node_modules/lodash/now.js +23 -0
- package/node_modules/lodash/nth.js +29 -0
- package/node_modules/lodash/nthArg.js +32 -0
- package/node_modules/lodash/number.js +5 -0
- package/node_modules/lodash/object.js +49 -0
- package/node_modules/lodash/omit.js +57 -0
- package/node_modules/lodash/omitBy.js +29 -0
- package/node_modules/lodash/once.js +25 -0
- package/node_modules/lodash/orderBy.js +47 -0
- package/node_modules/lodash/over.js +24 -0
- package/node_modules/lodash/overArgs.js +61 -0
- package/node_modules/lodash/overEvery.js +34 -0
- package/node_modules/lodash/overSome.js +37 -0
- package/node_modules/lodash/package.json +17 -0
- package/node_modules/lodash/pad.js +49 -0
- package/node_modules/lodash/padEnd.js +39 -0
- package/node_modules/lodash/padStart.js +39 -0
- package/node_modules/lodash/parseInt.js +43 -0
- package/node_modules/lodash/partial.js +50 -0
- package/node_modules/lodash/partialRight.js +49 -0
- package/node_modules/lodash/partition.js +43 -0
- package/node_modules/lodash/pick.js +25 -0
- package/node_modules/lodash/pickBy.js +37 -0
- package/node_modules/lodash/plant.js +48 -0
- package/node_modules/lodash/property.js +32 -0
- package/node_modules/lodash/propertyOf.js +30 -0
- package/node_modules/lodash/pull.js +29 -0
- package/node_modules/lodash/pullAll.js +29 -0
- package/node_modules/lodash/pullAllBy.js +33 -0
- package/node_modules/lodash/pullAllWith.js +32 -0
- package/node_modules/lodash/pullAt.js +43 -0
- package/node_modules/lodash/random.js +82 -0
- package/node_modules/lodash/range.js +46 -0
- package/node_modules/lodash/rangeRight.js +41 -0
- package/node_modules/lodash/rearg.js +33 -0
- package/node_modules/lodash/reduce.js +51 -0
- package/node_modules/lodash/reduceRight.js +36 -0
- package/node_modules/lodash/reject.js +46 -0
- package/node_modules/lodash/remove.js +53 -0
- package/node_modules/lodash/repeat.js +37 -0
- package/node_modules/lodash/replace.js +29 -0
- package/node_modules/lodash/rest.js +40 -0
- package/node_modules/lodash/result.js +56 -0
- package/node_modules/lodash/reverse.js +34 -0
- package/node_modules/lodash/round.js +26 -0
- package/node_modules/lodash/sample.js +24 -0
- package/node_modules/lodash/sampleSize.js +37 -0
- package/node_modules/lodash/seq.js +16 -0
- package/node_modules/lodash/set.js +35 -0
- package/node_modules/lodash/setWith.js +32 -0
- package/node_modules/lodash/shuffle.js +25 -0
- package/node_modules/lodash/size.js +46 -0
- package/node_modules/lodash/slice.js +37 -0
- package/node_modules/lodash/snakeCase.js +28 -0
- package/node_modules/lodash/some.js +51 -0
- package/node_modules/lodash/sortBy.js +48 -0
- package/node_modules/lodash/sortedIndex.js +24 -0
- package/node_modules/lodash/sortedIndexBy.js +33 -0
- package/node_modules/lodash/sortedIndexOf.js +31 -0
- package/node_modules/lodash/sortedLastIndex.js +25 -0
- package/node_modules/lodash/sortedLastIndexBy.js +33 -0
- package/node_modules/lodash/sortedLastIndexOf.js +31 -0
- package/node_modules/lodash/sortedUniq.js +24 -0
- package/node_modules/lodash/sortedUniqBy.js +26 -0
- package/node_modules/lodash/split.js +52 -0
- package/node_modules/lodash/spread.js +63 -0
- package/node_modules/lodash/startCase.js +29 -0
- package/node_modules/lodash/startsWith.js +39 -0
- package/node_modules/lodash/string.js +33 -0
- package/node_modules/lodash/stubArray.js +23 -0
- package/node_modules/lodash/stubFalse.js +18 -0
- package/node_modules/lodash/stubObject.js +23 -0
- package/node_modules/lodash/stubString.js +18 -0
- package/node_modules/lodash/stubTrue.js +18 -0
- package/node_modules/lodash/subtract.js +22 -0
- package/node_modules/lodash/sum.js +24 -0
- package/node_modules/lodash/sumBy.js +33 -0
- package/node_modules/lodash/tail.js +22 -0
- package/node_modules/lodash/take.js +37 -0
- package/node_modules/lodash/takeRight.js +39 -0
- package/node_modules/lodash/takeRightWhile.js +45 -0
- package/node_modules/lodash/takeWhile.js +45 -0
- package/node_modules/lodash/tap.js +29 -0
- package/node_modules/lodash/template.js +272 -0
- package/node_modules/lodash/templateSettings.js +67 -0
- package/node_modules/lodash/throttle.js +69 -0
- package/node_modules/lodash/thru.js +28 -0
- package/node_modules/lodash/times.js +51 -0
- package/node_modules/lodash/toArray.js +58 -0
- package/node_modules/lodash/toFinite.js +42 -0
- package/node_modules/lodash/toInteger.js +36 -0
- package/node_modules/lodash/toIterator.js +23 -0
- package/node_modules/lodash/toJSON.js +1 -0
- package/node_modules/lodash/toLength.js +38 -0
- package/node_modules/lodash/toLower.js +28 -0
- package/node_modules/lodash/toNumber.js +64 -0
- package/node_modules/lodash/toPairs.js +30 -0
- package/node_modules/lodash/toPairsIn.js +30 -0
- package/node_modules/lodash/toPath.js +33 -0
- package/node_modules/lodash/toPlainObject.js +32 -0
- package/node_modules/lodash/toSafeInteger.js +37 -0
- package/node_modules/lodash/toString.js +28 -0
- package/node_modules/lodash/toUpper.js +28 -0
- package/node_modules/lodash/transform.js +65 -0
- package/node_modules/lodash/trim.js +47 -0
- package/node_modules/lodash/trimEnd.js +41 -0
- package/node_modules/lodash/trimStart.js +43 -0
- package/node_modules/lodash/truncate.js +111 -0
- package/node_modules/lodash/unary.js +22 -0
- package/node_modules/lodash/unescape.js +34 -0
- package/node_modules/lodash/union.js +26 -0
- package/node_modules/lodash/unionBy.js +39 -0
- package/node_modules/lodash/unionWith.js +34 -0
- package/node_modules/lodash/uniq.js +25 -0
- package/node_modules/lodash/uniqBy.js +31 -0
- package/node_modules/lodash/uniqWith.js +28 -0
- package/node_modules/lodash/uniqueId.js +28 -0
- package/node_modules/lodash/unset.js +34 -0
- package/node_modules/lodash/unzip.js +45 -0
- package/node_modules/lodash/unzipWith.js +39 -0
- package/node_modules/lodash/update.js +35 -0
- package/node_modules/lodash/updateWith.js +33 -0
- package/node_modules/lodash/upperCase.js +27 -0
- package/node_modules/lodash/upperFirst.js +22 -0
- package/node_modules/lodash/util.js +34 -0
- package/node_modules/lodash/value.js +1 -0
- package/node_modules/lodash/valueOf.js +1 -0
- package/node_modules/lodash/values.js +34 -0
- package/node_modules/lodash/valuesIn.js +32 -0
- package/node_modules/lodash/without.js +31 -0
- package/node_modules/lodash/words.js +35 -0
- package/node_modules/lodash/wrap.js +30 -0
- package/node_modules/lodash/wrapperAt.js +48 -0
- package/node_modules/lodash/wrapperChain.js +34 -0
- package/node_modules/lodash/wrapperLodash.js +147 -0
- package/node_modules/lodash/wrapperReverse.js +44 -0
- package/node_modules/lodash/wrapperValue.js +21 -0
- package/node_modules/lodash/xor.js +28 -0
- package/node_modules/lodash/xorBy.js +39 -0
- package/node_modules/lodash/xorWith.js +34 -0
- package/node_modules/lodash/zip.js +22 -0
- package/node_modules/lodash/zipObject.js +24 -0
- package/node_modules/lodash/zipObjectDeep.js +23 -0
- package/node_modules/lodash/zipWith.js +32 -0
- package/node_modules/ms/index.js +162 -0
- package/node_modules/ms/license.md +21 -0
- package/node_modules/ms/package.json +38 -0
- package/node_modules/ms/readme.md +59 -0
- package/node_modules/node-fetch/LICENSE.md +22 -0
- package/node_modules/node-fetch/README.md +634 -0
- package/node_modules/node-fetch/browser.js +25 -0
- package/node_modules/node-fetch/lib/index.es.js +1777 -0
- package/node_modules/node-fetch/lib/index.js +1787 -0
- package/node_modules/node-fetch/lib/index.mjs +1775 -0
- package/node_modules/node-fetch/package.json +89 -0
- package/node_modules/oci-common/LICENSE.txt +89 -0
- package/node_modules/oci-common/NOTICE.txt +1 -0
- package/node_modules/oci-common/README.md +19 -0
- package/node_modules/oci-common/THIRD_PARTY_LICENSES.txt +576 -0
- package/node_modules/oci-common/index.d.ts +54 -0
- package/node_modules/oci-common/index.js +104 -0
- package/node_modules/oci-common/index.js.map +1 -0
- package/node_modules/oci-common/lib/auth/X509-federation-client-for-oke-workload-identity.d.ts +38 -0
- package/node_modules/oci-common/lib/auth/X509-federation-client-for-oke-workload-identity.js +175 -0
- package/node_modules/oci-common/lib/auth/X509-federation-client-for-oke-workload-identity.js.map +1 -0
- package/node_modules/oci-common/lib/auth/X509-federation-client.d.ts +52 -0
- package/node_modules/oci-common/lib/auth/X509-federation-client.js +325 -0
- package/node_modules/oci-common/lib/auth/X509-federation-client.js.map +1 -0
- package/node_modules/oci-common/lib/auth/abstract-federation-client-authenticated-details-provider-builder.d.ts +76 -0
- package/node_modules/oci-common/lib/auth/abstract-federation-client-authenticated-details-provider-builder.js +224 -0
- package/node_modules/oci-common/lib/auth/abstract-federation-client-authenticated-details-provider-builder.js.map +1 -0
- package/node_modules/oci-common/lib/auth/abstract-requesting-authentication-detail-provider.d.ts +19 -0
- package/node_modules/oci-common/lib/auth/abstract-requesting-authentication-detail-provider.js +46 -0
- package/node_modules/oci-common/lib/auth/abstract-requesting-authentication-detail-provider.js.map +1 -0
- package/node_modules/oci-common/lib/auth/auth.d.ts +125 -0
- package/node_modules/oci-common/lib/auth/auth.js +137 -0
- package/node_modules/oci-common/lib/auth/auth.js.map +1 -0
- package/node_modules/oci-common/lib/auth/certificate-and-privatekey-pair.d.ts +12 -0
- package/node_modules/oci-common/lib/auth/certificate-and-privatekey-pair.js +20 -0
- package/node_modules/oci-common/lib/auth/certificate-and-privatekey-pair.js.map +1 -0
- package/node_modules/oci-common/lib/auth/config-file-auth.d.ts +81 -0
- package/node_modules/oci-common/lib/auth/config-file-auth.js +205 -0
- package/node_modules/oci-common/lib/auth/config-file-auth.js.map +1 -0
- package/node_modules/oci-common/lib/auth/file-based-key-supplier.d.ts +16 -0
- package/node_modules/oci-common/lib/auth/file-based-key-supplier.js +45 -0
- package/node_modules/oci-common/lib/auth/file-based-key-supplier.js.map +1 -0
- package/node_modules/oci-common/lib/auth/file-based-resource-principal-federation-client.d.ts +34 -0
- package/node_modules/oci-common/lib/auth/file-based-resource-principal-federation-client.js +95 -0
- package/node_modules/oci-common/lib/auth/file-based-resource-principal-federation-client.js.map +1 -0
- package/node_modules/oci-common/lib/auth/fixed-content-key-supplier.d.ts +20 -0
- package/node_modules/oci-common/lib/auth/fixed-content-key-supplier.js +49 -0
- package/node_modules/oci-common/lib/auth/fixed-content-key-supplier.js.map +1 -0
- package/node_modules/oci-common/lib/auth/fixed-content-resource-principal-federation-client.d.ts +22 -0
- package/node_modules/oci-common/lib/auth/fixed-content-resource-principal-federation-client.js +50 -0
- package/node_modules/oci-common/lib/auth/fixed-content-resource-principal-federation-client.js.map +1 -0
- package/node_modules/oci-common/lib/auth/helpers/auth-utils.d.ts +17 -0
- package/node_modules/oci-common/lib/auth/helpers/auth-utils.js +60 -0
- package/node_modules/oci-common/lib/auth/helpers/auth-utils.js.map +1 -0
- package/node_modules/oci-common/lib/auth/helpers/delegate-auth-provider.d.ts +10 -0
- package/node_modules/oci-common/lib/auth/helpers/delegate-auth-provider.js +42 -0
- package/node_modules/oci-common/lib/auth/helpers/delegate-auth-provider.js.map +1 -0
- package/node_modules/oci-common/lib/auth/helpers/load-from-file.d.ts +5 -0
- package/node_modules/oci-common/lib/auth/helpers/load-from-file.js +19 -0
- package/node_modules/oci-common/lib/auth/helpers/load-from-file.js.map +1 -0
- package/node_modules/oci-common/lib/auth/helpers/load-private-key-from-file.d.ts +17 -0
- package/node_modules/oci-common/lib/auth/helpers/load-private-key-from-file.js +32 -0
- package/node_modules/oci-common/lib/auth/helpers/load-private-key-from-file.js.map +1 -0
- package/node_modules/oci-common/lib/auth/instance-principals-authentication-detail-provider.d.ts +37 -0
- package/node_modules/oci-common/lib/auth/instance-principals-authentication-detail-provider.js +76 -0
- package/node_modules/oci-common/lib/auth/instance-principals-authentication-detail-provider.js.map +1 -0
- package/node_modules/oci-common/lib/auth/key-pair.d.ts +15 -0
- package/node_modules/oci-common/lib/auth/key-pair.js +24 -0
- package/node_modules/oci-common/lib/auth/key-pair.js.map +1 -0
- package/node_modules/oci-common/lib/auth/models/X509-certificate-supplier.d.ts +22 -0
- package/node_modules/oci-common/lib/auth/models/X509-certificate-supplier.js +7 -0
- package/node_modules/oci-common/lib/auth/models/X509-certificate-supplier.js.map +1 -0
- package/node_modules/oci-common/lib/auth/models/abstract-authentication-details-provider.d.ts +10 -0
- package/node_modules/oci-common/lib/auth/models/abstract-authentication-details-provider.js +7 -0
- package/node_modules/oci-common/lib/auth/models/abstract-authentication-details-provider.js.map +1 -0
- package/node_modules/oci-common/lib/auth/models/federation-client.d.ts +29 -0
- package/node_modules/oci-common/lib/auth/models/federation-client.js +7 -0
- package/node_modules/oci-common/lib/auth/models/federation-client.js.map +1 -0
- package/node_modules/oci-common/lib/auth/models/refreshable-on-not-authenticaticated-provider.d.ts +23 -0
- package/node_modules/oci-common/lib/auth/models/refreshable-on-not-authenticaticated-provider.js +7 -0
- package/node_modules/oci-common/lib/auth/models/refreshable-on-not-authenticaticated-provider.js.map +1 -0
- package/node_modules/oci-common/lib/auth/models/refreshable.d.ts +23 -0
- package/node_modules/oci-common/lib/auth/models/refreshable.js +7 -0
- package/node_modules/oci-common/lib/auth/models/refreshable.js.map +1 -0
- package/node_modules/oci-common/lib/auth/models/session-key-supplier.d.ts +27 -0
- package/node_modules/oci-common/lib/auth/models/session-key-supplier.js +7 -0
- package/node_modules/oci-common/lib/auth/models/session-key-supplier.js.map +1 -0
- package/node_modules/oci-common/lib/auth/oke-workload-identity-authentication-details-provider.d.ts +56 -0
- package/node_modules/oci-common/lib/auth/oke-workload-identity-authentication-details-provider.js +139 -0
- package/node_modules/oci-common/lib/auth/oke-workload-identity-authentication-details-provider.js.map +1 -0
- package/node_modules/oci-common/lib/auth/resource-principal-authentication-details-provider.d.ts +63 -0
- package/node_modules/oci-common/lib/auth/resource-principal-authentication-details-provider.js +184 -0
- package/node_modules/oci-common/lib/auth/resource-principal-authentication-details-provider.js.map +1 -0
- package/node_modules/oci-common/lib/auth/security-token-adapter.d.ts +38 -0
- package/node_modules/oci-common/lib/auth/security-token-adapter.js +71 -0
- package/node_modules/oci-common/lib/auth/security-token-adapter.js.map +1 -0
- package/node_modules/oci-common/lib/auth/session-auth-details-provider.d.ts +8 -0
- package/node_modules/oci-common/lib/auth/session-auth-details-provider.js +71 -0
- package/node_modules/oci-common/lib/auth/session-auth-details-provider.js.map +1 -0
- package/node_modules/oci-common/lib/auth/session-key-supplier.d.ts +12 -0
- package/node_modules/oci-common/lib/auth/session-key-supplier.js +53 -0
- package/node_modules/oci-common/lib/auth/session-key-supplier.js.map +1 -0
- package/node_modules/oci-common/lib/auth/url-based-x509-certificate-supplier.d.ts +43 -0
- package/node_modules/oci-common/lib/auth/url-based-x509-certificate-supplier.js +113 -0
- package/node_modules/oci-common/lib/auth/url-based-x509-certificate-supplier.js.map +1 -0
- package/node_modules/oci-common/lib/base-request.d.ts +17 -0
- package/node_modules/oci-common/lib/base-request.js +7 -0
- package/node_modules/oci-common/lib/base-request.js.map +1 -0
- package/node_modules/oci-common/lib/chunker.d.ts +6 -0
- package/node_modules/oci-common/lib/chunker.js +45 -0
- package/node_modules/oci-common/lib/chunker.js.map +1 -0
- package/node_modules/oci-common/lib/chunks/ChunkBuffer.d.ts +7 -0
- package/node_modules/oci-common/lib/chunks/ChunkBuffer.js +53 -0
- package/node_modules/oci-common/lib/chunks/ChunkBuffer.js.map +1 -0
- package/node_modules/oci-common/lib/chunks/ChunkStream.d.ts +7 -0
- package/node_modules/oci-common/lib/chunks/ChunkStream.js +80 -0
- package/node_modules/oci-common/lib/chunks/ChunkStream.js.map +1 -0
- package/node_modules/oci-common/lib/chunks/getReadableData.d.ts +7 -0
- package/node_modules/oci-common/lib/chunks/getReadableData.js +47 -0
- package/node_modules/oci-common/lib/chunks/getReadableData.js.map +1 -0
- package/node_modules/oci-common/lib/chunks/getReadableStreamData.d.ts +6 -0
- package/node_modules/oci-common/lib/chunks/getReadableStreamData.js +41 -0
- package/node_modules/oci-common/lib/chunks/getReadableStreamData.js.map +1 -0
- package/node_modules/oci-common/lib/circuit-breaker.d.ts +37 -0
- package/node_modules/oci-common/lib/circuit-breaker.js +133 -0
- package/node_modules/oci-common/lib/circuit-breaker.js.map +1 -0
- package/node_modules/oci-common/lib/client-configuration.d.ts +23 -0
- package/node_modules/oci-common/lib/client-configuration.js +7 -0
- package/node_modules/oci-common/lib/client-configuration.js.map +1 -0
- package/node_modules/oci-common/lib/config-file-reader.d.ts +51 -0
- package/node_modules/oci-common/lib/config-file-reader.js +176 -0
- package/node_modules/oci-common/lib/config-file-reader.js.map +1 -0
- package/node_modules/oci-common/lib/constants.d.ts +14 -0
- package/node_modules/oci-common/lib/constants.js +19 -0
- package/node_modules/oci-common/lib/constants.js.map +1 -0
- package/node_modules/oci-common/lib/developer-tool-configuration-file-schema.d.ts +11 -0
- package/node_modules/oci-common/lib/developer-tool-configuration-file-schema.js +7 -0
- package/node_modules/oci-common/lib/developer-tool-configuration-file-schema.js.map +1 -0
- package/node_modules/oci-common/lib/developertoolconfiguration.d.ts +7 -0
- package/node_modules/oci-common/lib/developertoolconfiguration.js +138 -0
- package/node_modules/oci-common/lib/developertoolconfiguration.js.map +1 -0
- package/node_modules/oci-common/lib/endpoint-builder.d.ts +17 -0
- package/node_modules/oci-common/lib/endpoint-builder.js +134 -0
- package/node_modules/oci-common/lib/endpoint-builder.js.map +1 -0
- package/node_modules/oci-common/lib/error.d.ts +14 -0
- package/node_modules/oci-common/lib/error.js +34 -0
- package/node_modules/oci-common/lib/error.js.map +1 -0
- package/node_modules/oci-common/lib/headers.d.ts +6 -0
- package/node_modules/oci-common/lib/headers.js +66 -0
- package/node_modules/oci-common/lib/headers.js.map +1 -0
- package/node_modules/oci-common/lib/helper.d.ts +22 -0
- package/node_modules/oci-common/lib/helper.js +310 -0
- package/node_modules/oci-common/lib/helper.js.map +1 -0
- package/node_modules/oci-common/lib/http-request.d.ts +11 -0
- package/node_modules/oci-common/lib/http-request.js +7 -0
- package/node_modules/oci-common/lib/http-request.js.map +1 -0
- package/node_modules/oci-common/lib/http.d.ts +24 -0
- package/node_modules/oci-common/lib/http.js +109 -0
- package/node_modules/oci-common/lib/http.js.map +1 -0
- package/node_modules/oci-common/lib/log.d.ts +18 -0
- package/node_modules/oci-common/lib/log.js +20 -0
- package/node_modules/oci-common/lib/log.js.map +1 -0
- package/node_modules/oci-common/lib/object-serializer.d.ts +9 -0
- package/node_modules/oci-common/lib/object-serializer.js +69 -0
- package/node_modules/oci-common/lib/object-serializer.js.map +1 -0
- package/node_modules/oci-common/lib/paginators.d.ts +18 -0
- package/node_modules/oci-common/lib/paginators.js +145 -0
- package/node_modules/oci-common/lib/paginators.js.map +1 -0
- package/node_modules/oci-common/lib/range.d.ts +27 -0
- package/node_modules/oci-common/lib/range.js +60 -0
- package/node_modules/oci-common/lib/range.js.map +1 -0
- package/node_modules/oci-common/lib/realm.d.ts +41 -0
- package/node_modules/oci-common/lib/realm.js +82 -0
- package/node_modules/oci-common/lib/realm.js.map +1 -0
- package/node_modules/oci-common/lib/region-metadata-schema.d.ts +13 -0
- package/node_modules/oci-common/lib/region-metadata-schema.js +28 -0
- package/node_modules/oci-common/lib/region-metadata-schema.js.map +1 -0
- package/node_modules/oci-common/lib/region.d.ts +151 -0
- package/node_modules/oci-common/lib/region.js +422 -0
- package/node_modules/oci-common/lib/region.js.map +1 -0
- package/node_modules/oci-common/lib/request-generator.d.ts +23 -0
- package/node_modules/oci-common/lib/request-generator.js +129 -0
- package/node_modules/oci-common/lib/request-generator.js.map +1 -0
- package/node_modules/oci-common/lib/response-generator.d.ts +20 -0
- package/node_modules/oci-common/lib/response-generator.js +37 -0
- package/node_modules/oci-common/lib/response-generator.js.map +1 -0
- package/node_modules/oci-common/lib/retrier.d.ts +53 -0
- package/node_modules/oci-common/lib/retrier.js +223 -0
- package/node_modules/oci-common/lib/retrier.js.map +1 -0
- package/node_modules/oci-common/lib/retry-token-header.d.ts +9 -0
- package/node_modules/oci-common/lib/retry-token-header.js +29 -0
- package/node_modules/oci-common/lib/retry-token-header.js.map +1 -0
- package/node_modules/oci-common/lib/signer.d.ts +48 -0
- package/node_modules/oci-common/lib/signer.js +156 -0
- package/node_modules/oci-common/lib/signer.js.map +1 -0
- package/node_modules/oci-common/lib/types.d.ts +23 -0
- package/node_modules/oci-common/lib/types.js +7 -0
- package/node_modules/oci-common/lib/types.js.map +1 -0
- package/node_modules/oci-common/lib/utils.d.ts +11 -0
- package/node_modules/oci-common/lib/utils.js +50 -0
- package/node_modules/oci-common/lib/utils.js.map +1 -0
- package/node_modules/oci-common/lib/waiter.d.ts +52 -0
- package/node_modules/oci-common/lib/waiter.js +121 -0
- package/node_modules/oci-common/lib/waiter.js.map +1 -0
- package/node_modules/oci-common/node_modules/jsonwebtoken/LICENSE +21 -0
- package/node_modules/oci-common/node_modules/jsonwebtoken/README.md +396 -0
- package/node_modules/oci-common/node_modules/jsonwebtoken/decode.js +30 -0
- package/node_modules/oci-common/node_modules/jsonwebtoken/index.js +12 -0
- package/node_modules/oci-common/node_modules/jsonwebtoken/lib/JsonWebTokenError.js +14 -0
- package/node_modules/oci-common/node_modules/jsonwebtoken/lib/NotBeforeError.js +13 -0
- package/node_modules/oci-common/node_modules/jsonwebtoken/lib/TokenExpiredError.js +13 -0
- package/node_modules/oci-common/node_modules/jsonwebtoken/lib/asymmetricKeyDetailsSupported.js +3 -0
- package/node_modules/oci-common/node_modules/jsonwebtoken/lib/psSupported.js +3 -0
- package/node_modules/oci-common/node_modules/jsonwebtoken/lib/rsaPssKeyDetailsSupported.js +3 -0
- package/node_modules/oci-common/node_modules/jsonwebtoken/lib/timespan.js +18 -0
- package/node_modules/oci-common/node_modules/jsonwebtoken/lib/validateAsymmetricKey.js +66 -0
- package/node_modules/oci-common/node_modules/jsonwebtoken/package.json +65 -0
- package/node_modules/oci-common/node_modules/jsonwebtoken/sign.js +247 -0
- package/node_modules/oci-common/node_modules/jsonwebtoken/verify.js +263 -0
- package/node_modules/oci-common/node_modules/jssha/CHANGELOG.md +178 -0
- package/node_modules/oci-common/node_modules/jssha/LICENSE +26 -0
- package/node_modules/oci-common/node_modules/jssha/README.md +122 -0
- package/node_modules/oci-common/node_modules/jssha/bower.json +51 -0
- package/node_modules/oci-common/node_modules/jssha/package.json +54 -0
- package/node_modules/oci-common/node_modules/jssha/src/sha.js +44 -0
- package/node_modules/oci-common/node_modules/jssha/src/sha1.js +24 -0
- package/node_modules/oci-common/node_modules/jssha/src/sha256.js +28 -0
- package/node_modules/oci-common/node_modules/jssha/src/sha3.js +28 -0
- package/node_modules/oci-common/node_modules/jssha/src/sha512.js +35 -0
- package/node_modules/oci-common/node_modules/jwa/LICENSE +17 -0
- package/node_modules/oci-common/node_modules/jwa/README.md +150 -0
- package/node_modules/oci-common/node_modules/jwa/index.js +266 -0
- package/node_modules/oci-common/node_modules/jwa/package.json +37 -0
- package/node_modules/oci-common/node_modules/jws/CHANGELOG.md +47 -0
- package/node_modules/oci-common/node_modules/jws/LICENSE +17 -0
- package/node_modules/oci-common/node_modules/jws/index.js +22 -0
- package/node_modules/oci-common/node_modules/jws/lib/data-stream.js +55 -0
- package/node_modules/oci-common/node_modules/jws/lib/sign-stream.js +83 -0
- package/node_modules/oci-common/node_modules/jws/lib/tostring.js +10 -0
- package/node_modules/oci-common/node_modules/jws/lib/verify-stream.js +125 -0
- package/node_modules/oci-common/node_modules/jws/package.json +34 -0
- package/node_modules/oci-common/node_modules/jws/readme.md +255 -0
- package/node_modules/oci-common/node_modules/opossum/CHANGELOG.md +474 -0
- package/node_modules/oci-common/node_modules/opossum/LICENSE +201 -0
- package/node_modules/oci-common/node_modules/opossum/README.md +273 -0
- package/node_modules/oci-common/node_modules/opossum/dist/.nodelete +0 -0
- package/node_modules/oci-common/node_modules/opossum/dist/browser-test.map +1 -0
- package/node_modules/oci-common/node_modules/opossum/dist/opossum.js +3484 -0
- package/node_modules/oci-common/node_modules/opossum/dist/opossum.map +1 -0
- package/node_modules/oci-common/node_modules/opossum/dist/opossum.min.js +13 -0
- package/node_modules/oci-common/node_modules/opossum/dist/opossum.min.map +1 -0
- package/node_modules/oci-common/node_modules/opossum/index.js +3 -0
- package/node_modules/oci-common/node_modules/opossum/lib/circuit.js +713 -0
- package/node_modules/oci-common/node_modules/opossum/lib/semaphore.js +54 -0
- package/node_modules/oci-common/node_modules/opossum/lib/status.js +197 -0
- package/node_modules/oci-common/node_modules/opossum/package.json +80 -0
- package/node_modules/oci-common/node_modules/uuid/AUTHORS +5 -0
- package/node_modules/oci-common/node_modules/uuid/CHANGELOG.md +112 -0
- package/node_modules/oci-common/node_modules/uuid/LICENSE.md +21 -0
- package/node_modules/oci-common/node_modules/uuid/README.md +293 -0
- package/node_modules/oci-common/node_modules/uuid/bin/uuid +65 -0
- package/node_modules/oci-common/node_modules/uuid/index.js +8 -0
- package/node_modules/oci-common/node_modules/uuid/lib/bytesToUuid.js +24 -0
- package/node_modules/oci-common/node_modules/uuid/lib/md5-browser.js +216 -0
- package/node_modules/oci-common/node_modules/uuid/lib/md5.js +25 -0
- package/node_modules/oci-common/node_modules/uuid/lib/rng-browser.js +34 -0
- package/node_modules/oci-common/node_modules/uuid/lib/rng.js +8 -0
- package/node_modules/oci-common/node_modules/uuid/lib/sha1-browser.js +89 -0
- package/node_modules/oci-common/node_modules/uuid/lib/sha1.js +25 -0
- package/node_modules/oci-common/node_modules/uuid/lib/v35.js +57 -0
- package/node_modules/oci-common/node_modules/uuid/package.json +44 -0
- package/node_modules/oci-common/node_modules/uuid/v1.js +109 -0
- package/node_modules/oci-common/node_modules/uuid/v3.js +4 -0
- package/node_modules/oci-common/node_modules/uuid/v4.js +29 -0
- package/node_modules/oci-common/node_modules/uuid/v5.js +3 -0
- package/node_modules/oci-common/package.json +55 -0
- package/node_modules/oci-generativeaiagentruntime/LICENSE.txt +89 -0
- package/node_modules/oci-generativeaiagentruntime/NOTICE.txt +1 -0
- package/node_modules/oci-generativeaiagentruntime/README.md +22 -0
- package/node_modules/oci-generativeaiagentruntime/THIRD_PARTY_LICENSES.txt +576 -0
- package/node_modules/oci-generativeaiagentruntime/index.d.ts +29 -0
- package/node_modules/oci-generativeaiagentruntime/index.js +52 -0
- package/node_modules/oci-generativeaiagentruntime/index.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/client.d.ts +154 -0
- package/node_modules/oci-generativeaiagentruntime/lib/client.js +592 -0
- package/node_modules/oci-generativeaiagentruntime/lib/client.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/chat-details.d.ts +59 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/chat-details.js +80 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/chat-details.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/chat-result.d.ts +58 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/chat-result.js +92 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/chat-result.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/citation.d.ts +55 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/citation.js +66 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/citation.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/create-session-details.d.ts +39 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/create-session-details.js +38 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/create-session-details.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/error-trace.d.ts +42 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/error-trace.js +59 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/error-trace.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/execution-trace.d.ts +41 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/execution-trace.js +59 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/execution-trace.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/function-call.d.ts +39 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/function-call.js +38 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/function-call.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/function-calling-performed-action.d.ts +38 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/function-calling-performed-action.js +63 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/function-calling-performed-action.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/function-calling-required-action.d.ts +35 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/function-calling-required-action.js +71 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/function-calling-required-action.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/generation-trace.d.ts +46 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/generation-trace.js +71 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/generation-trace.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/generic-tool-input.d.ts +38 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/generic-tool-input.js +61 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/generic-tool-input.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/generic-tool-output.d.ts +38 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/generic-tool-output.js +61 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/generic-tool-output.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/human-approval-performed-action.d.ts +41 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/human-approval-performed-action.js +68 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/human-approval-performed-action.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/human-approval-required-action.d.ts +50 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/human-approval-required-action.js +73 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/human-approval-required-action.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/index.d.ts +109 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/index.js +132 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/index.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/knowledge-base-metadata-summary.d.ts +76 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/knowledge-base-metadata-summary.js +70 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/knowledge-base-metadata-summary.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/knowledge-base-metadata-value.d.ts +39 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/knowledge-base-metadata-value.js +38 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/knowledge-base-metadata-value.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/message-content.d.ts +44 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/message-content.js +80 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/message-content.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/message.d.ts +50 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/message.js +74 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/message.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/metadata-filter.d.ts +39 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/metadata-filter.js +38 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/metadata-filter.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/model-details.d.ts +40 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/model-details.js +64 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/model-details.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/model-params.d.ts +54 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/model-params.js +38 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/model-params.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/oci-database-source-location.d.ts +46 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/oci-database-source-location.js +63 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/oci-database-source-location.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/oci-object-storage-source-location.d.ts +38 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/oci-object-storage-source-location.js +63 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/oci-object-storage-source-location.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/oci-open-search-source-location.d.ts +46 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/oci-open-search-source-location.js +63 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/oci-open-search-source-location.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/paragraph-citation.d.ts +37 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/paragraph-citation.js +74 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/paragraph-citation.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/paragraph.d.ts +43 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/paragraph.js +38 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/paragraph.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/performed-action.d.ts +36 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/performed-action.js +81 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/performed-action.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/planning-trace.d.ts +45 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/planning-trace.js +71 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/planning-trace.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/rag-tool-output.d.ts +46 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/rag-tool-output.js +81 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/rag-tool-output.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/required-action.d.ts +36 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/required-action.js +81 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/required-action.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/retrieval-trace.d.ts +46 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/retrieval-trace.js +81 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/retrieval-trace.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/retrieve-metadata-details.d.ts +36 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/retrieve-metadata-details.js +70 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/retrieve-metadata-details.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/session.d.ts +55 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/session.js +38 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/session.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/source-details.d.ts +39 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/source-details.js +38 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/source-details.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/source-location.d.ts +32 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/source-location.js +85 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/source-location.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/sql-result-files.d.ts +39 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/sql-result-files.js +38 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/sql-result-files.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/sql-tool-output.d.ts +47 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/sql-tool-output.js +67 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/sql-tool-output.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/tool-input.d.ts +36 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/tool-input.js +77 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/tool-input.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/tool-invocation-trace.d.ts +45 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/tool-invocation-trace.js +59 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/tool-invocation-trace.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/tool-output.d.ts +40 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/tool-output.js +85 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/tool-output.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/trace.d.ts +50 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/trace.js +101 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/trace.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/update-session-details.d.ts +39 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/update-session-details.js +38 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/update-session-details.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/usage-details.d.ts +46 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/usage-details.js +38 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/usage-details.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/usage.d.ts +33 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/usage.js +72 -0
- package/node_modules/oci-generativeaiagentruntime/lib/model/usage.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/request/chat-request.d.ts +49 -0
- package/node_modules/oci-generativeaiagentruntime/lib/request/chat-request.js +15 -0
- package/node_modules/oci-generativeaiagentruntime/lib/request/chat-request.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/request/create-session-request.d.ts +40 -0
- package/node_modules/oci-generativeaiagentruntime/lib/request/create-session-request.js +15 -0
- package/node_modules/oci-generativeaiagentruntime/lib/request/create-session-request.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/request/delete-session-request.d.ts +39 -0
- package/node_modules/oci-generativeaiagentruntime/lib/request/delete-session-request.js +15 -0
- package/node_modules/oci-generativeaiagentruntime/lib/request/delete-session-request.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/request/get-session-request.d.ts +30 -0
- package/node_modules/oci-generativeaiagentruntime/lib/request/get-session-request.js +15 -0
- package/node_modules/oci-generativeaiagentruntime/lib/request/get-session-request.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/request/index.d.ts +33 -0
- package/node_modules/oci-generativeaiagentruntime/lib/request/index.js +24 -0
- package/node_modules/oci-generativeaiagentruntime/lib/request/index.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/request/retrieve-metadata-request.d.ts +49 -0
- package/node_modules/oci-generativeaiagentruntime/lib/request/retrieve-metadata-request.js +15 -0
- package/node_modules/oci-generativeaiagentruntime/lib/request/retrieve-metadata-request.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/request/update-session-request.d.ts +44 -0
- package/node_modules/oci-generativeaiagentruntime/lib/request/update-session-request.js +15 -0
- package/node_modules/oci-generativeaiagentruntime/lib/request/update-session-request.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/response/chat-response.d.ts +25 -0
- package/node_modules/oci-generativeaiagentruntime/lib/response/chat-response.js +15 -0
- package/node_modules/oci-generativeaiagentruntime/lib/response/chat-response.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/response/create-session-response.d.ts +30 -0
- package/node_modules/oci-generativeaiagentruntime/lib/response/create-session-response.js +15 -0
- package/node_modules/oci-generativeaiagentruntime/lib/response/create-session-response.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/response/delete-session-response.d.ts +20 -0
- package/node_modules/oci-generativeaiagentruntime/lib/response/delete-session-response.js +15 -0
- package/node_modules/oci-generativeaiagentruntime/lib/response/delete-session-response.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/response/get-session-response.d.ts +30 -0
- package/node_modules/oci-generativeaiagentruntime/lib/response/get-session-response.js +15 -0
- package/node_modules/oci-generativeaiagentruntime/lib/response/get-session-response.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/response/index.d.ts +33 -0
- package/node_modules/oci-generativeaiagentruntime/lib/response/index.js +24 -0
- package/node_modules/oci-generativeaiagentruntime/lib/response/index.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/response/retrieve-metadata-response.d.ts +30 -0
- package/node_modules/oci-generativeaiagentruntime/lib/response/retrieve-metadata-response.js +15 -0
- package/node_modules/oci-generativeaiagentruntime/lib/response/retrieve-metadata-response.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/lib/response/update-session-response.d.ts +30 -0
- package/node_modules/oci-generativeaiagentruntime/lib/response/update-session-response.js +15 -0
- package/node_modules/oci-generativeaiagentruntime/lib/response/update-session-response.js.map +1 -0
- package/node_modules/oci-generativeaiagentruntime/package.json +29 -0
- package/node_modules/oci-workrequests/LICENSE.txt +89 -0
- package/node_modules/oci-workrequests/NOTICE.txt +1 -0
- package/node_modules/oci-workrequests/README.md +21 -0
- package/node_modules/oci-workrequests/THIRD_PARTY_LICENSES.txt +576 -0
- package/node_modules/oci-workrequests/index.d.ts +30 -0
- package/node_modules/oci-workrequests/index.js +53 -0
- package/node_modules/oci-workrequests/index.js.map +1 -0
- package/node_modules/oci-workrequests/lib/client.d.ts +240 -0
- package/node_modules/oci-workrequests/lib/client.js +602 -0
- package/node_modules/oci-workrequests/lib/client.js.map +1 -0
- package/node_modules/oci-workrequests/lib/model/index.d.ts +28 -0
- package/node_modules/oci-workrequests/lib/model/index.js +51 -0
- package/node_modules/oci-workrequests/lib/model/index.js.map +1 -0
- package/node_modules/oci-workrequests/lib/model/work-request-error.d.ts +39 -0
- package/node_modules/oci-workrequests/lib/model/work-request-error.js +35 -0
- package/node_modules/oci-workrequests/lib/model/work-request-error.js.map +1 -0
- package/node_modules/oci-workrequests/lib/model/work-request-log-entry.d.ts +35 -0
- package/node_modules/oci-workrequests/lib/model/work-request-log-entry.js +35 -0
- package/node_modules/oci-workrequests/lib/model/work-request-log-entry.js.map +1 -0
- package/node_modules/oci-workrequests/lib/model/work-request-resource.d.ts +61 -0
- package/node_modules/oci-workrequests/lib/model/work-request-resource.js +48 -0
- package/node_modules/oci-workrequests/lib/model/work-request-resource.js.map +1 -0
- package/node_modules/oci-workrequests/lib/model/work-request-summary.d.ts +78 -0
- package/node_modules/oci-workrequests/lib/model/work-request-summary.js +49 -0
- package/node_modules/oci-workrequests/lib/model/work-request-summary.js.map +1 -0
- package/node_modules/oci-workrequests/lib/model/work-request.d.ts +83 -0
- package/node_modules/oci-workrequests/lib/model/work-request.js +81 -0
- package/node_modules/oci-workrequests/lib/model/work-request.js.map +1 -0
- package/node_modules/oci-workrequests/lib/request/get-work-request-request.d.ts +28 -0
- package/node_modules/oci-workrequests/lib/request/get-work-request-request.js +15 -0
- package/node_modules/oci-workrequests/lib/request/get-work-request-request.js.map +1 -0
- package/node_modules/oci-workrequests/lib/request/index.d.ts +26 -0
- package/node_modules/oci-workrequests/lib/request/index.js +45 -0
- package/node_modules/oci-workrequests/lib/request/index.js.map +1 -0
- package/node_modules/oci-workrequests/lib/request/list-work-request-errors-request.d.ts +53 -0
- package/node_modules/oci-workrequests/lib/request/list-work-request-errors-request.js +24 -0
- package/node_modules/oci-workrequests/lib/request/list-work-request-errors-request.js.map +1 -0
- package/node_modules/oci-workrequests/lib/request/list-work-request-logs-request.d.ts +53 -0
- package/node_modules/oci-workrequests/lib/request/list-work-request-logs-request.js +24 -0
- package/node_modules/oci-workrequests/lib/request/list-work-request-logs-request.js.map +1 -0
- package/node_modules/oci-workrequests/lib/request/list-work-requests-request.d.ts +46 -0
- package/node_modules/oci-workrequests/lib/request/list-work-requests-request.js +15 -0
- package/node_modules/oci-workrequests/lib/request/list-work-requests-request.js.map +1 -0
- package/node_modules/oci-workrequests/lib/response/get-work-request-response.d.ts +25 -0
- package/node_modules/oci-workrequests/lib/response/get-work-request-response.js +15 -0
- package/node_modules/oci-workrequests/lib/response/get-work-request-response.js.map +1 -0
- package/node_modules/oci-workrequests/lib/response/index.d.ts +26 -0
- package/node_modules/oci-workrequests/lib/response/index.js +21 -0
- package/node_modules/oci-workrequests/lib/response/index.js.map +1 -0
- package/node_modules/oci-workrequests/lib/response/list-work-request-errors-response.d.ts +32 -0
- package/node_modules/oci-workrequests/lib/response/list-work-request-errors-response.js +15 -0
- package/node_modules/oci-workrequests/lib/response/list-work-request-errors-response.js.map +1 -0
- package/node_modules/oci-workrequests/lib/response/list-work-request-logs-response.d.ts +32 -0
- package/node_modules/oci-workrequests/lib/response/list-work-request-logs-response.js +15 -0
- package/node_modules/oci-workrequests/lib/response/list-work-request-logs-response.js.map +1 -0
- package/node_modules/oci-workrequests/lib/response/list-work-requests-response.d.ts +32 -0
- package/node_modules/oci-workrequests/lib/response/list-work-requests-response.js +15 -0
- package/node_modules/oci-workrequests/lib/response/list-work-requests-response.js.map +1 -0
- package/node_modules/oci-workrequests/lib/workrequest-helper.d.ts +4 -0
- package/node_modules/oci-workrequests/lib/workrequest-helper.js +24 -0
- package/node_modules/oci-workrequests/lib/workrequest-helper.js.map +1 -0
- package/node_modules/oci-workrequests/lib/workrequest-waiter.d.ts +33 -0
- package/node_modules/oci-workrequests/lib/workrequest-waiter.js +50 -0
- package/node_modules/oci-workrequests/lib/workrequest-waiter.js.map +1 -0
- package/node_modules/oci-workrequests/package.json +29 -0
- package/node_modules/opossum/LICENSE +201 -0
- package/node_modules/opossum/README.md +541 -0
- package/node_modules/opossum/dist/.nodelete +0 -0
- package/node_modules/opossum/dist/opossum.js +2059 -0
- package/node_modules/opossum/dist/opossum.map +1 -0
- package/node_modules/opossum/dist/opossum.min.js +2 -0
- package/node_modules/opossum/dist/opossum.min.map +1 -0
- package/node_modules/opossum/index.js +3 -0
- package/node_modules/opossum/lib/cache.js +65 -0
- package/node_modules/opossum/lib/circuit.js +1029 -0
- package/node_modules/opossum/lib/semaphore.js +54 -0
- package/node_modules/opossum/lib/status.js +247 -0
- package/node_modules/opossum/package.json +77 -0
- package/node_modules/safe-buffer/LICENSE +21 -0
- package/node_modules/safe-buffer/README.md +584 -0
- package/node_modules/safe-buffer/index.d.ts +187 -0
- package/node_modules/safe-buffer/index.js +65 -0
- package/node_modules/safe-buffer/package.json +51 -0
- package/node_modules/safer-buffer/LICENSE +21 -0
- package/node_modules/safer-buffer/Porting-Buffer.md +268 -0
- package/node_modules/safer-buffer/Readme.md +156 -0
- package/node_modules/safer-buffer/dangerous.js +58 -0
- package/node_modules/safer-buffer/package.json +34 -0
- package/node_modules/safer-buffer/safer.js +77 -0
- package/node_modules/safer-buffer/tests.js +406 -0
- package/node_modules/semver/LICENSE +15 -0
- package/node_modules/semver/README.md +664 -0
- package/node_modules/semver/bin/semver.js +191 -0
- package/node_modules/semver/classes/comparator.js +143 -0
- package/node_modules/semver/classes/index.js +7 -0
- package/node_modules/semver/classes/range.js +557 -0
- package/node_modules/semver/classes/semver.js +333 -0
- package/node_modules/semver/functions/clean.js +8 -0
- package/node_modules/semver/functions/cmp.js +54 -0
- package/node_modules/semver/functions/coerce.js +62 -0
- package/node_modules/semver/functions/compare-build.js +9 -0
- package/node_modules/semver/functions/compare-loose.js +5 -0
- package/node_modules/semver/functions/compare.js +7 -0
- package/node_modules/semver/functions/diff.js +60 -0
- package/node_modules/semver/functions/eq.js +5 -0
- package/node_modules/semver/functions/gt.js +5 -0
- package/node_modules/semver/functions/gte.js +5 -0
- package/node_modules/semver/functions/inc.js +21 -0
- package/node_modules/semver/functions/lt.js +5 -0
- package/node_modules/semver/functions/lte.js +5 -0
- package/node_modules/semver/functions/major.js +5 -0
- package/node_modules/semver/functions/minor.js +5 -0
- package/node_modules/semver/functions/neq.js +5 -0
- package/node_modules/semver/functions/parse.js +18 -0
- package/node_modules/semver/functions/patch.js +5 -0
- package/node_modules/semver/functions/prerelease.js +8 -0
- package/node_modules/semver/functions/rcompare.js +5 -0
- package/node_modules/semver/functions/rsort.js +5 -0
- package/node_modules/semver/functions/satisfies.js +12 -0
- package/node_modules/semver/functions/sort.js +5 -0
- package/node_modules/semver/functions/valid.js +8 -0
- package/node_modules/semver/index.js +91 -0
- package/node_modules/semver/internal/constants.js +37 -0
- package/node_modules/semver/internal/debug.js +11 -0
- package/node_modules/semver/internal/identifiers.js +29 -0
- package/node_modules/semver/internal/lrucache.js +42 -0
- package/node_modules/semver/internal/parse-options.js +17 -0
- package/node_modules/semver/internal/re.js +223 -0
- package/node_modules/semver/package.json +78 -0
- package/node_modules/semver/preload.js +4 -0
- package/node_modules/semver/range.bnf +16 -0
- package/node_modules/semver/ranges/gtr.js +6 -0
- package/node_modules/semver/ranges/intersects.js +9 -0
- package/node_modules/semver/ranges/ltr.js +6 -0
- package/node_modules/semver/ranges/max-satisfying.js +27 -0
- package/node_modules/semver/ranges/min-satisfying.js +26 -0
- package/node_modules/semver/ranges/min-version.js +63 -0
- package/node_modules/semver/ranges/outside.js +82 -0
- package/node_modules/semver/ranges/simplify.js +49 -0
- package/node_modules/semver/ranges/subset.js +249 -0
- package/node_modules/semver/ranges/to-comparators.js +10 -0
- package/node_modules/semver/ranges/valid.js +13 -0
- package/node_modules/sshpk/.npmignore +9 -0
- package/node_modules/sshpk/.travis.yml +11 -0
- package/node_modules/sshpk/LICENSE +18 -0
- package/node_modules/sshpk/README.md +804 -0
- package/node_modules/sshpk/bin/sshpk-conv +243 -0
- package/node_modules/sshpk/bin/sshpk-sign +191 -0
- package/node_modules/sshpk/bin/sshpk-verify +167 -0
- package/node_modules/sshpk/lib/algs.js +168 -0
- package/node_modules/sshpk/lib/certificate.js +410 -0
- package/node_modules/sshpk/lib/dhe.js +397 -0
- package/node_modules/sshpk/lib/ed-compat.js +92 -0
- package/node_modules/sshpk/lib/errors.js +84 -0
- package/node_modules/sshpk/lib/fingerprint.js +220 -0
- package/node_modules/sshpk/lib/formats/auto.js +124 -0
- package/node_modules/sshpk/lib/formats/dnssec.js +287 -0
- package/node_modules/sshpk/lib/formats/openssh-cert.js +352 -0
- package/node_modules/sshpk/lib/formats/pem.js +290 -0
- package/node_modules/sshpk/lib/formats/pkcs1.js +373 -0
- package/node_modules/sshpk/lib/formats/pkcs8.js +631 -0
- package/node_modules/sshpk/lib/formats/putty.js +99 -0
- package/node_modules/sshpk/lib/formats/rfc4253.js +166 -0
- package/node_modules/sshpk/lib/formats/ssh-private.js +262 -0
- package/node_modules/sshpk/lib/formats/ssh.js +115 -0
- package/node_modules/sshpk/lib/formats/x509-pem.js +88 -0
- package/node_modules/sshpk/lib/formats/x509.js +752 -0
- package/node_modules/sshpk/lib/identity.js +373 -0
- package/node_modules/sshpk/lib/index.js +40 -0
- package/node_modules/sshpk/lib/key.js +294 -0
- package/node_modules/sshpk/lib/private-key.js +246 -0
- package/node_modules/sshpk/lib/signature.js +314 -0
- package/node_modules/sshpk/lib/ssh-buffer.js +149 -0
- package/node_modules/sshpk/lib/utils.js +404 -0
- package/node_modules/sshpk/man/man1/sshpk-conv.1 +135 -0
- package/node_modules/sshpk/man/man1/sshpk-sign.1 +81 -0
- package/node_modules/sshpk/man/man1/sshpk-verify.1 +68 -0
- package/node_modules/sshpk/package.json +60 -0
- package/node_modules/tr46/.npmignore +4 -0
- package/node_modules/tr46/index.js +193 -0
- package/node_modules/tr46/lib/.gitkeep +0 -0
- package/node_modules/tr46/lib/mappingTable.json +1 -0
- package/node_modules/tr46/package.json +31 -0
- package/node_modules/tweetnacl/.npmignore +4 -0
- package/node_modules/tweetnacl/AUTHORS.md +28 -0
- package/node_modules/tweetnacl/CHANGELOG.md +221 -0
- package/node_modules/tweetnacl/LICENSE +24 -0
- package/node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md +20 -0
- package/node_modules/tweetnacl/README.md +459 -0
- package/node_modules/tweetnacl/nacl-fast.js +2388 -0
- package/node_modules/tweetnacl/nacl-fast.min.js +2 -0
- package/node_modules/tweetnacl/nacl.d.ts +98 -0
- package/node_modules/tweetnacl/nacl.js +1175 -0
- package/node_modules/tweetnacl/nacl.min.js +1 -0
- package/node_modules/tweetnacl/package.json +58 -0
- package/node_modules/undici-types/README.md +6 -0
- package/node_modules/undici-types/agent.d.ts +31 -0
- package/node_modules/undici-types/api.d.ts +43 -0
- package/node_modules/undici-types/balanced-pool.d.ts +18 -0
- package/node_modules/undici-types/cache.d.ts +36 -0
- package/node_modules/undici-types/client.d.ts +97 -0
- package/node_modules/undici-types/connector.d.ts +34 -0
- package/node_modules/undici-types/content-type.d.ts +21 -0
- package/node_modules/undici-types/cookies.d.ts +28 -0
- package/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
- package/node_modules/undici-types/dispatcher.d.ts +241 -0
- package/node_modules/undici-types/errors.d.ts +128 -0
- package/node_modules/undici-types/fetch.d.ts +209 -0
- package/node_modules/undici-types/file.d.ts +39 -0
- package/node_modules/undici-types/filereader.d.ts +54 -0
- package/node_modules/undici-types/formdata.d.ts +108 -0
- package/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/node_modules/undici-types/global-origin.d.ts +7 -0
- package/node_modules/undici-types/handlers.d.ts +9 -0
- package/node_modules/undici-types/header.d.ts +4 -0
- package/node_modules/undici-types/index.d.ts +63 -0
- package/node_modules/undici-types/interceptors.d.ts +5 -0
- package/node_modules/undici-types/mock-agent.d.ts +50 -0
- package/node_modules/undici-types/mock-client.d.ts +25 -0
- package/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/node_modules/undici-types/package.json +55 -0
- package/node_modules/undici-types/patch.d.ts +71 -0
- package/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/node_modules/undici-types/pool.d.ts +28 -0
- package/node_modules/undici-types/proxy-agent.d.ts +30 -0
- package/node_modules/undici-types/readable.d.ts +61 -0
- package/node_modules/undici-types/webidl.d.ts +220 -0
- package/node_modules/undici-types/websocket.d.ts +131 -0
- package/node_modules/verror/.npmignore +9 -0
- package/node_modules/verror/CHANGES.md +28 -0
- package/node_modules/verror/CONTRIBUTING.md +19 -0
- package/node_modules/verror/LICENSE +19 -0
- package/node_modules/verror/README.md +528 -0
- package/node_modules/verror/lib/verror.js +451 -0
- package/node_modules/verror/package.json +22 -0
- package/node_modules/webidl-conversions/LICENSE.md +12 -0
- package/node_modules/webidl-conversions/README.md +53 -0
- package/node_modules/webidl-conversions/lib/index.js +189 -0
- package/node_modules/webidl-conversions/package.json +23 -0
- package/node_modules/whatwg-fetch/LICENSE +20 -0
- package/node_modules/whatwg-fetch/README.md +349 -0
- package/node_modules/whatwg-fetch/dist/fetch.umd.js +657 -0
- package/node_modules/whatwg-fetch/dist/fetch.umd.js.flow +119 -0
- package/node_modules/whatwg-fetch/fetch.js +642 -0
- package/node_modules/whatwg-fetch/fetch.js.flow +119 -0
- package/node_modules/whatwg-fetch/package.json +42 -0
- package/node_modules/whatwg-url/LICENSE.txt +21 -0
- package/node_modules/whatwg-url/README.md +67 -0
- package/node_modules/whatwg-url/lib/URL-impl.js +200 -0
- package/node_modules/whatwg-url/lib/URL.js +196 -0
- package/node_modules/whatwg-url/lib/public-api.js +11 -0
- package/node_modules/whatwg-url/lib/url-state-machine.js +1297 -0
- package/node_modules/whatwg-url/lib/utils.js +20 -0
- package/node_modules/whatwg-url/package.json +32 -0
- package/package.json +8 -2
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
Copyright (c) 2008-2020 Brian Turek, 1998-2009 Paul Johnston & Contributors
|
|
2
|
+
All rights reserved.
|
|
3
|
+
|
|
4
|
+
Redistribution and use in source and binary forms, with or without
|
|
5
|
+
modification, are permitted provided that the following conditions are met:
|
|
6
|
+
|
|
7
|
+
* Redistributions of source code must retain the above copyright notice, this
|
|
8
|
+
list of conditions and the following disclaimer.
|
|
9
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
10
|
+
this list of conditions and the following disclaimer in the documentation
|
|
11
|
+
and/or other materials provided with the distribution.
|
|
12
|
+
* Neither the name of the the copyright holder nor the names of its
|
|
13
|
+
contributors may be used to endorse or promote products derived from this
|
|
14
|
+
software without specific prior written permission.
|
|
15
|
+
|
|
16
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
17
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
18
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
19
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
|
|
20
|
+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
21
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
22
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
23
|
+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
24
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
25
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
26
|
+
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
# jsSHA
|
|
2
|
+
A pure JavaScript streaming implementation of the complete Secure Hash Standard
|
|
3
|
+
family (SHA-1, SHA-224, SHA3-224, SHA-256, SHA3-256, SHA-384, SHA3-384, SHA-512,
|
|
4
|
+
SHA3-512, SHAKE128, and SHAKE256) as well as HMAC.
|
|
5
|
+
|
|
6
|
+
[](https://travis-ci.org/Caligatio/jsSHA)
|
|
7
|
+
|
|
8
|
+
## Usage
|
|
9
|
+
|
|
10
|
+
### Installation
|
|
11
|
+
#### Browser
|
|
12
|
+
Include the desired JavaScript file (sha.js, sha1.js, sha256.js, sha512.js, or
|
|
13
|
+
sha3.js) in your header (sha.js used below):
|
|
14
|
+
|
|
15
|
+
<script type="text/javascript" src="/path/to/sha.js"></script>
|
|
16
|
+
|
|
17
|
+
#### Node.js
|
|
18
|
+
jsSHA is available through NPM and be installed by simply doing
|
|
19
|
+
|
|
20
|
+
npm install jssha
|
|
21
|
+
|
|
22
|
+
To use the module, first require it using:
|
|
23
|
+
|
|
24
|
+
jsSHA = require("jssha");
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Hashing
|
|
28
|
+
Instantiate a new jsSHA object with the desired hash type, input type, and
|
|
29
|
+
options as parameters. The hash type can be one of SHA-1, SHA-224, SHA3-224,
|
|
30
|
+
SHA-256, SHA3-256, SHA-384, SHA3-384, SHA-512, SHA3-512, SHAKE128, or SHAKE256.
|
|
31
|
+
The input type can be one of HEX, TEXT, B64, BYTES, ARRAYBUFFER, or UINT8ARRAY.
|
|
32
|
+
You can then stream in input using the `update` object function, calling it
|
|
33
|
+
multiple times if needed. Finally, simply call `getHash` with the output type
|
|
34
|
+
as a parameter (B64, HEX, BYTES, ARRAYBUFFER, or UINT8ARRAY). Example to
|
|
35
|
+
calculate the SHA-512 of "This is a test":
|
|
36
|
+
|
|
37
|
+
var shaObj = new jsSHA("SHA-512", "TEXT");
|
|
38
|
+
shaObj.update("This is a ");
|
|
39
|
+
shaObj.update("test");
|
|
40
|
+
var hash = shaObj.getHash("HEX");
|
|
41
|
+
|
|
42
|
+
The constructor takes a hashmap as a optional third argument with possible
|
|
43
|
+
properties of `numRounds` and `encoding`. `numRounds` controls the number of
|
|
44
|
+
hashing iterations/rounds performed and defaults to a value of 1 if not
|
|
45
|
+
specified. `encoding` specifies the encoding used to encode TEXT-type inputs.
|
|
46
|
+
Valid options are "UTF8", "UTF16BE", and "UTF16LE", it defaults to "UTF8".
|
|
47
|
+
|
|
48
|
+
`getHash` also takes a hashmap as an optional second argument. By default the
|
|
49
|
+
hashmap is `{"outputUpper" : false, "b64Pad" : "="}`. These options are
|
|
50
|
+
intelligently interpreted based upon the chosen output format. **Important**:
|
|
51
|
+
SHAKE128 and SHAKE256 require `shakeLen` to be included in the hashmap where
|
|
52
|
+
`shakeLen` is the desired output length of the SHAKE algorithm in a multiple
|
|
53
|
+
of 8 bits.
|
|
54
|
+
|
|
55
|
+
### HMAC
|
|
56
|
+
Instantiate a new jsSHA object the same way as for hashing. Then set the HMAC
|
|
57
|
+
key to be used by calling `setHMACKey` with the key and its input type (this
|
|
58
|
+
MUST be done before calling update). You can stream in the input using the
|
|
59
|
+
`update` object function just like hashing. Finally, get the HMAC by calling
|
|
60
|
+
the `getHMAC` function with the output type as its argument. Example to
|
|
61
|
+
calculate the SHA-512 HMAC of the string "This is a test" with the key "abc":
|
|
62
|
+
|
|
63
|
+
var shaObj = new jsSHA("SHA-512", "TEXT");
|
|
64
|
+
shaObj.setHMACKey("abc", "TEXT");
|
|
65
|
+
shaObj.update("This is a ");
|
|
66
|
+
shaObj.update("test");
|
|
67
|
+
var hmac = shaObj.getHMAC("HEX");
|
|
68
|
+
|
|
69
|
+
`setHMACKey` takes the same input types as the constructor and `getHMAC` takes the
|
|
70
|
+
same inputs as `getHash` as described above.
|
|
71
|
+
|
|
72
|
+
Note: You cannot calculate both the hash and HMAC using the same object.
|
|
73
|
+
|
|
74
|
+
## Files
|
|
75
|
+
**src/sha\_dev.js**
|
|
76
|
+
|
|
77
|
+
A commented implementation of the entire SHA family of hashes. Not to be used
|
|
78
|
+
in production.
|
|
79
|
+
|
|
80
|
+
**src/sha.js**
|
|
81
|
+
|
|
82
|
+
A Google Closure Compiler optimized version of the entire library.
|
|
83
|
+
|
|
84
|
+
**src/sha1.js**
|
|
85
|
+
|
|
86
|
+
A Google Closure Compiler optimized version the library with non SHA-1
|
|
87
|
+
functionality removed.
|
|
88
|
+
|
|
89
|
+
**src/sha256.js**
|
|
90
|
+
|
|
91
|
+
A Google Closure Compiler optimized version the library with non SHA-224/SHA-256
|
|
92
|
+
functionality removed.
|
|
93
|
+
|
|
94
|
+
**src/sha3.js**
|
|
95
|
+
|
|
96
|
+
A Google Closure Compiler optimized version the library with non SHA-3
|
|
97
|
+
functionality removed.
|
|
98
|
+
|
|
99
|
+
**src/sha512.js**
|
|
100
|
+
|
|
101
|
+
A Google Closure Compiler optimized version the library with non SHA-384/SHA-512
|
|
102
|
+
functionality removed.
|
|
103
|
+
|
|
104
|
+
## Compiling
|
|
105
|
+
This library makes use of the [Google Closure Compiler](https://developers.google.com/closure/compiler)
|
|
106
|
+
to both boost performance and reduce filesizes. To compile sha\_dev.js into a customized output file,
|
|
107
|
+
use a command like the following:
|
|
108
|
+
|
|
109
|
+
java -jar compiler.jar --define="SUPPORTED_ALGS=<FLAG>" \
|
|
110
|
+
--externs /path/to/build/externs.js --warning_level VERBOSE \
|
|
111
|
+
--compilation_level ADVANCED_OPTIMIZATIONS \
|
|
112
|
+
--js /path/to/sha_dev.js --js_output_file /path/to/sha.js
|
|
113
|
+
|
|
114
|
+
where FLAG is a bitwise OR of the following values:
|
|
115
|
+
|
|
116
|
+
* 8 for SHA3
|
|
117
|
+
* 4 for SHA-384/SHA-512
|
|
118
|
+
* 2 for SHA-224/256
|
|
119
|
+
* 1 for SHA-1
|
|
120
|
+
|
|
121
|
+
## Contact Info
|
|
122
|
+
The project's website is located at [https://caligatio.github.com/jsSHA/](https://caligatio.github.com/jsSHA/)
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name" : "jsSHA",
|
|
3
|
+
"version" : "2.4.1",
|
|
4
|
+
"description" : "jsSHA is a JavaScript implementation of the complete Secure Hash Standard family (SHA-1, SHA-224, SHA3-224, SHA-256, SHA3-256, SHA-384, SHA3-384, SHA-512, SHA3-512, SHAKE128, and SHAKE256) as well as HMAC",
|
|
5
|
+
"main" : "src/sha.js",
|
|
6
|
+
"repository" : {
|
|
7
|
+
"type" : "git",
|
|
8
|
+
"url" : "https://github.com/Caligatio/jsSHA.git"
|
|
9
|
+
},
|
|
10
|
+
"keywords" : [
|
|
11
|
+
"SHA-1",
|
|
12
|
+
"SHA-224",
|
|
13
|
+
"SHA3-224",
|
|
14
|
+
"SHA-256",
|
|
15
|
+
"SHA3-256",
|
|
16
|
+
"SHA-384",
|
|
17
|
+
"SHA3-384",
|
|
18
|
+
"SHA-512",
|
|
19
|
+
"SHA3-512",
|
|
20
|
+
"SHAKE-128",
|
|
21
|
+
"SHAKE-256",
|
|
22
|
+
"SHAKE128",
|
|
23
|
+
"SHAKE256",
|
|
24
|
+
"SHA1",
|
|
25
|
+
"SHA224",
|
|
26
|
+
"SHA256",
|
|
27
|
+
"SHA384",
|
|
28
|
+
"SHA512",
|
|
29
|
+
"SHA-2",
|
|
30
|
+
"SHA2",
|
|
31
|
+
"SHA-3",
|
|
32
|
+
"SHA3",
|
|
33
|
+
"SHAKE",
|
|
34
|
+
"HMAC",
|
|
35
|
+
"hash"
|
|
36
|
+
],
|
|
37
|
+
"license" : "BSD-3-Clause",
|
|
38
|
+
"authors" : [
|
|
39
|
+
"Brian Turek <brian.turek@gmail.com>"
|
|
40
|
+
],
|
|
41
|
+
"homepage" : "http://caligatio.github.com/jsSHA/",
|
|
42
|
+
"ignore": [
|
|
43
|
+
"build",
|
|
44
|
+
"test",
|
|
45
|
+
"src/sha_dev.js"
|
|
46
|
+
],
|
|
47
|
+
"devDependencies": {
|
|
48
|
+
"chai": "^4.2.0",
|
|
49
|
+
"mocha": "^7.1.1"
|
|
50
|
+
}
|
|
51
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "jssha",
|
|
3
|
+
"version": "2.4.1",
|
|
4
|
+
"description": "jsSHA is a JavaScript implementation of the complete Secure Hash Standard family (SHA-1, SHA-224, SHA3-224, SHA-256, SHA3-256, SHA-384, SHA3-384, SHA-512, SHA3-512, SHAKE128, and SHAKE256) as well as HMAC",
|
|
5
|
+
"main": "src/sha.js",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/Caligatio/jsSHA.git"
|
|
9
|
+
},
|
|
10
|
+
"keywords": [
|
|
11
|
+
"SHA-1",
|
|
12
|
+
"SHA-224",
|
|
13
|
+
"SHA3-224",
|
|
14
|
+
"SHA-256",
|
|
15
|
+
"SHA3-256",
|
|
16
|
+
"SHA-384",
|
|
17
|
+
"SHA3-384",
|
|
18
|
+
"SHA-512",
|
|
19
|
+
"SHA3-512",
|
|
20
|
+
"SHAKE-128",
|
|
21
|
+
"SHAKE-256",
|
|
22
|
+
"SHAKE128",
|
|
23
|
+
"SHAKE256",
|
|
24
|
+
"SHA1",
|
|
25
|
+
"SHA224",
|
|
26
|
+
"SHA256",
|
|
27
|
+
"SHA384",
|
|
28
|
+
"SHA512",
|
|
29
|
+
"SHA-2",
|
|
30
|
+
"SHA2",
|
|
31
|
+
"SHA-3",
|
|
32
|
+
"SHA3",
|
|
33
|
+
"SHAKE",
|
|
34
|
+
"HMAC",
|
|
35
|
+
"hash"
|
|
36
|
+
],
|
|
37
|
+
"license": "BSD-3-Clause",
|
|
38
|
+
"author": "Brian Turek <brian.turek@gmail.com>",
|
|
39
|
+
"bugs": {
|
|
40
|
+
"url": "https://github.com/Caligatio/jsSHA/issues"
|
|
41
|
+
},
|
|
42
|
+
"engines": {
|
|
43
|
+
"node": "*"
|
|
44
|
+
},
|
|
45
|
+
"homepage": "https://github.com/Caligatio/jsSHA",
|
|
46
|
+
"dependencies": {},
|
|
47
|
+
"devDependencies": {
|
|
48
|
+
"chai": "^4.2.0",
|
|
49
|
+
"mocha": "^7.1.1"
|
|
50
|
+
},
|
|
51
|
+
"scripts": {
|
|
52
|
+
"test": "mocha --reporter spec"
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/*
|
|
2
|
+
A JavaScript implementation of the SHA family of hashes, as
|
|
3
|
+
defined in FIPS PUB 180-4 and FIPS PUB 202, as well as the corresponding
|
|
4
|
+
HMAC implementation as defined in FIPS PUB 198a
|
|
5
|
+
|
|
6
|
+
Copyright 2008-2020 Brian Turek, 1998-2009 Paul Johnston & Contributors
|
|
7
|
+
Distributed under the BSD License
|
|
8
|
+
See http://caligatio.github.com/jsSHA/ for more information
|
|
9
|
+
*/
|
|
10
|
+
'use strict';(function(aa){function C(d,b,a){var h=0,k=[],l=0,g,m,c,f,n,q,u,r,I=!1,v=[],x=[],t,y=!1,z=!1,w=-1;a=a||{};g=a.encoding||"UTF8";t=a.numRounds||1;if(t!==parseInt(t,10)||1>t)throw Error("numRounds must a integer >= 1");if("SHA-1"===d)n=512,q=K,u=ba,f=160,r=function(b){return b.slice()};else if(0===d.lastIndexOf("SHA-",0))if(q=function(b,h){return L(b,h,d)},u=function(b,h,k,a){var e,f;if("SHA-224"===d||"SHA-256"===d)e=(h+65>>>9<<4)+15,f=16;else if("SHA-384"===d||"SHA-512"===d)e=(h+129>>>10<<
|
|
11
|
+
5)+31,f=32;else throw Error("Unexpected error in SHA-2 implementation");for(;b.length<=e;)b.push(0);b[h>>>5]|=128<<24-h%32;h=h+k;b[e]=h&4294967295;b[e-1]=h/4294967296|0;k=b.length;for(h=0;h<k;h+=f)a=L(b.slice(h,h+f),a,d);if("SHA-224"===d)b=[a[0],a[1],a[2],a[3],a[4],a[5],a[6]];else if("SHA-256"===d)b=a;else if("SHA-384"===d)b=[a[0].a,a[0].b,a[1].a,a[1].b,a[2].a,a[2].b,a[3].a,a[3].b,a[4].a,a[4].b,a[5].a,a[5].b];else if("SHA-512"===d)b=[a[0].a,a[0].b,a[1].a,a[1].b,a[2].a,a[2].b,a[3].a,a[3].b,a[4].a,
|
|
12
|
+
a[4].b,a[5].a,a[5].b,a[6].a,a[6].b,a[7].a,a[7].b];else throw Error("Unexpected error in SHA-2 implementation");return b},r=function(b){return b.slice()},"SHA-224"===d)n=512,f=224;else if("SHA-256"===d)n=512,f=256;else if("SHA-384"===d)n=1024,f=384;else if("SHA-512"===d)n=1024,f=512;else throw Error("Chosen SHA variant is not supported");else if(0===d.lastIndexOf("SHA3-",0)||0===d.lastIndexOf("SHAKE",0)){var F=6;q=D;r=function(b){var d=[],a;for(a=0;5>a;a+=1)d[a]=b[a].slice();return d};w=1;if("SHA3-224"===
|
|
13
|
+
d)n=1152,f=224;else if("SHA3-256"===d)n=1088,f=256;else if("SHA3-384"===d)n=832,f=384;else if("SHA3-512"===d)n=576,f=512;else if("SHAKE128"===d)n=1344,f=-1,F=31,z=!0;else if("SHAKE256"===d)n=1088,f=-1,F=31,z=!0;else throw Error("Chosen SHA variant is not supported");u=function(b,d,a,h,k){a=n;var e=F,f,g=[],l=a>>>5,m=0,c=d>>>5;for(f=0;f<c&&d>=a;f+=l)h=D(b.slice(f,f+l),h),d-=a;b=b.slice(f);for(d%=a;b.length<l;)b.push(0);f=d>>>3;b[f>>2]^=e<<f%4*8;b[l-1]^=2147483648;for(h=D(b,h);32*g.length<k;){b=h[m%
|
|
14
|
+
5][m/5|0];g.push(b.b);if(32*g.length>=k)break;g.push(b.a);m+=1;0===64*m%a&&D(null,h)}return g}}else throw Error("Chosen SHA variant is not supported");c=M(b,g,w);m=A(d);this.setHMACKey=function(b,a,k){var e;if(!0===I)throw Error("HMAC key already set");if(!0===y)throw Error("Cannot set HMAC key after calling update");if(!0===z)throw Error("SHAKE is not supported for HMAC");g=(k||{}).encoding||"UTF8";a=M(a,g,w)(b);b=a.binLen;a=a.value;e=n>>>3;k=e/4-1;for(e<b/8&&(a=u(a,b,0,A(d),f));a.length<=k;)a.push(0);
|
|
15
|
+
for(b=0;b<=k;b+=1)v[b]=a[b]^909522486,x[b]=a[b]^1549556828;m=q(v,m);h=n;I=!0};this.update=function(b){var d,a,e,f=0,g=n>>>5;d=c(b,k,l);b=d.binLen;a=d.value;d=b>>>5;for(e=0;e<d;e+=g)f+n<=b&&(m=q(a.slice(e,e+g),m),f+=n);h+=f;k=a.slice(f>>>5);l=b%n;y=!0};this.getHash=function(b,a){var e,g,c,n;if(!0===I)throw Error("Cannot call getHash after setting HMAC key");c=N(a);if(!0===z){if(-1===c.shakeLen)throw Error("shakeLen must be specified in options");f=c.shakeLen}switch(b){case "HEX":e=function(b){return O(b,
|
|
16
|
+
f,w,c)};break;case "B64":e=function(b){return P(b,f,w,c)};break;case "BYTES":e=function(b){return Q(b,f,w)};break;case "ARRAYBUFFER":try{g=new ArrayBuffer(0)}catch(p){throw Error("ARRAYBUFFER not supported by this environment");}e=function(b){return R(b,f,w)};break;case "UINT8ARRAY":try{g=new Uint8Array(0)}catch(p){throw Error("UINT8ARRAY not supported by this environment");}e=function(b){return S(b,f,w)};break;default:throw Error("format must be HEX, B64, BYTES, ARRAYBUFFER, or UINT8ARRAY");}n=u(k.slice(),
|
|
17
|
+
l,h,r(m),f);for(g=1;g<t;g+=1)!0===z&&0!==f%32&&(n[n.length-1]&=16777215>>>24-f%32),n=u(n,f,0,A(d),f);return e(n)};this.getHMAC=function(b,a){var e,g,c,p;if(!1===I)throw Error("Cannot call getHMAC without first setting HMAC key");c=N(a);switch(b){case "HEX":e=function(b){return O(b,f,w,c)};break;case "B64":e=function(b){return P(b,f,w,c)};break;case "BYTES":e=function(b){return Q(b,f,w)};break;case "ARRAYBUFFER":try{e=new ArrayBuffer(0)}catch(v){throw Error("ARRAYBUFFER not supported by this environment");
|
|
18
|
+
}e=function(b){return R(b,f,w)};break;case "UINT8ARRAY":try{e=new Uint8Array(0)}catch(v){throw Error("UINT8ARRAY not supported by this environment");}e=function(b){return S(b,f,w)};break;default:throw Error("outputFormat must be HEX, B64, BYTES, ARRAYBUFFER, or UINT8ARRAY");}g=u(k.slice(),l,h,r(m),f);p=q(x,A(d));p=u(g,f,n,p,f);return e(p)}}function a(d,b){this.a=d;this.b=b}function T(d,b,a,h){var k,l,g,c,p;b=b||[0];a=a||0;l=a>>>3;p=-1===h?3:0;for(k=0;k<d.length;k+=1)c=k+l,g=c>>>2,b.length<=g&&b.push(0),
|
|
19
|
+
b[g]|=d[k]<<8*(p+c%4*h);return{value:b,binLen:8*d.length+a}}function O(a,b,e,h){var k="";b/=8;var l,g,c;c=-1===e?3:0;for(l=0;l<b;l+=1)g=a[l>>>2]>>>8*(c+l%4*e),k+="0123456789abcdef".charAt(g>>>4&15)+"0123456789abcdef".charAt(g&15);return h.outputUpper?k.toUpperCase():k}function P(a,b,e,h){var k="",l=b/8,g,c,p,f;f=-1===e?3:0;for(g=0;g<l;g+=3)for(c=g+1<l?a[g+1>>>2]:0,p=g+2<l?a[g+2>>>2]:0,p=(a[g>>>2]>>>8*(f+g%4*e)&255)<<16|(c>>>8*(f+(g+1)%4*e)&255)<<8|p>>>8*(f+(g+2)%4*e)&255,c=0;4>c;c+=1)8*g+6*c<=b?k+=
|
|
20
|
+
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(p>>>6*(3-c)&63):k+=h.b64Pad;return k}function Q(a,b,e){var h="";b/=8;var k,c,g;g=-1===e?3:0;for(k=0;k<b;k+=1)c=a[k>>>2]>>>8*(g+k%4*e)&255,h+=String.fromCharCode(c);return h}function R(a,b,e){b/=8;var h,k=new ArrayBuffer(b),c,g;g=new Uint8Array(k);c=-1===e?3:0;for(h=0;h<b;h+=1)g[h]=a[h>>>2]>>>8*(c+h%4*e)&255;return k}function S(a,b,e){b/=8;var h,k=new Uint8Array(b),c;c=-1===e?3:0;for(h=0;h<b;h+=1)k[h]=a[h>>>2]>>>8*(c+h%4*e)&
|
|
21
|
+
255;return k}function N(a){var b={outputUpper:!1,b64Pad:"=",shakeLen:-1};a=a||{};b.outputUpper=a.outputUpper||!1;!0===a.hasOwnProperty("b64Pad")&&(b.b64Pad=a.b64Pad);if(!0===a.hasOwnProperty("shakeLen")){if(0!==a.shakeLen%8)throw Error("shakeLen must be a multiple of 8");b.shakeLen=a.shakeLen}if("boolean"!==typeof b.outputUpper)throw Error("Invalid outputUpper formatting option");if("string"!==typeof b.b64Pad)throw Error("Invalid b64Pad formatting option");return b}function M(a,b,e){switch(b){case "UTF8":case "UTF16BE":case "UTF16LE":break;
|
|
22
|
+
default:throw Error("encoding must be UTF8, UTF16BE, or UTF16LE");}switch(a){case "HEX":a=function(b,a,d){var g=b.length,c,p,f,n,q,u;if(0!==g%2)throw Error("String of HEX type must be in byte increments");a=a||[0];d=d||0;q=d>>>3;u=-1===e?3:0;for(c=0;c<g;c+=2){p=parseInt(b.substr(c,2),16);if(isNaN(p))throw Error("String of HEX type contains invalid characters");n=(c>>>1)+q;for(f=n>>>2;a.length<=f;)a.push(0);a[f]|=p<<8*(u+n%4*e)}return{value:a,binLen:4*g+d}};break;case "TEXT":a=function(a,d,c){var g,
|
|
23
|
+
m,p=0,f,n,q,u,r,t;d=d||[0];c=c||0;q=c>>>3;if("UTF8"===b)for(t=-1===e?3:0,f=0;f<a.length;f+=1)for(g=a.charCodeAt(f),m=[],128>g?m.push(g):2048>g?(m.push(192|g>>>6),m.push(128|g&63)):55296>g||57344<=g?m.push(224|g>>>12,128|g>>>6&63,128|g&63):(f+=1,g=65536+((g&1023)<<10|a.charCodeAt(f)&1023),m.push(240|g>>>18,128|g>>>12&63,128|g>>>6&63,128|g&63)),n=0;n<m.length;n+=1){r=p+q;for(u=r>>>2;d.length<=u;)d.push(0);d[u]|=m[n]<<8*(t+r%4*e);p+=1}else if("UTF16BE"===b||"UTF16LE"===b)for(t=-1===e?2:0,m="UTF16LE"===
|
|
24
|
+
b&&1!==e||"UTF16LE"!==b&&1===e,f=0;f<a.length;f+=1){g=a.charCodeAt(f);!0===m&&(n=g&255,g=n<<8|g>>>8);r=p+q;for(u=r>>>2;d.length<=u;)d.push(0);d[u]|=g<<8*(t+r%4*e);p+=2}return{value:d,binLen:8*p+c}};break;case "B64":a=function(b,a,d){var c=0,m,p,f,n,q,u,r,t;if(-1===b.search(/^[a-zA-Z0-9=+\/]+$/))throw Error("Invalid character in base-64 string");p=b.indexOf("=");b=b.replace(/\=/g,"");if(-1!==p&&p<b.length)throw Error("Invalid '=' found in base-64 string");a=a||[0];d=d||0;u=d>>>3;t=-1===e?3:0;for(p=
|
|
25
|
+
0;p<b.length;p+=4){q=b.substr(p,4);for(f=n=0;f<q.length;f+=1)m="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".indexOf(q.charAt(f)),n|=m<<18-6*f;for(f=0;f<q.length-1;f+=1){r=c+u;for(m=r>>>2;a.length<=m;)a.push(0);a[m]|=(n>>>16-8*f&255)<<8*(t+r%4*e);c+=1}}return{value:a,binLen:8*c+d}};break;case "BYTES":a=function(b,a,d){var c,m,p,f,n,q;a=a||[0];d=d||0;p=d>>>3;q=-1===e?3:0;for(m=0;m<b.length;m+=1)c=b.charCodeAt(m),n=m+p,f=n>>>2,a.length<=f&&a.push(0),a[f]|=c<<8*(q+n%4*e);return{value:a,
|
|
26
|
+
binLen:8*b.length+d}};break;case "ARRAYBUFFER":try{a=new ArrayBuffer(0)}catch(h){throw Error("ARRAYBUFFER not supported by this environment");}a=function(b,a,d){return T(new Uint8Array(b),a,d,e)};break;case "UINT8ARRAY":try{a=new Uint8Array(0)}catch(h){throw Error("UINT8ARRAY not supported by this environment");}a=function(b,a,d){return T(b,a,d,e)};break;default:throw Error("format must be HEX, TEXT, B64, BYTES, ARRAYBUFFER, or UINT8ARRAY");}return a}function y(a,b){return a<<b|a>>>32-b}function U(d,
|
|
27
|
+
b){return 32<b?(b-=32,new a(d.b<<b|d.a>>>32-b,d.a<<b|d.b>>>32-b)):0!==b?new a(d.a<<b|d.b>>>32-b,d.b<<b|d.a>>>32-b):d}function x(a,b){return a>>>b|a<<32-b}function t(d,b){var e=null,e=new a(d.a,d.b);return e=32>=b?new a(e.a>>>b|e.b<<32-b&4294967295,e.b>>>b|e.a<<32-b&4294967295):new a(e.b>>>b-32|e.a<<64-b&4294967295,e.a>>>b-32|e.b<<64-b&4294967295)}function V(d,b){var e=null;return e=32>=b?new a(d.a>>>b,d.b>>>b|d.a<<32-b&4294967295):new a(0,d.a>>>b-32)}function ca(a,b,e){return a&b^~a&e}function da(d,
|
|
28
|
+
b,e){return new a(d.a&b.a^~d.a&e.a,d.b&b.b^~d.b&e.b)}function W(a,b,e){return a&b^a&e^b&e}function ea(d,b,e){return new a(d.a&b.a^d.a&e.a^b.a&e.a,d.b&b.b^d.b&e.b^b.b&e.b)}function fa(a){return x(a,2)^x(a,13)^x(a,22)}function ga(d){var b=t(d,28),e=t(d,34);d=t(d,39);return new a(b.a^e.a^d.a,b.b^e.b^d.b)}function ha(a){return x(a,6)^x(a,11)^x(a,25)}function ia(d){var b=t(d,14),e=t(d,18);d=t(d,41);return new a(b.a^e.a^d.a,b.b^e.b^d.b)}function ja(a){return x(a,7)^x(a,18)^a>>>3}function ka(d){var b=t(d,
|
|
29
|
+
1),e=t(d,8);d=V(d,7);return new a(b.a^e.a^d.a,b.b^e.b^d.b)}function la(a){return x(a,17)^x(a,19)^a>>>10}function ma(d){var b=t(d,19),e=t(d,61);d=V(d,6);return new a(b.a^e.a^d.a,b.b^e.b^d.b)}function G(a,b){var e=(a&65535)+(b&65535);return((a>>>16)+(b>>>16)+(e>>>16)&65535)<<16|e&65535}function na(a,b,e,h){var c=(a&65535)+(b&65535)+(e&65535)+(h&65535);return((a>>>16)+(b>>>16)+(e>>>16)+(h>>>16)+(c>>>16)&65535)<<16|c&65535}function H(a,b,e,h,c){var l=(a&65535)+(b&65535)+(e&65535)+(h&65535)+(c&65535);
|
|
30
|
+
return((a>>>16)+(b>>>16)+(e>>>16)+(h>>>16)+(c>>>16)+(l>>>16)&65535)<<16|l&65535}function oa(d,b){var e,h,c;e=(d.b&65535)+(b.b&65535);h=(d.b>>>16)+(b.b>>>16)+(e>>>16);c=(h&65535)<<16|e&65535;e=(d.a&65535)+(b.a&65535)+(h>>>16);h=(d.a>>>16)+(b.a>>>16)+(e>>>16);return new a((h&65535)<<16|e&65535,c)}function pa(d,b,e,h){var c,l,g;c=(d.b&65535)+(b.b&65535)+(e.b&65535)+(h.b&65535);l=(d.b>>>16)+(b.b>>>16)+(e.b>>>16)+(h.b>>>16)+(c>>>16);g=(l&65535)<<16|c&65535;c=(d.a&65535)+(b.a&65535)+(e.a&65535)+(h.a&65535)+
|
|
31
|
+
(l>>>16);l=(d.a>>>16)+(b.a>>>16)+(e.a>>>16)+(h.a>>>16)+(c>>>16);return new a((l&65535)<<16|c&65535,g)}function qa(d,b,e,h,c){var l,g,m;l=(d.b&65535)+(b.b&65535)+(e.b&65535)+(h.b&65535)+(c.b&65535);g=(d.b>>>16)+(b.b>>>16)+(e.b>>>16)+(h.b>>>16)+(c.b>>>16)+(l>>>16);m=(g&65535)<<16|l&65535;l=(d.a&65535)+(b.a&65535)+(e.a&65535)+(h.a&65535)+(c.a&65535)+(g>>>16);g=(d.a>>>16)+(b.a>>>16)+(e.a>>>16)+(h.a>>>16)+(c.a>>>16)+(l>>>16);return new a((g&65535)<<16|l&65535,m)}function B(d,b){return new a(d.a^b.a,d.b^
|
|
32
|
+
b.b)}function A(d){var b=[],e;if("SHA-1"===d)b=[1732584193,4023233417,2562383102,271733878,3285377520];else if(0===d.lastIndexOf("SHA-",0))switch(b=[3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428],e=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],d){case "SHA-224":break;case "SHA-256":b=e;break;case "SHA-384":b=[new a(3418070365,b[0]),new a(1654270250,b[1]),new a(2438529370,b[2]),new a(355462360,b[3]),new a(1731405415,
|
|
33
|
+
b[4]),new a(41048885895,b[5]),new a(3675008525,b[6]),new a(1203062813,b[7])];break;case "SHA-512":b=[new a(e[0],4089235720),new a(e[1],2227873595),new a(e[2],4271175723),new a(e[3],1595750129),new a(e[4],2917565137),new a(e[5],725511199),new a(e[6],4215389547),new a(e[7],327033209)];break;default:throw Error("Unknown SHA variant");}else if(0===d.lastIndexOf("SHA3-",0)||0===d.lastIndexOf("SHAKE",0))for(d=0;5>d;d+=1)b[d]=[new a(0,0),new a(0,0),new a(0,0),new a(0,0),new a(0,0)];else throw Error("No SHA variants supported");
|
|
34
|
+
return b}function K(a,b){var e=[],h,c,l,g,m,p,f;h=b[0];c=b[1];l=b[2];g=b[3];m=b[4];for(f=0;80>f;f+=1)e[f]=16>f?a[f]:y(e[f-3]^e[f-8]^e[f-14]^e[f-16],1),p=20>f?H(y(h,5),c&l^~c&g,m,1518500249,e[f]):40>f?H(y(h,5),c^l^g,m,1859775393,e[f]):60>f?H(y(h,5),W(c,l,g),m,2400959708,e[f]):H(y(h,5),c^l^g,m,3395469782,e[f]),m=g,g=l,l=y(c,30),c=h,h=p;b[0]=G(h,b[0]);b[1]=G(c,b[1]);b[2]=G(l,b[2]);b[3]=G(g,b[3]);b[4]=G(m,b[4]);return b}function ba(a,b,e,c){var k;for(k=(b+65>>>9<<4)+15;a.length<=k;)a.push(0);a[b>>>5]|=
|
|
35
|
+
128<<24-b%32;b+=e;a[k]=b&4294967295;a[k-1]=b/4294967296|0;b=a.length;for(k=0;k<b;k+=16)c=K(a.slice(k,k+16),c);return c}function L(d,b,e){var h,k,l,g,m,p,f,n,q,u,r,t,v,x,y,A,z,w,F,B,C,D,E=[],J;if("SHA-224"===e||"SHA-256"===e)u=64,t=1,D=Number,v=G,x=na,y=H,A=ja,z=la,w=fa,F=ha,C=W,B=ca,J=c;else if("SHA-384"===e||"SHA-512"===e)u=80,t=2,D=a,v=oa,x=pa,y=qa,A=ka,z=ma,w=ga,F=ia,C=ea,B=da,J=X;else throw Error("Unexpected error in SHA-2 implementation");e=b[0];h=b[1];k=b[2];l=b[3];g=b[4];m=b[5];p=b[6];f=b[7];
|
|
36
|
+
for(r=0;r<u;r+=1)16>r?(q=r*t,n=d.length<=q?0:d[q],q=d.length<=q+1?0:d[q+1],E[r]=new D(n,q)):E[r]=x(z(E[r-2]),E[r-7],A(E[r-15]),E[r-16]),n=y(f,F(g),B(g,m,p),J[r],E[r]),q=v(w(e),C(e,h,k)),f=p,p=m,m=g,g=v(l,n),l=k,k=h,h=e,e=v(n,q);b[0]=v(e,b[0]);b[1]=v(h,b[1]);b[2]=v(k,b[2]);b[3]=v(l,b[3]);b[4]=v(g,b[4]);b[5]=v(m,b[5]);b[6]=v(p,b[6]);b[7]=v(f,b[7]);return b}function D(d,b){var e,c,k,l,g=[],m=[];if(null!==d)for(c=0;c<d.length;c+=2)b[(c>>>1)%5][(c>>>1)/5|0]=B(b[(c>>>1)%5][(c>>>1)/5|0],new a(d[c+1],d[c]));
|
|
37
|
+
for(e=0;24>e;e+=1){l=A("SHA3-");for(c=0;5>c;c+=1){k=b[c][0];var p=b[c][1],f=b[c][2],n=b[c][3],q=b[c][4];g[c]=new a(k.a^p.a^f.a^n.a^q.a,k.b^p.b^f.b^n.b^q.b)}for(c=0;5>c;c+=1)m[c]=B(g[(c+4)%5],U(g[(c+1)%5],1));for(c=0;5>c;c+=1)for(k=0;5>k;k+=1)b[c][k]=B(b[c][k],m[c]);for(c=0;5>c;c+=1)for(k=0;5>k;k+=1)l[k][(2*c+3*k)%5]=U(b[c][k],Y[c][k]);for(c=0;5>c;c+=1)for(k=0;5>k;k+=1)b[c][k]=B(l[c][k],new a(~l[(c+1)%5][k].a&l[(c+2)%5][k].a,~l[(c+1)%5][k].b&l[(c+2)%5][k].b));b[0][0]=B(b[0][0],Z[e])}return b}var c,
|
|
38
|
+
X,Y,Z;c=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,
|
|
39
|
+
4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298];X=[new a(c[0],3609767458),new a(c[1],602891725),new a(c[2],3964484399),new a(c[3],2173295548),new a(c[4],4081628472),new a(c[5],3053834265),new a(c[6],2937671579),new a(c[7],3664609560),new a(c[8],2734883394),new a(c[9],1164996542),new a(c[10],1323610764),new a(c[11],3590304994),new a(c[12],4068182383),new a(c[13],
|
|
40
|
+
991336113),new a(c[14],633803317),new a(c[15],3479774868),new a(c[16],2666613458),new a(c[17],944711139),new a(c[18],2341262773),new a(c[19],2007800933),new a(c[20],1495990901),new a(c[21],1856431235),new a(c[22],3175218132),new a(c[23],2198950837),new a(c[24],3999719339),new a(c[25],766784016),new a(c[26],2566594879),new a(c[27],3203337956),new a(c[28],1034457026),new a(c[29],2466948901),new a(c[30],3758326383),new a(c[31],168717936),new a(c[32],1188179964),new a(c[33],1546045734),new a(c[34],1522805485),
|
|
41
|
+
new a(c[35],2643833823),new a(c[36],2343527390),new a(c[37],1014477480),new a(c[38],1206759142),new a(c[39],344077627),new a(c[40],1290863460),new a(c[41],3158454273),new a(c[42],3505952657),new a(c[43],106217008),new a(c[44],3606008344),new a(c[45],1432725776),new a(c[46],1467031594),new a(c[47],851169720),new a(c[48],3100823752),new a(c[49],1363258195),new a(c[50],3750685593),new a(c[51],3785050280),new a(c[52],3318307427),new a(c[53],3812723403),new a(c[54],2003034995),new a(c[55],3602036899),
|
|
42
|
+
new a(c[56],1575990012),new a(c[57],1125592928),new a(c[58],2716904306),new a(c[59],442776044),new a(c[60],593698344),new a(c[61],3733110249),new a(c[62],2999351573),new a(c[63],3815920427),new a(3391569614,3928383900),new a(3515267271,566280711),new a(3940187606,3454069534),new a(4118630271,4000239992),new a(116418474,1914138554),new a(174292421,2731055270),new a(289380356,3203993006),new a(460393269,320620315),new a(685471733,587496836),new a(852142971,1086792851),new a(1017036298,365543100),new a(1126000580,
|
|
43
|
+
2618297676),new a(1288033470,3409855158),new a(1501505948,4234509866),new a(1607167915,987167468),new a(1816402316,1246189591)];Z=[new a(0,1),new a(0,32898),new a(2147483648,32906),new a(2147483648,2147516416),new a(0,32907),new a(0,2147483649),new a(2147483648,2147516545),new a(2147483648,32777),new a(0,138),new a(0,136),new a(0,2147516425),new a(0,2147483658),new a(0,2147516555),new a(2147483648,139),new a(2147483648,32905),new a(2147483648,32771),new a(2147483648,32770),new a(2147483648,128),new a(0,
|
|
44
|
+
32778),new a(2147483648,2147483658),new a(2147483648,2147516545),new a(2147483648,32896),new a(0,2147483649),new a(2147483648,2147516424)];Y=[[0,36,3,41,18],[1,44,10,45,2],[62,6,43,15,61],[28,55,25,21,56],[27,20,39,8,14]];"function"===typeof define&&define.amd?define(function(){return C}):"undefined"!==typeof exports?("undefined"!==typeof module&&module.exports&&(module.exports=C),exports=C):aa.jsSHA=C})(this);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/*
|
|
2
|
+
A JavaScript implementation of the SHA family of hashes, as
|
|
3
|
+
defined in FIPS PUB 180-4 and FIPS PUB 202, as well as the corresponding
|
|
4
|
+
HMAC implementation as defined in FIPS PUB 198a
|
|
5
|
+
|
|
6
|
+
Copyright 2008-2020 Brian Turek, 1998-2009 Paul Johnston & Contributors
|
|
7
|
+
Distributed under the BSD License
|
|
8
|
+
See http://caligatio.github.com/jsSHA/ for more information
|
|
9
|
+
*/
|
|
10
|
+
'use strict';(function(J){function r(d,b,c){var g=0,a=[],h=0,f,m,k,e,l,p,q,t,w=!1,n=[],u=[],v,r=!1;c=c||{};f=c.encoding||"UTF8";v=c.numRounds||1;if(v!==parseInt(v,10)||1>v)throw Error("numRounds must a integer >= 1");if("SHA-1"===d)l=512,p=A,q=K,e=160,t=function(a){return a.slice()};else throw Error("Chosen SHA variant is not supported");k=B(b,f);m=x(d);this.setHMACKey=function(a,b,h){var c;if(!0===w)throw Error("HMAC key already set");if(!0===r)throw Error("Cannot set HMAC key after calling update");
|
|
11
|
+
f=(h||{}).encoding||"UTF8";b=B(b,f)(a);a=b.binLen;b=b.value;c=l>>>3;h=c/4-1;for(c<a/8&&(b=q(b,a,0,x(d),e));b.length<=h;)b.push(0);for(a=0;a<=h;a+=1)n[a]=b[a]^909522486,u[a]=b[a]^1549556828;m=p(n,m);g=l;w=!0};this.update=function(b){var e,f,c,d=0,q=l>>>5;e=k(b,a,h);b=e.binLen;f=e.value;e=b>>>5;for(c=0;c<e;c+=q)d+l<=b&&(m=p(f.slice(c,c+q),m),d+=l);g+=d;a=f.slice(d>>>5);h=b%l;r=!0};this.getHash=function(b,f){var c,k,l,p;if(!0===w)throw Error("Cannot call getHash after setting HMAC key");l=C(f);switch(b){case "HEX":c=
|
|
12
|
+
function(a){return D(a,e,l)};break;case "B64":c=function(a){return E(a,e,l)};break;case "BYTES":c=function(a){return F(a,e)};break;case "ARRAYBUFFER":try{k=new ArrayBuffer(0)}catch(z){throw Error("ARRAYBUFFER not supported by this environment");}c=function(a){return G(a,e)};break;case "UINT8ARRAY":try{k=new Uint8Array(0)}catch(z){throw Error("UINT8ARRAY not supported by this environment");}c=function(a){return H(a,e)};break;default:throw Error("format must be HEX, B64, BYTES, ARRAYBUFFER, or UINT8ARRAY");
|
|
13
|
+
}p=q(a.slice(),h,g,t(m),e);for(k=1;k<v;k+=1)p=q(p,e,0,x(d),e);return c(p)};this.getHMAC=function(b,c){var f,k,n,r;if(!1===w)throw Error("Cannot call getHMAC without first setting HMAC key");n=C(c);switch(b){case "HEX":f=function(a){return D(a,e,n)};break;case "B64":f=function(a){return E(a,e,n)};break;case "BYTES":f=function(a){return F(a,e)};break;case "ARRAYBUFFER":try{f=new ArrayBuffer(0)}catch(z){throw Error("ARRAYBUFFER not supported by this environment");}f=function(a){return G(a,e)};break;
|
|
14
|
+
case "UINT8ARRAY":try{f=new Uint8Array(0)}catch(z){throw Error("UINT8ARRAY not supported by this environment");}f=function(a){return H(a,e)};break;default:throw Error("outputFormat must be HEX, B64, BYTES, ARRAYBUFFER, or UINT8ARRAY");}k=q(a.slice(),h,g,t(m),e);r=p(u,x(d));r=q(k,e,l,r,e);return f(r)}}function I(d,b,c){var g,a,h,f;b=b||[0];c=c||0;a=c>>>3;for(g=0;g<d.length;g+=1)f=g+a,h=f>>>2,b.length<=h&&b.push(0),b[h]|=d[g]<<8*(3+f%4*-1);return{value:b,binLen:8*d.length+c}}function D(d,b,c){var g=
|
|
15
|
+
"";b/=8;var a,h;for(a=0;a<b;a+=1)h=d[a>>>2]>>>8*(3+a%4*-1),g+="0123456789abcdef".charAt(h>>>4&15)+"0123456789abcdef".charAt(h&15);return c.outputUpper?g.toUpperCase():g}function E(d,b,c){var g="",a=b/8,h,f,m;for(h=0;h<a;h+=3)for(f=h+1<a?d[h+1>>>2]:0,m=h+2<a?d[h+2>>>2]:0,m=(d[h>>>2]>>>8*(3+h%4*-1)&255)<<16|(f>>>8*(3+(h+1)%4*-1)&255)<<8|m>>>8*(3+(h+2)%4*-1)&255,f=0;4>f;f+=1)8*h+6*f<=b?g+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(m>>>6*(3-f)&63):g+=c.b64Pad;return g}function F(d,
|
|
16
|
+
b){var c="",g=b/8,a,h;for(a=0;a<g;a+=1)h=d[a>>>2]>>>8*(3+a%4*-1)&255,c+=String.fromCharCode(h);return c}function G(d,b){var c=b/8,g,a=new ArrayBuffer(c),h;h=new Uint8Array(a);for(g=0;g<c;g+=1)h[g]=d[g>>>2]>>>8*(3+g%4*-1)&255;return a}function H(d,b){var c=b/8,g,a=new Uint8Array(c);for(g=0;g<c;g+=1)a[g]=d[g>>>2]>>>8*(3+g%4*-1)&255;return a}function C(d){var b={outputUpper:!1,b64Pad:"=",shakeLen:-1};d=d||{};b.outputUpper=d.outputUpper||!1;!0===d.hasOwnProperty("b64Pad")&&(b.b64Pad=d.b64Pad);if("boolean"!==
|
|
17
|
+
typeof b.outputUpper)throw Error("Invalid outputUpper formatting option");if("string"!==typeof b.b64Pad)throw Error("Invalid b64Pad formatting option");return b}function B(d,b){var c;switch(b){case "UTF8":case "UTF16BE":case "UTF16LE":break;default:throw Error("encoding must be UTF8, UTF16BE, or UTF16LE");}switch(d){case "HEX":c=function(b,a,h){var f=b.length,c,d,e,l,p;if(0!==f%2)throw Error("String of HEX type must be in byte increments");a=a||[0];h=h||0;p=h>>>3;for(c=0;c<f;c+=2){d=parseInt(b.substr(c,
|
|
18
|
+
2),16);if(isNaN(d))throw Error("String of HEX type contains invalid characters");l=(c>>>1)+p;for(e=l>>>2;a.length<=e;)a.push(0);a[e]|=d<<8*(3+l%4*-1)}return{value:a,binLen:4*f+h}};break;case "TEXT":c=function(g,a,c){var f,d,k=0,e,l,p,q,t,n;a=a||[0];c=c||0;p=c>>>3;if("UTF8"===b)for(n=3,e=0;e<g.length;e+=1)for(f=g.charCodeAt(e),d=[],128>f?d.push(f):2048>f?(d.push(192|f>>>6),d.push(128|f&63)):55296>f||57344<=f?d.push(224|f>>>12,128|f>>>6&63,128|f&63):(e+=1,f=65536+((f&1023)<<10|g.charCodeAt(e)&1023),
|
|
19
|
+
d.push(240|f>>>18,128|f>>>12&63,128|f>>>6&63,128|f&63)),l=0;l<d.length;l+=1){t=k+p;for(q=t>>>2;a.length<=q;)a.push(0);a[q]|=d[l]<<8*(n+t%4*-1);k+=1}else if("UTF16BE"===b||"UTF16LE"===b)for(n=2,d="UTF16LE"===b&&!0||"UTF16LE"!==b&&!1,e=0;e<g.length;e+=1){f=g.charCodeAt(e);!0===d&&(l=f&255,f=l<<8|f>>>8);t=k+p;for(q=t>>>2;a.length<=q;)a.push(0);a[q]|=f<<8*(n+t%4*-1);k+=2}return{value:a,binLen:8*k+c}};break;case "B64":c=function(b,a,c){var f=0,d,k,e,l,p,q,n;if(-1===b.search(/^[a-zA-Z0-9=+\/]+$/))throw Error("Invalid character in base-64 string");
|
|
20
|
+
k=b.indexOf("=");b=b.replace(/\=/g,"");if(-1!==k&&k<b.length)throw Error("Invalid '=' found in base-64 string");a=a||[0];c=c||0;q=c>>>3;for(k=0;k<b.length;k+=4){p=b.substr(k,4);for(e=l=0;e<p.length;e+=1)d="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".indexOf(p.charAt(e)),l|=d<<18-6*e;for(e=0;e<p.length-1;e+=1){n=f+q;for(d=n>>>2;a.length<=d;)a.push(0);a[d]|=(l>>>16-8*e&255)<<8*(3+n%4*-1);f+=1}}return{value:a,binLen:8*f+c}};break;case "BYTES":c=function(b,a,c){var d,m,k,e,l;a=a||
|
|
21
|
+
[0];c=c||0;k=c>>>3;for(m=0;m<b.length;m+=1)d=b.charCodeAt(m),l=m+k,e=l>>>2,a.length<=e&&a.push(0),a[e]|=d<<8*(3+l%4*-1);return{value:a,binLen:8*b.length+c}};break;case "ARRAYBUFFER":try{c=new ArrayBuffer(0)}catch(g){throw Error("ARRAYBUFFER not supported by this environment");}c=function(b,a,c){return I(new Uint8Array(b),a,c)};break;case "UINT8ARRAY":try{c=new Uint8Array(0)}catch(g){throw Error("UINT8ARRAY not supported by this environment");}c=function(b,a,c){return I(b,a,c)};break;default:throw Error("format must be HEX, TEXT, B64, BYTES, ARRAYBUFFER, or UINT8ARRAY");
|
|
22
|
+
}return c}function n(d,b){return d<<b|d>>>32-b}function u(d,b){var c=(d&65535)+(b&65535);return((d>>>16)+(b>>>16)+(c>>>16)&65535)<<16|c&65535}function y(d,b,c,g,a){var h=(d&65535)+(b&65535)+(c&65535)+(g&65535)+(a&65535);return((d>>>16)+(b>>>16)+(c>>>16)+(g>>>16)+(a>>>16)+(h>>>16)&65535)<<16|h&65535}function x(d){var b=[];if("SHA-1"===d)b=[1732584193,4023233417,2562383102,271733878,3285377520];else throw Error("No SHA variants supported");return b}function A(d,b){var c=[],g,a,h,f,m,k,e;g=b[0];a=b[1];
|
|
23
|
+
h=b[2];f=b[3];m=b[4];for(e=0;80>e;e+=1)c[e]=16>e?d[e]:n(c[e-3]^c[e-8]^c[e-14]^c[e-16],1),k=20>e?y(n(g,5),a&h^~a&f,m,1518500249,c[e]):40>e?y(n(g,5),a^h^f,m,1859775393,c[e]):60>e?y(n(g,5),a&h^a&f^h&f,m,2400959708,c[e]):y(n(g,5),a^h^f,m,3395469782,c[e]),m=f,f=h,h=n(a,30),a=g,g=k;b[0]=u(g,b[0]);b[1]=u(a,b[1]);b[2]=u(h,b[2]);b[3]=u(f,b[3]);b[4]=u(m,b[4]);return b}function K(d,b,c,g){var a;for(a=(b+65>>>9<<4)+15;d.length<=a;)d.push(0);d[b>>>5]|=128<<24-b%32;b+=c;d[a]=b&4294967295;d[a-1]=b/4294967296|0;
|
|
24
|
+
b=d.length;for(a=0;a<b;a+=16)g=A(d.slice(a,a+16),g);return g}"function"===typeof define&&define.amd?define(function(){return r}):"undefined"!==typeof exports?("undefined"!==typeof module&&module.exports&&(module.exports=r),exports=r):J.jsSHA=r})(this);
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/*
|
|
2
|
+
A JavaScript implementation of the SHA family of hashes, as
|
|
3
|
+
defined in FIPS PUB 180-4 and FIPS PUB 202, as well as the corresponding
|
|
4
|
+
HMAC implementation as defined in FIPS PUB 198a
|
|
5
|
+
|
|
6
|
+
Copyright 2008-2020 Brian Turek, 1998-2009 Paul Johnston & Contributors
|
|
7
|
+
Distributed under the BSD License
|
|
8
|
+
See http://caligatio.github.com/jsSHA/ for more information
|
|
9
|
+
*/
|
|
10
|
+
'use strict';(function(K){function w(c,a,d){var g=0,b=[],h=0,e,k,n,f,l,q,y,p,m=!1,t=[],r=[],u,z=!1;d=d||{};e=d.encoding||"UTF8";u=d.numRounds||1;if(u!==parseInt(u,10)||1>u)throw Error("numRounds must a integer >= 1");if(0===c.lastIndexOf("SHA-",0))if(q=function(a,b){return A(a,b,c)},y=function(a,b,g,h){var d,e;if("SHA-224"===c||"SHA-256"===c)d=(b+65>>>9<<4)+15,e=16;else throw Error("Unexpected error in SHA-2 implementation");for(;a.length<=d;)a.push(0);a[b>>>5]|=128<<24-b%32;b=b+g;a[d]=b&4294967295;
|
|
11
|
+
a[d-1]=b/4294967296|0;g=a.length;for(b=0;b<g;b+=e)h=A(a.slice(b,b+e),h,c);if("SHA-224"===c)a=[h[0],h[1],h[2],h[3],h[4],h[5],h[6]];else if("SHA-256"===c)a=h;else throw Error("Unexpected error in SHA-2 implementation");return a},p=function(b){return b.slice()},"SHA-224"===c)l=512,f=224;else if("SHA-256"===c)l=512,f=256;else throw Error("Chosen SHA variant is not supported");else throw Error("Chosen SHA variant is not supported");n=B(a,e);k=x(c);this.setHMACKey=function(b,a,h){var d;if(!0===m)throw Error("HMAC key already set");
|
|
12
|
+
if(!0===z)throw Error("Cannot set HMAC key after calling update");e=(h||{}).encoding||"UTF8";a=B(a,e)(b);b=a.binLen;a=a.value;d=l>>>3;h=d/4-1;for(d<b/8&&(a=y(a,b,0,x(c)));a.length<=h;)a.push(0);for(b=0;b<=h;b+=1)t[b]=a[b]^909522486,r[b]=a[b]^1549556828;k=q(t,k);g=l;m=!0};this.update=function(a){var c,d,e,f=0,p=l>>>5;c=n(a,b,h);a=c.binLen;d=c.value;c=a>>>5;for(e=0;e<c;e+=p)f+l<=a&&(k=q(d.slice(e,e+p),k),f+=l);g+=f;b=d.slice(f>>>5);h=a%l;z=!0};this.getHash=function(a,d){var e,l,n,q;if(!0===m)throw Error("Cannot call getHash after setting HMAC key");
|
|
13
|
+
n=C(d);switch(a){case "HEX":e=function(a){return D(a,f,n)};break;case "B64":e=function(a){return E(a,f,n)};break;case "BYTES":e=function(a){return F(a,f)};break;case "ARRAYBUFFER":try{l=new ArrayBuffer(0)}catch(v){throw Error("ARRAYBUFFER not supported by this environment");}e=function(a){return G(a,f)};break;case "UINT8ARRAY":try{l=new Uint8Array(0)}catch(v){throw Error("UINT8ARRAY not supported by this environment");}e=function(a){return H(a,f)};break;default:throw Error("format must be HEX, B64, BYTES, ARRAYBUFFER, or UINT8ARRAY");
|
|
14
|
+
}q=y(b.slice(),h,g,p(k));for(l=1;l<u;l+=1)q=y(q,f,0,x(c));return e(q)};this.getHMAC=function(a,e){var d,n,t,u;if(!1===m)throw Error("Cannot call getHMAC without first setting HMAC key");t=C(e);switch(a){case "HEX":d=function(a){return D(a,f,t)};break;case "B64":d=function(a){return E(a,f,t)};break;case "BYTES":d=function(a){return F(a,f)};break;case "ARRAYBUFFER":try{d=new ArrayBuffer(0)}catch(v){throw Error("ARRAYBUFFER not supported by this environment");}d=function(a){return G(a,f)};break;case "UINT8ARRAY":try{d=
|
|
15
|
+
new Uint8Array(0)}catch(v){throw Error("UINT8ARRAY not supported by this environment");}d=function(a){return H(a,f)};break;default:throw Error("outputFormat must be HEX, B64, BYTES, ARRAYBUFFER, or UINT8ARRAY");}n=y(b.slice(),h,g,p(k));u=q(r,x(c));u=y(n,f,l,u);return d(u)}}function m(){}function I(c,a,d){var g,b,h,e;a=a||[0];d=d||0;b=d>>>3;for(g=0;g<c.length;g+=1)e=g+b,h=e>>>2,a.length<=h&&a.push(0),a[h]|=c[g]<<8*(3+e%4*-1);return{value:a,binLen:8*c.length+d}}function D(c,a,d){var g="";a/=8;var b,
|
|
16
|
+
h;for(b=0;b<a;b+=1)h=c[b>>>2]>>>8*(3+b%4*-1),g+="0123456789abcdef".charAt(h>>>4&15)+"0123456789abcdef".charAt(h&15);return d.outputUpper?g.toUpperCase():g}function E(c,a,d){var g="",b=a/8,h,e,k;for(h=0;h<b;h+=3)for(e=h+1<b?c[h+1>>>2]:0,k=h+2<b?c[h+2>>>2]:0,k=(c[h>>>2]>>>8*(3+h%4*-1)&255)<<16|(e>>>8*(3+(h+1)%4*-1)&255)<<8|k>>>8*(3+(h+2)%4*-1)&255,e=0;4>e;e+=1)8*h+6*e<=a?g+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(k>>>6*(3-e)&63):g+=d.b64Pad;return g}function F(c,a){var d=
|
|
17
|
+
"",g=a/8,b,h;for(b=0;b<g;b+=1)h=c[b>>>2]>>>8*(3+b%4*-1)&255,d+=String.fromCharCode(h);return d}function G(c,a){var d=a/8,g,b=new ArrayBuffer(d),h;h=new Uint8Array(b);for(g=0;g<d;g+=1)h[g]=c[g>>>2]>>>8*(3+g%4*-1)&255;return b}function H(c,a){var d=a/8,g,b=new Uint8Array(d);for(g=0;g<d;g+=1)b[g]=c[g>>>2]>>>8*(3+g%4*-1)&255;return b}function C(c){var a={outputUpper:!1,b64Pad:"=",shakeLen:-1};c=c||{};a.outputUpper=c.outputUpper||!1;!0===c.hasOwnProperty("b64Pad")&&(a.b64Pad=c.b64Pad);if("boolean"!==typeof a.outputUpper)throw Error("Invalid outputUpper formatting option");
|
|
18
|
+
if("string"!==typeof a.b64Pad)throw Error("Invalid b64Pad formatting option");return a}function B(c,a){var d;switch(a){case "UTF8":case "UTF16BE":case "UTF16LE":break;default:throw Error("encoding must be UTF8, UTF16BE, or UTF16LE");}switch(c){case "HEX":d=function(a,b,c){var d=a.length,k,n,f,l,q;if(0!==d%2)throw Error("String of HEX type must be in byte increments");b=b||[0];c=c||0;q=c>>>3;for(k=0;k<d;k+=2){n=parseInt(a.substr(k,2),16);if(isNaN(n))throw Error("String of HEX type contains invalid characters");
|
|
19
|
+
l=(k>>>1)+q;for(f=l>>>2;b.length<=f;)b.push(0);b[f]|=n<<8*(3+l%4*-1)}return{value:b,binLen:4*d+c}};break;case "TEXT":d=function(c,b,d){var e,k,n=0,f,l,q,m,p,r;b=b||[0];d=d||0;q=d>>>3;if("UTF8"===a)for(r=3,f=0;f<c.length;f+=1)for(e=c.charCodeAt(f),k=[],128>e?k.push(e):2048>e?(k.push(192|e>>>6),k.push(128|e&63)):55296>e||57344<=e?k.push(224|e>>>12,128|e>>>6&63,128|e&63):(f+=1,e=65536+((e&1023)<<10|c.charCodeAt(f)&1023),k.push(240|e>>>18,128|e>>>12&63,128|e>>>6&63,128|e&63)),l=0;l<k.length;l+=1){p=n+
|
|
20
|
+
q;for(m=p>>>2;b.length<=m;)b.push(0);b[m]|=k[l]<<8*(r+p%4*-1);n+=1}else if("UTF16BE"===a||"UTF16LE"===a)for(r=2,k="UTF16LE"===a&&!0||"UTF16LE"!==a&&!1,f=0;f<c.length;f+=1){e=c.charCodeAt(f);!0===k&&(l=e&255,e=l<<8|e>>>8);p=n+q;for(m=p>>>2;b.length<=m;)b.push(0);b[m]|=e<<8*(r+p%4*-1);n+=2}return{value:b,binLen:8*n+d}};break;case "B64":d=function(a,b,c){var d=0,k,n,f,l,q,m,p;if(-1===a.search(/^[a-zA-Z0-9=+\/]+$/))throw Error("Invalid character in base-64 string");n=a.indexOf("=");a=a.replace(/\=/g,
|
|
21
|
+
"");if(-1!==n&&n<a.length)throw Error("Invalid '=' found in base-64 string");b=b||[0];c=c||0;m=c>>>3;for(n=0;n<a.length;n+=4){q=a.substr(n,4);for(f=l=0;f<q.length;f+=1)k="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".indexOf(q.charAt(f)),l|=k<<18-6*f;for(f=0;f<q.length-1;f+=1){p=d+m;for(k=p>>>2;b.length<=k;)b.push(0);b[k]|=(l>>>16-8*f&255)<<8*(3+p%4*-1);d+=1}}return{value:b,binLen:8*d+c}};break;case "BYTES":d=function(a,b,c){var d,k,n,f,l;b=b||[0];c=c||0;n=c>>>3;for(k=0;k<a.length;k+=
|
|
22
|
+
1)d=a.charCodeAt(k),l=k+n,f=l>>>2,b.length<=f&&b.push(0),b[f]|=d<<8*(3+l%4*-1);return{value:b,binLen:8*a.length+c}};break;case "ARRAYBUFFER":try{d=new ArrayBuffer(0)}catch(g){throw Error("ARRAYBUFFER not supported by this environment");}d=function(a,b,c){return I(new Uint8Array(a),b,c)};break;case "UINT8ARRAY":try{d=new Uint8Array(0)}catch(g){throw Error("UINT8ARRAY not supported by this environment");}d=function(a,b,c){return I(a,b,c)};break;default:throw Error("format must be HEX, TEXT, B64, BYTES, ARRAYBUFFER, or UINT8ARRAY");
|
|
23
|
+
}return d}function r(c,a){return c>>>a|c<<32-a}function L(c,a,d){return c&a^~c&d}function M(c,a,d){return c&a^c&d^a&d}function N(c){return r(c,2)^r(c,13)^r(c,22)}function O(c){return r(c,6)^r(c,11)^r(c,25)}function P(c){return r(c,7)^r(c,18)^c>>>3}function Q(c){return r(c,17)^r(c,19)^c>>>10}function R(c,a){var d=(c&65535)+(a&65535);return((c>>>16)+(a>>>16)+(d>>>16)&65535)<<16|d&65535}function S(c,a,d,g){var b=(c&65535)+(a&65535)+(d&65535)+(g&65535);return((c>>>16)+(a>>>16)+(d>>>16)+(g>>>16)+(b>>>
|
|
24
|
+
16)&65535)<<16|b&65535}function T(c,a,d,g,b){var h=(c&65535)+(a&65535)+(d&65535)+(g&65535)+(b&65535);return((c>>>16)+(a>>>16)+(d>>>16)+(g>>>16)+(b>>>16)+(h>>>16)&65535)<<16|h&65535}function x(c){var a=[],d;if(0===c.lastIndexOf("SHA-",0))switch(a=[3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428],d=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],c){case "SHA-224":break;case "SHA-256":a=d;break;case "SHA-384":a=[new m,new m,
|
|
25
|
+
new m,new m,new m,new m,new m,new m];break;case "SHA-512":a=[new m,new m,new m,new m,new m,new m,new m,new m];break;default:throw Error("Unknown SHA variant");}else throw Error("No SHA variants supported");return a}function A(c,a,d){var g,b,h,e,k,n,f,l,m,r,p,w,t,x,u,z,A,B,C,D,E,F,v=[],G;if("SHA-224"===d||"SHA-256"===d)r=64,w=1,F=Number,t=R,x=S,u=T,z=P,A=Q,B=N,C=O,E=M,D=L,G=J;else throw Error("Unexpected error in SHA-2 implementation");d=a[0];g=a[1];b=a[2];h=a[3];e=a[4];k=a[5];n=a[6];f=a[7];for(p=
|
|
26
|
+
0;p<r;p+=1)16>p?(m=p*w,l=c.length<=m?0:c[m],m=c.length<=m+1?0:c[m+1],v[p]=new F(l,m)):v[p]=x(A(v[p-2]),v[p-7],z(v[p-15]),v[p-16]),l=u(f,C(e),D(e,k,n),G[p],v[p]),m=t(B(d),E(d,g,b)),f=n,n=k,k=e,e=t(h,l),h=b,b=g,g=d,d=t(l,m);a[0]=t(d,a[0]);a[1]=t(g,a[1]);a[2]=t(b,a[2]);a[3]=t(h,a[3]);a[4]=t(e,a[4]);a[5]=t(k,a[5]);a[6]=t(n,a[6]);a[7]=t(f,a[7]);return a}var J;J=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,
|
|
27
|
+
2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,
|
|
28
|
+
2756734187,3204031479,3329325298];"function"===typeof define&&define.amd?define(function(){return w}):"undefined"!==typeof exports?("undefined"!==typeof module&&module.exports&&(module.exports=w),exports=w):K.jsSHA=w})(this);
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/*
|
|
2
|
+
A JavaScript implementation of the SHA family of hashes, as
|
|
3
|
+
defined in FIPS PUB 180-4 and FIPS PUB 202, as well as the corresponding
|
|
4
|
+
HMAC implementation as defined in FIPS PUB 198a
|
|
5
|
+
|
|
6
|
+
Copyright 2008-2020 Brian Turek, 1998-2009 Paul Johnston & Contributors
|
|
7
|
+
Distributed under the BSD License
|
|
8
|
+
See http://caligatio.github.com/jsSHA/ for more information
|
|
9
|
+
*/
|
|
10
|
+
'use strict';(function(N){function w(d,b,h){var a=[],c=0,l,k,f,g,m,e,n,p,q=!1,r=[],v=[],x,w=!1,y=!1,u=-1;h=h||{};l=h.encoding||"UTF8";x=h.numRounds||1;if(x!==parseInt(x,10)||1>x)throw Error("numRounds must a integer >= 1");if(0===d.lastIndexOf("SHA3-",0)||0===d.lastIndexOf("SHAKE",0)){var B=6;e=A;p=function(a){var c=[],b;for(b=0;5>b;b+=1)c[b]=a[b].slice();return c};u=1;if("SHA3-224"===d)m=1152,g=224;else if("SHA3-256"===d)m=1088,g=256;else if("SHA3-384"===d)m=832,g=384;else if("SHA3-512"===d)m=576,
|
|
11
|
+
g=512;else if("SHAKE128"===d)m=1344,g=-1,B=31,y=!0;else if("SHAKE256"===d)m=1088,g=-1,B=31,y=!0;else throw Error("Chosen SHA variant is not supported");n=function(a,c,b,d,k){b=m;var g=B,l,f=[],h=b>>>5,e=0,n=c>>>5;for(l=0;l<n&&c>=b;l+=h)d=A(a.slice(l,l+h),d),c-=b;a=a.slice(l);for(c%=b;a.length<h;)a.push(0);l=c>>>3;a[l>>2]^=g<<l%4*8;a[h-1]^=2147483648;for(d=A(a,d);32*f.length<k;){a=d[e%5][e/5|0];f.push(a.b);if(32*f.length>=k)break;f.push(a.a);e+=1;0===64*e%b&&A(null,d)}return f}}else throw Error("Chosen SHA variant is not supported");
|
|
12
|
+
f=C(b,l,u);k=z(d);this.setHMACKey=function(a,c,b){var f;if(!0===q)throw Error("HMAC key already set");if(!0===w)throw Error("Cannot set HMAC key after calling update");if(!0===y)throw Error("SHAKE is not supported for HMAC");l=(b||{}).encoding||"UTF8";c=C(c,l,u)(a);a=c.binLen;c=c.value;f=m>>>3;b=f/4-1;for(f<a/8&&(c=n(c,a,0,z(d),g));c.length<=b;)c.push(0);for(a=0;a<=b;a+=1)r[a]=c[a]^909522486,v[a]=c[a]^1549556828;k=e(r,k);q=!0};this.update=function(b){var d,l,g,h=0,n=m>>>5;d=f(b,a,c);b=d.binLen;l=
|
|
13
|
+
d.value;d=b>>>5;for(g=0;g<d;g+=n)h+m<=b&&(k=e(l.slice(g,g+n),k),h+=m);a=l.slice(h>>>5);c=b%m;w=!0};this.getHash=function(b,l){var f,h,m,e;if(!0===q)throw Error("Cannot call getHash after setting HMAC key");m=D(l);if(!0===y){if(-1===m.shakeLen)throw Error("shakeLen must be specified in options");g=m.shakeLen}switch(b){case "HEX":f=function(a){return E(a,g,u,m)};break;case "B64":f=function(a){return F(a,g,u,m)};break;case "BYTES":f=function(a){return G(a,g,u)};break;case "ARRAYBUFFER":try{h=new ArrayBuffer(0)}catch(t){throw Error("ARRAYBUFFER not supported by this environment");
|
|
14
|
+
}f=function(a){return H(a,g,u)};break;case "UINT8ARRAY":try{h=new Uint8Array(0)}catch(t){throw Error("UINT8ARRAY not supported by this environment");}f=function(a){return I(a,g,u)};break;default:throw Error("format must be HEX, B64, BYTES, ARRAYBUFFER, or UINT8ARRAY");}e=n(a.slice(),c,0,p(k),g);for(h=1;h<x;h+=1)!0===y&&0!==g%32&&(e[e.length-1]&=16777215>>>24-g%32),e=n(e,g,0,z(d),g);return f(e)};this.getHMAC=function(b,l){var f,h,m,r;if(!1===q)throw Error("Cannot call getHMAC without first setting HMAC key");
|
|
15
|
+
m=D(l);switch(b){case "HEX":f=function(a){return E(a,g,u,m)};break;case "B64":f=function(a){return F(a,g,u,m)};break;case "BYTES":f=function(a){return G(a,g,u)};break;case "ARRAYBUFFER":try{f=new ArrayBuffer(0)}catch(O){throw Error("ARRAYBUFFER not supported by this environment");}f=function(a){return H(a,g,u)};break;case "UINT8ARRAY":try{f=new Uint8Array(0)}catch(O){throw Error("UINT8ARRAY not supported by this environment");}f=function(a){return I(a,g,u)};break;default:throw Error("outputFormat must be HEX, B64, BYTES, ARRAYBUFFER, or UINT8ARRAY");
|
|
16
|
+
}h=n(a.slice(),c,0,p(k),g);r=e(v,z(d));r=n(h,g,0,r,g);return f(r)}}function e(d,b){this.a=d;this.b=b}function J(d,b,h,a){var c,l,k,f,g;b=b||[0];h=h||0;l=h>>>3;g=-1===a?3:0;for(c=0;c<d.length;c+=1)f=c+l,k=f>>>2,b.length<=k&&b.push(0),b[k]|=d[c]<<8*(g+f%4*a);return{value:b,binLen:8*d.length+h}}function E(d,b,h,a){var c="";b/=8;var l,k,f;f=-1===h?3:0;for(l=0;l<b;l+=1)k=d[l>>>2]>>>8*(f+l%4*h),c+="0123456789abcdef".charAt(k>>>4&15)+"0123456789abcdef".charAt(k&15);return a.outputUpper?c.toUpperCase():c}
|
|
17
|
+
function F(d,b,h,a){var c="",l=b/8,k,f,g,m;m=-1===h?3:0;for(k=0;k<l;k+=3)for(f=k+1<l?d[k+1>>>2]:0,g=k+2<l?d[k+2>>>2]:0,g=(d[k>>>2]>>>8*(m+k%4*h)&255)<<16|(f>>>8*(m+(k+1)%4*h)&255)<<8|g>>>8*(m+(k+2)%4*h)&255,f=0;4>f;f+=1)8*k+6*f<=b?c+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(g>>>6*(3-f)&63):c+=a.b64Pad;return c}function G(d,b,h){var a="";b/=8;var c,l,k;k=-1===h?3:0;for(c=0;c<b;c+=1)l=d[c>>>2]>>>8*(k+c%4*h)&255,a+=String.fromCharCode(l);return a}function H(d,b,h){b/=
|
|
18
|
+
8;var a,c=new ArrayBuffer(b),l,k;k=new Uint8Array(c);l=-1===h?3:0;for(a=0;a<b;a+=1)k[a]=d[a>>>2]>>>8*(l+a%4*h)&255;return c}function I(d,b,h){b/=8;var a,c=new Uint8Array(b),l;l=-1===h?3:0;for(a=0;a<b;a+=1)c[a]=d[a>>>2]>>>8*(l+a%4*h)&255;return c}function D(d){var b={outputUpper:!1,b64Pad:"=",shakeLen:-1};d=d||{};b.outputUpper=d.outputUpper||!1;!0===d.hasOwnProperty("b64Pad")&&(b.b64Pad=d.b64Pad);if(!0===d.hasOwnProperty("shakeLen")){if(0!==d.shakeLen%8)throw Error("shakeLen must be a multiple of 8");
|
|
19
|
+
b.shakeLen=d.shakeLen}if("boolean"!==typeof b.outputUpper)throw Error("Invalid outputUpper formatting option");if("string"!==typeof b.b64Pad)throw Error("Invalid b64Pad formatting option");return b}function C(d,b,h){switch(b){case "UTF8":case "UTF16BE":case "UTF16LE":break;default:throw Error("encoding must be UTF8, UTF16BE, or UTF16LE");}switch(d){case "HEX":d=function(a,c,b){var d=a.length,f,g,m,e,n,p;if(0!==d%2)throw Error("String of HEX type must be in byte increments");c=c||[0];b=b||0;n=b>>>
|
|
20
|
+
3;p=-1===h?3:0;for(f=0;f<d;f+=2){g=parseInt(a.substr(f,2),16);if(isNaN(g))throw Error("String of HEX type contains invalid characters");e=(f>>>1)+n;for(m=e>>>2;c.length<=m;)c.push(0);c[m]|=g<<8*(p+e%4*h)}return{value:c,binLen:4*d+b}};break;case "TEXT":d=function(a,c,d){var k,f,g=0,m,e,n,p,q,r;c=c||[0];d=d||0;n=d>>>3;if("UTF8"===b)for(r=-1===h?3:0,m=0;m<a.length;m+=1)for(k=a.charCodeAt(m),f=[],128>k?f.push(k):2048>k?(f.push(192|k>>>6),f.push(128|k&63)):55296>k||57344<=k?f.push(224|k>>>12,128|k>>>6&
|
|
21
|
+
63,128|k&63):(m+=1,k=65536+((k&1023)<<10|a.charCodeAt(m)&1023),f.push(240|k>>>18,128|k>>>12&63,128|k>>>6&63,128|k&63)),e=0;e<f.length;e+=1){q=g+n;for(p=q>>>2;c.length<=p;)c.push(0);c[p]|=f[e]<<8*(r+q%4*h);g+=1}else if("UTF16BE"===b||"UTF16LE"===b)for(r=-1===h?2:0,f="UTF16LE"===b&&1!==h||"UTF16LE"!==b&&1===h,m=0;m<a.length;m+=1){k=a.charCodeAt(m);!0===f&&(e=k&255,k=e<<8|k>>>8);q=g+n;for(p=q>>>2;c.length<=p;)c.push(0);c[p]|=k<<8*(r+q%4*h);g+=2}return{value:c,binLen:8*g+d}};break;case "B64":d=function(a,
|
|
22
|
+
c,b){var d=0,f,g,e,t,n,p,q,r;if(-1===a.search(/^[a-zA-Z0-9=+\/]+$/))throw Error("Invalid character in base-64 string");g=a.indexOf("=");a=a.replace(/\=/g,"");if(-1!==g&&g<a.length)throw Error("Invalid '=' found in base-64 string");c=c||[0];b=b||0;p=b>>>3;r=-1===h?3:0;for(g=0;g<a.length;g+=4){n=a.substr(g,4);for(e=t=0;e<n.length;e+=1)f="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".indexOf(n.charAt(e)),t|=f<<18-6*e;for(e=0;e<n.length-1;e+=1){q=d+p;for(f=q>>>2;c.length<=f;)c.push(0);
|
|
23
|
+
c[f]|=(t>>>16-8*e&255)<<8*(r+q%4*h);d+=1}}return{value:c,binLen:8*d+b}};break;case "BYTES":d=function(a,c,b){var d,e,g,m,t,n;c=c||[0];b=b||0;g=b>>>3;n=-1===h?3:0;for(e=0;e<a.length;e+=1)d=a.charCodeAt(e),t=e+g,m=t>>>2,c.length<=m&&c.push(0),c[m]|=d<<8*(n+t%4*h);return{value:c,binLen:8*a.length+b}};break;case "ARRAYBUFFER":try{d=new ArrayBuffer(0)}catch(a){throw Error("ARRAYBUFFER not supported by this environment");}d=function(a,c,b){return J(new Uint8Array(a),c,b,h)};break;case "UINT8ARRAY":try{d=
|
|
24
|
+
new Uint8Array(0)}catch(a){throw Error("UINT8ARRAY not supported by this environment");}d=function(a,b,d){return J(a,b,d,h)};break;default:throw Error("format must be HEX, TEXT, B64, BYTES, ARRAYBUFFER, or UINT8ARRAY");}return d}function K(d,b){return 32<b?(b-=32,new e(d.b<<b|d.a>>>32-b,d.a<<b|d.b>>>32-b)):0!==b?new e(d.a<<b|d.b>>>32-b,d.b<<b|d.a>>>32-b):d}function v(d,b){return new e(d.a^b.a,d.b^b.b)}function z(d){var b=[];if(0===d.lastIndexOf("SHA3-",0)||0===d.lastIndexOf("SHAKE",0))for(d=0;5>d;d+=
|
|
25
|
+
1)b[d]=[new e(0,0),new e(0,0),new e(0,0),new e(0,0),new e(0,0)];else throw Error("No SHA variants supported");return b}function A(d,b){var h,a,c,l,k=[],f=[];if(null!==d)for(a=0;a<d.length;a+=2)b[(a>>>1)%5][(a>>>1)/5|0]=v(b[(a>>>1)%5][(a>>>1)/5|0],new e(d[a+1],d[a]));for(h=0;24>h;h+=1){l=z("SHA3-");for(a=0;5>a;a+=1){c=b[a][0];var g=b[a][1],m=b[a][2],t=b[a][3],n=b[a][4];k[a]=new e(c.a^g.a^m.a^t.a^n.a,c.b^g.b^m.b^t.b^n.b)}for(a=0;5>a;a+=1)f[a]=v(k[(a+4)%5],K(k[(a+1)%5],1));for(a=0;5>a;a+=1)for(c=0;5>
|
|
26
|
+
c;c+=1)b[a][c]=v(b[a][c],f[a]);for(a=0;5>a;a+=1)for(c=0;5>c;c+=1)l[c][(2*a+3*c)%5]=K(b[a][c],L[a][c]);for(a=0;5>a;a+=1)for(c=0;5>c;c+=1)b[a][c]=v(l[a][c],new e(~l[(a+1)%5][c].a&l[(a+2)%5][c].a,~l[(a+1)%5][c].b&l[(a+2)%5][c].b));b[0][0]=v(b[0][0],M[h])}return b}var L,M;M=[new e(0,1),new e(0,32898),new e(2147483648,32906),new e(2147483648,2147516416),new e(0,32907),new e(0,2147483649),new e(2147483648,2147516545),new e(2147483648,32777),new e(0,138),new e(0,136),new e(0,2147516425),new e(0,2147483658),
|
|
27
|
+
new e(0,2147516555),new e(2147483648,139),new e(2147483648,32905),new e(2147483648,32771),new e(2147483648,32770),new e(2147483648,128),new e(0,32778),new e(2147483648,2147483658),new e(2147483648,2147516545),new e(2147483648,32896),new e(0,2147483649),new e(2147483648,2147516424)];L=[[0,36,3,41,18],[1,44,10,45,2],[62,6,43,15,61],[28,55,25,21,56],[27,20,39,8,14]];"function"===typeof define&&define.amd?define(function(){return w}):"undefined"!==typeof exports?("undefined"!==typeof module&&module.exports&&
|
|
28
|
+
(module.exports=w),exports=w):N.jsSHA=w})(this);
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/*
|
|
2
|
+
A JavaScript implementation of the SHA family of hashes, as
|
|
3
|
+
defined in FIPS PUB 180-4 and FIPS PUB 202, as well as the corresponding
|
|
4
|
+
HMAC implementation as defined in FIPS PUB 198a
|
|
5
|
+
|
|
6
|
+
Copyright 2008-2020 Brian Turek, 1998-2009 Paul Johnston & Contributors
|
|
7
|
+
Distributed under the BSD License
|
|
8
|
+
See http://caligatio.github.com/jsSHA/ for more information
|
|
9
|
+
*/
|
|
10
|
+
'use strict';(function(M){function x(b,a,c){var e=0,h=[],k=0,g,d,n,l,m,p,t,q,y=!1,u=[],r=[],v,A=!1;c=c||{};g=c.encoding||"UTF8";v=c.numRounds||1;if(v!==parseInt(v,10)||1>v)throw Error("numRounds must a integer >= 1");if(0===b.lastIndexOf("SHA-",0))if(p=function(a,c){return B(a,c,b)},t=function(a,c,h,e){var k,d;if("SHA-384"===b||"SHA-512"===b)k=(c+129>>>10<<5)+31,d=32;else throw Error("Unexpected error in SHA-2 implementation");for(;a.length<=k;)a.push(0);a[c>>>5]|=128<<24-c%32;c=c+h;a[k]=c&4294967295;
|
|
11
|
+
a[k-1]=c/4294967296|0;h=a.length;for(c=0;c<h;c+=d)e=B(a.slice(c,c+d),e,b);if("SHA-384"===b)a=[e[0].a,e[0].b,e[1].a,e[1].b,e[2].a,e[2].b,e[3].a,e[3].b,e[4].a,e[4].b,e[5].a,e[5].b];else if("SHA-512"===b)a=[e[0].a,e[0].b,e[1].a,e[1].b,e[2].a,e[2].b,e[3].a,e[3].b,e[4].a,e[4].b,e[5].a,e[5].b,e[6].a,e[6].b,e[7].a,e[7].b];else throw Error("Unexpected error in SHA-2 implementation");return a},q=function(a){return a.slice()},"SHA-384"===b)m=1024,l=384;else if("SHA-512"===b)m=1024,l=512;else throw Error("Chosen SHA variant is not supported");
|
|
12
|
+
else throw Error("Chosen SHA variant is not supported");n=C(a,g);d=z(b);this.setHMACKey=function(a,c,h){var k;if(!0===y)throw Error("HMAC key already set");if(!0===A)throw Error("Cannot set HMAC key after calling update");g=(h||{}).encoding||"UTF8";c=C(c,g)(a);a=c.binLen;c=c.value;k=m>>>3;h=k/4-1;for(k<a/8&&(c=t(c,a,0,z(b)));c.length<=h;)c.push(0);for(a=0;a<=h;a+=1)u[a]=c[a]^909522486,r[a]=c[a]^1549556828;d=p(u,d);e=m;y=!0};this.update=function(a){var c,b,f,g=0,l=m>>>5;c=n(a,h,k);a=c.binLen;b=c.value;
|
|
13
|
+
c=a>>>5;for(f=0;f<c;f+=l)g+m<=a&&(d=p(b.slice(f,f+l),d),g+=m);e+=g;h=b.slice(g>>>5);k=a%m;A=!0};this.getHash=function(a,c){var g,m,n,p;if(!0===y)throw Error("Cannot call getHash after setting HMAC key");n=D(c);switch(a){case "HEX":g=function(a){return E(a,l,n)};break;case "B64":g=function(a){return F(a,l,n)};break;case "BYTES":g=function(a){return G(a,l)};break;case "ARRAYBUFFER":try{m=new ArrayBuffer(0)}catch(w){throw Error("ARRAYBUFFER not supported by this environment");}g=function(a){return H(a,
|
|
14
|
+
l)};break;case "UINT8ARRAY":try{m=new Uint8Array(0)}catch(w){throw Error("UINT8ARRAY not supported by this environment");}g=function(a){return I(a,l)};break;default:throw Error("format must be HEX, B64, BYTES, ARRAYBUFFER, or UINT8ARRAY");}p=t(h.slice(),k,e,q(d));for(m=1;m<v;m+=1)p=t(p,l,0,z(b));return g(p)};this.getHMAC=function(a,c){var g,n,u,v;if(!1===y)throw Error("Cannot call getHMAC without first setting HMAC key");u=D(c);switch(a){case "HEX":g=function(a){return E(a,l,u)};break;case "B64":g=
|
|
15
|
+
function(a){return F(a,l,u)};break;case "BYTES":g=function(a){return G(a,l)};break;case "ARRAYBUFFER":try{g=new ArrayBuffer(0)}catch(w){throw Error("ARRAYBUFFER not supported by this environment");}g=function(a){return H(a,l)};break;case "UINT8ARRAY":try{g=new Uint8Array(0)}catch(w){throw Error("UINT8ARRAY not supported by this environment");}g=function(a){return I(a,l)};break;default:throw Error("outputFormat must be HEX, B64, BYTES, ARRAYBUFFER, or UINT8ARRAY");}n=t(h.slice(),k,e,q(d));v=p(r,z(b));
|
|
16
|
+
v=t(n,l,m,v);return g(v)}}function b(b,a){this.a=b;this.b=a}function J(b,a,c){var e,h,k,g;a=a||[0];c=c||0;h=c>>>3;for(e=0;e<b.length;e+=1)g=e+h,k=g>>>2,a.length<=k&&a.push(0),a[k]|=b[e]<<8*(3+g%4*-1);return{value:a,binLen:8*b.length+c}}function E(b,a,c){var e="";a/=8;var h,k;for(h=0;h<a;h+=1)k=b[h>>>2]>>>8*(3+h%4*-1),e+="0123456789abcdef".charAt(k>>>4&15)+"0123456789abcdef".charAt(k&15);return c.outputUpper?e.toUpperCase():e}function F(b,a,c){var e="",h=a/8,k,g,d;for(k=0;k<h;k+=3)for(g=k+1<h?b[k+
|
|
17
|
+
1>>>2]:0,d=k+2<h?b[k+2>>>2]:0,d=(b[k>>>2]>>>8*(3+k%4*-1)&255)<<16|(g>>>8*(3+(k+1)%4*-1)&255)<<8|d>>>8*(3+(k+2)%4*-1)&255,g=0;4>g;g+=1)8*k+6*g<=a?e+="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(d>>>6*(3-g)&63):e+=c.b64Pad;return e}function G(b,a){var c="",e=a/8,h,k;for(h=0;h<e;h+=1)k=b[h>>>2]>>>8*(3+h%4*-1)&255,c+=String.fromCharCode(k);return c}function H(b,a){var c=a/8,e,h=new ArrayBuffer(c),k;k=new Uint8Array(h);for(e=0;e<c;e+=1)k[e]=b[e>>>2]>>>8*(3+e%4*-1)&255;return h}
|
|
18
|
+
function I(b,a){var c=a/8,e,h=new Uint8Array(c);for(e=0;e<c;e+=1)h[e]=b[e>>>2]>>>8*(3+e%4*-1)&255;return h}function D(b){var a={outputUpper:!1,b64Pad:"=",shakeLen:-1};b=b||{};a.outputUpper=b.outputUpper||!1;!0===b.hasOwnProperty("b64Pad")&&(a.b64Pad=b.b64Pad);if("boolean"!==typeof a.outputUpper)throw Error("Invalid outputUpper formatting option");if("string"!==typeof a.b64Pad)throw Error("Invalid b64Pad formatting option");return a}function C(b,a){var c;switch(a){case "UTF8":case "UTF16BE":case "UTF16LE":break;
|
|
19
|
+
default:throw Error("encoding must be UTF8, UTF16BE, or UTF16LE");}switch(b){case "HEX":c=function(a,b,c){var g=a.length,d,f,l,m,p;if(0!==g%2)throw Error("String of HEX type must be in byte increments");b=b||[0];c=c||0;p=c>>>3;for(d=0;d<g;d+=2){f=parseInt(a.substr(d,2),16);if(isNaN(f))throw Error("String of HEX type contains invalid characters");m=(d>>>1)+p;for(l=m>>>2;b.length<=l;)b.push(0);b[l]|=f<<8*(3+m%4*-1)}return{value:b,binLen:4*g+c}};break;case "TEXT":c=function(b,c,d){var g,f,n=0,l,m,p,
|
|
20
|
+
t,q,r;c=c||[0];d=d||0;p=d>>>3;if("UTF8"===a)for(r=3,l=0;l<b.length;l+=1)for(g=b.charCodeAt(l),f=[],128>g?f.push(g):2048>g?(f.push(192|g>>>6),f.push(128|g&63)):55296>g||57344<=g?f.push(224|g>>>12,128|g>>>6&63,128|g&63):(l+=1,g=65536+((g&1023)<<10|b.charCodeAt(l)&1023),f.push(240|g>>>18,128|g>>>12&63,128|g>>>6&63,128|g&63)),m=0;m<f.length;m+=1){q=n+p;for(t=q>>>2;c.length<=t;)c.push(0);c[t]|=f[m]<<8*(r+q%4*-1);n+=1}else if("UTF16BE"===a||"UTF16LE"===a)for(r=2,f="UTF16LE"===a&&!0||"UTF16LE"!==a&&!1,l=
|
|
21
|
+
0;l<b.length;l+=1){g=b.charCodeAt(l);!0===f&&(m=g&255,g=m<<8|g>>>8);q=n+p;for(t=q>>>2;c.length<=t;)c.push(0);c[t]|=g<<8*(r+q%4*-1);n+=2}return{value:c,binLen:8*n+d}};break;case "B64":c=function(a,b,c){var d=0,f,n,l,m,p,t,q;if(-1===a.search(/^[a-zA-Z0-9=+\/]+$/))throw Error("Invalid character in base-64 string");n=a.indexOf("=");a=a.replace(/\=/g,"");if(-1!==n&&n<a.length)throw Error("Invalid '=' found in base-64 string");b=b||[0];c=c||0;t=c>>>3;for(n=0;n<a.length;n+=4){p=a.substr(n,4);for(l=m=0;l<
|
|
22
|
+
p.length;l+=1)f="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".indexOf(p.charAt(l)),m|=f<<18-6*l;for(l=0;l<p.length-1;l+=1){q=d+t;for(f=q>>>2;b.length<=f;)b.push(0);b[f]|=(m>>>16-8*l&255)<<8*(3+q%4*-1);d+=1}}return{value:b,binLen:8*d+c}};break;case "BYTES":c=function(a,b,c){var d,f,n,l,m;b=b||[0];c=c||0;n=c>>>3;for(f=0;f<a.length;f+=1)d=a.charCodeAt(f),m=f+n,l=m>>>2,b.length<=l&&b.push(0),b[l]|=d<<8*(3+m%4*-1);return{value:b,binLen:8*a.length+c}};break;case "ARRAYBUFFER":try{c=
|
|
23
|
+
new ArrayBuffer(0)}catch(e){throw Error("ARRAYBUFFER not supported by this environment");}c=function(a,b,c){return J(new Uint8Array(a),b,c)};break;case "UINT8ARRAY":try{c=new Uint8Array(0)}catch(e){throw Error("UINT8ARRAY not supported by this environment");}c=function(a,b,c){return J(a,b,c)};break;default:throw Error("format must be HEX, TEXT, B64, BYTES, ARRAYBUFFER, or UINT8ARRAY");}return c}function r(f,a){var c=null,c=new b(f.a,f.b);return c=32>=a?new b(c.a>>>a|c.b<<32-a&4294967295,c.b>>>a|c.a<<
|
|
24
|
+
32-a&4294967295):new b(c.b>>>a-32|c.a<<64-a&4294967295,c.a>>>a-32|c.b<<64-a&4294967295)}function K(f,a){var c=null;return c=32>=a?new b(f.a>>>a,f.b>>>a|f.a<<32-a&4294967295):new b(0,f.a>>>a-32)}function N(f,a,c){return new b(f.a&a.a^~f.a&c.a,f.b&a.b^~f.b&c.b)}function O(f,a,c){return new b(f.a&a.a^f.a&c.a^a.a&c.a,f.b&a.b^f.b&c.b^a.b&c.b)}function P(f){var a=r(f,28),c=r(f,34);f=r(f,39);return new b(a.a^c.a^f.a,a.b^c.b^f.b)}function Q(f){var a=r(f,14),c=r(f,18);f=r(f,41);return new b(a.a^c.a^f.a,a.b^
|
|
25
|
+
c.b^f.b)}function R(f){var a=r(f,1),c=r(f,8);f=K(f,7);return new b(a.a^c.a^f.a,a.b^c.b^f.b)}function S(f){var a=r(f,19),c=r(f,61);f=K(f,6);return new b(a.a^c.a^f.a,a.b^c.b^f.b)}function T(f,a){var c,d,h;c=(f.b&65535)+(a.b&65535);d=(f.b>>>16)+(a.b>>>16)+(c>>>16);h=(d&65535)<<16|c&65535;c=(f.a&65535)+(a.a&65535)+(d>>>16);d=(f.a>>>16)+(a.a>>>16)+(c>>>16);return new b((d&65535)<<16|c&65535,h)}function U(d,a,c,e){var h,k,g;h=(d.b&65535)+(a.b&65535)+(c.b&65535)+(e.b&65535);k=(d.b>>>16)+(a.b>>>16)+(c.b>>>
|
|
26
|
+
16)+(e.b>>>16)+(h>>>16);g=(k&65535)<<16|h&65535;h=(d.a&65535)+(a.a&65535)+(c.a&65535)+(e.a&65535)+(k>>>16);k=(d.a>>>16)+(a.a>>>16)+(c.a>>>16)+(e.a>>>16)+(h>>>16);return new b((k&65535)<<16|h&65535,g)}function V(d,a,c,e,h){var k,g,r;k=(d.b&65535)+(a.b&65535)+(c.b&65535)+(e.b&65535)+(h.b&65535);g=(d.b>>>16)+(a.b>>>16)+(c.b>>>16)+(e.b>>>16)+(h.b>>>16)+(k>>>16);r=(g&65535)<<16|k&65535;k=(d.a&65535)+(a.a&65535)+(c.a&65535)+(e.a&65535)+(h.a&65535)+(g>>>16);g=(d.a>>>16)+(a.a>>>16)+(c.a>>>16)+(e.a>>>16)+
|
|
27
|
+
(h.a>>>16)+(k>>>16);return new b((g&65535)<<16|k&65535,r)}function z(d){var a=[],c;if(0===d.lastIndexOf("SHA-",0))switch(a=[3238371032,914150663,812702999,4144912697,4290775857,1750603025,1694076839,3204075428],c=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],d){case "SHA-224":break;case "SHA-256":a=c;break;case "SHA-384":a=[new b(3418070365,a[0]),new b(1654270250,a[1]),new b(2438529370,a[2]),new b(355462360,a[3]),new b(1731405415,a[4]),new b(41048885895,
|
|
28
|
+
a[5]),new b(3675008525,a[6]),new b(1203062813,a[7])];break;case "SHA-512":a=[new b(c[0],4089235720),new b(c[1],2227873595),new b(c[2],4271175723),new b(c[3],1595750129),new b(c[4],2917565137),new b(c[5],725511199),new b(c[6],4215389547),new b(c[7],327033209)];break;default:throw Error("Unknown SHA variant");}else throw Error("No SHA variants supported");return a}function B(d,a,c){var e,h,k,g,r,n,l,m,p,t,q,y,u,x,v,A,z,B,C,D,E,F,w=[],G;if("SHA-384"===c||"SHA-512"===c)t=80,y=2,F=b,u=T,x=U,v=V,A=R,z=
|
|
29
|
+
S,B=P,C=Q,E=O,D=N,G=L;else throw Error("Unexpected error in SHA-2 implementation");c=a[0];e=a[1];h=a[2];k=a[3];g=a[4];r=a[5];n=a[6];l=a[7];for(q=0;q<t;q+=1)16>q?(p=q*y,m=d.length<=p?0:d[p],p=d.length<=p+1?0:d[p+1],w[q]=new F(m,p)):w[q]=x(z(w[q-2]),w[q-7],A(w[q-15]),w[q-16]),m=v(l,C(g),D(g,r,n),G[q],w[q]),p=u(B(c),E(c,e,h)),l=n,n=r,r=g,g=u(k,m),k=h,h=e,e=c,c=u(m,p);a[0]=u(c,a[0]);a[1]=u(e,a[1]);a[2]=u(h,a[2]);a[3]=u(k,a[3]);a[4]=u(g,a[4]);a[5]=u(r,a[5]);a[6]=u(n,a[6]);a[7]=u(l,a[7]);return a}var d,
|
|
30
|
+
L;d=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,
|
|
31
|
+
4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298];L=[new b(d[0],3609767458),new b(d[1],602891725),new b(d[2],3964484399),new b(d[3],2173295548),new b(d[4],4081628472),new b(d[5],3053834265),new b(d[6],2937671579),new b(d[7],3664609560),new b(d[8],2734883394),new b(d[9],1164996542),new b(d[10],1323610764),new b(d[11],3590304994),new b(d[12],4068182383),new b(d[13],
|
|
32
|
+
991336113),new b(d[14],633803317),new b(d[15],3479774868),new b(d[16],2666613458),new b(d[17],944711139),new b(d[18],2341262773),new b(d[19],2007800933),new b(d[20],1495990901),new b(d[21],1856431235),new b(d[22],3175218132),new b(d[23],2198950837),new b(d[24],3999719339),new b(d[25],766784016),new b(d[26],2566594879),new b(d[27],3203337956),new b(d[28],1034457026),new b(d[29],2466948901),new b(d[30],3758326383),new b(d[31],168717936),new b(d[32],1188179964),new b(d[33],1546045734),new b(d[34],1522805485),
|
|
33
|
+
new b(d[35],2643833823),new b(d[36],2343527390),new b(d[37],1014477480),new b(d[38],1206759142),new b(d[39],344077627),new b(d[40],1290863460),new b(d[41],3158454273),new b(d[42],3505952657),new b(d[43],106217008),new b(d[44],3606008344),new b(d[45],1432725776),new b(d[46],1467031594),new b(d[47],851169720),new b(d[48],3100823752),new b(d[49],1363258195),new b(d[50],3750685593),new b(d[51],3785050280),new b(d[52],3318307427),new b(d[53],3812723403),new b(d[54],2003034995),new b(d[55],3602036899),
|
|
34
|
+
new b(d[56],1575990012),new b(d[57],1125592928),new b(d[58],2716904306),new b(d[59],442776044),new b(d[60],593698344),new b(d[61],3733110249),new b(d[62],2999351573),new b(d[63],3815920427),new b(3391569614,3928383900),new b(3515267271,566280711),new b(3940187606,3454069534),new b(4118630271,4000239992),new b(116418474,1914138554),new b(174292421,2731055270),new b(289380356,3203993006),new b(460393269,320620315),new b(685471733,587496836),new b(852142971,1086792851),new b(1017036298,365543100),new b(1126000580,
|
|
35
|
+
2618297676),new b(1288033470,3409855158),new b(1501505948,4234509866),new b(1607167915,987167468),new b(1816402316,1246189591)];"function"===typeof define&&define.amd?define(function(){return x}):"undefined"!==typeof exports?("undefined"!==typeof module&&module.exports&&(module.exports=x),exports=x):M.jsSHA=x})(this);
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
Copyright (c) 2013 Brian J. Brennan
|
|
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 in
|
|
5
|
+
the Software without restriction, including without limitation the rights to use,
|
|
6
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
|
|
7
|
+
Software, and to permit persons to whom the Software is furnished to do so,
|
|
8
|
+
subject to the following conditions:
|
|
9
|
+
|
|
10
|
+
The above copyright notice and this permission notice shall be included in all
|
|
11
|
+
copies or substantial portions of the Software.
|
|
12
|
+
|
|
13
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
|
|
14
|
+
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
|
15
|
+
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
|
|
16
|
+
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
17
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|